@charset "UTF-8";
/* ------------------------------------------------------------------------------
*
* Layout
*
* ------------------------------------------------------------------------------ */
/*------------------------------
*
* base styles
*
------------------------------*/
/* css custom properties
-------------------------*/
:root {
  /* font-size */
  --font-size-15:clamp(0.8203125rem, calc(0.7612972122rem + 0.0026978417 * 100vw), 0.890625rem);
  --font-size-base: 0.875rem;
  --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: 999em;
  /* logo width */
  --logo-width: 160px;
  /* map height */
  --map-height: 56.25vw;
  /* btn defaults */
  --btn-height: 48px;
  --btn-line-height: 1;
  --btn-font-size: var(--font-size-base);
  --btn-font-weight: var(--font-weight-black);
  --btn-letter-space: var(--letter-spacing-regular);
  --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-link-gutter: 1em;
  --prev-next-link-padding: 0.75em 1em;
  --prev-next-link-round: var(--round-5);
  --prev-next-link-color: #b3b3b3;
  --prev-next-link-bg-color: var(--color-gray);
  --prev-next-link-hov-color: var(--color-main);
  --prev-next-link-hov-bg-color: var(--color-white);
  /* pagenation settings */
  --pagenation-margin-top: 48px;
  --pagenation-item-width: 3em;
  --pagenation-item-height: 3em;
  --pagenation-item-round: var(--round-5);
  --pagenation-item-font-size: var(--font-size-base);
  --pagenation-item-font-weight: var(--font-weight-medium);
  --pagenation-item-space: 5px;
  --pagenation-item-bg-color: var(--color-white);
  --pagenation-item-color: #b3b3b3;
  --pagenation-item-current-color: var(--color-white);
  --pagenation-item-current-bg-color: var(--color-main);
  /* drawer settings */
  --drawer-btn-bg: var(--color-main);
  --drawer-btn-bar-color: var(--color-white);
  --drawer-main-color: var(--color-main);
  --drawer-link-font-size: clamp(0.9375rem, calc(0.7801258993rem + 0.0071942446 * 100vw), 1.125rem);
  --drawer-link-current-color: var(--color-main);
  --drawer-link-border-color: rgb(var(--color-text-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%;
  background-color: var(--color-white);
}
.header__inner {
  padding: 10px 3.5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: var(--min-contents-width);
  margin: 0 auto;
  width: 100%;
  height: var(--header-height);
}

/* ===========================================
*
* footer style
*
* ======================================== */
.footer {
  position: relative;
  background-color: var(--color-main);
  color: var(--color-white);
  border-top: 8px solid var(--color-sub);
}
.footer__inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-block: 40px 50px;
}
.footer__logo {
  width: var(--logo-width);
  margin: 0 auto 40px;
}
.footer__left {
  width: 100%;
  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;
}
.footer__right {
  width: 100%;
  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;
  margin-top: 24px;
}
.footer__flex {
  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;
}
.footer-nav {
  width: 100%;
}
.footer-nav__list {
  gap: 0 4%;
  margin: 0 auto;
  max-width: 400px;
}
.footer-nav__item {
  width: 48%;
}
.footer-nav__link {
  line-height: 1;
  font-size: 12px;
  padding: 1.25em 0;
  border-bottom: 1px solid rgb(var(--color-white-rgb)/0.3);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer-nav__link:hover {
  opacity: 0.7;
}
.footer-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;
  width: 100%;
}
.footer-info__time {
  color: var(--color-white);
  margin-bottom: 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.footer-info__time dt {
  color: var(--color-white) !important;
}
.footer-info__address {
  font-size: var(--font-size-15);
  font-weight: var(--font-weight-medium);
  letter-spacing: var(--letter-spacing-base);
  line-height: 1;
  margin-bottom: 12px;
}
.footer__copy {
  font-size: 11px;
  letter-spacing: var(--letter-spacing-base);
  width: 100%;
  display: block;
  text-align: center;
  line-height: 1.2;
  margin-top: 40px;
  color: var(--color-white);
  font-weight: var(--font-weight-medium);
}

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

/* ------------------------------------------------------------------------------
*
* Object
*
* ------------------------------------------------------------------------------ */
/* ----------------------------------------------------
*  Component（共通化されたコンポーネントスタイル）
*  ---------------------------------------------------- */
/* logo
-------------------------*/
.logo {
  width: var(--logo-width);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.logo img {
  width: 100%;
}
.logo:hover {
  opacity: 0.7;
}

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

/*------------------------------
*
* title
*
------------------------------*/
/* 
imgタイトル
-------------------------*/
/* SP時は高さを個別で指定する必要があります */
.ttl-img--center img {
  -o-object-position: center;
     object-position: center;
}

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

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

.ttl-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* 
title style
-------------------------*/
.cmn-ttl {
  font-family: var(--font-sub);
  font-size: var(--font-size-30);
  font-weight: var(--font-weight-exbold);
  letter-spacing: var(--letter-spacing-regular);
  margin-bottom: 40px;
  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;
}
.cmn-ttl__main {
  margin-top: -0.2em;
  display: inline-block;
  line-height: 1.4;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.4em, var(--color-accent)), color-stop(0.4em, transparent));
  background-image: linear-gradient(0deg, var(--color-accent) 0.4em, transparent 0.4em);
}
.cmn-ttl__main::first-letter {
  color: var(--color-sub);
}
.cmn-ttl--white .cmn-ttl__main {
  color: var(--color-white);
}
.cmn-ttl--white .cmn-ttl__main::first-letter {
  color: var(--color-white);
}

/* ボーダー付きタイトル
-------------------------*/
.cmn-border-bottom-ttl {
  font-size: var(--font-size-24);
  font-family: var(--font-sub);
  font-weight: var(--font-weight-exbold);
  letter-spacing: var(--letter-spacing-regular);
  padding-bottom: 13px;
  border-bottom: 1px solid var(--color-orange);
  text-align: center;
}

/* 背景付きタイトル
-------------------------*/
.cmn-solid-ttl {
  font-size: var(--font-size-24);
  font-family: var(--font-sub);
  font-weight: var(--font-weight-exbold);
  letter-spacing: var(--letter-spacing-regular);
  padding: 0.1071428571em 15px;
  border-radius: var(--round-10);
  background-color: var(--color-main);
  color: var(--color-white);
}

/*------------------------------
*
* tel style
*
------------------------------*/
.tel {
  /* tel　style */
  --tel-font-size: var(--font-size-28);
  --tel-icon-space: 1.2142857143em;
  --tel-icon-position: 0.5em;
  --tel-icon-width: 0.8571428571em;
  --tel-icon-height: 0.8571428571em;
  --tel-replace-size: 12px;
  --tel-replace-space: 20px;
  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;
}
.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/icon_tel_main.png) no-repeat center/contain;
}
.tel-icon--white {
  color: var(--color-white);
}
.tel-icon--white::before {
  background: url(../img/icon_tel_white.png) no-repeat center/contain;
}

/*
 snsクラス
-------------------------*/
.sns {
  --sns-icon-space: 15px;
  --sns-icon-size: 30px;
  gap: var(--sns-icon-space);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sns__icon {
  width: var(--sns-icon-size);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sns__icon:hover {
  opacity: 0.7;
}
.sns__icon img {
  width: 100%;
}

/*------------------------------
*
* table style
*
------------------------------*/
.main-table {
  --table-letter-spacing: var(--letter-spacing-base);
  --table-th-x-padding: 1em;
  --table-th-y-padding: 0.9375em;
  --table-th-bg-color: var(--color-sub);
  --table-th-color: var(--color-white);
  --table-th-width: 100%;
  --table-td-x-padding: 1em;
  --table-td-y-padding: 0.9375em;
  --table-td-bg-color: var(--color-white);
  --table-td-color: var(--color-text-main);
  --table-td-width:100%;
  --table-border-color: var(--color-text-main);
  --table-th-border-color: var(--color-white);
  --table-td-border-color: var(--color-text-main);
  --table-width: 100%;
  width: var(--table-width);
  letter-spacing: var(--table-letter-spacing);
  line-height: 1.875;
}
.main-table tr {
  width: 100%;
  display: block;
  border-block: 1px solid var(--table-border-color);
}
.main-table tr:not(:last-child) {
  margin-bottom: 12px;
}
.main-table th,
.main-table td {
  display: block;
  font-weight: var(--font-weight-bold);
}
.main-table th {
  width: var(--table-th-width);
  background-color: var(--table-th-bg-color);
  color: var(--table-th-color);
  padding-inline: var(--table-th-x-padding);
  padding-block: var(--table-th-y-padding);
}
.main-table td {
  width: var(--table-td-width);
  background-color: var(--table-td-bg-color);
  color: var(--table-td-color);
  padding-inline: var(--table-td-x-padding);
  padding-block: var(--table-td-y-padding);
}

/*------------------------------
*
* check list style
*
------------------------------*/
.check-list__item p {
  line-height: 1.5em;
  padding-left: 1.5em;
  position: relative;
  font-family: var(--font-sub);
  font-size: var(--font-size-20);
  font-weight: var(--font-weight-exbold);
  letter-spacing: var(--letter-spacing-medium);
  z-index: 1;
  padding-bottom: 13px;
  border-bottom: 1px solid var(--color-orange);
}
.check-list__item p::before {
  content: "";
  width: 1em;
  height: 1em;
  background: url(../img/check_mark.png) no-repeat top center/contain;
  position: absolute;
  top: 0.75em;
  left: 0;
  translate: 0% -50%;
}
.check-list__item:not(:last-child) {
  margin-bottom: 13px;
}

/*------------------------------
*
* text
*
------------------------------*/
/* 
文章テキスト スタイル
-------------------------*/
.cmn-sentence {
  /* どこでも変更できるよう変数化 */
  --sentence-line-height: 1.875;
  --sentence-p-margin: 1.875em;
  letter-spacing: var(--letter-spacing-base);
  font-weight: var(--font-weight-bold);
  line-height: var(--sentence-line-height);
  /* 疑似要素でline-height分をネガティブマージンで調整 */
}
.cmn-sentence .big {
  font-size: 1.125em;
}
.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%;
}

/*------------------------------
*
* time
*
------------------------------*/
.cmn-time {
  /* 営業時間・定休日をまとめたdl */
  gap: 5px 20px;
  font-size: 0.8125rem;
}
.cmn-time__item {
  gap: 5px 0.5em;
  letter-spacing: var(--letter-spacing-base);
}
.cmn-time__item dt {
  color: var(--color-main);
  font-weight: var(--font-weight-bold);
}
.cmn-time__item dd {
  font-weight: var(--font-weight-bold);
}

/* 
* カラムスタイル
* 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--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;
  border-radius: var(--round-5);
  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-text-main);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 0px solid transparent;
  -webkit-box-shadow: 0px 5px 0px var(--color-orange);
          box-shadow: 0px 5px 0px var(--color-orange);
}
.cmn-btn--primary:hover {
  background-color: var(--color-accent);
  color: var(--color-text-main);
  border-color: transparent;
  opacity: 1;
  translate: 0px 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;
  border-radius: var(--round-5);
  padding-block: var(--btn-padding-y);
  padding-inline: var(--btn-padding-x);
  position: relative;
  z-index: 1;
  background-color: var(--color-orange);
  color: var(--color-white);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 0px solid transparent;
  -webkit-box-shadow: 0px 5px 0px var(--color-accent);
          box-shadow: 0px 5px 0px var(--color-accent);
}
.cmn-btn--secondary:hover {
  background-color: var(--color-orange);
  color: var(--color-white);
  border-color: transparent;
  opacity: 1;
  translate: 0px 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.cmn-btn--tertiary {
  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;
  border-radius: var(--round-5);
  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;
  border: 0px solid transparent;
  -webkit-box-shadow: 0px 5px 0px var(--color-sub);
          box-shadow: 0px 5px 0px var(--color-sub);
}
.cmn-btn--tertiary:hover {
  background-color: var(--color-main);
  color: var(--color-white);
  border-color: transparent;
  opacity: 1;
  translate: 0px 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.cmn-btn--youtube {
  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;
  border-radius: var(--round-5);
  padding-block: var(--btn-padding-y);
  padding-inline: var(--btn-padding-x);
  position: relative;
  z-index: 1;
  background-color: var(--color-red);
  color: var(--color-white);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 0px solid transparent;
  -webkit-box-shadow: 0px 5px 0px var(--color-dark-red);
          box-shadow: 0px 5px 0px var(--color-dark-red);
}
.cmn-btn--youtube:hover {
  background-color: var(--color-red);
  color: var(--color-white);
  border-color: transparent;
  opacity: 1;
  translate: 0px 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.cmn-btn--tiktok {
  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;
  border-radius: var(--round-5);
  padding-block: var(--btn-padding-y);
  padding-inline: var(--btn-padding-x);
  position: relative;
  z-index: 1;
  background-color: var(--color-text-main);
  color: var(--color-white);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 0px solid transparent;
  -webkit-box-shadow: 0px 5px 0px var(--color-black);
          box-shadow: 0px 5px 0px var(--color-black);
}
.cmn-btn--tiktok:hover {
  background-color: var(--color-text-main);
  color: var(--color-white);
  border-color: transparent;
  opacity: 1;
  translate: 0px 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.cmn-btn--icon-mail > span {
  padding-left: 24px;
  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/icon_mail.png) no-repeat center/contain;
}
.cmn-btn--arrow-white {
  position: relative;
  z-index: 1;
}
.cmn-btn--arrow-white::after {
  content: "";
  width: 8px;
  height: 9px;
  background-color: var(--color-white);
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  translate: 0% -50%;
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
          clip-path: polygon(100% 50%, 0 0, 0 100%);
}
.cmn-btn--arrow-white:hover::after {
  translate: 25% -50%;
}
.cmn-btn--arrow-orange {
  position: relative;
  z-index: 1;
}
.cmn-btn--arrow-orange::after {
  content: "";
  width: 8px;
  height: 9px;
  background-color: var(--color-orange);
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  translate: 0% -50%;
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
          clip-path: polygon(100% 50%, 0 0, 0 100%);
}
.cmn-btn--arrow-orange: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)
*
------------------------------*/
.main-visual {
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.main-visual__catch {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 20;
  width: 71.875%;
  max-width: 540px;
}

/* 
swiper
-------------------------*/
.main-visual__swiper.swiper {
  height: clamp(240px, 57.8125vw, 740px);
  width: 100%;
}

/*------------------------------
*
* main style sv(sub visual)
*
------------------------------*/
.sv {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sv__inner {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: clamp(160px, 27.34375vw, 350px);
}
.sv__catch {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 20;
  font-family: var(--font-sub);
  font-size: var(--font-size-32);
  font-weight: var(--font-weight-black);
  letter-spacing: var(--letter-spacing-regular);
  padding: 0.15em 0.4em;
  border-radius: 0.4em;
  background-color: rgb(var(--color-white-rgb)/1);
  white-space: nowrap;
  display: inline-block;
  color: var(--color-main);
}

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

/*------------------------------
*
* cmn-post
*
------------------------------*/
.cmn-post {
  --post-item-bg-color: var(--color-white);
  --post-width: 100%;
  --post-item-margin: 16px;
  --post-link-padding: 20px 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%;
  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% - 100px);
}
.cmn-post__box.w-100 {
  width: 100%;
}
.cmn-post__thumb {
  width: 80px;
  aspect-ratio: 1/1;
}
.cmn-post__tags {
  width: var(--post-tags-width, auto);
  margin-bottom: 13px;
}
.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);
  letter-spacing: var(--letter-spacing-base);
}
.cmn-post__ttl {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.2;
  width: calc(100% - 96px);
  font-size: var(--post-title-font-size, 16px);
  font-weight: var(--font-weight-bold);
  letter-spacing: var(--letter-spacing-base);
}

/*------------------------------
*
* tag
*
------------------------------*/
.tag {
  --tag-font-size: 0.8125rem;
  --tag-height: 1;
  --tag-x-padding: 0;
  --tag-round: 0px;
  --tag-color: var(--color-main);
  --tag-bg-color: transparent;
  display: inline-block;
  font-size: var(--tag-font-size);
  color: var(--tag-color);
  background-color: var(--tag-bg-color);
  border-radius: var(--tag-round);
  letter-spacing: var(--letter-spacing-base);
  font-weight: var(--font-weight-bold);
  line-height: var(--tag-height);
  padding: 0 var(--tag-x-padding);
}

.tag-link {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  --tag-x-padding: 5px 8px;
  --tag-round: var(--round-5);
  --tag-color: var(--color-white);
  --tag-bg-color:var(--color-main);
}
.tag-link.tag {
  padding: var(--tag-x-padding);
}
.tag-link.tag:hover {
  background-color: var(--color-sub);
}

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

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

.tag-btn {
  --tag-btn-color: #b3b3b3;
  --tag-btn-bg-color: var(--color-white);
  --tag-btn-current-color: var(--color-white);
  --tag-btn-current-bg-color: var(--color-main);
  --tag-btn-round: var(--round-5);
  --tag-btn-padding: 3em;
  padding: 0.5em 1em;
  background-color: var(--tag-btn-bg-color);
  color: var(--tag-btn-color);
  border-radius: var(--tag-btn-round);
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.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);
}
.prev-next__link:hover {
  background-color: var(--color-main);
  color: var(--color-white);
  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;
}
.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-trouble
*
------------------------------*/
.top-trouble {
  background: url("/img/pattern/blue_stripe_pattern.jpg") repeat center/auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.top-trouble::after, .top-trouble::before {
  content: "";
  z-index: -1;
  position: absolute;
}
.top-trouble::before {
  width: 100px;
  aspect-ratio: 200/316;
  background: url("/img/top/trouble_left_illust.png") no-repeat top center/contain;
  right: 5%;
  bottom: 80px;
}
.top-trouble::after {
  width: 110.5px;
  aspect-ratio: 221/336;
  background: url("/img/top/trouble_right_illust.png") no-repeat top center/contain;
  left: 5%;
  bottom: 64px;
}
.top-trouble__ttl {
  height: clamp(3.84375rem, calc(1.9080485612rem + 0.0884892086 * 100vw), 6.15rem);
  margin-bottom: 40px;
}
.top-trouble__list {
  width: 100%;
  gap: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.top-trouble__list::after {
  content: "";
  max-width: 132.6px;
  width: 32%;
  aspect-ratio: 204/371;
  background: url("/img/top/trouble_center_illust.png") no-repeat top center/contain;
  display: block;
  margin: 24px auto 0;
}
.top-trouble-item {
  font-size: var(--font-size-20);
  font-weight: var(--font-weight-exbold);
  font-family: var(--font-sub);
  letter-spacing: var(--letter-spacing-regular);
  text-align: center;
  line-height: 1.75em;
  background-color: var(--color-white);
  border-radius: var(--round-20);
  width: calc(50% - 7.5px);
  padding: 1.5em 1em;
  display: grid;
  place-content: center;
}
.top-trouble-item .big {
  font-size: 1.1666666667em;
}
@media screen and (max-width: 650px) {
  .top-trouble__list {
    -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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .top-trouble-item {
    max-width: 320px;
    width: 80%;
  }
}
/*------------------------------
*
* top-solution
*
------------------------------*/
.top-solution {
  background: url("/img/pattern/blue_stripe_pattern.jpg") repeat center/auto;
  padding-top: 10px;
}
.top-solution__ttl {
  height: clamp(5.28125rem, calc(2.6216276978rem + 0.1215827338 * 100vw), 8.45rem);
  margin-bottom: 40px;
}
.top-solution__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-solution__medias {
  width: 90%;
  aspect-ratio: 510/400;
  position: relative;
  z-index: 1;
  margin: 0 auto 32px;
}
.top-solution__movie {
  position: absolute;
  z-index: 2;
  top: 0;
  width: 83.5294117647%;
  aspect-ratio: 426/240;
  right: 0;
}
.top-solution__movie > iframe,
.top-solution__movie > video {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: cover;
     object-position: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.top-solution__img {
  width: 84.3137254902%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.top-solution__content {
  width: 100%;
}
.top-solution__btn {
  margin-top: 36px;
  --btn-font-size: var(--font-size-base);
  --btn-padding-y: calc(
    (var(--btn-height) - var(--btn-font-size) * var(--btn-line-height)) / 2
  );
}
.top-solution__box {
  position: relative;
  z-index: 1;
  padding-inline: 5%;
  padding-bottom: 56px;
}
.top-solution__box::before {
  content: "";
  width: 162px;
  aspect-ratio: 324/152;
  background: url("/img/top/solution_right_illust.png") no-repeat top center/contain;
  position: absolute;
  bottom: 0;
  right: 0;
  translate: 5% 50%;
  z-index: 2;
}
.top-solution__box::after {
  content: "";
  width: 100%;
  height: calc(100% - 50px);
  background: url("/img/top/solution_bg_top_left.png") no-repeat top left/auto, var(--color-white);
  position: absolute;
  z-index: -2;
  bottom: 0;
  left: 0;
  border-radius: var(--round-30);
}

/*------------------------------
*
* top-area
*
------------------------------*/
.top-area {
  border-top: 8px solid var(--color-main);
  background: url("/img/top/area_bottom.png") no-repeat bottom center/max(1280px, 100%) auto, url("/img/pattern/ami_blue.png") repeat center/auto;
}
.top-area__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;
}
.top-area__map {
  max-width: 440px;
  width: 90%;
  margin: 24px auto 0;
}
.top-area__content {
  max-width: 500px;
  width: 100%;
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 0 5% 40px;
}
.top-area__content::after {
  content: "";
  width: 100%;
  height: calc(100% - 64px);
  background-color: var(--color-white);
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  text-align: center;
}
.top-area__ttl {
  height: clamp(4.5rem, calc(2.2338129496rem + 0.1035971223 * 100vw), 7.2rem);
  margin-bottom: 20px;
}
.top-area__copy {
  font-weight: var(--font-weight-black);
  letter-spacing: var(--letter-spacing-base);
  line-height: 1.6;
  font-size: var(--font-size-18);
  margin-bottom: 24px;
}
.top-area__copy .big {
  font-size: 1.2em;
}

/*------------------------------
*
* page-link
*
------------------------------*/
.page-link {
  background: var(--color-light-accent);
  position: relative;
  z-index: 1;
}
.page-link::after, .page-link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.page-link::after {
  z-index: -2;
  width: 100%;
  height: 50%;
  background: url("/img/pattern/white_stripe.png") repeat center/auto;
}
.page-link__container {
  --col-x-space: 20px;
  --col-y-space: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.page-link-item {
  position: relative;
  z-index: 1;
  border-radius: var(--round-20);
  -webkit-box-shadow: 5.657px 5.657px 0px 0px rgb(var(--color-accent-rgb)/0.4);
          box-shadow: 5.657px 5.657px 0px 0px rgb(var(--color-accent-rgb)/0.4);
  background-color: var(--color-main);
  padding: 10px 10px 15px;
}
.page-link-item::after {
  content: "";
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 1;
}
.page-link-item__img {
  width: 100%;
  aspect-ratio: 50/28;
  border-radius: calc(var(--round-20) - 5px);
  margin-bottom: 12px;
}
.page-link-item__ttl {
  font-size: clamp(1rem, calc(0.6852517986rem + 0.0143884892 * 100vw), 1.375rem); /*16~22px*/
  font-family: var(--font-sub);
  letter-spacing: var(--letter-spacing-medium);
  font-weight: var(--font-weight-exbold);
  color: var(--color-white);
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: center;
}
.page-link-item__ttl::after {
  content: "";
  width: 10px;
  height: 12px;
  background-color: var(--color-accent);
  position: absolute;
  top: 50%;
  right: 5px;
  translate: 0% -50%;
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
          clip-path: polygon(100% 50%, 0 0, 0 100%);
}
.page-link-item__ttl > span {
  display: inline-block;
}
.page-link-item__ttl > span::first-letter {
  color: var(--color-accent);
}

/*------------------------------
*
* cta
*
------------------------------*/
.cta {
  background: url("/img/top/cta_bg.jpg") no-repeat center/cover;
}
.cta__container {
  --col-x-space: 40px;
  --col-y-space: 40px;
}
.cta-item {
  padding: 36px 6% 40px;
  border-radius: var(--round-20) 0;
  position: relative;
  z-index: 1;
  background: var(--color-white);
}
.cta-item::after {
  content: "";
  position: absolute;
  z-index: 1;
}
.cta-item__sentence {
  font-size: var(--font-size-16);
  line-height: 1.75;
  letter-spacing: var(--letter-spacing-regular);
  font-weight: var(--font-weight-bold);
}
.cta-item__sentence .big {
  font-size: 1.2em;
  font-weight: var(--font-weight-black);
}
.cta-item__recruit-ttl, .cta-item__sns-ttl {
  font-family: var(--font-sub);
  font-weight: var(--font-weight-exbold);
}
.cta-item__recruit-ttl {
  letter-spacing: var(--letter-spacing-large);
  font-size: var(--font-size-32);
  line-height: 2;
  text-align: center;
  background-color: var(--color-accent);
  border-radius: var(--round-10);
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
}
.cta-item__recruit-ttl::after {
  content: "";
  width: 10.5px;
  height: 9px;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 100%;
  background-color: var(--color-accent);
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.cta-item__sns-ttl {
  margin-bottom: 23px;
  font-size: var(--font-size-32);
  letter-spacing: var(--letter-spacing-base);
  line-height: 2;
  text-align: center;
  border-block: 2px solid var(--color-text-main);
  position: relative;
  z-index: 1;
}
.cta-item__sns-ttl::after {
  content: "";
  width: 100%;
  height: calc(100% - 8px);
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: -1;
  background-color: #f6f6f6;
}
.cta-item__actions {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 31px;
  gap: 20px;
  width: 100%;
}
.cta-item__recruit-btn {
  width: 240px;
}
.cta-item__youtube-btn {
  width: 240px;
}
.cta-item__tiktok-btn {
  width: 240px;
}
.cta-item__btn a::after {
  right: 10px;
}
.cta-item:nth-child(1)::after {
  width: 82px;
  aspect-ratio: 164/224;
  background: url("/img/top/recruit_illust.png") no-repeat top center/contain;
  top: 0;
  left: 0;
  translate: -25% -25%;
}
.cta-item:nth-child(2)::after {
  width: 78px;
  aspect-ratio: 156/238;
  background: url("/img/top/sns_illust.png") no-repeat top center/contain;
  top: 0;
  right: 0;
  translate: 5% -40%;
}

/*------------------------------
*
* top-news
*
------------------------------*/
.top-news {
  position: relative;
  z-index: 2;
  background: url("/img/pattern/blue_naname_pattern.jpg") repeat center/auto;
}
.top-news::before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  background: url("/img/top/news_illust.png") no-repeat top center/contain;
  width: 160.64px;
  aspect-ratio: 251/201;
  left: 3%;
  translate: 0 20%;
}
.top-news__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 0.4em;
  font-size: var(--font-size-30);
  margin-bottom: 30px;
  padding-bottom: 1em;
  border-bottom: 2px solid var(--color-sub);
}
.top-news__ttl__icon {
  width: 1.12em;
}
.top-news__ttl__main {
  letter-spacing: var(--letter-spacing-regular);
  display: inline-block;
  line-height: 1;
}
.top-news__btn {
  width: 180px;
  margin-top: 24px;
  margin-left: auto;
}
.top-news__btn a::after {
  right: 10px;
}

/* ===========================================
*
* about-page
*
* ======================================== */
/*------------------------------
*
* feature
*
------------------------------*/
.feature {
  background: url("/img/pattern/blue_stripe_pattern.jpg") repeat center/auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.feature::after {
  content: "";
  width: 70px;
  aspect-ratio: 155/340;
  background: url("/img/about/feature_right_illust.png") no-repeat top center/contain;
  bottom: 0;
  right: 0;
  translate: 20% 0%;
  position: absolute;
  z-index: 1;
}
.feature__list {
  --col-x-space: 30px;
  --col-y-space: 30px;
}
.feature-item {
  position: relative;
  z-index: 1;
  padding-bottom: 36px;
  padding-inline: 5%;
}
.feature-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: calc(100% - 20px);
  background-color: var(--color-white);
}
.feature-item__ttl {
  position: relative;
  z-index: 1;
  width: 84.6153846154%;
  color: var(--color-white);
  background-color: var(--color-main);
  font-size: var(--font-size-28);
  font-weight: var(--font-weight-black);
  font-family: var(--font-sub);
  letter-spacing: var(--letter-spacing-regular);
  margin: 0 auto 24px;
  border-radius: var(--round-10);
  padding: 0.25em 1em;
  white-space: nowrap;
  text-align: center;
}
.feature-item__ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 100%;
  background-color: var(--color-main);
  width: 12px;
  height: 10px;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.feature-item__sentence {
  font-size: var(--font-size-16);
  font-weight: var(--font-weight-bold);
  letter-spacing: var(--letter-spacing-regular);
  line-height: 2;
  text-align: center;
}
.feature-item__sentence .big {
  font-size: 1.2em;
  color: var(--color-orange);
  font-weight: var(--font-weight-black);
}

/*------------------------------
*
* greeting
*
------------------------------*/
.greeting {
  background: url("/img/about/greeting_bottom.png") no-repeat bottom center/max(1280px, 100%) auto, url("/img/pattern/ami_blue.png") repeat center/auto;
}
.greeting__ttl {
  height: clamp(3.125rem, calc(1.5512589928rem + 0.071942446 * 100vw), 5rem);
  margin-bottom: 36px;
}
.greeting__container {
  background-color: var(--color-white);
  border-radius: var(--round-30);
  padding: 36px 5%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.greeting__head {
  font-weight: var(--font-weight-black);
  letter-spacing: var(--letter-spacing-base);
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 0.6em;
  border-bottom: 2px solid var(--color-sub);
  margin-bottom: 25px;
}
.greeting__position {
  font-size: var(--font-size-18);
  color: var(--color-main);
  margin-right: 1em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.greeting__name {
  font-size: var(--font-size-28);
  -ms-flex-negative: 1;
      flex-shrink: 1;
  width: 100%;
}
.greeting__content {
  width: 100%;
}
.greeting__img {
  max-width: 440px;
  width: 90%;
  margin: 36px auto 0;
  translate: 1.25% 0;
}

/*------------------------------
*
* point
*
------------------------------*/
.point {
  background-color: var(--color-light-accent);
  padding-bottom: 120px;
}
.point__list {
  --col-x-space: 15px;
  --col-y-space: 30px;
  position: relative;
  z-index: 1;
  -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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.point__list::after, .point__list::before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
}
.point__list::before {
  width: 70.8px;
  aspect-ratio: 118/161;
  right: 0;
  background: url("/img/about/point_illut01.png") no-repeat top center/contain;
  translate: 0 120%;
}
.point__list::after {
  width: 140.4px;
  aspect-ratio: 234/110;
  left: 0;
  background: url("/img/about/point_illut02.png") no-repeat top center/contain;
  translate: 0 150%;
}
.point-item {
  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;
  max-width: 320px;
  text-align: center;
}
.point-item__num {
  margin-bottom: 8px;
  font-size: var(--font-size-20);
  font-family: var(--font-sub);
  font-weight: var(--font-weight-exbold);
  letter-spacing: var(--letter-spacing-none);
  background-color: var(--color-orange);
  color: var(--color-white);
  text-align: center;
  width: 1.5em;
  height: 1.5em;
  line-height: 1;
  display: grid;
  place-content: center;
  border-radius: 50%;
}
.point-item__ttl {
  font-size: var(--font-size-20);
  margin-bottom: 20px;
  width: 100%;
}

.section-border {
  width: 100%;
  height: 8px;
  background: var(--color-main);
}

/* ===========================================
*
* foundation-page
*
* ======================================== */
/*------------------------------
*
* foundation
*
------------------------------*/
.foundation {
  background: url("/img/pattern/blue_stripe_pattern.jpg") repeat center/auto;
  position: relative;
  z-index: 1;
}
.foundation::after {
  content: "";
  width: 93.6px;
  aspect-ratio: 156/140;
  background: url("/img/foundation/foundation_illust02.png") no-repeat top center/contain;
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 3%;
}
.foundation__ttl .cmn-ttl__main {
  position: relative;
  z-index: 1;
}
.foundation__ttl .cmn-ttl__main::before {
  content: "";
  width: 2.14em;
  height: 2.9em;
  background: url("/img/foundation/foundation_illust01.png") no-repeat top center/contain;
  position: absolute;
  top: 50%;
  left: 0;
  translate: -157.0093457944% -50%;
  z-index: -1;
}
.foundation__container {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.foundation-item {
  position: relative;
  z-index: 1;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.foundation-item:not(:last-child) {
  margin-bottom: 40px;
}
.foundation-item__ttl {
  margin-bottom: 20px;
}
.foundation-item__content {
  max-width: 540px;
  width: 100%;
  background-color: var(--color-white);
  border-radius: var(--round-30);
  padding: 36px 5%;
}
.foundation-item__img {
  max-width: 600px;
  aspect-ratio: 60/37;
  border-radius: 0 var(--round-30);
  overflow: hidden;
  margin-top: 16px;
}

/* ===========================================
*
* exterior-page
*
* ======================================== */
/*------------------------------
*
* exterior
*
------------------------------*/
.exterior {
  background: url("/img/pattern/blue_stripe_pattern.jpg") repeat center/auto;
  position: relative;
  z-index: 1;
}
.exterior::after {
  content: "";
  width: 99.84px;
  aspect-ratio: 156/140;
  background: url("/img/exterior/exterior_illust02.png") no-repeat top center/contain;
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 3%;
}
.exterior__ttl .cmn-ttl__main {
  position: relative;
  z-index: 1;
}
.exterior__ttl .cmn-ttl__main::before {
  content: "";
  width: 2.14em;
  height: 2.9em;
  background: url("/img/exterior/exterior_illust01.png") no-repeat top center/contain;
  position: absolute;
  top: 50%;
  right: 0;
  translate: 176.6355140187% -50%;
  z-index: -1;
}
.exterior__container {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.exterior-item {
  position: relative;
  z-index: 1;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.exterior-item:not(:last-child) {
  margin-bottom: 40px;
}
.exterior-item__ttl {
  margin-bottom: 20px;
}
.exterior-item__content {
  max-width: 540px;
  width: 100%;
  background-color: var(--color-white);
  border-radius: var(--round-30);
  padding: 36px 5%;
}
.exterior-item__img {
  max-width: 600px;
  aspect-ratio: 60/37;
  border-radius: 0 var(--round-30);
  overflow: hidden;
  margin-top: 16px;
}

/* ===========================================
*
* works-page
*
* ======================================== */
/*------------------------------
*
* works
*
------------------------------*/
.works {
  background: url("/img/pattern/blue_stripe_pattern.jpg") repeat center/auto;
}
.works__container {
  --col-x-space: 4%;
  --col-y-space: 30px;
}
.works-item__img {
  aspect-ratio: 33/22;
  margin-bottom: 12px;
}
.works-item__ttl {
  text-align: center;
  padding-bottom: 9px;
  border-bottom: 1px solid var(--color-sub);
  font-size: var(--font-size-16);
  letter-spacing: var(--letter-spacing-regular);
  font-weight: var(--font-weight-bold);
}
.works-item__ttl span {
  display: block;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/* ===========================================
*
* company page
*
* ======================================== */
/*------------------------------
*
* info
*
------------------------------*/
.info {
  background: url("/img/pattern/blue_stripe_pattern.jpg") repeat center/auto;
  overflow: hidden;
}
.info__table {
  position: relative;
  z-index: 1;
}
.info__table::after {
  content: "";
  width: 82px;
  aspect-ratio: 164/246;
  background: url("/img/company/info_illust.png") no-repeat top center/contain;
  position: absolute;
  bottom: -20px;
  right: -30px;
  z-index: 1;
}

/*------------------------------
  *
  * access
  *
  ------------------------------*/
.access {
  padding-top: 0;
  background: url("/img/pattern/blue_stripe_pattern.jpg") repeat center/auto;
}
.access__map {
  height: var(--map-height);
  border-radius: var(--round-30);
  overflow: hidden;
  border: 1px solid var(--color-sub);
  position: relative;
  z-index: 1;
  background-color: var(--color-white);
}
.access__map > iframe {
  border-radius: calc(var(--round-30) - 3px);
  overflow: hidden;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}

/* ===========================================
*
* news page
*
* ======================================== */
.news {
  background: url("/img/pattern/blue_naname_pattern.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;
  margin-bottom: 12px;
  line-height: 1;
}
.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: 20px;
}
.single__ttl {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 100%;
  font-size: var(--font-size-24);
  border-left: 5px solid var(--color-main);
  font-weight: var(--font-weight-bold);
  padding-left: 0.75em;
  margin-bottom: 32px;
}
.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;
}