@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-full: 999px;
  /* logo width */
  --logo-width: 180px;
  /* map height */
  --map-height: 56.25vw;
  /* btn defaults */
  --btn-height: 48px;
  --btn-line-height: 1;
  --btn-font-size: var(--font-size-base);
  --btn-font-weight: var(--font-weight-medium);
  --btn-letter-space: var(--letter-spacing-base);
  --btn-padding-x: 0.5em;
  --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-height: 80px;
  /* 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 1em;
  --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-white);
  --prev-next-link-hov-bg-color: var(--color-tertiary);
  --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-white);
  --tag-btn-current-bg-color: var(--color-tertiary);
  --tag-btn-round: var(--round-5);
  --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: var(--round-5);
  --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-white);
  --pagenation-item-current-bg-color: var(--color-tertiary);
  /* drawer settings */
  --drawer-btn-bg: var(--color-primary);
  --drawer-btn-bar-color: var(--color-white);
  --drawer-main-color: var(--color-primary);
  --drawer-link-font-size: clamp(0.9375rem, calc(0.7801258993rem + 0.0071942446 * 100vw), 1.125rem);
  --drawer-link-current-color: var(--color-primary);
  --drawer-link-border-color: rgb(var(--color-text-base-rgb) / 0.3);
}

html {
  scroll-padding-top: var(--header-height);
}

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);
  position: sticky;
  top: 0;
  left: 0;
  z-index: 101;
}
.header__inner {
  padding: 10px 3.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;
  background-color: var(--color-primary);
  padding-block: 32px;
  padding: 5%;
}
.footer__inner {
  padding-block: 64px 48px;
  background-color: var(--color-white);
  border-radius: var(--round-10);
}
.footer__top {
  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__logo {
  margin-bottom: 24px;
}
.footer-left {
  width: 100%;
  text-align: center;
}
.footer-nav {
  width: 100%;
}
.footer-nav__list {
  gap: 0 4%;
  margin: 0 auto;
  max-width: 360px;
  margin-top: 12px;
}
.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, .footer-nav__link.current {
  color: var(--color-text-primary);
  border-color: var(--color-text-primary);
}
.footer-info {
  -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;
  width: 100%;
}
.footer-info__main {
  margin-bottom: 30px;
}
.footer-info__address {
  margin-bottom: 12px;
}
.footer-info__btn {
  margin-top: 30px;
}
.footer__copy {
  font-size: var(--font-size-12);
  letter-spacing: var(--letter-spacing-base);
  width: 100%;
  display: block;
  text-align: center;
  margin-top: 24px;
  color: var(--color-primary);
}

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

/* ------------------------------------------------------------------------------
*
* Object
*
* ------------------------------------------------------------------------------ */
/* ----------------------------------------------------
*  Component（共通化されたコンポーネントスタイル）
*  ---------------------------------------------------- */
/* logo
-------------------------*/
.logo {
  width: var(--logo-width);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
}
.logo img {
  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
-------------------------*/
.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: 0.75em;
  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__main {
  font-size: 1em;
  font-weight: var(--font-weight-bold);
  letter-spacing: var(--letter-spacing-base);
  font-family: var(--font-sub);
  margin-block: -0.25em;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.cmn-ttl__sub {
  color: var(--color-main);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-24);
  letter-spacing: var(--letter-spacing-base);
  font-weight: var(--font-weight-regular);
  font-family: var(--font-en);
  color: var(--color-text-secondary);
  margin-block: -0.25em;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-inline: 1.8em;
  position: relative;
  z-index: 1;
}
.cmn-ttl__sub::before {
  content: "";
  width: 100%;
  height: 4px;
  background: url("/img/common/ttl_border_left.png") no-repeat left center/contain, url("/img/common/ttl_border_right.png") no-repeat right center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: -1;
}

/* cmn-border-left-ttl
-------------------------*/
.cmn-border-left-ttl {
  font-size: var(--font-size-24);
  color: var(--color-main-dark);
  font-weight: var(--font-weight-bold);
  letter-spacing: var(--letter-spacing-medium);
  line-height: 1.3;
  padding-left: 0.8em;
  border-left: 4px solid var(--color-main-medium);
}

/* cmn-border-bottom-ttl
-------------------------*/
.cmn-border-bottom-ttl {
  font-size: var(--font-size-24);
  font-family: var(--font-sub);
  font-weight: var(--font-weight-medium);
  letter-spacing: var(--letter-spacing-base);
  padding-bottom: 3px;
  border-bottom: 1px solid var(--color-tertiary);
}

/* cmn-bg-ttl
-------------------------*/
.cmn-bg-ttl {
  --ttl-bg-color: var(--color-primary);
  --ttl-color: var(--color-white);
  font-size: var(--font-size-24);
  color: var(--ttl-color);
  background-color: var(--ttl-bg-color);
  font-weight: var(--font-weight-medium);
  font-family: var(--font-sub);
  letter-spacing: var(--letter-spacing-medium);
  padding: 8px 16px;
  border-radius: var(--round-10);
  text-align: center;
}

/*------------------------------
*
* tel style
*
------------------------------*/
.tel {
  /* tel　style */
  --tel-font-size: var(--font-size-30);
  --tel-icon-space: 1em;
  --tel-icon-position: 0.5em;
  --tel-icon-width: 0.75em;
  --tel-icon-height: 0.75em;
  font-family: var(--font-sub, sans-serif);
  font-weight: var(--font-weight-black, 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(-42.5%);
          transform: translateY(-42.5%);
}
.tel-icon--main::before {
  background: url(../img/common/icon_tel_main.png) no-repeat center/contain;
}

.tel-area__txt {
  background-color: var(--color-primary);
  color: var(--color-white);
  text-align: center;
  font-size: var(--font-size-12);
  letter-spacing: var(--letter-spacing-base);
  line-height: 23px;
  padding-inline: 10px;
  border-radius: var(--round-5);
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 10px;
  position: relative;
  z-index: 1;
}
.tel-area__txt::after {
  content: "";
  width: 11px;
  height: 9px;
  background: url("/img/common/tel_bubble.png") no-repeat top center/contain;
  position: absolute;
  right: 10px;
  bottom: 0;
  translate: 0 100%;
}
.tel-area .tel {
  --tel-font-size: var(--font-size-28);
}

/*
 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: 14px;
  --table-replace-space: 1em;
}
table .replace-txt {
  /* テーブルタグ内で使用するリプレイステキスト */
  height: var(--table-replace-size);
  margin-left: var(--table-replace-space);
  display: inline-block;
}

.main-table {
  --table-letter-spacing: var(--letter-spacing-base);
  --table-th-text-align: left;
  --table-th-x-padding: 1em;
  --table-th-y-padding: 0.8125em;
  --table-th-bg-color: var(--color-primary);
  --table-th-color: var(--color-white);
  --table-th-width: 100%;
  --table-td-x-padding: 1em;
  --table-td-y-padding: 0.8125em;
  --table-td-bg-color: var(--color-white);
  --table-td-color: var(--color-text-base);
  --table-td-width: 100%;
  --table-border-color: var(--color-primary);
  --table-th-border-color: var(--color-white);
  --table-td-border-color: var(--color-primary);
  --table-width: 100%;
  width: var(--table-width);
  letter-spacing: var(--table-letter-spacing);
  line-height: 1.875;
}
.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;
  font-weight: var(--font-weight-medium);
}
.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:1em;
  letter-spacing: var(--letter-spacing-base);
  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);
}

/* shine-txt
-------------------------*/
.shine-txt {
  position: relative;
  z-index: 1;
  padding-inline: 25px;
  font-size: var(--font-size-25);
  font-weight: var(--font-weight-bold);
  font-family: var(--font-sub);
  letter-spacing: var(--letter-spacing-base);
  text-align: center;
  padding-inline: 2.2em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 1;
}
.shine-txt::after {
  content: "";
  width: 100%;
  height: 3.16em;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 1;
  background: url("/img/common/shine_deco_left.png") no-repeat left center/contain, url("/img/common/shine_deco_right.png") no-repeat right center/contain;
}

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

/* 
* カラムスタイル
* 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-5);
}
.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;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: var(--color-white);
  color: var(--color-text-base);
  border: 2px solid var(--color-primary);
}
.cmn-btn--primary:hover {
  background-color: rgb(var(--color-secondary-rgb)/0.3);
  opacity: 1;
}
.cmn-btn--bg-primary {
  --btn-height: 56px;
  --btn-padding-y: calc(
    (var(--btn-height) - var(--btn-font-size) * var(--btn-line-height)) / 2
  );
  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-tertiary);
  color: var(--color-white);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cmn-btn--bg-primary:hover {
  background-color: var(--color-tertiary-darken);
  opacity: 1;
}
.cmn-btn--line {
  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;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: var(--color-white);
  color: var(--color-text-base);
  border: 2px solid var(--color-line);
}
.cmn-btn--line:hover {
  background-color: rgb(var(--color-tertiary-rgb)/0.2);
  opacity: 1;
}
.cmn-btn--icon-line > span {
  padding-left: 45px;
  position: relative;
  z-index: 1;
  display: inline-block;
}
.cmn-btn--icon-line > span::before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/common/icon_line.svg) no-repeat center/contain;
}
.cmn-btn--icon-mail > span {
  padding-left: 2.25em;
  position: relative;
  z-index: 1;
  display: inline-block;
}
.cmn-btn--icon-mail > span::before {
  content: "";
  width: 1.5em;
  height: 1.25em;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/common/icon_mail.png) no-repeat center/contain;
}
.cmn-btn--arrow-down {
  position: relative;
  z-index: 1;
}
.cmn-btn--arrow-down::after {
  content: "";
  width: 10px;
  height: 10px;
  background: url("/img/common/arrow_down_white.svg") no-repeat center/contain;
  position: absolute;
  right: 15px;
  top: 50%;
  translate: 0 -50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cmn-btn--arrow-down:hover::after {
  translate: 0 -25%;
}
.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%;
  height: clamp(320px, 83.3333333333vw, 800px);
  position: relative;
  z-index: 1;
}
.mv::before {
  content: "";
  height: 4.75%;
  width: 100%;
  background: url("/img/pattern/wave_bottom.png") repeat-x top center/contain;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 31;
}
.mv::after {
  content: "";
  max-width: 219px;
  width: 20.2777777778%;
  aspect-ratio: 219/351;
  position: absolute;
  bottom: 0;
  left: calc(50% + min(316px, 29.2592592593%));
  background: url("/img/top/mv_illust_staff.png") no-repeat top center/contain;
  z-index: 21;
}
.mv > img {
  -o-object-position: right center;
     object-position: right center;
}
.mv__catch {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -30%);
          transform: translate(-50%, -30%);
  z-index: 20;
  width: min(757px, 70.0925925926%);
  translate: -0.4623513871% -0.9536784741%;
}
.mv__catch::after {
  content: "";
  width: 25.2311756935%;
  height: 23.1607629428%;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  translate: -31.4136125654% 50.5882352941%;
  background: url("/img/top/mv_illust_box.png") no-repeat top center/contain;
}

/*------------------------------
*
* main style sv(sub visual)
*
------------------------------*/
.sv {
  width: 100%;
  position: relative;
  z-index: 1;
  height: clamp(180px, 31.25vw, 400px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sv::before {
  content: "";
  height: 9.5%;
  width: 100%;
  background: url("/img/pattern/wave_bottom.png") repeat-x top center/contain;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 31;
}
.sv__catch {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 20;
  font-size: 56px;
  font-size: var(--font-size-30);
  font-family: var(--font-sub);
  color: var(--color-primary);
  font-weight: var(--font-weight-bold);
  letter-spacing: var(--letter-spacing-base);
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 240px;
  white-space: nowrap;
  padding: 0.25em 0.75em;
  border-radius: var(--round-10);
  background: url("/img/pattern/pattern_stripe02.png") repeat center/auto;
  -webkit-box-shadow: 3.536px 3.536px 0px 0px rgb(var(--color-white-rgb)/0.7);
          box-shadow: 3.536px 3.536px 0px 0px rgb(var(--color-white-rgb)/0.7);
}
.sv__catch::after {
  content: "";
  width: 3.475em;
  height: 1.55em;
  background: url("/img/sv/sv_illust.png") no-repeat top center/contain;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  translate: -71.9424460432% 64.5161290323%;
}

/*------------------------------
*
* 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-theme);
  --post-width: 100%;
  --post-item-margin: 10px;
  --post-link-padding: 30px 20px 10px;
  --post-tags-width: 100%;
  --post-title-font-size: var(--font-size-base);
  --post-date-font-size: var(--font-size-base);
  width: var(--post-width);
}
.cmn-post-item {
  width: 100%;
  padding-top: 28px;
  position: relative;
  z-index: 1;
}
.cmn-post-item:not(:last-child) {
  margin-bottom: var(--post-item-margin, 15px);
}
.cmn-post__link {
  background-color: var(--post-item-bg-color, transparent);
  border-radius: 0 var(--round-10);
  min-height: 78px;
}
.cmn-post__link.flx-base {
  padding-block: 20px;
}
.cmn-post__box {
  width: calc(100% - 120px);
}
.cmn-post__box.w-100 {
  width: 100%;
}
.cmn-post__thumb {
  width: 100px;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: var(--round-5);
}
.cmn-post__tags {
  margin-top: 10px;
  width: var(--post-tags-width, auto);
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.cmn-post__link {
  padding: var(--post-link-padding, 20px 30px);
}
.cmn-post__date {
  font-size: var(--post-date-font-size, 16px);
  background-color: var(--color-primary);
  color: var(--color-white);
  font-weight: var(--font-weight-bold);
  padding-inline: 10px;
  border-radius: var(--round-10) var(--round-10) 0 0;
  display: inline-block;
  line-height: 28px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
.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);
}

/*------------------------------
*
* tag
*
------------------------------*/
.tag {
  --tag-font-size: 12px;
  --tag-height:20px;
  --tag-x-padding: 5px;
  --tag-round:var(--round-5);
  --tag-color: var(--color-primary);
  --tag-bg-color: var(--color-white);
  display: inline-block;
  font-size: var(--tag-font-size);
  color: var(--tag-color);
  background-color: var(--tag-bg-color);
  border-radius: var(--tag-round);
  letter-spacing: var(--letter-spacing-regular);
  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-color:var(--color-white);
  --tag-bg-color: var(--color-primary);
}
.tag-link.tag {
  padding: 0;
}
.tag-link > a {
  padding: 0 var(--tag-x-padding);
}
.tag-link:hover {
  background-color: var(--color-theme);
  color: var(--color-primary);
}

.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: 80px 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
*
* ======================================== */
/*------------------------------
*
* greeting
*
------------------------------*/
.greeting {
  position: relative;
  z-index: 0;
}
.greeting::before {
  content: "";
  z-index: -1;
  width: 140px;
  aspect-ratio: 287/184;
  top: 40px;
  right: 3%;
  position: absolute;
  background: url("/img/top/greeting_illust_left.png") no-repeat top center/contain;
}
.greeting__ttl {
  font-size: var(--font-size-30);
  font-weight: var(--font-weight-bold);
  letter-spacing: var(--letter-spacing-base);
  line-height: 1.8;
  margin-bottom: 32px;
  margin-left: 2%;
  position: relative;
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.greeting__ttl::before, .greeting__ttl::after {
  content: "";
  position: absolute;
  z-index: -1;
}
.greeting__ttl::before {
  width: 1.2285714286em;
  height: 1.1428571429em;
  background: url("/img/top/greeting_ttl_deco_left.png") no-repeat top center/contain;
  top: 0;
  left: 0;
  translate: -85% -70%;
}
.greeting__ttl::after {
  width: 0.8857142857em;
  height: 1.0285714286em;
  background: url("/img/top/greeting_ttl_deco_right.png") no-repeat top center/contain;
  bottom: 0;
  right: 0;
  translate: 20% -20%;
}
.greeting__sentence {
  width: min(450px, 100%);
  position: relative;
  z-index: 1;
}
.greeting__img {
  z-index: 1;
  width: 100%;
  aspect-ratio: 94/50;
  margin-top: 32px;
  position: relative;
  z-index: 1;
}
.greeting__img > img {
  border-radius: var(--round-20);
}
.greeting__img::after {
  content: "";
  height: 100%;
  width: calc(100% + 8px);
  position: absolute;
  z-index: -1;
  right: 0;
  top: 8px;
  background: url("/img/pattern/pattern_stripe01.png") repeat center/auto;
  border-radius: var(--round-20);
}

/*------------------------------
*
* worries
*
------------------------------*/
.worries {
  background: url("/img/pattern/wave_top.png") repeat-x top center/auto 24px, url("/img/top/worries_curve.png") no-repeat bottom center/max(768px, 100%) auto, var(--color-theme);
  padding-bottom: 160px;
  padding-inline: 5%;
  position: relative;
  z-index: 1;
}
.worries::before {
  content: "";
  width: min(1460px, 95%);
  height: 85px;
  position: absolute;
  bottom: 40px;
  background: url("/img/common/building_illust_left.png") no-repeat left bottom/auto 100%;
  left: 50%;
  translate: -50% 0;
}
.worries__ttl {
  position: relative;
  z-index: 10;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.worries__ttl::before {
  content: "";
  width: 3.4375%;
  height: 3.4375%;
  background: url("/img/top/worries_ttl_deco_left.png") no-repeat top center/contain;
  position: absolute;
  top: 0;
  left: 0;
  translate: -95% -100%;
}
.worries__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  position: relative;
  z-index: 1;
  justify-content: center;
}
.worries__list::after {
  content: "";
  width: 170px;
  aspect-ratio: 339/256;
  position: absolute;
  z-index: -1;
  right: 2%;
  bottom: 0;
  translate: 50px 120px;
  background: url("/img/top/worries_illust02.png") no-repeat top center/contain;
}
.worries__list-item {
  width: 100%;
  width: 15.4545454545em;
  aspect-ratio: 34/27;
  text-align: center;
  padding-bottom: 0.9090909091em;
  padding-inline: 0.9090909091em;
  font-size: var(--font-size-18);
  line-height: 2;
  place-content: center;
  background: url("/img/top/worries_item_bg.png") no-repeat top center/contain;
  position: relative;
  z-index: 1;
}
.worries__list-item:nth-child(1)::before {
  content: "";
  width: 45.5882352941%;
  aspect-ratio: 124/156;
  position: absolute;
  top: 0;
  left: 0;
  background: url("/img/top/worries_illust01.png") no-repeat top center/contain;
  translate: -8.0808080808% -51.6129032258%;
}

/*------------------------------
*
* recommend
*
------------------------------*/
.recommend {
  position: relative;
  z-index: 10;
}
.recommend::before {
  content: "";
  background: url("/img/top/worries_arrow.png") no-repeat top center/contain;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -50%;
  width: 20px;
  height: 100px;
}
.recommend__ttl {
  position: relative;
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.recommend__ttl::before {
  content: "";
  position: absolute;
  z-index: -2;
  height: 3.1714285714em;
  width: calc(100% + 2.0571428571em);
  background: url("/img/common/star_left.png") no-repeat top left/0.8857142857em auto, url("/img/common/star_right.png") no-repeat bottom right/0.8857142857em auto;
  bottom: 0;
  left: 50%;
  translate: -50% 30%;
}
.recommend__box {
  position: relative;
  z-index: 1;
  background-color: var(--color-text-bg);
  padding: 32px 5%;
  padding-inline: 5%;
  border-radius: var(--round-30);
}
.recommend__box::after, .recommend__box::before {
  content: "";
  position: absolute;
}
.recommend__box::before {
  z-index: -1;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  border-radius: calc(var(--round-30) - 8px);
  border: 2px dashed rgb(var(--color-white-rgb)/0.7);
}
.recommend__box::after {
  width: 100px;
  aspect-ratio: 261/306;
  bottom: 0;
  left: 0;
  translate: -20px 16px;
  background: url("/img/top/recommend_illust01.png") no-repeat top center/contain;
}
.recommend__sentence {
  padding-left: 72px;
  color: var(--color-white);
  font-size: var(--font-size-16);
  --sentence-line-height: 2;
}
.recommend__actions {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-inline: auto;
  max-width: 800px;
  margin-top: 32px;
  --col-x-space: 0px;
  --col-y-space: 0px;
  position: relative;
  z-index: 10;
  grid-template-columns: 1fr;
  gap: 12px;
}
.recommend__actions::before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: var(--color-secondary);
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 1;
  display: none;
}
.recommend__actions-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.recommend__tel {
  --tel-font-size: var(--font-size-30);
  font-weight: var(--font-weight-black);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.recommend__btns {
  width: min(360px, 100%);
}
.recommend__contact-btn {
  margin-bottom: 12px;
}

.page-link {
  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;
  position: relative;
  z-index: 1;
  margin-top: 120px;
  gap: 32px;
}
.page-link::after, .page-link::before {
  content: "";
  position: absolute;
  z-index: -1;
}
.page-link::before {
  background: url("/img/top/recommend_illust03.png") no-repeat top center/contain;
  aspect-ratio: 108/98;
  width: 54px;
  top: 0;
  left: 0;
  translate: 0 -105%;
}
.page-link::after {
  background: url("/img/top/recommend_illust02.png") no-repeat top center/contain;
  width: 122px;
  aspect-ratio: 245/208;
  top: 0;
  right: 0;
  translate: 0 calc(-100% + 16px);
}
.page-link__item {
  --page-link-item-theme: var(--color-primary);
  padding-top: 16px;
  position: relative;
  z-index: 1;
  max-width: 400px;
}
.page-link__item-img {
  border-radius: var(--round-10);
  border: 2px solid var(--page-link-item-theme);
  background: var(--color-white);
  padding: 3px;
  width: min(100%, 400px);
}
.page-link__item-img__inner {
  aspect-ratio: 34/23;
  border-radius: calc(var(--round-10) - 2px);
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.page-link__item-img__inner::after {
  content: "";
  width: 32px;
  height: 32px;
  background: url("/img/top/page_link_arrow.png") no-repeat top center/contain;
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
}
.page-link__item-ttl {
  --ttl-bg-color: var(--page-link-item-theme);
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0%;
  z-index: 10;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 240px;
  margin-inline: auto;
  font-weight: var(--font-weight-medium);
}
.page-link__item-ttl::after {
  content: "";
  width: 21px;
  height: 12px;
  position: absolute;
  bottom: 0;
  right: 32px;
  translate: 0 100%;
  z-index: 0;
}
.page-link__item:nth-child(odd) .page-link__item-ttl::after {
  background: url("/img/common/bubble_primary_dark.png") no-repeat top center/contain;
}
.page-link__item:nth-child(even) {
  --page-link-item-theme: var(--color-tertiary);
}
.page-link__item:nth-child(even) .page-link__item-ttl::after {
  background: url("/img/common/bubble_secondary_dark.png") no-repeat top center/contain;
}
.page-link__item-sentence {
  margin-top: 20px;
}

/*------------------------------
*
* reason
*
------------------------------*/
.reason-outer {
  padding-block: 80px;
  background: url("/img/top/reason_bg_top.png") no-repeat top left/min(1279px, 83.2682291667%) auto, url("/img/pattern/wave_bottom.png") repeat-x bottom center/auto 24px, url("/img/pattern/pattern01.jpg") repeat center/auto;
}

.reason__ttl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.reason__ttl .cmn-ttl__main {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.reason__ttl .cmn-ttl__main::before {
  content: "";
  position: absolute;
  z-index: -2;
  height: 1.625em;
  width: 1em;
  background: url("/img/common/icon_hint.png") no-repeat top center/contain;
  top: 50%;
  left: 0;
  translate: -142.8571428571% -50%;
}
.reason__box {
  padding: 80px 64px;
  padding-inline: 5%;
  border-radius: var(--round-20);
  background: url("/img/pattern/pattern_stripe02.png") repeat center/auto;
  position: relative;
  z-index: 1;
}
.reason__box::after {
  content: "";
  background: url("/img/top/reason_deco.png") no-repeat top center/contain;
  translate: -16px -16px;
  position: absolute;
  z-index: 1;
  width: 64px;
  aspect-ratio: 91/75;
  bottom: 0;
  left: 0;
}
.reason-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px 24px;
  z-index: 1;
}
.reason-list::after {
  content: "";
  width: 113px;
  aspect-ratio: 226/224;
  background: url("/img/common/man_gray_suit_illust.png") no-repeat top center/contain;
  top: 0;
  right: 16px;
  translate: 0 calc(-100% + 12px);
  position: absolute;
  z-index: -1;
}
.reason-list__item__box {
  background: url("/img/pattern/pattern_stripe03.png") repeat center/auto;
  border-radius: var(--round-10);
  padding-block: 28px;
  text-align: center;
}
.reason-list__item__inner {
  border-bottom: 2px solid var(--color-white);
  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;
}
.reason-list__item__num {
  font-size: var(--font-size-22);
  line-height: 1;
  margin-bottom: 4px;
  display: block;
}
.reason-list__item__num .num {
  font-size: var(--font-size-30);
}
.reason-list__item__txt {
  color: var(--color-white);
  font-size: var(--font-size-24);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-inline: 2.890625%;
  position: relative;
  z-index: 1;
  line-height: 1;
  margin-bottom: 16px;
  text-align: center;
  margin-inline: auto;
}
.reason-list__item__txt::after {
  content: "";
  width: 100%;
  height: 2.109375%;
  background: url("/img/common/deco_slash_white_left.png") no-repeat left center/contain, url("/img/common/deco_slash_white_right.png") no-repeat right center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: -1;
}
.reason-list__item__ttl {
  color: var(--color-white);
  font-size: var(--font-size-24);
  line-height: 1.4;
  place-content: center;
  margin-top: 16px;
}
.reason-list__item__icon {
  margin-bottom: 16px;
  width: min(160px, 100%);
  margin-inline: auto;
}

/*------------------------------
*
* counsel
*
------------------------------*/
.counsel {
  margin-top: 80px;
  padding-bottom: min(200px, 40%);
}
.counsel__ttl {
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-inline: 1.8571428571em;
  font-size: var(--font-size-28);
  position: relative;
  z-index: 1;
  text-shadow: var(--color-white) 4px 0px 0px, var(--color-white) 3.87565px 0.989616px 0px, var(--color-white) 3.51033px 1.9177px 0px, var(--color-white) 2.92676px 2.72656px 0px, var(--color-white) 2.16121px 3.36588px 0px, var(--color-white) 1.26129px 3.79594px 0px, var(--color-white) 0.282949px 3.98998px 0px, var(--color-white) -0.712984px 3.93594px 0px, var(--color-white) -1.66459px 3.63719px 0px, var(--color-white) -2.51269px 3.11229px 0px, var(--color-white) -3.20457px 2.39389px 0px, var(--color-white) -3.69721px 1.52664px 0px, var(--color-white) -3.95997px 0.56448px 0px, var(--color-white) -3.97652px -0.432781px 0px, var(--color-white) -3.74583px -1.40313px 0px, var(--color-white) -3.28224px -2.28625px 0px, var(--color-white) -2.61457px -3.02721px 0px, var(--color-white) -1.78435px -3.57996px 0px, var(--color-white) -0.843183px -3.91012px 0px, var(--color-white) 0.150409px -3.99717px 0px, var(--color-white) 1.13465px -3.8357px 0px, var(--color-white) 2.04834px -3.43574px 0px, var(--color-white) 2.83468px -2.82216px 0px, var(--color-white) 3.44477px -2.03312px 0px, var(--color-white) 3.84068px -1.11766px 0px, var(--color-white) 3.9978px -0.132717px 0px;
  margin-bottom: 40px;
}
.counsel__ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: -1;
  width: 100%;
  height: 3.1428571429em;
  background: url("/img/common/shine_deco_left.png") no-repeat left center/contain, url("/img/common/shine_deco_right.png") no-repeat right center/contain;
}
.counsel__container {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.counsel__map {
  max-width: 400px;
  margin: 0 auto;
}
.counsel__box {
  width: min(420px, 100%);
  padding: 32px;
  padding-inline: 5%;
  background: var(--color-white);
  position: relative;
  z-index: 1;
  border-radius: var(--round-10);
  margin: 120px auto 0;
}
.counsel__box::before, .counsel__box::after {
  content: "";
  position: absolute;
  z-index: -1;
}
.counsel__box::before {
  width: 90%;
  aspect-ratio: 420/244;
  background: url("/img/top/counseling_illust.png") no-repeat top center/contain;
  position: absolute;
  bottom: 0;
  left: 0;
  translate: 0 90%;
}
.counsel__box::after {
  width: 33px;
  height: 19px;
  background: url("/img/common/bubble_white.png") no-repeat top center/contain;
  bottom: 0;
  right: 0;
  translate: -32px 100%;
}
.counsel__box-flag {
  position: absolute;
  left: 0;
  top: 0;
  translate: -8px -100%;
  width: min(200px, 64%);
  z-index: 1;
}

/*------------------------------
*
* top-news
*
------------------------------*/
.top-news {
  background: url("/img/top/news_bg.png") no-repeat bottom right/min(1101px, 86.015625%) auto;
}
.top-news__ttl {
  margin-bottom: 32px;
  gap: 8px;
  grid-area: title;
}
.top-news__ttl .cmn-ttl__main {
  font-size: var(--font-size-28);
  line-height: 1.5;
  width: min(270px, 100%);
  height: clamp(7.3125rem, calc(5.7912170264rem + 0.0695443645 * 100vw), 9.125rem);
  background: url("/img/top/news_ttl_bg.png") no-repeat top center/contain;
  place-content: center;
  text-align: center;
  margin-bottom: 12px;
}
.top-news__btn {
  grid-area: button;
  max-width: 320px;
  width: 100%;
  margin: 24px auto;
}
.top-news__btn a > span {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.top-news__btn a > span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: -22px -50%;
  width: 8px;
  height: 10px;
  background: url("/img/common/arrow_right_white.svg") no-repeat top center/contain;
}
.top-news .cmn-post {
  grid-area: post;
  width: 100%;
}

/* ===========================================
*
* about-page
*
* ======================================== */
/*------------------------------
*
* about-links
*
------------------------------*/
.about-links__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}
.about-links__list-item {
  width: calc(50% - 6px);
}
.about-links__list-item:last-child {
  width: 100%;
}

/*------------------------------
*
* feature
*
------------------------------*/
.feature {
  padding-top: 0;
  position: relative;
  z-index: 1;
}
.feature::before {
  content: "";
  width: 140px;
  aspect-ratio: 287/184;
  background: url("/img/common/box_vase_deco.png") no-repeat top center/contain;
  bottom: 0px;
  left: 5%;
  translate: -16px 0;
  position: absolute;
  z-index: -1;
}
.feature__container {
  background: var(--color-theme);
  border-radius: var(--round-20);
  padding: 64px 5% 128px;
  position: relative;
  z-index: 1;
}
.feature__container::before, .feature__container::after {
  content: "";
  position: absolute;
  z-index: -1;
}
.feature__container::before {
  width: 108px;
  aspect-ratio: 216/171;
  background: url("/img/common/building_illust_left.png") no-repeat top center/contain;
  bottom: 0;
  left: 0;
  translate: -7.5% -8px;
}
.feature__container::after {
  width: 83px;
  aspect-ratio: 166/266;
  background: url("/img/common/man_yellow_jacket_ware_illust.png") no-repeat top center/contain;
  right: 0;
  bottom: 0;
  translate: 12.5% 0;
}
.feature__ttl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 40px;
  font-size: var(--font-size-30);
  letter-spacing: var(--letter-spacing-base);
  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;
  text-align: center;
  position: relative;
  z-index: 1;
  padding-inline: 0;
}
.feature__ttl .cross {
  letter-spacing: var(--letter-spacing-none);
}
.feature__ttl__sub {
  font-size: var(--font-size-20);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2px;
  margin-bottom: 16px;
}
.feature__ttl__main {
  font-size: 1em;
  --marker-start: 45%;
  --marker-end: 45%;
}
.feature__ttl .lg {
  font-size: var(--font-size-30);
}
.feature__ttl .bg-double-tone--primary {
  display: inline-block;
  border-radius: 1em;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background-color: var(--color-primary);
  color: var(--color-white);
  line-height: 1.5em;
  padding-inline: 0.5em;
}
.feature__ttl .bg-double-tone--primary::after {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  background-color: #1595d7;
}
.feature__ttl::before {
  content: "";
  position: absolute;
  z-index: -2;
  height: 4.2857142857em;
  width: 90%;
  background: url("/img/common/star_left_white.png") no-repeat top left/0.8857142857em auto, url("/img/common/star_right_white.png") no-repeat bottom right/0.8857142857em auto;
  top: 50%;
  left: 50%;
  translate: -52% -25%;
}
.feature .point-list {
  margin-top: 72px;
}

.point-list {
  --col-x-space: 24px;
  --col-y-space: 24px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.point-list__item__box {
  background: url("/img/pattern/pattern_stripe03.png") repeat center/auto;
  border-radius: var(--round-10);
  padding-block: 32px 24px;
}
.point-list__item__num {
  font-size: var(--font-size-22);
  line-height: 1;
  margin-bottom: 4px;
  display: block;
}
.point-list__item__num .num {
  font-size: var(--font-size-30);
}
.point-list__item__txt {
  color: var(--color-white);
  font-size: var(--font-size-22);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-inline: 1.88em;
  position: relative;
  z-index: 1;
  line-height: 1;
  margin-bottom: 11px;
  text-align: center;
  margin-inline: auto;
}
.point-list__item__txt::after {
  content: "";
  width: 100%;
  height: 1.08em;
  background: url("/img/common/deco_slash_white_left.png") no-repeat left center/contain, url("/img/common/deco_slash_white_right.png") no-repeat right center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: -1;
}
.point-list__item__ttl {
  margin-bottom: 24px;
  color: var(--color-white);
  font-size: var(--font-size-28);
  border-bottom: 2px solid var(--color-white);
  text-align: center;
  padding-bottom: 18px;
}
.point-list__item__icon {
  margin-bottom: 24px;
  width: min(160px, 100%);
  margin-inline: auto;
}
.point-list__item__sentence {
  --sentence-line-height: 1.875em;
  padding: 16px;
  border-radius: var(--round-10);
  background-color: rgb(var(--color-white-rgb)/0.9);
  width: 90%;
  margin-inline: auto;
}

/*------------------------------
*
* flow
*
------------------------------*/
.flow {
  background: url("/img/pattern/wave_top.png") repeat-x top center/auto 24px, url("/img/pattern/pattern01.jpg") repeat center/auto;
  position: relative;
  z-index: 1;
}
.flow::before {
  content: "";
  width: 112px;
  aspect-ratio: 225/224;
  background: url("/img/common/man_gray_suit_illust.png") no-repeat top center/contain;
  position: absolute;
  z-index: 3;
  bottom: 0;
  right: 1%;
}
.flow-item {
  background-color: var(--color-text-bg);
  position: relative;
  z-index: 1;
  border-radius: var(--round-20);
  padding: 48px 8% 32px;
}
.flow-item::before {
  content: "";
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  border-radius: var(--round-10);
  border: 2px dashed rgb(var(--color-white-rgb)/0.7);
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: -1;
}
.flow-item__num {
  font-size: var(--font-size-20);
  line-height: 1.25em;
  place-content: center;
  padding-bottom: 0.125em;
  border-radius: var(--round-10) 0;
  background-color: var(--color-white);
  padding-inline: 12px;
  position: absolute;
  top: 8px;
  left: 8px;
}
.flow-item__num .num {
  line-height: 32px;
  font-size: var(--font-size-30);
}
.flow-item__ttl {
  font-size: var(--font-size-28);
  letter-spacing: var(--letter-spacing-base);
  margin-bottom: 20px;
}
.flow-item__box {
  padding: 24px 5%;
  border-radius: var(--round-10);
}
.flow-item__sentence {
  --sentence-line-height: 1.875em;
}
.flow-item__actions {
  margin-top: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}
.flow-item__btns {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.flow-item__line-btn, .flow-item__contact-btn {
  width: min(250px, 100%);
}
.flow-item:not(:last-child) {
  position: relative;
  z-index: 1;
  margin-bottom: 64px;
}
.flow-item:not(:last-child)::after {
  content: "";
  width: 16px;
  height: 41px;
  position: absolute;
  bottom: -32px;
  left: 50%;
  translate: -50% 50%;
  background: url("/img/about/flow_arrow.png") no-repeat top center/contain;
}

/*------------------------------
*
* staff
*
------------------------------*/
.staff-item {
  border-radius: var(--round-20);
  border: 2px solid var(--color-primary);
  padding: 28px 5% 24px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.staff-item__img {
  width: min(380px, 90%);
  aspect-ratio: 38/34;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 24px auto 0;
}
.staff-item__img > img {
  border-radius: var(--round-10);
}
.staff-item__ttl {
  margin-bottom: 24px;
}
.staff-item__profile {
  margin-bottom: 20px;
}
.staff-item__profile-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 8px 12px;
}
.staff-item__profile-item:not(:last-child) {
  margin-bottom: 8px;
}
.staff-item__profile-item dt {
  background-color: var(--color-primary);
  color: var(--color-white);
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 64px;
  line-height: 20px;
  border-radius: 1em;
}
.staff-item__profile-item dd {
  line-height: 24px;
}
.staff-item__sentence {
  --sentence-line-height: 1.875em;
}
.staff-item:not(:last-child) {
  margin-bottom: 24px;
}

/*------------------------------
*
* faq よくあるご質問
*
------------------------------*/
.faq {
  position: relative;
  z-index: 1;
  padding-block: 96px 120px;
  background: url("/img/pattern/wave_top.png") repeat-x top center/auto 24px, var(--color-theme);
}
.faq::after {
  content: "";
  width: min(1020px, 95%);
  height: 95px;
  background: url("/img/common/couple_in_trouble_illust.png") no-repeat left bottom/contain, url("/img/common/man_dark_gray_suit_illust.png") no-repeat right bottom/contain;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0%;
}
.faq-list__item:not(:last-child) {
  margin-bottom: 32px;
}
.faq-list__item .question__mark, .faq-list__item .answer__mark {
  width: 28px;
  height: 32px;
  padding-bottom: 8px;
  place-content: center;
  text-align: center;
  font-size: var(--font-size-20);
  letter-spacing: var(--letter-spacing-none);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 12px;
  padding-right: 0.1em;
}
.faq-list__item .question__mark::after, .faq-list__item .answer__mark::after {
  width: 100%;
  height: 8px;
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.faq-list__item .question {
  position: relative;
  z-index: 1;
  letter-spacing: 0.05em;
  padding: 12px 16px 12px 52px;
  border-radius: var(--round-10);
  background-color: var(--main-color);
  color: var(--white-color);
  background-color: var(--color-text-bg);
  width: min(980px, 100%);
  border-radius: var(--round-10);
  margin-bottom: 16px;
}
.faq-list__item .question__mark::after {
  background-color: var(--color-text-bg);
}
.faq-list__item .question__content {
  font-size: var(--font-size-18);
  letter-spacing: var(--letter-spacing-base);
}
.faq-list__item .question::after {
  background: url("/img/common/bubble_primary.png") no-repeat top center/contain;
  width: 16px;
  height: 10px;
  position: absolute;
  left: 32px;
  bottom: 0;
  translate: 0 100%;
  content: "";
}
.faq-list__item .answer {
  position: relative;
  padding: 24px 16px 24px 52px;
  width: min(930px, 95%);
  border-radius: var(--round-10);
  margin-left: auto;
  background-color: var(--color-white);
}
.faq-list__item .answer__mark::after {
  background-color: var(--color-white);
}

/* ===========================================
*
* service-page
*
* ======================================== */
.banner-wrapper {
  padding-block: 80px 0;
  padding-inline: 5%;
}

.banner {
  width: min(400px, 100%);
  height: 150px;
  margin-inline: auto;
  display: block;
  border-radius: var(--round-10);
  border: 4px solid var(--color-primary);
  place-content: center;
  text-align: center;
  position: relative;
  z-index: 1;
}
.banner__page-name {
  font-size: var(--font-size-30);
  color: var(--color-white);
  font-family: var(--font-sub);
  font-weight: var(--font-weight-bold);
  text-shadow: 0px 0px 10px var(--color-text-base);
  text-align: center;
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 10;
}
.banner__page-name::after, .banner__page-name::before {
  content: "";
  position: absolute;
  z-index: 10;
}
.banner__page-name::before {
  width: 3.5142857143em;
  aspect-ratio: 123/101;
  position: absolute;
  top: 50%;
  left: 0;
  translate: -4.1142857143em -50%;
  background: url("/img/service/banner_illust.png") no-repeat top center/contain;
}
.banner__page-name::after {
  width: 1.1428571429em;
  height: 1.1428571429em;
  content: "";
  background: url("/img/service/banner_arrow.png") no-repeat top center/contain;
  position: absolute;
  top: 50%;
  right: 0;
  translate: 2em -50%;
}

/*------------------------------
*
* service
*
------------------------------*/
.service {
  padding-bottom: 96px;
  padding-inline: 5%;
}
.service__ttl {
  position: relative;
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.service__ttl::after {
  content: "";
  width: 3.0857142857em;
  height: 2.8em;
  position: absolute;
  z-index: -1;
  right: 0;
  translate: 138.8888888889% -50%;
  background: url("/img/common/jewelry_watch_illust.png") no-repeat top center/contain;
  right: 0;
  top: 50%;
}
.service-item {
  --service-item-theme: var(--color-primary);
  position: relative;
  z-index: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-inline: 5%;
  padding-block: 0 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.service-item::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  height: calc(100% - 24px);
  width: 100%;
  background-color: var(--color-theme);
  border-radius: var(--round-20);
}
.service-item__ttl {
  --ttl-bg-color: var(--service-item-theme);
  position: relative;
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 240px;
  margin-block: 0 32px;
  margin-inline: auto;
}
.service-item__ttl::after {
  content: "";
  width: 21px;
  height: 12px;
  position: absolute;
  bottom: 0;
  right: 32px;
  translate: 0 100%;
  z-index: 0;
}
.service-item__content {
  width: 100%;
  margin: 0 auto;
}
.service-item__img {
  border-radius: var(--round-10);
  border: 2px solid var(--service-item-theme);
  background: var(--color-white);
  width: min(600px, 100%);
  padding: 3px;
  margin: 24px auto 0;
}
.service-item__img-inner {
  aspect-ratio: 59/29;
  border-radius: calc(var(--round-10) - 2px);
  overflow: hidden;
}
.service-item:nth-child(odd) .service-item__ttl::after {
  background: url("/img/common/bubble_primary_dark.png") no-repeat top center/contain;
}
.service-item:nth-child(even) {
  --service-item-theme: var(--color-tertiary);
}
.service-item:nth-child(even) .service-item__ttl::after {
  background: url("/img/common/bubble_secondary_dark.png") no-repeat top center/contain;
}
.service-item:not(:last-child) {
  margin-bottom: 32px;
}

/*------------------------------
*
* fee
*
------------------------------*/
.fee {
  position: relative;
  z-index: 1;
  padding-bottom: 96px;
  background: url("/img/pattern/wave_top.png") repeat-x top center/auto 24px, url("/img/pattern/pattern01.jpg") repeat center/auto;
}
.fee::after {
  content: "";
  width: 86px;
  aspect-ratio: 187/267;
  background: url("/img/common/man_blue_suit_illust.png") no-repeat top center/contain;
  left: 3%;
  bottom: 0;
  z-index: 1;
  position: absolute;
}
.fee__container {
  gap: 24px;
  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;
  width: 100%;
}
.fee-item {
  max-width: 520px;
  width: 100%;
  background-color: var(--color-white);
  padding: 24px 5% 32px;
  border-radius: var(--round-20);
}
.fee-item__ttl {
  font-size: var(--font-size-28);
  margin-bottom: 24px;
  line-height: 1;
}
.fee-item__box {
  background-color: var(--color-theme);
  border-radius: var(--round-10);
  padding: 20px 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 24px;
}
.fee-item__list {
  line-height: 1.875;
}
.fee-item__list > li {
  padding-left: 20px;
  position: relative;
  z-index: 1;
}
.fee-item__list > li:not(:last-child) {
  margin-bottom: 8px;
}
.fee-item__list > li::before {
  content: "";
  position: absolute;
  top: 0.9375em;
  left: 0;
  translate: 0% -50%;
  width: 14px;
  height: 12px;
  background: url("/img/common/icon_star.png") no-repeat top center/contain;
}
.fee-item__truck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-inline: auto;
}
.fee-item__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 16px;
  padding-inline: 5%;
}
.fee-item__data-ttl {
  width: 80px;
  border-radius: var(--round-5);
  background: var(--color-primary);
  text-align: center;
  place-content: center;
  color: var(--color-white);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-inline: auto;
}
.fee-item__data-list {
  line-height: 1.875;
  width: 100%;
}
.fee-item__price {
  margin-top: 20px;
  font-weight: var(--font-weight-black);
  font-size: var(--font-size-28);
  border: 2px solid var(--color-primary);
  border-radius: var(--round-10);
  color: var(--color-primary);
  padding: 10px 1em;
}
.fee-item__price .yen {
  font-size: var(--font-size-18);
}
.fee__note {
  text-align: center;
  margin-top: 32px;
  border-block: 1px solid var(--color-tertiary);
  padding-block: 1em;
  padding-left: 56px;
  display: block;
}

/* ===========================================
*
* works page
*
* ======================================== */
/*------------------------------
*
* works
*
------------------------------*/
.works__container {
  display: grid;
  gap: 24px 32px;
  grid-template-columns: 1fr;
}

.works-article__link {
  border-radius: var(--round-20);
  background-color: var(--color-white);
  border: 2px solid var(--color-primary);
  padding: 30px 5%;
  display: block;
}
.works-article__ttl {
  border-bottom: 1px solid var(--color-tertiary);
  font-size: var(--font-size-18);
  letter-spacing: var(--letter-spacing-base);
  font-weight: var(--font-weight-medium);
  font-family: var(--font-sub);
  padding-bottom: 12px;
  margin-bottom: 24px;
}
.works-article__ttl > span {
  display: block;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.works-article__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  position: relative;
  z-index: 1;
}
.works-article__images::after {
  content: "";
  width: 7.6666666667%;
  height: 13.8888888889%;
  position: absolute;
  bottom: 2%;
  left: 21%;
  translate: -50% 0;
  z-index: -1;
  background: url("/img/works/works_arrow.png") no-repeat top center/contain;
}
.works-article__item {
  position: relative;
  z-index: 1;
}
.works-article__item--before {
  width: 42%;
}
.works-article__item--after {
  width: 54%;
}
.works-article__img {
  aspect-ratio: 1/1;
  position: relative;
  z-index: 1;
  width: 100%;
}
.works-article__img > img {
  border-radius: var(--round-10);
}
.works-article__label {
  position: absolute;
  left: 0;
  top: 10px;
  width: min(64px, 100%);
  z-index: 10;
}
.works-article__data {
  margin-top: 32px;
}
.works-article__data-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 8px 12px;
}
.works-article__data-item:not(:last-child) {
  margin-bottom: 8px;
}
.works-article__data-item dt {
  background-color: var(--color-primary);
  color: var(--color-white);
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 80px;
  line-height: 20px;
  border-radius: 1em;
}
.works-article__data-item dd {
  line-height: 24px;
}

/* ===========================================
*
* works-single page
*
* ======================================== */
.works-single {
  padding-inline: 5%;
}
.works-single__images {
  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;
  position: relative;
  z-index: 1;
  padding-inline: 5%;
  width: min(480px, 100%);
  margin-inline: auto;
}
.works-single__images::after {
  content: "";
  width: 41.25px;
  height: 22.5px;
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  rotate: 90deg;
  z-index: 1;
  background: url("/img/works/works_detail_arrow.png") no-repeat top center/contain;
}
.works-single__item {
  position: relative;
  z-index: 1;
}
.works-single__img {
  aspect-ratio: 36/24;
  position: relative;
  z-index: 1;
}
.works-single__img > img {
  border-radius: var(--round-10);
}
.works-single__label {
  position: absolute;
  left: 0;
  top: 10px;
  width: min(64px, 100%);
  z-index: 10;
}
.works-single__data {
  margin-top: 24px;
}
.works-single__data-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 8px 12px;
}
.works-single__data-item:not(:last-child) {
  margin-bottom: 8px;
}
.works-single__data-item dt {
  background-color: var(--color-primary);
  color: var(--color-white);
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 80px;
  line-height: 20px;
  border-radius: 1em;
}
.works-single__data-item dd {
  line-height: 24px;
}
.works-single .single__footer {
  margin-top: 32px;
}

/* ===========================================
*
* company page
*
* ======================================== */
/*------------------------------
*
* info
*
------------------------------*/
.info {
  position: relative;
  z-index: 0;
}
.info::after {
  content: "";
  height: 72px;
  width: 95%;
  position: absolute;
  bottom: 0px;
  left: 50%;
  translate: -50% 0%;
  background: url("/img/common/building_illust_left.png") no-repeat left bottom/auto 100%, url("/img/common/building_illust_right.png") no-repeat right bottom/auto 98%;
}
.info__map {
  margin-top: 48px;
  height: var(--map-height);
}
.info__img {
  z-index: 1;
  width: 100%;
  aspect-ratio: 860/500;
  margin-top: 32px;
  position: relative;
  z-index: 1;
}
.info__img > img {
  border-radius: var(--round-20);
}
.info__img::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
  right: 8px;
  top: 8px;
  background: url("/img/pattern/pattern_stripe01.png") repeat center/auto;
  border-radius: var(--round-20);
}
.info__table {
  width: min(560px, 100%);
  margin-inline: auto;
}
.info-access {
  margin-top: 64px;
}
.info-access__ttl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 24px;
  font-size: var(--font-size-28);
  padding-left: 1.4em;
  padding-inline: 5%;
  position: relative;
  z-index: 1;
}
.info-access__ttl::before {
  content: "";
  width: 0.7333em;
  height: 1em;
  background: url("/img/common/icon_pin.png") no-repeat top center/contain;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0% -50%;
}
.info-access__map {
  height: var(--map-height);
  border-radius: var(--round-20);
}

/*------------------------------
*
* area
*
------------------------------*/
.area {
  background: url("/img/pattern/wave_top.png") repeat-x top center/auto 24px, url("/img/pattern/pattern01.jpg") repeat center/auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.area__txt {
  text-align: center;
}
.area__box {
  width: min(376px, 100%);
  margin-inline: auto;
  margin-top: 32px;
  position: relative;
  z-index: 10;
}
.area__box::after {
  content: "";
  width: min(417px, 75%);
  aspect-ratio: 417/244;
  background: url("/img/company/area_illust.png") no-repeat top center/contain;
  display: block;
  margin: 32px auto 0;
  display: block;
  translate: -5% 0;
}
.area__box-label {
  width: min(200px, 100%);
  font-size: var(--font-size-18);
  padding: 2px 0;
  border-radius: 1em;
  margin-bottom: 16px;
}
.area__box-location {
  font-size: var(--font-size-18);
}
.area__box-textarea {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 32px 5%;
  max-width: 360px;
  width: 80%;
  border-radius: var(--round-10);
  position: relative;
  z-index: 1;
  margin-inline: auto;
}
.area__box-textarea::after {
  content: "";
  width: 31.5px;
  height: 18px;
  background: url("/img/company/area_bubble.png") no-repeat top center/contain;
  right: 20px;
  bottom: 0;
  translate: 0 100%;
  position: absolute;
  z-index: 1;
}
.area__img {
  width: min(859px, 120%);
  margin-top: -20%;
  margin-inline: auto;
  translate: 12.5% 0;
  z-index: 1;
}

/* ===========================================
*
* single page
*
* ======================================== */
.single {
  position: relative;
  z-index: 5;
  padding: 40px 5%;
  border-radius: var(--round-20);
  background-color: var(--color-white);
  border: 2px solid var(--color-primary);
}
.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;
  margin-bottom: 24px;
}
.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-25);
  font-family: var(--font-sub);
  font-weight: var(--font-weight-medium);
  letter-spacing: var(--letter-spacing-base);
  padding-bottom: 8px;
  border-bottom: 1px solid var(--color-tertiary);
}
.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.3);
  -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.3);
  border-right: 2px solid rgb(var(--color-text-base-rgb)/0.3);
  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-primary);
  border-color: var(--color-primary);
}
.sitemap-list__link:hover::after {
  right: 1em;
  border-color: var(--color-primary);
}

/* ===========================================
*
* privacy page
*
* ======================================== */
.privacy-ttl {
  font-size: var(--font-size-24);
  font-weight: var(--font-weight-medium);
  line-height: 1.5em;
  margin-bottom: 16px;
  border-bottom: 1px solid var(--color-tertiary);
  padding-bottom: 0.5em;
}

.privacy-purpose__list {
  margin-top: 1em;
}
.privacy-purpose__list > li {
  line-height: 2;
  padding-left: 1em;
  text-indent: -1em;
}

.privacy-box {
  margin-bottom: 40px;
}
.privacy-box p {
  line-height: 2;
}

.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;
}