@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/destyle.css@4.0.0/destyle.min.css");
body {
  font-family: "Noto Sans JP", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #333;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

br.pc {
  display: block;
}
@media (max-width: 767px) {
  br.pc {
    display: none;
  }
}

br.sp {
  display: none;
}
@media (max-width: 767px) {
  br.sp {
    display: block;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  height: 80px;
}
@media (max-width: 767px) {
  .header {
    height: 51px;
  }
}
.header__container {
  width: 100%;
  padding: 0 50px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .header__container {
    padding: 10px 20px;
  }
}
.header__logo {
  display: flex;
  align-items: center;
}
.header__logo a {
  display: block;
  line-height: 0;
}
.header__logo-img {
  width: 130px;
  height: 50px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .header__logo-img {
    width: 81px;
    height: 31px;
  }
}
.header__nav {
  display: flex;
  align-items: center;
}
@media (max-width: 1150px) {
  .header__nav {
    display: none;
  }
}
.header__nav-list {
  display: flex;
  align-items: center;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header__nav-item {
  position: relative;
}
.header__nav-item:not(:last-child)::after {
  content: "｜";
  color: #333;
  font-size: 15px;
  margin: 0 4px;
}
.header__nav-link {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 1.5px;
  color: #333;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 0.3s ease;
}
.header__nav-link:hover {
  opacity: 0.7;
}
.header__hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1001;
}
@media (max-width: 1150px) {
  .header__hamburger {
    display: flex;
  }
}
.header__hamburger-line {
  width: 24px;
  height: 3px;
  background-color: #E60012;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.header__hamburger-line:not(:last-child) {
  margin-bottom: 5px;
}
.header__hamburger.is-active .header__hamburger-line:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.header__hamburger.is-active .header__hamburger-line:nth-child(2) {
  opacity: 0;
}
.header__hamburger.is-active .header__hamburger-line:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
.header__drawer {
  position: fixed;
  top: 51px;
  right: 0;
  width: 100%;
  height: calc(100vh - 51px);
  background-color: #fff;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  overflow-y: auto;
  z-index: 999;
}
@media (max-width: 767px) {
  .header__drawer {
    top: 51px;
    height: calc(100vh - 51px);
  }
}
@media (min-width: 1151px) {
  .header__drawer {
    display: none;
  }
}
.header__drawer.is-open {
  transform: translateX(0);
}
.header__drawer-nav {
  padding: 20px;
}
.header__drawer-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header__drawer-item {
  border-bottom: 1px solid #e0e0e0;
}
.header__drawer-item:last-child {
  border-bottom: none;
}
.header__drawer-link {
  display: block;
  padding: 16px 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  color: #333;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.header__drawer-link:hover {
  opacity: 0.7;
}

html {
  scroll-behavior: smooth;
}

.mv {
  position: relative;
  width: 100%;
  height: 700px;
  overflow: hidden;
  margin-top: 80px;
  background-color: #bef1ff;
}
@media (max-width: 767px) {
  .mv {
    height: 675px;
    margin-top: 51px;
  }
}
.mv__bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.mv__bg--pc {
  display: block;
}
@media (max-width: 767px) {
  .mv__bg--pc {
    display: none;
  }
}
.mv__bg--sp {
  display: none;
}
@media (max-width: 767px) {
  .mv__bg--sp {
    display: block;
  }
}
.mv__content {
  position: absolute;
  left: calc(50% + 0.5px);
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.mv__content--pc {
  width: 753px;
  height: 604px;
  display: block;
}
@media (max-width: 767px) {
  .mv__content--pc {
    display: none;
  }
}
.mv__content--sp {
  width: 389px;
  height: 609px;
  display: none;
}
@media (max-width: 767px) {
  .mv__content--sp {
    display: block;
    max-width: 100%;
    height: auto;
    padding: 0 10px;
  }
}

.about {
  background-color: #e8f6ff;
  padding: 80px 0 25px;
}
@media (max-width: 787px) {
  .about {
    padding: 60px 0 30px;
  }
}
.about__inner {
  max-width: 748px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 787px) {
  .about__inner {
    max-width: 100%;
    padding: 0 20px;
  }
}
.about__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 3.4px;
  color: #156ccd;
  text-align: center;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}
@media (max-width: 787px) {
  .about__title {
    font-size: 30px;
    letter-spacing: 3px;
    padding: 0;
  }
}
.about__badge-wrap {
  position: relative;
  width: 332px;
  max-width: 100%;
  height: 46px;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 787px) {
  .about__badge-wrap {
    margin-top: 20px;
  }
}
.about__badge-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.about__badge-text {
  position: relative;
  z-index: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 2.4px;
  color: #d80c24;
  text-align: center;
  white-space: nowrap;
}
.about__subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 2.4px;
  color: #333;
  text-align: center;
  margin-top: 16px;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}
@media (max-width: 787px) {
  .about__subtitle {
    font-size: 20px;
    letter-spacing: 2px;
    padding: 0;
  }
}
.about__card {
  width: 748px;
  max-width: 100%;
  background-color: #fff;
  border: 4px solid #0954a8;
  border-radius: 20px;
  margin-top: 28px;
  padding: 26px 36px 26px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 0 58px;
  position: relative;
  box-sizing: border-box;
  letter-spacing: normal;
}
@media (max-width: 787px) {
  .about__card {
    width: 100%;
    border-width: 3px;
    border-radius: 10px;
    flex-direction: column;
    align-items: center;
    gap: 0;
    padding: 27px 20px 30px;
    margin-top: 18px;
  }
}
.about__rate-item {
  width: 184px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex-shrink: 0;
}
@media (max-width: 787px) {
  .about__rate-item {
    width: 225px;
  }
  .about__rate-item + .about__rate-item {
    margin-top: 30px;
  }
}
.about__rate-label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 2.4px;
  color: #156ccd;
  white-space: nowrap;
}
@media (max-width: 787px) {
  .about__rate-label {
    font-size: 28px;
    letter-spacing: 2.8px;
  }
}
.about__rate-num {
  display: flex;
  align-items: baseline;
  justify-content: center;
  color: #d80c24;
  margin-top: 4px;
  white-space: nowrap;
}
.about__rate-unit, .about__rate-pct {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 787px) {
  .about__rate-unit, .about__rate-pct {
    font-size: 40px;
  }
}
.about__rate-value {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 787px) {
  .about__rate-value {
    font-size: 70px;
  }
}
.about__rate-after {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #333;
  margin-top: 6px;
  white-space: nowrap;
}
@media (max-width: 787px) {
  .about__rate-after {
    font-size: 20px;
  }
}
.about__card-divider {
  width: 100%;
  height: 1px;
  background-color: #cabd80;
  margin: 20px 0 20px;
}
@media (max-width: 787px) {
  .about__card-divider {
    width: 100%;
    margin: 24px 0 20px;
  }
}
.about__deposit {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 787px) {
  .about__deposit {
    flex-direction: column;
    gap: 10px;
  }
}
.about__deposit-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 49px;
  background-color: #0954a8;
  border-radius: 5px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.8px;
  color: #fff;
  white-space: nowrap;
  flex-shrink: 0;
}
.about__deposit-amount {
  display: flex;
  align-items: baseline;
  color: #d80c24;
  white-space: nowrap;
}
@media (max-width: 787px) {
  .about__deposit-amount {
    flex-direction: column;
    align-items: center;
  }
}
.about__deposit-pre {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 787px) {
  .about__deposit-pre {
    font-size: 40px;
  }
}
.about__deposit-main {
  display: inline-flex;
  align-items: baseline;
}
.about__deposit-value {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 787px) {
  .about__deposit-value {
    font-size: 60px;
  }
}
.about__deposit-suffix {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 787px) {
  .about__deposit-suffix {
    font-size: 40px;
  }
}

.js-scroll {
  overflow-y: hidden !important;
}
.js-scroll .scroll-hint-icon {
  top: calc(50% - 46px);
  left: calc(50% - 75px);
  width: 130px;
}
@media (max-width: 767px) {
  .js-scroll {
    width: calc(100% + 20px);
    margin-left: 0;
    margin-right: -20px;
    padding-right: 20px;
  }
}

.example {
  background-color: #e8f6ff;
  padding: 25px 0 0;
}
@media (max-width: 767px) {
  .example {
    padding: 30px 0 0;
  }
}
.example__inner {
  max-width: 749px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .example__inner {
    background-color: #fff;
    border-radius: 10px;
    padding: 50px 81px;
  }
}
@media (max-width: 767px) {
  .example__inner {
    max-width: 100%;
    padding: 0 20px;
  }
}
.example__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 3.4px;
  color: #156ccd;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .example__title {
    font-size: 30px;
    letter-spacing: 3px;
    white-space: normal;
  }
}
.example__title-br {
  display: none;
}
@media (max-width: 767px) {
  .example__title-br {
    display: inline;
  }
}
.example__case {
  width: 100%;
  max-width: 587px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.example__case + .example__case {
  margin-top: 50px;
}
.example__case:first-of-type {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .example__case:first-of-type {
    margin-top: 30px;
  }
}
.example__case-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 2.4px;
  color: #333;
  text-align: center;
}
.example__case-icon-wrap {
  width: 130px;
  height: 130px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.example__case-icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.example__case-after {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 2.4px;
  color: #156ccd;
  text-align: center;
  margin-top: 20px;
}
.example__table-wrap {
  width: 100%;
  margin-top: 10px;
}
.example__table {
  width: 100%;
  border-collapse: collapse;
  min-width: 587px;
}
.example__table th,
.example__table td {
  vertical-align: middle;
}
.example__th {
  background-color: #a5abad;
  border: 1px solid #8c9193;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 1.8px;
  text-align: center;
  padding: 6.2px 4px;
}
.example__td {
  background-color: #fff;
  border: 1px solid #8c9193;
  font-size: 18px;
  letter-spacing: 1.8px;
  text-align: center;
  padding: 1.4px 4px;
}
.example__td--amount {
  color: #d80c24;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 2.4px;
}

.branch {
  background-color: #e8f6ff;
  padding: 100px 0 0;
}
@media (max-width: 767px) {
  .branch {
    padding: 60px 0 0;
  }
}
.branch__inner {
  max-width: 950px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}
.branch__hero {
  position: relative;
  width: 410px;
  height: 89px;
}
@media (max-width: 767px) {
  .branch__hero {
    width: 100%;
    max-width: 350px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.branch__hero-logo {
  position: absolute;
  top: 2px;
  left: 50%;
  transform: translateX(calc(-50% + 5px));
  width: 200px;
  height: 38px;
  display: block;
}
@media (max-width: 767px) {
  .branch__hero-logo {
    position: static;
    transform: none;
  }
}
.branch__hero-lead {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(calc(-50% + 5px));
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 3px;
  color: #d80c24;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .branch__hero-lead {
    position: static;
    transform: none;
    margin-top: 10px;
  }
}
.branch__chars {
  position: absolute;
  inset: 0;
}
@media (max-width: 767px) {
  .branch__chars {
    position: static;
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 14px;
  }
}
.branch__chara {
  position: absolute;
}
.branch__chara--girl {
  left: 0;
  top: 0;
  width: 85px;
  height: 85px;
}
@media (max-width: 767px) {
  .branch__chara--girl {
    position: static;
    width: 88px;
    height: 88px;
  }
}
.branch__chara--boy {
  left: 334px;
  top: 3px;
  width: 76px;
  height: 82px;
}
@media (max-width: 767px) {
  .branch__chara--boy {
    position: static;
    width: 76px;
    height: 84px;
  }
}
.branch__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 4.8px;
  color: #156ccd;
  text-align: center;
  margin-top: 20px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .branch__title {
    font-size: 48px;
    margin-top: 10px;
    white-space: normal;
  }
}
.branch__date {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 2.4px;
  color: #156ccd;
  text-align: center;
  margin-top: 4px;
  white-space: nowrap;
}
.branch__intro {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 40px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .branch__intro {
    flex-direction: column;
    gap: 24px;
    margin-top: 30px;
  }
}
.branch__desc {
  flex: 0 0 435px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 1.8px;
  color: #333;
}
@media (max-width: 767px) {
  .branch__desc {
    flex: none;
    width: 100%;
    font-size: 18px;
  }
}
.branch__building-wrap {
  width: 435px;
  max-width: 50vw;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .branch__building-wrap {
    width: 100%;
    max-width: 100%;
  }
}
.branch__building {
  width: 100%;
  height: 204px;
  object-fit: cover;
  display: block;
}
@media (max-width: 767px) {
  .branch__building {
    height: auto;
  }
}
.branch__card {
  width: 100%;
  max-width: 910px;
  background-color: #fff;
  border: 4px solid #156ccd;
  border-radius: 20px;
  margin-top: 40px;
  overflow: hidden;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .branch__card {
    margin-top: 30px;
    max-width: 100%;
  }
}
.branch__card-info {
  display: flex;
  align-items: flex-start;
  padding: 36px 36px 0;
  gap: 30px;
}
@media (max-width: 767px) {
  .branch__card-info {
    flex-direction: column;
    padding: 36px 16px 0;
    gap: 0;
    align-items: center;
  }
}
.branch__card-detail {
  flex: 1;
  max-width: 400px;
  padding-top: 26px;
}
@media (max-width: 767px) {
  .branch__card-detail {
    flex: none;
    width: 100%;
    max-width: none;
    padding-top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.branch__card-name-row {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .branch__card-name-row {
    flex-direction: column;
    gap: 8px;
    align-items: center;
  }
}
.branch__card-logo {
  width: 173px;
  height: 68px;
  object-fit: contain;
  display: block;
  flex-shrink: 0;
}
.branch__card-name {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 4.8px;
  color: #333;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .branch__card-name {
    text-align: center;
  }
}
.branch__card-address {
  margin-top: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 1.8px;
  color: #333;
}
.branch__card-address p:first-child {
  font-size: 18px;
  font-weight: 400;
}
.branch__card-address p:nth-child(2),
.branch__card-address p:nth-child(3) {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .branch__card-address {
    width: 100%;
    margin-top: 14px;
  }
  .branch__card-address p:nth-child(2),
  .branch__card-address p:nth-child(3) {
    font-size: 18px;
    letter-spacing: 1.8px;
  }
}
.branch__card-map {
  flex: 1;
  max-width: 400px;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .branch__card-map {
    flex: none;
    width: 100%;
    max-width: none;
    height: auto;
    margin-top: 14px;
  }
}
.branch__map-img {
  width: 100%;
  height: auto;
  display: block;
}
.branch__campaign {
  width: 610px;
  max-width: 100%;
  margin: 25px auto 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .branch__campaign {
    width: 310px;
    margin: 30px auto 0;
  }
}
.branch__campaign-img {
  width: 100%;
  height: auto;
  display: block;
}
.branch__prizes {
  display: flex;
  gap: 30px;
  padding: 15px 36px 36px;
}
@media (max-width: 767px) {
  .branch__prizes {
    flex-direction: column;
    padding: 30px 16px 44px;
    gap: 30px;
  }
}
.branch__prize-card {
  flex: 1;
  background-color: #f9f5e9;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 290px;
  position: relative;
}
@media (max-width: 767px) {
  .branch__prize-card {
    flex: none;
    width: 100%;
    min-height: auto;
  }
}
.branch__prize-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 2.4px;
  color: #ca1524;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .branch__prize-title {
    white-space: normal;
  }
}
.branch__prize-sub {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 1.6px;
  color: #333;
  text-align: center;
  margin-top: 10px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .branch__prize-sub {
    white-space: normal;
  }
}
.branch__prize-img-single {
  margin-top: 16px;
  width: 176px;
  height: 174px;
  flex-shrink: 0;
}
.branch__prize-img-items {
  margin-top: 14px;
  width: 100%;
  max-width: 131px;
  height: auto;
  flex-shrink: 0;
}
.branch__prize-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.branch__prize-img-items .branch__prize-img {
  width: auto;
  height: auto;
}
.branch__prize-note {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 1.6px;
  color: #333;
  align-self: flex-end;
  margin-top: auto;
  padding-top: 8px;
  white-space: nowrap;
}

.overview {
  background-color: #e8f6ff;
  padding: 80px 0 100px;
}
@media (max-width: 767px) {
  .overview {
    padding: 60px 0 80px;
  }
}
.overview__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .overview__inner {
    max-width: 100%;
    padding: 0 20px;
  }
}
.overview__accordion {
  width: 100%;
  max-width: 1100px;
}
@media (max-width: 767px) {
  .overview__accordion {
    max-width: 100%;
  }
}
.overview__header {
  position: relative;
  width: 100%;
  height: 80px;
  background-color: #0954a8;
  border: none;
  border-radius: 10px 10px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  transition: background-color 0.3s ease;
}
@media (max-width: 767px) {
  .overview__header {
    height: 65px;
  }
}
.overview__header:hover {
  background-color: #0742a8;
}
.overview__header[aria-expanded=true] .overview__icon--plus {
  opacity: 0;
  transform: rotate(90deg);
}
.overview__header[aria-expanded=true] .overview__icon--minus {
  opacity: 1;
  transform: rotate(0deg);
}
.overview__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 3.4px;
  color: #fff;
  text-align: center;
  margin: 0;
}
@media (max-width: 767px) {
  .overview__title {
    font-size: 30px;
    letter-spacing: 3px;
  }
}
.overview__toggle {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
}
@media (max-width: 767px) {
  .overview__toggle {
    width: 32px;
    height: 32px;
  }
}
.overview__icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
@media (max-width: 767px) {
  .overview__icon {
    width: 32px;
    height: 32px;
  }
}
.overview__icon--plus {
  opacity: 1;
  transform: rotate(0deg);
}
.overview__icon--minus {
  opacity: 0;
  transform: rotate(-90deg);
}
.overview__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}
.overview__content.is-open {
  max-height: 2000px;
}
@media (max-width: 767px) {
  .overview__content.is-open {
    max-height: 3000px;
  }
}
.overview__table {
  background-color: #fff;
}
.overview__row {
  display: flex;
  align-items: center;
  min-height: 66px;
}
@media (max-width: 767px) {
  .overview__row {
    flex-direction: column;
    min-height: 102px;
  }
}
.overview__row--white {
  background-color: #fff;
}
.overview__row--gray {
  background-color: #f3f3f3;
}
.overview__row--tall {
  min-height: auto;
}
@media (max-width: 767px) {
  .overview__row--tall {
    min-height: auto;
  }
}
.overview__row--last {
  border-radius: 0 0 10px 10px;
}
.overview__label {
  flex: 0 0 187px;
  padding: 23px 0 23px 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 1.6px;
  color: #333;
}
@media (max-width: 767px) {
  .overview__label {
    flex: none;
    width: 100%;
    padding: 20px 20px 0;
  }
}
.overview__value {
  flex: 1;
  padding: 20px 30px 20px 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 1.6px;
  color: #333;
}
@media (max-width: 767px) {
  .overview__value {
    padding: 6px 20px 20px;
    width: 100%;
  }
}
.overview__value--red {
  color: #ca1524;
}
.overview__text {
  margin: 0 0 0 0;
  line-height: 1.6;
}
.overview__text + .overview__text {
  margin-top: 0;
}
.overview__text--last {
  margin-bottom: 0;
}
.overview__area-box {
  background-color: #ffebeb;
  padding: 20px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .overview__area-box {
    padding: 20px;
    margin-top: 16px;
  }
}
.overview__area-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 1.6px;
  color: #ca1524;
  margin: 0 0 0 0;
}
.overview__area-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 1.6px;
  color: #ca1524;
  margin: 0;
}
.overview__btn-wrap {
  display: flex;
  justify-content: center;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .overview__btn-wrap {
    padding: 30px 0;
  }
}
.overview__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 430px;
  background-color: #333;
  border-radius: 5px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 1.8px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  transition: opacity 0.3s ease;
  padding: 6px 15px 8px;
}
@media (max-width: 767px) {
  .overview__btn {
    width: 100%;
    max-width: 350px;
    border-radius: 10px;
    padding: 8px 15px;
  }
}
.overview__btn:hover {
  opacity: 0.8;
}
.overview__btn svg {
  flex-shrink: 0;
}
.overview__btn-text {
  display: inline;
}
.overview__btn-text-pc {
  display: inline;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .overview__btn-text-pc {
    display: none;
  }
}
.overview__btn-text-sp {
  display: none;
  text-align: center;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .overview__btn-text-sp {
    display: block;
  }
}

.flow {
  background-color: #f9f5e9;
  padding: 0 0 100px;
}
@media (max-width: 767px) {
  .flow {
    padding: 0 0 80px;
  }
}
.flow__header {
  width: 100%;
  height: 90px;
  background-color: #0954a8;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .flow__header {
    height: 69px;
  }
}
.flow__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 3.4px;
  color: #fff;
  text-align: center;
  margin: 0;
}
@media (max-width: 767px) {
  .flow__title {
    font-size: 30px;
    letter-spacing: 3px;
  }
}
.flow__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .flow__inner {
    padding: 0;
  }
}
.flow__subtitle-wrap {
  width: 100%;
  max-width: 1200px;
  margin-top: 54px;
  text-align: center;
}
@media (max-width: 767px) {
  .flow__subtitle-wrap {
    max-width: 100%;
    padding: 0 20px;
    margin-top: 30px;
    text-align: left;
  }
}
.flow__subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 3px;
  color: #156ccd;
  text-align: center;
  margin: 0;
  display: inline;
}
@media (max-width: 767px) {
  .flow__subtitle {
    font-size: 24px;
    letter-spacing: 2.4px;
  }
}
.flow__subtitle-highlight {
  position: relative;
  display: inline;
  background-image: linear-gradient(transparent 70%, #ffde00 70%, #ffde00 85%, transparent 85%);
}
@media (max-width: 767px) {
  .flow__subtitle-highlight {
    background-image: linear-gradient(transparent 75%, #ffde00 75%, #ffde00 90%, transparent 90%);
  }
}
.flow__step {
  width: 100%;
  max-width: 1100px;
  margin-top: 66px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .flow__step {
    max-width: 100%;
    margin-top: 50px;
  }
}
.flow__step--02 {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .flow__step--02 {
    margin-top: 50px;
  }
}
.flow__badge-wrap {
  position: relative;
  width: 100%;
  max-width: 356px;
  height: 137px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .flow__badge-wrap {
    max-width: 290px;
    height: 110px;
  }
}
.flow__characters {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media (max-width: 767px) {
  .flow__characters {
    width: 100%;
    height: 100%;
  }
}
.flow__character {
  position: absolute;
}
.flow__character--girl {
  left: 0%;
  top: 0;
  width: 26.69%;
  height: auto;
  aspect-ratio: 95/132;
}
@media (max-width: 767px) {
  .flow__character--girl {
    left: 0%;
    top: 12px;
    width: 24.48%;
    aspect-ratio: 71/98;
  }
}
.flow__character--boy {
  right: 0%;
  top: 5px;
  width: 26.4%;
  height: auto;
  aspect-ratio: 94/130;
}
@media (max-width: 767px) {
  .flow__character--boy {
    right: 0%;
    top: 13px;
    width: 24.14%;
    aspect-ratio: 70/97;
  }
}
.flow__badge {
  position: absolute;
  left: 50%;
  top: 25px;
  transform: translateX(-50%);
  z-index: 1;
  width: 30.9%;
  aspect-ratio: 1/1;
  background-color: #0954a8;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .flow__badge {
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 37.93%;
  }
}
.flow__badge-label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 2px;
  color: #fff;
  text-align: center;
  margin: 0 0 2px 0;
}
.flow__badge-number {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 3px;
  color: #fff;
  text-align: center;
  margin: 0;
}
.flow__desc {
  width: 100%;
  margin-top: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .flow__desc {
    padding: 0 18px 0 20px;
    margin-top: 20px;
  }
}
.flow__desc-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 2.4px;
  color: #156ccd;
  text-align: center;
  margin: 0;
}
@media (max-width: 767px) {
  .flow__desc-text {
    font-size: 20px;
    letter-spacing: 2px;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .flow__desc-text--highlight {
    font-size: 20px;
  }
}
.flow__cards {
  width: 100%;
  max-width: 815px;
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .flow__cards {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    max-width: 100%;
    padding: 0 20px;
    margin-top: 30px;
  }
}
.flow__card-wrap {
  flex: 0 0 245px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .flow__card-wrap {
    flex: none;
    width: 100%;
    max-width: none;
  }
}
.flow__card {
  width: 100%;
  background-color: #fff;
  border: 2px solid #0954a8;
  border-radius: 10px;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 140px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .flow__card {
    min-height: 180px;
    padding: 30px 20px;
  }
}
.flow__card-icon {
  width: 100%;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flow__card-icon img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  object-fit: contain;
  filter: none;
}
@media (max-width: 767px) {
  .flow__card-icon {
    height: 124px;
  }
}
.flow__card-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 1.8px;
  color: #333;
  text-align: center;
  margin: 10px 0 0;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .flow__card-title {
    font-size: 20px;
    letter-spacing: 2px;
    margin: 8px 0 0;
  }
}
.flow__card-desc {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 1.6px;
  color: #333;
  text-align: center;
  margin: 4px 0 0;
}
@media (max-width: 768px) {
  .flow__card-desc br {
    display: none;
  }
}
.flow__notice {
  width: 100%;
  max-width: 815px;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  margin-top: 50px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .flow__notice {
    width: calc(100% - 40px);
    max-width: none;
    margin: 30px 20px 0;
  }
}
.flow__notice-header {
  width: 100%;
  background-color: #0954a8;
  padding: 9px 20px;
  border-radius: 10px 10px 0 0;
}
@media (max-width: 767px) {
  .flow__notice-header {
    padding: 20px 20px;
  }
}
.flow__notice-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 2.2px;
  color: #fff;
  text-align: center;
  margin: 0;
}
@media (max-width: 767px) {
  .flow__notice-title {
    font-size: 22px;
  }
}
.flow__notice-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 1.6px;
  color: #333;
  padding: 30px 30px;
  margin: 0;
}
@media (max-width: 767px) {
  .flow__notice-text {
    padding: 20px 20px;
  }
}
.flow__note {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 1.6px;
  color: #333;
  text-align: center;
  margin-top: 20px;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .flow__note {
    margin-top: 16px;
    text-align: left;
  }
}

.faq {
  background-color: #fff;
  padding: 100px 0 40px;
}
@media (max-width: 767px) {
  .faq {
    padding: 50px 0 0;
  }
}
.faq__inner {
  max-width: 990px;
  margin: 0 auto;
  padding: 0 20px;
}
.faq__title-area {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 30px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .faq__title-area {
    gap: 0;
    margin-bottom: 40px;
  }
}
.faq__title-img {
  max-width: 100%;
  height: auto;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .faq__title-img--girl {
    width: 60px;
  }
}
@media (max-width: 767px) {
  .faq__title-img--boy {
    width: 51px;
    margin-left: 10px;
  }
}
.faq__title-center {
  text-align: center;
}
.faq__title-en {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 1;
  color: #b0c6ee;
  margin: 0 0 10px;
}
.faq__title-ja {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 35px;
  line-height: 1.3;
  letter-spacing: 3.5px;
  color: #156ccd;
  margin: 0;
}
@media (max-width: 767px) {
  .faq__title-ja {
    font-size: 30px;
    letter-spacing: 3px;
    white-space: nowrap;
  }
}
.faq__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.faq__item {
  overflow: hidden;
}
.faq__header {
  position: relative;
  width: 100%;
  min-height: 50px;
  border-radius: 10px 10px 0 0;
  background-color: #0954a8;
  border: none;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  gap: 16px;
  text-align: left;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
@media (max-width: 767px) {
  .faq__header {
    min-height: 50px;
    padding: 9px 20px;
  }
}
.faq__header:hover {
  background-color: #0742a8;
}
.faq__header[aria-expanded=true] .faq__icon--plus {
  opacity: 0;
  transform: rotate(90deg);
}
.faq__header[aria-expanded=true] .faq__icon--minus {
  opacity: 1;
  transform: rotate(0deg);
}
.faq__question {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.8px;
  color: #fff;
  flex: 1;
}
@media (max-width: 767px) {
  .faq__question {
    letter-spacing: 1.6px;
  }
}
.faq__toggle {
  flex-shrink: 0;
  position: relative;
  width: 30px;
  height: 30px;
}
@media (max-width: 767px) {
  .faq__toggle {
    width: 32px;
    height: 32px;
  }
}
.faq__icon {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.faq__icon--plus {
  opacity: 1;
}
.faq__icon--minus {
  opacity: 0;
}
.faq__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}
.faq__content.is-open {
  max-height: 500px;
}
.faq__answer {
  background-color: #e7f3ff;
  padding: 20px;
  font-family: "Noto Sans JP", sans-serif;
  border-radius: 0 0 10px 10px;
  font-size: 16px;
  color: #333;
}
.faq__answer-link {
  color: #06c;
  text-decoration: underline;
  word-break: break-all;
  transition: 0.3s;
}
.faq__answer-link:hover {
  opacity: 0.7;
}

.company {
  background-color: #fff;
  padding: 60px 20px 80px;
}
@media (max-width: 767px) {
  .company {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
.company__inner {
  max-width: 990px;
  margin: 0 auto;
}
.company__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.3;
  letter-spacing: 3.6px;
  color: #156ccd;
  text-align: center;
  margin: 0 0 40px;
}
@media (max-width: 767px) {
  .company__title {
    font-size: 30px;
    letter-spacing: 3px;
    margin-bottom: 30px;
  }
}
.company__list {
  max-width: 530px;
  margin: 20px auto 0;
}
.company__row {
  display: flex;
  align-items: flex-start;
  padding: 20px 10px;
  border-bottom: 1px dashed #d1d1d1;
}
@media (max-width: 767px) {
  .company__row {
    flex-direction: column;
    gap: 10px;
    padding: 20px 0;
  }
}
.company__row--last {
  border-bottom: none;
}
.company__label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  flex: 0 0 135px;
}
@media (max-width: 767px) {
  .company__label {
    flex: none;
  }
}
.company__value {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  flex: 1;
}
.company__link {
  color: #06c;
  word-break: break-all;
  text-decoration: underline;
  transition: 0.3s;
}
.company__link:hover {
  opacity: 0.7;
}

.cv {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.08);
  z-index: 900;
  text-align: center;
  opacity: 0;
  transition: opacity 0.4s ease;
}
@media (max-width: 767px) {
  .cv {
    padding: 19px;
  }
}
.cv.is-visible {
  opacity: 1;
}
.cv__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.cv__text {
  font-size: 18px;
  font-weight: 400;
  color: #333;
}
@media (max-width: 767px) {
  .cv__text {
    font-size: 14px;
  }
}
.cv__btn {
  display: inline-flex;
  align-items: center;
  gap: 19px;
  background-color: #d80c24;
  border-radius: 999px;
  height: 58px;
  padding: 0 25px 0 35px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.cv__btn:hover {
  opacity: 0.85;
}
@media (max-width: 767px) {
  .cv__btn {
    height: 50px;
    padding: 0 20px 0 26px;
    gap: 12px;
  }
}
.cv__btn-text {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .cv__btn-text {
    font-size: 20px;
  }
}
.cv__btn-icon {
  width: 14px;
  height: 23px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .cv__btn-icon {
    width: 11px;
    height: 18px;
  }
}

.footer {
  background-color: #0954a8;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 137px;
}
@media (max-width: 767px) {
  .footer {
    margin-bottom: 120px;
  }
}
.footer__copy {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: normal;
  text-align: center;
}

/*# sourceMappingURL=style.css.map */
