@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
ul, li {
  list-style: none;
}

* {
  box-sizing: border-box;
  outline: 0;
}

:root {
  --vw: 1vw;
}

:root {
  --color-blueGray-light: #EDEEF0;
  --color-blueGray-medium: #CDD2D7;
  --color-blueGray-dark: #737D87;
  --color-black: #222;
  --color-white: #fff ;
}

@media only screen and (max-width: 767.98px) {
  .tbpc-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

html {
  background: #fff;
}

body {
  position: relative;
  z-index: 1;
  color: #000;
  line-height: 1.92;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-align: left;
  text-align: justify;
}
@media only screen and (max-width: 767.98px) {
  body {
    min-width: 0;
  }
}
body.open {
  overflow: hidden;
}
@media only screen and (max-width: 767.98px) {
  body {
    width: 100%;
    line-height: 1.8;
    min-width: inherit;
  }
}
body.hidden {
  /* when modal active */
  touch-action: none;
  -webkit-overflow-scrolling: none;
  overflow: hidden;
  /* Other browsers */
  overscroll-behavior: none;
}
body a {
  text-decoration: none;
}
body img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

header {
  line-height: 1;
}
header .in {
  padding: calc(var(--vw) * 7 / 2000 * 100) calc(var(--vw) * 7 / 2000 * 100) calc(var(--vw) * 7 / 2000 * 100) calc(var(--vw) * 7 / 2000 * 100);
}
@media screen and (min-width: 1200px) {
  header .in {
    padding: 7px 7px 7px 7px;
  }
}
@media only screen and (max-width: 767.98px) {
  header .in {
    padding: calc(var(--vw) * 12 / 750 * 100) calc(var(--vw) * 30 / 750 * 100) calc(var(--vw) * 12 / 750 * 100) calc(var(--vw) * 30 / 750 * 100);
  }
}
header .in #logo {
  width: calc(var(--vw) * 248 / 2000 * 100);
  max-width: 248px;
}
@media only screen and (max-width: 767.98px) {
  header .in #logo {
    width: calc(var(--vw) * 350 / 750 * 100);
    max-width: none;
  }
}

footer {
  color: #fff;
  padding: 2.25vw 0;
  text-align: center;
  background: #003366;
  font-size: 1vw;
}
@media only screen and (max-width: 767.98px) {
  footer {
    font-size: calc(var(--vw) * 21.5 / 750 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  footer {
    padding: calc(var(--vw) * 40 / 750 * 100) calc(var(--vw) * 0 / 750 * 100) calc(var(--vw) * 40 / 750 * 100) calc(var(--vw) * 0 / 750 * 100);
  }
}

.overlay {
  z-index: 10000;
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: 0.6s;
  opacity: 1;
  visibility: visible;
}
.overlay.active {
  transition: 0.6s;
  opacity: 0 !important;
  visibility: hidden !important;
}

main .interview {
  width: 15.25vw;
  margin: 0 auto;
}
@media only screen and (max-width: 767.98px) {
  main .interview {
    width: calc(var(--vw) * 311 / 750 * 100);
    max-width: none;
  }
}
main #kv {
  line-height: 1;
  position: relative;
}
main #kv:before {
  content: "";
  display: block;
  background: #003366;
  position: absolute;
  top: 52%;
  left: 50%;
  width: 48.75vw;
  height: 22vw;
  transform: translate(-50%, -55%);
  z-index: 9;
}
@media only screen and (max-width: 767.98px) {
  main #kv:before {
    top: 50%;
    width: 43.36vw;
    height: 53.11vw;
    transform: translate(-50%, -50%);
  }
}
main #kv .ttl {
  position: absolute;
  top: 52%;
  left: 50%;
  width: 42.4vw;
  transform: translate(-50%, -58%);
  z-index: 10;
}
@media only screen and (max-width: 767.98px) {
  main #kv .ttl {
    top: 50%;
    width: 36.76vw;
    transform: translate(-50%, -52%);
  }
}
main #kv .kv_slider_wrap img {
  width: 100vw;
}
main #kv .banner {
  position: absolute;
  width: 16.3vw;
  bottom: -8vw;
  right: 2vw;
  z-index: 10;
  transition: 0.4s;
}
@media only screen and (max-width: 767.98px) {
  main #kv .banner {
    width: calc(var(--vw) * 220 / 750 * 100);
    max-width: none;
  }
}
@media only screen and (max-width: 767.98px) {
  main #kv .banner {
    right: 3.5vw;
    bottom: -13vw;
  }
}
main #kv .banner:hover {
  transition: 0.4s;
  opacity: 0.7;
}
main .top01 {
  color: #fff;
  background: #003366;
  text-align: center;
  padding-top: 12vw;
  padding-bottom: 17vw;
}
@media only screen and (max-width: 767.98px) {
  main .top01 {
    padding-top: calc(var(--vw) * 130 / 750 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  main .top01 {
    padding-bottom: calc(var(--vw) * 140 / 750 * 100);
  }
}
main .top01 .lead {
  width: 44.7vw;
  margin: 0 auto 3vw;
}
@media only screen and (max-width: 767.98px) {
  main .top01 .lead {
    width: calc(var(--vw) * 570 / 750 * 100);
    max-width: none;
  }
}
main .top01 .txt {
  font-weight: 500;
  line-height: 2.33;
  margin-top: 2.5vw;
  font-size: 1.3vw;
}
@media only screen and (max-width: 767.98px) {
  main .top01 .txt {
    margin-top: calc(var(--vw) * 42 / 750 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  main .top01 .txt {
    font-size: calc(var(--vw) * 28 / 750 * 100);
  }
}
main .top01 .c_ttl {
  margin: 0 auto;
  margin-top: 5.5vw;
  width: 52.9vw;
}
@media only screen and (max-width: 767.98px) {
  main .top01 .c_ttl {
    margin-top: calc(var(--vw) * 105 / 750 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  main .top01 .c_ttl {
    width: calc(var(--vw) * 610 / 750 * 100);
    max-width: none;
  }
}
main .top01 .to {
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767.98px) {
  main .top01 .to {
    margin-top: calc(var(--vw) * 160 / 750 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  main .top01 .to {
    gap: calc(var(--vw) * 70 / 750 * 100) calc(var(--vw) * 0 / 750 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  main .top01 .to li {
    width: calc(var(--vw) * 449 / 750 * 100);
    max-width: none;
  }
}
main .top02 {
  position: relative;
}
main .top02 .wrap {
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
main .top02 .wrap .x_x {
  position: absolute;
  top: 20.6vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 7.15vw;
}
main .top02 .wrap > .interview {
  position: absolute;
  top: 43.6vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
main .top02 .l {
  padding: 5vw 0 26.55vw 0;
  position: relative;
  width: 50%;
  overflow: hidden;
  z-index: 1;
  left: 0;
  background: #366BB6;
}
@media only screen and (max-width: 767.98px) {
  main .top02 .l {
    padding: calc(var(--vw) * 110 / 750 * 100) calc(var(--vw) * 0 / 750 * 100) calc(var(--vw) * 454 / 750 * 100) calc(var(--vw) * 0 / 750 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  main .top02 .l {
    width: 100%;
  }
}
main .top02 .l img.floatimg {
  position: absolute;
  max-width: none;
  z-index: -1;
}
main .top02 .l .mirai_img01 {
  width: 80.15vw;
  top: 2.8vw;
  right: -30vw;
}
@media only screen and (max-width: 767.98px) {
  main .top02 .l .mirai_img01 {
    width: calc(var(--vw) * 1603 / 750 * 100);
    max-width: none;
  }
}
@media only screen and (max-width: 767.98px) {
  main .top02 .l .mirai_img01 {
    top: calc(var(--vw) * 20 / 750 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  main .top02 .l .mirai_img01 {
    right: calc(var(--vw) * -675 / 750 * 100);
  }
}
main .top02 .l .mirai_img02_03 {
  width: 77.25vw;
  top: 64vw;
  left: -15vw;
}
@media only screen and (max-width: 767.98px) {
  main .top02 .l .mirai_img02_03 {
    width: calc(var(--vw) * 1347 / 750 * 100);
    max-width: none;
  }
}
@media only screen and (max-width: 767.98px) {
  main .top02 .l .mirai_img02_03 {
    top: calc(var(--vw) * 1220 / 750 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  main .top02 .l .mirai_img02_03 {
    left: calc(var(--vw) * -225 / 750 * 100);
  }
}
main .top02 .l .mirai_img05 {
  width: 59.6vw;
  top: 129vw;
  right: -27vw;
}
@media only screen and (max-width: 767.98px) {
  main .top02 .l .mirai_img05 {
    width: calc(var(--vw) * 1192 / 750 * 100);
    max-width: none;
  }
}
@media only screen and (max-width: 767.98px) {
  main .top02 .l .mirai_img05 {
    top: calc(var(--vw) * 2240 / 750 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  main .top02 .l .mirai_img05 {
    right: calc(var(--vw) * -765 / 750 * 100);
  }
}
main .top02 .l .mirai_img06 {
  width: 44.55vw;
  top: 159vw;
  left: -14vw;
}
@media only screen and (max-width: 767.98px) {
  main .top02 .l .mirai_img06 {
    width: calc(var(--vw) * 891 / 750 * 100);
    max-width: none;
  }
}
@media only screen and (max-width: 767.98px) {
  main .top02 .l .mirai_img06 {
    top: calc(var(--vw) * 2890 / 750 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  main .top02 .l .mirai_img06 {
    left: calc(var(--vw) * -325 / 750 * 100);
  }
}
main .top02 .l .photo_box_wrap .photo_box {
  border: 0.8vw solid #006BB6;
}
@media only screen and (max-width: 767.98px) {
  main .top02 .l .photo_box_wrap .photo_box {
    border-width: calc(var(--vw) * 14 / 750 * 100) calc(var(--vw) * 14 / 750 * 100) calc(var(--vw) * 14 / 750 * 100) calc(var(--vw) * 14 / 750 * 100);
  }
}
main .top02 .l .photo_box_wrap .photo_box .box {
  background: rgba(0, 107, 187, 0.4);
}
main .top02 .l .photo_box_wrap .photo_box .link_btn {
  color: #006BB6;
}
main .top02 .l .photo_box_wrap .photo_box .link_btn:after {
  background: #006BB6;
}
main .top02 .l .photo_box_wrap .photo_box.mono {
  border: 0.8vw solid #46AF9D;
}
@media only screen and (max-width: 767.98px) {
  main .top02 .l .photo_box_wrap .photo_box.mono {
    border-width: calc(var(--vw) * 14 / 750 * 100) calc(var(--vw) * 14 / 750 * 100) calc(var(--vw) * 14 / 750 * 100) calc(var(--vw) * 14 / 750 * 100);
  }
}
main .top02 .l .photo_box_wrap .photo_box.mono .box {
  background: rgba(0, 175, 157, 0.6);
}
main .top02 .l .photo_box_wrap .photo_box.mono .link_btn {
  color: #46AF9D;
}
main .top02 .l .photo_box_wrap .photo_box.mono .link_btn:after {
  background: #46AF9D;
}
main .top02 .r {
  padding: 5vw 0 26.55vw 0;
  position: relative;
  width: 50%;
  overflow: hidden;
  z-index: 1;
  right: 0;
  background: #46AF9D;
}
@media only screen and (max-width: 767.98px) {
  main .top02 .r {
    padding: calc(var(--vw) * 110 / 750 * 100) calc(var(--vw) * 0 / 750 * 100) calc(var(--vw) * 454 / 750 * 100) calc(var(--vw) * 0 / 750 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  main .top02 .r {
    width: 100%;
  }
}
main .top02 .r img.floatimg {
  position: absolute;
  max-width: none;
  z-index: -1;
}
main .top02 .r .mono_img01 {
  width: 104vw;
  top: -13.2vw;
  left: -54vw;
}
@media only screen and (max-width: 767.98px) {
  main .top02 .r .mono_img01 {
    width: calc(var(--vw) * 2096 / 750 * 100);
    max-width: none;
  }
}
@media only screen and (max-width: 767.98px) {
  main .top02 .r .mono_img01 {
    top: calc(var(--vw) * -320 / 750 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  main .top02 .r .mono_img01 {
    left: calc(var(--vw) * -1200 / 750 * 100);
  }
}
main .top02 .r .mono_img02 {
  width: 95.25vw;
  top: 53.2vw;
  right: -33vw;
}
@media only screen and (max-width: 767.98px) {
  main .top02 .r .mono_img02 {
    width: calc(var(--vw) * 1905 / 750 * 100);
    max-width: none;
  }
}
@media only screen and (max-width: 767.98px) {
  main .top02 .r .mono_img02 {
    top: calc(var(--vw) * 750 / 750 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  main .top02 .r .mono_img02 {
    right: calc(var(--vw) * -800 / 750 * 100);
  }
}
main .top02 .r .mono_img03 {
  width: 47.9vw;
  top: 99.2vw;
  left: -27vw;
}
@media only screen and (max-width: 767.98px) {
  main .top02 .r .mono_img03 {
    width: calc(var(--vw) * 958 / 750 * 100);
    max-width: none;
  }
}
@media only screen and (max-width: 767.98px) {
  main .top02 .r .mono_img03 {
    top: calc(var(--vw) * 1320 / 750 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  main .top02 .r .mono_img03 {
    left: calc(var(--vw) * -600 / 750 * 100);
  }
}
main .top02 .r .mono_img04 {
  width: 58.8vw;
  top: 122.2vw;
  right: -36vw;
}
@media only screen and (max-width: 767.98px) {
  main .top02 .r .mono_img04 {
    width: calc(var(--vw) * 1176 / 750 * 100);
    max-width: none;
  }
}
@media only screen and (max-width: 767.98px) {
  main .top02 .r .mono_img04 {
    top: calc(var(--vw) * 2120 / 750 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  main .top02 .r .mono_img04 {
    right: calc(var(--vw) * -760 / 750 * 100);
  }
}
main .top02 .r .mono_img05 {
  width: 109vw;
  top: 142.2vw;
  left: -40vw;
}
@media only screen and (max-width: 767.98px) {
  main .top02 .r .mono_img05 {
    width: calc(var(--vw) * 2188 / 750 * 100);
    max-width: none;
  }
}
@media only screen and (max-width: 767.98px) {
  main .top02 .r .mono_img05 {
    top: calc(var(--vw) * 2490 / 750 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  main .top02 .r .mono_img05 {
    left: calc(var(--vw) * -920 / 750 * 100);
  }
}
main .top02 .txt01 {
  color: #fff;
  font-size: 1.5vw;
  text-align: center;
}
@media only screen and (max-width: 767.98px) {
  main .top02 .txt01 {
    font-size: calc(var(--vw) * 30 / 750 * 100);
  }
}
main .top02 .x_mirai, main .top02 .x_mono {
  width: 34.6vw;
  margin: 0 auto;
  margin-top: 2.9vw;
}
@media only screen and (max-width: 767.98px) {
  main .top02 .x_mirai, main .top02 .x_mono {
    width: calc(var(--vw) * 562 / 750 * 100);
    max-width: none;
  }
}
@media only screen and (max-width: 767.98px) {
  main .top02 .x_mirai, main .top02 .x_mono {
    margin-top: calc(var(--vw) * 80 / 750 * 100);
  }
}
main .top02 .photo_box_wrap {
  margin-top: 19.5vw;
  position: relative;
}
@media only screen and (max-width: 767.98px) {
  main .top02 .photo_box_wrap {
    margin-top: calc(var(--vw) * 230 / 750 * 100);
  }
}
main .top02 .photo_box_wrap .interview {
  margin-bottom: 2vw;
}
@media only screen and (max-width: 767.98px) {
  main .top02 .photo_box_wrap .interview {
    margin-bottom: calc(var(--vw) * 140 / 750 * 100);
  }
}
main .top02 .photo_box_wrap .photo_box {
  position: relative;
  width: 29.4vw;
  border: 0.8vw solid #46AF9D;
  margin: 0 auto;
  margin-bottom: 22.5vw;
}
main .top02 .photo_box_wrap .photo_box .photo_wrap {
  display: block;
  overflow: hidden;
}
main .top02 .photo_box_wrap .photo_box .photo_wrap .pic {
  transition: all 0.5s ease-out;
  transform: scale(1);
}
main .top02 .photo_box_wrap .photo_box .photo_wrap:hover .pic {
  transform: scale(1.05);
}
@media only screen and (max-width: 767.98px) {
  main .top02 .photo_box_wrap .photo_box {
    width: calc(var(--vw) * 529 / 750 * 100);
    max-width: none;
  }
}
@media only screen and (max-width: 767.98px) {
  main .top02 .photo_box_wrap .photo_box {
    margin-bottom: calc(var(--vw) * 420 / 750 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  main .top02 .photo_box_wrap .photo_box {
    border-width: calc(var(--vw) * 14 / 750 * 100) calc(var(--vw) * 14 / 750 * 100) calc(var(--vw) * 14 / 750 * 100) calc(var(--vw) * 14 / 750 * 100);
  }
}
main .top02 .photo_box_wrap .photo_box:last-child {
  margin-bottom: 0;
}
main .top02 .photo_box_wrap .photo_box .box {
  width: 100%;
  position: absolute;
  background: rgba(0, 175, 157, 0.6);
  bottom: 0;
  left: 0;
  padding: 1vw;
}
@media only screen and (max-width: 767.98px) {
  main .top02 .photo_box_wrap .photo_box .box {
    padding: calc(var(--vw) * 20 / 750 * 100) calc(var(--vw) * 20 / 750 * 100) calc(var(--vw) * 20 / 750 * 100) calc(var(--vw) * 20 / 750 * 100);
  }
}
main .top02 .photo_box_wrap .photo_box .box .pttl {
  height: 2.31vw;
  line-height: 1;
}
@media only screen and (max-width: 767.98px) {
  main .top02 .photo_box_wrap .photo_box .box .pttl {
    height: calc(var(--vw) * 41 / 750 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  main .top02 .photo_box_wrap .photo_box .box .pttl {
    max-height: none;
  }
}
main .top02 .photo_box_wrap .photo_box .box .pttl img {
  width: auto;
  height: 100%;
}
main .top02 .photo_box_wrap .photo_box .box .txt {
  color: #fff;
  line-height: 1.5;
  font-size: 1.5vw;
  margin-top: 0.4em;
}
@media only screen and (max-width: 767.98px) {
  main .top02 .photo_box_wrap .photo_box .box .txt {
    font-size: calc(var(--vw) * 26 / 750 * 100);
  }
}
main .top02 .photo_box_wrap .photo_box .link_btn {
  line-height: 1;
  font-weight: 500;
  position: absolute;
  top: 103%;
  left: 50%;
  margin-right: -50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.7);
  padding: 1em 2em 1em 2.3em;
  color: #46AF9D;
  border-radius: 2em;
  margin-top: 1em;
  transition: 0.4s;
  font-size: 1.5vw;
}
@media only screen and (max-width: 767.98px) {
  main .top02 .photo_box_wrap .photo_box .link_btn {
    font-size: calc(var(--vw) * 42 / 750 * 100);
  }
}
main .top02 .photo_box_wrap .photo_box .link_btn:hover {
  transition: 0.4s;
  opacity: 0.7;
}
main .top02 .photo_box_wrap .photo_box .link_btn:after {
  content: "";
  display: inline-block;
  width: 0.7em;
  height: 0.8em;
  margin-left: 0.4em;
  background: #46AF9D;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0% 100%);
          clip-path: polygon(0 0, 100% 50%, 0% 100%);
}
main .top02 .in {
  color: #fff;
  display: table;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding: 5vw 0 26.55vw 0;
}
main .top02 .f03 {
  margin-top: 16.5vw;
}
main .top02 .f03 .f03_in {
  width: 79.5vw;
  margin: 0 auto;
  margin-top: 0.8vw;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 22.5vw 20.5vw;
}
main .top02 .f03 .f03_in .photo_box {
  position: relative;
  width: 29.4vw;
  border: 0.8vw solid #46AF9D;
}
main .top02 .f03 .f03_in .photo_box:nth-child(odd) {
  border: 0.8vw solid #006BB6;
}
main .top02 .f03 .f03_in .photo_box:nth-child(odd) .box {
  background: rgba(0, 107, 187, 0.4);
}
main .top02 .f03 .f03_in .photo_box:nth-child(odd) .link_btn {
  color: #006BB6;
}
main .top02 .f03 .f03_in .photo_box:nth-child(odd) .link_btn:after {
  background: #006BB6;
}
main .top02 .f03 .f03_in .photo_box .box {
  width: 100%;
  position: absolute;
  background: rgba(0, 175, 157, 0.6);
  bottom: 0;
  left: 0;
  padding: 1vw;
}
main .top02 .f03 .f03_in .photo_box .box .pttl {
  height: 2.31vw;
  line-height: 1;
}
main .top02 .f03 .f03_in .photo_box .box .pttl img {
  width: auto;
  height: 100%;
}
main .top02 .f03 .f03_in .photo_box .box .txt {
  line-height: 1.5;
  font-size: 1.5vw;
  margin-top: 0.4em;
}
main .top02 .f03 .f03_in .photo_box .link_btn {
  line-height: 1;
  font-weight: 500;
  position: absolute;
  top: 103%;
  left: 50%;
  margin-right: -50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.7);
  padding: 1em 2em 1em 2.3em;
  color: #46AF9D;
  border-radius: 2em;
  margin-top: 1em;
  transition: 0.4s;
}
main .top02 .f03 .f03_in .photo_box .link_btn:hover {
  transition: 0.4s;
  opacity: 0.7;
}
main .top02 .f03 .f03_in .photo_box .link_btn:after {
  content: "";
  display: inline-block;
  width: 0.7em;
  height: 0.8em;
  margin-left: 0.4em;
  background: #46AF9D;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0% 100%);
          clip-path: polygon(0 0, 100% 50%, 0% 100%);
}
main .top02_ {
  position: relative;
}
main .top02_ .l {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
  left: 0;
  background: #366BB6;
}
main .top02_ .l img {
  position: absolute;
  top: 2000px;
  max-width: none;
}
main .top02_ .l .mirai_img01 {
  width: 80.15vw;
  top: 2.8vw;
  right: -30vw;
}
main .top02_ .l .mirai_img02_03 {
  width: 77.25vw;
  top: 64vw;
  left: -15vw;
}
main .top02_ .l .mirai_img05 {
  width: 59.6vw;
  top: 129vw;
  right: -27vw;
}
main .top02_ .l .mirai_img06 {
  width: 44.55vw;
  top: 159vw;
  left: -14vw;
}
main .top02_ .r {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
  right: 0;
  background: #46AF9D;
}
main .top02_ .r img {
  position: absolute;
  top: 2000px;
  max-width: none;
}
main .top02_ .r .mono_img01 {
  width: 104vw;
  top: -13.2vw;
  left: -54vw;
}
main .top02_ .r .mono_img02 {
  width: 95.25vw;
  top: 53.2vw;
  right: -33vw;
}
main .top02_ .r .mono_img03 {
  width: 47.9vw;
  top: 99.2vw;
  left: -27vw;
}
main .top02_ .r .mono_img04 {
  width: 58.8vw;
  top: 122.2vw;
  right: -36vw;
}
main .top02_ .r .mono_img05 {
  width: 109vw;
  top: 142.2vw;
  left: -40vw;
}
main .top02_ .in {
  color: #fff;
  display: table;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding: 5vw 0 26.55vw 0;
}
main .top02_ .f01 {
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
main .top02_ .f01 p {
  width: 41%;
  font-size: 1.5vw;
  text-align: center;
}
main .top02_ .f02 {
  margin: 0 auto;
  width: 84.6vw;
  margin-top: 3vw;
}
main .top02_ .f03 {
  margin-top: 16.5vw;
}
main .top02_ .f03 .f03_in {
  width: 79.5vw;
  margin: 0 auto;
  margin-top: 0.8vw;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 22.5vw 20.5vw;
}
main .top02_ .f03 .f03_in .photo_box {
  position: relative;
  width: 29.4vw;
  border: 0.8vw solid #46AF9D;
}
main .top02_ .f03 .f03_in .photo_box:nth-child(odd) {
  border: 0.8vw solid #006BB6;
}
main .top02_ .f03 .f03_in .photo_box:nth-child(odd) .box {
  background: rgba(0, 107, 187, 0.4);
}
main .top02_ .f03 .f03_in .photo_box:nth-child(odd) .link_btn {
  color: #006BB6;
}
main .top02_ .f03 .f03_in .photo_box:nth-child(odd) .link_btn:after {
  background: #006BB6;
}
main .top02_ .f03 .f03_in .photo_box .box {
  width: 100%;
  position: absolute;
  background: rgba(0, 175, 157, 0.6);
  bottom: 0;
  left: 0;
  padding: 1vw;
}
main .top02_ .f03 .f03_in .photo_box .box .pttl {
  height: 2.31vw;
  line-height: 1;
}
main .top02_ .f03 .f03_in .photo_box .box .pttl img {
  width: auto;
  height: 100%;
}
main .top02_ .f03 .f03_in .photo_box .box .txt {
  line-height: 1.5;
  font-size: 1.5vw;
  margin-top: 0.4em;
}
main .top02_ .f03 .f03_in .photo_box .link_btn {
  line-height: 1;
  font-weight: 500;
  position: absolute;
  top: 103%;
  left: 50%;
  margin-right: -50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.7);
  padding: 1em 2em 1em 2.3em;
  color: #46AF9D;
  border-radius: 2em;
  margin-top: 1em;
  transition: 0.4s;
}
main .top02_ .f03 .f03_in .photo_box .link_btn:hover {
  transition: 0.4s;
  opacity: 0.7;
}
main .top02_ .f03 .f03_in .photo_box .link_btn:after {
  content: "";
  display: inline-block;
  width: 0.7em;
  height: 0.8em;
  margin-left: 0.4em;
  background: #46AF9D;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0% 100%);
          clip-path: polygon(0 0, 100% 50%, 0% 100%);
}
main .top03 {
  color: #003366;
  padding: 8vw 0 5vw;
}
@media only screen and (max-width: 767.98px) {
  main .top03 {
    padding: calc(var(--vw) * 95 / 750 * 100) calc(var(--vw) * 0 / 750 * 100) calc(var(--vw) * 80 / 750 * 100) calc(var(--vw) * 0 / 750 * 100);
  }
}
main .top03 .top_txt .top_txt01 {
  width: 50.9vw;
  margin: 0 auto;
}
@media only screen and (max-width: 767.98px) {
  main .top03 .top_txt .top_txt01 {
    width: calc(var(--vw) * 593 / 750 * 100);
    max-width: none;
  }
}
main .top03 .top_txt .top_txt02 {
  width: 45.5vw;
  margin: 0 auto;
  margin-top: 4.2vw;
}
@media only screen and (max-width: 767.98px) {
  main .top03 .top_txt .top_txt02 {
    width: calc(var(--vw) * 492 / 750 * 100);
    max-width: none;
  }
}
@media only screen and (max-width: 767.98px) {
  main .top03 .top_txt .top_txt02 {
    margin-top: calc(var(--vw) * 90 / 750 * 100);
  }
}
main .top03 .p01 {
  font-weight: 500;
  text-align: center;
  line-height: 2.3;
  margin-top: 2.8vw;
  font-size: 1.15vw;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 767.98px) {
  main .top03 .p01 {
    margin-top: calc(var(--vw) * 50 / 750 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  main .top03 .p01 {
    font-size: calc(var(--vw) * 25 / 750 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  main .top03 .p01 {
    letter-spacing: 0;
  }
}
main .top03 .bottom {
  font-weight: 500;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  margin-top: 4.7vw;
}
@media only screen and (max-width: 767.98px) {
  main .top03 .bottom {
    margin-top: calc(var(--vw) * 60 / 750 * 100);
  }
}
main .top03 .bottom .circle {
  width: 25vw;
  letter-spacing: 0;
}
@media only screen and (max-width: 767.98px) {
  main .top03 .bottom .circle {
    width: calc(var(--vw) * 290 / 750 * 100);
    max-width: none;
  }
}
main .top03 .bottom .circle img {
  display: block;
  width: 12.35vw;
  margin: 0 auto;
  margin-bottom: 1vw;
}
@media only screen and (max-width: 767.98px) {
  main .top03 .bottom .circle img {
    width: calc(var(--vw) * 240 / 750 * 100);
    max-width: none;
  }
}
@media only screen and (max-width: 767.98px) {
  main .top03 .bottom .circle img {
    margin-bottom: calc(var(--vw) * 20 / 750 * 100);
  }
}
main .top03 .bottom .circle .c01 {
  line-height: 1.5;
  font-size: 1.4vw;
  text-align: center;
}
@media only screen and (max-width: 767.98px) {
  main .top03 .bottom .circle .c01 {
    font-size: calc(var(--vw) * 18 / 750 * 100);
  }
}
main .top03 .bottom .circle .c01 span {
  font-size: 0.9vw;
  letter-spacing: 0;
}
@media only screen and (max-width: 767.98px) {
  main .top03 .bottom .circle .c01 span {
    font-size: calc(var(--vw) * 13 / 750 * 100);
  }
}
main .top03 .bottom .circle .c02 {
  font-size: 1vw;
  width: 60%;
  margin: 0 auto;
  margin-top: 0.5vw;
}
@media only screen and (max-width: 767.98px) {
  main .top03 .bottom .circle .c02 {
    font-size: calc(var(--vw) * 14 / 750 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  main .top03 .bottom .circle .c02 {
    width: 80%;
  }
}

#under_kv {
  position: relative;
}
#under_kv .name {
  position: absolute;
  bottom: 5vw;
  left: 2.5vw;
  color: #fff;
  padding: 0.6em 1em;
}
@media only screen and (max-width: 767.98px) {
  #under_kv .name {
    top: calc(var(--vw) * 370 / 750 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #under_kv .name {
    left: calc(var(--vw) * 50 / 750 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #under_kv .name {
    bottom: auto;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 767.98px) {
  #under_kv .name.pos_mi_2 {
    top: calc(var(--vw) * 370 / 750 * 100);
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 767.98px) {
  #under_kv .name.pos_mi_3 {
    top: calc(var(--vw) * 370 / 750 * 100);
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 767.98px) {
  #under_kv .name.pos_mo_1 {
    top: calc(var(--vw) * 360 / 750 * 100);
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 767.98px) {
  #under_kv .name.pos_mo_2 {
    top: calc(var(--vw) * 340 / 750 * 100);
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 767.98px) {
  #under_kv .name.pos_mo_3 {
    top: calc(var(--vw) * 370 / 750 * 100);
  }
}
.mirai #under_kv .name {
  background: rgba(0, 107, 187, 0.6);
}
.mono #under_kv .name {
  background: rgba(0, 175, 157, 0.6);
}
#under_kv .name .p01 {
  font-size: 1.4vw;
  line-height: 1.4;
}
@media only screen and (max-width: 767.98px) {
  #under_kv .name .p01 {
    font-size: calc(var(--vw) * 26 / 750 * 100);
  }
}
#under_kv .name .p02 {
  font-size: 2vw;
  line-height: 1.4;
  margin-top: 0.1em;
}
@media only screen and (max-width: 767.98px) {
  #under_kv .name .p02 {
    font-size: calc(var(--vw) * 42 / 750 * 100);
  }
}

.under01 {
  position: relative;
  padding-top: 8.1vw;
  padding-bottom: 20.65vw;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767.98px) {
  .under01 {
    padding-top: calc(var(--vw) * 154 / 750 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  .under01 {
    padding-bottom: calc(var(--vw) * 96 / 750 * 100);
  }
}
.under01 .img_wrap {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.under01 .mirai_img01 {
  position: absolute;
  top: 2000px;
  max-width: none;
  z-index: -1;
  width: 67.5vw;
  top: 2.8vw;
  right: -30vw;
}
@media only screen and (max-width: 767.98px) {
  .under01 .mirai_img01 {
    width: calc(var(--vw) * 1326 / 750 * 100);
    max-width: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .under01 .mirai_img01 {
    top: calc(var(--vw) * 90 / 750 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  .under01 .mirai_img01 {
    left: calc(var(--vw) * 0 / 750 * 100);
  }
}
.under01 .mirai_img02 {
  position: absolute;
  top: 2000px;
  max-width: none;
  z-index: -1;
  width: 135.35vw;
  top: 41vw;
  left: -24vw;
}
@media only screen and (max-width: 767.98px) {
  .under01 .mirai_img02 {
    width: calc(var(--vw) * 1100 / 750 * 100);
    max-width: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .under01 .mirai_img02 {
    top: calc(var(--vw) * 1090 / 750 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  .under01 .mirai_img02 {
    left: calc(var(--vw) * -200 / 750 * 100);
  }
}
.under01 .mirai_img03 {
  position: absolute;
  top: 2000px;
  max-width: none;
  z-index: -1;
  width: 135.35vw;
  top: 82vw;
  right: -47vw;
}
@media only screen and (max-width: 767.98px) {
  .under01 .mirai_img03 {
    width: calc(var(--vw) * 1000 / 750 * 100);
    max-width: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .under01 .mirai_img03 {
    top: calc(var(--vw) * 1590 / 750 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  .under01 .mirai_img03 {
    left: calc(var(--vw) * 100 / 750 * 100);
  }
}
.under01 .mirai_img04 {
  position: absolute;
  top: 2000px;
  max-width: none;
  z-index: -1;
  width: 178.4vw;
  top: 121vw;
  left: -81vw;
}
@media only screen and (max-width: 767.98px) {
  .under01 .mirai_img04 {
    width: calc(var(--vw) * 1820 / 750 * 100);
    max-width: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .under01 .mirai_img04 {
    top: calc(var(--vw) * 1890 / 750 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  .under01 .mirai_img04 {
    left: calc(var(--vw) * -700 / 750 * 100);
  }
}
.under01 .mirai_img05 {
  position: absolute;
  top: 2000px;
  max-width: none;
  z-index: -1;
  width: 142.6vw;
  top: 196vw;
  right: -114vw;
}
@media only screen and (max-width: 767.98px) {
  .under01 .mirai_img05 {
    width: calc(var(--vw) * 1100 / 750 * 100);
    max-width: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .under01 .mirai_img05 {
    top: calc(var(--vw) * 2900 / 750 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  .under01 .mirai_img05 {
    right: calc(var(--vw) * -530 / 750 * 100);
  }
}
.under01 .mirai_img06 {
  position: absolute;
  top: 2000px;
  max-width: none;
  z-index: -1;
  width: 60.25vw;
  top: 267vw;
  left: -25vw;
}
@media only screen and (max-width: 767.98px) {
  .under01 .mirai_img06 {
    width: calc(var(--vw) * 780 / 750 * 100);
    max-width: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .under01 .mirai_img06 {
    top: calc(var(--vw) * 4290 / 750 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  .under01 .mirai_img06 {
    left: calc(var(--vw) * -300 / 750 * 100);
  }
}
.under01 .mirai_img07 {
  position: absolute;
  top: 2000px;
  max-width: none;
  z-index: -1;
  width: 136.8vw;
  top: 294vw;
  left: -16vw;
}
@media only screen and (max-width: 767.98px) {
  .under01 .mirai_img07 {
    width: calc(var(--vw) * 1400 / 750 * 100);
    max-width: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .under01 .mirai_img07 {
    top: calc(var(--vw) * 5290 / 750 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  .under01 .mirai_img07 {
    left: calc(var(--vw) * -300 / 750 * 100);
  }
}
.under01 .mirai_img08 {
  position: absolute;
  top: 2000px;
  max-width: none;
  z-index: -1;
  width: 67.5vw;
  top: 2.8vw;
  right: -30vw;
}
@media only screen and (max-width: 767.98px) {
  .under01 .mirai_img08 {
    width: calc(var(--vw) * 1326 / 750 * 100);
    max-width: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .under01 .mirai_img08 {
    top: calc(var(--vw) * 6600 / 750 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  .under01 .mirai_img08 {
    left: calc(var(--vw) * 0 / 750 * 100);
  }
}
.under01 .mirai_img09 {
  position: absolute;
  top: 2000px;
  max-width: none;
  z-index: -1;
  width: 135.35vw;
  top: 41vw;
  left: -24vw;
}
@media only screen and (max-width: 767.98px) {
  .under01 .mirai_img09 {
    width: calc(var(--vw) * 1100 / 750 * 100);
    max-width: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .under01 .mirai_img09 {
    top: calc(var(--vw) * 7690 / 750 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  .under01 .mirai_img09 {
    left: calc(var(--vw) * -200 / 750 * 100);
  }
}
.under01 .mirai_img10 {
  position: absolute;
  top: 2000px;
  max-width: none;
  z-index: -1;
  width: 135.35vw;
  top: 82vw;
  right: -47vw;
}
@media only screen and (max-width: 767.98px) {
  .under01 .mirai_img10 {
    width: calc(var(--vw) * 1000 / 750 * 100);
    max-width: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .under01 .mirai_img10 {
    top: calc(var(--vw) * 8190 / 750 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  .under01 .mirai_img10 {
    left: calc(var(--vw) * 100 / 750 * 100);
  }
}
.under01 .mirai_img11 {
  position: absolute;
  top: 2000px;
  max-width: none;
  z-index: -1;
  width: 178.4vw;
  top: 121vw;
  left: -81vw;
}
@media only screen and (max-width: 767.98px) {
  .under01 .mirai_img11 {
    width: calc(var(--vw) * 1820 / 750 * 100);
    max-width: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .under01 .mirai_img11 {
    top: calc(var(--vw) * 9290 / 750 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  .under01 .mirai_img11 {
    left: calc(var(--vw) * -700 / 750 * 100);
  }
}
.under01 .mirai_img12 {
  position: absolute;
  top: 2000px;
  max-width: none;
  z-index: -1;
  width: 142.6vw;
  top: 196vw;
  right: -114vw;
}
@media only screen and (max-width: 767.98px) {
  .under01 .mirai_img12 {
    width: calc(var(--vw) * 1100 / 750 * 100);
    max-width: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .under01 .mirai_img12 {
    top: calc(var(--vw) * 10600 / 750 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  .under01 .mirai_img12 {
    right: calc(var(--vw) * -530 / 750 * 100);
  }
}
.under01 .mirai_img13 {
  position: absolute;
  top: 2000px;
  max-width: none;
  z-index: -1;
  width: 60.25vw;
  top: 267vw;
  left: -25vw;
}
@media only screen and (max-width: 767.98px) {
  .under01 .mirai_img13 {
    width: calc(var(--vw) * 780 / 750 * 100);
    max-width: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .under01 .mirai_img13 {
    top: calc(var(--vw) * 12090 / 750 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  .under01 .mirai_img13 {
    left: calc(var(--vw) * -300 / 750 * 100);
  }
}
.under01 .mirai_img14 {
  position: absolute;
  top: 2000px;
  max-width: none;
  z-index: -1;
  width: 136.8vw;
  top: 294vw;
  left: -16vw;
}
@media only screen and (max-width: 767.98px) {
  .under01 .mirai_img14 {
    width: calc(var(--vw) * 1400 / 750 * 100);
    max-width: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .under01 .mirai_img14 {
    top: calc(var(--vw) * 5290 / 750 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  .under01 .mirai_img14 {
    left: calc(var(--vw) * -300 / 750 * 100);
  }
}
.under01 .mono_img01 {
  position: absolute;
  top: 2000px;
  max-width: none;
  z-index: -1;
  width: 93.75vw;
  top: -19.2vw;
  left: -62vw;
}
@media only screen and (max-width: 767.98px) {
  .under01 .mono_img01 {
    width: calc(var(--vw) * 878 / 750 * 100);
    max-width: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .under01 .mono_img01 {
    top: calc(var(--vw) * -90 / 750 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  .under01 .mono_img01 {
    left: calc(var(--vw) * -560 / 750 * 100);
  }
}
.under01 .mono_img02 {
  position: absolute;
  top: 2000px;
  max-width: none;
  z-index: -1;
  width: 131.2vw;
  top: 19.2vw;
  right: -52vw;
}
@media only screen and (max-width: 767.98px) {
  .under01 .mono_img02 {
    width: calc(var(--vw) * 1492 / 750 * 100);
    max-width: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .under01 .mono_img02 {
    top: calc(var(--vw) * 600 / 750 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  .under01 .mono_img02 {
    right: calc(var(--vw) * -570 / 750 * 100);
  }
}
.under01 .mono_img03 {
  position: absolute;
  top: 2000px;
  max-width: none;
  z-index: -1;
  width: 97.65vw;
  top: 82.2vw;
  left: -59vw;
}
@media only screen and (max-width: 767.98px) {
  .under01 .mono_img03 {
    width: calc(var(--vw) * 732 / 750 * 100);
    max-width: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .under01 .mono_img03 {
    top: calc(var(--vw) * 1420 / 750 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  .under01 .mono_img03 {
    left: calc(var(--vw) * -400 / 750 * 100);
  }
}
.under01 .mono_img04 {
  position: absolute;
  top: 2000px;
  max-width: none;
  z-index: -1;
  width: 92.45vw;
  top: 184.2vw;
  right: -58vw;
}
@media only screen and (max-width: 767.98px) {
  .under01 .mono_img04 {
    width: calc(var(--vw) * 1096 / 750 * 100);
    max-width: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .under01 .mono_img04 {
    top: calc(var(--vw) * 2420 / 750 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  .under01 .mono_img04 {
    right: calc(var(--vw) * -660 / 750 * 100);
  }
}
.under01 .mono_img05 {
  position: absolute;
  top: 2000px;
  max-width: none;
  z-index: -1;
  width: 171.35vw;
  top: 216.2vw;
  left: -75vw;
}
@media only screen and (max-width: 767.98px) {
  .under01 .mono_img05 {
    width: calc(var(--vw) * 1875 / 750 * 100);
    max-width: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .under01 .mono_img05 {
    top: calc(var(--vw) * 3390 / 750 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  .under01 .mono_img05 {
    left: calc(var(--vw) * -720 / 750 * 100);
  }
}
.under01 .mono_img06 {
  position: absolute;
  top: 2000px;
  max-width: none;
  z-index: -1;
}
@media only screen and (max-width: 767.98px) {
  .under01 .mono_img06 {
    width: calc(var(--vw) * 1492 / 750 * 100);
    max-width: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .under01 .mono_img06 {
    top: calc(var(--vw) * 4620 / 750 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  .under01 .mono_img06 {
    right: calc(var(--vw) * -570 / 750 * 100);
  }
}
.under01 .mono_img07 {
  position: absolute;
  top: 2000px;
  max-width: none;
  z-index: -1;
}
@media only screen and (max-width: 767.98px) {
  .under01 .mono_img07 {
    width: calc(var(--vw) * 878 / 750 * 100);
    max-width: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .under01 .mono_img07 {
    top: calc(var(--vw) * 6120 / 750 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  .under01 .mono_img07 {
    left: calc(var(--vw) * -300 / 750 * 100);
  }
}
.under01 .mono_img08 {
  position: absolute;
  top: 2000px;
  max-width: none;
  z-index: -1;
}
@media only screen and (max-width: 767.98px) {
  .under01 .mono_img08 {
    width: calc(var(--vw) * 732 / 750 * 100);
    max-width: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .under01 .mono_img08 {
    top: calc(var(--vw) * 6820 / 750 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  .under01 .mono_img08 {
    right: calc(var(--vw) * -400 / 750 * 100);
  }
}
.under01 .mono_img09 {
  position: absolute;
  top: 2000px;
  max-width: none;
  z-index: -1;
}
@media only screen and (max-width: 767.98px) {
  .under01 .mono_img09 {
    width: calc(var(--vw) * 1096 / 750 * 100);
    max-width: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .under01 .mono_img09 {
    top: calc(var(--vw) * 8400 / 750 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  .under01 .mono_img09 {
    left: calc(var(--vw) * -360 / 750 * 100);
  }
}
.under01 .mono_img10 {
  position: absolute;
  top: 2000px;
  max-width: none;
  z-index: -1;
}
@media only screen and (max-width: 767.98px) {
  .under01 .mono_img10 {
    width: calc(var(--vw) * 1875 / 750 * 100);
    max-width: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .under01 .mono_img10 {
    top: calc(var(--vw) * 9000 / 750 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  .under01 .mono_img10 {
    right: calc(var(--vw) * -1020 / 750 * 100);
  }
}
.mirai .under01 {
  background: #006BB6;
}
.mono .under01 {
  background: #00AF9D;
}
.under01 .ttl {
  position: absolute;
  top: -3.5vw;
  left: 50%;
  transform: translateX(-50%);
  margin-right: -50%;
  height: 7.5vw;
}
@media only screen and (max-width: 767.98px) {
  .under01 .ttl {
    top: calc(var(--vw) * -36 / 750 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  .under01 .ttl {
    height: calc(var(--vw) * 75 / 750 * 100);
  }
}
.under01 .ttl img {
  width: auto;
  height: 100%;
}
.under01 .lead {
  font-weight: 500;
  color: #fff;
  text-align: center;
  font-size: 2.3vw;
}
@media only screen and (max-width: 767.98px) {
  .under01 .lead {
    font-size: calc(var(--vw) * 30 / 750 * 100);
  }
}
.under01 .lead span {
  letter-spacing: -0.05em;
}
.under01 .i_block {
  width: 70vw;
  margin: 0 auto;
  margin-top: 8.5vw;
  background: rgba(255, 255, 255, 0.85);
  padding: 5.5vw 5.5vw;
}
@media only screen and (max-width: 767.98px) {
  .under01 .i_block {
    padding: calc(var(--vw) * 68 / 750 * 100) calc(var(--vw) * 0 / 750 * 100) calc(var(--vw) * 80 / 750 * 100) calc(var(--vw) * 0 / 750 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  .under01 .i_block {
    width: calc(var(--vw) * 588 / 750 * 100);
    max-width: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .under01 .i_block {
    margin-top: calc(var(--vw) * 58 / 750 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  .under01 .i_block {
    background: rgba(255, 255, 255, 0.6);
  }
}
@media only screen and (max-width: 767.98px) {
  .under01 .i_block .fst {
    padding: calc(var(--vw) * 0 / 750 * 100) calc(var(--vw) * 40 / 750 * 100) calc(var(--vw) * 0 / 750 * 100) calc(var(--vw) * 40 / 750 * 100);
  }
}
.under01 .i_block .fst .i_ttl {
  font-weight: 600;
  text-align: center;
  font-size: 2.58vw;
  line-height: 1.6;
  letter-spacing: 0.078em;
}
@media only screen and (max-width: 767.98px) {
  .under01 .i_block .fst .i_ttl {
    font-size: calc(var(--vw) * 40 / 750 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  .under01 .i_block .fst .i_ttl {
    text-align: center;
  }
}
.under01 .i_block .fst .txt {
  font-weight: 500;
  font-size: 1.6vw;
  margin-top: 0.8em;
}
@media only screen and (max-width: 767.98px) {
  .under01 .i_block .fst .txt {
    font-size: calc(var(--vw) * 34 / 750 * 100);
  }
}
.under01 .i_block .interview {
  margin-top: 7vw;
}
@media only screen and (max-width: 767.98px) {
  .under01 .i_block .interview {
    margin-top: calc(var(--vw) * 165 / 750 * 100);
  }
}
.under01 .i_block .box_wrap .box {
  margin-top: 6.5vw;
}
.under01 .i_block .box_wrap .box:nth-child(odd) .imgtxt img {
  float: left;
  margin: 0.6em 1em 0.6em 0;
}
@media only screen and (max-width: 767.98px) {
  .under01 .i_block .box_wrap .box:nth-child(odd) .imgtxt img {
    margin: calc(var(--vw) * 50 / 750 * 100) calc(var(--vw) * 0 / 750 * 100) calc(var(--vw) * 0 / 750 * 100) calc(var(--vw) * 0 / 750 * 100);
  }
}
.under01 .i_block .box_wrap .box:nth-child(even) .imgtxt img {
  float: right;
  margin: 0.6em 0 0.6em 1em;
}
@media only screen and (max-width: 767.98px) {
  .under01 .i_block .box_wrap .box:nth-child(even) .imgtxt img {
    margin: calc(var(--vw) * 50 / 750 * 100) calc(var(--vw) * 0 / 750 * 100) calc(var(--vw) * 0 / 750 * 100) calc(var(--vw) * 0 / 750 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  .under01 .i_block .box_wrap .box {
    margin-top: calc(var(--vw) * 120 / 750 * 100);
  }
}
.under01 .i_block .box_wrap .box .subttl {
  font-size: 2.7vw;
  color: #006BB6;
  position: relative;
  margin-bottom: 2.4vw;
  line-height: 1.4;
}
.mono .under01 .i_block .box_wrap .box .subttl {
  color: #00AF9D;
}
@media only screen and (max-width: 767.98px) {
  .under01 .i_block .box_wrap .box .subttl {
    font-size: calc(var(--vw) * 40 / 750 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  .under01 .i_block .box_wrap .box .subttl {
    margin-bottom: calc(var(--vw) * 40 / 750 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  .under01 .i_block .box_wrap .box .subttl {
    padding: calc(var(--vw) * 0 / 750 * 100) calc(var(--vw) * 40 / 750 * 100) calc(var(--vw) * 0 / 750 * 100) calc(var(--vw) * 40 / 750 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  .under01 .i_block .box_wrap .box .subttl {
    text-align: center;
  }
}
.under01 .i_block .box_wrap .box .subttl:after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -0.7vw;
  left: 0;
}
@media only screen and (max-width: 767.98px) {
  .under01 .i_block .box_wrap .box .subttl:after {
    content: none;
  }
}
.under01 .i_block .box_wrap .box .subttl span {
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 767.98px) {
  .under01 .i_block .box_wrap .box .subttl span {
    display: inline;
    line-height: 1.9;
    padding-bottom: 0.1em;
    border-bottom: 1px solid #006BB6;
    content: none;
  }
  .mono .under01 .i_block .box_wrap .box .subttl span {
    border-bottom: 1px solid #009A96;
  }
}
.under01 .i_block .box_wrap .box .subttl span:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #006BB6;
  position: absolute;
  bottom: -0.7vw;
  left: 0;
  z-index: 1;
}
.mirai .under01 .i_block .box_wrap .box .subttl span:after {
  background: #006BB6;
}
.mono .under01 .i_block .box_wrap .box .subttl span:after {
  background: #00AF9D;
}
@media only screen and (max-width: 767.98px) {
  .under01 .i_block .box_wrap .box .subttl span:after {
    content: none;
  }
}
.under01 .i_block .box_wrap .box .imgtxt {
  font-size: 1.25vw;
}
@media only screen and (max-width: 767.98px) {
  .under01 .i_block .box_wrap .box .imgtxt {
    font-size: calc(var(--vw) * 27 / 750 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  .under01 .i_block .box_wrap .box .imgtxt {
    display: -ms-flex;
    display: flex;
    flex-direction: column-reverse;
  }
}
.under01 .i_block .box_wrap .box .imgtxt:after {
  content: "";
  display: block;
  width: 1px;
  height: 1px;
  clear: both;
}
.under01 .i_block .box_wrap .box .imgtxt img {
  width: 55%;
  float: left;
  margin: 0.6em 1em 0.6em 0;
}
@media only screen and (max-width: 767.98px) {
  .under01 .i_block .box_wrap .box .imgtxt img {
    margin: calc(var(--vw) * 50 / 750 * 100) calc(var(--vw) * 0 / 750 * 100) calc(var(--vw) * 0 / 750 * 100) calc(var(--vw) * 0 / 750 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  .under01 .i_block .box_wrap .box .imgtxt img {
    display: block;
    width: 100% !important;
    float: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .under01 .i_block .box_wrap .box .imgtxt .txt {
    padding: calc(var(--vw) * 0 / 750 * 100) calc(var(--vw) * 40 / 750 * 100) calc(var(--vw) * 0 / 750 * 100) calc(var(--vw) * 40 / 750 * 100);
  }
}
.under01 .i_block .box_wrap .box .imgtxt .txt a {
  word-break: break-all;
  text-decoration: underline;
}
.mirai .under01 .i_block .box_wrap .box .imgtxt .txt a {
  color: #006BB6;
}
.mono .under01 .i_block .box_wrap .box .imgtxt .txt a {
  color: #46AF9D;
}
.under01 .i_block .profile_wrap {
  margin-top: 4vw;
  font-size: 0.9vw;
}
@media only screen and (max-width: 767.98px) {
  .under01 .i_block .profile_wrap {
    font-size: calc(var(--vw) * 27 / 750 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  .under01 .i_block .profile_wrap {
    margin-top: calc(var(--vw) * 70 / 750 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  .under01 .i_block .profile_wrap {
    padding: calc(var(--vw) * 0 / 750 * 100) calc(var(--vw) * 40 / 750 * 100) calc(var(--vw) * 0 / 750 * 100) calc(var(--vw) * 40 / 750 * 100);
  }
}
.under01 .i_block .profile_wrap p {
  margin-top: 1em;
}
.under01 .i_block .profile {
  display: table;
  line-height: 1;
  padding: 0.3vw 0.6vw 0.4vw;
}
@media only screen and (max-width: 767.98px) {
  .under01 .i_block .profile {
    padding: calc(var(--vw) * 15 / 750 * 100) calc(var(--vw) * 20 / 750 * 100) calc(var(--vw) * 15 / 750 * 100) calc(var(--vw) * 20 / 750 * 100);
  }
}
.mirai .under01 .i_block .profile {
  background: #006BB6;
}
.mono .under01 .i_block .profile {
  background: #46AF9D;
}
.under01 .i_block .profile img {
  width: 4.2vw;
}
@media only screen and (max-width: 767.98px) {
  .under01 .i_block .profile img {
    width: calc(var(--vw) * 172 / 750 * 100);
    max-width: none;
  }
}

.under02 {
  background: #fff;
  padding-top: 6.25vw;
  padding-bottom: 4vw;
}
@media only screen and (max-width: 767.98px) {
  .under02 {
    padding-top: calc(var(--vw) * 150 / 750 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  .under02 {
    padding-bottom: calc(var(--vw) * 150 / 750 * 100);
  }
}
.under02 .mirai_mono {
  width: 48.1vw;
  display: table;
  margin: 0 auto;
}
@media only screen and (max-width: 767.98px) {
  .under02 .mirai_mono {
    width: calc(var(--vw) * 574 / 750 * 100);
    max-width: none;
  }
}
.under02 .hoka {
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.15em;
  font-size: 2.1vw;
  margin-top: 2.6vw;
}
@media only screen and (max-width: 767.98px) {
  .under02 .hoka {
    font-size: calc(var(--vw) * 42 / 750 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  .under02 .hoka {
    margin-top: calc(var(--vw) * 40 / 750 * 100);
  }
}
.under02 .under_slider {
  width: 75vw;
  margin: 0 auto;
  margin-top: 3.75vw;
  position: relative;
}
@media only screen and (max-width: 767.98px) {
  .under02 .under_slider {
    margin-top: calc(var(--vw) * 50 / 750 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  .under02 .under_slider {
    width: 100%;
  }
}
.under02 .under_slider .swiper-button-next, .under02 .under_slider .swiper-button-prev {
  color: #006BB6;
}
.mono .under02 .under_slider .swiper-button-next, .mono .under02 .under_slider .swiper-button-prev {
  color: #46AF9D;
}
.under02 .under_slider .swiper-button-prev {
  top: 14vw;
  left: -5vw;
}
@media only screen and (max-width: 767.98px) {
  .under02 .under_slider .swiper-button-prev {
    display: none;
  }
}
.under02 .under_slider .swiper-button-next {
  top: 14vw;
  right: -5vw;
}
@media only screen and (max-width: 767.98px) {
  .under02 .under_slider .swiper-button-next {
    display: none;
  }
}
.under02 .under_slider .swiper-slide {
  flex-shrink: 0;
}
.under02 .under_slider .swiper-pagination {
  position: static;
  margin-top: 8vw;
}
@media only screen and (max-width: 767.98px) {
  .under02 .under_slider .swiper-pagination {
    margin-top: calc(var(--vw) * 270 / 750 * 100);
  }
}
.under02 .under_slider .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: #fff;
  border: 2px solid #006BB6;
  width: 0.9vw;
  height: 0.9vw;
  margin: 0 0.5vw;
}
.mono .under02 .under_slider .swiper-pagination .swiper-pagination-bullet {
  border-color: #46AF9D;
}
@media only screen and (max-width: 767.98px) {
  .under02 .under_slider .swiper-pagination .swiper-pagination-bullet {
    margin: 0 1.2vw;
    width: 3vw;
    height: 3vw;
  }
}
.under02 .under_slider .swiper-pagination .swiper-pagination-bullet-active {
  background: #006BB6;
}
.mono .under02 .under_slider .swiper-pagination .swiper-pagination-bullet-active {
  background: #46AF9D;
}
.under02 .under_slider .photo_box {
  position: relative;
  border: 0.8vw solid #006BB6;
  color: #fff;
}
.under02 .under_slider .photo_box .photo_wrap {
  display: block;
  overflow: hidden;
  color: #FFF;
}
.under02 .under_slider .photo_box .photo_wrap .pic {
  transition: all 0.5s ease-out;
  transform: scale(1);
}
.under02 .under_slider .photo_box .photo_wrap:hover .pic {
  transform: scale(1.05);
}
@media only screen and (max-width: 767.98px) {
  .under02 .under_slider .photo_box {
    border: 2vw solid #006BB6;
  }
}
.mono .under02 .under_slider .photo_box {
  border: 0.8vw solid #46AF9D;
}
@media only screen and (max-width: 767.98px) {
  .mono .under02 .under_slider .photo_box {
    border: 2vw solid #46AF9D;
  }
}
.under02 .under_slider .photo_box.mirai {
  border: 0.8vw solid #006BB6;
}
@media only screen and (max-width: 767.98px) {
  .under02 .under_slider .photo_box.mirai {
    border: 2vw solid #006BB6;
  }
}
.under02 .under_slider .photo_box.mono {
  border: 0.8vw solid #46AF9D;
}
@media only screen and (max-width: 767.98px) {
  .under02 .under_slider .photo_box.mono {
    border: 2vw solid #46AF9D;
  }
}
.under02 .under_slider .photo_box:nth-child(odd) .link_btn {
  background: #006BB6;
}
.mono .under02 .under_slider .photo_box:nth-child(odd) .link_btn {
  background: #46AF9D;
}
.under02 .under_slider .photo_box:nth-child(odd) .link_btn.mirai {
  background: #006BB6;
}
.under02 .under_slider .photo_box:nth-child(odd) .link_btn.mono {
  background: #46AF9D;
}
.under02 .under_slider .photo_box:nth-child(odd) .link_btn:after {
  background: #fff;
}
.under02 .under_slider .photo_box .box {
  width: 100%;
  position: absolute;
  background: rgba(0, 107, 187, 0.4);
  bottom: 0;
  left: 0;
  padding: 1vw;
}
.mono .under02 .under_slider .photo_box .box {
  background: rgba(0, 175, 157, 0.6);
}
.under02 .under_slider .photo_box .box.mirai {
  background: rgba(0, 107, 187, 0.4);
}
.under02 .under_slider .photo_box .box.mono {
  background: rgba(0, 175, 157, 0.6);
}
@media only screen and (max-width: 767.98px) {
  .under02 .under_slider .photo_box .box {
    padding: calc(var(--vw) * 15 / 750 * 100) calc(var(--vw) * 20 / 750 * 100) calc(var(--vw) * 15 / 750 * 100) calc(var(--vw) * 20 / 750 * 100);
  }
}
.under02 .under_slider .photo_box .box .pttl {
  height: 2vw;
  line-height: 1;
}
@media only screen and (max-width: 767.98px) {
  .under02 .under_slider .photo_box .box .pttl {
    height: calc(var(--vw) * 38 / 750 * 100);
  }
}
.under02 .under_slider .photo_box .box .pttl img {
  width: auto;
  height: 100%;
}
.under02 .under_slider .photo_box .box .txt {
  line-height: 1.5;
  font-size: 1vw;
  margin-top: 0.4em;
}
@media only screen and (max-width: 767.98px) {
  .under02 .under_slider .photo_box .box .txt {
    font-size: calc(var(--vw) * 23 / 750 * 100);
  }
}
.under02 .under_slider .photo_box .link_btn {
  line-height: 1;
  font-weight: 500;
  position: absolute;
  top: 103%;
  left: 50%;
  margin-right: -50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.7);
  padding: 1em 2em 1em 2.3em;
  color: #fff;
  border-radius: 2em;
  margin-top: 1em;
  transition: 0.4s;
  font-size: 1.5vw;
}
@media only screen and (max-width: 767.98px) {
  .under02 .under_slider .photo_box .link_btn {
    font-size: calc(var(--vw) * 38 / 750 * 100);
  }
}
.under02 .under_slider .photo_box .link_btn:hover {
  transition: 0.4s;
  opacity: 0.7;
}
.under02 .under_slider .photo_box .link_btn:after {
  content: "";
  display: inline-block;
  width: 0.7em;
  height: 0.8em;
  margin-left: 0.4em;
  background: #46AF9D;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0% 100%);
          clip-path: polygon(0 0, 100% 50%, 0% 100%);
}

.btn_top_wrap {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.btn_top_wrap a {
  border: solid 2px #333;
  line-height: 1;
  font-weight: 500;
  background-color: #FFF;
  padding: 1em 2em 1em 2.3em;
  color: #333;
  border-radius: 2em;
  margin-top: 1em;
  transition: 0.4s;
  font-size: 1.5vw;
}
@media only screen and (max-width: 767.98px) {
  .btn_top_wrap a {
    font-size: calc(var(--vw) * 38 / 750 * 100);
  }
}
.btn_top_wrap a:hover {
  transition: 0.4s;
  color: #FFF;
  background-color: #333;
}
.btn_top_wrap a:hover:after {
  background: #FFF;
}
.btn_top_wrap a:after {
  content: "";
  display: inline-block;
  width: 0.7em;
  height: 0.8em;
  margin-left: 0.4em;
  background: #333;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0% 100%);
          clip-path: polygon(0 0, 100% 50%, 0% 100%);
}

.disc {
  padding-left: 1.27em;
}
.disc > li {
  list-style: disc;
  margin-top: 0.3em;
}
.disc > li:first-child {
  margin-top: 0;
}

.decimal {
  padding-left: 1.8em;
}
.decimal > li {
  list-style: decimal;
  margin-top: 0.3em;
}
.decimal > li:first-child {
  margin-top: 0;
}

.lower-alpha {
  padding-left: 1.8em;
}
.lower-alpha > li {
  list-style: lower-alpha;
  margin-top: 0.3em;
}
.lower-alpha > li:first-child {
  margin-top: 0;
}

.regular {
  font-weight: 400;
}

.bold {
  font-weight: 600;
}

.tdeco_under {
  text-decoration: underline;
}
.tdeco_under:hover {
  text-decoration: underline !important;
}

.center {
  margin-left: auto !important;
  margin-right: auto !important;
}

.align_center {
  text-align: center !important;
}

.align_right {
  text-align: right !important;
}

.align_left {
  text-align: left !important;
  text-align: justify !important;
}

.align_left_noj {
  text-align: left !important;
}

@media only screen and (max-width: 767.98px) {
  .sp_align_center {
    text-align: center !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .sp_align_right {
    text-align: right !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .sp_align_left {
    text-align: left !important;
    text-align: justify !important;
  }
}

.dblock {
  display: block !important;
}

.dib {
  display: inline-block !important;
}

@media only screen and (max-width: 767.98px) {
  .spblock {
    display: block;
    min-width: 0 !important;
    width: auto !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .sptable {
    display: table !important;
  }
}

.relative {
  position: relative;
}

.w10 {
  width: 10% !important;
}

.w20 {
  width: 20% !important;
}

.w30 {
  width: 30% !important;
}

.w40 {
  width: 40% !important;
}

.w50 {
  width: 50% !important;
}

.w55 {
  width: 55% !important;
}

.w60 {
  width: 60% !important;
}

.w70 {
  width: 70% !important;
}

.w80 {
  width: 80% !important;
}

.w90 {
  width: 90% !important;
}

.w100 {
  width: 100% !important;
}

.fz10 {
  font-size: calc(var(--vw) * 10 / 2000 * 100);
}
@media screen and (min-width: 1200px) {
  .fz10 {
    font-size: 10px;
  }
}

.fz11 {
  font-size: calc(var(--vw) * 11 / 2000 * 100);
}
@media screen and (min-width: 1200px) {
  .fz11 {
    font-size: 11px;
  }
}

.fz12 {
  font-size: calc(var(--vw) * 12 / 2000 * 100);
}
@media screen and (min-width: 1200px) {
  .fz12 {
    font-size: 12px;
  }
}

.fz13 {
  font-size: calc(var(--vw) * 13 / 2000 * 100);
}
@media screen and (min-width: 1200px) {
  .fz13 {
    font-size: 13px;
  }
}

.fz14 {
  font-size: calc(var(--vw) * 14 / 2000 * 100);
}
@media screen and (min-width: 1200px) {
  .fz14 {
    font-size: 14px;
  }
}

.fz15 {
  font-size: calc(var(--vw) * 15 / 2000 * 100);
}
@media screen and (min-width: 1200px) {
  .fz15 {
    font-size: 15px;
  }
}

.fz16 {
  font-size: calc(var(--vw) * 16 / 2000 * 100);
}
@media screen and (min-width: 1200px) {
  .fz16 {
    font-size: 16px;
  }
}

.fz17 {
  font-size: calc(var(--vw) * 17 / 2000 * 100);
}
@media screen and (min-width: 1200px) {
  .fz17 {
    font-size: 17px;
  }
}

.fz18 {
  font-size: calc(var(--vw) * 18 / 2000 * 100);
}
@media screen and (min-width: 1200px) {
  .fz18 {
    font-size: 18px;
  }
}

.fz19 {
  font-size: calc(var(--vw) * 19 / 2000 * 100);
}
@media screen and (min-width: 1200px) {
  .fz19 {
    font-size: 19px;
  }
}

.fz20 {
  font-size: calc(var(--vw) * 20 / 2000 * 100);
}
@media screen and (min-width: 1200px) {
  .fz20 {
    font-size: 20px;
  }
}

.fz21 {
  font-size: calc(var(--vw) * 21 / 2000 * 100);
}
@media screen and (min-width: 1200px) {
  .fz21 {
    font-size: 21px;
  }
}

.fz22 {
  font-size: calc(var(--vw) * 22 / 2000 * 100);
}
@media screen and (min-width: 1200px) {
  .fz22 {
    font-size: 22px;
  }
}

.fz23 {
  font-size: calc(var(--vw) * 23 / 2000 * 100);
}
@media screen and (min-width: 1200px) {
  .fz23 {
    font-size: 23px;
  }
}

.fz24 {
  font-size: calc(var(--vw) * 24 / 2000 * 100);
}
@media screen and (min-width: 1200px) {
  .fz24 {
    font-size: 24px;
  }
}

.fz25 {
  font-size: calc(var(--vw) * 25 / 2000 * 100);
}
@media screen and (min-width: 1200px) {
  .fz25 {
    font-size: 25px;
  }
}

.fz26 {
  font-size: calc(var(--vw) * 26 / 2000 * 100);
}
@media screen and (min-width: 1200px) {
  .fz26 {
    font-size: 26px;
  }
}

.fz27 {
  font-size: calc(var(--vw) * 27 / 2000 * 100);
}
@media screen and (min-width: 1200px) {
  .fz27 {
    font-size: 27px;
  }
}

.fz28 {
  font-size: calc(var(--vw) * 28 / 2000 * 100);
}
@media screen and (min-width: 1200px) {
  .fz28 {
    font-size: 28px;
  }
}

.fz29 {
  font-size: calc(var(--vw) * 29 / 2000 * 100);
}
@media screen and (min-width: 1200px) {
  .fz29 {
    font-size: 29px;
  }
}

.fz30 {
  font-size: calc(var(--vw) * 30 / 2000 * 100);
}
@media screen and (min-width: 1200px) {
  .fz30 {
    font-size: 30px;
  }
}

.fz31 {
  font-size: calc(var(--vw) * 31 / 2000 * 100);
}
@media screen and (min-width: 1200px) {
  .fz31 {
    font-size: 31px;
  }
}

.fz32 {
  font-size: calc(var(--vw) * 32 / 2000 * 100);
}
@media screen and (min-width: 1200px) {
  .fz32 {
    font-size: 32px;
  }
}

.fz33 {
  font-size: calc(var(--vw) * 33 / 2000 * 100);
}
@media screen and (min-width: 1200px) {
  .fz33 {
    font-size: 33px;
  }
}

.fz34 {
  font-size: calc(var(--vw) * 34 / 2000 * 100);
}
@media screen and (min-width: 1200px) {
  .fz34 {
    font-size: 34px;
  }
}

.fz35 {
  font-size: calc(var(--vw) * 35 / 2000 * 100);
}
@media screen and (min-width: 1200px) {
  .fz35 {
    font-size: 35px;
  }
}

.fz36 {
  font-size: calc(var(--vw) * 36 / 2000 * 100);
}
@media screen and (min-width: 1200px) {
  .fz36 {
    font-size: 36px;
  }
}

.fz37 {
  font-size: calc(var(--vw) * 37 / 2000 * 100);
}
@media screen and (min-width: 1200px) {
  .fz37 {
    font-size: 37px;
  }
}

.fz38 {
  font-size: calc(var(--vw) * 38 / 2000 * 100);
}
@media screen and (min-width: 1200px) {
  .fz38 {
    font-size: 38px;
  }
}

.fz39 {
  font-size: calc(var(--vw) * 39 / 2000 * 100);
}
@media screen and (min-width: 1200px) {
  .fz39 {
    font-size: 39px;
  }
}

.fz40 {
  font-size: calc(var(--vw) * 40 / 2000 * 100);
}
@media screen and (min-width: 1200px) {
  .fz40 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz10 {
    font-size: calc(var(--vw) * 10 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz11 {
    font-size: calc(var(--vw) * 11 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz12 {
    font-size: calc(var(--vw) * 12 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz13 {
    font-size: calc(var(--vw) * 13 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz14 {
    font-size: calc(var(--vw) * 14 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz15 {
    font-size: calc(var(--vw) * 15 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz16 {
    font-size: calc(var(--vw) * 16 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz17 {
    font-size: calc(var(--vw) * 17 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz18 {
    font-size: calc(var(--vw) * 18 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz19 {
    font-size: calc(var(--vw) * 19 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz20 {
    font-size: calc(var(--vw) * 20 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz21 {
    font-size: calc(var(--vw) * 21 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz22 {
    font-size: calc(var(--vw) * 22 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz23 {
    font-size: calc(var(--vw) * 23 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz24 {
    font-size: calc(var(--vw) * 24 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz25 {
    font-size: calc(var(--vw) * 25 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz26 {
    font-size: calc(var(--vw) * 26 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz27 {
    font-size: calc(var(--vw) * 27 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz28 {
    font-size: calc(var(--vw) * 28 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz29 {
    font-size: calc(var(--vw) * 29 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz30 {
    font-size: calc(var(--vw) * 30 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz31 {
    font-size: calc(var(--vw) * 31 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz32 {
    font-size: calc(var(--vw) * 32 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz33 {
    font-size: calc(var(--vw) * 33 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz34 {
    font-size: calc(var(--vw) * 34 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz35 {
    font-size: calc(var(--vw) * 35 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz36 {
    font-size: calc(var(--vw) * 36 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz37 {
    font-size: calc(var(--vw) * 37 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz38 {
    font-size: calc(var(--vw) * 38 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz39 {
    font-size: calc(var(--vw) * 39 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz40 {
    font-size: calc(var(--vw) * 40 / 750 * 100);
  }
}

.mt0 {
  margin-top: calc(var(--vw) * 0 / 2000 * 100);
}
@media screen and (min-width: 1200px) {
  .mt0 {
    margin-top: 0px;
  }
}

.mt8 {
  margin-top: calc(var(--vw) * 8 / 2000 * 100);
}
@media screen and (min-width: 1200px) {
  .mt8 {
    margin-top: 8px;
  }
}

.mt10 {
  margin-top: calc(var(--vw) * 10 / 2000 * 100);
}
@media screen and (min-width: 1200px) {
  .mt10 {
    margin-top: 10px;
  }
}

.mt20 {
  margin-top: calc(var(--vw) * 20 / 2000 * 100);
}
@media screen and (min-width: 1200px) {
  .mt20 {
    margin-top: 20px;
  }
}

.mt28 {
  margin-top: calc(var(--vw) * 24 / 2000 * 100);
}
@media screen and (min-width: 1200px) {
  .mt28 {
    margin-top: 24px;
  }
}

.mt30 {
  margin-top: calc(var(--vw) * 30 / 2000 * 100);
}
@media screen and (min-width: 1200px) {
  .mt30 {
    margin-top: 30px;
  }
}

.mt40 {
  margin-top: calc(var(--vw) * 40 / 2000 * 100);
}
@media screen and (min-width: 1200px) {
  .mt40 {
    margin-top: 40px;
  }
}

.mt50 {
  margin-top: calc(var(--vw) * 50 / 2000 * 100);
}
@media screen and (min-width: 1200px) {
  .mt50 {
    margin-top: 50px;
  }
}

.mt60 {
  margin-top: calc(var(--vw) * 60 / 2000 * 100);
}
@media screen and (min-width: 1200px) {
  .mt60 {
    margin-top: 60px;
  }
}

.mt70 {
  margin-top: calc(var(--vw) * 70 / 2000 * 100);
}
@media screen and (min-width: 1200px) {
  .mt70 {
    margin-top: 70px;
  }
}

.mt80 {
  margin-top: calc(var(--vw) * 80 / 2000 * 100);
}
@media screen and (min-width: 1200px) {
  .mt80 {
    margin-top: 80px;
  }
}

.mt90 {
  margin-top: calc(var(--vw) * 90 / 2000 * 100);
}
@media screen and (min-width: 1200px) {
  .mt90 {
    margin-top: 90px;
  }
}

.mt100 {
  margin-top: calc(var(--vw) * 100 / 2000 * 100);
}
@media screen and (min-width: 1200px) {
  .mt100 {
    margin-top: 100px;
  }
}

.mt110 {
  margin-top: calc(var(--vw) * 110 / 2000 * 100);
}
@media screen and (min-width: 1200px) {
  .mt110 {
    margin-top: 110px;
  }
}

.mt120 {
  margin-top: calc(var(--vw) * 120 / 2000 * 100);
}
@media screen and (min-width: 1200px) {
  .mt120 {
    margin-top: 120px;
  }
}

@media only screen and (max-width: 767.98px) {
  .spmt0 {
    margin-top: calc(var(--vw) * 0 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmt8 {
    margin-top: calc(var(--vw) * 8 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmt10 {
    margin-top: calc(var(--vw) * 10 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmt20 {
    margin-top: calc(var(--vw) * 20 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmt28 {
    margin-top: calc(var(--vw) * 24 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmt30 {
    margin-top: calc(var(--vw) * 30 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmt40 {
    margin-top: calc(var(--vw) * 40 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmt50 {
    margin-top: calc(var(--vw) * 50 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmt60 {
    margin-top: calc(var(--vw) * 60 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmt70 {
    margin-top: calc(var(--vw) * 70 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmt80 {
    margin-top: calc(var(--vw) * 80 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmt90 {
    margin-top: calc(var(--vw) * 90 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmt100 {
    margin-top: calc(var(--vw) * 100 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmt110 {
    margin-top: calc(var(--vw) * 110 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmt120 {
    margin-top: calc(var(--vw) * 120 / 750 * 100);
  }
}

.mb0 {
  margin-bottom: calc(var(--vw) * 0 / 2000 * 100);
}
@media screen and (min-width: 1200px) {
  .mb0 {
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 767.98px) {
  .mb0 {
    margin-bottom: calc(var(--vw) * 0 / 750 * 100);
  }
}

.mb10 {
  margin-bottom: calc(var(--vw) * 10 / 2000 * 100);
}
@media screen and (min-width: 1200px) {
  .mb10 {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 767.98px) {
  .mb10 {
    margin-bottom: calc(var(--vw) * 10 / 750 * 100);
  }
}

.mb20 {
  margin-bottom: calc(var(--vw) * 20 / 2000 * 100);
}
@media screen and (min-width: 1200px) {
  .mb20 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 767.98px) {
  .mb20 {
    margin-bottom: calc(var(--vw) * 20 / 750 * 100);
  }
}

.mb30 {
  margin-bottom: calc(var(--vw) * 30 / 2000 * 100);
}
@media screen and (min-width: 1200px) {
  .mb30 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 767.98px) {
  .mb30 {
    margin-bottom: calc(var(--vw) * 30 / 750 * 100);
  }
}

.mb40 {
  margin-bottom: calc(var(--vw) * 40 / 2000 * 100);
}
@media screen and (min-width: 1200px) {
  .mb40 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 767.98px) {
  .mb40 {
    margin-bottom: calc(var(--vw) * 40 / 750 * 100);
  }
}

.mb50 {
  margin-bottom: calc(var(--vw) * 50 / 2000 * 100);
}
@media screen and (min-width: 1200px) {
  .mb50 {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 767.98px) {
  .mb50 {
    margin-bottom: calc(var(--vw) * 50 / 750 * 100);
  }
}

.mb60 {
  margin-bottom: calc(var(--vw) * 60 / 2000 * 100);
}
@media screen and (min-width: 1200px) {
  .mb60 {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 767.98px) {
  .mb60 {
    margin-bottom: calc(var(--vw) * 60 / 750 * 100);
  }
}

.mb70 {
  margin-bottom: calc(var(--vw) * 70 / 2000 * 100);
}
@media screen and (min-width: 1200px) {
  .mb70 {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 767.98px) {
  .mb70 {
    margin-bottom: calc(var(--vw) * 70 / 750 * 100);
  }
}

.mb80 {
  margin-bottom: calc(var(--vw) * 80 / 2000 * 100);
}
@media screen and (min-width: 1200px) {
  .mb80 {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 767.98px) {
  .mb80 {
    margin-bottom: calc(var(--vw) * 80 / 750 * 100);
  }
}

.mb90 {
  margin-bottom: calc(var(--vw) * 90 / 2000 * 100);
}
@media screen and (min-width: 1200px) {
  .mb90 {
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 767.98px) {
  .mb90 {
    margin-bottom: calc(var(--vw) * 90 / 750 * 100);
  }
}

.mb100 {
  margin-bottom: calc(var(--vw) * 100 / 2000 * 100);
}
@media screen and (min-width: 1200px) {
  .mb100 {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 767.98px) {
  .mb100 {
    margin-bottom: calc(var(--vw) * 100 / 750 * 100);
  }
}

.mb110 {
  margin-bottom: calc(var(--vw) * 110 / 2000 * 100);
}
@media screen and (min-width: 1200px) {
  .mb110 {
    margin-bottom: 110px;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 767.98px) {
  .mb110 {
    margin-bottom: calc(var(--vw) * 110 / 750 * 100);
  }
}

.mb120 {
  margin-bottom: calc(var(--vw) * 120 / 2000 * 100);
}
@media screen and (min-width: 1200px) {
  .mb120 {
    margin-bottom: 120px;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 767.98px) {
  .mb120 {
    margin-bottom: calc(var(--vw) * 120 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmb0 {
    margin-bottom: calc(var(--vw) * 0 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmb10 {
    margin-bottom: calc(var(--vw) * 10 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmb20 {
    margin-bottom: calc(var(--vw) * 20 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmb30 {
    margin-bottom: calc(var(--vw) * 30 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmb40 {
    margin-bottom: calc(var(--vw) * 40 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmb50 {
    margin-bottom: calc(var(--vw) * 50 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmb60 {
    margin-bottom: calc(var(--vw) * 60 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmb70 {
    margin-bottom: calc(var(--vw) * 70 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmb80 {
    margin-bottom: calc(var(--vw) * 80 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmb90 {
    margin-bottom: calc(var(--vw) * 90 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmb100 {
    margin-bottom: calc(var(--vw) * 100 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmb110 {
    margin-bottom: calc(var(--vw) * 110 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmb120 {
    margin-bottom: calc(var(--vw) * 120 / 750 * 100);
  }
}

.ml0 {
  margin-left: calc(var(--vw) * 0 / 2000 * 100);
}
@media screen and (min-width: 1200px) {
  .ml0 {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 767.98px) {
  .ml0 {
    margin-left: calc(var(--vw) * 0 / 750 * 100);
  }
}

.ml10 {
  margin-left: calc(var(--vw) * 10 / 2000 * 100);
}
@media screen and (min-width: 1200px) {
  .ml10 {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 767.98px) {
  .ml10 {
    margin-left: calc(var(--vw) * 10 / 750 * 100);
  }
}

.ml20 {
  margin-left: calc(var(--vw) * 20 / 2000 * 100);
}
@media screen and (min-width: 1200px) {
  .ml20 {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 767.98px) {
  .ml20 {
    margin-left: calc(var(--vw) * 20 / 750 * 100);
  }
}

.ml30 {
  margin-left: calc(var(--vw) * 30 / 2000 * 100);
}
@media screen and (min-width: 1200px) {
  .ml30 {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 767.98px) {
  .ml30 {
    margin-left: calc(var(--vw) * 30 / 750 * 100);
  }
}

.ml40 {
  margin-left: calc(var(--vw) * 40 / 2000 * 100);
}
@media screen and (min-width: 1200px) {
  .ml40 {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 767.98px) {
  .ml40 {
    margin-left: calc(var(--vw) * 40 / 750 * 100);
  }
}

.ml50 {
  margin-left: calc(var(--vw) * 50 / 2000 * 100);
}
@media screen and (min-width: 1200px) {
  .ml50 {
    margin-left: 50px;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 767.98px) {
  .ml50 {
    margin-left: calc(var(--vw) * 50 / 750 * 100);
  }
}

.ml60 {
  margin-left: calc(var(--vw) * 60 / 2000 * 100);
}
@media screen and (min-width: 1200px) {
  .ml60 {
    margin-left: 60px;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 767.98px) {
  .ml60 {
    margin-left: calc(var(--vw) * 60 / 750 * 100);
  }
}

.ml70 {
  margin-left: calc(var(--vw) * 70 / 2000 * 100);
}
@media screen and (min-width: 1200px) {
  .ml70 {
    margin-left: 70px;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 767.98px) {
  .ml70 {
    margin-left: calc(var(--vw) * 70 / 750 * 100);
  }
}

.ml80 {
  margin-left: calc(var(--vw) * 80 / 2000 * 100);
}
@media screen and (min-width: 1200px) {
  .ml80 {
    margin-left: 80px;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 767.98px) {
  .ml80 {
    margin-left: calc(var(--vw) * 80 / 750 * 100);
  }
}

.ml90 {
  margin-left: calc(var(--vw) * 90 / 2000 * 100);
}
@media screen and (min-width: 1200px) {
  .ml90 {
    margin-left: 90px;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 767.98px) {
  .ml90 {
    margin-left: calc(var(--vw) * 90 / 750 * 100);
  }
}

.ml100 {
  margin-left: calc(var(--vw) * 100 / 2000 * 100);
}
@media screen and (min-width: 1200px) {
  .ml100 {
    margin-left: 100px;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 767.98px) {
  .ml100 {
    margin-left: calc(var(--vw) * 100 / 750 * 100);
  }
}

.ml110 {
  margin-left: calc(var(--vw) * 110 / 2000 * 100);
}
@media screen and (min-width: 1200px) {
  .ml110 {
    margin-left: 110px;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 767.98px) {
  .ml110 {
    margin-left: calc(var(--vw) * 110 / 750 * 100);
  }
}

.ml120 {
  margin-left: calc(var(--vw) * 120 / 2000 * 100);
}
@media screen and (min-width: 1200px) {
  .ml120 {
    margin-left: 120px;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 767.98px) {
  .ml120 {
    margin-left: calc(var(--vw) * 120 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spml0 {
    margin-left: calc(var(--vw) * 0 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spml10 {
    margin-left: calc(var(--vw) * 10 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spml20 {
    margin-left: calc(var(--vw) * 20 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spml30 {
    margin-left: calc(var(--vw) * 30 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spml40 {
    margin-left: calc(var(--vw) * 40 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spml50 {
    margin-left: calc(var(--vw) * 50 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spml60 {
    margin-left: calc(var(--vw) * 60 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spml70 {
    margin-left: calc(var(--vw) * 70 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spml80 {
    margin-left: calc(var(--vw) * 80 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spml90 {
    margin-left: calc(var(--vw) * 90 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spml100 {
    margin-left: calc(var(--vw) * 100 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spml110 {
    margin-left: calc(var(--vw) * 110 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spml120 {
    margin-left: calc(var(--vw) * 120 / 750 * 100);
  }
}

.mr0 {
  margin-right: calc(var(--vw) * 0 / 2000 * 100);
}
@media screen and (min-width: 1200px) {
  .mr0 {
    margin-right: 0px;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 767.98px) {
  .mr0 {
    margin-right: calc(var(--vw) * 0 / 750 * 100);
  }
}

.mr10 {
  margin-right: calc(var(--vw) * 10 / 2000 * 100);
}
@media screen and (min-width: 1200px) {
  .mr10 {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 767.98px) {
  .mr10 {
    margin-right: calc(var(--vw) * 10 / 750 * 100);
  }
}

.mr20 {
  margin-right: calc(var(--vw) * 20 / 2000 * 100);
}
@media screen and (min-width: 1200px) {
  .mr20 {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 767.98px) {
  .mr20 {
    margin-right: calc(var(--vw) * 20 / 750 * 100);
  }
}

.mr30 {
  margin-right: calc(var(--vw) * 30 / 2000 * 100);
}
@media screen and (min-width: 1200px) {
  .mr30 {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 767.98px) {
  .mr30 {
    margin-right: calc(var(--vw) * 30 / 750 * 100);
  }
}

.mr40 {
  margin-right: calc(var(--vw) * 40 / 2000 * 100);
}
@media screen and (min-width: 1200px) {
  .mr40 {
    margin-right: 40px;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 767.98px) {
  .mr40 {
    margin-right: calc(var(--vw) * 40 / 750 * 100);
  }
}

.mr50 {
  margin-right: calc(var(--vw) * 50 / 2000 * 100);
}
@media screen and (min-width: 1200px) {
  .mr50 {
    margin-right: 50px;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 767.98px) {
  .mr50 {
    margin-right: calc(var(--vw) * 50 / 750 * 100);
  }
}

.mr60 {
  margin-right: calc(var(--vw) * 60 / 2000 * 100);
}
@media screen and (min-width: 1200px) {
  .mr60 {
    margin-right: 60px;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 767.98px) {
  .mr60 {
    margin-right: calc(var(--vw) * 60 / 750 * 100);
  }
}

.mr70 {
  margin-right: calc(var(--vw) * 70 / 2000 * 100);
}
@media screen and (min-width: 1200px) {
  .mr70 {
    margin-right: 70px;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 767.98px) {
  .mr70 {
    margin-right: calc(var(--vw) * 70 / 750 * 100);
  }
}

.mr80 {
  margin-right: calc(var(--vw) * 80 / 2000 * 100);
}
@media screen and (min-width: 1200px) {
  .mr80 {
    margin-right: 80px;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 767.98px) {
  .mr80 {
    margin-right: calc(var(--vw) * 80 / 750 * 100);
  }
}

.mr90 {
  margin-right: calc(var(--vw) * 90 / 2000 * 100);
}
@media screen and (min-width: 1200px) {
  .mr90 {
    margin-right: 90px;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 767.98px) {
  .mr90 {
    margin-right: calc(var(--vw) * 90 / 750 * 100);
  }
}

.mr100 {
  margin-right: calc(var(--vw) * 100 / 2000 * 100);
}
@media screen and (min-width: 1200px) {
  .mr100 {
    margin-right: 100px;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 767.98px) {
  .mr100 {
    margin-right: calc(var(--vw) * 100 / 750 * 100);
  }
}

.mr110 {
  margin-right: calc(var(--vw) * 110 / 2000 * 100);
}
@media screen and (min-width: 1200px) {
  .mr110 {
    margin-right: 110px;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 767.98px) {
  .mr110 {
    margin-right: calc(var(--vw) * 110 / 750 * 100);
  }
}

.mr120 {
  margin-right: calc(var(--vw) * 120 / 2000 * 100);
}
@media screen and (min-width: 1200px) {
  .mr120 {
    margin-right: 120px;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 767.98px) {
  .mr120 {
    margin-right: calc(var(--vw) * 120 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmr0 {
    margin-right: calc(var(--vw) * 0 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmr10 {
    margin-right: calc(var(--vw) * 10 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmr20 {
    margin-right: calc(var(--vw) * 20 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmr30 {
    margin-right: calc(var(--vw) * 30 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmr40 {
    margin-right: calc(var(--vw) * 40 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmr50 {
    margin-right: calc(var(--vw) * 50 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmr60 {
    margin-right: calc(var(--vw) * 60 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmr70 {
    margin-right: calc(var(--vw) * 70 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmr80 {
    margin-right: calc(var(--vw) * 80 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmr90 {
    margin-right: calc(var(--vw) * 90 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmr100 {
    margin-right: calc(var(--vw) * 100 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmr110 {
    margin-right: calc(var(--vw) * 110 / 750 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmr120 {
    margin-right: calc(var(--vw) * 120 / 750 * 100);
  }
}
