﻿.h2 {
  font-size: 36px;
  font-weight: 700;
  position: relative;
  text-align: center;
  z-index: 2;
}

.h3 {
  color: transparent;
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 80px;
  margin-top: -40px;
  position: relative;
  -webkit-text-stroke: 0.8px #E0E0E0;
  text-align: center;
  z-index: 1;
}

.h4 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
}
.h4 > span {
  font-weight: 400;
  margin-left: 30px;
}

@media screen and (max-width: 780px) {
  .h2 {
    font-size: 6.154vw;
  }
  .h3 {
    font-size: 7.179vw;
    letter-spacing: 0;
    margin-bottom: 10.256vw;
    margin-top: -5.641vw;
  }
  .h4 {
    font-size: 5.128vw;
    margin-bottom: 3.077vw;
  }
  .h4 > span {
    margin-left: 5.128vw;
  }
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  min-width: 1200px;
  -webkit-text-size-adjust: none;
}

.pc {
  display: block;
}

.sp {
  display: none !important;
}

.container {
  margin: 0 auto;
  width: 1080px;
}

.section {
  padding-top: 140px;
}
.section-subtitle {
  font-size: 24px;
  line-height: 1.7;
  margin-bottom: 82px;
  text-align: center;
}

.bg-red {
  background-color: lightcoral;
}

.bg-blue {
  background-color: lightblue;
}

.bg-yellow {
  background-color: lightyellow;
}

.is-blue {
  color: #3FBCDC;
}

.is-pink {
  color: #F075A9;
}

.is-green {
  color: #41AAB1;
}

.is-orange {
  color: #FF8073;
}

.is-violet {
  color: #7774BF;
}

.flex {
  display: flex;
}

.flex-reverse {
  flex-direction: row-reverse;
}

.center {
  text-align: center;
}

.is-bold {
  font-weight: 700;
}

.mt-50 {
  margin-top: 50px;
}

@media screen and (max-width: 780px) {
  body {
    font-size: 3.59vw;
    min-width: 0;
    overflow: auto;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .container {
    margin: 0 5.128vw;
    width: auto;
  }
  .section {
    padding-top: 20.513vw;
  }
  .section-subtitle {
    font-size: 4.103vw;
    margin-bottom: 12.821vw;
  }
  .sp-flex-wrap {
    flex-wrap: wrap;
  }
  .mt-50 {
    margin-top: 10.256vw;
  }
}
.c-btn {
  align-items: center;
  border-radius: 90px;
  color: #fff;
  display: flex;
  font-size: 18px;
  justify-content: space-between;
  padding: 17.5px 30px;
  width: 280px;
}
.c-btn::after {
  background: url("../image/ico-arrow.svg") no-repeat center;
  content: "";
  display: inline-block;
  height: 16px;
  width: 32px;
}
.c-btn-pink {
  background-color: #F075A9;
}
.c-btn-green {
  background-color: #41AAB1;
}
.c-btn-violet {
  background-color: #7774BF;
}
.c-btn-orange {
  background-color: #FF8073;
}
.c-btn-blue {
  background-color: #3FBCDC;
}
.c-btn-blue-600 {
  background-color: #3587A0;
}
.c-btn-big {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 4px;
  padding: 63px 80px;
  width: 370px;
}
.c-btn-big::after {
  background-image: url("../image/ico-arrow-solid-pink.svg");
  height: 40px;
  width: 60px;
}
.c-btn-big--left {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.c-btn-big--right {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.c-btn-big--right::after {
  background-image: url("../image/ico-arrow-solid-green.svg");
}
.c-btn-big:hover::after {
  background-image: url("../image/ico-arrow-solid-hover.svg");
}
.c-btn:hover {
  background-color: #000;
}

@media screen and (max-width: 780px) {
  .c-btn {
    border-radius: 6.154vw;
    font-size: 3.077vw;
    padding: 4.103vw;
    width: auto;
  }
  .c-btn::after {
    background-size: contain;
    height: 2.564vw;
    width: 4.103vw;
  }
  .c-btn.is-small {
    font-size: 2.564vw;
    letter-spacing: -0.256vw;
  }
  .c-btn-big {
    border-radius: 12.821vw;
    font-size: 7.179vw;
    letter-spacing: 0.769vw;
    padding: 7.692vw 10.256vw;
    width: 100%;
  }
  .c-btn-big::after {
    height: 6.154vw;
    width: 9.231vw;
  }
}
.c-cards {
  display: flex;
  gap: 0 20px;
}

.c-card {
  background-color: #FFF2F1;
  border-radius: 40px;
  flex-basis: 0;
  flex-grow: 1;
}
.c-card__header {
  align-items: center;
  background-color: #FF8073;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  color: #fff;
  display: flex;
  justify-content: center;
  font-size: 28px;
  font-weight: 700;
  padding: 29px 0;
  text-align: center;
}
.c-card__header > span {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  color: #FF8073;
  display: flex;
  font-size: 16px;
  height: 24px;
  justify-content: center;
  margin-right: 7px;
  width: 24px;
}
.c-card__body {
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  padding: 50px 10px 23px;
}
.c-card__body .center {
  margin-bottom: 40px;
}
.c-card__body img {
  height: 108px;
  width: 108px;
}
.c-card__body p {
  font-size: 18px;
  text-align: center;
}
.c-card__body p.is-bold {
  margin: 24px 0 16px;
}
.c-card__body ul li {
  margin-bottom: 5px;
  padding-left: 15px;
  text-indent: -15px;
}

@media screen and (max-width: 780px) {
  .c-cards {
    display: block;
    margin-top: 4.103vw;
  }
  .c-card {
    border-radius: 7.692vw;
    margin-bottom: 5.128vw;
  }
  .c-card__header {
    border-top-left-radius: 7.692vw;
    border-top-right-radius: 7.692vw;
    font-size: 5.128vw;
    padding: 5.641vw 0;
  }
  .c-card__header > span {
    font-size: 3.59vw;
    height: 5.128vw;
    margin-right: 2.051vw;
    width: 5.128vw;
  }
  .c-card__body {
    border-bottom-left-radius: 7.692vw;
    border-bottom-right-radius: 7.692vw;
    padding: 10.256vw 5.128vw 8.718vw;
  }
  .c-card__body .center {
    margin-bottom: 4.615vw;
  }
  .c-card__body img {
    height: 27.692vw;
    width: 27.692vw;
  }
  .c-card__body p {
    font-size: 4.103vw;
  }
  .c-card__body p.is-bold {
    margin: 6.154vw;
  }
  .c-card__body ul li {
    font-size: 3.59vw;
    margin-bottom: 1.026vw;
    padding-left: 3.59vw;
    text-indent: -3.59vw;
  }
}
.c-faq {
  margin-top: 60px;
}
.c-faq__item {
  margin-bottom: 20px;
}
.c-faq__item:last-child {
  margin-bottom: 0;
}
.c-faq__item__q {
  align-items: center;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  font-size: 20px;
  font-weight: 600;
  padding: 22px 30px;
  position: relative;
  text-align: left;
  width: 100%;
}
.c-faq__item__q::before {
  content: "";
  height: 36px;
  margin-right: 20px;
  width: 36px;
}
.c-faq__item__q .ico-arrow {
  border-width: 0 3.6px 3.6px 0;
  position: absolute;
  right: 30px;
  transform: rotate(45deg);
}
.c-faq__item__q.show ~ .c-faq__item__a {
  display: flex;
}
.c-faq__item__a {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top: 1px solid #E0E0E0;
  display: none;
  font-size: 20px;
  padding: 24px 30px;
}
.c-faq__item__a::before {
  content: "";
  height: 36px;
  margin-right: 20px;
  width: 36px;
}
.c-faq__item__text {
  width: calc(100% - 36px);
}
.c-faq__item__text p {
  margin-bottom: 40px;
}
.c-faq__item__text p:last-of-type {
  margin-bottom: 0;
}
.c-faq__item__text ul {
  margin-top: 40px;
}

@media screen and (max-width: 780px) {
  .c-faq {
    margin-top: 6.154vw;
  }
  .c-faq__item {
    margin-bottom: 3.077vw;
  }
  .c-faq__item__q {
    align-items: start;
    border-radius: 1.026vw;
    font-size: 4.103vw;
    padding: 4.103vw 14.359vw;
  }
  .c-faq__item__q::before {
    height: 6.41vw;
    left: 4.103vw;
    margin-right: 3.077vw;
    position: absolute;
    width: 6.41vw;
  }
  .c-faq__item__q .ico-arrow {
    border-width: 0 0.769vw 0.769vw 0;
    padding: 1.282vw;
    right: 6.154vw;
    top: 5.128vw;
  }
  .c-faq__item__q.show .ico-arrow {
    top: 6.154vw;
  }
  .c-faq__item__a {
    border-bottom-left-radius: 1.026vw;
    border-bottom-right-radius: 1.026vw;
    border-top-width: 0.256vw;
    font-size: 4.103vw;
    padding: 4.103vw;
  }
  .c-faq__item__a::before {
    height: 7.692vw;
    margin-right: 2.564vw;
    width: 7.692vw;
  }
  .c-faq__item__text {
    width: calc(100% - 7.692vw);
  }
  .c-faq__item__text p {
    margin-bottom: 5.128vw;
  }
  .c-faq__item__text ul {
    margin-top: 5.128vw;
  }
}
.c-form-row {
  margin-bottom: 20px;
}
.c-form-row--check {
  align-items: center;
  display: flex;
  position: relative;
}
.c-form-label {
  align-items: center;
  display: flex;
  font-weight: 700;
  margin-bottom: 8px;
}
.c-form-label--check {
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  margin-left: 34px;
}
.c-form-label > span {
  border: 1px solid red;
  border-radius: 12px;
  color: red;
  font-size: 12px;
  font-weight: 400;
  margin-left: 6px;
  padding: 0 7px;
}
.c-form-text {
  background-color: #E1E1E1;
  border: 1px solid #E1E1E1;
  display: block;
  font-size: 15px;
  padding: 16px 20px;
  width: calc(100% - 40px);
}
.c-form-text::placeholder {
  color: #B8B8B8;
}
.c-form-text.is-error {
  border-color: red;
}
.c-form-textarea {
  height: 45px;
}
.c-form-check {
  cursor: pointer;
  height: 24px;
  margin: 0;
  opacity: 0;
  position: absolute;
  width: 24px;
  z-index: 1;
}
.c-form-checkbox {
  background-color: #E1E1E1;
  border: 1px solid #E0E0E0;
  border-radius: 4px;
  height: 24px;
  left: 0;
  position: absolute;
  width: 24px;
}
.c-form-checkbox::after {
  border: solid #000;
  border-width: 0 2px 2px 0;
  content: "";
  display: none;
  height: 15px;
  left: 8px;
  position: absolute;
  top: 1px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 7px;
}
.c-form-check:checked ~ .c-form-checkbox {
  background-color: #E1E1E1;
  border-color: black;
}
.c-form-check:checked ~ .c-form-checkbox::after {
  display: block;
}
.c-form-btn {
  background-color: black;
  border: 0;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin: 60px 0 20px;
  opacity: 0.2;
  padding: 20px 0;
  width: 100%;
}
.c-form-btn.is-checked {
  opacity: 1;
}
.c-form .is-error-msg {
  color: red;
  font-size: 12px;
}

.jquery-modal {
  z-index: 10;
}

.c-modal {
  border-radius: 0;
  bottom: 0;
  display: none;
  left: 0;
  margin: auto;
  max-height: 760px;
  max-width: 1320px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 90px;
  width: 100%;
  z-index: 9999;
}
.c-modal__overlay {
  background-color: rgba(0, 0, 0, 0.3);
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}
.c-modal a.close-modal {
  background-image: url("../image/ico-close.svg");
  cursor: pointer;
  height: 90px;
  position: absolute;
  right: 0;
  top: 0;
  width: 90px;
  z-index: 999;
}

@media screen and (max-width: 780px) {
  .c-modal {
    background: none;
    bottom: 0;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    top: 0;
  }
  .c-modal a.close-modal {
    height: 12.821vw;
    width: 12.821vw;
  }
}
.c-slider {
  background: linear-gradient(#fff, #C5EBF5);
  z-index: 999;
}
.c-slider__item {
  height: auto;
  min-width: 1080px !important;
  padding: 110px 0;
}
.c-slider__content {
  display: flex;
  gap: 0 60px;
  justify-content: center;
}
.c-slider__img {
  width: 360px;
}
.c-slider__img img {
  max-width: 100%;
}
.c-slider__text {
  width: 660px;
}
.c-slider__text b {
  font-size: 18px;
  font-weight: 700;
}
.c-slider__text p {
  color: #404040;
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 40px;
}
.c-slider__text p:last-of-type {
  margin-bottom: 0;
}
.c-slider__text p .is-sm {
  font-size: 12px;
}
.c-slider__text p .is-xs {
  font-size: 10px;
}
.c-slider .slick-arrow {
  background: url("../image/ico-arrow-next.svg") no-repeat center;
  height: 40px;
  width: 60px;
  z-index: 1;
}
.c-slider .slick-arrow::before {
  display: none;
}
.c-slider .slick-prev {
  background-image: url("../image/ico-arrow-prev.svg");
  left: 30px;
}
.c-slider .slick-next {
  right: 30px;
}

@media screen and (max-width: 780px) {
  .c-slider__item {
    height: auto;
    min-width: auto !important;
    padding: 6.154vw;
    width: 77.384vw;
  }
  .c-slider__content {
    display: block;
    width: 100%;
  }
  .c-slider__img {
    height: 116.923vw;
    margin-bottom: 9.744vw;
    width: auto;
  }
  .c-slider__img img {
    border-radius: 10.256vw;
    height: 100%;
    object-fit: cover;
  }
  .c-slider__text {
    width: auto;
  }
  .c-slider__text b {
    font-size: 3.59vw;
  }
  .c-slider__text p {
    font-size: 3.59vw;
    line-height: 1.8;
    margin-bottom: 7.692vw;
  }
  .c-slider__text p .is-sm,
  .c-slider__text p .is-xs {
    font-size: 2.564vw;
  }
  .c-slider .slick-dots {
    bottom: auto;
    top: 124.615vw;
  }
  .c-slider .slick-dots li {
    height: 1.538vw;
    margin: 0 1.026vw;
    width: 1.538vw;
  }
  .c-slider .slick-dots li button {
    height: 1.538vw;
    padding: 1.026vw;
    width: 1.538vw;
  }
  .c-slider .slick-dots li button::before {
    color: #EAEAEA;
    height: 1.538vw;
    line-height: 1.538vw;
    opacity: 1;
    width: 1.538vw;
  }
  .c-slider .slick-dots li.slick-active button::before {
    color: #3FBCDC;
  }
}
.c-staff-item {
  cursor: pointer;
  padding: 20px 5px;
  text-align: center;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
  width: 200px;
}
.c-staff-item__img {
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.c-staff-item__img img {
  width: 100%;
}
.c-staff-item__name {
  color: #fff;
  font-size: 15px;
  margin-top: 50px;
  text-align: center;
}
.c-staff-item:hover .c-staff-item__img {
  transform: scale(1.1);
}
.c-staff-item:hover .c-staff-item__name {
  color: #000;
}
.c-staff .slick-slide,
.c-staff .slick-slide[aria-hidden=true]:not(.slick-cloned) ~ .slick-cloned[aria-hidden=true] {
  transform: scale(0.9, 0.9);
  transition: all 0.3s ease-in-out;
}
.c-staff .slick-current,
.c-staff .slick-slide[aria-hidden=true]:not([tabindex="-1"]) + .slick-cloned[aria-hidden=true] {
  transform: scale(1);
}
.c-staff .slick-current:hover .c-staff-item__img,
.c-staff .slick-slide[aria-hidden=true]:not([tabindex="-1"]) + .slick-cloned[aria-hidden=true]:hover .c-staff-item__img {
  transform: scale(1);
}
.c-staff .slick-current {
  transform: scale(1);
}
.c-staff .slick-current .c-staff-item__name {
  color: #000;
  margin-top: 30px;
}

@media screen and (max-width: 780px) {
  .c-staff-item {
    padding: 2.564vw 0;
    width: 53.846vw;
  }
  .c-staff-item__name {
    font-size: 3.846vw;
    margin-top: 10.256vw;
  }
  .c-staff .slick-current .c-staff-item__name {
    margin-top: 6.256vw;
  }
}
.l-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
}
.l-header.has-border {
  background-color: #fff;
  border-bottom: 1px solid rgba(63, 188, 220, 0.2);
}
.l-header.is-open {
  background-color: #fff;
}
.l-header__wrapper {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.l-header__left {
  align-items: center;
  display: flex;
  padding: 20px 30px;
}
.l-header__logo a {
  display: block;
  height: 50px;
}
.l-header__logo img {
  width: 160px;
}
.l-header__slogan {
  font-size: 20px;
  font-weight: 700;
}
.l-header__slogan span {
  margin-left: 30px;
}

@media screen and (max-width: 780px) {
  .l-header__left {
    padding: 2.564vw 3.846vw;
  }
  .l-header__logo a {
    height: 7.692vw;
  }
  .l-header__logo img {
    width: 24.615vw;
  }
  .l-header__slogan {
    font-size: 3.077vw;
  }
  .l-header__slogan span {
    margin-left: 3.077vw;
  }
}
.l-footer {
  background-color: #56ABC0;
  color: #fff;
  padding: 70px 0 80px;
}
.l-footer .container {
  position: relative;
}
.l-footer__top {
  position: absolute;
  right: 0;
  top: -100px;
  z-index: 1;
}
.l-footer__wrapper {
  align-items: start;
  display: flex;
}
.l-footer__left {
  align-items: center;
  display: flex;
  margin-right: 108px;
}
.l-footer__logo {
  display: block;
  height: 50px;
  margin-right: 40px;
  width: 160px;
}
.l-footer__logo img {
  width: 100%;
}
.l-footer__slogan {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
}
.l-footer .flex {
  gap: 0 100px;
}
.l-footer__nav {
  position: relative;
  z-index: 1;
}
.l-footer__nav li {
  margin-bottom: 24px;
}
.l-footer__nav li:last-child {
  margin-bottom: 0;
}
.l-footer__nav li a {
  color: #fff;
}
.l-footer__nav li a:hover {
  color: #000;
}
.l-footer__line {
  display: inline-block;
}
.l-footer__copyright {
  font-size: 12px;
  margin-top: -45px;
  opacity: 0.6;
}
.l-footer__copyright__menu {
  display: flex;
  margin-top: 10px;
}
.l-footer__copyright__menu li {
  margin-right: 10px;
}
.l-footer__copyright__menu li a {
  color: #fff;
}

@media screen and (max-width: 780px) {
  .l-footer {
    padding: 10.256vw 0 2.564vw;
  }
  .l-footer__top {
    top: -17.949vw;
  }
  .l-footer__wrapper {
    flex-wrap: wrap;
  }
  .l-footer__left {
    margin-bottom: 10.256vw;
    margin-right: 0;
  }
  .l-footer__logo {
    height: 10.256vw;
    margin-right: 3.077vw;
    width: 32.821vw;
  }
  .l-footer__slogan {
    font-size: 6.154vw;
  }
  .l-footer .flex {
    gap: 0 3.359vw;
  }
  .l-footer__nav li {
    margin-bottom: 6.154vw;
  }
  .l-footer__line {
    display: inline-block;
  }
  .l-footer__copyright {
    font-size: 2.564vw;
    margin-top: 10.256vw;
  }
  .l-footer__copyright__menu {
    flex-wrap: wrap;
    gap: 0 25.641vw;
    margin-top: 7.692vw;
  }
  .l-footer__copyright__menu li {
    font-size: 3.077vw;
    margin-bottom: 5.128vw;
    margin-right: 0;
    width: 35%;
  }
}
.l-nav {
  background: linear-gradient(#fff, #C5EBF5);
  bottom: 0;
  display: none;
  height: 100vh;
  left: 100%;
  margin-top: 0;
  position: absolute;
  top: 90px;
  width: 100%;
  z-index: 99;
}
.is-open .l-nav {
  display: block;
  left: 0;
}
.l-nav__list {
  height: 100%;
  margin-top: 60px;
  text-align: center;
}
.l-nav__item {
  margin-bottom: 30px;
}
.l-nav__item > a {
  color: #3FBCDC;
  display: block;
  font-weight: 700;
}
.l-nav__item > a:hover {
  color: #3587A0;
}
.l-nav-menu {
  align-items: center;
  background-color: #3FBCDC;
  border: 0;
  border-bottom-left-radius: 20px;
  cursor: pointer;
  display: flex;
  height: 90px;
  justify-content: center;
  padding: 0;
  width: 90px;
}
.l-nav-menu .bar {
  background-color: #fff;
  display: block;
  height: 3px;
  margin: 12px auto;
  position: relative;
  transition: all 0.5s ease;
  width: 36px;
}
.l-nav-menu .bar::before, .l-nav-menu .bar::after {
  background-color: #fff;
  content: "";
  height: 3px;
  position: absolute;
  right: 0;
  transition: all 0.5s ease;
  width: 36px;
}
.l-nav-menu .bar::before {
  transform: translateY(-12px);
}
.l-nav-menu .bar::after {
  transform: translateY(12px);
}
.is-open .l-nav-menu {
  position: relative;
  z-index: 99999;
}
.is-open .l-nav-menu .bar {
  background: #fff;
  transform: translateX(100px);
}
.is-open .l-nav-menu .bar::before {
  background: #fff;
  transform: rotate(45deg) translate(-70px, 70px);
}
.is-open .l-nav-menu .bar::after {
  background: #fff;
  transform: rotate(-45deg) translate(-70px, -70px);
}

@media screen and (max-width: 780px) {
  .l-nav {
    top: 12.821vw;
  }
  .l-nav__list {
    margin-top: 20.513vw;
  }
  .l-nav__item {
    margin-bottom: 7.692vw;
  }
  .l-nav-menu {
    border-bottom-left-radius: 3.077vw;
    height: 12.821vw;
    width: 12.821vw;
  }
  .l-nav-menu .bar {
    height: 0.385vw;
    margin: 1.538vw auto;
    width: 4.615vw;
  }
  .l-nav-menu .bar::before, .l-nav-menu .bar::after {
    height: 0.385vw;
    width: 4.615vw;
  }
  .l-nav-menu .bar::before {
    transform: translateY(-1.538vw);
  }
  .l-nav-menu .bar::after {
    transform: translateY(1.538vw);
  }
}
.p-home .banner {
  background: url("../image/banner-bg.svg") no-repeat center bottom/cover;
  overflow: hidden;
  padding: 343px 0 443px;
  position: relative;
  text-align: center;
}
.p-home .banner .container {
  position: relative;
}
.p-home .banner__img {
  animation: imgShow 1s;
  animation-fill-mode: forwards;
  opacity: 0;
  position: absolute;
  z-index: 1;
}
.p-home .banner__img--1 {
  animation-delay: 3s;
  left: -122px;
  margin: 0 auto;
  right: 0;
  top: -232px;
  width: 204px;
}
.p-home .banner__img--2 {
  animation-delay: 2.4s;
  right: 192px;
  top: -310px;
  width: 115px;
}
.p-home .banner__img--3 {
  animation-delay: 2.6s;
  right: 98px;
  top: -276px;
  width: 26px;
}
.p-home .banner__img--4 {
  animation-delay: 1.8s;
  bottom: -15px;
  right: -177px;
  width: 407px;
}
.p-home .banner__img--5 {
  animation-delay: 3.2s;
  bottom: -362px;
  right: 11px;
  width: 172px;
}
.p-home .banner__img--6 {
  animation-delay: 2.8s;
  bottom: -283px;
  right: 306px;
  width: 149px;
}
.p-home .banner__img--7 {
  animation-delay: 3.4s;
  bottom: -197px;
  left: 365px;
  width: 145px;
}
.p-home .banner__img--8 {
  animation-delay: 2s;
  bottom: -314px;
  left: -37px;
  width: 282px;
}
.p-home .banner__img--9 {
  animation-delay: 3.6s;
  left: -110px;
  top: -130px;
  width: 121px;
}
.p-home .banner__img--10 {
  animation-delay: 2.2s;
  left: 75px;
  top: -147px;
  width: 168px;
}
.p-home .banner__img--11 {
  animation-delay: 3.8s;
  left: -169px;
  top: -204px;
  width: 437px;
}
.p-home .banner__content {
  height: 315px;
  position: relative;
}
.p-home .banner__title {
  animation: titleShow 1.5s 0s, fadeUp 1.5s 1.5s;
  display: flex;
  font-size: 80px;
  font-weight: 900;
  gap: 0 10px;
  justify-content: center;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
}
.p-home .banner__title > span {
  align-items: center;
  border: 1.5px solid #3FBCDC;
  display: flex;
  height: 110px;
  justify-content: center;
  width: 110px;
}
.p-home .banner__text {
  animation: subtitleShow 1.5s 0s, fadeUp 1.5s 1.5s;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 140px;
}
.p-home .banner p {
  font-weight: 700;
}
.p-home .banner__subtitle {
  font-size: 36px;
  margin: 30px 0 4px;
}
.p-home .sec-1__title {
  margin-left: 420px;
}
.p-home .sec-1__title .h2, .p-home .sec-1__title .h3 {
  text-align: left;
}
.p-home .sec-1__title .h3 {
  font-size: 35px;
  letter-spacing: -1px;
  margin: -27px 0 3px;
}
.p-home .sec-1 .flex {
  gap: 0 60px;
}
.p-home .sec-1__img {
  margin-top: -105px;
  width: 360px;
}
.p-home .sec-1__img img {
  max-width: 100%;
}
.p-home .sec-1__text {
  padding-top: 10px;
  width: 660px;
}
.p-home .sec-1__text p {
  color: #404040;
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 15px;
}
.p-home .sec-1__text p:last-child {
  margin-bottom: 0;
}
.p-home .sec-1__text p .is-xs {
  font-size: 10px;
}
.p-home .sec-1__text b {
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
}
.p-home .sec-1__more {
  height: 0;
  opacity: 0;
  overflow: hidden;
  padding-top: 0;
  transition: opacity 0.1s ease-out;
  width: 100%;
}
.p-home .sec-1__more.is-shown {
  height: auto;
  margin-top: 50px;
  opacity: 1;
}
.p-home .sec-1 .is-btn {
  align-items: center;
  color: #3FBCDC;
  cursor: pointer;
  display: flex;
}
.p-home .sec-1 .is-btn:hover {
  color: #000;
}
.p-home .sec-1 .is-btn:hover .is-ico {
  background-color: #000;
}
.p-home .sec-1 .is-btn-more {
  float: right;
}
.p-home .sec-1 .is-btn-less {
  justify-content: center;
  margin: 50px auto 0;
  width: 100px;
}
.p-home .sec-1 .is-ico {
  align-items: center;
  background-color: #3FBCDC;
  border-radius: 12px;
  display: flex;
  height: 24px;
  justify-content: center;
  margin-left: 10px;
  text-align: center;
  width: 36px;
}
.p-home .sec-1 .is-ico-up {
  transform: rotate(180deg);
}
.p-home .sec-2 {
  overflow: hidden;
  position: relative;
}
.p-home .sec-2 .container {
  width: 1320px;
}
.p-home .sec-3 {
  padding-top: 70px;
}
.p-home .sec-3 .h3 {
  margin-bottom: 33px;
}
.p-home .sec-3 .flex {
  gap: 0 20px;
}
.p-home .sec-4 {
  background: url("../image/sec4-bg.png") no-repeat center top/100% 100%;
  margin-top: 140px;
}
.p-home .sec-4 .flex {
  justify-content: space-between;
}
.p-home .sec-4__left {
  margin-top: 20px;
}
.p-home .sec-4__title {
  font-family: "Inter", sans-serif;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 25px;
}
.p-home .sec-4__subtitle {
  color: #7774BF;
  font-family: "Inter", sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.56;
}
.p-home .sec-4__img img {
  width: 468px;
}
.p-home .sec-4__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 60px;
}
.p-home .sec-4__buttons .c-btn {
  height: 25px;
}
.p-home .sec-5__table tr:first-child th, .p-home .sec-5__table tr:first-child td {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  padding-top: 40px;
}
.p-home .sec-5__table tr:last-child th, .p-home .sec-5__table tr:last-child td {
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
}
.p-home .sec-5__table tr:last-child th::after, .p-home .sec-5__table tr:last-child td::after {
  display: none;
}
.p-home .sec-5__table th {
  background: linear-gradient(to right, #F8F8F8, #F2F2F2);
  font-weight: 700;
  padding: 20px 40px;
  padding-right: 0;
  position: relative;
  text-align: left;
  width: 290px;
}
.p-home .sec-5__table td {
  background: linear-gradient(to right, #F8F8F8, #EFFAFC);
  color: #404040;
  line-height: 1.6;
  padding: 20px 40px;
  position: relative;
  width: 710px;
}
.p-home .sec-5__table td a {
  color: #3FBCDC;
  text-decoration: underline;
}
.p-home .sec-5__table th::after, .p-home .sec-5__table td::after {
  border-bottom: 1px solid #EAEAEA;
  bottom: 0;
  content: "";
  height: 1px;
  left: 40px;
  position: absolute;
  width: calc(100% - 40px);
}
.p-home .sec-5__table td::after {
  left: 0;
  right: 40px;
}
.p-home .sec-5__table__map {
  margin-top: 20px;
}
.p-home .sec-5__table__map iframe {
  border-radius: 20px;
  width: 100%;
}
.p-home .sec-6 .h3 {
  margin-bottom: 30px;
}
.p-home .sec-6__img {
  background: url("../image/sec6-bg.png") no-repeat center top/100% 100%;
  padding: 92px 0 100px;
  text-align: center;
}
.p-home .sec-6__img img {
  max-width: 100%;
}
.p-home .sec-7 {
  background: url("../image/sec7-bg.png") no-repeat center top 140px/contain;
}
.p-home .sec-7 .h3 {
  margin-bottom: 70px;
}
.p-home .sec-7__img {
  margin-bottom: 80px;
  text-align: center;
}
.p-home .sec-7__span {
  border-radius: 30px;
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 40px;
  padding: 6px 20px;
}
.p-home .sec-7__span::before, .p-home .sec-7__span::after {
  background: url("../image/ico-shape-pink.svg") no-repeat center;
  content: "";
  display: inline-block;
  height: 12px;
  margin-bottom: 5px;
  vertical-align: middle;
  width: 18px;
}
.p-home .sec-7__span::before {
  margin-right: 12px;
}
.p-home .sec-7__span::after {
  margin-left: 12px;
}
.p-home .sec-7__span.is-pink {
  background-color: rgba(240, 117, 169, 0.1019607843);
}
.p-home .sec-7__span.is-green {
  background-color: rgba(65, 170, 177, 0.1019607843);
}
.p-home .sec-7__span.is-green::before, .p-home .sec-7__span.is-green::after {
  background-image: url("../image/ico-shape-green.svg");
}
.p-home .sec-7__span.is-orange {
  background-color: rgba(255, 128, 115, 0.1019607843);
}
.p-home .sec-7__span.is-orange::before, .p-home .sec-7__span.is-orange::after {
  background-image: url("../image/ico-shape-orange.svg");
}
.p-home .sec-7__pink {
  font-size: 80px;
  font-weight: 700;
  letter-spacing: 15px;
  margin-bottom: 80px;
}
.p-home .sec-7__green {
  font-size: 48px;
  font-weight: 900;
  letter-spacing: 2px;
  margin-bottom: 80px;
}
.p-home .sec-8 .h3 {
  margin-bottom: 30px;
}
.p-home .sec-8__img {
  margin-bottom: 80px;
}
.p-home .sec-8__img img {
  width: 100%;
}
.p-home .sec-8 .flex {
  gap: 0 80px;
  margin-bottom: 60px;
}
.p-home .sec-8 .flex:last-child {
  margin-bottom: 0;
}
.p-home .sec-8 .flex-reverse h3 {
  flex-direction: row-reverse;
  justify-content: end;
}
.p-home .sec-8 .flex-reverse h3 > span {
  margin-left: 0;
  margin-right: 20px;
}
.p-home .sec-8 .flex-img {
  width: 500px;
}
.p-home .sec-8 .flex-img img {
  width: 100%;
}
.p-home .sec-8 .flex-text {
  padding-top: 80px;
  width: 500px;
}
.p-home .sec-8 .flex-text h3 {
  align-items: center;
  display: flex;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
}
.p-home .sec-8 .flex-text h3 > span {
  color: #CCCCCC;
  font-size: 18px;
  font-weight: 400;
  margin-left: 20px;
}
.p-home .sec-8 .flex-text p {
  color: #404040;
  font-size: 18px;
  line-height: 1.8;
}
.p-home .sec-9 .h3 {
  margin-bottom: 100px;
}
.p-home .sec-9 img {
  width: 100%;
}
.p-home .sec-10 {
  background: linear-gradient(to bottom, #fff, #FAFAFA 10%);
}
.p-home .sec-10 .h3 {
  margin-bottom: 30px;
}
.p-home .sec-10 .flex {
  flex-wrap: wrap;
  gap: 30px;
}
.p-home .sec-10__card {
  background-color: #fff;
  border-radius: 40px;
  padding: 30px 30px 35px;
  width: 465px;
}
.p-home .sec-10__card__img img {
  height: 160px;
  width: 160px;
}
.p-home .sec-10__card h4 {
  font-size: 24px;
  font-weight: 700;
  margin: 24px;
}
.p-home .sec-10__card p {
  line-height: 1.6;
}
.p-home .sec-11 {
  background-color: #FAFAFA;
  padding: 140px 0 170px;
}
.p-home .sec-12 {
  overflow: hidden;
  padding-top: 0;
}
.p-home .sec-12__slider {
  height: 600px;
}
.p-home .sec-12__slider * {
  height: 100%;
}
.p-home .sec-12__slider img {
  display: block;
  object-fit: cover;
  object-position: top center;
  width: 100%;
}
@keyframes titleShow {
  from {
    opacity: 0;
    transform: translateY(20%);
  }
  to {
    opacity: 1;
    transform: translateY(20%);
    transition: opacity 1.8s ease-in;
  }
}
@keyframes fadeUp {
  from {
    transform: translateY(20%);
    transition: transform 1.8s ease-in;
  }
  to {
    transform: translateY(0);
  }
}
@keyframes subtitleShow {
  0% {
    opacity: 0;
    transform: translateY(20%);
  }
  66% {
    opacity: 0;
    transform: translateY(20%);
  }
  100% {
    opacity: 1;
    transform: translateY(20%);
    transition: opacity 1.8s ease-in;
  }
}
@keyframes imgShow {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  to {
    opacity: 1;
    transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  }
}

@media screen and (max-width: 780px) {
  .p-home .banner {
    background-image: url("../image/banner-bg1.svg");
    padding: 82.051vw 0;
  }
  .p-home .banner__img--1 {
    left: 4.103vw;
    top: -38.462vw;
    width: 25.385vw;
  }
  .p-home .banner__img--2 {
    right: 9.231vw;
    top: 27.179vw;
    width: 10.769vw;
  }
  .p-home .banner__img--3 {
    display: none;
  }
  .p-home .banner__img--4 {
    bottom: auto;
    right: -5.128vw;
    top: -53.077vw;
    width: 32.564vw;
  }
  .p-home .banner__img--5 {
    bottom: -72.564vw;
    right: -5.128vw;
    width: 23.333vw;
  }
  .p-home .banner__img--6 {
    bottom: -40vw;
    left: 39.487vw;
    width: 22.051vw;
  }
  .p-home .banner__img--7 {
    bottom: -15.897vw;
    left: 14.872vw;
    width: 15.641vw;
  }
  .p-home .banner__img--8 {
    bottom: -70.513vw;
    left: 3.077vw;
    width: 32.564vw;
  }
  .p-home .banner__img--9 {
    left: 8.718vw;
    top: -59.231vw;
    width: 15.385vw;
  }
  .p-home .banner__img--10 {
    left: -5.128vw;
    top: -20.256vw;
    width: 12.564vw;
  }
  .p-home .banner__img--11 {
    left: 0;
    top: -61.538vw;
    width: 32.051vw;
  }
  .p-home .banner__content {
    height: 30.769vw;
  }
  .p-home .banner__title {
    font-size: 10.256vw;
    gap: 0 1.282vw;
  }
  .p-home .banner__title > span {
    border-width: 0.192vw;
    height: 14.103vw;
    width: 14.103vw;
  }
  .p-home .banner__text {
    top: 17.949vw;
  }
  .p-home .banner p {
    font-size: 2.051vw;
  }
  .p-home .banner p.banner__subtitle {
    font-size: 4.615vw;
    margin: 3.846vw 0 0.513vw;
  }
  .p-home .sec-1__title {
    margin-left: 0;
  }
  .p-home .sec-1__title .h2, .p-home .sec-1__title .h3 {
    text-align: center;
  }
  .p-home .sec-1__title .h3 {
    font-size: 4.872vw;
    margin: -3.077vw 0 10.256vw;
  }
  .p-home .sec-1 .flex {
    gap: 0;
  }
  .p-home .sec-1__img {
    margin-top: 0;
    padding: 0 6.41vw;
    width: 100%;
  }
  .p-home .sec-1__text {
    padding-top: 9.231vw;
    width: 100%;
  }
  .p-home .sec-1__text p {
    font-size: 3.59vw;
    margin-bottom: 4.103vw;
  }
  .p-home .sec-1__text p .is-xs {
    font-size: 2.564vw;
  }
  .p-home .sec-1__text b {
    margin-bottom: 2.564vw;
  }
  .p-home .sec-1__more {
    padding-top: 0;
  }
  .p-home .sec-1__more.is-shown {
    margin-top: 10.256vw;
  }
  .p-home .sec-1 .is-btn-more {
    float: none;
    justify-content: end;
  }
  .p-home .sec-1 .is-btn-less {
    margin: 2.564vw auto 0;
    width: 19vw;
  }
  .p-home .sec-1 .is-ico {
    border-radius: 2.051vw;
    height: 4.103vw;
    margin-left: 1.282vw;
    width: 6.154vw;
  }
  .p-home .sec-1 .is-ico img {
    height: 2.051vw;
    width: 1.795vw;
  }
  .p-home .sec-2 .container {
    width: auto;
  }
  .p-home .sec-2__container {
    margin: 0;
  }
  .p-home .sec-3 {
    overflow: hidden;
  }
  .p-home .sec-3 .h3 {
    margin-bottom: 5.128vw;
    white-space: nowrap;
  }
  .p-home .sec-3 .flex {
    gap: 5.128vw 0;
  }
  .p-home .sec-4 {
    background-image: url("../image/sec4-bg1.png");
    margin-top: 20.513vw;
    padding-top: 15.385vw;
  }
  .p-home .sec-4__left {
    margin-top: 0;
  }
  .p-home .sec-4__title {
    font-size: 5.128vw;
    margin-bottom: 2.564vw;
  }
  .p-home .sec-4__subtitle {
    font-size: 8.205vw;
    line-height: 1.56;
  }
  .p-home .sec-4__img {
    margin-top: 3.077vw;
  }
  .p-home .sec-4__img img {
    width: 100%;
  }
  .p-home .sec-4__buttons {
    gap: 3.077vw 2.564vw;
    justify-content: space-between;
    margin-top: 1.795vw;
  }
  .p-home .sec-4__buttons li {
    width: 48%;
  }
  .p-home .sec-4__buttons .c-btn {
    height: 4.103vw;
  }
  .p-home .sec-5__table tr:first-child th, .p-home .sec-5__table tr:first-child td {
    border-top-left-radius: 4.103vw;
    border-top-right-radius: 4.103vw;
    padding-top: 5.128vw;
  }
  .p-home .sec-5__table tr:last-child th, .p-home .sec-5__table tr:last-child td {
    border-bottom-left-radius: 4.103vw;
    border-bottom-right-radius: 4.103vw;
  }
  .p-home .sec-5__table th {
    padding: 4.103vw;
    width: 18.462vw;
    white-space: nowrap;
  }
  .p-home .sec-5__table td {
    padding: 4.103vw;
    width: 58.974vw;
  }
  .p-home .sec-5__table th, .p-home .sec-5__table td {
    font-size: 3.077vw;
  }
  .p-home .sec-5__table th::after, .p-home .sec-5__table td::after {
    left: 0;
    right: 0;
    width: 100%;
  }
  .p-home .sec-5__table__map {
    margin-top: 4.103vw;
  }
  .p-home .sec-5__table__map iframe {
    border-radius: 3.846vw;
    height: 51.282vw;
  }
  .p-home .sec-6 {
    overflow: hidden;
  }
  .p-home .sec-6 .h3 {
    margin-bottom: 5.128vw;
  }
  .p-home .sec-6__img {
    background-image: url("../image/sec6-bg1.png");
    overflow-y: scroll;
    padding: 11.795vw 0 12.308vw;
  }
  .p-home .sec-6__img img {
    margin-left: -25.641vw;
    max-width: none;
    width: 194.872vw;
  }
  .p-home .sec-7 {
    background-image: url("../image/sec7-bg1.png");
  }
  .p-home .sec-7 .h3 {
    letter-spacing: -0.256vw;
    margin-bottom: 10.256vw;
  }
  .p-home .sec-7__img {
    margin-bottom: 12.821vw;
  }
  .p-home .sec-7__img img {
    width: 100%;
  }
  .p-home .sec-7__span {
    border-radius: 3.846vw;
    font-size: 3.077vw;
    margin-bottom: 5.128vw;
    padding: 0.769vw 2.564vw;
  }
  .p-home .sec-7__span::before, .p-home .sec-7__span::after {
    background-size: contain;
    height: 1.538vw;
    margin-bottom: 0.769vw;
    width: 2.308vw;
  }
  .p-home .sec-7__span::before {
    margin-right: 2.051vw;
  }
  .p-home .sec-7__span::after {
    margin-left: 2.051vw;
  }
  .p-home .sec-7__pink {
    font-size: 10.256vw;
    letter-spacing: 2.564vw;
    margin-bottom: 10.256vw;
  }
  .p-home .sec-7__green {
    font-size: 6.154vw;
    letter-spacing: 0.256vw;
    margin-bottom: 10.256vw;
  }
  .p-home .sec-8 .h3 {
    margin-bottom: 5.128vw;
  }
  .p-home .sec-8__img {
    margin-bottom: 10.256vw;
  }
  .p-home .sec-8 .flex {
    gap: 5.128vw 0;
    margin-bottom: 10.256vw;
  }
  .p-home .sec-8 .flex-reverse h3 {
    flex-direction: row;
    justify-content: start;
  }
  .p-home .sec-8 .flex-reverse h3 > span {
    margin-right: 0;
  }
  .p-home .sec-8 .flex-img {
    width: auto;
  }
  .p-home .sec-8 .flex-text {
    padding-top: 0;
    width: auto;
  }
  .p-home .sec-8 .flex-text h3 {
    font-size: 5.128vw;
    margin-bottom: 3.077vw;
  }
  .p-home .sec-8 .flex-text h3 > span {
    font-size: 3.077vw;
    margin-left: 3.077vw;
  }
  .p-home .sec-8 .flex-text p {
    font-size: 4.103vw;
  }
  .p-home .sec-9 .h3 {
    margin-bottom: 12.821vw;
  }
  .p-home .sec-10 .h3 {
    margin-bottom: 5.128vw;
  }
  .p-home .sec-10 .section-subtitle {
    margin-bottom: 10.256vw;
  }
  .p-home .sec-10 .flex {
    gap: 5.128vw 0;
  }
  .p-home .sec-10__card {
    border-radius: 7.692vw;
    padding: 10.256vw 5.128vw;
    width: auto;
  }
  .p-home .sec-10__card__img img {
    height: 30.769vw;
    width: 30.769vw;
  }
  .p-home .sec-10__card h4 {
    font-size: 5.128vw;
    margin: 5.128vw;
  }
  .p-home .sec-11 {
    padding-bottom: 28.205vw;
  }
  .p-home .sec-12__slider {
    height: 37.949vw;
  }
  .p-home .sec-12__slider img {
    object-position: center;
  }
}

/*# sourceMappingURL=style.css.map */
