@charset "UTF-8";
/* 色の変数 */
/* 色の変数 */
:root {
  --text_jp: #333;
  --accent-blue: #007BC7;
  --accent-yellow: #FFF466;
}

/* フォントの変数 */
/* トランジションの変数 */
:root {
  --base-duration: 0.4s;
  --base-easing: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  --base-delay: 1s;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

ol,
ul {
  list-style: none;
}

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

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

button {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

input,
select,
textarea {
  font: inherit;
  color: inherit;
  vertical-align: top;
}

body {
  color: var(--text_jp);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  background-color: #fff;
  width: 100%;
  overflow-y: scroll;
}
@media (max-width: 320px) {
  body {
    font-size: 3.125vw;
  }
}

body.is-scrollLock {
  position: fixed;
  left: 0;
  width: 100%;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

figure {
  margin: 0;
  padding: 0;
}

img {
  width: 100%;
  height: auto;
}

.c-button {
  position: relative;
  z-index: 1;
}

.c-button-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  cursor: pointer;
  border: 1px solid var(--accent-blue);
  border-radius: 100px;
  -webkit-transition: background-color var(--base-duration) var(--base-easing);
  transition: background-color var(--base-duration) var(--base-easing);
}
.c-button-link span {
  color: var(--accent-blue);
  font-family: shippori-mincho, sans-serif;
  display: inline-block;
  -webkit-transition: color var(--base-duration) var(--base-easing);
  transition: color var(--base-duration) var(--base-easing);
  position: relative;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
}

.c-button--blue .c-button-link {
  background-color: var(--accent-blue);
}
.c-button--blue span {
  color: #fff;
}

.c-button--white .c-button-link {
  background-color: #fff;
}
.c-button--white span {
  color: var(--accent-blue);
}

.c-button--blue .c-button-link:focus-visible {
  background-color: #fff;
}
.c-button--blue .c-button-link:focus-visible span {
  color: var(--accent-blue);
}
.c-button--blue .c-button-link:focus-visible .c-icon-pdf--white::before {
  opacity: 0;
}
.c-button--blue .c-button-link:focus-visible .c-icon-pdf--white::after {
  opacity: 1;
}

@media (any-hover: hover) {
  .c-button--blue .c-button-link:hover {
    background-color: #fff;
  }
  .c-button--blue .c-button-link:hover span {
    color: var(--accent-blue);
  }
  .c-button--blue .c-button-link:hover .c-icon-pdf--white::before {
    opacity: 0;
  }
  .c-button--blue .c-button-link:hover .c-icon-pdf--white::after {
    opacity: 1;
  }
}

.c-button--white .c-button-link:focus-visible {
  background-color: var(--accent-blue);
}
.c-button--white .c-button-link:focus-visible span {
  color: #fff;
}
.c-button--white .c-button-link:focus-visible .c-icon-pdf--blue::before {
  opacity: 0;
}
.c-button--white .c-button-link:focus-visible .c-icon-pdf--blue::after {
  opacity: 1;
}

@media (any-hover: hover) {
  .c-button--white .c-button-link:hover {
    background-color: var(--accent-blue);
  }
  .c-button--white .c-button-link:hover span {
    color: #fff;
  }
  .c-button--white .c-button-link:hover .c-icon-pdf--blue::before {
    opacity: 0;
  }
  .c-button--white .c-button-link:hover .c-icon-pdf--blue::after {
    opacity: 1;
  }
}

.c-icon-pdf {
  display: inline-block;
  width: 20px;
  height: 24px;
}
@media screen and (max-width: 767.9px) {
  .c-icon-pdf {
    width: clamp(0.625rem, 0.0271045918rem + 2.5510204082vw, 1.25rem);
    height: clamp(0.75rem, 0.0325255102rem + 3.0612244898vw, 1.5rem);
  }
}
.c-icon-pdf::before, .c-icon-pdf::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 24px;
  -webkit-transition: opacity var(--base-duration) var(--base-easing);
  transition: opacity var(--base-duration) var(--base-easing);
}
@media screen and (max-width: 767.9px) {
  .c-icon-pdf::before, .c-icon-pdf::after {
    width: clamp(0.625rem, 0.0271045918rem + 2.5510204082vw, 1.25rem);
    height: clamp(0.75rem, 0.0325255102rem + 3.0612244898vw, 1.5rem);
  }
}
.c-icon-pdf::before {
  content: "";
  opacity: 1;
}
.c-icon-pdf::after {
  content: "";
  opacity: 0;
}

.c-icon-pdf--white::before {
  background: url(../img/icon_pdf--white.svg) no-repeat center center/cover;
}
.c-icon-pdf--white::after {
  background: url(../img/icon_pdf--blue.svg) no-repeat center center/cover;
}

.c-icon-pdf--blue::before {
  background: url(../img/icon_pdf--blue.svg) no-repeat center center/cover;
}
.c-icon-pdf--blue::after {
  background: url(../img/icon_pdf--white.svg) no-repeat center center/cover;
}

.c-chevron {
  display: inline-block;
  position: relative;
  width: 10px;
  height: 10px;
}
.c-chevron::after {
  content: "";
  position: absolute;
  width: 10px;
  height: auto;
  aspect-ratio: 1;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.c-chevron--right::after {
  rotate: -45deg;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-chevron--down::after {
  top: 20%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 7px;
  rotate: 45deg;
}

.section-title {
  position: relative;
  text-align: center;
  font-size: clamp(1.375rem, 0.6627043091rem + 1.485884101vw, 2rem);
  font-weight: 700;
  padding-bottom: 1.375rem;
}
@media screen and (max-width: 767.9px) {
  .section-title {
    padding-bottom: 0.625rem;
  }
}
.section-title::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 3px;
  background-color: var(--accent-blue);
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.page-header {
  background-color: var(--accent-yellow);
  padding-top: 10.0625rem;
  padding-bottom: 4.5rem;
}
@media screen and (max-width: 767.9px) {
  .page-header {
    padding-top: 6.25rem;
    padding-bottom: 2.5rem;
  }
}

.page-header__title {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: var(--accent-blue);
}

.l-container {
  width: 100%;
  max-width: 1160px;
  padding-inline: 40px;
  margin-inline: auto;
}
@media screen and (max-width: 767.9px) {
  .l-container {
    padding-inline: 20px;
    max-width: 640px;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 40;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 104px;
  -webkit-transition: background-color var(--base-duration) var(--base-easing);
  transition: background-color var(--base-duration) var(--base-easing);
}
@media screen and (max-width: 767.9px) {
  .header {
    height: 80px;
  }
}
.header.is-scrolled {
  background: #fff;
  height: 91px;
}
@media screen and (max-width: 767.9px) {
  .header.is-scrolled {
    height: 60px;
  }
}
.header.is-scrolled::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #c9caca;
}

.header__inner {
  width: 100%;
  max-width: 1440px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-inline: 1.25rem;
}
@media screen and (max-width: 767.9px) {
  .header__inner {
    padding-inline: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.header__logo {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 41;
}
.header__logo a {
  display: inline-block;
  width: clamp(5rem, 2.0083580981rem + 6.2407132244vw, 7.625rem);
  -webkit-transition: width var(--base-duration) var(--base-easing);
  transition: width var(--base-duration) var(--base-easing);
}
@media screen and (max-width: 767.9px) {
  .header__logo a {
    width: 4.875rem;
  }
}
.header__logo.is-scrolled a {
  width: clamp(3.875rem, 2.4504086181rem + 2.9717682021vw, 5.125rem);
}
@media screen and (max-width: 767.9px) {
  .header__logo.is-scrolled a {
    width: 3.875rem;
  }
}
@media screen and (max-width: 767.9px) {
  .header__logo.js-show a {
    width: 3.875rem;
  }
}

.header__nav {
  z-index: 40;
  margin-left: 1.25rem;
}
@media screen and (max-width: 767.9px) {
  .header__nav {
    padding-top: 103px;
    padding-bottom: 60px;
    background: #fff;
    width: 100%;
    height: 100dvh;
    position: fixed;
    top: 0;
    right: 0;
    overflow-y: auto;
    overscroll-behavior-y: contain;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity var(--base-duration) var(--base-easing), visibility var(--base-duration) var(--base-easing);
    transition: opacity var(--base-duration) var(--base-easing), visibility var(--base-duration) var(--base-easing);
    pointer-events: none;
  }
  .header__nav.js-show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}

.header__nav-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-column-gap: clamp(1rem, 0.0027860327rem + 2.0802377415vw, 1.875rem);
     -moz-column-gap: clamp(1rem, 0.0027860327rem + 2.0802377415vw, 1.875rem);
          column-gap: clamp(1rem, 0.0027860327rem + 2.0802377415vw, 1.875rem);
  height: 100%;
}
@media screen and (max-width: 767.9px) {
  .header__nav-inner {
    height: auto;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: clamp(0.875rem, -0.2646731055rem + 2.3774145617vw, 1.875rem);
     -moz-column-gap: clamp(0.875rem, -0.2646731055rem + 2.3774145617vw, 1.875rem);
          column-gap: clamp(0.875rem, -0.2646731055rem + 2.3774145617vw, 1.875rem);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767.9px) {
  .header__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: calc(100% - 103px);
    width: 100%;
    gap: 0;
    padding-inline: 3.125rem;
    max-width: 640px;
  }
}

.header__nav-item {
  display: block;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .header__nav-item {
    padding-block: 1.5rem;
    width: 100%;
  }
}

@media screen and (max-width: 767.9px) {
  .header__nav-item:first-of-type::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #c9caca;
    top: 0;
  }
}

@media screen and (max-width: 767.9px) {
  .header__nav-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #c9caca;
    bottom: 0;
  }
}

.header__nav-link {
  display: inline-block;
  color: var(--text-color-primary);
  font-family: shippori-mincho, sans-serif;
  font-size: clamp(0.625rem, 0.1976225854rem + 0.8915304606vw, 1rem);
  font-weight: 700;
  letter-spacing: 0.9px;
}
@media screen and (max-width: 767.9px) {
  .header__nav-link {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: clamp(1rem, 0.7608418367rem + 1.0204081633vw, 1.25rem);
  }
}

.header__button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(0.625rem, -0.0872956909rem + 1.485884101vw, 1.25rem);
}
@media screen and (max-width: 767.9px) {
  .header__button-wrap {
    margin-top: 42px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
    width: 100%;
    padding-inline: 3.125rem;
    max-width: 640px;
  }
}
@media screen and (max-width: 767.9px) {
  .header__button-wrap .c-button {
    width: 100%;
  }
}
.header__button-wrap .c-button--blue .c-button-link {
  padding-inline: clamp(0.5rem, -0.7821322437rem + 2.6745913819vw, 1.625rem);
  padding-block: clamp(0.25rem, -0.2486069837rem + 1.0401188707vw, 0.6875rem);
}
@media screen and (max-width: 767.9px) {
  .header__button-wrap .c-button--blue .c-button-link {
    padding-block: 0.6875rem;
  }
}
.header__button-wrap .c-button--white .c-button-link {
  padding-inline: clamp(0.5rem, -1.9218053492rem + 5.0520059435vw, 2.625rem);
  padding-block: clamp(0.25rem, -0.2486069837rem + 1.0401188707vw, 0.6875rem);
}
@media screen and (max-width: 767.9px) {
  .header__button-wrap .c-button--white .c-button-link {
    padding-block: 0.6875rem;
  }
}
.header__button-wrap .c-button-link span {
  font-size: clamp(0.625rem, 0.1976225854rem + 0.8915304606vw, 1rem);
}
@media screen and (max-width: 767.9px) {
  .header__button-wrap .c-button-link span {
    font-size: 1rem;
  }
}

.drawer-icon {
  z-index: 41;
  width: 45px;
  height: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: fixed;
  right: 20px;
  top: 23px;
  -webkit-transition: top var(--base-duration) var(--base-easing);
  transition: top var(--base-duration) var(--base-easing);
}
.drawer-icon.is-scrolled {
  top: 13px;
}

.drawer-icon__bar {
  width: 100%;
  height: 2px;
  background-color: var(--accent-blue);
  -webkit-transition: rotate var(--base-duration) var(--base-easing), translate var(--base-duration) var(--base-easing);
  transition: rotate var(--base-duration) var(--base-easing), translate var(--base-duration) var(--base-easing);
}

.drawer-icon__text {
  position: absolute;
  display: block;
  text-transform: capitalize;
  text-transform: uppercase;
  font-family: shippori-mincho, sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  color: var(--accent-blue);
  bottom: -32px;
  left: 50%;
  translate: -50% 0;
  letter-spacing: 0.11em;
  line-height: 2.57;
}

.drawer-icon.js-show .drawer-icon__bar:nth-of-type(1) {
  rotate: 22deg;
  translate: 0 9px;
}
.drawer-icon.js-show .drawer-icon__bar:nth-of-type(2) {
  display: none;
}
.drawer-icon.js-show .drawer-icon__bar:nth-of-type(3) {
  rotate: -22deg;
  translate: 0 -9px;
}
.drawer-icon.js-show .drawer-icon__text::before {
  opacity: 0;
}
.drawer-icon.js-show .drawer-icon__text::after {
  opacity: 1;
}

.footer {
  background-color: var(--accent-yellow);
  padding-block: 1.875rem;
}
@media screen and (max-width: 767.9px) {
  .footer {
    padding-bottom: 5.625rem;
  }
}

.footer__container {
  max-width: 1372px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767.9px) {
  .footer__container {
    grid-template-columns: 1fr;
    row-gap: 1.25rem;
  }
}

.footer__left {
  width: 115px;
}

.footer__center {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  margin-top: 0.625rem;
  font-style: normal;
}
@media screen and (max-width: 767.9px) {
  .footer__center {
    margin: 0;
  }
}

.footer__contact-head {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.625;
}

.footer__contact-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  font-size: 1rem;
}
@media screen and (max-width: 767.9px) {
  .footer__contact-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer__text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.625;
  margin-top: 0.625rem;
}

.footer__right {
  margin-right: clamp(0rem, -6.838038633rem + 14.26448737vw, 6rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}

.footer__sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.footer__sns-item {
  width: 60px;
  height: 60px;
  aspect-ratio: 1/1;
  -webkit-transition: -webkit-filter var(--base-duration) var(--base-easing);
  transition: -webkit-filter var(--base-duration) var(--base-easing);
  transition: filter var(--base-duration) var(--base-easing);
  transition: filter var(--base-duration) var(--base-easing), -webkit-filter var(--base-duration) var(--base-easing);
}

.footer__privacy-policy {
  margin-top: -1.125rem;
  color: #797a7e;
  font-size: 0.8125rem;
  line-height: 1.8;
  padding-right: 0.625rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}

.footer__copyright {
  margin-top: -0.625rem;
  color: #797a7e;
  font-size: 0.75rem;
  line-height: 1.8;
  text-align: right;
  padding-right: 0.625rem;
}

.footer__button--sp {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 30;
}
.footer__button--sp .c-button {
  height: 100%;
}
.footer__button--sp .c-button:not(:first-of-type) {
  border-left: 1px solid #fff;
}
.footer__button--sp .c-button-link {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0;
}
.footer__button--sp .c-button-link span {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.33;
}