.reg-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .reg-title {
    gap: 8px;
  }
}
.reg-title__img {
  height: 34px;
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1200px) {
  .reg-title__img {
    height: 29px;
  }
}
@media screen and (max-width: 767px) {
  .reg-title__img {
    height: 24px;
  }
}
.reg-title__text {
  font-size: 2.4rem;
  line-height: 1.3333333333em;
  letter-spacing: 0.05em;
  color: #262626;
}
@media screen and (max-width: 1200px) {
  .reg-title__text {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .reg-title__text {
    font-size: 18px;
    line-height: 1.3333333333em;
  }
}

.faq__list-item {
  background-color: #fff;
  border: 2px solid #105057;
  border-radius: 8px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 8px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .faq__list-item {
    margin-bottom: 4px;
  }
}
.faq__list-item:last-child {
  margin-bottom: 0;
}
.faq__q-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.faq__q-wrap::after {
  content: "";
  position: absolute;
  background: url("../img/faq/plus-icon.svg") no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .faq__q-wrap::after {
    width: 14px;
    height: 14px;
    right: 6px;
  }
}
.faq__item-wrapper {
  padding: 24px 40px;
}
@media screen and (max-width: 767px) {
  .faq__item-wrapper {
    padding: 12px 16px;
  }
}
.faq__icon-wrap {
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .faq__icon-wrap {
    margin-right: 15px;
  }
}
.faq__q-icon {
  font: 700 1.6rem "Roboto", sans-serif;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #105057;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .faq__q-icon {
    width: 32px;
    height: 32px;
  }
}
.faq__question {
  font-size: 1.6rem;
  color: #105057;
  letter-spacing: 0.05em;
  padding-right: 56px;
}
@media screen and (max-width: 767px) {
  .faq__question {
    font-size: 14px;
    padding-right: 28px;
  }
}
.faq__a-wrap {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.faq__a-icon {
  font: 700 1.6rem "Roboto", sans-serif;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #DE1281;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .faq__a-icon {
    width: 32px;
    height: 32px;
  }
}

.active .faq__q-wrap {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.active .faq__q-wrap::after {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.active .faq__a-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-height: unset;
  padding-top: 17px;
  margin-top: 17px;
  border-top: 2px solid #d1d2dc;
}
@media screen and (max-width: 767px) {
  .active .faq__a-wrap {
    padding-top: 10px;
    margin-top: 10px;
  }
}
.active .faq__answer {
  font-size: 1.6rem;
  font-weight: 500;
  color: #000;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .active .faq__answer {
    font-size: 14px;
  }
}

.teaser-title {
  position: relative;
  z-index: 2;
  text-align: center;
}
.teaser-title__icon {
  display: block;
  width: 60px;
  height: 66px;
  margin: 0 auto 18px;
}
@media screen and (max-width: 767px) {
  .teaser-title__icon {
    width: 48px;
    height: 52px;
    margin-bottom: 0;
  }
}
.teaser-title__text {
  color: #105057;
  font-size: 3.2rem;
  letter-spacing: 0.05em;
  line-height: 1.4375em;
}
@media screen and (max-width: 767px) {
  .teaser-title__text {
    font-size: 20px;
    line-height: 1.45em;
  }
}

.breadcrumbs {
  width: 100%;
  background-color: #36a781;
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    background-color: transparent;
    height: 100%;
    padding: 20px 0;
  }
}
.breadcrumbs__list {
  max-width: 1600px;
  padding-left: 320px;
  margin: 0 auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 980px) {
  .breadcrumbs__list {
    padding: 0;
    max-width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumbs__list {
    padding: 0 20px;
    max-width: 100%;
  }
}
.breadcrumbs__link {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4285714286em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .breadcrumbs__link {
    font-size: 12px;
    line-height: 1.4444444444em;
    color: #A2A5B9;
  }
}
.breadcrumbs__link--top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  .breadcrumbs__link--top {
    gap: 10px;
    margin-right: 10px;
  }
}
.breadcrumbs__link--top::after {
  content: "";
  height: 11px;
  width: 7px;
  background: url("../img/icons/caret.svg") no-repeat;
  background-size: contain;
  display: inline-block;
  -webkit-filter: brightness(200);
          filter: brightness(200);
}
@media screen and (max-width: 767px) {
  .breadcrumbs__link--top::after {
    -webkit-filter: unset;
            filter: unset;
  }
}

.benefit__skew {
  position: absolute;
  left: 0;
  top: -180%;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #36a781;
  -webkit-transform: skewY(-30deg);
          transform: skewY(-30deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
}
@media screen and (max-width: 1400px) {
  .benefit__skew {
    top: -140%;
  }
}
@media screen and (max-width: 767px) {
  .benefit__skew {
    top: 10%;
    height: 219px;
  }
}
.benefit__mv {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 100px;
  padding-left: 240px;
  padding-right: 30px;
}
@media screen and (max-width: 1600px) {
  .benefit__mv {
    gap: 30px;
  }
}
@media screen and (max-width: 1440px) {
  .benefit__mv {
    gap: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 980px) {
  .benefit__mv {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .benefit__mv {
    padding: 0;
  }
}
.benefit__mv-picture {
  height: 500px;
  width: 56.25%;
}
@media screen and (max-width: 1300px) {
  .benefit__mv-picture {
    width: 50%;
  }
}
@media screen and (max-width: 1200px) {
  .benefit__mv-picture {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .benefit__head {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .benefit__mv-img {
    display: block;
    margin-top: -25px;
  }
}
.benefit__mv-img > img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}
.benefit__text {
  font-size: 4rem;
  line-height: 2em;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 1200px) {
  .benefit__text {
    font-size: 32px;
    letter-spacing: 0.2em;
  }
}
@media screen and (max-width: 767px) {
  .benefit__text {
    padding: 0 24px;
    font-size: 24px;
    letter-spacing: 0.3em;
    line-height: 1.9166666667em;
  }
}
.benefit__text--vw {
  font-size: clamp(16px, 1.5625vw, 4rem);
}
@media screen and (max-width: 1600px) {
  .benefit__text--vw {
    font-size: clamp(16px, 1.40625vw, 4rem);
  }
}
@media screen and (max-width: 980px) {
  .benefit__text--vw {
    font-size: clamp(16px, 2.0833333333vw, 4rem);
  }
}
@media screen and (max-width: 767px) {
  .benefit__text--vw {
    font-size: 20px;
    letter-spacing: 0.1em;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .benefit__btn-container {
    padding: 0 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.benefit__btn {
  height: 110px;
  width: 463px;
  border: none;
  outline: none;
  background-color: #F2502F;
  border-radius: 8px;
  margin-top: 40px;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1200px) {
  .benefit__btn {
    height: 100px;
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .benefit__btn {
    max-width: 327px;
    max-height: 81px;
  }
}
.benefit__btn:hover {
  opacity: 0.5;
}
.benefit__btn--green {
  background-color: #36a781;
  color: #fff;
  width: 100%;
  max-width: 463px;
}
@media screen and (max-width: 767px) {
  .benefit__btn--green {
    border: 2px solid #fff;
    -webkit-box-shadow: 5px 0 20px rgba(0, 0, 0, 0.2);
            box-shadow: 5px 0 20px rgba(0, 0, 0, 0.2);
  }
  .benefit__btn--green:hover {
    opacity: unset;
  }
}
.benefit__btn-text {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4583333333em;
  letter-spacing: 0.05em;
  color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1200px) {
  .benefit__btn-text {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .benefit__btn-text {
    font-size: 18px;
    line-height: 1.4444444444em;
  }
}
.benefit__btn-text > .big {
  font-size: 3.2rem;
  line-height: 1.4375em;
}
@media screen and (max-width: 1200px) {
  .benefit__btn-text > .big {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .benefit__btn-text > .big {
    font-size: 24px;
    line-height: 1.4583333333em;
  }
}
.benefit__section {
  padding-left: 240px;
}
@media screen and (max-width: 980px) {
  .benefit__section {
    padding-left: 0;
  }
}
.benefit__grade {
  margin-top: 80px;
  counter-reset: num;
}
.benefit__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .benefit__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 14px;
  }
}
.benefit__item {
  height: 240px;
  width: 340px;
  border-radius: 8px;
  border: 2px solid #36a781;
  padding: 16px;
  counter-increment: num;
  background-color: #fff;
}
@media screen and (max-width: 1380px) {
  .benefit__item {
    height: 200px;
    width: 283px;
  }
}
@media screen and (max-width: 1200px) {
  .benefit__item {
    height: 150px;
    width: 219px;
  }
}
@media screen and (max-width: 980px) {
  .benefit__item {
    width: 230px;
  }
}
@media screen and (max-width: 767px) {
  .benefit__item {
    width: 100%;
    max-width: 327px;
    height: 184px;
  }
}
.benefit__item-container {
  border-radius: inherit;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.benefit__item-container--grade {
  position: relative;
  background-color: #dff1ea;
}
@media screen and (max-width: 1380px) {
  .benefit__item-container--grade {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
@media screen and (max-width: 1200px) {
  .benefit__item-container--grade {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.benefit__item-container--grade::before {
  content: counter(num, decimal-leading-zero);
  background-color: #36a781;
  height: 64px;
  aspect-ratio: 1;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 6px;
  display: block;
  position: absolute;
  top: -16px;
  left: -16px;
  font-family: "Roboto", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.1875em;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1200px) {
  .benefit__item-container--grade::before {
    height: 54px;
    border-bottom-right-radius: 13px;
    font-size: 24px;
    line-height: 1.2083333333em;
  }
}
.benefit__grade-text {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.45em;
  letter-spacing: 0.05em;
  margin-top: 8px;
}
@media screen and (max-width: 1200px) {
  .benefit__grade-text {
    font-size: 16px;
  }
}
.benefit__grade-item {
  position: relative;
}
@media screen and (max-width: 767px) {
  .benefit__grade-item {
    width: 100%;
    margin: 0 auto;
    max-width: 327px;
  }
}
.benefit__grade-item:not(:last-child)::after {
  content: "";
  width: 93px;
  height: 8px;
  display: block;
  background-color: #36a781;
  position: absolute;
  margin: auto 0;
  top: -50px;
  right: -93px;
  bottom: 0;
}
@media screen and (max-width: 1200px) {
  .benefit__grade-item:not(:last-child)::after {
    width: 110px;
    right: -110px;
  }
}
@media screen and (max-width: 767px) {
  .benefit__grade-item:not(:last-child)::after {
    height: 47px;
    width: 8px;
    top: unset;
    right: unset;
    bottom: -15px;
    left: 23px;
  }
}
@media screen and (max-width: 1380px) {
  .benefit__grade-item:last-child .benefit__item-img {
    margin-top: -10px;
    scale: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .benefit__grade-item:last-child .benefit__item-img {
    bottom: -5px;
    scale: 0.7;
  }
}
@media screen and (max-width: 1380px) {
  .benefit__grade-item:last-child .benefit__item-img img {
    width: 100%;
  }
}
.benefit__item-img {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 1380px) {
  .benefit__item-img {
    scale: 0.7;
    position: relative;
    overflow: hidden;
    bottom: -4px;
  }
}
@media screen and (max-width: 1200px) {
  .benefit__item-img {
    scale: 0.5;
    margin: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .benefit__item-img {
    scale: 0.7;
    bottom: -10px;
  }
}
.benefit__benefit {
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 60px;
  background-color: #f9f9f9;
}
@media screen and (max-width: 767px) {
  .benefit__benefit {
    margin-top: 40px;
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .benefit__benefit-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.benefit__benefit-item .benefit__item-container {
  background-size: cover !important;
}
.benefit__benefit-item:nth-child(1) .benefit__item-container {
  background: url("../img/benefits/benefit1.jpg");
}
.benefit__benefit-item:nth-child(2) .benefit__item-container {
  background: url("../img/benefits/benefit2.jpg");
}
.benefit__benefit-item:nth-child(3) .benefit__item-container {
  background: url("../img/benefits/benefit3.jpg");
}
.benefit__benefit-cloud {
  background: url("../img/benefits/cloud-bg.png");
  height: 70px;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  padding-bottom: 13px;
  margin-bottom: 4px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.45em;
  letter-spacing: 0.05em;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1380px) {
  .benefit__benefit-cloud {
    font-size: 1.6rem;
    margin-bottom: -8px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .benefit__benefit-cloud {
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: -20px;
    padding-bottom: 36px;
  }
}
@media screen and (max-width: 767px) {
  .benefit__benefit-cloud {
    margin: 0;
    padding-bottom: 12px;
    background-size: 100% 58px;
    background-position: center center;
    height: 58px;
    max-width: 327px;
    position: relative;
  }
}
.benefit__job-title {
  padding-top: 60px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 1330px) {
  .benefit__job-title {
    padding-top: 0;
  }
}
.benefit__job-container {
  padding: 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 56px;
}
@media screen and (max-width: 1425px) {
  .benefit__job-container {
    gap: 40px;
  }
}
@media screen and (max-width: 1330px) {
  .benefit__job-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .benefit__job-container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 40px 0;
  }
}
.benefit__job-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 64px 2.36%;
}
@media screen and (max-width: 767px) {
  .benefit__job-content {
    gap: 20px 11px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 505px;
    margin: 0 auto;
  }
}
.benefit__job-item {
  width: 31.76%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .benefit__job-item {
    width: 160px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.benefit__job-circle {
  height: 200px;
  aspect-ratio: 1;
  padding: 16px;
  border-radius: 50%;
  border: 2px solid #36a781;
  background-color: #fff;
}
@media screen and (max-width: 1200px) {
  .benefit__job-circle {
    height: 180px;
  }
}
@media screen and (max-width: 767px) {
  .benefit__job-circle {
    height: 130px;
    padding: 10px;
  }
}
.benefit__job-inner {
  background-color: #dff1ea;
  height: 100%;
  width: 100%;
  border-radius: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1200px) {
  .benefit__job-img {
    scale: 0.8;
  }
}
@media screen and (max-width: 767px) {
  .benefit__job-img {
    scale: 0.5;
  }
}
.benefit__job-text {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  text-align: center;
  color: #36a781;
}
@media screen and (max-width: 1425px) {
  .benefit__job-text {
    font-size: 14px;
  }
}
.benefit__faq {
  padding-top: 60px;
  padding-bottom: 120px;
  background-color: #f9f9f9;
}
@media screen and (max-width: 767px) {
  .benefit__faq {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.top-lower__section-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: 120px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top-lower__section-container {
    font-size: 12px;
    line-height: 1.4166666667em;
    margin-top: 80px;
  }
}
.top-lower__section-container--green-bg::before {
  content: "";
  position: absolute;
  top: 323px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(8deg);
          transform: translateX(-50%) rotate(8deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  width: 200%;
  height: 625px;
  background-color: #105057;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top-lower__section-container--green-bg::before {
    top: 237px;
    height: 1336.26px;
  }
}
.top-lower__section-container--gray-green-bg::before {
  content: "";
  position: absolute;
  top: 155px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(8deg);
          transform: translateX(-50%) rotate(8deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  width: 200%;
  height: 200%;
  background-color: #f2f2f2;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top-lower__section-container--gray-green-bg::before {
    top: 60px;
  }
}
.top-lower__section-container--gray-green-bg::after {
  content: "";
  position: absolute;
  top: 152px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(172deg);
          transform: translateX(-50%) rotate(172deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  width: 200%;
  height: 625px;
  background-color: #105057;
  z-index: -2;
}
@media screen and (max-width: 767px) {
  .top-lower__section-container--gray-green-bg::after {
    top: 60px;
  }
}
.top-lower__section-container--pt250 {
  padding-top: 255px;
}
@media screen and (max-width: 767px) {
  .top-lower__section-container--pt250 {
    padding-top: 117px;
  }
}
@media screen and (max-width: 767px) {
  .top-lower__section-container--no-mt {
    background-color: #fff;
    margin-top: 0;
  }
}
.top-lower__fee-table-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 43px;
}
@media screen and (max-width: 767px) {
  .top-lower__fee-table-wrapper {
    padding-top: 20px;
    gap: 20px 0;
  }
}
.top-lower__fee-thead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  width: calc(100% - 6px);
  margin: 0 auto;
}
.top-lower__fee-thead .top-lower__fee-col--320 {
  width: 25.3931323283%;
}
.top-lower__fee-thead .top-lower__fee-col--250 {
  width: 21.0380234506%;
}
.top-lower__fee-td {
  width: 100%;
  position: relative;
  --themeClr: #fff;
  height: 89px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: var(--themeClr);
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  .top-lower__fee-td {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 980px) {
  .top-lower__fee-td {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .top-lower__fee-td {
    height: auto;
    font-size: 14px;
    width: 50%;
  }
}
.top-lower__fee-td--border-radius-bottom {
  background-color: transparent;
}
.top-lower__fee-td--border-radius-bottom span {
  border-bottom-left-radius: 16px;
}
@media screen and (max-width: 767px) {
  .top-lower__fee-td--border-radius-bottom span {
    border-bottom-left-radius: 0;
  }
}
.top-lower__fee-td--border-radius-bottom-right {
  background-color: transparent;
}
.top-lower__fee-td--border-radius-bottom-right span {
  background-color: #fff;
  border-bottom-right-radius: 16px;
}
@media screen and (max-width: 767px) {
  .top-lower__fee-td--border-radius-bottom-right span {
    border-bottom-right-radius: 0;
  }
}
.top-lower__fee-td--rowspan {
  height: 178px;
}
@media screen and (max-width: 767px) {
  .top-lower__fee-td--rowspan {
    height: auto;
  }
}
.top-lower__fee-td .medium {
  font-size: 2.4rem;
}
@media screen and (max-width: 980px) {
  .top-lower__fee-td .medium {
    font-size: 2.2rem;
  }
}
.top-lower__fee-col {
  width: 18.0904522613%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: -1px;
}
@media screen and (max-width: 767px) {
  .top-lower__fee-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    border-radius: 10px;
    border: 3px solid #105057;
    overflow: hidden;
  }
}
.top-lower__fee-col--th:first-child .top-lower__fee-td {
  margin-left: -3px;
  width: calc(100% + 3px);
  border-right: 2px solid #105057;
  border-top-left-radius: 16px;
}
.top-lower__fee-col--th:nth-child(2) .top-lower__fee-td {
  border-right: 2px solid #105057;
}
.top-lower__fee-col--th:nth-child(3) .top-lower__fee-td {
  border-right: 2px solid #09393E;
}
.top-lower__fee-col--th:nth-child(4) .top-lower__fee-td {
  border-right: 2px solid #DE1281;
}
.top-lower__fee-col--th:last-child .top-lower__fee-td {
  margin-right: -3px;
  width: calc(100% + 3px);
  border-top-right-radius: 16px;
}
.top-lower__fee-col--320 {
  width: 25.2931323283%;
}
.top-lower__fee-col--250 {
  width: 20.9380234506%;
  -ms-flex-negative: unset;
      flex-shrink: unset;
}
@media screen and (max-width: 767px) {
  .top-lower__fee-col--250 {
    width: 100%;
    border-color: #DE1281;
  }
}
@media screen and (max-width: 767px) {
  .top-lower__fee-col--250 .top-lower__fee-th {
    background-color: #DE1281;
  }
}
.top-lower__fee-th, .top-lower__fee-label, .top-lower__fee-text {
  width: 100%;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .top-lower__fee-th, .top-lower__fee-label, .top-lower__fee-text {
    padding: 13px;
  }
}
.top-lower__fee-th--column, .top-lower__fee-label--column, .top-lower__fee-text--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top-lower__fee-th {
  color: #fff;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .top-lower__fee-th {
    --themeClr: #169E70;
    background-color: var(--themeClr);
    height: auto;
    font-size: 16px;
    font-weight: 700;
    padding: 11px;
  }
}
@media screen and (max-width: 767px) {
  .top-lower__fee-th--first {
    background-color: #105057;
  }
}
.top-lower__fee-tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border: 3px solid #105057;
  border-top: 0;
}
@media screen and (max-width: 767px) {
  .top-lower__fee-tbody {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    border: 0;
  }
}
.top-lower__fee-label {
  background-color: #FBFBFB;
  border-right: 2px solid #DFDFDF;
  border-bottom: 2px solid #DFDFDF;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .top-lower__fee-label {
    border-right: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
  }
}
@media screen and (max-width: 767px) {
  .top-lower__fee-label.start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .top-lower__fee-label.padding-large {
    padding: 21px 0;
  }
}
.top-lower__fee-text {
  font-weight: 500;
  font-size: 1.8rem;
  border-right: 2px solid #DFDFDF;
  border-bottom: 2px solid #DFDFDF;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1200px) {
  .top-lower__fee-text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 980px) {
  .top-lower__fee-text {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .top-lower__fee-text {
    border-right: 0;
    border-bottom: 1px solid #DFDFDF;
    font-size: 14px;
  }
}
.top-lower__fee-text .medium {
  position: relative;
  top: 1px;
  font-size: 2.4rem;
  margin-left: 2px;
}
@media screen and (max-width: 980px) {
  .top-lower__fee-text .medium {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .top-lower__fee-text .medium {
    font-size: 18px;
  }
}
.top-lower__fee-text .large {
  font-size: 3.2rem;
}
@media screen and (max-width: 980px) {
  .top-lower__fee-text .large {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .top-lower__fee-text .large {
    font-size: 24px;
    padding: 5px 0 7px;
  }
}
@media screen and (max-width: 767px) {
  .top-lower__fee-text.last {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .top-lower__fee-text.bigger-sp {
    font-size: 18px;
  }
}
.top-lower__fee-text--no-border-right {
  border-right: 0;
}
@media screen and (max-width: 767px) {
  .top-lower__fee-text:nth-last-child(-n+2) .top-lower__fee-text {
    border-bottom: 0;
  }
}
.top-lower__fee-table-sub-txt {
  display: block;
  font-size: 1.3rem;
  color: #888;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 980px) {
  .top-lower__fee-table-sub-txt {
    font-size: 10px;
  }
}
.top-lower__table-bubble {
  position: absolute;
  top: -53px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 85%;
  height: 56px;
  background-color: #FDE2F3;
  color: #DE1281;
  text-align: center;
  border-radius: 28px;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.4444444444em;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .top-lower__table-bubble {
    position: relative;
    margin: 0 auto;
    height: auto;
    width: 174px;
    padding: 10px 0;
    font-size: 16px;
    -webkit-transform: unset;
            transform: unset;
    top: auto;
    left: auto;
    margin-bottom: -18px;
  }
}
.top-lower__table-bubble::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 7px 0 7px;
  border-color: #F9E4E0 transparent transparent transparent;
  bottom: -8px;
}
.top-lower__fee-table-note {
  letter-spacing: 0.03em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 14px 0 14px auto;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .top-lower__fee-table-note {
    font-size: 12px;
    white-space: nowrap;
  }
}
.top-lower__registration {
  position: relative;
  margin-top: 80px;
  width: 100%;
  background-color: #fff;
  border: 3px solid #DE1281;
  border-radius: 25px;
}
@media screen and (max-width: 767px) {
  .top-lower__registration {
    margin-top: 50px;
    margin-bottom: 150px;
  }
  .top-lower__registration::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 200%;
    height: 100%;
    background-color: #fff;
    z-index: -2;
  }
}
.top-lower__registration::before {
  content: "";
  position: absolute;
  right: -7.5%;
  bottom: -60px;
  width: 18.75%;
  aspect-ratio: 225/378.5;
  background: url("../img/lower/woman-jumping.svg") no-repeat center/100% 100%;
}
@media screen and (max-width: 767px) {
  .top-lower__registration::before {
    width: 31.045%;
    right: calc(-3% - 3px);
    bottom: -19.5%;
    max-width: 160px;
  }
}
.top-lower__registration-banner {
  position: absolute;
  left: -3px;
  top: -12px;
  width: 47%;
}
@media screen and (max-width: 767px) {
  .top-lower__registration-banner {
    width: calc(100% + 6px);
  }
}
@media screen and (max-width: 767px) {
  .top-lower__registration-fill {
    width: 100%;
    aspect-ratio: 335/75.39;
    display: block;
    pointer-events: none;
  }
}
.top-lower__registration-title {
  font-size: 2.4rem;
  line-height: 1.4583333333em;
  color: #DE1281;
  padding: 0 30px 0 50%;
  margin-top: 30px;
}
@media screen and (max-width: 1200px) {
  .top-lower__registration-title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 980px) {
  .top-lower__registration-title {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .top-lower__registration-title {
    font-size: 16px;
    line-height: 1.5em;
    padding: 0;
    text-align: center;
    margin-top: 0;
  }
}
.top-lower__registration-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 85%;
  max-width: 910px;
  margin: 62px auto 56px;
  list-style-type: none;
  counter-reset: item;
}
@media screen and (max-width: 767px) {
  .top-lower__registration-list {
    width: 88.3%;
    margin: 25px auto 35px;
    gap: 28px 0;
    max-width: 350px;
  }
}
.top-lower__registration-item {
  position: relative;
  padding-top: 12px;
  width: 21.98%;
  text-align: center;
  counter-increment: item;
}
@media screen and (max-width: 767px) {
  .top-lower__registration-item {
    width: 47.457%;
    padding-top: 6px;
  }
}
.top-lower__registration-item::before {
  content: counter(item, decimal-leading-zero);
  position: absolute;
  top: -7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font: 700 3.2rem "Roboto", sans-serif;
  letter-spacing: 0.03em;
  line-height: 1.34375em;
  color: #DE1281;
}
@media screen and (max-width: 767px) {
  .top-lower__registration-item::before {
    font-size: 24px;
  }
}
.top-lower__registration-item:nth-child(1) .top-lower__registration-item-head img {
  width: 57.5%;
  aspect-ratio: 115/96;
}
.top-lower__registration-item:nth-child(2) .top-lower__registration-item-head img {
  width: 47.5%;
  aspect-ratio: 95/102;
}
.top-lower__registration-item:nth-child(3) .top-lower__registration-item-head img {
  width: 45%;
  aspect-ratio: 90/102;
}
.top-lower__registration-item:nth-child(4) .top-lower__registration-item-head img {
  width: 54%;
  aspect-ratio: 108/66;
}
.top-lower__registration-item-head {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #F9E4E0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top-lower__registration-item-title {
  font-size: 2.4rem;
  line-height: 1.4583333333em;
  margin-top: 11px;
}
.top-lower__registration-item-title .one-line {
  line-height: 3;
}
@media screen and (max-width: 980px) {
  .top-lower__registration-item-title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .top-lower__registration-item-title {
    font-size: 18px;
    margin-top: 6px;
  }
}
.top-lower__registration-note {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  line-height: 1.5em;
  padding-left: 20px;
  text-indent: -21px;
  margin: 17px 80px 0 auto;
}
@media screen and (max-width: 767px) {
  .top-lower__registration-note {
    font-size: 12px;
    line-height: 1.4166666667em;
    padding: 0 29.85% 80px 40px;
    width: 100%;
  }
}
.top-lower__flow-list {
  margin-top: 65px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px 0;
  list-style-type: none;
  counter-reset: flow;
}
@media screen and (max-width: 767px) {
  .top-lower__flow-list {
    margin-top: 20px;
    gap: 20px 0;
  }
}
.top-lower__flow-item {
  width: 28.334%;
  text-align: center;
  counter-increment: flow;
}
@media screen and (max-width: 767px) {
  .top-lower__flow-item {
    width: calc(50% - 7.5px);
    text-align: left;
  }
}
@media screen and (max-width: 1200px) {
  .top-lower__flow-item > p {
    font-size: 14px;
  }
}
@media screen and (max-width: 980px) {
  .top-lower__flow-item > p {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .top-lower__flow-item:nth-child(odd) .top-lower__flow-item-title {
    width: calc(100% + 9px);
  }
}
@media screen and (max-width: 767px) {
  .top-lower__flow-item:nth-child(even) .top-lower__flow-item-title {
    width: calc(100% + 1px);
  }
}
.top-lower__flow-item-head {
  position: relative;
  width: 100%;
  aspect-ratio: 340/240;
  border: 3px solid #105057;
  border-radius: 13px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top-lower__flow-item-head::before {
  content: counter(flow, decimal-leading-zero);
  position: absolute;
  left: -3px;
  top: -3px;
  width: 19.2%;
  aspect-ratio: 1/1;
  font: 700 3.2rem "Roboto", sans-serif;
  letter-spacing: 0.03em;
  color: #fff;
  background-color: #105057;
  border-top-left-radius: 13px;
  border-bottom-right-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 980px) {
  .top-lower__flow-item-head::before {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .top-lower__flow-item-head::before {
    min-width: 32px;
    font-size: 18px;
    border-bottom-right-radius: 12px;
  }
}
.top-lower__flow-item-head::after {
  content: "";
  position: absolute;
  right: calc(-30% - 2px);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30%;
  height: 35px;
  background-color: #105057;
}
@media screen and (max-width: 767px) {
  .top-lower__flow-item-head::after {
    height: 10px;
  }
}
.top-lower__flow-item-img {
  width: 90.588%;
  aspect-ratio: 308/208;
}
.top-lower__flow-item-title {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4444444444em;
  margin-top: 10px;
}
@media screen and (max-width: 1200px) {
  .top-lower__flow-item-title {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 980px) {
  .top-lower__flow-item-title {
    font-size: 12px;
  }
}
.top-lower__flow-item-btn {
  width: 100%;
  max-width: 234px;
  min-width: 200px;
  margin: 0 auto;
  height: 49px;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  background-color: #58B861;
  border-radius: 38px;
  margin-top: 15px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1200px) {
  .top-lower__flow-item-btn {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 980px) {
  .top-lower__flow-item-btn {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .top-lower__flow-item-btn {
    min-width: unset;
    height: 31px;
    font-size: 12px;
  }
}
.top-lower__flow-item-btn:hover {
  opacity: 0.5;
}
.top-lower__faq-list {
  margin: 60px 0 70px;
}
@media screen and (max-width: 767px) {
  .top-lower__faq-list {
    margin: 20px 0 60px;
  }
}

.top-lower__faq-site-link {
  text-align: center;
  text-decoration: underline;
  margin-bottom: 70px;
  font-size: 24px;
  color: #105057;
}
@media screen and (max-width: 767px) {
  .top-lower__faq-site-link {
    margin-bottom: 60px;
    font-size: 16px;
  }
}

.teaser__mv {
  position: relative;
  z-index: 1;
  height: 870px;
  padding: 40px 50px;
  overflow: hidden;
}
@media screen and (max-width: 1520px) {
  .teaser__mv {
    height: 57.2368421053vw;
    padding: 2.6315789474vw 3.2894736842vw;
  }
}
@media screen and (max-width: 767px) {
  .teaser__mv {
    padding: 30px 20px 0;
    height: 723px;
  }
}
.teaser__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #105057;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .teaser__bg {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 86.5%);
  }
}
.teaser__bg::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.24;
  background-image: url("../img/teaser/mv-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .teaser__bg::before {
    height: 127%;
    background-image: url("../img/teaser/mv-bg-sp.jpg");
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 767px) {
  .teaser__bg::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 155.7333333333vw;
    height: 50.6666666667vw;
    background-color: #105057;
    -webkit-transform: rotate(172deg);
            transform: rotate(172deg);
    left: -44.8vw;
    top: 567px;
  }
}
@media screen and (max-width: 1520px) {
  .teaser__mv-logo {
    width: 16.3157894737vw;
  }
}
@media screen and (max-width: 767px) {
  .teaser__mv-logo {
    width: 155.54px;
  }
}
.teaser__mv-content {
  margin-top: 23.9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 61.6px;
}
@media screen and (max-width: 1520px) {
  .teaser__mv-content {
    margin-top: 1.5723684211vw;
    gap: 4.0526315789vw;
  }
}
@media screen and (max-width: 767px) {
  .teaser__mv-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
    gap: 22.8px;
  }
}
.teaser__mv-image-group {
  position: relative;
  top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1520px) {
  .teaser__mv-image-group {
    top: 2.9605263158vw;
  }
}
@media screen and (max-width: 767px) {
  .teaser__mv-image-group {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    top: 0;
  }
}
@media screen and (max-width: 1520px) {
  .teaser__mv-image {
    width: 24.5394736842vw;
  }
}
@media screen and (max-width: 767px) {
  .teaser__mv-image {
    width: 183px;
  }
}
.teaser__mv-image:nth-child(2) {
  margin-top: 112px;
  margin-left: -64px;
}
@media screen and (max-width: 1520px) {
  .teaser__mv-image:nth-child(2) {
    margin-top: 7.3684210526vw;
    margin-left: -4.2105263158vw;
  }
}
@media screen and (max-width: 767px) {
  .teaser__mv-image:nth-child(2) {
    margin-top: 31px;
    margin-left: -31px;
  }
}
@media screen and (max-width: 1520px) {
  .teaser__mv-image img {
    width: 100%;
  }
}
.teaser__mv-text-container {
  color: #fff;
  font-weight: 700;
}
.teaser__mv-title {
  font-size: 4.5rem;
  letter-spacing: 0.05em;
  line-height: 2em;
  padding-bottom: 10px;
  border-bottom: 4px solid #fff;
}
@media screen and (max-width: 1520px) {
  .teaser__mv-title {
    font-size: 2.6315789474vw;
    padding-bottom: 0.6578947368vw;
  }
}
@media screen and (max-width: 767px) {
  .teaser__mv-title {
    font-size: 22px;
    border-bottom: 2px solid #fff;
    padding-bottom: 10px;
  }
}
.teaser__mv-title .large {
  font-size: 6rem;
}
@media screen and (max-width: 1520px) {
  .teaser__mv-title .large {
    font-size: 3.9473684211vw;
  }
}
@media screen and (max-width: 767px) {
  .teaser__mv-title .large {
    font-size: 30px;
  }
}
.teaser__mv-title .larger {
  font-size: 7rem;
  white-space: nowrap;
}
@media screen and (max-width: 1520px) {
  .teaser__mv-title .larger {
    font-size: 3.9473684211vw;
  }
}
@media screen and (max-width: 767px) {
  .teaser__mv-title .larger {
    font-size: 30px;
  }
}
.teaser__mv-subtitle {
  margin-top: 23px;
  font-size: 2.6rem;
  letter-spacing: 0.05em;
  margin-bottom: 29.8px;
}
@media screen and (max-width: 1520px) {
  .teaser__mv-subtitle {
    margin-top: 1.5131578947vw;
    font-size: 1.7105263158vw;
    margin-bottom: 1.9605263158vw;
  }
}
@media screen and (max-width: 767px) {
  .teaser__mv-subtitle {
    margin-top: 11px;
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.teaser__mv-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.teaser__mv-info-item {
  width: 350px;
  height: 108px;
  border-radius: 58px;
  border: 3px solid #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  line-height: 1.4583333333em;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1520px) {
  .teaser__mv-info-item {
    width: 23.0263157895vw;
    height: 7.1052631579vw;
    font-size: 1.5789473684vw;
  }
}
@media screen and (max-width: 767px) {
  .teaser__mv-info-item {
    width: 178.68px;
    height: 55.28px;
    max-width: 53.34%;
    border: 2px solid #fff;
    font-size: 14px;
    line-height: 1.4285714286em;
  }
}
.teaser__mv-info-item .yellow {
  color: #DEC512;
  font-size: 3.2rem;
}
@media screen and (max-width: 1520px) {
  .teaser__mv-info-item .yellow {
    font-size: 2.1052631579vw;
  }
}
@media screen and (max-width: 767px) {
  .teaser__mv-info-item .yellow {
    font-size: 20px;
  }
}
.teaser__mv-info-item:nth-child(2) {
  margin-left: -45px;
}
@media screen and (max-width: 1520px) {
  .teaser__mv-info-item:nth-child(2) {
    margin-left: -2.9605263158vw;
  }
}
@media screen and (max-width: 767px) {
  .teaser__mv-info-item:nth-child(2) {
    margin-left: -23px;
  }
}
.teaser__introduction {
  padding-top: 49px;
}
@media screen and (max-width: 767px) {
  .teaser__introduction {
    padding-top: 57.1px;
  }
}
.teaser__introduction-content {
  position: relative;
  z-index: 1;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .teaser__introduction-content {
    margin-top: 20px;
  }
}
.teaser__introduction-content::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 2440px;
  height: 431px;
  -webkit-transform: rotate(8deg);
          transform: rotate(8deg);
  left: -261px;
  top: 145px;
  background-color: #105057;
  opacity: 0.5;
}
@media screen and (min-width: 1920px) {
  .teaser__introduction-content::before {
    width: 127%;
  }
}
@media screen and (max-width: 980px) {
  .teaser__introduction-content::before {
    height: 330px;
  }
}
@media screen and (max-width: 767px) {
  .teaser__introduction-content::before {
    width: 970px;
    height: calc(100% - 58px);
    left: -138px;
    top: 135px;
  }
}
.teaser__introduction-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .teaser__introduction-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.teaser__introduction-item {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .teaser__introduction-item {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
  }
}
.teaser__introduction-item:nth-child(2) {
  margin-top: 39px;
}
@media screen and (max-width: 767px) {
  .teaser__introduction-item:nth-child(2) {
    margin-top: 20px;
  }
}
.teaser__introduction-image {
  max-width: 100%;
}
.teaser__introduction-title {
  color: #105057;
  text-align: center;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  line-height: 1.4583333333em;
  margin-top: 10px;
}
@media screen and (max-width: 980px) {
  .teaser__introduction-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .teaser__introduction-title {
    font-size: 16px;
    margin-top: 5px;
  }
}
.teaser__solution {
  padding-top: 161px;
}
@media screen and (max-width: 767px) {
  .teaser__solution {
    padding-top: 120px;
  }
}
.teaser__solution-list {
  margin-top: 60px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 980px) {
  .teaser__solution-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .teaser__solution-list {
    margin-top: 45px !important;
  }
}
.teaser__solution-item {
  width: 31.67%;
}
@media screen and (max-width: 980px) {
  .teaser__solution-item {
    width: 380px;
    max-width: 100%;
    margin: 0 auto;
  }
}
.teaser__solution-bubble {
  position: relative;
  width: 100%;
  height: 100px;
  background-color: #105057;
  color: #fff;
  text-align: center;
  border-radius: 16px;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.4444444444em;
  font-weight: 700;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1280px) {
  .teaser__solution-bubble {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1200px) {
  .teaser__solution-bubble {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 980px) {
  .teaser__solution-bubble {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .teaser__solution-bubble {
    height: auto;
    padding: 11px 0;
    border-radius: 10px;
    margin-bottom: 0;
  }
}
.teaser__solution-bubble::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 12px 0 12px;
  border-color: #105057 transparent transparent transparent;
  bottom: -15px;
}
.teaser__solution-image {
  display: block;
  width: 202px;
  margin: 0 auto 20px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .teaser__solution-image {
    width: 160px;
    margin-bottom: 10px;
  }
}
.teaser__solution-title {
  text-align: center;
  color: #105057;
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.45em;
}
@media screen and (max-width: 1280px) {
  .teaser__solution-title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1200px) {
  .teaser__solution-title {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 980px) {
  .teaser__solution-title {
    font-size: 16px;
  }
}

.footer {
  background-color: #484A55;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .footer__container {
    padding: 0;
  }
}
.footer__section {
  padding-left: 240px;
}
@media screen and (max-width: 980px) {
  .footer__section {
    padding: 0;
  }
}
.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  letter-spacing: 0.05em;
  padding: 60px 3% 65px 0;
}
@media screen and (max-width: 1475px) {
  .footer__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer__content {
    display: block;
    letter-spacing: 0.05em;
    padding: 0;
    margin-bottom: 20px;
  }
}
.footer__icon {
  width: 200px;
  height: 37px;
}
@media screen and (max-width: 767px) {
  .footer__icon {
    display: none;
  }
}
.footer__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer__sp-icon {
  display: none;
}
@media screen and (max-width: 767px) {
  .footer__sp-icon {
    display: block;
    width: 240px;
    height: 45px;
  }
  .footer__sp-icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .footer__icon-wrapper {
    padding: 40px 0 20px;
  }
}
.footer__icon-text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.3571428571em;
  width: 100%;
  max-width: 240px;
  padding-top: 22px;
}
@media screen and (max-width: 767px) {
  .footer__icon-text {
    max-width: unset;
    padding-top: 19px;
  }
}
.footer__box-wrap01 {
  width: 240px;
  padding-top: 15px;
}
@media screen and (max-width: 767px) {
  .footer__box-wrap01 {
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
  }
}
.footer__box-wrap02 {
  max-width: 720px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(157px, 1fr));
  gap: 0 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer__box-wrap02 {
    max-width: 100%;
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0;
  }
}
.footer__details-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 190px;
}
@media screen and (max-width: 767px) {
  .footer__details-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .footer__row {
    width: 100%;
  }
}
.footer__item {
  margin-bottom: 8px;
}
.footer__link-heading {
  font-size: 1.6rem;
  color: #fff;
  margin-bottom: 11px;
}
.footer__link {
  font-size: 1.4rem;
  font-weight: 500;
  display: inline-block;
  width: 100%;
  height: 100%;
  margin-bottom: 5px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  margin-bottom: 5px;
}
.footer__link:hover {
  opacity: 0.7;
}
.footer__copyright {
  text-align: center;
  padding: 20px 0 22px;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    padding-bottom: 87px;
  }
}
.footer__copyright--teaser {
  padding: 30px 0 119px;
  border-top: 0;
}
@media screen and (max-width: 767px) {
  .footer__copyright--teaser {
    padding: 16px 0 78px;
  }
}
.footer__copyright-text {
  font-size: 1.2rem;
  font-weight: 500;
  color: #A2A5B9;
  letter-spacing: 0.05em;
  line-height: 1.3333333333em;
}

.sticky-btn {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 95px;
  background-color: rgba(88, 184, 97, 0.9);
  padding: 0 80px;
  letter-spacing: 0.05em;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .sticky-btn {
    padding: 0 5px;
    height: 62px;
  }
}
.sticky-btn__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 37px;
}
@media screen and (max-width: 767px) {
  .sticky-btn__content {
    gap: 10px;
  }
}
.sticky-btn__content .big {
  font-size: 2.4rem;
  line-height: 1.4583333333em;
  margin-right: 4px;
  color: #FFE94B !important;
}
@media screen and (max-width: 980px) {
  .sticky-btn__content .big {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .sticky-btn__content .big {
    font-size: 16px;
  }
}
.sticky-btn__content-title {
  font-size: 1.8rem;
  line-height: 1.4444444444em;
  color: #fff;
}
@media screen and (max-width: 980px) {
  .sticky-btn__content-title {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .sticky-btn__content-title {
    font-size: 10px;
  }
}
.sticky-btn__content-btn {
  width: 331px;
  height: 70px;
  border-radius: 10px;
  background-color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  color: #58B861;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 980px) {
  .sticky-btn__content-btn {
    width: 280px;
  }
}
@media screen and (max-width: 767px) {
  .sticky-btn__content-btn {
    width: 170px;
    height: 46px;
    font-size: 16px;
    border-radius: 8px;
    line-height: 1.2;
  }
}
.sticky-btn__content-btn:hover {
  opacity: 0.5;
}
.sticky-btn__back-to-top {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .sticky-btn__back-to-top {
    top: -18px;
    right: 10px;
  }
}
.sticky-btn__back-to-top::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-mask: url("../img/icons/icon-arrow.svg") no-repeat center/100% 100%;
          mask: url("../img/icons/icon-arrow.svg") no-repeat center/100% 100%;
  background-color: #105057;
  width: 34px;
  height: 34px;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.sticky-btn__back-to-top:hover {
  background-color: #105057;
}
.sticky-btn__back-to-top:hover::before {
  background-color: #fff;
}
.sticky-btn__back-to-top.show {
  opacity: 1;
}

.interview__mv-img {
  width: 50%;
  height: 500px;
  border-top-right-radius: 100px;
  overflow: hidden;
}
@media screen and (max-width: 1600px) {
  .interview__mv-img {
    width: 65%;
  }
}
@media screen and (max-width: 1200px) {
  .interview__mv-img {
    height: 400px;
  }
}
@media screen and (max-width: 1085px) {
  .interview__mv-img {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .interview__mv-img {
    width: 100%;
    height: auto;
  }
}
.interview__intro {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.1875em;
  letter-spacing: 0.05em;
  margin: 85px 0 68px;
}
@media screen and (max-width: 767px) {
  .interview__intro {
    font-size: 14px;
    margin: 40px 0 35px;
  }
}
.interview__contents {
  padding-top: 30px;
  padding-bottom: 50px;
  background-color: #f9f9f9;
}
@media screen and (max-width: 767px) {
  .interview__contents {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}
.interview__note {
  position: absolute;
  top: 20px;
  right: -12.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  border: 2px solid #F2502F;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: #fff;
  height: 51px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.45em;
  color: #f26143;
  padding-left: 14px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1750px) {
  .interview__note {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .interview__note {
    position: unset;
    top: unset;
    right: unset;
    height: 40px;
    font-size: 16px;
    padding-left: 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
.interview__note:hover {
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .interview__note:hover {
    opacity: unset;
  }
}
.interview__note .small {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .interview__note .small {
    font-size: 14px;
  }
}
.interview__note-orange {
  position: relative;
  background-color: #F2502F;
  color: #fff;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .interview__note-orange {
    padding: 0 10px;
  }
}
.interview__note-orange::before {
  content: "";
  position: absolute;
  left: -1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #fff;
}
.interview__note-orange .orange {
  background-color: #fff;
  color: #F2502F;
  margin-right: 8px;
  border-radius: 4px;
  padding: 0 4px;
}
.interview__content-list {
  margin-top: 67px;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 2.5em;
  color: #707070;
  list-style-type: none;
  counter-reset: cont;
}
@media screen and (max-width: 767px) {
  .interview__content-list {
    margin-top: 30px;
    font-size: 16px;
  }
}
.interview__content-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  counter-increment: cont;
}
.interview__content-list-item::before {
  content: counter(cont) ".";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 700;
}
.interview__list {
  margin: 66px 0 177px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 183px;
}
@media screen and (max-width: 767px) {
  .interview__list {
    margin: 45px 0 60px;
    gap: 50px;
  }
}
.interview__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.interview__list-item-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.5em;
  color: #36a781;
  border: 2px solid #36a781;
  border-radius: 8px;
  padding: 22px 40px;
}
@media screen and (max-width: 767px) {
  .interview__list-item-question {
    gap: 21px;
    font-size: 14px;
    padding: 15.4px 28px;
  }
}
.interview__list-item-question::before {
  content: "Q";
  width: 40px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  font: 700 1.6rem "Roboto", sans-serif;
  color: #fff;
  background-color: #36a781;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .interview__list-item-question::before {
    width: 28px;
  }
}
.interview__list-item-img {
  position: relative;
  width: 90%;
  max-width: 731px;
  aspect-ratio: 731/358;
  margin: 68px auto 85px;
  border: 2px solid #36a781;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .interview__list-item-img {
    margin: 40px auto;
  }
}
.interview__list-item-img > img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% + 4px);
}
.interview__sublist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
}
@media screen and (max-width: 767px) {
  .interview__sublist {
    gap: 52px;
    max-width: 500px;
    margin: 0 auto;
  }
}
.interview__sublist-item {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2.1875em;
  min-height: 138px;
}
@media screen and (max-width: 1760px) {
  .interview__sublist-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 49px;
  }
}
@media screen and (max-width: 767px) {
  .interview__sublist-item {
    font-size: 14px;
    min-height: 96px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
}
.interview__sublist-item-head {
  position: absolute;
  top: 0;
  right: calc(100% + 49px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  text-align: center;
}
@media screen and (max-width: 1760px) {
  .interview__sublist-item-head {
    position: relative;
    top: unset;
    right: unset;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.interview__sublist-item-img-wrapper {
  position: relative;
  width: 111px;
  aspect-ratio: 1;
  border: 2px solid #36a781;
  border-radius: 50%;
}
@media screen and (max-width: 1760px) {
  .interview__sublist-item-img-wrapper {
    position: relative;
    top: unset;
    right: unset;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (max-width: 767px) {
  .interview__sublist-item-img-wrapper {
    width: 88.8px;
  }
}
.interview__sublist-item-img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 93.24px;
  aspect-ratio: 1/1;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .interview__sublist-item-img {
    width: 74.59px;
  }
}
.interview__feature {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9f9f9;
}
@media screen and (max-width: 767px) {
  .interview__feature {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.interview__feature-upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 1525px) {
  .interview__feature-upper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .interview__feature-upper {
    gap: 0;
  }
}
.interview__feature-title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.interview__feature-splide {
  width: 100%;
  max-width: 866px;
}
@media screen and (max-width: 1525px) {
  .interview__feature-splide {
    max-width: unset;
  }
}
.interview__feature-splide-img-wrapper {
  border: 2px solid #36a781;
  border-radius: 8px;
  padding: 8px;
  max-width: 300px;
  margin: 0 auto;
  width: 100%;
  aspect-ratio: 164/124;
}
.interview__feature-splide-img {
  border-radius: 4px;
}
.interview__feature-splide-title {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5em;
  color: #262626;
}
@media screen and (max-width: 767px) {
  .interview__feature-splide-title {
    max-width: 300px;
    margin: 0 auto;
    margin-top: 10px;
  }
}
.interview__feature-splide-title .small {
  font-size: 1.4rem;
  color: #A2A5B9;
}
.interview__feature-lower {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 2px solid #36a781;
  border-radius: 8px;
  padding: 30px 60px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .interview__feature-lower {
    padding: 21px 42px;
    max-width: 350px;
    margin: 30px auto 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.interview__feature-lower-link {
  position: relative;
  width: 31%;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5em;
  color: #262626;
  padding: 8px 34px 8px 0;
  border-bottom: 1px solid #d1d2dc;
}
@media screen and (max-width: 767px) {
  .interview__feature-lower-link {
    width: 100%;
    max-width: 265px;
    margin: 0 auto;
  }
}
.interview__feature-lower-link::before {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3.83px;
  height: 8.54px;
  background: url("../img/icons/splide-arrow.svg") no-repeat center/100% 100%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.interview__feature-lower-link:hover::before {
  -webkit-transform: translate(7px, -50%);
          transform: translate(7px, -50%);
}
.interview__service {
  position: relative;
  padding-top: 100px;
  padding-bottom: 170px;
}
@media screen and (max-width: 1220px) {
  .interview__service {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .interview__service {
    padding: 50px 0;
  }
}
.interview__service-container {
  width: 55.75%;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5em;
  color: #262626;
}
@media screen and (max-width: 1550px) {
  .interview__service-container {
    max-width: 550px;
  }
}
@media screen and (max-width: 1300px) {
  .interview__service-container {
    max-width: 480px;
  }
}
@media screen and (max-width: 1220px) {
  .interview__service-container {
    width: 100%;
    max-width: 669px;
    margin: 0 auto;
  }
}
.interview__service-link-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px 0;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .interview__service-link-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 25px auto 0;
    max-width: 335px;
    gap: 10px;
  }
}
.interview__service-link {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 48.88%;
  padding: 12px 20px 12px 16px;
  background-color: #36a781;
  border-radius: 8px;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4444444444em;
  color: #fff;
}
@media screen and (max-width: 1300px) {
  .interview__service-link {
    width: 100%;
  }
}
@media screen and (max-width: 1220px) {
  .interview__service-link {
    width: 48.88%;
  }
}
@media screen and (max-width: 767px) {
  .interview__service-link {
    width: 100%;
  }
}
.interview__service-link::before {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3.83px;
  height: 8.54px;
  -webkit-mask: url("../img/icons/splide-arrow.svg") no-repeat center/100% 100%;
          mask: url("../img/icons/splide-arrow.svg") no-repeat center/100% 100%;
  background-color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.interview__service-link:hover::before {
  -webkit-transform: translate(5px, -50%);
          transform: translate(5px, -50%);
}
.interview__service-banner {
  position: absolute;
  right: 0;
  top: 59px;
  width: 36.46%;
  min-width: 665px;
  height: 372px;
  aspect-ratio: 700/372;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1220px) {
  .interview__service-banner {
    position: unset;
    right: unset;
    top: unset;
    width: 90%;
    min-width: unset;
    height: unset;
    margin: 40px auto 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }
}

.teaser2__mv {
  position: relative;
  z-index: 1;
  height: 860px;
  padding: 34px 43px 78px;
  overflow: hidden;
}
@media screen and (max-width: 1520px) {
  .teaser2__mv {
    height: 56.5789473684vw;
    padding: 2.2368421053vw 3.0263157895vw 5.1315789474vw;
  }
}
@media screen and (max-width: 767px) {
  .teaser2__mv {
    padding: 27px 20px 0;
    height: auto;
  }
}
.teaser2__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #105057;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .teaser2__bg {
    clip-path: polygon(0 0, 100% 0, 100% 97%, 0 89%);
  }
}
.teaser2__bg::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.24;
  background-image: url("../img/teaser/mv-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .teaser2__bg::before {
    height: 127%;
    background-image: url("../img/teaser/mv-bg-sp.jpg");
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 767px) {
  .teaser2__bg::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 155.7333333333vw;
    height: 44.8vw;
    background-color: #105057;
    -webkit-transform: rotate(172deg);
            transform: rotate(172deg);
    left: -44.8vw;
    bottom: -20px;
  }
}
@media screen and (max-width: 1520px) {
  .teaser2__mv-logo {
    width: 22.9434210526vw;
  }
}
@media screen and (max-width: 767px) {
  .teaser2__mv-logo {
    width: 175.05px;
  }
}
.teaser2__mv-content {
  margin-top: 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 44px;
}
@media screen and (max-width: 1520px) {
  .teaser2__mv-content {
    margin-top: 2.0394736842vw;
    gap: 2.8947368421vw;
  }
}
@media screen and (max-width: 767px) {
  .teaser2__mv-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 34px;
    gap: 58px;
  }
}
.teaser2__mv-image-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .teaser2__mv-image-group {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.teaser2__mv-image-wrap {
  position: relative;
}
.teaser2__mv-image-wrap .teaser2__solution-bubble {
  position: absolute;
  top: -21px;
  right: 21px;
  width: 157px;
  height: 51px;
  font-size: 3rem;
}
@media screen and (max-width: 1520px) {
  .teaser2__mv-image-wrap .teaser2__solution-bubble {
    width: 10.3289473684vw;
    height: 3.3552631579vw;
    font-size: 1.9736842105vw;
  }
}
.teaser2__mv-image-wrap:nth-child(2) {
  margin-top: 112px;
  margin-left: -64px;
}
@media screen and (max-width: 1520px) {
  .teaser2__mv-image-wrap:nth-child(2) {
    margin-top: 7.3684210526vw;
    margin-left: -4.2105263158vw;
  }
}
@media screen and (max-width: 767px) {
  .teaser2__mv-image-wrap:nth-child(2) {
    margin-top: 30px;
    margin-left: -31px;
  }
}
@media screen and (max-width: 1520px) {
  .teaser2__mv-image {
    width: 24.5394736842vw;
  }
}
@media screen and (max-width: 767px) {
  .teaser2__mv-image {
    width: 183px;
  }
}
@media screen and (max-width: 1520px) {
  .teaser2__mv-image img {
    width: 100%;
  }
}
.teaser2__mv-text-container {
  color: #fff;
  font-weight: 700;
}
.teaser2__mv-title {
  font-size: 5rem;
  letter-spacing: 0.05em;
  line-height: 1.34em;
  padding-bottom: 10px;
  border-bottom: 4px solid #fff;
}
@media screen and (max-width: 1520px) {
  .teaser2__mv-title {
    font-size: 3.2894736842vw;
    padding-bottom: 0.6578947368vw;
  }
}
@media screen and (max-width: 767px) {
  .teaser2__mv-title {
    font-size: 21px;
    line-height: 1.4285714286em;
    border-bottom: 2px solid #fff;
    padding-bottom: 22px;
  }
}
.teaser2__mv-title .large {
  display: inline-block;
  font-size: 10.1rem;
  line-height: 1.0891089109em;
  margin-bottom: 30px;
}
@media screen and (max-width: 1520px) {
  .teaser2__mv-title .large {
    font-size: 6.6447368421vw;
    margin-bottom: 1.9736842105vw;
  }
}
@media screen and (max-width: 767px) {
  .teaser2__mv-title .large {
    font-size: 27px;
    margin-bottom: 12px;
  }
}
.teaser2__mv-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}
@media screen and (max-width: 1520px) {
  .teaser2__mv-info {
    margin-top: 3.2894736842vw;
  }
}
@media screen and (max-width: 767px) {
  .teaser2__mv-info {
    margin-top: 25px;
  }
}
.teaser2__mv-info-item {
  width: 350px;
  height: 108px;
  border-radius: 58px;
  border: 3px solid #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  line-height: 1.4583333333em;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1520px) {
  .teaser2__mv-info-item {
    width: 23.0263157895vw;
    height: 7.1052631579vw;
    font-size: 1.5789473684vw;
  }
}
@media screen and (max-width: 767px) {
  .teaser2__mv-info-item {
    width: 178.68px;
    height: 55.28px;
    max-width: 53.34%;
    font-size: 14px;
    line-height: 1.4285714286em;
  }
}
.teaser2__mv-info-item .yellow {
  color: #DEC512;
  font-size: 3rem;
}
@media screen and (max-width: 1520px) {
  .teaser2__mv-info-item .yellow {
    font-size: 1.9736842105vw;
  }
}
@media screen and (max-width: 767px) {
  .teaser2__mv-info-item .yellow {
    font-size: 18px;
  }
}
.teaser2__mv-info-item:nth-child(2) {
  margin-left: -45px;
}
@media screen and (max-width: 1520px) {
  .teaser2__mv-info-item:nth-child(2) {
    margin-left: -2.9605263158vw;
  }
}
@media screen and (max-width: 767px) {
  .teaser2__mv-info-item:nth-child(2) {
    margin-left: -23px;
  }
}
.teaser2__question-answer {
  position: relative;
  z-index: 1;
  padding-top: 106px;
  background-color: #fff;
  color: #105057;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .teaser2__question-answer {
    padding-top: 50px;
  }
}
.teaser2__question-answer::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -282px;
  bottom: -113px;
  width: 2440px;
  height: 649px;
  -webkit-transform: rotate(8deg);
          transform: rotate(8deg);
  background-color: #f2f2f2;
}
@media screen and (max-width: 1520px) {
  .teaser2__question-answer::before {
    height: 42.6973684211vw;
  }
}
@media screen and (max-width: 767px) {
  .teaser2__question-answer::before {
    left: -40px;
    bottom: -50px;
    width: 130%;
    height: calc(100% - 250px);
  }
}
.teaser2__question-answer::after {
  content: "";
  position: absolute;
  z-index: -2;
  width: 2084px;
  height: 353px;
  -webkit-transform: rotate(172deg);
          transform: rotate(172deg);
  left: 139px;
  bottom: 167px;
  background-color: #105057;
}
@media screen and (max-width: 1520px) {
  .teaser2__question-answer::after {
    height: 23.2236842105vw;
  }
}
@media screen and (max-width: 767px) {
  .teaser2__question-answer::after {
    left: 40px;
    bottom: 60px;
    width: 100%;
    height: calc(100% - 370px);
  }
}
.teaser2__question-answer .teaser2__solution-bubble {
  margin: 0 auto;
  font-size: 3.4rem;
}
@media screen and (max-width: 1520px) {
  .teaser2__question-answer .teaser2__solution-bubble {
    font-size: 2.2368421053vw;
  }
}
@media screen and (max-width: 767px) {
  .teaser2__question-answer .teaser2__solution-bubble {
    font-size: 22px;
  }
}
.teaser2__question {
  margin-bottom: 160px;
}
@media screen and (max-width: 1520px) {
  .teaser2__question {
    margin-bottom: 10.5263157895vw;
  }
}
@media screen and (max-width: 767px) {
  .teaser2__question {
    margin-bottom: 80px;
  }
}
.teaser2__question .teaser2__solution-bubble {
  width: 590px;
  height: 100px;
}
@media screen and (max-width: 1520px) {
  .teaser2__question .teaser2__solution-bubble {
    width: 38.8157894737vw;
    height: 6.5789473684vw;
  }
}
@media screen and (max-width: 767px) {
  .teaser2__question .teaser2__solution-bubble {
    padding-block: 11px;
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
}
.teaser2__question-number {
  margin-top: 15px;
  font-size: 10rem;
}
@media screen and (max-width: 1520px) {
  .teaser2__question-number {
    margin-top: 0.9868421053vw;
    font-size: 6.5789473684vw;
  }
}
@media screen and (max-width: 767px) {
  .teaser2__question-number {
    font-size: 55px;
  }
}
.teaser2__question-number.highlight::before {
  bottom: 20px;
  height: 17px;
}
@media screen and (max-width: 767px) {
  .teaser2__question-number.highlight::before {
    bottom: 10px;
    height: 11px;
  }
}
.teaser2__question-text {
  font-size: 3.4rem;
}
@media screen and (max-width: 1520px) {
  .teaser2__question-text {
    font-size: 2.2368421053vw;
  }
}
@media screen and (max-width: 767px) {
  .teaser2__question-text {
    font-size: 22px;
  }
}
.teaser2__answer {
  position: relative;
  z-index: 1;
}
.teaser2__answer .teaser2__solution-bubble {
  width: 866px;
  height: 88px;
}
@media screen and (max-width: 1520px) {
  .teaser2__answer .teaser2__solution-bubble {
    width: 56.9736842105vw;
    height: 5.7894736842vw;
  }
}
@media screen and (max-width: 767px) {
  .teaser2__answer .teaser2__solution-bubble {
    padding-block: 11px;
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
}
.teaser2__answer-text {
  display: inline-block;
  margin-block: 17px 19px;
  font-size: 2.3rem;
}
@media screen and (max-width: 1520px) {
  .teaser2__answer-text {
    margin-block: 1.1184210526vw 1.25vw;
    font-size: 1.5131578947vw;
  }
}
@media screen and (max-width: 767px) {
  .teaser2__answer-text {
    margin-block: 10px;
    font-size: 16px;
  }
}
.teaser2__answer-text-large {
  display: inline-block;
  margin-bottom: 47px;
  font-size: 8rem;
  line-height: 1.275em;
}
@media screen and (max-width: 1520px) {
  .teaser2__answer-text-large {
    margin-bottom: 3.0921052632vw;
    font-size: 5.2631578947vw;
  }
}
@media screen and (max-width: 767px) {
  .teaser2__answer-text-large {
    margin-bottom: 25px;
    font-size: 45px;
  }
}
.teaser2__answer-text-large .highlight::before {
  bottom: 10px;
  height: 20px;
}
@media screen and (max-width: 767px) {
  .teaser2__answer-text-large .highlight::before {
    bottom: 6px;
    height: 11px;
  }
}
.teaser2__introduction {
  padding-top: 180px;
}
@media screen and (max-width: 767px) {
  .teaser2__introduction {
    padding-top: 90px;
  }
}
.teaser2__introduction-content {
  position: relative;
  z-index: 1;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .teaser2__introduction-content {
    margin-top: 20px;
  }
}
.teaser2__introduction-content::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 2440px;
  height: 431px;
  -webkit-transform: rotate(8deg);
          transform: rotate(8deg);
  left: -239px;
  bottom: -80px;
  background-color: #105057;
}
@media screen and (min-width: 1920px) {
  .teaser2__introduction-content::before {
    width: 127%;
  }
}
@media screen and (max-width: 980px) {
  .teaser2__introduction-content::before {
    height: 330px;
  }
}
@media screen and (max-width: 767px) {
  .teaser2__introduction-content::before {
    width: 970px;
    height: calc(100% - 58px);
    left: -138px;
    top: 135px;
    opacity: 0.5;
  }
}
.teaser2__introduction-other {
  padding-block: 67px 87px;
}
@media screen and (max-width: 1520px) {
  .teaser2__introduction-other {
    padding-block: 4.4078947368vw 5.7236842105vw;
  }
}
@media screen and (max-width: 767px) {
  .teaser2__introduction-other.container {
    padding: 33.5px 20px 43.5px;
  }
}
.teaser2__introduction-other .teaser2__solution-bubble {
  margin: 0 auto;
  width: 590px;
  height: 100px;
  font-size: 3.4rem;
}
@media screen and (max-width: 1520px) {
  .teaser2__introduction-other .teaser2__solution-bubble {
    width: 38.8157894737vw;
    height: 6.5789473684vw;
    font-size: 2.2368421053vw;
  }
}
@media screen and (max-width: 767px) {
  .teaser2__introduction-other .teaser2__solution-bubble {
    width: 295px;
    height: 50px;
    font-size: 22px;
  }
}
.teaser2__introduction-other-text {
  margin-top: 50px;
  padding-block: 20px 40px;
  border-radius: 0 50px 0 50px;
  background-color: #f2f2f2;
  color: #105057;
  text-align: center;
  font-size: 4rem;
  line-height: 1.8em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1520px) {
  .teaser2__introduction-other-text {
    margin-top: 3.2894736842vw;
    font-size: 2.6315789474vw;
  }
}
@media screen and (max-width: 767px) {
  .teaser2__introduction-other-text {
    margin-top: 25px;
    padding-block: 10px 20px;
    font-size: 17px;
  }
}
.teaser2__introduction-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .teaser2__introduction-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.teaser2__introduction-item {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .teaser2__introduction-item {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
  }
}
.teaser2__introduction-item:nth-child(2) {
  margin-top: 39px;
}
@media screen and (max-width: 767px) {
  .teaser2__introduction-item:nth-child(2) {
    margin-top: 20px;
  }
}
.teaser2__introduction-image {
  max-width: 100%;
}
.teaser2__introduction-title {
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  line-height: 1.4583333333em;
  margin-top: 10px;
}
@media screen and (max-width: 980px) {
  .teaser2__introduction-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .teaser2__introduction-title {
    color: #105057;
    font-size: 16px;
    margin-top: 5px;
  }
}
.teaser2__solution {
  padding-top: 161px;
}
@media screen and (max-width: 767px) {
  .teaser2__solution {
    padding-top: 120px;
  }
}
.teaser2__solution-list {
  margin-top: 60px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 980px) {
  .teaser2__solution-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .teaser2__solution-list {
    margin-top: 45px !important;
  }
}
.teaser2__solution-item {
  width: 31.67%;
}
@media screen and (max-width: 980px) {
  .teaser2__solution-item {
    width: 380px;
    max-width: 100%;
    margin: 0 auto;
  }
}
.teaser2__solution-bubble {
  position: relative;
  width: 100%;
  height: 100px;
  background-color: #105057;
  color: #fff;
  text-align: center;
  border-radius: 16px;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.4444444444em;
  font-weight: 700;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1280px) {
  .teaser2__solution-bubble {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1200px) {
  .teaser2__solution-bubble {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 980px) {
  .teaser2__solution-bubble {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .teaser2__solution-bubble {
    height: auto;
    padding: 11px 0;
    border-radius: 10px;
    margin-bottom: 0;
  }
}
.teaser2__solution-bubble::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 14px 0 14px;
  border-color: #105057 transparent transparent transparent;
  bottom: -15px;
}
.teaser2__solution-bubble--arrow-top::before {
  top: -22px;
  bottom: unset;
  border-width: 0 10.105px 25.88px 10.105px;
  border-color: transparent transparent #105057 transparent;
}
.teaser2__solution-image {
  display: block;
  width: 202px;
  margin: 0 auto 20px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .teaser2__solution-image {
    width: 160px;
    margin-bottom: 10px;
  }
}
.teaser2__solution-title {
  text-align: center;
  color: #105057;
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.45em;
}
@media screen and (max-width: 1280px) {
  .teaser2__solution-title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1200px) {
  .teaser2__solution-title {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 980px) {
  .teaser2__solution-title {
    font-size: 16px;
  }
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul {
  list-style-type: none;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol,
div {
  margin: 0;
  padding: 0;
}

html {
  font-family: "Noto Sans JP", sans-serif;
  color: #2e2e2e;
  font-size: 10px;
  scroll-behavior: smooth;
}

.highlight {
  position: relative;
  z-index: 1;
}
.highlight::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  height: 13px;
  background-color: #DEC512;
}
@media screen and (max-width: 767px) {
  .highlight::before {
    height: 8px;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

.container {
  width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 90%;
}
@media screen and (max-width: 767px) {
  .container {
    max-width: 100%;
    padding: 0 20px;
  }
}

.dotted-bg {
  background-image: url("../img/common/dotted-bg.svg");
}

.content {
  overflow: hidden;
}

.white {
  color: #fff;
}

.pink-txt {
  color: #DE1281;
}
.pink-txt .medium {
  margin-left: 0;
  margin-right: 2px;
  position: relative;
  top: 0;
}

.medium {
  font-weight: 500;
}

.contain {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.roboto {
  font-family: "Roboto", sans-serif;
}

.dark-green {
  --themeClr: #105057;
}

.darker-green {
  --themeClr: #09393E;
}

.darkest-green {
  --themeClr: #0A3236;
}

.pink {
  --themeClr: #DE1281;
}

.no-margin {
  margin: 0;
}

.text-center {
  text-align: center;
}

.relative {
  position: relative;
}

.yellow-dec {
  color: #DEC512;
}

.interview .splide {
  padding: 0 58px 25px;
}
@media screen and (max-width: 767px) {
  .interview .splide {
    padding-bottom: 35px;
  }
}
.interview .splide__arrow {
  position: absolute;
  top: 62px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.16));
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1525px) {
  .interview .splide__arrow {
    top: 50%;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@media screen and (max-width: 767px) {
  .interview .splide__arrow {
    -webkit-transform: translateY(-150%);
            transform: translateY(-150%);
  }
}
.interview .splide__arrow svg {
  width: 3.83px;
  height: 8.54px;
}
.interview .splide__arrow:hover {
  opacity: 0.5 !important;
}
.interview .splide__arrow--prev {
  left: 0;
}
.interview .splide__arrow--prev img {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.interview .splide__arrow--next {
  right: 0;
}
.interview .splide__pagination {
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .interview .splide__pagination {
    position: relative;
    margin-top: 10px;
  }
}
.interview .splide__pagination__page {
  margin: 0 3.5px;
  width: 10px;
  height: 10px;
  background: #A2A5B9;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .interview .splide__pagination__page {
    margin-bottom: 6px;
  }
}
.interview .splide__pagination__page.is-active {
  -webkit-transform: scale(1);
          transform: scale(1);
  background: #36a781;
}
/* Contact form (embedded) */
#contact .top-lower__flow-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  max-width: 840px;
  margin: 24px auto 24px;
  font-size: 20px;
}

.form_box {
  display: block;
}

.form-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  color: #105057;
  margin-bottom: 8px;
}

.badge-required {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  background-color: #36a781;
  border-radius: 20px;
  padding: 4px 8px;
}

.form-control {
  display: block;
  width: 100%;
  background: #fff;
  border: 2px solid #d1d2dc;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 20px;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.form-control:focus {
  border-color: #36a781;
  box-shadow: 0 0 0 4px rgba(54,167,129,.15);
}

textarea.form-control {
  min-height: 140px;
  resize: vertical;
}

.help.is-danger {
  color: #c0392b;
  font-size: 13px;
  margin-top: 6px;
}

.confirm_btn {
  display: flex;
  justify-content: center;
  margin-top: 8px;
  margin-bottom: 24px;
}

.confirm_btn button[type="submit"] {
  appearance: none;
  border: none;
  outline: none;
  background-color: #36a781;
  color: #fff;
  font-weight: 700;
  border-radius: 8px;
  padding: 14px 28px;
  min-width: 240px;
  font-size: 20px;
  cursor: pointer;
  transition: opacity .2s ease, transform .05s ease;
}

.confirm_btn button[type="submit"]:hover {
  opacity: .9;
}

.confirm_btn button[type="submit"]:active {
  transform: translateY(1px);
}

@media screen and (max-width: 767px) {
  .top-lower__flow-list {
    max-width: 100%;
    margin-top: 16px;
  }
}



/* Contact form (embedded) */
#contact .top-lower__flow-list {
  max-width: 720px;
  margin: 24px auto 0;
}
#contact .form_box { display: block; }
#contact .form-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  color: #105057;
  margin-bottom: 8px;
}
#contact .badge-required {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  background-color: #36a781;
  border-radius: 20px;
  padding: 4px 8px;
}
#contact .form-control {
  display: block;
  width: 100%;
  background: #fff;
  border: 2px solid #d1d2dc;
  border-radius: 8px;
  padding: 12px 14px;
  font-size: 16px;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}
#contact .form-control:focus {
  border-color: #36a781;
  box-shadow: 0 0 0 4px rgba(54,167,129,.15);
}
#contact textarea.form-control { min-height: 140px; resize: vertical; }
#contact .help.is-danger { color: #c0392b; font-size: 13px; margin-top: 6px; }
#contact .confirm_btn { display: flex; justify-content: center; margin-top: 8px; }
#contact .confirm_btn button[type="submit"] {
  appearance: none;
  border: none;
  outline: none;
  background-color: #36a781;
  color: #fff;
  font-weight: 700;
  border-radius: 8px;
  padding: 14px 28px;
  min-width: 240px;
  transition: opacity .2s ease, transform .05s ease;
}
#contact .confirm_btn button[type="submit"]:hover { opacity: .9; }
#contact .confirm_btn button[type="submit"]:active { transform: translateY(1px); }
@media screen and (max-width: 767px) {
  #contact .top-lower__flow-list { max-width: 100%; margin-top: 16px; }
}

/* Custom checkbox cards (hide tick, toggle bg color) */
#contact .checkbox-group { gap: 12px; }
#contact .checkbox-item { position: relative; display: block !important; }
#contact .checkbox-item input[type="checkbox"] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  margin: 0;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
#contact .checkbox-item span {
  display: block;
  padding: 12px 16px;
  border: 0;
  border-radius: 8px;
  background: #fff;
  color: #105057;
  transition: background-color .2s ease, transform .05s ease;
}
#contact .checkbox-item input[type="checkbox"]:checked + span {
  background-color: #e6f6f1;
}
/* #contact .checkbox-item input[type="checkbox"]:hover + span { background-color: #e6f6f1; } */
#contact .checkbox-item input[type="checkbox"]:active + span { transform: translateY(1px); }
#contact .checkbox-item input[type="checkbox"]:focus + span { outline: none; }

/* Reset to normal checkboxes */
#contact .checkbox-item { position: static; display: flex !important; align-items: center; gap: 8px; }
#contact .checkbox-item input[type="checkbox"] {
  position: static;
  inset: auto;
  width: auto;
  height: auto;
  opacity: 1;
  margin: 0 8px 0 0;
  cursor: pointer;
  -webkit-appearance: checkbox;
  appearance: auto;
  accent-color: #36a781; /* checked背景はブランド色、チェックは白 */
}
#contact .checkbox-item span {
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
#contact .checkbox-item input[type="checkbox"]:checked + span { background: transparent; border-color: transparent; box-shadow: none; color: #fff !important; }
/* #contact .checkbox-item input[type="checkbox"]:hover + span { opacity: 1; } */
#contact .checkbox-item input[type="checkbox"]:active + span { transform: none; }

/* Thanks page layout */
#thanks .container {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}
#thanks { padding-top: 24px; }
.cta-banner { padding: 24px 0; margin: 48px 0; background: #36a781; }
#thanks .cta-banner .sticky-btn__content-title,
#thanks .cta-banner .big { color: #fff; }
#thanks .cta-banner .sticky-btn__content-btn { background: #fff; color: #06C755; }
#thanks .cta-banner .sticky-btn__content { gap: auto;justify-content: space-around; }
#thanks .teaser-title__text { color: #36a781; }
#thanks .lead { margin-top: 16px; line-height: 1.9; }
#thanks .confirm_btn { margin-top: 24px; display: flex; justify-content: center; }
#thanks .btn-back {
  display: inline-block;
  background: #36a781;
  color: #fff;
  font-weight: 700;
  border-radius: 8px;
  padding: 12px 20px;
}
#thanks .btn-back:hover { opacity: .9; }

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

/* Contact form: checkbox group */
#contact .checkbox-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#contact .checkbox-item {
  background: #fff;
  border: 2px solid #d1d2dc;
  border-radius: 8px;
  padding: 12px 14px;
  transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
}
#contact .checkbox-item:hover {
  border-color: #F26143;
}
#contact .checkbox-item input[type="checkbox"] {
  width: 18px;
  height: 18px;
  appearance: none;
  -webkit-appearance: none;
  border: 2px solid #d1d2dc;
  border-radius: 4px;
  background: #fff;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  transition: border-color .2s ease, background-color .2s ease;
}

#contact .checkbox-item input[type="checkbox"]:checked {
  background-color: #F26143;
  border-color: #F26143;
}

#contact .checkbox-item input[type="checkbox"]:checked::after {
  content: '';
  position: absolute;
  left: 5px;
  top: 0;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
#contact .checkbox-item:has(input:checked) {
  border-color: #F26143;
  background-color: #F26143;
}
#contact .checkbox-item:has(input:focus-visible) {
  outline: none;
  box-shadow: 0 0 0 4px rgba(54,167,129,.15);
  border-color: #36a781;
}

/* Thanks page specific styling */
body:has(#thanks) {
  margin: 0;
  padding: 0;
}

body:has(#thanks) .content {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

body:has(#thanks) .content > .footer {
  margin-top: auto;
  flex-shrink: 0;
}

body:has(#thanks) .footer {
  margin: 0;
  padding: 0;
}

/* Thanks page CTA banner responsive */
@media screen and (max-width: 767px) {
  #thanks {
    margin-top: 50px !important;
  }
  #thanks .cta-banner .sticky-btn__content {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
  
  #thanks .cta-banner .sticky-btn__content-title {
    font-size: 16px;
    line-height: 1.5;
    
  }
  
  #thanks .cta-banner .sticky-btn__content .big {
    font-size: 18px;
    line-height: 1.4;
  }
  
  #thanks .cta-banner .sticky-btn__content-btn {
    width: 100%;
    max-width: 280px;
    height: 48px;
    font-size: 16px;
    line-height: 1.3;
    display: block;
    margin: 0 auto;
  }
}

/* Thanks page overall responsive */
@media screen and (max-width: 767px) {
  #thanks .container {
    max-width: 100%;
    padding: 0 20px;
  }
  
  #thanks .teaser-title__text {
    font-size: 18px;
    line-height: 1.4;
    word-break: break-word;
  }
  
  #thanks .lead {
    font-size: 14px;
    line-height: 1.6;
    word-break: break-word;
  }
  
  #thanks .cta-banner {
    margin: 32px 0;
    padding: 20px 16px;
  }
  
  #thanks .cta-banner .container {
    padding: 0;
  }
  
  #thanks .sticky-btn__content-title {
    font-size: 14px;
    line-height: 1.4;
    word-break: break-word;
  }
  
  #thanks .sticky-btn__content .big {
    font-size: 16px;
    line-height: 1.3;
  }
  
  #thanks .sticky-btn__content-btn {
    width: 100%;
    max-width: 240px;
    height: 44px;
    font-size: 14px;
    line-height: 1.2;
    padding: 12px 16px;
  }
  
  #thanks .confirm_btn {
    margin-top: 32px;
  }
  
  #thanks .btn-back {
    width: 100%;
    max-width: 200px;
    height: 44px;
    font-size: 16px;
    padding: 12px 20px;
  }
}

/* reCAPTCHA バッジを .sticky-btn（ボトム帯 PC95px / SP62px）の上に表示 */
.grecaptcha-badge {
  bottom: 110px !important;
}
@media screen and (max-width: 767px) {
  .grecaptcha-badge {
    bottom: 75px !important;
  }
}
/*# sourceMappingURL=/main.css.map */