@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-21: clamp(1.0696875rem, calc(0.9760499101rem + 0.0042805755 * 100vw), 1.18125rem);
  --font-size-22: clamp(1.120625rem, calc(1.0225284772rem + 0.0044844125 * 100vw), 1.2375rem);
  --font-size-24: clamp(1.2225rem, calc(1.1154856115rem + 0.0048920863 * 100vw), 1.35rem);
  --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-37: clamp(1.6071875rem, calc(1.3548643585rem + 0.0115347722 * 100vw), 1.9078125rem);
  --font-size-40: clamp(1.7375rem, calc(1.4647182254rem + 0.012470024 * 100vw), 2.0625rem);
  --font-size-42: clamp(1.824375rem, calc(1.5379541367rem + 0.0130935252 * 100vw), 2.165625rem);
  --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-52: clamp(1.95rem, calc(1.3362410072rem + 0.028057554 * 100vw), 2.68125rem);
  --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-15: 12px;
  --round-20: 16px;
  --round-30: 24px;
  --round-full: 999px;
  /* logo width */
  --logo-width: 240px;
  /* 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-medium);
  --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-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 1.25em;
  --prev-next-link-round: 3em;
  --prev-next-link-color: #b3b3b3;
  --prev-next-link-bg-color: var(--color-white);
  --prev-next-link-hov-color: var(--color-white);
  --prev-next-link-hov-bg-color: var(--color-main);
  --prev-next-link-font-size: var(--font-size-13);
  /* tag btn settings */
  --tag-btn-color: #b3b3b3;
  --tag-btn-bg-color: var(--color-white);
  --tag-btn-current-color: var(--color-white);
  --tag-btn-current-bg-color: var(--color-main);
  --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: 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-white);
  --pagenation-item-color: #b3b3b3;
  --pagenation-item-current-color: var(--color-white);
  --pagenation-item-current-bg-color: var(--color-main);
  /* drawer settings */
  --drawer-btn-bg: var(--color-main);
  --drawer-btn-bar-color: var(--color-white);
  --drawer-main-color: var(--color-main);
  --drawer-link-font-size: clamp(0.9375rem, calc(0.7801258993rem + 0.0071942446 * 100vw), 1.125rem);
  --drawer-link-current-color: var(--color-main);
  --drawer-link-border-color: rgb(var(--color-text-base-rgb) / 0.4);
}

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

body {
  font-size: var(--font-size-14);
  font-family: var(--font-main);
  line-height: var(--line-height-base);
  letter-spacing: var(--letter-spacing-none);
  font-weight: var(--font-weight-regular);
  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;
  background: url("/img/common/pattern.jpg") repeat center/auto;
}

.main-content{
  overflow: hidden;
}
/* ===========================================
*
* header style
*
* ======================================== */
.header {
  width: 100%;
  background: url("/img/common/pattern.jpg") repeat center/auto;
}
.header__inner {
  padding: 10px 3.5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: var(--min-contents-width);
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: var(--header-height);
}

.pagetop {
  right: 12px;
  bottom: 16px;
  z-index: 101;
  width: 40px;
  display: block;
  position: fixed;
}

/* ===========================================
*
* footer style
*
* ======================================== */
.footer {
  position: relative;
  background: url("/img/common/pattern02.jpg") repeat center/auto;
  padding-bottom: 56px;
}
.footer__inner {
  display: grid;
  place-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  padding-block: 45px 24px;
}
.footer__logo {
  margin: 0 auto 24px;
}
.footer__address {
  font-size: var(--font-size-13);
  text-align: center;
}
.footer-nav {
  width: 100%;
  margin-top: 24px;
}
.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: 14px;
  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-main);
}
.footer-nav__link.current {
  color: var(--color-main);
  border-color: var(--color-main);
}
.footer__copy {
  font-size: 11px;
  letter-spacing: var(--letter-spacing-none);
  width: 100%;
  display: block;
  text-align: center;
  line-height: 1.5;
  margin-top: 24px;
}

/* ===========================================
*  
*  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: 20px;
  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: var(--font-size-30);
  font-weight: var(--font-weight-medium);
  font-family: var(--font-sub);
  letter-spacing: var(--letter-spacing-regular);
  margin-block: -0.25em;
  display: inline-block;
}
.cmn-ttl__main--deco01 {
  position: relative;
  z-index: 1;
}
.cmn-ttl__main--deco01::after {
  content: "";
  width: calc(100% + 4em);
  height: 1.52em;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -0.125em;
  margin: auto;
  z-index: -1;
  background: url("/img/common/ttl_flower01_left.png") no-repeat left center/contain, url("/img/common/ttl_flower01_right.png") no-repeat right center/contain;
}
.cmn-ttl__main--deco02 {
  position: relative;
  z-index: 1;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.cmn-ttl__main--deco02::after {
  content: "";
  width: calc(100% + 6em);
  height: 1.76em;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  margin: auto;
  z-index: -1;
  background: url("/img/common/ttl_flower02_left.png") no-repeat left center/contain, url("/img/common/ttl_flower02_right.png") no-repeat right center/contain;
}
.cmn-ttl__main--deco03 {
  position: relative;
  z-index: 1;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.cmn-ttl__main--deco03::after {
  content: "";
  width: calc(100% + 5.08em);
  height: 1.6em;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  margin: auto;
  z-index: -1;
  background: url("/img/common/ttl_flower03_left.png") no-repeat left center/contain, url("/img/common/ttl_flower03_right.png") no-repeat right center/contain;
}
.cmn-ttl__main--dot-border {
  margin-bottom: 0;
  padding-bottom: 0.3em;
  background: url("/img/common/ttl_border.png") repeat-x left bottom/auto 0.2em;
}
.cmn-ttl__main--stroke {
  text-shadow: var(--color-white) 2px 0px 0px, var(--color-white) 1.75517px 0.958851px 0px, var(--color-white) 1.0806px 1.68294px 0px, var(--color-white) 0.141474px 1.99499px 0px, var(--color-white) -0.832294px 1.81859px 0px, var(--color-white) -1.60229px 1.19694px 0px, var(--color-white) -1.97998px 0.28224px 0px, var(--color-white) -1.87291px -0.701566px 0px, var(--color-white) -1.30729px -1.5136px 0px, var(--color-white) -0.421592px -1.95506px 0px, var(--color-white) 0.567324px -1.91785px 0px, var(--color-white) 1.41734px -1.41108px 0px, var(--color-white) 1.92034px -0.558831px 0px;
}

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

/*------------------------------
*
* tel style
*
------------------------------*/
.tel {
  /* tel　style */
  --tel-font-size: var(--font-size-30);
  --tel-txt-space: 0.5em;
  --tel-icon-space: 1.3043478261em;
  --tel-icon-position: 0.5em;
  --tel-icon-width: 1.0434782609em;
  --tel-icon-height: 1.0434782609em;
  font-family: var(--font-sub, sans-serif);
  font-weight: var(--font-weight-medium, 700);
  font-size: var(--tel-font-size, 28px);
  letter-spacing: var(--letter-spacing-none);
  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;
}
.tel-icon--white::before {
  background: url(../img/common/icon_tel_white.png) no-repeat center/contain;
}

/*
 snsクラス
-------------------------*/
.sns {
  --sns-icon-space: 20px;
  --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: 12px;
  --table-replace-space: 4px;
}
table .replace-txt {
  /* テーブルタグ内で使用するリプレイステキスト */
  height: var(--table-replace-size);
  margin-top: var(--table-replace-space);
  display: inline-block;
}
table .replace-txt > img {
  display: block;
}

.main-table {
  --table-letter-spacing: var(--letter-spacing-none);
  --table-th-font-weight: var(--font-weight-medium);
  --table-th-text-align: left;
  --table-th-x-padding: 1em;
  --table-th-y-padding: 1.25em 0.125em;
  --table-th-bg-color: transparent;
  --table-th-color: var(--color-text-base);
  --table-th-width: 100%;
  --table-td-x-padding: 1em;
  --table-td-y-padding: 0.125em 1.25em;
  --table-td-bg-color: transparent;
  --table-td-color: var(--color-text-base);
  --table-td-width: 100%;
  --table-border-color: #d1cfcb;
  --table-th-border-color: #d1cfcb;
  --table-td-border-color: #d1cfcb;
  --table-width: 100%;
  width: var(--table-width);
  letter-spacing: var(--table-letter-spacing);
  line-height: 1.65;
}
.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);
}

/*------------------------------
*
* check list style
*
------------------------------*/
.check-list {
  gap: 12px 40px;
  display: grid;
}
.check-list__item {
  font-size: var(--font-size-16);
  padding-left: 1.3888888889em;
  position: relative;
  letter-spacing: var(--letter-spacing-base);
  z-index: 1;
}
.check-list__item::before {
  content: "";
  width: 0.8888888889em;
  height: 0.6666666667em;
  background: url(../img/common/check_mark.png) no-repeat top center/contain;
  position: absolute;
  top: 0.75em;
  left: 0;
  translate: 0% -50%;
}

/*------------------------------
*
* 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 {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.cmn-img--rounded img {
  border-radius: var(--round-15);
}

/* 
* カラムスタイル
* 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-15);
}
.cmn-btn--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-main);
  color: var(--color-white);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cmn-btn--primary:hover {
  background-color: var(--color-main-darken);
  color: var(--color-white);
  opacity: 1;
}
.cmn-btn--secondary {
  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-text-base);
  color: var(--color-white);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cmn-btn--secondary:hover {
  background-color: var(--color-text-sub);
  color: var(--color-white);
  opacity: 1;
}
.cmn-btn--icon-mail-lg {
  --btn-font-family: var(--font-sub);
}
.cmn-btn--icon-mail-lg > span {
  padding-left: 30px;
  position: relative;
  z-index: 1;
  display: inline-block;
}
.cmn-btn--icon-mail-lg > span::before {
  content: "";
  width: 18px;
  height: 12.75px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("/img/common/icon_mail_white.png") no-repeat center/contain;
}
.cmn-btn--icon-mail {
  --btn-font-family: var(--font-sub);
}
.cmn-btn--icon-mail > span {
  padding-left: 24px;
  position: relative;
  z-index: 1;
  display: inline-block;
}
.cmn-btn--icon-mail > span::before {
  content: "";
  width: 15px;
  height: 10.5px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("/img/common/icon_mail_white.png") no-repeat center/contain;
}
.cmn-btn--h-lg {
  --btn-height: 64px;
  --btn-font-size: var(--font-size-20);
  --btn-padding-y: calc(
    (var(--btn-height) - var(--btn-font-size) * var(--btn-line-height)) / 2
  );
}
.cmn-btn--arrow-right {
  position: relative;
  z-index: 1;
}
.cmn-btn--arrow-right::after {
  content: "";
  width: 7px;
  height: 10px;
  background: url("/img/common/btn_arrow_right_white.svg") no-repeat top center/contain;
  position: absolute;
  right: 10px;
  top: 50%;
  translate: 0 -50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}
.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%;
  height: clamp(320px, 65.625vw, 840px);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.mv__catch {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 20;
  width: min(614px, 81.8666666667%);
}

/*------------------------------
*
* main style sv(sub visual)
*
------------------------------*/
.sv {
  width: 100%;
  position: relative;
  z-index: 1;
  height: clamp(180px, 29.6875vw, 380px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.sv > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom center;
     object-position: bottom center;
}
.sv__catch {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 20;
  font-size: var(--font-size-28);
  font-family: var(--font-sub);
  letter-spacing: var(--letter-spacing-regular);
  font-weight: var(--font-weight-medium);
  color: var(--color-text-sub);
  background: url("/img/common/pattern.png") repeat center/auto;
  min-width: 240px;
  padding: 0.6em 0.2em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  white-space: nowrap;
  text-shadow: rgb(var(--color-white-rgb)/0.6) 3px 0px 0px, rgb(var(--color-white-rgb)/0.6) 2.83487px 0.981584px 0px, rgb(var(--color-white-rgb)/0.6) 2.35766px 1.85511px 0px, rgb(var(--color-white-rgb)/0.6) 1.62091px 2.52441px 0px, rgb(var(--color-white-rgb)/0.6) 0.705713px 2.91581px 0px, rgb(var(--color-white-rgb)/0.6) -0.287171px 2.98622px 0px, rgb(var(--color-white-rgb)/0.6) -1.24844px 2.72789px 0px, rgb(var(--color-white-rgb)/0.6) -2.07227px 2.16926px 0px, rgb(var(--color-white-rgb)/0.6) -2.66798px 1.37182px 0px, rgb(var(--color-white-rgb)/0.6) -2.96998px 0.42336px 0px, rgb(var(--color-white-rgb)/0.6) -2.94502px -0.571704px 0px, rgb(var(--color-white-rgb)/0.6) -2.59586px -1.50383px 0px, rgb(var(--color-white-rgb)/0.6) -1.96093px -2.27041px 0px, rgb(var(--color-white-rgb)/0.6) -1.11013px -2.78704px 0px, rgb(var(--color-white-rgb)/0.6) -0.137119px -2.99686px 0px, rgb(var(--color-white-rgb)/0.6) 0.850987px -2.87677px 0px, rgb(var(--color-white-rgb)/0.6) 1.74541px -2.43999px 0px, rgb(var(--color-white-rgb)/0.6) 2.44769px -1.73459px 0px, rgb(var(--color-white-rgb)/0.6) 2.88051px -0.838247px 0px;
}
.sv__catch::after, .sv__catch::before {
  content: "";
  position: absolute;
  z-index: -1;
}
.sv__catch::after {
  width: calc(100% + 0.4em);
  height: 1.6em;
  top: 0;
  left: 50%;
  translate: -50% -6px;
  background: url("/img/sv/sv_catch_deco_left.png") no-repeat top left/contain, url("/img/sv/sv_catch_deco_right.png") no-repeat top right/contain;
}
.sv__catch::before {
  width: 10.84em;
  height: 4.34em;
  top: 0;
  left: 50%;
  translate: -50% -1.26em;
  background: url("/img/sv/sv_catch_deco_top.png") no-repeat top center/1em auto, url("/img/sv/sv_catch_deco_bottom.png") no-repeat bottom center/contain;
}

.news-page .sv > img {
  -o-object-position: 75% 50%;
     object-position: 75% 50%;
}

/*------------------------------
*
* 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-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 2px solid var(--pagenation-item-color);
}
.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);
  border-color: var(--pagenation-item-current-bg-color);
}
.pagenation .current {
  background-color: var(--pagenation-item-current-bg-color);
  color: var(--pagenation-item-current-color);
  border-color: var(--pagenation-item-current-bg-color);
}

/*------------------------------
*
* cmn-post
*
------------------------------*/
.cmn-post {
  --post-item-bg-color: transparent;
  --post-width: 100%;
  --post-item-margin: 16px;
  --post-item-flex-margin-space: 10px;
  --post-link-padding: 0px 0px 20px;
  --post-tags-width: calc(100% - 68px);
  --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%;
  background-color: var(--post-item-bg-color, transparent);
}
.cmn-post-item:not(:last-child) {
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: var(--post-item-margin, 15px);
}
.cmn-post-item:not(:last-child) .cmn-post__link {
  padding: var(--post-link-padding, 20px 30px);
}
.cmn-post__box {
  width: calc(100% - 110px);
}
.cmn-post__box.w-100 {
  width: 100%;
}
.cmn-post__thumb {
  width: 96px;
  aspect-ratio: 1/1;
}
.cmn-post__flex {
  margin-bottom: var(--post-item-flex-margin-space, 12px);
}
.cmn-post__tags {
  width: var(--post-tags-width, auto);
  padding-left: 10px;
  border-left: 1px solid var(--color-text-base);
}
.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);
}

/*------------------------------
*
* tag
*
------------------------------*/
.tag {
  --tag-font-size: var(--font-size-base);
  --tag-height: 1;
  --tag-x-padding: 0px;
  --tag-round: 0px;
  --tag-color: var(--color-text-base);
  --tag-bg-color: transparent;
  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-sub);
}

.tag-list {
  --tag-space: 8px 10px;
  -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);
  font-weight: var(--font-weight-medium);
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 1;
  border: 2px solid var(--tag-btn-color);
}
.tag-btn:hover {
  color: var(--tag-btn-current-color);
  background-color: var(--tag-btn-current-bg-color);
  border-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);
  border-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);
  font-weight: var(--font-weight-medium);
  border: 2px solid var(--prev-next-link-color);
}
.prev-next__link:hover {
  background-color: var(--prev-next-link-hov-bg-color);
  color: var(--prev-next-link-hov-color);
  opacity: 1;
  border-color: var(--prev-next-link-hov-bg-color);
}
.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
*
* ======================================== */
/*------------------------------
*
* top-news
*
------------------------------*/
.top-news {
  padding-block: 72px;
  position: relative;
  z-index: 1;
}
.top-news::after {
  content: "";
  width: 100%;
  height: calc(100% - 72px);
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: -1;
  background-color: var(--color-white);
}
.top-news__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;
  gap: 0 32px;
}
.top-news__ttl {
  font-size: var(--font-size-30);
  font-family: var(--font-sub);
  font-weight: var(--font-weight-medium);
  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;
  line-height: 1;
  gap: 8px;
  margin-bottom: 28px;
}
.top-news__ttl .sm {
  font-size: var(--font-size-20);
}
.top-news__ttl .deco {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.top-news__ttl .deco::after {
  content: "";
  width: 3.175em;
  height: 1.05em;
  background: url("/img/top/news_ttl_deco.png") no-repeat top center/contain;
  top: 0;
  left: 0;
  position: absolute;
  translate: -0.8em -1.225em;
}
.top-news .cmn-post {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.top-news__btn {
  width: min(220px, 100%);
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin-top: 24px;
}

/*------------------------------
*
* chart
*
------------------------------*/
.chart {
  background-color: var(--color-main);
  padding-block: 57px 74px;
}
.chart__section-ttl {
  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;
  font-family: var(--font-sub);
  gap: 7px;
  color: var(--color-white);
  font-weight: var(--font-weight-medium);
  margin-bottom: 32px;
}
.chart__section-ttl__text {
  font-size: var(--font-size-20);
  letter-spacing: var(--letter-spacing-regular);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-inline: 1em;
  position: relative;
  z-index: 1;
}
.chart__section-ttl__text::after {
  width: 100%;
  height: clamp(0.8625rem, calc(0.6815197842rem + 0.0082733813 * 100vw), 1.078125rem);
  background: url("/img/common/slash_left_white.svg") no-repeat bottom left/contain, url("/img/common/slash_right_white.svg") no-repeat bottom right/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  content: "";
  z-index: -1;
}
.chart__section-ttl__main {
  font-size: var(--font-size-28);
  letter-spacing: var(--letter-spacing-regular);
}

/*------------------------------
*
* message
*
------------------------------*/
.message {
  background: url("/img/top/message_bg_left.png") no-repeat bottom left/min(491px, 38.359375%) auto, url("/img/top/message_bg_right.png") no-repeat bottom right/min(491px, 38.359375%) auto, url("/img/top/arch_bg_bottom.png") no-repeat top center/max(960px, 100%) auto, url("/img/common/pattern03.jpg") repeat center/auto;
  padding-top: 68px;
  padding-bottom: 64px;
}
.message__ttl .sm {
  font-size: var(--font-size-24);
}
.message__ttl .dot {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.message__ttl .dot::before {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: var(--round-full);
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0%;
  background-color: var(--color-text-base);
  display: block;
}
.message__sentence {
  padding-block: 42px 53px;
  padding-inline: 5%;
  position: relative;
  z-index: 1;
  background-color: var(--color-white);
  border-radius: var(--round-15);
  text-align: center;
  margin-top: 32px;
}
.message__sentence::after {
  content: "";
  width: min(133px, 100%);
  height: clamp(5.475rem, calc(4.3261690647rem + 0.0525179856 * 100vw), 6.84375rem);
  background: url("/img/top/message_flower.png") no-repeat top center/contain;
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  translate: 24px 50%;
}

/*------------------------------
*
* top-feature
*
------------------------------*/
.top-feature__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.top-feature-item {
  background: var(--color-white);
  border-radius: var(--round-5);
  position: relative;
  z-index: 1;
  padding-block: 24px 32px;
  padding-inline: 5%;
display: flex;
align-items: center;
flex-direction: column;
}
.top-feature-item__icon {
  max-width: 134px;
  width: 40%;
  margin-bottom: 16px;
  margin-top: 32px;
}
.top-feature-item__ttl {
  font-size: var(--font-size-24);
  letter-spacing: var(--letter-spacing-regular);
  text-align: center;
  margin-bottom: 16px;
  -ms-flex-line-pack: center;
      align-content: center;
  font-family: var(--font-sub);
  font-weight: var(--font-weight-medium);
}
.top-feature-item__num {
  position: absolute;
  top: 5%;
  left: 5%;
  width: min(50px, 100%);
  display: block;
}
.top-feature__btn {
  margin-top: 32px;
  width: min(640px, 100%);
}

/*------------------------------
*
* top-service
*
------------------------------*/
.top-service {
  position: relative;
  z-index: 1;
  background: url("/img/common/sec_top_yellow.png") no-repeat top center/max(960px, 100%) auto, url("/img/top/service_bg_left.png") no-repeat top 12px left/24% auto, url("/img/top/service_bg_right.png") no-repeat top 12px right/24% auto;
  padding-top: 37px;
}
.top-service__ttl {
  margin-bottom: 32px;
  text-shadow: var(--color-white) 2px 0px 0px, var(--color-white) 1.75517px 0.958851px 0px, var(--color-white) 1.0806px 1.68294px 0px, var(--color-white) 0.141474px 1.99499px 0px, var(--color-white) -0.832294px 1.81859px 0px, var(--color-white) -1.60229px 1.19694px 0px, var(--color-white) -1.97998px 0.28224px 0px, var(--color-white) -1.87291px -0.701566px 0px, var(--color-white) -1.30729px -1.5136px 0px, var(--color-white) -0.421592px -1.95506px 0px, var(--color-white) 0.567324px -1.91785px 0px, var(--color-white) 1.41734px -1.41108px 0px, var(--color-white) 1.92034px -0.558831px 0px;
}

.top-service-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top-service-item__content {
  padding-block: 32px;
  padding-inline: 5%;
  background-color: var(--color-white);
  border-radius: var(--round-5);
  display: grid;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-service-item__tiles {
  margin-top: 3px;
  display: grid;
  gap: 3px;
  grid-template-columns: repeat(3, 1fr);
}
.top-service-item__tile {
  display: grid;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--color-main);
  border-radius: var(--round-5);
  padding-block: 16px 20px;
  padding-inline: 8px;
}
.top-service-item__tile-icon {
  width: min(110px, 80%);
  margin-bottom: 12px;
}
.top-service-item__tile-txt {
  font-family: var(--font-sub);
  text-align: center;
  color: var(--color-white);
  font-size: clamp(0.78125rem, calc(0.5976468825rem + 0.0083932854 * 100vw), 1rem);
  -ms-flex-line-pack: center;
      align-content: center;
}
.top-service-item__ttl {
  padding-bottom: 5px;
  position: relative;
  z-index: 1;
  padding-left: 36px;
  font-size: var(--font-size-30);
  font-family: var(--font-sub);
  font-weight: var(--font-weight-medium);
  letter-spacing: var(--letter-spacing-regular);
  border-bottom: 2px solid var(--color-text-base);
  margin-bottom: 32px;
  width: 100%;
}
.top-service-item__ttl::before {
  content: "";
  width: min(34px, 100%);
  height: clamp(1.275rem, calc(1.0074640288rem + 0.0122302158 * 100vw), 1.59375rem);
  background: url("/img/service/service_ttl_deco.png") no-repeat top center/contain;
  position: absolute;
  top: 0.75em;
  left: 0;
  translate: 0% -50%;
}
.top-service-item__sentence {
  width: 100%;
}
.top-service-item__btn {
  width: 100%;
  margin-top: 32px;
}
.top-service-item__content {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  border-radius: var(--round-5);
}
.top-service-item__tiles {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.top-service-item:not(:last-child) {
  margin-bottom: 32px;
}

.banner-section {
  margin-top: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.banner-item {
  padding-block: 16px 28px;
  padding-inline: 5%;
  background-color: var(--color-white);
  border-radius: var(--round-5);
  border: 5px solid var(--color-white);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.banner-item:hover {
  border-color: var(--color-main);
}
.banner-item__ttl {
  margin-bottom: 24px;
  font-size: var(--font-size-28);
  letter-spacing: var(--letter-spacing-regular);
  font-family: var(--font-sub);
  font-weight: var(--font-weight-medium);
  padding-bottom: 8px;
  border-bottom: 2px solid var(--color-text-base);
  text-align: center;
}
.banner-item__ttl > span {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding-left: 28px;
}
.banner-item__ttl > span::before {
  content: "";
  position: absolute;
  top: 0.75em;
  left: 0;
  translate: 0% -50%;
  width: min(26px, 100%);
  height: clamp(0.975rem, calc(0.7704136691rem + 0.009352518 * 100vw), 1.21875rem);
  background: url("/img/top/arrow.svg") no-repeat top center/contain;
}
.banner-item__sentence {
  text-align: center;
}

/*------------------------------
*
* top-voice
*
------------------------------*/
.top-voice {
  padding-top: 68px;
  padding-bottom: 76px;
  background: url("/img/top/voice_arch.png") no-repeat bottom center/max(960px, 100%) 32px, url("/img/common/pattern02.jpg") repeat-x top center/auto;
}
.top-voice__ttl {
  margin-bottom: 32px;
}
.top-voice__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px 36px;
}
.top-voice__btn {
  width: min(500px, 90%);
  margin-top: 32px;
}
.voice__swiper {
  /* width: 90%; */
  padding-inline: 5%;
  margin-left: auto;
}
.voice__swiper .voice__swiper-prev,
.voice__swiper .voice__swiper-next {
  width: 32px;
  height: 32px;
  position: absolute;
  z-index: 10;
  top: 50%;
}
.voice__swiper .voice__swiper-prev {
  background: url("/img/top/prev.png") no-repeat top center / contain;
  left:2%;
  translate: 0% -50%;
}
.voice__swiper .voice__swiper-next {
  background: url("/img/top/next.png") no-repeat top center / contain;
  right:11%;
  translate: 0% -50%;
}
.voice__swiper .voice__swiper-prev.swiper-button-disabled ,
.voice__swiper .voice__swiper-next.swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}
.voice-card__flex {
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.voice-card__age-gender {
  font-weight: var(--font-weight-medium);
}
.voice-card__thumbnail {
  border-radius: var(--round-15);
  aspect-ratio: 1/1;
  border: 4px solid var(--color-white);
  margin-bottom: 16px;
  overflow: hidden;
}

/*------------------------------
*
* top-column
*
------------------------------*/
.top-column {
  padding-top: 72px;
  padding-bottom: 56px;
  background-color: var(--color-white);
}
.top-column__ttl {
  font-size: var(--font-size-28);
  letter-spacing: normal;
  font-family: var(--font-sub);
  font-weight: var(--font-weight-medium);
  position: relative;
  z-index: 1;
}
.top-column__ttl::before {
  content: "";
  width: min(237px, 100%);
  height: clamp(3rem, calc(2.3705035971rem + 0.0287769784 * 100vw), 3.75rem);
  background: url("/img/top/column_label.png") no-repeat top center/contain;
  left: 0;
  top: 0;
  translate: -20% -120%;
  position: absolute;
  z-index: 1;
}
.top-column__header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  padding-bottom: 12px;
  margin-bottom: 32px;
  border-bottom: 2px solid var(--color-text-base);
}
.top-column__btn {
  width: min(210px, 100%);
  margin-top: 36px;
}

.column-post-item:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #d1cfcb;
}
.column-post__flex{
  gap: 10px;
  justify-content: flex-start;
  align-items: baseline;
  margin-bottom: 8px;

}
.column-post__date {
  font-size: var(--font-size-14);
  font-weight: var(--font-weight-light);
flex-shrink: 0;
}
.column-post__tags {    padding-left: 10px;
  border-left: 1px solid var(--color-text-base);
  flex-shrink: 1;
}
.column-post__tag {
  font-size: var(--font-size-14);
  font-weight: var(--font-weight-light);
  letter-spacing: var(--letter-spacing-base);
}
.column-post__ttl {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  font-size: var(--font-size-16);
  font-weight: var(--font-weight-medium);
  letter-spacing: var(--letter-spacing-base);
}
.column-post__link {
  transition: .3s;
}
.column-post__link:hover {
  text-decoration: underline !important;
  text-decoration-color: var(--color-main) !important;
  color: var(--color-main);
}

/*------------------------------
*
* info
*
------------------------------*/
.info {
  padding-top: 92px;
  background: url("/img/top/column_botton_arch.png") no-repeat top center/max(960px, 100%);
  padding-bottom: 72px;
}
.info__map {
  margin-top: 48px;
  height: var(--map-height);
}
.info__table {
  --table-th-width: 160px;
}
.info__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.access {
  margin-top: 64px;
}
.access__sentence {
  text-align: center;
  font-size: var(--font-size-16);
  margin-bottom: 32px;
}
.access__ttl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 32px;
  font-size: var(--font-size-30);
  letter-spacing: var(--letter-spacing-none);
  font-family: var(--font-sub);
  position: relative;
  z-index: 1;
}
.access__ttl::before {
  content: "";
  width: min(28px, 100%);
  height: clamp(1.275rem, calc(1.0074640288rem + 0.0122302158 * 100vw), 1.59375rem);
  background: url("/img/common/icon_pin.png") no-repeat top center/contain;
  position: absolute;
  top: 50%;
  left: 0;
  translate: -1.2em -50%;
}
.access__map {
  height: var(--map-height);
  width: 100%;
  margin-top: 32px;
}
.access__guide {
  margin-top: 64px;
}
.access__guide-ttl {
  background-color: var(--color-theme);
  text-align: center;
  font-family: var(--font-sub);
  font-weight: var(--font-weight-medium);
  letter-spacing: var(--letter-spacing-none);
  padding-block: 8px;
  padding-inline: 16px;
  border-radius: var(--round-15);
  font-size: var(--font-size-24);
  margin-bottom: 24px;
}
.access__guide-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.access__guide-list__item-img {
  margin-bottom: 12px;
}
.access__guide-list__item-txt {
  --sentence-line-height: 1.667;
  margin-top: 12px;
  text-align: center;
}

/* ===========================================
*
* feature-page
*
* ======================================== */
/*------------------------------
*
* welcome
*
------------------------------*/
.welcome {
  padding-top: 64px;
}
.welcome__ttl {
  margin-bottom: 32px;
  gap: 19px;
}
.welcome__ttl__sub {
  display: inline-block;
  padding-inline: 1em;
  position: relative;
  font-size: var(--font-size-22);
  letter-spacing: var(--letter-spacing-regular);
  font-weight: var(--font-weight-medium);
  color: var(--color-text-sub);
  font-family: var(--font-sub);
  z-index: 1;
}
.welcome__ttl__sub::after {
  content: "";
  width: 100%;
  height: clamp(0.8625rem, calc(0.6815197842rem + 0.0082733813 * 100vw), 1.078125rem);
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: -1;
  background: url("/img/common/slash_left.svg") no-repeat left center/contain, url("/img/common/slash_right.svg") no-repeat right center/contain;
}
.welcome__container {
  position: relative;
  z-index: 1;
}
.welcome__container::after {
  content: "";
  width: min(292px, 50%);
  aspect-ratio: 292/499;
  background: url("/img/feature/feature_illust.png") no-repeat top center/contain;
  display: block;
  margin: 20px auto 0;
}
.welcome__sentence {
  letter-spacing: var(--letter-spacing-small);
}
.welcome__content {
  width: 100%;
  max-width: 720px;
}
.welcome__office {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  line-height: 1.7;
  font-size: var(--font-size-18);
  font-weight: var(--font-weight-bold);
  letter-spacing: var(--letter-spacing-small);
  margin-top: 32px;
}
.welcome__name {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  line-height: 1.7;
  font-size: var(--font-size-18);
  font-weight: var(--font-weight-bold);
  letter-spacing: var(--letter-spacing-small);
}

/*------------------------------
*
* feature
*
------------------------------*/
.feature__ttl .big {
  font-size: 1.2em;
}
.feature__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.feature__container {
  margin-top: 64px;
}

.feature-item {
  position: relative;
  z-index: 0;
}
.feature-item__content {
  border-radius: var(--round-15);
  padding-block: 32px 24px;
  padding-inline: 5%;
  background-color: var(--color-white);
  width: 100%;
  position: relative;
  z-index: 1;
}
.feature-item__content::after {
  content: "";
  width: min(70px, 100%);
  height: clamp(2.1rem, calc(1.659352518rem + 0.0201438849 * 100vw), 2.625rem);
  background: url("/img/feature/feature_deco.png") no-repeat top center/contain;
  position: absolute;
  top: 0;
  left: 0;
  translate: -15px -18px;
  z-index: 1;
}
.feature-item__img {
  width: min(560px, 100%);
  margin-top: 16px;
}
.feature-item__header {
  margin-bottom: 24px;
  border-bottom: 2px solid var(--color-text-base);
  padding-bottom: 10px;
  padding-left: 56px;
  position: relative;
  z-index: 1;
  font-size: var(--font-size-28);
}
.feature-item__ttl {
  font-size: 1em;
  font-family: var(--font-sub);
  font-weight: var(--font-weight-medium);
  letter-spacing: var(--letter-spacing-regular);
}
.feature-item__num {
  display: inline-block;
  width: min(64px, 100%);
  position: absolute;
  top: 0.75em;
  left: 0%;
  translate: -10% -50%;
  z-index: -1;
}
.feature-item:not(:last-child) {
  margin-bottom: 48px;
}

/* ===========================================
*
* service-page
*
* ======================================== */
.service-links {
  border-radius: var(--round-15);
  padding-block: 32px;
  padding-inline: 5%;
  background: url("/img/common/pattern02.jpg") repeat center/auto;
  max-width: 1080px;
  width: 90%;
  margin: 52px auto 10px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
.service-links__btn {
  --btn-height: 60px;
  --btn-font-size: var(--font-size-21);
  --btn-padding-y: calc(
    (var(--btn-height) - var(--btn-font-size) * var(--btn-line-height)) / 2
  );
  width: 100%;
}

/*------------------------------
*
* service
*
------------------------------*/
.service-wrapper {
  padding-inline: 5%;
}

.service:not(:last-child) {
  padding-bottom: 80px;
  margin-bottom: 80px;
  border-bottom: 1px solid #d1cfcb;
}
.service__ttl {
  margin-bottom: 32px;
}
.service__links {
  display: grid;
  gap: 12px;
  margin-bottom: 40px;
  max-width: 1080px;
  margin-inline: auto;
}
/* service-item
-------------------------*/
#other .service-item__other-links {
  display: grid;
  margin-top: 24px;
}

.service-item {
  border-radius: var(--round-5);
  background-color: var(--color-white);
  padding-block: 32px 40px;
  padding-inline: 5%;
  width: 100%;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
}
.service-item__ttl {
  padding-bottom: 4px;
  position: relative;
  z-index: 1;
  padding-left: 32px;
  font-size: var(--font-size-28);
  font-family: var(--font-sub);
  font-weight: var(--font-weight-medium);
  letter-spacing: var(--letter-spacing-regular);
  border-bottom: 3px solid var(--color-text-base);
  margin-bottom: 16px;
}
.service-item__ttl .sm {
  font-size: var(--font-size-20);
  letter-spacing: var(--letter-spacing-base);
}
.service-item__ttl::before {
  content: "";
  width: min(34px, 100%);
  height: clamp(1.275rem, calc(1.0074640288rem + 0.0122302158 * 100vw), 1.59375rem);
  background: url("/img/service/service_ttl_deco.png") no-repeat top center/contain;
  position: absolute;
  top: 0.75em;
  left: 0;
  translate: 0% -50%;
}
.service-item__img {
  margin-bottom: 24px;
}
.service-item__recommend {
  margin-top: 48px;
}
.service-item__recommend-ttl {
  background-color: var(--color-theme);
  border-radius: var(--round-15);
  text-align: center;
  font-weight: var(--font-weight-medium);
  font-size: var(--font-size-20);
  letter-spacing: var(--letter-spacing-none);
  padding-block: 9px;
  padding-inline: 16px;
  margin-bottom: 16px;
}
.service-item__links {
  margin-top: 32px;
  display: grid;
  gap: 12px;
}
.service-item:not(:last-child) {
  margin-bottom: 32px;
}

/* ===========================================
*
* price-page
*
* ======================================== */
.price-tax-txt {
  margin-block: 60px 40px;
  padding-inline: 5%;
  font-size: var(--font-size-16);
  letter-spacing: var(--letter-spacing-regular);
}

.price-links {
  border-radius: var(--round-15);
  padding-block: 32px;
  padding-inline: 5%;
  background: url("/img/common/pattern02.jpg") repeat center/auto;
  max-width: 1080px;
  width: 90%;
  margin: 0px auto 30px;
  gap: 12px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.price-links__btn {
  --btn-height: 60px;
  --btn-font-size: var(--font-size-21);
  --btn-padding-y: calc(
    (var(--btn-height) - var(--btn-font-size) * var(--btn-line-height)) / 2
  );
  width: min(310px, 100%);
}
.price-links__btn.current a {
  background-color: var(--color-main-darken);
}

/*------------------------------
*
* price
*
------------------------------*/
.price-wrapper {
  padding-inline: 5%;
}

/* .price:not(:last-child) {
  padding-bottom: 75px;
  margin-bottom: 75px;
  border-bottom: 1px solid #d1cfcb;
} */
.price__ttl {
  margin-bottom: 32px;
}
.price__container {
  border-radius: var(--round-5);
  background-color: var(--color-white);
  padding-block: 36px 32px;
  padding-inline: 5%;
  width: 100%;
  margin-inline: auto;
}

/* price-item
-------------------------*/
.price-item {
  gap: 0 32px;
}
.price-item:not(:last-child) {
  padding-bottom: 48px;
  margin-bottom: 48px;
  border-bottom: 1px solid #d1cfcb;
}
.price-item__ttl {
  position: relative;
  z-index: 1;
  padding-left: 20px;
  padding-bottom: 7px;
  font-size: var(--font-size-28);
  font-family: var(--font-sub);
  font-weight: var(--font-weight-medium);
  letter-spacing: var(--letter-spacing-regular);
  border-bottom: 2px solid var(--color-text-base);
  margin-bottom: 16px;
}
.price-item__ttl::before {
  content: "";
  width: min(18px, 100%);
  height: clamp(0.675rem, calc(0.5333633094rem + 0.0064748201 * 100vw), 0.84375rem);
  background: url("/img/price/price_ttl_deco.png") no-repeat top center/contain;
  position: absolute;
  top: 0.75em;
  left: 0;
  translate: 0% -50%;
}
.price-item__fee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 16px;
  gap: 4px 8px;
  font-size: var(--font-size-20);
  font-weight: var(--font-weight-bold);
  letter-spacing: var(--letter-spacing-regular);
}
.price-item__fee-label {
  line-height: 24px;
  padding: 0 11px;
  border-radius: var(--round-5);
  background-color: var(--color-main);
  color: var(--color-white);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.price-item__fee-price {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  width: 100%;
}
.price-item__fee-price .sm {
  font-weight: var(--font-weight-regular);
  font-size: var(--font-size-18);
}
.price-item__conditions {
  margin-top: 40px;
}
.price-item__condition:not(:last-child) {
  margin-bottom: 24px;
}
.price-item__condition-ttl {
  background-color: var(--color-theme);
  border-radius: var(--round-15);
  font-family: var(--font-sub);
  font-weight: var(--font-weight-medium);
  font-size: var(--font-size-21);
  letter-spacing: var(--letter-spacing-none);
  padding-block: 9px;
  padding-inline: 16px;
  margin-bottom: 16px;
}
.price-item__img {
  margin-top: 32px;
  margin-bottom: 32px;
}
.price-item__sentence .note {
  padding-left: 1em;
  text-indent: -1em;
}
.price-item__table {
  width: 100%;
  min-width: 700px;
  border-collapse: separate;
}
.price-item__table col {
  width: 33.3333333333%;
}
.price-item__table th,
.price-item__table td {
  -ms-flex-line-pack: center;
      align-content: center;
}
.price-item__table thead th {
  background-color: var(--color-white);
  border: 1px solid var(--color-main);
  background-color: var(--color-main);
  color: var(--color-white);
  font-size: var(--font-size-21);
  font-weight: var(--font-weight-bold);
  letter-spacing: var(--letter-spacing-regular);
  padding: 12px 4px;
  text-align: center;
}
.price-item__table thead th:not(:last-child) {
  border-right: 1px solid var(--color-white);
}
.price-item__table thead th:first-child {
  border-radius: var(--round-5) 0 0 0;
}
.price-item__table thead th:last-child {
  border-radius: 0 var(--round-5) 0 0;
}
.price-item__table tbody tr:last-child th {
  border-radius: 0 0 0 var(--round-5);
}
.price-item__table tbody tr:last-child td:nth-last-of-type(1) {
  border-radius: 0 0 var(--round-5) 0;
}
.price-item__table tbody th,
.price-item__table tbody td {
  padding: 16px 12px;
  line-height: 24px;
}
.price-item__table tbody th {
  border-left: 1px solid #d1cfcb;
  border-right: 1px solid #d1cfcb;
  border-bottom: 1px solid #d1cfcb;
  font-weight: var(--font-weight-bold);
  text-align: center;
  font-size: var(--font-size-18);
  letter-spacing: var(--letter-spacing-regular);
  padding-inline: 4px;
}
.price-item__table tbody th .sm {
  font-size: var(--font-size-17);
}
.price-item__table tbody td {
  font-size: var(--font-size-18);
  font-weight: var(--font-weight-regular);
  letter-spacing: var(--letter-spacing-regular);
  border-right: 1px solid #d1cfcb;
  border-bottom: 1px solid #d1cfcb;
}
.price-item__table tbody td:not(:nth-last-of-type(1)) {
  font-weight: var(--font-weight-bold);
  letter-spacing: var(--letter-spacing-regular);
  text-align: center;
  font-size: var(--font-size-21);
}

/* ===========================================
*
* voice-page
*
* ======================================== */
/*------------------------------
*
* voice
*
------------------------------*/
.voice {
  padding-top: 67px;
}
.voice-item {
  position: relative;
  z-index: 1;
}
.voice-item__link {
  padding: 24px 16px;
  background-color: var(--color-white);
  border-radius: var(--round-15);
  gap: 24px;
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.voice-item::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 14px;
  background: url("/img/common/quotation.svg") no-repeat top center/contain;
  width: min(16px, 100%);
  height: clamp(0.45rem, calc(0.3555755396rem + 0.0043165468 * 100vw), 0.5625rem);
}
.voice-item__ttl {
  width: 100%;
}
.voice-item__header {
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 16px;
}
.voice-item__content {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  width: 100%;
}
.voice-item__thumbnail {
  aspect-ratio: 1/1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: min(330px, 100%);
  border: 4px solid var(--color-white);
  margin-inline: auto;
}
.voice-item__age-gender {
  font-weight: var(--font-weight-medium);
}
.voice-item__customer-voice {
  line-height: 2;
  font-weight: var(--font-weight-regular);
  letter-spacing: var(--letter-spacing-regular);
}
.voice-item__customer-voice > p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.voice-item:not(:last-child) {
  margin-bottom: 32px;
}
.voice-item__body {
  width: 100%;
}
.voice__tags {
  gap: 6px;
}
.voice__tag {
  font-size: var(--font-size-16);
  font-weight: var(--font-weight-medium);
  letter-spacing: var(--letter-spacing-regular);
  text-align: center;
  color: var(--color-white);
  background-color: var(--color-main);
  line-height: 24px;
  padding-inline: 6px;
  border-radius: var(--round-5);
}

/* voice-single
-------------------------*/
.voice-single-wrapper {
  padding-top: 67px;
}

.voice-single {
  position: relative;
  z-index: 1;
  padding-block: 16px 33px;
  padding-inline: 5%;
  background-color: var(--color-white);
  border-radius: var(--round-15);
  gap: 24px;
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.voice-single::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 14px;
  background: url("/img/common/quotation.svg") no-repeat top center/contain;
  width: min(16px, 100%);
  height: clamp(0.45rem, calc(0.3555755396rem + 0.0043165468 * 100vw), 0.5625rem);
}
.voice-single__ttl {
  width: 100%;
}
.voice-single__header {
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 16px;
}
.voice-single__content {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  width: 100%;
}
.voice-single__thumbnail {
  aspect-ratio: 1/1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: min(330px, 100%);
  border: 4px solid var(--color-white);
}
.voice-single__customer-voice {
  line-height: 2;
  font-weight: var(--font-weight-regular);
  letter-spacing: var(--letter-spacing-regular);
}
.voice-single__customer-voice > p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.voice-single:not(:last-child) {
  margin-bottom: 24px;
}
.voice-single__body {
  width: 100%;
}
.voice-single__comment-ttl {
  margin-top: 32px;
  margin-bottom: 16px;
  padding-block: 9px;
  padding-inline: 11px;
  border-radius: var(--round-15);
  background-color: var(--color-theme);
  font-size: var(--font-size-18);
  font-weight: var(--font-weight-medium);
  letter-spacing: var(--letter-spacing-regular);
}
.voice-single__comment-text {
  line-height: 2;
}

/* ===========================================
*
* guide page
*
* ======================================== */
/*------------------------------
*
* flow
*
------------------------------*/
.flow__ttl {
  margin-bottom: 32px;
}
.flow__item {
  background-color: var(--color-white);
  padding-block: 12px 32px;
  padding-inline: 5%;
  border-radius: var(--round-10);
}
.flow__item__heading {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0px;
  margin-bottom: 24px;
}
.flow__item__ttl {
  padding-top: 12px;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  width: 100%;
}
.flow__item__num {
  width: min(64px, 100%);
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  translate: -10% 0;
}
.flow__item__body {
  padding-left: 0;
}
.flow__item__actions {
  margin-top: 24px;
  gap: 16px;
  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;
}
.flow__item__tel {
  gap: 8px;
}
.flow__item__tel .tel-replace {
  height: 12px;
}
.flow__item__tel .tel-replace > img {
  display: block;
}
.flow__item__contact-btn {
  width: min(390px, 100%);
}
.flow__item:not(:last-child) {
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
.flow__item:not(:last-child)::after {
  content: "";
  width: 30px;
  height: 10.5px;
  background: url("/img/guide/flow_arrow.svg") no-repeat top center/contain;
  position: absolute;
  bottom: -20px;
  left: 50%;
  translate: -50% 50%;
}

/*------------------------------
*
* qa よくあるご質問
*
------------------------------*/
.qa {
  position: relative;
  z-index: 1;
  background: url("/img/common/sec_top_yellow.png") no-repeat top center/max(1920px, 100%) auto, url("/img/common/pattern03.jpg") repeat center/auto;
  padding-top: 37px;
}
.qa__ttl {
  margin-bottom: 32px;
  text-shadow: var(--color-white) 2px 0px 0px, var(--color-white) 1.75517px 0.958851px 0px, var(--color-white) 1.0806px 1.68294px 0px, var(--color-white) 0.141474px 1.99499px 0px, var(--color-white) -0.832294px 1.81859px 0px, var(--color-white) -1.60229px 1.19694px 0px, var(--color-white) -1.97998px 0.28224px 0px, var(--color-white) -1.87291px -0.701566px 0px, var(--color-white) -1.30729px -1.5136px 0px, var(--color-white) -0.421592px -1.95506px 0px, var(--color-white) 0.567324px -1.91785px 0px, var(--color-white) 1.41734px -1.41108px 0px, var(--color-white) 1.92034px -0.558831px 0px;
}
.qa-list__item {
  padding-block: 24px 36px;
  padding-inline: 5%;
  border-radius: var(--round-5);
  background: var(--color-white);
}
.qa-list__item:not(:last-child) {
  margin-bottom: 20px;
}
.qa-list__item .question__mark, .qa-list__item .answer__mark {
  width: 40px;
  place-content: center;
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
}
.qa-list__item .question {
  position: relative;
  letter-spacing: 0.05em;
  background-color: var(--main-color);
  color: var(--white-color);
  border-radius: var(--round-10);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.qa-list__item .question__content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: var(--font-size-22);
  letter-spacing: 0;
  font-weight: var(--font-weight-medium);
  font-family: var(--font-sub);
  margin-top: 3px;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  width: 100%;
  padding-bottom: 11px;
  border-bottom: 2px solid var(--color-text-base);
}
.qa-list__item .answer {
  position: relative;
  margin-left: auto;
  margin-top: 12px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.qa-list__item .answer__content {
  padding-top: 10px;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  width: 100%;
}

/*------------------------------
*
* contact
*
------------------------------*/
.contact {
  position: relative;
  z-index: 1;
  padding-block: 0;
}
.contact::after, .contact::before {
  content: "";
  position: absolute;
  z-index: -2;
  width: 100%;
  left: 0;
}
.contact::after {
  height: 197px;
  background: url("/img/common/pattern02.jpg") repeat center/auto;
  bottom: 0;
}
.contact::before {
  bottom: 197px;
  height: 40px;
  background: url("/img/common/contact_wave.png") no-repeat top center/max(1920px, 100%) 100%;
}
.contact__ttl {
  margin-bottom: 32px;
}
.contact__ttl .cmn-ttl__main {
  font-size: var(--font-size-30);
  letter-spacing: var(--letter-spacing-none);
}
.contact__content {
  border-radius: var(--round-15) var(--round-15) 0 0;
  background-color: var(--color-main);
  color: var(--color-white);
  padding-block: 40px;
  padding-inline: 5%;
  position: relative;
  z-index: 1;
}
.contact__content::before {
  content: "";
  width: min(97px, 100%);
  height: clamp(2.5875rem, calc(2.0445593525rem + 0.0248201439 * 100vw), 3.234375rem);
  background: url("/img/common/contact_free.png") no-repeat top center/contain;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  translate: -32px -27px;
}
.contact__sentence {
  --sentence-line-height: 2.1;
  font-size: var(--font-size-17);
  letter-spacing: var(--letter-spacing-none);
}
.contact__actions {
  border-radius: 0 0 var(--round-15) var(--round-15);
  background-color: 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;
  padding-block: 36px 40px;
  padding-inline: 5%;
  position: relative;
  z-index: 1;
}
.contact__actions::before {
  content: "";
  width: min(134px, 100%);
  height: clamp(4.65rem, calc(3.6742805755rem + 0.0446043165 * 100vw), 5.8125rem);
  background: url("/img/common/contact_flower.png") no-repeat top center/contain;
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  translate: 28px 36px;
  pointer-events: none;
}
.contact__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
}
.contact__tel {
  gap: 12px;
  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;
}
.contact__tel .tel-replace {
  height: 12px;
  display: block;
}
.contact__tel .tel-replace > img {
  display: block;
}
.contact__btn {
  width: min(390px, 100%);
  margin-top: 20px;
}

.guide-page .contact {
  background: url("/img/common/pattern03.jpg") repeat center/auto;
}

/* ===========================================
*
* single page
*
* ======================================== */
.single {
  position: relative;
  z-index: 5;
}
.single__head {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0px 16px;
  grid-template-rows: auto auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  margin-bottom: 32px;
}
.single__thumbnail {
  aspect-ratio: 33/24;
  border-radius: var(--round-15);
  overflow: hidden;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin-top: 24px;
}
.single__date {
  font-size: var(--font-size-14);
  font-weight: var(--font-weight-bold);
  letter-spacing: var(--letter-spacing-base);
  line-height: 1;
  text-align: right;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.single__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  padding-left: 10px;
  border-left: 1px solid var(--color-text-base);
}
.single__tags .tag {
  font-size: var(--font-size-14);
  font-weight: var(--font-weight-bold);
  letter-spacing: var(--letter-spacing-base);
}
.single__flex {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 12px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
  width: 100%;
}
.single__ttl {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 100%;
  font-size: var(--font-size-24);
  font-family: var(--font-sub);
  font-weight: var(--font-weight-medium);
  letter-spacing: var(--letter-spacing-regular);
  border-bottom: 3px solid var(--color-text-base);
  padding-bottom: 8px;
  -ms-flex-item-align: start;
      align-self: start;
}
.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-main);
  border-color: var(--color-main);
}
.sitemap-list__link:hover::after {
  right: 1em;
  border-color: var(--color-main);
}

/* ===========================================
*
* 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-main);
  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;
}