@charset 'UTF-8';
/* ========================================================================
/*
/* Foundation
/*
========================================================================= */
/* Bootstrap Customize
--------------------------------------------------------- */
h1 {
  float: none;
  margin: 0;
  padding: 0;
}

h2 {
  margin: 0;
  padding: 0;
}

h3 {
  margin: 0;
  padding: 0;
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
  margin-top: 0;
  margin-bottom: 0;
}

img {
  border: 0;
  vertical-align: top;
}

p {
  margin: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

dl {
  margin: 0;
  padding: 0;
  line-height: 1.9;
}

dt {
  font-weight: normal;
  line-height: 1.9;
}

dd {
  line-height: 1.9;
}

address {
  margin-bottom: auto;
}

@media (min-width: 1400px) {
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-none {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1500px;
  }
}
[class*=col-]:not(:last-child) {
  margin-bottom: 2em;
}
@media print, screen and (min-width: 768px) {
  [class*=col-]:not(:last-child) {
    margin-bottom: 0;
  }
}

.modal {
  z-index: 9999;
}
@media print {
  .modal {
    display: none !important;
  }
}

@media print, screen and (min-width: 768px) {
  .modal-body img {
    max-height: 700px;
  }
}

.thumb {
  position: relative;
  width: auto;
  height: 300px;
  border: solid 1px #e5e5e5;
  background: #f8f8f8;
}
.thumb img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.thumb a {
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
  cursor: pointer;
}
.thumb a:is(:hover, :active, :focus) img {
  opacity: .7;
  transition: .3s;
}

@media only screen and (max-width: 767.98px) {
  .form-inline select {
    display: inline-block;
    width: auto;
    padding-right: 2px;
    padding-left: 2px;
  }
}

input[type=file].form-control {
  height: 0;
}

@media only screen and (max-width: 575.98px) {
  .form-check-inline {
    display: block;
  }
}
@media print, screen and (min-width: 576px) {
  .form-check-inline:not(:last-of-type) {
    margin-right: 1.4em;
  }
}

.form-control {
  height: auto;
  padding: .7em .7em;
  border-radius: 4px;
}
@media only screen and (max-width: 767.98px) {
  .form-control {
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 768px) {
  .form-control {
    font-size: clamp(.938rem, .158vw + .862rem, 1rem);
  }
}

.form-control::placeholder {
  color: #b3b3b3;
  font-weight: 350;
}
@media only screen and (max-width: 767.98px) {
  .form-control::placeholder {
    font-size: .875rem;
  }
}
@media print, screen and (min-width: 768px) {
  .form-control::placeholder {
    font-size: clamp(.875rem, .158vw + .799rem, .938rem);
  }
}

/* Base
--------------------------------------------------------- */
:root {
  --color-main: #0c6634;
  --color-sub: #9bd5b5;
  --color-txt: #58645e;
  --color-txt2: #1c1c1c;
  --color-base: #f8f7ef;
  --color-base2: #e6f8ee;
  --color-base3: #eff8e6;
  --color-base4: #fafafa;
  --color-accent: #e4e0b5;
  --color-primary: #caecba;
  --color-primary-txt: #4f5d4d;
  --color-red: #dd0909;
  --color-white: #fff;
  --color-black: #000;
  --font-family-primary: 'Noto Sans JP', sans-serif;
  --font-family-secondary: 'Zen Old Mincho', serif;
  --font-family-tertiary: 'Poppins', sans-serif;
  --font-family-awesome: 'Font Awesome 6 Free';
  --header-height-mobile: clamp(45px, 7.8vw, 60px);
  --header-height-desktop: clamp(110px, 8.9vw, 150px);
  --icon-phone: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M31.75,23.34v7.2c0,.57-.83,1.11-1.2,1.2-.03,0-2.79,0-2.79,0C13.08,30.45,1.38,18.99.29,4.02c-.05-.7-.05-1.45-.02-2.28.02-.73.72-1.48,1.49-1.48l6.69.02c.9,0,1.43,1.01,1.43,1.79-.02,2.2.38,4.22,1.02,6.29.18.59-.03,1.24-.45,1.66l-3.86,3.89c2.6,5.02,6.59,8.99,11.54,11.52l3.87-3.86c.49-.49,1.19-.62,1.84-.41,2.05.68,4.15.98,6.32.99.8,0,1.49.36,1.62,1.2Z"/></svg>');
  --icon-arrow: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 32"><path d="M.12,27.85l11.85-11.85L.12,4.15,4.07.2l15.8,15.8-15.8,15.8L.12,27.85Z"/></svg>');
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  background-color: var(--color-base);
  color: var(--color-txt);
  letter-spacing: .025em;
  font-family: var(--font-family-primary);
  line-height: 2;

  font-optical-sizing: auto;
}
@media print, screen and (min-width: 992px) {
  body {
    font-weight: 500;
  }
}
body :lang(en) {
  font-family: var(--font-family-secondary);
}

a {
  color: var(--color-main);
  text-decoration: none;
  transition: color .3s;

  text-underline-offset: .3em;
}
a:is(:hover, :active, :focus) {
  color: var(--color-sub);
  text-decoration: none;
}
a:has([data-action=call]) {
  color: inherit;
  text-decoration: none;
}

em,
strong {
  font-weight: bold;
  font-style: normal;
}

button,
input[type=submit],
input[type=button] {
  padding: 0;
  border: 0;
}

img {
  -webkit-backface-visibility: hidden;
}

/* ========================================================================
/*
/* Layout
/*
========================================================================= */
/* 全体
--------------------------------------------------------- */
.l-page-wrapper {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 100vh;
}
@media screen and (max-width: 991.98px) {
  .l-page-wrapper {
    padding-top: var(--header-height-mobile);
  }
}
@media print, screen and (min-width: 992px) {
  .l-page-wrapper {
    padding-top: var(--header-height-desktop);
  }
}
@media print {
  .l-page-wrapper {
    padding-top: 0;
  }
}

/* ヘッダーレイアウト
--------------------------------------------------------- */
.l-header {
  position: fixed;
  top: 0;
  z-index: 1000;
  display: flex;
  width: 100%;
  background-color: var(--color-base);

  align-items: center;
}
@media screen and (max-width: 991.98px) {
  .l-header {
    height: var(--header-height-mobile);
  }
}
@media print, screen and (min-width: 992px) {
  .l-header {
    height: var(--header-height-desktop);
    transition: height .3s;
  }
}
@media print {
  .l-header {
    position: static;
  }
}
.l-header.is-show {
  opacity: 1;
  transform: translateY(0);
}
@media print, screen and (min-width: 992px) {
  .l-header.is-below {
    height: 100px;
  }
}
@media print, screen and (min-width: 992px) {
  .l-header.is-below .p-header__logo img {
    width: auto;
    height: clamp(28px, 4.3vw, 70px);
    transition: height .4s;
  }
}

/* コンテンツ
--------------------------------------------------------- */
.l-contents {
  position: relative;
  z-index: 1;
  flex: 1 0 auto;
  padding-bottom: clamp(70px, 8.3vw, 120px);
  background-color: #fff;
}
@media print, screen and (min-width: 992px) {
  .l-contents {
    padding-top: 30px;
  }
}
.l-contents.--home {
  padding-bottom: clamp(70px, 7vw, 90px);
}
@media print, screen and (min-width: 992px) {
  .l-contents.--home {
    padding-top: 15px;
  }
}
.l-contents::before {
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  z-index: 0;
  background-color: #fff;
  content: '';
}
@media screen and (max-width: 991.98px) {
  .l-contents::before {
    height: clamp(40px, 6.7vw, 50px);
    border-top-left-radius: clamp(15px, 2.6vw, 20px);
    border-top-right-radius: clamp(15px, 2.6vw, 20px);
  }
}
@media print, screen and (min-width: 992px) {
  .l-contents::before {
    height: clamp(40px, 3.6vw, 64px);
    border-top-left-radius: clamp(40px, 3.6vw, 64px);
    border-top-right-radius: clamp(40px, 3.6vw, 64px);
  }
}

/* フッターレイアウト
--------------------------------------------------------- */
.l-footer {
  background-color: var(--color-base);
}
@media print {
  .l-footer {
    break-inside: avoid;
    page-break-inside: avoid;
  }
}

/* ========================================================================
/*
/* Component
/*
========================================================================= */
/* ドロワー
--------------------------------------------------------- */
.drawer__btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000;
  width: var(--header-height-mobile);
  height: var(--header-height-mobile);
  outline: none !important;
  background: var(--color-main);
  transition: background-color .5s;

  -webkit-user-select: none;
          user-select: none;
}
@media print, screen and (min-width: 992px) {
  .drawer__btn {
    display: none;
  }
}
.is-drawer-open .drawer__btn {
  background-color: #fff;
}
.drawer__btn-line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: block;
  width: clamp(24px, 4vw, 30px);
  height: 1px;
  margin: auto;
  background: #fff;
  transition: .5s cubic-bezier(.645, .045, .355, 1);
  pointer-events: none;
}
.is-drawer-open .drawer__btn-line {
  background-color: #5f5f5f;
}
.drawer__btn-line:nth-child(1) {
  transform: translateY(-6px);
}
.is-drawer-open .drawer__btn-line:nth-child(1) {
  transform: rotate(45deg);
}
.is-drawer-open .drawer__btn-line:nth-child(2) {
  opacity: 0;
}
.drawer__btn-line:nth-child(3) {
  transform: translateY(6px);
}
.is-drawer-open .drawer__btn-line:nth-child(3) {
  transform: rotate(-45deg);
}
@media screen and (max-width: 991.98px) {
  .drawer__bg {
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 500;
    overflow-x: hidden;
    width: min(80vw, 450px);
    height: 100vh;
    background-color: #fff;
    transition: transform .5s cubic-bezier(.645, .045, .355, 1);
    pointer-events: none;
  }
}
@media print, screen and (min-width: 992px) {
  .drawer__bg {
    height: 100%;
  }
}
@media screen and (max-width: 991.98px) {
  .drawer__bg::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (max-width: 991.98px) {
  .is-drawer-open .drawer__bg {
    overflow-y: auto;
    transform: translateX(-100%);
    pointer-events: auto;

    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}
@media screen and (max-width: 991.98px) {
  .drawer__inner {
    visibility: hidden;
    padding: 90px 4vw 140px;
    opacity: 0;
    transition: opacity .5s cubic-bezier(.645, .045, .355, 1) .25s, visibility .5s cubic-bezier(.645, .045, .355, 1) .25s, transform .5s cubic-bezier(.645, .045, .355, 1) .25s;
    transform: translateX(30px);
  }
}
@media print, screen and (min-width: 992px) {
  .drawer__inner {
    height: 100%;
  }
}
@media screen and (max-width: 991.98px) {
  .is-drawer-open .drawer__inner {
    visibility: visible;
    opacity: 1;
    transform: none;
  }
}
@media screen and (max-width: 991.98px) {
  .drawer__overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 400;
    visibility: hidden;
    width: 100%;
    height: 100vh;
    opacity: 0;
    transition: .5s cubic-bezier(.645, .045, .355, 1);
    pointer-events: none;

    -webkit-backdrop-filter: blur(1px);
            backdrop-filter: blur(1px);
  }
}
@media screen and (max-width: 991.98px) {
  .is-drawer-open .drawer__overlay {
    visibility: visible;
    background: rgba(0, 0, 0, .3);
    opacity: 1;
    pointer-events: auto;
  }
}

/* グローバルナビ
--------------------------------------------------------- */
@media screen and (max-width: 991.98px) {
  .c-global-nav__items {
    border-top: 2px solid var(--color-main);
  }
}
@media print, screen and (min-width: 992px) {
  .c-global-nav__items {
    display: flex;

    justify-content: flex-end;
    gap: clamp(10px, 1.5vw, 35px);
  }
}
@media print, screen and (min-width: 992px) {
  .c-global-nav__item.--only-sp {
    display: none;
  }
}
.c-global-nav__item > a {
  position: relative;
  display: block;
  color: var(--color-txt);
  text-decoration: none;
  font-weight: 600;
  line-height: 1.5;
  transition: background-color .3s, color .3s;
}
@media screen and (max-width: 991.98px) {
  .c-global-nav__item > a {
    padding: .7em 1em;
    border-right: 1px solid #e6e5e1;
    border-bottom: 1px solid #e6e5e1;
    border-left: 1px solid #e6e5e1;
    background-color: var(--color-base);
    text-align: center;
    letter-spacing: .07em;
    font-size: 1.0625rem;
  }
}
@media print, screen and (min-width: 992px) {
  .c-global-nav__item > a {
    padding-top: .2em;
    padding-bottom: .2em;
    text-align: center;
    letter-spacing: .025em;
    font-size: clamp(.938rem, .108vw + .871rem, 1rem);
  }
}
@media print, screen and (min-width: 992px) {
  .c-global-nav__item > a::after {
    position: absolute;
    right: .15em;
    bottom: .2em;
    left: .15em;
    height: 1px;
    background-color: var(--color-main);
    content: '';
    transition: transform .3s;
    transform: scaleX(0);
    transform-origin: center;
  }
}
@media print, screen and (min-width: 992px) {
  .c-global-nav__item > a:hover::after,
  .c-global-nav__item > a:focus::after {
    transform: scaleX(1);
    transform-origin: center;
  }
}
@media screen and (max-width: 991.98px) {
  .c-global-nav__item.is-current > a {
    background-color: var(--color-accent);
  }
}
@media print, screen and (min-width: 992px) {
  .c-global-nav__item.is-current > a::after {
    transform: scaleX(1);
    transform-origin: left top;
  }
}

/* コンテナ
--------------------------------------------------------- */
.c-container {
  max-width: min(92vw, 1470px);
  margin-right: auto;
  margin-left: auto;
}

/* セクション
--------------------------------------------------------- */
.c-section {
  margin-top: clamp(80px, 10.5vw, 160px);
}
.c-section:first-child {
  margin-top: 0;
}

/* ページタイトル
--------------------------------------------------------- */
.c-page-header {
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;

  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 991.98px) {
  .c-page-header {
    height: clamp(200px, 33.3vw, 250px);
  }
}
@media print, screen and (min-width: 992px) {
  .c-page-header {
    height: clamp(300px, 22.3vw, 350px);
  }
}
.c-page-header::before {
  position: absolute;
  z-index: -1;
  background-color: rgba(0, 0, 0, .3);
  content: '';

  inset: 0;
}
.c-page-header.--about {
  background-image: url('../images/about/bg-page-header.jpg');
  background-position: center 60%;
}
.c-page-header.--about::before {
  background-color: rgba(3, 92, 43, .3);
}
.c-page-header.--facility-standards {
  background-image: url('../images/facility-standards/bg-page-header.jpg');
  background-position: center 65%;
}
.c-page-header.--facility-standards::before {
  background-color: rgba(62, 78, 95, .3);
}
@media screen and (max-width: 991.98px) {
  .c-page-header__inner {
    padding-bottom: clamp(40px, 6.7vw, 50px);
  }
}
@media print, screen and (min-width: 992px) {
  .c-page-header__inner {
    padding-bottom: clamp(20px, 2.1vw, 40px);
  }
}
.c-page-header__en,
.c-page-header__title {
  color: #fff;
  font-weight: bold;
  font-family: var(--font-family-secondary);
}
.c-page-header__title {
  font-size: clamp(1.688rem, 1.346vw + 1.385rem, 3rem);
  line-height: 1.5;
}
.c-page-header__en {
  font-size: clamp(1.125rem, .385vw + 1.038rem, 1.5rem);
  line-height: 1.6;
}

/* キャッチコピー
--------------------------------------------------------- */
.c-copy {
  margin-bottom: 1.2em;
  font-weight: 500;
  font-size: clamp(1.063rem, .641vw + .918rem, 1.688rem);
  line-height: 1.5;
}

/* リスト
--------------------------------------------------------- */
.c-list > li {
  position: relative;
}
.c-list > li::before {
  position: absolute;
  left: 0;
}
.c-list.--dot > li {
  padding-left: .8em;
}
.c-list.--dot > li::before {
  content: '・';
}
.c-list.--num > li {
  margin-left: 1.3em;
  list-style-type: decimal;
}
.c-list.--inline {
  display: grid;

  grid-template-columns: repeat(auto-fit, minmax(6em, 1fr));
  gap: 4%;
}

/* テーブル
--------------------------------------------------------- */
.c-table {
  width: 100%;
  font-size: clamp(.938rem, .096vw + .916rem, 1rem);
  line-height: 1.7;
}
@media only screen and (max-width: 767.98px) {
  .c-table {
    font-size: 1rem;
  }
}
@media print {
  .c-table {
    page-break-inside: avoid;
  }
}
@media only screen and (max-width: 767.98px) {
  .c-table tbody th,
  .c-table tbody td {
    display: block;
    width: 100%;
  }
}
.c-table th,
.c-table td {
  overflow-wrap: break-word;
}
.c-table.--style-a tr {
  border-bottom: 1px solid #ebe9dc;
}
@media only screen and (max-width: 767.98px) {
  .c-table.--style-a tr:first-of-type th {
    padding-top: 0;
  }
}
.c-table.--style-a th,
.c-table.--style-a td {
  vertical-align: top;
}
@media print, screen and (min-width: 768px) {
  .c-table.--style-a th,
  .c-table.--style-a td {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}
.c-table.--style-a th {
  color: #8e8e8e;
  font-weight: 500;
}
@media only screen and (max-width: 767.98px) {
  .c-table.--style-a th {
    padding-top: 1.4em;
    padding-bottom: .7em;
  }
}
@media only screen and (max-width: 767.98px) {
  .c-table.--style-a td {
    padding-bottom: 1.4em;
  }
}
.c-table.--style-b thead {
  border-top: 1px solid var(--color-main);
  border-right: 1px solid var(--color-main);
  border-left: 1px solid var(--color-main);
}
.c-table.--style-b thead th {
  padding: .4em 1.4em;
  border-bottom: 1px solid var(--color-main);
  background-color: var(--color-main);
  color: #fff;
  text-align: center;
  font-weight: 500;
}
.c-table.--style-b thead th:not(:last-of-type) {
  border-right: 1px solid color-mix(in srgb, var(--color-main), black 10%);
}
.c-table.--style-b tbody {
  border-top: 1px solid #e8eaeb;
  border-right: 1px solid #e8eaeb;
  border-left: 1px solid #e8eaeb;
}
.c-table.--style-b tbody th {
  border-bottom: 1px solid #e8eaeb;
}
@media print, screen and (min-width: 768px) {
  .c-table.--style-b tbody th {
    border-right: 1px solid #e8eaeb;
  }
}
.c-table.--style-b tbody td {
  border-right: 1px solid #e8eaeb;
  border-bottom: 1px solid #e8eaeb;
}
@media print, screen and (min-width: 768px) {
  .c-table.--style-b th,
  .c-table.--style-b td {
    padding: .8em 1.4em;
  }
}
.c-table.--style-b th {
  background-color: var(--color-base);
  font-weight: 500;
}
@media only screen and (max-width: 767.98px) {
  .c-table.--style-b th {
    padding: .3em 1.4em;
    text-align: center;
  }
}
.c-table.--style-b td {
  background-color: #fff;
}
@media only screen and (max-width: 767.98px) {
  .c-table.--style-b td {
    padding: 1em 1.4em;
  }
}
@media only screen and (max-width: 767.98px) {
  .c-table.--style-b.--lineup tbody th,
  .c-table.--style-b.--lineup tbody td {
    display: table-cell;
  }
}
.c-table.--style-b.--lineup tbody th {
  border-right: 1px solid #e8eaeb;
}
@media only screen and (max-width: 767.98px) {
  .c-table.--style-b.--lineup tbody th {
    width: 30%;
    text-align: left;
  }
}
@media print, screen and (min-width: 768px) {
  .c-table.--news tbody th {
    width: clamp(180px, 16.2vw, 255px);
  }
}
@media screen and (max-width: 991.98px) {
  .c-table.--news .c-table__title {
    margin-bottom: 1em;
    font-weight: 500;
  }
}
@media print, screen and (min-width: 992px) {
  .c-table.--news .c-table__title {
    margin-bottom: .3em;
    font-weight: 700;
  }
}
.c-table.--news .icon-new {
  color: var(--color-red);
}
@media only screen and (max-width: 767.98px) {
  .c-table.--news .icon-new {
    margin-left: 1em;
  }
}
@media print, screen and (min-width: 768px) {
  .c-table.--news .icon-new {
    margin-left: 1.7em;
  }
}
@media print, screen and (min-width: 768px) {
  .c-table.--history tbody th {
    width: 25%;
  }
}

/* バッジ
--------------------------------------------------------- */
.c-badge {
  display: inline-block;
  padding: .2em .6em;
  background-color: var(--color-red);
  color: #fff;
  font-weight: normal;
  font-size: .625rem;
  line-height: 1.4;
}

@media only screen and (max-width: 767.98px) {
  .c-heading {
    margin-bottom: 1.8em;
  }
}
@media print, screen and (min-width: 768px) {
  .c-heading {
    margin-bottom: 2.6em;
  }
}
.c-heading + * {
  margin-top: 0 !important;
}
.c-heading__en {
  color: var(--color-sub);
  font-weight: 400;
  font-size: clamp(.813rem, .064vw + .798rem, .875rem);
  font-family: var(--font-family-tertiary);
  line-height: 1.1;
}
.c-heading__title {
  position: relative;
  left: -.05em;
  color: var(--color-main);
  font-weight: 700;
  font-size: clamp(1.5rem, 1.538vw + 1.154rem, 3rem);
  font-family: var(--font-family-secondary);
  line-height: 1.2;
}
.test {
  padding-left: clamp(10px, 13.6vw, 300px);
  padding-left: clamp(10px, 16.1vw, 300px);
  padding-left: clamp(10px, 17.6vw, 300px);
  padding-left: clamp(10px, 7.5vw, 300px);
  background-color: #fcc;
}

.test2 {
  padding-left: 10px;
  background-color: #ccf;
}

.test3 {
  padding-left: 300px;
  background-color: #fcf;
}

.c-heading-bar {
  margin-bottom: 1.6em;
  padding-left: .8em;
  border-left: clamp(3px, .4vw, 4px) solid var(--color-sub);
  font-weight: bold;
  font-size: clamp(1.063rem, .192vw + 1.019rem, 1.188rem);
  line-height: 1.5;
}
@media only screen and (max-width: 767.98px) {
  .c-heading-bar {
    font-size: 1rem;
  }
}

.c-heading-point {
  position: relative;
  margin-bottom: 1.2em;
  padding-left: clamp(30px, 3.1vw, 40px);
  color: var(--color-main);
  font-weight: 700;
  font-size: clamp(1.25rem, 0vw + 1.25rem, 1.25rem);
  font-family: var(--font-family-secondary);
  line-height: 1.6;
}
.c-heading-point::before {
  position: absolute;
  top: .85em;
  left: 0;
  width: clamp(15px, 1.8vw, 25px);
  height: 1px;
  background-color: #1c8f4f;
  content: '';
}

.c-heading-line {
  position: relative;
  margin-bottom: 1.8em;
  padding-top: .9em;
  text-align: center;
  font-weight: 600;
  font-size: clamp(1.25rem, .256vw + 1.192rem, 1.5rem);
  line-height: 1.6;
}
.c-heading-line::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: clamp(30px, 3.9vw, 60px);
  height: 2px;
  margin: auto;
  background-color: #75c197;
  content: '';
}
.c-heading-line.--theme-yellow-green::before {
  background-color: #a9c175;
}

/* ロゴ
--------------------------------------------------------- */
.c-logo {
  line-height: 1;
}
.c-logo a {
  display: inline-block;
  text-decoration: none;
}
.c-logo a:is(:hover, :active, :focus) img {
  opacity: 1;
}
.c-logo__mark {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.c-logo__mark img {
  width: clamp(35px, 3.9vw, 55px);
  height: auto;
}
.c-logo__txt {
  display: inline-block;
  margin-left: .2em;
  color: var(--color-txt);
  vertical-align: middle;
  white-space: nowrap;
  letter-spacing: .1em;
  font-weight: 500;
  font-size: clamp(1.25rem, .641vw + 1.106rem, 1.875rem);
  line-height: 1.5;

  font-feature-settings: 'palt';
}

/* メインビジュアル
--------------------------------------------------------- */
.c-hero {
  overflow: hidden;
  background-color: var(--color-base);
}
@media screen and (max-width: 991.98px) {
  .c-hero__inner {
    position: relative;
    z-index: 1;
  }
}
@media print, screen and (min-width: 992px) {
  .c-hero__inner {
    display: grid;
    padding-left: clamp(80px, 9.6vw, 150px);
    column-gap: clamp(40px, 3.4vw, 60px);

    grid-template: 'content main'/clamp(350px, 27.8vw, 460px) 1fr;
  }
}
@media screen and (min-width: 1400px) {
  .c-hero__inner {
    padding-left: clamp(150px, 10.7vw, 205px);
  }
}
.c-hero__content {
  color: var(--color-txt2);
  font-family: var(--font-family-secondary);

  grid-area: content;
}
@media screen and (max-width: 991.98px) {
  .c-hero__content {
    padding-top: clamp(30px, 5.2vw, 40px);
  }
}
@media print, screen and (min-width: 992px) {
  .c-hero__content {
    padding-top: clamp(25px, 1.9vw, 30px);
  }
}
.c-hero__place {
  text-align: center;
  letter-spacing: .025em;
  line-height: 1.5;
}
@media screen and (max-width: 991.98px) {
  .c-hero__place {
    font-size: clamp(1.125rem, .633vw + .983rem, 1.375rem);
  }
}
@media print, screen and (min-width: 992px) {
  .c-hero__place {
    font-size: clamp(1.25rem, .862vw + .716rem, 1.75rem);
  }
}
.c-hero__heading {
  text-align: center;
}
.c-hero__title {
  position: relative;
  display: inline-block;
  padding-bottom: .3em;
  text-align: center;
  letter-spacing: .025em;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 991.98px) {
  .c-hero__title {
    font-size: clamp(1.875rem, 1.266vw + 1.59rem, 2.375rem);
  }
}
@media print, screen and (min-width: 992px) {
  .c-hero__title {
    font-size: clamp(2.688rem, 2.047vw + 1.418rem, 3.875rem);
  }
}
.c-hero__title::before {
  position: absolute;
  right: .8em;
  bottom: 0;
  left: .8em;
  height: 1px;
  background-color: #727272;
  content: '';
}
.c-hero__catch {
  display: flex;
  margin-top: 1.1em;

  justify-content: center;
}
@media screen and (max-width: 991.98px) {
  .c-hero__catch {
    margin-right: 1.5em;
    margin-left: 1.5em;
    font-size: clamp(.938rem, .158vw + .902rem, 1rem);
    line-height: 1.6;
  }
}
@media print, screen and (min-width: 992px) {
  .c-hero__catch {
    padding-right: .4em;
    font-size: clamp(1rem, .216vw + .866rem, 1.125rem);
    line-height: 1.75;
  }
}
@media screen and (max-width: 991.98px) {
  .c-hero__sub-img {
    margin-top: 25px;
    padding-right: 6vw;
    padding-left: 6vw;
    text-align: center;
  }
}
@media print, screen and (min-width: 992px) {
  .c-hero__sub-img {
    margin-top: clamp(20px, 1.6vw, 26px);
  }
}
.c-hero__sub-img img {
  border-radius: clamp(8px, 2.1vw, 16px);
}
@media screen and (max-width: 991.98px) {
  .c-hero__sub-img img {
    height: clamp(160px, 26.6vw, 200px);

    object-fit: cover;
    aspect-ratio: 5/3;
  }
}
@media print, screen and (min-width: 992px) {
  .c-hero__sub-img img {
    width: 100%;
    height: auto;
  }
}
.c-hero__main-img {
  position: relative;
  overflow: hidden;

  grid-area: main;
}
@media screen and (max-width: 991.98px) {
  .c-hero__main-img {
    position: relative;
    z-index: -1;
    margin-top: calc(clamp(120px, 20vw, 150px) * -1);
  }
}
.c-hero .swiper-slide img {
  width: 100%;
  height: auto;
  font-size: 0;

  object-fit: cover;
}
@media screen and (max-width: 991.98px) {
  .c-hero .swiper-slide img {
    height: clamp(300px, 51.8vw, 400px);
  }
}
@media print, screen and (min-width: 992px) {
  .c-hero .swiper-slide img {
    height: clamp(550px, 42.9vw, 700px);
  }
}
.c-hero .swiper-slide img.img2 {
  object-position: left bottom;
}
.c-hero .swiper-fade .swiper-slide {
  transition-property: opacity, transform !important;
  pointer-events: none;
}
.c-hero .swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

/* ボタン
--------------------------------------------------------- */
.c-btn {
  position: relative;
  z-index: 0;
  display: inline-block;
  overflow: hidden;
  outline: none !important;
  color: inherit;
  text-align: center;
  text-decoration: none;
  font-size: inherit;
  line-height: 1.5;
  cursor: pointer;
  transition: background-color .3s, color .3s;

  -webkit-appearance: none;
          appearance: none;
}
.c-btn.--primary {
  background-color: var(--color-main);
  color: #fff;
}
@media only screen and (max-width: 767.98px) {
  .c-btn.--primary {
    padding: .8em 1.7em;
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-btn.--primary {
    padding: .9em 2em;
    font-size: clamp(.938rem, .087vw + .896rem, 1rem);
  }
}
.c-btn.--primary:is(:hover, :active, :focus) {
  background-color: var(--color-sub);
  color: #fff;
}
.c-btn.--back {
  background-color: #aaa;
}
.c-btn.--back:is(:hover, :active, :focus) {
  background-color: #858585;
}

/* ページトップ
--------------------------------------------------------- */
.c-pagetop {
  position: fixed;
  z-index: 50;
  font-size: 0;
  opacity: 0;
  cursor: pointer;
  transition: transform .3s;
  transition: opacity .5s;
}
@media only screen and (max-width: 767.98px) {
  .c-pagetop {
    right: 10px;
    bottom: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-pagetop {
    right: 20px;
    bottom: 30px;
  }
}
@media print {
  .c-pagetop {
    display: none;
  }
}
.c-pagetop.is-show {
  opacity: 1;
}
@media only screen and (max-width: 767.98px) {
  .c-pagetop img {
    width: 44px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-pagetop img {
    width: clamp(44px, 4.1vw, 50px);
  }
}

/* スクロールアニメーション
--------------------------------------------------------- */
[data-io] {
  opacity: 0;
}

@media print {
  [data-io] {
    opacity: 1;
    transition: none;
    transform: none;
    animation: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  [data-io] {
    opacity: 1 !important;
    transition: none !important;
    transform: none !important;
    animation: none !important;
  }
}
[data-io=slide-in-bottom] {
  transition: opacity .9s, transform .9s;
  transform: translateY(60px);
}
[data-io=slide-in-bottom].is-appear {
  opacity: 1;
  transform: none;
}

[data-io=fade-in].is-appear {
  animation-name: io-fade-in;
  animation-duration: 2s;
  animation-timing-function: cubic-bezier(.33, 1, .68, 1);
  animation-iteration-count: 1;

  animation-fill-mode: forwards;
}

@keyframes io-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ローディング
--------------------------------------------------------- */
.c-loading {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin: auto;
  background-color: var(--color-base);
}
.is-hero-ready .c-loading {
  animation: fadeOut .8s linear forwards;
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    pointer-events: none;
  }
}

/* 埋め込みコンポーネント
--------------------------------------------------------- */
.c-embed {
  font-size: 0;
}
.c-embed iframe,
.c-embed video {
  width: 100% !important;
  height: 100% !important;
}
@media only screen and (max-width: 767.98px) {
  .c-embed.--gmap iframe {
    aspect-ratio: 1;
  }
}
@media print, screen and (min-width: 768px) {
  .c-embed.--gmap iframe {
    aspect-ratio: 16/9;
  }
}

/* ========================================================================
/*
/* Project
/*
========================================================================= */
/* ヘッダー
--------------------------------------------------------- */
.p-header {
  flex: 1;
}
@media screen and (max-width: 991.98px) {
  .p-header {
    display: flex;
    padding-left: 1.5vw;

    align-items: center;
  }
}
@media print, screen and (min-width: 992px) {
  .p-header {
    display: grid;
    padding-right: clamp(30px, 3.1vw, 60px);
    padding-left: clamp(30px, 3.1vw, 60px);
    column-gap: 4%;

    grid-template: 'logo util'/auto 1fr;
    align-items: center;
  }
}
.p-header__logo {
  font-size: 0;

  grid-area: logo;
}
.p-header__logo a {
  color: var(--color-txt);
  text-decoration: none;
}
.p-header__logo img {
  width: auto;
  transition: height .4s;
}
@media screen and (max-width: 991.98px) {
  .p-header__logo img {
    height: clamp(40px, 6.5vw, 48px);
  }
}
@media print, screen and (min-width: 992px) {
  .p-header__logo img {
    height: clamp(64px, 4.9vw, 78px);
  }
}
.p-header__util {
  grid-area: util;
}
@media print, screen and (min-width: 992px) {
  .p-header__block {
    display: grid;
    column-gap: 4.1%;

    grid-template: 'nav tel'/1fr auto;
    align-items: center;
  }
}
.p-header__tel {
  padding: .66em .9em .66em 1em;
  border-radius: clamp(8px, .9vw, 12px);
  background-color: var(--color-main);
  color: #fff;
  text-align: center;
  letter-spacing: .025em;
  font-weight: 500;
  font-size: clamp(1.125rem, .128vw + 1.096rem, 1.25rem);
  line-height: 1.5;

  grid-area: tel;
}
@media screen and (max-width: 991.98px) {
  .p-header__tel {
    display: block;
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 992px) {
  .p-header__tel {
    display: inline-block;
  }
}
.p-header__tel::before {
  position: relative;
  top: .03em;
  display: inline-block;
  height: .85em;
  margin-right: .35em;
  background-color: currentColor;
  content: '';
  transition: background-color .2s;

  -webkit-mask-image: var(--icon-phone);
          mask-image: var(--icon-phone);
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  aspect-ratio: 1;
}
@media print {
  .p-header__tel::before {
    -webkit-print-color-adjust: exact;
  }
}

/* フッター
--------------------------------------------------------- */
.p-footer {
  padding-top: clamp(50px, 8.3vw, 140px);

  font-feature-settings: 'palt';
}
.p-footer__inner {
  width: min(92%, 1470px);
  margin-right: auto;
  margin-left: auto;
}
.p-footer__heading {
  color: #1c1c1c;
  text-align: center;
  font-family: var(--font-family-secondary);
  line-height: 1.5;
}
.p-footer__place {
  margin-bottom: .3em;
  letter-spacing: .025em;
}
@media screen and (max-width: 991.98px) {
  .p-footer__place {
    font-size: clamp(1.125rem, .633vw + .983rem, 1.375rem);
  }
}
@media print, screen and (min-width: 992px) {
  .p-footer__place {
    font-size: clamp(1.125rem, .647vw + .724rem, 1.5rem);
  }
}
.p-footer__name {
  letter-spacing: .025em;
  font-weight: 600;
}
@media screen and (max-width: 991.98px) {
  .p-footer__name {
    font-size: clamp(1.875rem, 1.266vw + 1.59rem, 2.375rem);
  }
}
@media print, screen and (min-width: 992px) {
  .p-footer__name {
    font-size: clamp(2.375rem, 1.724vw + 1.306rem, 3.375rem);
  }
}
.p-footer__nav {
  margin-top: clamp(40px, 3.7vw, 45px);
  margin-bottom: clamp(40px, 5.3vw, 80px);
}
.p-footer__nav-items {
  display: flex;

  flex-wrap: wrap;
  gap: clamp(10px, 1.1vw, 15px) clamp(15px, 3.2vw, 57px);
}
@media print, screen and (min-width: 768px) {
  .p-footer__nav-items {
    justify-content: center;
  }
}
.p-footer__nav-item a {
  color: #1c1c1c;
}
.p-footer__nav-item a:is(:hover, :active, :focus) {
  color: var(--color-main);
}
.p-footer__copyright {
  margin-top: clamp(50px, 5.9vw, 85px);
  padding: .2em;
  padding-bottom: .2em;
  background-color: #58645e;
  color: #fff;
  text-align: center;
  letter-spacing: .05em;
  font-size: .75rem;
  line-height: 1.5;
}

/* 診療時間・アクセス
--------------------------------------------------------- */
.p-info {
  width: min(92%, 1470px);
  margin-right: auto;
  margin-left: auto;

  font-feature-settings: 'palt';
}
@media print, screen and (min-width: 992px) {
  .p-info__inner {
    display: grid;
    column-gap: clamp(30px, 3.8vw, 60px);

    grid-template: 'schedule access'/49% 1fr;
  }
}
@media screen and (min-width: 1400px) {
  .p-info__inner {
    column-gap: clamp(60px, 4.5vw, 90px);
  }
}
.p-info__box {
  padding-top: clamp(15px, 1.5vw, 20px);
  padding-right: clamp(15px, 1.5vw, 20px);
  padding-bottom: 15px;
  padding-left: clamp(15px, 1.5vw, 20px);
  background-color: var(--color-base4);
}
.p-info__title {
  display: inline-block;
  margin-bottom: 1.4em;
  padding: .2em 1.4em .3em;
  border: 1px solid var(--color-main);
  border-radius: 999px;
  color: var(--color-main);
  text-align: center;
  font-weight: 700;
  font-size: clamp(20px, 1.9vw, 24px);
  font-family: var(--font-family-secondary);
  line-height: 1.3;
}
.p-info__table {
  width: 100%;
}
.p-info__table thead th {
  padding-top: 0;
}
.p-info__table thead th:nth-child(1) {
  text-align: left;
}
@media screen and (max-width: 991.98px) {
  .p-info__table thead th:nth-child(1) {
    width: 32.5%;
  }
}
@media print, screen and (min-width: 992px) {
  .p-info__table thead th:nth-child(1) {
    width: 26%;
  }
}
@media screen and (min-width: 1400px) {
  .p-info__table thead th:nth-child(1) {
    width: 23.5%;
    padding-left: clamp(10px, 1.7vw, 45px);
  }
}
@media screen and (max-width: 991.98px) {
  .p-info__table thead th:nth-child(2),
  .p-info__table thead th:nth-child(3),
  .p-info__table thead th:nth-child(4),
  .p-info__table thead th:nth-child(5),
  .p-info__table thead th:nth-child(6),
  .p-info__table thead th:nth-child(7) {
    width: 9%;
  }
}
@media print, screen and (min-width: 992px) {
  .p-info__table thead th:nth-child(2),
  .p-info__table thead th:nth-child(3),
  .p-info__table thead th:nth-child(4),
  .p-info__table thead th:nth-child(5),
  .p-info__table thead th:nth-child(6),
  .p-info__table thead th:nth-child(7) {
    width: 10.5%;
  }
}
@media screen and (max-width: 991.98px) {
  .p-info__table thead th:nth-child(8) {
    width: 13.5%;
  }
}
@media print, screen and (min-width: 992px) {
  .p-info__table thead th:nth-child(8) {
    width: 13.5%;
  }
}
.p-info__table tbody th {
  text-align: left;
}
@media screen and (max-width: 991.98px) {
  .p-info__table tbody td {
    padding-top: 1.7em;
    padding-bottom: 1.7em;
  }
}
.p-info__table tr {
  border-bottom: 1px solid #d6d6d6;
}
.p-info__table th,
.p-info__table td {
  vertical-align: middle;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 991.98px) {
  .p-info__table th,
  .p-info__table td {
    padding-top: .8em;
    padding-bottom: .8em;
    letter-spacing: 0;
    font-size: clamp(.813rem, .316vw + .741rem, .938rem);
  }
}
@media print, screen and (min-width: 992px) {
  .p-info__table th,
  .p-info__table td {
    padding: 1.6em .2em;
    font-size: clamp(.875rem, .216vw + .741rem, 1rem);
  }
}
@media screen and (min-width: 1400px) {
  .p-info__table th,
  .p-info__table td {
    padding: 1.6em 1em;
  }
}
.p-info__table-mark {
  position: relative;
  display: block;
  font-size: 0;
}
.p-info__table-mark::before {
  display: inline-block;
  background-color: var(--color-main);
  content: '';
}
.p-info__table-mark.--open::before {
  border-radius: 50%;
}
@media screen and (max-width: 991.98px) {
  .p-info__table-mark.--open::before {
    width: clamp(14px, 2.4vw, 18px);
    height: clamp(14px, 2.4vw, 18px);
  }
}
@media print, screen and (min-width: 992px) {
  .p-info__table-mark.--open::before {
    width: clamp(17px, 1.3vw, 20px);
    height: clamp(17px, 1.3vw, 20px);
  }
}
.p-info__table-mark.--closed::before {
  width: clamp(10px, 1.2vw, 17px);
  height: 1px;
}
.p-info__table-note {
  position: absolute;
  top: calc(100% + 4px);
  right: 0;
  left: 0;
  display: flex;
  color: #1c1c1c;
  text-align: center;
  font-size: clamp(.75rem, .128vw + .721rem, .875rem);
  line-height: 1;

  justify-content: center;
}
.p-info__notes {
  margin-top: 1em;
  font-weight: 500;
  font-size: clamp(.813rem, .064vw + .798rem, .875rem);
}
@media print, screen and (min-width: 992px) {
  .p-info__notes {
    display: flex;
    flex-direction: column;
    line-height: 1.8;

    align-items: flex-end;
  }
}
.p-info__notes-item {
  display: inline-block;
  padding: .5em 1em .6em;
  border-radius: 8px;
  background-color: var(--color-primary);
  color: var(--color-primary-txt);
  letter-spacing: .05em;
  font-weight: 500;
  line-height: 1.5;
}
.p-info__notes-item span {
  display: block;
}
.p-info__tel {
  border-radius: clamp(8px, .9vw, 12px);
  background-color: var(--color-main);
  color: #fff;
  text-align: center;
  letter-spacing: .025em;
  font-weight: 500;
  font-size: clamp(1.313rem, .192vw + 1.269rem, 1.5rem);
  line-height: 1.5;
}
@media screen and (max-width: 991.98px) {
  .p-info__tel {
    margin-top: 25px;
    padding: .5em .9em .5em 1em;
  }
}
@media print, screen and (min-width: 992px) {
  .p-info__tel {
    margin-top: 16px;
    padding: .9em .9em .9em 1em;
  }
}
.p-info__tel::before {
  position: relative;
  top: .02em;
  display: inline-block;
  height: .75em;
  margin-right: .45em;
  background-color: currentColor;
  content: '';
  transition: background-color .2s;

  -webkit-mask-image: var(--icon-phone);
          mask-image: var(--icon-phone);
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  aspect-ratio: 1;
}
@media print {
  .p-info__tel::before {
    -webkit-print-color-adjust: exact;
  }
}
@media screen and (max-width: 991.98px) {
  .p-info__access {
    margin-top: clamp(50px, 8.1vw, 60px);
  }
}
.p-info__access-map {
  font-size: 0;
}
@media print, screen and (min-width: 992px) {
  .p-info__access-map {
    height: clamp(18.75rem, 5.819vw + 15.142rem, 22.125rem);
  }
}
.p-info__access-map iframe {
  width: 100% !important;
  height: 100% !important;
}
@media screen and (max-width: 991.98px) {
  .p-info__access-map iframe {
    aspect-ratio: 4/3;
  }
}
@media only screen and (max-width: 767.98px) {
  .p-info__access-map iframe {
    aspect-ratio: 1;
  }
}
.p-info__access-info {
  margin-top: .7em;
}
@media print, screen and (min-width: 768px) {
  .p-info__access-info {
    display: flex;

    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
  }
}
.p-info__access-txt {
  letter-spacing: .01em;
  font-weight: 600;
  font-family: var(--font-family-secondary);
  line-height: 1.6;
}
@media screen and (max-width: 991.98px) {
  .p-info__access-txt {
    font-size: clamp(1.063rem, .316vw + .991rem, 1.188rem);
  }
}
@media print, screen and (min-width: 992px) {
  .p-info__access-txt {
    margin-top: 2px;
    font-size: clamp(1rem, .98vw + .392rem, 1.25rem);
  }
}
@media screen and (min-width: 1400px) {
  .p-info__access-txt {
    font-size: clamp(1.25rem, .769vw + .577rem, 1.5rem);
  }
}
.p-info__access-txt small {
  position: relative;
  top: -.1em;
  display: inline-block;
  letter-spacing: .02em;
  font-weight: 500;
  font-family: var(--font-family-primary);
}
@media screen and (max-width: 991.98px) {
  .p-info__access-txt small {
    font-size: clamp(.875rem, .158vw + .839rem, .938rem);
  }
}
@media print, screen and (min-width: 992px) {
  .p-info__access-txt small {
    font-size: clamp(.875rem, .216vw + .741rem, 1rem);
  }
}
@media screen and (min-width: 1400px) {
  .p-info__access-txt small {
    margin-left: 1em;
  }
}
.p-info__access-link {
  white-space: nowrap;
  letter-spacing: 0;
  line-height: 1.6;
}
@media screen and (min-width: 1400px) {
  .p-info__access-link {
    margin-top: .5em;
  }
}
.p-info__access-link a {
  color: #b9bbba;
  text-decoration: underline;
  font-weight: 700;
  font-family: var(--font-family-secondary);
}
@media screen and (max-width: 991.98px) {
  .p-info__access-link a {
    font-size: clamp(.875rem, .158vw + .839rem, .938rem);
  }
}
@media print, screen and (min-width: 992px) {
  .p-info__access-link a {
    font-size: clamp(.938rem, .108vw + .871rem, 1rem);
  }
}
.p-info__access-link a:is(:hover, :active, :focus) {
  color: var(--color-main);
}

/* お知らせ
--------------------------------------------------------- */
.p-news {
  position: relative;
  z-index: 0;
  margin-top: clamp(50px, 5.5vw, 75px);
  padding-top: clamp(40px, 4.4vw, 60px);
  padding-bottom: clamp(70px, 10.1vw, 160px);
  background-color: var(--color-base);

  font-feature-settings: 'palt';
}
.p-news__inner {
  width: min(92%, 1220px);
  margin-right: auto;
  margin-left: auto;
}

/* 頭の症状で不安を感じている方へ
--------------------------------------------------------- */
.p-message {
  position: relative;
  z-index: 0;

  font-feature-settings: 'palt';
}
.p-message::before {
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  z-index: -1;
  height: clamp(70px, 7.5vw, 100px);
  background-image: linear-gradient(0deg, #fff, transparent);
  content: '';
}
.p-message__inner {
  position: relative;
  z-index: 1;
  width: min(92%, 1030px);
  margin-right: auto;
  margin-left: auto;
  padding-top: clamp(40px, 8.8vw, 160px);
  padding-bottom: clamp(40px, 5.3vw, 80px);
}
.p-message__inner::before {
  position: absolute;
  top: calc(clamp(50px, 6.1vw, 90px) * -1);
  right: -27.2%;
  z-index: -1;
  background: url('../images/common/deco-leaf.png') left top/100% 100% no-repeat;
  content: '';

  aspect-ratio: 920/337;
}
@media screen and (max-width: 991.98px) {
  .p-message__inner::before {
    width: 70vw;
  }
}
@media print, screen and (min-width: 992px) {
  .p-message__inner::before {
    width: clamp(600px, 52.2vw, 920px);
  }
}
.p-message__inner::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 41%;
  height: 1px;
  margin: auto;
  background-color: #d6d6d6;
  content: '';
}
@media print, screen and (min-width: 992px) {
  .p-message__grid {
    display: grid;
    column-gap: clamp(100px, 9.1vw, 165px);

    grid-template: 'title txt'/auto 1fr;
  }
}
.p-message__title {
  color: var(--color-main);
  font-weight: 700;
  font-family: var(--font-family-secondary);
  line-height: 1.75;

  grid-area: title;
}
@media screen and (max-width: 991.98px) {
  .p-message__title {
    font-size: clamp(1.375rem, .316vw + 1.304rem, 1.5rem);
  }
}
@media print, screen and (min-width: 992px) {
  .p-message__title {
    font-size: clamp(1.75rem, .862vw + 1.216rem, 2.25rem);
  }
}
.p-message__txt {
  margin-top: clamp(20px, 2.2vw, 30px);

  grid-area: txt;
}
@media print, screen and (min-width: 992px) {
  .p-message__txt {
    margin-top: 5px;
    line-height: 2.19;
  }
}

/* 当院の特徴
--------------------------------------------------------- */
.p-feature {
  margin-top: clamp(60px, 6.6vw, 90px);

  font-feature-settings: 'palt';
}
.p-feature__inner {
  position: relative;
  z-index: 1;
  width: min(92%, 1470px);
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 767.98px) {
  .p-feature__inner {
    padding-bottom: clamp(110px, 23.9vw, 160px);
  }
}
@media print, screen and (min-width: 768px) {
  .p-feature__inner {
    padding-bottom: clamp(180px, 16.4vw, 260px);
  }
}
@media screen and (min-width: 1400px) {
  .p-feature__inner {
    padding-bottom: clamp(260px, 19vw, 370px);
  }
}
.p-feature__inner::before {
  position: absolute;
  bottom: 0;
  left: -15%;
  z-index: -1;
  background: url('../images/common/deco-leaf.png') left top/100% 100% no-repeat;
  content: '';
  transform: scale(-1, -1);

  aspect-ratio: 920/337;
}
@media screen and (max-width: 991.98px) {
  .p-feature__inner::before {
    width: 60vw;
  }
}
@media print, screen and (min-width: 992px) {
  .p-feature__inner::before {
    width: clamp(500px, 48.8vw, 920px);
  }
}
@media print, screen and (min-width: 768px) {
  .p-feature .c-heading {
    margin-bottom: 3em;
  }
}
@media screen and (min-width: 1400px) {
  .p-feature .c-heading {
    margin-bottom: 3.5em;
  }
}
@media print, screen and (min-width: 768px) {
  .p-feature__items {
    display: grid;
    column-gap: clamp(40px, 4.8vw, 90px);

    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 767.98px) {
  .p-feature__item + .p-feature__item {
    margin-top: 50px;
  }
}
.p-feature__img img {
  width: 100%;
  height: auto;
  border-radius: clamp(8px, 1.1vw, 16px);
}
.p-feature__content {
  margin-top: clamp(14px, 1.6vw, 22px);
}
.p-feature__no {
  display: inline-block;
  padding: .1em .8em;
  border: 1px solid var(--color-accent);
  color: var(--color-accent);
  font-weight: 400;
  font-size: clamp(.813rem, .064vw + .798rem, .875rem);
  font-family: var(--font-family-tertiary);
  line-height: 1.3;
}
@media only screen and (max-width: 767.98px) {
  .p-feature__no {
    margin-bottom: 1.4em;
  }
}
@media print, screen and (min-width: 768px) {
  .p-feature__no {
    margin-bottom: 1.7em;
  }
}
@media print, screen and (min-width: 768px) {
  .p-feature .c-heading-point {
    margin-bottom: .7em;
  }
}
@media print, screen and (min-width: 768px) {
  .p-feature__txt {
    line-height: 1.81;
  }
}

/* 診療内容
--------------------------------------------------------- */
.p-service {
  margin-top: clamp(40px, 5.7vw, 90px);

  font-feature-settings: 'palt';
}
.p-service__inner {
  width: min(92%, 1470px);
  margin-right: auto;
  margin-left: auto;
}
@media print, screen and (min-width: 992px) {
  .p-service__heading {
    display: flex;

    justify-content: center;
  }
}
@media print, screen and (min-width: 992px) {
  .p-service__heading .c-heading {
    margin-bottom: clamp(60px, 5.3vw, 93px);
  }
}
.p-service__links {
  display: grid;
  max-width: 720px;
  margin-right: auto;
  margin-bottom: clamp(40px, 5.3vw, 80px);
  margin-left: auto;
  column-gap: clamp(15px, 2vw, 30px);

  grid-template-columns: repeat(2, 1fr);
}
.p-service__link a {
  position: relative;
  display: block;
  height: 100%;
  padding: .5em 1.7em .5em .8em;
  border-bottom: 1px solid var(--color-main);
  color: var(--color-txt);
  letter-spacing: .025em;
  font-weight: 600;
  font-size: clamp(.875rem, .641vw + .731rem, 1.5rem);
  line-height: 1.6;
  transition: background-color .3s, color .3s;
}
.p-service__link a::after {
  position: absolute;
  top: 1em;
  right: .9em;
  height: .7em;
  background-color: currentColor;
  content: '';
  transition: background-color .2s;
  transform: rotate(90deg);

  -webkit-mask-image: var(--icon-arrow);
          mask-image: var(--icon-arrow);
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  aspect-ratio: 20/32;
}
@media print {
  .p-service__link a::after {
    -webkit-print-color-adjust: exact;
  }
}
.p-service__link a:hover {
  background-color: var(--color-base3);
}
.p-service__sec {
  width: min(96%, 1800px);
  margin-right: auto;
  margin-left: auto;
  border-radius: clamp(8px, 1.1vw, 16px);
}
@media screen and (max-width: 991.98px) {
  .p-service__sec {
    padding-top: clamp(40px, 6.7vw, 50px);
    padding-bottom: clamp(40px, 6.7vw, 50px);
  }
}
@media print, screen and (min-width: 992px) {
  .p-service__sec {
    padding-top: clamp(50px, 4.8vw, 90px);
    padding-bottom: clamp(50px, 3.8vw, 60px);
  }
}
.p-service__sec.--primary {
  background-color: var(--color-base2);
}
.p-service__sec.--secondary {
  background-color: var(--color-base3);
}
.p-service__sec + .p-service__sec {
  margin-top: 40px;
}
.p-service__panel {
  margin-bottom: clamp(50px, 6.1vw, 90px);
}
@media print, screen and (min-width: 992px) {
  .p-service__panel {
    display: grid;
    column-gap: clamp(40px, 4.5vw, 90px);

    grid-template: 'img body'/clamp(300px, 30.4vw, 585px) 1fr;
    align-items: center;
  }
}
.p-service__panel-img {
  grid-area: img;
}
.p-service__panel-img img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: clamp(8px, 1.1vw, 16px);
}
.p-service__panel-body {
  grid-area: body;
}
@media screen and (max-width: 991.98px) {
  .p-service__panel-body {
    margin-top: clamp(30px, 5.2vw, 40px);
  }
}
@media print, screen and (min-width: 992px) {
  .p-service__panel-body {
    margin-top: 0;
    padding-bottom: 10px;
  }
}
.p-service__en {
  color: var(--color-sub);
  font-weight: 400;
  font-size: clamp(.813rem, .064vw + .798rem, .875rem);
  font-family: var(--font-family-tertiary);
  line-height: 1.6;
}
.p-service__title {
  color: var(--color-main);
  letter-spacing: .025em;
  font-weight: 700;
  font-size: clamp(1.625rem, .641vw + 1.481rem, 2.25rem);
  font-family: var(--font-family-secondary);
  line-height: 1.4;
}
@media screen and (max-width: 991.98px) {
  .p-service__title {
    margin-bottom: .8em;
  }
}
@media print, screen and (min-width: 992px) {
  .p-service__title {
    margin-bottom: 1.25em;
  }
}
@media print, screen and (min-width: 768px) {
  .p-service__txt {
    letter-spacing: .01em;
    line-height: 1.81;
  }
}
.p-service__note {
  display: inline-block;
  margin-top: 1.2em;
  padding: .5em 1em .6em;
  border-radius: 8px;
  background-color: var(--color-primary);
  color: var(--color-primary-txt);
  letter-spacing: .05em;
  font-weight: 500;
  font-size: clamp(.938rem, .064vw + .923rem, 1rem);
  line-height: 1.5;
}
.p-service__cards {
  margin-top: clamp(20px, 2.2vw, 30px);
}
@media print, screen and (min-width: 768px) {
  .p-service__cards {
    display: grid;
    column-gap: 4%;

    grid-template-columns: repeat(2, 1fr);
    row-gap: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .p-service__cards {
    column-gap: clamp(25px, 1.8vw, 30px);

    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 767.98px) {
  .p-service__card + .p-service__card {
    margin-top: clamp(40px, 8vw, 50px);
  }
}
.p-service__card-img {
  display: flex;
  overflow: hidden;
  border-radius: 8px;
  background-color: #fff;

  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1199.98px) {
  .p-service__card-img {
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-service__card-img {
    aspect-ratio: 5/3;
  }
}
@media screen and (min-width: 1200px) {
  .p-service__card-img {
    margin-bottom: 17px;

    aspect-ratio: 344/229;
  }
}
.p-service__card-img img {
  width: auto;
}
@media screen and (max-width: 1199.98px) {
  .p-service__card-img.--symptom-headache img {
    height: clamp(150px, 21.2vw, 180px);
  }
}
@media screen and (min-width: 1200px) {
  .p-service__card-img.--symptom-headache img {
    height: clamp(120px, 8.9vw, 159px);
  }
}
@media screen and (max-width: 1199.98px) {
  .p-service__card-img.--symptom-numbness img {
    height: clamp(140px, 19.9vw, 170px);
  }
}
@media screen and (min-width: 1200px) {
  .p-service__card-img.--symptom-numbness img {
    height: clamp(120px, 8.8vw, 154px);
  }
}
@media screen and (max-width: 1199.98px) {
  .p-service__card-img.--symptom-sensory-change img {
    height: clamp(130px, 18.6vw, 160px);
  }
}
@media screen and (min-width: 1200px) {
  .p-service__card-img.--symptom-sensory-change img {
    height: clamp(100px, 7.6vw, 136px);
  }
}
@media screen and (max-width: 1199.98px) {
  .p-service__card-img.--symptom-lifestyle-related img {
    height: clamp(130px, 18.6vw, 160px);
  }
}
@media screen and (min-width: 1200px) {
  .p-service__card-img.--symptom-lifestyle-related img {
    height: clamp(100px, 7.6vw, 137px);
  }
}
@media screen and (max-width: 1199.98px) {
  .p-service__card-img.--internal-lifestyle-disease img {
    height: clamp(130px, 18.6vw, 160px);
  }
}
@media screen and (min-width: 1200px) {
  .p-service__card-img.--internal-lifestyle-disease img {
    height: clamp(105px, 7.9vw, 140px);
  }
}
@media screen and (max-width: 1199.98px) {
  .p-service__card-img.--internal-fatigue img {
    height: clamp(140px, 19.9vw, 170px);
  }
}
@media screen and (min-width: 1200px) {
  .p-service__card-img.--internal-fatigue img {
    height: clamp(120px, 8.7vw, 152px);
  }
}
@media screen and (max-width: 1199.98px) {
  .p-service__card-img.--internal-consultation img {
    height: clamp(130px, 18.6vw, 160px);
  }
}
@media screen and (min-width: 1200px) {
  .p-service__card-img.--internal-consultation img {
    height: clamp(100px, 7.1vw, 120px);
  }
}
@media screen and (max-width: 1199.98px) {
  .p-service__card-img.--internal-vaccination img {
    height: clamp(140px, 19.9vw, 170px);
  }
}
@media screen and (min-width: 1200px) {
  .p-service__card-img.--internal-vaccination img {
    height: clamp(110px, 7.7vw, 131px);
  }
}
.p-service__card-title {
  margin-bottom: .4em;
  margin-bottom: 12px;
  color: var(--color-main);
  letter-spacing: .025em;
  font-weight: 700;
  font-family: var(--font-family-secondary);
  line-height: 1.4;
}
@media only screen and (max-width: 767.98px) {
  .p-service__card-title {
    font-size: clamp(1.188rem, .49vw + 1.077rem, 1.313rem);
  }
}
@media print, screen and (min-width: 768px) {
  .p-service__card-title {
    font-size: clamp(1.125rem, .926vw + .681rem, 1.375rem);
  }
}
@media screen and (min-width: 1200px) {
  .p-service__card-title {
    font-size: clamp(1.063rem, .972vw + .333rem, 1.5rem);
  }
}
.p-service__card-note {
  display: inline-block;
  margin-top: 1.2em;
  padding: .5em 1em .6em;
  border-radius: 8px;
  background-color: var(--color-primary);
  color: var(--color-primary-txt);
  letter-spacing: .05em;
  font-weight: 500;
  line-height: 1.5;
}
@media only screen and (max-width: 767.98px) {
  .p-service__card-note {
    font-size: clamp(.938rem, .245vw + .882rem, 1rem);
  }
}
@media print, screen and (min-width: 768px) {
  .p-service__card-note {
    font-size: clamp(.813rem, .087vw + .771rem, .875rem);
  }
}
.p-service__card-txt {
  font-weight: 500;
  line-height: 1.81;
}
.p-service__card-head {
  margin-bottom: 12px;
}
@media screen and (min-width: 1400px) {
  .p-service__card-head {
    display: flex;
    column-gap: 3px;

    justify-content: space-between;
    align-items: center;
  }
}
.p-service__card-head .p-service__card-title {
  margin-bottom: 0;
}
.p-service__card-badge {
  display: inline-block;
  padding: .1em .4em .2em;
  border-radius: 4px;
  background-color: var(--color-main);
  color: var(--color-white);
  font-size: clamp(.875rem, .128vw + .846rem, 1rem);
  line-height: 1.3;
}
.p-service__example {
  margin-top: clamp(50px, 5.9vw, 85px);
  border: 1px solid #d6d6d6;
  border-radius: 8px;
}
@media only screen and (max-width: 767.98px) {
  .p-service__example {
    padding: 5vw 4vw 6vw;
  }
}
@media print, screen and (min-width: 768px) {
  .p-service__example {
    padding-top: clamp(25px, 2.2vw, 33px);
    padding-right: clamp(30px, 2.6vw, 40px);
    padding-bottom: clamp(40px, 3.3vw, 50px);
    padding-left: clamp(30px, 2.6vw, 40px);
  }
}
.p-service__example-title {
  margin-bottom: 1.4em;
  text-align: center;
  font-weight: 600;
  font-size: clamp(1.25rem, .256vw + 1.192rem, 1.5rem);
  line-height: 1.6;
}
.p-service__example-lists {
  display: flex;

  flex-wrap: wrap;
  gap: clamp(8px, .9vw, 12px);
}
.p-service__example-lists li {
  padding: .2em .6em .3em;
  border-radius: 4px;
  background-color: #fff;
  font-weight: 500;
  font-size: clamp(.875rem, .128vw + .846rem, 1rem);
  line-height: 1.5;
}
.p-service__example-etc {
  text-align: right;
  font-weight: 500;
}

/* 検査内容について
--------------------------------------------------------- */
.p-details {
  width: min(92%, 1470px);
  margin-top: clamp(60px, 7.7vw, 115px);
  margin-right: auto;
  margin-left: auto;

  font-feature-settings: 'palt';
}
.p-details .c-heading {
  margin-bottom: .5em;
}
.p-details__items {
  margin-top: clamp(40px, 3.9vw, 50px);
}
@media print, screen and (min-width: 992px) {
  .p-details__items {
    display: grid;

    grid-template-columns: 1fr 49%;
    gap: clamp(30px, 2.4vw, 40px) clamp(40px, 4.1vw, 80px);
  }
}
.p-details__item {
  border-radius: clamp(20px, 2.4vw, 34px);
  background-color: #fff;
}
@media screen and (max-width: 991.98px) {
  .p-details__item + .p-details__item {
    margin-top: 50px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-details__item {
    display: grid;
    column-gap: clamp(15px, 1.7vw, 30px);

    grid-template: 'img body'/clamp(180px, 15.6vw, 240px) 1fr;
  }
}
.p-details__item-img {
  grid-area: img;
}
.p-details__item-img img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.p-details__item-body {
  grid-area: body;
}
@media only screen and (max-width: 767.98px) {
  .p-details__item-body {
    margin-top: 1.3em;
  }
}
@media print, screen and (min-width: 768px) {
  .p-details__item-body {
    position: relative;
    top: -.3em;
  }
}
@media print, screen and (min-width: 768px) {
  .p-details__item .c-heading-point {
    margin-bottom: .5em;
  }
}
@media print, screen and (min-width: 768px) {
  .p-details__item-txt {
    line-height: 1.81;
  }
}
@media print, screen and (min-width: 992px) {
  .p-details__item-txt {
    font-size: clamp(.875rem, .216vw + .741rem, 1rem);
  }
}
.p-details__btns {
  display: grid;
  margin-top: clamp(50px, 6.1vw, 90px);
  column-gap: clamp(10px, 1.5vw, 30px);

  grid-template-columns: 1fr 1fr;
}
.p-details__btn a {
  position: relative;
  z-index: 1;
  display: block;
  background-image: linear-gradient(-45deg, #127c41, #0c6634);
  color: #fff;
}
@media only screen and (max-width: 767.98px) {
  .p-details__btn a {
    padding: 1.2em 1.5em 1.2em 1em;
  }
}
@media print, screen and (min-width: 768px) {
  .p-details__btn a {
    padding-top: clamp(30px, 3.2vw, 57px);
    padding-bottom: clamp(30px, 3.3vw, 58px);
    padding-left: clamp(50px, 6.7vw, 130px);
  }
}
.p-details__btn a::before {
  position: absolute;
  z-index: -1;
  background-image: linear-gradient(-45deg, #0c6634, #127c41);
  content: '';
  transition: opacity .2s;

  inset: 0;
}
.p-details__btn a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: currentColor;
  content: '';
  transition: background-color .2s;

  -webkit-mask-image: var(--icon-arrow);
          mask-image: var(--icon-arrow);
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  aspect-ratio: 20/32;
}
@media only screen and (max-width: 767.98px) {
  .p-details__btn a::after {
    right: .6em;
    height: .9em;
  }
}
@media print, screen and (min-width: 768px) {
  .p-details__btn a::after {
    right: clamp(40px, 4.6vw, 60px);
    height: clamp(18px, 1.8vw, 22px);
  }
}
@media screen and (min-width: 1400px) {
  .p-details__btn a::after {
    right: clamp(100px, 6.9vw, 130px);
    height: clamp(20px, 1.4vw, 25px);
  }
}
@media print {
  .p-details__btn a::after {
    -webkit-print-color-adjust: exact;
  }
}
.p-details__btn a:hover::before {
  opacity: 0;
}
.p-details__btn-en {
  color: #20a75c;
  font-weight: 400;
  font-family: var(--font-family-tertiary);
  line-height: 1.2;
}
@media only screen and (max-width: 767.98px) {
  .p-details__btn-en {
    font-size: clamp(.75rem, .245vw + .695rem, .813rem);
  }
}
@media print, screen and (min-width: 768px) {
  .p-details__btn-en {
    font-size: clamp(.813rem, .087vw + .771rem, .875rem);
  }
}
.p-details__btn-title {
  position: relative;
  left: -.05em;
  letter-spacing: .025em;
  font-weight: 500;
  font-family: var(--font-family-secondary);
  line-height: 1.2;
}
@media only screen and (max-width: 767.98px) {
  .p-details__btn-title {
    font-size: clamp(1.063rem, .245vw + 1.007rem, 1.125rem);
  }
}
@media print, screen and (min-width: 768px) {
  .p-details__btn-title {
    font-size: clamp(1.5rem, 1.042vw + 1rem, 2.25rem);
  }
}

/* 院長ご挨拶
--------------------------------------------------------- */
.p-greeting__inner {
  width: min(92%, 1200px);
  margin-right: auto;
  margin-left: auto;
}
.p-greeting__txt {
  margin-top: clamp(30px, 3.5vw, 50px);
}
.p-greeting__txt p + p {
  margin-top: 1.5em;
}
.p-greeting__sign {
  margin-top: 1.5em;
  text-align: right;
  font-weight: 700;
  font-size: clamp(1.25rem, .256vw + 1.192rem, 1.5rem);
  font-family: var(--font-family-secondary);
}

/* 院長略歴
--------------------------------------------------------- */
.p-history {
  margin-top: clamp(70px, 8.3vw, 120px);
}
.p-history__inner {
  width: min(92%, 1200px);
  margin-right: auto;
  margin-left: auto;
}

/* 学会・資格など
--------------------------------------------------------- */
.p-conference {
  margin-top: clamp(70px, 8.3vw, 120px);
}
.p-conference__inner {
  width: min(92%, 1200px);
  margin-right: auto;
  margin-left: auto;
}
.p-conference__box {
  padding: clamp(25px, 2.9vw, 40px);
  border-radius: clamp(8px, 1.1vw, 16px);
  background-color: var(--color-base3);
}

/* 医院紹介
--------------------------------------------------------- */
.p-facility {
  margin-top: clamp(70px, 8.3vw, 120px);
}
.p-facility__inner {
  width: min(92%, 1200px);
  margin-right: auto;
  margin-left: auto;
}
@media print, screen and (min-width: 768px) {
  .p-facility__items {
    display: grid;
    column-gap: clamp(30px, 3.3vw, 60px);

    grid-template-columns: repeat(2, 1fr);
    row-gap: clamp(50px, 4.8vw, 80px);
  }
}
@media only screen and (max-width: 767.98px) {
  .p-facility__item + .p-facility__item {
    margin-top: clamp(50px, 9.8vw, 60px);
  }
}
.p-facility__img {
  text-align: center;
}
.p-facility__img img {
  height: auto;
  max-width: 100%;
  border-radius: clamp(8px, 1.1vw, 16px);
}
.p-facility .c-heading-line {
  margin-bottom: 1em;
  padding-top: .5em;
}

/* 施設基準
--------------------------------------------------------- */
.p-standard__inner {
  width: min(92%, 1200px);
  margin-right: auto;
  margin-left: auto;
}
.p-standard__item {
  border-radius: clamp(8px, 1.1vw, 16px);
  background-color: var(--color-base2);
}
@media only screen and (max-width: 767.98px) {
  .p-standard__item {
    padding: 7vw 4vw 9vw;
  }
}
@media print, screen and (min-width: 768px) {
  .p-standard__item {
    padding-top: clamp(40px, 4.1vw, 70px);
    padding-right: clamp(30px, 3vw, 50px);
    padding-bottom: clamp(40px, 4.1vw, 70px);
    padding-left: clamp(30px, 3vw, 50px);
  }
}
.p-standard__item:nth-of-type(even) {
  background-color: var(--color-base3);
}
.p-standard__item + .p-standard__item {
  margin-top: clamp(30px, 3.5vw, 50px);
}
.p-standard .c-heading-point {
  font-size: clamp(1.25rem, .256vw + 1.192rem, 1.5rem);
}
.p-standard__item-txt p + p {
  margin-top: 1.5em;
}
.p-standard__item-txt .c-list {
  margin-top: 1em;
}

/* ========================================================================
/*
/* Utility
/*
========================================================================= */
/* typography
--------------------------------------------------------- */
.u-kome {
  position: relative;
  padding-left: 1.2em;
}
.u-kome.--inline {
  display: inline-block;
}
.u-kome.--red::before {
  color: var(--color-red);
}
.u-kome::before {
  position: absolute;
  left: 0;
  content: '※';
}

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

.u-important {
  color: var(--color-red);
}

.u-palt {
  font-feature-settings: 'palt';
}

@media print, screen and (min-width: 768px) {
  .u-split {
    display: flex;
  }
}
@media print, screen and (min-width: 768px) {
  .u-split__item + .u-split__item::before {
    margin-right: .5em;
    margin-left: .5em;
    content: '/';
  }
}

/* ------------------------------------------------------------------------
/* 印刷用
------------------------------------------------------------------------- */
@media print {
  html {
    font-size: 10px !important;
  }
}
@page {
  margin: 8mm;

  size: A4 portrait;
}
