@charset "UTF-8";
/**
 * 診療のことページ用スタイルシート
 *
 * @package Matsuo_Hifuka
 */
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/**
 * 変数定義
 *
 * @package Matsuo_Hifuka
 */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  background-color: #fff;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
  color: #4E493D;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

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

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

/**
 * ベーススタイル
 *
 * @package Matsuo_Hifuka
 */
body {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

img {
  width: 100%;
}

/**
 * ユーティリティクラス
 *
 * @package Matsuo_Hifuka
 */
/**
 * メディアクエリ用のmixin
 *
 * 使用例:
 *   @include mq('max', 'sp') { ... }               // @media (max-width: 375px)
 *   @include mq('max', 'mobile') { ... }           // @media (max-width: 480px)
 *   @include mq('max', 'tablet') { ... }           // @media (max-width: 600px)
 *   @include mq('min', 'tablet') { ... }           // @media (min-width: 600px)
 *   @include mq('min-max', 'mobile', 'md') { ... } // @media (min-width: 480px) and (max-width: 768px)
 *   @include mq('max', 'lg') { ... }               // @media (max-width: 1040px)
 *   @include mq('max', 'xl') { ... }               // @media (max-width: 1200px)
 *
 * @param {String} $type - 'max', 'min', 'min-max' のいずれか
 * @param {String} $breakpoint1 - ブレークポイント名（sp, mobile, tablet, md, mdx, lg, xl）
 * @param {String} $breakpoint2 - min-maxの場合の2つ目のブレークポイント
 */
/**
 * 複数ブレークポイント対応 Clamp関数（Mixin）
 *
 * 320px、414px、768px、1200px、1920pxの5つの固定ポイント間で
 * 柔軟にレスポンシブ対応するための関数
 *
 * @param {Number} $size-320 - 320px時の値
 * @param {Number} $size-414 - 414px時の値
 * @param {Number} $size-768 - 768px時の値
 * @param {Number} $size-1200 - 1200px時の値
 * @param {Number} $size-1920 - 1920px時の値
 * @param {String} $property - 適用するプロパティ（font-size, margin, padding等）
 * @param {String} $unit - 単位（px, rem, em等）
 */
/**
 * 線形補間のclamp値を計算する関数
 *
 * 2つのビューポート幅間で線形補間を行うclamp値を生成します
 *
 * @param {Number} $min-value - 最小ビューポート幅での値
 * @param {Number} $max-value - 最大ビューポート幅での値
 * @param {Number} $min-viewport - 最小ビューポート幅（px）
 * @param {Number} $max-viewport - 最大ビューポート幅（px）
 * @param {String} $unit - 単位（px, rem, em等）
 *
 * @return {String} clamp関数の文字列
 */
/**
 * 簡易版：フォントサイズ専用の関数
 *
 * 使用例:
 *   @include fontSize(40, 36, 32, 24, 16);  // 1920px: 40, 1200px: 36, 768px: 32, 414px: 24, 320px: 16
 *   @include fontSize(40, 36, 32, 24, 16, rem);
 *   @include fontSize($size-1920: 40, $size-1200: 36);
 *
 * 注意: 引数の順序は大画面から小画面の順（1920px → 1200px → 768px → 414px → 320px）
 *
 * @param {Number} $size-1920 - 1920px時のフォントサイズ（最大画面）
 * @param {Number} $size-1200 - 1200px時のフォントサイズ
 * @param {Number} $size-768 - 768px時のフォントサイズ
 * @param {Number} $size-414 - 414px時のフォントサイズ
 * @param {Number} $size-320 - 320px時のフォントサイズ（最小画面）
 * @param {String} $unit - 単位（px, rem, em等）
 */
/**
 * マージン専用の関数（全方向）
 *
 * 使用例:
 *   @include responsive-margin(40, 32, 24, 16, 8);  // 1920px: 40, 1200px: 32, 768px: 24, 414px: 16, 320px: 8
 *
 * 注意: 引数の順序は大画面から小画面の順（1920px → 1200px → 768px → 414px → 320px）
 */
/**
 * マージンTop専用の関数
 *
 * 注意: 引数の順序は大画面から小画面の順（1920px → 1200px → 768px → 414px → 320px）
 */
/**
 * マージンRight専用の関数
 *
 * 注意: 引数の順序は大画面から小画面の順（1920px → 1200px → 768px → 414px → 320px）
 */
/**
 * マージンBottom専用の関数
 *
 * 注意: 引数の順序は大画面から小画面の順（1920px → 1200px → 768px → 414px → 320px）
 */
/**
 * マージンLeft専用の関数
 *
 * 注意: 引数の順序は大画面から小画面の順（1920px → 1200px → 768px → 414px → 320px）
 */
/**
 * パディング専用の関数（全方向）
 *
 * 注意: 引数の順序は大画面から小画面の順（1920px → 1200px → 768px → 414px → 320px）
 */
/**
 * パディングTop専用の関数
 *
 * 注意: 引数の順序は大画面から小画面の順（1920px → 1200px → 768px → 414px → 320px）
 */
/**
 * パディングRight専用の関数
 *
 * 注意: 引数の順序は大画面から小画面の順（1920px → 1200px → 768px → 414px → 320px）
 */
/**
 * パディングBottom専用の関数
 *
 * 注意: 引数の順序は大画面から小画面の順（1920px → 1200px → 768px → 414px → 320px）
 */
/**
 * パディングLeft専用の関数
 *
 * 注意: 引数の順序は大画面から小画面の順（1920px → 1200px → 768px → 414px → 320px）
 */
.u-pcNone, .u-telLinkDisplay {
  display: none;
}
@media (max-width: 600px) {
  .u-pcNone, .u-telLinkDisplay {
    display: block;
  }
}

.u-spTabNone {
  display: block;
}
@media (max-width: 600px) {
  .u-spTabNone {
    display: none;
  }
}

.u-breakSp {
  display: none;
}
@media (max-width: 480px) {
  .u-breakSp {
    display: block;
  }
}

.u-breakSpNone {
  display: block;
}
@media (max-width: 480px) {
  .u-breakSpNone {
    display: none;
  }
}

.u-pcTbNone {
  display: none;
}
@media (max-width: 768px) {
  .u-pcTbNone {
    display: block;
  }
}

.u-smpNone {
  display: block;
}
@media (max-width: 768px) {
  .u-smpNone {
    display: none;
  }
}

.u-lgXlNone {
  display: none;
}
@media (max-width: 900px) {
  .u-lgXlNone {
    display: block;
  }
}

.u-smMdxNone {
  display: block;
}
@media (max-width: 900px) {
  .u-smMdxNone {
    display: none;
  }
}

.u-xlNone {
  display: none;
}
@media (max-width: 1040px) {
  .u-xlNone {
    display: block;
  }
}

.u-smLgNone {
  display: block;
}
@media (max-width: 1040px) {
  .u-smLgNone {
    display: none;
  }
}

.u-tabletOnly {
  display: none;
}
@media (min-width: 480px) and (max-width: 768px) {
  .u-tabletOnly {
    display: block;
  }
}

.u-mobileTabletNone {
  display: block;
}
@media (min-width: 480px) and (max-width: 600px) {
  .u-mobileTabletNone {
    display: none;
  }
}

.u-tabMdNone {
  display: none;
}
@media (min-width: 600px) and (max-width: 768px) {
  .u-tabMdNone {
    display: block;
  }
}

.u-xlBreakNone {
  display: none;
}
@media (max-width: 1200px) {
  .u-xlBreakNone {
    display: block;
  }
}

.u-smXlBreakNone {
  display: block;
}
@media (max-width: 1200px) {
  .u-smXlBreakNone {
    display: none;
  }
}

.u-visuallyHidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.u-textCenter {
  text-align: center;
}

.u-textLeft {
  text-align: left;
}

.u-textRight {
  text-align: right;
}

.u-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}
@media (min-width: 1040px) {
  .u-wrapper {
    padding: 0 32px;
  }
}

.u-sectionTitle {
  line-height: 1.5;
  margin-bottom: 0;
}
@media (max-width: 319px) {
  .u-sectionTitle {
    font-size: 28px;
  }
}
@media (min-width: 320px) and (max-width: 413px) {
  .u-sectionTitle {
    font-size: clamp(28px, calc(28px + 0.0430107527 * (100vw - 320px)), 32px);
  }
}
@media (min-width: 414px) and (max-width: 414px) {
  .u-sectionTitle {
    font-size: 32px;
  }
}
@media (min-width: 415px) and (max-width: 767px) {
  .u-sectionTitle {
    font-size: clamp(32px, calc(32px + 0.0113314448 * (100vw - 415px)), 36px);
  }
}
@media (min-width: 768px) and (max-width: 768px) {
  .u-sectionTitle {
    font-size: 36px;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  .u-sectionTitle {
    font-size: clamp(36px, calc(36px + 0.0139211137 * (100vw - 769px)), 42px);
  }
}
@media (min-width: 1200px) and (max-width: 1200px) {
  .u-sectionTitle {
    font-size: 42px;
  }
}
@media (min-width: 1201px) and (max-width: 1919px) {
  .u-sectionTitle {
    font-size: clamp(42px, calc(42px + 0.0083449235 * (100vw - 1201px)), 48px);
  }
}
@media (min-width: 1920px) {
  .u-sectionTitle {
    font-size: 48px;
  }
}

.u-sectionLead {
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
}
@media (max-width: 319px) {
  .u-sectionLead {
    font-size: 16px;
  }
}
@media (min-width: 320px) and (max-width: 413px) {
  .u-sectionLead {
    font-size: clamp(16px, calc(16px + 0.0215053763 * (100vw - 320px)), 18px);
  }
}
@media (min-width: 414px) and (max-width: 414px) {
  .u-sectionLead {
    font-size: 18px;
  }
}
@media (min-width: 415px) and (max-width: 767px) {
  .u-sectionLead {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 768px) {
  .u-sectionLead {
    font-size: 18px;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  .u-sectionLead {
    font-size: clamp(18px, calc(18px + 0.0046403712 * (100vw - 769px)), 20px);
  }
}
@media (min-width: 1200px) and (max-width: 1200px) {
  .u-sectionLead {
    font-size: 20px;
  }
}
@media (min-width: 1201px) and (max-width: 1919px) {
  .u-sectionLead {
    font-size: clamp(20px, calc(20px + 0.0027816412 * (100vw - 1201px)), 22px);
  }
}
@media (min-width: 1920px) {
  .u-sectionLead {
    font-size: 22px;
  }
}

.u-fadeIn {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
}
.u-fadeIn.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.u-pageFadeIn {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
}
.u-pageFadeIn.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/**
 * レイアウト
 *
 * @package Matsuo_Hifuka
 */
.main {
  min-height: 60vh;
}

.pageAbout {
  background-color: #F9F8F3;
}

/**
 * Block: header
 *
 * @package Matsuo_Hifuka
 */
/**
 * ユーティリティクラス
 *
 * @package Matsuo_Hifuka
 */
/**
 * Partials インデックス
 * variables をまとめて forward
 * responsive はそのまま forward（各ファイルで @use '../partials/responsive' as *; が必要）
 *
 * @package Matsuo_Hifuka
 */
/**
 * ユーティリティクラス
 *
 * @package Matsuo_Hifuka
 */
.header {
  background-color: #F9F8F3;
  position: sticky;
  top: 0;
  z-index: 100;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.header::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease-out 0.1s;
  transition: opacity 0.3s ease-out 0.1s;
}

.header__inner {
  padding: 48px 32px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  position: relative;
}
@media (max-width: 1040px) {
  .header__inner {
    padding: 24px 16px;
    min-height: 78px;
  }
}

.header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.header__logo img {
  max-height: 50px;
  width: auto;
}

.header__site-title {
  font-size: 1.5rem;
  font-weight: bold;
  max-width: 238px;
  margin: 0;
}
@media (max-width: 1200px) {
  .header__site-title {
    max-width: 200px;
  }
}
.header__site-title a {
  color: #4E493D;
  text-decoration: none;
}
@media (hover: hover) {
  .header__site-title a:hover {
    opacity: 0.8;
  }
}

.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (min-width: 1040px) {
  .header__nav-container {
    display: block;
  }
}
@media (max-width: 1040px) {
  .header__nav-container {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 80%;
    height: 100vh;
    background-color: #F9F8F3;
    -webkit-box-shadow: -4px 0 6px rgba(0, 0, 0, 0.1);
            box-shadow: -4px 0 6px rgba(0, 0, 0, 0.1);
    padding: 24px;
    z-index: 100;
    overflow-y: auto;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: visibility 0s linear 0.3s, -webkit-transform 0.3s ease-out;
    transition: visibility 0s linear 0.3s, -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out, visibility 0s linear 0.3s;
    transition: transform 0.3s ease-out, visibility 0s linear 0.3s, -webkit-transform 0.3s ease-out;
    visibility: hidden;
    pointer-events: none;
  }
}

.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 1040px) {
  .header__nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (max-width: 1040px) {
  .header__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 80px;
  }
}
.header__nav li {
  margin: 0;
}
@media (min-width: 1040px) {
  .header__nav li {
    border-left: 1px solid #4E493D;
  }
  .header__nav li:last-child {
    border-right: 1px solid #4E493D;
  }
}
@media (max-width: 1040px) {
  .header__nav li {
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #4E493D;
  }
}
.header__nav a {
  color: #4E493D;
  text-decoration: none;
  font-size: 0.9375rem;
  display: block;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  font-weight: bold;
}
@media (max-width: 319px) {
  .header__nav a {
    font-size: 12px;
  }
}
@media (min-width: 320px) and (max-width: 413px) {
  .header__nav a {
    font-size: clamp(12px, calc(12px + 0.0215053763 * (100vw - 320px)), 14px);
  }
}
@media (min-width: 414px) and (max-width: 414px) {
  .header__nav a {
    font-size: 14px;
  }
}
@media (min-width: 415px) and (max-width: 767px) {
  .header__nav a {
    font-size: clamp(14px, calc(14px + 0.0056657224 * (100vw - 415px)), 16px);
  }
}
@media (min-width: 768px) and (max-width: 768px) {
  .header__nav a {
    font-size: 16px;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  .header__nav a {
    font-size: clamp(16px, calc(16px + 0.0046403712 * (100vw - 769px)), 18px);
  }
}
@media (min-width: 1200px) and (max-width: 1200px) {
  .header__nav a {
    font-size: 18px;
  }
}
@media (min-width: 1201px) and (max-width: 1919px) {
  .header__nav a {
    font-size: 18px;
  }
}
@media (min-width: 1920px) {
  .header__nav a {
    font-size: 18px;
  }
}
@media (min-width: 1040px) {
  .header__nav a {
    padding: 0 16px;
  }
}
@media (min-width: 1040px) and (max-width: 1200px) {
  .header__nav a {
    padding: 0 10px;
  }
}
@media (max-width: 1040px) {
  .header__nav a {
    padding: 16px;
    border-bottom: none;
  }
}
@media (hover: hover) {
  .header__nav a:hover {
    color: #337D40;
  }
}

.header__contact {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 8px;
  position: absolute;
  border-radius: 0 0 18px 18px;
  top: 0;
  right: 32px;
  background-color: #337D40;
  color: #fff;
  padding: 2px 16px;
}
@media (min-width: 768px) {
  .header__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 1040px) {
  .header__contact {
    right: 64px;
  }
}

.header__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #fff;
  gap: 12px;
}

.header__telIcon {
  width: 18px;
}

.header__tel-label {
  font-size: 0.75rem;
  color: #fff;
  font-weight: 600;
}
@media (max-width: 319px) {
  .header__tel-label {
    font-size: 14px;
  }
}
@media (min-width: 320px) and (max-width: 413px) {
  .header__tel-label {
    font-size: clamp(14px, calc(14px + 0.0215053763 * (100vw - 320px)), 16px);
  }
}
@media (min-width: 414px) and (max-width: 414px) {
  .header__tel-label {
    font-size: 16px;
  }
}
@media (min-width: 415px) and (max-width: 767px) {
  .header__tel-label {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 768px) {
  .header__tel-label {
    font-size: 16px;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  .header__tel-label {
    font-size: 16px;
  }
}
@media (min-width: 1200px) and (max-width: 1200px) {
  .header__tel-label {
    font-size: 16px;
  }
}
@media (min-width: 1201px) and (max-width: 1919px) {
  .header__tel-label {
    font-size: 16px;
  }
}
@media (min-width: 1920px) {
  .header__tel-label {
    font-size: 16px;
  }
}

.header__tel-number {
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 319px) {
  .header__tel-number {
    font-size: 18px;
  }
}
@media (min-width: 320px) and (max-width: 413px) {
  .header__tel-number {
    font-size: clamp(18px, calc(18px + 0.0215053763 * (100vw - 320px)), 20px);
  }
}
@media (min-width: 414px) and (max-width: 414px) {
  .header__tel-number {
    font-size: 20px;
  }
}
@media (min-width: 415px) and (max-width: 767px) {
  .header__tel-number {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 768px) {
  .header__tel-number {
    font-size: 20px;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  .header__tel-number {
    font-size: clamp(20px, calc(20px + 0.0092807425 * (100vw - 769px)), 24px);
  }
}
@media (min-width: 1200px) and (max-width: 1200px) {
  .header__tel-number {
    font-size: 24px;
  }
}
@media (min-width: 1201px) and (max-width: 1919px) {
  .header__tel-number {
    font-size: 24px;
  }
}
@media (min-width: 1920px) {
  .header__tel-number {
    font-size: 24px;
  }
}

.header__cta {
  display: inline-block;
  background-color: #337D40;
  color: #fff;
  padding: 8px 24px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: bold;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media (hover: hover) {
  .header__cta:hover {
    background-color: #333;
  }
}

.header__menu-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  background: none;
  border: none;
  padding: 8px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 102;
}
@media (min-width: 1040px) {
  .header__menu-toggle {
    display: none;
  }
}
@media (max-width: 1040px) {
  .header__menu-toggle {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  }
}

.header__menu-toggle-line {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #4E493D;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header.is-open::before {
  opacity: 1;
  pointer-events: auto;
}
.header.is-open .header__nav-container {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: visibility 0s linear 0s, -webkit-transform 0.3s ease-out;
  transition: visibility 0s linear 0s, -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out, visibility 0s linear 0s;
  transition: transform 0.3s ease-out, visibility 0s linear 0s, -webkit-transform 0.3s ease-out;
  visibility: visible;
  pointer-events: auto;
}
@media (max-width: 1040px) {
  .header.is-open .header__menu-toggle {
    position: fixed;
    top: 28px;
    right: 16px;
    z-index: 102;
  }
}
@media (max-width: 1040px) {
  .header.is-open .header__nav li {
    -webkit-animation: fadeInRight 0.3s ease-out;
            animation: fadeInRight 0.3s ease-out;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
  }
  .header.is-open .header__nav li:nth-child(1) {
    -webkit-animation-delay: 0.05s;
            animation-delay: 0.05s;
  }
  .header.is-open .header__nav li:nth-child(2) {
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s;
  }
  .header.is-open .header__nav li:nth-child(3) {
    -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s;
  }
  .header.is-open .header__nav li:nth-child(4) {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
  .header.is-open .header__nav li:nth-child(5) {
    -webkit-animation-delay: 0.25s;
            animation-delay: 0.25s;
  }
  .header.is-open .header__nav li:nth-child(6) {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
  .header.is-open .header__nav li:nth-child(7) {
    -webkit-animation-delay: 0.35s;
            animation-delay: 0.35s;
  }
  .header.is-open .header__nav li:nth-child(8) {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
  .header.is-open .header__nav li:nth-child(9) {
    -webkit-animation-delay: 0.45s;
            animation-delay: 0.45s;
  }
  .header.is-open .header__nav li:nth-child(10) {
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
  }
  .header.is-open .header__nav li:last-child {
    border-bottom: none;
  }
}
.header.is-open .header__menu-toggle-line:nth-child(1) {
  -webkit-transform: translateY(6px) rotate(45deg);
          transform: translateY(6px) rotate(45deg);
}
.header.is-open .header__menu-toggle-line:nth-child(2) {
  opacity: 0;
}
.header.is-open .header__menu-toggle-line:nth-child(3) {
  -webkit-transform: translateY(-6px) rotate(-45deg);
          transform: translateY(-6px) rotate(-45deg);
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/**
 * Block: header
 *
 * @package Matsuo_Hifuka
 */
/**
 * ユーティリティクラス
 *
 * @package Matsuo_Hifuka
 */
/**
 * Block: footer
 *
 * @package Matsuo_Hifuka
 */
.footer {
  color: #fff;
  margin-top: 48px;
}
@media (max-width: 768px) {
  .footer {
    margin-top: 24px;
  }
}

.footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 860px;
  padding-top: 48px;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

.footer__nav-container {
  margin-bottom: 24px;
}

.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 768px) {
  .footer__nav {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.footer__navItemWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.footer__navItem {
  color: #337D40;
}
.footer__navItem a {
  font-weight: 600;
  text-decoration: none;
  color: #337D40;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .footer__navItem a:hover {
    opacity: 0.7;
  }
}

.footer__logo {
  max-width: 320px;
}

.footer__copyright {
  font-size: 0.875rem;
  text-align: center;
  background-color: #337D40;
  padding: 12px 0;
}

/**
 * Block: header
 *
 * @package Matsuo_Hifuka
 */
/**
 * ユーティリティクラス
 *
 * @package Matsuo_Hifuka
 */
/**
 * Block: commonAccess
 *
 * @package Matsuo_Hifuka
 */
.commonAccess {
  background-color: #F9F8F3;
  padding: 0 24px;
  padding-bottom: 102px;
  padding-top: 102px;
}
@media (max-width: 600px) {
  .commonAccess {
    padding: 0 16px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.commonAccess--about {
  background-color: #009245;
  padding: 80px 16px 120px;
}
@media (max-width: 600px) {
  .commonAccess--about {
    padding: 0 16px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.commonAccess__inner {
  width: 100%;
  max-width: 1248px;
  border-radius: 18px;
  margin: 0 auto;
  padding: 80px 50px;
  background-color: #fff;
}
@media (max-width: 600px) {
  .commonAccess__inner {
    padding: 40px 16px;
  }
}

.commonAccess__title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 32px;
  text-align: center;
  color: #4E493D;
}

.commonAccess__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}
@media (max-width: 900px) {
  .commonAccess__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.commonAccess__info {
  width: 100%;
}

@media (max-width: 900px) {
  .commonAccess__map {
    width: 100%;
  }
}

.accessInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media (max-width: 600px) {
  .accessInfo {
    gap: 16px;
  }
}

.accessInfo__icon {
  max-width: 350px;
  margin: 0 auto;
}

.accessInfo__term {
  font-weight: bold;
  color: #4E493D;
  margin-bottom: 8px;
}

.accessInfo__descriptionWrapper {
  background-color: #E2EDE2;
  border-radius: 12px;
  padding: 24px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media (max-width: 600px) {
  .accessInfo__descriptionWrapper {
    padding: 16px 8px;
  }
}
.accessInfo__descriptionWrapper a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.accessInfo__descriptionWrapper a span {
  display: block;
  font-weight: 600;
  color: #337D40;
}
@media (max-width: 319px) {
  .accessInfo__descriptionWrapper a span {
    font-size: 18px;
  }
}
@media (min-width: 320px) and (max-width: 413px) {
  .accessInfo__descriptionWrapper a span {
    font-size: clamp(18px, calc(18px + 0.0215053763 * (100vw - 320px)), 20px);
  }
}
@media (min-width: 414px) and (max-width: 414px) {
  .accessInfo__descriptionWrapper a span {
    font-size: 20px;
  }
}
@media (min-width: 415px) and (max-width: 767px) {
  .accessInfo__descriptionWrapper a span {
    font-size: clamp(20px, calc(20px + 0.0113314448 * (100vw - 415px)), 24px);
  }
}
@media (min-width: 768px) and (max-width: 768px) {
  .accessInfo__descriptionWrapper a span {
    font-size: 24px;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  .accessInfo__descriptionWrapper a span {
    font-size: clamp(24px, calc(24px + 0.0092807425 * (100vw - 769px)), 28px);
  }
}
@media (min-width: 1200px) and (max-width: 1200px) {
  .accessInfo__descriptionWrapper a span {
    font-size: 28px;
  }
}
@media (min-width: 1201px) and (max-width: 1919px) {
  .accessInfo__descriptionWrapper a span {
    font-size: 28px;
  }
}
@media (min-width: 1920px) {
  .accessInfo__descriptionWrapper a span {
    font-size: 28px;
  }
}
.accessInfo__descriptionWrapper a img {
  display: block;
}
.accessInfo__descriptionWrapper p {
  color: #808080;
}

.accessInfo__description {
  color: #666;
  margin-bottom: 0;
  line-height: 1.8;
  text-align: center;
}
.accessInfo__description span {
  color: #337D40;
  display: block;
}
.accessInfo__description a {
  color: #4E493D;
  text-decoration: underline;
}
@media (hover: hover) {
  .accessInfo__description a:hover {
    opacity: 0.7;
  }
}

.accessInfo__descriptionBr {
  display: none;
}
@media (max-width: 600px) {
  .accessInfo__descriptionBr {
    display: block;
  }
}

.accessInfo__telIcon {
  width: 28px;
}

.accessInfo__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
  border-radius: 10px 10px 0 0;
}
.accessInfo__table th,
.accessInfo__table td {
  padding: 8px;
  text-align: center;
}
.accessInfo__table th span,
.accessInfo__table td span {
  display: block;
}
.accessInfo__table th {
  background-color: #337D40;
  font-weight: bold;
  color: #fff;
}
.accessInfo__table td {
  color: #808080;
  text-align: left;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  vertical-align: middle;
  color: #F7931E;
}
.accessInfo__table td span {
  font-weight: 300;
}
.accessInfo__table .accessInfo__tableTitleLeft {
  border-radius: 12px 0 0 0;
}
.accessInfo__table .accessInfo__tableTitleRight {
  border-radius: 0 12px 0 0;
}
.accessInfo__table .accessInfo__tableCellEmpty {
  color: #808080;
}
.accessInfo__table .accessInfo__tableRowBorder {
  border-bottom: 1px solid #cccccc;
}
.accessInfo__table .accessInfo__tableCellTime {
  color: #808080;
  text-align: left;
  padding-left: 18px;
}
@media (max-width: 480px) {
  .accessInfo__table .accessInfo__tableCellTime {
    padding-left: 2px;
  }
}

.accessInfo__tableNote {
  padding-left: 18px;
  margin-top: 12px;
  color: #808080;
}
@media (max-width: 319px) {
  .accessInfo__tableNote {
    font-size: 10px;
  }
}
@media (min-width: 320px) and (max-width: 413px) {
  .accessInfo__tableNote {
    font-size: clamp(10px, calc(10px + 0.0430107527 * (100vw - 320px)), 14px);
  }
}
@media (min-width: 414px) and (max-width: 414px) {
  .accessInfo__tableNote {
    font-size: 14px;
  }
}
@media (min-width: 415px) and (max-width: 767px) {
  .accessInfo__tableNote {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 768px) {
  .accessInfo__tableNote {
    font-size: 14px;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  .accessInfo__tableNote {
    font-size: 14px;
  }
}
@media (min-width: 1200px) and (max-width: 1200px) {
  .accessInfo__tableNote {
    font-size: 14px;
  }
}
@media (min-width: 1201px) and (max-width: 1919px) {
  .accessInfo__tableNote {
    font-size: 14px;
  }
}
@media (min-width: 1920px) {
  .accessInfo__tableNote {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .accessInfo__tableNote {
    padding-left: 2px;
  }
}

.mapPlaceholder {
  width: 480px;
  height: 566px;
  max-width: 100%;
  background-color: #e8e8e8;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 900px) {
  .mapPlaceholder {
    width: 100%;
    aspect-ratio: 1/1;
    height: auto;
  }
}
.mapPlaceholder iframe {
  width: 100%;
  height: 100%;
  display: block;
}
@media (max-width: 480px) {
  .mapPlaceholder {
    width: 100%;
    aspect-ratio: 480/566;
    height: auto;
  }
}

.mapPlaceholder__text {
  color: #666;
  font-size: 0.875rem;
}

/**
 * Block: header
 *
 * @package Matsuo_Hifuka
 */
/**
 * ユーティリティクラス
 *
 * @package Matsuo_Hifuka
 */
/**
 * Block: pageAboutFv
 *
 * @package Matsuo_Hifuka
 */
.pageAboutFv {
  position: relative;
}

.pageAboutFv__note {
  background-color: #337D40;
  color: #fff;
  font-weight: 600;
  padding: 10px 16px;
  margin: 0 auto;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  top: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 319px) {
  .pageAboutFv__note {
    font-size: 14px;
  }
}
@media (min-width: 320px) and (max-width: 413px) {
  .pageAboutFv__note {
    font-size: clamp(14px, calc(14px + 0.0215053763 * (100vw - 320px)), 16px);
  }
}
@media (min-width: 414px) and (max-width: 414px) {
  .pageAboutFv__note {
    font-size: 16px;
  }
}
@media (min-width: 415px) and (max-width: 767px) {
  .pageAboutFv__note {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 768px) {
  .pageAboutFv__note {
    font-size: 16px;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  .pageAboutFv__note {
    font-size: 16px;
  }
}
@media (min-width: 1200px) and (max-width: 1200px) {
  .pageAboutFv__note {
    font-size: 16px;
  }
}
@media (min-width: 1201px) and (max-width: 1919px) {
  .pageAboutFv__note {
    font-size: 16px;
  }
}
@media (min-width: 1920px) {
  .pageAboutFv__note {
    font-size: 16px;
  }
}

.pageAboutFv__content {
  text-align: center;
}

.pageAboutFv__title {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 24px;
  color: #4E493D;
}
@media (min-width: 600px) {
  .pageAboutFv__title {
    font-size: 3.5rem;
  }
}

/**
 * Block: header
 *
 * @package Matsuo_Hifuka
 */
/**
 * ユーティリティクラス
 *
 * @package Matsuo_Hifuka
 */
/**
 * Block: pageAboutDermatology
 *
 * @package Matsuo_Hifuka
 */
.pageAboutDermatology {
  padding: 48px 0;
  background-color: #F9F8F3;
  padding-top: 138px;
}
@media (max-width: 600px) {
  .pageAboutDermatology {
    padding-top: 80px;
  }
}

.pageAboutDermatology__inner {
  width: 100%;
  max-width: 1248px;
  margin: 0 auto;
  padding: 0 24px;
}
@media (max-width: 600px) {
  .pageAboutDermatology__inner {
    padding: 0 16px;
  }
}

.pageAboutDermatology__title {
  color: #007C3F;
  font-weight: 600;
}

.pageAboutDermatology__subtitle {
  margin-bottom: 48px;
}

.pageAboutDermatology__list--jiyu table,
.pageAboutDermatology__list--jiyu th,
.pageAboutDermatology__list--jiyu td {
  border: 1px solid #cccccc;
  font-weight: 300;
}
.pageAboutDermatology__list--jiyu th,
.pageAboutDermatology__list--jiyu td {
  padding: 4px 6px 4px 6px;
  vertical-align: middle;
}
@media (max-width: 319px) {
  .pageAboutDermatology__list--jiyu th,
  .pageAboutDermatology__list--jiyu td {
    font-size: 10px;
  }
}
@media (min-width: 320px) and (max-width: 413px) {
  .pageAboutDermatology__list--jiyu th,
  .pageAboutDermatology__list--jiyu td {
    font-size: clamp(10px, calc(10px + 0.0215053763 * (100vw - 320px)), 12px);
  }
}
@media (min-width: 414px) and (max-width: 414px) {
  .pageAboutDermatology__list--jiyu th,
  .pageAboutDermatology__list--jiyu td {
    font-size: 12px;
  }
}
@media (min-width: 415px) and (max-width: 767px) {
  .pageAboutDermatology__list--jiyu th,
  .pageAboutDermatology__list--jiyu td {
    font-size: clamp(12px, calc(12px + 0.0056657224 * (100vw - 415px)), 14px);
  }
}
@media (min-width: 768px) and (max-width: 768px) {
  .pageAboutDermatology__list--jiyu th,
  .pageAboutDermatology__list--jiyu td {
    font-size: 14px;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  .pageAboutDermatology__list--jiyu th,
  .pageAboutDermatology__list--jiyu td {
    font-size: clamp(14px, calc(14px + 0.0011600928 * (100vw - 769px)), 14.5px);
  }
}
@media (min-width: 1200px) and (max-width: 1200px) {
  .pageAboutDermatology__list--jiyu th,
  .pageAboutDermatology__list--jiyu td {
    font-size: 14.5px;
  }
}
@media (min-width: 1201px) and (max-width: 1919px) {
  .pageAboutDermatology__list--jiyu th,
  .pageAboutDermatology__list--jiyu td {
    font-size: 14.5px;
  }
}
@media (min-width: 1920px) {
  .pageAboutDermatology__list--jiyu th,
  .pageAboutDermatology__list--jiyu td {
    font-size: 14.5px;
  }
}
@media (max-width: 480px) {
  .pageAboutDermatology__list--jiyu th,
  .pageAboutDermatology__list--jiyu td {
    padding: 4px;
  }
}
.pageAboutDermatology__list--jiyu .pageAboutDermatology__itemContentItemsTitle {
  color: #4BB75A;
}
.pageAboutDermatology__list--jiyu .pageAboutDermatology__itemContentItemsContentTextGreen {
  color: #4BB75A;
  margin-bottom: 12px;
}
.pageAboutDermatology__list--jiyu .pageAboutDermatology__itemContentItemsContent--paddingNone {
  padding: 32px 0;
}
@media (max-width: 480px) {
  .pageAboutDermatology__list--jiyu .pageAboutDermatology__itemContentItemsContent--paddingNone {
    padding: 32px 8px;
  }
}
.pageAboutDermatology__list--jiyu .pageAboutDermatology__itemContentItemsContentIcon {
  color: #39B54A;
  margin-right: 2px;
}

.pageAboutDermatology__item {
  margin-bottom: 120px;
}
@media (max-width: 600px) {
  .pageAboutDermatology__item {
    margin-bottom: 40px;
  }
}

.pageAboutDermatology__itemTitle {
  color: #fff;
  background-color: #F7931E;
  padding: 12px 110px;
  border-radius: 60px;
  font-weight: 600;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 319px) {
  .pageAboutDermatology__itemTitle {
    font-size: 24px;
  }
}
@media (min-width: 320px) and (max-width: 413px) {
  .pageAboutDermatology__itemTitle {
    font-size: clamp(24px, calc(24px + 0.0430107527 * (100vw - 320px)), 28px);
  }
}
@media (min-width: 414px) and (max-width: 414px) {
  .pageAboutDermatology__itemTitle {
    font-size: 28px;
  }
}
@media (min-width: 415px) and (max-width: 767px) {
  .pageAboutDermatology__itemTitle {
    font-size: clamp(28px, calc(28px + 0.0226628895 * (100vw - 415px)), 36px);
  }
}
@media (min-width: 768px) and (max-width: 768px) {
  .pageAboutDermatology__itemTitle {
    font-size: 36px;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  .pageAboutDermatology__itemTitle {
    font-size: clamp(36px, calc(36px + 0.0139211137 * (100vw - 769px)), 42px);
  }
}
@media (min-width: 1200px) and (max-width: 1200px) {
  .pageAboutDermatology__itemTitle {
    font-size: 42px;
  }
}
@media (min-width: 1201px) and (max-width: 1919px) {
  .pageAboutDermatology__itemTitle {
    font-size: clamp(42px, calc(42px + 0.0055632823 * (100vw - 1201px)), 46px);
  }
}
@media (min-width: 1920px) {
  .pageAboutDermatology__itemTitle {
    font-size: 46px;
  }
}
@media (max-width: 900px) {
  .pageAboutDermatology__itemTitle {
    padding: 12px 16px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 600px) {
  .pageAboutDermatology__itemTitle {
    padding: 8px 16px;
  }
}
@media (max-width: 480px) {
  .pageAboutDermatology__itemTitle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.pageAboutDermatology__itemTitle span {
  margin-left: 12px;
}
@media (max-width: 319px) {
  .pageAboutDermatology__itemTitle span {
    font-size: 16px;
  }
}
@media (min-width: 320px) and (max-width: 413px) {
  .pageAboutDermatology__itemTitle span {
    font-size: clamp(16px, calc(16px + 0.0215053763 * (100vw - 320px)), 18px);
  }
}
@media (min-width: 414px) and (max-width: 414px) {
  .pageAboutDermatology__itemTitle span {
    font-size: 18px;
  }
}
@media (min-width: 415px) and (max-width: 767px) {
  .pageAboutDermatology__itemTitle span {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 768px) {
  .pageAboutDermatology__itemTitle span {
    font-size: 18px;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  .pageAboutDermatology__itemTitle span {
    font-size: clamp(18px, calc(18px + 0.0046403712 * (100vw - 769px)), 20px);
  }
}
@media (min-width: 1200px) and (max-width: 1200px) {
  .pageAboutDermatology__itemTitle span {
    font-size: 20px;
  }
}
@media (min-width: 1201px) and (max-width: 1919px) {
  .pageAboutDermatology__itemTitle span {
    font-size: clamp(20px, calc(20px + 0.0027816412 * (100vw - 1201px)), 22px);
  }
}
@media (min-width: 1920px) {
  .pageAboutDermatology__itemTitle span {
    font-size: 22px;
  }
}
@media (max-width: 600px) {
  .pageAboutDermatology__itemTitle span {
    margin-left: 0;
  }
}
@media (max-width: 319px) {
  .pageAboutDermatology__itemTitle .pageAboutDermatology__itemTitleNote {
    font-size: 10px;
  }
}
@media (min-width: 320px) and (max-width: 413px) {
  .pageAboutDermatology__itemTitle .pageAboutDermatology__itemTitleNote {
    font-size: clamp(10px, calc(10px + 0.0215053763 * (100vw - 320px)), 12px);
  }
}
@media (min-width: 414px) and (max-width: 414px) {
  .pageAboutDermatology__itemTitle .pageAboutDermatology__itemTitleNote {
    font-size: 12px;
  }
}
@media (min-width: 415px) and (max-width: 767px) {
  .pageAboutDermatology__itemTitle .pageAboutDermatology__itemTitleNote {
    font-size: clamp(12px, calc(12px + 0.0113314448 * (100vw - 415px)), 16px);
  }
}
@media (min-width: 768px) and (max-width: 768px) {
  .pageAboutDermatology__itemTitle .pageAboutDermatology__itemTitleNote {
    font-size: 16px;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  .pageAboutDermatology__itemTitle .pageAboutDermatology__itemTitleNote {
    font-size: clamp(16px, calc(16px + 0.0046403712 * (100vw - 769px)), 18px);
  }
}
@media (min-width: 1200px) and (max-width: 1200px) {
  .pageAboutDermatology__itemTitle .pageAboutDermatology__itemTitleNote {
    font-size: 18px;
  }
}
@media (min-width: 1201px) and (max-width: 1919px) {
  .pageAboutDermatology__itemTitle .pageAboutDermatology__itemTitleNote {
    font-size: clamp(18px, calc(18px + 0.0055632823 * (100vw - 1201px)), 22px);
  }
}
@media (min-width: 1920px) {
  .pageAboutDermatology__itemTitle .pageAboutDermatology__itemTitleNote {
    font-size: 22px;
  }
}

.pageAboutDermatology__itemTitle--green {
  background-color: #4BB75A;
}
@media (max-width: 900px) {
  .pageAboutDermatology__itemTitle--green {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.pageAboutDermatology__itemContent {
  background-color: #fff;
  padding: 64px 32px;
  max-width: 1056px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  letter-spacing: -0.05em;
}
@media (max-width: 900px) {
  .pageAboutDermatology__itemContent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 32px 16px;
    gap: 16px;
  }
}
@media (max-width: 600px) {
  .pageAboutDermatology__itemContent {
    padding: 32px 8px;
  }
}

.pageAboutDermatology__itemContentItemsContent--borderNone {
  border-bottom: none;
}

.pageAboutDermatology__itemContentItems {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  width: 48%;
}
@media (max-width: 900px) {
  .pageAboutDermatology__itemContentItems {
    width: 100%;
    border-bottom: none;
  }
}

.pageAboutDermatology__itemDescription {
  color: #444C4F;
  padding: 18px 32px;
  border-bottom: 1px dashed #cccccc;
}
@media (max-width: 319px) {
  .pageAboutDermatology__itemDescription {
    font-size: 16px;
  }
}
@media (min-width: 320px) and (max-width: 413px) {
  .pageAboutDermatology__itemDescription {
    font-size: 16px;
  }
}
@media (min-width: 414px) and (max-width: 414px) {
  .pageAboutDermatology__itemDescription {
    font-size: 16px;
  }
}
@media (min-width: 415px) and (max-width: 767px) {
  .pageAboutDermatology__itemDescription {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 768px) {
  .pageAboutDermatology__itemDescription {
    font-size: 16px;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  .pageAboutDermatology__itemDescription {
    font-size: 16px;
  }
}
@media (min-width: 1200px) and (max-width: 1200px) {
  .pageAboutDermatology__itemDescription {
    font-size: 16px;
  }
}
@media (min-width: 1201px) and (max-width: 1919px) {
  .pageAboutDermatology__itemDescription {
    font-size: 16px;
  }
}
@media (min-width: 1920px) {
  .pageAboutDermatology__itemDescription {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .pageAboutDermatology__itemDescription {
    padding: 16px 8px;
  }
}
.pageAboutDermatology__itemDescription:last-child {
  border-bottom: none;
}
.pageAboutDermatology__itemDescription span {
  color: #F7931E;
  margin-right: 2px;
}

.pageAboutDermatology__itemContentItemsContent {
  padding: 18px 32px;
  padding-right: 16px;
  border-bottom: 1px solid #cccccc;
}
@media (max-width: 600px) {
  .pageAboutDermatology__itemContentItemsContent {
    padding: 16px 8px;
  }
}

.pageAboutDermatology__itemContentItemsContent--minHeight {
  min-height: 177px;
}

.pageAboutDermatology__itemContentItemsContent--borderNone {
  border-bottom: none;
}

.pageAboutDermatology__itemContentItemsContentItem p {
  line-height: 2;
}

.pageAboutDermatology__itemContentItemsContentPriceList {
  padding-left: 1em;
}
.pageAboutDermatology__itemContentItemsContentPriceList p {
  line-height: 2;
}

.pageAboutDermatology__itemContentItemsTitle {
  color: #F7931E;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 16px;
}
@media (max-width: 319px) {
  .pageAboutDermatology__itemContentItemsTitle {
    font-size: 16px;
  }
}
@media (min-width: 320px) and (max-width: 413px) {
  .pageAboutDermatology__itemContentItemsTitle {
    font-size: clamp(16px, calc(16px + 0.0215053763 * (100vw - 320px)), 18px);
  }
}
@media (min-width: 414px) and (max-width: 414px) {
  .pageAboutDermatology__itemContentItemsTitle {
    font-size: 18px;
  }
}
@media (min-width: 415px) and (max-width: 767px) {
  .pageAboutDermatology__itemContentItemsTitle {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 768px) {
  .pageAboutDermatology__itemContentItemsTitle {
    font-size: 18px;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  .pageAboutDermatology__itemContentItemsTitle {
    font-size: clamp(18px, calc(18px + 0.0046403712 * (100vw - 769px)), 20px);
  }
}
@media (min-width: 1200px) and (max-width: 1200px) {
  .pageAboutDermatology__itemContentItemsTitle {
    font-size: 20px;
  }
}
@media (min-width: 1201px) and (max-width: 1919px) {
  .pageAboutDermatology__itemContentItemsTitle {
    font-size: clamp(20px, calc(20px + 0.0027816412 * (100vw - 1201px)), 22px);
  }
}
@media (min-width: 1920px) {
  .pageAboutDermatology__itemContentItemsTitle {
    font-size: 22px;
  }
}

.pageAboutDermatology__itemContentItemsSubTitle {
  color: #F7931E;
  font-weight: 300;
  line-height: 2;
  margin-bottom: 8px;
}
@media (max-width: 319px) {
  .pageAboutDermatology__itemContentItemsSubTitle {
    font-size: 16px;
  }
}
@media (min-width: 320px) and (max-width: 413px) {
  .pageAboutDermatology__itemContentItemsSubTitle {
    font-size: 16px;
  }
}
@media (min-width: 414px) and (max-width: 414px) {
  .pageAboutDermatology__itemContentItemsSubTitle {
    font-size: 16px;
  }
}
@media (min-width: 415px) and (max-width: 767px) {
  .pageAboutDermatology__itemContentItemsSubTitle {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 768px) {
  .pageAboutDermatology__itemContentItemsSubTitle {
    font-size: 16px;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  .pageAboutDermatology__itemContentItemsSubTitle {
    font-size: 16px;
  }
}
@media (min-width: 1200px) and (max-width: 1200px) {
  .pageAboutDermatology__itemContentItemsSubTitle {
    font-size: 16px;
  }
}
@media (min-width: 1201px) and (max-width: 1919px) {
  .pageAboutDermatology__itemContentItemsSubTitle {
    font-size: 16px;
  }
}
@media (min-width: 1920px) {
  .pageAboutDermatology__itemContentItemsSubTitle {
    font-size: 16px;
  }
}

.pageAboutDermatology__itemContentItemsContentItemDescription {
  color: #F7931E;
  font-weight: 300;
  line-height: 2;
  margin-bottom: 8px;
}
@media (max-width: 319px) {
  .pageAboutDermatology__itemContentItemsContentItemDescription {
    font-size: 16px;
  }
}
@media (min-width: 320px) and (max-width: 413px) {
  .pageAboutDermatology__itemContentItemsContentItemDescription {
    font-size: 16px;
  }
}
@media (min-width: 414px) and (max-width: 414px) {
  .pageAboutDermatology__itemContentItemsContentItemDescription {
    font-size: 16px;
  }
}
@media (min-width: 415px) and (max-width: 767px) {
  .pageAboutDermatology__itemContentItemsContentItemDescription {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 768px) {
  .pageAboutDermatology__itemContentItemsContentItemDescription {
    font-size: 16px;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  .pageAboutDermatology__itemContentItemsContentItemDescription {
    font-size: 16px;
  }
}
@media (min-width: 1200px) and (max-width: 1200px) {
  .pageAboutDermatology__itemContentItemsContentItemDescription {
    font-size: 16px;
  }
}
@media (min-width: 1201px) and (max-width: 1919px) {
  .pageAboutDermatology__itemContentItemsContentItemDescription {
    font-size: 16px;
  }
}
@media (min-width: 1920px) {
  .pageAboutDermatology__itemContentItemsContentItemDescription {
    font-size: 16px;
  }
}

.pageAboutDermatology__itemContentItemsContentItemDescription--letterSpacing {
  letter-spacing: -0.12em;
}
@media (max-width: 900px) {
  .pageAboutDermatology__itemContentItemsContentItemDescription--letterSpacing {
    letter-spacing: 0.05em;
  }
}

.pageAboutDermatology__itemContentItemsContentLabel {
  background-color: #39B54A;
  color: #fff;
  padding: 4px 10px;
  border-radius: 16px;
  font-weight: 600;
  margin-left: 12px;
}
@media (max-width: 319px) {
  .pageAboutDermatology__itemContentItemsContentLabel {
    font-size: 14px;
  }
}
@media (min-width: 320px) and (max-width: 413px) {
  .pageAboutDermatology__itemContentItemsContentLabel {
    font-size: 14px;
  }
}
@media (min-width: 414px) and (max-width: 414px) {
  .pageAboutDermatology__itemContentItemsContentLabel {
    font-size: 14px;
  }
}
@media (min-width: 415px) and (max-width: 767px) {
  .pageAboutDermatology__itemContentItemsContentLabel {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 768px) {
  .pageAboutDermatology__itemContentItemsContentLabel {
    font-size: 14px;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  .pageAboutDermatology__itemContentItemsContentLabel {
    font-size: 14px;
  }
}
@media (min-width: 1200px) and (max-width: 1200px) {
  .pageAboutDermatology__itemContentItemsContentLabel {
    font-size: 14px;
  }
}
@media (min-width: 1201px) and (max-width: 1919px) {
  .pageAboutDermatology__itemContentItemsContentLabel {
    font-size: 14px;
  }
}
@media (min-width: 1920px) {
  .pageAboutDermatology__itemContentItemsContentLabel {
    font-size: 14px;
  }
}

.pageAboutDermatology__itemContentItemsContentLabel--darkGreen {
  background-color: #007C3F;
}

.pageAboutDermatology__itemContentItemsContentNote {
  color: #4BB75A;
}
@media (max-width: 319px) {
  .pageAboutDermatology__itemContentItemsContentNote {
    font-size: 10px;
  }
}
@media (min-width: 320px) and (max-width: 413px) {
  .pageAboutDermatology__itemContentItemsContentNote {
    font-size: 10px;
  }
}
@media (min-width: 414px) and (max-width: 414px) {
  .pageAboutDermatology__itemContentItemsContentNote {
    font-size: 10px;
  }
}
@media (min-width: 415px) and (max-width: 767px) {
  .pageAboutDermatology__itemContentItemsContentNote {
    font-size: clamp(10px, calc(10px + 0.0056657224 * (100vw - 415px)), 12px);
  }
}
@media (min-width: 768px) and (max-width: 768px) {
  .pageAboutDermatology__itemContentItemsContentNote {
    font-size: 12px;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  .pageAboutDermatology__itemContentItemsContentNote {
    font-size: 12px;
  }
}
@media (min-width: 1200px) and (max-width: 1200px) {
  .pageAboutDermatology__itemContentItemsContentNote {
    font-size: 12px;
  }
}
@media (min-width: 1201px) and (max-width: 1919px) {
  .pageAboutDermatology__itemContentItemsContentNote {
    font-size: 12px;
  }
}
@media (min-width: 1920px) {
  .pageAboutDermatology__itemContentItemsContentNote {
    font-size: 12px;
  }
}

/**
 * Block: header
 *
 * @package Matsuo_Hifuka
 */
/**
 * ユーティリティクラス
 *
 * @package Matsuo_Hifuka
 */
/**
 * Block: pageAboutFaq
 *
 * @package Matsuo_Hifuka
 */
.pageAboutFaq {
  padding: 48px 0;
  background-color: #009245;
  position: relative;
  margin-top: 16%;
}

.pageAboutFaq__bgShape {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.pageAboutFaq__bgShape svg {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 1280/100;
}

.pageAboutFaq__inner {
  width: 100%;
  padding: 0 24px;
  position: relative;
  z-index: 1;
  margin-top: 7.8125%;
}
@media (max-width: 600px) {
  .pageAboutFaq__inner {
    margin-top: 7.8125%;
    padding: 0 16px;
  }
}

.pageAboutFaq__title {
  color: #fff;
  font-weight: 600;
}

.pageAboutFaq__lead {
  color: #fff;
}

.pageAboutFaq__list {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 220px;
}
@media (max-width: 600px) {
  .pageAboutFaq__list {
    margin-top: 80px;
  }
}

.pageAboutFaq__item {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: relative;
  padding: 20px 140px 20px 8px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pageAboutFaq__item::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 23px;
  -webkit-transform: translate(50%, -50%) rotate(0deg);
          transform: translate(50%, -50%) rotate(0deg);
  width: 15px;
  height: 1px;
  background-color: #fff;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
}
.pageAboutFaq__item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 23px;
  -webkit-transform: translate(50%, -50%) rotate(0deg);
          transform: translate(50%, -50%) rotate(0deg);
  width: 1px;
  height: 15px;
  background-color: #fff;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
}

.pageAboutFaq__item.is-open::after {
  -webkit-transform: translate(50%, -50%) rotate(90deg);
          transform: translate(50%, -50%) rotate(90deg);
  opacity: 0;
}

.pageAboutFaq__itemTitle {
  color: #fff;
  line-height: 1.5;
  margin-bottom: 0;
  cursor: pointer;
  padding-left: 1em;
  text-indent: -1em;
}
@media (max-width: 319px) {
  .pageAboutFaq__itemTitle {
    font-size: 16px;
  }
}
@media (min-width: 320px) and (max-width: 413px) {
  .pageAboutFaq__itemTitle {
    font-size: clamp(16px, calc(16px + 0.0215053763 * (100vw - 320px)), 18px);
  }
}
@media (min-width: 414px) and (max-width: 414px) {
  .pageAboutFaq__itemTitle {
    font-size: 18px;
  }
}
@media (min-width: 415px) and (max-width: 767px) {
  .pageAboutFaq__itemTitle {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 768px) {
  .pageAboutFaq__itemTitle {
    font-size: 18px;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  .pageAboutFaq__itemTitle {
    font-size: clamp(18px, calc(18px + 0.0046403712 * (100vw - 769px)), 20px);
  }
}
@media (min-width: 1200px) and (max-width: 1200px) {
  .pageAboutFaq__itemTitle {
    font-size: 20px;
  }
}
@media (min-width: 1201px) and (max-width: 1919px) {
  .pageAboutFaq__itemTitle {
    font-size: 20px;
  }
}
@media (min-width: 1920px) {
  .pageAboutFaq__itemTitle {
    font-size: 20px;
  }
}

.pageAboutFaq__itemDescription {
  color: #fff;
  line-height: 1.5;
  margin-bottom: 0;
  margin-top: 0;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1), margin-top 0.4s cubic-bezier(0.4, 0, 0.2, 1), margin-bottom 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1), margin-top 0.4s cubic-bezier(0.4, 0, 0.2, 1), margin-bottom 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
}
@media (max-width: 319px) {
  .pageAboutFaq__itemDescription {
    font-size: 14px;
  }
}
@media (min-width: 320px) and (max-width: 413px) {
  .pageAboutFaq__itemDescription {
    font-size: clamp(14px, calc(14px + 0.0215053763 * (100vw - 320px)), 16px);
  }
}
@media (min-width: 414px) and (max-width: 414px) {
  .pageAboutFaq__itemDescription {
    font-size: 16px;
  }
}
@media (min-width: 415px) and (max-width: 767px) {
  .pageAboutFaq__itemDescription {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 768px) {
  .pageAboutFaq__itemDescription {
    font-size: 16px;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  .pageAboutFaq__itemDescription {
    font-size: 16px;
  }
}
@media (min-width: 1200px) and (max-width: 1200px) {
  .pageAboutFaq__itemDescription {
    font-size: 16px;
  }
}
@media (min-width: 1201px) and (max-width: 1919px) {
  .pageAboutFaq__itemDescription {
    font-size: 16px;
  }
}
@media (min-width: 1920px) {
  .pageAboutFaq__itemDescription {
    font-size: 16px;
  }
}

.pageAboutFaq__item.is-open .pageAboutFaq__itemDescription {
  height: auto;
  margin-top: 12px;
  margin-bottom: 12px;
  opacity: 1;
}/*# sourceMappingURL=page-about.css.map */