@charset "UTF-8";
@keyframes fuwaMenu {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
.faq {
  --font-family: "Noto Serif JP", serif;
}

@media screen and (min-width: 768px) {
  .js-fadeIn {
    opacity: 0;
    transform: translateY(50px);
    transition: ease-in, opacity 1s, transform 1s;
  }
  .js-fadeIn--active {
    opacity: 1;
    transform: translateY(0);
  }
  .js-reveal {
    opacity: 0;
    transform: translateY(20%);
    transition: opacity 2s ease, transform 2s ease;
  }
  .js-reveal.delay {
    transition-delay: 0.3s;
  }
  .js-reveal--active {
    opacity: 1;
    transform: translateY(0);
  }
  .ec-layoutRole__contents {
    padding: 0 !important;
    margin: 0;
  }
  .faq {
    font-family: var(--font-family);
    margin-top: calc(100 * 100vw / 1440);
    margin-bottom: calc(60 * 100vw / 1440);
  }
  .faq .s-view {
    display: none;
  }
  .faq a,
  .faq a:link,
  .faq a:visited,
  .faq a:focus,
  .faq a:active {
    color: inherit; /* 親の色を引き継ぐ */
    text-decoration: none; /* アンダーラインなし */
    outline: none; /* フォーカス時の枠線も消す（必要に応じて） */
  }
  .faq__headline {
    text-align: center;
    margin: 0;
    font-size: max(2.4rem, min(32 * 100vw / 1440, 3.2rem));
    font-family: var(--font-family);
    margin-bottom: calc(80 * 100vw / 1440);
  }
  .faq__headline span {
    display: inline;
  }
  .faq__wrapper {
    max-width: 100rem;
    width: calc(1000 * 100vw / 1440);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto;
  }
  .faq__nav {
    order: 2;
    position: sticky;
    top: calc(30 * 100vw / 1440);
    right: 0;
    max-width: 25rem;
    width: calc(250 * 100vw / 1440);
  }
  .faq__nav__headline {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #183b73;
    width: 100%;
    aspect-ratio: 250/60;
    font-size: max(2rem, min(20 * 100vw / 1440, 2rem));
    color: #fff;
    margin-bottom: calc(20 * 100vw / 1440);
  }
  .faq__nav__list__item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    aspect-ratio: 250/60;
    font-size: max(2rem, min(20 * 100vw / 1440, 2rem));
    border-bottom: #bbbbbb solid 1px;
    color: #000;
    padding-left: 1rem;
  }
  .faq__nav__list__item:hover {
    background-color: rgba(24, 59, 115, 0.1);
  }
  .faq__article {
    max-width: 70rem;
    width: calc(700 * 100vw / 1440);
    margin-bottom: calc(60 * 100vw / 1440);
  }
  .faq__article .css-headline {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: calc(40 * 100vw / 1440);
    border-bottom: 1px #183b73 solid;
    background-color: rgba(24, 59, 115, 0.1);
    font-size: max(2rem, min(20 * 100vw / 1440, 2rem));
    font-weight: bold;
    margin-bottom: calc(40 * 100vw / 1440);
  }
  .faq__article .css-headline::before {
    height: 100%;
    display: block;
    max-width: 1rem;
    width: calc(10 * 100vw / 1440);
    content: "";
    background-color: #183b73;
    margin-right: 1rem;
  }
  .faq__article .css-flexbox {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
  .faq__article .qa-box {
    width: 100%;
  }
  .faq__article .qa-box a {
    color: #4a88be;
    text-decoration: underline;
  }
  .ec-layoutRole__contents {
    padding: 0 !important;
    margin: 0;
  }
  .banner {
    border-top: unset !important;
    margin: unset !important;
  }
}
@media screen and (max-width: 767px) {
  .js-fadeIn {
    opacity: 0;
    transform: translateY(50px);
    transition: ease-in, opacity 1s, transform 1s;
  }
  .js-fadeIn--active {
    opacity: 1;
    transform: translateY(0);
  }
  .js-reveal {
    opacity: 0;
    transform: translateY(20%);
    transition: opacity 2s ease, transform 2s ease;
  }
  .js-reveal.delay {
    transition-delay: 0.3s;
  }
  .js-reveal--active {
    opacity: 1;
    transform: translateY(0);
  }
  .ec-layoutRole__contents {
    padding: 0 !important;
    margin: 0;
  }
  .faq {
    font-family: var(--font-family);
    padding-top: calc(120 * 100vw / 750);
  }
  .faq a,
  .faq a:link,
  .faq a:visited,
  .faq a:focus,
  .faq a:active {
    color: inherit; /* 親の色を引き継ぐ */
    text-decoration: none; /* アンダーラインなし */
    outline: none; /* フォーカス時の枠線も消す（必要に応じて） */
  }
  .faq .l-view {
    display: none;
  }
  .faq__headline {
    text-align: center;
    margin: 0;
    font-size: calc(64 * 100vw / 750);
    font-family: var(--font-family);
    margin-bottom: calc(80 * 100vw / 750);
  }
  .faq__headline span {
    display: inline;
  }
  .faq__wrapper {
    width: calc(690 * 100vw / 750);
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    margin: 0 auto;
  }
  .faq__nav {
    order: 1;
    width: calc(690 * 100vw / 750);
    margin-bottom: calc(80 * 100vw / 750);
  }
  .faq__nav__headline {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #183b73;
    width: 100%;
    aspect-ratio: 690/96;
    font-size: calc(32 * 100vw / 750);
    color: #fff;
    margin-bottom: calc(30 * 100vw / 750);
  }
  .faq__nav__list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    border-bottom: #bbbbbb solid 1px;
  }
  .faq__nav__list__item {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 250/60;
    font-size: calc(32 * 100vw / 750);
    color: #000;
  }
  .faq__nav__list__item:nth-child(odd) {
    position: relative;
  }
  .faq__nav__list__item:nth-child(odd)::after {
    top: 20%;
    right: 0;
    position: absolute;
    content: "";
    display: block;
    width: 1px;
    height: 70%;
    background-color: #bbbbbb;
  }
  .faq__nav__list__item:not(:last-of-type) {
    border-bottom: #bbbbbb solid 1px;
  }
  .faq__section {
    order: 2;
  }
  .faq__article {
    width: 100%;
    margin-bottom: calc(60 * 100vw / 750);
  }
  .faq__article .css-headline {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: calc(64 * 100vw / 750);
    border-bottom: 1px #183b73 solid;
    background-color: rgba(24, 59, 115, 0.1);
    font-size: calc(32 * 100vw / 750);
    font-weight: bold;
    margin-bottom: calc(60 * 100vw / 750);
  }
  .faq__article .css-headline::before {
    height: 100%;
    display: block;
    width: calc(20 * 100vw / 750);
    content: "";
    background-color: #183b73;
    margin-right: calc(20 * 100vw / 750);
  }
  .faq__article .css-flexbox {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
  .faq__article .qa-box {
    width: 100%;
  }
  .faq__article .qa-box a {
    color: #4a88be;
    text-decoration: underline;
  }
  .ec-layoutRole__contents {
    padding: 0 !important;
    margin: 0;
  }
  .banner {
    border-top: unset !important;
    margin: unset !important;
  }
}
