@charset "UTF-8";
/**
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

* {
  box-sizing: border-box;
}

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

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

img {
  vertical-align: bottom;
}

ul, ol {
  list-style: none;
}

nav ul {
  list-style: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
input, select {
  vertical-align: middle;
}

:focus {
  outline: none;
}

/* 色 */
/* ボタン立体シャドウ_赤 */
/* ボタン立体シャドウ_緑 */
/* TOP_ページ内リンクボックスシャドウ */
/* CTA用シャドウ */
/* 下層ページ_コンテンツ枠シャドウ */
/* ヘッダーシャドウ */
/* 可変サイズ */
/* サイズ */
/* 余白 */
/* ブレークポイント */
/* 変数ファイル */
/* -----------------------------------------------------------
 ベース
----------------------------------------------------------- */
@font-face {
  font-family: "Noto-serif-subset";
  font-style: normal;
  font-weight: 500;
  src: url(../font/NotoSerifJP-Medium-subset.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto-serif-subset";
  font-style: normal;
  font-weight: 600;
  src: url(../font/NotoSerifJP-SemiBold-subset.woff) format("woff");
  font-display: swap;
}
html {
  font-size: 62.5%;
}

body {
  font-family: "Roboto", Arial, "Noto Sans JP", sans-serif;
  width: 100%;
  color: #1f1f1f;
  font-size: clamp(15px, 3.7vw, 16px);
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: 0.04em;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  text-align: left;
  font-feature-settings: "palt";
  font-optical-sizing: auto;
  font-style: normal;
}

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

a {
  text-decoration: none;
}

a:link,
a:visited,
a:active {
  color: #ffffff;
}

a[href^="tel:"] {
  pointer-events: auto;
}

h1,
h2,
h3,
h4 {
  font-weight: normal;
}

/* -----------------------------------------------------------
    汎用class
----------------------------------------------------------- */
.c-sp {
  display: none;
}

/* -----------------------------------------------------------
    共通パーツ(接頭辞が「.c-」)
----------------------------------------------------------- */
.c-inline-block {
  display: inline-block;
}

.c-block {
  display: block;
}

.c-m-auto {
  margin: auto;
}

.c-space--mt10 {
  margin-top: min(2.67vw, 13px);
}

.c-space--mt20 {
  margin-top: min(4vw, 20px);
}

.c-space--mt30 {
  margin-top: min(6.13vw, 30px);
}

.c-space--mt40 {
  margin-top: min(8vw, 40px);
}

.c-space--mt60 {
  margin-top: min(12vw, 60px);
}

.c-space--mb5 {
  margin-bottom: min(1.07vw, 5px);
}

.c-space--mb10 {
  margin-bottom: min(2.13vw, 10px);
}

.c-space--mb20 {
  margin-bottom: min(4vw, 20px);
}

.c-space--mb40 {
  margin-bottom: min(8vw, 40px);
}

.c-space--mt80 {
  margin-top: min(16vw, 80px);
}

/* 文字 */
.c-fs--sm {
  font-size: clamp(12px, 3vw, 14px);
}

.c-fs--sm-md {
  font-size: clamp(14px, 3.5vw, 16px);
}

.c-fs--md {
  font-size: clamp(16px, 4vw, 18px);
}

.c-fs--md-lg {
  font-size: clamp(17px, 4.5vw, 20px);
}

.c-fs--24 {
  font-size: clamp(18px, 4.8vw, 24px);
}

.c-fs--lg {
  font-size: min(5.33vw, 26px);
}

.c-text--left {
  text-align: left;
}

.c-text--center {
  text-align: center;
}

.c-text--right {
  text-align: right;
}

.c-lh--md-lg {
  line-height: 1.8;
}

.c-lh--lg {
  line-height: 2;
}

.c-text--middle {
  font-weight: 600;
}

.c-text--bold {
  font-weight: 700;
}

.c-text--red {
  color: #ae1215;
}

.c-serif {
  font-family: "Noto-serif-subset", serif;
}

/* 横並び */
.c-flex {
  display: flex;
}
.c-flex > .c-half-box {
  width: 50%;
}
.c-flex.c-gap--md {
  gap: min(4vw, 20px);
}
.c-flex.c-gap--sm {
  gap: min(1.87vw, 9px);
}
@media screen and (max-width: 1000px) {
  .c-flex:not(#payment .c-flex, .product__intro) {
    display: block;
  }
  .c-flex > .c-half-box:not(#payment .c-flex, .product__text, .product__image) {
    width: 100%;
  }
}

.c-flex--auto {
  justify-content: space-between;
}

.c-flex--center {
  justify-content: center;
}

/* wrapper */
.c-content {
  max-width: calc(1200px + min(8vw, 40px));
  margin: auto;
  padding: min(21.33vw, 106px) min(8vw, 40px);
}
@media screen and (max-width: calc(1200px + min(8vw, 40px))) {
  .c-content {
    padding: min(16vw, 80px) min(5.33vw, 26px);
  }
}

/* ボタン */
.c-btn > .c-btn__inner {
  display: flex;
  border-radius: 100vmax;
  color: #fff;
  font-size: clamp(20px, 5vw, 24px);
  font-weight: 600;
  padding: min(2.13vw, 10px) min(6.67vw, 33px);
  align-items: center;
  line-height: normal;
}
@media screen and (max-width: calc(1200px + min(8vw, 40px))) {
  .c-btn > .c-btn__inner {
    padding: min(2.13vw, 10px) min(5.33vw, 26px);
    font-size: clamp(18px, 5vw, 21px);
  }
}

.c-btn.c-small > .c-btn__inner {
  font-size: min(3.73vw, 18px);
}

.c-btn.c-btn--normal {
  width: min(54.5vw, 270px);
}

.c-btn.c-btn--normal > .c-btn__inner {
  background: #005a49;
  justify-content: space-between;
  align-items: center;
  padding: min(4.27vw, 21px) min(5.87vw, 29px);
  line-height: 1;
}
.c-btn.c-btn--normal > .c-btn__inner::after {
  content: "";
  display: block;
  width: min(4vw, 20px);
  height: min(4vw, 20px);
  background-size: contain;
  background-position: center right;
  background-image: url(../image/common/chevron-right.svg);
  background-repeat: no-repeat;
}

.c-btn.c-btn--cta > .c-btn__inner {
  background: linear-gradient(180deg, #ff484c 2.89%, #ae1215 99.5%);
  box-shadow: 0 5px 0 0 #880003;
}

.c-btn.c-btn--cta--green > .c-btn__inner {
  background: linear-gradient(180deg, #15b395 2.89%, #005a49 99.5%);
  box-shadow: 0 5px 0 0 #00362c;
}

.c-btn.c-btn--cta--green.c-btn--cta--inactive > .c-btn__inner {
  pointer-events: none;
  background: #c7c7c7;
  color: #fff;
  box-shadow: none;
}

.c-btn.c-btn--cta--green.c-btn--cta--inactive > .c-btn__inner:hover {
  transform: none;
  cursor: default;
}

/* 戻るボタン */
.c-btn.c-btn--back > .c-btn__inner {
  background: #fff;
  color: #005a49;
  border: 2px solid #005a49;
  position: relative;
  justify-content: center;
}
.c-btn.c-btn--back > .c-btn__inner::after {
  display: none;
}
.c-btn.c-btn--back > .c-btn__inner::before {
  content: "";
  display: block;
  width: min(4vw, 20px);
  height: min(4vw, 20px);
  background-size: contain;
  background-position: center left;
  background-image: url(../image/common/chevron-left.svg);
  background-repeat: no-repeat;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translate(0, -50%);
}

/* 長いボタン */
.c-btn.c-btn--long {
  width: 320px;
}

.c-btn.c-btn--md-long {
  width: 300px;
}

/* CTAボタン（赤） */
.c-btn.c-btn--icon {
  width: min(48vw, 240px);
  min-width: -moz-max-content;
  min-width: max-content;
}
@media screen and (max-width: calc(1200px + min(8vw, 40px))) {
  .c-btn.c-btn--icon {
    width: min(40vw, 200px);
  }
}

.c-btn.c-btn--icon > .c-btn__inner {
  gap: 10px;
  background: linear-gradient(180deg, #ff484c 2.89%, #ae1215 99.5%);
  box-shadow: 0 5px 0 0 #880003;
}
.c-btn.c-btn--icon > .c-btn__inner::before {
  content: "";
  display: block;
  width: min(5.07vw, 25px);
  height: min(5.07vw, 25px);
  background-size: 100%;
  background-image: url(../image/common/icon-cart.svg);
  background-repeat: no-repeat;
}

.c-btn.c-btn--request > .c-btn__inner {
  background: #F3F4CD;
  box-shadow: 0 5px 0 0 #C8C999;
  color: #7E7B4C;
  gap: 3px;
  justify-content: center;
}
.c-btn.c-btn--request > .c-btn__inner::before {
  background-image: url(../image/common/icon-document.svg);
  background-size: contain;
}

/* テキストリンク */
a.c-text-link {
  border-bottom: 1px solid;
  color: #007ecd;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  display: block;
}
a.c-text-link.c-text-link--inline {
  display: inline;
}

/* 見出し */
.c-hl {
  line-height: 1.6em;
  letter-spacing: 0.04em;
  font-weight: normal;
  font-size: min(10.13vw, 50px);
  max-width: min(95vw, 700px);
  margin: 0 auto min(16vw, 80px);
  border-top: 1px solid #a39f69;
  border-bottom: 1px solid #a39f69;
  text-align: center;
}
@media screen and (max-width: calc(1200px + min(8vw, 40px))) {
  .c-hl {
    margin: 0 auto min(10.67vw, 53px);
  }
}
@media screen and (max-width: 1000px) {
  .c-hl {
    font-size: min(8vw, 40px);
    width: 60vw;
  }
}
@media screen and (max-width: 768px) {
  .c-hl {
    width: 100%;
    font-size: min(6.67vw, 33px);
  }
}

.c-subhl--leftbar {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  margin-bottom: min(3.2vw, 16px);
  font-weight: 500;
}
.c-subhl--leftbar::before {
  display: block;
  content: "";
  width: 6px;
  height: 30px;
  background: #c8ca8a;
  margin-right: min(2.4vw, 12px);
}

/*リスト、テーブル*/
.c-list--dot > li {
  text-indent: -1em;
  margin-left: 1em;
}
.c-list--dot > li:before {
  content: "・";
  margin-right: 0.5em;
}

.c-list--asterisk > li {
  text-indent: -1em;
  margin-left: 1em;
}
.c-list--asterisk > li:before {
  content: "※";
}

.c-list--space {
  min-width: -moz-fit-content;
  min-width: fit-content;
  word-break: keep-all;
}

.c-table dt {
  background: #eeeeee;
  padding: min(4vw, 20px) min(1.33vw, 6px);
  text-align: center;
}
.c-table dd {
  margin-top: min(2.67vw, 13px);
}

/*ヘッダー*/
.c-header {
  width: 100%;
  position: sticky;
  top: 0;
  background: #ffffff;
  box-shadow: 0 0 14px 3px rgba(180, 180, 180, 0.25);
  z-index: 5;
}

.c-header__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: min(2.93vw, 14px) min(8vw, 40px);
  margin: 0 auto;
  max-width: calc(1200px + min(8vw, 40px));
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .c-header__content {
    justify-content: unset;
  }
}
@media screen and (max-width: 768px) {
  .c-header__content {
    height: 55px;
    padding: min(2.67vw, 13px);
  }
}

.c-logo {
  height: auto;
  width: 170px;
  z-index: 6;
}
@media screen and (max-width: 768px) {
  .c-logo {
    width: 120px;
  }
  .c-logo img {
    mix-blend-mode: difference;
  }
}
.c-logo a,
.c-logo img {
  height: 100%;
  width: 100%;
}

.c-g-nav {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .c-g-nav {
    margin-left: auto;
  }
}

.c-g-nav__list {
  display: flex;
  gap: clamp(20px, 2.5vw, 60px);
  color: #1f1f1f;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  list-style: none;
}
.c-g-nav__list > li {
  margin: 0 !important;
  text-align: center;
}
.c-g-nav__list > li a:not(.c-btn__inner) {
  font-size: min(3.73vw, 18px);
  color: #1f1f1f;
  display: block;
}
@media screen and (max-width: calc(1200px + min(8vw, 40px))) {
  .c-g-nav__list > li a:not(.c-btn__inner) {
    font-size: min(3.2vw, 16px);
  }
}
.c-g-nav__list .c-g-nav__btn-wrap {
  display: flex;
  gap: min(3.47vw, 17px);
}
.c-g-nav__list .c-btn.c-btn--icon {
  width: unset;
}
.c-g-nav__list .c-btn.c-btn--icon > .c-btn__inner {
  padding: min(2.13vw, 10px) min(4.53vw, 22px);
}
@media screen and (max-width: calc(1200px + min(8vw, 40px))) {
  .c-g-nav__list .c-btn.c-btn--icon > .c-btn__inner {
    font-size: min(3.2vw, 16px);
  }
}

/* メニューopen時スクロール禁止 */
html:has(.js-open-menu.active) {
  overflow: hidden;
}

.c-g-nav__hbg-btn-wrap {
  background: none;
  position: relative;
  padding: min(2.13vw, 10px);
  display: none;
  z-index: 5;
}

.c-g-nav__hbg-btn {
  position: fixed;
  top: 0;
  right: 0;
  display: none;
  width: 80px;
  height: 80px;
  background: #005a49;
}
.c-g-nav__hbg-btn:before, .c-g-nav__hbg-btn:after,
.c-g-nav__hbg-btn span:first-of-type {
  display: block;
  width: 30px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.35s ease-in-out;
}
.c-g-nav__hbg-btn:after {
  content: "";
  top: 38px;
  border-bottom: 1px solid #ffffff;
}
.c-g-nav__hbg-btn:before {
  content: "";
  top: 22px;
  border-top: 1px solid #ffffff;
}
.c-g-nav__hbg-btn span:first-of-type {
  height: 1px;
  background-color: #ffffff;
  top: 30px;
}
.c-g-nav__hbg-btn span:nth-of-type(2):before {
  content: "MENU";
  position: absolute;
  bottom: 15px;
  line-height: 1;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0;
}
.c-g-nav__hbg-btn.on:before {
  top: calc(41% - 1.5px);
  transform: rotate(45deg);
}
.c-g-nav__hbg-btn.on:after {
  top: calc(41% - 1.5px);
  transform: rotate(-45deg);
}
.c-g-nav__hbg-btn.on span:first-of-type {
  display: none;
}
.c-g-nav__hbg-btn.on span:nth-of-type(2):before {
  content: "CLOSE";
}
@media screen and (max-width: 768px) {
  .c-g-nav__hbg-btn {
    width: 55px;
    height: 55px;
  }
  .c-g-nav__hbg-btn span:nth-of-type(2):before {
    font-size: 12px;
    bottom: 9px;
  }
  .c-g-nav__hbg-btn:before, .c-g-nav__hbg-btn:after,
  .c-g-nav__hbg-btn span:first-of-type {
    width: 20px;
  }
  .c-g-nav__hbg-btn:after {
    content: "";
    top: 15px;
  }
  .c-g-nav__hbg-btn:before {
    content: "";
    top: 21px;
  }
  .c-g-nav__hbg-btn span:first-of-type {
    top: 27px;
  }
}

/* フッター */
.c-footer {
  background: #005a49;
  color: #ffffff;
  padding: min(11.2vw, 56px) min(8vw, 40px) min(1.87vw, 9px);
}
.c-footer__content {
  max-width: calc(1200px + min(8vw, 40px));
  margin: 0 auto min(12vw, 60px);
  display: flex;
  justify-content: space-between;
}
.c-footer__logo {
  width: min(26.67vw, 133px);
}
.c-footer__copy {
  display: block;
  text-align: center;
  font-size: 11px;
}
.c-footer__menu__main {
  gap: min(16vw, 80px);
  align-items: center;
}
.c-footer__menu__nav {
  display: flex;
  flex-direction: column;
  gap: min(4.8vw, 24px);
  margin-bottom: min(5.33vw, 26px);
}
.c-footer__menu__nav li a {
  font-weight: 600;
}
.c-footer__menu__child {
  width: min(74vw, 320px);
  background-color: #004c3e;
  display: flex;
  padding: min(3.2vw, 16px);
  align-items: flex-start;
  align-content: flex-start;
  gap: 15px;
  flex-wrap: wrap;
  border-radius: 10px;
}
.c-footer__menu__child li {
  line-height: 1;
}
.c-footer__menu__child li a {
  font-size: clamp(14px, 3.7vw, 16px);
  font-weight: normal;
  color: #fff;
}
.c-footer__menu__sub {
  display: flex;
  gap: min(8vw, 40px);
  border-top: 1px solid #ffffff;
  padding-top: min(5.33vw, 26px);
}
.c-footer__menu__sub li a {
  font-size: min(2.93vw, 14px);
}
.c-footer__info__tel {
  font-size: min(6.4vw, 32px);
  font-weight: 600;
  display: flex;
  gap: min(2.13vw, 10px);
  align-items: center;
}
.c-footer__info__tel::before {
  content: "";
  display: block;
  width: min(4.8vw, 24px);
  height: min(4.8vw, 24px);
  background-image: url(/../image/common/icon-tel.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
.c-footer__info__call {
  margin-top: min(7.2vw, 36px);
}
@media screen and (max-width: calc(1200px + min(8vw, 40px))) {
  .c-footer .c-btn.c-btn--icon {
    width: min(45.33vw, 227px);
  }
}
@media screen and (max-width: 768px) {
  .c-footer {
    text-align: center;
  }
  .c-footer__info__call {
    margin: min(4vw, 20px) 0 min(8vw, 40px) 0;
  }
  .c-footer__info__tel, .c-footer__menu__sub {
    justify-content: center;
  }
  .c-footer__logo {
    margin: 0 auto min(4vw, 20px);
  }
  .c-footer__menu__nav > li {
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
  .c-footer__menu__child {
    margin-bottom: min(2.13vw, 10px);
  }
  .c-footer .c-btn--icon {
    margin: 0 auto min(5.33vw, 26px);
  }
}

/* ニュース */
.c-news-list__item a {
  width: 100%;
  border-bottom: 1px solid #eeeeee;
  display: flex;
  gap: 2%;
  padding: min(3.73vw, 18px) 0;
  align-items: center;
  color: #1f1f1f;
}
.c-news-list__item a p {
  width: calc(100% - (15% + min(2.93vw, 14px)));
}
.c-news-list__item a::after {
  content: "";
  display: block;
  width: clamp(11px, 3vw, 14px);
  height: clamp(11px, 3vw, 14px);
  background-size: contain;
  background-position: center right;
  background-image: url(../image/common/chevron-right.svg);
  background-repeat: no-repeat;
  filter: brightness(0) saturate(100%) invert(23%) sepia(24%) saturate(1545%) hue-rotate(122deg) brightness(97%) contrast(101%);
}
.c-news-list__item__date {
  color: #005a49;
  display: block;
  width: 10%;
}
.c-news-list__item--nolink {
  pointer-events: none;
}
.c-news-list__item--nolink a::after {
  display: none;
}
@media screen and (max-width: calc(1200px + min(8vw, 40px))) {
  .c-news-list__item a {
    flex-wrap: wrap;
  }
  .c-news-list__item a .c-news-list__item__date {
    width: 100%;
    margin-bottom: min(2.13vw, 10px);
  }
  .c-news-list__item a p {
    width: calc(98% - clamp(11px, 3vw, 14px));
  }
}

/* カード */
.c-card__img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  aspect-ratio: 385/267;
}
.c-card__img img {
  border-radius: min(2.13vw, 10px) min(2.13vw, 10px) 0 0;
}

.c-card__content {
  background: #ffffff;
  padding: min(5.07vw, 25px) min(5.07vw, 25px);
  border-radius: 0 0 min(2.13vw, 10px) min(2.13vw, 10px);
}
.c-card__content--notitle {
  border-radius: min(2.13vw, 10px);
}

/*　説明リスト */
.c-dl-table__item {
  border-bottom: 1px solid #eeeeee;
  padding: min(4vw, 20px) 0;
  display: flex;
  align-items: flex-start;
  gap: min(4vw, 20px);
}
.c-dl-table__item dt {
  font-weight: 700;
  width: 20%;
}
.c-dl-table__item dd {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .c-dl-table__item {
    flex-wrap: wrap;
    gap: 5px;
  }
  .c-dl-table__item dt,
  .c-dl-table__item dd {
    width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  .c-header {
    position: fixed;
    background: transparent;
    box-shadow: none;
  }
  .c-header.scroll {
    background: #fff;
    height: 80px;
    box-shadow: 0 0 14px 3px rgba(180, 180, 180, 0.25);
  }
  .c-g-nav__hbg-btn {
    display: block;
  }
  .c-g-nav__hbg-btn-wrap {
    display: block;
  }
  .c-g-nav__list {
    right: -100vw;
    display: grid;
    grid-template-rows: 1fr 1fr 1fr 1fr 6fr;
    gap: 0;
    background: rgba(255, 255, 255, 0.6);
    -webkit-backdrop-filter: blur(37.5px);
            backdrop-filter: blur(37.5px);
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100dvh;
    color: #1f1f1f;
    transition: 0.35s ease-in-out;
    overflow: hidden;
    z-index: 2;
  }
  .c-g-nav__list .c-g-nav__list__item {
    border-bottom: 1px solid #005a49;
    width: 100dvw;
  }
  .c-g-nav__list .c-g-nav__list__item:last-of-type {
    border-bottom: none;
    align-self: end;
    padding-bottom: min(10.67vw, 53px);
  }
  .c-g-nav__list .c-g-nav__list__item a:not(.c-btn__inner) {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #005a49;
    font-weight: 600;
    font-size: clamp(16px, 5vw, 20px);
    padding: min(4vw, 20px) min(8vw, 40px);
  }
  .c-g-nav__list .c-g-nav__list__item a:not(.c-btn__inner)::after {
    content: "";
    display: block;
    width: clamp(12px, 5vw, 14px);
    height: clamp(12px, 5vw, 14px);
    background-size: contain;
    background-position: center right;
    background-image: url(../image/common/chevron-right.svg);
    background-repeat: no-repeat;
    filter: brightness(0) saturate(100%) invert(23%) sepia(24%) saturate(1545%) hue-rotate(122deg) brightness(97%) contrast(101%);
  }
  .c-g-nav__list .c-g-nav__list__item .c-btn.c-btn--icon {
    width: 90%;
    max-width: 500px;
    margin: auto;
  }
  .c-g-nav__list .c-g-nav__list__item .c-btn.c-btn--icon .c-btn__inner {
    justify-content: center;
    background: #ae1215;
    box-shadow: none;
    padding: min(2.93vw, 14px);
  }
  .c-g-nav__list .c-g-nav__list__item .c-btn.c-btn--request {
    margin-top: min(4vw, 20px);
  }
  .c-g-nav__list .c-g-nav__list__item .c-btn.c-btn--request .c-btn__inner {
    background: #F3F4CD;
  }
  .c-g-nav__list .c-g-nav__btn-wrap {
    display: block;
  }
  .c-g-nav__list.active {
    right: 0;
    padding-top: 80px;
  }
  .c-footer__menu__sub {
    margin-top: min(5.33vw, 26px);
  }
}
@media screen and (max-width: 768px) {
  .c-sp {
    display: block;
  }
  .c-pc {
    display: none;
  }
  .c-header {
    background: transparent;
    box-shadow: none;
  }
  .c-header.scroll {
    height: 55px;
  }
  .c-footer__content {
    width: 100%;
    display: block;
  }
}
@media (hover: hover) {
  a:hover,
  button:hover,
  .acc_head:hover {
    opacity: 0.5;
  }
  .c-g-nav__hbg-btn:hover,
  .accordion:hover {
    cursor: pointer;
  }
  .c-btn.c-btn--cta > .c-btn__inner:hover,
  .c-btn--icon > .c-btn__inner:hover {
    box-shadow: none !important;
    transition: all linear 0.05s;
    transform: translateY(5px);
    opacity: 1;
  }
}
/*============================================================
    下層ページテンプレート
=========================================================== */
.c-child-page {
  background: linear-gradient(270deg, #dceae8 0%, #f4faf9 50%, #dceae8 100%);
  padding: min(16vw, 80px) 0;
}
.c-child-page__header {
  font-size: min(9.33vw, 46px);
  color: #005a49;
  letter-spacing: 0.05em;
  text-align: center;
  display: block;
}
.c-child-page__header span {
  display: block;
  font-size: min(3.73vw, 18px);
}
.c-child-page__content {
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 90, 73, 0.1);
  padding: min(16vw, 80px);
  width: calc(1200px + min(8vw, 40px));
  margin: min(16vw, 80px) auto 0;
}
@media screen and (max-width: calc(1200px + min(8vw, 40px))) {
  .c-child-page__content {
    width: 100%;
    padding: min(6.13vw, 30px) min(4vw, 20px) min(12vw, 60px);
  }
}