@charset "UTF-8";
@-webkit-keyframes blink_animation {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink_animation {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*
リセット
/***********************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a, a:hover {
  text-decoration: none;
}

a > img, nav > img, li > img, div > img {
  width: 100%;
  height: auto;
}

a img {
  border: none;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: #000;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

button {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border: none;
  padding: 0;
}
.clearfix:after {
  font-size: 0;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

body {
  position: absolute;
  background-color: #fff;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

div, h1, h2, h3, h4, h5, ul, ol, li, dl, dt, dd {
  position: relative;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  line-height: 1;
}

p, div, span {
  margin: 0;
  padding: 0;
  line-height: 1.5;
}

ul, ol, li, dl, dt, dd {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1;
}

img,
a img {
  border: none;
  display: inline-block;
}

img {
  width: 100%;
  height: auto;
}

#wrapper {
  position: relative;
  width: 100%;
  height: auto;
}

.sp {
  display: none !important;
}
@keyframes blink_animation {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
html {
  font-size: 1.25vw;
}

body {
  font-family: Inter Tight, sans-serif;
  font-style: normal;
  color: #5C5C5C;
  background-color: #F6F8FA;
}
body.notransition div, body.notransition h1, body.notransition h2, body.notransition h3, body.notransition h4, body.notransition h5, body.notransition ul, body.notransition li, body.notransition span, body.notransition dl, body.notransition dt, body.notransition dd {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
  -webkit-transition-delay: 0s !important;
       -o-transition-delay: 0s !important;
          transition-delay: 0s !important;
}
body.noscroll {
  overflow: hidden;
}

img {
  display: block;
}

.box {
  overflow: hidden;
}

header {
  width: 100%;
  height: 7em;
  position: fixed;
  left: 50%;
  top: 0;
  -webkit-transition: background-color 0.5s ease-out, top 0.5s ease-out, opacity 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out, top 0.5s ease-out, opacity 0.5s ease-out;
  transition: background-color 0.5s ease-out, top 0.5s ease-out, opacity 0.5s ease-out;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 5;
  opacity: 0;
}
header.show {
  opacity: 1;
}
header.active {
  background-color: rgba(255, 255, 255, 0.6);
}
header.hide {
  top: -7em;
}

.header-logo {
  width: 7.75em;
  position: absolute;
  left: 7.5em;
  top: 3.12em;
  z-index: 1;
}

.header-project {
  width: 20.18em;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header-project:before {
  content: " ";
  width: 1em;
  height: 1em;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 4.2em;
  top: 50%;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0.25;
}
.header-project:after {
  content: " ";
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 4.45em;
  top: 50%;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header-project__text {
  width: 100%;
  font-weight: 300;
  color: #fff;
  text-align: center;
  letter-spacing: -0.015em;
  position: absolute;
  left: 53.2%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.header-navi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 3.27em;
}

.header-navi__item {
  margin-right: 2.62em;
  line-height: 160%;
  cursor: pointer;
  -webkit-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.header-navi__item:last-child {
  margin-right: 0;
}

.header-btn {
  width: 8.62em;
  height: 3.12em;
  position: absolute;
  right: 7.5em;
  top: 2.5em;
  color: #fff;
  font-weight: 500;
  line-height: 3.12em;
  text-align: center;
  border-radius: 3.12em;
  -webkit-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
  background-color: #2D7BFF;
  cursor: pointer;
}

.header-btn__inner {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  line-height: calc(3.25em - 4px);
  border-radius: calc(3.25em - 4px);
  left: 2px;
  top: 2px;
  background-color: transparent;
  -webkit-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}

.header-btn__text {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  line-height: calc(3.25em - 4px);
  color: #fff;
  -webkit-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}

.header-menu-btn {
  width: 6.1vw;
  height: 4.2vw;
  position: absolute;
  right: 4.6%;
  top: 14.5vw;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.header-menu-btn > div {
  width: 100%;
  height: 0.7vw;
  border-radius: 0.7vw;
  background-color: #1a1a1a;
  -webkit-transition: top 0.3s ease-out, bottom 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: top 0.3s ease-out, bottom 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out, top 0.3s ease-out, bottom 0.3s ease-out;
  transition: transform 0.3s ease-out, top 0.3s ease-out, bottom 0.3s ease-out;
  transition: transform 0.3s ease-out, top 0.3s ease-out, bottom 0.3s ease-out, -webkit-transform 0.3s ease-out;
  position: absolute;
  top: 0;
}
.header-menu-btn > div:nth-child(2) {
  top: 50%;
  -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header-menu-btn > div:nth-child(3) {
  top: auto;
  bottom: 0;
  -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
          transform-origin: right center;
}
.header-menu-btn.active {
  opacity: 0.5;
}
.header-menu-btn.active > div {
  -webkit-transform: rotate(45deg) !important;
      -ms-transform: rotate(45deg) !important;
          transform: rotate(45deg) !important;
  top: 50% !important;
}
.header-menu-btn.active > div:nth-child(2) {
  -webkit-transform: translateY(-50%) scaleX(0.001) rotate(0deg) !important;
      -ms-transform: translateY(-50%) scaleX(0.001) rotate(0deg) !important;
          transform: translateY(-50%) scaleX(0.001) rotate(0deg) !important;
}
.header-menu-btn.active > div:nth-child(3) {
  -webkit-transform: scaleX(1) rotate(-45deg) translateX(-20%) !important;
      -ms-transform: scaleX(1) rotate(-45deg) translateX(-20%) !important;
          transform: scaleX(1) rotate(-45deg) translateX(-20%) !important;
  top: auto !important;
  bottom: 105% !important;
}

.header-menu {
  width: 100%;
  height: 100lvh;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #f5f5f5;
  z-index: 4;
  pointer-events: none;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  -o-transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}
.header-menu.show {
  pointer-events: all;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.header-menu-list {
  width: 92%;
  margin: 0 auto;
  padding-top: 34.7vw;
}

.header-menu-list__item {
  font-size: 6vw;
  font-weight: 500;
  color: #0a0a0a;
  padding-bottom: 6.4vw;
  margin-bottom: 7.33vw;
  border-bottom: 1px solid #e1e1e1;
}
.header-menu-list__item:last-child {
  border-bottom: none;
}

.kv {
  width: 100%;
  padding-top: 10em;
  background-image: url(../img/kv-bg.webp);
  background-size: 100% auto;
  background-repeat: repeat-y;
  background-color: #f4f7f9;
  overflow: hidden;
}
.kv .box-textarea {
  margin-bottom: 1.6em;
  -webkit-transition: opacity 0.5s ease-out 0.2s, -webkit-transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1) 0.2s;
  transition: opacity 0.5s ease-out 0.2s, -webkit-transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1) 0.2s;
  -o-transition: opacity 0.5s ease-out 0.2s, transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1) 0.2s;
  transition: opacity 0.5s ease-out 0.2s, transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1) 0.2s;
  transition: opacity 0.5s ease-out 0.2s, transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1) 0.2s, -webkit-transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1) 0.2s;
  -webkit-transform: translateY(5rem);
      -ms-transform: translateY(5rem);
          transform: translateY(5rem);
  opacity: 0;
}
.kv .box-textarea.show {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.kv .box-textarea p {
  text-align: center;
  line-height: 160%;
}

.kv-title {
  font-size: 3.81em;
  font-weight: 600;
  text-align: center;
  color: #131313;
  line-height: 0.7;
  margin-bottom: -0.64em;
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1);
  transition: opacity 0.5s ease-out, -webkit-transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1);
  -o-transition: opacity 0.5s ease-out, transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1);
  transition: opacity 0.5s ease-out, transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1);
  transition: opacity 0.5s ease-out, transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1), -webkit-transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1);
  -webkit-transform: translateY(5rem);
      -ms-transform: translateY(5rem);
          transform: translateY(5rem);
  opacity: 0;
}
.kv-title.show {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.kv-title span {
  display: inline-block;
}
.kv-title img {
  width: 2.38em;
  display: inline-block;
  vertical-align: text-top;
  padding-top: 0.05em;
}

.kv-btn {
  width: 19.25em;
  margin: 0 auto 0.3em;
  left: 1.1%;
  -webkit-transition: opacity 0.5s ease-out 0.4s, -webkit-transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1) 0.4s;
  transition: opacity 0.5s ease-out 0.4s, -webkit-transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1) 0.4s;
  -o-transition: opacity 0.5s ease-out 0.4s, transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1) 0.4s;
  transition: opacity 0.5s ease-out 0.4s, transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1) 0.4s;
  transition: opacity 0.5s ease-out 0.4s, transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1) 0.4s, -webkit-transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1) 0.4s;
  -webkit-transform: translateY(5rem);
      -ms-transform: translateY(5rem);
          transform: translateY(5rem);
  opacity: 0;
}
.kv-btn.show {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.kv-btn__text {
  width: 100%;
  font-size: 1em;
  color: #fff;
  font-weight: 500;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 33%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 4;
}

.kv-pic {
  width: 100%;
  -webkit-transition: opacity 1s ease-out 0.6s, -webkit-transform 1s cubic-bezier(0.13, 0.38, 0.12, 1) 0.6s;
  transition: opacity 1s ease-out 0.6s, -webkit-transform 1s cubic-bezier(0.13, 0.38, 0.12, 1) 0.6s;
  -o-transition: transform 1s cubic-bezier(0.13, 0.38, 0.12, 1) 0.6s, opacity 1s ease-out 0.6s;
  transition: transform 1s cubic-bezier(0.13, 0.38, 0.12, 1) 0.6s, opacity 1s ease-out 0.6s;
  transition: transform 1s cubic-bezier(0.13, 0.38, 0.12, 1) 0.6s, opacity 1s ease-out 0.6s, -webkit-transform 1s cubic-bezier(0.13, 0.38, 0.12, 1) 0.6s;
  -webkit-transform: translateY(10em);
      -ms-transform: translateY(10em);
          transform: translateY(10em);
  opacity: 0;
}
.kv-pic.show {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.kv-pic.show img.kv-pic-inner {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.kv-pic img.kv-pic-inner {
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1) 0.8s;
  transition: -webkit-transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1) 0.8s;
  -o-transition: transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1) 0.8s;
  transition: transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1) 0.8s;
  transition: transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1) 0.8s, -webkit-transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1) 0.8s;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
}
.kv-pic img.roll {
  width: 11.43em;
  position: absolute;
  right: 3.47%;
  bottom: 10.2%;
  -webkit-animation: roll 20s linear infinite;
          animation: roll 20s linear infinite;
}

@-webkit-keyframes roll {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes roll {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.box-inner {
  width: 100%;
  width: 83.33%;
  max-width: 1200px;
  margin: 0 auto;
}

.box-title {
  overflow: hidden;
}
.box-title:after {
  content: " ";
  display: block;
  width: 200%;
  height: 200%;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transition: -webkit-transform 3s cubic-bezier(0.13, 0.38, 0.12, 1);
  transition: -webkit-transform 3s cubic-bezier(0.13, 0.38, 0.12, 1);
  -o-transition: transform 3s cubic-bezier(0.13, 0.38, 0.12, 1);
  transition: transform 3s cubic-bezier(0.13, 0.38, 0.12, 1);
  transition: transform 3s cubic-bezier(0.13, 0.38, 0.12, 1), -webkit-transform 3s cubic-bezier(0.13, 0.38, 0.12, 1);
  -webkit-transform: translate(-50%, -25%);
      -ms-transform: translate(-50%, -25%);
          transform: translate(-50%, -25%);
  background-color: #F6F8FA;
  -webkit-filter: blur(1em);
          filter: blur(1em);
}
.box-title.show:after {
  -webkit-transform: translate(-50%, 150%);
      -ms-transform: translate(-50%, 150%);
          transform: translate(-50%, 150%);
}

.box1 {
  padding-top: 3em;
  padding-bottom: 7.5em;
}
.box1 .box-title {
  width: 84.08%;
  margin: 0 auto;
}
.box1 .box-subtitle {
  font-size: 1.93em;
  color: #fff;
  font-weight: 600;
  margin-bottom: 1.07em;
}

.box1-point {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 7.8em;
}

.box1-point__item {
  -webkit-transition: opacity 1s ease-out, -webkit-filter 1s ease-out;
  transition: opacity 1s ease-out, -webkit-filter 1s ease-out;
  -o-transition: opacity 1s ease-out, filter 1s ease-out;
  transition: opacity 1s ease-out, filter 1s ease-out;
  transition: opacity 1s ease-out, filter 1s ease-out, -webkit-filter 1s ease-out;
  -webkit-filter: blur(1em);
          filter: blur(1em);
  opacity: 0;
}
.box1-point__item.show {
  -webkit-filter: blur(0);
          filter: blur(0);
  opacity: 1;
}
.box1-point__item:nth-child(1) .box1-point__title:after {
  content: "+";
  color: #5C5C5C;
  font-weight: 400;
}
.box1-point__item:nth-child(2) .box1-point__title:before {
  content: "Top";
  color: #5C5C5C;
  font-weight: 400;
  margin-right: 0.18em;
}
.box1-point__item:nth-child(2) .box1-point__title span {
  padding-right: 0.1em;
}
.box1-point__item:nth-child(3) .box1-point__title-1:after {
  content: ".";
  color: #131313;
}
.box1-point__item:nth-child(3) .box1-point__title-2:after {
  content: "/5";
  color: #5C5C5C;
  font-weight: 400;
}

.box1-point__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.box1-point__title {
  font-size: 3.81em;
  color: #131313;
  font-weight: 600;
  line-height: 106%;
}
.box1-point__title span {
  color: #5C5C5C;
  font-weight: 400;
}

.box1-point__text {
  font-size: 1.25em;
  font-weight: 300;
  line-height: 110%;
  margin-top: -0.6em;
  margin-top: 0.1em;
  text-align: center;
}

.box1-slide-area {
  width: 100%;
  border-radius: 1.25em;
  overflow: hidden;
  color: #fff;
  margin-top: -0.8em;
  padding: 3.7em 4.7%;
  background-color: #131313;
  background-image: url(../img/box1-bg2.webp);
  background-repeat: no-repeat;
  background-size: 20.58% auto;
  background-position: left bottom;
  -webkit-box-shadow: 0px 0.75em 1.25em 0.25em rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0.75em 1.25em 0.25em rgba(0, 0, 0, 0.3);
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1);
  transition: opacity 0.5s ease-out, -webkit-transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1);
  -o-transition: transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1), opacity 0.5s ease-out;
  transition: transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1), opacity 0.5s ease-out;
  transition: transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1), opacity 0.5s ease-out, -webkit-transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1);
  -webkit-transform: translateY(5em);
      -ms-transform: translateY(5em);
          transform: translateY(5em);
  opacity: 0;
}
.box1-slide-area.show {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.box1-slide-area__inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../img/box1-bg1.webp);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left bottom;
}

.box1-slide-navi {
  margin-bottom: 3.2em;
}

.box1-slide-navi__text {
  font-size: 1.25em;
  margin-bottom: 1.15em;
  padding-left: 1em;
  text-indent: -1em;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  opacity: 0.3;
  cursor: pointer;
}
.box1-slide-navi__text:last-child {
  margin-bottom: 0;
}
.box1-slide-navi__text.active {
  opacity: 1;
}
.box1-slide-navi__text:before {
  content: " ";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  margin-right: 0.3em;
  background-image: url(../img/star.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.box1-pulldown-list {
  margin-bottom: 3.5vw;
}
.box1-pulldown-list.show .box1-pulldown-list__text {
  opacity: 1;
}

.box1-pulldown-list__text {
  font-size: 4.9vw;
  line-height: 140%;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 3.2vw;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  opacity: 0.3;
}
.box1-pulldown-list__text:before {
  content: " ";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  margin-right: 0.3em;
  background-image: url(../img/star.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.box1-pulldown-list__pull {
  -webkit-transition: height 0.3s ease-out;
  -o-transition: height 0.3s ease-out;
  transition: height 0.3s ease-out;
  height: 0;
  overflow: hidden;
}

.box1-pulldown-list__pic {
  border-radius: 6vw;
  overflow: hidden;
}

.box1-text {
  width: 45.63%;
}

.box1-text__inner {
  width: 91.93%;
  font-size: 1.25em;
  font-style: italic;
  color: #fff;
  line-height: 140%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.box1-slide {
  width: 30.84%;
  height: 100%;
  position: absolute;
  right: 4.7%;
  top: 67.2%;
  top: 52%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.box1-slide-list__item {
  width: 100%;
  border-radius: 1.87em;
  overflow: hidden;
  margin-bottom: 1.5em;
}
.box1-slide-list__item img {
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  opacity: 0.2;
}
.box1-slide-list__item.slick-center img {
  opacity: 1;
}

.box2 {
  padding: 4.37em 0;
  background-color: #fff;
  background-image: url(../img/box2-bg2.webp);
  background-size: cover;
  background-repeat: no-repeat;
}

.box2-content {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.box2-content__left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 44.2%;
      -ms-flex: 0 0 44.2%;
          flex: 0 0 44.2%;
}

.box2-pic1 {
  width: 100%;
  border: 2px solid #fff;
  overflow: hidden;
  border-radius: 1.87em;
  -webkit-box-shadow: 0px 0.62em 0.93em 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0.62em 0.93em 0px rgba(0, 0, 0, 0.3);
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s cubic-bezier(0.13, 0.38, 0.12, 1);
  transition: opacity 1s ease-out, -webkit-transform 1s cubic-bezier(0.13, 0.38, 0.12, 1);
  -o-transition: transform 1s cubic-bezier(0.13, 0.38, 0.12, 1), opacity 1s ease-out;
  transition: transform 1s cubic-bezier(0.13, 0.38, 0.12, 1), opacity 1s ease-out;
  transition: transform 1s cubic-bezier(0.13, 0.38, 0.12, 1), opacity 1s ease-out, -webkit-transform 1s cubic-bezier(0.13, 0.38, 0.12, 1);
  -webkit-transform: translateY(10em);
      -ms-transform: translateY(10em);
          transform: translateY(10em);
  opacity: 0;
}
.box2-pic1.show {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.box2-content__right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 46.33%;
      -ms-flex: 0 0 46.33%;
          flex: 0 0 46.33%;
  color: #131313;
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s cubic-bezier(0.13, 0.38, 0.12, 1);
  transition: opacity 1s ease-out, -webkit-transform 1s cubic-bezier(0.13, 0.38, 0.12, 1);
  -o-transition: transform 1s cubic-bezier(0.13, 0.38, 0.12, 1), opacity 1s ease-out;
  transition: transform 1s cubic-bezier(0.13, 0.38, 0.12, 1), opacity 1s ease-out;
  transition: transform 1s cubic-bezier(0.13, 0.38, 0.12, 1), opacity 1s ease-out, -webkit-transform 1s cubic-bezier(0.13, 0.38, 0.12, 1);
  -webkit-transform: translateY(5em);
      -ms-transform: translateY(5em);
          transform: translateY(5em);
  opacity: 0;
}
.box2-content__right.show {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.box2-content__title {
  font-size: 1.93em;
  font-weight: 600;
  margin-top: -0.1em;
  margin-bottom: 0.24em;
  line-height: 110%;
}

.box2-content__subtitle {
  line-height: 160%;
  margin-bottom: 1.95em;
}

.box2-subtext__text {
  font-size: 1.25em;
  margin-bottom: 1.15em;
  padding-left: 1em;
  text-indent: -1em;
}
.box2-subtext__text:before {
  content: " ";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  margin-right: 0.3em;
  background-image: url(../img/star-b.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.box2-bg1 {
  width: 9.5%;
  position: absolute;
  left: -4.4%;
  bottom: -11%;
  opacity: 0.97;
  -webkit-animation: move 12s ease-out infinite;
          animation: move 12s ease-out infinite;
}

.box2-bg2 {
  width: 9.3%;
  position: absolute;
  left: 27.6%;
  top: -10%;
  opacity: 0.97;
  -webkit-animation: move 6s ease-out infinite;
          animation: move 6s ease-out infinite;
}

.box2-bg3 {
  width: 9.3%;
  position: absolute;
  right: -14%;
  top: 50%;
  opacity: 0.97;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-animation: move 8s ease-out infinite 1s;
          animation: move 8s ease-out infinite 1s;
}

@-webkit-keyframes move {
  0% {
    -webkit-transform: translateY(-1em);
            transform: translateY(-1em);
  }
  50% {
    -webkit-transform: translateY(1em);
            transform: translateY(1em);
  }
  100% {
    -webkit-transform: translateY(-1em);
            transform: translateY(-1em);
  }
}

@keyframes move {
  0% {
    -webkit-transform: translateY(-1em);
            transform: translateY(-1em);
  }
  50% {
    -webkit-transform: translateY(1em);
            transform: translateY(1em);
  }
  100% {
    -webkit-transform: translateY(-1em);
            transform: translateY(-1em);
  }
}
.box2-text {
  width: 92.97%;
}

.box2-text__inner {
  width: 91.93%;
  font-size: 1.25em;
  font-style: italic;
  color: #131313;
  line-height: 140%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.box3 {
  overflow: visible;
}
.box3 .box-inner {
  height: 550vh;
}
.box3 .box-title {
  width: 83.83%;
  margin: 0 auto;
}
.box3 .box-subtitle {
  line-height: 160%;
  text-align: center;
  margin-top: -1.4em;
  margin-bottom: 3.4em;
  z-index: 1;
}

.box3-content__bg {
  width: 90%;
  height: calc(100% + 3.74em);
  border-radius: 1.87em;
  background-color: #779BC1;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0.4;
  display: none;
}

.box3-wrap {
  width: 100%;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.box3-slide-list__item {
  border-radius: 1.87em;
  overflow: hidden;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  background-blend-mode: hard-light;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  pointer-events: none;
  opacity: 0;
  width: 100%;
  left: 50%;
  opacity: 1;
}
.box3-slide-list__item.box3-slide-list-1 {
  background-image: url(../img/box3-slide-pic1.jpg);
  position: relative;
}
.box3-slide-list__item.box3-slide-list-2 {
  background-image: url(../img/box3-slide-pic2.jpg);
}
.box3-slide-list__item.box3-slide-list-3 {
  background-image: url(../img/box3-slide-pic3.jpg);
}
.box3-slide-list__item.box3-slide-list-4 {
  background-image: url(../img/box3-slide-pic4.jpg);
}
.box3-slide-list__item.box3-slide-list-5 {
  background-image: url(../img/box3-slide-pic5.jpg);
}
.box3-slide-list__item.show {
  opacity: 1;
  pointer-events: all;
}

.box3-slide-bg {
  -webkit-backdrop-filter: blur(1em);
          backdrop-filter: blur(1em);
}

.box3-slide-content {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.box3-slide-list__inner {
  width: 43.16%;
  height: 83.75%;
  position: absolute;
  left: 4%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.box3-slide-list__title {
  font-size: 3.06em;
  font-weight: 500;
  line-height: 106%;
  margin-bottom: 0.51em;
}

.box3-slide-list__text {
  font-weight: 300;
  line-height: 160%;
}

.box3-slide-list__pic {
  width: 38.16%;
  border-radius: 1.87em;
  border: 2px solid #5C5C5C;
  overflow: hidden;
  position: absolute;
  right: 4%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.box3-slide-list__num {
  width: auto;
  height: 7.25em;
  position: absolute;
  left: 4%;
  bottom: 11.5%;
}
.box3-slide-list__num img {
  width: auto;
  height: 100%;
}

.box4 {
  padding-top: 7.1em;
}
.box4 .box-title {
  width: 74.66%;
  margin: 0 auto;
}

.box4-content {
  margin-top: 3.1em;
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1);
  transition: opacity 0.5s ease-out, -webkit-transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1);
  -o-transition: transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1), opacity 0.5s ease-out;
  transition: transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1), opacity 0.5s ease-out;
  transition: transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1), opacity 0.5s ease-out, -webkit-transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1);
  -webkit-transform: translateY(5em);
      -ms-transform: translateY(5em);
          transform: translateY(5em);
  opacity: 0;
}
.box4-content.show {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.box4-bg {
  width: 90%;
  height: calc(100% + 2.62em);
  border-radius: 1.87em;
  background-color: #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.box4-list__item {
  width: 100%;
  padding: 3.43em 4.4%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 1.25em;
  background-color: #fff;
  background-image: url(../img/box4-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0px -0.5em 1.2em 0.7em rgba(179, 217, 255, 0.3);
          box-shadow: 0px -0.5em 1.2em 0.7em rgba(179, 217, 255, 0.3);
}

.box4-num {
  font-size: 10em;
  color: #779BC1;
  font-weight: 600;
  position: absolute;
  left: 0.1em;
  top: -0.27em;
  opacity: 0.05;
}

.box4-text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 43.51%;
      -ms-flex: 0 0 43.51%;
          flex: 0 0 43.51%;
  color: #131313;
}

.box4-text__title {
  font-size: 1.93em;
  font-weight: 600;
  margin-bottom: 1.07em;
}

.box4-text__subtitle {
  font-size: 1.25em;
  font-weight: 600;
  margin-bottom: 0.3em;
}

.box4-textarea {
  margin-bottom: 1.3em;
}
.box4-textarea:last-child {
  margin-bottom: 4.7em;
}
.box4-textarea p {
  line-height: 160%;
}

.box4-text__btn {
  width: 100%;
  height: 3.25em;
  border-radius: 3.25em;
  line-height: 3.25em;
  margin-bottom: 1.4em;
  text-align: center;
  font-weight: 500;
  background-image: -o-radial-gradient(50% -80%, farthest-corner, #44A1FF 48%, #0871db 100%);
  background-image: radial-gradient(farthest-corner at 50% -80%, #44A1FF 48%, #0871db 100%);
  -webkit-box-shadow: 0px 0.5em 0.8em 0em rgba(68, 161, 255, 0.3);
          box-shadow: 0px 0.5em 0.8em 0em rgba(68, 161, 255, 0.3);
}

.box4-text-btn__inner {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  line-height: calc(3.25em - 4px);
  border-radius: calc(3.25em - 4px);
  left: 2px;
  top: 2px;
  background-color: transparent;
  -webkit-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
.box4-text-btn__inner a {
  color: #fff;
  display: block;
  -webkit-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}

.box4-pic {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.4%;
      -ms-flex: 0 0 41.4%;
          flex: 0 0 41.4%;
  border-radius: 1.43em;
  overflow: hidden;
}

.box5 {
  padding-top: 7.1em;
}
.box5 .box-title {
  width: 91.08%;
  margin: 0 auto -2.2em;
  z-index: 1;
}
.box5 .box-title.box-title2 {
  margin-bottom: -0.5em;
}

.box5-bg {
  width: 120%;
  position: absolute;
  left: 50%;
  top: -6.5em;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.box5-bg1 {
  width: 6.94%;
  position: absolute;
  left: 20.83%;
  top: 74%;
  -webkit-animation: move 7s linear infinite;
          animation: move 7s linear infinite;
}

.box5-bg2 {
  width: 6.94%;
  position: absolute;
  left: 77.29%;
  top: 35%;
  -webkit-animation: move 12s ease-out infinite;
          animation: move 12s ease-out infinite;
}

.box5-pic-area {
  margin-bottom: 11em;
  z-index: 1;
}
.box5-pic-area.show .box5-pic {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.box5-pic {
  width: 36.75%;
  margin: 0 auto;
  border-radius: 1.87em;
  border: 2px solid #fff;
  overflow: hidden;
  -webkit-box-shadow: 0px 0.8em 1.25em 0em rgba(0, 0, 0, 0.6);
          box-shadow: 0px 0.8em 1.25em 0em rgba(0, 0, 0, 0.6);
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s cubic-bezier(0.13, 0.38, 0.12, 1);
  transition: opacity 1s ease-out, -webkit-transform 1s cubic-bezier(0.13, 0.38, 0.12, 1);
  -o-transition: transform 1s cubic-bezier(0.13, 0.38, 0.12, 1), opacity 1s ease-out;
  transition: transform 1s cubic-bezier(0.13, 0.38, 0.12, 1), opacity 1s ease-out;
  transition: transform 1s cubic-bezier(0.13, 0.38, 0.12, 1), opacity 1s ease-out, -webkit-transform 1s cubic-bezier(0.13, 0.38, 0.12, 1);
  -webkit-transform: translateY(10em);
      -ms-transform: translateY(10em);
          transform: translateY(10em);
  opacity: 0;
}

.box5-list {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.box5-list__item {
  position: absolute;
  left: 3.4%;
  top: 22%;
  -webkit-transform: rotate(-7.5deg);
      -ms-transform: rotate(-7.5deg);
          transform: rotate(-7.5deg);
}
.box5-list__item:nth-child(2) {
  left: auto;
  right: 0.55%;
  top: 32%;
  -webkit-transform: rotate(6.78deg);
      -ms-transform: rotate(6.78deg);
          transform: rotate(6.78deg);
}
.box5-list__item:nth-child(2) .box5-list__inner {
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  -webkit-animation-delay: 0.7s !important;
          animation-delay: 0.7s !important;
}
.box5-list__item:nth-child(3) {
  left: 1%;
  top: 61%;
  -webkit-transform: rotate(3.07deg);
      -ms-transform: rotate(3.07deg);
          transform: rotate(3.07deg);
}
.box5-list__item:nth-child(3) .box5-list__inner {
  -webkit-transform-origin: right bottom;
      -ms-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-animation-delay: 0.9s !important;
          animation-delay: 0.9s !important;
}
.box5-list__item:nth-child(4) {
  left: auto;
  right: 1.9%;
  top: 71%;
  -webkit-transform: rotate(-6.73deg);
      -ms-transform: rotate(-6.73deg);
          transform: rotate(-6.73deg);
}
.box5-list__item:nth-child(4) .box5-list__inner {
  -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-animation-delay: 1.1s !important;
          animation-delay: 1.1s !important;
}

@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(0.001);
            transform: scale(0.001);
  }
  60% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  80% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoom {
  0% {
    -webkit-transform: scale(0.001);
            transform: scale(0.001);
  }
  60% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  80% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.box5-list__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 1.25em;
  border-radius: 1.87em;
  -webkit-backdrop-filter: blur(0.25em);
          backdrop-filter: blur(0.25em);
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-animation-delay: 0.5s !important;
          animation-delay: 0.5s !important;
}

.box5-list__icon {
  width: 3.25em;
  margin-right: 1.5em;
}

.box5-list__text {
  color: #131313;
  line-height: 160%;
  font-weight: 600;
}

.box6 {
  width: 100%;
  padding: 6.06em 0;
  border-radius: 1.87em;
  background-color: #131313;
  background-image: url(../img/box6-bg.webp);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left bottom;
  z-index: 1;
}
.box6:after {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../img/box6-bg.webp);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left bottom;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.13, 0.38, 0.12, 1);
  transition: -webkit-transform 1s cubic-bezier(0.13, 0.38, 0.12, 1);
  -o-transition: transform 1s cubic-bezier(0.13, 0.38, 0.12, 1);
  transition: transform 1s cubic-bezier(0.13, 0.38, 0.12, 1);
  transition: transform 1s cubic-bezier(0.13, 0.38, 0.12, 1), -webkit-transform 1s cubic-bezier(0.13, 0.38, 0.12, 1);
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

.box6-list {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  color: #fff;
  z-index: 1;
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1);
  transition: opacity 0.5s ease-out, -webkit-transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1);
  -o-transition: transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1), opacity 0.5s ease-out;
  transition: transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1), opacity 0.5s ease-out;
  transition: transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1), opacity 0.5s ease-out, -webkit-transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1);
  -webkit-transform: translateY(5em);
      -ms-transform: translateY(5em);
          transform: translateY(5em);
  opacity: 0;
}
.box6-list.show {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.box6-list__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 23.5%;
      -ms-flex: 0 0 23.5%;
          flex: 0 0 23.5%;
}
.box6-list__item:nth-child(2) .box6-list__title:before {
  background-image: url(../img/box6-icon2.svg);
}
.box6-list__item:nth-child(3) .box6-list__title:before {
  width: 1.25em;
  height: 1.25em;
  background-image: url(../img/box6-icon3.svg);
}
.box6-list__item:nth-child(4) .box6-list__title:before {
  width: 1.25em;
  height: 1.25em;
  background-image: url(../img/box6-icon4.svg);
}

.box6-list__title {
  width: 100%;
  font-weight: 600;
  padding: 0.8em 1.45em;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 1em;
  background-color: rgba(255, 255, 255, 0.06);
  margin-bottom: 0.25em;
  white-space: nowrap;
}
.box6-list__title:before {
  content: " ";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.3em;
  vertical-align: bottom;
  background-image: url(../img/box6-icon1.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.box6-list__inner {
  height: 18.75em;
  padding: 1.5em 8%;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 1em;
  background-image: -o-linear-gradient(327deg, #0C0C0C 15%, #192a3b 100%);
  background-image: linear-gradient(123deg, #0C0C0C 15%, #192a3b 100%);
  overflow: hidden;
}
.box6-list__inner:before {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  background-image: -o-linear-gradient(327deg, #0C0C0C 15%, #0C0C0C 100%);
  background-image: linear-gradient(123deg, #0C0C0C 15%, #0C0C0C 100%);
}

.box6-list__text {
  margin-bottom: 2.77em;
  margin-bottom: 0;
}
.box6-list__text p {
  line-height: 160%;
}

.box6-list__btn {
  width: 8.56em;
  height: 3.25em;
  border-radius: 3.25em;
  line-height: 3.25em;
  text-align: center;
  overflow: hidden;
  font-weight: 500;
  background-image: -o-radial-gradient(0 0%, farthest-corner, #44A1FF 48%, #0871db 100%);
  background-image: radial-gradient(farthest-corner at 0 0%, #44A1FF 48%, #0871db 100%);
  position: absolute;
  left: 8%;
  bottom: 1.5em;
}

.box6-list-btn__inner {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  line-height: calc(3.25em - 4px);
  border-radius: calc(3.25em - 4px);
  left: 2px;
  top: 2px;
  background-color: #fff;
  -webkit-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
.box6-list-btn__inner a {
  color: #44A1FF;
  display: block;
  -webkit-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}

.box7 {
  padding-top: 7.5em;
  margin-bottom: 7.5em;
}
.box7 .box-title {
  width: 77.3%;
  margin: 0 auto;
}
.box7 .box-title.box-title2 {
  width: 81.1%;
}
.box7 .box-content {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -0.35em;
  margin-bottom: 7.5em;
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1);
  transition: opacity 0.5s ease-out, -webkit-transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1);
  -o-transition: opacity 0.5s ease-out, transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1);
  transition: opacity 0.5s ease-out, transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1);
  transition: opacity 0.5s ease-out, transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1), -webkit-transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1);
  -webkit-transform: translateY(5rem);
      -ms-transform: translateY(5rem);
          transform: translateY(5rem);
  opacity: 0;
}
.box7 .box-content.show {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.box7 .box-content.show .box-content-roll {
  opacity: 1;
}

.box-content__left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 42.5%;
      -ms-flex: 0 0 42.5%;
          flex: 0 0 42.5%;
}

.box-content__pic {
  border-radius: 1.87em;
  overflow: hidden;
}

.box-content-sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: absolute;
  left: 6%;
  bottom: 5%;
}

.box-content-sns__item {
  width: 2.75em;
  height: 2.75em;
  border-radius: 50%;
  background-color: #fff;
  margin-right: 0.37em;
  overflow: hidden;
}
.box-content-sns__item:before {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: -o-radial-gradient(50% -80%, farthest-corner, #44A1FF 48%, #0871db 100%);
  background-image: radial-gradient(farthest-corner at 50% -80%, #44A1FF 48%, #0871db 100%);
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  opacity: 0;
}
.box-content-sns__item a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: 1;
}
.box-content-sns__item img {
  width: 0.62em;
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.box-content-sns__item img.rev {
  position: absolute;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  opacity: 0;
}
.box-content-sns__item:nth-child(2) img, .box-content-sns__item:nth-child(3) img {
  width: 1em;
  top: 44%;
}
.box-content-sns__item:nth-child(2) img.rev, .box-content-sns__item:nth-child(3) img.rev {
  top: 48%;
}
.box-content-sns__item:nth-child(3) {
  margin-right: 0;
}
.box-content-sns__item:nth-child(3) img {
  top: 47%;
}
.box-content-sns__item:nth-child(3) img.rev {
  top: 51%;
}

.box-content-roll {
  width: 10em;
  border-radius: 50%;
  position: absolute;
  right: -15.9%;
  bottom: 5.4%;
  background-color: rgba(19, 19, 19, 0.4);
  -webkit-backdrop-filter: blur(0.5em);
          backdrop-filter: blur(0.5em);
  -webkit-transition: opacity 0.3s ease-out 0.5s;
  -o-transition: opacity 0.3s ease-out 0.5s;
  transition: opacity 0.3s ease-out 0.5s;
  opacity: 0;
}
.box-content-roll img {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-animation: roll 20s linear infinite;
          animation: roll 20s linear infinite;
}

.box-content__right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40.5%;
      -ms-flex: 0 0 40.5%;
          flex: 0 0 40.5%;
}

.box-content__title {
  font-size: 1.93em;
  color: #131313;
  font-weight: 600;
  margin-bottom: 0.6em;
}

.box-content__text {
  color: #131313;
  line-height: 160%;
  margin-bottom: 2.5em;
}

.box-content__data {
  padding-top: 2.4em;
  border-top: 1px solid #d7d7d7;
}
.box-content__data dl {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #131313;
  margin-bottom: 1.56em;
}
.box-content__data dl:last-child {
  margin-bottom: 0;
}
.box-content__data dl dt, .box-content__data dl dd {
  line-height: 160%;
}

.box-bottom-content {
  width: 100%;
  margin-top: -2.2em;
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1);
  transition: opacity 0.5s ease-out, -webkit-transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1);
  -o-transition: opacity 0.5s ease-out, transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1);
  transition: opacity 0.5s ease-out, transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1);
  transition: opacity 0.5s ease-out, transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1), -webkit-transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1);
  -webkit-transform: translateY(5rem);
      -ms-transform: translateY(5rem);
          transform: translateY(5rem);
  opacity: 0;
}
.box-bottom-content.show {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.box-bottom-content.show .box-content-roll {
  opacity: 1;
}

.box-bottom-content__left {
  width: 66%;
  float: left;
}

.box-bottom-list__item {
  width: 100%;
  padding: 1.3em 0 2em;
  border-radius: 2.5em;
  margin-bottom: 1.5em;
  background-color: #fff;
  overflow: hidden;
  -webkit-box-shadow: 0px 0.62em 0.93em 0px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 0.62em 0.93em 0px rgba(0, 0, 0, 0.03);
}
.box-bottom-list__item:nth-child(2) {
  background-image: url(../img/box7-bg1.webp);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.box-bottom-list__item:last-child {
  margin-bottom: 0;
}

.box-bottom-list__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../img/box7-bg2.webp);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left bottom;
}

.box-bottom-list__class {
  position: absolute;
  left: 4%;
  top: 2em;
}

.box-bottom-list-class__icon {
  width: 3.25em;
  height: 3.25em;
  border-radius: 50%;
  background-color: #131313;
  margin-bottom: 0.53em;
}
.box-bottom-list-class__icon img {
  width: 1.5em;
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.box-bottom-list-class__text {
  font-size: 1.93em;
  color: #131313;
  font-weight: 600;
}

.box-bottom-list__inner {
  width: 53.78%;
  left: 42.17%;
}

.box-bottom-list-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 0.88em;
}

.box-bottom-list-price__name {
  margin-right: 0.6em;
  padding-bottom: 0.9em;
}

.box-bottom-list-price__num {
  font-size: 3.06em;
  color: #131313;
  font-weight: 600;
}

.box-bottom-list-btn {
  width: 100%;
  height: 3.25em;
  border-radius: 3.25em;
  line-height: 3.25em;
  margin-bottom: 1.4em;
  text-align: center;
  font-weight: 500;
  background-image: -o-radial-gradient(50% -80%, farthest-corner, #44A1FF 48%, #0871db 100%);
  background-image: radial-gradient(farthest-corner at 50% -80%, #44A1FF 48%, #0871db 100%);
  -webkit-box-shadow: 0px 0.5em 0.8em 0em rgba(68, 161, 255, 0.3);
          box-shadow: 0px 0.5em 0.8em 0em rgba(68, 161, 255, 0.3);
}

.box-bottom-list-btn__inner {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  line-height: calc(3.25em - 4px);
  border-radius: calc(3.25em - 4px);
  left: 2px;
  top: 2px;
  background-color: #fff;
  -webkit-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
.box-bottom-list-btn__inner a {
  color: #44A1FF;
  display: block;
  -webkit-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}

.box-bottom-list-subtext__text {
  margin-bottom: 1.15em;
  padding-left: 1.44em;
  text-indent: -0.9em;
  color: #131313;
}
.box-bottom-list-subtext__text:last-child {
  margin-bottom: 0;
}
.box-bottom-list-subtext__text:before {
  content: " ";
  display: inline-block;
  width: 0.56em;
  height: 0.56em;
  margin-right: 0.3em;
  background-image: url(../img/box7-icon4.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.box-bottom-list-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: absolute;
  right: 4%;
  top: 0.8em;
}

.box-bottom-list-link-btn {
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  margin-right: 0.5em;
  background-color: #fff;
}
.box-bottom-list-link-btn a {
  pointer-events: none;
}
.box-bottom-list-link-btn img {
  width: 1em;
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.box-bottom-list-link-btn:nth-child(2) img {
  width: 1.18em;
  top: 15%;
}
.box-bottom-list-link-btn:nth-child(3) {
  margin-right: 0;
}
.box-bottom-list-link-btn:nth-child(3) img {
  width: 1.25em;
}

.box-bottom-content__right {
  width: 32%;
  float: right;
  padding: 1.2em 2.2% 3.14em;
  border-radius: 2.5em;
  color: #fff;
  background-color: #131313;
  background-image: url(../img/box7-bg3.webp);
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0px 0.62em 0.93em 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0.62em 0.93em 0px rgba(0, 0, 0, 0.3);
}

.box-bottom-content-right__text {
  font-size: 1.25em;
  font-weight: 600;
  margin-bottom: 0.98em;
}

.box-bottom-content-right-subtexttext {
  margin-bottom: 1.15em;
  padding-left: 1.8em;
  padding-bottom: 1em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.box-bottom-content-right-subtexttext:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.box-bottom-content-right-subtexttext:before {
  content: " ";
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  left: 0;
  top: 0.3em;
  background-image: url(../img/star.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.box8.show .box-content__title {
  opacity: 1;
}
.box8.show .box-content__text,
.box8.show .box-content__btn {
  opacity: 1;
}
.box8.show .box8-bg-area {
  opacity: 1;
}
.box8 .box-content {
  width: 100%;
  height: 33.87em;
  border-radius: 1.87em;
  margin-bottom: 7.5em;
  background-color: #44A1FF;
  background-image: url(../img/box8-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.box8 .box-content__inner {
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.box8 .box-content__title {
  font-size: 3.81em;
  color: #fff;
  text-align: center;
  margin-bottom: 0.44em;
  -webkit-transition: opacity 0.8s ease-out;
  -o-transition: opacity 0.8s ease-out;
  transition: opacity 0.8s ease-out;
  opacity: 0;
}
.box8 .box-content__text {
  margin-bottom: 2.4em;
  -webkit-transition: opacity 0.5s ease-out 0.5s;
  -o-transition: opacity 0.5s ease-out 0.5s;
  transition: opacity 0.5s ease-out 0.5s;
  opacity: 0;
}
.box8 .box-content__text p {
  text-align: center;
  line-height: 160%;
  color: #fff;
}
.box8 .box-content__btn {
  width: 17.68em;
  height: 3.25em;
  border-radius: 3.25em;
  line-height: 3.25em;
  margin: 0 auto;
  text-align: center;
  font-weight: 500;
  background-image: -o-radial-gradient(50% -80%, farthest-corner, #44A1FF 48%, #0871db 100%);
  background-image: radial-gradient(farthest-corner at 50% -80%, #44A1FF 48%, #0871db 100%);
  -webkit-transition: opacity 0.5s ease-out 0.8s;
  -o-transition: opacity 0.5s ease-out 0.8s;
  transition: opacity 0.5s ease-out 0.8s;
  opacity: 0;
}
.box8 .box-content-btn__inner {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  line-height: calc(3.25em - 4px);
  border-radius: calc(3.25em - 4px);
  left: 2px;
  top: 2px;
  background-color: #fff;
  -webkit-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
.box8 .box-content-btn__inner a {
  color: #44A1FF;
  display: block;
  -webkit-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.box8 .box-title {
  width: 77.2%;
  margin: 0 auto;
}

.box8-bg-area {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  opacity: 0;
}
.box8-bg-area > img {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.box8-bg1 {
  width: 4.33%;
  position: absolute;
  left: 9.2%;
  top: 110%;
  -webkit-animation: move 12s ease-out infinite;
          animation: move 12s ease-out infinite;
}

.box8-bg2 {
  width: 2.5%;
  position: absolute;
  left: 31.4%;
  top: 95%;
  -webkit-animation: move 9s ease-out infinite 0.6s;
          animation: move 9s ease-out infinite 0.6s;
}

.box8-bg3 {
  width: 1.66%;
  position: absolute;
  left: 47.6%;
  top: 98%;
  -webkit-animation: move 14s ease-out infinite 0.5s;
          animation: move 14s ease-out infinite 0.5s;
}

.box8-bg4 {
  width: 8.33%;
  position: absolute;
  left: 78.5%;
  top: 99%;
  -webkit-animation: move 8s ease-out infinite;
          animation: move 8s ease-out infinite;
}

.box9 {
  width: 100%;
  padding: 6.54em 0 6.25em;
  margin-top: -0.7em;
  margin-bottom: 7.5em;
  border-radius: 1.87em;
  background-color: #131313;
}
.box9::before {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../img/box9-bg2.webp);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left bottom;
  opacity: 0;
  -webkit-animation: fade 5s ease-out infinite;
          animation: fade 5s ease-out infinite;
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.box9:after {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../img/box9-bg1.webp);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left bottom;
  pointer-events: none;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.13, 0.38, 0.12, 1);
  transition: -webkit-transform 1s cubic-bezier(0.13, 0.38, 0.12, 1);
  -o-transition: transform 1s cubic-bezier(0.13, 0.38, 0.12, 1);
  transition: transform 1s cubic-bezier(0.13, 0.38, 0.12, 1);
  transition: transform 1s cubic-bezier(0.13, 0.38, 0.12, 1), -webkit-transform 1s cubic-bezier(0.13, 0.38, 0.12, 1);
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
.box9.show:after {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.box9 .box-content {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
}
.box9 .box-content__left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 37.5%;
      -ms-flex: 0 0 37.5%;
          flex: 0 0 37.5%;
}
.box9 .box-title {
  font-size: 3.81em;
  font-weight: 600;
  margin-bottom: 0.43em;
}
.box9 .box-title:after {
  display: none;
}
.box9 .box-content__right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40.16%;
      -ms-flex: 0 0 40.16%;
          flex: 0 0 40.16%;
  margin-top: -0.1em;
}
.box9 .form-content dl {
  margin-bottom: 0.5em;
  padding-bottom: 0.77em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.box9 .form-content dl:last-child {
  margin-bottom: 2.5em;
}
.box9 .form-content dt {
  line-height: 160%;
  margin-bottom: 1em;
}
.box9 .form-content dd input,
.box9 .form-content dd textarea {
  width: 100%;
  font-size: 1em;
  padding: 0;
  color: #fff;
  border: none;
  outline: none;
  background-color: transparent;
}
.box9 .form-content dd input:internal-autofill-selected {
  background-color: transparent !important;
}
.box9 .submit {
  width: 100%;
  height: 3.25em;
  border-radius: 3.25em;
  line-height: 3.25em;
  text-align: center;
  font-weight: 500;
  background-image: -o-radial-gradient(50% -80%, farthest-corner, #44A1FF 48%, #0871db 100%);
  background-image: radial-gradient(farthest-corner at 50% -80%, #44A1FF 48%, #0871db 100%);
  cursor: pointer;
}
.box9 .submit__inner {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  line-height: calc(3.25em - 4px);
  border-radius: calc(3.25em - 4px);
  left: 2px;
  top: 2px;
  background-color: transparent;
  -webkit-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
.box9 .submit__text {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  line-height: calc(3.25em - 4px);
  color: #fff;
  -webkit-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
  background-color: transparent;
}

footer {
  width: 100%;
  background-color: #fff;
  padding: 2.5em 0 2.2em;
  background-image: url(../img/footer-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

.footer-inner {
  width: 83.33%;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-title {
  width: 90.41%;
  max-width: 1302px;
  margin: 0 auto;
}

.footer-content {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2em 3.33%;
  border-radius: 1em;
  margin-bottom: 3.1em;
  background-color: #fff;
  -webkit-box-shadow: 0px 0.5em 0.5em 0px rgba(151, 170, 189, 0.23);
          box-shadow: 0px 0.5em 0.5em 0px rgba(151, 170, 189, 0.23);
}

.footer-content-logo {
  width: 7.75em;
  margin-right: 15.7%;
}

.footer-content-navi {
  width: 36.83%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-content-navi__inner {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 48.19%;
      -ms-flex: 0 0 48.19%;
          flex: 0 0 48.19%;
}
.footer-content-navi__inner:nth-child(2) .footer-content-navi-link__item {
  display: block;
}

.footer-content-navi__title {
  font-size: 0.875em;
  color: #5C5C5C;
  margin-bottom: 1.1em;
}

.footer-content-navi-link__item {
  line-height: 160%;
  margin-bottom: 0.3em;
  color: #131313;
  -webkit-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
  cursor: pointer;
}
.footer-content-navi-link__item:last-child {
  margin-bottom: 0;
}
.footer-content-navi-link__item a, .footer-content-navi-link__item a:link, .footer-content-navi-link__item a:visited {
  -webkit-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
  color: #131313;
}

.footer-content-sns-address {
  color: #131313;
}

.footer-content-sns-linkarea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 1em;
}

.footer-content-sns-linkarea__link {
  width: 2.25em;
  height: 2.25em;
  border-radius: 50%;
  overflow: hidden;
  background-color: #F6F8FA;
  margin-right: 0.37em;
}
.footer-content-sns-linkarea__link:before {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: -o-radial-gradient(50% -80%, farthest-corner, #44A1FF 48%, #0871db 100%);
  background-image: radial-gradient(farthest-corner at 50% -80%, #44A1FF 48%, #0871db 100%);
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  opacity: 0;
}
.footer-content-sns-linkarea__link img {
  width: 0.62em;
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.footer-content-sns-linkarea__link img.rev {
  position: absolute;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  opacity: 0;
}
.footer-content-sns-linkarea__link:nth-child(2) img, .footer-content-sns-linkarea__link:nth-child(3) img {
  width: 1em;
  top: 45%;
}
.footer-content-sns-linkarea__link:nth-child(2) img.rev, .footer-content-sns-linkarea__link:nth-child(3) img.rev {
  top: 49%;
}
.footer-content-sns-linkarea__link:nth-child(3) img {
  top: 33%;
}
.footer-content-sns-linkarea__link:nth-child(3) img.rev {
  top: 52%;
}
.footer-content-sns-linkarea__link:nth-child(4) img {
  width: 0.81em;
  top: 38%;
}
.footer-content-sns-linkarea__link:nth-child(4) img.rev {
  top: 52%;
}
.footer-content-sns-linkarea__link:last-child {
  margin-right: 0;
}
.footer-content-sns-linkarea__link a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: 1;
}

.footer-bottom-content {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3.2em;
}

.footer-bottom-content__title {
  font-size: 1.93em;
  line-height: 110%;
  font-weight: 600;
  color: #131313;
}

.footer-bottom-content__search {
  width: 49.33%;
}

.footer-bottom-content-search__text {
  line-height: 160%;
  color: #131313;
  margin-bottom: 0.5em;
}

.footer-bottom-content-search-area {
  width: 100%;
  height: 4.12em;
  border-radius: 4.12em;
  border: 1px solid #44A1FF;
  background-color: #F6F8FA;
}
.footer-bottom-content-search-area input {
  width: 83%;
  height: 2em;
  font-size: 1em;
  font-weight: bold;
  border: none;
  outline: none;
  color: #131313;
  background-color: transparent;
  position: absolute;
  left: 3.5%;
  top: 64%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.footer-bottom-content-search-area__text {
  font-size: 0.625em;
  color: #131313;
  opacity: 0.5;
  position: absolute;
  left: 4%;
  top: 1em;
}

.footer-bottom-content-search-area__submit {
  width: 3.12em;
  height: 3.12em;
  border-radius: 50%;
  background-image: -o-radial-gradient(50% -80%, farthest-corner, #44A1FF 48%, #0871db 100%);
  background-image: radial-gradient(farthest-corner at 50% -80%, #44A1FF 48%, #0871db 100%);
  cursor: pointer;
  position: absolute;
  right: 1%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-shadow: 0px 0.5em 0.8em 0em rgba(68, 161, 255, 0.3);
          box-shadow: 0px 0.5em 0.8em 0em rgba(68, 161, 255, 0.3);
}

.footer-bottom-content-search-area-submit__inner {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-radius: 50%;
  left: 2px;
  top: 2px;
  background-color: transparent;
  -webkit-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}

.footer-bottom-content-search-area-submit__arrow {
  width: 0.93em;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.footer-bottom-content-search-area-submit__arrow img {
  display: block;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.footer-bottom-content-search-area-submit__arrow img.rev {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.footer-bottom {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #131313;
}

.footer-bottom__copyright {
  font-size: 0.75em;
}
.footer-bottom__copyright strong {
  font-weight: bold;
}

.footer-bottom__privacy {
  font-size: 0.75em;
}
.footer-bottom__privacy a, .footer-bottom__privacy a:link, .footer-bottom__privacy a:visited {
  color: #131313;
}
@media screen and (min-width: 769px) {
  .sp_only {
    display: none !important;
  }
  .header-logo:hover {
    -webkit-animation: blink_animation 0.6s ease-out;
            animation: blink_animation 0.6s ease-out;
  }
  .header-navi__item:hover {
    color: #2D7BFF;
  }
  .header-btn:hover {
    background-image: -o-radial-gradient(50% -80%, farthest-corner, #44A1FF 48%, #0871db 100%);
    background-image: radial-gradient(farthest-corner at 50% -80%, #44A1FF 48%, #0871db 100%);
  }
  .header-btn:hover .header-btn__inner {
    background-color: #fff;
  }
  .header-btn:hover .header-btn__text {
    color: #44A1FF;
  }
  .box1-slide-navi__text:hover {
    opacity: 1;
  }
  .box3 .box-title {
    width: 100%;
  }
  .box3 .box-title img {
    width: 83.83%;
    margin: 0 auto;
  }
  .box3 .box-subtitle {
    width: 100%;
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    top: 6.2em;
  }
  .box3-content__inner {
    /*border-radius: 1.87em;
    box-shadow: 0px 0.75em 1.25em 0.25em rgba(0, 0, 0, 0.3);*/
  }
  .box3-slide-list__item {
    -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
    transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
    -o-transition: transform 0.5s ease-out, opacity 0.5s ease-out;
    transition: transform 0.5s ease-out, opacity 0.5s ease-out;
    transition: transform 0.5s ease-out, opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
    border-radius: 1.87em;
    -webkit-box-shadow: 0px 0.75em 1.25em 0.25em rgba(0, 0, 0, 0);
            box-shadow: 0px 0.75em 1.25em 0.25em rgba(0, 0, 0, 0);
    -webkit-transform: scale(0.96) translate(-52%, -5%);
        -ms-transform: scale(0.96) translate(-52%, -5%);
            transform: scale(0.96) translate(-52%, -5%);
  }
  .box3-slide-list__item:after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    -webkit-transition: opacity 0.5s ease-out;
    -o-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
    opacity: 0.5;
    pointer-events: none;
  }
  .box3-slide-list__item.box3-slide-list-1 {
    -webkit-transform: scale(1) translate(-50%, 0%);
        -ms-transform: scale(1) translate(-50%, 0%);
            transform: scale(1) translate(-50%, 0%);
  }
  .box3-slide-list__item.box3-slide-list-1:after {
    opacity: 0;
  }
  .box3-slide-list__item.show {
    -webkit-transform: scale(1) translate(-50%, 0);
        -ms-transform: scale(1) translate(-50%, 0);
            transform: scale(1) translate(-50%, 0);
    -webkit-box-shadow: 0px 0.75em 1.25em 0.25em rgba(0, 0, 0, 0.3);
            box-shadow: 0px 0.75em 1.25em 0.25em rgba(0, 0, 0, 0.3);
  }
  .box3-slide-list__item.show:after {
    opacity: 0;
  }
  .box3-slide-list__item.hide {
    -webkit-transform: scale(1.04) translate(-47.5%, 5%);
        -ms-transform: scale(1.04) translate(-47.5%, 5%);
            transform: scale(1.04) translate(-47.5%, 5%);
    opacity: 0;
  }
  .box3-slide-list__item.notransition {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
  }
  .box4-list__item {
    position: absolute;
    left: 50%;
    top: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
    transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out, opacity 0.3s ease-out;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: scale(0.9) translate(-55.6%, -14%);
        -ms-transform: scale(0.9) translate(-55.6%, -14%);
            transform: scale(0.9) translate(-55.6%, -14%);
    opacity: 0;
  }
  .box4-list__item.active {
    -webkit-transform: scale(1) translate(-50%, 0);
        -ms-transform: scale(1) translate(-50%, 0);
            transform: scale(1) translate(-50%, 0);
    opacity: 1;
    pointer-events: all;
  }
  .box4-list__item.hide {
    -webkit-transform: scale(1.07) translate(-46.6%, 8%);
        -ms-transform: scale(1.07) translate(-46.6%, 8%);
            transform: scale(1.07) translate(-46.6%, 8%);
    opacity: 0;
  }
  .box4-list__item.notransition {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
  }
  .box4-list__item:nth-child(1) {
    position: relative;
  }
  .box4-text__btn:hover .box4-text-btn__inner {
    background-color: #fff;
  }
  .box4-text__btn:hover a {
    color: #44A1FF;
  }
  .box5-pic-area.show .box5-list__item .box5-list__inner {
    -webkit-animation: zoom 0.3s ease-out forwards;
            animation: zoom 0.3s ease-out forwards;
  }
  .box5-list__item.show .box5-list__inner {
    -webkit-animation: zoom 0.3s ease-out forwards;
            animation: zoom 0.3s ease-out forwards;
  }
  .box5-list__inner {
    -webkit-transform-origin: right top;
        -ms-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: scale(0.001);
        -ms-transform: scale(0.001);
            transform: scale(0.001);
  }
  .box6-list__item:hover .box6-list__inner:before {
    opacity: 0;
  }
  .box6-list__btn:hover .box6-list-btn__inner {
    background-color: transparent;
  }
  .box6-list__btn:hover a {
    color: #fff;
  }
  .box7 {
    overflow: visible;
  }
  .box-content-sns__item:hover:before {
    opacity: 1;
  }
  .box-content-sns__item:hover img {
    opacity: 0;
  }
  .box-content-sns__item:hover img.rev {
    opacity: 1;
  }
  .box-bottom-list-btn:hover .box-bottom-list-btn__inner {
    background-color: transparent;
  }
  .box-bottom-list-btn:hover a {
    color: #fff;
  }
  .box-bottom-content__right {
    -webkit-transition: top 0.5s ease-out;
    -o-transition: top 0.5s ease-out;
    transition: top 0.5s ease-out;
    position: -webkit-sticky;
    position: sticky;
    right: 0;
    top: 7em;
  }
  .box-bottom-content__right.hide {
    top: 0;
  }
  .box8 .box-content__btn:hover .box-content-btn__inner {
    background-color: transparent;
  }
  .box8 .box-content__btn:hover a {
    color: #fff;
  }
  .box9 .submit:hover .submit__inner {
    background-color: #fff;
  }
  .box9 .submit:hover .submit__text {
    color: #44A1FF;
  }
  .footer-content-logo:hover {
    -webkit-animation: blink_animation 0.6s ease-out;
            animation: blink_animation 0.6s ease-out;
  }
  .footer-content-navi-link__item:hover {
    color: #44A1FF;
  }
  .footer-content-navi-link__item:hover a, .footer-content-navi-link__item:hover a:link, .footer-content-navi-link__item:hover a:visited {
    color: #44A1FF;
  }
  .footer-content-sns-linkarea__link:hover:before {
    opacity: 1;
  }
  .footer-content-sns-linkarea__link:hover img {
    opacity: 0;
  }
  .footer-content-sns-linkarea__link:hover img.rev {
    opacity: 1;
  }
  .footer-bottom-content-search-area__submit:hover .footer-bottom-content-search-area-submit__inner {
    background-color: #fff;
  }
  .footer-bottom-content-search-area__submit:hover .footer-bottom-content-search-area-submit__arrow img {
    opacity: 0;
  }
  .footer-bottom-content-search-area__submit:hover .footer-bottom-content-search-area-submit__arrow img.rev {
    opacity: 1;
  }
}
@media screen and (min-width: 1281px) {
  html {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 3.73vw;
  }
  .pc_only {
    display: none !important;
  }
  body {
    font-size: 3.73vw;
  }
  #wrapper {
    min-width: 100%;
    overflow: hidden;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  html {
    font-size: 4.26vw;
    -webkit-text-size-adjust: 100%;
  }
  header {
    height: 27vw;
  }
  header.active {
    background-color: #f5f5f5;
    background-color: rgba(245, 245, 245, 0.6);
  }
  .header-logo {
    width: 37.33vw;
    left: 4vw;
    top: 12vw;
  }
  .header-project {
    width: 73.33%;
  }
  .header-project:before {
    width: 4vw;
    height: 4vw;
    left: 17.4vw;
  }
  .header-project:after {
    width: 2.13vw;
    height: 2.13vw;
    left: 18.4vw;
  }
  .header-project__text {
    font-size: 3vw;
    left: 52%;
  }
  .header-btn {
    width: 30vw;
    height: 12vw;
    line-height: 12vw;
    border-radius: 12vw;
    right: 13.6vw;
    top: 10.93vw;
  }
  .kv .box-textarea {
    margin-bottom: 6.3vw;
  }
  .kv .box-textarea p {
    font-size: 3.55vw;
  }
  .kv-title {
    font-size: 12vw;
    margin-bottom: -14vw;
  }
  .kv-title span:last-child {
    position: relative;
    top: -15.7vw;
  }
  .kv-title img {
    width: 32vw;
    padding-top: 0;
  }
  .kv-btn {
    width: 66.6vw;
    left: auto;
  }
  .kv-btn__text {
    font-size: 3.65vw;
  }
  .kv-pic img.roll {
    width: 23vw;
    right: 0;
    bottom: 0vw;
  }
  .box-inner {
    width: 92%;
    max-width: inherit;
  }
  .box1 {
    padding-top: 6.2vw;
    padding-bottom: 12vw;
  }
  .box1 .box-title {
    width: 88.4%;
  }
  .box1 .box-subtitle {
    font-size: 7.8vw;
    line-height: 110%;
  }
  .box1-point {
    width: 97%;
    margin: 0 auto 12.8vw;
  }
  .box1-point__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    border-bottom: 1px solid #dddfe1;
    padding-bottom: 6.5vw;
    margin-bottom: 2.8vw;
  }
  .box1-point__item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .box1-point__item:nth-child(2) .box1-point__title {
    padding-top: 4vw;
  }
  .box1-point__item:nth-child(2) .box1-point__text {
    margin-top: 2vw;
  }
  .box1-point__item:nth-child(3) .box1-point__title {
    padding-top: 4vw;
  }
  .box1-point__inner {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .box1-point__title {
    font-size: 15.7vw;
    text-align: center;
  }
  .box1-point__text {
    font-size: 5vw;
    margin-top: 0.7vw;
  }
  .box1-slide-area {
    border-radius: 4vw;
    padding: 5.6vw 4.34%;
    margin-top: 0vw;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-image: url(../img/box1-bg1-sp.webp);
    background-size: 100% auto;
  }
  .box1-slide-area__inner {
    background-image: url(../img/box1-bg2-sp.webp);
    background-size: 48.58% auto;
  }
  .box1-slide-navi__text {
    font-size: 4.9vw;
    line-height: 140%;
  }
  .box1-text {
    width: 100%;
  }
  .box1-text__inner {
    width: 89.93%;
    font-size: 3.89vw;
    font-weight: 300;
  }
  .box2 {
    padding: 12vw 0 14vw;
    background-image: url(../img/box2-bg2-sp.webp);
  }
  .box2-content__left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 13.4vw;
  }
  .box2-pic1 {
    border: 0.4vw solid #fff;
    border-radius: 4vw;
  }
  .box2-content__right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .box2-content__title {
    font-size: 5.8vw;
    margin-top: 0;
    margin-bottom: 1.8vw;
  }
  .box2-content__subtitle {
    font-size: 3.55vw;
    margin-bottom: 7.4vw;
  }
  .box2-subtext {
    margin-bottom: 7.7vw;
  }
  .box2-subtext__text {
    font-size: 4.2vw;
    line-height: 140%;
    margin-bottom: 3.7vw;
    padding-left: 1.2em;
    text-indent: -1.2em;
  }
  .box2-subtext__text:before {
    width: 4vw;
    height: 4vw;
    margin-right: 1vw;
    position: relative;
    top: 1vw;
  }
  .box2-bg1 {
    width: 21%;
    left: -2%;
    top: 77vw;
    bottom: auto;
  }
  .box2-bg2 {
    width: 21%;
    left: 70.6%;
    top: -9vw;
  }
  .box2-bg3 {
    width: 30%;
    right: -12%;
    top: auto;
    bottom: 11vw;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .box2-text {
    width: 100%;
    z-index: 1;
  }
  .box2-text__inner {
    width: 89.93%;
    font-size: 4vw;
  }
  .box3 {
    padding-top: 12vw;
  }
  .box3 .box-inner {
    height: auto;
  }
  .box3 .box-title {
    width: 86.52%;
  }
  .box3 .box-subtitle {
    font-size: 3.55vw;
    margin-top: -1vw;
    margin-bottom: 6.1vw;
  }
  .box3-wrap {
    height: auto;
    position: relative;
    top: auto;
  }
  .box3-slide-list {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-transition: -webkit-transform 0.5s ease-out;
    transition: -webkit-transform 0.5s ease-out;
    -o-transition: transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
    transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
    overflow: hidden;
    left: 2vw;
    top: auto;
  }
  .box3-slide-list.notransition {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .box3-slide-list__item {
    width: 92vw;
    height: 148vw;
    margin-right: 4vw;
    padding: 9.6vw 0 4vw;
    border-radius: 6vw;
    -webkit-box-shadow: 0px 2vw 3vw 0.6vw rgba(0, 0, 0, 0.3);
            box-shadow: 0px 2vw 3vw 0.6vw rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: none;
            box-shadow: none;
    position: relative;
    left: auto;
    top: auto;
    background-image: none !important;
    background-size: auto 100%;
    opacity: 0.5;
    position: absolute;
    right: -2.8vw;
    top: 0;
    -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
    transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out, opacity 0.3s ease-out;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
  }
  .box3-slide-list__item.show {
    -webkit-transform: translateX(-3%);
        -ms-transform: translateX(-3%);
            transform: translateX(-3%);
    opacity: 1 !important;
  }
  .box3-slide-list__item.hide {
    -webkit-transform: translateX(-105%) !important;
        -ms-transform: translateX(-105%) !important;
            transform: translateX(-105%) !important;
    opacity: 0 !important;
  }
  .box3-slide-list__item.notransition {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
  }
  .box3-slide-list__item.box3-slide-list-1 {
    position: relative;
    right: auto;
    top: auto;
    opacity: 0;
  }
  .box3-slide-list__item.box3-slide-list-1 .box3-slide-bg {
    background-image: url(../img/box3-slide-pic1.jpg);
  }
  .box3-slide-list__item.box3-slide-list-1.show {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .box3-slide-list__item.box3-slide-list-2 .box3-slide-bg {
    background-image: url(../img/box3-slide-pic2.jpg);
  }
  .box3-slide-list__item.box3-slide-list-3 .box3-slide-bg {
    background-image: url(../img/box3-slide-pic3.jpg);
  }
  .box3-slide-list__item.box3-slide-list-4 .box3-slide-bg {
    background-image: url(../img/box3-slide-pic4.jpg);
  }
  .box3-slide-list__item.box3-slide-list-5 .box3-slide-bg {
    background-image: url(../img/box3-slide-pic5.jpg);
  }
  .box3-slide-bg {
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(0);
            backdrop-filter: blur(0);
    -webkit-filter: blur(5vw);
            filter: blur(5vw);
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center center;
  }
  .box3-slide-bg img {
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
  }
  .box3-slide-list__inner {
    width: 91%;
    height: auto;
    position: relative;
    left: auto;
    top: auto;
    margin: 0 auto 8vw;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .box3-slide-list__title {
    font-size: 7.8vw;
    line-height: 110%;
    padding-top: 9.6vw;
    margin-bottom: 3.8vw;
  }
  .box3-slide-list__text {
    font-size: 3.55vw;
  }
  .box3-slide-list__pic {
    width: 91.4%;
    margin: 0 auto;
    border-radius: 5vw;
    border: 0.5vw solid #5C5C5C;
    position: relative;
    right: auto;
    top: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    position: absolute;
    left: 50%;
    bottom: 5vw;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .box4 {
    padding-top: 12vw;
  }
  .box4-content {
    margin-top: -0.2vw;
  }
  .box4-list__item {
    padding: 4vw 2.8%;
    border-radius: 4vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(../img/box4-bg-sp.webp);
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
    transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out, opacity 0.3s ease-out;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translateX(103%);
        -ms-transform: translateX(103%);
            transform: translateX(103%);
    opacity: 0.6;
  }
  .box4-list__item.active {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  .box4-list__item.hide {
    -webkit-transform: translateX(-105%);
        -ms-transform: translateX(-105%);
            transform: translateX(-105%);
    opacity: 0;
  }
  .box4-list__item.notransition {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
  }
  .box4-list__item:nth-child(1) {
    position: relative;
  }
  .box4-text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .box4-text__title {
    font-size: 7vw;
    line-height: 110%;
    margin-bottom: 4vw;
  }
  .box4-text__subtitle {
    font-size: 5vw;
    margin-bottom: 1.2vw;
  }
  .box4-textarea {
    margin-bottom: 5.4vw;
  }
  .box4-textarea:last-child {
    margin-bottom: 4.2vw;
  }
  .box4-textarea p {
    font-size: 3.55vw;
  }
  .box4-text__btn {
    height: 13.33vw;
    font-size: 3.8vw;
    border-radius: 13.33vw;
    line-height: 13.33vw;
    margin-bottom: 0;
  }
  .box4-text-btn__inner {
    width: 100%;
    height: 100%;
    left: auto;
    top: auto;
    line-height: 13.33vw;
    border-radius: 13.33vw;
  }
  .box4-pic {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    border-radius: 4vw;
    margin-bottom: 8vw;
  }
  .box5 {
    padding-top: 12vw;
  }
  .box5 .box-title {
    width: 92.75%;
    margin-bottom: -1.6vw;
  }
  .box5 .box-title.box-title2 {
    width: 95.65%;
    margin-bottom: 0vw;
  }
  .box5-bg {
    width: 109%;
    top: 11vw;
  }
  .box5-pic-area {
    margin-bottom: 12vw;
  }
  .box5-pic-area.show .box5-list__item {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  .box5-pic-area.show .box5-list__item .box5-list__inner {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  .box5-pic {
    width: 95.65%;
    border: 0.4vw solid #fff;
    border-radius: 4vw;
    margin-bottom: 10.26vw;
  }
  .box5-list {
    position: relative;
    left: auto;
    top: auto;
  }
  .box5-list__item {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 2vw;
    position: relative;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1);
    transition: opacity 0.5s ease-out, -webkit-transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1);
    -o-transition: transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1), opacity 0.5s ease-out;
    transition: transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1), opacity 0.5s ease-out;
    transition: transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1), opacity 0.5s ease-out, -webkit-transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1);
    -webkit-transform: translateY(5em);
        -ms-transform: translateY(5em);
            transform: translateY(5em);
    opacity: 0;
  }
  .box5-list__item:last-child {
    margin-bottom: 0;
  }
  .box5-list__inner {
    border-radius: 6vw;
    padding: 4vw 4.78%;
  }
  .box5-list__icon {
    width: 12.26vw;
    margin-right: 4vw;
  }
  .box5-list__text {
    width: calc(100% - 16.26vw);
    font-size: 3.55vw;
  }
  .box6 {
    padding: 8vw 0;
    border-radius: 4vw;
    background-image: url(../img/box6-bg-sp.webp);
  }
  .box6-list__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 4vw;
  }
  .box6-list__item:last-child {
    margin-bottom: 0;
  }
  .box6-list__item:nth-child(3) .box6-list__title:before {
    width: 5.33vw;
    height: 5.33vw;
  }
  .box6-list__item:nth-child(4) .box6-list__title:before {
    width: 5.33vw;
    height: 5.33vw;
  }
  .box6-list__title {
    font-size: 3.7vw;
    padding: 4.5vw 4.3%;
    border-radius: 4vw;
    margin-bottom: 1.06vw;
    white-space: pre-wrap;
  }
  .box6-list__title:before {
    width: 6vw;
    height: 6vw;
    margin-right: 1.6vw;
  }
  .box6-list__inner {
    height: auto;
    padding: 5.3vw 4.5%;
    border-radius: 4vw;
    background-image: -o-linear-gradient(327deg, #0C0C0C 15%, #1e3043 100%);
    background-image: linear-gradient(123deg, #0C0C0C 15%, #1e3043 100%);
  }
  .box6-list__inner:before {
    opacity: 0;
  }
  .box6-list__text {
    margin-bottom: 5vw;
  }
  .box6-list__text p {
    font-size: 3.65vw;
  }
  .box6-list__btn {
    width: 29.33vw;
    height: 12vw;
    border-radius: 12vw;
    line-height: 12vw;
    position: relative;
    left: auto;
    bottom: auto;
    -webkit-box-shadow: 0px 2.5vw 2vw 0 rgba(68, 161, 255, 0.1);
            box-shadow: 0px 2.5vw 2vw 0 rgba(68, 161, 255, 0.1);
  }
  .box6-list-btn__inner {
    width: 100%;
    height: 100%;
    left: auto;
    top: auto;
    line-height: 12vw;
    border-radius: 12vw;
    background-image: -o-radial-gradient(0 0%, farthest-corner, #44A1FF 48%, #0871db 100%);
    background-image: radial-gradient(farthest-corner at 0 0%, #44A1FF 48%, #0871db 100%);
  }
  .box6-list-btn__inner a {
    font-size: 3.55vw;
    color: #fff;
  }
  .box7 {
    padding-top: 12vw;
    margin-bottom: 12vw;
  }
  .box7 .box-title {
    width: 82.89%;
  }
  .box7 .box-title.box-title2 {
    width: 86.66%;
  }
  .box7 .box-content {
    margin-top: -0.4vw;
    margin-bottom: 11.6vw;
  }
  .box-content__left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 18.2vw;
  }
  .box-content__pic {
    border-radius: 4vw;
  }
  .box-content-sns {
    left: 4.34%;
    bottom: 4vw;
  }
  .box-content-sns__item {
    width: 8vw;
    height: 8vw;
    margin-right: 1.06vw;
  }
  .box-content-sns__item img {
    width: 1.86vw;
    top: 40%;
  }
  .box-content-sns__item:nth-child(2) img, .box-content-sns__item:nth-child(3) img {
    width: 3.06vw;
    top: 35%;
  }
  .box-content-roll {
    width: 29.33vw;
    right: 5%;
    bottom: -15vw;
  }
  .box-content__right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .box-content__title {
    font-size: 6.5vw;
    margin-bottom: 4.7vw;
  }
  .box-content__text {
    margin-bottom: 4.8vw;
  }
  .box-content__text p {
    font-size: 3.8vw;
    line-height: 160%;
  }
  .box-content__data {
    padding-top: 5.3vw;
  }
  .box-content__data dl {
    margin-bottom: 5.5vw;
  }
  .box-content__data dl dt {
    font-size: 4vw;
  }
  .box-content__data dl dd {
    font-size: 3.8vw;
  }
  .box-bottom-content {
    margin-top: -2.5vw;
  }
  .box-bottom-content__left {
    width: 100%;
    float: none;
    margin-bottom: 6vw;
  }
  .box-bottom-list__item {
    padding: 4vw 4.5%;
    border-radius: 4vw;
    margin-bottom: 4vw;
  }
  .box-bottom-list__item:nth-child(2) {
    background-image: url(../img/box7-bg1-sp.webp);
    background-size: cover;
  }
  .box-bottom-list__class {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    left: auto;
    top: auto;
    margin-bottom: 2.1vw;
  }
  .box-bottom-list-class__icon {
    width: 10.26vw;
    height: 10.26vw;
    margin-right: 2.4vw;
    margin-bottom: 0;
  }
  .box-bottom-list-class__icon img {
    width: 6vw;
  }
  .box-bottom-list-class__text {
    font-size: 5vw;
  }
  .box-bottom-list__inner {
    width: 100%;
    left: auto;
  }
  .box-bottom-list-price {
    margin-bottom: 2.3vw;
  }
  .box-bottom-list-price__name {
    font-size: 3.6vw;
    margin-right: 2.1vw;
    padding-bottom: 1.7vw;
  }
  .box-bottom-list-price__num {
    font-size: 8.26vw;
  }
  .box-bottom-list-btn {
    height: 12vw;
    border-radius: 12vw;
    line-height: 12vw;
    -webkit-box-shadow: 0px 2.5vw 2vw 0 rgba(68, 161, 255, 0.3);
            box-shadow: 0px 2.5vw 2vw 0 rgba(68, 161, 255, 0.3);
  }
  .box-bottom-list-btn__inner {
    width: 100%;
    height: 100%;
    left: auto;
    top: auto;
    line-height: 12vw;
    border-radius: 12vw;
    background-image: -o-radial-gradient(0 0%, farthest-corner, #44A1FF 48%, #0871db 100%);
    background-image: radial-gradient(farthest-corner at 0 0%, #44A1FF 48%, #0871db 100%);
  }
  .box-bottom-list-btn__inner a {
    font-size: 3.55vw;
    color: #fff;
  }
  .box-bottom-list-subtext__text {
    font-size: 3.55vw;
    padding-left: 5.7vw;
    text-indent: -5vw;
    margin-bottom: 2.9vw;
    line-height: 160%;
  }
  .box-bottom-list-subtext__text:before {
    width: 2.8vw;
    height: 2.8vw;
    margin-right: 2.2vw;
  }
  .box-bottom-list-link {
    right: 0;
    top: 3.5vw;
  }
  .box-bottom-list-link-btn {
    width: 5.33vw;
    height: 5.33vw;
    margin-right: 1.6vw;
  }
  .box-bottom-list-link-btn:nth-child(2) img {
    width: 80%;
    top: 0.4vw;
  }
  .box-bottom-list-link-btn:nth-child(3) img {
    width: 100%;
  }
  .box-bottom-content__right {
    width: 100%;
    float: none;
    padding: 4vw 4.5%;
    border-radius: 4vw;
    background-image: url(../img/box7-bg3-sp.webp);
    background-position: center top;
  }
  .box-bottom-content-right__text {
    font-size: 4.8vw;
    margin-bottom: 3.1vw;
  }
  .box-bottom-content-right-subtexttext {
    font-size: 3.55vw;
    padding-left: 6.2vw;
    margin-bottom: 3.7vw;
    line-height: 160%;
  }
  .box-bottom-content-right-subtexttext:before {
    width: 3.46vw;
    height: 3.46vw;
    top: 1.3vw;
  }
  .box8 .box-content {
    height: 89.1vw;
    border-radius: 4vw;
    margin-bottom: 12vw;
    background-image: url(../img/box8-bg-sp.webp);
  }
  .box8 .box-content__title {
    font-size: 10vw;
    line-height: 110%;
    margin-bottom: 1.7vw;
  }
  .box8 .box-content__text {
    margin-bottom: 5.8vw;
  }
  .box8 .box-content__text p {
    font-size: 3.55vw;
  }
  .box8 .box-content__btn {
    width: 70.43%;
    height: 12vw;
    border-radius: 12vw;
    line-height: 12vw;
  }
  .box8 .box-content-btn__inner {
    width: 100%;
    height: 100%;
    left: auto;
    top: auto;
    line-height: 12vw;
    border-radius: 12vw;
  }
  .box8 .box-content-btn__inner a {
    font-size: 3.55vw;
  }
  .box8 .box-title {
    width: 79.42%;
  }
  .box8-bg1 {
    width: 6%;
    left: 2.6%;
    top: 102%;
  }
  .box8-bg2 {
    width: 4.2%;
    left: 12.8%;
    top: 97%;
  }
  .box8-bg3 {
    width: 2.8%;
    left: 48.6%;
    top: 101%;
  }
  .box8-bg4 {
    left: 87.5%;
  }
  .box9::before {
    background-image: url(../img/box9-bg-sp.webp);
    background-size: cover;
  }
  .box9 {
    padding: 6.66vw 0;
    border-radius: 4vw;
    margin-top: 0vw;
    margin-bottom: 12vw;
  }
  .box9 .box-content__left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 6.4vw;
  }
  .box9 .box-title {
    font-size: 8.8vw;
    margin-bottom: 4.7vw;
  }
  .box9 .box-textarea p {
    font-size: 3.55vw;
    line-height: 160%;
  }
  .box9 .box-content__right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-top: 0;
  }
  .box9 .form-content dl {
    margin-bottom: 2.6vw;
    padding-bottom: 3.4vw;
    z-index: 1;
  }
  .box9 .form-content dl:last-child {
    margin-bottom: 8vw;
  }
  .box9 .form-content dt {
    font-size: 3.8vw;
    margin-bottom: 4.3vw;
  }
  .box9 .form-content dd input {
    font-size: 3.8vw;
  }
  .box9 .submit {
    height: 12vw;
    border-radius: 12vw;
    line-height: 12vw;
    z-index: 1;
  }
  .box9 .submit__inner {
    width: 100%;
    height: 100%;
    left: auto;
    top: auto;
    line-height: 12vw;
    border-radius: 12vw;
    background-image: -o-radial-gradient(0 0%, farthest-corner, #44A1FF 48%, #0871db 100%);
    background-image: radial-gradient(farthest-corner at 0 0%, #44A1FF 48%, #0871db 100%);
  }
  .box9 .submit__text {
    font-size: 3.55vw;
    line-height: 12vw;
  }
  footer {
    padding: 10.66vw 0 4vw;
    background-image: url(../img/footer-bg-sp.webp);
  }
  .footer-inner {
    width: 92%;
    max-width: inherit;
  }
  .footer-title {
    width: 100%;
    max-width: inherit;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .footer-content {
    width: 97%;
    margin: 0 auto 9vw;
    margin-top: -3.6vw;
    padding: 4vw 4% 4.4vw;
    border-radius: 4vw;
  }
  .footer-content-logo {
    width: 39%;
    margin: 0;
    margin-bottom: 7.8vw;
  }
  .footer-content-navi {
    width: 100%;
    margin-bottom: 7.5vw;
  }
  .footer-content-navi__inner {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 44.19%;
        -ms-flex: 0 0 44.19%;
            flex: 0 0 44.19%;
  }
  .footer-content-navi__title {
    font-size: 3.55vw;
    margin-bottom: 2.8vw;
  }
  .footer-content-navi-link__item {
    font-size: 3.7vw;
    margin-bottom: 0.6vw;
  }
  .footer-content-sns-address {
    font-size: 3.75vw;
  }
  .footer-content-sns-linkarea {
    margin-bottom: 2.9vw;
  }
  .footer-content-sns-linkarea__link {
    width: 9.06vw;
    height: 9.06vw;
    margin-right: 1.6vw;
  }
  .footer-content-sns-linkarea__link img {
    width: 2.4vw;
  }
  .footer-content-sns-linkarea__link:nth-child(2) img, .footer-content-sns-linkarea__link:nth-child(3) img {
    width: 3.4vw;
    top: 39%;
  }
  .footer-content-sns-linkarea__link:nth-child(3) img {
    top: 30%;
  }
  .footer-content-sns-linkarea__link:nth-child(4) img {
    width: 3vw;
    top: 37%;
  }
  .footer-bottom-content {
    margin-bottom: 9vw;
  }
  .footer-bottom-content__title {
    font-size: 6vw;
    text-align: center;
    margin-bottom: 4vw;
  }
  .footer-bottom-content__search {
    width: 100%;
  }
  .footer-bottom-content-search__text {
    font-size: 3.55vw;
    text-align: center;
    margin-bottom: 2vw;
  }
  .footer-bottom-content-search-area {
    height: 14.4vw;
    border-radius: 14.4vw;
  }
  .footer-bottom-content-search-area input {
    width: 78%;
    height: 5vw;
    font-weight: 400;
    font-size: 3.2vw;
    left: 5%;
    top: 66%;
  }
  .footer-bottom-content-search-area__text {
    font-size: 2.6vw;
    left: 5.6%;
    top: 2.5vw;
  }
  .footer-bottom-content-search-area__submit {
    width: 10.4vw;
    height: 10.4vw;
    right: 1.5%;
  }
  .footer-bottom-content-search-area-submit__arrow {
    width: 4.66vw;
  }
  .footer-bottom__copyright {
    font-size: 3vw;
  }
  .footer-bottom__privacy {
    font-size: 3vw;
  }
}
/*# sourceMappingURL=index.css.map */
