@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
      text-size-adjust: none;
}
body, h1, h2, h3, h4, p,
figure, blockquote, dl, dd {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
ul[role=list],
ol[role=list] {
  list-style: none;
}
body {
  min-height: 100vh;
  line-height: 1.5;
}
h1, h2, h3, h4,
button, input, label {
  line-height: 1.1;
}
h1, h2,
h3, h4 {
  text-wrap: balance;
}
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  color: currentColor;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input, button,
textarea, select {
  font-family: inherit;
  font-size: inherit;
}

textarea:not([rows]) {
  min-height: 10em;
}

:target {
  scroll-margin-block: 5ex;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, figure, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

table, caption, tbody, tfoot, thead, tr, th, td {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}


.gradation01, .mv__txt, .cta__btn, .footer__cat-container {
  background: -webkit-gradient(linear, left top, right top, from(#77CBBC), to(#27B5B0));
  background: linear-gradient(90deg, #77CBBC 0%, #27B5B0 100%);
}

.gradation02, .strengths__flex-txt .txt[data-grad]::before {
  background: linear-gradient(90.02deg, #65C6B9 0.01%, #44AEB9 99.98%);
}

.gradation03 {
  background: linear-gradient(23.55deg, #CADCEE 50.81%, #FDFEFF 97.11%);
}

.sp-only {
  display: block;
}
@media all and (min-width: 769px) {
  .sp-only {
    display: none !important;
  }
}

.tab-only {
  display: none !important;
}
@media all and (max-width : 1219px) {
  .tab-only {
    display: block !important;
  }
}

@media all and (max-width : 1219px) {
  .pc-only {
    display: none !important;
  }
}

.noto-sans-jp-font {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.fz-base, body * {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.61;
  letter-spacing: 0.03em;
}
@media all and (max-width : 768px) {
  .fz-base, body * {
    font-size: 15px;
    font-weight: 500;
  }
}

.fz-md {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.61;
  letter-spacing: 0.03em;
}
@media all and (max-width : 768px) {
  .fz-md {
    font-size: 16px;
  }
}

.fz-lg {
  font-size: 20px;
}
@media all and (max-width : 768px) {
  .fz-lg {
    font-size: 18px;
  }
}

.fz-xl {
  font-size: 24px;
}
@media all and (max-width : 768px) {
  .fz-xl {
    font-size: 20px;
  }
}

.fz-xxl {
  font-size: 38px;
}
@media all and (max-width : 768px) {
  .fz-xxl {
    font-size: 28px;
  }
}

* {
  font-size: 62.5%;
  font-size: 16px;
}

body {
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}
body * {
  color: #203537;
  font-kerning: normal;
  -webkit-font-variant-ligatures: common-ligatures;
          font-variant-ligatures: common-ligatures;
  -webkit-font-kerning: normal;
  -moz-font-kerning: normal;
}

.font-en {
  font-family: var(font-en);
}

.txt {
  position: relative;
}
.txt[data-color=yellow] {
  color: #FFE800;
}
.txt[data-color=green] {
  color: #27A49F;
}
.txt[data-color=green-dk] {
  color: #2C7F88;
}
.txt[data-color=white] {
  color: #FFFFFF;
}
.txt[data-unline] {
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  background-repeat: repeat-x;
  background-size: 100% 40%;
  background-position: 0 100%;
}
.txt[data-unline=green-line] {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#27A49F), to(#27A49F));
  background-image: linear-gradient(#27A49F, #27A49F);
  background-size: 100% 1px;
  background-position: 0 100%;
  display: inline;
}
.txt[data-unline=yellow] {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FBEE69), to(#FBEE69));
  background-image: linear-gradient(#FBEE69, #FBEE69);
}
.txt[data-unline=white] {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF));
  background-image: linear-gradient(#FFFFFF, #FFFFFF);
  background-size: 100%;
  background-position: 0 100%;
}
.txt[data-unline=white-line] {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF));
  background-image: linear-gradient(#FFFFFF, #FFFFFF);
  background-size: 100%;
  background-position: 0 100%;
  display: inline;
}
.txt[data-unline=black] {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#203537), to(#203537));
  background-image: linear-gradient(#203537, #203537);
  background-size: 100% 1px;
  background-position: 0 100%;
}
.txt[data-dot=green] {
  font-size: 16px;
  background-position: top left 0px;
  background-repeat: repeat-x;
  background-size: 1em 0.3em;
  background-image: radial-gradient(0.15em 0.15em at center center, #00A99D, #00A99D 100%, transparent, transparent);
  padding-top: 0.15em;
}
.txt[data-fz=md] {
  font-size: 18px;
}
@media all and (max-width : 768px) {
  .txt[data-fz=md] {
    font-size: 15px;
  }
}
.txt[data-fz=lg] {
  font-size: 20px;
}
@media all and (max-width : 768px) {
  .txt[data-fz=lg] {
    font-size: 15px;
  }
}
.txt[data-fz=lg2] {
  font-size: 20px;
}
.txt[data-fz=xl] {
  font-size: 24px;
}
@media all and (max-width : 768px) {
  .txt[data-fz=xl] {
    font-size: 20px;
  }
}
.txt[data-fz=xxl] {
  font-size: 38px;
}
.txt[data-fz=xxl-sp] {
  font-size: 28px;
}
@media all and (max-width : 768px) {
  .txt[data-fz=xxl-sp] {
    font-size: 20px;
  }
}
.txt[data-fw=regular] {
  font-weight: 400;
}
.txt[data-fw=medium] {
  font-weight: 500;
}
.txt[data-fw=bold] {
  font-weight: 700;
}
.txt[data-lh=none] {
  line-height: 1;
}
.txt[data-lh=tight] {
  line-height: 1.5;
}
.txt[data-lh=base] {
  line-height: 1.61;
}
.txt[data-lh=loose] {
  line-height: 1.8;
}
.txt[data-ls=normal] {
  letter-spacing: 0.03em;
}
.txt[data-ls=semi] {
  letter-spacing: 0.04em;
}
.txt[data-ls=wide] {
  letter-spacing: 0.05em;
}
.txt[data-grad=grad02] {
  background: linear-gradient(90.02deg, #65C6B9 0.01%, #44AEB9 99.98%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}

.btn {
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  color: #203537;
}

.mv__txt {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.61;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  display: inline-block;
}
@media all and (max-width : 768px) {
  .mv__txt {
    font-size: 15px;
    font-weight: 500;
  }
}
.mv__title {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media all and (max-width : 768px) {
  .mv__title {
    font-size: 24px;
  }
}
.mv__read {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.61;
  letter-spacing: 0.03em;
}
@media all and (max-width : 768px) {
  .mv__read {
    font-size: 15px;
  }
}

.trouble__ttl {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}
@media all and (max-width : 768px) {
  .trouble__ttl {
    font-size: 28px;
  }
}
.trouble__item {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.61;
  letter-spacing: 0.03em;
}
@media all and (max-width : 768px) {
  .trouble__item {
    font-size: 15px;
  }
}

.chance__subttl {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.61;
  letter-spacing: 0.03em;
  text-align: center;
}
@media all and (max-width : 768px) {
  .chance__subttl {
    font-size: 22px;
  }
}
.chance__subttl .txt {
  font-size: 28px;
}
@media all and (max-width : 768px) {
  .chance__subttl .txt {
    font-size: 22px;
  }
}
.chance__ttl {
  font-size: 38px;
  font-weight: 500;
  line-height: 1.61;
  letter-spacing: 0.03em;
  text-align: center;
}
@media all and (max-width : 768px) {
  .chance__ttl {
    font-size: 28px;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
  .chance__ttl .txt {
    font-size: 28px;
  }
}
.chance__flex-item p {
  line-height: 1.61;
}
.chance__read {
  font-size: 18px;
}
@media all and (max-width : 768px) {
  .chance__read {
    font-size: 16px;
  }
  .chance__read * {
    font-size: 16px;
  }
}

.service__ttl {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  color: #27A49F;
}
@media all and (max-width : 768px) {
  .service__ttl {
    font-weight: 700;
    font-size: 28px;
  }
}
.service__read {
  text-align: center;
}
.service__txt {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.61;
  letter-spacing: 0.03em;
  text-align: center;
}
@media all and (max-width : 768px) {
  .service__txt {
    font-size: 16px;
  }
  .service__txt .txt {
    font-size: 16px;
  }
}
.service__list * {
  font-weight: 400;
  letter-spacing: 0.03em;
}

.simulation__ttl {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  color: #27A49F;
}
@media all and (max-width : 768px) {
  .simulation__ttl {
    font-size: 28px;
  }
}
.simulation__flex-ttl {
  color: #FFFFFF;
  text-align: center;
}
.simulation__flex-read {
  font-weight: 400;
  text-align: center;
}
.simulation__flex-read .txt {
  font-size: 20px;
  font-weight: 700;
  color: #27A49F;
}
@media all and (max-width : 768px) {
  .simulation__flex-read .txt {
    font-size: 18px;
  }
}
.simulation__read {
  text-align: center;
  font-size: 18px;
}
@media all and (max-width : 768px) {
  .simulation__read {
    font-size: 16px;
  }
}
.simulation__read .txt {
  font-size: 24px;
  font-weight: 700;
}
@media all and (max-width : 768px) {
  .simulation__read .txt {
    font-size: 20px;
  }
}

.choice__ttl {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  text-align: center;
}
@media all and (max-width : 768px) {
  .choice__ttl {
    font-size: 28px;
  }
}

.strengths__subttl {
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: center;
}
@media all and (max-width : 768px) {
  .strengths__subttl {
    font-size: 20px;
  }
}
.strengths__ttl {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #27A49F;
  text-align: center;
}
@media all and (max-width : 768px) {
  .strengths__ttl {
    font-size: 28px;
  }
}
@media all and (max-width : 768px) {
  .strengths__ttl-txt {
    font-size: 16px;
    font-weight: 400;
  }
}

.present__txt {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
@media all and (max-width : 768px) {
  .present__txt {
    font-size: 16px;
  }
}
@media all and (max-width : 768px) {
  .present__list-item .txt {
    font-size: 14px;
  }
}

.flow__ttl {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  color: #27A49F;
}
@media all and (max-width : 768px) {
  .flow__ttl {
    font-size: 28px;
  }
}
.flow__flex-ttl {
  font-size: 24px;
  font-weight: 700;
}
@media all and (max-width : 768px) {
  .flow__flex-ttl {
    text-align: center;
    font-size: 20px;
  }
}

.faq__ttl {
  color: #27A49F;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}
@media all and (max-width : 768px) {
  .faq__ttl {
    font-size: 28px;
  }
}
.faq-list__question {
  font-size: 20px;
  font-weight: 700;
}
@media all and (max-width : 768px) {
  .faq-list__question {
    font-size: 18px;
  }
}
.faq__q {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  color: #FFFFFF;
  text-align: center;
}
.faq__a {
  font-size: 20px;
  font-weight: 700;
  color: #27A49F;
  text-align: center;
}

.cta__subttl {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #FFFFFF;
}
@media all and (max-width : 768px) {
  .cta__subttl {
    font-size: 20px;
  }
}
.cta__ttl {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  color: #27A49F;
  text-decoration-color: #27A49F;
  text-decoration-line: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 12px;
}
@media all and (max-width : 768px) {
  .cta__ttl {
    font-size: 28px;
  }
}
.cta__btn .btn__txt {
  letter-spacing: 0.04em;
  color: #FFFFFF;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
}
.cta__btn .btn--primary {
  font-size: 18px;
}
@media all and (max-width : 768px) {
  .cta__btn .btn--primary {
    font-size: 15px;
  }
}

.footer__copyright {
  text-align: center;
}
.footer__copyright * {
  color: #FFFFFF;
  font-size: 12px;
  line-height: 1.5;
}
.footer__cat-txt {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
}
.footer__cat-txt span {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.company-info * {
  color: #FFFFFF;
  font-size: 14px;
}
.company-info__term {
  font-weight: 700;
}
.company-info__description {
  font-weight: 400;
}

.innerbox-1000, .footer__inner, .cta__inner, .faq__inner, .flow__flex-item, .flow__inner, .strengths__inner, .choice__inner, .simulation__flex, .simulation__inner, .service__box, .chance__read, .chance__inner, .trouble__inner {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width : 1219px) {
  .innerbox-1000, .footer__inner, .cta__inner, .faq__inner, .flow__flex-item, .flow__inner, .strengths__inner, .choice__inner, .simulation__flex, .simulation__inner, .service__box, .chance__read, .chance__inner, .trouble__inner {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: none;
  }
}

.gradation03 {
  background: linear-gradient(23.55deg, #CADCEE 50.81%, #FDFEFF 97.11%);
}

.btn {
  padding: 21px 43px 21px 37px;
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  margin-top: 0px;
}
.btn::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-image: url("../images/icon-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media all and (max-width : 768px) {
  .btn::after {
    width: 15px;
    height: 15px;
    top: 50%;
    right: 11px;
  }
}
@media all and (max-width : 768px) {
  .btn {
    padding: 13px 18px 15px 0px;
  }
}
.btn[data-size=w390] {
  width: 390px;
}
@media all and (max-width : 768px) {
  .btn[data-size=w390] {
    width: 246px;
  }
}
.btn__inner {
  text-align: center;
  background-image: url(../images/logo-white.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.btn--primary {
  background-color: #FFE800;
  border: 2px solid rgba(255, 255, 255, 0.8);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.btn--primary:hover {
  background-color: #FBEE69;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.section-containr p:not(:first-child) {
  margin-top: 17px;
}

.icon-beginner::before {
  background-image: url(../images/icon-beginner.svg);
}
.icon-comment::before {
  background-image: url(../images/icon-comment.svg);
}

.mt0 {
  margin-top: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

.tac {
  text-align: center;
}

.header {
  position: fixed;
  width: 100%;
  z-index: 99999999;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #ffffff;
}
@media all and (max-width : 1219px) {
  .header {
    position: relative;
  }
}
.header__container {
  width: 100%;
  max-width: 1440px;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width : 1219px) {
  .header__container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.header__inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (max-width : 768px) {
  .header__inner {
    height: 64px;
  }
}
.header .btn {
  padding: 18px 43px 19px 16px !important;
  margin-top: 0px;
}
@media all and (max-width : 768px) {
  .header .btn {
    padding: 21px 43px 21px 19px !important;
    display: none;
    margin-top: 0;
  }
}
.header__logo {
  width: 120px;
  display: block;
  margin-top: 0px;
}
@media all and (max-width : 768px) {
  .header__logo {
    width: 106px;
    margin-top: 0;
  }
}
.header__logo img {
  width: 100%;
  height: auto;
}

.mv {
  margin-top: 72px;
}
@media all and (max-width : 1219px) {
  .mv {
    margin-top: 0;
  }
}
@media all and (max-width : 768px) {
  .mv {
    background-image: url(../images/mv-hero-woman-bg@2x.webp);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.mv__inner {
  position: relative;
  background-image: url(../images/mv-hero-woman-bg@2x.webp);
  background-position: center 80%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 653px;
}
.mv__inner::after {
  content: "";
  background-image: url(../images/mv-hero-woman02@2x.webp);
  background-position: center 18px;
  background-repeat: no-repeat;
  background-size: contain;
  width: 446px;
  height: 630px;
  position: absolute;
  bottom: 0;
  right: 80px;
}
@media (min-width: 1440px) {
  .mv__inner::after {
    right: -10%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
@media all and (max-width : 1219px) {
  .mv__inner {
    height: 681px;
    background-position: center right;
  }
  .mv__inner::after {
    right: 0px;
  }
}
@media all and (max-width : 768px) {
  .mv__inner {
    height: 830px;
    background-image: url(../images/mv-hero-woman-sp@2x.webp);
    background-size: 86.5%;
    background-position: -5% 111px;
  }
  .mv__inner::after {
    display: none;
  }
  .mv__inner::before {
    content: "";
    display: block;
    width: 100%;
    height: 400px;
    background: #ffffff;
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 255, 255)), color-stop(50%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    bottom: -47px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 0;
  }
}
.mv__btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-top: 24px;
  margin-top: -102px !important;
  min-height: 213px !important;
}
@media all and (max-width : 768px) {
  .mv__btn {
    margin-top: -135px !important;
    padding-top: 2px !important;
    height: 182px !important;
    width: 95% !important;
    border-radius: 88px !important;
  }
}
.mv__btn .btn__inner {
  padding-left: 275px;
  position: relative;
}
@media all and (max-width : 768px) {
  .mv__btn .btn__inner {
    padding-left: 118px;
  }
  .mv__btn .btn__inner .btn {
    position: absolute;
    bottom: -61px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
.mv__btn .btn[data-size=w390] {
  width: 390px;
}
@media all and (max-width : 768px) {
  .mv__btn .btn[data-size=w390] {
    width: 266px !important;
    padding: 14px 38px 15px 15px !important;
  }
}
.mv__btn .btn[data-size=w390]::after {
  right: 13px !important;
}
.mv__present {
  position: absolute;
  top: 43%;
  left: 7.7%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 100%;
  max-width: 247px;
}
@media all and (max-width : 768px) {
  .mv__present {
    max-width: 142px;
    top: 26%;
    left: -52%;
    right: 0;
    margin: 0 auto;
  }
}
.mv__present img {
  width: 100%;
  height: auto;
  position: relative;
  top: -10px;
}
.mv__content {
  padding: 44px 120px 85px;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
@media all and (max-width : 1219px) {
  .mv__content {
    padding-top: 24px;
    padding: 24px 24px 74px;
  }
}
@media all and (max-width : 768px) {
  .mv__content {
    padding: 20px 24px 74px;
  }
}
.mv__txt {
  padding: 8px;
}
@media all and (max-width : 768px) {
  .mv__txt {
    padding: 6px;
  }
}
.mv__txt-2nd {
  padding-left: 24px;
  padding-right: 24px;
}
@media all and (max-width : 1219px) {
  .mv__txt-2nd {
    display: inline-block !important;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media all and (max-width : 768px) {
  .mv__txt-2nd {
    margin-top: 4px !important;
  }
}
.mv__txt:not(:first-child) {
  margin-top: 10px;
}
.mv__title {
  padding-top: 26px;
}
@media all and (max-width : 768px) {
  .mv__title {
    padding-top: 224px;
  }
}
.mv__title .logo-wrapper {
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  margin-left: -2px;
}
@media all and (max-width : 768px) {
  .mv__title .logo-wrapper {
    margin-top: -5px;
    margin-left: 0px;
  }
}
.mv__title .logo-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90.02deg, #65C6B9 0.01%, #44AEB9 99.98%);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  z-index: 2;
}
.mv__title .logo-wrapper .mv__logo {
  opacity: 0;
  z-index: 1;
}
.mv__title .logo-wrapper.is-visible::before {
  -webkit-animation: reveal-in 0.5s ease-in forwards, reveal-out 0.4s ease-in 0.8s forwards;
          animation: reveal-in 0.5s ease-in forwards, reveal-out 0.4s ease-in 0.8s forwards;
}
.mv__title .logo-wrapper.is-visible .mv__logo {
  -webkit-animation: reveal-content-fade 0.4s ease-out 0.8s forwards;
          animation: reveal-content-fade 0.4s ease-out 0.8s forwards;
}
.mv__read {
  padding-top: 25px;
}
@media all and (max-width : 768px) {
  .mv__read {
    padding-top: 10px;
  }
}
.mv .sticky-cta {
  width: 100%;
  max-width: 349px;
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media all and (max-width : 1219px) {
  .mv .sticky-cta {
    display: none;
  }
}
@media all and (max-width : 768px) {
  .mv .sticky-cta {
    max-width: none;
  }
}
.mv .sticky-cta-wrapper {
  height: 128px;
  max-width: 342px;
  display: block;
  position: absolute;
  bottom: -111px;
  right: 26px;
  z-index: 9999;
}
.mv .sticky-cta-wrapper img {
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.mv .sticky-cta-wrapper img:hover {
  opacity: 0.8;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.mv .sticky-cta.is-sticky {
  position: fixed;
  bottom: 32px;
  right: 2%;
  z-index: 1000;
  height: 130px;
  -webkit-animation: slide-up 0.3s ease-in-out;
          animation: slide-up 0.3s ease-in-out;
}
.mv .sticky-cta__link {
  display: block;
}
.mv .sticky-cta__link img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.mv .sticky-cta__close {
  position: absolute;
  top: -9px;
  right: -10px;
  width: 24px;
  height: 24px;
  background-image: url("../images/icon-close.svg");
  background-size: 24px 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  border-radius: 50%;
}
.mv .sticky-cta__close:hover {
  opacity: 0.8;
}
.mv .btn__inner > p:first-child {
  padding-top: 12px;
}
@media all and (max-width : 768px) {
  .mv .btn__inner .btn__txt-2nd {
    margin-top: 3px !important;
  }
}

@-webkit-keyframes reveal-in {
  from {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
  }
  to {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
  }
}
@keyframes reveal-in {
  from {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
  }
  to {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
  }
}

@-webkit-keyframes reveal-out {
  from {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
  to {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
}
@keyframes reveal-out {
  from {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
  to {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
}

@-webkit-keyframes reveal-content-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes reveal-content-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes slide-up {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slide-up {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.animate-on-scroll-scale {
  opacity: 0;
}

.animate-on-scroll-scale.is-visible-scale {
  -webkit-animation: bounce-in 0.8s ease-out 1s forwards;
          animation: bounce-in 0.8s ease-out 1s forwards;
}

@-webkit-keyframes bounce-in {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  80% {
    opacity: 1;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes bounce-in {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  80% {
    opacity: 1;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.trouble__containr {
  margin-top: 105px;
  margin-bottom: 104px;
}
@media all and (max-width : 1219px) {
  .trouble__containr {
    margin-left: 24px;
    margin-right: 24px;
    margin-top: 95px;
    margin-bottom: 64px;
  }
}
.trouble__inner {
  border: 1px solid black;
  border-radius: 32px;
  padding: 80px 125.5px 54px;
  position: relative;
}
@media all and (max-width : 1219px) {
  .trouble__inner {
    padding: 72px 16px 41px;
  }
}
.trouble__ttl {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  display: inline-block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0 3%;
  background-color: #FFFFFF;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media all and (max-width : 768px) {
  .trouble__ttl {
    padding: 0 24px;
    top: -46px;
  }
}
.trouble__flex {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}
.trouble__flex + .trouble__txt {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 32px !important;
}
@media all and (max-width : 768px) {
  .trouble__flex + .trouble__txt {
    text-align: center;
    margin-top: 18px !important;
  }
}
.trouble__list {
  width: 100%;
  max-width: 520px;
}
.trouble__item {
  list-style: none;
  display: inline-block;
  background-color: #F5F5F5;
  padding: 7.2px 16px 9px 43px;
  background-image: url(../images/icon-check.svg);
  background-position: 14px 8px;
  background-repeat: no-repeat;
  background-size: 22px 24px;
}
@media all and (max-width : 768px) {
  .trouble__item {
    background-position: 14px 50%;
  }
}
.trouble__item:not(:first-child) {
  margin-top: 12px;
}
@media all and (max-width : 768px) {
  .trouble__item:not(:first-child) {
    margin-top: 11px;
  }
}
.trouble__img {
  width: 197px;
}
@media all and (max-width : 768px) {
  .trouble__img {
    width: 100%;
    text-align: center;
    padding-top: 25px;
    margin-left: -1px;
  }
}
.trouble__img img {
  width: 100%;
  max-width: 197px;
  min-width: 197px;
  height: auto;
}
@media all and (max-width : 768px) {
  .trouble__img img {
    margin-left: auto;
    margin-right: auto;
    max-width: none;
    min-width: unset;
    width: 149px;
  }
}

.chance__containr {
  background-color: #F4F8F9;
  padding-top: 68px;
  padding-bottom: 102px;
  position: relative;
}
@media all and (max-width : 768px) {
  .chance__containr {
    padding-top: 55px;
    padding-bottom: 72px;
  }
}
.chance__containr::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 56px 51px 0 51px;
  border-color: #F4F8F9 transparent transparent transparent;
  position: absolute;
  bottom: -55px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media all and (max-width : 1219px) {
  .chance__inner {
    margin-left: 24px;
    margin-right: 24px;
  }
}
.chance__ttl {
  padding-top: 5px;
}
@media all and (max-width : 768px) {
  .chance__ttl {
    padding-top: 0;
  }
}
.chance__flex {
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  margin-top: 72px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width : 1219px) {
  .chance__flex {
    max-width: none;
    width: 100%;
    margin-top: 42px;
  }
}
.chance__flex-item {
  width: 50%;
}
@media all and (max-width : 1219px) {
  .chance__flex-item {
    width: 100%;
  }
}
.chance__flex-item.item-img {
  width: 50%;
  max-width: 429px;
  padding-top: 4px;
  margin-right: -2px;
}
@media all and (max-width : 1219px) {
  .chance__flex-item.item-img {
    width: 100%;
    max-width: none;
    margin-top: 41px;
  }
}
.chance__flex-item.item-img img {
  width: 100%;
  height: auto;
}
@media all and (max-width : 1219px) {
  .chance__flex-item.item-img img {
    max-width: 327px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width : 768px) {
  .chance__flex-txt-02 {
    margin-top: 23px !important;
  }
  .chance__flex-txt-03 {
    margin-top: 23px !important;
  }
}
.chance__read {
  text-align: center;
  margin-top: 79px !important;
}
@media all and (max-width : 768px) {
  .chance__read {
    margin-top: 37px !important;
  }
}
.chance__read .txt[data-unline=white] {
  padding: 6px 20px;
  margin-left: 6px;
  margin-right: 6px;
}
@media all and (max-width : 768px) {
  .chance__read .txt[data-unline=white] {
    display: inline-block;
    margin-left: 0;
  }
}
.chance__read-item01, .chance__read-item02 {
  margin-bottom: 20px;
}
@media all and (max-width : 768px) {
  .chance__read-item01, .chance__read-item02 {
    margin-bottom: 7px;
  }
}
@media all and (max-width : 768px) {
  .chance__read-item01 {
    margin-top: 5px;
  }
}
.chance__read.item02 {
  margin-top: 21px !important;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width : 768px) {
  .chance__read.item02 {
    margin-top: 7px !important;
  }
}

.service__containr {
  padding-top: 137px;
  padding-bottom: 124px;
}
@media all and (max-width : 768px) {
  .service__containr {
    padding-top: 98px;
    padding-bottom: 75px;
  }
}
@media all and (max-width : 1219px) {
  .service__inner {
    margin-left: 16px;
    margin-right: 16px;
  }
}
.service__read {
  padding-top: 40px !important;
  margin-top: 0 !important;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width : 768px) {
  .service__read {
    text-align: left;
  }
}
.service__box {
  margin-top: 58px;
  padding-top: 53px;
  padding-bottom: 160px;
  background-color: #EBF5F5;
  border-radius: 32px;
  text-align: center;
}
@media all and (max-width : 1219px) {
  .service__box {
    width: auto;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 48px;
  }
}
.service__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media all and (max-width : 1219px) {
  .service__flex {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.service__flex-item {
  list-style: none;
  padding-left: 50px;
  padding-right: 18px;
  position: relative;
}
.service__flex-item:not(:first-child) {
  margin-left: 20px;
}
@media all and (max-width : 1219px) {
  .service__flex-item:not(:first-child) {
    margin-left: 0;
    margin-top: 28px;
  }
}
.service__flex-item::before {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -2%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media all and (max-width : 1219px) {
  .service__flex-item::before {
    left: 6%;
  }
}
@media all and (max-width : 1219px) {
  .service__flex-item {
    padding-left: 73px;
  }
}
.service__txt {
  margin-top: 29px !important;
  background-color: #FBEE69;
  border-radius: 32px;
  padding: 6px 24px;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width : 1219px) {
  .service__txt {
    padding: 7px 25px;
  }
}
.service__list {
  width: 100%;
  max-width: 733px;
  padding-top: 32px;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width : 1219px) {
  .service__list {
    max-width: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media all and (max-width : 1219px) {
  .service__list {
    padding-top: 24px;
  }
}
.service__list .service__flex-item {
  border: 2px solid #27A49F;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #FFFFFF;
  padding: 20px 16px;
  width: 230px;
  height: auto;
  min-height: 123px;
  position: relative;
}
@media all and (max-width : 1219px) {
  .service__list .service__flex-item {
    width: 100%;
    min-height: 92px;
    margin-left: 3px;
    margin-right: 3px;
  }
}
.service__list .service__flex-item:not(:first-child) {
  margin-left: 24px;
  width: 224px;
}
@media all and (max-width : 1219px) {
  .service__list .service__flex-item:not(:first-child) {
    margin-left: 3px;
    width: 100%;
    margin-top: 9px;
  }
}
.service__list .service__flex-item::before {
  content: "";
  background-image: url(../images/icon-check-green.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 0;
}
.service__list .service__flex-item p {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media all and (max-width : 1219px) {
  .service__list .service__flex-item p {
    position: relative;
  }
}
@media all and (max-width : 768px) {
  .service__cta {
    margin-left: 12px;
    margin-right: 12px;
  }
}
.service__cta .cta__btn {
  margin-top: -120px;
}
@media all and (max-width : 768px) {
  .service__cta .cta__btn {
    margin-top: -116px;
  }
}

.simulation__containr {
  background-color: #EBF5F5;
  padding-top: 88px;
  padding-bottom: 106px;
}
@media all and (max-width : 1219px) {
  .simulation__containr {
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 66px;
  }
}
.simulation__box {
  padding-top: 72px;
}
@media all and (max-width : 1219px) {
  .simulation__box {
    padding-top: 42px;
  }
}
.simulation__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.simulation__flex-item {
  width: 320px;
}
@media all and (max-width : 1219px) {
  .simulation__flex-item {
    width: 100%;
  }
}
@media all and (max-width : 768px) {
  .simulation__flex-item {
    width: 100%;
  }
}
.simulation__flex-item:not(:first-child) {
  margin-left: 20px;
}
@media all and (max-width : 1219px) {
  .simulation__flex-item:not(:first-child) {
    margin-left: 0;
    margin-top: 13px;
  }
}
.simulation__flex-ttl {
  background-color: #27A49F;
  padding-left: 78px;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
@media all and (max-width : 1219px) {
  .simulation__flex-ttl {
    padding-left: 0;
    height: 85px;
  }
}
@media all and (max-width : 768px) {
  .simulation__flex-ttl {
    padding-left: 78px;
  }
}
.simulation__flex-ttl::before {
  content: "";
  display: block;
  width: 62px;
  height: 62px;
  position: absolute;
  top: 50%;
  left: 24.8%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media all and (max-width : 1219px) {
  .simulation__flex-ttl::before {
    left: 34.8%;
  }
}
@media all and (max-width : 768px) {
  .simulation__flex-ttl::before {
    left: 25.8%;
  }
}
.simulation__flex-ttl.icon-age27::before {
  background-image: url(../images/icon-age27man.svg);
}
.simulation__flex-ttl.icon-age26::before {
  background-image: url(../images/icon-age26woman.svg);
}
.simulation__flex-ttl.icon-age29::before {
  background-image: url(../images/icon-age29man.svg);
}
.simulation__flex-explanation {
  background-color: #FFFFFF;
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
@media all and (max-width : 1219px) {
  .simulation__flex-explanation {
    padding-left: 18px;
    padding-right: 18px;
  }
  .simulation__flex-explanation img {
    width: 100%;
    height: auto;
  }
}
@media all and (max-width : 768px) {
  .simulation__flex-explanation {
    padding-top: 17px;
  }
}
.simulation__flex-img {
  padding-top: 15px;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  max-inline-size: 100%;
  margin-inline: auto;
}
.simulation__read {
  margin-top: 72px !important;
}
@media all and (max-width : 768px) {
  .simulation__read {
    margin-top: 42px !important;
  }
}

.choice__containr {
  width: 100%;
  background-image: url(../images/bg-choice@2x.webp);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 88px;
  padding-bottom: 125px;
}
@media all and (max-width : 1219px) {
  .choice__containr {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.choice__inner {
  background-color: rgba(255, 255, 255, 0.01);
  backdrop-filter: blur(8px);
}
.choice__box {
  text-align: center;
}
@media all and (max-width : 768px) {
  .choice__box {
    text-align: left;
  }
}
.choice__box .txt {
  margin-top: 32px !important;
  margin-inline: auto;
  margin-block: 29px;
}
@media all and (max-width : 768px) {
  .choice__box .txt {
    margin-top: 40px !important;
    margin-bottom: 27px;
  }
}
.choice__box .txt[data-unline=white-line02] {
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 5px 4px 5px 12px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF));
  background-image: linear-gradient(#FFFFFF, #FFFFFF);
  background-repeat: repeat-x;
  background-size: 100% 41px;
  line-height: 42px;
  background-position: 0 50%;
}
@media all and (max-width : 768px) {
  .choice__box .txt[data-unline=white-line02] {
    line-height: 40px;
    padding: 5px 13px 5px 12px;
  }
}
.choice__box .txt:last-child {
  margin-top: 28px !important;
}
@media all and (max-width : 768px) {
  .choice__txt {
    text-align: center;
  }
}

.strengths__containr {
  padding-bottom: 119px;
}
@media all and (max-width : 1219px) {
  .strengths__containr {
    margin-left: 16px;
    margin-right: 16px;
    padding-bottom: 63px;
  }
}
.strengths__inner {
  margin-top: -98px;
  padding: 80px 100px 104px;
  background-color: #EBF5F5;
  background-image: url(../images/bg-strengths.svg);
  background-position: 98% 129px;
  background-repeat: no-repeat;
  background-size: 15.4%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 32px;
}
@media all and (max-width : 1219px) {
  .strengths__inner {
    padding-left: 24px;
    padding-right: 24px;
    margin-top: -96px;
    padding-top: 82px;
    padding-bottom: 23px;
  }
}
.strengths__ttl {
  padding-top: 2px;
}
@media all and (max-width : 768px) {
  .strengths__ttl {
    padding-top: 4px;
  }
}
.strengths__ttl-txt {
  margin-top: 10px !important;
}
@media all and (max-width : 768px) {
  .strengths__ttl-txt + p {
    margin-top: 16px !important;
  }
}
.strengths__flex {
  margin-top: 71px;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (max-width : 768px) {
  .strengths__flex {
    margin-top: 43px;
  }
}
.strengths__flex:not(:first-child) {
  margin-top: 79px;
}
@media all and (max-width : 768px) {
  .strengths__flex:not(:first-child) {
    margin-top: 60px;
  }
}
.strengths__flex-img {
  width: 100%;
  max-width: 334px;
  margin-right: 56px;
}
@media all and (max-width : 1219px) {
  .strengths__flex-img {
    max-width: none;
    margin-right: 0;
  }
  .strengths__flex-img img {
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
.strengths__flex-txt {
  width: 100%;
  max-width: 410px;
}
@media all and (max-width : 1219px) {
  .strengths__flex-txt {
    max-width: none;
  }
}
.strengths__flex-txt .txt[data-grad] {
  padding: 4px 0px;
  margin-top: 13px;
  display: inline-block;
  position: relative;
}
@media all and (max-width : 768px) {
  .strengths__flex-txt .txt[data-grad] {
    margin-top: 19px;
  }
}
.strengths__flex-txt .txt[data-grad]::before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 4px;
  left: 0;
}

.present__containr {
  position: relative;
  background-color: #4BB8B4;
  padding-top: 201px;
  padding-bottom: 116px;
}
.present__containr::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #FFFFFF;
  background-image: url(../images/present-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 200%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.2;
  z-index: 1;
}
@media all and (max-width : 1219px) {
  .present__containr::before {
    background-size: cover;
  }
}
@media all and (max-width : 1219px) {
  .present__containr {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 137px;
    padding-bottom: 82px;
  }
}
.present__inner {
  background-color: #FFFFFF;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
  border: 6px solid #B6E1DF;
  border-radius: 32px;
  padding: 21px 72px 65px;
}
@media all and (max-width : 1219px) {
  .present__inner {
    max-width: none;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 50px;
  }
}
.present__ttl {
  margin-top: -157px;
}
.present__ttl * {
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width : 1219px) {
  .present__ttl {
    width: 100%;
    min-width: 343px;
    max-width: 610px;
    position: relative;
    top: 57px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .present__ttl img {
    width: 100%;
    height: auto;
  }
}
.present__flex {
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 71px;
  margin-bottom: 29px;
}
@media all and (max-width : 1219px) {
  .present__flex {
    padding-top: 89px;
    margin-bottom: 0;
  }
}
.present__flex-txt {
  width: 100%;
  max-width: 448px;
}
@media all and (max-width : 1219px) {
  .present__flex-txt {
    max-width: none;
  }
}
.present__flex-img {
  width: 100%;
  max-width: 577px;
  height: auto;
  padding-top: 77px;
  position: relative;
  right: -25px;
}
@media all and (max-width : 1219px) {
  .present__flex-img {
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width : 768px) {
  .present__flex-img {
    right: -5px;
    padding-top: 17px;
  }
}
.present__flex-img img {
  width: 100%;
  height: auto;
}
@media all and (max-width : 1219px) {
  .present__flex-img img {
    max-width: 295px;
    margin-left: auto;
    margin-right: auto;
  }
}
.present__txt {
  background-color: #203537;
  border-radius: 32px;
  padding: 10px 46px;
  margin-bottom: 37px;
  position: relative;
}
@media all and (max-width : 1219px) {
  .present__txt {
    padding: 10px 40px 13px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 31px;
  }
}
.present__txt::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18.25px 21.65px 0 0;
  border-color: #203537 transparent transparent transparent;
  position: absolute;
  bottom: -18px;
  left: 49.5%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media all and (max-width : 768px) {
  .present__txt-2 {
    margin-top: 9px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
.present__txt-3 {
  margin-top: 22px !important;
}
@media all and (max-width : 768px) {
  .present__txt-3 {
    margin-top: 15px !important;
    margin-left: 10px;
    margin-right: 10px;
  }
}
.present__box {
  margin-bottom: 20px;
}
@media all and (max-width : 768px) {
  .present__box {
    margin-bottom: 12px;
  }
  .present__box + p {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 0 !important;
  }
}
.present__list {
  background-color: #EBF5F5;
  position: relative;
  padding: 21px 21px 20px;
  width: 100%;
  max-width: 414px;
  min-height: 122px;
  border-radius: 8px;
  margin-top: 20px;
}
@media all and (max-width : 1219px) {
  .present__list {
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width : 768px) {
  .present__list {
    max-width: none;
    width: auto;
    height: 109px;
    min-height: auto;
    padding: 8px 0px 6px 12px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
.present__list::before {
  content: "";
  width: 95%;
  height: 86%;
  border: 1px dotted #E5E6E8;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.present__list::after {
  content: "";
  width: 77px;
  height: 129px;
  background-image: url(../images/present-point@2x.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 77px 129px;
  position: absolute;
  bottom: 0;
  right: 25px;
}
@media all and (max-width : 768px) {
  .present__list::after {
    width: 41px;
    height: 69px;
    background-size: contain;
    right: 11px;
  }
}
.present__list-item {
  list-style: none;
  padding-left: 20px;
  background-image: url(../images/icon-check-green-primary.svg);
  background-position: left 70%;
  background-repeat: no-repeat;
  background-size: 16px;
  text-align: left;
}
.present__list-item:not(:first-child) {
  padding-top: 2px;
}
@media all and (max-width : 768px) {
  .present__list-item:not(:first-child) {
    padding-top: 3px;
  }
}
.present .cta__btn {
  margin-top: 24px;
}
@media all and (max-width : 768px) {
  .present .cta__btn {
    margin-top: 22px;
  }
}

.animate-on-scroll {
  opacity: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1), transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1), transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.animate-on-scroll.is-visible {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.flow__containr {
  padding-top: 88px;
  padding-bottom: 104px;
}
@media all and (max-width : 1219px) {
  .flow__containr {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 57px;
    padding-bottom: 65px;
  }
}
.flow__ttl {
  margin-bottom: 71px;
}
@media all and (max-width : 1219px) {
  .flow__ttl {
    margin-bottom: 42px;
  }
}
.flow__flex {
  position: relative;
  margin-top: 34px;
}
@media all and (max-width : 1219px) {
  .flow__flex {
    margin-top: 33px;
  }
}
.flow__flex:not(:last-child)::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 29px 0 29px;
  border-color: #65C6B9 transparent transparent transparent;
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.flow__flex-ttl + p {
  margin-top: 8px !important;
}
@media all and (max-width : 1219px) {
  .flow__flex-ttl + p {
    margin-top: 11px !important;
  }
}
.flow__flex-item {
  background-color: #F4F8F9;
  border-radius: 32px;
  padding-left: 322px;
  padding-right: 24px;
  background-position: 72px 50%;
  background-repeat: no-repeat;
  background-size: 210px 136px;
  min-height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media all and (max-width : 1219px) {
  .flow__flex-item {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 145px;
    background-position: 50% 32px;
    padding-bottom: 32px;
    background-size: 210px auto;
    width: 100%;
  }
}
.flow__flex-step1 {
  background-image: url(../images/flow-step1.svg);
}
@media all and (max-width : 1219px) {
  .flow__flex-step1 {
    background-image: url(../images/flow-step1-sp.svg);
  }
}
.flow__flex-step2 {
  background-image: url(../images/flow-step2.svg);
}
@media all and (max-width : 1219px) {
  .flow__flex-step2 {
    background-image: url(../images/flow-step2-sp.svg);
  }
}
.flow__flex-step3 {
  background-image: url(../images/flow-step3.svg);
}
@media all and (max-width : 1219px) {
  .flow__flex-step3 {
    background-image: url(../images/flow-step3-sp.svg);
  }
}
.flow__flex-step4 {
  background-image: url(../images/flow-step4.svg);
}
@media all and (max-width : 1219px) {
  .flow__flex-step4 {
    background-image: url(../images/flow-step4-sp.svg);
  }
}
.flow__flex-step5 {
  background-image: url(../images/flow-step5.svg);
}
@media all and (max-width : 1219px) {
  .flow__flex-step5 {
    background-image: url(../images/flow-step5-sp.svg);
  }
}
.flow__flex-step6 {
  background-image: url(../images/flow-step6.svg);
}
@media all and (max-width : 1219px) {
  .flow__flex-step6 {
    background-image: url(../images/flow-step6-sp.svg);
  }
}

.faq__containr {
  background-color: #F5F5F5;
  padding-top: 104px;
  padding-bottom: 104px;
}
@media all and (max-width : 1219px) {
  .faq__containr {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 57px;
    padding-bottom: 64px;
  }
}
.faq__inner {
  border-radius: 32px;
  padding: 24px 64px 21px;
  background-color: #FFFFFF;
  margin-top: 72px;
}
@media all and (max-width : 1219px) {
  .faq__inner {
    padding-left: 16px;
    padding-right: 16px;
    margin-top: 41px;
    padding: 15px 20px 8px;
  }
}
.faq-list__item {
  padding: 40px 16px 43px;
  width: 100%;
  max-width: 880px;
}
@media all and (max-width : 768px) {
  .faq-list__item {
    max-width: none;
    padding: 32px 8px 39px;
  }
}
.faq-list__item:not(:first-child) {
  border-top: 1px solid #B0C7C7;
}
@media all and (max-width : 768px) {
  .faq-list__item:not(:first-child) {
    padding: 37px 8px 40px;
  }
}
.faq-list__question {
  position: relative;
  padding-top: 2px;
  padding-left: 52px;
}
.faq-list__answer {
  margin-top: 26px;
  position: relative;
  padding-left: 52px;
}
@media all and (max-width : 768px) {
  .faq-list__answer {
    margin-top: 16px;
  }
}
.faq__q {
  background-color: #27A49F;
  border-radius: 8px;
  margin-right: 16px;
  display: inline-block;
  width: 36px;
  height: 36px;
  position: absolute;
  top: -2px;
  left: 0;
}
@media all and (max-width : 768px) {
  .faq__q {
    top: 7px;
  }
}
.faq__a {
  background-color: #FFFFFF;
  border-radius: 8px;
  margin-right: 16px;
  display: inline-block;
  width: 36px;
  height: 36px;
  border: 1px solid #27A49F;
  position: absolute;
  top: -5px;
  left: 0;
}
@media all and (max-width : 768px) {
  .faq__a {
    top: 5px;
  }
}

.cta__container {
  padding-top: 128px;
  padding-bottom: 144px;
  background-color: #51BFBB;
  position: relative;
}
@media all and (max-width : 1219px) {
  .cta__container {
    padding: 56px 16px 65px;
  }
}
.cta__container::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #FFFFFF;
  background-image: url(../images/cat-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 200%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.2;
  z-index: 1;
}
@media all and (max-width : 768px) {
  .cta__container::before {
    background-size: cover;
  }
}
.cta__inner {
  background-color: #FFFFFF;
  padding: 48px 90px;
  position: relative;
  z-index: 2;
  text-align: center;
  border-radius: 32px;
}
@media all and (max-width : 1219px) {
  .cta__inner {
    width: 100%;
    padding: 41px 16px;
  }
}
.cta__subttl {
  background-color: #203537;
  border-radius: 32px;
  position: relative;
  display: inline-block;
  width: 307px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 9px;
  padding-bottom: 9px;
}
@media all and (max-width : 768px) {
  .cta__subttl {
    width: 248px;
  }
}
.cta__subttl::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 12px 0 12px;
  border-color: #203537 transparent transparent transparent;
  position: absolute;
  bottom: -16px;
  left: 49.7%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media all and (max-width : 768px) {
  .cta__subttl::before {
    bottom: -14px;
  }
}
.cta__ttl {
  margin-top: 31px;
}
@media all and (max-width : 768px) {
  .cta__ttl {
    margin-top: 21px;
  }
}
.cta__read {
  text-align: left;
  position: relative;
  width: 521px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 46px;
}
@media all and (max-width : 768px) {
  .cta__read {
    width: 100%;
    padding: 34px 8px 23px;
  }
}
.cta__read::after {
  content: "";
  width: 144px;
  height: 177px;
  background-image: url(../images/cat-read.svg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 144px 177px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media all and (max-width : 1219px) {
  .cta__read::after {
    display: none;
  }
}
.cta__btn {
  border-radius: 120px;
  width: 100%;
  max-width: 819px;
  min-height: 195px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
  padding-top: 15px;
  margin-top: 0px;
  position: relative;
}
@media all and (max-width : 768px) {
  .cta__btn {
    border-radius: 75px;
    width: 100%;
    max-width: none;
    height: 152px;
    min-height: unset !important;
  }
}
.cta__btn .btn__txt {
  padding: 3px 0px 0px 6px;
}
.cta__btn .btn__txt-2nd {
  padding: 0px 0px 0px 0px !important;
  margin-top: -2px !important;
  letter-spacing: unset;
}
.cta__btn .btn--primary {
  margin-top: 9px;
}
@media all and (max-width : 768px) {
  .cta__btn .btn--primary {
    margin-top: 8px;
  }
}

.footer {
  width: 100%;
  background-color: #1B2C43;
}
.footer__container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
}
@media all and (max-width : 1219px) {
  .footer__container {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 55px;
  }
}
@media all and (max-width : 768px) {
  .footer__container {
    margin-bottom: 100px;
  }
}
.footer__inner {
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  padding-bottom: 32px;
}
@media all and (max-width : 1219px) {
  .footer__inner {
    padding-bottom: 26px;
  }
}
.footer__copyright {
  padding-top: 16px;
  padding-bottom: 24px;
}
@media all and (max-width : 1219px) {
  .footer .company-info {
    padding-top: 41px;
    width: 100%;
  }
}
.footer .company-info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  width: 517px;
  padding-bottom: 12px;
}
.footer .company-info__item:not(:first-child) {
  padding-top: 12px;
  border-top: 1px solid #FFFFFF;
}
@media all and (max-width : 1219px) {
  .footer .company-info__item {
    width: 100%;
    padding-bottom: 10px;
  }
}
.footer .company-info__term {
  width: 131px;
}
@media all and (max-width : 1219px) {
  .footer .company-info__term {
    width: 40%;
  }
}
.footer .company-info__description {
  width: 370px;
}
@media all and (max-width : 1219px) {
  .footer .company-info__description {
    width: 59%;
  }
}
@media all and (max-width : 1219px) {
  .footer__info {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .footer__info img {
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width : 1219px) {
  .footer__logo {
    text-align: center;
  }
  .footer__logo img {
    width: 165px;
    height: auto;
  }
}
.footer__cat {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 11;
}
.footer__cat-container {
  padding: 10px 16px;
  height: 100px;
  position: relative;
}
.footer__cat-container::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/logo-white.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 150%;
  position: absolute;
  top: 41%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  opacity: 0.7;
}
.footer__cat-txt {
  width: 180px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  border: 2px solid #FFE800;
  padding: 3px 15px;
  border-radius: 32px;
  -webkit-box-shadow: 1.74px 1.74px 3.48px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 1.74px 1.74px 3.48px 0px rgba(0, 0, 0, 0.2509803922);
  position: relative;
  z-index: 1;
}
.footer__cat-txt::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 7.5px 0 7.5px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 1;
}
.footer__cat-txt::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 8.5px 0 8.5px;
  border-color: #FFE800 transparent transparent transparent;
  position: absolute;
  bottom: -11px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-filter: drop-shadow(1.74px 1.74px 3.48px rgba(0, 0, 0, 0.2509803922));
          filter: drop-shadow(1.74px 1.74px 3.48px rgba(0, 0, 0, 0.2509803922));
}
.footer__cat .btn {
  height: 56px;
  padding: 18px 18px 17px 0px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  border-radius: 32px;
  width: 95%;
  top: -10px;
  z-index: 0;
}