@charset "UTF-8";
/* ------------------------------------------------------------------------------
*
* Layout
*
* ------------------------------------------------------------------------------ */
/*------------------------------
*
* base styles
*
------------------------------*/
/* css custom properties
-------------------------*/
:root {
  /* font-size */
  --font-size-12: 0.75rem;
  --font-size-13: 0.8125rem;
  --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: 140px;
  /* map height */
  --map-height: 56.25vw;
  /* btn defaults */
  --btn-height: 56px;
  --btn-line-height: 1;
  --btn-font-size: var(--font-size-base);
  --btn-font-weight: var(--font-weight-bold);
  --btn-letter-space: var(--letter-spacing-base);
  --btn-padding-x: 1em;
  --btn-padding-y: calc(
    (var(--btn-height) - var(--btn-font-size) * var(--btn-line-height)) / 2
  );
  --btn-width-xs: 180px;
  --btn-width-small: 200px;
  --btn-width-regular: 240px;
  --btn-width-medium: 300px;
  --btn-width-large: 350px;
  --btn-width-xl: 400px;
  --btn-font-family: var(--font-main);
  /* header */
  --header-height: 70px;
  /* 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: 3em;
  --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: 50%;
  --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-gray);
  --pagenation-item-color: #b3b3b3;
  --pagenation-item-current-color: var(--color-white);
  --pagenation-item-current-bg-color: var(--color-main);
  /* drawer settings */
  --drawer-btn-bg: var(--color-main);
  --drawer-btn-bar-color: var(--color-white);
  --drawer-main-color: var(--color-main);
  --drawer-link-font-size: clamp(
    0.9375rem,
    calc(0.7801258993rem + 0.0071942446 * 100vw),
    1.125rem
  );
  --drawer-link-current-color: var(--color-main);
  --drawer-link-border-color: rgb(var(--color-text-main-rgb) / 0.4);
}

body {
  font-size: var(--font-size-base);
  font-family: var(--font-main);
  line-height: var(--line-height-base);
  letter-spacing: var(--letter-spacing-base);
  font-weight: var(--font-weight-medium);
  color: var(--color-text-main);
  min-width: var(--min-contents-width);
  margin: 0 auto;
  position: relative;
  font-style: normal;
  font-optical-sizing: auto;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}

/* ===========================================
*
* header style
*
* ======================================== */
.header {
  width: 100%;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 101;
  background-color: var(--color-white);
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.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 {
  padding-block: 40px;
}
.footer__inner {
  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__list {
  gap: 0 4%;
  margin: 0 auto;
  max-width: 320px;
}
.footer-nav__item {
  width: 48%;
}
.footer-nav__link {
  line-height: 1;
  font-size: 13px;
  padding: 1em 0 0.5em;
  display: block;
  border-bottom: 1px solid rgb(var(--color-text-main-rgb) / 0.3);
}
.footer-nav__link:hover {
  border-color: var(--color-main);
}
.footer-nav__link.current {
  color: var(--color-main);
  border-color: var(--color-main);
}
.footer__bottom {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1080px;
  margin: 20px auto 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.footer__official-link {
  padding-right: 2em;
  padding-bottom: 4px;
  border-bottom: 2px solid var(--color-main);
  font-weight: var(--font-weight-bold);
  letter-spacing: var(--letter-spacing-base);
  font-size: 0.8125rem;
  display: inline-block;
  position: relative;
  z-index: 1;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.footer__official-link::after {
  content: "";
  width: 1.0625em;
  height: 1.0625em;
  position: absolute;
  top: 0.75em;
  right: 0;
  translate: 0% -50%;
  background: url("/img/common/icon_window.png") no-repeat top center/contain;
}
.footer__official-link .small {
  font-size: 0.875em;
}
.footer__copy {
  font-size: 11px;
  letter-spacing: var(--letter-spacing-none);
  font-weight: var(--font-weight-regular);
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-top: 24px;
}
.pagetop{
  position: fixed;
  z-index: 101;
  right: 4%;
  bottom: 24px;
  width: 60px;
}
.pagetop > {
width: 100%;
}
/* ===========================================
*  
*  main layouts
* 
* ======================================== */
.wrapper {
  position: relative;
  z-index: 1;
}

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

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

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

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

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

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

/* 
title style
-------------------------*/
.cmn-ttl {
  font-size: var(--font-size-30);
  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;
}
.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-weight: var(--font-weight-black);
  margin-block: -0.25em;
  display: inline-block;
}

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

/*
 snsクラス
-------------------------*/
.sns {
  --sns-icon-space: 20px;
  --sns-icon-size: 30px;
  gap: var(--sns-icon-space);
}
.sns__icon {
  width: calc(var(--sns-icon-size) * 2);
  height: calc(var(--sns-icon-size) * 2);
  background-color: var(--color-main);
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: grid;
  place-content: center;
}
.sns__icon:hover {
  background-color: var(--color-main-darken);
}
.sns__icon img {
  width: var(--sns-icon-size);
}

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

.main-table {
  --table-letter-spacing: var(--letter-spacing-regular);
  --table-th-font-weight: var(--font-weight-medium);
  --table-th-text-align: left;
  --table-th-x-padding: 1em;
  --table-th-y-padding: 1.125em;
  --table-th-bg-color: var(--color-main);
  --table-th-color: var(--color-white);
  --table-th-width: 100%;
  --table-td-x-padding: 1em;
  --table-td-y-padding: 1.125em;
  --table-td-bg-color: var(--color-white);
  --table-td-color: var(--color-text-main);
  --table-td-width: 100%;
  --table-border-color: var(--color-main);
  --table-th-border-color: var(--color-white);
  --table-td-border-color: var(--color-main);
  --table-width: 100%;
  width: var(--table-width);
  letter-spacing: var(--table-letter-spacing);
}
.main-table tr {
  width: 100%;
  display: block;
  border-block: 1px solid var(--table-border-color);
}
.main-table tr:not(:last-child) {
  margin-bottom: 12px;
}
.main-table th,
.main-table td {
  display: block;
}
.main-table th {
  width: var(--table-th-width);
  background-color: var(--table-th-bg-color);
  color: var(--table-th-color);
  font-weight: var(--table-th-font-weight);
  text-align: var(--table-th-text-align);
  padding-inline: var(--table-th-x-padding);
  padding-block: var(--table-th-y-padding);
}
.main-table td {
  width: var(--table-td-width);
  background-color: var(--table-td-bg-color);
  color: var(--table-td-color);
  padding-inline: var(--table-td-x-padding);
  padding-block: var(--table-td-y-padding);
}

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

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

/*------------------------------
*
* time
*
------------------------------*/
.cmn-time {
  /* 営業時間・定休日をまとめたdl */
  gap: 5px 18px;
  font-size: 13px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.cmn-time__item {
  gap: 5px 10px;
  font-weight: var(--font-weight-bold);
  letter-spacing: var(--letter-spacing-medium);
}
.cmn-time__item dt {
  color: var(--main-color);
  background-color: var(--color-theme);
  padding: mg(24, 13, 1.5) 5px;
  text-align: center;
  min-width: 95px;
}

/* 
* カラムスタイル
* 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--round {
  border-radius: 1rem;
}
.cmn-btn--round-full {
  border-radius: 9999px;
}
.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;
  display: block;
  font-size: var(--btn-font-size);
  font-weight: var(--btn-font-weight);
  letter-spacing: var(--btn-letter-space);
  line-height: var(--btn-line-height);
  font-family: var(--btn-font-family);
  text-align: center;
  padding-block: var(--btn-padding-y);
  padding-inline: var(--btn-padding-x);
  position: relative;
  z-index: 1;
  background-color: var(--color-main);
  color: var(--color-white);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cmn-btn--primary:hover {
  background-color: var(--color-main-darken);
  color: var(--color-white);
  opacity: 1;
}
.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-yellow);
  color: var(--color-main);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cmn-btn--secondary:hover {
  background-color: var(--color-yellow-darken);
  color: var(--color-main);
  opacity: 1;
}
.cmn-btn--icon-line > span {
  padding-left: 2.375em;
  position: relative;
  z-index: 1;
  display: inline-block;
}
.cmn-btn--icon-line > span::before {
  content: "";
  width: 1.875em;
  height: 1.875em;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/icon_line.svg) no-repeat center/contain;
}
.cmn-btn--icon-mail > span {
  padding-left: 1.375em;
  position: relative;
  z-index: 1;
  display: inline-block;
}
.cmn-btn--icon-mail > span::before {
  content: "";
  width: 1.25em;
  height: 1em;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/icon_mail.png) no-repeat center/contain;
}
.cmn-btn--icon-question > span {
  padding-left: 2.0833333333em;
  position: relative;
  z-index: 1;
  display: inline-block;
}
.cmn-btn--icon-question > span::before {
  content: "";
  width: 1.5416666667em;
  height: 1.4583333333em;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/icon_question.png) no-repeat center/contain;
}
.cmn-btn--arrow > span {
  display: inline-block;
  padding-right: 2em;
  position: relative;
  z-index: 1;
}
.cmn-btn--arrow > span::after {
  content: "";
  width: 1.5416666667em;
  height: 1.4583333333em;
  background: url(../img/common/arrow_right_yellow.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 0;
  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%;
  height: clamp(300px, 36.4583333333vw, 700px);
  position: relative;
  z-index: 1;
}
.mv__catch {
  position: absolute;
  white-space: nowrap;
  width: 66.6666666667%;
  min-width: 340px;
  bottom: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  z-index: 20;
}

/*------------------------------
*
* main style page visual
*
------------------------------*/
.sv {
  width: 100%;
  position: relative;
  z-index: 1;
  height: 180px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  background-color: var(--color-pale-sky);
}
.sv::before {
  content: "";
  width: 49.2px;
  height: 94.2px;
  background: url("/img/sv/sv_deco_right.png") no-repeat top center/contain;
  bottom: 0;
  left: max(10px, 50% - 650px);
  position: absolute;
  z-index: -1;
}
.sv__img {
  position: absolute;
  right: 1%;
  top: 0;
  height: 100%;
  aspect-ratio: 293 / 180;
}
.sv__catch {
  position: absolute;
  top: 50%;
  left: 5%;
  max-width: 90%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  z-index: 20;
  font-size: var(--font-size-30);
  letter-spacing: var(--letter-spacing-none);
  color: var(--color-orange);
  text-shadow: rgb(255, 255, 255) 4px 0px 0px,
    rgb(255, 255, 255) 3.87565px 0.989616px 0px,
    rgb(255, 255, 255) 3.51033px 1.9177px 0px,
    rgb(255, 255, 255) 2.92676px 2.72656px 0px,
    rgb(255, 255, 255) 2.16121px 3.36588px 0px,
    rgb(255, 255, 255) 1.26129px 3.79594px 0px,
    rgb(255, 255, 255) 0.282949px 3.98998px 0px,
    rgb(255, 255, 255) -0.712984px 3.93594px 0px,
    rgb(255, 255, 255) -1.66459px 3.63719px 0px,
    rgb(255, 255, 255) -2.51269px 3.11229px 0px,
    rgb(255, 255, 255) -3.20457px 2.39389px 0px,
    rgb(255, 255, 255) -3.69721px 1.52664px 0px,
    rgb(255, 255, 255) -3.95997px 0.56448px 0px,
    rgb(255, 255, 255) -3.97652px -0.432781px 0px,
    rgb(255, 255, 255) -3.74583px -1.40313px 0px,
    rgb(255, 255, 255) -3.28224px -2.28625px 0px,
    rgb(255, 255, 255) -2.61457px -3.02721px 0px,
    rgb(255, 255, 255) -1.78435px -3.57996px 0px,
    rgb(255, 255, 255) -0.843183px -3.91012px 0px,
    rgb(255, 255, 255) 0.150409px -3.99717px 0px,
    rgb(255, 255, 255) 1.13465px -3.8357px 0px,
    rgb(255, 255, 255) 2.04834px -3.43574px 0px,
    rgb(255, 255, 255) 2.83468px -2.82216px 0px,
    rgb(255, 255, 255) 3.44477px -2.03312px 0px,
    rgb(255, 255, 255) 3.84068px -1.11766px 0px,
    rgb(255, 255, 255) 3.9978px -0.132717px 0px;
}

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

/*------------------------------
*
* post-card
*
------------------------------*/
.post-cards-list {
  --col-ite-x-space: 20px;
  --col-ite-y-space: 30px;
}

.post-card-item__thumb {
  aspect-ratio: 26/18;
  overflow: hidden;
  margin-bottom: 12px;
  border-radius: var(--round-20);
}
.post-card-item__date {
  line-height: 1;
  font-size: var(--font-size-13);
  position: relative;
  z-index: 1;
  font-family: var(--font-sub);
}
.post-card-item__body {
  width: 100%;
}
.post-card-item__flex {
  gap: 5px 10px;
  margin-bottom: 12px;
}
.post-card-item__ttl {
  font-size: var(--font-size-base);
  width: 100%;
  font-weight: var(--font-weight-bold);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/*------------------------------
*
* cmn-post
*
------------------------------*/
.cmn-post {
  --post-item-bg-color: var(--color-gray);
  --post-width: 100%;
  --post-item-margin: 10px;
  --post-item-flex-margin-space: 13px;
  --post-link-padding: 22px 30px 18px;
  --post-tags-width: calc(100% - 112px);
  --post-title-line: 1;
  --post-title-font-size: 15px;
  --post-date-font-size: 15px;
  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% - 120px);
}
.cmn-post__box.w-100 {
  width: 100%;
}
.cmn-post__thumb {
  width: 100px;
  aspect-ratio: 1/1;
}
.cmn-post__flex {
  margin-bottom: var(--post-item-flex-margin-space, 12px);
}
.cmn-post__tags {
  width: var(--post-tags-width, auto);
}
.cmn-post__link {
  padding: var(--post-link-padding, 20px 30px);
}
.cmn-post__date {
  line-height: 1;
  font-size: var(--post-date-font-size, 16px);
}
.cmn-post__ttl {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.2;
  width: 100%;
  font-size: var(--post-title-font-size, 16px);
}

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

.tag-link {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  --tag-height: 24px;
  --tag-x-padding: 10px;
  --tag-color: var(--color-white);
  --tag-bg-color: var(--color-main);
}
.tag-link.tag {
  padding: 0;
}
.tag-link > a {
  padding: 0 var(--tag-x-padding);
}
.tag-link:hover {
  background-color: var(--color-main-darken);
}

.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: 30px;
  gap: 10px;
}

.tag-btn {
  --tag-btn-color: #b3b3b3;
  --tag-btn-bg-color: var(--color-gray);
  --tag-btn-current-color: var(--color-white);
  --tag-btn-current-bg-color: var(--color-main);
  --tag-btn-round: 3em;
  --tag-btn-padding: 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
*
* ======================================== */
/*------------------------------
*
* recruit
*
------------------------------*/
.recruit {
  background: url("/img/top/flag_repeat.png") repeat-x top center/auto 20px;
}
.recruit__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;
  margin-bottom: 40px;
  text-align: center;
}
.recruit__ttl__sub {
  margin-bottom: 12px;
  font-weight: var(--font-weight-black);
  letter-spacing: var(--letter-spacing-base);
  font-size: var(--font-size-16);
  line-height: 1.8;
  width: 10.65em;
  background: url("/img/top/recruit_ttl_bg.png") no-repeat top center/contain;
}
.recruit__ttl__main {
  font-size: var(--font-size-32);
  letter-spacing: var(--letter-spacing-regular);
  line-height: 1;
}

/*------------------------------
*
* top-news
*
------------------------------*/
.top-news__container {
  padding: 24px 5% 75px;
  background-color: var(--color-pale-sky);
  border-radius: var(--round-20);
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
}
.top-news__container::after,
.top-news__container::before {
  content: "";
  z-index: -1;
  position: absolute;
}
.top-news__container::before {
  width: 90px;
  aspect-ratio: 130/80;
  background: url("/img/top/news_cloud_left.png") no-repeat top center/contain;
  left: 0;
  translate: -50% -150%;
}
.top-news__container::after {
  width: 180px;
  aspect-ratio: 348/187;
  background: url("/img/top/news_cloud_right.png") no-repeat top center/contain;
  top: 0;
  right: 0;
  translate: 50% -25%;
}
.top-news__ttl {
  height: clamp(
    7.0875rem,
    calc(5.1045863309rem + 0.090647482 * 100vw),
    9.45rem
  );
  margin: 0 auto 32px;
}
.top-news__btn {
  margin-top: 40px;
  width: 240px;
}
.top-news .post-cards-list {
  width: 820px;
  --col-x-space: 20px;
  --col-y-space: 36px;
}

/*------------------------------
*
* intro
*
------------------------------*/
.intro {
  position: relative;
  z-index: 1;
  padding-top: min(470px, 72%);
}
.intro::after,
.intro::before {
  content: "";
  position: absolute;
  z-index: -1;
}
.intro::before {
  width: 45%;
  aspect-ratio: 626/767;
  top: 40px;
  left: 0;
  background: url("/img/top/intro_bg_left.png") no-repeat top center/contain;
}
.intro::after {
  width: 49%;
  aspect-ratio: 653/792;
  top: 40px;
  right: 0;
  background: url("/img/top/intro_bg_right.png") no-repeat top center/contain;
}
.intro__ttl {
  height: clamp(
    5.9375rem,
    calc(3.4457434053rem + 0.1139088729 * 100vw),
    8.90625rem
  );
  margin-bottom: 40px;
}
.intro__ttl::before {
  content: "";
}
.intro__card-container {
  --col-x-space: 15px;
  --col-y-space: 15px;
  margin-top: 72px;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
}
.intro__card-container::after,
.intro__card-container::before {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
}
.intro__card-container::before {
  width: min(120px, 26.875%);
  aspect-ratio: 258/459;
  background: url("/img/top/intro_baloon_left.png") no-repeat top center/contain;
  bottom: 0;
  left: 0;
}
.intro__card-container::after {
  width: min(64px, 13.3333333333%);
  aspect-ratio: 128/328;
  background: url("/img/top/intro_baloon_right.png") no-repeat top
    center/contain;
  bottom: 0;
  right: 3%;
}
.intro__card {
  max-width: 260px;
  min-width: 240px;
  border-radius: 16px;
  border: 4px solid #e2c68e;
  background: url("/img/top/link_bg.png") no-repeat top center/cover;
}
.intro__card__ttl {
  font-family: var(--font-sub);
  text-align: center;
  font-size: var(--font-size-28);
  letter-spacing: var(--letter-spacing-base);
  line-height: 1;
  margin-bottom: 20px;
  text-align: center;
  display: inline-block;
  padding-right: 1.1111111111em;
  position: relative;
  z-index: 1;
}
.intro__card__ttl::before {
  content: "";
  width: 0.8888888889em;
  height: 0.8888888889em;
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0% -50%;
  background: url("/img/common/arrow_right_main.png") no-repeat top
    center/contain;
}
.intro__card__ttl .small {
  font-size: 0.8333333333em;
}
.intro__card__content {
  position: relative;
  z-index: 1;
  border-radius: 0 0 var(--round-20) var(--round-20);
  padding: 30px 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.intro__card__icon {
  position: absolute;
  top: 0;
  width: 32%;
  left: 50%;
  translate: -50% -80%;
}
.intro__card__img {
  border-radius: 12px 12px 0 0;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 328/228;
}
.intro__card__img > img {
  -o-object-position: bottom center;
  object-position: bottom center;
}
/* cta-box 
-------------------------*/
.cta-box {
  padding: 40px 8% 32px;
  border-radius: var(--round-20);
  position: relative;
  z-index: 1;
  border: 6px solid var(--color-yellow);
  background-color: #fffaf3;
}
.cta-box::before,
.cta-box::after {
  content: "";
  position: absolute;
  z-index: 1;
}
.cta-box::after {
  width: 92px;
  aspect-ratio: 92/79;
  background: url("/img/top/recruit_deco_right.png") no-repeat top
    center/contain;
  top: 0;
  right: 0;
  translate: 34.7826086957% -44.3037974684%;
}
.cta-box::before {
  width: 110px;
  aspect-ratio: 110/94;
  background: url("/img/top/recruit_deco_left.png") no-repeat top center/contain;
  bottom: 0;
  left: 0;
  translate: -43.6363636364% 24.4680851064%;
}

/* cta-actions
-------------------------*/
.cta-actions {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 20px;
}
.cta-actions__btn {
  width: 100%;
  max-width: 560px;
  --btn-height: 72px;
  --btn-font-size: var(--font-size-20);
  position: relative;
  z-index: 1;
}
.cta-actions__btn::before {
  content: "";
  position: absolute;
  z-index: 2;
  pointer-events: none;
}
.cta-actions__btn__note {
  text-align: center;
  font-weight: var(--font-weight-regular);
  font-size: var(--font-size-12);
  letter-spacing: var(--letter-spacing-base);
  margin-top: 8px;
}
.cta-actions__btn--guide::before {
  width: 46.5px;
  aspect-ratio: 62/102;
  background: url("/img/top/recruit_illust01.png") no-repeat top center/contain;
  left: 3%;
  top: 0;
  translate: 0 -100%;
}
.cta-actions__btn--contact::before {
  width: 92.25px;
  aspect-ratio: 123/74;
  background: url("/img/top/recruit_illust02.png") no-repeat top center/contain;
  right: 0;
  bottom: 0;
  translate: 27px 37px;
}
.cta-actions__btn--contact .cmn-btn--icon-mail > span {
  padding-left: 1.5em;
}

/*------------------------------
*
* top-tips
*
------------------------------*/
.top-tips {
  padding-top: 0;
}
.top-tips__container {
  border-radius: var(--round-30);
  border: 6px solid var(--color-orange);
  padding: 56px 5%;
  background-color: #fffaf3;
  position: relative;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 1;
}
.top-tips__container::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 135.04px;
  aspect-ratio: 211/221;
  background: url("/img/top/tips_illust_bambi.png") no-repeat top center/contain;
  bottom: 0;
  left: 0;
  translate: -68.2464454976% -55.6561085973%;
}
.top-tips__right {
  width: 100%;
  position: relative;
  z-index: 1;
}
.top-tips__right::after,
.top-tips__right::before {
  content: "";
  position: absolute;
  z-index: 5;
}
.top-tips__right::before {
  width: 100.48px;
  aspect-ratio: 157/141;
  background: url("/img/top/tips_illust_rabit.png") no-repeat top center/contain;
  bottom: 0;
  left: 0;
  translate: -52.8662420382% -53.1914893617%;
}
.top-tips__right::after {
  width: 164.48px;
  aspect-ratio: 257/269;
  background: url("/img/top/tips_illust_bear.png") no-repeat top center/contain;
  bottom: 0;
  right: 0;
  translate: 54.4747081712% -14.8698884758%;
}
.top-tips__ttl {
  margin-bottom: 32px;
}
.top-tips__ttl__sub {
  margin-bottom: 12px;
  display: block;
  height: clamp(1.8rem, calc(1.2964028777rem + 0.0230215827 * 100vw), 2.4rem);
}
.top-tips__ttl__main {
  height: clamp(1.625rem, calc(0.8066546763rem + 0.0374100719 * 100vw), 2.6rem);
}
.top-tips__btn {
  width: 100%;
  margin: -10% auto 0;
  position: relative;
  z-index: 10;
}
.top-tips__img {
  max-width: 500px;
  width: 75%;
  margin: 16px auto 0;
  z-index: 1;
}

/*------------------------------
*
* unknown
*
------------------------------*/
.unknown {
  background: url("/img/top/flag_repeat.png") repeat-x top center/auto 20px;
  position: relative;
  z-index: 1;
}
.unknown::after,
.unknown::before {
  content: "";
  position: absolute;
  z-index: -1;
}
.unknown::before {
  width: 79.95px;
  aspect-ratio: 123/262;
  background: url("/img/top/unknown_left.png") no-repeat top center/contain;
  top: 186px;
  left: calc(50% - 772px);
}
.unknown::after {
  width: 132.6px;
  aspect-ratio: 204/332;
  background: url("/img/top/unknown_left.png") no-repeat top center/contain;
  top: 116px;
  right: calc(50% - 823px);
}
.unknown__ttl {
  height: clamp(
    1.625rem,
    calc(0.9430455635rem + 0.03117506 * 100vw),
    2.4375rem
  );
  margin-bottom: 40px;
}
.unknown__sentence {
  text-align: center;
  margin-bottom: 48px;
}

/* ===========================================
*
* philosophy page
*
* ======================================== */
/*------------------------------
*
* philosophy
*
------------------------------*/
.philosophy-contents {
  padding: 56px 5%;
  border-radius: var(--round-20);
}
.philosophy-contents__flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.philosophy-contents:nth-of-type(odd) {
  background: url("/img/philosophy/philosophy_contents_deco_right.png")
      no-repeat top right 20px/120px auto,
    var(--color-theme);
}
.philosophy-contents:nth-of-type(even) {
  background: url("/img/philosophy/philosophy_contents_deco_left.png") no-repeat
      top left 20px/120px auto,
    var(--color-theme);
}
.philosophy-contents:not(:last-child) {
  margin-bottom: 64px;
}

.philosophy__thumb {
  max-width: 520px;
  width: 100%;
  margin: 32px auto 0;
}
.philosophy__content {
  width: 100%;
}
.philosophy__head {
  margin-bottom: 32px;
  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;
}
.philosophy__num {
  display: block;
  width: 96px;
  margin-bottom: 12px;
}
.philosophy__ttl {
  font-size: var(--font-size-30);
  font-weight: var(--font-weight-black);
  letter-spacing: var(--letter-spacing-regular);
  line-height: 1.33;
  text-align: center;
}
.philosophy__gallery {
  margin-top: 15px;
  --col-x-space: 15px;
  --col-y-space: 15px;
}
.philosophy__sentence{
  font-size: var(--font-size-20);
}
/*------------------------------
*
* contact
*
------------------------------*/
.contact {
  background-color: var(--color-pale-sky);
  z-index: 20;
  position: relative;
}
.contact__container {
  --col-x-space: 30px;
  --col-y-space: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.contact-item {
  background-color: var(--color-white);
  border-radius: var(--round-20);
  padding: 40px 5%;
  position: relative;
  max-width: 480px;
  z-index: 1;
}
.contact-item::after,
.contact-item::before {
  z-index: -1;
  position: absolute;
  content: "";
}
.contact-item__ttl {
  margin-bottom: 32px;
  height: clamp(
    1.4875rem,
    calc(1.3091426859rem + 0.0081534772 * 100vw),
    1.7rem
  );
}
.contact-item__ttl > img {
  display: block;
}
.contact-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;
  text-align: center;
}
.contact-item__location {
  font-weight: var(--font-weight-regular);
  font-size: var(--font-size-13);
  line-height: 1;
  margin-bottom: 20px;
}
.contact-item__map-link {
  padding-left: 1.5em;
  position: relative;
  z-index: 1;
  display: inline-block;
  line-height: 1;
  margin-bottom: 20px;
}
.contact-item__map-link::before {
  content: "";
  position: absolute;
  top: 0.6125em;
  left: 0;
  translate: 0% -50%;
  width: 1em;
  height: 1.5em;
  background: url("/img/common/icon_pin.png") no-repeat top center/contain;
}
.contact-item__map-link > span {
  text-decoration-thickness: 2px !important;
}
.contact-item__tel .replace-txt {
  display: block;
  width: 100%;
  height: 11px;
}
.contact-item__tel .replace-txt > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.contact-item--arai::before {
  width: 19.8095238095%;
  aspect-ratio: 104/191;
  background: url("/img/common/contact_baloon01.png") no-repeat top
    center/contain;
  top: 0;
  right: 0;
  translate: -25% -61.2565445026%;
}
.contact-item--arai::after {
  width: 31.619047619%;
  aspect-ratio: 166/90;
  background: url("/img/common/contact_cloud01.png") no-repeat top
    center/contain;
  bottom: 0;
  left: 0;
  translate: -48.1927710843% 10%;
}
.contact-item--nakano::before {
  width: 12.9523809524%;
  aspect-ratio: 68/173;
  background: url("/img/common/contact_baloon02.png") no-repeat top
    center/contain;
  bottom: 0;
  right: 0;
  translate: 20.5882352941% 46.8208092486%;
}
.contact-item--nakano::after {
  width: 51.4285714286%;
  aspect-ratio: 297/179;
  background: url("/img/common/contact_cloud02.png") no-repeat top
    center/contain;
  top: 0;
  right: 0;
  translate: 10.101010101% -44.6927374302%;
}
.contact-list {
  margin-top: 36px;
  -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: 0.5em 1em;
  font-weight: var(--font-weight-regular);
}
/* ===========================================
*
* message-page
*
* ======================================== */
/*------------------------------
*
* chairman-bnr
*
------------------------------*/
.chairman-bnr {
  background-color: var(--color-theme);
  border: 6px solid var(--color-orange);
  border-radius: var(--round-20);
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -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;
  padding: 36px 5%;
  margin-block: 75px;
  width: 80%;
  max-width: 400px;
}
.chairman-bnr::after,
.chairman-bnr::before {
  content: "";
  position: absolute;
  z-index: 1;
}
.chairman-bnr::before {
  width: 28.5135135135%;
  aspect-ratio: 211/221;
  bottom: 0;
  left: 0;
  translate: -28.9592760181% 8px;
  background: url("/img/message/bnr_left_illust.png") no-repeat top
    center/contain;
}
.chairman-bnr::after {
  width: 19.3243243243%;
  aspect-ratio: 143/333;
  top: 0;
  right: 0;
  translate: 13.986013986% -12.3123123123%;
  background: url("/img/message/bnr_right_illust.png") no-repeat top
    center/contain;
}
.chairman-bnr__img {
  width: 100%;
}
.chairman-bnr__name {
  font-size: var(--font-size-24);
  font-weight: var(--font-weight-black);
  letter-spacing: var(--letter-spacing-base);
  text-align: center;
  margin-bottom: 1em;
}
.chairman-bnr__name::before {
  content: "";
  margin: 0 auto 17px;
  display: block;
  background: url("/img/common/ttl_flag.png") no-repeat top center/contain;
  width: 6.5333333333em;
  height: 1.3333333333em;
}

/*------------------------------
*
* message
*
------------------------------*/
.message {
  padding-top: 0;
}

.message-contents {
  padding: 56px 5%;
  border-radius: var(--round-20);
  background-color: var(--color-theme);
}
.message-contents__ttl {
  font-size: var(--font-size-24);
  font-weight: var(--font-weight-black);
  letter-spacing: var(--letter-spacing-regular);
  text-align: center;
  margin-bottom: 32px;
}
.message-contents__ttl::before {
  content: "";
  margin: 0 auto 15px;
  display: block;
  background: url("/img/common/ttl_flag.png") no-repeat top center/contain;
  width: 5.4444444444em;
  height: 1.1111111111em;
}
.message-contents:not(:last-child) {
  margin-bottom: 56px;
}

.message-comment {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.message-comment__icon {
  width: 80px;
}
.message-comment__text {
  width: calc(100% - 90px);
  padding: 24px 5%;
  border: 4px solid var(--color-sub);
  border-radius: var(--round-20);
  background-color: var(--color-white);
  position: relative;
  z-index: 1;
  font-size: 13px;
}
.message-comment__text::before {
  content: "";
  width: 13.5px;
  height: 14.5px;
  background: url("/img/message/msg_baloon.png") no-repeat top center/contain;
  position: absolute;
  left: 0;
  top: 24px;
  translate: -13px 0;
}
.message-comment__img {
  max-width: 740px;
  width: 80%;
  margin: 24px auto 0;
  position: relative;
  z-index: 1;
}
.message-comment__img::before,
.message-comment__img::after {
  position: absolute;
  z-index: 1;
  content: "";
}
.message-comment__img::before {
  width: 34.2666666667%;
  aspect-ratio: 257/269;
  bottom: 0;
  left: 0;
  translate: -77.8210116732% 0;
  background: url("/img/message/msg_left_illust.png") no-repeat top
    center/contain;
}
.message-comment__img::after {
  width: 31.2%;
  aspect-ratio: 234/300;
  bottom: 0;
  right: 0;
  translate: 92.735042735% 0;
  background: url("/img/message/msg_right_illust.png") no-repeat top
    center/contain;
}
.message-comment__img > img {
  border-radius: var(--round-30);
}
.message-comment:not(:last-child) {
  margin-bottom: 50px;
}

/* ===========================================
*
* daily page
*
* ======================================== */
/*------------------------------
*
* daily
*
------------------------------*/
.daily-contents {
  padding: 56px 5%;
  background-color: var(--color-theme);
  border-radius: var(--round-30);
  position: relative;
  z-index: 1;
}
.daily-contents::before {
  content: "";
  width: 100%;
  height: 120px;
  background: url("/img/daily/daily_cloud_left.png") no-repeat bottom
      left/30.1851851852% auto,
    url("/img/daily/daily_cloud_right.png") no-repeat top right/32.2222222222%
      auto;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  z-index: -2;
}
.daily-contents__ttl {
  text-align: center;
  font-weight: var(--font-weight-black);
  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;
}
.daily-contents__ttl__time {
  font-size: var(--font-size-18);
  letter-spacing: var(--letter-spacing-base);
  line-height: 1;
  width: 8.3em;
  height: 2.45em;
  padding-left: 1.1em;
  padding-top: 1em;
  margin-bottom: 12px;
  background: url("/img/daily/tag.png") no-repeat top center/contain;
}
.daily-contents__ttl__main {
  font-size: var(--font-size-28);
  letter-spacing: var(--letter-spacing-regular);
  line-height: 1.33;
}
.daily-contents:not(:last-child) {
  margin-bottom: 56px;
}
.daily-contents:not(:last-child)::after {
  content: "";
  background: url("/img/daily/daily_border.png") no-repeat top center/contain;
  width: 3px;
  height: 40px;
  display: block;
  position: absolute;
  bottom: -28px;
  left: 50%;
  translate: -50% 50%;
}

.daily-item-wrapper {
  margin-top: 32px;
}

.daily-item {
  --col-x-space: 15px;
  --col-y-space: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding: 32px 8%;
  border-radius: var(--round-30);
  background: var(--color-white);
}
.daily-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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 32px;
}
.daily-item__gallery {
  width: 100%;
  --col-x-space: 15px;
  --col-y-space: 15px;
}
.daily-item__gallery-img > img {
  width: 100%;
}
.daily-item__head {
  margin-bottom: 32px;
  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;
}
.daily-item__num {
  display: block;
  width: 113px;
  margin-bottom: 18px;
}
.daily-item__gallery {
  --col-x-space: 15px;
  --col-y-space: 15px;
}
.daily-item:not(:last-child) {
  margin-bottom: 40px;
}

/* ===========================================
*
* parenting-tips page
*
* ======================================== */
/*------------------------------
*
* tips
*
------------------------------*/
.tips-contents {
  padding: 56px 5%;
  border-radius: var(--round-30);
  background: url("/img/parenting-tips/tip_bg_right.png") no-repeat top right
      20px/100px auto,
    url("/img/parenting-tips/tip_bg_left.png") no-repeat top 64px left/120px
      auto,
    var(--color-theme);
}
.tips-contents__ttl {
  font-size: var(--font-size-30);
  font-weight: var(--font-weight-black);
  letter-spacing: var(--letter-spacing-regular);
  text-align: center;
  margin-bottom: 40px;
}
.tips-contents__ttl::before {
  content: "";
  margin: 0 auto 15px;
  display: block;
  background: url("/img/common/ttl_flag.png") no-repeat top center/contain;
  width: 5.4444444444em;
  height: 1.1111111111em;
}
.tips-contents__video {
  margin-top: 50px;
}
.tips-contents__video__ttl {
  line-height: 1;
  font-size: var(--font-size-24);
  font-weight: var(--font-weight-black);
  letter-spacing: var(--letter-spacing-regular);
  color: var(--color-orange);
  text-align: center;
  margin-bottom: 24px;
}
.tips-contents__video__main {
  overflow: hidden;
  border-radius: var(--round-10);
  aspect-ratio: 75/42;
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 1;
}
.tips-contents__video__main > video,
.tips-contents__video__main > iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 1;
}
.tips-contents:not(:last-child) {
  margin-bottom: 56px;
}

.tips-item__ttl {
  font-size: var(--font-size-24);
  font-weight: var(--font-weight-black);
  letter-spacing: var(--letter-spacing-regular);
  line-height: 1.5;
  color: var(--color-white);
  background-color: var(--color-orange);
  border-radius: var(--round-20) var(--round-20) 0 0;
  padding: 0.5833333333em 1em;
  text-align: center;
}
.tips-item__body {
  background-color: var(--color-white);
  border-radius: 0 0 var(--round-20) var(--round-20);
  padding: 32px 5%;
  background-color: var(--color-white);
}
.tips-item__flex {
  --col-x-space: 30px;
  --col-y-space: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.tips-item:not(:last-child) {
  margin-bottom: 50px;
}

.tips-point {
  margin-top: 40px;
}
.tips-point__ttl {
  text-align: center;
  margin-bottom: 24px;
}
.tips-point__list {
  --col-x-space: 20px;
  --col-y-space: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.tips-point__list-item {
  max-width: 260px;
  height: 120px;
  position: relative;
  z-index: 1;
  border-radius: var(--round-20);
  background-color: var(--color-pale-sky);
  padding-inline: 70px 10px;
  font-size: var(--font-size-16);
  font-weight: var(--font-weight-black);
  line-height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tips-point__list-item::before {
  content: "";
  background: no-repeat top center/contain;
  width: 48px;
  aspect-ratio: 60/142;
  top: -10px;
  left: 20px;
  position: absolute;
  z-index: 1;
}
.tips-point__list-item:nth-child(1)::before {
  background-image: url("/img/parenting-tips/num01.png");
}
.tips-point__list-item:nth-child(2)::before {
  background-image: url("/img/parenting-tips/num02.png");
}
.tips-point__list-item:nth-child(3)::before {
  background-image: url("/img/parenting-tips/num03.png");
}

/* ===========================================
*
* 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: 16px;
  line-height: 1;
  font-family: var(--font-sub);
}
.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: 24px;
}
.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-orange);
  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: 64px;
  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;
}
