@charset "UTF-8";
@media screen and (min-width: 1500px) {
  html {
    font-size: 16px;
  }
}
@media screen and (min-width: 1700px) {
  html {
    font-size: 18px;
  }
}
@media screen and (max-width: 320px) {
  html {
    font-size: 14px;
  }
}

body {
  background-color: #fff;
  color: #333;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  overflow: hidden;
}

a {
  color: #333;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

p, li, dt, dd, th, td {
  line-height: 1.7;
  font-weight: normal;
  letter-spacing: 0.05rem;
}

h1, h2, h3, h4 {
  line-height: 1.7;
  font-weight: normal;
  letter-spacing: 0.05em;
}

strong {
  font-weight: 700;
}

/* smartphone */
@media screen and (min-width: 768px) {
  .pc-only {
    display: block;
  }
  .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block;
  }
}
/* layout */
.content-wrap {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 1500px) {
  .content-wrap {
    max-width: 1320px;
  }
}
@media screen and (min-width: 1700px) {
  .content-wrap {
    max-width: 1500px;
  }
}
@media screen and (max-width: 1264px) {
  .content-wrap {
    margin: 0 32px;
  }
}
@media screen and (max-width: 767px) {
  .content-wrap {
    margin: 0 16px;
  }
}

img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.125rem;
  font-weight: bold;
  color: #333;
  max-width: 346px;
  width: 100%;
  height: 72px;
  line-height: 72px;
  text-align: center;
  border-radius: 36px;
  padding: 0 46px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  letter-spacing: 0.05rem;
  position: relative;
}

@media screen and (min-width: 1700px) {
  .button {
    max-width: 400px;
  }
  
}
@media screen and (max-width: 767px) {
  .button {
    font-size: 1rem;
    height: 64px;
    line-height: 64px;
    padding: 0 32px;
  }
}
.button::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(../img/ico-arrow-white.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .button::after {
    width: 24px;
    height: 24px;
  }
}
.button:hover {
  opacity: 0.7;
}
.button:hover::after {
  -webkit-transform: translate(4px, -50%);
          transform: translate(4px, -50%);
}
.button--orange {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#FF6C00), to(#FF9300));
  background: linear-gradient(to right, #FF6C00, #FF9300);
}
.button--blue {
  color: #fff;
  background: #017CB7;
}
.button--center {
  margin: 0 auto;
}
.button--back::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  left: 16px;
  top: 30%;
  right: inherit;
}
.button--back:hover::after {
  -webkit-transform: rotate(-180deg) translateX(4px);
          transform: rotate(-180deg) translateX(4px);
}

.button--disabled{
  pointer-events:none;
  background: #707070;
}

.title {
  color: #017CB7;
}
.title__english {
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  font-family: "Jost", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .title__english {
    font-size: 0.875rem;
  }
}
.title__english::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url(../img/ico-search-blue.svg);
  background-size: contain;
  margin-right: 4px;
}
@media screen and (max-width: 767px) {
  .title__english::before {
    width: 12px;
    height: 12px;
  }
}
.title__japanese {
  display: block;
  font-size: 2.5rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .title__japanese {
    font-size: 1.5rem;
  }
}
.title__japanese img {
  display: inline-block;
  width: 287px;
  margin-right: 12px;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .title__japanese img {
    width: 200px;
    margin-bottom: 9px;
  }
}
.title--white {
  color: #fff;
}
.title--white .title__english::before {
  content: "";
  background-image: url(../img/ico-search-white.svg);
}

.link-s {
  font-size: 1rem;
  font-weight: bold;
  color: #017CB7;
  padding-left: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .link-s {
    font-size: 0.9375rem;
    padding-left: 32px;
  }
}
.link-s::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(../img/ico-arrow-blue.svg);
  background-size: contain;
  position: absolute;
  top: -3px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .link-s::before {
    width: 24px;
    height: 24px;
    top: 0;
  }
}

.cv {
  background: -webkit-gradient(linear, left top, right top, from(#017CB7), to(#4FC0F5));
  background: linear-gradient(to right, #017CB7, #4FC0F5);
  padding: 80px 0 120px;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .cv {
    padding: 64px 0;
  }
}
.cv__title {
  text-align: center;
  margin-bottom: 72px;
}
@media screen and (max-width: 767px) {
  .cv__title {
    margin-bottom: 48px;
  }
}
.cv__list {
  max-width: 1080px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .cv__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-gap: 32px;
  }
}
.cv__list-content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  background: #fff;
  border-radius: 20px;
  padding: 40px 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .cv__list-content {
    width: 100%;
    padding: 20px;
    flex-direction: column;
  }
}

.cv__list-image {
  width: 42%;
}
@media screen and (max-width: 767px) {
  .cv__list-image {
    width: 100%;
    max-width: 240px;
    margin: 0 auto 24px;
  }
}
.cv__list-text {
  width: 49%;
}

@media screen and (max-width: 767px) {
  .cv__list-text {
    width: 100%;
  }
}

.cv__list-title {
  font-size: 2rem;
  font-weight: bold;
  color: #017CB7;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .cv__list-title {
    font-size: 1.3rem;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .cv__list-description {
    font-size: 0.9375rem;
    margin-bottom: 24px;
  }
}
.cv__list-button {
  width: 100%;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .cv__list-button {
    position: relative;
    bottom: inherit;
    left: inherit;
    -webkit-transform: inherit;
            transform: inherit;
  }
}

.cv {
  padding: 260px 0 120px;
  position: relative;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .cv {
    padding: 144px 0 64px;
  }
}
.cv::before {
  content: "";
  display: block;
  width: 100%;
  height: 160px;
  background-image: url(../img/bg-white.webp);
  background-size: 100% 100%;
  position: absolute;
  top: -1px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .cv::before {
    background-image: url(../img/bg-white-sp.webp);
    height: 80px;
  }
}

.ac-child {
  display: none;
}

.page-mv {
  padding-top: 212px;
  padding-bottom: 190px;
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#017CB7), to(#4FC0F5));
  background: linear-gradient(to right, #017CB7, #4FC0F5);
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .page-mv {
    padding-top: 100px;
    padding-bottom: 100px;
    margin-bottom: 64px;
  }
}
.page-mv::after {
  content: "";
  width: 100%;
  height: 160px;
  background-image: url(../img/mv-bg.webp);
  background-size: 100% 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .page-mv::after {
    background-image: url(../img/mv-bg-sp.webp);
    height: 80px;
  }
}
.page-mv::before {
  content: "";
  display: block;
  width: 456px;
  aspect-ratio: 668/451;
  background-image: url(../img/bg-logo.webp);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 152px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .page-mv::before {
    width: 240px;
    top: 92px;
  }
}
.page-mv__title {
  color: #fff;
  text-align: center;
}
.page-mv__title-english {
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  font-family: "Jost", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .page-mv__title-english {
    font-size: 0.875rem;
  }
}
.page-mv__title-english::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url(../img/ico-search-white.svg);
  background-size: contain;
  margin-right: 4px;
}
@media screen and (max-width: 767px) {
  .page-mv__title-english::before {
    width: 12px;
    height: 12px;
  }
}
.page-mv__title-japanese {
  display: block;
  font-size: 3.5rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .page-mv__title-japanese {
    font-size: 1.75rem;
  }
}
.page-mv__title-japanese img {
  display: inline-block;
  width: 287px;
  margin-right: 12px;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .page-mv__title-japanese img {
    width: 200px;
    margin-bottom: 9px;
  }
}

.article h2 {
  margin: 48px 0 32px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #017CB7;
}
@media screen and (max-width: 767px) {
  .article h2 {
    font-size: 1.25rem;
  }
}
.article h2:first-of-type {
  margin: 0 0 32px;
}
.article h3,
.article h4,
.article p,
.article div,
.article img,
.article ul,
.article ol {
  margin: 32px 0;
}
.article h3:first-of-type,
.article h4:first-of-type,
.article p:first-of-type,
.article div:first-of-type,
.article img:first-of-type,
.article ul:first-of-type,
.article ol:first-of-type {
  margin: 0 0 32px;
}
@media screen and (max-width: 767px) {
  .article p {
    font-size: 0.9375rem;
  }
}
.article p b {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #F7FFB5));
  background: linear-gradient(transparent 70%, #F7FFB5 70%);
}
@media screen and (max-width: 767px) {
  .article ul li,
  .article ol li {
    font-size: 0.9375rem;
  }
}
.article ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 4px;
}
@media screen and (max-width: 767px) {
  .article ul {
    grid-gap: 4px;
  }
}
.article ul li {
  padding-left: 16px;
  position: relative;
  font-size: 1rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .article ul li {
    font-size: 0.9375rem;
    padding-left: 16px;
  }
}
.article ul li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  top: 10px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  background: #017CB7;
}
.article ol {
  list-style: decimal;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 4px;
}
.article h3 {
  font-size: 1.25;
  font-weight: bold;
  color: #4FC0F5;
}
.article--case h2 {
  /* padding-left: 34px; */
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #017CB7;
}
/* .article--case h2::before {
  content: "Q.";
  font-family: "Jost", "Noto Sans JP", sans-serif;
  position: absolute;
  top: 0;
  left: 0;
} */
.article--blog h2 {
  padding-left: 24px;
  position: relative;
}
.article--blog h2::before {
  content: "";
  width: 10px;
  height: 90%;
  border-radius: 50px;
  background: -webkit-gradient(linear, left top, left bottom, from(#017CB7), to(#4FC0F5));
  background: linear-gradient(to bottom, #017CB7, #4FC0F5);
  position: absolute;
  top: 5%;
  left: 0;
}

.table {
  border-spacing: 8px;
  width: calc(100% + 16px);
  margin-left: -8px;
}
@media screen and (max-width: 767px) {
  .table {
    border-spacing: 4px;
    width: calc(100% + 8px);
    margin-left: -4px;
  }
}
.table th,
.table td {
  padding: 20px 32px;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .table th,
  .table td {
    padding: 12px;
    font-size: 0.9375rem;
  }
}
.table th {
  background: #017CB7;
  color: #fff;
}
.table td {
  background: #EDF5F7;
  color: #017CB7;
}

.mv {
  padding-top: 96px;
  background: -webkit-gradient(linear, left top, right top, from(#017CB7), to(#4FC0F5));
  background: linear-gradient(to right, #017CB7, #4FC0F5);
  height: 100vh;
}
@media screen and (max-width: 767px) {
  .mv {
    padding-top: 0;
    height: auto;
    background: transparent;
  }
}
.mv .content-wrap {
  height: 100%;
}
.mv__content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .mv__content {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.mv__text {
  width: 51.75%;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mv__text {
    background: -webkit-gradient(linear, left top, right top, from(#017CB7), to(#4FC0F5));
    background: linear-gradient(to right, #017CB7, #4FC0F5);
    padding-top: 110px;
    padding-bottom: 120px;
    width: 100vw;
  }
}
.mv__text::before {
  content: "";
  display: block;
  width: 75%;
  aspect-ratio: 666/568;
  background-image: url(../img/bg-logo.webp);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 40px;
  left: 16%;
}
@media screen and (max-width: 767px) {
  .mv__text::before {
    top: 140px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.mv__title {
  font-size: 3.25rem;
  font-weight: bold;
  line-height: 1.5;
  white-space: nowrap;
  margin-bottom: 64px;
  position: relative;
}

.mv__title strong {
  color: #F7FFB5;
  font-size: 4rem;
}

.mv__title span {
  font-size: 2.75rem;
  display:block;
}

@media screen and (max-width: 767px) {
  .mv__title {
    font-size: 2rem;
    margin: 0 16px 32px;
  }

  .mv__title strong {
    font-size: 2.75rem;
  }

  .mv__title span {
    font-size: 1.5rem;
    margin-top: 4px;
    line-height: 1.7;
  }
}

.mv__description {
  font-size: 1.125rem;
  white-space: nowrap;
  line-height: 2;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mv__description {
    font-size: 0.935rem;
    margin: 0 16px;
    white-space: normal;
  }
}
.mv__form {
  width: 43.3%;
  background: #fff;
  border-radius: 20px;
  padding: 46px 20px 32px;
}
@media screen and (max-width: 767px) {
  .mv__form {
    width: 100%;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    margin-top: -80px;
    position: relative;
    z-index: 2;
  }
}

.theme-dock {
  padding: 120px 0 80px;
}

.theme-dock__title {
  text-align: center;
  margin-bottom: 96px;
}

@media screen and (max-width: 767px) {
  .theme-dock__title {
    margin-bottom: 56px;
  }
}

.about {
  padding: 80px 0 32px;
}
@media screen and (max-width: 767px) {
  .about {
    padding: 64px 0 24px;
  }
}
.about__title {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .about__title {
    margin-bottom: 64px;
  }
}
.about__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .about__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-gap: 40px;
  }
}
.about__list-content {
  width: 48%;
  background: #EDF5F7;
  border-radius: 20px;
  padding: 46px 28px 28px;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .about__list-content {
    width: 100%;
    padding: 40px 16px 16px;
  }
}
.about__list-content:first-of-type .about__list-insight::before {
  width: 92px;
  height: 116px;
  background-image: url(../img/img-insight-01.webp);
}
@media screen and (max-width: 767px) {
  .about__list-content:first-of-type .about__list-insight::before {
    width: 62px;
    height: 78px;
  }
}
.about__list-content:nth-of-type(2) .about__list-insight::before {
  width: 94px;
  height: 130px;
  background-image: url(../img/img-insight-02.webp);
}
@media screen and (max-width: 767px) {
  .about__list-content:nth-of-type(2) .about__list-insight::before {
    width: 64px;
    height: 89px;
  }
}

.about__list-content:nth-of-type(3),
.about__list-content:nth-of-type(4) {
  margin-top: 72px;
}

.about__list-content:nth-of-type(3) .about__list-insight::before {
  width: 93px;
  height: 108px;
  background-image: url(../img/img-insight-03.webp);
}
@media screen and (max-width: 767px) {
  .about__list-content:nth-of-type(3),
  .about__list-content:nth-of-type(4) {
    margin-top: 0;
  }

  .about__list-content:nth-of-type(3) .about__list-insight::before {
    width: 62px;
    height: 72px;
  }
}
.about__list-content:nth-of-type(4) .about__list-insight::before {
  width: 95px;
  height: 119px;
  background-image: url(../img/img-insight-04.webp);
}
@media screen and (max-width: 767px) {
  .about__list-content:nth-of-type(4) .about__list-insight::before {
    width: 64px;
    height: 79px;
  }
}

.about__list-number {
  font-family: "Jost", "Noto Sans JP", sans-serif;
  font-weight: 600;
  color: #4FC0F5;
  text-align: center;
  font-size: 4rem;
  position: absolute;
  top: -54px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .about__list-number {
    font-size: 3rem;
    top: -40px;
  }
}
.about__list-title {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .about__list-title {
    font-size: 1.3rem;
    margin-bottom: 16px;
  }
}
.about__list-insight {
  max-width: 460px;
  margin: 0 auto 32px;
  position: relative;
  color: #017CB7;
}
@media screen and (max-width: 767px) {
  .about__list-insight {
    margin: 0 auto 24px;
  }
}
.about__list-insight::before {
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
}
.about__list-insight::after {
  content: "";
  display: block;
  width: 32px;
  height: 41px;
  background-image: url(../img/arrow-bottom.webp);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  bottom: -41px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .about__list-insight::after {
    width: 25px;
    height: 32px;
    bottom: -32px;
  }
}
.about__list-insight-description {
  padding: 20px 10px 20px 86px;
  margin-left: 32px;
  border-radius: 10px;
  background: #fff;
  font-size: 1.125rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .about__list-insight-description {
    padding: 10px 10px 10px 44px;
    margin-left: 24px;
    font-size: 1rem;
  }
}
.about__list-insight-description strong {
  font-size: 1.375rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #F7FFB5));
  background: linear-gradient(transparent 70%, #F7FFB5 70%);
}
@media screen and (max-width: 767px) {
  .about__list-insight-description strong {
    font-size: 1.125rem;
  }
}
.about__list-box {
  background: -webkit-gradient(linear, left top, right top, from(#017CB7), to(#4FC0F5));
  background: linear-gradient(to right, #017CB7, #4FC0F5);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 32px 16px;
  border-radius: 10px;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .about__list-box {
    padding: 16px 10px;
  }
}
.about__list-box-fukidashi {
  display: inline-block;
  font-weight: bold;
  background: #fff;
  padding: 0 10px 0 36px;
  height: 24px;
  line-height: 24px;
  color: #017CB7;
  border-radius: 12px;
  margin-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .about__list-box-fukidashi {
    font-size: 0.875rem;
    padding: 0 10px 0 32px;
  }
}
.about__list-box-fukidashi::before {
  content: "";
  display: block;
  width: 22px;
  height: 38px;
  background-image: url(../img/ico-light.webp);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 3px;
  left: 8px;
}
@media screen and (max-width: 767px) {
  .about__list-box-fukidashi::before {
    left: 6px;
  }
}
.about__list-box-fukidashi::after {
  content: "";
  display: block;
  width: 11px;
  height: 10px;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  left: 50%;
  bottom: -9px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.about__list-box-description {
  font-size: 1.3rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .about__list-box-description {
    font-size: 0.9375rem;
  }
}
.about__list-box-description strong {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .about__list-box-description strong {
    font-size: 1rem;
  }
}

.flow {
  padding: 220px 0 40px;
}

.flow__title {
  text-align: center;
  margin-bottom: 80px;
}

.flow__list {
  max-width: 960px;
  margin: 0 auto;
}

.flow__list-content {
  display: flex;
  justify-content: space-between;
  padding-left: 72px;
  padding-bottom: 64px;
  position: relative;
}

.flow__list-content::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #4FC0F5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.flow__list-content::after {
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  background: #EDF5F7;
  position: absolute;
  top: 0;
  left: 14px;
}

.flow__list-content:last-of-type {
  padding-bottom: 0;
}

.flow__list-content:last-of-type::after {
  content: none;
}

.flow__list-image {
  width: 27%;
}

.flow__list-image img {
  border-radius: 10px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.flow__list-text {
  width: 68%;
}

.flow__list-number {
  color: #017CB7;
  font-weight: bold;
  font-family: "Jost", "Noto Sans JP", sans-serif;
  margin-bottom: 2px;
}

.flow__list-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .flow {
    padding: 128px 0 24px;
  }

  .flow__title {
    margin-bottom: 56px;
  }

  .flow__list-content {
    padding-left: 40px;
    padding-bottom: 40px;
  }

  .flow__list-content::before {
    width: 24px;
    height: 24px;
  }

  .flow__list-content::after {
    content: "";
    display: block;
    width: 4px;
    height: 100%;
    background: #EDF5F7;
    position: absolute;
    top: 0;
    left: 10px;
  }

  .flow__list-image img {
    border-radius: 6px;
  }

  .flow__list-number {
    font-size: 0.875rem;
  }

  .flow__list-title {
    font-size: 1.125rem;
    margin-bottom: 16px;
  }
  .flow__list-description {
    font-size: 0.9rem;
  }
}

.scene {
  padding: 120px 0;
  background: #EDF5F7;
}
@media screen and (max-width: 767px) {
  .scene {
    padding: 64px 0;
  }
}
.scene__title {
  text-align: center;
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .scene__title {
    margin-bottom: 48px;
  }
}

.use-case {
  padding: 120px 0;
}

.use-case__title {
  text-align: center;
  margin-bottom: 48px;
}

.use-case__description {
  text-align: center;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .use-case {
    padding: 64px 0;
  }

  .use-case__title {
    margin-bottom: 40px;
  }

  .use-case__description {
    text-align: left;
    font-size: 0.9375rem;
    font-weight: normal;
    margin-bottom: 48px;
  }
}

.case {
  padding: 120px 0;
  background: #EDF5F7;
}
@media screen and (max-width: 767px) {
  .case {
    padding: 64px 0;
  }
}
.case__title {
  text-align: center;
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .case__title {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 767px) {
  .case__list {
    width: 100vw;
    padding: 0 16px;
    margin-left: -16px;
    overflow-x: scroll;
  }
}

.faq {
  padding: 120px 0 160px;
}
@media screen and (max-width: 767px) {
  .faq {
    padding: 64px 0;
  }
}
.faq__title {
  text-align: center;
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .faq__title {
    margin-bottom: 48px;
  }
}

.faq-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 24px;
}
@media screen and (max-width: 767px) {
  .faq-list {
    grid-gap: 16px;
  }
}
.faq-list__content {
  background: #EDF5F7;
  border-radius: 10px;
}
.faq-list__title {
  font-size: 1.25rem;
  font-weight: bold;
  padding: 32px 64px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .faq-list__title {
    padding: 16px 48px;
    font-size: 1rem;
  }
}
.faq-list__title::before {
  content: "Q.";
  position: absolute;
  font-size: 1.75rem;
  color: #017CB7;
  font-weight: bold;
  font-family: "Jost", "Noto Sans JP", sans-serif;
  left: 24px;
  top: 26px;
}
@media screen and (max-width: 767px) {
  .faq-list__title::before {
    font-size: 1.125rem;
    top: 14px;
    left: 16px;
  }
}
.faq-list__title::after {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background-image: url(../img/ico-plus.svg);
  background-size: contain;
  position: absolute;
  top: 35px;
  right: 24px;
}
@media screen and (max-width: 767px) {
  .faq-list__title::after {
    width: 20px;
    height: 20px;
    top: 20px;
    right: 16px;
  }
}
.faq-list__title.open::after {
  background-image: url(../img/ico-minus.svg);
}
.faq-list__description {
  padding: 0 24px 32px;
}
@media screen and (max-width: 767px) {
  .faq-list__description {
    padding: 0 16px 16px;
  }
}

.functions-link__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .functions-link__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    grid-gap: 16px;
  }
}
.functions-link__list-content {
  width: 23%;
}
@media screen and (max-width: 767px) {
  .functions-link__list-content {
    width: calc(50% - 8px);
  }
}
.functions-link__list-link {
  display: block;
  height: 100%;
  background: #EDF5F7;
  padding: 20px 20px 48px;
  position: relative;
  border-radius: 20px;
}
.functions-link__list-link::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(../img/ico-arrow-bottom.svg);
  background-size: contain;
  position: absolute;
  bottom: 14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.functions-link__list-image {
  max-width: 100px;
  margin: 0 auto 8px;
}
@media screen and (max-width: 767px) {
  .functions-link__list-image {
    max-width: 64px;
  }
}
.functions-link__list-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #017CB7;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .functions-link__list-title {
    font-size: 1rem;
  }
}

.functions-content {
  padding: 254px 0 32px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .functions-content {
    padding: 144px 0 24px;
  }
}
.functions-content--01 {
  padding: 155px 0 32px;
}
@media screen and (max-width: 767px) {
  .functions-content--01 {
    padding: 80px 0 24px;
  }
}
.functions-content--02, .functions-content--04 {
  background: #EDF5F7;
}
.functions-content--02::before, .functions-content--04::before {
  content: "";
  display: block;
  width: 100%;
  height: 160px;
  background-image: url(../img/bg-white.webp);
  background-size: 100% 100%;
  position: absolute;
  top: -1px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .functions-content--02::before, .functions-content--04::before {
    background-image: url(../img/bg-white-sp.webp);
    height: 80px;
  }
}
.functions-content--03::before {
  content: "";
  display: block;
  width: 100%;
  height: 160px;
  background-image: url(../img/bg-blue.webp);
  background-size: 100% 100%;
  position: absolute;
  top: -1px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .functions-content--03::before {
    background-image: url(../img/bg-blue-sp.webp);
    height: 80px;
  }
}
.functions-content--04 {
  padding: 254px 0 120px;
}
@media screen and (max-width: 767px) {
  .functions-content--04 {
    padding: 144px 0 64px;
  }
}
.functions-content__inner {
  max-width: 1080px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .functions-content__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-gap: 32px;
  }
}
.functions-content__text {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .functions-content__text {
    width: 100%;
  }
}
.functions-content__image {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .functions-content__image {
    width: 100%;
  }
}
.functions-content__number {
  width: 95px;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .functions-content__number {
    width: 54px;
    margin: 0 auto 24px;
  }
}
.functions-content__title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #017CB7;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .functions-content__title {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  .functions-content__description {
    font-size: 0.9375rem;
  }
}

.functions-01 {
  margin-top: 88px;
}
@media screen and (max-width: 767px) {
  .functions-01 {
    margin-top: 40px;
  }
}
.functions-01__title {
  padding-left: 30px;
  font-size: 2rem;
  font-weight: bold;
  color: #017CB7;
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .functions-01__title {
    font-size: 1.25rem;
  }
}
.functions-01__title::before {
  content: "";
  display: block;
  width: 10px;
  height: 90%;
  position: absolute;
  top: 5%;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#017CB7), to(#4FC0F5));
  background: linear-gradient(to bottom, #017CB7, #4FC0F5);
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .functions-01__list-wrap {
    width: 100vw;
    margin-left: -16px;
    padding: 0 16px;
    overflow-x: scroll;
  }
}
.functions-01__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .functions-01__list {
    width: 840px;
  }
}
.functions-01__list-content {
  width: 33.3333333333%;
}
.functions-01__list-content:first-of-type {
  background: #F8FAFC;
}
.functions-01__list-content:first-of-type .functions-01__list-title {
  background: #4FC0F5;
}
.functions-01__list-content:first-of-type .functions-01__list-title::after {
  background: #4FC0F5;
}
.functions-01__list-content:nth-of-type(2) {
  background: #F2F6F9;
}
.functions-01__list-content:nth-of-type(2) .functions-01__list-title {
  background: #006E9F;
}
.functions-01__list-content:nth-of-type(2) .functions-01__list-title::after {
  background: #006E9F;
}
.functions-01__list-content:nth-of-type(3) {
  background: #EDF5F7;
}
.functions-01__list-content:nth-of-type(3) .functions-01__list-title {
  background: #017CB7;
}
.functions-01__list-content:nth-of-type(3) .functions-01__list-title::after {
  content: none;
}
.functions-01__list-title {
  font-size: 1.125rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  height: 40px;
  line-height: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .functions-01__list-title {
    font-size: 0.9375rem;
  }
}
.functions-01__list-title span {
  display: inline-block;
  font-size: 1.25rem;
  margin-right: 16px;
  color: #F7FFB5;
  font-family: "Jost", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .functions-01__list-title span {
    font-size: 1rem;
    margin-right: 12px;
  }
}
.functions-01__list-title::after {
  content: "";
  display: block;
  width: 12px;
  height: 40px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  right: -11.5px;
  top: 0;
  z-index: 2;
}
.functions-01__list-inner {
  padding: 35px 24px;
}
.functions-01__list-image {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .functions-01__list-image {
    margin-bottom: 24px;
  }
}
.functions-01__list-image img {
  border-radius: 10px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.functions-01__list-sub-title {
  font-weight: bold;
  margin-bottom: 12px;
}
.functions-01__list-description {
  font-size: 0.75rem;
}

.functions-02 {
  margin-top: 68px;
}
@media screen and (max-width: 767px) {
  .functions-02 {
    margin-top: 40px;
  }
}
.functions-02__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .functions-02__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-gap: 32px;
  }
}
.functions-02__list-content {
  width: 31%;
  border-radius: 20px;
  padding: 80px 24px 24px;
  background: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  position: relative;
}
@media screen and (max-width: 767px) {
  .functions-02__list-content {
    width: 100%;
    padding: 64px 20px 20px;
  }
}
.functions-02__list-number {
  font-family: "Jost", "Noto Sans JP", sans-serif;
  font-size: 2.875rem;
  line-height: 1;
  font-weight: bold;
  color: #EDF5F7;
  position: absolute;
  top: 24px;
  left: 24px;
}
@media screen and (max-width: 767px) {
  .functions-02__list-number {
    font-size: 2.5rem;
    top: 20px;
    left: 20px;
  }
}
.functions-02__list-title {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  color: #017CB7;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .functions-02__list-title {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .functions-02__list-description {
    font-size: 0.9375rem;
  }
}
.functions-02__list-annotation {
  display: block;
  font-size: 0.75rem;
  margin-top: 16px;
}

.case-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -32px;
}
.case-list::after {
  content: "";
  display: block;
  width: 31%;
}
@media screen and (max-width: 767px) {
  .case-list {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .case-list--top {
    width: 888px;
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .case-list--page {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-gap: 32px;
  }
}
.case-list__content {
  width: 31%;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .case-list__content {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .case-list__content--top {
    width: 280px;
    white-space: normal;
  }
}
@media screen and (max-width: 767px) {
  .case-list__content--page {
    width: 100%;
  }
}
.case-list__link {
  display: block;
}
.case-list__link:hover .case-list__image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.case-list__image {
  aspect-ratio: 570 / 370;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 16px;
}
.case-list__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.case-list__title {
  font-size: 1.75rem;
  font-weight: bold;
  color: #017CB7;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .case-list__title {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .case-list__description {
    font-size: 0.9375rem;
  }
}

.use-case-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .use-case-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-gap: 32px;
  }
}
.use-case-list__content {
  width: 31%;
  background: #fff;
  border-radius: 20px;
  padding: 32px 32px 40px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767px) {
  .use-case-list__content {
    width: 100%;
    padding: 32px 20px 20px;
  }
}
.use-case-list__image {
  max-width: 310px;
  margin: 0 auto 24px;
}
@media screen and (max-width: 767px) {
  .use-case-list__image {
    max-width: 260px;
  }
}
.use-case-list__title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #017CB7;
  text-align: center;
  margin-bottom: 16px;
  min-height: 82px;
}
@media screen and (max-width: 767px) {
  .use-case-list__title {
    font-size: 1.3rem;
    min-height: auto;
  }
}
@media screen and (max-width: 767px) {
  .use-case-list__description {
    font-size: 0.9375rem;
  }
}

.use-case-list__box {
  background: #EDF5F7;
  border-radius: 10px;
  padding: 24px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .use-case-list__box {
    padding: 20px;
  }
}


.use-case-list__box-title {
  display: inline-block;
  padding: 0 12px 0 36px;
  background: #FF9300;
  height: 24px;
  line-height: 24px;
  border-radius: 12px;
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  position: relative;
  margin-bottom: 12px;
}


@media screen and (max-width: 767px) {
  .use-case-list__box-title {
    font-size: 0.875rem;
  }
}

.use-case-list__box-title::before {
  content: "";
  display: block;
  width: 22px;
  height: 38px;
  position: absolute;
  bottom: 3px;
  left: 8px;
  background-image: url(../img/ico-light-02.webp);
  background-size: contain;
}

.use-case-list__list {
  display: inline-block;
  text-align: left;
}

.use-case-list__list-content {
  font-size: 1rem;
  font-weight: bold;
  padding-left: 12px;
  position: relative;
  color: #017CB7;
}

@media screen and (max-width: 767px) {
  .use-case-list__list-content {
    font-size: 0.9375rem;
  }
}


.use-case-list__list-content::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #FF9300;
  border-radius: 50%;
  position: absolute;
  top: 11px;
  left: 0;
}

.scene-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .scene-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-gap: 32px;
  }
}
.scene-list__content {
  width: 31%;
  background: #fff;
  border-radius: 20px;
  padding: 32px 32px 40px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767px) {
  .scene-list__content {
    width: 100%;
  }
}
.scene-list__image {
  max-width: 200px;
  margin: 0 auto 24px;
}
@media screen and (max-width: 767px) {
  .scene-list__image {
    max-width: 120px;
  }
}
.scene-list__title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #017CB7;
  text-align: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .scene-list__title {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .scene-list__description {
    font-size: 0.9375rem;
  }
}

.scene-content {
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .scene-content {
    padding-top: 64px;
  }
}
.scene-content--03 {
  border-bottom: 1px solid #fff;
}
.scene-content__detail {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .scene-content__detail {
    padding-bottom: 12px;
  }
}
.scene-content__number {
  display: inline-block;
  width: 64px;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .scene-content__number {
    width: 40px;
  }
}
.scene-content__title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #017CB7;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .scene-content__title {
    font-size: 1.5rem;
  }
}
.scene-content__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 875px;
  margin: 0 auto;
  grid-gap: 30px;
}
@media screen and (max-width: 767px) {
  .scene-content__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-gap: 32px;
  }
}
.scene-content__list-content {
  width: calc(50% - 15px);
  border-radius: 10px;
  padding: 24px 24px 48px;
}
@media screen and (max-width: 767px) {
  .scene-content__list-content {
    width: 100%;
    padding: 20px 20px 32px;
  }
}
.scene-content__list-content--insight {
  background: #f5f5f5;
  position: relative;
}
.scene-content__list-content--insight::after {
  content: "";
  display: block;
  width: 41px;
  height: 32px;
  background-image: url(../img/scene/ico-arrow-right.webp);
  background-size: contain;
  position: absolute;
  top: 50%;
  right: -41px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .scene-content__list-content--insight::after {
    background-image: url(../img/arrow-bottom.webp);
    width: 25px;
    height: 32px;
    bottom: -32px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
    top: inherit;
    right: inherit;
  }
}
.scene-content__list-content--insight .scene-content__list-title {
  background: #333;
}
.scene-content__list-content--insight .scene-content__text-list-content::before {
  background: #333;
}
.scene-content__list-content--insight .scene-content__text-list-content strong {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #D8D8D8));
  background: linear-gradient(transparent 70%, #D8D8D8 70%);
}
.scene-content__list-content--answer {
  background: #EDF5F7;
}
.scene-content__list-content--answer .scene-content__list-title {
  background: -webkit-gradient(linear, left top, right top, from(#017CB7), to(#4FC0F5));
  background: linear-gradient(to right, #017CB7, #4FC0F5);
}
.scene-content__list-content--answer .scene-content__text-list-content {
  color: #017CB7;
}
.scene-content__list-content--answer .scene-content__text-list-content::before {
  background: #017CB7;
}
.scene-content__list-content--answer .scene-content__text-list-content strong {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #F7FFB5));
  background: linear-gradient(transparent 70%, #F7FFB5 70%);
}
.scene-content__list-title {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  width: 128px;
  height: 46px;
  line-height: 46px;
  border-radius: 23px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .scene-content__list-title {
    font-size: 0.9375rem;
    height: 40px;
    line-height: 40px;
    margin-bottom: 20px;
  }
}
.scene-content__text-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 16px;
}
@media screen and (max-width: 767px) {
  .scene-content__text-list {
    grid-gap: 12px;
  }
}
.scene-content__text-list-content {
  padding-left: 20px;
  position: relative;
  font-weight: bold;
  font-size: 1.125rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .scene-content__text-list-content {
    font-size: 0.9375rem;
    padding-left: 16px;
  }
}
.scene-content__text-list-content::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .scene-content__text-list-content::before {
    width: 6px;
    height: 6px;
    top: 10px;
  }
}
.scene-content__summary {
  padding: 48px 0 56px;
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#017CB7), to(#4FC0F5));
  background: linear-gradient(to right, #017CB7, #4FC0F5);
}
@media screen and (max-width: 767px) {
  .scene-content__summary {
    padding: 10px 0 40px;
  }
}
.scene-content__summary::before {
  content: "";
  display: block;
  width: 100%;
  height: 160px;
  background-image: url(../img/bg-white.webp);
  background-size: 100% 100%;
  position: absolute;
  top: -1px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .scene-content__summary::before {
    background-image: url(../img/bg-white-sp.webp);
    height: 80px;
  }
}
.scene-content__summary-image {
  max-width: 460px;
  margin: 0 auto 32px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .scene-content__summary-image {
    max-width: 280px;
    margin: 0 auto 32px;
  }
}
.scene-content__summary-list {
  max-width: 780px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 24px;
}
@media screen and (max-width: 767px) {
  .scene-content__summary-list {
    grid-gap: 16px;
  }
}
.scene-content__summary-list-content {
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  padding-left: 32px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .scene-content__summary-list-content {
    font-size: 1rem;
    padding-left: 24px;
  }
}
.scene-content__summary-list-content strong {
  font-size: 2rem;
  font-family: "Jost", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .scene-content__summary-list-content strong {
    font-size: 1.25rem;
  }
}
.scene-content__summary-list-content::before {
  content: "";
  display: block;
  width: 12px;
  height: 20px;
  border-bottom: 3px solid #F7FFB5;
  border-right: 3px solid #F7FFB5;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 7px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .scene-content__summary-list-content::before {
    width: 8px;
    height: 13px;
    top: 7px;
    left: 2px;
  }
}

.reason--top {
  background: -webkit-gradient(linear, left top, right top, from(#017CB7), to(#4FC0F5)) top/100% 50% no-repeat, transparent;
  background: linear-gradient(to right, #017CB7, #4FC0F5) top/100% 50% no-repeat, transparent;
  padding: 260px 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .reason--top {
    padding: 144px 0 0;
  }
}
.reason--top::before {
  content: "";
  display: block;
  width: 100%;
  height: 160px;
  background-image: url(../img/bg-white.webp);
  background-size: 100% 100%;
  position: absolute;
  top: -1px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .reason--top::before {
    background-image: url(../img/bg-white-sp.webp);
    height: 80px;
  }
}
.reason--top .reason__content--01 {
  background: -webkit-gradient(linear, left top, right top, from(#017CB7), to(#4FC0F5));
  background: linear-gradient(to right, #017CB7, #4FC0F5);
  color: #fff;
}
.reason--top .reason__content--03 {
  background: -webkit-gradient(linear, left top, right top, from(#017CB7), to(#4FC0F5));
  background: linear-gradient(to right, #017CB7, #4FC0F5);
  color: #fff;
  padding-bottom: 88px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .reason--top .reason__content--03 {
    padding-bottom: 0;
  }
}
.reason--top .reason__content--03::after {
  content: "";
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#017CB7), to(#4FC0F5));
  background: linear-gradient(to right, #017CB7, #4FC0F5);
  height: 180px;
  width: 100%;
  position: absolute;
  bottom: -179px;
  left: 0;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .reason--top .reason__content--03::after {
    height: 128px;
    bottom: -127px;
  }
}

.reason__title {
  text-align: center;
}
.reason__content {
  padding: 88px 0;
}
.reason__content--02 {
  background: #fff;
}
.reason__content--02 .reason__content-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .reason__content {
    padding: 64px 0;
  }

  .reason__content--02 .reason__content-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .reason__content--01 .reason__content-image {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
}
.reason__content-inner {
  max-width: 1080px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1028px) {
  .reason__content-inner {
    margin: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .reason__content-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-gap: 24px;
  }
}
.reason__content-text {
  width: 50%;
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  .reason__content-text {
    width: 100%;
    padding-left: 0;
  }
}
.reason__content-image {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .reason__content-image {
    width: 100%;
  }
}
.reason__content-number {
  width: 88px;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .reason__content-number {
    width: 54px;
    margin: 0 auto 24px;
  }
}
.reason__content-title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .reason__content-title {
    font-size: 1.3rem;
    text-align: center;
  }
}

.reason__content-sub-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .reason__content-sub-title {
    font-size: 1.125rem;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .reason__content-description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 0.935rem;
  }
}

.document {
  padding: 120px 0;
}

.document__title {
  text-align: center;
}

.document__form {
  max-width: 640px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .document {
    padding: 64px 0;
  }
}

.footer {
  background: -webkit-gradient(linear, left top, right top, from(#017CB7), to(#4FC0F5));
  background: linear-gradient(to right, #017CB7, #4FC0F5);
  color: #fff;
  padding: 48px 0;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 40px 0;
  }
}
.footer__content {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .footer__content {
  }
}
.footer__menu {
  position: relative;
}

.footer__sub-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 32px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .footer__sub-menu-list {
    grid-gap: 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer__sub-menu-list-link {
  font-size: 0.875rem;
  font-weight: bod;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer__sub-menu-list-link {
    font-size: 0.75rem;
  }
}

.footer__copyright {
  display: block;
  text-align: center;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    position: relative;
    text-align: center;
  }
}
.footer__copyright .copyright {
  font-family: "Jost", "Noto Sans JP", sans-serif;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .footer__copyright .copyright {
    font-size: 0.875rem;
  }
}

.header {
  width: calc(100% - 32px);
  background-color: #fff;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 999;
  position: absolute;
  top: 16px;
  left: 16px;
  border-radius: 40px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.header.fixed {
  position: fixed;
}
@media screen and (max-width: 980px) {
  .header {
    height: 56px;
    top: 8px;
    left: 8px;
    width: calc(100% - 16px);
  }
}
.header__logo {
  line-height: 80px;
  width: 198px;
  margin-left: 32px;
}
@media screen and (max-width: 980px) {
  .header__logo {
    line-height: 56px;
    width: 120px;
    margin-left: 16px;
  }
}
.header__logo a {
  display: flex;
}
.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 30px;
  grid-gap: 40px;
}
@media screen and (max-width: 1160px) {
  .header__menu {
    grid-gap: 24px;
  }
}
@media screen and (max-width: 980px) {
  .header__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    grid-gap: 0;
  }
}
@media screen and (max-width: 980px) {
  .header__menu-list {
    width: 100%;
    margin-bottom: 16px;
  }
}
.header__menu-list-content {
  display: inline-block;
  height: 100%;
}
@media screen and (max-width: 980px) {
  .header__menu-list-content {
    height: auto;
    display: block;
    line-height: 1.7;
  }
}
.header__menu-list-content + .header__menu-list-content {
  margin-left: 40px;
}
@media screen and (max-width: 1200px) {
  .header__menu-list-content + .header__menu-list-content {
    margin-left: 16px;
  }
}

@media screen and (max-width: 1060px) {
  .header__menu-list-content + .header__menu-list-content {
    margin-left: 12px;
  }
}
@media screen and (max-width: 980px) {
  .header__menu-list-content + .header__menu-list-content {
    margin-left: 0;
  }
}
.header__menu-list-link {
  display: block;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 1rem;
  font-weight: bold;
}
.header__menu-list-link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1200px) {
  .header__menu-list-link {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 1060px) {
  .header__menu-list-link {
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 980px) {
  .header__menu-list-link {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    padding: 0 16px;
    font-size: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    grid-gap: 10px;
    height: 68px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
  }
  .header__menu-list-link::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(../img/ico-arrow-white.svg);
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 16px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.header__menu-logo {
  display: none;
}
@media screen and (max-width: 980px) {
  .header__menu-logo {
    display: block;
    width: 160px;
    margin: 0 0 32px;
  }
}
.header__button-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  grid-gap: 16px;
}
@media screen and (max-width: 1160px) {
  .header__button-list {
    grid-gap: 12px;
  }
}
@media screen and (max-width: 980px) {
  .header__button-list {
    position: fixed;
    bottom: 0;
    left: 0;
    height: auto;
    grid-gap: 0;
    width: 100%;
  }

  /* デフォルト：3個（40 / 40 / 20 相当 = 4 / 4 / 2） */
  .header__button-list > *:nth-child(1),
  .header__button-list > *:nth-child(2) {
    flex: 4;
  }

  .header__button-list > *:nth-child(3) {
    flex: 2;
  }

  /* 2個のとき（80 / 20 相当 = 8 / 2） */
  .header__button-list:has(> :nth-child(2)):not(:has(> :nth-child(3))) > *:nth-child(1) {
    flex: 8;
  }

  .header__button-list:has(> :nth-child(2)):not(:has(> :nth-child(3))) > *:nth-child(2) {
    flex: 2;
  }
}
.header__button-list-link {
  display: block;
  width: 120px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 24px;
  font-weight: bold;
  font-size: 1rem;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#FF6C00), to(#FF9300));
  background: linear-gradient(to right, #FF6C00, #FF9300);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1160px) {
  .header__button-list-link {
    width: 140px;
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 980px) {
  .header__button-list-link {
    border-radius: 0;
    width: 100%;
  }
}
.header__button-list-link:hover {
  opacity: 0.7;
}
.header__button-list-link--login {
  background: transparent;
  height: 48px;
  line-height: 46px;
  border: 2px solid #017CB7;
  color: #017CB7;
  width: 96px;
}
@media screen and (max-width: 980px) {
  .header__button-list-link--login {
    border: none;
    background: #fff;
    width: 100%;
  }
}
.header #nav-toggle {
  display: none;
}

@media screen and (max-width: 980px) {
  .header #nav-toggle {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 64px;
    height: 56px;
    cursor: pointer;
    z-index: 101;
  }
  .header #nav-toggle div {
    position: relative;
  }
  .header #nav-toggle span {
    display: block;
    position: absolute;
    height: 2px;
    background: #333;
    left: 27.5%;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }
  .header #nav-toggle span:nth-child(1) {
    top: 20px;
    width: 24px;
    left: 20px;
  }
  .header #nav-toggle span:nth-child(2) {
    top: 27px;
    width: 24px;
    left: 20px;
  }
  .header #nav-toggle span:nth-child(3) {
    top: 34px;
    width: 24px;
    left: 20px;
  }
  .header #global-nav {
    position: fixed;
    /* 開いてないときは画面外に配置 */
    right: 0;
    top: 0;
    background: #017CB7;
    color: #fff;
    text-align: left;
    padding: 80px 0 40px;
    opacity: 0;
    z-index: -999;
    visibility: hidden;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
  }
  .fade #global-nav {
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  /* #nav-toggle 切り替えアニメーション */
  .header.open #nav-toggle {
    position: fixed;
    top: 10px;
    right: 10px;
  }
  .header.open #nav-toggle span {
    background: #fff;
  }
  .header.open #nav-toggle span:nth-child(1) {
    top: 27px;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
    left: 20px;
  }
  .header.open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .header.open #nav-toggle span:nth-child(3) {
    top: 27px;
    -webkit-transform: rotate(-315deg);
    transform: rotate(-315deg);
    left: 20px;
  }
  .header.open {
    /* #global-nav スライドアニメーション */
  }
  .header.open #global-nav {
    position: fixed;
    opacity: 1;
    visibility: visible;
    z-index: 100;
  }
}
@media screen and (max-width: 980px) {
  .header #nav-toggle {
    top: 0;
    right: 0;
  }
}


@media screen and (max-width: 767px) {
  .mv__form {
    padding: 20px;
  }
}

.thanks__content {
  max-width: 768px;
  margin: 0 auto;
  padding-bottom: 120px;
}

.thanks__description {
  text-align: center;
  margin-bottom: 64px;
}

.thanks__box {
  margin-top: 80px;
  background: #EDF5F7;
  padding: 40px;
  border-radius: 20px;
}

.thanks__box-title {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  color: #017CB7;
  margin-bottom: 32px;
}

.thanks__box-description {
  font-size: 0.9375rem;
  margin-bottom: 32px;
}

@media screen and (max-width: 767px) {
  .thanks__content {
    padding-bottom: 56px;
  }

  .thanks__description {
    font-size: 0.9375rem;
    margin-bottom: 48px;
    text-align: left;
    margin-top: 40px;
  }

  .thanks__box {
    margin-top: 64px;
    padding: 20px;
  }

  .thanks__box-title {
    font-size: 1.125rem;
    margin-bottom: 24px;
  }

  .thanks__box-description {
    font-size: 0.875rem;
    margin-bottom: 24px;
  }
}

.simple-page-header {
  padding-top: 180px;
}

.simple-page-header__title {
  text-align: center;
  margin-bottom: 80px;
}

.simple-page-content {
  max-width: 768px;
  margin: 0 auto;
  padding-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .simple-page-header {
    padding-top: 120px;
  }

  .simple-page-header__title {
    margin-bottom: 20px;
  }

  .simple-page-content {
    padding-top: 48px;
    padding-bottom: 64px;
  }
}