@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  font-size: 16px;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  html {
    font-size: min(16 / 375 * 100vw, 21.3333333333px);
  }
}
@media (min-width: 768px) {
  html {
    font-size: min(1.5579357352vw, 16px);
  }
}

body {
  font-size: 1rem;
  font-family: "Inter", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  color: #333333;
  line-height: 1.7;
  background-color: #ffffff;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 0.875rem;
  }
}

body.no-scroll {
  overflow: hidden;
  height: 100vh;
}

a {
  text-decoration: none;
  color: inherit;
}

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

.container {
  max-width: 71.875rem;
  margin-inline: auto;
}

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

@media (min-width: 768px) {
  .sp-br {
    display: none;
  }
}

.bold {
  font-weight: 700;
}

.is-main {
  color: #138ecc;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Inter", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  border-radius: 0.625rem;
  transition: opacity 0.3s, transform 0.3s;
  filter: drop-shadow(0 0.25rem 0.1875rem rgba(0, 0, 0, 0.1)) drop-shadow(0 0.125rem 0.125rem rgba(0, 0, 0, 0.1));
}
@media (hover: hover) {
  .btn:hover {
    opacity: 0.85;
  }
}

.btn--cta {
  width: 19.25rem;
  height: 3.75rem;
  background-color: #61cd5e;
  color: #ffffff;
  font-size: 1.125rem;
  line-height: 1.5555555556;
  letter-spacing: -0.0244em;
}
@media screen and (max-width: 767px) {
  .btn--cta {
    width: 19.0625rem;
  }
}

.btn--cta-bottom {
  margin-top: 0.5rem;
  width: 19.375rem;
  height: 3.75rem;
  background-color: #5fbf5a;
  color: #ffffff;
  font-size: 1.125rem;
  line-height: 1.5555555556;
  letter-spacing: -0.0244em;
  gap: 0.75rem;
  padding-inline: 1.25rem;
}

.btn--header {
  width: 6.5625rem;
  height: 2.25rem;
  background-color: transparent;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  border: 0.0625rem solid #ffffff;
  border-radius: 0;
  padding-inline: 1rem;
  padding-block: 0.5rem;
  white-space: nowrap;
  filter: none;
  transition: opacity 0.3s, transform 0.3s, background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.btn__icon {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
}

.form {
  max-width: 45rem;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}
@media screen and (max-width: 767px) {
  .form {
    gap: 1.25rem;
  }
}

.form__summary {
  padding: 0.875rem 1rem;
  background-color: #fff5f5;
  border: 0.0625rem solid #e57373;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #c62828;
}

.form__hp {
  position: absolute;
  left: -624.9375rem;
  width: 0.0625rem;
  height: 0.0625rem;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.form__error {
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #c62828;
}

.form__input--error,
.form__textarea.form__input--error {
  border-color: #e57373;
  background-color: #fffafa;
}

.form__field {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.form__label {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #3a3a3a;
}
@media screen and (max-width: 767px) {
  .form__label {
    font-size: 0.8125rem;
  }
}

.form__required {
  display: inline-block;
  margin-left: 0.5rem;
  padding: 0.125rem 0.5rem;
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  background-color: #138ecc;
  border-radius: 0.25rem;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .form__required {
    font-size: 0.625rem;
    padding: 0.125rem 0.375rem;
    margin-left: 0.375rem;
  }
}

.form__textarea, .form__input {
  width: 100%;
  padding: 0.875rem 1rem;
  font-family: "Inter", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #333333;
  background-color: #eaf5ff;
  border: 0.0625rem solid transparent;
  border-radius: 0.375rem;
  transition: border-color 0.2s, background-color 0.2s, box-shadow 0.2s;
}
.form__textarea::placeholder, .form__input::placeholder {
  color: rgba(46, 46, 46, 0.5);
}
.form__textarea:focus, .form__input:focus {
  outline: none;
  border-color: #138ecc;
  background-color: #ffffff;
  box-shadow: 0 0 0 0.1875rem rgba(19, 142, 204, 0.15);
}
@media screen and (max-width: 767px) {
  .form__textarea, .form__input {
    font-size: 0.875rem;
    padding: 0.75rem 0.875rem;
  }
}

.form__input {
  height: 3.25rem;
}
@media screen and (max-width: 767px) {
  .form__input {
    height: 2.875rem;
  }
}

.form__textarea {
  min-height: 13.75rem;
  resize: vertical;
}
@media screen and (max-width: 767px) {
  .form__textarea {
    min-height: 10rem;
  }
}

.form__radios {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.75rem;
}
@media screen and (max-width: 767px) {
  .form__radios {
    gap: 0.625rem 1.25rem;
  }
}

.form__radio {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  font-size: 0.9375rem;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .form__radio {
    font-size: 0.8125rem;
  }
}
.form__radio input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  width: 1.25rem;
  height: 1.25rem;
  border: 0.125rem solid #138ecc;
  border-radius: 50%;
  background-color: #ffffff;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
  transition: border-color 0.2s, background-color 0.2s;
}
.form__radio input[type=radio]:checked {
  background-color: #ffffff;
}
.form__radio input[type=radio]:checked::after {
  content: "";
  position: absolute;
  inset: 0.1875rem;
  background-color: #138ecc;
  border-radius: 50%;
}
.form__radio input[type=radio]:focus-visible {
  outline: 0.125rem solid rgba(19, 142, 204, 0.35);
  outline-offset: 0.125rem;
}

.form__privacy {
  margin-top: 0.5rem;
  padding: 1rem 1.25rem;
  background-color: #f8f9fa;
  border-radius: 0.5rem;
  font-size: 0.8125rem;
  line-height: 1.7;
  color: #2e2e2e;
  text-align: center;
}
.form__privacy a {
  color: #138ecc;
  text-decoration: underline;
  transition: opacity 0.2s;
}
@media (hover: hover) {
  .form__privacy a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .form__privacy {
    font-size: 0.75rem;
    padding: 0.875rem 1rem;
  }
}

.form__submit {
  display: flex;
  justify-content: center;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .form__submit {
    margin-top: 0.75rem;
  }
}

.btn--submit {
  width: 19.25rem;
  height: 3.75rem;
  background-color: #61cd5e;
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5555555556;
  letter-spacing: -0.0244em;
  border: none;
  border-radius: 0.625rem;
  cursor: pointer;
  font-family: "Inter", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  transition: opacity 0.3s;
  filter: drop-shadow(0 0.25rem 0.1875rem rgba(0, 0, 0, 0.1)) drop-shadow(0 0.125rem 0.125rem rgba(0, 0, 0, 0.1));
}
@media (hover: hover) {
  .btn--submit:hover {
    opacity: 0.85;
  }
}
@media screen and (max-width: 767px) {
  .btn--submit {
    width: 19.0625rem;
  }
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 60;
}
@media (min-width: 768px) {
  .header {
    position: fixed;
    background-color: transparent;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
  }
}

.header--solid {
  position: relative;
  background-color: #138ecc;
  background-image: linear-gradient(180deg, #138ecc 0%, #0d6ea0 100%);
}
@media (min-width: 768px) {
  .header--solid {
    position: relative;
  }
}

@media (min-width: 768px) {
  .header.header--scrolled {
    background-color: #ffffff;
    box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.08);
  }
  .header.header--scrolled .header__nav-list {
    color: #0a5276;
  }
  .header.header--scrolled .header__nav-list a {
    color: #0a5276;
  }
  .header.header--scrolled .header__logo-img--default {
    opacity: 0;
  }
  .header.header--scrolled .header__logo-img--scrolled {
    opacity: 1;
  }
  .header.header--scrolled .btn--header {
    background-color: transparent;
    border-color: #0a5276;
    color: #0a5276;
    filter: none;
  }
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 1rem;
  padding-inline: 3.75rem;
}
@media screen and (max-width: 767px) {
  .header__inner {
    padding-block: 0.625rem;
    padding-inline: 1.25rem;
  }
}

.header__logo {
  display: block;
  position: relative;
  width: 17.8125rem;
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 10rem;
  }
}

.header__logo-img {
  display: block;
  width: 100%;
  height: auto;
  transition: opacity 0.3s ease;
}

.header__logo-img--scrolled {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}

.header__nav {
  display: flex;
  align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .header__nav {
    display: none;
  }
}

.header__nav-list {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
}

.header__menu {
  display: none;
  position: relative;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  width: 1.375rem;
  height: 1.375rem;
}
@media screen and (max-width: 767px) {
  .header__menu {
    display: inline-block;
  }
}

.header__menu-bar {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.125rem;
  background-color: #ffffff;
  border-radius: 0.0625rem;
  transform-origin: center;
  transition: top 0.3s ease, transform 0.3s ease, opacity 0.2s ease;
  will-change: top, transform, opacity;
}
.header__menu-bar:nth-child(1) {
  top: 0;
}
.header__menu-bar:nth-child(2) {
  top: calc(50% - 0.0625rem);
}
.header__menu-bar:nth-child(3) {
  top: calc(100% - 0.125rem);
}

.header__menu[aria-expanded=true] .header__menu-bar:nth-child(1) {
  top: calc(50% - 0.0625rem);
  transform: rotate(45deg);
}
.header__menu[aria-expanded=true] .header__menu-bar:nth-child(2) {
  opacity: 0;
}
.header__menu[aria-expanded=true] .header__menu-bar:nth-child(3) {
  top: calc(50% - 0.0625rem);
  transform: rotate(-45deg);
}

.sp-menu {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-menu {
    position: fixed;
    inset: 0;
    z-index: 50;
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  .sp-menu[aria-hidden=false] {
    visibility: visible;
    opacity: 1;
  }
}

.sp-menu__overlay {
  position: absolute;
  inset: 0;
  background-color: #138ecc;
  background-image: linear-gradient(180deg, #138ecc 0%, #0d6ea0 100%);
  cursor: pointer;
}

.sp-menu__panel {
  position: relative;
  z-index: 1;
  height: 100%;
  padding-top: 5rem;
  padding-inline: 1.75rem;
  padding-bottom: 2.5rem;
  overflow-y: auto;
}

.sp-menu__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.sp-menu__link {
  position: relative;
  display: block;
  padding: 1.125rem 1.75rem 1.125rem 0.75rem;
  font-size: 1rem;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0.05em;
  text-decoration: none;
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.2);
}
.sp-menu__link::after {
  content: "›";
  position: absolute;
  right: 0.875rem;
  top: 50%;
  transform: translateY(-55%);
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.375rem;
  line-height: 1;
}

.footer {
  background-color: #106a98;
  color: #ffffff;
  padding-top: 3rem;
  padding-bottom: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .footer {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}

.footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  max-width: 71.875rem;
  margin-inline: auto;
}

.footer__links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.75rem;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  letter-spacing: -0.0107em;
  color: #ffffff;
}
.footer__links a {
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .footer__links a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .footer__links {
    gap: 0.875rem;
    font-size: 0.625rem;
    line-height: 1.2;
  }
}

.footer__logo {
  width: 16.4375rem;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .footer__logo {
    width: 11.875rem;
  }
}

.footer__copyright {
  display: none;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  letter-spacing: -0.0107em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    display: block;
    font-size: 0.625rem;
    line-height: 2;
  }
}

.hero {
  position: relative;
  overflow: hidden;
  color: #ffffff;
}

.hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.hero__bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 70%;
}
@media screen and (max-width: 767px) {
  .hero__bg-img {
    position: absolute;
    left: -18.16%;
    top: 0;
    width: 136.32%;
    height: auto;
    object-fit: fill;
    object-position: 50% 50%;
    max-width: none;
  }
}

.hero__body {
  position: relative;
  z-index: 1;
  padding-top: 6rem;
  padding-inline: 0.625rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 71.875rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .hero__body {
    padding-top: 7.875rem;
    padding-bottom: 1.375rem;
    padding-inline: 0.625rem;
    gap: 0.375rem;
  }
}

.hero__title {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4166666667;
  color: #ffffff;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .hero__title {
    font-size: 1.5rem;
    line-height: 1.4166666667;
    margin-top: 0rem;
  }
}

.hero__keywords {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .hero__keywords {
    background-color: rgba(255, 255, 255, 0.75);
    width: 15.5rem;
    height: 1.5rem;
    margin-top: 0;
  }
}

.hero__keyword {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 9.75rem;
  height: 2.25rem;
  background-color: rgba(255, 255, 255, 0.75);
  color: #2e2e2e;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4444444444;
  letter-spacing: -0.0174em;
}
@media screen and (max-width: 767px) {
  .hero__keyword {
    width: auto;
    height: auto;
    background-color: transparent;
    font-size: 0.75rem;
    line-height: 2.1666666667;
    letter-spacing: -0.026em;
    font-weight: 400;
  }
}

.hero__keyword-x {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 2.5rem;
  color: #ffffff;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.1818181818;
  letter-spacing: -0.0142em;
}
@media screen and (max-width: 767px) {
  .hero__keyword-x {
    width: auto;
    height: auto;
    color: #2e2e2e;
    font-size: 0.75rem;
    line-height: 2.1666666667;
    font-weight: 400;
    padding-inline: 0.125rem;
  }
}

.hero__lead {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4444444444;
  letter-spacing: -0.0174em;
  color: #ffffff;
  text-align: center;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .hero__lead {
    font-size: 0.5625rem;
    line-height: 2.8888888889;
    letter-spacing: -0.0347em;
    margin-top: 0;
  }
}

.hero__cta {
  position: relative;
  z-index: 1;
  background-color: #1c78a6;
  height: 8.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7.5625rem;
  padding-left: calc(max(0px, (100% - 71.875rem) / 2) + 1.875rem);
  padding-right: calc(max(0px, (100% - 71.875rem) / 2) + 1.875rem);
  padding-block: 0.625rem;
  margin-top: 9.1875rem;
}
@media screen and (max-width: 767px) {
  .hero__cta {
    flex-direction: column;
    height: 12.75rem;
    gap: 0;
    padding-block: 0;
    padding-bottom: 1.75rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    margin-top: 0.6875rem;
    justify-content: flex-end;
  }
}

.hero__cta-illust {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 26.25rem;
  height: 17.375rem;
  padding-inline: 1.5rem;
}
@media screen and (max-width: 767px) {
  .hero__cta-illust {
    width: 14.75rem;
    height: 8.625rem;
    padding-inline: 0;
    position: absolute;
    top: -1.75rem;
    left: 50%;
    transform: translateX(-50%);
    justify-content: flex-start;
  }
}

.hero__cta-illust-img {
  position: relative;
  width: 18.25rem;
  height: 10.3125rem;
  object-fit: contain;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .hero__cta-illust-img {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
    height: 8.265625rem;
    aspect-ratio: 480/230;
  }
}

.hero__cta-illust-caption {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 3;
  letter-spacing: -0.0366em;
  color: #ffffff;
  text-align: center;
  margin-top: -1.125rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .hero__cta-illust-caption {
    font-size: 0.5rem;
    line-height: 1;
    margin-bottom: 0;
    margin-top: 0.375rem;
  }
}

@media screen and (max-width: 767px) {
  .hero__cta .btn--cta {
    width: 11.8125rem;
    height: 2.125rem;
    font-size: 0.75rem;
    line-height: 2.3333333333;
    letter-spacing: -0.0366em;
    font-weight: 500;
    border-radius: 0.5rem;
    padding-inline: 0.625rem;
    padding-block: 0.5rem;
  }
}

.issues {
  background-color: #eaf5ff;
  padding-block: 5rem;
}
@media screen and (max-width: 767px) {
  .issues {
    padding-block: 2.5rem;
  }
}

.issues__inner {
  padding-inline: 1.5rem;
  max-width: 71.875rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .issues__inner {
    padding-inline: 1.25rem;
  }
}

.issues__heading {
  text-align: center;
}

.issues__lead {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 2.5454545455;
  color: #333333;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .issues__lead {
    font-size: 0.75rem;
    line-height: 3;
  }
}

.issues__title {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.5555555556;
  letter-spacing: 0.0103em;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .issues__title {
    font-size: 1.125rem;
    line-height: 2;
  }
}

.issues__title-em {
  color: #138ecc;
}

.issues__title-sub {
  color: #3a3a3a;
}

.issues__cards {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .issues__cards {
    flex-direction: column;
    align-items: center;
  }
}

.issue-card {
  width: 22rem;
  background-color: #ffffff;
  border-radius: 0.5rem;
  filter: drop-shadow(0 0.25rem 0.1875rem rgba(0, 0, 0, 0.1)) drop-shadow(0 0.125rem 0.125rem rgba(0, 0, 0, 0.1));
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 1.5rem;
  padding-inline: 1.5rem;
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .issue-card {
    width: 18.125rem;
    padding: 2rem;
    gap: 1rem;
  }
}

.issue-card__img {
  width: 12.5rem;
  height: 8.4375rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.issue-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.issue-card__title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5555555556;
  letter-spacing: -0.0244em;
  color: #3a3a3a;
  text-align: center;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .issue-card__title {
    font-size: 1rem;
    line-height: 1.75;
    margin-top: 0;
  }
}

.issue-card__title-em {
  color: #138ecc;
}

.issue-card__list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .issue-card__list {
    width: 15.125rem;
    min-width: 0;
    max-width: 15.125rem;
    margin-inline: auto;
    align-self: center;
  }
}
@media screen and (max-width: 767px) {
  .issue-card__list {
    width: 100%;
  }
}
.issue-card__list li {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.625;
  letter-spacing: -0.0107em;
  color: #2e2e2e;
  word-break: normal;
}
@media (min-width: 768px) {
  .issue-card__list li {
    min-width: 0;
    overflow-wrap: break-word;
  }
}
@media screen and (max-width: 767px) {
  .issue-card__list li {
    font-size: 0.75rem;
    line-height: 1.8958333333;
  }
}
@media screen and (max-width: 767px) {
  .issue-card__list {
    margin-top: 0;
  }
}

.system {
  background-color: #ffffff;
  padding-top: 4rem;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .system {
    padding-block: 0;
    gap: 0;
  }
}

.system__heading {
  padding-inline: 0.625rem;
  text-align: center;
  max-width: 71.875rem;
  margin-inline: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .system__heading {
    padding-block: 2rem;
    padding-inline: 1.25rem;
    max-width: 100%;
  }
}

.system__title {
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1.5909090909;
  letter-spacing: 0.0084em;
  color: #138ecc;
}
@media screen and (max-width: 767px) {
  .system__title {
    font-size: 1.375rem;
    line-height: 1.6363636364;
    letter-spacing: 0.0168em;
  }
}

.system__panel {
  position: relative;
  min-height: 22.1875rem;
  color: #ffffff;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .system__panel {
    min-height: 24.5rem;
    overflow: hidden;
  }
}

.system__panel-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.system__panel-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.system__panel-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.5rem;
  min-height: 22.1875rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 4rem;
  padding-right: 3rem;
  max-width: 71.875rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .system__panel-inner {
    gap: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding-top: 3rem;
    padding-bottom: 0;
    padding-inline: 1.25rem;
    max-width: 100%;
  }
}

.system__panel-lead {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6666666667;
  letter-spacing: -0.0244em;
  color: #ffffff;
  text-align: center;
  max-width: 41.25rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .system__panel-lead {
    font-size: 0.6875rem;
    line-height: 2.1818181818;
    letter-spacing: -0.04em;
    margin-bottom: 2rem;
    max-width: 100%;
  }
}

.system__panel-main {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6666666667;
  letter-spacing: -0.0183em;
  color: #ffffff;
  text-align: center;
  word-break: normal;
  max-width: 41.25rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .system__panel-main {
    font-size: 1.125rem;
    line-height: 2;
    letter-spacing: -0.0244em;
    max-width: 100%;
  }
}

.system__panel-main-line {
  display: block;
}
@media (min-width: 768px) {
  .system__panel-main-line {
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .system__panel-main-line {
    display: inline;
    white-space: normal;
  }
}

.system__person {
  position: absolute;
  top: -7.546875rem;
  right: 0;
  width: 22.25rem;
  height: 29.6875rem;
  z-index: 2;
  margin: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .system__person {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    width: calc(100% + 2.5rem);
    margin-inline: -1.25rem;
    height: 8.5625rem;
    margin-top: 0;
    flex-shrink: 0;
    overflow: visible;
  }
}

.system__person-photo {
  display: contents;
}
@media screen and (max-width: 767px) {
  .system__person-photo {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 6.4375rem;
    width: 6.875rem;
    height: 8.5625rem;
    height: 9.0625rem;
    overflow: hidden;
  }
}

.system__person-img {
  position: absolute;
  top: 3.61%;
  left: -3.67%;
  width: 100%;
  height: 100.07%;
  object-fit: cover;
  object-position: center top;
}
@media screen and (max-width: 767px) {
  .system__person-img {
    position: absolute;
    top: -11%;
    left: 2%;
    right: auto;
    width: 100%;
    height: 100.07%;
    object-fit: cover;
    object-position: center top;
    transform: scale(1.08);
    transform-origin: 100% 0;
  }
}

.system__person-name {
  position: absolute;
  top: 23.671875rem;
  left: calc(50% - 2.09375rem);
  transform: translateX(-50%);
  width: 10.9375rem;
  height: 3.9375rem;
  background-color: rgba(254, 254, 254, 0.9);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 0.625rem;
  padding-bottom: 0.5rem;
  padding-inline: 1.5rem;
  text-align: center;
  color: #2e2e2e;
}
@media screen and (max-width: 767px) {
  .system__person-name {
    position: absolute;
    left: 4.5rem;
    top: 3.75rem;
    bottom: auto;
    right: auto;
    transform: none;
    width: 11rem;
    height: 3.3125rem;
    padding-inline: 1.5rem;
    padding-top: 0.625rem;
    padding-bottom: 0.5rem;
  }
}

.system__person-role {
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .system__person-role {
    font-size: 0.625rem;
    line-height: 1;
  }
}

.system__person-fullname {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .system__person-fullname {
    font-size: 1rem;
    line-height: 1;
    margin-top: 0.5rem;
  }
}

.arrow-down {
  width: 100%;
  height: 2.1875rem;
  background-color: #ffffff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .arrow-down {
    height: 2.1875rem;
  }
}

.arrow-down::before {
  content: "";
  position: absolute;
  top: -0.171875rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 5.15625rem solid transparent;
  border-right: 5.15625rem solid transparent;
  border-top: 2.8125rem solid #eaf5ff;
}
@media screen and (max-width: 767px) {
  .arrow-down::before {
    border-left-width: 2.8125rem;
    border-right-width: 2.8125rem;
    border-top-width: 2.1875rem;
    top: 0;
  }
}

.arrow-down + .solution::before,
.arrow-down + .effects::before {
  content: none;
}

.arrow-down--system {
  width: 100%;
  height: 2.109375rem;
  background-color: transparent;
  margin-top: -3rem;
}
@media screen and (max-width: 767px) {
  .arrow-down--system {
    height: 2.1875rem;
    margin-top: 0;
  }
}

.arrow-down--system::before {
  top: 0;
  border-left-width: 4.46875rem;
  border-right-width: 4.46875rem;
  border-top-width: 2.109375rem;
  border-top-color: #407db6;
}
@media screen and (max-width: 767px) {
  .arrow-down--system::before {
    top: 0;
    border-left-width: 2.8125rem;
    border-right-width: 2.8125rem;
    border-top-width: 2.1875rem;
    border-top-color: #407db6;
  }
}

.solution {
  background-color: #ffffff;
  padding-block: 5rem;
}
@media screen and (max-width: 767px) {
  .solution {
    padding-block: 2.5rem;
  }
}

.solution__inner {
  padding-inline: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  align-items: center;
  max-width: 71.875rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .solution__inner {
    gap: 2rem;
  }
}

.solution__heading {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  text-align: center;
  width: 100%;
}

.solution__title {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.0103em;
  color: #3a3a3a;
}
@media screen and (max-width: 767px) {
  .solution__title {
    font-size: 1.125rem;
    line-height: 2;
  }
}

.solution__title-em {
  color: #138ecc;
  position: relative;
}

.solution__lead {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: -0.0195em;
  color: #3a3a3a;
  text-align: center;
  max-width: 51.75rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .solution__lead {
    font-size: 0.75rem;
    line-height: 1.8333333333;
    letter-spacing: -0.026em;
    max-width: 20.4375rem;
    word-break: normal;
  }
}

.solution__lead-em {
  font-weight: 700;
}
.solution__lead-em:nth-of-type(1), .solution__lead-em:nth-of-type(2) {
  position: relative;
  display: inline-block;
}
.solution__lead-em:nth-of-type(1)::after, .solution__lead-em:nth-of-type(2)::after {
  content: "";
  position: absolute;
  bottom: 0.125rem;
  height: 0.5rem;
  background-color: rgba(19, 142, 204, 0.4);
  border-radius: 0.125rem;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .solution__lead-em:nth-of-type(1), .solution__lead-em:nth-of-type(2) {
    display: inline;
    background: linear-gradient(transparent 60%, rgba(19, 142, 204, 0.4) 60%);
  }
  .solution__lead-em:nth-of-type(1)::after, .solution__lead-em:nth-of-type(2)::after {
    display: none;
  }
}
.solution__lead-em:nth-of-type(1)::after {
  left: 0.75rem;
  right: 0;
}
.solution__lead-em:nth-of-type(2)::after {
  left: 0;
  right: 0;
}

.solution__cards {
  display: flex;
  justify-content: center;
  gap: 1rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .solution__cards {
    flex-direction: column;
    align-items: center;
  }
}

.solution-card {
  width: 22rem;
  background-color: #ffffff;
  border-radius: 0.5rem;
  filter: drop-shadow(0 0.625rem 0.46875rem rgba(0, 0, 0, 0.1)) drop-shadow(0 0.25rem 0.1875rem rgba(0, 0, 0, 0.1));
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 2rem;
  padding-inline: 2rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .solution-card {
    width: 18.0625rem;
    gap: 1rem;
  }
}

.solution-card__img {
  width: 12.5rem;
  height: 9.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.solution-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.solution-card__title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.0225em;
  color: #3a3a3a;
  text-align: center;
  margin-top: 1rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .solution-card__title {
    font-size: 1rem;
    line-height: 1.75;
    margin-top: 0;
  }
}

.solution-card__title-em {
  color: #138ecc;
}

.solution-card__text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625;
  letter-spacing: -0.0195em;
  color: #2e2e2e;
  text-align: center;
  margin-top: 1rem;
  max-width: 14.0625rem;
}
@media screen and (max-width: 767px) {
  .solution-card__text {
    font-size: 0.75rem;
    line-height: 2.1666666667;
    letter-spacing: -0.026em;
    margin-top: 0;
  }
}

.cta {
  background: linear-gradient(180deg, #138ecc 0%, #0d6ea0 100%);
  padding-top: 2.25rem;
  padding-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .cta {
    padding-block: 2.5rem;
  }
}

.cta__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  text-align: center;
  max-width: 71.875rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .cta__inner {
    gap: 0.25rem;
  }
}

.cta__title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.1666666667;
  letter-spacing: -0.0244em;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .cta__title {
    font-size: 1.125rem;
    line-height: 1.5555555556;
    margin-bottom: 1.25rem;
  }
}

.cta__lead {
  font-size: 0.75rem;
  margin-top: 0.9375rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: -0.026em;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .cta__lead {
    margin-bottom: 0.5rem;
  }
}

.services {
  background-color: #eaf5ff;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .services {
    padding-block: 2.5rem;
  }
}

.services__inner {
  padding-inline: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  align-items: center;
  max-width: 71.875rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .services__inner {
    padding-inline: 1.25rem;
    gap: 2rem;
  }
}

.services__heading {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .services__heading {
    gap: 2rem;
  }
}

.services__title {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.1111111111;
  letter-spacing: 0.0103em;
  color: #3a3a3a;
}
@media screen and (max-width: 767px) {
  .services__title {
    font-size: 1.125rem;
    line-height: 2.2222222222;
  }
}

.services__title-em {
  color: #138ecc;
}

.services__lead {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.0195em;
  color: #3a3a3a;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .services__lead {
    font-size: 0.75rem;
    line-height: 2;
    letter-spacing: -0.026em;
    max-width: 18.125rem;
    margin-inline: auto;
    word-break: normal;
  }
}

.services__cards {
  display: flex;
  justify-content: center;
  gap: 1rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .services__cards {
    flex-direction: column;
    align-items: center;
  }
}

.service-card {
  width: 22rem;
  background-color: #ffffff;
  border: 0.125rem solid #138ecc;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 2.125rem;
  padding-inline: 1.8125rem;
  padding-bottom: 2.125rem;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .service-card {
    width: 18.0625rem;
    gap: 1.125rem;
    overflow: hidden;
  }
}

.service-card__img {
  width: 8.75rem;
  height: 8.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-card__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.service-card__title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.0225em;
  color: #3a3a3a;
  text-align: center;
  margin-top: 1.125rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .service-card__title {
    font-size: 1rem;
    line-height: 1.875;
    margin-top: 0;
  }
}

.service-card__title-em {
  color: #138ecc;
}

.service-card__text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625;
  letter-spacing: -0.0195em;
  color: #2e2e2e;
  text-align: center;
  width: 14.625rem;
  flex-shrink: 0;
  word-break: normal;
  margin-top: 1.125rem;
  align-self: center;
}
@media screen and (max-width: 767px) {
  .service-card__text {
    width: auto;
    font-size: 0.75rem;
    line-height: 2.1666666667;
    letter-spacing: -0.026em;
    margin-top: 0;
    max-width: 100%;
    padding-inline: 0.5rem;
  }
}

.effects {
  background-color: #ffffff;
  padding-block: 5rem;
  display: flex;
  flex-direction: column;
  gap: 2.25rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .effects {
    padding-block: 2.5rem;
    padding-inline: 1.25rem;
    gap: 3rem;
  }
}

.effects__heading {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  text-align: center;
  width: 100%;
  max-width: 71.875rem;
  margin-inline: auto;
}

.effects__title {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.0103em;
  color: #3a3a3a;
  padding-inline: 4.625rem;
}
@media screen and (max-width: 767px) {
  .effects__title {
    font-size: 1.125rem;
    line-height: 2;
    padding-inline: 1.25rem;
  }
}

.effects__title-em {
  color: #138ecc;
}

@media screen and (max-width: 767px) {
  .effects__title-comma {
    color: #2e2e2e;
  }
}

.effects__lead {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.0195em;
  color: #2e2e2e;
  text-align: center;
  max-width: 38.625rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .effects__lead {
    font-size: 0.75rem;
    line-height: 2;
    letter-spacing: -0.026em;
    max-width: 100%;
  }
}

.effects__illust {
  width: 100%;
  padding-inline: 1.9375rem;
  max-width: 71.875rem;
  margin-inline: auto;
}
.effects__illust img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 785/386;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .effects__illust {
    padding-inline: 0;
    max-width: 100%;
  }
  .effects__illust img {
    aspect-ratio: 335/166;
  }
}

.profile {
  position: relative;
  padding-block: 5rem;
  overflow: hidden;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .profile {
    padding-block: 2.5rem;
    padding-inline: 1.25rem;
  }
}

.profile__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.profile__bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .profile__bg-img {
    position: absolute;
    left: -330.11%;
    top: 0.05%;
    width: 576.26%;
    height: 100%;
    max-width: none;
    object-fit: cover;
  }
}

.profile__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 4.5rem;
  padding-left: 3.875rem;
  padding-right: 1.5625rem;
  max-width: 71.875rem;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .profile__inner {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .profile__inner {
    gap: 0;
    padding-inline: 0;
    align-items: center;
  }
}

.profile__title {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.6666666667;
  letter-spacing: 0.0103em;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .profile__title {
    font-size: 1.0625rem;
    line-height: 2.1176470588;
    letter-spacing: 0.0217em;
    width: 100%;
    margin-bottom: 2.5rem;
  }
}

.profile__card {
  align-self: flex-end;
  width: 34.9375rem;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1.875rem;
  padding-right: 1.125rem;
  color: #3a3a3a;
}
@media screen and (max-width: 767px) {
  .profile__card {
    align-self: stretch;
    width: 100%;
    background-color: #ffffff;
    padding-inline: 1.8125rem;
    padding-block: 1.5rem;
  }
}

.profile__name {
  letter-spacing: 0.0154em;
  line-height: 1.125;
}
@media screen and (max-width: 767px) {
  .profile__name {
    line-height: 1.5;
  }
}

.profile__name-jp {
  font-size: 1.5rem;
  font-weight: 700;
  color: #3a3a3a;
}
@media screen and (max-width: 767px) {
  .profile__name-jp {
    font-size: 1.125rem;
  }
}

.profile__name-en {
  font-size: 1rem;
  font-weight: 400;
  color: #138ecc;
  margin-left: 1rem;
}
@media screen and (max-width: 767px) {
  .profile__name-en {
    font-size: 0.875rem;
    margin-left: 0.5rem;
  }
}

.profile__body {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.0246em;
  color: #2e2e2e;
}
@media screen and (max-width: 767px) {
  .profile__body {
    font-size: 0.75rem;
    line-height: 2;
    letter-spacing: 0.0308em;
  }
}

.profile__body-heading {
  margin-top: 1rem;
}

.profile__body-heading:first-child {
  margin-top: 0;
}

.profile__body-item {
  word-break: normal;
}

.profile__photo {
  display: none;
}
@media (min-width: 768px) {
  .profile__photo {
    display: block;
    position: absolute;
    right: 35.9375rem;
    bottom: -5rem;
    width: 26.25rem;
    z-index: 1;
  }
  .profile__photo img {
    display: block;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .profile__photo {
    display: block;
    width: 18.8125rem;
    height: 21.875rem;
    margin: 0 auto;
    margin-bottom: -1.25rem;
  }
  .profile__photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.faq {
  background-color: #f8f9fa;
  padding-block: 5rem;
}
@media screen and (max-width: 767px) {
  .faq {
    padding-block: 2.5rem;
  }
}

.faq__inner {
  padding-inline: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 59.375rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .faq__inner {
    padding-inline: 1.25rem;
  }
}

.faq__title {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.1111111111;
  letter-spacing: 0.0103em;
  color: #138ecc;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .faq__title {
    font-size: 1.125rem;
    line-height: 2.2222222222;
  }
}

.faq__list {
  width: 100%;
  max-width: 68rem;
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .faq__list {
    margin-top: 2rem;
  }
}

.faq-item {
  background-color: #ffffff;
  border-radius: 0.875rem;
  filter: drop-shadow(0 0.25rem 0.1875rem rgba(0, 0, 0, 0.1)) drop-shadow(0 0.125rem 0.125rem rgba(0, 0, 0, 0.1));
  overflow: hidden;
  transition: filter 0.3s;
}
@media (hover: hover) {
  .faq-item:hover {
    filter: drop-shadow(0 0.375rem 0.3125rem rgba(0, 0, 0, 0.12)) drop-shadow(0 0.125rem 0.125rem rgba(0, 0, 0, 0.1));
  }
}

.faq-item__summary {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 1.5rem;
  list-style: none;
  min-height: 4.625rem;
}
@media screen and (max-width: 767px) {
  .faq-item__summary {
    align-items: center;
    justify-content: center;
    padding: 1rem;
    min-height: 5rem;
  }
}

.faq-item__summary-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  width: 100%;
  max-width: 48.75rem;
}
@media (min-width: 768px) {
  .faq-item__summary-inner {
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .faq-item__summary-inner {
    width: 18.1875rem;
    max-width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0.5rem;
  }
}

.faq-item__q-body {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  flex: 1;
  min-width: 0;
}
@media (min-width: 768px) {
  .faq-item__q-body {
    display: block;
    gap: 0;
    flex: 1;
    min-width: 0;
  }
}
@media screen and (max-width: 767px) {
  .faq-item__q-body {
    flex: 0 0 auto;
    min-width: 0;
  }
}

.faq-item__summary::-webkit-details-marker {
  display: none;
}

.faq-item__q-text {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5555555556;
  letter-spacing: -0.0244em;
  color: #333333;
  flex: 1;
  min-width: 0;
}
@media (min-width: 768px) {
  .faq-item__q-text {
    display: inline;
    flex: none;
  }
}
@media screen and (max-width: 767px) {
  .faq-item__q-text {
    flex: 0 0 15.5rem;
    width: 15.5rem;
    max-width: 15.5rem;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 2;
    letter-spacing: -0.0366em;
    word-break: normal;
  }
}

@media (min-width: 768px) {
  .faq-item__q-text-part1 {
    display: inline;
  }
}
@media screen and (max-width: 767px) {
  .faq-item__q-text-part1 {
    display: inline;
    line-height: 2;
  }
}

@media (min-width: 768px) {
  .faq-item__q-text-line2 {
    display: inline;
  }
}
@media screen and (max-width: 767px) {
  .faq-item__q-text-line2 {
    display: inline;
    line-height: 1.6666666667;
  }
}

.faq-item__q-mark {
  flex-shrink: 0;
  color: #138ecc;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5555555556;
  letter-spacing: -0.0244em;
}
@media (min-width: 768px) {
  .faq-item__q-mark {
    display: inline;
    margin-right: 0.375rem;
  }
}
@media screen and (max-width: 767px) {
  .faq-item__q-mark {
    font-size: 0.875rem;
    line-height: 1.5714285714;
    letter-spacing: -0.0107em;
    text-align: center;
    white-space: nowrap;
  }
}

.faq-item__icon {
  font-family: "Inter", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.0156em;
  color: #138ecc;
  width: 1.25rem;
  text-align: center;
  flex-shrink: 0;
  transition: transform 0.3s;
}
@media (min-width: 768px) {
  .faq-item__icon {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .faq-item__icon {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.6666666667;
    margin-left: 0;
    width: auto;
    flex: 1 1 0;
    min-width: 0;
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.faq-item[open] .faq-item__icon {
  transform: rotate(45deg);
}

.faq-item__answer {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  padding-top: 1.25rem;
  padding-right: 4rem;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  border-top: 0.0625rem solid rgba(19, 142, 204, 0.4);
  margin-top: -0.25rem;
}
@media screen and (max-width: 767px) {
  .faq-item__answer {
    padding-top: 0.875rem;
    padding-right: 2.5rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    gap: 0.375rem;
  }
}

.faq-item__a-mark {
  flex-shrink: 0;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5555555556;
  letter-spacing: -0.0244em;
  color: #61cd5e;
}
@media screen and (max-width: 767px) {
  .faq-item__a-mark {
    font-size: 0.875rem;
    line-height: 1.7142857143;
    margin-right: 0.125rem;
  }
}

.faq-item__a-text {
  flex: 1;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: -0.0195em;
  color: #2e2e2e;
  word-break: normal;
}
@media screen and (max-width: 767px) {
  .faq-item__a-text {
    font-size: 0.75rem;
    line-height: 1.8333333333;
    letter-spacing: -0.026em;
  }
}

.contact-cta {
  position: relative;
  padding-top: 15.4375rem;
  padding-bottom: 9.4375rem;
  overflow: hidden;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .contact-cta {
    padding-block: 5rem;
  }
}

.contact-cta__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.contact-cta__bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-cta__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding-inline: 1.9375rem;
  text-align: center;
  max-width: 71.875rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .contact-cta__inner {
    gap: 2.25rem;
    padding-inline: 1.25rem;
  }
}

.contact-cta__title {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.1111111111;
  letter-spacing: 0.0103em;
  color: #ffffff;
  text-shadow: 0 0.125rem 0.125rem rgba(0, 0, 0, 0.2);
  margin-bottom: 2.25rem;
}
@media screen and (max-width: 767px) {
  .contact-cta__title {
    font-size: 1.125rem;
    line-height: 2.2222222222;
    margin-bottom: 0;
  }
}

.contact-cta__lead {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: -0.026em;
  color: #ffffff;
  margin-bottom: 0;
}

.page {
  background-color: #ffffff;
  color: #333333;
}

.page__hero {
  background: linear-gradient(180deg, #138ecc 0%, #0d6ea0 100%);
  color: #ffffff;
  padding-top: 3rem;
  padding-bottom: 3rem;
  text-align: center;
}
.page__hero > * {
  max-width: 71.875rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .page__hero {
    padding-block: 2.25rem;
  }
}

.page__hero-title {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.3333333333;
  letter-spacing: 0.05em;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .page__hero-title {
    font-size: 1.375rem;
    line-height: 1.4545454545;
  }
}

.page__hero-en {
  display: block;
  margin-top: 0.5rem;
  font-family: "Inter", "Helvetica Neue", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  color: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 767px) {
  .page__hero-en {
    font-size: 0.6875rem;
    margin-top: 0.25rem;
  }
}

.page__body {
  padding-top: 5rem;
  padding-bottom: 7.5rem;
  padding-inline: 1.5rem;
  max-width: 71.875rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .page__body {
    padding-top: 3rem;
    padding-bottom: 4.5rem;
    padding-inline: 1.25rem;
  }
}

.page__intro {
  max-width: 45rem;
  margin: 0 auto 3rem;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.02em;
  color: #333333;
  text-align: center;
  word-break: normal;
}
@media screen and (max-width: 767px) {
  .page__intro {
    font-size: 0.8125rem;
    line-height: 1.85;
    margin-bottom: 2rem;
    text-align: left;
  }
}

.article {
  max-width: 50rem;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .article {
    gap: 2.25rem;
  }
}

.article__intro {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.02em;
  color: #333333;
  word-break: normal;
}
@media screen and (max-width: 767px) {
  .article__intro {
    font-size: 0.8125rem;
    line-height: 1.85;
  }
}

.article__section {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .article__section {
    gap: 0.75rem;
  }
}

.article__heading {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #138ecc;
  padding-bottom: 0.5rem;
  border-bottom: 0.125rem solid rgba(19, 142, 204, 0.4);
}
@media screen and (max-width: 767px) {
  .article__heading {
    font-size: 1rem;
    padding-bottom: 0.375rem;
  }
}

.article__text {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.02em;
  color: #333333;
  word-break: normal;
}
@media screen and (max-width: 767px) {
  .article__text {
    font-size: 0.8125rem;
    line-height: 1.85;
  }
}

.article__list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-left: 0.5rem;
  counter-reset: article-list;
}

.article__list-item {
  position: relative;
  padding-left: 1.75rem;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.02em;
  color: #333333;
  word-break: normal;
  counter-increment: article-list;
}
.article__list-item::before {
  content: counter(article-list) ".";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.25rem;
  font-weight: 700;
  color: #138ecc;
}
@media screen and (max-width: 767px) {
  .article__list-item {
    font-size: 0.8125rem;
    line-height: 1.85;
    padding-left: 1.5rem;
  }
}

.article__close {
  margin-top: 1.5rem;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #333333;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .article__close {
    font-size: 0.8125rem;
  }
}

.thanks {
  max-width: 45rem;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .thanks {
    gap: 2rem;
  }
}

.thanks__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background-color: rgba(19, 142, 204, 0.1);
  color: #138ecc;
}
.thanks__icon svg {
  width: 2.5rem;
  height: 2.5rem;
}
@media screen and (max-width: 767px) {
  .thanks__icon {
    width: 4rem;
    height: 4rem;
  }
  .thanks__icon svg {
    width: 2rem;
    height: 2rem;
  }
}

.thanks__title {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #138ecc;
}
@media screen and (max-width: 767px) {
  .thanks__title {
    font-size: 1.25rem;
  }
}

.thanks__message {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.02em;
  color: #333333;
  word-break: normal;
}
@media screen and (max-width: 767px) {
  .thanks__message {
    font-size: 0.8125rem;
    line-height: 1.85;
  }
}

.thanks__actions {
  margin-top: 0.5rem;
}
