@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.82rem, calc(0.761rem + 0.0026978417 * 100vw), 0.891rem);
  --font-size-16: clamp(0.875rem, calc(0.812rem + 0.0028776978 * 100vw), 0.95rem);
  --font-size-17: clamp(0.93rem, calc(0.863rem + 0.003057554 * 100vw), 1.009rem);
  --font-size-18: clamp(0.998rem, calc(0.987rem + 0.0005395683 * 100vw), 1.013rem);
  --font-size-20: clamp(1.109rem, calc(1.096rem + 0.0005995204 * 100vw), 1.125rem);
  --font-size-24: clamp(1.223rem, calc(1.115rem + 0.0048920863 * 100vw), 1.35rem);
  --font-size-22: clamp(1.121rem, calc(1.023rem + 0.0044844125 * 100vw), 1.238rem);
  --font-size-25: clamp(1.199rem, calc(1.124rem + 0.0034472422 * 100vw), 1.289rem);
  --font-size-26: clamp(1.247rem, calc(1.169rem + 0.0035851319 * 100vw), 1.341rem);
  --font-size-27: clamp(1.295rem, calc(1.214rem + 0.0037230216 * 100vw), 1.392rem);
  --font-size-28: clamp(1.343rem, calc(1.259rem + 0.0038609113 * 100vw), 1.444rem);
  --font-size-30: clamp(1.427rem, calc(1.248rem + 0.0081834532 * 100vw), 1.641rem);
  --font-size-32: clamp(1.523rem, calc(1.332rem + 0.0087290168 * 100vw), 1.75rem);
  --font-size-35: clamp(1.641rem, calc(1.503rem + 0.006294964 * 100vw), 1.805rem);
  --font-size-36: clamp(1.688rem, calc(1.546rem + 0.0064748201 * 100vw), 1.856rem);
  --font-size-40: clamp(1.737rem, calc(1.465rem + 0.012470024 * 100vw), 2.063rem);
  --font-size-45: clamp(1.955rem, calc(1.648rem + 0.014028777 * 100vw), 2.32rem);
  --font-size-48: clamp(2.085rem, calc(1.758rem + 0.0149640288 * 100vw), 2.475rem);
  --font-size-50: clamp(1.875rem, calc(1.285rem + 0.0269784173 * 100vw), 2.578rem);
  --font-size-55: clamp(2.063rem, calc(1.413rem + 0.029676259 * 100vw), 2.836rem);
  --font-size-56: clamp(2.1rem, calc(1.439rem + 0.0302158273 * 100vw), 2.887rem);
  --font-size-60: clamp(1.603rem, calc(0.352rem + 0.0571942446 * 100vw), 3.094rem);
  --font-size-64: clamp(1.71rem, calc(0.375rem + 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: 120px;
  /* 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-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 1.25em;
  --prev-next-link-round: 3em;
  --prev-next-link-color: #b3b3b3;
  --prev-next-link-bg-color: var(--color-gray);
  --prev-next-link-hov-color: var(--color-white);
  --prev-next-link-hov-bg-color: var(--color-main);
  --prev-next-link-font-size: var(--font-size-13);
  /* tag btn settings */
  --tag-btn-color: #b3b3b3;
  --tag-btn-bg-color: var(--color-gray);
  --tag-btn-current-color: var(--color-white);
  --tag-btn-current-bg-color: var(--color-main);
  --tag-btn-round: 3em;
  --tag-btn-padding: 1em 1.5em;
  --tag-btn-font-size: var(--font-size-13);
  /* pagenation settings */
  --pagenation-margin-top: 32px;
  --pagenation-item-width: 3em;
  --pagenation-item-height: 3em;
  --pagenation-item-round: 4px;
  --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-accent);
  --drawer-link-font-size: clamp(0.938rem, calc(0.78rem + 0.0071942446 * 100vw), 1.125rem);
  --drawer-link-current-color: var(--color-accent);
  --drawer-link-border-color: rgb(var(--color-text-main-rgb) / 0.4);
  /* spacing */
  --spacing-xs: 8px,
    --spacing-sm: 16px,
    --spacing-md: 24px,
    --spacing-lg:32px;
  --spacing-xl: 40px;
  --spacing-2xl: 48px;
  --spacing-3xl: 56px;
  --spacing-4xl: 64px;
  --spacing-5xl: 80px;
  --spacing-6xl: 96px;
}

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 5%;
  box-sizing: border-box;
  min-width: var(--min-contents-width);
  margin: 0 auto;
  width: 100%;
  height: var(--header-height);
}

/* ===========================================
*
* footer style
*
* ======================================== */
.footer {
  position: relative;
}

.footer__inner {
  padding-block: 64px 32px;
}

.footer__logo {
  --logo-width: 160px;
  margin-inline: auto;
  margin-bottom: 36px;
}

.footer__official-btn {
  max-width: 360px;
  margin-inline: auto;
}

.footer-nav {
  width: 100%;
  border-top: 1px solid var(--color-text-main);
  margin: 40px auto 0;
  max-width: 360px;
}

.footer-nav__list {
  gap: 0 4%;
}

.footer-nav__item {
  width: 48%;
}

.footer-nav__link {
  line-height: 1;
  font-size: 12px;
  padding: 1.5em 0;
  border-bottom: 1px solid rgb(var(--color-text-main-rgb)/0.3);
  transition: 0.3s;
  width: 100%;
  display: block;
}

.footer-nav__link:hover,
.footer-nav__link.current {
  color: var(--color-accent);
  border-color: var(--color-accent);
}

.footer__copy {
  margin-top: 32px;
  font-size: 11px;
  letter-spacing: var(--letter-spacing-none);
  width: 100%;
  display: block;
  text-align: center;
  line-height: 1.2;
}

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

/* ------------------------------------------------------------------------------
*
* Object
*
* ------------------------------------------------------------------------------ */
/* ----------------------------------------------------
*  Component（共通化されたコンポーネントスタイル）
*  ---------------------------------------------------- */
/* logo
-------------------------*/
.logo {
  width: var(--logo-width);
  transition: 0.3s;
  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%;
  object-fit: contain;
}

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

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

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

/* 
title style
-------------------------*/
/*
左右にボーダーが付きます。
cmn-ttl要素の専用ラッパークラスです。
*/
.cmn-ttl-border-wrapper {
  gap: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 40px;
}

.cmn-ttl-border-wrapper::after,
.cmn-ttl-border-wrapper::before {
  content: "";
  background-color: var(--color-text-main);
  flex-shrink: 1;
  width: 100%;
  max-width: 276px;
  height: 2px;
  display: block;
}

.cmn-ttl-border-wrapper .cmn-ttl {
  width: fit-content;
  flex-shrink: 0;
  margin-bottom: 0;
}

/* 
title style
-------------------------*/
.cmn-ttl {
  display: flex;
  flex-direction: column;
  gap: 0.7em;
  margin-bottom: 40px;
  font-size: var(--font-size-30);
}

.cmn-ttl--center {
  /* 中央揃え */
  align-items: center;
  text-align: center;
}

.cmn-ttl--left {
  /* 左揃え */
  align-items: flex-start;
  text-align: left;
}

.cmn-ttl--right {
  /* 右揃え */
  align-items: flex-end;
  text-align: right;
}

.cmn-ttl__main {
  font-size: 1em;
  font-weight: var(--font-weight-bold);
  letter-spacing: var(--letter-spacing-regular);
  line-height: 1.6;
  margin-block: -0.3em;
  display: inline-block;
}

.cmn-ttl__sub {
  display: inline-block;
  height: 0.75em;
}

.cmn-ttl__sub img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}

/* cmn-border-left-ttl
-------------------------*/
.cmn-border-left-ttl {
  font-size: var(--font-size-24);
  color: var(--color-main-dark);
  font-weight: var(--font-weight-bold);
  letter-spacing: var(--letter-spacing-medium);
  line-height: 1.3;
  padding-left: 0.8em;
  border-left: 4px solid var(--color-main-medium);
}

/*------------------------------
*
* tel style
*
------------------------------*/
.tel-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.tel-replace {
  width: fit-content;
  height: 12px;
}

.tel-replace>img {
  display: block;
}

.tel {
  /* tel　style */
  --tel-font-size: var(--font-size-28);
  --tel-txt-font-size: 0.6666666667em;
  --tel-txt-space: 0;
  font-family: var(--font-main, sans-serif);
  font-weight: var(--font-weight-medium, 700);
  letter-spacing: var(--letter-spacing-regular);
  font-size: var(--tel-font-size, 28px);
  line-height: 1;
  position: relative;
  display: block;
  width: fit-content;
}

.tel__text {
  /* 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: flex;
  flex-wrap: wrap;
}

.sns__icon {
  width: var(--sns-icon-size);
  transition: 0.3s;
  display: block;
}

.sns__icon:hover {
  opacity: 0.7;
}

.sns__icon img {
  width: 100%;
}

/*------------------------------
*
* table style
*
------------------------------*/
table {
  --table-replace-size: 12px;
  --table-replace-space: .5em 0em;
}

table .replace {
  /* テーブルタグ内で使用するリプレイステキスト */
  height: var(--table-replace-size);
  margin-block: var(--table-replace-space);
  display: block;
  width: 100%;
}

table .replace>img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
}

.main-table {
  --table-letter-spacing: var(--letter-spacing-regular);
  --table-th-text-align: left;
  --table-th-x-padding: 1em;
  --table-th-y-padding: 1.125em .25em;
  --table-th-bg-color: transparent;
  --table-th-color: var(--color-main);
  --table-th-width: 100%;
  --table-td-x-padding: 1em;
  --table-td-y-padding: .25em 1.125em;
  --table-td-bg-color: transparent;
  --table-td-color: var(--color-text-main);
  --table-td-width: 100%;
  --table-border-color: var(--color-text-main);
  --table-th-border-color: var(--color-text-main);
  --table-td-border-color: var(-color-text-main);
  --table-width: 100%;
  width: var(--table-width);
  letter-spacing: var(--table-letter-spacing);
}

.main-table tr {
  width: 100%;
  display: block;
}

.main-table tr:not(:last-child) {
  border-block-end: 1px solid var(--table-border-color);
}

.main-table th,
.main-table td {
  display: block;
}

.main-table th {
  width: var(--table-th-width);
  background-color: var(--table-th-bg-color);
  color: var(--table-th-color);
  font-weight: var(--table-th-font-weight);
  text-align: var(--table-th-text-align);
  padding-inline: var(--table-th-x-padding);
  padding-block: var(--table-th-y-padding);
  font-weight: var(--font-weight-bold);
}

.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);
  font-weight: var(--font-weight-medium);
}

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

/* 
* カラムスタイル
* 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--rounded {
  border-radius: var(--round-20);
}

.cmn-btn--rounded-full {
  border-radius: var(--round-full);
}

.cmn-btn--primary {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: block;
  text-align: center;
  position: relative;
  z-index: 1;
  font-size: var(--btn-font-size);
  font-weight: var(--btn-font-weight);
  line-height: var(--btn-line-height);
  letter-spacing: var(--btn-letter-space);
  font-family: var(--btn-font-family);
  padding-inline: var(--btn-padding-x);
  padding-block: calc((var(--btn-height) - var(--btn-font-size) * var(--btn-line-height)) / 2);
  color: var(--color-white);
  background-color: var(--color-accent);
}

.cmn-btn--primary::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  translate: -100% 0;
  z-index: -1;
  background-color: var(--color-main-darken);
  transition: 0.3s;
}

.cmn-btn--primary:hover::before {
  translate: 0;
}

.cmn-btn--icon-mail>span {
  padding-left: 2em;
  position: relative;
  display: inline-block;
}

.cmn-btn--icon-mail>span::before {
  width: 1em;
  height: 1em;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(../img/common/icon_mail_white.png) no-repeat center/contain;
  content: "";
}

.cmn-btn--arrow {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.cmn-btn--arrow::after {
  content: "";
  width: 32px;
  height: 1px;
  background-color: var(--color-white);
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  transition: 0.3s;
}

.cmn-btn--arrow:hover::after {
  translate: 25% -50%;
}

.cmn-btn--text-left {
  padding-inline: 1.5em 40px;
  text-align: left;
}

.cmn-btn--arrow-down {
  position: relative;
  z-index: 1;
}

.cmn-btn--arrow-down::after {
  content: "";
  width: 15px;
  height: 9px;
  background: url("/img/common/arrow_down_white.svg") no-repeat top center/contain;
  position: absolute;
  right: 20px;
  top: 50%;
  translate: 0 -50%;
  transition: 0.3s;
}

.cmn-btn--arrow-down:hover::after {
  translate: 0 -25%;
}

.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;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(3, clamp(175px, 50vw, 240px));
  grid-template-areas: "img-tl img-tl" "catch catch" "img-tr img-br";
  gap: 10px;
}

.mv__catch {
  font-size: var(--font-size-32);
  font-weight: var(--font-weight-bold);
  letter-spacing: var(--letter-spacing-regular);
  line-height: 1.8em;
  background-color: var(--color-theme);
  place-content: center;
  grid-area: catch;
}

.mv__catch__main {
  display: block;
  width: fit-content;
  margin-inline: auto;
}

.mv__catch__main::first-letter {
  font-size: 1.25em;
  color: var(--color-main);
}

.mv__img--tl {
  grid-area: img-tl;
}

.mv__img--tr {
  grid-area: img-tr;
}

.mv__img--tr>img {
  object-position: 25%;
}

.mv__img--br {
  grid-area: img-br;
}

.mv__img--br>img {
  object-position: 32%;
}

/*------------------------------
*
* main style sv(sub visual)
*
------------------------------*/
.sv {
  width: 100%;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto clamp(200px, 42.1875vw, 540px);
  gap: 10px;
}

.sv__catch {
  z-index: 20;
  font-size: var(--font-size-30);
  padding-block: 1em;
  font-weight: var(--font-weight-bold);
  letter-spacing: var(--letter-spacing-regular);
  text-align: center;
  place-content: center;
  background-color: var(--color-theme);
  margin-inline: 10px;
}

.sv__catch::first-letter {
  font-size: 1.25em;
  color: var(--color-main);
}

.sv__img {
  margin-inline: 10px;
}

/*------------------------------
*
* section-link style
*
------------------------------*/
.section-links__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px 16px;
}

.section-links__item {
  max-width: 100%;
  min-width: calc(50% - 8px);
  flex-grow: 1;
  flex-shrink: 1;
}

/*------------------------------
*
* pagenation style
*
------------------------------*/
.pagenation {
  margin-top: var(--pagenation-margin-top);
  display: flex;
  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;
  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-x-space: 16px;
  --col-y-space: 24px;
}

.post-card-item__thumb {
  aspect-ratio: 1/1;
  overflow: hidden;
  margin-bottom: 16px;
  width: 100%;
}

.post-card-item__body {
  width: 100%;
}

.post-card-item__date {
  line-height: 1;
  font-size: var(--font-size-16);
  letter-spacing: var(--letter-spacing-regular);
  position: relative;
  display: block;
  z-index: 1;
  color: var(--main-color);
  margin-bottom: 8px;
}

.post-card-item__tags {
  margin-top: 8px;
}

.post-card-item__ttl {
  font-size: var(--font-size-20);
  letter-spacing: var(--letter-spacing-regular);
  font-weight: var(--font-weight-medium);
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*------------------------------
*
* tag
*
------------------------------*/
.tag {
  --tag-font-size: var(--font-size-12);
  --tag-height: 20px;
  --tag-x-padding: 16px;
  --tag-round: 1em;
  --tag-color: var(--color-white);
  --tag-bg-color: var(--color-main);
  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-regular);
  font-weight: var(--font-weight-medium);
  line-height: var(--tag-height);
  padding: 0 var(--tag-x-padding);
}

.tag-link {
  transition: 0.3s;
}

.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: 4px;
  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;
  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);
}

/*------------------------------
*
* tag select
*
------------------------------*/
.tag-select-area {
  position: relative;
  z-index: 1;
  width: fit-content;
  margin-left: auto;
}

.tag-select-area::before {
  content: "";
  width: 14px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 16px;
  translate: 0% -50%;
  z-index: 1;
  background: url("/img/course/arrow_pulldown.svg") no-repeat top center/contain;
}

.tag-select-area select,
.tag-select-area option {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background: transparent;
  cursor: pointer;
  box-shadow: unset;
  outline: unset;
}

.tag-select-area select::before,
.tag-select-area select::after,
.tag-select-area option::before,
.tag-select-area option::after {
  width: 0;
  left: 0;
  display: none;
}

.tag-select-area select:hover,
.tag-select-area select:focus-visible,
.tag-select-area select:focus,
.tag-select-area option:hover,
.tag-select-area option:focus-visible,
.tag-select-area option:focus {
  border-color: var(--color-main);
}

.tag-select-area .tag-select {
  line-height: 1;
  padding: 14px 1em;
  text-align: center;
  color: var(--color-white);
  font-family: var(--font-main);
  font-weight: var(--font-weight-medium);
  background-color: var(--color-accent);
  width: 200px;
}

.tag-select-area .tag-select__option {
  width: 100%;
  text-align: center;
  background-color: var(--color-white);
  color: var(--color-text-main);
}

/*------------------------------
*
* prev next style
*
------------------------------*/
.prev-next__area {
  display: flex;
  justify-content: 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: flex;
  align-items: center;
  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 {
  justify-content: 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);
  justify-content: center;
  width: var(--prev-next-back-link-width);
}

.prev-next__link.prev,
.prev-next__link.next,
.prev-next__link.back {
  transition: all 0.3s;
}

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

/* 
* gallery-list
-------------------------*/
.gallery-list {
  --col-y-space: 32px;
  --col-x-space: 16px;
  justify-content: center;
}

/* 
* gallery-item
-------------------------*/
.gallery-item__img {
  aspect-ratio: 1/1;
  width: 100%;
  margin-bottom: 10px;
}

.gallery-item__ttl {
  font-size: var(--font-size-16);
  letter-spacing: var(--letter-spacing-regular);
  font-weight: var(--font-weight-medium);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 
* voice-list
-------------------------*/
/* 
* gallery-item
-------------------------*/
.voice-item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row-reverse;
  padding: 32px 5%;
  gap: 16px;
  background-color: #faf9f7;
}

.voice-item:not(:last-child) {
  margin-bottom: 20px;
}

.voice-item__icon {
  aspect-ratio: 1/1;
  flex-shrink: 0;
  width: 90px;
  overflow: hidden;
  border-radius: 50%;
}

.voice-item__content {
  width: 100%;
  flex-shrink: 1;
}

.voice-item__head {
  line-height: 1;
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.voice-item__age,
.voice-item__gender {
  font-size: var(--font-size-20);
  line-height: 1;
  letter-spacing: var(--letter-spacing-regular);
}

.voice-item__age {
  padding-right: 1em;
  margin-right: 1em;
  border-right: 1px solid var(--color-text-main);
}

/* pagetop-btn
-------------------------*/
.pagetop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 101;
  width: 48px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ----------------------------------------------------
*  Project （ページごとのスタイルなど）
*  ---------------------------------------------------- */
/* ===========================================
*
* top page style
*
* ======================================== */
/*------------------------------
*
* top-gallery 
*
------------------------------*/
.top-gallery__ttl {
  margin-bottom: 32px;
}

.top-gallery__btn {
  width: min(514px, 100%);
  margin-top: 32px;
}

/*------------------------------
*
* top-help
*
------------------------------*/
.top-help {
  position: relative;
  z-index: 1;
}

.top-help__ttl {
  margin-bottom: 32px;
}

.top-help__ttl .cmn-ttl__main {
  position: relative;
  z-index: 1;
}

.top-help__ttl .cmn-ttl__main::after {
  content: "";
  width: 3.725em;
  aspect-ratio: 149/115;
  background: url("/img/top/deco_shine.png") no-repeat top center/contain;
  position: absolute;
  top: 0;
  right: 0;
  translate: 2.2em -2.75em;
  z-index: -1;
}

.top-help__imgs {
  width: 100%;
  margin-inline: 0 auto;
  margin-top: 40px;
  aspect-ratio: 800/874;
}

.top-help__img01 {
  width: 90.5%;
  aspect-ratio: 724/558;
}

.top-help__img02 {
  width: 60%;
  aspect-ratio: 480/336;
  margin-top: -2.5%;
  margin-left: auto;
  z-index: 10;
  position: relative;
}

.top-help__content {
  width: 100%;
}

.top-help__btn {
  width: min(514px, 100%);
  margin-top: 32px;
  margin-inline: auto;
}

.intro-course-bg {
  padding-block: var(--spacing-6xl) var(--spacing-5xl);
  background: url("/img/top/intro_course_bg.jpg") no-repeat top center/cover;
  position: relative;
  z-index: 3;
}

.intro-course-bg::before {
  width: 100%;
  height: 40px;
  background: url("/img/top/intro_top_wave.png") no-repeat bottom center/max(767px, 100%) 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: -2;
}

.intro-course-bg::after {
  content: "";
  width: 200px;
  aspect-ratio: 394/243;
  background: url("/img/top/familly_illust.png") no-repeat top center/contain;
  top: 0;
  right: 1%;
  transform: translateY(-64%);
  position: absolute;
  z-index: -1;
}

/*------------------------------
*
* top-intro
*
------------------------------*/
.top-intro__ttl {
  margin-bottom: 32px;
}

.top-intro__movie {
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.top-intro__movie>iframe,
.top-intro__movie>video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 1;
}

/*------------------------------
*
* top-course
*
------------------------------*/
.top-course {
  padding-block: var(--spacing-5xl) 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.top-course::after {
  content: "";
  width: 56px;
  left: 200px;
  aspect-ratio: 186/418;
  background: url("/img/top/course_illust_l.png") no-repeat top center/contain;
  top: 0;
  position: absolute;
  z-index: -1;
  translate: 0 25%;
}

.top-course__content {
  width: 100%;
}

.top-course__btn {
  width: min(514px, 100%);
  margin-top: 32px;
  margin-inline: auto;
}

.top-course__imgs {
  aspect-ratio: 826/830;
  width: 92%;
  margin-inline: auto 0;
  margin-top: 40px;
  position: relative;
  z-index: 1;
}

.top-course__imgs::before {
  content: "";
  width: 24.0920096852%;
  aspect-ratio: 199/259;
  background: url("/img/top/course_illust_family.png") no-repeat top center/contain;
  bottom: 0;
  left: 0;
  translate: -42.2110552764% 0;
  position: absolute;
  z-index: 1;
}

.top-course__img01 {
  width: 79.6610169492%;
  aspect-ratio: 658/365;
}

.top-course__img02 {
  width: 89.1041162228%;
  aspect-ratio: 736/430;
  margin-top: 4.2372881356%;
  margin-left: auto;
}

/*------------------------------
*
* top-voice
*
------------------------------*/
.top-voice {
  padding-block: var(--spacing-5xl);
}

.top-voice__ttl {
  margin-bottom: 32px;
}

.top-voice .voice-item__sentence>p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.top-voice__btn {
  width: min(514px, 100%);
  margin-top: 32px;
  margin-inline: auto;
}

/*------------------------------
*
* page-link
*
------------------------------*/
.page-link__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0px;
}

.page-link-item__link {
  position: relative;
  z-index: 1;
  height: clamp(300px, 44.5833333333vw, 428px);
  padding-inline: 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: var(--color-white);
}

.page-link-item__link::after,
.page-link-item__link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}

.page-link-item__link::before {
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px solid var(--color-white);
  z-index: -1;
}

.page-link-item__link::after {
  width: 100%;
  height: 100%;
  background-color: rgb(var(--color-text-main-rgb)/0.74);
  z-index: -2;
  transition: all 0.3s;
}

.page-link-item__link:hover::after {
  background-color: rgba(58, 70, 31, 0.8);
  mix-blend-mode: multiply;
}

.page-link-item__img {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: -3;
  width: 100%;
  height: 100%;
}

/*------------------------------
*
* overview
*
------------------------------*/
.overview {
  padding-bottom: 0;
}

.overview__ttl {
  margin-bottom: 24px;
}

.overview__map {
  margin-top: 48px;
  height: var(--map-height);
}

.overview__table .note {
  line-height: 1.5;
  font-size: var(--font-size-12);
  display: block;
}

/*------------------------------
*
* top-news
*
------------------------------*/
.top-news {
  background: url("/img/top/news_bg.jpg") no-repeat top center/cover;
}

.top-news__head {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 32px;
}

.top-news__ttl {
  margin-bottom: 0;
}

.top-news__btn {
  width: min(406px, 100%);
  margin-inline: auto;
  margin-top: 40px;
}

/*------------------------------
*
* cta
*
------------------------------*/
/* .cta {
  background: url("/img/top/contact_bg.jpg") no-repeat top center/cover;
} */
.cta__box {
  padding: 72px 5%;
  background-color: rgb(var(--color-main-rgb)/0.9);
  position: relative;
  z-index: 1;
}

.cta__box::before {
  content: "";
  width: 107.4px;
  aspect-ratio: 179/293;
  background: url("/img/top/contact_illust.png") no-repeat top center/contain;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  translate: 10% 25%;
}

.cta__ttl {
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--color-white);
  max-width: 980px;
  margin-inline: auto;
}

.cta__sentence {
  font-size: var(--font-size-14);
  --sentence-line-height: 1.9;
}

.cta__contact-btn {
  --btn-height: 64px;
  --btn-font-size: var(--font-size-20);
  margin-top: 32px;
  width: min(780px, 100%);
  margin-inline: auto;
}

.cta__tel-area {
  gap: 12px;
}

.cta__tel-area .tel {
  --tel-font-size: var(--font-size-40);
}

.cta__tel-area .tel__text {
  font-size: 0.62em;
}

.cta__tel-area__note {
  font-size: var(--font-size-13);
  letter-spacing: var(--letter-spacing-regular);
  font-weight: var(--font-weight-regular);
  line-height: 1;
  margin-top: 10px;
}

.cta__sns {
  --sns-icon-size: 36px;
  margin-top: 10px;
}

.cta__flex {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 28px;
}

/* ===========================================
*
* about-page
*
* ======================================== */
/*------------------------------
*
* greeting
*
------------------------------*/
.greeting {
  padding-block: var(--spacing-5xl);
}

.greeting__container {
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.greeting__content {
  width: 100%;
}

.greeting__img {
  width: min(378px, 90%);
  margin-inline: auto;
  margin-top: 32px;
}

.profile {
  margin-top: 48px;
  padding: 32px 5%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.profile__content {
  width: 100%;
  flex-shrink: 0;
}

.profile__ttl {
  font-size: var(--font-size-24);
  margin-bottom: 24px;
}

.profile__data-item {
  font-size: var(--font-size-16);
  letter-spacing: var(--letter-spacing-regular);
}

.profile__data-item:not(:last-child) {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid var(--color-main);
}

.profile__data-item dt {
  color: var(--color-main);
  line-height: 1;
  margin-bottom: 11px;
}

.profile__data-item dd {
  line-height: 2;
}

.profile__img {
  flex-shrink: 1;
  width: 100%;
}

/*------------------------------
*
* car
*
------------------------------*/
.car-wrapper {
  padding-block: var(--spacing-6xl) var(--spacing-5xl);
  background: url("/img/top/intro_course_bg.jpg") no-repeat top center/cover;
  position: relative;
  z-index: 3;
}

.car-wrapper::before {
  width: 100%;
  height: 40px;
  background: url("/img/top/intro_top_wave.png") no-repeat bottom center/max(767px, 100%) 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: -2;
}

.car-wrapper::after {
  content: "";
  width: 200px;
  aspect-ratio: 394/243;
  background: url("/img/top/familly_illust.png") no-repeat top center/contain;
  top: 0;
  right: 1%;
  transform: translateY(-64%);
  position: absolute;
  z-index: -1;
}

.car {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.car::before,
.car::after {
  content: "";
  position: absolute;
  z-index: -1;
}

.car::before {
  width: 107.7px;
  aspect-ratio: 359/484;
  background: url("/img/top/intro_deco_r.png") no-repeat top center/contain;
  left: 6.796875%;
  top: 0px;
  translate: -25% 25%;
}

.car::after {
  width: 114.9px;
  aspect-ratio: 383/289;
  right: 0;
  background: url("/img/top/intro_deco_l.png") no-repeat top center/contain;
  top: 56px;
  right: 5.46875%;
}

.car__box {
  padding: 20px 5%;
}

.car__gallery {
  width: 100%;
  overflow: auto;
  margin-top: 48px;
  margin-inline: auto;
  padding-bottom: 24px;
}

.car__gallery-inner {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
}

.car__gallery-img {
  width: max(80vw, 200px);
  min-width: max(80vw, 200px);
  max-width: max(80vw, 200px);
  aspect-ratio: 1/1;
}

/*------------------------------
*
* reason
*
------------------------------*/
.reason {
  overflow: hidden;
}

.reason-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 32px;
}

.reason-item:not(:last-child) {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--color-text-main);
}

.reason-item:nth-child(even) {
  flex-direction: column;
}

.reason-item__content {
  flex-shrink: 1;
  width: 100%;
}

.reason-item__note {
  margin-top: 24px;
  font-size: var(--font-size-13);
  --sentence-line-height: 1.5;
}

.reason-item__img {
  flex-shrink: 0;
  width: min(446px, 80%);
  aspect-ratio: 446/380;
  position: relative;
  z-index: 1;
  margin-inline: auto;
}

.reason-item__img::after {
  content: "";
  position: absolute;
  bottom: 0;
}

.reason-item__img--01 {
  margin-bottom: 2%;
}

.reason-item__img--01::after {
  right: 0;
  width: 65.6950672646%;
  aspect-ratio: 293/134;
  translate: 19.4539249147% 14.9253731343%;
  background: url("/img/about/reason_illust01.png") no-repeat top center/contain;
}

.reason-item__img--02 {
  margin-bottom: 2%;
}

.reason-item__img--02::after {
  left: 0;
  width: 39.2376681614%;
  aspect-ratio: 175/228;
  translate: -32% 14.4736842105%;
  background: url("/img/about/reason_illust02.png") no-repeat top center/contain;
}

.reason-item__img--03 {
  margin-bottom: 2%;
}

.reason-item__img--03::after {
  right: 0;
  width: 65.4708520179%;
  aspect-ratio: 292/127;
  translate: 28.7671232877% 38.5826771654%;
  background: url("/img/about/reason_illust03.png") no-repeat top center/contain;
}

.reason-item__img--04 {
  margin-bottom: 2%;
}

.reason-item__img--04::after {
  left: 0;
  width: 27.5784753363%;
  aspect-ratio: 123/216;
  translate: -34.9593495935% 18.0555555556%;
  background: url("/img/about/reason_illust04.png") no-repeat top center/contain;
}

.reason-item__img--05 {
  margin-bottom: 2%;
}

.reason-item__img--05::after {
  right: 0;
  width: 52.6905829596%;
  aspect-ratio: 235/136;
  translate: 18.7234042553% 36.0294117647%;
  background: url("/img/about/reason_illust05.png") no-repeat top center/contain;
}

.reason-item__ttl {
  font-size: var(--font-size-24);
  letter-spacing: var(--letter-spacing-regular);
  margin-bottom: 32px;
}

.reason-item__ttl .num {
  font-size: 1.5em;
  display: inline-block;
  margin-top: -0.25em;
}

/* ===========================================
*
* course-page
*
* ======================================== */
/*------------------------------
*
* course
*
------------------------------*/
.course__flex {
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 48px;
}

.course__tax-txt {
  width: 100%;
  text-align: center;
  line-height: 1;
  letter-spacing: var(--letter-spacing-regular);
  font-weight: var(--font-weight-medium);
  margin-bottom: 24px;
}

.course-section {
  background-color: #faf9f7;
  padding: 36px 5%;
}

.course-section__ttl {
  margin-bottom: 24px;
  border-bottom: 1px solid var(--color-text-main);
  padding-bottom: 16px;
  text-align: center;
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-24);
}

.course-section:not(:nth-last-of-type(1)) {
  margin-bottom: 32px;
}

.course-section__list-item:not(:last-child) {
  border-bottom: 1px solid var(--color-text-main);
}

.course-section__list-item__link {
  padding: 16px 5%;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  transition: all 0.3s;
  outline: 2px solid transparent;
}

.course-section__list-item__link:hover {
  background-color: var(--color-theme);
  outline-color: var(--color-main);
}

.course-section__list-item__ttl {
  color: var(--color-main);
  flex-shrink: 1;
  width: 100%;
  font-size: var(--font-size-18);
  letter-spacing: var(--letter-spacing-regular);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.course-section__list-item__price {
  font-size: var(--font-size-18);
  letter-spacing: var(--letter-spacing-regular);
  flex-shrink: 0;
  text-align: right;
  margin-left: auto;
  margin-top: 0.5em;
}

/* ===========================================
*
* course-single
*
* ======================================== */
.course-single__header {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0.5em 1em;
  padding-bottom: 16px;
  padding-inline: 5%;
  border-bottom: 1px solid var(--color-text-main);
  margin-bottom: 40px;
}

.course-single__ttl {
  font-size: var(--font-size-24);
  color: var(--color-main);
  letter-spacing: var(--letter-spacing-regular);
  flex-shrink: 1;
  width: 100%;
}

.course-single__price {
  flex-shrink: 0;
  font-size: var(--font-size-18);
  margin-left: auto;
  text-align: right;
  letter-spacing: var(--letter-spacing-regular);
}

.course-single__gallery {
  width: 100%;
  overflow: auto;
  padding-bottom: 30px;
}

.course-single__gallery-list {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 40px;
}

.course-single__gallery-item {
  width: 240px;
  min-width: 240px;
  max-width: 240px;
  position: relative;
  z-index: 1;
}

.course-single__gallery-item:not(:last-child)::after {
  content: "";
  width: 30px;
  height: 30px;
  background: url("/img/course/course_img_arrow.svg") no-repeat top center/contain;
  position: absolute;
  top: 120px;
  right: -20px;
  translate: 50% -50%;
}

.course-single__gallery-img {
  aspect-ratio: 1/1;
  width: 100%;
}

.course-single__gallery-ttl {
  font-size: var(--font-size-18);
  margin-top: 12px;
  letter-spacing: var(--letter-spacing-regular);
}

.course-single__content {
  margin-top: 48px;
}

/* ===========================================
*
* guide-page
*
* ======================================== */
.guide-wrapper {
  padding-block: var(--spacing-5xl);
  overflow: hidden;
}

/*------------------------------
*
* guide
*
------------------------------*/
.guide {
  margin-top: var(--spacing-6xl);
}

.guide-section:not(:last-child) {
  margin-bottom: var(--spacing-4xl);
}

.guide-section__container {
  flex-direction: column;
  justify-content: space-between;
}

.guide-section__left {
  width: 100%;
}

.guide-section__right {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-top: 48px;
}

.guide-section__img {
  width: 80%;
  aspect-ratio: 518/380;
  margin-inline: auto;
  position: relative;
}

.guide-section__img>img {
  border-radius: var(--round-20);
}

.guide-section__ttl {
  font-size: var(--font-size-24);
  letter-spacing: var(--letter-spacing-regular);
  margin-bottom: 32px;
}

.guide-section__ttl .num {
  font-size: 1.5em;
  display: inline-block;
  margin-top: -0.25em;
}

.guide-section__sentence {
  --sentence-line-height: 1.9;
}

.guide-section__label {
  left: calc(10% + 12px);
  top: 0;
  translate: 0 -50%;
  position: absolute;
  z-index: 1;
  border: 2px solid var(--color-main);
  min-width: 96px;
  border-radius: var(--round-20);
  font-size: var(--font-size-16);
  font-weight: var(--font-weight-bold);
  letter-spacing: var(--letter-spacing-regular);
  line-height: 2em;
  text-align: center;
  padding-inline: 1em;
}

.guide-section__description {
  --sentence-line-height: 2.1;
  margin-top: 20px;
  padding: 32px 5%;
  position: relative;
  z-index: 1;
  background-color: #eff6db;
}

.guide-section__description::after {
  content: "";
  width: 14px;
  height: 12px;
  background-color: #eff6db;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -100%;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.guide-section__cards {
  --col-x-space: 24px;
  --col-y-space: 48px;
  position: relative;
  z-index: 0;
  margin-top: 32px;
  padding-block: 56px 40px;
  padding-inline: 8% 2%;
  min-height: auto;
}

.guide-section__cards::after {
  content: "";
  width: 95vw;
  min-width: 333px;
  height: 100%;
  border-radius: 32px 0 0 32px;
  background-color: #96b051;
  position: absolute;
  top: 0;
  left: 0;
}

.guide-section__card {
  position: relative;
  z-index: 1;
}

.guide-section__card-label {
  left: 10px;
  top: 0;
  translate: 0 -50%;
  position: absolute;
  z-index: 1;
  border: 2px solid var(--color-main);
  min-width: 96px;
  border-radius: var(--round-20);
  font-size: var(--font-size-16);
  font-weight: var(--font-weight-bold);
  letter-spacing: var(--letter-spacing-regular);
  line-height: 2em;
  text-align: center;
  padding-inline: 1em;
}

.guide-section__card-description {
  --sentence-line-height: 2;
  color: var(--color-white);
}

.guide-section__card-img {
  margin-bottom: 24px;
  width: 100%;
  aspect-ratio: 320/294;
}

.guide-section__card-img>img {
  border-radius: var(--round-20);
}

/*------------------------------
*
* gallery
*
------------------------------*/
.gallery {
  margin-top: 112px;
}

/* ===========================================
*
* guide-single
*
* ======================================== */
.guide-single__img {
  margin-inline: auto;
  margin-bottom: 40px;
  width: min(866px, 100%);
  height: clamp(25.725rem, calc(20.327rem + 0.2467625899 * 100vw), 32.156rem);
}

.guide-single__sentence {
  --sentence-line-height: 1.9;
}

.guide-single__gallery {
  margin-top: 48px;
}

.guide-single__gallery-list {
  --col-x-space: 48px;
  --col-y-space: 48px;
}

.guide-single__gallery-img {
  aspect-ratio: 1/1;
  width: 100%;
}

/* ===========================================
*
* voice-page
*
* ======================================== */
/*------------------------------
*
* voice
*
------------------------------*/
.voice {
  margin-top: var(--spacing-6xl);
}

/*------------------------------
*
* qa よくあるご質問
*
------------------------------*/
.qa {
  margin-top: var(--spacing-6xl);
}

.qa-list__item:not(:last-child) {
  margin-bottom: 48px;
}

.qa-list__item .question {
  position: relative;
  background-color: var(--color-dark-beige);
  font-size: var(--font-size-20);
  padding: 0.5833333333em 5%;
  margin-bottom: 24px;
  align-items: baseline;
  gap: 0.25em;
}

.qa-list__item .question__mark {
  flex-shrink: 0;
}

.qa-list__item .question__content {
  --sentence-line-height: 1.75;
}

.qa-list__item .answer__content {
  --sentence-line-height: 1.75;
}

/* ===========================================
*
* company page
*
* ======================================== */
/*------------------------------
*
* info
*
------------------------------*/
.info__map {
  margin-top: 60px;
  height: var(--map-height);
}

.info__table {
  --table-th-width: 200px;
}

/* ===========================================
*
* single page
*
* ======================================== */
.single {
  position: relative;
  z-index: 5;
}

.single__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.single__date {
  order: 1;
  font-size: var(--font-size-13);
  margin-bottom: 8px;
  line-height: 1;
  text-align: right;
  margin-left: auto;
}

.single__tags {
  order: 2;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.single__ttl {
  order: 3;
  width: 100%;
  font-size: var(--font-size-26);
  border-left: 4px solid var(--color-main);
  font-weight: var(--font-weight-bold);
  padding-left: 0.75em;
  margin-bottom: 40px;
}

.single__img {
  margin: 0 auto;
  width: 100%;
  margin-bottom: 32px;
}

.single__footer {
  margin-top: 48px;
  width: 100%;
}

/* ===========================================
*
* site page
*
* ======================================== */
.sitemap-list {
  max-width: 600px;
  margin: 0 auto;
}

.sitemap-list__item:not(:last-child) {
  margin-bottom: 5px;
}

.sitemap-list__link {
  width: 100%;
  padding: 0.8em 1em;
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgb(var(--color-text-main-rgb)/0.4);
  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;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s;
}

.sitemap-list__link:hover {
  color: var(--color-accent);
  border-color: var(--color-accent);
}

.sitemap-list__link:hover::after {
  right: 1em;
  border-color: var(--color-accent);
}

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

/*# sourceMappingURL=style_sp.css.map */