@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: 140px;
  /* map height */
  --map-height: 56.25vw;
  /* btn defaults */
  --btn-height: 50px;
  --btn-line-height: 1;
  --btn-font-size: var(--font-size-base);
  --btn-font-weight: var(--font-weight-medium);
  --btn-letter-space: var(--letter-spacing-base);
  --btn-padding-x: 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: 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-main);
  --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: 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: 3px;
  --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-main);
  /* drawer settings */
  --drawer-btn-bg: var(--color-main);
  --drawer-btn-bar-color: var(--color-white);
  --drawer-main-color: var(--color-main);
  --drawer-link-font-size: clamp(0.9375rem, calc(0.7801258993rem + 0.0071942446 * 100vw), 1.125rem);
  --drawer-link-current-color: var(--color-main);
  --drawer-link-border-color: rgb(var(--color-text-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;
}

/* global container
-------------------------*/
.global-container {
  overflow: hidden;
}

/* ===========================================
*
* header style
*
* ======================================== */
.header {
  width: 100%;
  background-color: var(--color-white);
}
.header__top {
  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;
  z-index: 10;
  background-color: var(--color-yellow);
}
.footer::before {
  content: "";
  width: 100%;
  height: 10px;
  background: url("/img/common/footer_wave.png") repeat-x bottom center/auto 100%;
  position: absolute;
  left: 0;
  top: 0;
  translate: 0 -100%;
}
.footer__inner {
  padding-block: 72px 56px;
}
.footer__logo {
  margin: 0 auto 36px;
}
.footer__container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.footer-nav {
  width: 100%;
  margin-top: 24px;
}
.footer-nav__list {
  gap: 0 2%;
  margin: 0 auto;
  max-width: 360px;
}
.footer-nav__item {
  width: 49%;
}
.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__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.footer__tel .replace-txt {
  margin-top: 6px;
  height: 10px;
  display: block;
}
.footer__business-info {
  margin-top: 16px;
}
.footer__place {
  margin-top: 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.footer__copy {
  font-size: var(--font-size-12);
  letter-spacing: var(--letter-spacing-base);
  width: 100%;
  display: block;
  text-align: center;
  margin-top: 40px;
}

/* ===========================================
*  
*  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 a {
  display: block;
}
.logo img {
  display: block;
  width: 100%;
}
.logo:hover {
  opacity: 0.7;
}

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

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

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

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

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

/* 
title style
-------------------------*/
.cmn-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: var(--font-size-30);
  margin-bottom: 40px;
}
.cmn-ttl--center {
  /* 中央揃え */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.cmn-ttl--left {
  /* 左揃え */
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
}
.cmn-ttl--right {
  /* 右揃え */
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: right;
}
.cmn-ttl::before {
  content: "";
  margin-bottom: 0.5em;
  width: 2.6em;
  height: 1em;
  background: url("/img/common/ttl_shine.png") no-repeat top center/contain;
  display: block;
}
.cmn-ttl__border {
  position: relative;
  z-index: 1;
  display: block;
  width: 1.5em;
  height: 3px;
  margin-top: 0.75em;
  border-radius: 3px;
  background-color: var(--color-pink);
  overflow: hidden;
}
.cmn-ttl__border::before {
  content: "";
  width: 50%;
  height: 100%;
  background-color: var(--color-main);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
}
.cmn-ttl__main {
  font-size: 1em;
  font-weight: var(--font-weight-medium);
  font-family: var(--font-sub);
  letter-spacing: var(--letter-spacing-medium);
  margin-block: -0.25em;
  display: inline-block;
}

.cmn-ribbon-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: var(--font-size-32);
  margin-bottom: 40px;
}
.cmn-ribbon-ttl--center {
  /* 中央揃え */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.cmn-ribbon-ttl--left {
  /* 左揃え */
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
}
.cmn-ribbon-ttl--right {
  /* 右揃え */
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: right;
}
.cmn-ribbon-ttl__sub {
  display: inline-block;
  width: 3.5555555556em;
  height: 1.0666666667em;
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
}
.cmn-ribbon-ttl__sub::after {
  content: "";
  width: 0.8em; /* 32px */
  height: 0.825em; /* 33px */
  background: url("/img/common/ttl_ribbon_deco.png") no-repeat top center/contain;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  translate: 0.6666666667em -0.4444444444em; /* 30px -20px */
}
.cmn-ribbon-ttl__sub > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: contain;
     object-position: contain;
}
.cmn-ribbon-ttl__sub--deco-secondary::after {
  background-image: url("/img/common/ttl_ribbon_deco02.png");
}
.cmn-ribbon-ttl__main {
  font-size: 1em;
  font-weight: var(--font-weight-medium);
  font-family: var(--font-sub);
  letter-spacing: var(--letter-spacing-large);
  margin-block: -0.25em;
  display: inline-block;
}

.cmn-border-ttl {
  padding-bottom: 0.5em;
  border-bottom: 2px solid var(--color-main);
  font-size: var(--font-size-20);
  text-align: center;
  font-family: var(--font-sub);
  letter-spacing: var(--letter-spacing-base);
}

/*------------------------------
*
* tel style
*
------------------------------*/
.tel {
  /* tel　style */
  --tel-font-size: var(--font-size-25);
  --tel-icon-space: 1em;
  --tel-icon-position: 0.5em;
  --tel-icon-width: 0.8em;
  --tel-icon-height: 0.8em;
  font-family: var(--font-main, sans-serif);
  font-weight: var(--font-weight-bold, 700);
  font-size: var(--tel-font-size, 28px);
  letter-spacing: var(--letter-spacing-base);
  line-height: 1;
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.tel__txt {
  /* tel txt style */
  font-size: var(--tel-txt-font-size, 0.75em);
  margin-right: var(--tel-txt-space, 0.25em);
}
.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--primary::before {
  background: url(../img/common/icon_tel_main.png) no-repeat center/contain;
}
.tel-icon--secondary::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: 12px;
  --table-replace-space: 0.75em;
}
table .replace-txt {
  /* テーブルタグ内で使用するリプレイステキスト */
  height: var(--table-replace-size);
  margin-top: var(--table-replace-space);
  display: block;
  width: 100%;
}
table .replace-txt > img {
  display: block;
}

.main-table {
  --table-letter-spacing: var(--letter-spacing-base);
  --table-th-font-weight: var(--font-weight-bold);
  --table-th-text-align: left;
  --table-th-x-padding: 1em;
  --table-th-y-padding: 1.5em 0.25em;
  --table-th-bg-color: transparent;
  --table-th-color: var(--color-main);
  --table-th-width: 100%;
  --table-td-x-padding: 1em;
  --table-td-y-padding:0.25em 1.5em;
  --table-td-bg-color: transparent;
  --table-td-color: var(--color-text-main);
  --table-td-width: 100%;
  --table-border-color: var(--color-border);
  --table-th-border-color: var(--color-border);
  --table-td-border-color: var(--color-border);
  --table-width: 100%;
  width: var(--table-width);
  letter-spacing: var(--table-letter-spacing);
  line-height: 2;
}
.main-table tr {
  width: 100%;
  display: block;
  border-bottom: 1px dashed var(--table-th-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);
}

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

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

/*------------------------------
*
* business-info
*
------------------------------*/
.cmn-business-info {
  /* 営業時間・定休日をまとめたdl */
  gap: 5px 13px;
  font-size: var(--font-size-13);
}
.cmn-business-info__item {
  gap: 5px;
  letter-spacing: var(--letter-spacing-base);
}
.cmn-business-info__item dt {
  font-weight: var(--font-weight-bold);
  line-height: 1;
  padding: 0.2692307692em 5px;
  text-align: center;
  min-width: 70px;
  border-radius: var(--round-full);
}

/*------------------------------
*
* place (住所)
*
------------------------------*/
.cmn-place {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding-left: 15px;
  font-size: 13px;
  /* -webkit-transition: 0.3s;
  transition: 0.3s; */
}
.cmn-place::after {
  content: "";
  width: 13px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0% -50%;
  background: url(../img/common/icon_pin.png) no-repeat top center/contain;
}
/* .cmn-place:hover {
  opacity: 0.7;
} */

/* 
* カラムスタイル
* 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);
}

/* cmn-box
-------------------------*/
.cmn-box {
  padding: 32px 5% 56px;
  background: url("/img/pattern/stripe.png") repeat center/auto;
  border-radius: var(--round-20);
  border: 2px solid;
}
.cmn-box--sky {
  border-color: var(--color-sky);
}
.cmn-box--main {
  border-color: var(--color-main);
}

/*------------------------------
*
* btn style
*
------------------------------*/
.cmn-btn--round {
  border-radius: var(--round-20);
}
.cmn-btn--round-full {
  border-radius: var(--round-full);
}
.cmn-btn--primary {
  display: block;
  font-size: var(--btn-font-size);
  font-weight: var(--btn-font-weight);
  letter-spacing: var(--btn-letter-space);
  line-height: var(--btn-line-height);
  font-family: var(--btn-font-family);
  text-align: center;
  padding-block: var(--btn-padding-y);
  padding-inline: var(--btn-padding-x);
  position: relative;
  z-index: 1;
  background-color: var(--color-main);
  color: var(--color-white);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 5px 5px 0px rgb(var(--color-text-main-rgb)/0.1);
          box-shadow: 5px 5px 0px rgb(var(--color-text-main-rgb)/0.1);
}
.cmn-btn--primary:hover {
  background-color: var(--color-main-darken);
  color: var(--color-white);
  opacity: 1;
  translate: 5px 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.cmn-btn--secondary {
  display: block;
  font-size: var(--btn-font-size);
  font-weight: var(--btn-font-weight);
  letter-spacing: var(--btn-letter-space);
  line-height: var(--btn-line-height);
  font-family: var(--btn-font-family);
  text-align: center;
  padding-block: var(--btn-padding-y);
  padding-inline: var(--btn-padding-x);
  position: relative;
  z-index: 1;
  background-color: var(--color-green);
  color: var(--color-text-main);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 5px 5px 0px rgb(var(--color-text-main-rgb)/0.1);
          box-shadow: 5px 5px 0px rgb(var(--color-text-main-rgb)/0.1);
}
.cmn-btn--secondary:hover {
  background-color: var(--color-green-darken);
  color: var(--color-white);
  opacity: 1;
  translate: 5px 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.cmn-btn--arrow-primary::after {
  content: "";
  height: calc(100% - 20px);
  aspect-ratio: 1/1;
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 50%;
  border-radius: var(--round-full);
  translate: 0 -50%;
  background-color: var(--color-white);
}
.cmn-btn--arrow-primary::before {
  content: "";
  right: 25px;
  top: 50%;
  translate: 62.5% -50%;
  z-index: 2;
  position: absolute;
  background-color: var(--color-main);
  aspect-ratio: 8/10;
  height: 20%;
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
          clip-path: polygon(100% 50%, 0 0, 0 100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cmn-btn--arrow-primary:hover::before {
  background-color: var(--color-main-darken);
}
.cmn-btn--arrow-secondary::after {
  content: "";
  height: calc(100% - 20px);
  aspect-ratio: 1/1;
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 50%;
  border-radius: var(--round-full);
  translate: 0 -50%;
  background-color: var(--color-white);
}
.cmn-btn--arrow-secondary::before {
  content: "";
  right: 25px;
  top: 50%;
  translate: 62.5% -50%;
  z-index: 2;
  position: absolute;
  background-color: var(--color-green);
  aspect-ratio: 8/10;
  height: 20%;
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
          clip-path: polygon(100% 50%, 0 0, 0 100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cmn-btn--arrow-secondary:hover::before {
  background-color: var(--color-green-darken);
}
.cmn-btn--icon-mail > span {
  padding-left: 35px;
  position: relative;
  z-index: 1;
  display: inline-block;
}
.cmn-btn--icon-mail > span::before {
  content: "";
  width: 20px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/common/icon_mail.png) no-repeat center/contain;
}
.cmn-btn--more {
  --btn-font-family: var(--font-en);
  --btn-font-weight: var(--font-weight-bold);
}
.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;
}

/* tile
-------------------------*/
.tile-container {
  --col-x-space: 20px;
  --col-y-space: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tile-item {
  --tile-color-rgb: var(--color-main-rgb); /*必ずrgb値をカンマなしで入れる*/
  border-radius: 999px 999px 0 0;
  background-color: rgb(var(--tile-color-rgb)/0.3);
  padding: 32px 5% 40px;
}
.tile-item__num {
  color: rgb(var(--tile-color-rgb)/1);
  font-family: var(--font-en);
  font-weight: var(--font-weight-bold);
  letter-spacing: var(--letter-spacing-base);
  text-align: center;
  font-size: var(--font-size-24);
  width: 1.7666666667em;
  height: 1.7666666667em;
  line-height: 1.7666666667em;
  position: relative;
  z-index: 1;
  display: block;
  padding-top: 0.1em;
  margin: 0 auto 16px;
}
.tile-item__num::after {
  content: "";
  background: url("/img/common/num_cirlcle.png") no-repeat top center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.tile-item__ttl {
  font-size: var(--font-size-24);
  font-weight: var(--font-weight-medium);
  letter-spacing: var(--letter-spacing-base);
  font-family: var(--font-sub);
  padding-bottom: 20px;
  text-align: center;
  margin-bottom: 24px;
  background: url("/img/pattern/ttl_dot_border_white.png") repeat-x left bottom/auto;
}
.tile-item:nth-of-type(1) {
  --tile-color-rgb: var(--color-main-rgb);
}
.tile-item:nth-of-type(1) .tile-item__num::after {
  -webkit-filter: brightness(0) saturate(100%) invert(83%) sepia(12%) saturate(2366%) hue-rotate(309deg) brightness(95%) contrast(113%);
          filter: brightness(0) saturate(100%) invert(83%) sepia(12%) saturate(2366%) hue-rotate(309deg) brightness(95%) contrast(113%);
}
.tile-item:nth-of-type(2) {
  --tile-color-rgb: var(--color-purple-rgb);
}
.tile-item:nth-of-type(2) .tile-item__num::after {
  -webkit-filter: brightness(0) saturate(100%) invert(80%) sepia(8%) saturate(1378%) hue-rotate(217deg) brightness(91%) contrast(94%);
          filter: brightness(0) saturate(100%) invert(80%) sepia(8%) saturate(1378%) hue-rotate(217deg) brightness(91%) contrast(94%);
}
.tile-item:nth-of-type(3) {
  --tile-color-rgb: var(--color-green-rgb);
}
.tile-item:nth-of-type(3) .tile-item__num::after {
  -webkit-filter: brightness(0) saturate(100%) invert(89%) sepia(53%) saturate(209%) hue-rotate(69deg) brightness(92%) contrast(91%);
          filter: brightness(0) saturate(100%) invert(89%) sepia(53%) saturate(209%) hue-rotate(69deg) brightness(92%) contrast(91%);
}
.tile-item:nth-of-type(4) {
  --tile-color-rgb: var(--color-sky-rgb);
}
.tile-item:nth-of-type(4) .tile-item__num::after {
  -webkit-filter: brightness(0) saturate(100%) invert(88%) sepia(18%) saturate(535%) hue-rotate(157deg) brightness(93%) contrast(92%);
          filter: brightness(0) saturate(100%) invert(88%) sepia(18%) saturate(535%) hue-rotate(157deg) brightness(93%) contrast(92%);
}
.tile-item:nth-of-type(5) {
  --tile-color-rgb: var(--color-sub-rgb);
}
.tile-item:nth-of-type(5) .tile-item__num::after {
  -webkit-filter: brightness(0) saturate(100%) invert(73%) sepia(74%) saturate(926%) hue-rotate(341deg) brightness(101%) contrast(102%);
          filter: brightness(0) saturate(100%) invert(73%) sepia(74%) saturate(926%) hue-rotate(341deg) brightness(101%) contrast(102%);
}

@media screen and (max-width: 600px) {
  .tile-item {
    max-width: 250px;
    width: 100% !important;
  }
}
/*------------------------------
*
* mv main visual
*
------------------------------*/
.mv {
  width: 100%;
  position: relative;
  z-index: 1;
  background: url("/img/top/mv_bottom_sp.png") no-repeat bottom center/100% auto, var(--color-theme);
  padding: 30px min(20px, 5%) 14.6666666667%;
}
.mv__inner {
  margin: 0 auto;
}
.mv__img {
  width: 100%;
  display: block;
}
.mv__catch {
  width: max(348px, 99.4666666667vw);
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 20;
}

/*------------------------------
*
* main style sv(sub visual)
*
------------------------------*/
.sv {
  width: 100%;
  background: url("/img/top/mv_bottom.png") no-repeat bottom center/max(960px, 100%) auto, var(--color-theme);
  padding-block: 24px 56px;
}
.sv__inner {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  max-width: 1880px;
  width: 100%;
}
.sv__img {
  width: 90%;
  margin: 0 auto;
  height: clamp(200px, 50vw, 400px);
  display: block;
  z-index: 1;
  position: relative;
}
.sv__img > img {
  border-radius: var(--round-20);
}
.sv__catch {
  font-size: var(--font-size-28);
  text-align: center;
  font-weight: var(--font-weight-bold);
  letter-spacing: var(--letter-spacing-base);
  font-family: var(--font-sub);
  display: grid;
  place-content: center;
  width: 15.66em;
  height: 8.415em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 20;
  background: url("/img/sv/sv_txt_bg.png") no-repeat top center/contain;
}
.sv__catch > span {
  display: inline-block;
}
.sv__catch > span::first-letter {
  color: var(--color-sub);
}

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

/*------------------------------
*
* cmn-post
*
------------------------------*/
.cmn-post {
  --post-item-bg-color: transparent;
  --post-width: 100%;
  --post-item-margin: 24px;
  --post-item-flex-margin-space: 13px;
  --post-link-padding: 0;
  --post-title-font-size: 14px;
  --post-date-font-size: 16px;
  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% - 120px);
}
.cmn-post__box.w-100 {
  width: 100%;
}
.cmn-post__thumb {
  width: 100px;
  aspect-ratio: 1/1;
}
.cmn-post__flex {
  padding-bottom: 20px;
  border-bottom: 1px dashed var(--color-border);
}
.cmn-post__tags {
  margin-top: 11px;
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.cmn-post__link {
  padding: var(--post-link-padding, 20px 30px);
}
.cmn-post__date {
  line-height: 1;
  font-size: var(--post-date-font-size, 16px);
  font-weight: var(--font-weight-bold);
  font-family: var(--font-en);
  color: var(--color-sub);
  letter-spacing: var(--letter-spacing-base);
  width: 100px;
  border-right: 2px solid var(--color-sub);
}
.cmn-post__ttl {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 112px);
  font-size: var(--post-title-font-size, 16px);
  letter-spacing: var(--letter-spacing-base);
  font-weight: var(--font-weight-medium);
  padding-right: 2em;
  position: relative;
  z-index: 1;
}
.cmn-post__ttl::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0% -50%;
  background: url("/img/common/news_arrow.svg") no-repeat top center/contain;
}

/*------------------------------
*
* tag
*
------------------------------*/
.tag {
  --tag-font-size: 12px;
  --tag-height: 18px;
  --tag-x-padding: 5px;
  --tag-round: 5px;
  --tag-color: var(--color-white);
  --tag-bg-color: var(--color-sky);
  display: inline-block;
  font-size: var(--tag-font-size);
  letter-spacing: var(--tag-letter-space);
  color: var(--tag-color);
  background-color: var(--tag-bg-color);
  border-radius: var(--tag-round);
  font-weight: var(--font-weight-medium);
  line-height: var(--tag-height);
  padding: 0 var(--tag-x-padding);
}

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

.tag-list {
  --tag-space: 5px;
  gap: var(--tag-space);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ----------------------------------------------------
*  Project （ページごとのスタイルなど）
*  ---------------------------------------------------- */
/* ===========================================
*
* top page style
*
* ======================================== */
.top-greeting__container {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.top-greeting__ttl .cmn-ribbon-ttl__main {
  position: relative;
  z-index: 1;
}
.top-greeting__ttl .cmn-ribbon-ttl__main::before {
  content: "";
  width: 0.9333333333em;
  height: 0.9333333333em;
  background: url("/img/common/house.png") no-repeat top center/contain;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 50%;
  translate: -1.3333333333em -50%;
}
.top-greeting__img {
  width: min(848px, 80%);
  position: static;
  right: auto;
  top: auto;
  z-index: 5;
  margin: 32px auto 0;
  position: relative;
  z-index: 5;
}
.top-greeting__content {
  margin-left: auto;
}
.top-greeting__subttl {
  background-color: var(--color-sub);
  color: var(--color-white);
  text-align: center;
  font-family: var(--font-sub);
  font-weight: var(--font-weight-medium);
  font-size: var(--font-size-24);
  letter-spacing: var(--letter-spacing-medium);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 3em;
  padding: 0.25em 0.5em;
  position: relative;
  z-index: 5;
  margin: 0 auto 32px;
}
.top-greeting__subttl::after {
  content: "";
  width: 24px;
  height: 12px;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 100%;
  background-color: var(--color-sub);
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.top-greeting__subttl::before {
  content: "";
  position: absolute;
  right: 0;
  translate: 20px -50%;
  width: 32px;
  height: 38px;
  background: url("/img/common/megane.png") no-repeat top center/contain;
}
.top-greeting__sentence {
  width: 100%;
  margin-left: auto;
  position: relative;
  z-index: 0;
}
.top-greeting__sentence::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -57% -45%;
  width: 42.5333333333em;
  height: 32em;
  background: url("/img/top/greeting_shape.png") no-repeat top center/contain;
  z-index: -1;
}

/*------------------------------
*
* top-reason
*
------------------------------*/
.top-reason {
  padding-block: 120px;
  background: url("/img/common/wave_top.png") no-repeat top center/max(960px, 100%), url("/img/common/wave_bottom.png") no-repeat bottom center/max(960px, 100%), var(--color-theme);
  overflow: hidden;
}
.top-reason .tile-container {
  --col-x-space: 20px;
  --col-y-space: 20px;
}
.top-reason .tile-item__ttl {
  letter-spacing: var(--letter-spacing-none);
}
.top-reason .cmn-box {
  padding-inline: calc(50% - 540px);
  -webkit-padding-before: 64px;
          padding-block-start: 64px;
}
.top-reason__box {
  position: relative;
  z-index: 1;
}
.top-reason__box::after {
  content: "";
  width: 200px;
  aspect-ratio: 437/316;
  background: url("/img/top/reason_img.png") no-repeat top center/contain;
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  translate: 6.8649885584% 37.9746835443%;
}
.top-reason__ttl .cmn-ribbon-ttl__main {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.top-reason__ttl .cmn-ribbon-ttl__main::after {
  content: "";
  width: 1em;
  height: 1.2888888889em;
  background: url("/img/common/point.png") no-repeat top center/contain;
  position: absolute;
  top: 50%;
  left: 0%;
  translate: -1.5555555556em -50%;
}

/*------------------------------
*
* service
*
------------------------------*/
.service {
  padding-block: 20px 120px;
  background: url("/img/common/wave_bottom.png") no-repeat bottom center/max(960px, 100%), url("/img/top/service_bg.jpg") no-repeat top center/cover;
}
.service__ttl .cmn-ribbon-ttl__main {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.service__ttl .cmn-ribbon-ttl__main::after {
  content: "";
  width: 1.3111111111em;
  height: 1.2em;
  background: url("/img/common/helmet.png") no-repeat top center/contain;
  position: absolute;
  top: 50%;
  left: 0%;
  translate: -2em -50%;
}
.service__items {
  --col-x-space: 0px;
  --col-y-space: 0px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.service__item {
  --item-color: var(--color-green);
  padding-block: 40px;
  padding-inline: 5%;
  max-width: 340px;
}
.service__item:not(:last-child) {
  border-bottom: 2px dashed var(--color-border-gray);
}
.service__item-header {
  margin-bottom: 24px;
  text-align: center;
}
.service__item-body {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.service__item-content {
  width: 100%;
}
.service__item-num {
  background-color: var(--item-color);
  font-weight: var(--font-weight-bold);
  font-family: var(--font-en);
  letter-spacing: var(--letter-spacing-base);
  line-height: 1;
  font-size: var(--font-size-18);
  text-align: center;
  display: inline-block;
  width: 6em;
  padding-top: 2px;
  border-radius: var(--round-5);
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.service__item-num::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  translate: -50% 100%;
  width: 8px;
  height: 6px;
  background: var(--item-color);
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.service__item-num .sm {
  font-size: var(--font-size-15);
  letter-spacing: var(--letter-spacing-base);
}
.service__item-ttl {
  font-family: var(--font-sub);
  letter-spacing: var(--letter-spacing-base);
  font-size: var(--font-size-24);
  font-weight: var(--font-weight-medium);
  margin-block: -0.25em;
}
.service__item-ttl::first-letter {
  color: var(--color-sub);
}
.service__item-img {
  max-width: 195px;
  width: 64%;
  margin: 0 auto 20px;
}
.service__item-btn {
  width: 100%;
  margin: 24px auto 0;
}
.service__item:nth-of-type(4n + 1) {
  --item-color: var(--color-green);
}
.service__item:nth-of-type(4n + 2) {
  --item-color: var(--color-purple);
}
.service__item:nth-of-type(4n + 3) {
  --item-color: var(--color-pink);
}
.service__item:nth-of-type(4n + 4) {
  --item-color: var(--color-sky);
}
.service__item:nth-of-type(1) {
  /* 最初の1つのアイテムの上パディングをなくす  */
  -webkit-padding-before: 0;
          padding-block-start: 0;
}
.service__item:nth-last-of-type(1) {
  /* 最後の1つのアイテムの下パディングと下線をなくす  */
  -webkit-padding-after: 0;
          padding-block-end: 0;
  border-bottom: none;
}

/*------------------------------
*
* top-works
*
------------------------------*/
.top-works {
  padding-top: 20px;
  padding-bottom: 100px;
}
.top-works__ttl .cmn-ribbon-ttl__main {
  position: relative;
  z-index: 1;
}
.top-works__ttl .cmn-ribbon-ttl__main::before {
  content: "";
  width: 1.6em;
  height: 1.6571428571em;
  background: url("/img/common/contract.png") no-repeat top center/contain;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  translate: -2.4285714286em -50%;
}
.top-works__items {
  --col-x-space: 30px;
  --col-y-space: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top-works__btn {
  width: 250px;
  margin-top: 60px;
}

.top-works-article {
  max-width: 360px;
}
.top-works-article__ttl {
  width: 100%;
  margin-top: 25px;
  font-size: var(--font-size-20);
  font-family: var(--font-sub);
  font-weight: var(--font-weight-medium);
  letter-spacing: var(--letter-spacing-base);
  padding-bottom: 10px;
  border-bottom: 2px solid var(--color-green);
}
.top-works-article__ttl > span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.top-works-article .tag-list {
  margin-top: 5px;
}
.top-works-article__link {
  width: 100%;
  display: block;
}
.top-works-article__content {
  position: relative;
  z-index: 1;
}
.top-works-article__content::after {
  content: "";
  width: 27px;
  height: 36.75px;
  position: absolute;
  top: 150px;
  left: 36px;
  z-index: -1;
  background: url("/img/top/works_arrow.png") no-repeat top center/contain;
}
.top-works-article__item {
  --item-color: var(--color-border);
  position: relative;
  z-index: 1;
}
.top-works-article__item--before {
  --item-color: var(--color-border);
  width: 52.9411764706%;
  margin-bottom: 10px;
}
.top-works-article__item--after {
  --item-color: var(--color-sub);
  margin-left: auto;
  width: 70.5882352941%;
}
.top-works-article__item--after .top-works-article__label {
  top: 5px;
}
.top-works-article__item--after .top-works-article__img::after {
  content: "";
  width: 15px;
  height: 25px;
  background-image: url("/img/common/after_pin.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -50%;
  z-index: 2;
}
.top-works-article__img {
  border: 2px solid var(--item-color);
  border-radius: var(--round-10);
  padding: 3px;
  aspect-ratio: 240/150;
}
.top-works-article__img > img {
  border-radius: calc(var(--round-10) - 3px);
  display: block;
}
.top-works-article__label {
  position: absolute;
  left: 0;
  top: 10px;
  width: 77px;
}

/*------------------------------
*
* cta
*
------------------------------*/
.cta {
  background: url("/img/top/cta_bottom.png") no-repeat bottom center/max(960px, 100%) auto, url("/img/top/cta_bg.jpg") no-repeat top center/cover;
}
.cta__box {
  width: 100%;
  margin: 0 auto;
  padding: 0 5% 40px;
  position: relative;
  z-index: 1;
}
.cta__box::after {
  content: "";
  width: 100%;
  height: calc(100% - 16px);
  border-radius: var(--round-30);
  -webkit-box-shadow: 0px 0px 30px 0px rgba(89, 62, 43, 0.2);
          box-shadow: 0px 0px 30px 0px rgba(89, 62, 43, 0.2);
  background-color: var(--color-white);
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}
.cta__ttl {
  margin-bottom: 32px;
}
.cta__ttl .cmn-ribbon-ttl__sub {
  margin-bottom: 12px;
}
.cta__ttl .cmn-ribbon-ttl__main {
  margin-block: 0;
  background-color: var(--color-sub);
  color: var(--color-white);
  text-align: center;
  font-family: var(--font-sub);
  font-weight: var(--font-weight-medium);
  font-size: var(--font-size-22);
  letter-spacing: var(--letter-spacing-base);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  border-radius: 3em;
  padding: 0.2928571429em 0.5em;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
.cta__ttl .cmn-ribbon-ttl__main::after {
  content: "";
  width: 20px;
  height: 10px;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 100%;
  background-color: var(--color-sub);
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.cta__ttl .cmn-ribbon-ttl__main::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  translate: -66% 4px;
  width: 2.2333333333em;
  height: 2.9666666667em;
  background: url("/img/common/phone.png") no-repeat top center/contain;
}
.cta__btn {
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
}
.cta__container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px 24px;
}
.cta__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 16px;
}
.cta__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cta__tel .tel {
  --tel-font-size: var(--font-size-30);
}
.cta__tel .replace-txt {
  margin-top: 8px;
  height: 10px;
  display: block;
}

/*------------------------------
*
* top-news
*
------------------------------*/
.top-news__ttl .cmn-ribbon-ttl__main {
  position: relative;
}
.top-news__ttl .cmn-ribbon-ttl__main::before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  translate: -16px 5px;
  width: 32px;
  height: 32px;
  background: url("/img/common/pen.png") no-repeat top center/contain;
}
.top-news__box {
  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;
}
.top-news__container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top-news .cmn-post {
  width: 100%;
}
.top-news__btn {
  width: 200px;
  margin: 32px auto 0;
}

/* ===========================================
*
* solar-battery-page
*
* ======================================== */
/*------------------------------
*
* about-solar
*
------------------------------*/
.about-solar {
  padding-bottom: 100px;
}
.about-solar__container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 0 auto;
  gap: 32px;
  position: relative;
  z-index: 1;
}
.about-solar__container::after {
  content: "";
  width: min(180px, 100%);
  height: clamp(2.75rem, calc(1.9631294964rem + 0.035971223 * 100vw), 3.6875rem);
  background: url("/img/solar-battery/about_illust.png") no-repeat top center/contain;
  position: absolute;
  bottom: 20px;
  right: 2%;
  translate: 0px 120%;
  z-index: 1;
}
.about-solar__img {
  width: min(547px, 64%);
  position: relative;
  z-index: 5;
  margin: 0 auto;
}
.about-solar__sentence {
  max-width: min(380px, 100%);
  margin-inline: auto;
  position: relative;
  z-index: 1;
  padding-bottom: 20px;
}
.about-solar__sentence::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -54%;
  width: 33.6666666667em;
  height: 26.2em;
  background: url("/img/solar-battery/about_shape.png") no-repeat top center/contain;
  z-index: -1;
}

/*------------------------------
*
* merit
*
------------------------------*/
.merit {
  padding-block: 100px 32px;
  background: url("/img/common/wave_top.png") no-repeat top center/max(1920px, 100%), url("/img/common/wave_bottom.png") no-repeat bottom center/max(1920px, 100%), var(--color-theme);
}
.merit__ttl{
  font-size: var(--font-size-28);
}
.merit__ttl .cmn-ttl__main {
  display: inline-block;
  position: relative;
  z-index: 1;
  translate: 0.6666666667em 0;
}
.merit__ttl .cmn-ttl__main::after {
  content: "";
  width: 1em;
  height: 1.0666666667em;
  background: url("/img/common/point.png") no-repeat top center/contain;
  position: absolute;
  top: 0.75em;
  left: 0%;
  translate: -1.2em -50%;
}

/*------------------------------
*
* subsidy
*
------------------------------*/
.subsidy {
  padding-block: 56px 80px;
  background: url("/img/solar-battery/subsidy_bg.png") no-repeat bottom center/max(1920px, 100%);
}
.subsidy__sentence {
  width: 100%;
  border-bottom: 1px dashed var(--color-border);
  padding-bottom: 20px;
  margin-inline: auto;
}
.subsidy__details {
  margin-top: 48px;
}
.subsidy__subttl {
  background-color: var(--color-sub);
  color: var(--color-white);
  text-align: center;
  font-family: var(--font-sub);
  font-weight: var(--font-weight-medium);
  font-size: var(--font-size-28);
  letter-spacing: var(--letter-spacing-medium);
  width: min(200px, 100%);
  border-radius: 3em;
  padding: 0.25em 1em;
  position: relative;
  z-index: 1;
  margin: 0 auto 24px;
}
.subsidy__subttl::after {
  content: "";
  width: 24px;
  height: 12px;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 100%;
  background-color: var(--color-sub);
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.subsidy__items {
  background-color: var(--color-theme);
  border-radius: var(--round-20);
  padding: 24px 5%;
}
.subsidy__item-ttl {
  margin-bottom: 16px;
  text-align: center;
}
.subsidy__item:not(:last-child) {
  margin-bottom: 32px;
}
.subsidy__data-row {
  padding: 4px;
  border-radius: var(--round-5);
  background-color: var(--color-white);
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.subsidy__data-row dt {
  display: grid;
  place-content: center;
  text-align: center;
  width: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 8px;
  margin-right: 16px;
  font-weight: var(--font-weight-medium);
  font-size: var(--font-size-base);
  border-radius: var(--round-5);
}
.subsidy__data-row dd {
  padding-block: 8px;
  font-size: var(--font-size-base);
  line-height: 2;
  font-weight: var(--font-weight-medium);
}
.subsidy__data-row dd .sm {
  font-size: 0.9em;
}
.subsidy__data-row:not(:last-child) {
  margin-bottom: 4px;
}

/*------------------------------
*
* fee
*
------------------------------*/
.fee {
  background-color: var(--color-theme);
  border-block: 2px solid var(--color-sub);
}
.fee__ttl {
  margin-bottom: 32px;
}
.fee__table {
  width: 100%;
}
.fee__table th,
.fee__table td {
  font-weight: var(--font-weight-medium);
  letter-spacing: var(--letter-spacing-medium);
  line-height: 2;
  vertical-align: bottom;
}
.fee__table th {
  padding-inline: 0 1em;
  padding-block: 12px;
  width: calc(100% - 96px);
}
.fee__table td {
  padding-inline: 1em 0;
  padding-block: 12px;
  text-align: right;
  width: 96px;
}
.fee__table tr {
  border-bottom: 1px dashed var(--color-border);
}

/*------------------------------
*
* area-solar
*
------------------------------*/
.area-solar {
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.area-solar::after {
  content: "";
  width: 62.578125%;
  max-width: 320px;
  aspect-ratio: 801/118;
  background: url("/img/solar-battery/area_illust.png") no-repeat top center/contain;
  position: absolute;
  bottom: 40px;
  right: 0;
}
.area-solar__container {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.area-solar__img {
  width: min(400px, 80%);
  margin: 0 auto;
}
.area-solar__content {
  width: 100%;
  max-width: 480px;
  margin: 0 auto 32px;
}
.area-solar__sentence {
  padding: 20px 5%;
  border-radius: var(--round-10);
  background-color: var(--color-yellow);
  text-align: center;
}

/* ===========================================
*
* floor-coating-page
*
* ======================================== */
/*------------------------------
*
* about-floor
*
------------------------------*/
.about-floor {
  padding-bottom: 100px;
}
.about-floor__container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 0 auto;
  gap: 32px;
  position: relative;
  z-index: 1;
}
.about-floor__container::after {
  content: "";
  width: 106px;
  aspect-ratio: 212/128;
  background: url("/img/floor-coating/about_illust.png") no-repeat top center/contain;
  position: absolute;
  bottom: 0px;
  right: 0;
  translate: 10px 110%;
  z-index: 1;
}
.about-floor__img {
  width: min(547px, 64%);
  position: relative;
  z-index: 5;
  margin: 0 auto;
}
.about-floor__sentence {
  width: min(440px, 100%);
  position: relative;
  z-index: 1;
}
.about-floor__sentence::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -52% -54%;
  width: 41.3846153846em;
  height: 31.1538461538em;
  background: url("/img/floor-coating/about_shape.png") no-repeat top center/contain;
  z-index: -1;
}

/*------------------------------
*
* about-renovation
*
------------------------------*/
.about-renovation {
  padding-top: 56px;
  padding-bottom: 200px;
  background: url("/img/common/wave_bottom_02.png") no-repeat bottom center/max(960px, 100%) auto;
}
.about-renovation__container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin: 0 auto;
  gap: 32px;
  position: relative;
  z-index: 1;
}
.about-renovation__container::after {
  content: "";
  width: min(120px, 100%);
  height: clamp(4.5rem, calc(3.2410071942rem + 0.0575539568 * 100vw), 6rem);
  background: url("/img/floor-coating/about_illust02.png") no-repeat top center/contain;
  position: absolute;
  bottom: 0px;
  left: 0;
  translate: -10px 120%;
  z-index: 1;
}
.about-renovation__img {
  width: min(600px, 64%);
  position: relative;
  z-index: 5;
  margin: 0 auto;
}
.about-renovation__sentence {
  width: min(440px, 100%);
  position: relative;
  z-index: 1;
}
.about-renovation__sentence::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -46% -51%;
  width: 35.8666666667em;
  height: 27em;
  background: url("/img/floor-coating/about_shape02.png") no-repeat top center/contain;
  z-index: -1;
}

.merit--floor {
  padding-top: 48px;
  padding-bottom: 80px;
  background: var(--color-theme);
}

/*------------------------------
*
* area-floor
*
------------------------------*/
.area-floor {
  position: relative;
  z-index: 1;
}
.area-floor__ttl {
  margin-bottom: 32px;
}
.area-floor__container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.area-floor__img {
  width: min(480px, 80%);
  position: static;
  margin: 32px auto 0;
  top: auto;
  left: auto;
  z-index: -1;
}
.area-floor__content {
  width: 100%;
}
.area-floor__sentence {
  padding: 20px 5%;
  border-radius: var(--round-10);
  border: 1px dashed var(--color-border);
  text-align: center;
}
.area-floor__sentence .lg {
  font-size: 1.1em;
}
.area-floor__data {
  --col-x-space: 10px;
  --col-y-space: 16px;
  margin-top: 32px;
}
.area-floor__item {
  --area-item-color: var(--color-sub);
  border-radius: var(--round-10);
  border: 2px solid var(--area-item-color);
  padding-block: 20px;
  position: relative;
  z-index: 1;
  background-color: var(--color-white);
}
.area-floor__item dt {
  margin-bottom: 8px;
  padding-inline: 8px;
  position: relative;
  z-index: 1;
  display: inline-block;
  line-height: 28px;
  font-size: var(--font-size-18);
  letter-spacing: var(--letter-spacing-medium);
  color: var(--color-white);
  font-weight: var(--font-weight-medium);
  background-color: var(--area-item-color);
  text-align: center;
}
.area-floor__item dt::after {
  content: "";
  width: 8px;
  height: 100%;
  top: 0;
  right: 1px;
  translate: 100% 0;
  background-position: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
}
.area-floor__item dd {
  padding-inline: 5%;
  display: block;
}
.area-floor__item::after, .area-floor__item::before {
  content: "";
  position: absolute;
  z-index: -1;
}
.area-floor__item::before {
  background-color: var(--color-theme);
  border-radius: 3px;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.area-floor__item::after {
  width: 15px;
  height: 23px;
  top: 0;
  right: 10px;
  translate: 0 -5px;
  z-index: 1;
  background-position: top left;
  background-size: contain;
  background-repeat: no-repeat;
}
.area-floor__item:nth-child(1) {
  --area-item-color: var(--color-sub);
}
.area-floor__item:nth-child(1)::after {
  background-image: url("/img/common/pin01.png");
}
.area-floor__item:nth-child(1) dt::after {
  background-image: url("/img/common/ribone01.png");
}
.area-floor__item:nth-child(2) {
  --area-item-color: #89dbad;
}
.area-floor__item:nth-child(2)::after {
  background-image: url("/img/common/pin02.png");
}
.area-floor__item:nth-child(2) dt::after {
  background-image: url("/img/common/ribone02.png");
}
.area-floor__item:nth-child(3) {
  --area-item-color: #87d5eb;
}
.area-floor__item:nth-child(3)::after {
  background-image: url("/img/common/pin03.png");
}
.area-floor__item:nth-child(3) dt::after {
  background-image: url("/img/common/ribone03.png");
}
.area-floor__item:nth-child(4) {
  --area-item-color: var(--color-purple);
}
.area-floor__item:nth-child(4)::after {
  background-image: url("/img/common/pin04.png");
}
.area-floor__item:nth-child(4) dt::after {
  background-image: url("/img/common/ribone04.png");
}

/* ===========================================
*
* dustfree-sanding-page
*
* ======================================== */
/*------------------------------
*
* about-dust
*
------------------------------*/
.about-dust {
  padding-bottom: 100px;
}
.about-dust__container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin: 0 auto;
  gap: 32px;
  position: relative;
  z-index: 1;
}
.about-dust__container::after {
  content: "";
  width: min(105px, 100%);
  height: clamp(5.3125rem, calc(3.84367506rem + 0.067146283 * 100vw), 7.0625rem);
  background: url("/img/dustfree-sanding/about_illust.png") no-repeat top center/contain;
  position: absolute;
  bottom: 0px;
  right: 0;
  translate: 10px 110%;
  z-index: 1;
}
.about-dust__img {
  width: min(605px, 64%);
  position: relative;
  z-index: 5;
  margin: 0 auto;
}
.about-dust__sentence {
  width: min(440px, 100%);
  position: relative;
  z-index: 1;
}
.about-dust__sentence::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -53% -56%;
  width: 41.3846153846em;
  height: 31.1538461538em;
  background: url("/img/dustfree-sanding/about_shape.png") no-repeat top center/contain;
  z-index: -1;
}

/*------------------------------
*
* area-dust
*
------------------------------*/
.area-dust {
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.area-dust::after {
  content: "";
  width: 62.578125%;
  max-width: 320px;
  aspect-ratio: 801/118;
  background: url("/img/solar-battery/area_illust.png") no-repeat top center/contain;
  position: absolute;
  bottom: 40px;
  right: 0;
}
.area-dust__container {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.area-dust__img {
  width: min(400px, 80%);
  margin: 0 auto;
}
.area-dust__content {
  width: 100%;
  max-width: 480px;
  margin: 0 auto 32px;
}
.area-dust__sentence {
  padding: 20px 5%;
  border-radius: var(--round-10);
  background-color: var(--color-yellow);
  text-align: center;
}

/* ===========================================
*
* platinum-nano-bubble page
*
* ======================================== */
/*------------------------------
*
* about-platinum
*
------------------------------*/
.about-platinum {
  padding-bottom: 100px;
}
.about-platinum__container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 0 auto;
  gap: 32px;
  position: relative;
  z-index: 1;
}
.about-platinum__container::after {
  content: "";
  width: min(60px, 100%);
  height: clamp(2.875rem, calc(2.0881294964rem + 0.035971223 * 100vw), 3.8125rem);
  background: url("/img/platinum-nano-bubble/about_illust.png") no-repeat top center/contain;
  position: absolute;
  bottom: 0px;
  right: 0;
  translate: 5px 120%;
  z-index: 1;
}
.about-platinum__img {
  width: min(547px, 64%);
  position: relative;
  z-index: 5;
  margin: 0 auto;
}
.about-platinum__sentence {
  width: min(440px, 100%);
  position: relative;
  z-index: 1;
}
.about-platinum__sentence::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -54% -54%;
  width: 38.4285714286em;
  height: 28.9285714286em;
  background: url("/img/platinum-nano-bubble/about_shape.png") no-repeat top center/contain;
  z-index: -1;
}

/*------------------------------
*
* area-platinum
*
------------------------------*/
.area-platinum {
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.area-platinum::after {
  content: "";
  width: 62.578125%;
  max-width: 320px;
  aspect-ratio: 801/118;
  background: url("/img/platinum-nano-bubble/area_illust.png") no-repeat top center/contain;
  position: absolute;
  bottom: 40px;
  right: 0;
}
.area-platinum__container {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.area-platinum__img {
  width: min(400px, 80%);
  margin: 0 auto;
}
.area-platinum__content {
  width: 100%;
  max-width: 480px;
  margin: 0 auto 32px;
}
.area-platinum__sentence {
  padding: 20px 5%;
  border-radius: var(--round-10);
  background-color: var(--color-yellow);
  text-align: center;
}

/* ===========================================
*
* works page
*
* ======================================== */
/*------------------------------
*
* works
*
------------------------------*/
.works__ttl .cmn-ttl__main {
  position: relative;
  z-index: 1;
}
.works__ttl .cmn-ttl__main::before {
  content: "";
  width: 32px;
  height: 32px;
  background: url("/img/common/contract.png") no-repeat top center/contain;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  translate: -48px -50%;
}

.works-list-section__ttl {
  margin-bottom: 24px;
  text-align: center;
  font-size: var(--font-size-28);
  letter-spacing: var(--letter-spacing-medium);
  color: var(--color-white);
  font-family: var(--font-sub);
  padding: 0.3333333333em 1em;
  background-color: var(--color-main);
  border-radius: var(--round-10);
  position: relative;
  z-index: 1;
}
.works-list-section__ttl::after {
  content: "";
  display: block;
  width: 24px;
  height: 12px;
  background-color: var(--color-main);
  position: absolute;
  left: 50%;
  translate: -50% 100%;
  bottom: 1px;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.works-list-section:not(:last-child) {
  margin-bottom: 56px;
}

.works-list-article__ttl {
  padding: 0 0.8em 0.5em 0.4em;
  border-bottom: 2px solid var(--color-green);
  font-size: var(--font-size-20);
  letter-spacing: var(--letter-spacing-medium);
  font-weight: var(--font-weight-medium);
  font-family: var(--font-sub);
  margin-bottom: 24px;
}
.works-list-article__ttl > span {
  padding-left: 1em;
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.works-list-article__ttl > span::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--color-green);
  position: absolute;
  top: 0.75em;
  left: 0;
  translate: 0% -50%;
}
.works-list-article__content {
  padding-inline: 2%;
  --col-x-space: 36px;
  position: relative;
  z-index: 1;
}
.works-list-article__content::after {
  content: "";
  width: 28px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: -1;
  background: url("/img/works/work_arrow.png") no-repeat top center/contain;
}
.works-list-article__item {
  --item-color: var(--color-border);
  position: relative;
  z-index: 1;
}
.works-list-article__item--before {
  --item-color: var(--color-border);
}
.works-list-article__item--before .works-list-article__img::before {
  background-image: url("/img/common/before_pin.png");
}
.works-list-article__item--after {
  --item-color: var(--color-sub);
}
.works-list-article__item--after .works-list-article__img::before {
  background-image: url("/img/common/after_pin.png");
}
.works-list-article__img {
  border: 2px solid var(--item-color);
  border-radius: var(--round-10);
  padding: 2px;
  aspect-ratio: 45/28;
}
.works-list-article__img::after {
  content: "";
  width: 12px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -50%;
  z-index: 2;
}
.works-list-article__img > img {
  border-radius: calc(var(--round-10) - 2px);
  display: block;
}
.works-list-article__label {
  position: absolute;
  left: 0;
  top: 12px;
  width: 77px;
}
.works-list-article:not(:last-child) {
  margin-bottom: 40px;
}

/* ===========================================
*
* works-single page
*
* ======================================== */
.works-single__head {
  margin-bottom: 24px;
}
.works-single .works-list-article__ttl > span {
  white-space: unset;
  text-overflow: unset;
  overflow: unset;
}
.works-single__box {
  background-color: var(--color-theme);
  padding: 20px 5%;
  margin-top: 32px;
  border-radius: var(--round-20);
}
.works-single__data-row {
  padding: 8px;
  border-radius: var(--round-5);
  background-color: var(--color-white);
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.works-single__data-row dt {
  display: grid;
  place-content: center;
  text-align: center;
  width: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 12px;
  font-weight: var(--font-weight-medium);
  border-radius: var(--round-5);
}
.works-single__data-row dd {
  padding-block: 8px;
  line-height: 2;
  font-size: var(--font-size-13);
  font-weight: var(--font-weight-medium);
}
.works-single__data-row:not(:last-child) {
  margin-bottom: 4px;
}
.works-single__staff {
  margin-top: 24px;
  width: 100%;
  padding: 20px 5%;
  border-radius: var(--round-20);
  border: dashed 1px var(--color-purple);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.works-single__staff-ttl {
  text-align: center;
  background-color: var(--color-purple);
  font-weight: var(--font-weight-medium);
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
  padding: 1.0833333333em 2em;
  color: var(--color-white);
  border-radius: var(--round-10);
}
.works-single__staff-ttl::after {
  content: "";
  display: block;
  width: 12px;
  height: 8px;
  background-color: var(--color-purple);
  position: absolute;
  left: 50%;
  translate: -50% 100%;
  bottom: 0;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.works-single__staff-content {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  width: 100%;
}
.works-single__staff-img {
  border: 2px solid var(--color-purple);
  border-radius: var(--round-10);
  padding: 2px;
  aspect-ratio: 1/1;
  width: 80px;
  margin-right: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.works-single__staff-img > img {
  border-radius: calc(var(--round-10) - 2px);
  display: block;
}
.works-single__footer {
  margin-top: 32px;
}

/* ===========================================
*
* company page
*
* ======================================== */
/*------------------------------
*
* greeting
*
------------------------------*/
.greeting {
  padding-bottom: 144px;
}
.greeting__container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 100%;
  margin: 0 auto;
  gap: 40px;
  position: relative;
  z-index: 1;
}
.greeting__container::after {
  content: "";
  width: min(200px, 100%);
  height: clamp(2.75rem, calc(1.9631294964rem + 0.035971223 * 100vw), 3.6875rem);
  background: url("/img/company/greeting_illust.png") no-repeat top center/contain;
  position: absolute;
  bottom: 0;
  right: 0;
  translate: 0 120%;
  z-index: 1;
}
.greeting__img {
  width: min(320px, 64%);
  position: relative;
  z-index: 5;
  margin: 0 auto;
}
.greeting__sentence {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.greeting__sentence::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -53% -50%;
  width: 26.9333333333em;
  height: 20.96em;
  background: url("/img/company/greeting_txt_shape.png") no-repeat top center/contain;
  z-index: -1;
}

/*------------------------------
*
* philosophy
*
------------------------------*/
.philosophy {
  padding-block: 100px;
  background: url("/img/common/wave_top.png") no-repeat top center/max(960px, 100%), url("/img/common/wave_bottom.png") no-repeat bottom center/max(960px, 100%), var(--color-theme);
}
.philosophy__ttl {
  margin-bottom: 32px;
}
.philosophy__box {
  padding-bottom: 32px;
}
.philosophy__sentence {
  font-size: var(--font-size-20);
  letter-spacing: var(--letter-spacing-medium);
  line-height: 2.2;
}

/*------------------------------
*
* info
*
------------------------------*/
.info {
  padding-block: 0px 80px;
}
.info__box {
  background-color: var(--color-theme);
  border-radius: var(--round-20);
  padding: 20px 5% 32px;
  position: relative;
  z-index: 1;
}
.info__box::after {
  content: "";
  right: 5%;
  width: min(60px, 100%);
  height: min(60px, 100%);
  background: url("/img/company/office_illust.png") no-repeat top center/contain;
  bottom: 0;
  position: absolute;
  translate: 0 5px;
}

/* ===========================================
*
* 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-15);
  margin-bottom: 8px;
  line-height: 1;
  text-align: right;
  margin-left: auto;
  font-weight: var(--font-weight-bold);
  font-family: var(--font-en);
  color: var(--color-sub);
  letter-spacing: var(--letter-spacing-base);
}
.single__tags {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 16px;
}
.single__ttl {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 100%;
  font-size: var(--font-size-26);
  border-left: 4px solid var(--color-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-main);
  border-color: var(--color-main);
}
.sitemap-list__link:hover::after {
  right: 1em;
  border-color: var(--color-main);
}

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

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

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