@import "https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap";
/*
===== original reset ===========================
*/
/* 1: universal reset
------------------------------------- */
html {
  cursor: default;
  font-size: 62.5%;
}

/* box sizing
------------------------------------- */
*,
::before,
::after {
  box-sizing: border-box;
}

/* general params
------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6,
body,
div,
p,
pre,
ul,
ol,
dl,
dt,
dd,
address,
form,
blockquote,
figure {
  margin: 0;
  padding: 0; /* margin&padding reset */
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

/* word break
------------------------------------- */
p {
  word-break: normal;
}

/* image
------------------------------------- */
img {
  vertical-align: bottom;
  border-style: none;
}

/* 2: form setting
------------------------------------- */
option {
  padding-right: 10px;
}

input,
select {
  vertical-align: middle;
}

*:focus {
  outline: none;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #1a3166;
  font-weight: 300;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-feature-settings: "palt";
  position: relative;
  font-size: 10px;
  line-height: 1;
  width: 100%;
  vertical-align: baseline;
  letter-spacing: 0.05em;
  min-width: 1080px;
}
@media screen and (max-width: 767px) {
  body {
    min-width: 100vw;
    overflow-x: hidden;
  }
}

img {
  width: 100%;
  vertical-align: bottom;
}

svg {
  vertical-align: bottom;
}

* {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  cursor: pointer;
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}
.header-inner {
  height: 120px;
  background-color: #fff;
  border-bottom: 2px solid #0099ff;
}
@media screen and (max-width: 1080px) {
  .header-inner {
    height: 60px;
    border-width: 1px;
  }
}
.header-logo {
  left: 70px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
@media screen and (max-width: 1280px) {
  .header-logo {
    left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .header-logo {
    left: 25px;
  }
}
.header-logo svg {
  width: 274px;
}
@media screen and (max-width: 1280px) {
  .header-logo svg {
    width: 180px;
  }
}
@media screen and (max-width: 1080px) {
  .header-logo svg {
    width: 138px;
  }
}
.header .header-btn {
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 1080px) {
  .header .header-btn {
    display: block;
    position: absolute;
    right: 25px;
    width: 25px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.header .header-btn svg {
  width: 100%;
  height: auto;
}
.header .header-btn .close {
  display: none;
}
.header .header-btn.--is-open .menu {
  display: none;
}
.header .header-btn.--is-open .close {
  display: block;
}
.header .header-nav {
  padding-left: 350px;
  padding-right: 70px;
  height: 100%;
}
@media screen and (min-width: 1081px) {
  .header .header-nav {
    display: block !important;
  }
}
@media screen and (max-width: 1280px) {
  .header .header-nav {
    padding-right: 20px;
    padding-left: 200px;
  }
}
@media screen and (max-width: 1080px) {
  .header .header-nav {
    position: absolute;
    top: 60px;
    left: 0;
    padding: 0;
    height: auto;
    display: none;
    width: 100%;
    z-index: 1;
  }
  .header .header-nav .bg {
    background-color: #1a3166;
    width: 100%;
    height: 100vh;
    display: block;
    z-index: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.2s 0.2s;
  }
  .header .header-nav .bg.--is-active {
    opacity: 0.75;
  }
}
.header .header-list {
  display: flex;
  justify-content: flex-end;
  height: 100%;
  align-items: center;
}
@media screen and (max-width: 1080px) {
  .header .header-list {
    padding: 25px 0;
    width: 100%;
    background-color: #fff;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
  }
}
.header .header-list__item {
  position: relative;
}
@media screen and (max-width: 1080px) {
  .header .header-list__item {
    width: 100%;
    text-align: center;
  }
}
.header .header-list__item a {
  color: #1a3166;
  font-size: 18px;
  font-weight: bold;
}
.header .header-list__item:not(:first-child) {
  margin-left: 60px;
}
@media screen and (max-width: 1080px) {
  .header .header-list__item:not(:first-child) {
    margin: 40px 0 0 0;
  }
}
.header .header-list__item:not(:first-child):before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 5px;
  display: block;
  background-color: #7890b7;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -35px;
  margin-top: 1px;
}
@media screen and (max-width: 1080px) {
  .header .header-list__item:not(:first-child):before {
    width: 7px;
    height: 7px;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.header .header-list__item span {
  color: #e5eaef;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 1080px) {
  .header .header-list__item span {
    margin-top: 19px;
  }
}
.header .header-list__item span::before {
  content: "COMING SOON";
  color: #ff5b00;
  font-weight: bold;
  font-size: 12px;
  position: absolute;
  top: -20px;
  text-align: center;
  display: block;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .header .header-list__item span::before {
    font-size: 10px;
  }
}
@media screen and (max-width: 1080px) {
  .header .header-list__item.--comingsoon {
    margin-top: 52px;
  }
}

.top .header {
  transform: translateY(-100%);
  transition: transform 0.3s 0.4s ease-out;
}
@media screen and (max-width: 767px) {
  .top .header {
    min-width: auto;
    transition: transform 0.4s 0.4s ease-out;
  }
}

.is-loaded .header {
  transform: translateY(0);
}

.footer {
  padding: 50px 70px;
}
@media screen and (max-width: 1280px) {
  .footer {
    padding: 50px 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 35px 0;
  }
}
.footer-inner {
  display: flex;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer-inner {
    display: block;
  }
}
.footer-logo {
  width: 240px;
  margin-right: 50px;
  margin-top: -4px;
}
@media screen and (max-width: 767px) {
  .footer-logo {
    display: block;
    width: 247px;
    margin: 0 auto 30px;
  }
}
.footer-info {
  display: flex;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .footer-info {
    font-size: 12px;
    text-align: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .footer-info > span {
    width: 100%;
    line-height: 1.5;
  }
}
.footer-info > span:first-child {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .footer-info > span:first-child {
    margin-right: 0;
    margin-bottom: 12px;
  }
}
.footer-info > span:nth-child(2) > span {
  display: inline-block;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .footer-info > span:nth-child(2) > span {
    margin-top: 0;
  }
}
.footer-info a {
  text-decoration: none;
  color: #1a3166;
}
.footer-link {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
}
@media screen and (max-width: 767px) {
  .footer-link {
    position: static;
    display: block;
  }
}
.footer-link li {
  margin-left: 44px;
}
@media screen and (max-width: 767px) {
  .footer-link li {
    margin-left: 0;
    margin-bottom: 20px;
    text-align: center;
  }
}
.footer-link li a {
  font-size: 12px;
  text-decoration: underline;
  color: #1a3166;
}
@media screen and (max-width: 767px) {
  .footer-link li a {
    font-size: 11px;
  }
}
.footer-copy {
  position: absolute;
  right: 0;
  top: 32px;
  font-size: 11px;
}
@media screen and (max-width: 767px) {
  .footer-copy {
    position: static;
    text-align: center;
    margin-top: 40px;
  }
}

#page-content.lower {
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  #page-content.lower {
    padding-top: 60px;
  }
}
@media screen and (max-width: 1080px) {
  #page-content.lower {
    padding-top: 60px;
  }
}
#page-content .mv {
  height: 700px;
  display: flex;
  justify-content: space-between;
  background-color: #1a3166;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #page-content .mv {
    height: auto;
    width: 100%;
    overflow: hidden;
    flex-direction: column-reverse;
  }
}
#page-content .mv-left {
  display: flex;
  height: 100%;
  width: auto;
  flex-wrap: wrap;
  flex: 1;
  padding: 260px 60px 0 70px;
  align-content: center;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  #page-content .mv-left {
    padding: 45px 35px 45px 35px;
    display: block;
  }
}
#page-content .mv-left:before {
  content: "";
  background-color: #1a3166;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: translateX(0);
  transition: transform 0.4s 0.1s ease-out;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #page-content .mv-left:before {
    transition: transform 0.3s ease-out;
  }
}
#page-content .mv-left__inner {
  opacity: 0;
  transition: opacity 0.5s 0.6s ease-out;
}
@media screen and (max-width: 767px) {
  #page-content .mv-left__inner {
    width: 305px;
    margin: 0 auto;
    transition: opacity 0.5s 0.6s ease-out;
  }
}
@media screen and (max-width: 767px) {
  #page-content .mv-left__copy svg {
    width: 300px;
    height: auto;
  }
}
#page-content .mv-left__lead {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.7894736842;
  margin-top: 27px;
  white-space: nowrap;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  #page-content .mv-left__lead {
    font-size: 13px;
    margin-top: 15px;
    line-height: 1.88;
    letter-spacing: 0.02em;
  }
}
#page-content .mv-left__btn {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  #page-content .mv-left__btn {
    margin-top: 17px;
  }
}
#page-content .mv-left__btn a {
  width: 100%;
  height: 80px;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0099ff;
  transition: background-color 0.15s linear;
}
@media screen and (max-width: 767px) {
  #page-content .mv-left__btn a {
    width: 305px;
    height: 60px;
  }
}
@media screen and (min-width: 768px) {
  #page-content .mv-left__btn a:hover {
    background-color: rgba(0, 153, 255, 0.6196078431);
  }
}
#page-content .mv-left__btn a span {
  transform: translateY(-1px);
  color: #ffff00;
  font-weight: bold;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  #page-content .mv-left__btn a span {
    font-size: 17px;
  }
}
#page-content .mv-right {
  width: 59.7222222222%;
  max-width: 860px;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  #page-content .mv-right {
    height: 0;
    padding-bottom: 83%;
    width: 100%;
  }
}
#page-content .mv-right:before {
  content: "";
  background-color: #1a3166;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: translateX(0);
  transition: transform 0.4s 0.1s ease-out;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #page-content .mv-right:before {
    transition: transform 0.3s ease-out;
  }
}
#page-content .mv-right__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-image: url(../img/mv.png);
  background-size: cover;
  background-position: center bottom;
}
@media screen and (max-width: 767px) {
  #page-content .mv-right__bg {
    background-image: url(../img/mv--sp.png);
  }
}
#page-content .about {
  background-color: #ffff00;
  padding: 100px 40px 120px;
}
@media screen and (max-width: 767px) {
  #page-content .about {
    padding: 40px 25px 35px;
  }
}
#page-content .about-video {
  margin: 0 auto 100px;
  max-width: 940px;
  width: 100%;
  position: relative;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 767px) {
  #page-content .about-video {
    margin-bottom: 50px;
  }
}
#page-content .about-video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#page-content .about-row {
  display: flex;
  justify-content: space-between;
  max-width: 1300px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #page-content .about-row {
    flex-wrap: wrap;
    max-width: 275px;
  }
}
#page-content .about-row:not(:first-of-type) {
  margin-bottom: 85px;
}
@media screen and (max-width: 767px) {
  #page-content .about-row:not(:first-of-type) {
    margin-bottom: 20px;
  }
}
#page-content .about-row__item {
  width: 30.7692307692%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #page-content .about-row__item {
    width: 100%;
    margin-bottom: 27px;
  }
}
#page-content .about-row__item .title {
  font-weight: bold;
  display: inline-block;
  background-color: #fff;
  font-size: 20px;
  margin-top: 26px;
}
@media screen and (max-width: 767px) {
  #page-content .about-row__item .title {
    font-size: 14px;
    margin-top: 18px;
  }
}
#page-content .about-row__item .desc {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6666666667;
  margin-top: 8px;
  letter-spacing: 0;
}
@media screen and (max-width: 1280px) {
  #page-content .about-row__item .desc {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  #page-content .about-row__item .desc {
    font-size: 13px;
    line-height: 1.6153846154;
  }
}
#page-content .flow {
  padding: 100px 40px 140px;
}
@media screen and (max-width: 767px) {
  #page-content .flow {
    padding: 40px 25px 65px;
  }
}
#page-content .flow-img {
  text-align: center;
  max-width: 1252px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #page-content .flow-img {
    max-width: 325px;
  }
}
#page-content .faq {
  padding: 100px 40px 140px;
  background-color: #e5eaef;
}
@media screen and (max-width: 767px) {
  #page-content .faq {
    padding: 50px 25px 65px;
  }
}
#page-content .faq-list {
  max-width: 1200px;
  margin: 0 auto;
}
#page-content .faq-list__item {
  counter-increment: number;
  font-size: 16px;
  font-weight: 500;
  padding: 38px 0;
  line-height: 1.5;
  border-bottom: 2px solid #fff;
}
@media screen and (max-width: 767px) {
  #page-content .faq-list__item {
    font-size: 13px;
    padding: 30px 0;
    border-width: 1px;
    line-height: 1.6923076923;
  }
}
#page-content .faq-list__item:first-child {
  padding-top: 0;
}
#page-content .faq-list__item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
#page-content .faq-list__item dt {
  display: flex;
}
@media screen and (max-width: 767px) {
  #page-content .faq-list__item dt {
    padding-left: 30px;
    position: relative;
  }
}
#page-content .faq-list__item dt:before {
  content: "Q" counter(number) ".";
  width: 32px;
}
@media screen and (max-width: 767px) {
  #page-content .faq-list__item dt:before {
    position: absolute;
    left: 0;
  }
}
#page-content .faq-list__item dd {
  display: flex;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #page-content .faq-list__item dd {
    margin-top: 24px;
    padding-left: 30px;
    position: relative;
  }
}
#page-content .faq-list__item dd:before {
  content: "A" counter(number) ".";
  width: 32px;
}
@media screen and (max-width: 767px) {
  #page-content .faq-list__item dd:before {
    position: absolute;
    left: 0;
  }
}
#page-content .terms {
  padding: 100px 40px 60px;
  background-color: #e5eaef;
}
@media screen and (max-width: 767px) {
  #page-content .terms {
    padding: 40px 25px 35px;
  }
}
#page-content .terms + .terms {
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  #page-content .terms + .terms {
    padding-top: 25px;
  }
}
#page-content .terms:last-of-type {
  padding-bottom: 130px;
}
@media screen and (max-width: 767px) {
  #page-content .terms:last-of-type {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  #page-content .terms {
    padding: 50px 25px 65px;
  }
}
#page-content .terms-inner {
  max-width: 1300px;
  margin: 0 auto;
}
#page-content .terms h3 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 48px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #page-content .terms h3 {
    font-size: 13px;
    margin-top: 45px;
    margin-bottom: 24px;
  }
}
#page-content .terms h4 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  #page-content .terms h4 {
    font-size: 12px;
    margin-top: 22px;
    margin-bottom: 3px;
  }
}
#page-content .terms p {
  font-size: 14px;
  line-height: 1.8571428571;
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  #page-content .terms p {
    font-size: 11px;
  }
}
#page-content .terms p a {
  text-decoration: underline;
  color: #1a3166;
}
#page-content .terms p a:hover {
  text-decoration: none;
}
#page-content .terms ol li {
  font-size: 14px;
  line-height: 1.8571428571;
  list-style: none;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
@media screen and (max-width: 767px) {
  #page-content .terms ol li {
    font-size: 11px;
    line-height: 1.9090909091;
  }
}
#page-content .terms ol.--demical {
  padding-left: 1.5rem;
  margin-top: 28px;
}
@media screen and (max-width: 767px) {
  #page-content .terms ol.--demical {
    margin-top: 20px;
    padding-left: 1.1em;
  }
}
#page-content .terms ol.--demical li {
  list-style-type: decimal;
}
@media screen and (max-width: 767px) {
  #page-content .terms ol.--demical li {
    padding-left: 0em;
    text-indent: 0em;
  }
}
#page-content .terms ul li {
  font-size: 14px;
  line-height: 1.8571428571;
}
@media screen and (max-width: 767px) {
  #page-content .terms ul li {
    font-size: 11px;
    line-height: 1.9090909091;
  }
}
#page-content .section-heading {
  text-align: center;
  margin-bottom: 85px;
}
@media screen and (max-width: 767px) {
  #page-content .section-heading {
    margin-bottom: 40px;
  }
}
#page-content .section-heading svg {
  width: auto;
}
#page-content .section-subheading {
  text-align: center;
  margin-bottom: 70px;
  position: relative;
  font-weight: bold;
  color: #1a3166;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  #page-content .section-subheading {
    font-size: 18px;
    margin-bottom: 50px;
  }
}
#page-content .section-subheading:after {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 7px;
  position: absolute;
  bottom: -44px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #7890b7;
}
@media screen and (max-width: 767px) {
  #page-content .section-subheading:after {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    bottom: -28px;
  }
}
@media screen and (min-width: 768px) {
  #page-content .sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #page-content .pc {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #page-content .about .section-heading svg {
    height: 21.5px;
  }
  #page-content .flow .section-heading svg {
    height: 23.5px;
  }
  #page-content .faq .section-heading svg {
    height: 23.5px;
  }
  #page-content .terms .section-heading svg {
    height: 23px;
  }
}
#page-content .js-fadeIn {
  opacity: 0;
  transform: translateY(10%);
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  #page-content .js-fadeIn {
    transform: translateY(5%);
  }
}
#page-content .js-fadeIn.is-active {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (min-width: 768px) {
  #page-content .js-fadeIn.--delay1 {
    transition-delay: 0.125s;
  }
}
@media screen and (min-width: 768px) {
  #page-content .js-fadeIn.--delay2 {
    transition-delay: 0.29s;
  }
}

.is-loaded #page-content .mv .mv-left:before {
  transform: translateX(100%);
}
.is-loaded #page-content .mv .mv-left__inner {
  opacity: 1;
}
.is-loaded #page-content .mv .mv-right:before {
  transform: translateX(100%);
}
