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

/* ===========================================
*
* header style
*
* ======================================== */
.header {
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 101;
}
.header__inner {
  padding: 10px 3.5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: var(--min-contents-width);
  margin: 0 auto;
  width: 100%;
  height: var(--header-height);
}

/* ===========================================
*
* footer style
*
* ======================================== */
.footer {
  position: relative;
  background: url("/img/common/footer_illust.png") no-repeat bottom 34px center/auto, var(--color-sub);
  padding: 64px 0;
}
.footer__bnrs {
  --col-x-space: 16px !important;
  --col-y-space: 16px !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 60px;
}
.footer__bnrs-item {
  border: 5px solid #ffebd4;
  background-color: var(--color-white);
  border-radius: var(--round-10);
  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;
  text-align: center;
  gap: 6px;
  padding-bottom: 4px;
  height: 100px;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer__bnrs-item:hover {
  border-color: var(--color-accent);
}
.footer__bnrs-item::after {
  content: "";
  width: 12px;
  height: 12px;
  background: url("/img/common/icon_window.png") no-repeat top center/contain;
  bottom: 4px;
  right: 4px;
  position: absolute;
  z-index: 1;
}
.footer__bnrs-logo {
  height: 38px;
  display: grid;
  place-content: center;
  width: 100%;
  gap: 6px;
}
.footer__bnrs-name {
  font-family: var(--font-sub);
  font-weight: var(--font-weight-bold);
  letter-spacing: var(--letter-spacing-small);
  left: 1px;
}
.footer__container {
  background-color: #e5f3d7;
  border-radius: var(--round-20);
  padding: 48px 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer__logo {
  margin: 0 auto 30px;
}
.footer__address {
  font-size: var(--font-size-14);
  font-weight: var(--font-weight-medium);
  line-height: 1;
}
.footer__info {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px 16px;
}
.footer__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer__tel-area {
  padding: 16px 5%;
  border-radius: var(--round-10);
  background-color: var(--color-white);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.footer-nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 4%;
  margin-top: 28px;
}
.footer-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 4%;
  margin: 0 auto;
  width: 48%;
}
.footer-nav__item {
  width: 100%;
}
.footer-nav__link {
  line-height: 1;
  font-size: 12px;
  padding: 1.25em 0;
  border-bottom: 1px solid rgb(var(--color-text-main-rgb)/0.3);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  display: block;
}
.footer-nav__link:hover {
  border-color: var(--color-accent);
}
.footer-nav__link.current {
  color: var(--color-accent);
  border-color: var(--color-accent);
}
.footer__copy {
  font-size: 11px;
  letter-spacing: var(--letter-spacing-small);
  text-align: center;
  line-height: 1.2;
  font-family: var(--font-sub);
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-top: 30px;
}

/* ===========================================
*  
*  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%;
  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%;
  -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 {
  font-size: var(--font-size-32);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 40px;
}
.cmn-ttl--center {
  /* 中央揃え */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.cmn-ttl--left {
  /* 左揃え */
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
}
.cmn-ttl--right {
  /* 右揃え */
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: right;
}
.cmn-ttl__main {
  font-size: 1em;
  letter-spacing: var(--letter-spacing-small);
  font-weight: var(--font-weight-bold);
  text-align: center;
  font-family: var(--font-sub);
  margin-block: -0.25em;
  display: inline-block;
}

/* cmn-border-bottom-ttl
-------------------------*/
.cmn-border-bottom-ttl {
  font-size: var(--font-size-20);
  font-weight: var(--font-weight-bold);
  font-family: var(--font-sub);
  letter-spacing: var(--letter-spacing-small);
  color: var(--color-sub);
  padding-bottom: 2px;
  border-bottom: 1px dotted var(--color-sub);
}

/* cmn-bg-ttl
-------------------------*/
.cmn-bg-ttl {
  --ttl-bg-color: var(--color-main);
  --ttl-color: var(--color-white);
  font-family: var(--font-sub);
  font-size: var(--font-size-24);
  font-weight: var(--font-weight-bold);
  letter-spacing: var(--letter-spacing-small);
  padding: 0.25em 24px;
  background-color: var(--ttl-bg-color);
  color: var(--ttl-color);
  border-radius: var(--round-10);
}

/*------------------------------
*
* tel style
*
------------------------------*/
.tel-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
}

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

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

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

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

/*------------------------------
*
* data list style
*
------------------------------*/
.main-data {
  --data-letter-spacing: var(--letter-spacing-small);
  --data-dt-text-align: center;
  --data-dt-x-padding: .75em;
  --data-dt-y-padding: 0.5553888889em;
  --data-dt-bg-color: var(--color-main);
  --data-dt-color: var(--color-white);
  --data-dt-width: 100px;
  --data-dt-round-size: var(--round-5);
  --data-dd-x-padding: 1em;
  --data-dd-y-padding: 0.5553888889em;
  --data-dd-bg-color: transparent;
  --data-dd-color: var(--color-main-text);
  --data-dd-width: calc(100% - var(--data-dt-width));
  --data-border-color: transparent;
  --data-dt-border-color: transparent;
  --data-dd-border-color: transparent;
  --data-width: 100%;
  --data-item-margin-bottom: 10px;
  --data-replace-size: 13px;
  --data-replace-space: 0.5em;
  width: var(--data-width);
  letter-spacing: var(--data-letter-spacing);
  font-size: var(--font-size-base);
  line-height: 1.667;
}
.main-data__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.main-data__item:not(:last-child) {
  margin-bottom: var(--data-item-margin-bottom);
}
.main-data dt,
.main-data dd {
  font-weight: var(--font-weight-medium);
  letter-spacing: var(--letter-spacing-regular);
}
.main-data dt {
  width: var(--data-dt-width);
  background-color: var(--data-dt-bg-color);
  color: var(--data-dt-color);
  text-align: var(--data-dt-text-align);
  padding-inline: var(--data-dt-x-padding);
  padding-block: var(--data-dt-y-padding);
  border-radius: var(--data-dt-round-size);
  display: grid;
  place-content: center;
}
.main-data dd {
  width: var(--data-dd-width);
  background-color: var(--data-dd-bg-color);
  color: var(--data-dd-color);
  padding-inline: var(--data-dd-x-padding);
  padding-block: var(--data-dd-y-padding);
}

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

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

/*------------------------------
*
* business-info
*
------------------------------*/
.cmn-business-info {
  /* 営業時間・定休日をまとめたdl */
  gap: 5px 16px;
  font-size: var(--font-size-13);
}
.cmn-business-info__item {
  gap: 5px 8px;
  font-family: var(--font-sub);
  font-weight: var(--font-weight-medium);
  letter-spacing: var(--letter-spacing-small);
}
.cmn-business-info__item dt {
  color: var(--color-white);
  background-color: var(--color-main);
  line-height: 1;
  padding: 0.2142857143em 6px;
  text-align: center;
  border-radius: 1em;
}

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

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

/*------------------------------
*
* btn style
*
------------------------------*/
.cmn-btn--rounded {
  border-radius: var(--round-20);
}
.cmn-btn--rounded-full {
  border-radius: var(--round-full);
}
.cmn-btn--primary {
  display: block;
  font-size: var(--btn-font-size);
  font-weight: var(--btn-font-weight);
  letter-spacing: var(--btn-letter-space);
  line-height: var(--btn-line-height);
  font-family: var(--btn-font-family);
  text-align: center;
  padding-block: var(--btn-padding-y);
  padding-inline: var(--btn-padding-x);
  position: relative;
  z-index: 1;
  background-color: var(--color-accent);
  color: var(--color-white);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cmn-btn--primary:hover {
  background-color: var(--color-sub);
  color: var(--color-white);
  opacity: 1;
}
.cmn-btn--line {
  --btn-height: 58px;
  --btn-padding-y: calc(
    (var(--btn-height) - var(--btn-font-size) * var(--btn-line-height)) / 2
  );
  display: block;
  font-size: var(--btn-font-size);
  font-weight: var(--btn-font-weight);
  letter-spacing: var(--btn-letter-space);
  line-height: var(--btn-line-height);
  font-family: var(--btn-font-family);
  text-align: center;
  padding-block: var(--btn-padding-y);
  padding-inline: var(--btn-padding-x);
  position: relative;
  z-index: 1;
  background-color: var(--color-white);
  color: var(--color-text-main);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid var(--color-line);
}
.cmn-btn--line:hover {
  background-color: rgb(var(--color-white-rgb)/0.7);
  color: rgb(var(--color-text-main-rgb)/0.7);
  border-color: var(--color-line);
  opacity: 1;
}
.cmn-btn--icon-line > span {
  position: relative;
  z-index: 1;
  display: inline-block;
}
.cmn-btn--icon-line > span::before {
  background: url(../img/common/icon_line.svg) no-repeat center/contain;
  width: 24px;
  height: 24px;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 62.5%;
  translate: -43px -50%;
  content: "";
}
.cmn-btn--icon-mail {
  --btn-height: 60px;
  --btn-padding-y: calc(
    (var(--btn-height) - var(--btn-font-size) * var(--btn-line-height)) / 2
  );
}
.cmn-btn--icon-mail > span {
  position: relative;
  z-index: 1;
  display: inline-block;
}
.cmn-btn--icon-mail > span::before {
  background: url(../img/common/icon_mail.png) no-repeat center/contain;
  width: 16px;
  height: 12px;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 62.5%;
  translate: -30px -50%;
  content: "";
}
.cmn-btn--arrow-right {
  position: relative;
  z-index: 1;
}
.cmn-btn--arrow-right::after {
  content: "";
  width: 6px;
  height: 10px;
  background: url("/img/common/arrow_right_white.svg") no-repeat top center/contain;
  position: absolute;
  right: 12px;
  top: 50%;
  translate: 0 -50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cmn-btn--arrow-right:hover::after {
  translate: 25% -50%;
}
.cmn-btn--xs {
  max-width: var(--btn-width-xs);
}
.cmn-btn--sm {
  width: var(--btn-width-small);
}
.cmn-btn--rg {
  width: var(--btn-width-regular);
}
.cmn-btn--md {
  width: var(--btn-width-medium);
}
.cmn-btn--lg {
  width: var(--btn-width-large);
}
.cmn-btn--xl {
  width: var(--btn-width-xl);
}
.cmn-btn--center {
  margin: 0 auto;
}
.cmn-btn--left {
  margin-right: auto;
}
.cmn-btn--right {
  margin-left: auto;
}

/*------------------------------
*
* mv main visual
*
------------------------------*/
.mv {
  width: 100%;
  position: relative;
  z-index: 1;
}
.mv__catch {
  width: 92.5333333333%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-49.6%, -50%);
          transform: translate(-49.6%, -50%);
  z-index: 20;
}
.mv__catch > img {
  width: 100%;
}
.mv picture {
  display: block;
}

/* 
swiper
-------------------------*/
.mv__swiper.swiper {
  width: 100%;
  height: clamp(500px, 96vw, 1070px);
}

/*------------------------------
*
* main style sv(sub visual)
*
------------------------------*/
.sv {
  width: 100%;
  position: relative;
  z-index: 1;
  height: clamp(280px, 31.25vw, 400px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.sv__catch {
  position: absolute;
  top: calc(50% + 43px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 20;
  font-size: var(--font-size-30);
  letter-spacing: var(--letter-spacing-small);
  font-weight: var(--font-weight-bold);
  text-align: center;
  font-family: var(--font-sub);
  color: var(--color-sub);
  border: 5px solid var(--color-theme);
  border-radius: var(--round-20);
  background-color: var(--color-white);
  padding: 0.375em 1em;
  min-width: 10em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
.sv__catch::after, .sv__catch::before {
  content: "";
  position: absolute;
  z-index: 1;
}
.sv__catch::before {
  background: url("/img/sv/sv_catch_deco_left.png") no-repeat top center/contain;
  width: 0.925em;
  height: 1.175em;
  bottom: 0;
  left: 0;
  translate: 0.25em 0.325em;
}
.sv__catch::after {
  background: url("/img/sv/sv_catch_deco_right.png") no-repeat top center/contain;
  width: 2.05em;
  height: 2.125em;
  top: 0;
  right: 0;
  translate: 0.3em -0.5em;
}

/*------------------------------
*
* 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);
  font-weight: var(--pagenation-item-font-weight);
  margin: 0 var(--pagenation-item-space);
  color: var(--pagenation-item-color);
  background: var(--pagenation-item-bg-color);
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -ms-flex-line-pack: center;
      align-content: center;
  border: 2px solid var(--pagenation-item-color);
}
.pagenation li > a {
  width: var(--pagenation-item-width);
  height: var(--pagenation-item-height);
}
.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: var(--color-white);
  --post-width: 100%;
  --post-item-margin: 16px;
  --post-item-flex-margin-space: 12px;
  --post-link-padding: 16px 5% ;
  --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%;
  border-radius: var(--round-10);
  background-color: var(--post-item-bg-color, transparent);
  --hov-bg-color-to: var(--darken-theme-color);
}
.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 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: var(--post-item-flex-margin-space, 12px);
  gap: 8px;
}
.cmn-post__tags {
  width: 100%;
}
.cmn-post__link {
  padding: var(--post-link-padding, 20px 30px);
}
.cmn-post__date {
  line-height: 1;
  font-family: var(--font-sub);
  letter-spacing: var(--letter-spacing-small);
  color: var(--color-sub);
  font-size: var(--post-date-font-size, 16px);
  font-weight: var(--font-weight-bold);
}
.cmn-post__ttl {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  letter-spacing: var(--letter-spacing-small);
  line-height: 1.2;
  width: 100%;
  font-size: var(--post-title-font-size, 16px);
}

/*------------------------------
*
* tag
*
------------------------------*/
.tag {
  --tag-font-size: 12px;
  --tag-height: 1;
  --tag-x-padding: 9px;
  --tag-color: var(--color-text-main);
  --tag-dot-color: var(--color-accent);
  display: inline-block;
  font-size: var(--tag-font-size);
  color: var(--tag-color);
  background-color: var(--tag-bg-color);
  letter-spacing: var(--letter-spacing-small);
  font-weight: var(--font-weight-bold);
  line-height: var(--tag-height);
  padding: 0 var(--tag-x-padding);
  font-family: var(--font-sub);
  position: relative;
  z-index: 1;
}
.tag::after {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  top: 50%;
  right: 0;
  translate: 50% -50%;
  background-color: var(--tag-dot-color);
  border-radius: 6px;
}
.tag:first-child::before {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  top: 50%;
  left: 0;
  translate: -50% -50%;
  background-color: var(--tag-dot-color);
  border-radius: 6px;
}

.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 {
  color: var(--color-accent);
}

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

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

_ .tag-btn {
  padding: var(--tag-btn-padding);
  background-color: var(--tag-btn-bg-color);
  color: var(--tag-btn-color);
  border: 2px solid var(--tag-btn-color);
  border-radius: var(--tag-btn-round);
  font-size: var(--tag-btn-font-size);
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 1;
}
_ .tag-btn:hover, _ .tag-btn.current {
  color: var(--tag-btn-current-color);
  background-color: var(--tag-btn-current-bg-color);
  border: 2px solid 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);
  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);
  border: 2px solid 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;
}

/* cmn-box
-------------------------*/
.cmn-box {
  background-color: var(--color-white);
  border: 5px solid var(--color-theme);
  border-radius: var(--round-20);
  padding: 30px 4%;
}

/* ----------------------------------------------------
*  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
*
* ======================================== */
/*------------------------------
*
* troubles
*
------------------------------*/
.troubles__wrapper {
  background: url("/img/top/trouble_bg.png") no-repeat top center/max(1280px, 100%);
  overflow: hidden;
}

.troubles {
  position: relative;
  z-index: 1;
}
.troubles__ttl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 1;
  margin-inline: auto;
  margin-bottom: 32px;
}
.troubles__ttl::after {
  content: "";
  position: absolute;
  background: url("/img/top/trouble_ttl_deco.png") no-repeat top center/contain;
  top: 0;
  left: 0;
  translate: -100% -100%;
  width: 30px;
  aspect-ratio: 1/1;
}
.troubles__box {
  padding-block: 64px;
  padding-inline: 5%;
  border-width: 8px;
  border-radius: 24px;
  background: url("/img/top/trouble_box_bg.jpg") no-repeat top center/cover;
  position: relative;
  z-index: 1;
}
.troubles__box::after, .troubles__box::before {
  content: "";
  position: absolute;
  z-index: 1;
}
.troubles__box::before {
  width: min(140px, 100%);
  aspect-ratio: 307/300;
  background: url("/img/top/trouble_illust_top.png") no-repeat top center/contain;
  top: 0;
  right: 0;
  translate: 34px -50px;
}
.troubles__box::after {
  width: min(80px, 100%);
  aspect-ratio: 177/217;
  background: url("/img/top/trouble_illust_bottom.png") no-repeat top center/contain;
  bottom: 0;
  right: 0;
  translate: 30px -24px;
}
.troubles__list {
  position: relative;
  z-index: 1;
  margin-inline: auto;
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px 4%;
}
.troubles__list::before {
  display: block;
  content: "";
  width: 100%;
  aspect-ratio: 498/426;
  background: url("/img/top/trouble_house_sp.png") no-repeat top center/contain;
  margin: 0 auto 48px;
}
.troubles-item {
  width: 48%;
  max-width: 120px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.troubles-item img {
  max-width: 110px;
}
.troubles-item::before {
  content: "";
  font-size: var(--font-size-18);
  position: absolute;
  top: 0%;
  left: 50%;
  translate: -50% -50%;
  width: 1.75em;
  height: 1.75em;
  border-radius: 50%;
  background-color: var(--color-accent);
  font-family: var(--font-sub);
  font-weight: var(--font-weight-bold);
  letter-spacing: var(--letter-spacing-small);
  padding-bottom: 0.1em;
  color: var(--color-white);
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.troubles-item:nth-child(1)::before {
  content: "1";
}
.troubles-item:nth-child(2)::before {
  content: "2";
}
.troubles-item:nth-child(3)::before {
  content: "3";
}
.troubles-item:nth-child(3) img {
  max-width: 127px;
}
.troubles-item:nth-child(4)::before {
  content: "4";
}
.troubles-item:nth-child(5)::before {
  content: "5";
}
.troubles-item:nth-child(6)::before {
  content: "6";
}
.troubles-item:nth-child(7)::before {
  content: "7";
}

/*------------------------------
*
* counsel
*
------------------------------*/
.counsel {
  position: relative;
  z-index: 1;
  padding-bottom: 32px;
}
.counsel::after {
  content: "";
  z-index: 2;
  width: min(130px, 100%);
  aspect-ratio: 265/174;
  background: url("/img/top/counsel_illust.png") no-repeat top center/contain;
  position: absolute;
  bottom: 0px;
  right: 7.34375%;
}
.counsel__ttl {
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 1;
  font-size: var(--font-size-24);
  line-height: 1.3em;
  margin-bottom: 40px;
}
.counsel__ttl::after, .counsel__ttl::before {
  content: "";
  position: absolute;
  z-index: -1;
}
.counsel__ttl::before {
  width: 3.5666666667em;
  height: 4.9em;
  background: url("/img/top/ttl_counsel_deco_left.png") no-repeat top center/contain;
  left: 0;
  top: 50%;
  translate: -4.3333333333em -50%;
}
.counsel__ttl::after {
  width: 5.0333333333em;
  height: 5.5666666667em;
  background: url("/img/top/ttl_counsel_deco_right.png") no-repeat top center/contain;
  translate: 4.2333333333em -50%;
  top: 50%;
  right: 0;
}
.counsel__container {
  display: block;
}
.counsel__img {
  width: min(500px, 100%);
  margin-inline: auto;
  margin-top: 32px;
}
.counsel__content {
  width: 100%;
}

/*------------------------------
*
* top-service
*
------------------------------*/
.top-service {
  position: relative;
  z-index: 1;
  background: url("/img/common/pattern_bg.jpg") repeat center/auto;
}
.top-service::before {
  content: "";
  z-index: -1;
  width: 90%;
  height: calc(100% - 32px);
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  background: url("/img/exterior-painting/period_deco_border.png") repeat-x top center/auto 11px, url("/img/exterior-painting/period_deco_border.png") repeat-x bottom center/auto 11px;
}
.top-service__ttl {
  font-size: var(--font-size-30);
  margin-bottom: 32px;
}
.top-service-item {
  --col-x-space: 32px;
  --col-y-space: 32px;
}
.top-service-item:nth-child(even) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top-service-item__ttl {
  padding-left: 1.8em;
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.top-service-item__ttl::before {
  content: "";
  width: 0.66em;
  height: 0.66em;
  background: url("/img/common/check_mark.svg") no-repeat top center/contain;
  position: absolute;
  top: 50%;
  left: 0.66em;
  translate: 0% -50%;
}
.top-service-item__btn {
  width: 100%;
  margin-top: 24px;
  margin-inline: auto;
}
.top-service-item:not(:last-child) {
  margin-bottom: 56px;
}

/*------------------------------
*
* reason
*
------------------------------*/
.reason {
  background: url("/img/top/reason_bg.png") no-repeat top center/cover;
  overflow: hidden;
}
.reason__ttl {
  font-size: var(--font-size-30);
  text-shadow: rgb(255, 255, 255) 5px 0px 0px, rgb(255, 255, 255) 4.90033px 0.993347px 0px, rgb(255, 255, 255) 4.60531px 1.94709px 0px, rgb(255, 255, 255) 4.12668px 2.82321px 0px, rgb(255, 255, 255) 3.48353px 3.58678px 0px, rgb(255, 255, 255) 2.70151px 4.20736px 0px, rgb(255, 255, 255) 1.81179px 4.6602px 0px, rgb(255, 255, 255) 0.849836px 4.92725px 0px, rgb(255, 255, 255) -0.145998px 4.99787px 0px, rgb(255, 255, 255) -1.13601px 4.86924px 0px, rgb(255, 255, 255) -2.08073px 4.54649px 0px, rgb(255, 255, 255) -2.94251px 4.04248px 0px, rgb(255, 255, 255) -3.68697px 3.37732px 0px, rgb(255, 255, 255) -4.28444px 2.57751px 0px, rgb(255, 255, 255) -4.71111px 1.67494px 0px, rgb(255, 255, 255) -4.94996px 0.7056px 0px, rgb(255, 255, 255) -4.99147px -0.291871px 0px, rgb(255, 255, 255) -4.83399px -1.27771px 0px, rgb(255, 255, 255) -4.48379px -2.2126px 0px, rgb(255, 255, 255) -3.95484px -3.05929px 0px, rgb(255, 255, 255) -3.26822px -3.78401px 0px, rgb(255, 255, 255) -2.4513px -4.35788px 0px, rgb(255, 255, 255) -1.53666px -4.75801px 0px, rgb(255, 255, 255) -0.560763px -4.96845px 0px, rgb(255, 255, 255) 0.437495px -4.98082px 0px, rgb(255, 255, 255) 1.41831px -4.79462px 0px, rgb(255, 255, 255) 2.34258px -4.41727px 0px, rgb(255, 255, 255) 3.17346px -3.86382px 0px, rgb(255, 255, 255) 3.87783px -3.15633px 0px, rgb(255, 255, 255) 4.4276px -2.32301px 0px, rgb(255, 255, 255) 4.80085px -1.39708px 0px, rgb(255, 255, 255) 4.98271px -0.415447px 0px;
  margin-bottom: 32px;
}
.reason__sub-ttl {
  background-color: var(--color-sub);
  font-size: var(--font-size-22);
  padding-inline: 5%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: clamp(3rem, calc(2.3705035971rem + 0.0287769784 * 100vw), 3.75rem);
}
.reason__sub-ttl::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0%;
  width: calc(100% + 120px);
  height: 64px;
  z-index: 10;
  background: url("/img/top/reason_sub_ttl_right.png") no-repeat bottom right/auto 100%, url("/img/top/reason_sub_ttl_left.png") no-repeat bottom left/auto 90%;
}
.reason__sub-ttl::after {
  content: "";
  width: 16px;
  height: 10px;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 100%;
  background-color: var(--color-sub);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.reason__box {
  position: relative;
  z-index: 1;
  -webkit-padding-after: clamp(2.25rem, calc(1.7778776978rem + 0.0215827338 * 100vw), 2.8125rem);
          padding-block-end: clamp(2.25rem, calc(1.7778776978rem + 0.0215827338 * 100vw), 2.8125rem);
  padding-inline: 5%;
}
.reason__box::after {
  content: "";
  width: 100%;
  height: calc(100% - 40px);
  border-radius: var(--round-20);
  background-color: var(--color-white);
  border: 10px solid var(--color-theme);
  position: absolute;
  z-index: -2;
  bottom: 0;
  left: 0;
}
.reason__img {
  margin-inline: auto;
  margin-bottom: clamp(2.25rem, calc(1.7778776978rem + 0.0215827338 * 100vw), 2.8125rem);
  width: min(600px, 90%);
  margin-top: 32px;
}
.reason__list {
  --col-x-space: 32px;
  --col-y-space: 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}
.reason__list::after, .reason__list::before {
  position: absolute;
  z-index: -1;
  content: "";
}
.reason__list::before {
  width: min(120px, 100%);
  aspect-ratio: 305/165;
  background: url("/img/top/reson_illust_left.png") no-repeat top center/contain;
  position: absolute;
  bottom: 0;
  left: 0;
  translate: -12% 120%;
}
.reason__list::after {
  width: min(96px, 100%);
  aspect-ratio: 179/183;
  background: url("/img/top/reson_illust_right.png") no-repeat top center/contain;
  position: absolute;
  bottom: 0;
  right: 0;
  translate: 25% 75%;
  z-index: 1;
}
.reason-item {
  padding: 24px 5%;
  border-radius: var(--round-20);
  background-color: var(--color-theme);
}
.reason-item__head {
  margin-bottom: 12px;
  border-bottom: 2px dotted var(--color-sub);
  padding-bottom: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
}
.reason-item__num {
  font-size: var(--font-size-18);
  font-family: var(--font-sub);
  font-weight: var(--font-weight-bold);
  letter-spacing: var(--letter-spacing-medium);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  color: var(--color-accent);
}
.reason-item__num .num {
  display: block;
  font-size: var(--font-size-18);
  letter-spacing: var(--letter-spacing-none);
  width: 1.25em;
  height: 1.25em;
  line-height: 1.25em;
  text-align: center;
  padding-bottom: 0.1em;
  border-radius: var(--round-full);
  color: var(--color-white);
  background: var(--color-accent);
}
.reason-item__ttl {
  font-size: var(--font-size-22);
  font-family: var(--font-sub);
  font-weight: var(--font-weight-bold);
  letter-spacing: var(--letter-spacing-medium);
  color: var(--color-sub);
  width: 100%;
}
.reason-item__body {
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.reason-item__sentence {
  width: 100%;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.reason-item__icon {
  width: min(80px, 100%);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/*------------------------------
*
* area
*
------------------------------*/
.area {
  background-color: var(--color-theme);
  padding-bottom: 0;
}
.area__ttl {
  font-size: var(--font-size-30);
  margin-bottom: 32px;
}
.area__container {
  display: block;
}
.area__img {
  width: min(420px, 80%);
  margin-inline: auto;
  margin-top: 32px;
}
.area__content {
  width: 100%;
  position: relative;
  z-index: 1;
}
.area__content::after {
  content: "";
  width: min(100px, 100%);
  aspect-ratio: 206/166;
  background: url("/img/top/area_illust.png") no-repeat top center/contain;
  position: absolute;
  top: 0;
  right: 5%;
  translate: 0 -50%;
}

/*------------------------------
*
* flow
*
------------------------------*/
.flow {
  position: relative;
  z-index: 1;
  background: var(--color-theme);
}
.flow::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 300px;
  background-color: var(--color-sub);
  bottom: 0;
  left: 0;
}
.flow__ttl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 1;
  font-size: var(--font-size-30);
  margin-bottom: 48px;
}
.flow__ttl::after {
  content: "";
  width: 65px;
  height: 32px;
  background: url("/img/top/ttl_flow_shape.svg") no-repeat top center/contain;
  position: absolute;
  top: 62.5%;
  right: 0;
  translate: 80px -50%;
}
.flow__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px 16px;
}
.flow-item {
  position: relative;
  z-index: 1;
  padding: 36px 5px 20px;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 12px;
  background-color: var(--color-white);
  -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.3);
  border-radius: var(--round-20);
}
.flow-item:not(:last-child) {
  position: relative;
  z-index: 1;
}
.flow-item:not(:last-child)::after {
  content: "";
  width: 20px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 0px;
  translate: 50% -50%;
  background-color: var(--color-accent);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.flow-item::before {
  content: "";
  width: 40.5px;
  height: 45px;
  background: url("/img/top/flow_item_deco.png") no-repeat top center/contain;
  right: 0;
  bottom: 2px;
  translate: 25% 0;
  position: absolute;
  z-index: -1;
}
.flow-item__text {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  font-family: var(--font-sub);
  font-weight: var(--font-weight-bold);
  letter-spacing: var(--letter-spacing-medium);
  font-size: var(--font-size-16);
  text-align: center;
}
.flow-item__num {
  font-size: var(--font-size-15);
  font-family: var(--font-sub);
  font-weight: var(--font-weight-bold);
  letter-spacing: var(--letter-spacing-medium);
  background-color: var(--color-main);
  border-radius: var(--round-full);
  color: var(--color-white);
  line-height: 30px;
  text-align: center;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-inline: 1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 0%;
  left: 50%;
  translate: -50% -50%;
}
.flow-item__num .num {
  font-size: var(--font-size-18);
}
.flow-item__icon {
  width: min(70px, 100%);
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

/*------------------------------
*
* cta
*
------------------------------*/
.cta {
  background: url("/img/top/cta_bg.jpg") no-repeat top center/cover;
  position: relative;
  z-index: 10;
}
.cta::after {
  content: "";
  width: min(120px, 100%);
  aspect-ratio: 370/140;
  background: url("/img/top/cta_illust.png") no-repeat top center/contain;
  position: absolute;
  top: 0;
  right: 3%;
  translate: 0 -40%;
}
.cta__ttl {
  font-size: var(--font-size-30);
  margin-bottom: 32px;
  margin-inline: auto;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
  padding-inline: 0.8em;
}
.cta__ttl::after {
  content: "";
  width: 100%;
  height: 0.7em;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: -1;
  background: url("/img/top/cta_ttl_left.png") no-repeat left center/contain, url("/img/top/cta_ttl_right.png") no-repeat right center/contain;
}
.cta__box {
  padding-block: clamp(2.25rem, calc(1.7778776978rem + 0.0215827338 * 100vw), 2.8125rem);
  padding-inline: 5%;
  background-color: var(--color-white);
  border-radius: var(--round-20);
  -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
}
.cta__box::after {
  content: "";
  width: 31px;
  height: 41px;
  background: url("/img/top/cta_deco.png") no-repeat top center/contain;
  position: absolute;
  bottom: 0;
  right: 0;
  translate: 15% -2%;
}
.cta__container {
  display: block;
  margin-top: 32px;
}
.cta-item {
  padding-block: 20px;
  padding-inline: 5%;
  border-radius: var(--round-20);
}
.cta-item:not(:last-child) {
  margin-bottom: 24px;
}
.cta-item--line {
  background-color: #daf7e6;
}
.cta-item--line .cta-item__ttl {
  margin-bottom: 20px;
}
.cta-item--contact {
  background-color: #ffebd4;
}
.cta-item--contact .cta-item__ttl {
  margin-bottom: 20px;
}
.cta-item--tel {
  background-color: var(--color-theme);
}
.cta-item--tel .cta-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cta-item__ttl {
  font-size: var(--font-size-18);
  letter-spacing: var(--letter-spacing-medium);
  margin-bottom: 9px;
}
.cta-item__btn--line {
  width: 100%;
}
.cta__business-info {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cta__tel-area {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.cta__tel-area .tel {
  --tel-font-size: var(--font-size-28);
}

/*------------------------------
*
* page-link
*
------------------------------*/
.page-link__container {
  display: block;
}
.page-link-item {
  max-width: 360px;
  margin-inline: auto;
}
.page-link-item:not(:last-child) {
  margin-bottom: 24px;
}

/*------------------------------
*
* top-news
*
------------------------------*/
.top-news {
  background-color: var(--color-theme);
  position: relative;
  z-index: 10;
}
.top-news::after, .top-news::before {
  content: "";
  position: absolute;
  z-index: -1;
}
.top-news::after {
  background: url("/img/top/news_deco_left.png") no-repeat top center/contain;
  top: -48px;
  left: 0%;
  width: min(110px, 100%);
  aspect-ratio: 226/252;
}
.top-news::before {
  width: min(120px, 100%);
  aspect-ratio: 245/208;
  bottom: 30px;
  right: 2%;
  background: url("/img/top/news_deco_right.png") no-repeat top center/contain;
}
.top-news__ttl {
  font-size: var(--font-size-30);
  margin-bottom: 32px;
}
.top-news__btn {
  width: 200px;
  margin-top: 32px;
}
.top-news .cmn-post {
  width: 100%;
}

/* ===========================================
*
* exterior-painting-page
* roof-painting-page
*
* ======================================== */
/*------------------------------
*
* purpose
*
------------------------------*/
.purpose-item:not(:last-child) {
  margin-bottom: 48px;
}
.purpose-item__ttl {
  margin-bottom: 24px;
}
.purpose--exterior-painting {
  background: url("/img/exterior-painting/purpose_bg.jpg") no-repeat top center/cover;
}
.purpose--roof-painting {
  background: url("/img/roof-painting/purpose_bg.jpg") no-repeat top center/cover;
}

/*------------------------------
*
* period
*
------------------------------*/
.period {
  position: relative;
  z-index: 0;
}
.period--exterior-painting {
  background: url("/img/exterior-painting/period_deco_left.png") no-repeat top 32px left 20px/20%, url("/img/exterior-painting/period_deco_right.png") no-repeat top 95px right 2%/30%, url("/img/exterior-painting/period_bg.jpg") no-repeat top center/cover;
}
.period--roof-painting {
  background: url("/img/roof-painting/period_deco_left.png") no-repeat top 32px left 2%/20%, url("/img/roof-painting/period_deco_right.png") no-repeat top 95px right 2%/30%, url("/img/roof-painting/period_bg.jpg") no-repeat top center/cover;
}
.period::before {
  content: "";
  z-index: -1;
  width: 90%;
  height: calc(100% - 32px);
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  background: url("/img/exterior-painting/period_deco_border.png") repeat-x top center/auto 8px, url("/img/exterior-painting/period_deco_border.png") repeat-x bottom center/auto 8px;
}
.period__container {
  display: block;
}
.period__img {
  width: min(280px, 100%);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-inline: auto;
  margin-top: 32px;
}
.period__sentence {
  width: 100%;
}
.period__box:not(:nth-last-of-type(1)) {
  margin-bottom: 48px;
}

/*------------------------------
*
* paint
*
------------------------------*/
.paint {
  background: url("/img/exterior-painting/paint_bg.jpg") no-repeat center/cover;
  position: relative;
  z-index: 1;
}
.paint::after {
  content: "";
  position: absolute;
  width: min(110px, 100%);
  aspect-ratio: 212/167;
  background: url("/img/exterior-painting/paint_illust.png") no-repeat top center/contain;
  right: 10%;
  top: 0;
  translate: 0 -44px;
}
.paint__list {
  --col-x-space: 16px;
  --col-y-space: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.paint-item {
  border-radius: var(--round-10);
  padding: 12px;
  text-align: center;
}
.paint-item__ttl {
  font-size: var(--font-size-18);
  padding-bottom: 4px;
  margin-bottom: 4px;
  border-bottom: 1px dashed var(--color-text-main);
}
.paint-item__text {
  font-size: var(--font-size-18);
}

@media screen and (max-width: 560px) {
  .paint-item.col-item {
    width: 100%;
    max-width: 300px;
  }
}
/*------------------------------
*
* subsidy
*
------------------------------*/
.subsidy {
  background-color: var(--color-theme);
}
/*------------------------------
*
* works
*
------------------------------*/
.works {
  position: relative;
  z-index: 1;
  padding-top: 0;
}
.works__ttl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px;
}
.works__ttl .cmn-ttl__main {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.works__ttl::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  border-top: 1px dotted var(--color-text-main);
}

.works-item {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 1;
}
.works-item::after {
  content: "";
  width: 12%;
  aspect-ratio: 123/84;
  background: url("/img/exterior-painting/works_arrow.svg") no-repeat top center/contain;
  position: absolute;
  bottom: 10%;
  left: 22%;
}
.works-item:not(:last-child) {
  margin-bottom: 36px;
}
.works-item__content {
  position: relative;
  z-index: 1;
}
.works-item__content--before {
  width: 32%;
}
.works-item__content--before .works-item__label {
  background-color: var(--color-sub);
  font-size: var(--font-size-15);
  padding-inline: 1em;
  white-space: nowrap;
  z-index: 1;
}
.works-item__content--after {
  width: 64%;
}
.works-item__content--after .works-item__label {
  background-color: var(--color-accent);
  font-size: var(--font-size-20);
  padding-inline: 1em;
}
.works-item__img {
  aspect-ratio: 40/25;
}
.works-item__img > img {
  -webkit-filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.3));
  border-radius: var(--round-20);
  display: block;
}
.works-item__label {
  position: absolute;
  z-index: 10;
  top: 0%;
  left: 50%;
  translate: -50% -12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--color-white);
  font-family: var(--font-sub);
  letter-spacing: var(--letter-spacing-small);
  border-radius: 1em;
  text-align: center;
}
.works-item:not(:last-child) {
  margin-bottom: 60px;
}

/*------------------------------
*
* service
*
------------------------------*/
.service__container {
  display: block;
}
.service__img {
  width: min(430px, 100%);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-inline: auto;
  margin-top: 32px;
}
.service__content {
  width: 100%;
}

/* ===========================================
*
* customer-voice-page
*
* ======================================== */
/*------------------------------
*
* voice
*
------------------------------*/
.voice {
  background: url("/img/customer-voice/voice_left.png") no-repeat top 24px left/24.453125%, url("/img/customer-voice/voice_right.png") no-repeat top 80px right/24.765625%, url("/img/common/pattern_bg.jpg") repeat center/auto;
}
.voice-item {
  padding: 36px 4%;
}
.voice-item__ttl {
  margin-bottom: 20px;
}
.voice-item__work {
  background-color: var(--color-theme);
  border-radius: var(--round-20);
  padding: 24px 6%;
}
.voice-item__work-ttl {
  margin-bottom: 20px;
}
.voice-item__message {
  margin-top: 24px;
}
.voice-item:not(:last-child) {
  margin-bottom: 24px;
}

/* ===========================================
*
* company-page
*
* ======================================== */
/*------------------------------
*
* info
*
------------------------------*/
.info {
  background: url("/img/company/company_bg.jpg") no-repeat top center/cover;
}
.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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  padding: 48px 5%;
  background-color: var(--color-theme);
  border-radius: var(--round-20);
}
.info__data {
  width: 100%;
}
.info__map {
  width: min(500px, 100%);
  height: var(--map-height);
}

/* ===========================================
*
* under pages default style
*
* ======================================== */
.notfound-page,
.news-page,
.privacy-page,
.contact-page,
.complete-page,
.site-page {
  background: url("/img/common/pattern_bg.jpg") repeat center/auto;
}

/* ===========================================
*
* single page
*
* ======================================== */
.single {
  position: relative;
  z-index: 5;
}
.single__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.single__date {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-size: var(--font-size-13);
  margin-bottom: 8px;
  line-height: 1;
  text-align: right;
  margin-left: auto;
  font-family: var(--font-sub);
  letter-spacing: var(--letter-spacing-small);
  color: var(--color-sub);
  font-weight: var(--font-weight-bold);
}
.single__tags {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 16px;
}
.single__ttl {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 100%;
  font-size: var(--font-size-26);
  font-family: var(--font-sub);
  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: -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-main-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-main-rgb)/0.4);
  border-right: 2px solid rgb(var(--color-text-main-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-accent);
  border-color: var(--color-accent);
}
.sitemap-list__link:hover::after {
  right: 1em;
  border-color: var(--color-accent);
}

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

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