@charset "UTF-8";
h2.h2_headding_text {
  font-weight: 700;
  text-align: center;
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  h2.h2_headding_text {
    font-size: 3rem;
  }
}
h2.h2_headding_text .en {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  display: block;
}
h2.h2_headding_text .ja {
  font-size: 3.2rem;
  display: block;
}
h2.h2_headding_text::after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 5px;
  background: #C7E7F9;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

h2.h2_heading {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 30px;
}

.h2_heading {
  background: url("/assets/img/xxxxxxx@2x.webp") no-repeat center/100%;
  max-width: 0px;
  height: 0px;
}

* {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", "Yu Gothic", "Meiryo", "Helvetica Neue", Arial, "MS Pゴシック", sans-serif;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  color: #1A1A1A;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.7;
  overflow-x: hidden;
  position: relative;
  -webkit-text-size-adjust: 100%;
}

a {
  transition: 0.3s all;
  color: #1A1A1A;
}
a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
}
@media screen and (max-width: 999px) {
  a[href*="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }
}

.innerbox {
  max-width: 1120px;
  margin: 0 auto;
}
@media screen and (max-width: 1099px) {
  .innerbox {
    max-width: 100%;
    margin: 0 3%;
  }
}

.innerbox_s {
  max-width: 620px;
  margin: 0 auto;
}
@media screen and (max-width: 1099px) {
  .innerbox_s {
    max-width: 100%;
    margin: 0 3%;
  }
}

.heading {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 48px;
}

.highlight {
  background: #FFED82;
  padding: 2px 3px;
}

.underline {
  text-decoration: underline;
  text-decoration-thickness: 0.3em;
  text-decoration-color: #FFED82;
  text-underline-offset: -0.2em;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.big {
  font-size: 1.2em;
  font-weight: 700;
}

.small {
  font-size: 0.8em;
}

.accent {
  color: #E33A15;
}

.spacer {
  margin-left: 8px;
}

@media screen and (max-width: 768px) {
  .sp_br::before {
    content: "\a";
    white-space: pre;
  }
}

@media screen and (max-width: 999px) {
  .tab_br::before {
    content: "\a";
    white-space: pre;
  }
}

.pc_br::before {
  content: "\a";
  white-space: pre;
}
@media screen and (max-width: 768px) {
  .pc_br::before {
    content: none;
  }
}

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

.tab {
  display: none;
}
@media screen and (max-width: 999px) {
  .tab {
    display: block;
  }
}

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

.pagetop {
  position: fixed;
  bottom: 100px;
  right: 50px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .pagetop {
    display: none;
  }
}
.pagetop a {
  background: #C7E7F9;
  border: 2px solid #05469A;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: relative;
  transition: all 0.3s;
}
.pagetop a::before {
  content: "";
  border-bottom: 10px solid #05469A;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
.pagetop a:hover {
  background: #05469A;
  border: 2px solid #05469A;
}
.pagetop a:hover::before {
  content: "";
  border-bottom: 10px solid #C7E7F9;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, figure, figcaption {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, th, var {
  font-style: normal;
  font-weight: normal;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

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

input, textarea, select {
  *font-size: 100%;
}

legend {
  color: #000;
}

* {
  box-sizing: border-box;
}

img {
  margin: 0;
  padding: 0;
  height: auto;
  border-style: none;
  vertical-align: bottom;
  border: none;
}

p {
  word-break: break-all;
  word-wrap: break-word;
}

strong {
  font-weight: bold;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

.header {
  background: rgba(199, 231, 249, 0.93);
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  position: fixed;
  width: 100%;
  z-index: 100;
}
@media screen and (max-width: 999px) {
  .header {
    position: absolute;
  }
}
.header .header__logo {
  padding: 10px 40px;
}
@media screen and (max-width: 1330px) {
  .header .header__logo {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 999px) {
  .header .header__logo {
    margin: 0 auto;
    text-align: center;
    padding: 16px 0px;
  }
}
.header .header__logo-text {
  font-size: 1.4rem;
  margin-bottom: 5px;
}
.header .header__logo-img img {
  width: min(50vw, 264px);
}
.header .header__contact {
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media screen and (max-width: 1330px) {
  .header .header__contact {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
@media screen and (max-width: 999px) {
  .header .header__contact {
    display: none;
  }
}
.header .header__access {
  display: flex;
  flex-direction: column;
  border-right: 1px solid #83C2E5;
  padding-right: 20px;
}
@media screen and (max-width: 1330px) {
  .header .header__access {
    padding-right: 10px;
  }
}
.header .header__access-item {
  font-weight: 700;
  font-size: 1.4rem;
}
@media screen and (max-width: 1330px) {
  .header .header__access-item {
    font-size: 1.2rem;
  }
}
.header .header__access-item:not(:last-child) {
  margin-bottom: 5px;
}
@media screen and (max-width: 1099px) {
  .header .header__access-item:not(:last-child) {
    margin-bottom: 2px;
  }
}
.header .header__access-item::before {
  content: "";
  display: inline-block;
  margin: 0px 5px -3px 0px;
  width: 15px;
  height: 16px;
}
.header .icon-location::before {
  background: url("../img/icon-location.svg") no-repeat;
}
.header .icon-bus::before {
  background: url("../img/icon-bus.svg") no-repeat;
}
.header .icon-landmark::before {
  background: url("../img/icon-landmark.svg") no-repeat;
}
.header .header__map-link {
  background: #05469A;
  border-radius: 4px;
  box-shadow: 4px 4px 8px 0px rgba(5, 70, 154, 0.18);
  color: #fff;
  font-weight: 700;
  font-size: 1.5rem;
  padding: 3px 10px 5px;
  text-align: center;
  margin-top: 8px;
}
@media screen and (max-width: 1330px) {
  .header .header__map-link {
    font-size: 1.3rem;
    margin-top: 5px;
  }
}
.header .header__map-link::before {
  content: "";
  display: inline-block;
  background: url("../img/icon-map.svg") no-repeat;
  width: 16px;
  height: 17px;
  margin: 0px 5px -2px 0px;
}
.header .header__map-link:hover {
  opacity: 0.7;
}
.header .header__tel-info {
  margin-bottom: -15px;
}
.header .header__tel-info img {
  width: 100%;
  max-width: 100%;
}
.header .header__tel-link {
  font-family: "Roboto", sans-serif;
  font-size: 4.2rem;
  font-weight: 700;
  color: #052C56;
  white-space: nowrap;
}
@media screen and (max-width: 1330px) {
  .header .header__tel-link {
    font-size: 3.6rem;
  }
}
.header .header__tel-link::before {
  content: "";
  display: inline-block;
  background: url("../img/icon-tel.svg") no-repeat;
  width: 27px;
  height: 27px;
  margin-right: 5px;
}
.header .header__mail {
  max-width: 340px;
}
.header .header__mail-link {
  display: block;
}
.header .header__mail-link img {
  width: 100%;
  height: 100%;
}
.header .header__mail-link:hover {
  transform: translateY(5px);
}

@media screen and (max-width: 999px) {
  .footer {
    margin-bottom: 82px;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    margin-bottom: 115px;
  }
}
.footer .-fixed {
  position: fixed;
  bottom: 0;
  width: 100%;
}

.footer__copy {
  background: #052C56;
  color: #D9D9D9;
  text-align: center;
  font-size: 1.6rem;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -moz-column-gap: 48px;
       column-gap: 48px;
  padding: 18px 0px;
}

.footer__copy-link {
  text-decoration: underline;
  color: #D9D9D9;
}

.cta {
  background: linear-gradient(to bottom, #05469A, #2272C0);
  padding: 48px 0px;
}

.cta__title {
  color: #F9DD38;
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 25px;
  line-height: 1.3;
}
@media screen and (max-width: 420px) {
  .cta__title {
    font-size: 2.4rem;
  }
}
.cta__title .sp__slash::before {
  content: none;
}
@media screen and (max-width: 768px) {
  .cta__title .sp__slash::before {
    content: "";
    display: inline-block;
    background: #F9DD38;
    width: 5px;
    height: 35px;
    border-radius: 5px;
    transform: rotate(-20deg);
    margin: 0px 10px -3px 0px;
  }
}
.cta__title::before {
  content: "";
  display: inline-block;
  background: #F9DD38;
  width: 5px;
  height: 35px;
  border-radius: 5px;
  transform: rotate(-20deg);
  margin: 0px 10px -3px 0px;
}
@media screen and (max-width: 768px) {
  .cta__title::before {
    content: none;
  }
}
.cta__title::after {
  content: "";
  display: inline-block;
  background: #F9DD38;
  width: 5px;
  height: 35px;
  border-radius: 5px;
  transform: rotate(20deg);
  margin: 0px 0px -3px 10px;
}

.cta__links {
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  gap: 30px 30px;
}
@media screen and (max-width: 768px) {
  .cta__links {
    flex-direction: column;
  }
}

.cta__tel-link {
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  font-size: 5.2rem;
  color: #fff;
  line-height: 1.2;
}
@media screen and (max-width: 999px) {
  .cta__tel-link {
    font-size: 4.6rem;
    white-space: nowrap;
  }
}
@media screen and (max-width: 768px) {
  .cta__tel-link {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 420px) {
  .cta__tel-link {
    font-size: 3.4rem;
  }
}
.cta__tel-link::before {
  content: "";
  display: inline-block;
  background: url("../img/cta_tel.svg") no-repeat;
  width: 42px;
  height: 43px;
  margin: 0px 10px -4px 0px;
}
@media screen and (max-width: 768px) {
  .cta__tel-link::before {
    margin: 0px 10px -8px 0px;
  }
}

.cta__tel-info {
  display: flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  -moz-column-gap: 10px;
       column-gap: 10px;
  font-size: 1.8rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .cta__tel-info {
    font-size: 1.6rem;
  }
}

.cta__mail {
  background: #F9DD38;
  border-radius: 8px;
  width: min(400px, 90vw);
  position: relative;
}
.cta__mail::before {
  content: "";
  display: inline-block;
  background: url("../img/cta_mail.svg") no-repeat;
  width: 128px;
  height: 94px;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
@media screen and (max-width: 768px) {
  .cta__mail::before {
    width: 77px;
    height: 56px;
  }
}

.cta__mail-link {
  color: #05469A;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
  padding: 20px 8px;
  width: 100%;
  font-size: 3.2rem;
  font-weight: 700;
  position: relative;
  z-index: 1;
  line-height: 1.4;
}
@media screen and (max-width: 999px) {
  .cta__mail-link {
    padding: 20px 10px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .cta__mail-link {
    font-size: 2.4rem;
  }
}
.cta__mail-link img {
  max-width: 77px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .cta__mail-link img {
    width: 57px;
  }
}
.cta__mail-link:hover {
  opacity: 0.7;
}

.floating {
  display: none;
  z-index: 9999;
}
@media screen and (max-width: 999px) {
  .floating {
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
  }
}
.floating .floating__mail {
  width: 50%;
  background: #F9DD38;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  text-align: center;
  padding: 24px 8px;
  line-height: 1.2;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.floating .floating__mail img {
  width: 34px;
  height: 34px;
}
.floating .floating__tel {
  width: 50%;
  background: #05469A;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  text-align: center;
  padding: 24px 8px;
  line-height: 1.2;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.floating .floating__tel img {
  width: 34px;
  height: 34px;
}
.floating .mail__link {
  font-size: 2.8rem;
  font-weight: 700;
  color: #05469A;
  text-align: left;
}
@media screen and (max-width: 420px) {
  .floating .mail__link {
    font-size: 2rem;
  }
}
.floating .tel__link {
  font-size: 2.8rem;
  font-weight: 700;
  color: #fff;
  text-align: left;
}
@media screen and (max-width: 420px) {
  .floating .tel__link {
    font-size: 2rem;
  }
}

.mv__wrapper {
  background: url("../img/main_bg@2x.webp") no-repeat top center/cover;
  height: min(96vh, 1080px);
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .mv__wrapper {
    background: url("../img/main_bg_sp@2x.webp") no-repeat top center/cover;
  }
}

.mv__wrapper-img {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  max-width: 709px;
}
@media screen and (max-width: 1330px) {
  .mv__wrapper-img {
    top: 40%;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
  }
}
@media screen and (max-width: 768px) {
  .mv__wrapper-img {
    top: 55%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
@media screen and (max-width: 570px) {
  .mv__wrapper-img {
    top: 55%;
  }
}
.mv__wrapper-img img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .mv__wrapper-img img {
    width: 75vw;
  }
}

.mv__point {
  text-align: center;
  background: #F9F7EE;
  padding: 48px 0px;
}

.mv__point-text {
  font-weight: 900;
  color: #05469A;
  font-size: 5.9rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 1330px) {
  .mv__point-text {
    font-size: 4.6rem;
  }
}

.point-list__wrapper {
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  gap: 40px 40px;
}
@media screen and (max-width: 999px) {
  .point-list__wrapper {
    padding: 0px 24px 0px 32px;
  }
}

.point-list {
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  gap: 40px 40px;
}
@media screen and (max-width: 768px) {
  .point-list {
    flex-direction: column;
  }
}

.point-list__item {
  background: #fff;
  border-radius: 8px;
  font-size: 3.7rem;
  line-height: 1.35;
  font-weight: 700;
  color: #CC4E32;
  padding: 20px;
  position: relative;
  width: min(320px, 80vw);
}
@media screen and (max-width: 1330px) {
  .point-list__item {
    font-size: 2.5rem;
  }
}
.point-list__item::before {
  content: "";
  display: inline-block;
  width: 65px;
  height: 65px;
  position: absolute;
  top: -20px;
  left: -20px;
}

.icon-doc::before {
  background: url("../img/icon-doc.svg") no-repeat;
}

.icon-time::before {
  background: url("../img/icon-time.svg") no-repeat;
}

.icon-pain::before {
  background: url("../img/icon-pain.svg") no-repeat;
}

.icon-speed::before {
  background: url("../img/icon-speed.svg") no-repeat;
}

.mv__info {
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  gap: 40px 40px;
  padding: 48px 16px;
  background: url("../img/access_bg.webp") no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  .mv__info {
    flex-direction: column;
  }
}
.mv__info .mv__info-img {
  max-width: 680px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .mv__info .mv__info-img {
    max-width: 100%;
  }
}
.mv__info img {
  max-width: 100%;
  width: 100%;
}
.mv__info iframe {
  width: 100%;
}

.intro {
  background: #7B7B7B;
  position: relative;
  padding: 80px 0px 160px;
}
@media screen and (max-width: 768px) {
  .intro {
    padding-top: 0px;
  }
}
.intro::before {
  content: "";
  display: inline-block;
  background: url("../img/intro_bg_pc@2x.webp") no-repeat top left/contain;
  max-width: 973px;
  width: 100%;
  height: 1280px;
  position: absolute;
  top: 0px;
  left: 0px;
}
@media screen and (max-width: 999px) {
  .intro::before {
    max-width: 768px;
  }
}
@media screen and (max-width: 768px) {
  .intro::before {
    background: url("../img/intro_bg_sp@2x.webp") no-repeat top left/contain;
    max-width: 655px;
    height: 640px;
  }
}

.intro__wrapper {
  position: relative;
  z-index: 1;
}

.intro__title-img {
  background: url("../img/h2_intro@2x.webp") no-repeat center/100%;
  max-width: 1052px;
  height: 253px;
}
@media screen and (max-width: 768px) {
  .intro__title-img {
    background: url("../img/h2_intro_sp02@2x.webp") no-repeat center top 30px/100%;
    max-width: 520px;
    height: 581px;
  }
}
@media screen and (max-width: 480px) {
  .intro__title-img {
    height: 490px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 420px) {
  .intro__title-img {
    height: 425px;
  }
}
@media screen and (max-width: 360px) {
  .intro__title-img {
    height: 372px;
  }
}

.intro__contents {
  background: #fff;
  border-radius: 20px;
  padding: 60px 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .intro__contents {
    padding: 40px 4%;
  }
}
.intro__contents::before {
  content: "";
  display: inline-block;
  border-top: 60px solid #fff;
  border-right: 25vw solid transparent;
  border-left: 25vw solid transparent;
  position: absolute;
  left: 50%;
  bottom: -59px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.afraid-list {
  margin: 0 auto;
  max-width: 560px;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .afraid-list {
    max-width: 300px;
  }
}

.afraid-list__item {
  font-family: "Noto Serif JP", serif;
  font-size: 3.8rem;
  font-weight: 700;
  padding-left: 2.2em;
  text-indent: -2.2em;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .afraid-list__item {
    font-size: 2.8rem;
  }
}
.afraid-list__item:not(:last-child) {
  margin-bottom: 16px;
}
.afraid-list__item span {
  font-family: "Noto Serif JP", serif;
}
.afraid-list__item::before {
  content: "";
  display: inline-block;
  background: url("../img/icon-check.svg") no-repeat;
  width: 53px;
  height: 53px;
  margin: 0px 8px -12px 0px;
}

.intro__contents-title {
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
  color: #05469A;
  margin-bottom: 24px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .intro__contents-title {
    text-align: left;
    font-size: 2.8rem;
  }
}

.anxiety-list {
  max-width: 620px;
  margin: 0 auto 24px;
}

.anxiety-list__item {
  font-weight: 700;
}

.intro__contents-text {
  max-width: 620px;
  margin: 0 auto;
}

.reason {
  background: #BFE2F6;
  padding: 80px 0px;
}

.reason__title-img {
  background: url("../img/h2_reason@2x.webp") no-repeat center/100%;
  max-width: 489px;
  height: 256px;
}

.reason-list {
  display: flex;
  flex-direction: column;
  row-gap: 64px;
}

.reason-list__item {
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  gap: 40px 40px;
}
@media screen and (max-width: 768px) {
  .reason-list__item {
    flex-direction: column;
  }
}

.reason-list__item--Revere {
  flex-direction: row-reverse;
}

.list__item-title {
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .list__item-title {
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
  }
}
.list__item-title img {
  width: 53px;
}
.list__item-title .list__item-title-text {
  font-weight: 900;
  font-size: 3.4rem;
  color: #05469A;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .list__item-title .list__item-title-text {
    font-size: 3rem;
  }
}

.reason-list__item-img {
  max-width: 526px;
  width: 100%;
}

.possible {
  padding: 80px 0px;
}

.possible__title-img {
  background: url("../img/h2_possible@2x.webp") no-repeat center/100%;
  max-width: 1120px;
  height: 209px;
}
@media screen and (max-width: 768px) {
  .possible__title-img {
    background: url("../img/h2_possible_sp@2x.webp") no-repeat center/100%;
    max-width: 570px;
    height: 216px;
  }
}
@media screen and (max-width: 420px) {
  .possible__title-img {
    height: 137px;
    margin-bottom: 16px;
  }
}

.possible-list__wrapper {
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  gap: 32px 32px;
}
@media screen and (max-width: 570px) {
  .possible-list__wrapper {
    gap: 16px 16px;
  }
}

.possible__list {
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  gap: 32px 32px;
  margin-bottom: 32px;
}
@media screen and (max-width: 570px) {
  .possible__list {
    gap: 16px 16px;
  }
}

.possible__list-item img {
  max-width: 160px;
  width: 100%;
}
.possible__list-item .possible__list-text {
  margin-top: 16px;
  font-weight: 700;
  text-align: center;
}

.possible__text {
  max-width: 728px;
  width: 100%;
  margin: 0 auto 48px;
}

.case__list {
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  gap: 32px 22px;
}
@media screen and (max-width: 768px) {
  .case__list {
    flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
  }
}

.case__list-item {
  background: #0F5DB2;
  border-radius: 10px;
  padding: 20px;
  width: min(357px, 80vw);
}
@media screen and (max-width: 768px) {
  .case__list-item {
    width: 100%;
  }
}
.case__list-item img {
  width: 100%;
}

.case__list-item-title {
  font-weight: 700;
  text-align: center;
  display: block;
  margin-bottom: 16px;
}
.case__list-item-title .case__list-item-title-en {
  color: #F9DD38;
  font-size: 3.6rem;
}
.case__list-item-title .case__list-item-title-ja {
  color: #fff;
}

.case__table {
  width: 100%;
  margin-top: 16px;
}
.case__table th {
  width: 100%;
  display: block;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
}
.case__table th::before {
  content: "";
  display: inline-block;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid #fff;
  margin: 0px 8px 3px 0px;
}
.case__table td {
  width: 100%;
  display: block;
  color: #fff;
}

.greeting {
  display: flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  background: #C7E7F9;
}
@media screen and (max-width: 1099px) {
  .greeting {
    flex-direction: column;
    padding: 80px 0px;
  }
}

.greeting__text {
  max-width: 650px;
  width: 100%;
  padding: 48px;
}
@media screen and (max-width: 1099px) {
  .greeting__text {
    padding: 0px 20px;
    margin-bottom: 40px;
  }
}

.greeting__text-title {
  font-weight: 700;
  color: #05469A;
  font-size: 4rem;
  line-height: 1.5;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .greeting__text-title {
    font-size: 3.4rem;
  }
}

.greeting__text-description {
  line-height: 1.9;
}

.greeting__img {
  max-width: 960px;
  width: 100%;
}
@media screen and (max-width: 1099px) {
  .greeting__img {
    max-width: 650px;
  }
}
.greeting__img img {
  width: 100%;
  height: 100%;
}

.achievement {
  background: url("../img/achievement_bg.webp") no-repeat top left/100%;
  padding: 80px 0px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .achievement {
    background: url("../img/achievement_bg_sp.webp") no-repeat top center/cover;
  }
}
.achievement img {
  width: clamp(300px, 80vw, 569px);
}

.achievement__title {
  font-weight: 700;
  color: #fff;
  background: rgba(15, 93, 178, 0.96);
  border-radius: 6px;
  font-size: 2.4rem;
  display: inline-block;
  padding: 8px 24px;
  margin: 0 auto 8px;
}

.achievement__attention {
  padding-left: 1em;
  text-indent: -1em;
  margin: 32px 0px;
}
.achievement__attention::before {
  content: "※";
}

.achievement__text {
  font-weight: 700;
  font-size: 2.6rem;
}

.faq {
  padding: 80px 0px;
}
@media screen and (max-width: 768px) {
  .faq .innerbox {
    margin: 0px;
  }
}

.faq__title-img {
  background: url("../img/h2_faq@2x.webp") no-repeat center/100%;
  max-width: 463px;
  height: 121px;
}
@media screen and (max-width: 768px) {
  .faq__title-img {
    max-width: 360px;
    height: 94px;
  }
}

.faq__list {
  background: #E7F6FF;
  border-radius: 30px;
  padding: 80px 70px;
}
@media screen and (max-width: 768px) {
  .faq__list {
    padding: 40px 16px;
  }
}

.faq__list-q {
  font-weight: 700;
  margin-bottom: 16px;
  padding-left: 2.4em;
  text-indent: -2.4em;
}
.faq__list-q::before {
  content: "";
  display: inline-block;
  background: url("../img/faq_q.svg") no-repeat;
  width: 40px;
  height: 40px;
  margin: 0px 8px -12px 0px;
}

.faq__list-a {
  padding-left: 2.4em;
  text-indent: -2.4em;
  padding-bottom: 32px;
  border-bottom: 1px solid #D9EAF3;
}
.faq__list-a::before {
  content: "";
  display: inline-block;
  background: url("../img/faq_a.svg") no-repeat;
  width: 40px;
  height: 40px;
  margin: 0px 8px -12px 0px;
}
.faq__list-a:not(:last-child) {
  margin-bottom: 32px;
}

.contact {
  background: linear-gradient(to bottom, #05469A, #2272C0);
  padding: 80px 0px;
}
@media screen and (max-width: 768px) {
  .contact .innerbox {
    margin: 0;
  }
}

.contact__form {
  background: #fff;
  border-radius: 30px;
  padding: 56px 80px;
  margin: 0 auto;
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .contact__form {
    padding: 16px 16px 56px;
  }
}

.contact__form-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px 32px;
}
.contact__form-table th {
  font-weight: 700;
  text-align: right;
  width: 30%;
  padding-right: 32px;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .contact__form-table th {
    display: block;
    width: 100%;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .contact__form-table td {
    display: block;
    width: 100%;
  }
}

.required {
  background: #E02E21;
  padding: 1px 3px;
  color: #fff;
  font-size: 1.6rem;
  margin-left: 16px;
}

.contact__form-table input {
  background: #EDEDED;
  padding: 8px 16px;
  font-size: 1.6rem;
  border: none;
}
.contact__form-table textarea {
  border: none;
  width: 100%;
  min-height: 160px;
  height: 100%;
  background: #EDEDED;
  padding: 8px 16px;
  font-size: 1.6rem;
}

.input--lg {
  width: 100%;
}

.policy {
  border: 1px solid #EDEDED;
  padding: 32px 48px;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .policy {
    padding: 16px 24px;
  }
}

.policy__title {
  font-weight: 700;
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 16px;
}

.policy__list-item:not(:last-child) {
  margin-bottom: 16px;
}
.policy__list-item::before {
  content: "";
  display: inline-block;
  background: #1A1A1A;
  width: 4px;
  height: 4px;
  border-radius: 3px;
  margin: 0px 8px 5px 0px;
}

.form__button {
  max-width: 328px;
  margin: 0 auto;
}
.form__button button {
  width: 100%;
  border: none;
  background: #F9DD38;
  color: #05469A;
  border-radius: 8px;
  font-weight: 700;
  font-size: 2.4rem;
  padding: 16px 28px;
  transition: 0.3s all;
  cursor: pointer;
}
.form__button button:hover {
  opacity: 0.7;
}

.-static {
  position: static;
}

.contents__heading {
  background: #05469A;
  text-align: center;
  padding: 30px 0px;
  margin-bottom: 48px;
}
.contents__heading h1 {
  color: #fff;
  font-size: 4rem;
  font-weight: 700;
}

.confirm__error-title {
  text-align: center;
  font-weight: 700;
  font-size: 2.4rem;
  margin-bottom: 24px;
}

.confirm__normally-text {
  text-align: center;
  font-weight: 700;
  font-size: 2.4rem;
  margin-bottom: 24px;
}

.formTable {
  margin-bottom: 24px;
  width: 100%;
  border-top: 1px solid #D9EAF3;
  border-right: 1px solid #D9EAF3;
}
.formTable th {
  width: 30%;
  padding: 8px 16px;
  border-bottom: 1px solid #D9EAF3;
  border-left: 1px solid #D9EAF3;
}
.formTable td {
  border-bottom: 1px solid #D9EAF3;
  border-left: 1px solid #D9EAF3;
  padding: 8px 16px;
}

.confirm__button {
  margin: 0 auto 80px;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  gap: 32px 24px;
}
.confirm__button input {
  border: none;
  transition: 0.3s all;
}
.confirm__button input:hover {
  opacity: 0.7;
}

.confirm__button-back {
  background: #D9D9D9;
  padding: 16px;
  border-radius: 8px;
  max-width: 240px;
  width: 100%;
  color: #1A1A1A;
  cursor: pointer;
  font-weight: 700;
}

.confirm__button-send {
  background: #F9DD38;
  padding: 16px;
  border-radius: 8px;
  max-width: 240px;
  width: 100%;
  color: #05469A;
  cursor: pointer;
  font-weight: 700;
}

.thanks {
  padding-bottom: 80px;
  text-align: center;
}

.thanks__title {
  font-weight: 700;
  margin-bottom: 24px;
  font-size: 2.6rem;
}

.thanks__text {
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .thanks__text {
    text-align: left;
  }
}

.thanks__text-link {
  text-decoration: underline;
}

.thanks__button {
  background: #05469A;
  border-radius: 8px;
  max-width: 280px;
  margin: 0 auto;
  transition: 0.3s all;
}
.thanks__button:hover {
  opacity: 0.7;
}

.thanks__button-link {
  display: block;
  width: 100%;
  color: #fff;
  font-weight: 700;
  padding: 8px;
}/*# sourceMappingURL=style.css.map */