@charset "UTF-8";
:root {
  --color-accent-01: #8eb947;
  --text-color-main: #000;
  --color-white: #fff;
  --color-black-01: #333;
  --color-gray-01: #a8a8a8;
  --color-gray-02: #707070;
  --color-gray-03: #ededed;
  --color-gray-04: #8b8b8b;
  --color-gray-05: #aaa;
  --color-blue-01: #006195;
  --color-blue-02: #f4ffff;
  --color-blue-03: #37b9ef;
  --color-green-02: #f4fde8;
  --color-yellow-01: #fcf7c2;
  --color-yellow-02: #ffe624;
  --color-yellow-03: #ffe625;
  --color-pink-01: #e470a5;
  --color-pink-02: #df5695;
  --color-brown-01: #946449;
  --color-purple-01: #81207b;
}

/*===================================
 全体
===================================*/
body {
  position: relative;
  color: var(--text-color-main);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 4.2666666667vw;
  letter-spacing: 0;
  line-height: 1.625;
}
@media (width >= 600px) {
  body {
    font-size: 2.0833333333vw;
  }
}
@media (width >= 1025px) {
  body {
    font-size: 16px;
  }
}

a {
  color: var(--text-color-main);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}
@media (hover: hover) {
  a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}
@media (hover: none) {
  a:active {
    text-decoration: none;
    opacity: 0.7;
  }
}

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

.body-wrapper {
  overflow: hidden;
}

main {
  position: relative;
}

*:focus {
  outline: none;
}

/* 電話番号リンク（PC無効） */
@media (width >= 1025px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.header {
  padding: 2.6666666667vw 4.5333333333vw;
  height: 90px;
}
@media (width >= 600px) {
  .header {
    padding: 1.3020833333vw 2.2135416667vw;
    height: 120px;
  }
}
@media (width >= 1025px) {
  .header {
    padding: 10px 100px;
  }
}

.header__inner {
  position: relative;
  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;
  height: 100%;
  gap: 0 1em;
}
@media (width >= 600px) {
  .header__inner {
    margin: 0 auto;
    max-width: 1080px;
  }
}

.header__logo {
  margin: 0 auto;
  width: 62.6666666667vw;
}
@media (width >= 600px) {
  .header__logo {
    margin: 0;
    width: 31.25vw;
  }
}
@media (width >= 1025px) {
  .header__logo {
    width: auto;
  }
}

.header__logo-link {
  display: block;
}
@media (width >= 600px) and (hover: hover) {
  .header__logo-link:hover, .header__logo-link:active {
    opacity: 0.7;
  }
}

.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (width <= 599px) {
  .header__nav {
    position: absolute;
    right: 0;
    width: 7.4666666667vw;
  }
}

.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (width >= 600px) {
  .header__nav-list {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 2.6041666667vw;
  }
}
@media (width >= 1025px) {
  .header__nav-list {
    gap: 0 40px;
  }
}

@media (width >= 600px) {
  .header__nav-link {
    font-size: 1.8229166667vw;
    font-weight: bold;
    line-height: 1.4285714286;
  }
}
@media (width >= 1025px) {
  .header__nav-link {
    font-size: 18px;
    line-height: 2.7777777778;
  }
}

@media (width >= 600px) {
  .header__nav-list-item--office {
    width: 20.0520833333vw;
    height: 5.9895833333vw;
    border-radius: 3.90625vw;
    background-color: var(--color-blue-01);
  }
}
@media (width >= 1025px) {
  .header__nav-list-item--office {
    width: 154px;
    height: 46px;
    border-radius: 30px;
  }
}

@media (width >= 600px) {
  .header__nav-list-item--office a {
    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;
    padding: 0.5em;
    width: 100%;
    height: 100%;
    font-size: 2.34375vw;
    font-weight: bold;
    line-height: 1.5;
    color: var(--color-white);
  }
}
@media (width >= 1025px) {
  .header__nav-list-item--office a {
    font-size: 18px;
  }
}

/*----------------------------------
 ドロワーメニュー
----------------------------------*/
@media (width <= 599px) {
  .header__nav-list {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
    padding: 24.8vw 8.8vw 8.8vw;
    width: 100%;
    height: 100vh;
    background: rgba(255, 230, 36, 0.95);
  }
  .header__nav-list.is-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__nav-link {
    position: relative;
    -webkit-padding-start: 8vw;
            padding-inline-start: 8vw;
    font-size: 5.3333333333vw;
    font-weight: bold;
    line-height: 2.5;
  }
  .header__nav-link::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 5.3333333333vw;
    height: 1px;
    background-color: var(--color-black-01);
  }
  .header__nav-list-item:nth-child(n+2):nth-child(-n+5) {
    -webkit-margin-start: 2.6666666667vw;
            margin-inline-start: 2.6666666667vw;
  }
  .header__nav-list-item:first-child {
    -webkit-margin-after: 3.7333333333vw;
            margin-block-end: 3.7333333333vw;
  }
  .header__nav-list-item:last-child {
    -webkit-margin-before: 7.4666666667vw;
            margin-block-start: 7.4666666667vw;
  }
  .header__nav-list-item:first-child .header__nav-link,
  .header__nav-list-item:last-child .header__nav-link {
    font-size: 5.6vw;
    line-height: 1.4761904762;
    padding: 0;
  }
  .header__nav-list-item:first-child .header__nav-link::before,
  .header__nav-list-item:last-child .header__nav-link::before {
    content: none;
  }
  .drawer {
    position: relative;
    z-index: 999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -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;
    gap: 2.4vw 0;
    width: 7.4666666667vw;
    height: 7.2vw;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .drawer__line {
    display: block;
    width: 100%;
    height: 0.8vw;
    background-color: var(--color-black-01);
    border-radius: 3px;
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  }
  .drawer.is-active span:nth-child(1) {
    -webkit-transform: translateY(2.6666666667vw) rotate(45deg);
            transform: translateY(2.6666666667vw) rotate(45deg);
  }
  .drawer.is-active span:nth-child(2) {
    opacity: 0;
  }
  .drawer.is-active span:nth-child(3) {
    -webkit-transform: translateY(-3.7333333333vw) rotate(-45deg);
            transform: translateY(-3.7333333333vw) rotate(-45deg);
  }
}
footer {
  -webkit-padding-before: 13.3333333333vw;
          padding-block-start: 13.3333333333vw;
}
@media (width >= 600px) {
  footer {
    -webkit-padding-before: 6.9010416667vw;
            padding-block-start: 6.9010416667vw;
  }
}
@media (width >= 1025px) {
  footer {
    -webkit-padding-before: 53px;
            padding-block-start: 53px;
  }
}

.footer__nav {
  margin: 5.8666666667vw auto 0;
  width: 80vw;
  height: 12.2666666667vw;
  border-radius: 8vw;
  background-color: var(--color-blue-01);
}
@media (width >= 600px) {
  .footer__nav {
    margin-top: 2.8645833333vw;
    width: 39.0625vw;
    height: 5.9895833333vw;
    border-radius: 3.90625vw;
  }
}
@media (width >= 1025px) {
  .footer__nav {
    margin-top: 22px;
    width: 300px;
    height: 46px;
    border-radius: 30px;
  }
}

.footer__nav-link {
  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;
  padding: 0.5em;
  width: 100%;
  height: 100%;
  font-size: 4.8vw;
  font-weight: bold;
  line-height: 1.5;
  color: var(--color-white);
}
@media (width >= 600px) {
  .footer__nav-link {
    font-size: 2.34375vw;
  }
}
@media (width >= 1025px) {
  .footer__nav-link {
    font-size: 18px;
  }
}

.copyright {
  -webkit-margin-before: 24.2666666667vw;
          margin-block-start: 24.2666666667vw;
  padding-block: 1.8666666667vw;
  padding-inline: 5.3333333333vw;
  background-color: var(--color-gray-03);
}
@media (width >= 600px) {
  .copyright {
    -webkit-margin-before: 6.640625vw;
            margin-block-start: 6.640625vw;
    padding-block: 0.9114583333vw;
    padding-inline: 2.6041666667vw;
  }
}
@media (width >= 1025px) {
  .copyright {
    -webkit-margin-before: 51px;
            margin-block-start: 51px;
    padding-block: 7px;
    padding-inline: 20px;
  }
}

@media (width >= 600px) {
  .copyright__inner {
    margin: 0 auto;
    max-width: calc(1240px + 2.6041666667vw * 2);
  }
}
@media (width >= 1025px) {
  .copyright__inner {
    max-width: 1280px;
  }
}

.copyright__text {
  font-size: 3.7333333333vw;
  line-height: 1.8571428571;
  color: var(--color-gray-04);
}
@media (width >= 600px) {
  .copyright__text {
    font-size: 1.8229166667vw;
  }
}
@media (width >= 1025px) {
  .copyright__text {
    font-size: 14px;
  }
}

/*----------------------------------
 inner（ベース）
----------------------------------*/
/* ------ .l-inner 共通 ------ */
.l-inner {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  padding-inline: 20px;
}
@media (width >= 600px) {
  .l-inner {
    max-width: calc((1000px) + 40px * 2);
    padding-inline: 40px;
  }
}

/*----------------------------------
 事業所情報
----------------------------------*/
@media (width >= 600px) {
  .l-office__info {
    margin: 0 auto;
    max-width: calc((43.6197916667vw) + 40px * 2);
  }
}
@media (width >= 1025px) {
  .l-office__info {
    max-width: calc((335px) + 40px * 2);
  }
}

.l-office__info-logo img {
  display: block;
  margin: 0 auto;
}

.l-office__info-access-detail {
  -webkit-margin-before: 4vw;
          margin-block-start: 4vw;
}
@media (width >= 600px) {
  .l-office__info-access-detail {
    -webkit-margin-before: 1.953125vw;
            margin-block-start: 1.953125vw;
  }
}
@media (width >= 1025px) {
  .l-office__info-access-detail {
    -webkit-margin-before: 15px;
            margin-block-start: 15px;
  }
}

/*----------------------------------
 各ボタン
----------------------------------*/
/* ------ 基本設定（全ボタン共通） ------ */
.c-btn-base {
  position: relative;
  background-color: var(--color-blue-01);
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
}
@media (hover: hover) {
  .c-btn-base:hover {
    opacity: 0.7;
  }
  .c-btn-base:hover a,
  .c-btn-base:hover .wpcf7-submit {
    opacity: 1;
  }
}
@media (hover: none) {
  .c-btn-base:active {
    opacity: 0.7;
  }
  .c-btn-base:active .c-btn-base__link {
    opacity: 1;
  }
}
.c-btn-base a {
  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;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0.5em;
  color: var(--color-white);
}

/*----------------------------------
 ページ最上部に戻るボタン
----------------------------------*/
.page-top-btn {
  position: fixed;
  right: 2.6666666667vw;
  bottom: 2.6666666667vw;
  width: 17.6vw;
  height: 17.6vw;
  background-color: var(--color-white);
  border: 2px solid var(--color-gray-01);
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  cursor: pointer;
}
@media (width >= 600px) {
  .page-top-btn {
    right: 5.46875vw;
    bottom: 8.4635416667vw;
    width: 8.59375vw;
    height: 8.59375vw;
  }
}
@media (width >= 1025px) {
  .page-top-btn {
    right: 42px;
    bottom: 65px;
    width: 66px;
    height: 66px;
  }
}
@media (hover: hover) {
  .page-top-btn:hover, .page-top-btn:active {
    opacity: 0.7;
  }
}

.page-top-btn--visible {
  opacity: 1;
  visibility: visible;
}

.page-top-btn__arrow {
  position: absolute;
  top: 57%;
  left: 50%;
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  border-top: 0.1em solid var(--color-gray-02);
  border-right: 0.1em solid var(--color-gray-02);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
@media (width >= 600px) {
  .page-top-btn__arrow {
    width: 2.6041666667vw;
    height: 2.6041666667vw;
  }
}
@media (width >= 1025px) {
  .page-top-btn__arrow {
    width: 20px;
    height: 20px;
  }
}

/*----------------------------------
 各タイトル、見出し
----------------------------------*/
.c-sec__title {
  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;
  margin: 0 auto;
  padding: 0.5em;
  width: 89.3333333333vw;
  height: 13.3333333333vw;
  font-size: 6.4vw;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  background-color: var(--color-yellow-02);
  border-radius: 1.6vw;
}
@media (width >= 600px) {
  .c-sec__title {
    width: 43.6197916667vw;
    height: 6.5104166667vw;
    font-size: 3.125vw;
    border-radius: 0.78125vw;
  }
}
@media (width >= 1025px) {
  .c-sec__title {
    width: 335px;
    height: 50px;
    font-size: 24px;
    border-radius: 6px;
  }
}

.c-content__title {
  padding: 0.5em;
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.5;
  background-color: var(--color-accent-01);
  color: var(--color-white);
  border-radius: 1.6vw;
}
@media (width >= 600px) {
  .c-content__title {
    font-size: 2.34375vw;
    border-radius: 0.78125vw;
  }
}
@media (width >= 1025px) {
  .c-content__title {
    font-size: 18px;
    border-radius: 6px;
  }
}

.c-page__title {
  font-size: 7.2vw;
  font-weight: bold;
  text-align: center;
  line-height: 1.4814814815;
}
@media (width >= 600px) {
  .c-page__title {
    font-size: 4.1666666667vw;
    line-height: 1.46875;
  }
}
@media (width >= 1025px) {
  .c-page__title {
    font-size: 32px;
  }
}

/*----------------------------------
 デバイス
----------------------------------*/
/* SP、TABのみ */
.u-sp-only {
  display: block;
}
@media (width >= 600px) {
  .u-sp-only {
    display: none;
  }
}

.u-pc-only {
  display: none;
}
@media (width >= 600px) {
  .u-pc-only {
    display: block;
  }
}

/*----------------------------------
 アクション無効
----------------------------------*/
.u-no-events {
  pointer-events: none;
}