@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.82rem, calc(0.761rem + 0.0026978417 * 100vw), 0.891rem);
  --font-size-16: clamp(0.875rem, calc(0.812rem + 0.0028776978 * 100vw), 0.95rem);
  --font-size-17: clamp(0.93rem, calc(0.863rem + 0.003057554 * 100vw), 1.009rem);
  --font-size-18: clamp(0.998rem, calc(0.987rem + 0.0005395683 * 100vw), 1.013rem);
  --font-size-20: clamp(1.109rem, calc(1.096rem + 0.0005995204 * 100vw), 1.125rem);
  --font-size-24: clamp(1.223rem, calc(1.115rem + 0.0048920863 * 100vw), 1.35rem);
  --font-size-22: clamp(1.121rem, calc(1.023rem + 0.0044844125 * 100vw), 1.238rem);
  --font-size-25: clamp(1.199rem, calc(1.124rem + 0.0034472422 * 100vw), 1.289rem);
  --font-size-26: clamp(1.247rem, calc(1.169rem + 0.0035851319 * 100vw), 1.341rem);
  --font-size-27: clamp(1.295rem, calc(1.214rem + 0.0037230216 * 100vw), 1.392rem);
  --font-size-28: clamp(1.343rem, calc(1.259rem + 0.0038609113 * 100vw), 1.444rem);
  --font-size-30: clamp(1.427rem, calc(1.248rem + 0.0081834532 * 100vw), 1.641rem);
  --font-size-32: clamp(1.523rem, calc(1.332rem + 0.0087290168 * 100vw), 1.75rem);
  --font-size-35: clamp(1.641rem, calc(1.503rem + 0.006294964 * 100vw), 1.805rem);
  --font-size-36: clamp(1.688rem, calc(1.546rem + 0.0064748201 * 100vw), 1.856rem);
  --font-size-40: clamp(1.737rem, calc(1.465rem + 0.012470024 * 100vw), 2.063rem);
  --font-size-42: clamp(1.824rem, calc(1.538rem + 0.0130935252 * 100vw), 2.166rem);
  --font-size-45: clamp(1.955rem, calc(1.648rem + 0.014028777 * 100vw), 2.32rem);
  --font-size-48: clamp(2.085rem, calc(1.758rem + 0.0149640288 * 100vw), 2.475rem);
  --font-size-50: clamp(1.875rem, calc(1.285rem + 0.0269784173 * 100vw), 2.578rem);
  --font-size-55: clamp(2.063rem, calc(1.413rem + 0.029676259 * 100vw), 2.836rem);
  --font-size-56: clamp(2.1rem, calc(1.439rem + 0.0302158273 * 100vw), 2.887rem);
  --font-size-60: clamp(1.603rem, calc(0.352rem + 0.0571942446 * 100vw), 3.094rem);
  --font-size-64: clamp(1.71rem, calc(0.375rem + 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: 156px;
  /* map height */
  --map-height: 56.25vw;
  /* btn defaults */
  --btn-height: 64px;
  --btn-line-height: 1;
  --btn-font-size: var(--font-size-base);
  --btn-font-weight: var(--font-weight-medium);
  --btn-letter-space: var(--letter-spacing-none);
  --btn-padding-x: .75em;
  --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-sub);
  /* 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-gray);
  --prev-next-link-hov-color: var(--color-white);
  --prev-next-link-hov-bg-color: var(--color-dark-lime-green);
  --prev-next-link-font-size: var(--font-size-base);
  /* 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-dark-lime-green);
  --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: 4px;
  --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-dark-lime-green);
  /* drawer settings */
  --drawer-btn-bg: var(--color-dark-lime-green );
  --drawer-btn-bar-color: var(--color-white);
  --drawer-main-color: var(--color-green );
  --drawer-link-font-size: clamp(0.938rem, calc(0.78rem + 0.0071942446 * 100vw), 1.125rem);
  --drawer-link-current-color: var(--color-green );
  --drawer-link-border-color: rgb(var(--color-text-main-rgb) / 0.4);
}

body {
  font-size: var(--font-size-base);
  font-family: var(--font-main);
  line-height: var(--line-height-base);
  letter-spacing: var(--letter-spacing-none);
  font-weight: var(--font-weight-medium);
  color: var(--color-text-main);
  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/pattern/pat02.jpg") repeat center/auto;
}

/* ===========================================
*
* header style
*
* ======================================== */
.header {
  width: 100%;
  background: url("/img/pattern/pat02.jpg") repeat center/auto;
}
.header__inner {
  padding: 10px 5%;
  box-sizing: border-box;
  min-width: var(--min-contents-width);
  margin: 0 auto;
  width: 100%;
  height: var(--header-height);
}

/* ===========================================
*
* footer style
*
* ======================================== */
.footer {
  position: relative;
  z-index: 1;
  padding-block: 32px 56px;
  background-color: var(--color-white);
}
.footer__inner {
  display: grid;
  gap: 40px 100px;
  grid-template-columns: 1fr;
  grid-template-areas: "left" "nav" "copy";
}
.footer__logo {
  margin-bottom: 40px;
}
.footer__left {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.footer__sns {
  justify-content: center;
}
.footer-nav {
  display: flex;
  justify-content: flex-start;
  gap: 0 32px;
  grid-area: nav;
  max-width: 360px;
  width: 100%;
}
.footer-nav__item:not(:last-child) {
  margin-bottom: 24px;
}
.footer-nav__link {
  line-height: 1;
  font-size: var(--font-size-16);
  transition: 0.3s;
  display: block;
  width: fit-content;
  padding-left: 1em;
  position: relative;
  z-index: 1;
}
.footer-nav__link::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--color-lime-green);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  transition: 0.3s;
}
.footer-nav__link:hover::before, .footer-nav__link.current::before {
  background-color: var(--color-green);
}
.footer__info {
  gap: 24px;
}
.footer__address {
  font-size: var(--font-size-14);
  margin-block: -0.5em;
}
.footer__contact-btn {
  margin-top: 40px;
  width: 300px;
}
.footer__copy {
  grid-area: copy;
  font-size: var(--font-size-11);
  width: 100%;
  display: block;
  line-height: 1;
  color: var(--color-dark-lime-green);
}

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

/* ------------------------------------------------------------------------------
*
* Object
*
* ------------------------------------------------------------------------------ */
/* ----------------------------------------------------
*  Component（共通化されたコンポーネントスタイル）
*  ---------------------------------------------------- */
/* logo
-------------------------*/
.logo {
  width: var(--logo-width);
  transition: 0.3s;
  display: block;
}
.logo img {
  width: 100%;
  display: block;
}
.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%;
  object-fit: contain;
}

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

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

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

/* 
title style
-------------------------*/
.cmn-ttl {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  font-size: var(--font-size-32);
  margin-bottom: 40px;
}
.cmn-ttl--deco-tree::before {
  content: "";
  width: 2.4285714286em;
  height: 1.0476190476em;
  background: url("/img/common/ttl_tree.png") no-repeat top center/contain;
  display: block;
}
.cmn-ttl--center {
  /* 中央揃え */
  align-items: center;
  text-align: center;
}
.cmn-ttl--left {
  /* 左揃え */
  align-items: flex-start;
  text-align: left;
}
.cmn-ttl--right {
  /* 右揃え */
  align-items: flex-end;
  text-align: right;
}
.cmn-ttl__main {
  font-size: 1em;
  font-weight: var(--font-weight-bold);
  line-height: 1.66;
  margin-block: -0.33em;
  display: inline-block;
  position: relative;
  z-index: 1;
}

/* cmn-border-right-ttl
-------------------------*/
.cmn-border-right-ttl {
  font-size: var(--font-size-24);
  color: var(--color-green);
  letter-spacing: var(--letter-spacing-none);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5em;
}
.cmn-border-right-ttl span {
  flex-shrink: 0;
  display: block;
  width: fit-content;
}
.cmn-border-right-ttl::after {
  content: "";
  height: 3px;
  width: 100%;
  flex-shrink: 1;
  background: var(--color-lime-green);
}

/* cmn-border-bottom-ttl
-------------------------*/
.cmn-border-bottom-ttl {
  font-size: var(--font-size-24);
  font-weight: var(--font-weight-bold);
  letter-spacing: var(--letter-spacing-none);
  padding-bottom: 6px;
  border-bottom: 3px solid var(--color-lime-green);
}

/*------------------------------
*
* tel style
*
------------------------------*/
.tel-area {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}

.tel-replace {
  width: fit-content;
  height: 12px;
}
.tel-replace > img {
  display: block;
}

.tel {
  /* tel　style */
  --tel-font-size: var(--font-size-30);
  --tel-icon-space: 1em;
  --tel-icon-position: 0.6125em;
  --tel-icon-width: 0.7058823529em;
  --tel-icon-height: 0.7058823529em;
  font-family: var(--font-main, sans-serif);
  font-weight: var(--font-weight-bold, 700);
  font-size: var(--tel-font-size, 28px);
  line-height: 1;
  position: relative;
  display: block;
  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;
  transform: translateY(-50%);
}
.tel-icon--main {
  color: var(--color-green);
}
.tel-icon--main::before {
  background: url(../img/common/icon_tel_main.png) no-repeat center/contain;
}

/*
 snsクラス
-------------------------*/
.sns {
  --sns-icon-space: 20px;
  --sns-icon-size: 30px;
  gap: var(--sns-icon-space);
  display: flex;
  flex-wrap: wrap;
}
.sns__icon {
  width: var(--sns-icon-size);
  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: 0.5em;
}
table .replace {
  /* テーブルタグ内で使用するリプレイステキスト */
  height: var(--table-replace-size);
  margin-block: var(--table-replace-space);
  display: block;
}
table .replace > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
  display: block;
}

.main-table {
  --table-letter-spacing: var(--letter-spacing-none);
  --table-th-text-align: left;
  --table-th-x-padding: 1em;
  --table-th-y-padding: 1em 0.125em;
  --table-th-bg-color: transparent;
  --table-th-color: var(--color-green);
  --table-th-width: 100%;
  --table-td-x-padding: 1em;
  --table-td-y-padding:0.125em 1em;
  --table-td-bg-color: transparent;
  --table-td-color: var(--color-text-main);
  --table-td-width: 100%;
  --table-border-color: var(--color-lime-green);
  --table-th-border-color: var(--color-lime-green);
  --table-td-border-color: var(--color-lime-green);
  --table-width: 100%;
  width: var(--table-width);
  letter-spacing: var(--table-letter-spacing);
  line-height: 2;
}
.main-table tr {
  width: 100%;
  display: block;
}
.main-table tr:not(:last-child) {
  border-bottom: 1px solid var(--table-border-color);
}
.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__item {
  line-height: 2em;
  padding-left: 1.7777777778em;
  position: relative;
  font-weight: var(--font-weight-medium);
  letter-spacing: var(--letter-spacing-none);
  font-size: var(--font-size-16);
  z-index: 1;
}
.check-list__item::before {
  content: "";
  width: 1.1111111111em;
  height: 1.1111111111em;
  background: url(../img/common/icon_check.png) no-repeat top center/contain;
  position: absolute;
  top: 50%;
  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 {
  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-20);
}
.cmn-btn--rounded-full {
  border-radius: var(--round-full);
}
.cmn-btn--primary {
  position: relative;
  z-index: 1;
  display: block;
  text-align: center;
  position: relative;
  z-index: 1;
  border-radius: var(--btn-height);
  font-size: var(--btn-font-size);
  font-weight: var(--btn-font-weight);
  line-height: var(--btn-line-height);
  letter-spacing: var(--btn-letter-space);
  font-family: var(--btn-font-family);
  padding-inline: var(--btn-padding-x);
  padding-block: calc((var(--btn-height) - var(--btn-font-size) * var(--btn-line-height)) / 2);
  background-color: var(--color-light-orange);
  color: var(--color-text-main);
  transition: 0.3s;
}
.cmn-btn--primary:hover {
  background-color: var(--color-dark-lime-green);
  color: var(--color-text-main);
  opacity: 1;
}
.cmn-btn--primary:hover .cmn-btn__arrow-orange {
  background: url("/img/common/arrow_dark-lime-green.png") no-repeat center/16px auto, var(--color-white);
}
.cmn-btn--white {
  position: relative;
  z-index: 1;
  display: block;
  text-align: center;
  position: relative;
  z-index: 1;
  border-radius: var(--btn-height);
  font-size: var(--btn-font-size);
  font-weight: var(--btn-font-weight);
  line-height: var(--btn-line-height);
  letter-spacing: var(--btn-letter-space);
  font-family: var(--btn-font-family);
  padding-inline: var(--btn-padding-x);
  padding-block: calc((var(--btn-height) - var(--btn-font-size) * var(--btn-line-height)) / 2);
  background-color: var(--color-white);
  color: var(--color-text-main);
  transition: 0.3s;
}
.cmn-btn--white:hover {
  background-color: var(--color-light-orange);
  color: var(--color-white);
  opacity: 1;
}
.cmn-btn--white:hover .cmn-btn__arrow-white {
  background: url("/img/common/arrow_light-orange.png") no-repeat center/16px auto, var(--color-white);
}
.cmn-btn__arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 16px;
  translate: 0% -50%;
  display: block;
  width: 32px;
  height: 32px;
  border-radius: var(--round-full);
  transition: 0.3s;
}
.cmn-btn__arrow-white {
  background: url("/img/common/arrow_white.png") no-repeat center/16px auto, var(--color-light-orange);
}
.cmn-btn__arrow-orange {
  background: url("/img/common/arrow_light-orange.png") no-repeat center/16px auto, var(--color-white);
}
.cmn-btn--border-primary {
  display: block;
  text-align: center;
  position: relative;
  z-index: 1;
  border-radius: var(--btn-height);
  font-size: var(--btn-font-size);
  font-weight: var(--btn-font-weight);
  line-height: var(--btn-line-height);
  letter-spacing: var(--btn-letter-space);
  font-family: var(--btn-font-family);
  padding-inline: var(--btn-padding-x);
  padding-block: calc((var(--btn-height) - var(--btn-font-size) * var(--btn-line-height)) / 2);
  background-color: var(--color-white);
  color: var(--color-text-main);
  transition: 0.3s;
  border: 1px solid var(--color-light-orange);
}
.cmn-btn--border-primary:hover {
  background-color: var(--color-light-orange);
  color: var(--color-text-main);
  border-color: var(--color-light-orange);
  opacity: 1;
}
.cmn-btn--icon-line > span {
  padding-left: 45px;
  position: relative;
  display: inline-block;
}
.cmn-btn--icon-line > span::before {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(../img/common/icon_line.svg) no-repeat center/contain;
  content: "";
}
.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: 90%;
  position: relative;
  z-index: 1;
  margin-top: 12px;
  margin-inline: auto;
  padding-bottom: 150px;
  margin-bottom: 32px;
}
.mv__copy {
  position: absolute;
  bottom: 0;
  left: 5%;
  transform: translate(0%, -5%);
  z-index: 20;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.mv__catch {
  font-size: var(--font-size-36);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5em;
}
.mv__catch > span {
  display: inline-block;
  padding: 0 0.25em;
  line-height: 2em;
  border-radius: 0.2em;
}
.mv__txt {
  font-size: var(--font-size-18);
  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;
}
.mv__txt .lg {
  font-size: var(--font-size-24);
}
.mv__txt::before {
  content: "";
  width: 2.9166666667em;
  height: 0.6666666667em;
  background: url("/img/top/mv_dot.png") no-repeat top center/contain;
  display: block;
  margin-bottom: 1.25em;
}
.mv__movie {
  width: 100%;
  aspect-ratio: 3/4;
  border-radius: 30px;
  overflow: hidden;
}
.mv__movie > iframe,
.mv__movie > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/*------------------------------
*
* main style sv(sub visual)
*
------------------------------*/
.sv {
  position: relative;
  z-index: 1;
  height: clamp(180px, 33.59375vw, 430px);
  width: min(1640px, 90%);
  box-sizing: border-box;
  overflow: hidden;
}
.sv__catch {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  z-index: 20;
  font-size: var(--font-size-30);
  letter-spacing: var(--letter-spacing-none);
  font-weight: var(--font-weight-medium);
  color: var(--color-white);
  text-align: center;
  padding: 0.3611111111em 1em;
  background-color: var(--color-dark-lime-green);
  border-radius: 16px;
  min-width: 10em;
  width: fit-content;
  white-space: nowrap;
}
.sv__img {
  position: absolute;
  top: 0;
  right: 0;
  width: 86%;
  height: 100%;
}
.sv__img > img {
  border-radius: var(--round-30);
}

/*------------------------------
*
* pagenation style
*
------------------------------*/
.pagenation {
  margin-top: var(--pagenation-margin-top);
  display: flex;
  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;
  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-width: 100%;
  --post-item-margin: 20px;
  --post-item-flex-margin-space: 10px;
  --post-link-padding: 0px;
  --post-tags-width: calc(100% - 72px);
  --post-title-font-size:var(--font-size-14);
  --post-date-font-size:var(--font-size-14);
  width: var(--post-width);
}
.cmn-post-item {
  width: 100%;
}
.cmn-post-item:not(:last-child) {
  margin-bottom: var(--post-item-margin, 15px);
}
.cmn-post__box {
  width: calc(100% - 96px);
}
.cmn-post__box.w-100 {
  width: 100%;
}
.cmn-post__thumb {
  width: 80px;
  aspect-ratio: 1/1;
}
.cmn-post__flex {
  margin-bottom: var(--post-item-flex-margin-space, 12px);
  padding-inline: 5%;
}
.cmn-post__tags {
  width: var(--post-tags-width, auto);
}
.cmn-post__link {
  padding: var(--post-link-padding, 20px 30px);
}
.cmn-post__date {
  line-height: 1;
  display: block;
  width: fit-content;
  margin-left: auto;
  color: var(--color-green);
  font-size: var(--post-date-font-size, 16px);
  text-align: right;
}
.cmn-post__ttl {
  line-height: 1.2;
  width: 100%;
  font-size: var(--post-title-font-size, 16px);
  padding: 15px 5%;
  border-radius: var(--round-30);
  background: var(--color-white);
  font-weight: var(--font-weight-medium);
}
.cmn-post__ttl > span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

/*------------------------------
*
* tag
*
------------------------------*/
.tag {
  --tag-font-size: var(--font-size-14);
  --tag-height: 1;
  --tag-x-padding: 0px;
  --tag-round: 0px;
  --tag-color: var(--color-orange);
  --tag-bg-color: transparent;
  display: inline-block;
  font-size: var(--tag-font-size);
  color: var(--tag-color);
  background-color: var(--tag-bg-color);
  border-radius: var(--tag-round);
  line-height: var(--tag-height);
  padding: 0 var(--tag-x-padding);
}

.tag-link {
  transition: 0.3s;
}
.tag-link.tag {
  padding: 0;
  border-radius: var(--round-30);
  border: 1px solid var(--color-orange);
}
.tag-link > a {
  padding: 0.25em 0.75em;
  display: block;
  width: fit-content;
}
.tag-link:hover {
  --tag-color: var(--color-white);
  --tag-bg-color: var(--color-orange);
}

.tag-list {
  --tag-space: .25em 1em;
  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;
  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: flex;
  justify-content: 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: flex;
  align-items: center;
  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 {
  justify-content: 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);
  justify-content: center;
  width: var(--prev-next-back-link-width);
}
.prev-next__link.prev, .prev-next__link.next, .prev-next__link.back {
  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 (SP)
*
* ======================================== */
.top-greeting {
  position: relative;
  z-index: 1;
  padding-bottom: 100px;
  padding-top: 90px;
}
.top-greeting::after, .top-greeting::before {
  content: "";
  position: absolute;
  z-index: -1;
}
.top-greeting::before {
  width: 160px;
  aspect-ratio: 238/140;
  background: url("/img/common/family_illust.png") no-repeat top center/contain;
  bottom: 0;
  left: 5%;
  translate: 0% 0;
  z-index: 2;
}
.top-greeting::after {
  background: url("/img/common/house_illust.png") no-repeat top center/contain;
  bottom: 0;
  right: 0;
  aspect-ratio: 581/80;
  width: 300px;
  position: absolute;
  z-index: -1;
}
.top-greeting__inner {
  position: relative;
  z-index: 1;
  padding-inline: 5%;
}
.top-greeting__inner::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: url("/img/common/deco_tree01.png") no-repeat top center/contain;
  top: 0px;
  left: 1%;
  width: 87px;
  translate: 0 -110%;
  aspect-ratio: 174/151;
}
.top-greeting__ttl {
  font-size: var(--font-size-30);
  margin-bottom: 40px;
}
.top-greeting__container {
  justify-content: space-between;
  flex-direction: column;
}
.top-greeting__content {
  width: 100%;
  flex-shrink: 0;
}
.top-greeting__img {
  margin-top: 32px;
  width: min(760px, 100%);
}

/*------------------------------
*
* area
*
------------------------------*/
.area {
  background: url("/img/common/bg_round_top.png") no-repeat bottom center/max(767px, 100%) auto, url("/img/pattern/pat03.jpg") repeat center/auto;
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
}
.area::after {
  content: "";
  position: absolute;
  right: 2%;
  bottom: 20px;
  z-index: 1;
  width: 128px;
  aspect-ratio: 257/75;
  background: url("/img/common/deco_tree02.png") no-repeat top center/contain;
}
.area__sub-ttl {
  padding-left: 1.5em;
  position: relative;
  z-index: 1;
  font-size: var(--font-size-24);
  margin-bottom: 24px;
}
.area__sub-ttl::before {
  content: "";
  position: absolute;
  width: 0.8666666667em;
  height: 1.4em;
  z-index: -1;
  background: url("/img/common/icon_pinn.png") no-repeat top center/contain;
  position: absolute;
  top: 50%;
  left: 0%;
  translate: 0% -50%;
}
.area__container {
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
.area__content {
  width: 100%;
}
.area__img {
  width: min(510px, 90%);
  margin-inline: auto;
  margin-top: 32px;
}
.area__item {
  margin-bottom: 20px;
}
.area__item--fukui, .area__item--toyama {
  padding-right: 10px;
}
.area__item:last-of-type(1) {
  margin-bottom: 0px;
}
.area__prefecture {
  font-size: var(--font-size-22);
  margin-bottom: 8px;
}
.area__city {
  line-height: 2;
}
.area__city li:not(:last-child) {
  padding-right: 1em;
  position: relative;
}
.area__city li:not(:last-child)::after {
  content: "";
  width: 3px;
  height: 3px;
  display: block;
  border-radius: 50%;
  background: var(--color-text-main);
  position: absolute;
  right: 0.5em;
  top: 50%;
  translate: 50% -50%;
}

/*------------------------------
*
* top-seven
*
------------------------------*/
.top-seven {
  background: url("/img/pattern/pat03.jpg") repeat center/auto;
  padding-top: 0;
  position: relative;
  z-index: 2;
}
.top-seven__ttl {
  margin-top: -8px;
}
.top-seven__ttl:before {
  content: "";
  width: 3.4047619048em;
  height: 2.4761904762em;
  background: url("/img/common/rofu_illust.png") no-repeat top center/contain;
  display: block;
}
.top-seven::before {
  content: "";
  width: 100%;
  height: 480px;
  background: url("/img/common/bg_pat_round01.png") no-repeat bottom center/max(767px, 100%) auto, var(--color-base-ecru);
  z-index: -1;
  position: absolute;
}
.top-seven__list {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr;
  grid-template-areas: "item01" "item02" "item03" "item04" "sub-list";
}
.top-seven__list>li:has(.top-seven__sub-list) {
  grid-area: sub-list;
}
.top-seven__sub-list {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr;
  grid-template-areas: "item05" "item06" "item07";
  margin-top: 8px;
}
.top-seven__sub-list .top-seven-item {
  overflow: unset;
  background-color: var(--color-white);
  padding: 36px 20px;
  font-size: var(--font-size-18);
}
.top-seven__sub-list .top-seven-item:nth-child(1) {
  grid-area: item05;
}
.top-seven__sub-list .top-seven-item:nth-child(2) {
  grid-area: item06;
}
.top-seven__sub-list .top-seven-item:nth-child(3) {
  grid-area: item07;
}
.top-seven__sub-list .top-seven-item__number {
  left: 50%;
  top: 0;
  translate: -50% -50%;
  border-radius: 30px;
}
.top-seven-item {
  display: block;
  border: 4px solid var(--color-dark-lime-green);
  border-radius: var(--round-30);
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.top-seven-item--has-link {
  aspect-ratio: 510/340;
  padding: 24px 24px;
  display: grid;
  align-items: end;
}
.top-seven-item--has-link .top-seven-item__number {
  border-radius: 0 30px 30px 0;
  left: -4px;
  top: 30px;
}
.top-seven-item__btn {
  --btn-font-size: var(--font-size-20);
}
.top-seven-item > img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.top-seven-item__number {
  font-size: var(--font-size-24);
  text-align: center;
  width: 4.3333333333em;
  height: 1.8666666667em;
  place-content: center;
  line-height: 1;
  position: absolute;
  z-index: 10;
}
.top-seven-item:nth-child(1) {
  grid-area: item01;
}
.top-seven-item:nth-child(2) {
  grid-area: item02;
}
.top-seven-item:nth-child(3) {
  grid-area: item03;
}
.top-seven-item:nth-child(4) {
  grid-area: item04;
}

/*------------------------------
*
* top-case
*
------------------------------*/
.top-case {
  position: relative;
  padding-top: 0;
  z-index: 1;
  overflow: hidden;
  background: url("/img/pattern/pat03.jpg") repeat center/auto;
}
.top-case::before, .top-case::after {
  content: "";
  position: absolute;
  z-index: -1;
}
.top-case::before {
  background: url("/img/common/house_illust.png") no-repeat top center/contain;
  bottom: 0;
  left: 0;
  aspect-ratio: 581/80;
  width: 340px;
  position: absolute;
  z-index: -1;
  display: none;
}
.top-case::after {
  background: url("/img/top/case_br.png") no-repeat top center/contain;
  bottom: 0;
  right: 2%;
  width: 240px;
  aspect-ratio: 468/140;
}
.top-case__inner {
  min-width: auto;
  padding-inline: 5%;
}
.top-case__btn {
  margin: 32px auto 0;
  width: min(420px, 100%);
}

.case__container {
  --col-x-space: 32px;
  --col-y-space: 32px;
}

.case-article__link {
  display: block;
  border-radius: var(--round-30);
  background: var(--color-white);
  border: 4px solid var(--color-white);
  padding: 24px 5%;
  width: 100%;
}
.case-article__link:hover {
  border-color: var(--color-green);
}
.case-article__ttl {
  font-size: var(--font-size-22);
  margin-top: 19px;
  text-align: center;
}
.case-article__ttl > span {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case-article__item {
  position: relative;
  z-index: 1;
}
.case-article__item--before {
  margin-bottom: -24px;
  z-index: 5;
  width: 47.5%;
}
.case-article__item--before .case-article__img {
  border-radius: 50%;
  border: 4px solid var(--color-white);
  aspect-ratio: 1/1;
  width: 100%;
}
.case-article__item--before .case-article__img > img {
  border-radius: 50%;
}
.case-article__item--before .case-article__label {
  width: 100px;
  top: 10%;
  right: 0;
  translate: 110% 0;
}
.case-article__item--after .case-article__label {
  width: 90px;
  top: -2%;
  right: 40px;
  translate: 0 -100%;
}
.case-article__item--after .case-article__img {
  width: 100%;
  aspect-ratio: 340/250;
}
.case-article__item--after .case-article__img > img {
  border-radius: var(--round-30);
}
.case-article__label {
  position: absolute;
  z-index: 1;
}

/*------------------------------
*
* top-guide
*
------------------------------*/
.top-guide {
  background-color: var(--color-white);
}
.top-guide__list {
  --col-x-space: 24px;
  --col-y-space: 40px;
  justify-content: center;
}
.top-guide-item {
  max-width: 450px;
}
.top-guide-item__img {
  border-radius: var(--round-30);
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}
.top-guide-item__ttl {
  width: fit-content;
  margin-bottom: 16px;
  border-bottom: 4px solid var(--color-base-ecru);
  font-size: var(--font-size-24);
}
/*------------------------------
*
* top-thanks
*
------------------------------*/
.thanks {
  background-color: var(--color-white);
  padding-block: 75px 150px;
  position: relative;
  z-index: 1;
}
.thanks::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 95%;
  height: calc(100% - 75px);
  border-radius: 60px 0 0 60px;
  z-index: -1;
  background: url("/img/common/deco_tree03.png") no-repeat top 18px right 12px/140px auto, url("/img/common/house_illust.png") no-repeat bottom right/340px auto, url("/img/pattern/pat02.jpg") repeat center/auto;
}
.thanks__container {
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  padding-inline: 5% 0;
}
.thanks__ttl {
  margin-bottom: 32px;
}
.thanks__img {
  width: min(490px, 100%);
  margin-top: 40px;
}
.thanks__content {
  width: 100%;
}
.thanks__btn {
  width: min(420px, 100%);
  margin-inline: auto;
  margin-top: 32px;
}

/*------------------------------
*
* top-news
*
------------------------------*/
.top-news {
  padding-block: 75px;
}
.top-news__ttl {
  gap: 16px;
  margin-bottom: 32px;
}
.top-news__ttl::before {
  background: url("/img/common/ttl_deco_tree.png") no-repeat top center/contain;
  display: block;
  width: 2.4285714286em;
  height: 1.0476190476em;
  content: "";
}
.top-news__head {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
.top-news__btn {
  max-width: 440px;
  width: 100%;
  margin-top: 36px;
}
.top-news .cmn-post {
  width: 100%;
}

/*------------------------------
*
* cta
*
------------------------------*/
.cta {
  padding-block: 72px 36px;
  background: url("/img/common/bg_round_white.png") no-repeat bottom center/max(768px, 100%) auto, url("/img/pattern/pat01.jpg") repeat center/auto;
}
.cta__ttl {
  margin-bottom: 40px;
  margin-inline: auto;
  width: fit-content;
  flex-direction: row;
  font-size: var(--font-size-30);
  gap: 0.5em;
}
.cta__ttl::after, .cta__ttl::before {
  display: block;
  width: 2em;
  height: 0.9333333333em;
  content: "";
}
.cta__ttl::before {
  background: url("/img/common/cta_ttl_l.png") no-repeat top center/contain;
}
.cta__ttl::after {
  background: url("/img/common/cta_ttl_r.png") no-repeat top center/contain;
}
.cta__box {
  padding-bottom: 60px;
  position: relative;
  z-index: 1;
}
.cta__box::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - var(--font-size-30) * 0.5);
  border-radius: var(--round-30);
  background: url("/img/common/house_deco02.png") no-repeat bottom left 5%/160px auto, rgba(252, 240, 220, 0.4);
}
.cta__container {
  margin-top: 32px;
  gap: 16px;
  flex-direction: column;
  padding-inline: 5%;
}
.cta-item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  border-width: 1px;
  border-style: solid;
  border-radius: 50px;
}
.cta-item--tel {
  width: 100%;
}
.cta-item--tel .tel-area {
  justify-content: center;
  align-items: center;
}
.cta-item--line {
  width: 100%;
  gap: 16px;
}
.cta-item--line > img {
  width: 60px;
}
.cta-item--mail {
  width: 100%;
  gap: 12px;
}
.cta-item--mail::after {
  width: 18px;
  height: 10px;
  content: "";
  background: url("/img/common/arrow_black.png") no-repeat top center/contain;
}
.cta-item-btn {
  transition: 0.3s;
}
.cta-item-btn:hover {
  opacity: 0.7;
}

/* ===========================================
*
* company page (SP)
*
* ======================================== */
/*------------------------------
*
* business
*
------------------------------*/
.business {
  overflow: hidden;
  padding-bottom: 100px;
}
.business::after {
  content: "";
  position: absolute;
  z-index: -1;
  background: url("/img/common/house_illust.png") no-repeat top center/contain;
  bottom: 0;
  right: 0;
  aspect-ratio: 581/80;
  width: 340px;
}
.business-item {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  padding-left: 0;
  position: relative;
  z-index: 1;
  gap: 16px;
}
.business-item:not(:last-child) {
  margin-bottom: 48px;
}
.business-item__num {
  font-size: var(--font-size-30);
  width: 2.3em;
  height: 2.3em;
  padding-bottom: 0.1em;
  border-radius: 50%;
  line-height: 1;
  place-content: center;
  text-align: center;
  position: relative;
  z-index: 1;
  display: block;
  position: absolute;
  top: 5%;
  left: 5%;
}
.business-item__num::before {
  content: "";
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border-radius: 50%;
  border: 1px dashed var(--color-white);
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: -1;
}
.business-item__ttl {
  font-size: var(--font-size-24);
  margin-bottom: 16px;
}
.business-item__img {
  width: 100%;
  margin-inline: auto;
}

/*------------------------------
*
* info
*
------------------------------*/
.info {
  background: url("/img/pattern/pat03.jpg") repeat center/auto;
  position: relative;
  z-index: 1;
}
.info::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 160px;
  aspect-ratio: 238/140;
  background: url("/img/common/family_illust.png") no-repeat top center/contain;
  bottom: 0;
  right: 5%;
  z-index: 2;
}
.info__box {
  padding: 24px 5%;
  border-radius: var(--round-30);
}
.info__table {
  --table-th-width: 200px;
}

.main-content {
  overflow: hidden;
}

/* ===========================================
*
* single page
*
* ======================================== */
.single {
  position: relative;
  z-index: 5;
  padding: 48px 5%;
  border-radius: var(--round-20);
  background: var(--color-white);
}
.single__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.single__date {
  order: 1;
  font-size: var(--font-size-13);
  margin-bottom: 8px;
  line-height: 1;
  text-align: right;
  margin-left: auto;
}
.single__tags {
  order: 2;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.single__ttl {
  order: 3;
  width: 100%;
  font-size: var(--font-size-26);
  border-left: 4px solid var(--color-main);
  font-weight: var(--font-weight-bold);
  padding-left: 0.75em;
  margin-bottom: 40px;
}
.single__img {
  margin: 0 auto;
  width: 100%;
  margin-bottom: 32px;
}
.single__footer {
  margin-top: 48px;
  width: 100%;
}

/* ===========================================
*
* site page
*
* ======================================== */
.sitemap-list {
  max-width: 600px;
  margin: 0 auto;
}
.sitemap-list__item:not(:last-child) {
  margin-bottom: 5px;
}
.sitemap-list__link {
  width: 100%;
  padding: 0.8em 1em;
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgb(var(--color-text-main-rgb)/0.4);
  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-main-rgb)/0.4);
  border-right: 2px solid rgb(var(--color-text-main-rgb)/0.4);
  position: absolute;
  top: 50%;
  right: 1.5em;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s;
}
.sitemap-list__link:hover {
  color: var(--color-green);
  border-color: var(--color-green);
}
.sitemap-list__link:hover::after {
  right: 1em;
  border-color: var(--color-green);
}

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

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

/* ===========================================
*
* services-page (SP)
*
* ======================================== */
.service-links {
  padding-top: 80px;
}
.service-links__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  padding-inline: 5%;
}
.service-links__item {
  width: 100%;
  /* 上段2列 */
}
.service-links__item:nth-child(1), .service-links__item:nth-child(2) {
  grid-column: auto;
}
.service-links__item {
  /* 上段を中央揃え */
}
.service-links__item:nth-child(1) {
  grid-column: auto;
}
.service-links__item:nth-child(2) {
  grid-column: auto;
}
.service-links__item {
  /* 下段3列 */
}
.service-links__item:nth-child(3), .service-links__item:nth-child(4), .service-links__item:nth-child(5) {
  grid-column: auto;
}

.services-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.services-wrapper::after {
  content: "";
  position: absolute;
  z-index: -1;
  background: url("/img/common/house_illust.png") no-repeat top center/contain;
  bottom: 0;
  right: 0;
  aspect-ratio: 340/40;
  width: 340px;
  position: absolute;
  z-index: -1;
}

.service:not(:last-child) {
  margin-bottom: 80px;
}
.service__ttl {
  margin-bottom: 40px;
}
.service__flex {
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
.service__img {
  width: min(510px, 100%);
  aspect-ratio: 51/34;
  border-radius: var(--round-30);
  overflow: hidden;
  border: 4px solid var(--color-dark-lime-green);
  --col-y-space: 32px;
}
.service__sub-ttl {
  font-size: var(--font-size-28);
  font-weight: var(--font-weight-medium);
  color: var(--color-green);
  border-bottom: 4px solid var(--color-lime-green);
  line-height: 1;
  padding-bottom: 12px;
  margin-block: 40px 24px;
  width: fit-content;
}
.service__check-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.service__btn {
  margin-top: 36px;
  width: min(420px, 100%);
}

.vacant {
  background-color: var(--color-base-ecru);
}
.vacant__ttl {
  margin-bottom: 40px;
}
/* ===========================================
*
* case-studies-page (SP)
*
* ======================================== */
.case-studies {
  overflow: hidden;
}

/* ===========================================
*
* case-single
*
* ======================================== */
.case-single {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: column;
}
.case-single__left {
  width: 100%;
}
.case-single__content {
  width: 100%;
}

/* ===========================================
*
* guide-page (SP)
*
* ======================================== */
.section-deco-tree {
  position: relative;
  z-index: 1;
}
.section-deco-tree::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: url("/img/common/deco_tree01.png") no-repeat top center/contain;
  top: 12px;
  left: 1%;
  width: 87px;
  aspect-ratio: 174/151;
}

.guide-links {
  padding-top: 80px;
}
.guide-links__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  padding-inline: 5%;
}
/*------------------------------
*
* price
*
------------------------------*/
.price {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.price::after {
  content: "";
  position: absolute;
  z-index: -1;
  background: url("/img/common/house_illust.png") no-repeat top center/contain;
  bottom: 0;
  right: 0;
  aspect-ratio: 340/40;
  width: 340px;
  position: absolute;
  z-index: -1;
}
.price__container {
  border-radius: var(--round-30);
  padding: 40px 5%;
}
.price-item {
  border-bottom: 1px solid var(--color-lime-green);
  padding-bottom: 19px;
}
.price-item__header {
  display: flex;
  align-content: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 4px 24px;
  margin-bottom: 16px;
}
.price-item__ttl {
  flex-shrink: 0;
  flex-grow: 1;
  width: 100%;
  font-size: var(--font-size-20);
}
.price-item__price {
  flex-shrink: 0;
  flex-grow: 1;
  text-align: right;
  margin-left: auto;
  font-size: var(--font-size-18);
}
.price-item__price .sm{
  font-size: var(--font-size-12);
}
.price-item__note-list{
  font-size: var(--font-size-14);
  color: #727272;
  line-height: 2;
  margin-block: -.5em;
  padding-inline: 8px;
}
.price-item__note-list > li{
  position: relative;
  z-index: 1;
  padding-left: 1em;
}
.price-item__note-list > li::before{
  content: '';
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #727272;
  position: absolute;
  left: .5em;
  top: 1em;
  transform: translate(-50%,-50%);
}
.price-item__sentence {
  padding-inline: 8px;
}
.price-item:not(:last-child) {
  margin-bottom: 16px;
}

.price-section:nth-of-type(1) {
  margin-top: 48px;
}
.price-section:not(:nth-last-of-type(1)) {
  margin-bottom: 32px;
}
.price-section__ttl {
  margin-bottom: 20px;
}
.price-section__sentence, .price-section__list {
  padding-inline: 8px;
}
.price-section__list {
  margin-top: 12px;
  line-height: 2;
}

/*------------------------------
*
* flow
*
------------------------------*/
.flow {
  background: url("/img/common/bg_round_top.png") no-repeat bottom center/max(768px, 100%) auto, url("/img/pattern/pat03.jpg") repeat center/auto;
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
}
.flow::after {
  content: "";
  position: absolute;
  right: 2%;
  bottom: 20px;
  z-index: 1;
  width: 128px;
  aspect-ratio: 257/75;
  background: url("/img/common/deco_tree02.png") no-repeat top center/contain;
}
.flow-item:not(:last-child) {
  margin-bottom: 40px;
}
.flow-item__header {
  gap: 19px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 16px;
}
.flow-item__num {
  flex-shrink: 0;
  font-size: var(--font-size-28);
  width: 2.3em;
  height: 2.3em;
  padding-bottom: 0.1em;
  border-radius: 50%;
  line-height: 1;
  place-content: center;
  text-align: center;
  position: relative;
  z-index: 1;
  display: block;
}
.flow-item__num::before {
  content: "";
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border-radius: 50%;
  border: 1px dashed var(--color-white);
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: -1;
}
.flow-item__ttl {
  width: 100%;
  flex-shrink: 1;
}
.flow-item__body {
  width: 100%;
  margin-left: 0;
}
.flow-item__actions {
  display: flex;
  flex-wrap: wrap;
  margin-top: 32px;
  gap: 16px;
}

/*------------------------------
*
* qa よくあるご質問
*
------------------------------*/
.qa {
  position: relative;
  z-index: 1;
  background-color: var(--color-base-ecru);
  padding-top: 0;
}
.qa__ttl {
  margin-top: -8px;
}
.qa__ttl:before {
  content: "";
  width: 3.4047619048em;
  height: 2.4761904762em;
  background: url("/img/common/rofu_illust.png") no-repeat top center/contain;
  display: block;
}
.qa-list__item:not(:last-child) {
  margin-bottom: 32px;
}
.qa-list__item .question__mark {
  letter-spacing: 0;
  font-size: var(--font-size-36);
  margin-right: 8px;
  flex-shrink: 0;
  line-height: 1;
  align-items: center;
  margin-top: -0.125em;
}
.qa-list__item .question {
  position: relative;
  padding: 12px 5%;
  background-color: var(--color-white);
  border-radius: var(--round-20);
  cursor: pointer;
  align-items: center;
}
.qa-list__item .question.current .question__toggle::after {
  opacity: 0;
}
.qa-list__item .question__content {
  box-sizing: border-box;
  font-size: var(--font-size-22);
  width: 100%;
  flex-shrink: 1;
}
.qa-list__item .question__toggle {
  height: 36px;
  width: 36px;
  border-radius: 50%;
  background-color: var(--color-light-orange);
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  margin-left: 10px;
}
.qa-list__item .question__toggle::before, .qa-list__item .question__toggle::after {
  content: "";
  background-color: var(--color-white);
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  transition: 0.3s;
}
.qa-list__item .question__toggle::before {
  width: 12px;
  height: 2px;
}
.qa-list__item .question__toggle::after {
  width: 2px;
  height: 12px;
}
.qa-list__item .answer {
  position: relative;
  padding: 0 5%;
  margin-top: 24px;
}
/* ===========================================
*
* staff-page (SP)
*
* ======================================== */
.staff-wrapper {
  overflow: hidden;
  padding-bottom: 100px;
}
.staff-wrapper::after {
  content: "";
  position: absolute;
  z-index: -1;
  background: url("/img/common/house_illust.png") no-repeat top center/contain;
  bottom: 0;
  right: 0;
  aspect-ratio: 581/80;
  width: 340px;
}

/*------------------------------
*
* reason
*
------------------------------*/
.reason {
  margin-bottom: 80px;
}
.reason__flex {
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.reason__sentence {
  width: 100%;
}
.reason__img {
  width: min(490px, 100%);
  margin-top: 24px;
}

/*------------------------------
*
* gest
*
------------------------------*/
.gest {
  margin-bottom: 80px;
}
.gest__flex {
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.gest__sentence {
  width: 100%;
}
.gest__img {
  width: min(400px, 100%);
  margin-top: 32px;
}

/*------------------------------
*
* staff
*
------------------------------*/
.staff {
  margin-bottom: 80px;
}

/*------------------------------
*
* connection
*
------------------------------*/
.connection {
  margin-bottom: 80px;
}

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

/*# sourceMappingURL=style_sp.css.map */
