@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* ボックスモデルのリセット
============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  min-width: 0;
  border-style: solid;
  border-width: 0;
}

/* Document
============================================ */
/**
 * 1. すべてのブラウザで行の高さを修正。
 * 2. iOSで方向変更後のフォントサイズの調整を禁止
 * 3. iOSのリンク上の灰色のオーバーレイを削除
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

/* Sections
 ============================================ */
/**
 * すべてのブラウザでマージンを削除
 */
body {
  margin: 0;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  line-break: strict;
  overflow-wrap: anywhere;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/**
 * IEで一貫して「main」要素をレンダリング
 */
main {
  display: block;
}

/* マージンリセット
 ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* 見出し
 ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

/* リスト
 ============================================ */
ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* 定義リスト
 ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content
 ============================================ */
/**
 * 1. Firefoxで正しいボックスサイズを追加
 * 2. EdgeとIEでオーバーフローを表示
 */
hr {
  box-sizing: content-box;
  height: 0;
  margin: 0;
  overflow: visible;
  clear: both;
  color: inherit;
  border-top-width: 1px;
}

/**
 * 1. すべてのブラウザでフォントサイズの継承と拡大縮小を修正
 * 2. すべてのブラウザーで`em`のフォントサイズが変なのを修正
 */
pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

blockquote,
q {
  quotes: none;
}
blockquote::before, blockquote::after,
q::before,
q::after {
  content: none;
}

/* テキストレベルの設定
 ============================================ */
/**
 * IE10でアクティブリンクの灰色背景を削除
 */
a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

/**
 * 1. Chrome 57-で下部のボーダーを削除
 * 2. Chrome、Edge、IE、Opera、Safariで正しいテキスト装飾を追加
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Chrome、Edge、Safariで正しいフォントウェイトを追加
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. すべてのブラウザでフォントサイズの継承と拡大縮小を修正
 * 2. すべてのブラウザーで`em`のフォントサイズが変なのを修正
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

/**
 * すべてのブラウザで正しいフォントサイズを追加
 */
small {
  font-size: 80%;
}

/**
 * すべてのブラウザで `sub` と `sup` 要素が行の高さに影響しないようにする。
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/**
 * フォントスタイルリセット
 */
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: inherit;
}

/* 置換要素
 ============================================ */
/**
 * vertical-alignの差異を防ぐ
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

img,
abbr,
acronym {
  border: 0;
}

img {
  max-width: 100%;
  height: auto;
  backface-visibility: hidden;
}

a img {
  border: 0;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

/* Forms
 ============================================ */
/**
 * フォームフィールドをリセットして、スタイル設定できるようにする
 * 1. iOSは特に、システム間でフォーム要素をスタイリング可能にする
 * 2. 親要素から text-transform を継承する
 */
button,
input,
optgroup,
select,
textarea {
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  text-transform: inherit;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none;
}

/**
 * クリック可能な要素のカーソルを修正
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Firefoxのアウトラインを改善し、入力要素とボタンのスタイルを統一
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * paddingを取り除く
 */
option {
  padding: 0;
}

/**
 * 不可視にリセット
 */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  padding: 0;
}

/**
 * Chrome、Firefox、Operaで正しいvertical-alignを追加する
 */
progress {
  vertical-align: baseline;
}

/**
 * IE 10+のデフォルトの垂直スクロールバーを削除
 */
textarea {
  overflow: auto;
}

/**
 * Chromeのインクリメントボタンとデクリメントボタンのカーソルスタイルを修正
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Safariのアウトラインスタイルを修正
 */
[type=search] {
  outline-offset: -2px;
}

/**
 * macOSのChromeとSafariで内側のパディングを削除
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. iOSとSafariでクリッカブルタイプのスタイル設定ができない問題を修正
 * 2. フォントの継承を修正
 */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/**
 * Firefoxの外観を修正
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * クリック可能なラベル
 */
label {
  cursor: pointer;
}

/* Interactive
 ============================================ */
/*
 * Edge、IE 10+、Firefoxで正しく表示されるようにする
 */
details {
  display: block;
}

/*
 * すべてのブラウザで正しく表示されるようにする
 */
summary {
  display: list-item;
  list-style: none;
  cursor: pointer;
}
summary::-webkit-details-marker {
  display: none;
}

/*
 * 編集可能なコンテンツのアウトラインを削除
 */
[contenteditable]:focus {
  outline: auto;
}

/* テーブル
 ============================================ */
/**
1. すべてのChromeとSafariで、テーブルのボーダー色の継承を修正
*/
table {
  font-size: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  border-color: inherit;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

/* ========================================== */
.p-single__btn--wt, .p-pc-nav__sns-link, .c-btn, .c-btn--grn, .c-btn--wt, .c-btn--grad-grn, .c-btn--grad-org, .c-btn--squ, .l-gnav__sns-link {
  transition: opacity 0.1s ease-out;
}
@media (any-hover: hover) {
  .p-single__btn--wt:hover, .p-pc-nav__sns-link:hover, .c-btn:hover, .c-btn--grn:hover, .c-btn--wt:hover, .c-btn--grad-grn:hover, .c-btn--grad-org:hover, .c-btn--squ:hover, .l-gnav__sns-link:hover {
    opacity: 0.75;
  }
}

/* base
-------------------------------------------------------------- */
html {
  font-size: 16px;
  scroll-behavior: smooth;
  cursor: default;
}

body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #211815;
  background-color: #FFF;
}
@media print {
  body {
    overflow: visible visible;
  }
}
body::before {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
  background: #FFF;
  transition: opacity 0.2s ease-out;
}
body.is-load::before {
  opacity: 0;
}
body.nav-open {
  overflow: hidden;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* =a style
-------------------------------------------------------------- */
a {
  font-size: 100%;
  color: inherit;
  text-decoration: none;
  vertical-align: baseline;
  background: transparent;
  outline: none;
}

/* デバイス設定「視差効果を減らす」の時はアニメーションを極限まで短縮する
-------------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
  *,
  ::before,
  ::after {
    transition-duration: 1ms !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }
}
/* レスポンシブ
-------------------------------------------------------------- */
:root {
  --cont-w: 100vw;
  --leading-trim: calc((1em - 1lh) / 2);
}
@supports not (top: 1lh) {
  :root {
    --leading-trim: 0px;
  }
}

@media (min-width: 751px) {
  .sp {
    display: none !important;
  }
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
@media (min-width: 1025px) {
  :root {
    --cont-w: 393px;
  }
}
@media (max-width: 1024px) and (min-width: 751px) {
  :root {
    --cont-w: calc(100vw - 288px);
  }
}
@media (max-width: 750px) {
  .pc {
    display: none !important;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  box-sizing: border-box;
  display: block;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.slick-track::before, .slick-track::after {
  display: table;
  content: "";
}
.slick-track::after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-track:has(.c-card) {
  display: flex;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity {
  position: fixed;
  inset: 0;
  z-index: 9990;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  box-sizing: border-box;
}

.lity-wrap {
  position: fixed;
  inset: 0;
  z-index: 9990;
  text-align: center;
  outline: none !important;
}

.lity-wrap::before {
  display: inline-block;
  height: 100%;
  margin-right: -0.25em;
  vertical-align: middle;
  content: "";
}

.lity-loader {
  position: absolute;
  top: 50%;
  z-index: 9991;
  width: 100%;
  margin-top: -0.8em;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #FFF;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  position: relative;
  z-index: 9992;
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  text-align: left;
  white-space: normal;
  vertical-align: middle;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  transition: transform 0.3s ease;
  transform: scale(1);
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  transform: scale(0.8);
}

.lity-content::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  display: block;
  width: auto;
  height: auto;
  content: "";
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9994;
  width: 35px;
  height: 35px;
  padding: 0;
  font-family: Arial, Baskerville, monospace;
  font-size: 35px;
  font-style: normal;
  line-height: 35px;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  -webkit-appearance: none;
  cursor: pointer;
  background: none;
  border: 0;
  outline: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  padding: 0;
  font-family: Arial, Baskerville, monospace;
  font-size: 35px;
  font-style: normal;
  line-height: 35px;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background: none;
  border: 0;
  outline: none;
  box-shadow: none;
}

.lity-close:active {
  top: 1px;
}

/* Image */
.lity-image img {
  display: block;
  max-width: 100%;
  line-height: 0;
  border: 0;
}

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-hide {
  display: none;
}

/* .l-cont
----------------------------------- */
.l-cont {
  overflow-y: hidden;
  background-color: #F9F6F4;
}
.l-cont__main {
  overflow: hidden;
}
@media (min-width: 751px) {
  .l-cont {
    display: grid;
    max-height: 100vh;
    height: 100vh;
  }
  .l-cont__main, .l-cont__sidebar {
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    scroll-behavior: smooth;
  }
  .l-cont__main::-webkit-scrollbar, .l-cont__sidebar::-webkit-scrollbar {
    display: none;
  }
  .l-cont__main {
    position: relative;
    height: 100vh;
  }
  .l-cont__sidebar {
    position: relative;
    height: 100vh;
    min-height: 798px;
  }
}
@media (min-width: 1025px) {
  .l-cont {
    grid-template-columns: calc((100% - 393px) / 2) 393px calc((100% - 393px) / 2);
  }
  .l-cont__calendar {
    display: grid;
    place-content: center;
    order: 1;
    height: 100vh;
    min-height: 554px;
  }
  .l-cont__calendar-wrap {
    width: 343px;
  }
  .l-cont__main {
    order: 2;
  }
  .l-cont__sidebar {
    order: 3;
    place-content: center;
    padding-block: 67px;
  }
  .l-cont__sidebar-wrap {
    width: 240px;
    margin-inline: auto;
    position: relative;
    z-index: 10;
  }
  .l-cont__sidebar > img {
    position: absolute;
  }
  .l-cont__sidebar > img:first-of-type {
    width: 140px;
    left: 30px;
    top: 10px;
  }
  .l-cont__sidebar > img:nth-of-type(2) {
    width: 111px;
    left: 40%;
    top: 5px;
  }
  .l-cont__sidebar > img:nth-of-type(3) {
    width: 45px;
    left: 40px;
    top: 258px;
  }
  .l-cont__sidebar > img:nth-of-type(4) {
    width: 79px;
    right: 10px;
    top: 190px;
  }
  .l-cont__sidebar > img:nth-of-type(5) {
    width: 85px;
    right: 50px;
    top: 330px;
  }
  .l-cont__sidebar > img:nth-of-type(6) {
    width: 142px;
    left: 8px;
    bottom: 0;
  }
  .l-cont__sidebar > img:last-of-type {
    width: 501px;
    right: -74px;
    bottom: 0;
  }
  .l-cont__visual {
    position: relative;
    order: 1;
    height: calc(100vh - min(51px, 12.9770992366vw));
    margin: min(51px, 12.9770992366vw) 20px 0;
  }
}
@media (max-width: 1024px) and (min-width: 751px) {
  .l-cont {
    grid-template-columns: auto 288px;
  }
  .l-cont__main {
    order: 1;
  }
  .l-cont__sidebar {
    order: 2;
    background: #FFF;
  }
  .l-cont__sidebar img {
    display: none !important;
  }
  .l-cont__calendar {
    display: none !important;
    max-width: 0;
    overflow: hidden;
  }
  .l-cont__calendar > * {
    display: none !important;
  }
  .l-cont__visual {
    display: none !important;
  }
}
@media (max-width: 750px) {
  .l-cont {
    overflow: hidden;
  }
  .l-cont__sidebar {
    display: none !important;
  }
  .l-cont__visual {
    display: none !important;
  }
}

/* .l-head
--------------------------------------------- */
.l-head {
  top: 0;
  left: 0;
  z-index: 910;
  width: 100%;
}
.l-head__wrap {
  height: min(51px, 12.9770992366vw);
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: min(26px, 6.6157760814vw);
  padding-right: min(23px, 5.8524173028vw);
}
.l-head__logo {
  font-size: min(20px, 5.0890585242vw);
  font-weight: 700;
  letter-spacing: 0.05em;
}
.l-head__humberger {
  display: flex;
  flex-direction: column;
  gap: min(4px, 1.0178117048vw);
  align-items: flex-start;
  justify-content: center;
  width: min(28px, 7.1246819338vw);
  height: min(28px, 7.1246819338vw);
  position: relative;
}
.l-head__humberger::before, .l-head__humberger::after {
  display: block;
  width: 100%;
  height: 2px;
  content: "";
  background: #211815;
  border-radius: 100vmax;
  transition: rotate 0.2s ease-out;
}
.l-head__humberger::after {
  transform-origin: left;
  scale: 0.5357142857 1;
}
.l-head__humberger[aria-expanded=true]::before, .l-head__humberger[aria-expanded=true]::after {
  position: absolute;
  right: 0;
  top: 0;
  width: min(18px, 4.5801526718vw);
  inset: 0;
  margin: auto;
}
.l-head__humberger[aria-expanded=true]::before {
  rotate: 45deg;
}
.l-head__humberger[aria-expanded=true]::after {
  transform-origin: center center;
  rotate: -45deg;
  scale: 1;
}
.l-head__humberger span {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
@media (min-width: 751px) {
  .l-head {
    position: sticky;
  }
}
@media (max-width: 750px) {
  .l-head {
    position: fixed;
  }
}

/* .l-foot
--------------------------------------------- */
.l-foot .l-gnav {
  position: static;
  opacity: 1;
  max-height: -moz-max-content;
  max-height: max-content;
  pointer-events: fill;
}

/* .l-gnav
----------------------------------- */
.l-gnav {
  position: absolute;
  top: min(51px, 12.9770992366vw);
  left: 0;
  width: 100%;
  max-height: 100dvh;
  padding: min(18px, 4.5801526718vw) 0 min(8px, 2.0356234097vw);
  overflow-y: auto;
  pointer-events: none;
  opacity: 0;
  -ms-overflow-style: none;
  scrollbar-width: none;
  transition: opacity 0.2s ease-out;
  background-color: #FFF;
}
.l-gnav::-webkit-scrollbar {
  display: none;
}
.l-gnav[aria-hidden=false] {
  pointer-events: all;
  opacity: 1;
}
.l-gnav__trigger, .l-gnav__sub-nav, .l-gnav__other, .l-gnav__pamphlet, .l-gnav__sns, .l-gnav__txt {
  padding-inline: min(25px, 6.3613231552vw);
}
.l-gnav__trigger {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-block: min(20px, 5.0890585242vw);
  font-size: min(17px, 4.3256997455vw);
  font-weight: 900;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.4705882353;
  border-bottom: 1px solid;
}
.l-gnav__trigger::before, .l-gnav__trigger::after {
  display: block;
  content: "";
  background: currentcolor;
}
.l-gnav__trigger::before {
  position: absolute;
  top: 50%;
  right: min(33px, 8.3969465649vw);
  width: 2px;
  height: min(18px, 4.5801526718vw);
  transition: opacity 0.2s ease-out, rotate 0.2s ease-out;
  translate: 0 -50%;
}
.l-gnav__trigger::after {
  display: block;
  width: min(18px, 4.5801526718vw);
  height: 2px;
}
.l-gnav__trigger[aria-expanded=true]::before {
  opacity: 0;
  rotate: 95deg;
}
.l-gnav__sub-nav {
  display: none;
  margin-bottom: min(14px, 3.5623409669vw);
}
.l-gnav__sub-link {
  font-size: min(16px, 4.0712468193vw);
  line-height: 1.375;
  display: block;
  border-bottom: 1px solid;
  width: 100%;
  padding: min(18px, 4.5801526718vw) 0;
}
@media (any-hover: hover) {
  .l-gnav__sub-link:hover, .l-gnav__link:hover {
    text-decoration: underline;
  }
}
.l-gnav__link {
  font-size: min(16px, 4.0712468193vw);
}
.l-gnav__other {
  display: flex;
  flex-wrap: wrap;
  row-gap: min(22px, 5.5979643766vw);
  border-bottom: 1px solid;
  padding: min(36px, 9.1603053435vw) min(25px, 6.3613231552vw) min(38px, 9.6692111959vw);
}
.l-gnav__other li {
  width: 50%;
}
.l-gnav__other li.social {
  width: 100%;
}
.l-gnav__pamphlet {
  border-bottom: 1px solid;
  padding: min(36px, 9.1603053435vw) min(25px, 6.3613231552vw) min(38px, 9.6692111959vw);
}
.l-gnav__pamphlet li + li {
  margin-top: min(22px, 5.5979643766vw);
}
.l-gnav__sns {
  display: flex;
  gap: min(9px, 2.2900763359vw);
  align-items: center;
  justify-content: center;
  margin-top: min(38px, 9.6692111959vw);
}
.l-gnav__sns-link {
  display: block;
  width: min(61px, 15.5216284987vw);
  height: min(61px, 15.5216284987vw);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.l-gnav__sns-link span {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.l-gnav__sns-link[data-sns=line] {
  background-image: url("../img/common/icn_line.svg");
}
.l-gnav__sns-link[data-sns=x] {
  background-image: url("../img/common/icn_x.svg");
}
.l-gnav__sns-link[data-sns=insta] {
  background-image: url("../img/common/icn_ig.svg");
}
.l-gnav__sns-link[data-sns=youtube] {
  background-image: url("../img/common/icn_youtube.svg");
}
.l-gnav__sns-link[data-sns=fb] {
  background-image: url("../img/common/icn_fb.svg");
}
.l-gnav__foot {
  margin-top: min(55px, 13.9949109415vw);
  padding-bottom: min(75px, 19.0839694656vw);
}
.l-gnav__foot-logo {
  display: block;
  width: min(250px, 63.6132315522vw);
  height: min(42px, 10.6870229008vw);
  margin-inline: auto;
  background: url("../img/common/foot_logo.svg") no-repeat center center/contain;
}
.l-gnav__foot-logo span {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.l-gnav__txt {
  font-size: min(16px, 4.0712468193vw);
  font-weight: 400;
  line-height: 1.625;
  margin-top: min(22px, 5.5979643766vw);
}
.l-gnav__copyright {
  font-size: min(10px, 2.5445292621vw);
  font-weight: 400;
  text-align: center;
  border-top: 1px solid;
  margin-top: min(48px, 12.213740458vw);
  padding-top: min(9px, 2.2900763359vw);
}

/* .c-btn
----------------------------------- */
.c-btn, .c-btn--grad-org, .c-btn--grad-grn, .c-btn--wt, .c-btn--grn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: min(342px, 87.0229007634vw);
  height: min(50px, 12.7226463104vw);
  margin-inline: auto;
  font-size: min(15px, 3.8167938931vw);
  font-weight: 700;
  letter-spacing: 0.05em;
  border-radius: 100vmax;
  transition: opacity 0.1s ease-out;
}
.c-btn::after, .c-btn--grad-org::after, .c-btn--grad-grn::after, .c-btn--wt::after, .c-btn--grn::after {
  content: "";
  position: absolute;
  right: min(21px, 5.3435114504vw);
  top: 50%;
  transform: translateY(-50%);
  width: min(13px, 3.3078880407vw);
  height: min(12px, 3.0534351145vw);
  -webkit-mask-image: url("../img/common/arw.svg");
          mask-image: url("../img/common/arw.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #FFF;
}
.c-btn--grn {
  color: #00A63C;
  background-color: #FFF;
  border: 1px solid #00A63C;
}
.c-btn--grn::after {
  background-color: #00A63C;
}
.c-btn--wt {
  height: min(41px, 10.4325699746vw);
  font-size: min(13px, 3.3078880407vw);
  background-color: #FFF;
  border: 1px solid #211815;
}
.c-btn--wt::after {
  background-color: #211815;
  -webkit-mask-image: url("../img/common/arw-bk.svg");
          mask-image: url("../img/common/arw-bk.svg");
}
.c-btn--grad-grn {
  background: linear-gradient(to right, #CFEE50, #33B105);
}
.c-btn--grad-grn span {
  color: #FFF;
  transition: color 0.2s ease-out;
}
.c-btn--grad-org {
  background: linear-gradient(to right, #EEDC50, #D55B3F);
}
.c-btn--grad-org span {
  color: #FFF;
  transition: color 0.2s ease-out;
}
.c-btn--squ {
  color: #3EB6CC;
  background-color: #FFF;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: min(342px, 87.0229007634vw);
  height: min(65px, 16.5394402036vw);
  margin-inline: auto;
  font-size: min(16px, 4.0712468193vw);
  transition: opacity 0.1s ease-out;
}
.c-btn--squ::after {
  content: "";
  position: absolute;
  right: min(21px, 5.3435114504vw);
  top: 50%;
  transform: translateY(-50%);
  width: min(13px, 3.3078880407vw);
  height: min(12px, 3.0534351145vw);
  -webkit-mask-image: url("../img/common/arw.svg");
          mask-image: url("../img/common/arw.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #3EB6CC;
}

/* .c-headline
----------------------------------- */
.c-headline {
  position: relative;
  font-size: min(22px, 5.5979643766vw);
  line-height: 1.8636363636;
  text-align: center;
  padding-bottom: min(9px, 2.2900763359vw);
}
.c-headline::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(28px, 7.1246819338vw);
  height: 1px;
  background-color: #211815;
}

/* .c-dots
----------------------------------- */
.c-dots {
  display: flex;
  gap: min(9px, 2.2900763359vw);
  align-items: center;
  justify-content: center;
}
.c-dots button {
  width: min(9px, 2.2900763359vw);
  height: min(9px, 2.2900763359vw);
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  color: transparent;
  text-indent: 110%;
  background: #FFF;
  border-radius: 50%;
  border: 1px solid #33B105;
}
.c-dots .slick-active button {
  background-color: #33B105;
}

/* .c-slider
----------------------------------- */
.c-slider {
  position: relative;
  overflow: hidden;
}
.c-slider__slide {
  position: relative;
}
.c-slider__pager {
  position: absolute;
  top: clamp(13px, 3.3078880407vw, 20px);
  right: clamp(12px, 3.0534351145vw, 19px);
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(49px, 12.3994910941vw, 75px);
  height: clamp(23px, 5.8854961832vw, 36px);
  font-size: clamp(13px, 3.3078880407vw, 20px);
  font-weight: 900;
  color: #FFF;
  background: rgba(255, 255, 255, 0.58);
  border-radius: 100vmax;
}
.c-slider__dots {
  display: flex;
  gap: clamp(9px, 2.2900763359vw, 14px);
  align-items: center;
  justify-content: center;
  margin-top: clamp(12px, 3.0534351145vw, 19px);
  font-size: 0;
  line-height: 0;
}
.c-slider__dots button {
  width: clamp(8px, 2.1094147583vw, 13px);
  height: clamp(8px, 2.1094147583vw, 13px);
  overflow: hidden;
  color: transparent;
  text-indent: 110%;
  white-space: nowrap;
  background: #FFF;
  border-radius: 50%;
}
.c-slider .slick-track {
  display: flex;
}
.c-slider .slick-slide {
  height: auto !important;
}
@media (min-width: 751px) {
  .c-slider {
    margin-inline: clamp(-31px, -7.8880407125vw, -48px);
  }
}
@media (max-width: 750px) {
  .c-slider {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
  }
}

/* .c-calendar
----------------------------------- */
.c-calendar__ttl {
  font-size: min(34px, 8.6513994911vw);
  font-weight: 700;
  text-align: center;
  margin-bottom: min(14px, 3.5623409669vw);
}
.c-calendar__ttl small {
  display: block;
  font-size: min(16px, 4.0712468193vw);
  font-weight: 500;
  line-height: 1.875;
  margin-bottom: min(8px, 2.0356234097vw);
}
.c-calendar__ttl span {
  display: block;
  font-size: min(46px, 11.7048346056vw);
  font-family: "Jost", sans-serif;
  line-height: 1.0652173913;
}
.c-calendar__slider {
  position: relative;
}
.c-calendar__slide {
  background-color: #FFF;
  border-radius: min(10px, 2.5445292621vw);
  padding: min(28px, 7.1246819338vw) min(20px, 5.0890585242vw) min(20px, 5.0890585242vw);
}
.c-calendar__month {
  text-align: center;
  margin-bottom: min(40px, 10.1781170483vw);
}
.c-calendar__month span {
  color: #33B105;
  font-size: min(39px, 9.9236641221vw);
  font-family: "Jost", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-right: min(6px, 1.5267175573vw);
}
.c-calendar__prev, .c-calendar__next {
  font-size: 0;
  width: min(35px, 8.9058524173vw);
  height: min(35px, 8.9058524173vw);
  position: absolute;
  top: min(33px, 8.3969465649vw);
  z-index: 1;
}
.c-calendar__prev::after, .c-calendar__next::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../img/common/arw-circle.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.c-calendar__prev.slick-disabled, .c-calendar__next.slick-disabled {
  opacity: 0.4;
  pointer-events: none;
}
.c-calendar__prev {
  left: min(20px, 5.0890585242vw);
}
.c-calendar__prev::after {
  transform: rotate(180deg);
}
.c-calendar__next {
  right: min(20px, 5.0890585242vw);
}
.c-calendar__table {
  width: 100%;
}
.c-calendar__table th,
.c-calendar__table td {
  text-align: center;
}
.c-calendar__table th {
  font-size: min(10px, 2.5445292621vw);
  padding-bottom: min(3px, 0.7633587786vw);
}
.c-calendar__table td {
  font-size: min(14px, 3.5623409669vw);
  font-weight: 700;
  height: min(44px, 11.1959287532vw);
  padding-block: min(5px, 1.272264631vw);
  vertical-align: middle;
  position: relative;
  z-index: 1;
}
.c-calendar__table td:not(:empty)::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(34px, 8.6513994911vw);
  height: min(34px, 8.6513994911vw);
  border-radius: 99px;
  background-color: #F9F6F4;
  z-index: -1;
}
.c-calendar__table td:has(button) {
  color: #FFF;
}
.c-calendar__table td.day_number_ago {
  color: inherit;
}
.c-calendar__table td span {
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.c-calendar__open {
  position: absolute;
  top: 50%;
  left: 50%;
  cursor: pointer;
}
.c-calendar__open::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(34px, 8.6513994911vw);
  height: min(34px, 8.6513994911vw);
  border-radius: 99px;
  background: linear-gradient(to left, #CFEE50, #59BBCB);
}
.day_number_ago .c-calendar__open {
  pointer-events: none;
}
.day_number_ago .c-calendar__open::after {
  background: transparent;
}
/* .c-card
----------------------------------- */
.c-card {
  position: relative;
  z-index: 10;
  height: auto;
  padding-right: clamp(4px, 1.0178117048vw, 6px);
  padding-bottom: clamp(4px, 1.0178117048vw, 6px);
  overflow: hidden;
  font-feature-settings: "palt";
}
.c-card::after {
  position: absolute;
  z-index: -1;
  right: clamp(-4px, -1.0178117048vw, -6px);
  bottom: clamp(-4px, -1.0178117048vw, -6px);
  width: calc(100% - clamp(4px, 1.0178117048vw, 6px));
  height: calc(100% - clamp(4px, 1.0178117048vw, 6px));
  content: "";
  background: linear-gradient(to bottom, #CFEE50, #33B105);
}
.c-card__link {
  display: block;
  height: 100%;
  background-color: #FFF;
}
@media (any-hover: hover) {
  .c-card__link:hover img {
    transform: scale(1.06);
  }
}
.c-card__fig {
  position: relative;
  height: min(168px, 42.7480916031vw);
  overflow: hidden;
}
.c-card__fig img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s;
}
.c-card__cat {
  display: flex;
  align-items: center;
  justify-content: center;
  height: min(32px, 8.1424936387vw);
  font-size: min(14px, 3.5623409669vw);
  line-height: 1.3571428571;
  color: #FFF;
}
.is-free .c-card__cat, .is-each .c-card__cat {
  background-color: #BEB00D;
}
.is-school .c-card__cat, .is-online .c-card__cat, .is-consultation .c-card__cat {
  background-color: #1E981E;
}
.is-nutrition .c-card__cat {
  background-color: #E27900;
}
.is-sport .c-card__cat {
  background-color: #22AAE6;
}
.is-fes .c-card__cat {
  background-color: #E22A00;
}
.is-special .c-card__cat {
  background-color: #E22A00;
}
.is-visit .c-card__cat {
  background-color: #F785B5;
}
.c-card__bloc {
  padding: min(13px, 3.3078880407vw) min(14px, 3.5623409669vw) min(16px, 4.0712468193vw);
}
.is-free .c-card__bloc, .is-each .c-card__bloc {
  color: #BEB00D;
}
.is-school .c-card__bloc, .is-online .c-card__bloc, .is-consultation .c-card__bloc {
  color: #1E981E;
}
.is-nutrition .c-card__bloc {
  color: #E27900;
}
.is-sport .c-card__bloc {
  color: #22AAE6;
}
.is-fes .c-card__bloc {
  color: #E22A00;
}
.is-special .c-card__bloc {
  color: #E22A00;
}
.is-visit .c-card__bloc {
  color: #F785B5;
}
.c-card__sub {
  font-size: min(18px, 4.5801526718vw);
  font-weight: 700;
  line-height: 1.3888888889;
  letter-spacing: 0.05em;
}
.c-card__date {
  margin-top: min(13px, 3.3078880407vw);
}
.c-card__date em {
  font-size: min(15px, 3.8167938931vw);
  font-weight: 900;
  letter-spacing: 0.05em;
}
.c-card__date span {
  font-size: min(46px, 11.7048346056vw);
  font-family: "Jost", sans-serif;
}
.c-card__time {
  margin-top: min(12px, 3.0534351145vw);
  font-size: min(16px, 4.0712468193vw);
  line-height: 1.3125;
  letter-spacing: 0.05em;
}
/* .c-modal
----------------------------------- */
.c-modal {
  opacity: 0;
  visibility: hidden;
  display: grid;
  place-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.6);
  transition: opacity 0.2s ease-in;
}
.c-modal.is-active {
  opacity: 1;
  visibility: visible;
}
.c-modal__wrap {
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.c-modal__wrap::-webkit-scrollbar {
  display: none;
}
.c-modal__slider {
  display: flex;
  justify-content: center;
  width: -moz-max-content;
  width: max-content;
  padding-inline: min(25px, 6.3613231552vw);
  margin-inline: auto;
}
.c-modal__btn {
  margin-top: min(25px, 6.3613231552vw);
}
.c-modal .c-card {
  width: min(218px, 55.4707379135vw);
  margin-inline: min(8px, 2.0356234097vw);
}

/* .p-fix-bnr
----------------------------------- */
.p-fix-bnr {
  position: fixed;
  inset-inline: 0;
  bottom: 15px;
  z-index: 999;
  margin-inline: auto;
  background: linear-gradient(to right, #CFEE50, #33B105);
  border-radius: min(30px, 7.6335877863vw);
}
.p-fix-bnr__wrap {
  display: flex;
  gap: min(48px, 12.213740458vw);
  align-items: center;
  justify-content: center;
  height: min(60px, 15.2671755725vw);
  padding-inline: min(24px, 6.106870229vw);
}
.p-fix-bnr__link, .p-fix-bnr__link--line, .p-fix-bnr__link--event {
  font-size: min(15px, 3.8167938931vw);
  font-weight: 700;
  line-height: 1.3333333333;
  color: #FFF;
}
.p-fix-bnr__link--line, .p-fix-bnr__link--event {
  position: relative;
}
.p-fix-bnr__link--line::after, .p-fix-bnr__link--event::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: min(42px, 10.6870229008vw);
  content: "";
  background-color: #FFF;
}
.p-fix-bnr__link--line {
  display: inline-flex;
  gap: min(7px, 1.7811704835vw);
  align-items: center;
}
.p-fix-bnr__link--line::before {
  top: 0;
  left: 0;
  display: block;
  width: min(39px, 9.9236641221vw);
  height: min(37px, 9.4147582697vw);
  content: "";
  background-image: url(../img/common/icn_line-baloon.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.p-fix-bnr__link--line::after {
  right: clamp(-20px, -5.0890585242vw, -31px);
}
.p-fix-bnr__link--event {
  margin-top: clamp(-4px, -1.0178117048vw, -6px);
  font-size: min(12px, 3.0534351145vw);
}
.p-fix-bnr__link--event em {
  font-family: "Roboto", sans-serif;
  font-size: min(23px, 5.8524173028vw);
  letter-spacing: 0.025em;
}
.p-fix-bnr__link--event span {
  display: block;
  text-align: center;
  color: #33B105;
  background-color: #FFF;
  border-radius: 99px;
}
.p-fix-bnr__link--event::after {
  left: clamp(-20px, -5.0890585242vw, -31px);
}
@media (min-width: 751px) {
  .p-fix-bnr {
    width: 377px;
  }
}
@media (max-width: 750px) {
  .p-fix-bnr {
    width: calc(100% - min(16px, 4.0712468193vw));
  }
}

/* .p-line
----------------------------------- */
.p-line {
  padding: clamp(28px, 7.1246819338vw, 43px) min(26px, 6.6157760814vw) clamp(40px, 10.1781170483vw, 62px);
  background: #CEEE50;
  position: relative;
}
.p-line__ttl {
  color: #FFF;
  background-color: #00A63C;
  font-size: min(18px, 4.5801526718vw);
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  height: min(34px, 8.6513994911vw);
}
.p-line__cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: min(14px, 3.5623409669vw);
}
.p-line__fig {
  width: min(120px, 30.534351145vw);
}
.p-line__lead {
  color: #00A63C;
  font-size: min(34px, 8.6513994911vw);
  font-weight: 700;
  line-height: 1.8823529412;
}
.p-line__lead span {
  display: block;
}
.p-line__lead span:first-child {
  border-bottom: 2px solid;
}
.p-line__btn {
  position: absolute;
  bottom: clamp(-24px, -6.106870229vw, -37px);
  left: 50%;
  transform: translateX(-50%);
  width: min(237px, 60.3053435115vw);
}
.p-line + .p-bnr-slider {
  margin-top: clamp(45px, 11.4503816794vw, 70px);
}
/* .p-pc-nav
----------------------------------- */
.p-pc-nav {
  background: #FFF;
}
@media (min-width: 751px) {
  .p-pc-nav {
    padding: 30px 0 35px;
  }
  .p-pc-nav__logo {
    display: block;
    font-size: min(18px, 4.5801526718vw);
    font-weight: 700;
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: min(40px, 10.1781170483vw);
  }
  .p-pc-nav__other {
    display: flex;
    flex-wrap: wrap;
    row-gap: 16px;
    border-bottom: 1px solid;
    padding: 40px 18px 30px;
  }
  .p-pc-nav__other p {
    font-size: 12px;
    width: 50%;
  }
  .p-pc-nav__other p.social {
    width: 100%;
  }
}
@media (min-width: 751px) and (any-hover: hover) {
  .p-pc-nav__other a:hover {
    text-decoration: underline;
  }
}
@media (min-width: 751px) {
  .p-pc-nav__sns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 28px;
    padding-inline: 18px;
  }
  .p-pc-nav__sns-link {
    display: block;
    width: 45px;
    height: 45px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .p-pc-nav__sns-link span {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
            clip-path: inset(50%) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
  .p-pc-nav__sns-link[data-sns=line] {
    background-image: url("../img/common/icn_line.svg");
  }
  .p-pc-nav__sns-link[data-sns=x] {
    background-image: url("../img/common/icn_x.svg");
  }
  .p-pc-nav__sns-link[data-sns=insta] {
    background-image: url("../img/common/icn_ig.svg");
  }
  .p-pc-nav__sns-link[data-sns=youtube] {
    background-image: url("../img/common/icn_youtube.svg");
  }
  .p-pc-nav__sns-link[data-sns=fb] {
    background-image: url("../img/common/icn_fb.svg");
  }
  .p-pc-nav .l-gnav__trigger {
    font-size: min(13px, 3.3078880407vw);
  }
  .p-pc-nav .l-gnav__sub-link {
    font-size: min(12px, 3.0534351145vw);
  }
}
@media (min-width: 1025px) {
  .p-pc-nav {
    max-height: -moz-fit-content;
    max-height: fit-content;
    border: 1px solid #707070;
    padding: 24px 0 30px;
  }
  .p-pc-nav::after {
    content: "";
    position: absolute;
    top: 7px;
    left: 7px;
    width: 100%;
    height: 100%;
    border: 1px solid #707070;
    background-color: #F9F6F4;
    z-index: -1;
  }
  .p-pc-nav__logo {
    font-size: min(14px, 3.5623409669vw);
    margin-bottom: min(30px, 7.6335877863vw);
  }
  .p-pc-nav__other {
    row-gap: 13px;
    padding: 35px 18px 25px;
  }
  .p-pc-nav__other p {
    font-size: 10px;
  }
  .p-pc-nav__sns {
    margin-top: 23px;
    padding-inline: 15px;
  }
  .p-pc-nav__sns-link {
    width: 37px;
    height: 37px;
  }
  .p-pc-nav .l-gnav__trigger {
    font-size: min(10px, 2.5445292621vw);
    padding: min(14px, 3.5623409669vw) min(16px, 4.0712468193vw);
  }
  .p-pc-nav .l-gnav__trigger::before {
    height: min(11px, 2.7989821883vw);
    right: min(20px, 5.0890585242vw);
  }
  .p-pc-nav .l-gnav__trigger::after {
    width: min(11px, 2.7989821883vw);
  }
  .p-pc-nav .l-gnav__sub-link {
    font-size: min(10px, 2.5445292621vw);
    padding: min(14px, 3.5623409669vw) 0;
  }
}

/* .p-pc-slide
----------------------------------- */
@media (min-width: 1025px) {
  .p-pc-slide {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .p-pc-slide__slide--2col {
    display: flex !important;
    gap: 20px;
  }
  .p-pc-slide__slide--2col img {
    width: calc(50% - 10px);
  }
  .p-pc-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
  }
  .p-pc-slide .slick-track,
  .p-pc-slide .slick-list {
    height: 100%;
  }
}

/* .p-home
----------------------------------- */
.p-home {
  padding-bottom: min(68px, 17.3027989822vw);
}
/* .p-bnr-slider
----------------------------------- */
.p-bnr-slider {
  padding-left: min(26px, 6.6157760814vw);
}
.p-bnr-slider__slide {
  width: min(227px, 57.7608142494vw);
  margin-right: min(12px, 3.0534351145vw);
}
@media (any-hover: hover) {
  .p-bnr-slider__slide:is(a):hover img {
    transform: scale(1.06);
  }
}
.p-bnr-slider__fig {
  border-radius: min(10px, 2.5445292621vw);
  overflow: hidden;
  background: #FFF;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.2);
}
.p-bnr-slider__fig img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s;
}
.p-bnr-slider__lead {
  margin-top: min(15px, 3.8167938931vw);
  font-size: min(12px, 3.0534351145vw);
  font-weight: 700;
  line-height: 1.4375;
  letter-spacing: 0.05em;
}
.p-bnr-slider .c-dots {
  padding-right: min(26px, 6.6157760814vw);
  margin-top: min(40px, 10.1781170483vw);
}
/* .p-home-course
----------------------------------- */
.p-home-course {
  padding: min(70px, 17.8117048346vw) 0 min(90px, 22.9007633588vw);
}
.p-home-course__ttl {
  margin-bottom: min(50px, 12.7226463104vw);
}
.p-home-course__subttl {
	margin-bottom: min(23px, 5.8524173028vw);
	text-align: center;
	font-size: min(22px, 5.5979643766vw);
	font-weight: 700;
	letter-spacing: 0.05em;
}
.p-home-course__subttl span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: min(60px, 15.2671755725vw);
	height: min(25px, 6.3613231552vw);
	margin-left: min(10px, 2.5445292621vw);
	font-size: min(13px, 3.3078880407vw);
	border: 1px solid;
	border-radius: 99px;
	vertical-align: text-bottom;
}
.p-home-course__subttl + .p-home-course__card {
	margin-top: min(23px, 5.8524173028vw);
}
.p-home-course__wrap {
  padding-inline: min(25px, 6.3613231552vw);
}
.p-home-course__card {
  margin-top: min(42px, 10.6870229008vw);
}
.p-home-course__sub {
  font-size: min(29px, 7.3791348601vw);
  font-weight: 700;
  letter-spacing: 0.05em;
}
.p-home-course__sub span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(60px, 15.2671755725vw);
  height: min(25px, 6.3613231552vw);
  margin-left: min(10px, 2.5445292621vw);
  font-size: min(13px, 3.3078880407vw);
  border: 1px solid;
  border-radius: 99px;
}
.p-home-course__sub + .p-home-course__fig {
  margin: min(13px, 3.3078880407vw) 0 min(10px, 2.5445292621vw);;
}
.p-home-course__cap {
  margin-top: min(8px, 2.0356234097vw);
  font-size: min(13px, 3.3078880407vw);
  font-weight: 700;
  letter-spacing: 0.05em;
}
.p-home-course__fig {
  margin-top: min(10px, 2.5445292621vw);
  margin-right: clamp(-25px, -6.3613231552vw, -39px);
}
.p-home-course__sh {
  margin: min(18px, 4.5801526718vw) 0 min(13px, 3.3078880407vw);
  font-size: min(13px, 3.3078880407vw);
  font-weight: 700;
  line-height: 1.4615384615;
  letter-spacing: 0.05em;
}
.p-home-course__licence-list {
  display: flex;
  row-gap: min(7px, 1.7811704835vw);
  flex-wrap: wrap;
  align-items: flex-end;
  margin-top: clamp(1px, 0.2544529262vw, 2px);
}
.p-home-course__licence-item, .p-home-course__licence-item--confectionery, .p-home-course__licence-item--management {
  display: flex;
  align-items: center;
  font-weight: 700;
	line-height: 1.3;
}
.p-home-course__licence-item::before, .p-home-course__licence-item--confectionery::before, .p-home-course__licence-item--management::before {
  display: block;
  content: "";
  background: linear-gradient(to right, #cfee50 0%, #33B105 100%);
  border-radius: 99px;
}
.p-home-course__licence-item--management::before {
  background: linear-gradient(to right, #89e6d8 0%, #367cce 100%);
}
.p-home-course__licence-item--confectionery::before {
  background: linear-gradient(to right, #eedc50 0%, #d55b3f 100%);
}
.p-home-course__licence-item.p-home-course__licence-item2, .p-home-course__licence-item--management.p-home-course__licence-item--management2, .p-home-course__licence-item--confectionery.p-home-course__licence-item--confectionery2 {
  font-size: min(16px, 4.0712468193vw);
}
.p-home-course__licence-item.p-home-course__licence-item2::before, .p-home-course__licence-item--management.p-home-course__licence-item--management2::before, .p-home-course__licence-item--confectionery.p-home-course__licence-item--confectionery2::before {
  width: min(14px, 3.5623409669vw);
  height: min(14px, 3.5623409669vw);
  margin-right: min(9px, 2.2900763359vw);
}
.p-home-course__licence-item, .p-home-course__licence-item--management, .p-home-course__licence-item--confectionery {
  font-size: min(13px, 3.3078880407vw);
}
.p-home-course__licence-item::before, .p-home-course__licence-item--management::before, .p-home-course__licence-item--confectionery::before {
  width: min(10px, 2.5445292621vw);
  height: min(10px, 2.5445292621vw);
  margin-right: min(5px, 1.272264631vw);
}
.p-home-course__licence-item:nth-child(2n+1), .p-home-course__licence-item--management:nth-child(2n+1), .p-home-course__licence-item--confectionery:nth-child(2n+1) {
  margin-right: calc(min(15px, 3.8167938931vw) + var(--leading-trim));
}
.p-home-course__btn, .p-home-course__btn--management, .p-home-course__btn--confectionery {
  margin-top: min(28px, 7.1246819338vw);
}
.p-home-course__btn--management {
  background: linear-gradient(to right, #89e6d8 0%, #367cce 100%);
}

/* .p-home-fv
----------------------------------- */
.p-home-fv {
  position: relative;
}
.p-home-fv__main {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  aspect-ratio: 393/533;
  background: url("../img/top/fv.jpg") no-repeat center top/cover;
}
.p-home-fv__main::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(112, 112, 112, 0.54);
  mix-blend-mode: multiply;
}
.p-home-fv__main::after {
  position: absolute;
  top: 100%;
  left: 0;
  content: "";
  width: 100%;
  height: clamp(31px, 7.8880407125vw, 48px);
  background: linear-gradient(to right, #CFEE50, #33B105);
}
.p-home-fv__ttl {
  z-index: 10;
  width: 100%;
  padding: 0 min(26px, 6.6157760814vw) min(74px, 18.8295165394vw);
}
.p-home-fv__ttl img {
  display: block;
  width: 100%;
}
.p-home-fv__slider {
  margin-top: clamp(-52px, -13.2315521628vw, -80px);
}
@media (max-width: 750px) {
  .p-home-fv {
    padding-top: min(51px, 12.9770992366vw);
  }
}

/* .p-home-oc
----------------------------------- */
.p-home-oc {
  margin-top: min(78px, 19.8473282443vw);
}
.p-home-oc__wrap {
  padding-inline: min(25px, 6.3613231552vw);
}
.p-home-oc__ttl {
  font-size: min(20px, 5.0890585242vw);
  margin-top: min(30px, 7.6335877863vw);
  text-align: center;
}
.p-home-oc__slider {
  margin-top: min(17px, 4.3256997455vw);
  margin-right: min(-25px, -6.3613231552vw);
}
.p-home-oc__slide {
  width: min(218px, 55.4707379135vw);
  margin-right: min(16px, 4.0712468193vw);
}
.p-home-oc__fig {
  height: min(131px, 33.3333333333vw);
}
.p-home-oc__bloc {
  padding: min(8px, 2.0356234097vw) min(14px, 3.5623409669vw) min(16px, 4.0712468193vw);
}
.p-home-oc__btn:first-of-type {
  margin-top: clamp(32px, 8.1424936387vw, 49px);
}
.p-home-oc__btn:not(:first-of-type) {
  margin-top: clamp(13px, 3.3078880407vw, 20px);
}
.p-home-oc .c-dots {
  margin-top: min(27px, 6.8702290076vw);
  margin-left: min(-25px, -6.3613231552vw);
}
/* .p-home-reason
----------------------------------- */
.p-home-reason {
  background-color: #FFF;
  padding: min(72px, 18.320610687vw) 0 min(54px, 13.7404580153vw);
}
.p-home-reason__wrap {
  padding-left: min(26px, 6.6157760814vw);
}
.p-home-reason__list {
  margin-top: min(34px, 8.6513994911vw);
}
.p-home-reason__item:not(:first-child) {
  margin-top: min(50px, 12.7226463104vw);
}
.p-home-reason__sub {
  font-size: min(30px, 7.6335877863vw);
  font-weight: 700;
  line-height: 1.3333333333;
  letter-spacing: 0.06em;
}
.p-home-reason__slider {
  margin-top: min(24px, 6.106870229vw);
}
.p-home-reason__slide {
  width: min(298px, 75.8269720102vw);
  margin-right: min(42px, 10.6870229008vw);
  padding-left: min(25px, 6.3613231552vw);
  position: relative;
}
.p-home-reason__slide::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: min(6px, 1.5267175573vw);
  height: 100%;
  background: linear-gradient(to bottom, #CFEE50, #33B105);
}
.p-home-reason__slide h4 {
  font-size: min(20px, 5.0890585242vw);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.06em;
  white-space: nowrap;
	min-height: 54px;
}
.p-home-reason__fig {
  margin-top: min(17px, 4.3256997455vw);
  margin-left: clamp(-25px, -6.3613231552vw, -39px);
}
.p-home-reason__fig img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-home-reason__lead {
  font-size: min(16px, 4.0712468193vw);
  font-weight: 700;
  line-height: 1.4375;
  letter-spacing: 0.05em;
  margin-top: min(16px, 4.0712468193vw);
}
.p-home-reason__txt {
  font-size: min(13px, 3.3078880407vw);
  font-family: "Jost", sans-serif;
  font-weight: 600;
  line-height: 1.5384615385;
  margin-top: min(11px, 2.7989821883vw);
}
.p-home-reason .slick-prev {
  display: none !important;
}
.p-home-reason .slick-next {
  position: absolute;
  top: 152px;
  right: min(45px, 11.4503816794vw);
  width: min(45px, 11.4503816794vw);
  height: min(45px, 11.4503816794vw);
  font-size: 0;
  background: url("../img/common/arw-circle-grn.svg") no-repeat center/contain;
}
.p-home-reason .c-dots {
  margin-top: min(16px, 4.0712468193vw);
  padding-right: min(26px, 6.6157760814vw);
}
/* .p-home-voice
----------------------------------- */
.p-home-voice {
  padding: min(68px, 17.3027989822vw) 0 min(58px, 14.7582697201vw);
  background-color: #33B105;
}
.p-home-voice__wrap {
  padding-left: min(26px, 6.6157760814vw);
}
.p-home-voice__ttl {
  color: #FFF;
}
.p-home-voice__ttl::after {
  background-color: #FFF;
}
.p-home-voice__slider {
  margin-top: min(34px, 8.6513994911vw);
}
.p-home-voice__slide {
  width: min(216px, 54.9618320611vw);
  margin-right: min(17px, 4.3256997455vw);
  color: #FFF;
}
.p-home-voice__fig img {
  display: block;
  width: 100%;
  border-radius: min(5px, 1.272264631vw);
}
.p-home-voice__lead {
  margin-block: var(--leading-trim);
  margin-top: calc(min(15px, 3.8167938931vw) + var(--leading-trim));
  font-size: min(15px, 3.8167938931vw);
  font-weight: 600;
  line-height: 1.4666666667;
}
.p-home-voice__profile {
  margin-block: var(--leading-trim);
  margin-top: calc(min(11px, 2.7989821883vw) + var(--leading-trim));
  font-size: min(13px, 3.3078880407vw);
  font-weight: 600;
  line-height: 1.5384615385;
}
.p-home-voice .c-dots {
  padding-right: min(26px, 6.6157760814vw);
  margin-top: min(40px, 10.1781170483vw);
}
.p-home-voice .c-dots button {
  border-color: #FFF;
}
.p-home-voice .c-dots .slick-active button {
  background-color: transparent;
  border: 1px solid #FFF;
}
/* .p-home-sns
----------------------------------- */
.p-home-sns {
  margin-top: clamp(45px, 11.4503816794vw, 70px);
}
.p-home-sns__wrap {
  padding-inline: min(26px, 6.6157760814vw);
}
.p-home-sns__fig {
  margin-top: min(27px, 6.8702290076vw);
}
.p-home-sns__btn {
  color: #FFF;
  background: url("../img/top/instagram_bg.png") no-repeat center/cover;
  margin-top: min(27px, 6.8702290076vw);
}
.p-home-sns__links {
  margin-top: min(43px, 10.941475827vw);
}
/* .p-home-news
----------------------------------- */
.p-home-news {
  margin-top: min(62px, 15.7760814249vw);
}
.p-home-news__wrap {
  padding-inline: min(24px, 6.106870229vw);
}
.p-home-news__list {
  margin-top: min(22px, 5.5979643766vw);
}
.p-home-news__item {
  border-bottom: 1px solid rgba(33, 24, 21, 0.5);
  padding-top: min(17px, 4.3256997455vw);
  padding-bottom: min(13px, 3.3078880407vw);
}
.p-home-news__date {
  font-size: min(13px, 3.3078880407vw);
}
.p-home-news__ttl {
  font-size: min(15px, 3.8167938931vw);
  line-height: 1.6666666667;
  margin-top: min(9px, 2.2900763359vw);
}
@media (any-hover: hover) {
  .p-home-news__link:hover {
    text-decoration: underline;
  }
}
.p-home-news__btn {
  margin-top: min(30px, 7.6335877863vw);
}
/* .p-home-column
----------------------------------- */
.p-home-column {
  margin-top: min(42px, 10.6870229008vw);
}
.p-home-column__slider {
  margin-top: min(30px, 7.6335877863vw);
}
.p-home-column__slide {
  width: min(204px, 51.9083969466vw);
  margin-inline: min(20px, 5.0890585242vw);
}
@media (any-hover: hover) {
  .p-home-column__link:hover img {
    transform: scale(1.06);
  }
}
.p-home-column__thum {
  width: 100%;
  height: min(136px, 34.6055979644vw);
  position: relative;
}
.p-home-column__fig {
  overflow: hidden;
  height: 100%;
}
.p-home-column__fig img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s;
}
.p-home-column__cat {
  font-size: min(12px, 3.0534351145vw);
  width: min(163px, 41.475826972vw);
  height: min(27px, 6.8702290076vw);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFF;
  border-radius: 99px;
  position: absolute;
  bottom: clamp(-14px, -3.4351145038vw, -21px);
  left: 50%;
  transform: translateX(-50%);
}
.p-home-column__cat.is-instructor {
  color: #FF9E5E;
  border: 2px solid #FF9E5E;
}
.p-home-column__cat.is-trainers {
  color: #ef6b8f;
  border: 2px solid #ef6b8f;
}
.p-home-column__cat.is-sports-nutrition {
  color: #228ec6;
  border: 2px solid #228ec6;
}
.p-home-column__cat.is-education-teacher {
  color: #91C64B;
  border: 2px solid #91C64B;
}
.p-home-column__cat.is-nutrition {
  color: #DE5353;
  border: 2px solid #DE5353;
}
.p-home-column__cat.is-nutritionist {
  color: #A175D5;
  border: 2px solid #A175D5;
}
.p-home-column__cat.is-nutrition-teacher {
  color: #91C64B;
  border: 2px solid #91C64B;
}
.p-home-column__cat.is-rd {
  color: #DE5353;
  border: 2px solid #DE5353;
}
.p-home-column__bloc {
  margin-top: min(22px, 5.5979643766vw);
}
.p-home-column__date {
  font-size: min(14px, 3.5623409669vw);
}
.p-home-column__ttl {
  font-size: min(16px, 4.0712468193vw);
  line-height: 1.4375;
  letter-spacing: 0.05em;
  margin-top: min(4px, 1.0178117048vw);
}
.p-home-column__btn {
  margin-top: min(30px, 7.6335877863vw);
}
/* .p-oc
----------------------------------- */
.p-oc {
  padding-bottom: clamp(58px, 14.7582697201vw, 90px);
}
@media (max-width: 750px) {
  .p-oc {
    padding-top: min(51px, 12.9770992366vw);
  }
}

/* .p-oc-fv
----------------------------------- */
.p-oc-fv {
  position: relative;
}
.p-oc-fv__fv {
  position: relative;
  width: 100%;
  min-height: min(323px, 82.1882951654vw);
}
.p-oc-fv__fv::after {
  position: absolute;
  bottom: clamp(-10px, -2.5445292621vw, -15px);
  left: 0;
  width: 100%;
  height: clamp(10px, 2.5445292621vw, 15px);
  content: "";
  background: linear-gradient(to right, #E9F206, #33B105);
}
.p-oc-fv__fv-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-oc-fv__ttl {
  position: relative;
  z-index: 5;
  padding-inline: min(26px, 6.6157760814vw);
  margin-top: min(58px, 14.7582697201vw);
  font-size: min(22px, 5.5979643766vw);
  font-weight: 900;
  line-height: 1.9090909091;
  color: #1E981E;
}
.p-oc-fv__ttl span {
  display: block;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-size: min(64px, 16.2849872774vw);
  line-height: 1.03125;
}
.p-oc-fv__fig {
  position: absolute;
  right: min(8px, 2.0356234097vw);
  bottom: min(58px, 14.7582697201vw);
  width: min(154px, 39.1857506361vw);
}
.p-oc-fv__obj, .p-oc-fv__obj--01, .p-oc-fv__obj--02 {
  position: absolute;
  z-index: 1;
}
.p-oc-fv__obj--01 {
  bottom: max(-96px, -24.427480916vw);
  left: max(-32px, -8.1424936387vw);
  width: min(181px, 46.0559796438vw);
}
.p-oc-fv__obj--02 {
  right: max(-73px, -18.5750636132vw);
  bottom: max(-197px, -50.1272264631vw);
  width: min(241px, 61.3231552163vw);
}
/* .p-oc-flow
----------------------------------- */
.p-oc-flow {
  margin-top: min(30px, 7.6335877863vw);
  padding-left: min(26px, 6.6157760814vw);
}
.p-oc-flow__wrap {
  border-radius: min(15px, 3.8167938931vw) 0 0 min(15px, 3.8167938931vw);
  background-color: #FFF;
  padding: min(43px, 10.941475827vw) 0 min(55px, 13.9949109415vw) min(32px, 8.1424936387vw);
}
.p-oc-flow__ttl {
  color: #1E981E;
  font-weight: 700;
  font-size: min(16px, 4.0712468193vw);
  border-bottom: 1px solid #F5F5F5;
  padding-bottom: min(14px, 3.5623409669vw);
}
.p-oc-flow__slider {
  margin-top: min(35px, 8.9058524173vw);
}
.p-oc-flow__slide {
  width: min(257px, 65.3944020356vw);
  margin-right: min(30px, 7.6335877863vw);
}
.p-oc-flow__num {
  color: #1E981E;
  font-size: min(25px, 6.3613231552vw);
  font-family: "Jost", sans-serif;
  font-weight: 700;
  text-align: center;
  margin-bottom: min(10px, 2.5445292621vw);
}
.p-oc-flow__txt {
  font-size: min(18px, 4.5801526718vw);
  line-height: 1.3888888889;
  text-align: center;
  background-color: #F9F6F4;
  height: min(83px, 21.1195928753vw);
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-oc-flow .c-dots {
  margin-top: min(20px, 5.0890585242vw);
  margin-left: clamp(-32px, -8.1424936387vw, -49px);
}
/* .p-oc-calendar
----------------------------------- */
.p-oc-calendar {
  margin-top: min(62px, 15.7760814249vw);
}
.p-oc-calendar__wrap {
  padding-inline: min(26px, 6.6157760814vw);
}
.p-oc-calendar__ttl {
  font-size: min(20px, 5.0890585242vw);
  text-align: center;
  margin-bottom: min(23px, 5.8524173028vw);
}
.p-oc-calendar .c-calendar__ttl {
  display: none;
}
/* .p-oc-event
----------------------------------- */
.p-oc-event {
  margin-top: min(48px, 12.213740458vw);
}
.p-oc-event__wrap {
  padding-inline: min(26px, 6.6157760814vw);
}
.p-oc-event__ttl {
  font-size: min(20px, 5.0890585242vw);
  text-align: center;
}
.p-oc-event__cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: min(23px, 5.8524173028vw);
  margin-top: min(23px, 5.8524173028vw);
}
.p-oc-event__card {
  width: calc(50% - min(11px, 2.7989821883vw) / 2);
  min-width: min(165px, 41.9847328244vw);
}
.p-oc-event__btns {
  margin-top: min(40px, 10.1781170483vw);
}
.p-oc-event__btn:not(:first-child) {
  margin-top: min(14px, 3.5623409669vw);
}
.p-oc-event .c-card__fig {
  height: auto;
  aspect-ratio: 162/127;
}
.p-oc-event .c-card__cat {
  font-size: min(11px, 2.7989821883vw);
  height: min(24px, 6.106870229vw);
}
.p-oc-event .c-card__bloc {
  padding: min(11px, 2.7989821883vw) min(12px, 3.0534351145vw) min(14px, 3.5623409669vw);
}
.p-oc-event .c-card__sub {
  font-size: min(14px, 3.5623409669vw);
}
.p-oc-event .c-card__date {
  margin-top: min(5px, 1.272264631vw);
}
.p-oc-event .c-card__date span {
  font-size: min(34px, 8.6513994911vw);
}
.p-oc-event .c-card__date em {
  font-size: min(11px, 2.7989821883vw);
}
.p-oc-event .c-card__time {
  font-size: min(12px, 3.0534351145vw);
  margin-top: min(4px, 1.0178117048vw);
}
/* .p-oc-video
----------------------------------- */
.p-oc-video {
  margin-top: min(69px, 17.5572519084vw);
}
.p-oc-video__wrap {
  padding-inline: min(26px, 6.6157760814vw);
}
.p-oc-video__ttl {
  font-size: min(20px, 5.0890585242vw);
  text-align: center;
}
.p-oc-video__list {
  margin-top: min(30px, 7.6335877863vw);
}
.p-oc-video__item:not(:first-child) {
  margin-top: min(21px, 5.3435114504vw);
}
.p-oc-video__item iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
/* .p-single
----------------------------------- */
.p-single {
  padding: min(51px, 12.9770992366vw) 0 min(26px, 6.6157760814vw);
  background-color: #FFF;
}
.p-single__wrap {
  padding: min(32px, 8.1424936387vw) 0 min(90px, 22.9007633588vw);
  border-bottom: 1px solid #1E981E;
}
.p-single__cat {
  padding-bottom: min(10px, 2.5445292621vw);
  padding-inline: min(25px, 6.3613231552vw);
  font-size: min(20px, 5.0890585242vw);
  color: #1E981E;
  border-bottom: 1px solid;
}
.p-single__ttl {
  padding: min(56px, 14.2493638677vw) min(25px, 6.3613231552vw) 0;
  font-size: min(28px, 7.1246819338vw);
  line-height: 1.7857142857;
  color: #1E981E;
}
.p-single__ttl time,
.p-single__ttl span {
  display: block;
}
.p-single__ttl span {
  padding-bottom: min(20px, 5.0890585242vw);
  border-bottom: 1px solid;
}
.p-single__post {
  padding-inline: min(25px, 6.3613231552vw);
}
.p-single__post > :first-child {
  margin-top: 0;
}
.p-single__post > :last-child {
  margin-bottom: 0;
}
.p-single__post > p {
  margin-top: min(22px, 5.5979643766vw);
  font-size: min(18px, 4.5801526718vw);
  line-height: 1.9444444444;
}
.p-single__post > p + .p-single__post > p {
  margin-top: 1.5em;
}
.p-single__post > p small {
  display: block;
  margin-top: min(20px, 5.0890585242vw);
  font-size: min(13px, 3.3078880407vw);
  line-height: 1.5384615385;
}
.p-single__post h3 {
  margin-top: min(63px, 16.0305343511vw);
  font-size: min(16px, 4.0712468193vw);
  font-weight: 700;
  color: #1E981E;
}
.p-single__post ol {
  margin-top: min(20px, 5.0890585242vw);
}
.p-single__post li:not(:first-child) {
  margin-top: 1.5em;
}
.p-single__post li p {
  margin-top: 0;
  font-size: min(18px, 4.5801526718vw);
  line-height: 1.5555555556;
  letter-spacing: 0.05em;
}
.p-single__post li p time {
  font-weight: 700;
}
.p-single__post li p small {
  font-size: min(13px, 3.3078880407vw);
  line-height: 2.1538461538;
}
.p-single__offer {
  display: flex;
  gap: min(8px, 2.0356234097vw);
  align-items: flex-start;
  padding-inline: min(25px, 6.3613231552vw);
  margin-top: min(23px, 5.8524173028vw);
}
.p-single__offer-h {
  padding: min(5px, 1.272264631vw) min(10px, 2.5445292621vw);
  font-size: min(14px, 3.5623409669vw);
  font-weight: 700;
  line-height: 1.4285714286;
  text-align: center;
  color: #FFF;
  background: #1E981E;
  border-radius: min(4px, 1.0178117048vw);
}
.p-single__offer-txt {
  flex: 1 1 5%;
  min-width: 0;
  font-size: min(19px, 4.834605598vw);
  font-weight: 700;
  line-height: 1.4736842105;
  color: #1E981E;
}
.p-single__btns {
  padding-inline: min(25px, 6.3613231552vw);
  margin-top: min(57px, 14.5038167939vw);
}
.p-single__caution {
  font-size: min(14px, 3.5623409669vw);
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  color: #1E981E;
}
.p-single__caution:not(:first-child) {
  margin-top: min(7px, 1.7811704835vw);
}
.p-single__btn--wt {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: min(65px, 16.5394402036vw);
  font-size: min(16px, 4.0712468193vw);
  color: #1E981E;
  background-color: #FFF;
  border: 1px solid;
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
}
.p-single__btn--wt:not(:first-child) {
  margin-top: min(23px, 5.8524173028vw);
}
.p-single__btn--wt::after {
  position: absolute;
  top: 50%;
  right: min(21px, 5.3435114504vw);
  width: min(13px, 3.3078880407vw);
  height: min(12px, 3.0534351145vw);
  content: "";
  transform: translateY(-50%);
  background-color: #1E981E;
  -webkit-mask-image: url("../img/common/arw.svg");
          mask-image: url("../img/common/arw.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
}

/* .u-wrap
----------------------------------- */
.u-wrap {
  padding-right: clamp(20px, 5.0890585242vw, 31px);
  padding-left: clamp(20px, 5.0890585242vw, 31px);
}/*# sourceMappingURL=style.css.map */