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

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 {
  background-color: var(--color-blue-light);
  color: var(--color-white);
}
.footer__inner {
  padding-block: 50px 40px;
}
.footer__logo {
  --logo-width: 240px;
  margin: 0 auto 32px;
}
.footer-nav {
  margin-top: 24px;
  width: 100%;
}
.footer-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  gap: 0 1em;
}
.footer-nav__link {
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-12);
  letter-spacing: var(--letter-spacing-medium);
}
.footer-nav__link:hover {
  opacity: 0.7;
}
.footer__info {
  -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__tel-list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
.footer__business-info {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer__copy {
  font-size: 11px;
  letter-spacing: var(--letter-spacing-medium);
  width: 100%;
  display: block;
  text-align: center;
  line-height: 1.5;
  padding: 0.75em 0.5em;
  color: var(--color-white);
  background-color: var(--color-blue-medium);
}

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

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

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

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

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

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

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

/* 
title style
-------------------------*/
.cmn-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}
.cmn-ttl--center {
  /* 中央揃え */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.cmn-ttl--left {
  /* 左揃え */
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
}
.cmn-ttl--right {
  /* 右揃え */
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: right;
}
.cmn-ttl__main {
  font-size: var(--font-size-32);
  font-weight: var(--font-weight-black);
  letter-spacing: var(--letter-spacing-large);
  font-family: var(--font-sub);
  margin-block: -0.25em;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.cmn-ttl__sub {
  font-size: var(--font-size-20);
  font-weight: var(--font-weight-black);
  letter-spacing: var(--letter-spacing-regular);
  font-family: var(--font-sub);
  margin-block: -0.25em;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  padding-inline: 2em;
  position: relative;
  z-index: 1;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.cmn-ttl__sub::before {
  content: "";
  width: 100%;
  height: 5px;
  position: absolute;
  top: 55%;
  left: 50%;
  translate: -50% -50%;
  z-index: 1;
  background: url("/img/common/ttl_dot.svg") no-repeat left center/1em auto, url("/img/common/ttl_dot.svg") no-repeat right center/1em auto;
}

.cmn-ttl02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}
.cmn-ttl02--center {
  /* 中央揃え */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.cmn-ttl02--left {
  /* 左揃え */
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
}
.cmn-ttl02--right {
  /* 右揃え */
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: right;
}
.cmn-ttl02__main {
  font-size: var(--font-size-30);
  font-weight: var(--font-weight-black);
  letter-spacing: var(--letter-spacing-large);
  font-family: var(--font-sub);
  margin-block: -0.25em;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.cmn-ttl02__main::first-letter {
  color: var(--color-blue-light);
}
.cmn-ttl02__dots {
  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: 10px;
}
.cmn-ttl02__dots > span {
  width: 5px;
  height: 5px;
  display: block;
  background-color: var(--color-blue-medium);
  border-radius: 5px;
}

/* cmn-border-left-ttl
-------------------------*/
.cmn-border-left-ttl {
  font-size: var(--font-size-28);
  color: var(--color-main-text);
  font-weight: var(--font-weight-black);
  font-family: var(--font-sub);
  letter-spacing: var(--letter-spacing-large);
  line-height: 1.333;
  padding-left: 20px;
  position: relative;
  z-index: 1;
}
.cmn-border-left-ttl::before {
  content: "";
  width: 4px;
  height: 100%;
  background-color: var(--color-yellow-bright);
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 4px;
}

/* cmn-border-bottom-ttl
-------------------------*/
.cmn-border-bottom-ttl {
  line-height: 1.82;
  color: var(--color-text-main);
  font-size: var(--font-size-20);
  font-weight: var(--font-weight-black);
  font-family: var(--font-sub);
  letter-spacing: var(--letter-spacing-medium);
  border-bottom: 1px solid var(--color-blue-light);
  padding-bottom: 10px;
}
.cmn-border-bottom-ttl::first-letter {
  color: var(--color-main);
}

/*------------------------------
*
* tel style
*
------------------------------*/
.tel {
  /* tel　style */
  --tel-font-size:var(--font-size-30);
  --tel-txt-font-size: 0.75em;
  --tel-txt-space: 0.5em;
  font-family: var(--font-sub, sans-serif);
  font-weight: var(--font-weight-black, 700);
  font-size: var(--tel-font-size, 28px);
  letter-spacing: var(--letter-spacing-small);
  line-height: 1;
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.tel__txt {
  /* tel txt style */
  font-size: var(--tel-txt-font-size, 0.75em);
  margin-right: var(--tel-txt-space, 0.25em);
}

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

/*------------------------------
*
* table style
*
------------------------------*/
table {
  --table-replace-size: 14px;
  --table-replace-space: 1em;
}
table .replace-txt {
  /* テーブルタグ内で使用するリプレイステキスト */
  height: var(--table-replace-size);
  margin-left: var(--table-replace-space);
  display: inline-block;
}

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

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

/* \ スラッシュ付きテキスト /
-------------------------*/
.slash-txt {
  position: relative;
  z-index: 1;
  padding-inline: 1em;
}
.slash-txt::before, .slash-txt::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 1px;
  height: 1em;
  background-color: var(--color-blue-light);
}
.slash-txt::before {
  left: 0;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
.slash-txt::after {
  right: 0;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}

/* dual-tone-txt　上下2色のテキスト
-------------------------*/
.dual-tone-txt {
  --color-top: var(--color-blue-light);
  --color-bottom: var(--color-blue-medium);
  display: inline-block;
  position: relative;
  z-index: 1;
  color: transparent;
}
.dual-tone-txt::after {
  content: attr(data-dual-txt);
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, var(--color-top)), color-stop(50%, var(--color-bottom)));
  background: linear-gradient(to bottom, var(--color-top) 0 55%, var(--color-bottom) 50% 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

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

/*------------------------------
*
* business-info
*
------------------------------*/
.cmn-business-info {
  /* 営業時間・定休日をまとめたdl */
  gap: 5px 16px;
  font-size: var(--font-size-13);
}
.cmn-business-info__item {
  gap: 5px 0.5em;
  letter-spacing: var(--letter-spacing-medium);
}
.cmn-business-info__item dt {
  font-weight: var(--font-weight-bold);
}
.cmn-business-info__item dd {
  font-weight: var(--font-weight-bold);
}

/*------------------------------
*
* cmn-tel-list
*
------------------------------*/
.cmn-tel-list {
  gap: 8px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cmn-tel-list__item {
  gap: 5px 8px;
  letter-spacing: var(--letter-spacing-small);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cmn-tel-list__item dt {
  font-size: var(--font-size-14);
  font-weight: var(--font-weight-bold);
  line-height: 24px;
  padding-inline: 1em;
  border-radius: 3em;
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: var(--font-sub);
  font-weight: var(--font-weight-black);
}
/* 
* カラムスタイル
* 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;
  padding-block: var(--btn-padding-y);
  padding-inline: var(--btn-padding-x);
  position: relative;
  z-index: 1;
  background-color: var(--color-yellow-bright);
  color: var(--color-text-main);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: var(--round-5) var(--round-5) 0 var(--round-5);
  position: relative;
  z-index: 1;
}
.cmn-btn--primary:hover {
  background-color: var(--color-yellow-bright-darken);
  color: var(--color-text-main);
  opacity: 1;
}
.cmn-btn--primary::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 10px 0 0 0;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-color: var(--color-orange-medium);
}
.cmn-btn--secondary {
  display: block;
  font-size: var(--btn-font-size);
  font-weight: var(--btn-font-weight);
  letter-spacing: var(--btn-letter-space);
  line-height: var(--btn-line-height);
  font-family: var(--btn-font-family);
  text-align: center;
  padding-block: var(--btn-padding-y);
  padding-inline: var(--btn-padding-x);
  position: relative;
  z-index: 1;
  background-color: var(--color-blue-light);
  color: var(--color-white);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: var(--round-5) var(--round-5) 0 var(--round-5);
  position: relative;
  z-index: 1;
}
.cmn-btn--secondary:hover {
  background-color: var(--color-blue-light-darken);
  color: var(--color-white);
  opacity: 1;
}
.cmn-btn--secondary::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 10px 0 0 0;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-color: var(--color-blue-dark);
}
.cmn-btn--line {
  display: block;
  font-size: var(--btn-font-size);
  font-weight: var(--btn-font-weight);
  letter-spacing: var(--btn-letter-space);
  line-height: var(--btn-line-height);
  font-family: var(--btn-font-family);
  text-align: center;
  padding-block: var(--btn-padding-y);
  padding-inline: var(--btn-padding-x);
  position: relative;
  z-index: 1;
  background-color: var(--color-line);
  color: var(--color-white);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: var(--round-5) var(--round-5) 0 var(--round-5);
  position: relative;
  z-index: 1;
}
.cmn-btn--line:hover {
  background-color: var(--color-line-darken);
  color: var(--color-white);
  opacity: 1;
}
.cmn-btn--line::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 10px 0 0 0;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-color: var(--color-line-dark);
}
.cmn-btn--icon-mail {
  position: relative;
  z-index: 1;
}
.cmn-btn--icon-mail::before {
  content: "";
  width: 22px;
  height: 16px;
  background: url(../img/common/icon_mail_orange.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 20px;
  translate: 0% -50%;
}
.cmn-btn--xs {
  max-width: var(--btn-width-xs);
}
.cmn-btn--sm {
  width: var(--btn-width-small);
}
.cmn-btn--rg {
  width: var(--btn-width-regular);
}
.cmn-btn--md {
  width: var(--btn-width-medium);
}
.cmn-btn--lg {
  width: var(--btn-width-large);
}
.cmn-btn--xl {
  width: var(--btn-width-xl);
}
.cmn-btn--center {
  margin: 0 auto;
}
.cmn-btn--left {
  margin-right: auto;
}
.cmn-btn--right {
  margin-left: auto;
}

/*------------------------------
*
* mv main visual
*
------------------------------*/
.mv {
  width: 100%;
  position: relative;
  z-index: 1;
}
.mv__catch {
  width: 58.2291666667%;
  min-width: 250px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(calc(-50% + 4px), calc(-50% + 4px));
          transform: translate(calc(-50% + 4px), calc(-50% + 4px));
  z-index: 20;
}

/* 
swiper
-------------------------*/
.mv__swiper.swiper {
  width: 100%;
  height: clamp(240px, 58.59375vw, 750px);
}

/*------------------------------
*
* main style sv(sub visual)
*
------------------------------*/
.sv {
  width: 100%;
  position: relative;
  z-index: 1;
  height: clamp(200px, 27.34375vw, 350px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.sv__catch {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 20;
  font-size: var(--font-size-30);
  font-family: var(--font-sub);
  font-weight: var(--font-weight-black);
  letter-spacing: var(--letter-spacing-medium);
  color: var(--color-blue-medium);
  padding: 0.5em 1em;
  border-radius: var(--round-10);
  background-color: var(--color-white);
  text-align: center;
  -webkit-box-shadow: 5px 5px 0 rgb(var(--color-blue-light-rgb)/0.4);
          box-shadow: 5px 5px 0 rgb(var(--color-blue-light-rgb)/0.4);
  white-space: nowrap;
}

/*------------------------------
*
* 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-13);
  width: var(--post-width);
}
.cmn-post-item {
  width: 100%;
  background-color: var(--post-item-bg-color, transparent);
  border-radius: var(--round-10);
}
.cmn-post-item:not(:last-child) {
  margin-bottom: var(--post-item-margin, 15px);
}
.cmn-post__box {
  width: calc(100% - 96px);
}
.cmn-post__box.w-100 {
  width: 100%;
}
.cmn-post__thumb {
  width: 80px;
  aspect-ratio: 1/1;
}
.cmn-post__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);
  letter-spacing: var(--letter-spacing-base);
}
.cmn-post__flex {
  gap: 8px;
}
.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);
  width: 100%;
  letter-spacing: var(--letter-spacing-base);
}

/*------------------------------
*
* tag
*
------------------------------*/
.tag {
  --tag-font-size: var(--font-size-13);
  --tag-height: 1;
  --tag-x-padding: 0;
  --tag-round: 0px;
  --tag-color: var(--color-blue-light);
  --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-medium);
  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 10px;
  --tag-round: var(--round-5);
  --tag-color: var(--color-white);
  --tag-bg-color:var(--color-blue-light);
}
.tag-link.tag {
  padding: var(--tag-x-padding);
}
.tag-link.tag:hover {
  background-color: var(--color-blue-dark);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ----------------------------------------------------
*  Project （ページごとのスタイルなど）
*  ---------------------------------------------------- */
/* ===========================================
*
* top page style (SP)
*
* ======================================== */
/*------------------------------
*
* greeting
*
------------------------------*/
.greeting__container {
  position: relative;
  z-index: 1;
}
.greeting__imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 32px;
}
.greeting__right-img {
  width: 50%;
}
.greeting__left-img {
  width: 46%;
  margin-top: 12%;
}

/*------------------------------
*
* safety-bus
*
------------------------------*/
.safety-bus {
  background: url("/img/common/wave_bottom_white.png") no-repeat bottom center/max(768px, 100%), url("/img/pattern/blue_stripe.png") repeat center/auto;
  position: relative;
  z-index: 1;
}
.safety-bus::after {
  content: "";
  width: 120px;
  aspect-ratio: 308/264;
  background: url("/img/top/safety_bus_illust.png") no-repeat top center/contain;
  position: absolute;
  bottom: 0;
  left: 3%;
  translate: 0 25%;
}
.safety-bus__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;
}
.safety-bus__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;
  gap: 8px;
  text-align: center;
  font-size: clamp(1.3125rem, calc(1.1551258993rem + 0.0071942446 * 100vw), 1.5rem);
  font-weight: var(--font-weight-black);
  font-family: var(--font-sub);
  letter-spacing: var(--letter-spacing-regular);
  margin-bottom: 32px;
}
.safety-bus__ttl-txt {
  display: inline-block;
  line-height: 1.75;
  padding-inline: 0.5em;
  border-radius: var(--round-10);
  position: relative;
  z-index: 1;
  background-color: var(--color-blue-medium);
  color: var(--color-white);
  overflow: hidden;
}
.safety-bus__ttl-txt .stars {
  width: 2.8666666667em;
  display: inline-block;
  margin-inline: 4px 6px;
}
.safety-bus__ttl-txt .stars img {
  display: block;
}
.safety-bus__ttl-txt::after {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  background-color: var(--color-blue-light);
}
.safety-bus__img {
  width: min(344px, 64%);
  margin-top: 32px;
}
/*------------------------------
*
* purpose
*
------------------------------*/
.purpose {
  position: relative;
  z-index: 1;
  padding-bottom: 88px;
}
.purpose::after {
  content: "";
  width: min(280px, 100%);
  background: url("/img/top/purpose_illust.png") no-repeat top center/contain;
  bottom: 0;
  right: 7.8125%;
  translate: 0 98px;
  position: absolute;
  z-index: 1;
  margin: 32px auto;
}
.purpose__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 16px;
  max-width: 480px;
  margin-inline: auto;
}
.purpose__list-item__img {
  margin-bottom: 12px;
}
.purpose__list-item__txt {
  text-align: center;
  font-family: var(--font-sub);
  font-weight: var(--font-weight-black);
  font-size: var(--font-size-18);
  line-height: 2em;
  letter-spacing: var(--letter-spacing-medium);
  background-color: var(--color-yellow-bright);
  position: relative;
  z-index: 1;
}
.purpose__list-item__txt::after, .purpose__list-item__txt::before {
  content: "";
  background-color: var(--color-white);
  position: absolute;
  z-index: -1;
  width: 8px;
  height: 100%;
}
.purpose__list-item__txt::before {
  left: 0;
  left: 0;
  clip-path: polygon(0 100%, 0 0, 100% 50%);
}
.purpose__list-item__txt::after {
  right: 0;
  top: 0;
  clip-path: polygon(100% 100%, 100% 0, 0 50%);
}

/*------------------------------
*
* line-account
*
------------------------------*/
.line-account {
  background: url("/img/common/wave_top_white.png") no-repeat top center/max(768px, 100%), url("/img/pattern/beige_memori.png") repeat center/auto;
}
.line-account__container {
  background-color: var(--color-white);
  border-radius: var(--round-20);
  -webkit-box-shadow: 0 8px 0 #fbeac2;
          box-shadow: 0 8px 0 #fbeac2;
  padding-block: 36px;
  padding-inline: 5%;
  margin-inline: auto;
  width: min(500px, 100%);
}
.line-account__ttl {
  margin-bottom: 24px;
  font-size: var(--font-size-32);
  font-weight: var(--font-weight-black);
  letter-spacing: var(--letter-spacing-base);
  font-family: var(--font-sub);
  line-height: 1.25;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--color-line);
}
.line-account__ttl .dual-tone-txt {
  --color-top: var(--color-line);
  --color-bottom: var(--color-line-dark);
}
.line-account__img {
  width: min(495px, 100%);
  margin-top: 32px;
}
.line-account__btn {
  margin-top: 24px;
}

/*------------------------------
*
* page-link
*
------------------------------*/
.page-link__container {
  --col-x-space: 16px;
  --col-y-space: 24px;
  max-width: 320px;
  margin: 0 auto;
}
.page-link__btn {
  --btn-height: 48px;
  --btn-font-size: var(--font-size-23);
}
.page-link__item {
  position: relative;
  z-index: 1;
  overflow: unset;
}
.page-link__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.page-link__item--bus::after {
  width: 38.5%;
  aspect-ratio: 154/80;
  translate: -6.4935064935% -30%;
  background: url("/img/top/page_link_illust01.png") no-repeat top center/contain;
}
.page-link__item--taxi::after {
  width: 28%;
  aspect-ratio: 112/80;
  translate: -8.9285714286% -30%;
  background: url("/img/top/page_link_illust02.png") no-repeat top center/contain;
}
.page-link__item--faq::after {
  width: 23%;
  aspect-ratio: 92/109;
  translate: -10.8695652174% -22.0183486239%;
  background: url("/img/top/page_link_illust03.png") no-repeat top center/contain;
}
.page-link__item-img {
  aspect-ratio: 33/21;
  border-radius: var(--round-10);
}
.page-link__item .page-link__btn {
  margin: -16px auto 0;
  width: min(270px, 90%);
}
.page-link__btns {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px 4%;
  margin-top: 24px;
}
.page-link__btn {
  width: 48%;
}

/*------------------------------
*
* top-news
*
------------------------------*/
.top-news {
  background: url("/img/pattern/blue_stripe.png") repeat center/auto;
  position: relative;
  z-index: 1;
}
.top-news::before {
  content: "";
  width: min(205px, 100%);
  background: url("/img/top/news_illust.png") no-repeat top center/contain;
  top: 0;
  left: 7.8125%;
  translate: 0 -112px;
  position: absolute;
  z-index: 1;
  margin: 32px auto;
}
.top-news__btn {
  width: min(240px, 100%);
  margin-top: 32px;
}

/* ===========================================
*
* bus-page (SP)
*
* ======================================== */
/*------------------------------
*
* about-bus
*
------------------------------*/
.about-bus__sentence {
  margin-bottom: 32px;
}

/* ===========================================
*
* bus-vehicle-page (SP)
*
* ======================================== */
/*------------------------------
*
* bus-vehicle
*
------------------------------*/
.bus-vehicle {
  position: relative;
  z-index: 1;
}
.bus-vehicle::after {
  content: "";
  width: 120px;
  aspect-ratio: 239/164;
  background: url("/img/common/bus_illust02.png") no-repeat top center/contain;
  position: absolute;
  z-index: -1;
  top: 24px;
  right: max(12px, 5%);
  margin: 32px auto;
}
.bus-vehicle__item-ttl {
  margin-bottom: 24px;
}
.bus-vehicle__item:not(:nth-last-of-type(1)) {
  margin-bottom: 56px;
}
.bus-vehicle__gallery {
  margin-top: 24px;
  --col-x-space: 12px;
  --col-y-space: 12px;
}
.bus-vehicle__gallery-item {
  aspect-ratio: 34/22;
  border-radius: var(--round-20);
  overflow: hidden;
}
.bus-vehicle__cards {
  --col-x-space: 16px;
  --col-y-space: 24px;
}
.bus-vehicle__card-img {
  aspect-ratio: 34/22;
  border-radius: var(--round-20);
  overflow: hidden;
  margin-bottom: 11px;
}
.bus-vehicle__card-ttl {
  text-align: center;
}

/* ===========================================
*
* bus-corporate page (SP)
*
* ======================================== */
.bus-corporate-page .sv > img {
  -o-object-position: 64% 50%;
     object-position: 64% 50%;
}

/*------------------------------
*
* about-bus-corporate
*
------------------------------*/
.about-bus-corporate__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;
}
.about-bus-corporate__sentence {
  width: 100%;
}
.about-bus-corporate__img {
  width: min(470px, 80%);
  margin-top: 32px;
  translate: 7.5% 0;
}

/*------------------------------
*
* shuttle-bus
*
------------------------------*/
.shuttle-bus {
  background: url("/img/common/wave_top_white.png") no-repeat top center/max(768px, 100%), url("/img/pattern/beige_memori.png") repeat center/auto;
}
.shuttle-bus__container {
  --col-x-space: 5%;
  --col-y-space: 32px;
}
.shuttle-bus__item {
  background-color: var(--color-white);
  border-radius: var(--round-20);
  padding-block: 32px;
  padding-inline: 5%;
}
.shuttle-bus__item-ttl {
  font-size: var(--font-size-24);
  text-align: center;
  background-color: var(--color-yellow-bright);
  position: relative;
  z-index: 1;
  padding: 0.25em 1em;
  margin-bottom: 16px;
}
.shuttle-bus__item-ttl::after, .shuttle-bus__item-ttl::before {
  content: "";
  background-color: var(--color-white);
  position: absolute;
  z-index: -1;
  width: 11px;
  height: 100%;
}
.shuttle-bus__item-ttl::before {
  left: 0;
  top: 0;
  clip-path: polygon(0 100%, 0 0, 100% 50%);
}
.shuttle-bus__item-ttl::after {
  right: 0;
  top: 0;
  clip-path: polygon(100% 100%, 100% 0, 0 50%);
}
.shuttle-bus__list-item {
  font-weight: var(--font-weight-bold);
  letter-spacing: var(--letter-spacing-medium);
  border-bottom: 1px solid var(--color-orange-medium);
  font-size: var(--font-size-16);
  padding-bottom: 12px;
}
.shuttle-bus__list-item:not(:last-child) {
  margin-bottom: 12px;
}

/*------------------------------
*
* bus-estimate
*
------------------------------*/
.bus-estimate__box {
  height: 300px;
}

/* ===========================================
*
* bus-tour page (SP)
*
* ======================================== */
/*------------------------------
*
* bus-tour
*
------------------------------*/
.bus-tour__about {
  -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;
}
.bus-tour__about-content {
  width: min(520px, 100%);
}
.bus-tour__about-ttl {
  margin-bottom: 24px;
}
.bus-tour__about-img {
  width: min(540px, 100%);
  margin-top: 32px;
}
.bus-tour__case {
  margin-top: 56px;
}
.bus-tour__case-ttl {
  margin-bottom: 24px;
}
.bus-tour__case-cards {
  --col-x-space: 16px;
  --col-y-space: 20px;
}
.bus-tour__case-card__img {
  aspect-ratio: 34/22;
  border-radius: var(--round-20);
  overflow: hidden;
  margin-bottom: 8px;
  margin-inline: auto;
}
.bus-tour__case-card__ttl {
  text-align: center;
}

/*------------------------------
*
* tour
*
------------------------------*/
.tour {
  background: url("/img/common/wave_top_white.png") no-repeat top center/max(768px, 100%), url("/img/pattern/beige_memori.png") repeat center/auto;
  position: relative;
  z-index: 1;
}
.tour::after {
  content: "";
  width: 120px;
  aspect-ratio: 237/204;
  background: url("/img/common/family_illust01.png") no-repeat top center/contain;
  position: absolute;
  right: max(12px, 3%);
  top: 0;
  translate: 0 -75%;
  z-index: 1;
  margin: 32px auto;
}
.tour__intro-ttl {
  margin-bottom: 24px;
}
.tour__intro-box {
  height: 300px;
}
.tour__about {
  margin-top: 56px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.tour__about-ttl {
  margin-bottom: 24px;
}
.tour__about-img {
  width: min(390px, 100%);
  margin-top: 32px;
  margin-inline: auto;
}
.tour__about-content {
  width: min(640px, 100%);
}

/* ===========================================
*
* taxi-page (SP)
*
* ======================================== */
/*------------------------------
*
* about-taxi
*
------------------------------*/
.about-taxi__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;
}
.about-taxi__sentence {
  width: 100%;
}
.about-taxi__img {
  width: min(380px, 80%);
  translate: 7.5% 0;
  margin: 32px auto 0;
}

/*------------------------------
*
* fee
*
------------------------------*/
.fee-wrapper {
  background: url("/img/common/wave_top_white.png") no-repeat top center/max(1280px, 100%), url("/img/pattern/blue_stripe.png") repeat center/auto;
}

.fee__box {
  height: 300px;
}

/*------------------------------
*
* pay
*
------------------------------*/
.pay {
  margin-top: 80px;
}
.pay__sentence {
  text-align: center;
  margin-bottom: 32px;
}
.pay__list {
  gap: 24px 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pay__list-item {
  width: min(240px, 50% - 16px);
}
.pay__list-item__icon {
  width: 83.3333333333%;
  margin-inline: auto;
}
.pay__list-item__ttl {
  margin-top: -1em;
  width: 100%;
  background-color: var(--color-blue-light);
  color: var(--color-white);
  text-align: center;
  font-size: clamp(0.8125rem, calc(0.445293765rem + 0.0167865707 * 100vw), 1.25rem);
  letter-spacing: var(--letter-spacing-medium);
  padding: 0.25em 1em;
  clip-path: polygon(0 0, 100% 0, 97% 50%, 100% 100%, 0 100%, 3% 50%);
}

/*------------------------------
*
* car-type
*
------------------------------*/
.car-type__list {
  --col-x-space: 16px;
  --col-y-space: 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.car-type__item {
  max-width: 400px;
  border-radius: var(--round-20);
  background-color: var(--color-cream);
  -webkit-box-shadow: 0px 8px 0px 0px #fbeac2;
          box-shadow: 0px 8px 0px 0px #fbeac2;
  padding-block: 32px;
  padding-inline: 5%;
}
.car-type__img {
  margin-bottom: 16px;
  margin-inline: auto;
  width: min(320px, 100%);
}
.car-type__name {
  margin-bottom: 20px;
  text-align: center;
  border-color: var(--color-orange-medium);
}
.car-type__name .lg {
  font-size: 1.25em;
}
.car-type__capacity {
  margin-bottom: 20px;
  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;
  gap: 8px;
}
.car-type__capacity-label {
  background-color: var(--color-white);
  border-radius: 3em;
  font-size: var(--font-size-16);
  padding: 0.25em 1em;
  font-weight: var(--font-weight-black);
  color: var(--color-orange-medium);
  letter-spacing: var(--letter-spacing-regular);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.car-type__capacity-text {
  font-size: var(--font-size-20);
  font-weight: var(--font-weight-bold);
  letter-spacing: var(--letter-spacing-regular);
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.car-type__capacity-text .sm {
  font-size: var(--font-size-16);
}

/* ===========================================
*
* recruit page (SP)
*
* ======================================== */
.recruit-page .sv > img {
  -o-object-position: 100% 50%;
     object-position: 100% 50%;
}

/*------------------------------
*
* about-recruit
*
------------------------------*/
.about-recruit__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: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.about-recruit__sentence {
  width: 100%;
  max-width: 540px;
}
.about-recruit__img {
  width: min(540px, 90%);
  translate: -4% 0;
  margin-top: 32px;
}

/*------------------------------
*
* personal
*
------------------------------*/
.personal {
  background: url("/img/common/wave_top_white.png") no-repeat top center/max(768px, 100%), url("/img/pattern/blue_stripe.png") repeat center/auto;
  position: relative;
  z-index: 1;
}
.personal::after {
  content: "";
  width: min(298px, 100%);
  background: url("/img/common/bus_illust01.png") no-repeat top center/contain;
  position: absolute;
  bottom: 0;
  right: 0%;
  translate: 0 64px;
  margin: 32px auto;
}
.personal__list {
  background-color: var(--color-white);
  border-radius: var(--round-10);
  padding-block: 24px;
  padding-inline: 5%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 12px;
}
.personal__list-item {
  font-size: var(--font-size-18);
  border-bottom: 1px solid var(--color-blue-medium);
  padding-bottom: 10px;
  place-content: center;
}
.personal__btn {
  margin-top: 24px;
  width: min(320px, 100%);
  --btn-height: 48px;
  --btn-font-size: var(--font-size-18);
}

/*------------------------------
*
* entry
*
------------------------------*/
.entry {
  background: url("/img/pattern/beige_memori.png") repeat center/auto;
}
.entry__container {
  background-color: var(--color-white);
  border-radius: var(--round-20);
  padding-block: 36px;
  padding-inline: 5%;
}
.entry__text {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 24px;
}
.entry__tel .tel {
  --tel-font-size: var(--font-size-30);
}
.entry__info {
  margin-inline: auto;
}
.entry__incharge {
  margin-top: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px 11px;
}
.entry__incharge-label {
  color: var(--color-blue-light);
  background-color: var(--color-blue-pale);
  font-size: var(--font-size-13);
  font-family: var(--font-sub);
  font-weight: var(--font-weight-black);
  letter-spacing: var(--letter-spacing-regular);
  line-height: 1.5;
  padding-inline: 12px;
  border-radius: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.entry__incharge-name {
  font-size: var(--font-size-16);
  font-weight: var(--font-weight-bold);
  letter-spacing: var(--letter-spacing-medium);
  -ms-flex-negative: 1;
      flex-shrink: 1;
  line-height: 1.5;
}
.entry__btns {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  max-width: 480px;
  width: 100%;
  --btn-height: 60px;
  --btn-font-size: var(--font-size-18);
  --btn-padding-y: calc(
    (var(--btn-height) - var(--btn-font-size) * var(--btn-line-height)) / 2
  );
  margin-top: 16px;
}
.entry__line-btn, .entry__contact-btn {
  width: 100%;
}
.entry__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;
}

/* ===========================================
*
* requirements page
*
* ======================================== */
/*------------------------------
*
* requirements
*
------------------------------*/
.requirements {
  background: url("/img/pattern/beige_memori.png") repeat center/auto;
  padding-bottom: 0;
}
.requirements__table:not(:last-child) {
  margin-bottom: 48px;
}

/* ===========================================
*
* faq page (SP)
*
* ======================================== */
.faq-page .sv > img {
  -o-object-position: 64% 50%;
     object-position: 64% 50%;
}

/*------------------------------
*
* faq よくあるご質問
*
------------------------------*/
.faq-list__item {
  padding-block: 32px;
  padding-inline: 5%;
  border-radius: var(--round-20);
  background: var(--color-cream);
  -webkit-box-shadow: 0 8px 0 #fbeac2;
          box-shadow: 0 8px 0 #fbeac2;
}
.faq-list__item:not(:last-child) {
  margin-bottom: 32px;
}
.faq-list__item .question__mark, .faq-list__item .answer__mark {
  width: 36px;
  height: 36px;
  place-content: center;
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 12px;
  font-family: var(--font-sub);
  font-weight: var(--font-weight-black);
  font-size: var(--font-size-24);
  letter-spacing: var(--letter-spacing-none);
  border-radius: 50%;
  color: var(--color-white);
  line-height: 1;
  padding-bottom: 0.1em;
}
.faq-list__item .question {
  position: relative;
  letter-spacing: 0.05em;
  background-color: var(--main-color);
  color: var(--white-color);
  border-radius: var(--round-10);
  margin-bottom: 20px;
}
.faq-list__item .question__content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: var(--font-size-20);
  letter-spacing: var(--letter-spacing-medium);
  font-weight: var(--font-weight-black);
  font-family: var(--font-sub);
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.faq-list__item .answer {
  position: relative;
}
.faq-list__item .answer__content {
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

/* ===========================================
*
* company page (SP)
*
* ======================================== */
/*------------------------------
*
* policy
*
------------------------------*/
.policy {
  background: url("/img/pattern/blue_stripe.png") repeat center/auto;
  position: relative;
  z-index: 1;
}
.policy::after {
  content: "";
  width: 100px;
  aspect-ratio: 190/129;
  background: url("/img/company/policy_illust.png") no-repeat top center/contain;
  position: absolute;
  z-index: -1;
  top: 24px;
  right: max(12px, 50% - 175px);
  margin: 32px auto;
}
.policy__text {
  font-size: var(--font-size-20);
  letter-spacing: var(--letter-spacing-medium);
  line-height: 1.75;
  border-radius: var(--round-10);
  background-color: var(--color-white);
  padding-inline: 5%;
  padding-block: 0.75em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/*------------------------------
*
* message
*
------------------------------*/
.message__img {
  width: min(540px, 80%);
  margin-bottom: 32px;
  position: relative;
  z-index: 1;
}
.message__img::after, .message__img::before {
  content: "";
  position: absolute;
  z-index: 1;
}
.message__img::before {
  width: min(102px, 32.03125%);
  aspect-ratio: 205/177;
  background: url("/img/common/man_illust01.png") no-repeat top center/contain;
  bottom: 0;
  left: 0;
  translate: -25% 0;
}
.message__img::after {
  width: min(66px, 20.625%);
  aspect-ratio: 132/158;
  background: url("/img/common/woman_illust01.png") no-repeat top center/contain;
  bottom: 0;
  right: 0;
  translate: 25% 0;
}
.message__img > img {
  border-radius: var(--round-20);
}
.message__sentence {
  margin-bottom: 40px;
}
.message__company-name {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  font-size: var(--font-size-19);
  margin-bottom: 16px;
}
.message__company-representative {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  font-size: var(--font-size-24);
}
.message__company-representative .sm {
  font-size: var(--font-size-19);
}

/*------------------------------
*
* info
*
------------------------------*/
.info {
  background: url("/img/common/wave_top_white.png") no-repeat top center/max(768px, 100%), url("/img/pattern/beige_memori.png") repeat center/auto;
}
.info__access {
  margin-top: 40px;
}
.info__access-ttl {
  margin-bottom: 16px;
}
.info__access-map {
  border-radius: var(--round-20);
  border: 2px solid var(--color-white);
  height: var(--map-height);
}

/*------------------------------
*
* history
*
------------------------------*/
/*------------------------------
*
* safety-initiatives
*
------------------------------*/
.safety-initiatives {
  background: url("/img/common/wave_top_white.png") no-repeat top center/max(768px, 100%), url("/img/pattern/blue_stripe.png") repeat center/auto;
}
.safety-initiatives__item {
  padding-block: 32px;
  padding-inline: 5%;
  border-radius: var(--round-20);
  background-color: var(--color-white);
}
.safety-initiatives__item-ttl {
  margin-bottom: 20px;
}
.safety-initiatives__item-btns {
  gap: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.safety-initiatives__item-btn {
  width: min(400px, 100%);
  margin-inline: auto;
}
.safety-initiatives__item-sentence {
  margin-bottom: 20px;
}
.safety-initiatives__item:not(:nth-last-of-type(1)) {
  margin-bottom: 24px;
}

/* ===========================================
*
* news page
*
* ======================================== */
.news {
  background: url("/img/pattern/blue_stripe.png") repeat center/auto;
}

/* ===========================================
*
* single page
*
* ======================================== */
.single {
  position: relative;
  z-index: 5;
}
.single__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.single__date {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-size: var(--font-size-13);
  margin-bottom: 8px;
  line-height: 1;
  text-align: right;
  margin-left: auto;
}
.single__tags {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 16px;
}
.single__ttl {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 100%;
  font-size: var(--font-size-24);
  border-left: 4px solid var(--color-blue-light);
  font-weight: var(--font-weight-black);
  padding-left: 0.75em;
  margin-bottom: 40px;
}
.single__img {
  margin: 0 auto;
  width: 100%;
  margin-bottom: 32px;
}
.single__footer {
  margin-top: 48px;
  width: 100%;
}

/* ===========================================
*
* site page
*
* ======================================== */
.sitemap-list {
  max-width: 600px;
  margin: 0 auto;
}
.sitemap-list__item {
  font-family: var(--font-sub);
  font-weight: var(--font-weight-bold);
}
.sitemap-list__item:not(:last-child) {
  margin-bottom: 5px;
}
.sitemap-list__item .dropdown-menu__list {
  margin-left: auto;
  width: calc(100% - 1em);
  margin-bottom: 10px;
}
.sitemap-list__item .dropdown-menu__item {
  position: relative;
  z-index: 1;
  padding-left: 1em;
}
.sitemap-list__item .dropdown-menu__link {
  position: relative;
  width: 100%;
  display: block;
  padding: 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 dashed rgb(var(--color-text-main-rgb)/0.3);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  word-break: keep-all;
  overflow-wrap: anywhere;
  padding-left: 20px;
}
.sitemap-list__item .dropdown-menu__link::after {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid rgb(var(--color-text-main-rgb)/0.3);
  border-right: 2px solid rgb(var(--color-text-main-rgb)/0.3);
  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__item .dropdown-menu__link:hover {
  color: var(--color-blue-light);
  border-color: var(--color-blue-light);
}
.sitemap-list__item .dropdown-menu__link:hover::after {
  right: 1em;
  border-color: var(--color-blue-light);
}
.sitemap-list__item .dropdown-menu__link:hover {
  color: var(--color-blue-light);
}
.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.3);
  -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.3);
  border-right: 2px solid rgb(var(--color-text-main-rgb)/0.3);
  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-blue-light);
  border-color: var(--color-blue-light);
}
.sitemap-list__link:hover::after {
  right: 1em;
  border-color: var(--color-blue-light);
}

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

.privacy-purpose__list {
  margin-top: 1em;
}
.privacy-purpose__list > li {
  line-height: 2;
  padding-left: 1em;
  text-indent: -1em;
}

.privacy-box {
  margin-bottom: 40px;
}
.privacy-box p {
  line-height: 2;
}

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

.header-nav__link.blank-link {
  padding-left: 30px;
  position: relative;
  z-index: 1;
}

.header-nav__link.blank-link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  translate: 0% -50%;
  width: 14px;
  height: 14px;
  background: url(../img/common/icon_wind.png) no-repeat center/contain;
}