@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-sub);
  color: var(--color-white);
  border-top: 8px solid var(--color-main);
}
.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 {
  margin: 0 auto;
}

.ttl-img--left img {
  margin-right: auto;
}

.ttl-img--right img {
  margin-left: auto;
}

/* 
title style
-------------------------*/
.cmn-ttl {
  font-family: var(--font-sub);
  font-size: var(--font-size-30);
  font-weight: var(--font-weight-black);
  letter-spacing: var(--letter-spacing-base);
  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-block: -0.25em;
  display: inline-block;
}
.cmn-ttl__main::first-letter {
  color: var(--color-main);
}
.cmn-ttl__dots {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}
.cmn-ttl__dots > span {
  display: block;
  width: 6px;
  height: 6px;
  background-color: var(--color-orange);
  border-radius: 50%;
}
.cmn-ttl--white .cmn-ttl__main {
  color: var(--color-white);
}
.cmn-ttl--white .cmn-ttl__main::first-letter {
  color: var(--color-white);
}
.cmn-ttl--white .cmn-ttl__dots > span {
  background-color: var(--color-white);
}

/* cmn-border-bottom-ttl
-------------------------*/
.cmn-border-bottom-ttl {
  font-size: var(--font-size-26);
  font-family: var(--font-sub);
  font-weight: var(--font-weight-exbold);
  letter-spacing: var(--letter-spacing-medium);
  padding-bottom: 16px;
  border-bottom: 2px solid var(--color-accent);
  color: var(--color-orange);
  text-align: center;
}

/*------------------------------
*
* 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-main);
  --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-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--primary: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--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-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--secondary: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--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--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: 10px;
  -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: 10px;
  -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;
}

/*------------------------------
*
* main visual
*
------------------------------*/
.main-visual {
  width: 100%;
  height: clamp(240px, 61.71875vw, 790px);
  position: relative;
  z-index: 1;
}
.main-visual__catch {
  width: min(534px, 55.625%);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 20;
}
.main-visual::after {
  content: "";
  display: block;
  height: 8px;
  width: 100%;
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  background: url("/img/pattern/blue_border.png") repeat center/auto;
}

/*------------------------------
*
* 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-exbold);
  letter-spacing: var(--letter-spacing-base);
  padding: 0.15em 0.4em;
  border-radius: 0.4em;
  background-color: rgb(var(--color-white-rgb)/0.9);
  white-space: nowrap;
  display: inline-block;
}
.sv__catch::first-letter {
  color: var(--color-main);
}
.sv::after {
  content: "";
  display: block;
  height: 8px;
  width: 100%;
  background: url("/img/pattern/blue_border.png") repeat center/auto;
}

/*------------------------------
*
* 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-greeting
*
------------------------------*/
.top-greeting {
  background: url("/img/pattern/blue_dot.png") repeat center/auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-bottom: 90px;
}
.top-greeting::after {
  content: "";
  width: clamp(7.5rem, calc(5.6639688249rem + 0.0839328537 * 100vw), 9.6875rem);
  aspect-ratio: 330/215;
  background: url("/img/top/movie_illust02.png") no-repeat top center/contain;
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 3%;
}
.top-greeting__container {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.top-greeting__ttl {
  letter-spacing: var(--letter-spacing-regular);
  font-size: var(--font-size-30);
  margin-top: -0.25em;
  padding-bottom: 0.35em;
  border-bottom: 2px solid var(--color-main);
  margin-bottom: 30px;
}
.top-greeting__ttl__main {
  padding-left: 1.74em;
  position: relative;
  z-index: 1;
  display: inline-block;
}
.top-greeting__ttl__main::before {
  content: "";
  width: 1.34em;
  height: 1.14em;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  position: absolute;
  z-index: 1;
  background: url("/img/icon_met.png") no-repeat top center/contain;
}
.top-greeting__ttl__main .big {
  font-size: 1.2em;
}
.top-greeting__content {
  width: 100%;
}
.top-greeting__img {
  max-width: 540px;
  width: 80%;
  margin: 32px auto 0;
  translate: 2.5% 0;
}

.top-movie {
  margin-top: 64px;
}
.top-movie__ttl {
  font-size: var(--font-size-28);
  letter-spacing: var(--letter-spacing-regular);
  text-align: center;
  margin-bottom: 32px;
  position: relative;
  z-index: 10;
}
.top-movie__ttl > span {
  display: inline-block;
  margin-block: -0.25em;
  padding-inline: 1.0888888889em;
  position: relative;
  z-index: 1;
}
.top-movie__ttl > span::after {
  content: "";
  width: 100%;
  height: 0.9555555556em;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: -1;
  background: url("/img/deco_slash_orange_left.png") no-repeat left center/contain, url("/img/deco_slash_orange_right.png") no-repeat right center/contain;
}
.top-movie__ttl .small {
  font-size: 0.8444444444em;
}
.top-movie__main {
  width: 100%;
  aspect-ratio: 844/480;
  position: relative;
  border: 5px solid var(--color-white);
}
.top-movie__main::before {
  content: "";
  width: 100vw;
  min-width: 350px;
  height: 70%;
  background: url("/img/pattern/white_stripe.png") repeat center/30px auto;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: -2;
}
.top-movie__main::after {
  content: "";
  width: 18.6182669789%;
  aspect-ratio: 159/137;
  position: absolute;
  top: -5px;
  left: -5px;
  translate: 0 -100%;
  background: url("/img/top/movie_illust01.png") no-repeat top center/contain;
}
.top-movie__main > iframe,
.top-movie__main > 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-movie__btn {
  margin-top: 30px;
  max-width: 240px;
  width: 100%;
  --btn-font-size: var(--font-size-18);
  --btn-padding-y: calc(
    (var(--btn-height) - var(--btn-font-size) * var(--btn-line-height)) / 2
  );
}

/*------------------------------
*
* top-comic
*
------------------------------*/
.top-comic {
  border-block: 8px solid var(--color-main);
  background: url("/img/pattern/stripe_tate_pattern.png") repeat center/auto;
}
.top-comic__ttl {
  margin: 0 auto 56px;
  width: 100%;
  max-width: 400px;
}
.top-comic__container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 50px;
}
.top-comic-item {
  max-width: 400px;
  width: 90%;
  position: relative;
  z-index: 1;
}
.top-comic-item__img {
  width: 100%;
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 6px 6px 0px 0px var(--color-accent);
          box-shadow: 6px 6px 0px 0px var(--color-accent);
}
.top-comic-item__num {
  display: inline-block;
  height: clamp(4rem, calc(3.5803357314rem + 0.0191846523 * 100vw), 4.5rem);
  position: absolute;
  z-index: -1;
  top: 0;
}
.top-comic-item:nth-child(odd) .top-comic-item__num {
  left: 0;
  translate: -36px -36px;
}
.top-comic-item:nth-child(even) .top-comic-item__num {
  right: 0;
  translate: 36px -36px;
}

/*------------------------------
*
* page-link
*
------------------------------*/
.page-link {
  background: url("/img/top/page_link_bottom.png") no-repeat bottom center/max(1280px, 100%), var(--color-light-orange);
  overflow: hidden;
}
.page-link__container {
  gap: 30px 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-link-item {
  width: calc(50% - 12px);
  position: relative;
  z-index: 1;
  aspect-ratio: 48/32;
  overflow: unset;
}
.page-link-item::after {
  content: "";
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 1;
}
.page-link-item__img {
  -webkit-box-shadow: 5px 5px 0px 0px rgb(var(--color-orange-rgb)/0.4);
          box-shadow: 5px 5px 0px 0px rgb(var(--color-orange-rgb)/0.4);
  width: 100%;
  height: 100%;
  border-radius: var(--round-20);
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 1;
}
.page-link-item__ttl {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  translate: -7.2463768116% -17.2413793103%;
}
.page-link-item:nth-child(1) .page-link-item__ttl, .page-link-item:nth-child(2) .page-link-item__ttl, .page-link-item:nth-child(4) .page-link-item__ttl {
  width: 57.5%;
}
.page-link-item:nth-child(1)::after {
  width: 30.8333333333%;
  aspect-ratio: 148/186;
  background: url("/img/top/page_link_illust01.png") no-repeat top center/contain;
  translate: 20px 5px;
}
.page-link-item:nth-child(2)::after {
  width: 30.2083333333%;
  aspect-ratio: 145/186;
  background: url("/img/top/page_link_illust02.png") no-repeat top center/contain;
  translate: 20px 5px;
}
.page-link-item:nth-child(3) .page-link-item__ttl {
  width: 80.4166666667%;
}
.page-link-item:nth-child(3)::after {
  width: 31.25%;
  aspect-ratio: 150/186;
  background: url("/img/top/page_link_illust03.png") no-repeat top center/contain;
  translate: 20px 5px;
}
.page-link-item:nth-child(4)::after {
  width: 37.9166666667%;
  aspect-ratio: 182/200;
  background: url("/img/top/page_link_illust04.png") no-repeat top center/contain;
  translate: 20px 5px;
}

/*------------------------------
*
* top-news
*
------------------------------*/
.top-news {
  position: relative;
  z-index: 2;
  background: url("/img/pattern/blue_naname_pattern.jpg") repeat center/auto;
}
.top-news::after, .top-news::before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
}
.top-news::before {
  background: url("/img/top/news_illust01.png") no-repeat top center/contain;
  width: 66px;
  aspect-ratio: 110/201;
  left: 3%;
  translate: 0 16%;
  bottom: 0;
}
.top-news::after {
  background: url("/img/top/news_illust02.png") no-repeat top center/contain;
  width: 72px;
  aspect-ratio: 121/152;
  right: 3%;
  translate: 0 10%;
}
.top-news__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: var(--font-size-32);
  margin-bottom: 40px;
}
.top-news__ttl__icon {
  width: 1.06em;
  margin-bottom: 0.4em;
}
.top-news__ttl__main {
  letter-spacing: var(--letter-spacing-regular);
  display: inline-block;
  margin-block: -0.25em;
}
.top-news__btn {
  max-width: 200px;
  margin-top: 36px;
}

/* ===========================================
*
* message-page
*
* ======================================== */
/*------------------------------
*
* message
*
------------------------------*/
.message {
  background: url("/img/pattern/blue_dot.png") repeat center/auto;
}
.message__container {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.message__content {
  width: 100%;
}
.message__img {
  max-width: 530px;
  width: 80%;
  translate: -4% 0;
  margin: 32px auto 0;
}

/* ===========================================
*
* services-page
*
* ======================================== */
/*------------------------------
*
* service
*
------------------------------*/
.service {
  --service-main-color: var(--color-main);
  --service-sub-color: var(--color-sub-rgb) / 0.4;
}
.service__ttl {
  position: relative;
  z-index: 5;
}
.service__items {
  --col-x-space: 60px;
  --col-y-space: 40px;
  margin-top: 72px;
}
.service-item {
  position: relative;
  z-index: 1;
}
.service-item__ttl {
  position: absolute;
  top: 0%;
  left: 50%;
  translate: -50% -50%;
  z-index: 1;
  color: var(--color-white);
  background-color: var(--service-main-color);
  font-size: var(--font-size-24);
  font-weight: var(--font-weight-black);
  font-family: var(--font-sub);
  letter-spacing: var(--letter-spacing-medium);
  display: inline-block;
  border-radius: 1em;
  padding: 0.25em 1em;
  white-space: nowrap;
}
.service-item__ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 100%;
  background-color: var(--service-main-color);
  width: 12px;
  height: 10px;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.service-item__img {
  -webkit-box-shadow: 5.657px 5.657px 0px 0px rgb(var(--service-sub-color));
          box-shadow: 5.657px 5.657px 0px 0px rgb(var(--service-sub-color));
  border-radius: var(--round-20);
  overflow: hidden;
  aspect-ratio: 51/22;
}

.section-border {
  width: 100%;
  height: 8px;
  background: url("/img/pattern/blue_border.png") repeat center/auto;
}

.service-kiso {
  --service-main-color: var(--color-main);
  --service-sub-color: var(--color-sub-rgb) / 0.4;
  background: url("/img/pattern/blue_dot.png") repeat center/auto;
}
.service-kiso .service__container {
  position: relative;
  z-index: 1;
}
.service-kiso .service__container::after, .service-kiso .service__container::before {
  content: "";
  position: absolute;
  z-index: -1;
}
.service-kiso .service__container::after {
  background: url("/img/services/kiso_illust01.png") no-repeat top center/contain;
  right: 0%;
  bottom: 0;
  width: 137px;
  aspect-ratio: 274/198;
  translate: 0 115%;
}
.service-kiso .service__container::before {
  background: url("/img/services/kiso_illust02.png") no-repeat top center/contain;
  left: 0%;
  top: 0;
  width: 65px;
  aspect-ratio: 130/177;
  translate: 0 -120%;
}

.service-exterior {
  --service-main-color: var(--color-orange);
  --service-sub-color: var(--color-orange-rgb) / 0.4;
  background-color: var(--color-light-orange);
  padding-bottom: 100px;
  overflow: hidden;
}
.service-exterior .service__container {
  position: relative;
  z-index: 1;
}
.service-exterior .service__container::after, .service-exterior .service__container::before {
  content: "";
  position: absolute;
  z-index: -1;
}
.service-exterior .service__container::after {
  background: url("/img/services/exterior_illust01.png") no-repeat top center/contain;
  left: 0;
  top: 0;
  width: 54.45px;
  translate: 0 -120%;
  aspect-ratio: 121/220;
}
.service-exterior .service__container::before {
  background: url("/img/services/exterior_illust02.png") no-repeat top center/contain;
  right: 0;
  bottom: 0;
  translate: 0 110%;
  width: 87.04px;
  aspect-ratio: 272/308;
}

/* ===========================================
*
* environment-page
*
* ======================================== */
/*------------------------------
*
* attractive
*
------------------------------*/
.attractive {
  background: url("/img/pattern/blue_dot.png") repeat center/auto;
}
.attractive__list {
  --col-x-space: 20px;
  --col-y-space: 20px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.attractive-item {
  padding: 24px 5% 30px;
  border-radius: var(--round-20);
}
.attractive-item__ttl {
  margin-bottom: 20px;
}
.attractive-item__sentence {
  padding-inline: 6px;
}
.attractive-item:nth-child(1) {
  background: url("/img/environment/num01.svg") no-repeat right 5% bottom/auto 56px, var(--color-white);
}
.attractive-item:nth-child(2) {
  background: url("/img/environment/num02.svg") no-repeat right 5% bottom/auto 56px, var(--color-white);
}
.attractive-item:nth-child(3) {
  background: url("/img/environment/num03.svg") no-repeat right 5% bottom/auto 56px, var(--color-white);
}

/*------------------------------
*
* personal
*
------------------------------*/
.personal {
  background: url("/img/pattern/stripe_tate_pattern.png") repeat center/auto;
  overflow: hidden;
}
.personal__container {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.personal__content {
  position: relative;
  z-index: 1;
  padding: 30px 5%;
  margin-bottom: 24px;
  width: 100%;
}
.personal__content::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: var(--round-30);
  background-color: var(--color-white);
  top: 0;
  right: 0;
  z-index: -1;
  position: absolute;
}
.personal__img {
  max-width: 510px;
  width: 100%;
  position: relative;
  z-index: 5;
}
.personal__copy {
  font-size: clamp(0.5625rem, calc(-0.0145383693rem + 0.0263788969 * 100vw), 1.25rem);
  margin: 40px auto 0;
  line-height: 2.2em;
  width: 34.4615384615em;
  height: 10em;
  background: url("/img/environment/personal_balloon_bg.png") no-repeat top center/contain;
}
.personal__copy__txt {
  width: 22.6153846154em;
  height: 9.5769230769em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-left: 3.0769230769em;
  margin-top: 0.4230769231em;
}
.personal__copy__txt .medium {
  font-size: 1.3461538462em;
}
.personal__copy__txt .large {
  font-size: 1.7307692308em;
}

/*------------------------------
*
* flow
*
------------------------------*/
.flow {
  background: url("/img/environment/flow_bottom.png") no-repeat bottom center/max(1280px, 100%), var(--color-light-orange);
  position: relative;
  z-index: 1;
}
.flow::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 48px;
  width: 90%;
  height: 93px;
  z-index: -1;
  background: url("/img/environment/flow_illust_left.png") no-repeat top left/contain, url("/img/environment/flow_illust_right.png") no-repeat top right/contain;
  left: 50%;
  translate: -50% 0;
}
.flow__sentence {
  text-align: center;
  margin-bottom: 40px;
}
.flow__list {
  --col-x-space: 20px;
  --col-y-space: 20px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.flow-item {
  background-color: var(--color-white);
  border-radius: var(--round-20);
  padding: 20px 3%;
  -webkit-box-shadow: 3px 3px 0px 0px rgb(var(--color-orange-rgb)/0.4);
          box-shadow: 3px 3px 0px 0px rgb(var(--color-orange-rgb)/0.4);
  text-align: center;
}
.flow-item:not(:last-child) {
  position: relative;
  z-index: 1;
}
.flow-item:not(:last-child)::after {
  content: "";
  width: 8px;
  height: 10px;
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
          clip-path: polygon(100% 50%, 0 0, 0 100%);
  background-color: var(--color-accent);
  position: absolute;
  right: calc(-0.5 * var(--col-x-space));
  top: 64px;
  translate: 50% 0;
}
.flow-item__time {
  background-color: var(--color-orange);
  color: var(--color-white);
  border-radius: 1em;
  font-size: clamp(0.8125rem, calc(0.445293765rem + 0.0167865707 * 100vw), 1.25rem);
  font-weight: var(--font-weight-black);
  font-family: var(--font-sub);
  letter-spacing: var(--letter-spacing-small);
  padding: 0.2916666667em 0.25em;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 1.5em;
}
.flow-item__time::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 100%;
  background-color: var(--color-orange);
  width: 10px;
  height: 8px;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.flow-item__ttl {
  font-size: clamp(1.125rem, calc(0.8102517986rem + 0.0143884892 * 100vw), 1.5rem);
  font-weight: var(--font-weight-black);
  font-family: var(--font-sub);
  letter-spacing: var(--letter-spacing-medium);
  line-height: 1;
}
.flow-item__txt {
  text-align: center;
  margin-top: 1em;
  font-size: clamp(0.625rem, calc(0.4151678657rem + 0.0095923261 * 100vw), 0.875rem);
}
.flow__note {
  text-align: center;
  margin-top: 40px;
}

/*------------------------------
*
* benefit
*
------------------------------*/
.benefit {
  background: url("/img/pattern/blue_naname_pattern.jpg") repeat center/auto;
}
.benefit__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;
}
.benefit__content {
  position: relative;
  z-index: 1;
  padding: 30px 5%;
  width: 100%;
  margin-bottom: 24px;
}
.benefit__content::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: var(--round-30);
  background-color: var(--color-white);
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
}
.benefit__img {
  max-width: 510px;
  width: 100%;
  position: relative;
  z-index: 5;
}

/* ===========================================
*
* voice-page
*
* ======================================== */
/*------------------------------
*
* voice
*
------------------------------*/
.voice {
  background: url("/img/pattern/blue_dot.png") repeat center/auto;
}
.voice-item {
  padding: 30px 5%;
  background-color: var(--color-white);
  border-radius: 12px;
}
.voice-item__header {
  border-bottom: 2px solid var(--color-accent);
  padding-bottom: 20px;
  margin-bottom: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.voice-item__ttl {
  font-size: var(--font-size-24);
  font-family: var(--font-sub);
  font-weight: var(--font-weight-exbold);
  letter-spacing: var(--letter-spacing-medium);
  color: var(--color-orange);
  width: 100%;
}
.voice-item__career {
  font-weight: var(--font-weight-bold);
  letter-spacing: var(--letter-spacing-medium);
  font-size: var(--font-size-16);
  padding: 0 1em;
  border-radius: 1em;
  display: inline-block;
  margin-bottom: 0.75em;
  margin-left: auto;
}
.voice-item:not(:last-child) {
  margin-bottom: 50px;
}

/* ===========================================
*
* recruit-page
*
* ======================================== */
/*------------------------------
*
* recruit
*
------------------------------*/
.recruit {
  background: url("/img/pattern/blue_dot.png") repeat center/auto;
}
.recruit__table:nth-child(1) {
  position: relative;
  z-index: 1;
}
.recruit__table:nth-child(1)::after {
  content: "";
  width: 77.2px;
  aspect-ratio: 193/239;
  background: url("/img/recruit/recruit_illust.png") no-repeat top center/contain;
  position: absolute;
  top: 0;
  right: 2%;
  translate: 0 -80%;
  z-index: 1;
}
.recruit__table:not(:last-child) {
  margin-bottom: 64px;
}

/*------------------------------
*
* entry
*
------------------------------*/
.entry {
  background: url("/img/recruit/entry_bottom.png") no-repeat bottom center/max(1280px, 100%), var(--color-light-orange);
}
.entry__box {
  background-color: var(--color-white);
  border-radius: var(--round-20);
  padding: 40px 5% 36px;
}
.entry__sentence {
  --sentence-line-height: 2;
  --sentence-p-margin: 2em;
  font-size: var(--font-size-15);
  letter-spacing: var(--letter-spacing-small);
  text-align: center;
}
.entry__sentence .big {
  font-size: 1.2em;
  font-weight: var(--font-weight-black);
}
.entry__container {
  --col-x-space: 30px;
  --col-y-space: 30px;
  margin-top: 40px;
}
.entry-item {
  --item-main-color: var(--color-main);
  --item-sub-color: var(--color-theme);
  border-radius: var(--round-20);
  text-align: center;
  position: relative;
  z-index: 1;
  padding-bottom: 40px;
  padding-inline: 5%;
}
.entry-item::after, .entry-item::before {
  content: "";
  position: absolute;
  bottom: 0;
}
.entry-item::after {
  z-index: -1;
  width: 100%;
  height: calc(100% - var(--font-size-22) / 2 - 0.75em);
  border-radius: var(--round-10);
  background-color: var(--item-sub-color);
  left: 50%;
  translate: -50% 0%;
}
.entry-item__ttl {
  position: relative;
  z-index: 1;
  color: var(--color-white);
  background-color: var(--item-main-color);
  font-size: var(--font-size-22);
  font-weight: var(--font-weight-black);
  font-family: var(--font-sub);
  letter-spacing: var(--letter-spacing-medium);
  display: inline-block;
  border-radius: 1em;
  padding: 0.25em 1em;
  white-space: nowrap;
  margin-bottom: 24px;
}
.entry-item__ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 100%;
  background-color: var(--item-main-color);
  width: 12px;
  height: 10px;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.entry-item__content {
  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;
}
.entry-item__sentence {
  --sentence-line-height: 1.667;
  --sentence-p-margin: 1.667em;
  font-size: var(--font-size-base);
  text-align: center;
}
.entry-item__sentence .big {
  font-size: var(--font-size-18);
  font-weight: var(--font-weight-black);
  color: var(--item-main-color);
}
.entry-item__tel {
  font-size: var(--font-size-30);
}
.entry-item__charge {
  text-align: center;
  line-height: 1;
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-bold);
  letter-spacing: var(--letter-spacing-base);
  margin-top: 16px;
}
.entry-item--tel {
  --item-main-color: var(--color-main);
  --item-sub-color: var(--color-theme);
}
.entry-item--tel::before {
  width: 60px;
  aspect-ratio: 100/110;
  background: url("/img/recruit/entry_left_illust.png") no-repeat top center/contain;
  left: 0;
  translate: -33% 0;
}
.entry-item--web {
  --item-main-color: var(--color-orange);
  --item-sub-color: var(--color-light-orange);
}
.entry-item--web .entry-item__content {
  padding-top: 6px;
}
.entry-item--web::before {
  width: 63.6px;
  aspect-ratio: 106/127;
  background: url("/img/recruit/entry_right_illust.png") no-repeat top center/contain;
  right: 0;
  translate: 33% 0;
}

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