/* ========================
base
========================= */
@font-face {
  font-family: "Dekar Light";
  src: url("/font/Dekar-Light.woff") format("woff");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  line-height: 1.75;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  color: #333;
  font-size: 1rem;
  font-family: "Meiryo", "MS PGothic", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: normal;
  width: 100%;
  overflow-x: hidden;
}

img,
source,
video,
object {
  max-width: 100%;
  height: auto;
  border: none;
  display: block;
  margin: 0 auto;
}

a {
  color: #333;
  text-decoration: none;
  transition: 0.4s;
}
a:hover {
  text-decoration: none;
  opacity: 0.9;
}

a:hover img {
  text-decoration: none;
  opacity: 0.8;
  transition: all 0.3s;
}

ul,
ol,
li {
  list-style: none;
}

input[type=text],
input[type=email],
input[type=tel],
select {
  width: 100%;
  height: 3.5rem;
  padding: 1rem 2rem;
  font-size: 1em;
  border: none;
  border-radius: 0.5rem;
}

textarea {
  width: 100%;
  padding: 1rem 2rem;
  font-size: 1em;
  border: none;
  border-radius: 0.5rem;
}
textarea::-moz-placeholder {
  color: #747574;
  font-family: monospace;
}
textarea::placeholder {
  color: #747574;
  font-family: monospace;
}

/* component */
.btn {
  background: linear-gradient(45deg, #0F4C93, #CC9ECC);
  color: #fff;
  position: relative;
  display: inline-block;
  padding: 1.2333333333em 4.35em;
  text-align: center;
  font-size: 0.9375rem;
  line-height: 1;
  border: none;
  cursor: pointer;
  position: relative;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
}
.btn::after {
  content: "";
  width: 11px;
  height: 11px;
  display: block;
  position: absolute;
  background-image: url(../images/svg/triangle.svg);
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
}
.btn:hover, .btn:focus {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .btn {
    max-width: 270px;
    margin: 0 auto;
  }
}

.container {
  position: relative;
  max-width: 960px;
  width: calc(100% - 2rem);
  margin: 0 auto;
  padding: 4rem 0;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .container {
    width: calc(100% - 4rem);
    padding: 2.5rem 0;
  }
}

.lv2__head {
  display: inline-flex;
  flex-direction: column;
  color: #1C2F67;
  font-weight: 600;
}
.lv2__head-wrap {
  text-align: center;
}
.lv2__head--en {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 0.9375rem;
  line-height: 1.3333333333;
}
.lv2__head--ja {
  font-size: 2rem;
  line-height: 1.6875;
  margin-top: 0.5em;
}
.lv2__head--ja span {
  border-bottom: 4px solid #D6E8FF;
}
.lv2__head--ja.border-white span {
  border-color: #fff;
}
@media screen and (max-width: 768px) {
  .lv2__head--ja {
    font-size: min(7vw, 2rem);
  }
}

/* header */
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 2rem;
}
.header__btn--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .header__inner {
    padding: 1.25rem 1rem;
  }
  .header__logo {
    width: 7rem;
  }
  .header__btn {
    position: fixed;
    top: 1rem;
    right: 10px;
    width: 52px;
    height: 52px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
  }
  .header__btn::after {
    display: none;
  }
  .header__btn--pc {
    display: none;
  }
  .header__btn--sp {
    display: block;
  }
}

/* mainview */
.mv {
  position: relative;
}
.mv::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
  background-image: url(../images/mv__bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  width: 100%;
  height: 70%;
}
.mv__inner {
  position: relative;
  color: #fff;
  padding: 2rem 0 1rem;
}
.mv__box {
  flex: 1;
  text-align: center;
  font-size: 1rem;
  line-height: 1;
  font-weight: bold;
  padding: 1em 0;
  border-radius: 2em;
  background-color: #1C2F67;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
}
.mv__box-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 3.3333333333%;
}
.mv__col {
  display: flex;
  gap: 5%;
}
.mv__col > * {
  flex: 1;
}
.mv__body {
  position: relative;
  max-width: 400px;
  margin-left: auto;
  padding-top: 4.5rem;
  text-align: center;
}
.mv__subTitle {
  border-bottom: 4px dashed #fff;
  margin: 0 auto 0.75em;
  max-width: 280px;
  width: 95%;
  padding: 0 0 0.75em 0;
  font-size: 1.5rem;
  line-height: 1.6666666667;
}
.mv__title {
  font-size: 2.5rem;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 1em;
  font-weight: 600;
}
.mv__title span {
  text-decoration: underline;
  text-underline-offset: 0.3em;
}
.mv__img {
  padding-top: 3.5rem;
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .mv::after {
    height: 390px;
  }
  .mv__title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .mv::after {
    background-image: url(../images/mv__spBg.jpg);
    height: 78%;
  }
  .mv__box-group {
    flex-direction: column;
  }
  .mv__col {
    flex-direction: column;
  }
  .mv__img {
    width: 100%;
    padding-top: 2rem;
    order: 3;
  }
  .mv__subTitle {
    order: 1;
    margin: 1em auto;
    font-size: 5.5vw;
    padding-bottom: 0.5rem;
    display: inline-block;
    max-width: none;
    width: auto;
  }
  .mv__title {
    order: 2;
    font-size: 8vw;
    margin: 0;
  }
  .mv__btn {
    order: 4;
    margin-top: 0.5rem;
  }
  .mv__body {
    display: contents;
  }
}

/* problem */
.problem__item {
  max-width: 190px;
  flex: 1;
  aspect-ratio: 1/1;
  background: linear-gradient(115deg, #80b2f4 0%, #b6a1d5 100%);
  color: #fff;
  border-radius: 50%;
  font-size: 1rem;
  line-height: 1.75;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
}
.problem__item-group {
  max-width: 890px;
  margin: 3.25rem auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .problem__item {
    max-width: 250px;
    flex: 1 0 calc(50% - 0.5rem);
    font-size: 14px;
  }
  .problem__item-group {
    justify-content: center;
    margin-top: 2.5rem;
  }
}

/* result */
.result {
  position: relative;
  background-image: url(../images/result__bg.jpg);
}
.result::after {
  content: "";
  background-color: rgb(210, 233, 255);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  mix-blend-mode: multiply;
}
.result__body {
  max-width: 450px;
  width: 100%;
  margin: 3.25rem auto 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .result__body {
    margin-top: 2.5rem;
  }
}

/* point */
.point__card {
  position: relative;
  flex: 1 0 47.5%;
  display: flex;
  flex-direction: column;
  border: 6px solid #D6E8FF;
  text-align: center;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
}
.point__card-group {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2.5rem 5%;
  margin-top: 5.75rem;
  counter-reset: number 0;
}
.point__card::before, .point__card::after {
  font-size: min(8vw, 6em);
}
.point__card::before {
  counter-increment: number 1;
  content: counter(number) " ";
  width: 0.75em;
  font-weight: 300;
  font-family: "Dekar Light", sans-serif;
  line-height: 1;
  color: #1C2F67;
  position: absolute;
  top: -0.4em;
  left: 0;
  z-index: 2;
  text-align: center;
}
.point__card::after {
  content: "";
  width: 0.375em;
  height: 0.375em;
  display: block;
  border-radius: 50%;
  line-height: 1;
  background-color: #D6E8FF;
  position: absolute;
  top: 0.25em;
  left: 0.375em;
  transform: translateX(-50%);
  z-index: 1;
}
.point__title {
  position: relative;
  font-size: 1.25rem;
  line-height: 1.7;
  height: 5.5em;
  width: 86%;
  padding: 1em 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  color: #1C2F67;
  border-bottom: 4px dashed #D6E8FF;
  font-weight: 600;
}
.point__text {
  flex: 1;
  width: 85%;
  margin: 0 auto;
  padding: 1.25rem 0;
  color: #3E3E3E;
}
@media screen and (max-width: 768px) {
  .point__card-group {
    margin-top: 3.75rem;
    flex-direction: column;
  }
  .point__card {
    max-width: 460px;
    flex: 1 0 100%;
    margin: 0 auto;
  }
  .point__card::before, .point__card::after {
    font-size: min(15vw, 6em);
  }
  .point__card::before {
    top: -0.25em;
    width: 0.5em;
  }
  .point__card::after {
    top: 0.35em;
    left: 0.25em;
  }
  .point__title {
    font-size: 1.125rem;
    height: auto;
    display: block;
    min-height: 5em;
  }
  .point__title span {
    display: block;
  }
  .point__text {
    font-size: 15px;
  }
}

/* flow */
.flow {
  position: relative;
  background-image: url(../images/flow__bg.jpg);
}
.flow::after {
  content: "";
  background-color: rgb(229, 235, 255);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 768px) {
  .flow {
    background-image: url(../images/flow__spBg.jpg);
  }
  .flow::after {
    background-color: rgba(229, 235, 255, 0.2);
  }
}

.flow__item-group {
  position: relative;
  max-width: 740px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  margin-top: 3.25rem;
  padding: 2.5rem 3.75rem;
  counter-reset: number 0;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 768px) {
  .flow__item-group {
    margin-top: 2.5rem;
    padding: 1.5rem;
  }
}

.flow__item-group::before {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: calc(100% - 5rem);
  top: 2.5rem;
  left: 5.25rem;
  background: #d2e9ff;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .flow__item-group::before {
    top: 1.5rem;
    left: 2.75rem;
  }
}

.flow__item-group > * + * {
  margin-top: 1rem;
}

.flow__item {
  position: relative;
  padding-left: 3.75rem;
}
@media screen and (max-width: 768px) {
  .flow__item {
    padding-left: 3.25rem;
  }
}

.flow__item::before {
  counter-increment: number 1;
  content: counter(number) " ";
  width: 2em;
  height: 2em;
  position: absolute;
  top: 0;
  left: 0;
  background: #d2e9ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 600;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .flow__item::before {
    font-size: 1.25rem;
  }
}

.flow__item:last-of-type::after {
  content: "";
  width: 7px;
  height: 100%;
  display: block;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 25px;
  transform: translate(-50%, 0);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .flow__item:last-of-type::after {
    left: 20px;
  }
}

.flow__title {
  font-size: 1.25rem;
  line-height: 1.5;
  padding: 0.5rem 0;
  border-bottom: 4px solid #D6E8FF;
  color: #1C2F67;
  font-weight: 600;
}

.flow__txt {
  font-size: 1rem;
  line-height: 1.5;
  padding: 1em 0;
}

@media screen and (max-width: 768px) {
  .flow__title {
    font-size: 1rem;
    border-bottom: 3px solid #D6E8FF;
  }
  .flow__txt {
    font-size: 15px;
    padding: 0.5em 0;
  }
}
/* option */
.option__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  text-align: center;
  border: 6px solid #D6E8FF;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
}
.option__item-group {
  margin-top: 3.25rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}
.option__img {
  margin-top: 1.5rem;
}
.option__text {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  padding: 1rem 0;
}
@media screen and (max-width: 768px) {
  .option__item-group {
    max-width: 450px;
    margin: 0 auto;
    margin-top: 2.5rem;
  }
  .option__item {
    flex: 1 0 calc(50% - 0.625rem);
  }
  .option__img {
    max-width: 100px;
    width: 80%;
    margin: 0 auto;
    margin-top: 1rem;
  }
  .option__text {
    font-size: 14px;
  }
}

/* contact */
.contact {
  position: relative;
  background-image: url(../images/contact__bg.jpg);
  text-align: center;
}
.contact::after {
  content: "";
  background-color: rgb(238, 231, 252);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  mix-blend-mode: multiply;
}
.contact__text {
  margin: 3.25rem 0;
}
.contact__btn {
  max-width: 620px;
  width: 100%;
  margin: 0 auto;
  padding: 1.2333333333em;
}
@media screen and (max-width: 768px) {
  .contact {
    background-image: url(../images/contact__spBg.jpg);
  }
  .contact::after {
    content: "";
    background-color: rgba(230, 235, 255, 0.2);
  }
  .contact__text {
    margin: 2rem 0;
  }
}

/* footer */
.footer {
  padding: 1rem 0;
  text-align: center;
}
.footer__copy {
  font-size: 0.875rem;
  line-height: 1;
  color: #114D94;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 0.5rem 0;
  }
}

/* -------------
utility
-------------- */
@media screen and (max-width: 768px) {
  .spNone {
    display: none;
  }
}
.back-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.dib {
  display: inline-block;
}

.inview {
  opacity: 0;
  position: relative;
}
.inview.animate {
  -webkit-animation: inview_slide_up 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 0.4s;
          animation: inview_slide_up 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 0.4s;
}

.inview_group .animate_item {
  opacity: 0;
  position: relative;
}
.inview_group .animate_item.animate {
  -webkit-animation: inview_slide_up 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards 0.5s;
          animation: inview_slide_up 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards 0.5s;
}
/*# sourceMappingURL=style.css.map */


.mv-area{
  margin-top: 50px;
  width: 100%;
  aspect-ratio: 16 / 9;
}
.mv-area video{
  width: 100%;
  height: 100%;
}