@charset "UTF-8";
/* ------------------------------------------------------------------------------
*
* Layout
*
* ------------------------------------------------------------------------------ */
/*------------------------------
*
* base styles
*
------------------------------*/
/* css custom properties
-------------------------*/
:root {
  /* font-size */
  --font-size-11: 0.6875rem;
  --font-size-12: 0.75rem;
  --font-size-13: 0.8125rem;
  --font-size-14: 0.875rem;
  --font-size-base: 0.875rem;
  --font-size-15: clamp(0.8203125rem, calc(0.7612972122rem + 0.0026978417 * 100vw), 0.890625rem);
  --font-size-16: clamp(0.875rem, calc(0.8120503597rem + 0.0028776978 * 100vw), 0.95rem);
  --font-size-17: clamp(0.9296875rem, calc(0.8628035072rem + 0.003057554 * 100vw), 1.009375rem);
  --font-size-18: clamp(0.9984375rem, calc(0.9866344424rem + 0.0005395683 * 100vw), 1.0125rem);
  --font-size-20: clamp(1.109375rem, calc(1.0962604916rem + 0.0005995204 * 100vw), 1.125rem);
  --font-size-24: clamp(1.2225rem, calc(1.1154856115rem + 0.0048920863 * 100vw), 1.35rem);
  --font-size-22: clamp(1.120625rem, calc(1.0225284772rem + 0.0044844125 * 100vw), 1.2375rem);
  --font-size-25: clamp(1.19921875rem, calc(1.1238103267rem + 0.0034472422 * 100vw), 1.2890625rem);
  --font-size-26: clamp(1.2471875rem, calc(1.1687627398rem + 0.0035851319 * 100vw), 1.340625rem);
  --font-size-27: clamp(1.29515625rem, calc(1.2137151529rem + 0.0037230216 * 100vw), 1.3921875rem);
  --font-size-28: clamp(1.343125rem, calc(1.2586675659rem + 0.0038609113 * 100vw), 1.44375rem);
  --font-size-30: clamp(1.42734375rem, calc(1.2483307104rem + 0.0081834532 * 100vw), 1.640625rem);
  --font-size-32: clamp(1.5225rem, calc(1.3315527578rem + 0.0087290168 * 100vw), 1.75rem);
  --font-size-35: clamp(1.640625rem, calc(1.5029226619rem + 0.006294964 * 100vw), 1.8046875rem);
  --font-size-36: clamp(1.6875rem, calc(1.5458633094rem + 0.0064748201 * 100vw), 1.85625rem);
  --font-size-40: clamp(1.7375rem, calc(1.4647182254rem + 0.012470024 * 100vw), 2.0625rem);
  --font-size-45: clamp(1.9546875rem, calc(1.6478080036rem + 0.014028777 * 100vw), 2.3203125rem);
  --font-size-48: clamp(2.085rem, calc(1.7576618705rem + 0.0149640288 * 100vw), 2.475rem);
  --font-size-50: clamp(1.875rem, calc(1.2848471223rem + 0.0269784173 * 100vw), 2.578125rem);
  --font-size-55: clamp(2.0625rem, calc(1.4133318345rem + 0.029676259 * 100vw), 2.8359375rem);
  --font-size-56: clamp(2.1rem, calc(1.439028777rem + 0.0302158273 * 100vw), 2.8875rem);
  --font-size-60: clamp(1.603125rem, calc(0.3520008993rem + 0.0571942446 * 100vw), 3.09375rem);
  --font-size-64: clamp(1.71rem, calc(0.3754676259rem + 0.0610071942 * 100vw), 3.3rem);
  /* width base settings */
  --min-contents-width: 350px;
  --wide-inner-width: 100%;
  --inner-width: 100%;
  /* border-radius */
  --round-5: 3px;
  --round-10: 8px;
  --round-20: 16px;
  --round-30: 24px;
  --round-40: 32px;
  --round-full: 999px;
  /* logo width */
  --logo-width: 100px;
  /* map height */
  --map-height: 56.25vw;
  /* btn defaults */
  --btn-height: 56px;
  --btn-line-height: 1.5;
  --btn-font-size: var(--font-size-base);
  --btn-font-weight: var(--font-weight-bold);
  --btn-letter-space: var(--letter-spacing-base);
  --btn-padding-x: 1em;
  --btn-padding-y: calc(
    (var(--btn-height) - var(--btn-font-size) * var(--btn-line-height)) / 2
  );
  --btn-width-xs: 180px;
  --btn-width-small: 200px;
  --btn-width-regular: 240px;
  --btn-width-medium: 300px;
  --btn-width-large: 350px;
  --btn-width-xl: 400px;
  --btn-font-family: var(--font-main);
  /* header */
  --header-nav-height: 0px;
  --header-top-height: 78px;
  --header-height: calc(var(--header-nav-height) + var(--header-top-height) + 2px); /* 2px はborder分*/
  /* prev next settings */
  --prev-next-link-width: 7.5em;
  --prev-next-back-link-width: 5em;
  --prev-next-link-gutter: 12px;
  --prev-next-link-padding: 1em 1.25em;
  --prev-next-link-round: 3em;
  --prev-next-link-color: #b3b3b3;
  --prev-next-link-bg-color: var(--color-gray);
  --prev-next-link-hov-color: var(--color-text-base);

  --prev-next-link-hov-bg-color: var(--color-yellow);
  --prev-next-link-font-size: var(--font-size-13);
  /* tag btn settings */
  --tag-btn-color: #b3b3b3;
  --tag-btn-bg-color: var(--color-gray);
  --tag-btn-current-color: var(--color-text-base);
  --tag-btn-current-bg-color: var(--color-yellow);
  --tag-btn-round: 3em;
  --tag-btn-padding: 1em 1.5em;
  --tag-btn-font-size: var(--font-size-13);
  /* pagenation settings */
  --pagenation-margin-top: 32px;
  --pagenation-item-width: 3em;
  --pagenation-item-height: 3em;
  --pagenation-item-round: 0px;
  --pagenation-item-font-size: var(--font-size-base);
  --pagenation-item-font-weight: var(--font-weight-medium);
  --pagenation-item-space: 5px;
  --pagenation-item-bg-color: var(--color-gray);
  --pagenation-item-color: #b3b3b3;
  --pagenation-item-current-color: var(--color-text-base);
  --pagenation-item-current-bg-color: var(--color-yellow);
  /* drawer settings */
  --drawer-btn-bg: var(--color-orange);
  --drawer-btn-bar-color: var(--color-white);
  --drawer-main-color: var(--color-orange);
  --drawer-link-font-size: clamp(0.9375rem, calc(0.7801258993rem + 0.0071942446 * 100vw), 1.125rem);
  --drawer-link-current-color: var(--color-orange);
  --drawer-link-border-color: rgb(var(--color-text-base-rgb) / 0.4);
}

body {
  font-size: var(--font-size-base);
  font-family: var(--font-main);
  line-height: var(--line-height-base);
  letter-spacing: var(--letter-spacing-base);
  font-weight: var(--font-weight-medium);
  color: var(--color-text-base);
  min-width: var(--min-contents-width);
  margin: 0 auto;
  position: relative;
  font-style: normal;
  font-optical-sizing: auto;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}

/* ===========================================
*
* header style
*
* ======================================== */
.header {
  width: 100%;
  background-color: var(--color-white);
}
.header__top {
  padding: 10px 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: var(--min-contents-width);
  margin: 0 auto;
  width: 100%;
  height: var(--header-height);
}

/* ===========================================
*
* footer style
*
* ======================================== */
.footer {
  position: relative;
  padding-block: 64px 40px;
  background: url("/img/common/footer_deco_left.png") no-repeat bottom left 1%/min(801px, 41.71875%), url("/img/common/footer_deco_right.png") no-repeat bottom right 1%/min(680px, 35.4166666667%), var(--color-yellow);
}
.footer__container {
  background-color: var(--color-white);
  padding: 40px 5%;
  border-radius: var(--round-20);
}
.footer__logo {
  margin: 0 auto 32px;
}
.footer-nav {
  width: 100%;
  margin-top: 12px;
}
.footer-nav__list {
  gap: 0 4%;
  margin: 0 auto;
  max-width: 360px;
}
.footer-nav__item {
  width: 48%;
}
.footer-nav__link {
  line-height: 1;
  font-size: 12px;
  padding: 1.25em 0;
  border-bottom: 1px solid rgb(var(--color-text-base-rgb)/0.3);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  display: block;
}
.footer-nav__link:hover {
  border-color: var(--color-accent);
}
.footer-nav__link.current {
  color: var(--color-accent);
  border-color: var(--color-accent);
}
.footer__info {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer__address {
  margin-bottom: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 20px;
  font-size: var(--font-size-13);
  position: relative;
  z-index: 1;
}
.footer__address::before {
  content: "";
  width: 14px;
  height: 20px;
  background: url("/img/common/icon_pin_yellow.png") no-repeat top center/contain;
  position: absolute;
  top: 0.75em;
  left: 0;
  translate: 0% -50%;
}
.footer__tel {
  display: grid;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  margin-bottom: 16px;
}
.footer__tel .tel {
  --tel-font-size: var(--font-size-25);
}
.footer__tel-txt {
  line-height: 1;
  font-size: var(--font-size-14);
  letter-spacing: var(--letter-spacing-base);
  color: var(--color-orange);
}
.footer__tel .replace-txt {
  width: 202px;
}
.footer__copy {
  font-size: 12px;
  letter-spacing: var(--letter-spacing-base);
  width: 100%;
  display: block;
  text-align: center;
  margin-top: 24px;
  color: var(--color-text-base);
}

/* ===========================================
*  
*  main layouts
* 
* ======================================== */
.wrapper {
  position: relative;
  z-index: 1;
}

/* ------------------------------------------------------------------------------
*
* Object
*
* ------------------------------------------------------------------------------ */
/* ----------------------------------------------------
*  Component（共通化されたコンポーネントスタイル）
*  ---------------------------------------------------- */
/* logo
-------------------------*/
.logo {
  width: var(--logo-width);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.logo img {
  display: block;
  width: 100%;
}
.logo:hover {
  opacity: 0.7;
}

/* 
inner クラス
-------------------------*/
.inner,
.wide-inner {
  padding-inline: 5%;
  width: 100%;
  margin: 0 auto;
}

/*------------------------------
*
* title
*
------------------------------*/
/* 
imgタイトル
-------------------------*/
/* SP時は高さを個別で指定する必要があります */
.ttl-img > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.ttl-img--center img {
  -o-object-position: center;
     object-position: center;
}

.ttl-img--left img {
  -o-object-position: left center;
     object-position: left center;
}

.ttl-img--right img {
  -o-object-position: right center;
     object-position: right center;
}

/* 
title style
-------------------------*/
/* 
title style
-------------------------*/
.cmn-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  font-size: var(--font-size-30);
  margin-bottom: 40px;
}
.cmn-ttl--center {
  /* 中央揃え */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.cmn-ttl--left {
  /* 左揃え */
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
}
.cmn-ttl--right {
  /* 右揃え */
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: right;
}
.cmn-ttl--deco-shine::before {
  content: "";
  display: block;
  width: 3.1142857143em;
  height: 1.3142857143em;
  background: url("/img/common/ttl_shine.png") no-repeat top center/contain;
}
.cmn-ttl--deco-shine-white::before {
  content: "";
  display: block;
  width: 3.1142857143em;
  height: 1.3142857143em;
  background: url("/img/common/ttl_shine_white.png") no-repeat top center/contain;
}
.cmn-ttl__main {
  font-size: 1em;
  font-weight: var(--font-weight-medium);
  font-family: var(--font-sub);
  letter-spacing: var(--letter-spacing-base);
  display: inline-block;
}
.cmn-ttl__main--deco-flag {
  padding-inline: 2.2857142857em;
  position: relative;
  z-index: 1;
}
.cmn-ttl__main--deco-flag::after {
  content: "";
  width: 100%;
  height: 2em;
  background: url("/img/common/ttl_flag_left.png") no-repeat top left/contain, url("/img/common/ttl_flag_right.png") no-repeat top right/contain;
  top: 0.25em;
  left: 50%;
  translate: -50% -50%;
  position: absolute;
  z-index: -1;
}
.cmn-ttl__main--deco-star {
  padding-inline: 1.4285714286em;
  position: relative;
  z-index: 1;
}
.cmn-ttl__main--deco-star::after {
  content: "";
  width: 100%;
  height: calc(100% + 30px);
  background: url("/img/common/ttl_deco_kira_left.png") no-repeat top 0.4em left/0.75em auto, url("/img/common/ttl_deco_kira_right.png") no-repeat bottom right/0.75em auto;
  top: 1em;
  left: 50%;
  translate: -50% -50%;
  position: absolute;
  z-index: -1;
}
.cmn-ttl__img-en {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  height: 0.75em;
}
.cmn-ttl__img-en > img {
  display: block;
}
.cmn-ttl__img-en--deco {
  padding-inline: 2em;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.cmn-ttl__img-en--deco::after {
  content: "";
  width: 100%;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: -1;
  background: url("/img/common/ttl_en_side_right.svg") no-repeat right center/auto 8px, url("/img/common/ttl_en_side_left.svg") no-repeat left center/auto 8px;
}
.cmn-ttl__img-en--deco-yellow {
  padding-inline: 2em;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.cmn-ttl__img-en--deco-yellow::after {
  content: "";
  width: 100%;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: -1;
  background: url("/img/common/ttl_en_side_yellow_right.svg") no-repeat right center/auto 8px, url("/img/common/ttl_en_side_yellow_left.svg") no-repeat left center/auto 8px;
}
.cmn-ttl__img-en--deco-white {
  padding-inline: 2em;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.cmn-ttl__img-en--deco-white::after {
  content: "";
  width: 100%;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: -1;
  background: url("/img/common/ttl_en_side_white_right.svg") no-repeat right center/auto 8px, url("/img/common/ttl_en_side_white_left.svg") no-repeat left center/auto 8px;
}

/*------------------------------
*
* tel style
*
------------------------------*/
.tel {
  /* tel　style */
  --tel-font-size: 30px;
  --tel-icon-space: 30px;
  --tel-icon-position: 0.5em;
  --tel-icon-width: 25px;
  --tel-icon-height: 25px;
  letter-spacing: var(--letter-spacing-base);
  font-family: var(--font-sub, sans-serif);
  font-weight: var(--font-weight-medium, 700);
  font-size: var(--tel-font-size, 28px);
  line-height: 1;
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.tel-icon {
  /* icon付き */
  padding-left: var(--tel-icon-space, 1.5em);
  position: relative;
  z-index: 1;
  display: inline-block;
}
.tel-icon::before {
  content: "";
  width: var(--tel-icon-width, 1em);
  height: var(--tel-icon-height, 1em);
  position: absolute;
  top: var(--tel-icon-position, 0.5em);
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.tel-icon--main::before {
  background: url(../img/common/icon_tel.png) no-repeat center/contain;
}

/*
 snsクラス
-------------------------*/
.sns {
  --sns-icon-space: 15px;
  --sns-icon-size: 30px;
  gap: var(--sns-icon-space);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sns__icon {
  width: var(--sns-icon-size);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
}
.sns__icon:hover {
  opacity: 0.7;
}
.sns__icon img {
  width: 100%;
}

/*------------------------------
*
* table style
*
------------------------------*/
table {
  --table-replace-size: 11px;
  --table-replace-space: 2px 9px;
}
table .replace-txt {
  /* テーブルタグ内で使用するリプレイステキスト */
  height: var(--table-replace-size);
  margin-block: var(--table-replace-space);
}

.main-table {
  --table-letter-spacing: var(--letter-spacing-base);
  --table-th-font-weight: var(--font-weight-medium);
  --table-th-text-align: left;
  --table-th-x-padding: 1em;
  --table-th-y-padding: 0.6875em;
  --table-th-bg-color: var(--color-tan);
  --table-th-color: var(--color-white);
  --table-th-width: 100%;
  --table-td-x-padding: 1em;
  --table-td-y-padding: 0.875em;
  --table-td-bg-color: var(--color-white);
  --table-td-color: var(--color-text-main);
  --table-td-width:100%;
  --table-border-color: var(--color-tan);
  --table-th-border-color: var(--color-white);
  --table-td-border-color: var(--color-tan);
  --table-width: 100%;
  width: var(--table-width);
  letter-spacing: var(--table-letter-spacing);
  line-height: 2;
}
.main-table tr {
  width: 100%;
  display: block;
  border-block: 1px solid var(--table-border-color);
}
.main-table tr:not(:last-child) {
  margin-bottom: 12px;
}
.main-table th,
.main-table td {
  display: block;
}
.main-table th {
  width: var(--table-th-width);
  background-color: var(--table-th-bg-color);
  color: var(--table-th-color);
  font-weight: var(--table-th-font-weight);
  text-align: var(--table-th-text-align);
  padding-inline: var(--table-th-x-padding);
  padding-block: var(--table-th-y-padding);
}
.main-table td {
  width: var(--table-td-width);
  background-color: var(--table-td-bg-color);
  color: var(--table-td-color);
  padding-inline: var(--table-td-x-padding);
  padding-block: var(--table-td-y-padding);
}

/*------------------------------
*
* text
*
------------------------------*/
/* 
文章テキスト スタイル
-------------------------*/
.cmn-sentence {
  /* どこでも変更できるよう変数化 */
  --sentence-line-height: 2;
  --sentence-p-margin: 1.5em;
  letter-spacing: var(--letter-spacing-medium);
  font-weight: var(--font-weight-medium);
  line-height: var(--sentence-line-height);
  /* 疑似要素でline-height分をネガティブマージンで調整 */
}
.cmn-sentence p::before, .cmn-sentence p::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.cmn-sentence p::before {
  margin-top: calc((1 - var(--sentence-line-height)) * 0.5em);
}
.cmn-sentence p::after {
  margin-bottom: calc((1 - var(--sentence-line-height)) * 0.5em);
}
.cmn-sentence p:not(:last-child) {
  margin-bottom: var(--sentence-p-margin);
}

/* 
画像
-------------------------*/
.cmn-img img {
  width: 100%;
}

/*------------------------------
*
* business-info
*
------------------------------*/
.cmn-business-info {
  /* 営業時間・定休日をまとめたdl */
  font-size: var(--font-size-16);
  background-color: var(--color-beige);
  padding: 10px;
  border-radius: var(--round-5);
  font-weight: var(--font-weight-medium);
  display: grid;
  gap: 10px;
}
.cmn-business-info__item {
  gap: 10px;
  display: grid;
  line-height: 1;
}
.cmn-business-info__item dt {
  padding: mg(24, 13, 1.5) 5px;
  text-align: center;
}
.cmn-business-info__item--row {
  grid-template-areas: "dt dd";
}
.cmn-business-info__item--row dt {
  grid-area: dt;
  padding-right: 6px;
  border-right: 1px solid var(--color-text-base);
}
.cmn-business-info__item--row dd {
  grid-area: dd;
}
.cmn-business-info__item--column {
  grid-template-columns: 1fr;
}
.cmn-business-info__item--column dt {
  padding-bottom: 5px;
  border-bottom: 1px solid var(--color-text-base);
}
.cmn-business-info--column {
  grid-template-columns: 1fr;
}
.cmn-business-info--sm {
  gap: 8px;
  font-size: var(--font-size-13);
}
.cmn-business-info--sm .cmn-business-info__item {
  gap: 5px;
}

/*------------------------------
*
* check list style
*
------------------------------*/
.check-list__item {
  padding: 20px 5% 20px 48px;
  position: relative;
  font-weight: var(--font-weight-md);
  letter-spacing: var(--letter-spacing-base);
  font-size: var(--font-size-18);
  font-family: var(--font-sub);
  z-index: 1;
}
.check-list__item::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/common/check_mark.png) no-repeat top center/contain;
  position: absolute;
  position: absolute;
  top: 50%;
  translate: 0% -50%;
  left: 20px;
}
.check-list__item--bubble-border {
  border-radius: var(--round-10);
  border: 1px solid var(--color-tan);
}
.check-list__item--bubble-border::after {
  content: "";
  width: 36px;
  aspect-ratio: 57/25;
  background: url("/img/common/check_list_bubble.png") no-repeat top center/contain;
  left: 32px;
  bottom: 0;
  translate: 0% 100%;
  position: absolute;
  z-index: 1;
}
.check-list__item:not(:last-child) {
  margin-bottom: 24px;
}

/* 
* カラムスタイル
* flexを使用したカラム指定を行うクラスです
* flx-baseとセットで使用します
* col-container-PCColumnNum-SPColumnNum
-------------------------*/
.col-container-2-1,
.col-container-3-1 {
  /* PC2列　SP1列 */
  /* PC3列　SP1列 */
  /* 上下の余白 */
  --col-y-space: 36px;
  /* 左右の余白 */
  --col-x-space: 4%;
  gap: var(--col-y-space, 40px) var(--col-x-space, 40px);
}
.col-container-2-1 > .col-item,
.col-container-3-1 > .col-item {
  width: 100%;
}

.col-container-2-2,
.col-container-3-2,
.col-container-4-2 {
  /* PC2列　SP2列 */
  /* PC3列　SP2列 */
  /* PC4列　SP2列 */
  /* 上下の余白 */
  --col-y-space: 36px;
  /* 左右の余白 */
  --col-x-space: 4%;
  gap: var(--col-y-space, 30px) var(--col-x-space, 20px);
}
.col-container-2-2 > .col-item,
.col-container-3-2 > .col-item,
.col-container-4-2 > .col-item {
  width: calc(50% - var(--col-x-space) / 2);
}

/*------------------------------
*
* btn style
*
------------------------------*/
.cmn-btn--rounded {
  border-radius: var(--round-20);
}
.cmn-btn--rounded-full {
  border-radius: var(--round-full);
}
.cmn-btn--primary {
  display: block;
  font-size: var(--btn-font-size);
  font-weight: var(--btn-font-weight);
  letter-spacing: var(--btn-letter-space);
  line-height: var(--btn-line-height);
  font-family: var(--btn-font-family);
  text-align: center;
  padding-block: var(--btn-padding-y);
  padding-inline: var(--btn-padding-x);
  position: relative;
  z-index: 1;
  background-color: var(--color-yellow);
  color: var(--color-text-base);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 0px solid transparent;
  -webkit-box-shadow: 5px 5px 0px var(--color-beige);
          box-shadow: 5px 5px 0px var(--color-beige);
}
.cmn-btn--primary:hover {
  background-color: var(--color-orange);
  color: var(--color-white);
  border-color: transparent;
  opacity: 1;
  translate: 5px 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.cmn-btn--icon-line > span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 1;
  margin-inline: auto;
}
.cmn-btn--icon-line > span::before {
  content: "";
  width: 30px;
  height: 30px;
  background: url("/img/common/icon_line.svg") no-repeat top center/contain;
  position: absolute;
  top: 50%;
  left: -50%;
  translate: 0% -50%;
}
.cmn-btn--arrow-right {
  position: relative;
  z-index: 1;
}
.cmn-btn--arrow-right::after {
  content: "";
  width: 18px;
  height: 20px;
  background: url("/img/common/arrow_right.png") no-repeat top center/contain;
  position: absolute;
  right: 30px;
  top: 50%;
  translate: 0 -50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cmn-btn--arrow-right:hover::after {
  translate: 25% -50%;
}
.cmn-btn--xs {
  max-width: var(--btn-width-xs);
}
.cmn-btn--sm {
  width: var(--btn-width-small);
}
.cmn-btn--rg {
  width: var(--btn-width-regular);
}
.cmn-btn--md {
  width: var(--btn-width-medium);
}
.cmn-btn--lg {
  width: var(--btn-width-large);
}
.cmn-btn--xl {
  width: var(--btn-width-xl);
}
.cmn-btn--center {
  margin: 0 auto;
}
.cmn-btn--left {
  margin-right: auto;
}
.cmn-btn--right {
  margin-left: auto;
}

/*------------------------------
*
* mv main visual
*
------------------------------*/
.mv {
  width: 100%;
  position: relative;
  z-index: 1;
  padding-bottom: 6.25%;
  margin-bottom: 24px;
}
.mv::after {
  content: "";
  width: 100%;
  height: 70%;
  background-color: var(--color-yellow);
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
}
.mv__catch {
  width: 73.203125%;
  max-width: 937px;
  position: absolute;
  right: 10px;
  bottom: 0;
  translate: 0 3.75%;
  z-index: 20;
}

/* 
swiper
-------------------------*/
.mv__swiper.swiper {
  width: 86%;
  margin-left: 0;
  margin-right: auto;
  height: clamp(320px, 65.625vw, 840px);
}
.mv__swiper.swiper-slide {
  width: 100%;
  height: 100%;
}

.mv__swiper.swiper .swiper-slide img {
  border-radius: 0 0 var(--round-40) 0;
}

/*------------------------------
*
* main style sv(sub visual)
*
------------------------------*/
.sv {
  width: 100%;
  position: relative;
  z-index: 1;
  height: clamp(200px, 35.15625vw, 450px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.sv::after {
  content: "";
  width: 100%;
  height: 66.6666666667%;
  background-color: var(--color-yellow);
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
}
.sv__img {
  border-radius: 0 0 var(--round-40) 0;
  overflow: hidden;
  position: absolute;
  width: 80%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}
.sv__catch {
  position: absolute;
  right: 5%;
  bottom: 10%;
  z-index: 20;
  padding-inline: 1em;
  padding-block: 1em;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  border-radius: var(--round-20);
  background-color: var(--color-white);
  font-family: var(--font-sub);
  font-weight: var(--font-weight-medium);
  font-size: var(--font-size-30);
  letter-spacing: var(--letter-spacing-base);
}
.sv__catch::after {
  content: "";
  border: 2px dashed var(--color-gold);
  border-radius: calc(var(--round-20) - 4px);
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: -1;
}

/*------------------------------
*
* pagenation style
*
------------------------------*/
.pagenation {
  margin-top: var(--pagenation-margin-top);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagenation li {
  display: block;
  width: var(--pagenation-item-width);
  height: var(--pagenation-item-height);
  border-radius: var(--pagenation-item-round);
  font-size: var(--pagenation-item-font-size);
  line-height: var(--pagenation-item-height);
  font-weight: var(--pagenation-item-font-weight);
  margin: 0 var(--pagenation-item-space);
  color: var(--pagenation-item-color);
  background: var(--pagenation-item-bg-color);
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pagenation li > a {
  width: var(--pagenation-item-width);
  height: var(--pagenation-item-height);
  display: grid;
  place-content: center;
}
.pagenation li:has(a):hover {
  background-color: var(--pagenation-item-current-bg-color);
  color: var(--pagenation-item-current-color);
}
.pagenation .current {
  background-color: var(--pagenation-item-current-bg-color);
  color: var(--pagenation-item-current-color);
}

/*------------------------------
*
* cmn-post
*
------------------------------*/
.cmn-post {
  --post-item-bg-color: var(--color-white);
  --post-width: 100%;
  --post-item-margin: 10px;
  --post-item-flex-margin-space: 13px;
  --post-link-padding: 16px;
  --post-title-font-size: var(--font-size-14);
  --post-date-font-size: var(--font-size-14);
  width: var(--post-width);
}
.cmn-post-item {
  border-radius: var(--round-10);
  border: 1px solid var(--color-text-base);
  width: 100%;
  background-color: var(--post-item-bg-color, transparent);
}
.cmn-post-item:not(:last-child) {
  margin-bottom: var(--post-item-margin, 15px);
}
.cmn-post__box {
  width: calc(100% - 105px);
}
.cmn-post__box.w-100 {
  width: 100%;
}
.cmn-post__thumb {
  width: 90px;
  aspect-ratio: 1/1;
}
.cmn-post__flex {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 10px;
  margin-bottom: 10px;
}
.cmn-post__flex .cmn-post__date {
  border-right: 2px solid var(--color-text-base);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 10px;
}
.cmn-post__tags {
  width: var(--post-tags-width, auto);
}
.cmn-post__link {
  padding: var(--post-link-padding, 20px 30px);
}
.cmn-post__date {
  line-height: 1;
  font-size: var(--post-date-font-size, 16px);
}
.cmn-post__ttl {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.2;
  width: 100%;
  font-size: var(--post-title-font-size, 16px);
}
.cmn-post__grid {
  display: grid;
  grid-template-columns: 94px 1fr;
  grid-template-areas: "date tags" "date title";
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 8px 10px;
  width: 100%;
}
.cmn-post__grid.notags {
  grid-template-areas: "date title";
}
.cmn-post__grid .cmn-post__date {
  border-right: 2px solid var(--color-text-base);
  -ms-flex-line-pack: center;
      align-content: center;
  grid-area: date;
}
.cmn-post__grid .cmn-post__ttl {
  grid-area: title;
}
.cmn-post__grid .cmn-post__tags {
  grid-area: tags;
}

/*------------------------------
*
* tag
*
------------------------------*/
.tag {
  --tag-font-size: 13px;
  --tag-height: 20px;
  --tag-x-padding: 5px;
  --tag-round: var(--round-5);
  --tag-color: var(--color-yellow);
  --tag-bg-color: var(--color-text-base);
  display: inline-block;
  font-size: var(--tag-font-size);
  letter-spacing: var(--tag-letter-space);
  color: var(--tag-color);
  background-color: var(--tag-bg-color);
  border-radius: var(--tag-round);
  font-weight: var(--font-weight-medium);
  line-height: var(--tag-height);
  padding: 0 var(--tag-x-padding);
}

.tag-link {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.tag-link.tag {
  padding: 0;
}
.tag-link > a {
  padding: 0 var(--tag-x-padding);
}
.tag-link:hover {
  background-color: var(--color-orange);
  color: var(--color-text-base);
}

.tag-list {
  --tag-space:5px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: var(--tag-space);
}

/*------------------------------
*
* tag btn
*
------------------------------*/
.tag-btns {
  margin-bottom: 32px;
  gap: 12px;
}

.tag-btn {
  padding: var(--tag-btn-padding);
  background-color: var(--tag-btn-bg-color);
  color: var(--tag-btn-color);
  border-radius: var(--tag-btn-round);
  font-size: var(--tag-btn-font-size);
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 1;
}
.tag-btn:hover {
  color: var(--tag-btn-current-color);
  background-color: var(--tag-btn-current-bg-color);
  opacity: 1;
}
.tag-btn.current {
  color: var(--tag-btn-current-color);
  background-color: var(--tag-btn-current-bg-color);
}

/*------------------------------
*
* prev next style
*
------------------------------*/
.prev-next__area {
  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;
  line-height: 1.2;
}
.prev-next__item.prev, .prev-next__item.next {
  width: var(--prev-next-link-width);
}
.prev-next__item:not(:last-child) {
  margin-right: var(--prev-next-link-gutter);
}
.prev-next__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  color: var(--prev-next-link-color);
  background-color: var(--prev-next-link-bg-color);
  padding: var(--prev-next-link-padding);
  font-size: var(--prev-next-link-font-size);
}
.prev-next__link:hover {
  background-color: var(--prev-next-link-hov-bg-color);
  color: var(--prev-next-link-hov-color);
  opacity: 1;
}
.prev-next__link.prev, .prev-next__link.next {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: var(--prev-next-link-round);
  text-align: center;
}
.prev-next__link.back {
  text-align: center;
  border-radius: var(--prev-next-link-round);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: var(--prev-next-back-link-width);
}
.prev-next__link.prev, .prev-next__link.next, .prev-next__link.back {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*------------------------------
*
* breadcrumb style
*
------------------------------*/
.bread-crumb {
  display: none;
}

/* ----------------------------------------------------
*  Utility（スタイルの調整用クラス　common.cssにあるものは省略）
*  ---------------------------------------------------- */
/* margin style
  -------------------------*/
.mx--center {
  margin-inline: auto;
}

.mt-tiny {
  margin-top: 8px;
}

.mt-sm {
  margin-top: 16px;
}

.mt-md {
  margin-top: 24px;
}

.mt-lg {
  margin-top: 32px;
}

.mt-xl {
  margin-top: 40px;
}

.mt-2xl {
  margin-top: 48px;
}

.mt-3xl {
  margin-top: 56px;
}

.mt-4xl {
  margin-top: 64px;
}

.mt-huge {
  margin-top: 80px;
}

.mb-tiny {
  margin-bottom: 8px;
}

.mb-sm {
  margin-bottom: 16px;
}

.mb-md {
  margin-bottom: 24px;
}

.mb-lg {
  margin-bottom: 32px;
}

.mb-xl {
  margin-bottom: 40px;
}

.mb-2xl {
  margin-bottom: 48px;
}

.mb-3xl {
  margin-bottom: 56px;
}

.mb-4xl {
  margin-bottom: 64px;
}

.mb-huge {
  margin-bottom: 80px;
}

/* padding style
-------------------------*/
.cmn-pd {
  padding: 75px 0;
}

.pt-tiny {
  margin-top: 8px;
}

.pt-sm {
  margin-top: 16px;
}

.pt-md {
  margin-top: 24px;
}

.pt-lg {
  margin-top: 32px;
}

.pt-xl {
  margin-top: 40px;
}

.pt-2xl {
  margin-top: 48px;
}

.pt-3xl {
  margin-top: 56px;
}

.pt-4xl {
  margin-top: 64px;
}

.pt-huge {
  margin-top: 80px;
}

.pb-tiny {
  margin-bottom: 8px;
}

.pb-sm {
  margin-bottom: 16px;
}

.pb-md {
  margin-bottom: 24px;
}

.pb-lg {
  margin-bottom: 32px;
}

.pb-xl {
  margin-bottom: 40px;
}

.pb-2xl {
  margin-bottom: 48px;
}

.pb-3xl {
  margin-bottom: 56px;
}

.pb-4xl {
  margin-bottom: 64px;
}

.pb-huge {
  margin-bottom: 80px;
}

/* 
sp時に非表示
-------------------------*/
.sp-none {
  display: none !important;
}

/* ----------------------------------------------------
*  Project （ページごとのスタイルなど）
*  ---------------------------------------------------- */
/* ===========================================
*
* top page style (SP)
*
* ======================================== */
/*------------------------------
*
* trouble
*
------------------------------*/
.trouble {
  padding-block: 75px 64px;
  background: url("/img/top/worries_bg.jpg") no-repeat bottom center/max(960px, 100%) auto;
  position: relative;
  z-index: 10;
}
.trouble::before {
  content: "";
  width: min(34px, 100%);
  height: clamp(5.625rem, calc(4.4709232614rem + 0.0527577938 * 100vw), 7rem);
  background: url("/img/top/worries_arrow.png") no-repeat top center/contain;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 52%;
  z-index: 10;
  margin: 32px auto;
}
.trouble__ttl {
  gap: 10px;
  margin-bottom: 32px;
  position: relative;
  z-index: 10;
  font-size: var(--font-size-28);
}
.trouble__ttl .cmn-ttl__main {
  line-height: 2.1em;
  position: relative;
  z-index: 1;
}
.trouble__ttl .cmn-ttl__main::after {
  content: "";
  width: 2.3142857143em;
  height: 1.9142857143em;
  position: absolute;
  right: 0;
  top: 0;
  translate: -82% 0;
  background: url("/img/top/ttl_worries_deco.png") no-repeat top center/contain;
}
.trouble__ttl__deco {
  display: inline-block;
  position: relative;
  z-index: 1;
  color: var(--color-white);
  width: 5.4571428571em;
  margin-right: 0.6em;
}
.trouble__ttl__deco img {
  display: block;
}
.trouble__ttl__deco::after {
  content: "";
  width: 6.7142857143em;
  height: 3.5714285714em;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -52% -61%;
  z-index: -1;
  background: url("/img/top/ttl_worries_deco02.png") no-repeat top center/contain;
}
.trouble__img {
  margin-top: -42px;
  margin-inline: auto;
  width: min(520px, 100%);
  translate: 0 0;
}

/*------------------------------
*
* about
*
------------------------------*/
.about {
  position: relative;
}
.about__ttl {
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
.about__ttl::after {
  content: "";
  width: min(780px, 100%);
  height: clamp(3.5rem, calc(2.76558753rem + 0.0335731415 * 100vw), 4.375rem);
  background: url("/img/common/ttl_flag_left.png") no-repeat left center/contain, url("/img/common/ttl_flag_right.png") no-repeat right center/contain;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -59%;
}
.about__container {
  position: relative;
  z-index: 1;
}
.about__container::after, .about__container::before {
  content: "";
  position: absolute;
  z-index: -1;
}
.about__container::before {
  width: min(100px, 24%);
  aspect-ratio: 150/220;
  background: url("/img/top/about_illust_left.png") no-repeat top center/contain;
  left: 0;
  top: 0;
  translate: 0 calc(-100% + 15px);
  margin: 32px auto;
}
.about__container::after {
  width: min(100px, 24%);
  aspect-ratio: 150/207;
  background: url("/img/top/about_illust_right.png") no-repeat top center/contain;
  right: 0;
  top: 0;
  translate: 0 calc(-100% + 15px);
  margin: 32px auto;
}
.about__cases {
  display: grid;
  justify-items: center;
  grid-template-columns: 1fr;
  width: 100%;
  gap: 12px;
  margin-bottom: 32px;
  padding-top: 8%;
}
.about__cases-item {
  max-width: 280px;
}
.about__sentence {
  max-width: 100%;
  width: 100%;
}
.about__container {
  position: relative;
  z-index: 1;
}
.about__img {
  position: relative;
  left: 0;
  top: 0;
  width: min(480px, 90%);
  margin: 32px auto;
}

/*------------------------------
*
* feature
*
------------------------------*/
.feature {
  padding-block: 100px 200px;
  background: url("/img/common/wave_top.png") no-repeat top center/max(960px, 100%), url("/img/pattern/bg_kabe.png") repeat center/auto;
}
.feature__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.feature__list-item {
  padding-block: 40px;
  padding-inline: 24px;
  border-radius: var(--round-20);
  position: relative;
  z-index: 1;
}
.feature__list-item::after {
  content: "";
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: -1;
  border-radius: var(--round-10);
  border: 1px dashed var(--color-text-base);
}
.feature__list-item__num {
  position: absolute;
  top: 0;
  right: 16px;
  z-index: 10;
  width: min(36px, 100%);
}
.feature__list-item__ttl {
  font-size: var(--font-size-24);
  line-height: 3em;
  letter-spacing: var(--letter-spacing-base);
  text-align: center;
  background: url("/img/top/feature_item_ttl_bg.png") no-repeat top center/contain;
  margin-bottom: 20px;
}
.feature__list-item:nth-child(1) {
  background: url("/img/top/feature_bg_top.png") no-repeat top right/auto, url("/img/top/feature_icon01.png") no-repeat bottom 20px right 20px/auto, var(--color-white);
}
.feature__list-item:nth-child(2) {
  background: url("/img/top/feature_bg_top.png") no-repeat top right/auto, url("/img/top/feature_icon02.png") no-repeat bottom 20px right 20px/auto, var(--color-white);
}
.feature__list-item:nth-child(3) {
  background: url("/img/top/feature_bg_top.png") no-repeat top right/auto, url("/img/top/feature_icon03.png") no-repeat bottom 20px right 20px/auto, var(--color-white);
}
.feature__list-item:nth-child(4) {
  background: url("/img/top/feature_bg_top.png") no-repeat top right/auto, url("/img/top/feature_icon04.png") no-repeat bottom 20px right 20px/auto, var(--color-white);
}

/*------------------------------
*
* area
*
------------------------------*/
.area {
  position: relative;
  z-index: 10;
  padding-block: clamp(6.25rem, calc(-4.2416067146rem + 0.479616307 * 100vw), 18.75rem) 100px;
}
.area::after {
  content: "";
  width: 280px;
  aspect-ratio: 650/128;
  position: absolute;
  z-index: -1;
  bottom: 15px;
  right: 0;
  background: url("/img/common/house.png") no-repeat top center/contain;
}
.area::before {
  content: "";
  width: 90%;
  height: 42%;
  border-radius: 0 0 var(--round-10) 0;
  background-color: var(--color-yellow);
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
}
.area__ttl {
  margin-bottom: 32px;
}
.area__img {
  border-radius: var(--round-20);
  overflow: hidden;
  width: min(1500px, 80%);
  aspect-ratio: 2/1;
  position: absolute;
  top: -150px;
  left: 50%;
  translate: -50% 0%;
  margin: 32px auto 0;
}
.area__container {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.area__sentence {
  text-align: center;
}
.area__illust {
  display: grid;
  place-content: center;
  margin-top: 20px;
}
.area__illust > img {
  width: min(300px, 64%);
  margin: 0 auto;
}
.area__map {
  width: 80%;
  max-width: 400px;
  margin: 20px auto 0;
}

/*------------------------------
*
* top-flow
*
------------------------------*/
.top-flow {
  padding-block: 100px 75px;
  background: url("/img/common/wave_top.png") no-repeat top center/max(960px, 100%), url("/img/pattern/yellow_stripe.png") repeat center/auto;
}
.top-flow__ttl {
  margin-bottom: 64px;
}
.top-flow__ttl .cmn-ttl__main--deco-flag::after {
  height: 2.1714285714em;
  width: min(780px, 110%);
}
.top-flow__box {
  background-color: var(--color-white);
  border-radius: var(--round-20);
  padding-block: 48px 64px;
  padding-inline: 5%;
  position: relative;
  z-index: 1;
}
.top-flow__box::after, .top-flow__box::before {
  content: "";
  position: absolute;
  z-index: -1;
}
.top-flow__box::before {
  left: 0;
  bottom: 0;
  translate: -12.5% 20%;
  width: 86.25px;
  aspect-ratio: 230/374;
  background: url("/img/top/flow_illust_left.png") no-repeat top center/contain;
}
.top-flow__box::after {
  right: 0;
  bottom: 0;
  translate: 12.5% 20%;
  width: 78.75px;
  aspect-ratio: 209/408;
  background: url("/img/top/flow_illust_right.png") no-repeat top center/contain;
}
.top-flow__list {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 64px;
}
.top-flow-item {
  position: relative;
  z-index: 1;
  text-align: center;
  display: grid;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: var(--font-size-24);
  letter-spacing: var(--letter-spacing-base);
  padding-block: 56px 16px;
  padding-inline: 5%;
  border-radius: 60px;
  width: 86%;
  background: url("/img/top/step_bg.jpg") no-repeat top center/cover;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
}
.top-flow-item:not(:last-child)::after {
  content: "";
  width: 16px;
  height: 16px;
  background-color: var(--color-tan);
  position: absolute;
  top: 100%;
  left: 50%;
  right: auto;
  translate: -50% 12px;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.top-flow-item__step {
  width: min(64px, 100%);
  position: absolute;
  top: -22px;
  left: 50%;
  translate: -50% 0%;
}

/*------------------------------
*
* page-link
*
------------------------------*/
.page-link {
  max-width: 100%;
  width: 90%;
  margin: 64px auto;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 1fr;
  gap: 16px;
}
.page-link__link {
  width: 80%;
  max-width: 360px;
}
.page-link__link:nth-child(2) {
  margin-top: 0;
}

/*------------------------------
*
* cta
*
------------------------------*/
.cta {
  background: url("/img/top/contact_bg.jpg") no-repeat top center/cover;
}
.cta__ttl .cmn-ttl__main--deco-flag::after {
  height: 2.1714285714em;
  width: min(780px, 110%);
  translate: -50% -75%;
}
.cta__sentence {
  text-align: center;
  margin-bottom: 36px;
}
.cta__box {
  position: relative;
  z-index: 1;
  border-radius: var(--round-20);
  background: rgb(var(--color-yellow-rgb)/0.9);
  -webkit-box-shadow: 0px 0px 30px 0px rgba(90, 61, 33, 0.2);
          box-shadow: 0px 0px 30px 0px rgba(90, 61, 33, 0.2);
  padding-block: 56px 48px;
  padding-inline: 24px;
}
.cta__box::after {
  content: "";
  border-radius: var(--round-20);
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  border: 2px dashed var(--color-white);
}
.cta__container {
  background-color: var(--color-white);
  border-radius: var(--round-10);
  padding-block: 48px 72px;
  padding-inline: 5%;
  position: relative;
  z-index: 1;
}
.cta__container::before {
  content: "";
  width: min(70px, 100%);
  aspect-ratio: 150/151;
  background: url("/img/top/contact_illust01.png") no-repeat top center/contain;
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
  translate: 0 -75%;
}
.cta__container::after {
  content: "";
  width: min(56px, 100%);
  aspect-ratio: 113/140;
  background: url("/img/top/contact_illust02.png") no-repeat top center/contain;
  position: absolute;
  z-index: -1;
  left: 2%;
  bottom: 0;
}
.cta__actions {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  padding-bottom: 32px;
  border-bottom: 2px solid var(--color-text-base);
  margin-bottom: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cta__actions-left {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.cta__actions-btns {
  width: 100%;
}
.cta__btn {
  --btn-height: 56px;
  --btn-padding-y: calc(
    (var(--btn-height) - var(--btn-font-size) * var(--btn-line-height)) / 2
  );
}
.cta__btn:not(:last-child) {
  margin-bottom: 16px;
}
.cta__tel {
  margin-right: 0;
  display: grid;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
}
.cta__tel .tel {
  --tel-font-size: var(--font-size-22);
}
.cta__tel-txt {
  line-height: 1;
  font-size: var(--font-size-14);
  letter-spacing: var(--letter-spacing-base);
  color: var(--color-orange);
}
.cta__tel .replace-txt {
  height: 10px;
}
.cta__tel .replace-txt > img {
  display: block;
}
.cta__sos-ttl {
  font-size: var(--font-size-20);
  letter-spacing: var(--letter-spacing-base);
  position: relative;
  z-index: 1;
  padding: 0.5833333333em 0 0.4166666667em;
  margin-bottom: 20px;
}
.cta__sos-ttl::before {
  content: "";
  width: 13.6666666667em;
  height: 2.4333333333em;
  background: url("/img/top/contact_service_ttl_bg.png") no-repeat top center/contain;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0%;
  z-index: -1;
}
.cta__sos-sentence {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  font-size: var(--font-size-13);
}
.cta__sos-sentence::after {
  content: "";
  background: url("/img/top/contact_text_deco.png") no-repeat top center/contain;
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  translate: 20px -20px;
}

/*------------------------------
*
* top-news
*
------------------------------*/
.top-news {
  position: relative;
  z-index: 1;
  background: url("/img/pattern/yellow_stripe.png") repeat center/auto;
}
.top-news::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--color-white);
  border-radius: 0 0 0 0;
  left: 0;
  top: 0;
  position: absolute;
  z-index: -1;
}
.top-news__container {
  width: 100%;
  position: relative;
  z-index: 1;
}
.top-news__container::after {
  content: "";
  width: 85px;
  aspect-ratio: 169/96;
  background: url("/img/top/news_illust.png") no-repeat top center/contain;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  translate: 2% 100%;
}
.top-news__btn {
  width: min(240px, 100%);
  margin-inline: auto;
  margin-top: 24px;
  --btn-height: 50px;
  --btn-padding-y: calc(
    (var(--btn-height) - var(--btn-font-size) * var(--btn-line-height)) / 2
  );
}
.top-news .cmn-post {
  width: 100%;
}
.top-news .cmn-post-item {
  width: 100%;
}

/* ===========================================
*
* about-page (SP)
*
* ======================================== */
/*------------------------------
*
* staff
*
------------------------------*/
.staff {
  overflow: hidden;
}
.staff__container {
  position: relative;
  z-index: 1;
}
.staff__container::before {
  content: "";
  width: 64px;
  aspect-ratio: 113/140;
  background: url("/img/about/staff_illust.png") no-repeat top center/contain;
  right: 0;
  top: 0;
  translate: 0 -100%;
  position: absolute;
  z-index: -1;
  margin: 32px auto;
}

.staff-profile {
  display: grid;
}
.staff-profile:not(:last-child) {
  margin-bottom: 48px;
}
.staff-profile__header {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding-bottom: 11px;
  border-bottom: 1px dashed var(--color-text-base);
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.staff-profile__postion {
  font-size: var(--font-size-18);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.staff-profile__name {
  font-size: var(--font-size-22);
  margin-left: 1em;
}
.staff-profile__content {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  position: relative;
  z-index: 1;
}
.staff-profile__img {
  position: relative;
  z-index: 0;
  width: min(540px, 90%);
  margin: 0 auto 20px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.staff-profile__img::after {
  content: "";
  width: 41.8518518519%;
  height: 40.3333333333%;
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  translate: 48.6725663717% 28.9256198347%;
  background: url("/img/about/staff_img_deco.png") no-repeat top center/contain;
}
.staff-profile__section {
  padding-block: 16px 32px;
  padding-inline: 20px;
  border-radius: var(--round-10);
  border: 2px solid var(--color-tan);
}
.staff-profile__section-ttl {
  translate: -20px 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 16px;
  min-width: 150px;
  line-height: 31px;
  font-size: var(--font-size-18);
  letter-spacing: var(--letter-spacing-base);
  padding-inline: 20px;
  background-color: var(--color-yellow);
  position: relative;
  z-index: 1;
}
.staff-profile__section-ttl::after {
  content: "";
  width: 10px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--color-white);
  -webkit-clip-path: polygon(0 50%, 100% 0, 100% 100%);
          clip-path: polygon(0 50%, 100% 0, 100% 100%);
}
.staff-profile__section:not(:last-child) {
  margin-bottom: 16px;
}
.staff-profile__qualification-list {
  margin-top: -4px;
}
.staff-profile__qualification-item {
  padding-left: 18px;
  position: relative;
  z-index: 1;
}
.staff-profile__qualification-item::after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 0.75em;
  left: 0;
  translate: 0% -50%;
  background-color: var(--color-orange);
  border-radius: 50%;
}
.staff-profile__qualification-item:not(:last-child) {
  margin-bottom: 9px;
}

/*------------------------------
*
* info
*
------------------------------*/
.info {
  padding-top: 100px;
  background: url("/img/common/wave_top.png") no-repeat top center/max(960px, 100%), url("/img/pattern/bg_kabe.png") repeat center/auto;
}
.info__ttl .cmn-ttl__main--deco-flag::after {
  width: min(640px, 120%);
  height: clamp(2.8125rem, calc(2.1830035971rem + 0.0287769784 * 100vw), 3.5625rem);
}

/*------------------------------
*
* access
*
------------------------------*/
.access__ttl {
  margin-bottom: 32px;
}
.access__ttl .cmn-ttl__main {
  position: relative;
  z-index: 1;
}
.access__ttl .cmn-ttl__main::before {
  content: "";
  width: 16.5px;
  height: 22.5px;
  background: url("/img/about/icon_pin.png") no-repeat top center/contain;
  position: absolute;
  top: 50%;
  left: 0;
  translate: -175% -50%;
}
.access__map {
  height: var(--map-height);
}

/* ===========================================
*
* services-page (SP)
*
* ======================================== */
.services-page .bread-crumb {
  background: url("/img/pattern/bg_kabe.png") repeat center/auto;
}

/*------------------------------
*
* service
*
------------------------------*/
.service-wrapper {
  background: url("/img/pattern/bg_kabe.png") repeat center/auto;
}

.service {
  background-color: var(--color-white);
  border-radius: var(--round-20);
  position: relative;
  z-index: 1;
  padding-block: 48px 64px;
  padding-inline: 24px;
}
.service::before {
  content: "";
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: -1;
  border: 2px dashed rgb(var(--color-text-base-rgb)/0.5);
  border-radius: calc(var(--round-20) - 5px);
}
.service:not(:nth-last-of-type(1)) {
  margin-bottom: 32px;
}
.service__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.service-card {
  width: 100%;
  max-width: 400px;
  border-radius: var(--round-10);
  border: 2px solid var(--color-tan);
  padding: 5%;
}
.service-card__img {
  width: 100%;
  aspect-ratio: 400/240;
  margin-bottom: 16px;
  border-radius: var(--round-10);
  overflow: hidden;
}
.service-card__content {
  background: url("/img/pattern/yellow_stripe.png") repeat center/auto;
  padding-block: 20px;
  padding-inline: 5%;
  border-radius: var(--round-5);
}
.service-card__content-item {
  padding-left: 18px;
  position: relative;
  z-index: 1;
}
.service-card__content-item:not(:last-child) {
  margin-bottom: 5px;
}
.service-card__content-item::before {
  content: "";
  position: absolute;
  top: 0.75em;
  left: 0;
  translate: 0% -50%;
  width: 8px;
  height: 8px;
  border: 2px solid var(--color-orange);
  border-radius: 50%;
}

.services__note {
  line-height: 2.1875;
  margin-top: 32px;
}
.services__note p {
  padding-left: 1em;
  text-indent: -1em;
}

/* ===========================================
*
* works page
*
* ======================================== */
/*------------------------------
*
* works
*
------------------------------*/
.works-article__ttl {
  padding: 0.45em 20px;
  background: var(--color-yellow);
  font-size: var(--font-size-22);
  letter-spacing: var(--letter-spacing-base);
  font-weight: var(--font-weight-medium);
  border-radius: var(--round-10);
  font-family: var(--font-sub);
  margin-bottom: 20px;
}
.works-article__ttl > span {
  padding-left: 16px;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.works-article__ttl > span::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--color-white);
  position: absolute;
  top: 0.75em;
  left: 0;
  translate: 0% -50%;
}
.works-article__content {
  --col-x-space: 32px;
  position: relative;
  z-index: 1;
}
.works-article__content::after {
  content: "";
  width: 14px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: -1;
  background: url("/img/common/arrow_right.png") no-repeat top center/contain;
}
.works-article__item {
  --item-color: var(--color-tan);
  position: relative;
  z-index: 1;
}
.works-article__item--before {
  --item-color: var(--color-tan);
}
.works-article__item--before .works-article__img::before {
  background-image: url("/img/works/before_pin.png");
}
.works-article__item--after {
  --item-color: var(--color-orange);
}
.works-article__item--after .works-article__img::before {
  background-image: url("/img/works/after_pin.png");
}
.works-article__img {
  border: 2px solid var(--item-color);
  padding: 3px;
  aspect-ratio: 48/30;
  position: relative;
  z-index: 1;
}
.works-article__img::before {
  content: "";
  width: 18px;
  height: 26.25px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -50%;
  z-index: 2;
}
.works-article__img > img {
  display: block;
}
.works-article__label {
  position: absolute;
  left: 0;
  top: 12px;
  width: 72px;
  z-index: 10;
}
.works-article__sentence {
  margin-top: 24px;
}
.works-article:not(:last-child) {
  margin-bottom: 48px;
}

/* ===========================================
*
* corporate page
*
* ======================================== */
/*------------------------------
*
* worries
*
------------------------------*/
.worries {
  overflow: hidden;
}
.worries__container {
  display: grid;
}
.worries__list {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.worries__list .check-list__item {
  width: 95%;
}
.worries__list .check-list__item:nth-child(even) {
  margin-left: auto;
}
.worries__illust {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  display: grid;
  place-content: center;
  margin-top: 30px;
}
.worries__illust > img {
  width: 226px;
}
.worries__img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  position: relative;
  z-index: 1;
  width: 80%;
  margin: 0 auto 32px;
}
.worries__img::after {
  content: "";
  width: 49.1304347826%;
  height: 46.5384615385%;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  translate: 48.6725663717% -33.0578512397%;
  background: url("/img/corporate/worries_img_deco_right.png") no-repeat top center/contain;
}

/*------------------------------
*
* lifesupport
*
------------------------------*/
.lifesupport {
  padding-top: 100px;
  background: url("/img/common/wave_top.png") no-repeat top center/max(960px, 100%), url("/img/pattern/yellow_stripe.png") repeat center/auto;
}
.lifesupport__ttl {
  margin-bottom: 30px;
}
.lifesupport__container {
  position: relative;
  z-index: 1;
  display: grid;
}
.lifesupport__box {
  padding: 40px 24px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  border-radius: var(--round-10);
  background-color: var(--color-white);
}
.lifesupport__box::after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  border-radius: var(--round-10);
  border: 2px dashed rgb(var(--color-text-base-rgb)/0.5);
}
.lifesupport__box::before {
  content: "";
  width: 72.5px;
  height: 118px;
  background: url("/img/corporate/lifesupport_illust.png") no-repeat top center/contain;
  position: absolute;
  bottom: 0;
  right: 0;
  translate: 10% 60%;
  z-index: 1;
}
.lifesupport__img {
  width: 90%;
  margin: 24px auto 0;
  z-index: -1;
  border-radius: var(--round-10);
  overflow: hidden;
}

/*------------------------------
*
* other
*
------------------------------*/
.other {
  position: relative;
  z-index: 1;
}
.other::after {
  content: "";
  width: 280px;
  aspect-ratio: 650/128;
  position: absolute;
  z-index: -1;
  bottom: 15px;
  right: 0;
  background: url("/img/common/house.png") no-repeat top center/contain;
}
.other__img {
  border-radius: var(--round-10);
  overflow: hidden;
  width: 100%;
  margin: 32px auto 0;
}
/*------------------------------
*
* sos
*
------------------------------*/
.sos {
  background: url("/img/pattern/yellow_stripe.png") repeat center/auto;
  position: relative;
  z-index: 1;
  padding-bottom: 0;
}
.sos::after {
  content: "";
  width: 100%;
  aspect-ratio: 16/9;
  display: block;
  margin-top: 28px;
  background: url("/img/corporate/sos_img.jpg") no-repeat center/cover;
  border-radius: 100px 100px 0 0;
}
.sos__ttl {
  margin-bottom: 24px;
  text-align: center;
  font-size: var(--font-size-24);
}
.sos__ttl__main {
  line-height: 2.2em;
  background: url("/img/corporate/sos_ttl_bg.png") no-repeat top center/contain;
  text-align: center;
  width: 100%;
  font-family: var(--font-sub);
  font-weight: var(--font-weight-medium);
  color: var(--color-white);
}
.sos__sentence {
  padding: 32px 5%;
  border-radius: var(--round-10);
}
.sos__box {
  border-radius: var(--round-20);
  position: relative;
  z-index: 1;
  background-color: var(--color-yellow);
  padding: 40px 24px 40px;
}
.sos__box::after {
  content: "";
  border-radius: var(--round-20);
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  border: 2px dashed var(--color-white);
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: -1;
}
.sos__sentence {
  background-color: var(--color-white);
  border-radius: var(--round-10);
}

/* ===========================================
*
* single page
*
* ======================================== */
.single {
  position: relative;
  z-index: 5;
}
.single__head {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.single__date {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-size: var(--font-size-13);
  margin-bottom: 8px;
  line-height: 1;
  text-align: right;
  margin-left: auto;
}
.single__tags {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 16px;
}
.single__ttl {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 100%;
  font-size: var(--font-size-26);
  border-left: 4px solid var(--color-orange);
  font-weight: var(--font-weight-bold);
  padding-left: 0.75em;
  margin-bottom: 40px;
}
.single__img {
  margin: 0 auto;
  width: 100%;
  margin-bottom: 32px;
}
.single__footer {
  margin-top: 48px;
  width: 100%;
}

/* ===========================================
*
* site page
*
* ======================================== */
.sitemap-list {
  max-width: 600px;
  margin: 0 auto;
}
.sitemap-list__item:not(:last-child) {
  margin-bottom: 5px;
}
.sitemap-list__link {
  width: 100%;
  padding: 0.8em 1em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgb(var(--color-text-base-rgb)/0.4);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sitemap-list__link::after {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid rgb(var(--color-text-base-rgb)/0.4);
  border-right: 2px solid rgb(var(--color-text-base-rgb)/0.4);
  position: absolute;
  top: 50%;
  right: 1.5em;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sitemap-list__link:hover {
  color: var(--color-orange);
  border-color: var(--color-orange);
}
.sitemap-list__link:hover::after {
  right: 1em;
  border-color: var(--color-orange);
}

/* ===========================================
*
* privacy page
*
* ======================================== */
.privacy-ttl {
  font-size: var(--font-size-24);
  font-weight: var(--font-weight-medium);
  line-height: 1.5em;
  margin-bottom: 12px;
  border-left: 5px solid var(--color-text-base);
  padding-left: 0.75em;
}

.privacy-box {
  margin-bottom: 40px;
}

.privacy-box:last-child {
  margin-bottom: 0;
}

.header-nav__link.blank-link {
  padding-left: 30px;
  position: relative;
  z-index: 1;
}

.header-nav__link.blank-link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  translate: 0% -50%;
  width: 14px;
  height: 14px;
  background: url(../img/common/icon_wind.png) no-repeat center/contain;
}