html {
  scroll-behavior: smooth;
}

.campaign {
  height: 110px;
  background: linear-gradient(90deg, #0040E2 2%, #0072FA 10%, #0072FA 90%, #0040E2 98%);
  transition: 0.3s;
}
@media screen and (max-width: 1099px) {
  .campaign {
    height: 82px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 590px) {
  .campaign {
    height: max(72px, 13.8983050847vw);
  }
}
.campaign:hover {
  transition: 0.3s;
  opacity: 0.8;
}
.campaign a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 32px;
}
@media screen and (max-width: 1350px) {
  .campaign a {
    padding: 0;
  }
}
.campaign img {
  height: 100%;
}
@media screen and (max-width: 1350px) {
  .campaign img.cpbanner-l {
    display: none;
  }
}
.campaign img.cpbanner-m {
  display: none;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1350px) {
  .campaign img.cpbanner-m {
    display: block;
  }
}
@media screen and (max-width: 590px) {
  .campaign img.cpbanner-m {
    display: none;
  }
}
.campaign img.cpbanner-s {
  display: none;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 590px) {
  .campaign img.cpbanner-s {
    display: block;
  }
}

.mv {
  width: 100%;
  padding: 100px 0 80px;
  background: radial-gradient(circle, #F4F9FF, #E2EEFC 100%);
  position: relative;
}
.mv::before {
  content: "";
  width: min(80vw, 525px);
  height: 186px;
  background-image: url("../img/bg-shape--top.webp");
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 1099px) {
  .mv::before {
    height: 140px;
  }
}
@media screen and (max-width: 768px) {
  .mv::before {
    height: 60px;
  }
}
@media screen and (max-width: 400px) {
  .mv::before {
    height: 50px;
  }
}
.mv::after {
  content: "";
  width: min(40vw, 1495px);
  width: 75vw;
  height: 23.6578707916vw;
  max-height: 459px;
  background-image: url("../img/bg-shape--bottom.webp");
  background-position-x: center;
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .mv::after {
    width: 80%;
    height: 35%;
  }
}
@media screen and (max-width: 1099px) {
  .mv {
    height: auto;
    padding: max(7.279344859vw, 56px) 32px max(8.7352138308vw, 64px);
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .mv {
    padding: 48px 32px;
  }
}
@media screen and (max-width: 530px) {
  .mv {
    padding: 25px clamp(16px, 5.8vw, 32px);
  }
}
.mv__inner {
  width: min(100%, 1080px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
  -moz-column-gap: 64px;
       column-gap: 64px;
}
@media screen and (max-width: 1099px) {
  .mv__inner {
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
}
@media screen and (max-width: 768px) {
  .mv__inner {
    flex-direction: column;
    align-items: center;
    row-gap: 32px;
  }
}
.mv__content {
  max-width: 554px;
}
@media screen and (max-width: 768px) {
  .mv__content {
    text-align: center;
    width: 100%;
  }
}
.mv__text {
  font-weight: 800;
  background: linear-gradient(90deg, #3DA7F1, #1A79D4);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 22px;
  line-height: 1.7;
  margin-bottom: 16px;
}
@media screen and (max-width: 1099px) {
  .mv__text {
    font-size: max(15px, 1.8198362147vw);
  }
}
@media screen and (max-width: 400px) {
  .mv__text {
    font-size: 14px;
    margin: 0 -8px 10px;
  }
}
.mv__catch {
  font-weight: 800;
  background: linear-gradient(90deg, #3DA7F1, #1A79D4);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 50px;
  line-height: 1.3;
}
@media screen and (max-width: 1099px) {
  .mv__catch {
    font-size: 4.0036396724vw;
  }
}
@media screen and (max-width: 768px) {
  .mv__catch {
    font-size: 30px;
  }
}
@media screen and (max-width: 400px) {
  .mv__catch {
    font-size: 28px;
  }
}
.mv__catch span {
  font-weight: 800;
}
.mv__input-wrapper {
  margin: 26px 0 30px;
}
.mv__input-text {
  font-weight: 800;
  font-size: 18px;
  color: #1E82D9;
  margin-bottom: 8px;
}
.mv__input-text br {
  display: none;
}
@media screen and (max-width: 1099px) {
  .mv__input-text {
    font-size: max(15px, 1.6378525933vw);
  }
}
@media screen and (max-width: 530px) {
  .mv__input-text br {
    display: block;
  }
}
@media screen and (max-width: 400px) {
  .mv__input-text {
    font-size: 16px;
  }
}
.mv__input-box {
  height: 68px;
  background: #FFF;
  border: solid 3px #1E82D9;
  border-radius: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding: 5px 8px;
  padding-left: 8px;
}
@media screen and (max-width: 1099px) {
  .mv__input-box {
    width: 44.5859872611vw;
    min-width: 390px;
  }
}
@media screen and (max-width: 768px) {
  .mv__input-box {
    height: clamp(48px, 26.26px + 5.435vw, 68px);
    max-width: 500px;
    min-width: inherit;
    width: auto;
    margin: 0 auto;
  }
}
@media screen and (max-width: 400px) {
  .mv__input-box {
    height: 48px;
    padding: 2px 5px;
    padding-left: 8px;
  }
}
.mv__input-box input {
  flex: 1;
  height: 100%;
  padding-left: 16px;
}
.mv__input-box input:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.mv__input-box input.is-error {
  color: #D7274D;
}
.mv__input-box input:-webkit-autofill,
.mv__input-box input:-webkit-autofill:hover,
.mv__input-box input:-webkit-autofill:focus,
.mv__input-box input:autofill {
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #3F515F;
}
.mv__input-box input.is-error:-webkit-autofill,
.mv__input-box input.is-error:autofill {
  -webkit-text-fill-color: #D7274D;
}
.mv__input-box input::-moz-placeholder {
  color: #94A3B8;
}
.mv__input-box input::placeholder {
  color: #94A3B8;
}
@media screen and (max-width: 500px) {
  .mv__input-box input {
    width: 160px;
  }
}
@media screen and (max-width: 400px) {
  .mv__input-box input {
    width: 150px;
  }
}
.mv__input-error {
  display: none;
  align-items: center;
  gap: 6px;
  margin-top: 12px;
  font-weight: 500;
  font-size: 14px;
  color: #D7274D;
  text-align: left;
}
.mv__input-error.is-show {
  display: flex;
}
.mv__input-error::before {
  content: "";
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  background-image: url(../img/icon--alert.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .mv__input-error {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 400px) {
  .mv__input-error {
    font-size: 13px;
  }
}
.mv__input-btn {
  width: 216px;
  height: 100%;
  border: none;
  border-radius: 50px;
  background: #1E82D9;
  font-weight: 700;
  color: #fff;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.mv__input-btn::after {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(../img/icon--chevron-right.svg);
  background-size: contain;
  filter: invert(94%) sepia(94%) saturate(24%) hue-rotate(5deg) brightness(105%) contrast(108%);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 10px;
}
.mv__input-btn:hover {
  background: #1065B9;
}
@media screen and (max-width: 1099px) {
  .mv__input-btn {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .mv__input-btn {
    font-size: clamp(12px, 7.89px + 0.789vw, 15px);
  }
  .mv__input-btn::after {
    right: 3px;
  }
}
@media screen and (max-width: 400px) {
  .mv__input-btn {
    font-size: 12px;
  }
}
.mv__diagnosis-list {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 14px;
       column-gap: 14px;
}
@media screen and (max-width: 768px) {
  .mv__diagnosis-list {
    max-width: 500px;
    margin: 0 auto;
  }
}
.mv__diagnosis-item {
  flex: 1;
  padding: 10px;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
}
.mv__diagnosis-item p {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  background: linear-gradient(90deg, #3DA7F1, #1A79D4);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-align: center;
}
.mv__diagnosis-item span {
  font-weight: 700;
  display: inline-block;
  font-size: 12px;
  color: #3F515F;
  margin-top: 4px;
}
@media screen and (max-width: 1099px) {
  .mv__diagnosis-item span.one-row {
    display: none;
  }
}
.mv__diagnosis-item span.two-rows {
  display: none;
}
@media screen and (max-width: 1099px) {
  .mv__diagnosis-item span.two-rows {
    display: inline-block;
  }
}
@media screen and (max-width: 500px) {
  .mv__diagnosis-item {
    flex: content;
  }
}
.mv__img-pc {
  flex: 1;
  height: -moz-fit-content;
  height: fit-content;
}
.mv__img-pc img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .mv__img-pc {
    display: none;
  }
}
.mv__img-sp {
  display: none;
  width: min(70%, 334px);
  height: auto;
  margin: 24px auto 0;
}
@media screen and (max-width: 768px) {
  .mv__img-sp {
    display: block;
  }
}
.mv__img-sp img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.outline {
  padding: 80px 32px;
  background: linear-gradient(90deg, #CFDAE4 0, #FAFAFC 50%, #CFDAE4 100%);
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .outline {
    padding: 56px 32px;
  }
}
@media screen and (max-width: 400px) {
  .outline {
    padding: 56px 16px;
  }
}
.outline::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -80px;
  border-top: 56px solid #F8F8FB;
  border-right: 80px solid transparent;
  border-left: 80px solid transparent;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .outline::after {
    margin-left: -40px;
    border-top: 28px solid #F8F8FB;
    border-right: 40px solid transparent;
    border-left: 40px solid transparent;
  }
}
.outline__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../img/bg-outline.webp");
  background-size: cover;
  background-position: center;
  mix-blend-mode: overlay;
  opacity: 0.35;
}
.outline__bg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  mix-blend-mode: overlay;
}
.outline__inner {
  width: min(100%, 1080px);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.outline__top {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  line-height: 1.8;
  margin-bottom: 40px;
}
.outline__title {
  font-weight: 800;
  font-size: 36px;
}
@media screen and (max-width: 1099px) {
  .outline__title {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .outline__title {
    font-size: 22px;
    line-height: 1.5;
  }
}
.outline__subtitle {
  font-weight: 800;
  font-size: 20px;
  color: #0F5195;
  padding: 8px 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, #FFF 50%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 768px) {
  .outline__subtitle {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
  }
}
.outline__text {
  font-weight: 500;
  max-width: 962px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .outline__text {
    text-align: left;
  }
}
.outline__text a {
  display: inline-block;
  margin: 0 4px;
  font-weight: 400;
  font-size: 12px;
  color: #3F515F;
  text-decoration: underline;
}
.outline__text a:hover {
  color: #1E82D9;
}
.outline__cards {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 28px;
       column-gap: 28px;
  row-gap: 28px;
  margin-bottom: 16px;
}
@media screen and (max-width: 1099px) {
  .outline__cards {
    -moz-column-gap: max(16px, 2.5477707006vw);
         column-gap: max(16px, 2.5477707006vw);
  }
}
@media screen and (max-width: 768px) {
  .outline__cards {
    width: min(100%, 450px);
    margin: 0 auto;
    padding: 0 10px;
  }
}
.outline__card {
  background: #859FAD;
  padding: 18px 32px 28px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 15px;
  color: #fff;
  line-height: 1.6;
  text-align: left;
  box-shadow: 0 4px 20px #9DB5C3;
  flex: 1;
}
@media screen and (max-width: 1099px) {
  .outline__card {
    padding: 20px 16px 32px;
  }
}
@media screen and (max-width: 768px) {
  .outline__card {
    padding: 18px 28px 32px;
  }
}
.outline__card-title {
  width: 222px;
  background: #486172;
  border-radius: 4px;
  padding: 7px 28px;
  margin: 0 auto 12px;
  font-weight: 800;
  font-size: 18px;
  text-align: center;
}
.outline__card span {
  color: #F8E735;
}
.outline__arrow {
  height: 60px;
  margin-bottom: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .outline__arrow {
    width: 100%;
  }
}
.outline__bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media screen and (max-width: 1099px) {
  .outline__bottom {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.outline__bottom img {
  width: 180px;
}
@media screen and (max-width: 1099px) {
  .outline__bottom img {
    width: 140px;
  }
}
@media screen and (max-width: 768px) {
  .outline__bottom img {
    display: none;
  }
}
.outline__bottom-subtext {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 16px;
  color: #6E8FA2;
}
@media screen and (max-width: 768px) {
  .outline__bottom-subtext {
    font-size: 18px;
  }
}
@media screen and (max-width: 400px) {
  .outline__bottom-subtext {
    margin: 0 -8px 16px;
    text-align: center;
  }
}
.outline__bottom-text {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 0.03rem;
}
@media screen and (max-width: 1099px) {
  .outline__bottom-text {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .outline__bottom-text {
    font-size: 20px;
    line-height: 1.8;
  }
}
.outline__bottom-text span {
  font-weight: 800;
  color: #0F5195;
  background: #FFF;
  padding: 4px 8px 6px;
  margin: 0 4px;
}
@media screen and (max-width: 1099px) {
  .outline__bottom-text.pc {
    display: none;
  }
}
.outline__bottom-text.lg-2 {
  display: none;
  text-align: left;
}
@media screen and (max-width: 1099px) {
  .outline__bottom-text.lg-2 {
    display: block;
  }
}
@media screen and (max-width: 400px) {
  .outline__bottom-text.lg-2 {
    margin: 0 -8px;
    text-align: center;
  }
}

.about {
  background: linear-gradient(90deg, #3DA7F1, #1A79D4);
  padding: 136px 0 80px;
  position: relative;
}
@media screen and (max-width: 1099px) {
  .about {
    padding: 136px 32px 80px;
  }
}
@media screen and (max-width: 768px) {
  .about {
    padding: 60px 32px 56px;
  }
}
@media screen and (max-width: 400px) {
  .about {
    padding: 56px 16px;
  }
}
.about::after {
  content: "";
  width: 80vw;
  height: 665px;
  background-image: url("../img/bg-about.png");
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: 0;
}
.about__inner {
  width: min(100%, 1080px);
  margin: 0 auto;
  text-align: center;
  color: #FFF;
  position: relative;
  z-index: 1;
}
.about__title {
  font-weight: 800;
  font-size: 36px;
  margin-bottom: 48px;
  letter-spacing: 0.03rem;
}
@media screen and (max-width: 1099px) {
  .about__title {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .about__title {
    font-size: 22px;
  }
}
.about__title .english {
  font-weight: 600;
  font-size: 41px;
}
@media screen and (max-width: 1099px) {
  .about__title .english {
    font-size: 34px;
  }
}
@media screen and (max-width: 768px) {
  .about__title .english {
    font-size: 22px;
  }
}
.about__title .color {
  color: #F8E735;
}
.about__title .annotation {
  font-weight: 400;
  font-size: 12px;
}
.about__title .annotation a {
  display: inline-block;
  color: #FFF;
  text-decoration: underline;
}
.about__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 32px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .about__content {
    flex-direction: column;
    align-items: center;
    margin-bottom: 32px;
  }
}
.about__content-left {
  width: 472px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1099px) {
  .about__content-left {
    width: 42.9481346679vw;
  }
}
@media screen and (max-width: 768px) {
  .about__content-left {
    width: 77vw;
    max-height: 260px;
  }
}
.about__content-right {
  flex: 1;
  text-align: center;
}
.about__content-right p {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.8;
  text-align: justify;
  margin-bottom: 40px;
}
@media screen and (max-width: 1099px) {
  .about__content-right p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .about__content-right p {
    font-size: 18px;
    margin-bottom: 0;
  }
}
.about__content-right p .annotation {
  font-weight: 400;
  font-size: 12px;
}
.about__content-right p .annotation a {
  display: inline-block;
  color: #FFF;
  text-decoration: underline;
}
.about__content-img.pc {
  width: 100%;
  max-height: 114px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .about__content-img.pc {
    display: none;
    font-size: 16px;
  }
}
.about__content-img.sp {
  display: none;
  width: 100%;
  max-height: 180px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .about__content-img.sp {
    display: block;
  }
}
.about__points {
  background: #E2EEFC;
  padding: 40px 0;
  border-radius: 12px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .about__points {
    width: min(100%, 450px);
    margin: 0 auto;
    flex-direction: column;
    padding: 8px 16px;
  }
}
.about__point {
  padding: 0 32px;
  border-right: solid 2px rgba(61, 167, 241, 0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 24px;
  color: #3F515F;
  flex: 1;
}
@media screen and (max-width: 1099px) {
  .about__point {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .about__point {
    padding: 32px 0;
    border-right: none;
    border-bottom: solid 2px rgba(61, 167, 241, 0.3);
  }
}
.about__point:last-child {
  border: none;
}
.about__point .point-num {
  font-weight: 800;
  color: #fff;
  font-size: 14px;
  background: linear-gradient(90deg, #3DA7F1, #1A79D4);
  padding: 6px 16px;
  letter-spacing: 0.05rem;
  border-radius: 100px;
}
.about__point .point-title {
  font-weight: 800;
  font-size: 24px;
  background: linear-gradient(90deg, #3DA7F1, #1A79D4);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media screen and (max-width: 1099px) {
  .about__point .point-title {
    font-size: max(18px, 2.1838034577vw);
  }
}
@media screen and (max-width: 768px) {
  .about__point .point-title {
    font-size: 24px;
  }
}
.about__point .point-text {
  font-weight: 400;
  text-align: justify;
}
.about__point img {
  width: 200px;
  height: auto;
}

.function {
  background: #F1F7FE;
  padding: 80px 32px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .function {
    padding: 56px 32px;
  }
}
@media screen and (max-width: 400px) {
  .function {
    padding: 56px 16px;
  }
}
.function__inner {
  width: min(100%, 1080px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  row-gap: 40px;
}
@media screen and (max-width: 768px) {
  .function__inner {
    width: min(100%, 450px);
    margin: 0 auto;
    flex-direction: column;
  }
}
.function__content {
  width: min(48%, 520px);
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  align-items: center;
}
@media screen and (max-width: 1099px) {
  .function__content {
    row-gap: 24px;
  }
}
@media screen and (max-width: 768px) {
  .function__content {
    width: 100%;
    row-gap: 40px;
  }
}
.function__content-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 40px;
}
@media screen and (max-width: 1099px) {
  .function__content-inner {
    height: 530px;
    row-gap: 24px;
  }
}
@media screen and (max-width: 870px) {
  .function__content-inner {
    height: 550px;
  }
}
@media screen and (max-width: 768px) {
  .function__content-inner {
    height: auto;
  }
}
.function__content-title {
  width: 100%;
  font-weight: 800;
  font-size: 24px;
  color: #FFF;
  background: linear-gradient(90deg, #3DA7F1, #1A79D4);
  padding: 24px 0;
  border-radius: 12px 12px 0 0;
}
@media screen and (max-width: 768px) {
  .function__content-title {
    font-size: 22px;
    padding: 20px 0;
  }
}
.function__content-head {
  font-weight: 800;
  font-size: 24px;
  background: linear-gradient(90deg, #3DA7F1, #1A79D4);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media screen and (max-width: 1099px) {
  .function__content-head {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .function__content-head {
    font-size: 20px;
  }
}
.function__content-img {
  height: 220px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1099px) {
  .function__content-img {
    height: 180px;
  }
}
@media screen and (max-width: 768px) {
  .function__content-img {
    width: 100%;
  }
}
.function__content-text {
  font-weight: 500;
  text-align: left;
  line-height: 1.8;
  margin: 0 30px;
  text-align: justify;
}
@media screen and (max-width: 490px) {
  .function__content-text {
    margin: 0;
  }
}
.function .accordion {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.function .accordion__item {
  border-radius: 12px;
  overflow: hidden;
}
.function .accordion__header {
  background: #E2EEFC;
  padding: 16px 24px;
  width: 100%;
  text-align: left;
  cursor: pointer;
  position: relative;
}
.function .accordion__header span {
  font-weight: 700;
  font-size: 18px;
  color: #0F5195;
}
.function .accordion__header::after {
  content: "";
  width: 32px;
  height: 32px;
  background: linear-gradient(90deg, #3DA7F1, #1A79D4);
  mask-image: url("../img/icon--plus.svg");
  -webkit-mask-image: url("../img/icon--plus.svg");
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.function .accordion__header.open::after {
  mask-image: url("../img/icon--minus.svg");
  -webkit-mask-image: url("../img/icon--minus.svg");
}
.function .accordion__content {
  font-weight: 400;
  display: none;
  background: #FFF;
  text-align: justify;
  padding: 16px 24px;
}

.siteseal {
  padding: 64px 32px;
  background: linear-gradient(90deg, #3DA7F1, #1A79D4);
}
@media screen and (max-width: 768px) {
  .siteseal {
    padding: 56px 32px;
  }
}
@media screen and (max-width: 400px) {
  .siteseal {
    padding: 56px 16px;
  }
}
.siteseal__title {
  font-weight: 800;
  font-size: 28px;
  color: #FFF;
  text-align: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .siteseal__title {
    font-size: 28px;
  }
}
.siteseal__title span {
  color: #F8E735;
}
.siteseal__inner {
  width: min(100%, 840px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  -moz-column-gap: 32px;
       column-gap: 32px;
  row-gap: 24px;
  padding: 32px 32px 32px 40px;
  background: #F1F7FE;
  border-radius: 8px;
}
@media screen and (max-width: 700px) {
  .siteseal__inner {
    flex-direction: column;
    padding: 32px 24px;
  }
}
.siteseal__text-main {
  font-weight: 500;
  word-break: break-all;
  text-align: justify;
}
.siteseal__text-note {
  font-weight: 400;
  color: #6E8FA2;
  font-size: 14px;
  display: block;
  margin-top: 16px;
}

.plan {
  padding: 80px 32px;
}
@media screen and (max-width: 768px) {
  .plan {
    padding: 56px 32px;
  }
}
@media screen and (max-width: 400px) {
  .plan {
    padding: 56px 16px;
  }
}
.plan__inner {
  width: 1080px;
  margin: 0 auto 40px;
  display: flex;
  position: relative;
}
@media screen and (max-width: 1144px) {
  .plan__inner {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 8px;
  }
  .plan__inner > .plan__data-title {
    flex-shrink: 0;
  }
  .plan__inner > .plan__table-wrapper {
    flex: 0 0 auto;
    width: 925px;
  }
}
.plan__data-title {
  padding-top: 127px;
  width: 202px;
  margin-right: 5px;
}
.plan__data-title ul li {
  font-weight: 700;
  font-size: 13px;
  height: 59px;
  line-height: 59px;
  padding: 0 14px;
}
.plan__data-title ul li:first-child {
  border-top-left-radius: 12px;
}
.plan__data-title ul li:last-child {
  height: 92px;
  border-bottom-left-radius: 12px;
}
.plan__data-title ul li:last-child span {
  display: none;
}
.plan__data-title ul li:nth-child(2n) {
  background: #FBFCFD;
}
.plan__data-title ul li:nth-child(2n+1) {
  background: #F0F3F6;
}
.plan__data-title ul li a {
  color: #3F515F;
  text-decoration: underline;
}
.plan__data-title ul li a:hover {
  color: #1E82D9;
}
.plan__data-title ul li.plan__data-title-sub {
  position: relative;
  padding-left: 97px;
  letter-spacing: -0.02rem;
}
.plan__data-title ul li .plan__data-title-group {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 84px;
  height: 118px;
  line-height: 118px;
  text-align: center;
  background: #F0F3F6;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
}
.plan__table-wrapper {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 5px;
       column-gap: 5px;
  flex: 1;
}
.plan__table {
  border-collapse: collapse;
  border-radius: 12px 0 0 12px;
  position: relative;
  flex: 1;
}
.plan__table.entry tr:nth-child(2n) {
  background: #FBFCFD;
}
.plan__table.entry tr:nth-child(2n+1) {
  background: #F0F3F6;
}
.plan__table.light tr:nth-child(2n) {
  background: #F9FDFF;
}
.plan__table.light tr:nth-child(2n+1) {
  background: #EDF9FE;
}
.plan__table.standard tr:nth-child(2n) {
  background: #F6FBFE;
}
.plan__table.standard tr:nth-child(2n+1) {
  background: #E8F6FC;
}
.plan__table.premium tr:nth-child(2n) {
  background: #FAFCFE;
}
.plan__table.premium tr:nth-child(2n+1) {
  background: #ECF3F9;
}
.plan__table.enterprise tr:nth-child(2n) {
  background: #FAFCFD;
}
.plan__table.enterprise tr:nth-child(2n+1) {
  background: #EBF3F7;
}
.plan__table.enterprise tr:last-child td:last-child {
  border-radius: 0 0 12px 0;
}
.plan__head {
  color: #FFF;
  line-height: 1;
  padding: 24px 16px 16px;
  border-radius: 12px 12px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.plan__head.entry {
  background: #9DB5C3;
}
.plan__head.light {
  background: #49C2F2;
}
.plan__head.light .plan__head-title, .plan__head.light .plan__head-price {
  text-shadow: 0 0 6px rgba(30, 130, 217, 0.5);
}
.plan__head.standard {
  background: #16A7E1;
}
.plan__head.premium {
  background: #1065B9;
}
.plan__head.enterprise {
  background: #096A9B;
}
.plan__head-cpballoon {
  font-weight: 700;
  font-size: 13px;
  color: #FFF;
  background: #ED5C74;
  position: absolute;
  top: -20px;
  left: 25px;
  padding: 6px;
  border-radius: 4px;
}
.plan__head-cpballoon::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -4px;
  border-top: 8px solid #ED5C74;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.plan__head-title {
  font-weight: 800;
  font-size: 16px;
  padding-bottom: 16px;
  border-bottom: solid 1px #FFF;
  margin-bottom: 16px;
}
.plan__head-content {
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.plan__head-strikethrough {
  font-weight: 400;
  color: #E0E9ED;
  text-decoration: line-through;
  font-size: 15px;
  line-height: 1;
}
.plan__head-strikethrough span {
  font-weight: 400;
}
.plan__head-price {
  font-weight: 700;
  font-size: 14px;
}
.plan__head-price span {
  font-weight: 700;
  font-size: 24px;
  margin: 0 2px;
}
.plan__head-campaign {
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  background: #ED5C74;
  padding: 6px 8px;
  border-radius: 4px;
  margin: 8px auto 0;
  position: relative;
}
.plan__head-campaign span {
  font-weight: 700;
}
.plan__head-campaign::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -4px;
  border-bottom: 8px solid #ED5C74;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.plan__data-content {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  height: 59px;
  padding: 16px;
}
.plan__data-content span {
  font-weight: 700;
  font-size: 18px;
}
.plan__data-content.apply {
  padding: 24px 16px;
  height: 92px;
}
.plan__data-icon {
  width: 18px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.plan__data-btn {
  width: 100%;
  height: 44px;
  background: #ED5C74;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #fff;
  font-size: 16px;
  position: relative;
  transition: 80ms;
}
.plan__data-btn::after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../img/icon--chevron-right.svg");
  background-size: contain;
  filter: invert(94%) sepia(94%) saturate(24%) hue-rotate(5deg) brightness(105%) contrast(108%);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 6px;
}
.plan__data-btn:hover {
  background: #D7274D;
  transition: 80ms;
}
.plan__btn {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.scrollhint__wrapper {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity 300ms;
  pointer-events: none;
}
@media screen and (max-width: 1144px) {
  .scrollhint__wrapper {
    display: block;
  }
}
.scrollhint__wrapper.is--hidden {
  opacity: 0;
}
.scrollhint__area {
  width: 120px;
  height: 80px;
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 10px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.scrollhint__icon {
  width: 40px;
  animation: scrollhint-swing 1s ease-in-out infinite;
}

@keyframes scrollhint-swing {
  0% {
    transform: translateX(-4px);
  }
  50% {
    transform: translateX(4px);
  }
  60% {
    transform: translateX(4px);
  }
  100% {
    transform: translateX(-4px);
  }
}
.step {
  background: #F1F7FE;
  padding: 80px 32px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .step {
    padding: 56px 32px;
  }
}
@media screen and (max-width: 400px) {
  .step {
    padding: 56px 16px;
  }
}
.step__inner {
  width: min(100%, 1080px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 32px;
       column-gap: 32px;
  row-gap: 32px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1099px) {
  .step__inner {
    -moz-column-gap: max(16px, 2.9117379436vw);
         column-gap: max(16px, 2.9117379436vw);
  }
}
@media screen and (max-width: 768px) {
  .step__inner {
    padding-top: 13px;
    flex-direction: column;
    row-gap: 40px;
  }
}
.step__item {
  background: #FFF;
  padding: 40px 24px 24px;
  border-radius: 12px;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 24px;
  flex: 1;
}
@media screen and (max-width: 1099px) {
  .step__item {
    padding: 40px 16px 24px;
    width: 25%;
  }
}
@media screen and (max-width: 768px) {
  .step__item {
    padding: 40px 24px;
    width: 100%;
    flex-direction: row;
    -moz-column-gap: 24px;
         column-gap: 24px;
    align-items: flex-start;
  }
}
.step__item::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -16px;
  border-left: 16px solid #FFF;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
}
@media screen and (max-width: 768px) {
  .step__item::after {
    left: 50%;
    top: 100%;
    margin: 0;
    margin-left: -16px;
    border-top: 16px solid #FFF;
    border-right: 16px solid transparent;
    border-left: 16px solid transparent;
  }
}
.step__item-num {
  font-weight: 800;
  font-size: 14px;
  color: #FFF;
  background: linear-gradient(90deg, #3DA7F1, #1A79D4);
  padding: 6px 16px;
  border-radius: 100px;
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .step__item-num {
    top: -13px;
  }
}
.step__item-img {
  height: 120px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1099px) {
  .step__item-img {
    height: 100px;
  }
}
@media screen and (max-width: 768px) {
  .step__item-img {
    height: 96px;
    width: 96px;
  }
}
@media screen and (max-width: 768px) {
  .step__item-content {
    text-align: left;
  }
}
.step__item-title {
  font-weight: 800;
  font-size: 18px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .step__item-title {
    margin-bottom: 24px;
  }
}
.step__item-text {
  font-weight: 400;
  text-align: justify;
}
.step__item:last-child::after {
  display: none;
}
.step__item:last-child .step__item-title {
  background: linear-gradient(90deg, #3DA7F1, #1A79D4);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.step__item:last-child .step__item-text {
  font-weight: 700;
  color: #1E82D9;
}
@media screen and (max-width: 768px) {
  .step__item:last-child .step__item-img {
    width: 140px;
  }
}
.step__btn {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.news {
  padding: 80px 32px;
}
@media screen and (max-width: 768px) {
  .news {
    padding: 56px 32px;
  }
}
@media screen and (max-width: 400px) {
  .news {
    padding: 56px 16px;
  }
}
.news__list {
  width: min(100%, 820px);
  margin: 0 auto 40px;
}
.news__item {
  font-weight: 400;
  color: #3F515F;
  padding: 20px 0;
  border-bottom: solid 1px #C5D4DC;
  display: flex;
  align-items: center;
  -moz-column-gap: 27px;
       column-gap: 27px;
}
@media screen and (max-width: 768px) {
  .news__item {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 22px;
  }
}
.news__item-date {
  font-weight: 400;
  width: 90px;
}
.news__item:hover .news__item-text {
  color: #1E82D9;
}
.news__btn {
  display: flex;
  justify-content: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media screen and (max-width: 768px) {
  .news__btn {
    flex-direction: column;
    align-items: center;
    row-gap: 24px;
  }
}
.news__btn .common__btn.newwindow::after {
  background-image: url("../img/icon--link.svg");
}

.banner_businesspartner {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin: 56px auto 0;
}
@media screen and (max-width: 768px) {
  .banner_businesspartner {
    margin: 40px auto 0;
  }
}
.banner_businesspartner:hover {
  opacity: 0.8;
}
.banner_businesspartner img {
  width: 100%;
  height: auto;
}

.faq {
  background: #F1F7FE;
  padding: 80px 32px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .faq {
    padding: 56px 32px;
  }
}
@media screen and (max-width: 400px) {
  .faq {
    padding: 56px 16px;
  }
}
.faq__inner {
  width: min(100%, 1080px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 32px;
       column-gap: 32px;
  row-gap: 32px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1099px) {
  .faq__inner {
    -moz-column-gap: max(16px, 2.9117379436vw);
         column-gap: max(16px, 2.9117379436vw);
  }
}
@media screen and (max-width: 768px) {
  .faq__inner {
    padding-top: 13px;
    flex-direction: column;
    row-gap: 40px;
  }
}
.faq .accordion {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.faq .accordion__item {
  border-radius: 12px;
  overflow: hidden;
}
.faq .accordion__header {
  background: #FFF;
  padding: 16px 88px 16px 72px;
  width: 100%;
  text-align: left;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 768px) {
  .faq .accordion__header {
    padding: 16px 72px 16px 64px;
  }
}
.faq .accordion__header span {
  font-weight: 700;
  font-size: 18px;
  color: #3F515F;
}
@media screen and (max-width: 768px) {
  .faq .accordion__header span {
    font-size: 16px;
  }
}
.faq .accordion__header::before {
  content: "Q";
  font-weight: 700;
  font-size: 19px;
  color: #FFF;
  width: 32px;
  height: 32px;
  background: linear-gradient(90deg, #3DA7F1, #1A79D4);
  border-radius: 50%;
  position: absolute;
  top: 13px;
  left: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .faq .accordion__header::before {
    font-size: 17px;
    left: 16px;
  }
}
.faq .accordion__header::after {
  content: "";
  width: 32px;
  height: 32px;
  background: linear-gradient(90deg, #3DA7F1, #1A79D4);
  -webkit-mask-image: url("../img/icon--plus.svg");
  mask-image: url("../img/icon--plus.svg");
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.faq .accordion__header.open::after {
  mask-image: url("../img/icon--minus.svg");
  -webkit-mask-image: url("../img/icon--minus.svg");
}
.faq .accordion__content {
  font-weight: 400;
  display: none;
  background: #FFF;
  text-align: justify;
  padding: 16px 24px 24px 72px;
  position: relative;
  word-break: break-all;
}
.faq .accordion__content a {
  color: #3F515F;
  display: inline;
  text-decoration: underline;
}
.faq .accordion__content a:hover {
  color: #1E82D9;
}
.faq .accordion__content::before {
  content: "A";
  font-weight: 700;
  font-size: 19px;
  background: linear-gradient(90deg, #3DA7F1, #1A79D4);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  width: 32px;
  height: 32px;
  border: solid 2px #1E82D9;
  border-radius: 50%;
  position: absolute;
  top: 13px;
  left: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .faq .accordion__content::before {
    font-size: 17px;
    left: 16px;
  }
}/*# sourceMappingURL=style.css.map */