@charset "UTF-8";
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

table,
td,
th {
  border: 1px solid #333;
}

html {
  font-size: 100%;
  background-color: #fff;
  word-break: break-word;
}

body {
  min-height: 100vh;
  color: #333;
  overflow-x: hidden;
  font: normal normal normal 14px/1.6 sans-serif;
  background-color: #fff;
}
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg-fixed.png) center center/cover no-repeat;
  background: image-set(url("../img/bg-fixed.avif") type("image/avif"), url("../img/bg-fixed.png") type("image/png")) center center/cover no-repeat;
}

a,
a:active,
a:link,
a:visited {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: underline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
dialog,
hr,
img {
  display: block;
}

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

button,
input,
select,
textarea {
  font-family: inherit;
}

textarea {
  resize: vertical;
}

input,
select {
  vertical-align: middle;
}

button {
  vertical-align: inherit;
  line-height: inherit;
  cursor: pointer;
}

code,
kbd,
pre,
samp {
  font-family: monospace, sans-serif;
  font-size: 1em;
}

mark {
  background-color: #ff0;
}

small {
  font-size: 80%;
}

img {
  max-inline-size: 100%;
  height: auto;
}

body.error404 {
  background-color: #121212;
  user-select: none;
}

.text404 {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  color: #ccc;
  text-align: center;
  font-family: sans-serif;
  white-space: nowrap;
}
.text404 strong {
  font-size: 80px;
  line-height: 1.2;
  font-weight: bold;
  display: inline-block;
  text-indent: -0.08em;
}
@media (max-width: 600px) {
  .text404 strong {
    font-size: 45px;
  }
}
.text404 p {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
}
.text404 a,
.text404 a:link {
  margin-top: 40px;
  font-size: 14px;
  line-height: 1.2;
  white-space: normal;
  display: inline-block;
  height: 2.5em;
  line-height: 2.5em;
  width: auto;
  padding: 0 1.5em;
  background-color: #333 !important;
  color: #ccc !important;
  transition: 0.2s;
}
.text404 a:hover,
.text404 a:link:hover {
  color: #333 !important;
  background-color: #ccc !important;
  text-decoration: none;
}
.text404 a,
.text404 a:link {
  border-radius: 100em;
  overflow: hidden;
  font-weight: normal;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

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

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

/* mixin */
/* --------------------------------------------------------- */
/* --------------------------------------------------------- */
:root {
  --font-color: #4E4336;
  --main-color: #C8A06F;
  --main-color-rgb: 32, 117, 180;
  --btn-color: #07806E;
  --accent-color: #FA8C42;
  --accent-hover-color: #d56f2c;
  --border-color: #F2F2F2;
  --bg-color: #f5f6f8;
  --bg3-color: #efefef;
  --annotation-color: #C9C9C9;
  --link-color: #1c8efd;
  --white-color: #ffffff;
  --top-height: 156.39px;
}
@media (max-width: 1100px) {
  :root {
    --top-height: 148.39px;
  }
}
@media (max-width: 1000px) {
  :root {
    --top-height: 98px;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --top-height: 74.02px;
  }
}

/* ---------------------------------------------------------
   Index FV
--------------------------------------------------------- */
.index-main {
  --index-fv-green: #159f8c;
  --index-fv-green-dark: #087765;
  --index-fv-orange: #f2994a;
  --index-fv-cream: #fff7ec;
  --index-fv-paper: #ffffff;
  --index-fv-text: #4f4640;
  --index-fv-muted: #80766e;
  --index-fv-line: #e6ded4;
}

.index-fv {
  max-height: 890px;
  height: 100svh;
  position: relative;
  padding: 138px 0 0;
}
@media (max-width: 900px) {
  .index-fv {
    min-height: auto;
    padding: 70px 0 130px;
  }
}
@media screen and (max-width: 767px) {
  .index-fv {
    max-height: unset;
    height: auto;
    min-height: unset;
    padding: 250px 0 4px;
    overflow: hidden;
  }
}

.index-fv__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: #f5eee6;
}
.index-fv__bg picture,
.index-fv__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-fv__bg picture {
  display: block;
}
.index-fv__bg img {
  transform: translate3d(0, 0, 0) scale(1.04);
  transform-origin: center center;
  will-change: transform, opacity;
}
@media screen and (max-width: 767px) {
  .index-fv__bg::after {
    content: none;
  }
}

.index-fv__bg-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  filter: saturate(1.02) contrast(1.01);
  animation: indexFvSlideFade 15s cubic-bezier(0.45, 0, 0.2, 1) infinite;
}
.index-fv__bg-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: radial-gradient(circle at 74% 38%, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0) 34%), linear-gradient(90deg, rgba(64, 49, 38, 0.3) 0%, rgba(64, 49, 38, 0.12) 34%, rgba(64, 49, 38, 0) 68%);
  mix-blend-mode: soft-light;
  opacity: 0.75;
}
@media screen and (max-width: 767px) {
  .index-fv__bg-slide::after {
    content: none;
  }
}
.index-fv__bg-slide img {
  animation: indexFvImageDrift 15s cubic-bezier(0.33, 0, 0.18, 1) infinite;
}
.index-fv__bg-slide--1 {
  opacity: 1;
  animation-delay: 0s;
}
.index-fv__bg-slide--1 img {
  transform-origin: 58% 44%;
  animation-delay: 0s;
}
.index-fv__bg-slide--2 {
  animation-delay: 5s;
}
.index-fv__bg-slide--2 img {
  transform-origin: 72% 48%;
  animation-delay: 5s;
}
.index-fv__bg-slide--3 {
  animation-delay: 10s;
}
.index-fv__bg-slide--3 img {
  transform-origin: 50% 36%;
  animation-delay: 10s;
}

@keyframes indexFvSlideFade {
  0% {
    opacity: 0;
  }
  4% {
    opacity: 1;
  }
  31% {
    opacity: 1;
  }
  38% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes indexFvImageDrift {
  0% {
    transform: translate3d(-0.6%, 0, 0) scale(1.02);
  }
  45% {
    transform: translate3d(0.6%, -0.5%, 0) scale(1.075);
  }
  100% {
    transform: translate3d(1.1%, -0.9%, 0) scale(1.1);
  }
}
@media (prefers-reduced-motion: reduce) {
  .index-fv__bg-slide {
    animation: none;
    opacity: 0;
  }
  .index-fv__bg-slide--1 {
    opacity: 1;
  }
  .index-fv__bg-slide img {
    animation: none;
    transform: none;
  }
}
.index-fv__inner {
  width: 1168px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 26px;
  position: static;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 368px;
  gap: 64px;
}
@media (max-width: 1100px) {
  .index-fv__inner {
    grid-template-columns: 1fr 340px;
    gap: 28px;
  }
}
@media (max-width: 900px) {
  .index-fv__inner {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .index-fv__inner {
    display: block;
    padding: 0;
  }
}

.index-fv__content {
  position: absolute;
  left: max(26px, (100% - 1112px) / 2);
  bottom: 24px;
  z-index: 2;
}
@media (min-width: 768px) {
  .index-fv__content {
    bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  .index-fv__content {
    position: relative;
    left: auto;
    bottom: auto;
    padding: 0;
  }
}
.index-fv__content h2 {
  color: var(--white-color);
  font-size: 50px;
  text-shadow: 0 0 4px rgba(108, 108, 108, 0.65);
  letter-spacing: 1px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .index-fv__content h2 {
    margin: 4px 16px 28px;
    line-height: 56.5px;
    letter-spacing: 1px;
    white-space: nowrap;
    font-size: 26px;
  }
}
.index-fv__content h2 .index-fv__headline-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .index-fv__content h2 .index-fv__headline-main {
    color: #fff;
    font-size: 30px;
    line-height: 56.5px;
  }
  .index-fv__content h2 .index-fv__headline-suffix {
    font-size: 30px;
    line-height: 56.5px;
  }
  .index-fv__content h2 .index-fv__headline {
    display: block;
    width: calc(100vw - 20px);
    font-size: clamp(26px, (100vw - 20px) / 12.6, 34px);
    line-height: 1.25;
    letter-spacing: 0;
    white-space: nowrap;
  }
  .index-fv__content h2 .index-fv__headline-pc {
    display: none;
  }
  .index-fv__content h2 .index-fv__headline-sp {
    display: inline;
    font-size: 35px;
    line-height: 56.5px;
  }
}

.index-fv__station {
  width: fit-content;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 6px;
  color: #4e4336;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 0;
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  padding: 11px 12px 9px;
}
.index-fv__station small {
  font-size: 24px;
  padding: 0 1px;
}
@media screen and (max-width: 767px) {
  .index-fv__station {
    width: fit-content;
    margin-left: 24px;
    font-size: 18px;
    padding: 5px 12px 7px;
  }
  .index-fv__station small {
    font-size: 15px;
  }
}
.index-fv__station em,
.index-fv__station strong {
  color: #e66b19;
  font-style: normal;
}
.index-fv__station strong {
  margin: 0 2px -2px 1px;
  font-family: "DM Sans", sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.index-fv__cta {
  width: 444px;
  max-width: 100%;
  margin-top: 28px;
  text-align: center;
}
.index-consult .index-fv__cta {
  margin: 24px auto 0;
}
.index-consult .index-fv__cta .index-fv__minor-link {
  color: var(--font-color) !important;
}

@media screen and (max-width: 767px) {
  .index-fv__cta--sp {
    margin: 0 auto;
    position: relative;
    z-index: 4;
    padding: 32px 20px 10px;
    background-color: #FFF8E9;
    width: 100%;
  }
}

.index-fv-btn {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 16px 4px;
  color: #fff !important;
  background: var(--index-fv-green);
  border-radius: 999px;
  font-weight: 700;
  text-align: center;
  box-shadow: 0 12px 24px rgba(8, 119, 101, 0.16);
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
}
.index-fv-btn:hover {
  transform: translateY(3px);
  background: var(--index-fv-green-dark);
}

.index-fv-btn--orange {
  min-height: 90px;
  position: relative;
  width: 100%;
  background: #fa8c42;
  font-size: 22px;
  letter-spacing: 1px;
  padding-right: 50px;
  padding-left: 50px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.32);
  box-shadow: 2px 2px 4px 0 rgba(255, 255, 255, 0.25) inset, 0 2px 2px 0 rgba(0, 0, 0, 0.25);
}
.index-fv-btn--orange .index-fv-btn__icon,
.index-fv-btn--orange > .fa-arrow-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.index-fv-btn--orange .index-fv-btn__icon {
  left: 20px;
  width: 30px;
  height: 30px;
}
.index-fv-btn--orange .index-fv-btn__icon svg {
  width: 100%;
  height: 100%;
}
.index-fv-btn--orange > .fa-arrow-right {
  right: 20px;
  font-size: 20px;
}
.index-fv-btn--orange:hover {
  background: #e8842d;
  text-decoration: unset;
}
@media screen and (max-width: 767px) {
  .index-fv-btn--orange {
    min-height: 78px;
    font-size: 18px;
    padding-right: 42px;
    padding-left: 42px;
    padding-bottom: 12px;
  }
  .index-fv-btn--orange .index-fv-btn__icon {
    width: 30x;
    height: 30px;
  }
  .index-fv-btn--orange > .fa-arrow-right {
    font-size: 18px;
  }
}
@media screen and (max-width: 375px) {
  .index-fv-btn--orange {
    font-size: 16px;
  }
}

.index-fv-btn__badge {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 172px;
  padding: 6px 4px;
  background: #fff;
  color: #e66b19;
  border: 0;
  border-radius: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  text-shadow: none;
  animation: indexFvBadgeNudge 4.8s ease-in-out 2s infinite;
}
@media screen and (max-width: 767px) {
  .index-fv-btn__badge {
    font-size: 18px;
    width: auto;
    padding: 4px 13px;
    top: -11px;
  }
}

@keyframes indexFvBadgeNudge {
  0%, 70%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  76% {
    transform: translateX(-50%) translateY(2px);
  }
  84% {
    transform: translateX(-50%) translateY(0);
  }
  90% {
    transform: translateX(-50%) translateY(1px);
  }
}
@media (prefers-reduced-motion: reduce) {
  .index-fv-btn__badge {
    animation: none;
  }
}
.index-fv__minor-link {
  display: inline-block;
  margin-top: 10px;
  color: var(--white-color) !important;
  font-size: 16px;
  text-decoration: underline !important;
}
@media screen and (max-width: 767px) {
  .index-fv__minor-link {
    color: var(--font-color) !important;
  }
}

.index-fv__features {
  position: absolute;
  right: max(26px, (100% - 1112px) / 2);
  bottom: 24px;
  z-index: 2;
  display: grid;
  gap: 4px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .index-fv__features {
    bottom: 120px;
  }
}
.index-fv__features div {
  width: 340px;
  min-height: 67px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  background: #fff;
  border-radius: 1px;
  color: #4e4336;
  font-size: 20px;
  font-weight: 700;
  box-shadow: none;
}
.index-fv__features span {
  width: 26px;
  height: 26px;
  min-width: 26px;
  display: block;
}
.index-fv__features span img {
  width: 100%;
  height: 100%;
  display: block;
}
.index-fv__features p {
  margin: 0;
  line-height: 1.6;
}
.index-fv__features em {
  color: #15aa94;
  font-style: normal;
  font-size: 22px;
}
.index-fv__features .index-fv__feature-sp-break {
  display: none;
}
@media (max-width: 900px) {
  .index-fv__features {
    position: static;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .index-fv__features {
    position: relative;
    right: auto;
    bottom: auto;
    margin: 16px 4px 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 4px;
  }
  .index-fv__features div {
    width: 100%;
    min-width: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 3px 12px;
    text-align: center;
    line-height: 1.45;
  }
  .index-fv__features span {
    width: 30px;
    height: 30px;
    min-width: 30px;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .index-fv__features span {
    width: 24px;
    height: 24px;
    min-width: 24px;
    top: -12px;
  }
}
@media screen and (max-width: 767px) {
  .index-fv__features p {
    width: 100%;
    line-height: 1.45;
    font-size: clamp(9.5px, 2.8vw + 2px, 14px);
    white-space: nowrap;
  }
  .index-fv__features em {
    font-size: clamp(10px, 3.2vw + 1.5px, 16px);
    line-height: 1.35;
  }
  .index-fv__features .index-fv__feature-sp-break {
    display: block;
  }
}

.index-fv-info {
  position: relative;
  z-index: 3;
  margin-top: -51px;
  padding-bottom: 58px;
}
@media (max-width: 900px) {
  .index-fv-info {
    margin-top: -84px;
  }
}
@media screen and (max-width: 767px) {
  .index-fv-info {
    padding-bottom: 42px;
    margin-top: 0;
  }
}

.index-fv-info__inner {
  width: 1116px;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  margin: 0 auto;
  display: grid;
  gap: 10px;
  position: relative;
  padding: 11px;
  border-radius: 12px 12px 0 0;
}
.index-fv-info__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 24%;
  background: url(../img/bg-fixed.png) center center/cover no-repeat fixed;
  background: image-set(url("../img/bg-fixed.avif") type("image/avif"), url("../img/bg-fixed.png") type("image/png")) center center/cover no-repeat fixed;
  border-radius: 12px 12px 0 0;
  box-shadow: 0 -10px 24px rgba(57, 50, 35, 0.08);
  clip-path: inset(-40px -40px 0 -40px);
  pointer-events: none;
  z-index: 0;
}
.index-fv-info__inner > * {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .index-fv-info__inner {
    width: 100%;
    max-width: 100vw;
    background: var(--white-color);
  }
  .index-fv-info__inner::before {
    display: none;
  }
}
@media (max-width: 900px) {
  .index-fv-info__inner {
    grid-template-columns: 1fr;
  }
}

.index-fv-info__columns {
  display: grid;
  grid-template-columns: 543px 543px;
  justify-content: center;
  gap: 10px;
}
@media (max-width: 900px) {
  .index-fv-info__columns {
    grid-template-columns: 1fr;
  }
}

.index-fv-first-banner-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 24px 0;
  box-sizing: border-box;
}
.index-fv-first-banner-wrap::before {
  content: "";
  position: absolute;
  inset: -18px;
  background: linear-gradient(rgba(205, 238, 247, 0.58), rgba(205, 238, 247, 0.58)), url("../img/bg-doctor.jpg") center/cover no-repeat;
  background: linear-gradient(rgba(205, 238, 247, 0.58), rgba(205, 238, 247, 0.58)), image-set(url("../img/bg-doctor.avif") type("image/avif"), url("../img/bg-doctor.jpg") type("image/jpeg")) center/cover no-repeat;
  filter: blur(4px);
  transform: scale(1.04);
}
@media screen and (max-width: 767px) {
  .index-fv-first-banner-wrap {
    padding: 20px 16px;
  }
}

.index-fv-first-banner {
  position: relative;
  display: flex;
  align-items: center;
  width: 1116px;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  margin: 0 auto;
  min-height: 200px;
  overflow: hidden;
  padding: 16px 32px;
  color: #fff;
  background: #2fbf92;
  border-radius: 6px;
  border: 1px solid #fff;
  box-shadow: inset 4px 4px 4px rgba(255, 255, 255, 0.25), 3px 3px 4px 0 rgba(0, 0, 0, 0.1);
  text-decoration: none;
  transform: translateY(0);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .index-fv-first-banner {
    width: calc(100vw - 32px);
    max-width: calc(100vw - 32px);
    min-height: 180px;
    align-items: flex-start;
    padding: 14px 16px;
  }
}
.index-fv-first-banner:hover {
  color: #fff;
  text-decoration: none;
  transform: translateY(2px);
  box-shadow: inset 4px 4px 4px rgba(255, 255, 255, 0.25);
}
.index-fv-first-banner:hover .index-fv-first-banner__photo::before {
  transform: scale(1.035);
}
.index-fv-first-banner:hover .index-fv-first-banner__button {
  background: #b8742d;
  transform: translateY(-1px);
}
.index-fv-first-banner:hover .index-fv-first-banner__button i {
  transform: translateX(3px);
}
.index-fv-first-banner:focus-visible {
  outline: 3px solid rgba(38, 165, 125, 0.35);
  outline-offset: 3px;
  text-decoration: none;
}
.index-fv-first-banner span {
  text-decoration: none;
}
@media (prefers-reduced-motion: reduce) {
  .index-fv-first-banner {
    transition: none;
  }
  .index-fv-first-banner:hover {
    transform: none;
  }
  .index-fv-first-banner:hover .index-fv-first-banner__photo::before, .index-fv-first-banner:hover .index-fv-first-banner__button, .index-fv-first-banner:hover .index-fv-first-banner__button i {
    transform: none;
  }
}

.index-fv-first-banner__photo {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 543px;
  height: 100%;
  overflow: hidden;
  border-radius: 0 6px 6px 0;
}
.index-fv-first-banner__photo::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/index-first-banner-photo.png") center/cover no-repeat;
  background: image-set(url("../img/index-first-banner-photo.avif") type("image/avif"), url("../img/index-first-banner-photo.png") type("image/png")) center/cover no-repeat;
  transform: scale(1);
  transform-origin: center;
  transition: transform 0.45s ease;
}
@media screen and (max-width: 767px) {
  .index-fv-first-banner__photo {
    width: 50.5%;
    opacity: 1;
    border-radius: 37px 6px 6px 0;
  }
  .index-fv-first-banner__photo::before {
    background-position: center right 34%;
  }
}

.index-fv-first-banner__body {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 16px;
  width: 543px;
  max-width: calc(100% - 220px);
}
@media screen and (max-width: 767px) {
  .index-fv-first-banner__body {
    width: 100%;
    max-width: 100%;
    gap: 12px;
  }
}

.index-fv-first-banner__title {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 433px;
  max-width: 100%;
  min-height: 51px;
  gap: 10px;
  padding: 0 20px;
  color: #26a57d;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 2.8px;
  animation: indexFirstBannerTitleFloat 4.8s ease-in-out infinite;
}
@media screen and (max-width: 767px) {
  .index-fv-first-banner__title {
    display: grid;
    justify-content: flex-start;
    width: auto;
    min-height: 0;
    gap: 4px;
    padding: 0;
    background: transparent;
    box-shadow: none;
    font-size: 24px;
    line-height: 1.49;
    letter-spacing: 2.8px;
  }
}
.index-fv-first-banner__title::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 14px solid #F2DD3A;
  border-right: 14px solid transparent;
}
@media screen and (max-width: 767px) {
  .index-fv-first-banner__title::after {
    display: none;
  }
}

.index-fv-first-banner__title-first,
.index-fv-first-banner__title-rest {
  display: contents;
}
@media screen and (max-width: 767px) {
  .index-fv-first-banner__title-first,
  .index-fv-first-banner__title-rest {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 36px;
    padding: 0 20px;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  }
}

@media screen and (max-width: 767px) {
  .index-fv-first-banner__title-first {
    grid-row: 1;
    padding-left: 43px;
  }
}
@media screen and (max-width: 767px) {
  .index-fv-first-banner__title-first::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 14.5px solid #F2DD3A;
    border-right: 14.5px solid transparent;
  }
}

@media screen and (max-width: 767px) {
  .index-fv-first-banner__title-rest {
    grid-row: 2;
  }
}
@media screen and (max-width: 767px) {
  .index-fv-first-banner__title-rest::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 14.5px solid #F2DD3A;
    border-left: 14.5px solid transparent;
  }
}

.index-fv-first-banner__title-icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 19px;
  height: 31px;
}
@media screen and (max-width: 767px) {
  .index-fv-first-banner__title-icon {
    position: absolute;
    top: 7px;
    left: 20px;
    z-index: 1;
    width: 15px;
    height: 24px;
  }
}
.index-fv-first-banner__title-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.index-fv-first-banner__text {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .index-fv-first-banner__text {
    width: 56%;
    min-width: 220px;
    font-size: 13px;
    line-height: 1.75;
    letter-spacing: 1px;
  }
}

.index-fv-first-banner__button {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  width: 151px;
  height: 45px;
  color: #fff;
  background: #ca8737;
  border-radius: 3px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25), inset 2px 2px 4px rgba(255, 255, 255, 0.25);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 1px;
  transform: translateX(0);
  transition: background 0.3s ease, transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .index-fv-first-banner__button {
    bottom: 6px;
    right: 6px;
    width: 136px;
    height: 32px;
    gap: 10px;
    font-size: 13px;
    letter-spacing: 1px;
  }
}
@media (max-width: 360px) {
  .index-fv-first-banner__button {
    left: calc(100% - 152px);
  }
}
.index-fv-first-banner__button i {
  font-size: 12px;
  transform: translateX(0);
  transition: transform 0.3s ease;
}

@keyframes indexFirstBannerTitleFloat {
  0%, 100% {
    transform: translateY(0);
  }
  42% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-3px);
  }
  58% {
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .index-fv-first-banner__title {
    animation: none;
    transform: none;
  }
}
.index-fv-hours {
  min-height: 191px;
  padding: 13px 25px 14px;
  background: #f1faf3;
  border-radius: 6px;
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  .index-fv-hours {
    overflow-x: auto;
    padding: 13px 12px 14px;
  }
}
.index-fv-hours table {
  width: 100%;
  margin-top: 10px;
  border-collapse: collapse;
  color: #4e4336;
  font-size: 16px;
  border: unset;
}
.index-fv-hours th,
.index-fv-hours td {
  padding: 6px 5px;
  text-align: center;
  border: 0 !important;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .index-fv-hours th,
  .index-fv-hours td {
    font-size: 14px;
  }
}
.index-fv-hours th:first-child,
.index-fv-hours td:first-child {
  width: 112px;
  text-align: left;
  color: #4e4336;
}
.index-fv-hours td:first-child {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
}
.index-fv-hours .cir {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 50%;
  background: var(--index-fv-green);
}
@media screen and (max-width: 767px) {
  .index-fv-hours .cir {
    width: 10px;
    height: 10px;
  }
}
.index-fv-hours .cir.none {
  background: #d6cec5;
}

.index-fv-hours__head {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 51px;
  gap: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid #c5d6cc;
}

.index-fv-hours__label {
  width: 80px;
  margin: 0;
  color: #4e4336;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.6px;
}

.index-fv-hours__date {
  display: grid;
  gap: 1px;
  color: #4e4336;
  font-family: "DM Sans", sans-serif;
  letter-spacing: 0.5px;
}
.index-fv-hours__date .year {
  font-size: 12px;
  letter-spacing: 1px;
}
.index-fv-hours__date .month,
.index-fv-hours__date .day {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .index-fv-hours__date .month,
  .index-fv-hours__date .day {
    font-size: 16px;
  }
}
.index-fv-hours__date .unit {
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
}
.index-fv-hours__date .weekday {
  margin-left: 4px;
  padding: 4px 8px 3px;
  border: 1px solid #4e4336;
  border-radius: 15px;
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.15;
  letter-spacing: 0.5px;
}

.index-fv-hours__date-row {
  display: flex;
  align-items: baseline;
  gap: 3px;
}

.index-fv-hours__status {
  position: relative;
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-left: auto;
  color: #15aa94;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 767px) {
  .index-fv-hours__status {
    flex-direction: column;
    font-size: 20px;
    text-align: center;
    align-items: center;
    padding-right: 6px;
  }
}
.index-fv-hours__status.is-closed {
  color: #d7534e;
}
.index-fv-hours__status.is-open::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -19px;
  width: 110%;
  height: 2px;
  background: #15aa94;
}
@media screen and (max-width: 767px) {
  .index-fv-hours__status.is-open::after {
    bottom: -9px;
  }
}
.index-fv-hours__status small {
  color: #4e4336;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 1px;
  text-align: center;
  display: block;
}
@media screen and (max-width: 767px) {
  .index-fv-hours__status small {
    font-size: 14px;
  }
}

.index-fv-important {
  padding: 24px;
  background: #F2DFD8;
  border-radius: 6px;
  box-shadow: none;
}
.index-fv-important h2 {
  margin: 0 0 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  color: #ac3d3d;
}
@media screen and (max-width: 767px) {
  .index-fv-important h2 {
    font-size: 16px;
  }
}
.index-fv-important a {
  display: grid;
  gap: 7px;
  padding: 18px 22px;
  color: var(--index-fv-text);
  background: #fff;
  border-radius: 4px;
}
.index-fv-important time {
  color: #c0c0c0;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
}

html {
  overflow-x: hidden;
}

body {
  color: var(--font-color);
  background-color: var(--bg-color);
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  body {
    padding-bottom: calc(constant(safe-area-inset-bottom) + var(--sp-site-bottom-height));
    padding-bottom: calc(env(safe-area-inset-bottom) + var(--sp-site-bottom-height));
  }
}

body.home .site-bottom {
  transform: translateY(101%);
  transition: 0.6s;
}
body.home.site_bottom_show .site-bottom {
  transform: translateY(0%);
}

.inner {
  width: 1115px;
  max-width: 100%;
  margin: auto;
  padding: 0 20px;
  --inner-width02: 840px;
}

.nowrap {
  white-space: nowrap;
  display: inline-block;
}

.hasbg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  position: relative;
}
.hasbg img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  object-fit: cover;
  object-position: center;
}

svg {
  width: 1em;
  min-width: 1em;
  height: 1em;
}

.btn-anchor {
  text-align: center;
  margin-top: 16px;
  display: block;
  text-decoration: underline !important;
  font-size: 1.7714em;
}
@media screen and (max-width: 767px) {
  .btn-anchor {
    font-size: 18px;
  }
}

.display-none {
  display: none !important;
}

.announce {
  text-align: center;
  background: #d7534e;
}
.announce a {
  color: #fff;
  padding: 10px;
  text-decoration: underline;
  display: block;
}
@media screen and (max-width: 767px) {
  .announce a {
    font-size: 12px;
  }
}
.announce a img {
  margin-right: 8px;
  top: 2px;
  position: relative;
}

.announce-news {
  padding: 6px 10px;
  display: block;
  border-radius: 6px;
  background: #d7534e;
  color: #fff !important;
  margin-top: 20px;
  position: relative;
  padding-left: 36px;
}
.announce-news img {
  top: 12px;
  position: absolute;
  left: 12px;
}

/* ========================================================= */
.site-header {
  padding: 16px 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 100;
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  width: auto;
  background: #fff;
  border-radius: 3px;
  box-shadow: 1px 3px 1px 0 rgba(148, 148, 148, 0.2);
}
.site-header .left {
  display: grid;
  gap: 6px;
  color: #888888;
  margin-bottom: -10px;
}
.site-header .left .tt {
  font-size: 12px;
  font-weight: 400;
}
.site-header .logo {
  position: relative;
  transition: 0.2s;
}
.site-header .logo:hover {
  transform: translate(0px, 4px);
}
.site-header .logo .white {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.site-header .right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}
.site-header .links {
  display: flex;
  align-items: center;
  gap: 20px;
}
.site-header .links a {
  text-decoration: none !important;
}
.site-header .tel {
  display: flex;
  align-items: center;
  gap: 7px;
}
.site-header .tel .ico {
  color: var(--main-color);
  font-size: 28px;
  display: flex;
  align-items: center;
}
.site-header .tel .txt {
  display: flex;
  align-items: center;
  gap: 9px;
}
.site-header .tel .num {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: var(--main-color);
  font-size: 32px;
}
.site-header .tel .time {
  font-size: 12px;
  line-height: 1.4;
}
.site-header .tel .time span {
  font-size: 14px;
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.site-header .web {
  display: flex;
  align-items: center;
  background-color: var(--accent-color);
  box-shadow: 2px 2px 4px 0 rgba(255, 255, 255, 0.25) inset, 0 2px 2px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  padding: 12px 28px;
  gap: 10px;
  border-radius: 100px;
  transition: background 0.3s;
  font-size: 12px;
  font-family: "DM Sans", "heisei-kaku-gothic-std";
  font-style: normal;
}
.site-header .web .ico {
  font-size: 2.3335em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-header .web .txt {
  font-weight: 700;
  line-height: 1.3;
}
.site-header .web .tt {
  font-size: 1.5em;
}
.site-header .web .arrow {
  margin-left: 7px;
}
@media (pointer: fine) {
  .site-header .web:hover {
    background-color: var(--accent-hover-color);
  }
}
@media (max-width: 1300px) {
  .site-header {
    padding: 24px 30px;
  }
}
@media (max-width: 1100px) {
  .site-header .right {
    gap: 20px;
  }
}
@media (max-width: 1000px) {
  .site-header {
    padding: 20px;
    align-items: center;
  }
  .site-header .left {
    gap: 5px;
  }
  .site-header .left .tt {
    font-size: 11px;
  }
  .site-header .logo {
    width: 270px;
    max-width: 100%;
  }
  .site-header .tel {
    background-color: var(--main-color);
    color: #fff;
    border: 1px solid #fff;
    padding: 6px 14px;
    border-radius: 100px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    transition: background 0.3s;
  }
  .site-header .tel .ico {
    font-size: 15px;
    color: #fff;
  }
  .site-header .tel .txt {
    display: block;
    text-align: center;
    line-height: 1;
  }
  .site-header .tel .num {
    font-size: 16px;
    color: #fff;
    white-space: nowrap;
  }
  .site-header .tel .time br {
    display: none;
  }
  .site-header .tel .time {
    font-size: 8px;
  }
  .site-header .tel .time span {
    font-size: 10px;
  }
}
@media (max-width: 1000px) and (pointer: fine) {
  .site-header .tel:hover {
    background-color: #74C0F0;
  }
}
@media (max-width: 1000px) {
  .site-header .web {
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  .site-header {
    padding: 12px 20px;
    height: var(--top-height);
  }
  .site-header .links {
    gap: 8px;
  }
  .site-header .web {
    display: none;
  }
}
@media (max-width: 400px) {
  .site-header .tel {
    display: none !important;
  }
}

.head-nav {
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-style: normal;
  font-weight: 600;
}
.head-nav ul {
  display: flex;
  list-style: none;
  gap: 30px;
}
.head-nav li {
  display: grid;
  align-items: center;
  white-space: nowrap;
}
.head-nav li a {
  transition: 0.3s;
}
@media (pointer: fine) {
  .head-nav li a:hover {
    color: var(--main-color);
  }
}
.head-nav li > a {
  height: 100%;
  display: flex;
  align-items: center;
}
.head-nav a {
  text-decoration: none !important;
}
.head-nav .has-sub {
  position: relative;
}
.head-nav .has-sub .ico {
  margin-left: 5px;
  display: grid;
  align-items: center;
  font-size: 0.6em;
  transition: 0.3s;
  transform-origin: center center;
}
.head-nav .has-sub:hover .ico {
  transform: rotate(-180deg);
}
.head-nav .has-sub:hover .sub-ul {
  opacity: 1;
  pointer-events: auto;
}
@media (pointer: fine) {
  .head-nav .has-sub:hover > a {
    color: var(--main-color);
  }
}
.head-nav .sub-ul {
  position: absolute;
  padding: 20px 25px;
  border-radius: 4px;
  bottom: 0;
  left: 50%;
  display: block;
  background-color: var(--white-color);
  opacity: 0;
  pointer-events: none;
  transform: translate(-53.4%, 100%);
  transition: 0.3s;
  display: flex;
  gap: 16px;
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-weight: 400;
}
.head-nav .sub-li {
  width: 180px;
  display: block;
}
@media (pointer: fine) {
  .head-nav .sub-li:hover img {
    transform: scale(1.1);
  }
}
.head-nav .sub-li .img {
  aspect-ratio: 180/108;
  border-radius: 6px;
  background-color: var(--bg-color);
  margin-bottom: 5px;
  overflow: hidden;
  position: relative;
}
.head-nav .sub-li img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  object-fit: cover;
  object-position: center;
  z-index: 1;
  transition: 0.3s;
  transform-origin: center center;
}
@media (max-width: 1100px) {
  .head-nav ul {
    gap: 20px;
  }
}
@media (max-width: 1000px) {
  .head-nav {
    display: none;
  }
}
.site_menu {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  width: 58px;
  aspect-ratio: 1;
  border-radius: 100%;
  background-color: var(--font-color);
}
.site_menu span {
  width: 12px;
  height: 1px;
  background-color: #fff;
  margin: 3px 0;
  transform-origin: center center;
  transition: 0.3s;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .site_menu {
    width: 44px;
  }
}

.site-head-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 400;
  transform: translateY(-100%);
  transition: 0.9s;
  left: 10px;
  right: 10px;
  width: auto;
  border-radius: 3px;
  box-shadow: 1px 3px 1px 0 rgba(148, 148, 148, 0.2);
}
.site-head-fixed.show {
  transform: translateY(0);
  opacity: 1;
  top: 10px;
}
.site-head-fixed .left {
  display: grid;
  gap: 5px;
  color: #888888;
  margin-bottom: -10px;
}
.site-head-fixed .left .tt {
  display: none;
  font-size: 8px;
}
.site-head-fixed .wrapper {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 30px;
  gap: 20px;
}
.site-head-fixed .right {
  display: flex;
  gap: 24px;
}
.site-head-fixed .web {
  display: flex;
  align-items: center;
  background-color: var(--accent-color);
  color: #fff;
  padding: 9px 16px;
  gap: 10px;
  border-radius: 100px;
  transition: background 0.3s;
  text-decoration: none !important;
  white-space: nowrap;
  font-size: 12px;
}
.site-head-fixed .web .ico {
  font-size: 2.3335em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-head-fixed .web .txt {
  font-weight: 700;
  line-height: 1.3;
}
.site-head-fixed .web .tt {
  font-size: 1.5em;
}
.site-head-fixed .web .arrow {
  margin-left: 7px;
}
@media (pointer: fine) {
  .site-head-fixed .web:hover {
    background-color: var(--accent-hover-color);
  }
}
.site-head-fixed .head-nav {
  display: flex;
}
@media (max-width: 1300px) {
  .site-head-fixed {
    padding: 10px 10px;
  }
  .site-head-fixed .wrapper {
    padding: 14px 20px;
  }
  .site-head-fixed .right {
    gap: 20px;
  }
  .site-head-fixed .head-nav {
    font-size: 12px;
  }
  .site-head-fixed .head-nav ul {
    gap: 20px;
  }
  .site-head-fixed .web .txt {
    font-size: 10px;
  }
}
@media (max-width: 1100px) {
  .site-head-fixed .head-nav {
    display: none;
  }
}
@media (max-width: 1000px) {
  .site-head-fixed {
    padding: 10px 10px;
  }
  .site-head-fixed .wrapper {
    padding: 10px 10px;
  }
  .site-head-fixed .logo {
    width: 240px;
    max-width: 100%;
  }
  .site-head-fixed .right {
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .site-head-fixed {
    padding: 0px;
    height: var(--top-height);
  }
  .site-head-fixed .wrapper {
    align-items: center;
    border-radius: 0;
    padding: 12px 20px;
    height: 100%;
  }
  .site-head-fixed .left {
    margin-bottom: -10px;
  }
  .site-head-fixed .left .tt {
    display: block;
  }
  .site-head-fixed .web {
    display: none;
  }
}

/* ------------------------------------------- */
.site-footer {
  background-color: #262c29;
  color: #fff;
  padding: 60px 0 100px;
  position: relative;
}
.site-footer .grid {
  display: grid;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  gap: 30px;
  padding: 0;
}
.site-footer .grid .div1 {
  grid-area: 1/1/2/2;
}
.site-footer .grid .div2 {
  grid-area: 2/1/3/2;
}
.site-footer .grid .div3 {
  grid-area: 1/2/3/3;
}
.site-footer .grid .div4 {
  grid-area: 1/3/3/4;
}
.site-footer .nav a {
  text-decoration: none !important;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .site-footer .nav a {
    font-size: 11px;
  }
}
@media (pointer: fine) {
  .site-footer .nav a:hover {
    opacity: 0.8;
  }
}
.site-footer ul {
  list-style: none;
}
.site-footer .ul {
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  display: grid;
  gap: 35px 0px;
}
.site-footer .ul > li > a {
  font-weight: 600;
  font-size: 16px;
}
.site-footer .ul2 {
  margin-top: 20px;
  display: grid;
  gap: 10px;
}
.site-footer .ul2.flex {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
}
.site-footer .sns {
  margin-top: 10px;
  display: flex;
  gap: 20px;
  font-size: 18px;
  line-height: 1;
}
.site-footer .sns a {
  text-decoration: none !important;
  transition: 0.3s;
}
@media (pointer: fine) {
  .site-footer .sns a:hover {
    opacity: 0.8;
  }
}
.site-footer .links {
  font-size: 11px;
  margin: 30px 0 77px;
  display: flex;
  gap: 16px;
}
.site-footer .links a {
  display: flex;
}
.site-footer .links a ~ a {
  padding-left: 16px;
  border-left: 1px solid #fff;
}
.site-footer .links a {
  text-decoration: none !important;
  transition: 0.3s;
}
@media (pointer: fine) {
  .site-footer .links a:hover {
    opacity: 0.8;
  }
}
.site-footer .copy {
  font-size: 9px;
  font-size: 9px;
  text-align: center;
  margin-top: 80px;
}
.site-footer .boxes01 {
  width: 348px;
}
.site-footer .boxes01 .menu-box {
  padding-bottom: 40px;
}
.site-footer .boxes02 {
  width: 348px;
}
.site-footer .menu-box {
  background-color: #363936;
  border-radius: 3px;
  padding: 20px 13px;
}
.site-footer .menu-box dl ~ dl {
  margin-top: 20px;
}
.site-footer .menu-box dt {
  text-align: center;
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 14px;
}
.site-footer .menu-box dd {
  font-size: 12px;
}
.site-footer .menu-box .ttl {
  display: flex;
  gap: 6px;
  margin-bottom: 10px;
}
.site-footer .menu-box .ttl .ico {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
}
.site-footer .menu-box .ttl ~ .ttl {
  margin-top: 20px;
}
.site-footer .menu-box .tags {
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-style: normal;
  font-weight: 300;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 6px;
}
.site-footer .menu-box .tags a {
  padding: 8px 12px;
  padding-right: 10px;
  border: 1px solid #5F5F5F;
  border-radius: 100px;
  text-decoration: none !important;
  gap: 5px;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.site-footer .menu-box .tags a i {
  width: 6px;
}
@media (pointer: fine) {
  .site-footer .menu-box .tags a:hover {
    border-color: #fff;
  }
}
.site-footer .others {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
}
.site-footer .others a {
  background-color: #fff;
  border-radius: 4px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24.4%;
  font-size: 11px;
  gap: 5px;
  text-decoration: none !important;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .site-footer .others a {
    width: 48.5%;
  }
}
.site-footer .others a img {
  border-radius: 4px;
}
@media (pointer: fine) {
  .site-footer .others a:hover {
    opacity: 0.8;
  }
}
@media (max-width: 1100px) {
  .site-footer .grid {
    gap: 30px 20px;
  }
  .site-footer .boxes01 {
    width: auto;
  }
  .site-footer .boxes02 {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .site-footer {
    padding: 40px 0 160px;
  }
  .site-footer .grid {
    gap: 24px 20px;
  }
  .site-footer .grid .div1 {
    grid-area: 1/1/2/2;
  }
  .site-footer .grid .div2 {
    grid-area: 4/1/5/2;
  }
  .site-footer .grid .div3 {
    grid-area: 2/1/3/2;
  }
  .site-footer .grid .div4 {
    grid-area: 3/1/4/2;
  }
  .site-footer .ul {
    gap: 27px 0px;
  }
  .site-footer .ul > li > a {
    font-size: 14px;
  }
  .site-footer .ul2 {
    gap: 8px;
  }
  .site-footer .boxes01 {
    margin-top: 15px;
  }
  .site-footer .menu-box dt {
    font-size: 14px;
  }
  .site-footer .boxes02 .menu-box {
    background: transparent;
    border-radius: 0;
    padding: 0;
  }
  .site-footer .boxes02 dl {
    background-color: #363936;
    border-radius: 24px;
    padding: 20px 13px;
  }
  .site-footer .boxes02 dl ~ dl {
    margin-top: 24px;
  }
  .site-footer .bottom {
    margin-top: 36px;
  }
  .site-footer .sns {
    justify-content: center;
  }
  .site-footer .links {
    justify-content: center;
    margin: 30px 0 57px;
  }
  .site-footer .copy {
    text-align: center;
  }
  .site-footer .inner {
    padding: 0 40px;
  }
}

.p-access-section01 .table {
  border-bottom: 1px solid var(--border-color);
}

.foot-address {
  background-color: #262c29;
  position: relative;
}
@media screen and (min-width: 1201px) {
  .foot-address {
    padding-top: 60px;
  }
}
.foot-address .table {
  border-bottom: 1px solid var(--border-color);
}
.foot-address .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.foot-address .bg .hasbg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.foot-address .bg .hasbg img {
  object-position: top center;
}
@media screen and (max-width: 767px) {
  .foot-address .bg .hasbg img {
    object-fit: contain;
  }
}
.foot-address .bg::before {
  content: "";
  width: 100%;
  height: 60%;
  position: absolute;
  bottom: -5%;
  left: 0;
  background-color: var(--font-color);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .foot-address .bg::before {
    height: 75%;
  }
}
.foot-address .boxes {
  background-color: #fff;
  overflow: hidden;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 3;
  font-weight: 300;
}
.foot-address .info-box {
  padding: 20px 30px;
  width: 60%;
  max-width: 500px;
}
@media screen and (max-width: 767px) {
  .foot-address .info-box {
    padding: 0px;
  }
}
.foot-address .logo {
  display: grid;
  gap: 5px;
  color: #888888;
}
.foot-address .logo .tt {
  font-size: 11px;
}
.foot-address .img-map {
  overflow: hidden;
  border-radius: 12px;
  margin: 12px auto;
}
.foot-address .img-map img {
  display: block;
}
.foot-address dl {
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-style: normal;
  padding: 20px 0;
  display: flex;
  align-items: baseline;
  border-bottom: 1px solid var(--border-color);
}
.foot-address dl:last-child {
  border-bottom: 0;
}
@media (max-width: 900px) {
  .foot-address dl {
    padding: 10px 0;
  }
}
.foot-address dt {
  white-space: nowrap;
  min-width: 6.4em;
  font-weight: 600;
  font-size: 13px;
}
.foot-address dd {
  width: 100%;
}
.foot-address .address-box {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 6px 20px;
}
.foot-address .add {
  line-height: 1.7142857143em;
}
.foot-address .map {
  font-size: 12px;
  border-bottom: 1px solid var(--link-color);
  color: var(--link-color);
  text-decoration: none !important;
  white-space: nowrap;
}
.foot-address .map i {
  margin-right: 0.6em;
}
.foot-address .tel-box {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.foot-address .tel-box .txt {
  background-color: var(--bg-color);
  text-align: center;
  font-size: 10px;
  border-radius: 5px;
  padding: 5px 2em;
}
.foot-address .tel {
  font-size: 12px;
  text-decoration: none !important;
}
.foot-address .num {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-size: 1.7142em;
  font-weight: 700;
  line-height: 1;
  color: var(--main-color);
}
.foot-address .tel-num {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-size: 1.7em;
  font-weight: 800;
  white-space: nowrap;
  line-height: 1;
  color: var(--main-color);
}
.foot-address .time span {
  font-size: 10px;
  font-weight: 400;
}
.foot-address .time em {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
}
.foot-address table {
  margin: 15px 0;
  border: 0;
}
.foot-address table td {
  border: 0;
  text-align: center;
  padding: 5px 10px;
}
.foot-address table td:nth-child(1) {
  min-width: 6.4em;
  text-align: left;
  padding: 0;
  font-weight: 600;
}
.foot-address table td:nth-child(1) small {
  font-weight: 300;
}
.foot-address table small {
  font-size: 12px;
}
.foot-address table .cir {
  width: 8px;
  aspect-ratio: 1;
  margin: auto;
  border-radius: 100%;
  background-color: var(--main-color);
  display: inline-block;
}
.foot-address table .cir.none {
  background-color: #E0E0E0;
}
.foot-address .pic {
  width: 40%;
  display: grid;
  gap: 2px;
}
.foot-address .img {
  aspect-ratio: 358/230;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.foot-address .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  object-fit: cover;
  object-position: center;
  z-index: 1;
}
.foot-address .img video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  object-fit: cover;
  object-position: center;
  z-index: 1;
}
.foot-address .google-map {
  position: relative;
}
.foot-address .google-map::after {
  content: "";
  width: 100%;
  display: block;
  padding-top: 64.2458100559%;
}
.foot-address .google-map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.foot-address .google-map.sp-show {
  overflow: hidden;
  border-radius: 12px;
  margin: 12px auto;
}
.foot-address .sp-show {
  display: none;
}
.foot-address .top {
  text-align: center;
  max-width: 100%;
  margin-bottom: 30px;
}
.foot-address .top svg {
  width: auto;
  height: auto;
}
.foot-address .top svg path {
  fill: var(--btn-color);
}
@media screen and (max-width: 767px) {
  .foot-address .boxes {
    flex-direction: column-reverse;
    border-radius: 3px;
    padding: 20px 20px 28px;
    margin-top: -57px;
  }
  .foot-address .info-box {
    width: 100%;
  }
  .foot-address .logo {
    width: 100%;
    max-width: 240px;
  }
  .foot-address dl {
    gap: 4px;
  }
  .foot-address .tel-box {
    gap: 5px 10px;
  }
  .foot-address table {
    width: 100%;
  }
  .foot-address table td {
    padding: 1px;
    font-size: 12px;
  }
  .foot-address table td:nth-child(1) {
    min-width: 0;
    white-space: nowrap;
    font-size: 13px;
  }
  .foot-address .pic {
    width: 100%;
  }
  .foot-address .pc-show {
    display: none;
  }
  .foot-address .sp-show {
    display: block;
  }
  .foot-address .top {
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 2;
    display: none;
  }
  .foot-address .inner {
    padding: 0 30px;
  }
}

.foot-contact {
  background-color: var(--btn-color);
  color: #fff;
  padding: 60px 0;
  position: relative;
}
.foot-contact .inner {
  text-align: center;
}
.foot-contact .title {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  padding-bottom: 4px;
  font-size: 24px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  letter-spacing: 0.25em;
  line-height: 2;
}
.foot-contact .title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
  height: 1px;
  background: #fff129;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 2.1s cubic-bezier(0.22, 1, 0.36, 1);
}
.foot-contact .title .ico {
  display: flex;
  align-items: center;
  justify-content: center;
  transform-origin: center bottom;
}
.foot-contact.is-title-animated .title::after {
  transform: scaleX(1);
}
.foot-contact.is-title-animated .title .ico {
  animation: footContactWarnIconShake 3.6s ease-in-out 0.15s infinite;
}
.foot-contact .sub {
  font-size: 18px;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin: 12px auto;
  line-height: 1.9;
  display: inline-block;
  text-align: center;
}
.foot-contact .sub span {
  font-weight: normal;
  font-size: 13px;
}
.foot-contact .site-btn {
  margin: 20px auto;
}
.foot-contact .site-btn .btn {
  background-color: transparent;
  border: 1px solid #fff;
}
.foot-contact .site-btn .ico {
  font-size: 20px;
}
.foot-contact .must {
  font-size: 12px;
  display: flex;
  justify-content: center;
  gap: 1px;
}
.foot-contact .must em {
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .foot-contact {
    padding: 24px 0;
  }
  .foot-contact .inner {
    padding: 0 28px;
  }
  .foot-contact .title {
    font-size: 18px;
  }
  .foot-contact .sub {
    font-size: 14px;
    margin: 10px auto 0px;
  }
}

@keyframes footContactWarnIconShake {
  0%, 72%, 100% {
    transform: rotate(0deg) translateY(0);
  }
  76% {
    transform: rotate(-3deg) translateY(1px);
  }
  80% {
    transform: rotate(3deg) translateY(0);
  }
  84% {
    transform: rotate(-2deg) translateY(1px);
  }
  88% {
    transform: rotate(1.5deg) translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .foot-contact.is-title-animated .title .ico {
    animation: none;
  }
}
/* -------------------- */
/* site-bottom */
.site-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  background-color: #fff;
  display: none;
  padding: 15px 20px;
  padding-bottom: calc(constant(safe-area-inset-bottom) + 15px);
  padding-bottom: calc(env(safe-area-inset-bottom) + 15px);
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .site-bottom {
    display: flex;
  }
}
.site-bottom a {
  width: 50%;
  text-decoration: none !important;
  position: relative;
  margin-top: 6px;
}
.site-bottom .tel {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--main-color);
  color: #fff;
  padding: 18px 15px 15px;
  gap: 10px;
  border-radius: 100px;
  transition: 0.3s;
  position: relative;
  font-size: 14px;
}
.site-bottom .tel .arrow {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-size: 0.8em;
}
.site-bottom .tel .tt {
  font-weight: 700;
}
.site-bottom .tel .time {
  position: absolute;
  top: 0;
  left: 50%;
  width: 105px;
  max-width: 80%;
  background-color: #3C91C6;
  text-align: center;
  border-radius: 6px;
  transform: translate(-50%, -6px);
  padding: 3px;
  transition: 0.3s;
  font-size: 10px;
  line-height: 1;
}
.site-bottom .tel .time span {
  font-size: 10px;
}
@media (pointer: fine) {
  .site-bottom .tel:hover {
    background-color: #74C0F0;
  }
  .site-bottom .tel:hover .time {
    background-color: #4aaae5;
  }
}
.site-bottom .web {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--accent-color);
  color: #fff;
  padding: 18px 15px 15px;
  gap: 10px;
  border-radius: 100px;
  transition: 0.3s;
  position: relative;
  font-size: 14px;
}
.site-bottom .web .time {
  position: absolute;
  top: 0;
  left: 50%;
  width: 85px;
  max-width: 80%;
  background-color: #D55B72;
  text-align: center;
  border-radius: 6px;
  transform: translate(-50%, -6px);
  padding: 3px;
  transition: 0.3s;
  font-size: 10px;
  line-height: 1;
}
.site-bottom .web .tt {
  font-weight: 700;
}
.site-bottom .web .arrow {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-size: 0.8em;
}
@media (pointer: fine) {
  .site-bottom .web:hover .time {
    background-color: #FF839A;
  }
}

/* ------------------------------------------- */
.mobile-nav-wrap {
  position: fixed;
  z-index: 500;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: var(--font-color);
  color: #fff;
  opacity: 0;
  pointer-events: none;
  padding-top: var(--top-height);
  padding-bottom: calc(constant(safe-area-inset-bottom) + 0px);
  padding-bottom: calc(env(safe-area-inset-bottom) + 0px);
}
.mobile-nav-wrap::before {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  height: var(--top-height);
  background-color: #fff;
}

.mobile-nav-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--top-height);
  padding: 24px 60px;
  display: flex;
  justify-content: space-between;
}
.mobile-nav-header .left {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 16px;
  color: #fff;
  margin-bottom: -10px;
}
.mobile-nav-header .left .tt {
  font-size: 12px;
}
.mobile-nav-header .logo {
  position: relative;
}
.mobile-nav-header .logo .white {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media (max-width: 1300px) {
  .mobile-nav-header {
    padding: 24px 30px;
  }
}
@media (max-width: 1000px) {
  .mobile-nav-header {
    padding: 20px;
    align-items: center;
  }
  .mobile-nav-header .left {
    gap: 5px;
  }
  .mobile-nav-header .left .tt {
    font-size: 8px;
  }
  .mobile-nav-header .logo {
    width: 270px;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .mobile-nav-header {
    padding: 12px 20px;
    background-color: #fff;
  }
  .mobile-nav-header .left {
    color: #888888;
    margin-bottom: -10px;
  }
  .mobile-nav-header .logo .white {
    display: none;
  }
}

.mobile-nav {
  height: 100%;
  padding: 0 20px;
  overflow-y: auto;
  margin: auto;
}
.mobile-nav .flex {
  width: 100%;
  height: 100%;
  max-width: 640px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 0 0;
}
.mobile-nav .top {
  flex: 1 auto;
  display: grid;
  align-items: center;
}
.mobile-nav .nav ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 40px 60px;
}
.mobile-nav .nav li {
  width: calc(50% - 30px);
  border-bottom: 1px solid #615d5b;
}
.mobile-nav .nav li a {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 0;
  transition: 0.3s;
}
@media (pointer: fine) {
  .mobile-nav .nav li a:hover {
    color: var(--main-color);
  }
}
.mobile-nav .nav li .en {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
}
.mobile-nav .nav li .ja {
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-style: normal;
  font-size: 15px;
  font-weight: 500;
}
.mobile-nav .nav a {
  text-decoration: none !important;
}
.mobile-nav .nav .btns {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.mobile-nav .nav .btns a {
  width: 90%;
  max-width: 400px;
}
.mobile-nav .nav .tel {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  color: #fff;
  border-radius: 100px;
  transition: 0.3s;
  position: relative;
}
.mobile-nav .nav .tel .ico {
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-nav .nav .tel .num {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-size: 34px;
  font-weight: 700;
}
.mobile-nav .nav .tel .time {
  text-align: center;
}
.mobile-nav .nav .tel .time span {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-size: 1.1428em;
}
.mobile-nav .nav .tel .arrow {
  display: none;
  margin-left: 10px;
}
.mobile-nav .nav .web {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--accent-color);
  color: #fff;
  padding: 15px 24px;
  gap: 10px;
  border-radius: 100px;
  transition: 0.3s;
  position: relative;
}
.mobile-nav .nav .web .ico {
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-nav .nav .web .txt {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}
.mobile-nav .nav .web .tt {
  font-size: 1.5714em;
}
.mobile-nav .nav .web .arrow {
  margin-left: 10px;
}
@media (pointer: fine) {
  .mobile-nav .nav .web:hover {
    background-color: var(--accent-hover-color);
  }
}
.mobile-nav .bottom {
  margin-top: 40px;
  padding-bottom: 40px;
}
.mobile-nav .sns {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  gap: 20px;
  line-height: 1;
}
.mobile-nav .links {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  font-size: 11px;
}
.mobile-nav .links a {
  padding: 0 1em;
}
.mobile-nav .links a ~ a {
  border-left: 1px solid #fff;
}
.mobile-nav .sp-show {
  display: none;
}
@media screen and (max-width: 767px) {
  .mobile-nav .flex {
    max-width: 320px;
    padding-top: 35px;
    justify-content: flex-start;
  }
  .mobile-nav .top {
    flex: none;
  }
  .mobile-nav .nav ul {
    gap: 14px;
  }
  .mobile-nav .nav li {
    width: 100%;
  }
  .mobile-nav .nav li a {
    padding: 5px 0 12px;
    font-size: 18px;
  }
  .mobile-nav .nav .btns {
    flex-direction: column;
    gap: 20px;
    margin-top: 50px;
    font-family: "DM Sans", sans-serif;
    font-style: normal;
  }
  .mobile-nav .nav .btns a {
    width: 100%;
    max-width: 100%;
  }
  .mobile-nav .nav .tel {
    align-items: center;
    background-color: var(--main-color);
    color: #fff;
    padding: 16px 16px;
    gap: 10px;
  }
  .mobile-nav .nav .tel .ico {
    font-size: 20px;
  }
  .mobile-nav .nav .tel .arrow {
    display: block;
  }
  .mobile-nav .nav .tel .num {
    display: none;
  }
  .mobile-nav .nav .tel .tt {
    font-size: 16px;
    font-weight: 500;
  }
  .mobile-nav .nav .tel .time {
    position: absolute;
    top: 0;
    left: 50%;
    width: 127px;
    max-width: 80%;
    background-color: #3C91C6;
    text-align: center;
    border-radius: 6px;
    transform: translate(-50%, -50%);
    padding: 3px;
    transition: 0.3s;
    font-size: 10px;
  }
  .mobile-nav .nav .tel .time span {
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) and (pointer: fine) {
  .mobile-nav .nav .tel:hover {
    background-color: #74C0F0;
  }
  .mobile-nav .nav .tel:hover .time {
    background-color: #4aaae5;
  }
}
@media screen and (max-width: 767px) {
  .mobile-nav .nav .web {
    padding-top: 16px;
    padding-bottom: 16px;
    box-shadow: 0px 6px 0px var(--accent-hover-color);
    padding: 24px 36px;
    font-family: "DM Sans", sans-serif;
    font-style: normal;
    font-weight: bold;
  }
  .mobile-nav .nav .web .ico {
    font-size: 20px;
  }
  .mobile-nav .nav .web .time {
    position: absolute;
    top: 0;
    left: 50%;
    width: 95px;
    max-width: 80%;
    background-color: #ffffff;
    text-align: center;
    border-radius: 6px;
    transform: translate(-50%, -50%);
    padding: 3px;
    transition: 0.3s;
    font-size: 10px;
    color: var(--accent-hover-color);
  }
  .mobile-nav .nav .web .tt {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) and (pointer: fine) {
  .mobile-nav .nav .web:hover .time {
    background-color: #FF839A;
  }
}
@media screen and (max-width: 767px) {
  .mobile-nav .links {
    margin-top: 15px;
  }
  .mobile-nav .sp-show {
    display: block;
  }
}

/* ------------------------------------------- */
.show_menu .site-header .left {
  color: #fff;
}
.show_menu .site-header .logo .white {
  display: flex;
}
.show_menu .site-header nav {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0s, pointer-events 0s;
}
.show_menu .site-header .tel {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0s, pointer-events 0s;
}
.show_menu .site-header .web {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0s, pointer-events 0s;
}
.show_menu .site_menu span:nth-child(1) {
  transform: translate(0, 4px) rotate(-135deg);
}
.show_menu .site_menu span:nth-child(2) {
  transform: translate(0, -4px) rotate(135deg);
}
.show_menu .mobile-nav-wrap {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}
@media screen and (max-width: 767px) {
  .show_menu .mobile-nav .nav .tel {
    pointer-events: auto;
  }
}

/* ========================================================= */
.site-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
.site-btn .btn {
  padding: 20px 35px;
  border-radius: 100px;
  width: 288px;
  max-width: 100%;
  position: relative;
  transition: 0.3s;
  background-color: var(--btn-color);
  color: #fff;
  box-shadow: 0 4px 8px rgba(81, 81, 81, 0.1);
}
@media (pointer: fine) {
  .site-btn .btn:hover {
    background-color: #3a472e;
    box-shadow: none;
    transform: translateY(2px);
  }
}
.site-btn .cs-btn {
  background-color: var(--annotation-color);
  color: var(--white-color);
  box-shadow: unset;
}
.site-btn .cs-btn:hover {
  background-color: var(--annotation-color);
  transform: unset;
}
.site-btn a {
  text-decoration: none !important;
}
.site-btn .ico {
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}
.site-btn .ico.left {
  right: auto;
  left: 20px;
}
.site-btn.left {
  justify-content: flex-start;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .site-btn {
    font-size: 13px;
  }
}

.site-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--font-color);
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.site-title .ja {
  font-size: 34px;
  letter-spacing: 0.2em;
}
.site-title .ja .sp-show {
  display: none;
}
.site-title .en {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  letter-spacing: 0.1em;
}
.site-title.white {
  color: #fff;
}
.site-title.center {
  align-items: center;
}
@media screen and (max-width: 767px) {
  .site-title {
    font-size: 12px;
  }
  .site-title .ja {
    font-size: 24px;
  }
}

/* -------------------- */
/* animate */
.normalmove {
  transform: translateY(50px);
  opacity: 0;
  transition-duration: 0.6s;
}
.normalmove.normalanimate {
  transform: translateY(0px);
  opacity: 1;
}

/* ---------------------- */
@media (min-width: 768px) {
  .sp_show {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .pc_show {
    display: none;
  }
}

/* ---------------------- */
.index-hero {
  font-size: 16px;
  position: relative;
  z-index: 5;
}
.index-hero .wrapper {
  max-width: 100%;
  margin: auto;
  position: relative;
  z-index: 2;
  padding: 80px 60px 24px;
}
.index-hero .title {
  color: var(--main-color);
  font-size: clamp(20px, 3.1vw, 40px);
  letter-spacing: 0.1em;
  line-height: 1.65;
  font-weight: 400;
}
.index-hero .sub {
  letter-spacing: 0.15em;
  line-height: 2.125;
  margin: 2em 0 50px;
}
.index-hero .list {
  margin-top: 120px;
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 1.73334;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 13px;
  text-align: center;
}
.index-hero .list strong {
  color: var(--main-color);
  font-weight: 700;
}
.index-hero .list .col {
  width: 133px;
  min-width: 133px;
  background-color: #fff;
  border: 2px solid var(--bg-color);
  aspect-ratio: 1;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.index-hero .list .ico {
  display: grid;
  align-items: center;
  justify-content: center;
}
.index-hero .list .ico svg {
  width: auto;
  height: auto;
}
.index-hero .list .ico svg path {
  fill: var(--main-color);
}
.index-hero .list .color {
  color: var(--main-color);
  font-weight: 700;
}
.index-hero .list small {
  font-size: 0.666em;
}
.index-hero .table {
  position: absolute;
  right: 24px;
  bottom: 24px;
}
.index-hero table {
  width: 440px;
  border: 0;
  justify-content: center;
  position: relative;
  z-index: 3;
  border-radius: 0 0 16px 16px;
  overflow: hidden;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .index-hero table {
    border-radius: 16px;
  }
}
.index-hero table::after {
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--main-color);
  z-index: -1;
}
.index-hero table tr {
  position: relative;
  z-index: 3;
  background-color: #fff;
}
.index-hero table tr:nth-child(1) {
  color: #fff;
  border-bottom: 1px solid var(--bg3-color);
}
.index-hero table td {
  border: 0;
  text-align: center;
  padding: 10px 6px;
  color: var(--font-color);
  font-weight: bold;
}
.index-hero table td:last-child {
  padding-right: 12px;
}
.index-hero table .name {
  font-weight: bold;
}
.index-hero table .time {
  font-size: 12px;
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
}
.index-hero table .cir {
  width: 8px;
  aspect-ratio: 1;
  margin: auto;
  border-radius: 100%;
  background-color: var(--main-color);
  display: inline-block;
}
.index-hero table .cir.none {
  background-color: #E0E0E0;
}
.index-hero .address {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 1em;
  background-color: var(--main-color);
  color: #fff;
  width: 170px;
  font-weight: 500;
  text-align: center;
  aspect-ratio: 1;
  line-height: 1.875;
  letter-spacing: 0.15em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 20px;
}
.index-hero .address .ico {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
}
.index-hero .address .num {
  font-weight: 700;
  font-size: 26px;
  line-height: 1.1538;
}
.index-hero .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  z-index: -1;
  overflow: hidden;
}
.index-hero .bg img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 1100px) {
  .index-hero {
    font-size: 14px;
  }
  .index-hero .wrapper {
    padding: 60px 24px 24px;
  }
  .index-hero .list {
    font-size: 12px;
  }
  .index-hero .list .col {
    width: 9em;
    min-width: 9em;
  }
  .index-hero .sub {
    margin: 2em 0 3.125em;
    position: relative;
  }
  .index-hero table {
    width: 380px;
    max-width: 100%;
  }
  .index-hero .address {
    width: 10.625em;
    padding: 0;
  }
  .index-hero .address .num {
    font-size: 1.625em;
    line-height: 1;
    font-family: "DM Sans", sans-serif;
    font-style: normal;
  }
}
@media (max-width: 900px) {
  .index-hero table {
    width: 300px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .index-hero .wrapper {
    padding: 0 8px;
    margin-bottom: 24px;
  }
  .index-hero .top {
    position: relative;
    aspect-ratio: 372/300;
    padding: 20px 20px 0;
    display: flex;
  }
  .index-hero .top .bg img {
    object-position: 38% center;
  }
  .index-hero .title {
    text-orientation: upright;
    font-size: 4.5vw;
    position: absolute;
    top: 15%;
    right: 10%;
    font-weight: 700;
    letter-spacing: 0.3em;
    text-shadow: rgb(255, 255, 255) 0 0 5px;
  }
  .index-hero .sub {
    margin: 25px auto 20px;
    font-size: 11px;
    line-height: 2;
  }
  .index-hero .list {
    justify-content: center;
    width: 500px;
    margin: auto;
    max-width: 100%;
  }
  .index-hero .list .col {
    width: 33.33%;
  }
  .index-hero .table {
    position: initial;
    margin-top: 12px;
  }
  .index-hero table {
    width: 100%;
    max-width: 400px;
    margin: auto;
  }
  .index-hero .address {
    aspect-ratio: 130/82;
    right: -20px;
    border-radius: 6px 0 0 6px;
    margin-top: 16px;
    top: 72vw;
    width: 9.286em;
  }
  .index-hero .address .ico {
    position: absolute;
    top: 0;
    width: 31px;
    aspect-ratio: 1;
    background: #fff;
    border-radius: 100%;
    color: var(--main-color);
    font-size: 20px;
    transform: translateY(-16px);
  }
}

.single .index-consult {
  background: unset;
}

.index-consult {
  position: relative;
  z-index: 4;
  color: #fff;
  background: linear-gradient(101deg, #72CBBE 4.46%, #B6DED8 111.25%);
}
.index-consult.consult01 {
  padding: 95px 0 70px;
  margin-top: -165px;
  background-color: transparent;
  background: unset;
}
.index-consult.consult01 .inner {
  height: 100%;
  display: grid;
  align-items: center;
}
@media (min-width: 1366px) {
  .index-consult.consult01 {
    aspect-ratio: 1366/708;
  }
}
@media (min-width: 1666px) {
  .index-consult.consult01 {
    aspect-ratio: 1366/568;
  }
}
@media screen and (max-width: 767px) {
  .index-consult.consult01 {
    padding: 6px 0 16px;
    margin-top: 0;
    min-height: 63.3333333333vw;
    display: flex;
  }
}
.index-consult.consult02 {
  padding: 24px;
}
@media (max-width: 767px) {
  .index-consult.consult02 .consult-top .ico {
    width: 82px;
    max-width: 100%;
  }
}
.index-consult.consult02 .inner {
  background-color: var(--white-color);
}
.index-consult.consult02 .btn-anchor {
  color: var(--font-color);
}
.index-consult .consult-top {
  text-align: center;
  position: relative;
}
.index-consult .consult-top .ico {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -33%);
}
.index-consult .wrapper {
  padding: 50px 0;
}
.index-consult .company {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.15em;
  line-height: 1.6;
  text-align: center;
  color: var(--font-color);
}
.index-consult .company span {
  display: inline-block;
  padding-bottom: 8px;
  background-image: linear-gradient(to right, #fff, #fff 2px, transparent 2px);
  background-size: 7px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
.index-consult .title {
  font-size: 36px;
  font-weight: 900;
  text-align: center;
  margin: 10px auto;
  letter-spacing: 1px;
  line-height: 1.857em;
  color: var(--font-color);
}
.index-consult .btns {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
}
.index-consult .btns a {
  text-decoration: none !important;
  width: 90%;
  max-width: 400px;
  font-family: "DM Sans", "heisei-kaku-gothic-std";
  font-style: normal;
}
.index-consult .tel {
  display: flex;
  align-items: baseline;
  justify-content: center;
  color: #fff;
  gap: 7px;
  transition: 0.3s;
}
.index-consult .tel .ico {
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-consult .tel .num {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-size: 32px;
  font-weight: 700;
}
.index-consult .tel .time {
  text-align: center;
}
.index-consult .tel .time span {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-size: 1.1428em;
}
.index-consult .tel .arrow {
  display: none;
  margin-left: 10px;
}
.index-consult .web {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--accent-color);
  color: #fff;
  padding: 15px 36px;
  gap: 12px;
  border-radius: 100px;
  transition: 0.3s;
  position: relative;
  height: 90px;
  box-shadow: 2px 2px 4px 0 rgba(255, 255, 255, 0.25) inset, 0 2px 2px 0 rgba(0, 0, 0, 0.25);
}
.index-consult .web .ico {
  font-size: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-consult .web .txt {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}
.index-consult .web .time {
  position: absolute;
  top: 0;
  left: 50%;
  width: 163px;
  max-width: 80%;
  background-color: #fff;
  color: var(--accent-color);
  text-align: center;
  border-radius: 6px;
  transform: translate(-50%, -50%);
  border: 1px solid var(--accent-color);
  padding: 4px;
  transition: 0.3s;
  font-size: 16px;
}
.index-consult .web .tt {
  font-size: 1.7714em;
  letter-spacing: 0.7px;
}
.index-consult .web .arrow {
  margin-left: 10px;
}
@media (pointer: fine) {
  .index-consult .web:hover {
    background-color: var(--accent-hover-color);
    -webkit-box-shadow: 0 2px 0 var(--accent-hover-color);
    box-shadow: 0 2px 0 var(--accent-hover-color);
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px);
  }
  .index-consult .web:hover .time {
    color: var(--accent-hover-color);
  }
}
.index-consult .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 200%;
}
.index-consult .bg svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  object-fit: cover;
  object-position: center;
}
.index-consult .bg svg path {
  fill: var(--btn-color);
}
@media screen and (max-width: 767px) {
  .index-consult .company {
    font-size: 14px;
  }
  .index-consult .title {
    font-size: 24px;
    line-height: 1.7;
  }
  .index-consult .btns {
    margin-top: 24px;
    gap: 20px;
  }
  .index-consult .btns a {
    width: 90%;
    height: 70px;
  }
  .index-consult .tel {
    pointer-events: auto;
    align-items: center;
    background-color: var(--main-color);
    color: #fff;
    padding: 20px 16px;
    gap: 10px;
    position: relative;
    border-radius: 100px;
    border: 1px solid #fff;
  }
  .index-consult .tel .arrow {
    display: block;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
  }
  .index-consult .tel .num {
    display: none;
  }
  .index-consult .tel .tt {
    font-size: 14px;
    font-weight: 500;
  }
  .index-consult .tel .time {
    position: absolute;
    top: 0;
    left: 50%;
    width: 127px;
    max-width: 80%;
    background-color: #3C91C6;
    text-align: center;
    border-radius: 6px;
    transform: translate(-50%, -50%);
    padding: 3px;
    transition: 0.3s;
    font-size: 10px;
  }
  .index-consult .tel .time span {
    font-size: 10px;
  }
  .index-consult .tel .ico {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) and (pointer: fine) {
  .index-consult .tel:hover {
    background-color: #74C0F0;
  }
  .index-consult .tel:hover .time {
    background-color: #4aaae5;
  }
}
@media screen and (max-width: 767px) {
  .index-consult .web {
    justify-content: center;
  }
  .index-consult .web .tt {
    font-size: 18px;
  }
  .index-consult .web .ico {
    font-size: 22px;
  }
  .index-consult .web .time {
    font-size: 12px;
    width: 116px;
    font-weight: 400;
    padding: 2px 0;
  }
  .index-consult .web .time span {
    font-size: 10px;
  }
  .index-consult .web .arrow {
    position: absolute;
    right: 28px;
    top: 50%;
    transform: translateY(-50%);
  }
}

.section-reasons {
  position: relative;
  z-index: 3;
  --index-reasons-top: 0px;
  --index-reasons-bottom: 0px;
  padding-top: calc(100px + var(--index-reasons-top));
  margin-top: calc(var(--index-reasons-top) * -1);
  padding-bottom: calc(80px + var(--index-reasons-bottom));
}
@media screen and (max-width: 767px) {
  .section-reasons {
    padding-top: calc(24px + var(--index-reasons-top));
    padding-bottom: calc(46px + var(--index-reasons-bottom));
  }
}
@media screen and (max-width: 767px) {
  .section-reasons .inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.section-reasons .title {
  letter-spacing: 0.06em;
}
.section-reasons .ttl1 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.81;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .section-reasons .ttl1 {
    font-size: 16px;
  }
}
.section-reasons .ttl2 {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.294;
  letter-spacing: 0.06em;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .section-reasons .ttl2 {
    font-size: 25px;
    margin-top: 8px;
  }
}
.section-reasons .ttl2 .tl {
  padding: 0 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-reasons .ttl2 .tl {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    background-color: transparent;
    padding: 0;
    gap: 0;
    border-radius: 0;
    line-height: 2;
  }
}
.section-reasons .ttl2 .tl .num {
  font-style: normal;
  font-size: 63px;
  line-height: 0;
  color: var(--main-color);
  text-shadow: 1px 1px 0 #fff, -1px 0px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff;
}
@media screen and (max-width: 767px) {
  .section-reasons .ttl2 .tl .num {
    font-size: 1.85em;
  }
}
@media screen and (max-width: 767px) {
  .section-reasons .ttl2 span:nth-child(1) {
    border-bottom-left-radius: 0;
  }
  .section-reasons .ttl2 span:nth-child(2) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
.section-reasons .ttl2 img {
  margin-top: -4.5%;
}
@media screen and (max-width: 767px) {
  .section-reasons .ttl2 img {
    margin-top: 0;
    max-width: 20px;
    margin-right: 5px;
  }
}
.section-reasons .list {
  margin-top: 30px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .section-reasons .list {
    margin-top: 12px;
  }
}
.section-reasons .item {
  background-color: #fff;
}
.section-reasons .item .fig {
  width: 100%;
  aspect-ratio: 348/160;
  position: relative;
  padding: 8px;
}
.section-reasons .item .fig img {
  object-fit: cover;
}
.section-reasons .item .txt {
  padding: 8px 16px 24px;
}
@media screen and (max-width: 767px) {
  .section-reasons .item .txt {
    padding: 24px 24px 20px;
  }
}
.section-reasons .item .ttl {
  gap: 12px;
  font-size: 19px;
  font-weight: 700;
  color: #15AA94;
  text-align: center;
}
.section-reasons .item .ttl span {
  color: var(--font-color);
}
.section-reasons .item .ttl .num {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 0.7;
  background-color: #15aa94;
  box-shadow: 2px 2px 4px 0 rgba(255, 255, 255, 0.25) inset;
  padding: 24px 6px;
}
@media screen and (max-width: 767px) {
  .section-reasons .item .ttl .num {
    font-size: 22px;
    padding: 18px 4px;
  }
}
.section-reasons .item .ttl .num small {
  display: block;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .section-reasons .item .ttl .num small {
    font-size: 10px;
  }
}
.section-reasons .item .con {
  margin-top: 16px;
  letter-spacing: 0.05em;
  line-height: 2.1428571429;
}
@media screen and (max-width: 767px) {
  .section-reasons .item .con {
    font-size: 12px;
  }
}
.section-reasons .item .con .must {
  display: flex;
  gap: 6px;
  color: #898989;
  font-size: 12px;
  line-height: 2;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .section-reasons .item .con .must {
    font-size: 0.85em;
  }
}
@media screen and (max-width: 767px) {
  .section-reasons .item .tt {
    font-size: 18px;
  }
}
.section-reasons .user {
  position: absolute;
  z-index: 2;
  top: -40px;
  right: 16px;
  transform: translateY(-46%);
}
.section-reasons .user img {
  width: 180px;
}
@media screen and (max-width: 767px) {
  .section-reasons .user {
    right: 4px;
    width: 95px;
  }
}
.section-reasons .swiper-wrapper {
  z-index: 3;
}
.section-reasons .swiper-slide {
  overflow: hidden;
}
.section-reasons .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  z-index: -1;
}
.section-reasons .bg img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  object-fit: cover;
  object-position: center;
}
.section-reasons .swiper-pagination {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: autossss;
  margin-top: 20px;
  display: none;
  align-items: center;
  justify-content: center;
  --swiper-pagination-color: #fff;
  --swiper-pagination-bullet-inactive-opacity: .3;
  --swiper-pagination-bullet-inactive-color: var(--swiper-pagination-color);
  --swiper-pagination-bullet-width: 10px;
  --swiper-pagination-bullet-height: var(--swiper-pagination-bullet-width);
  --swiper-pagination-bullet-horizontal-gap: 5px;
}
@media screen and (max-width: 767px) {
  .section-reasons .swiper-pagination {
    display: flex;
  }
}
.section-reasons .swiper-button-prev,
.section-reasons .swiper-button-next {
  display: none;
  align-items: center;
  justify-content: center;
  width: 40px;
  min-width: 40px;
  aspect-ratio: 1;
  border-radius: 100%;
  background-color: var(--font-color);
  color: #fff;
  height: auto;
  --swiper-navigation-sides-offset: -27px;
}
.section-reasons .swiper-button-prev::after,
.section-reasons .swiper-button-next::after {
  content: none;
}
@media screen and (max-width: 767px) {
  .section-reasons .swiper-button-prev,
  .section-reasons .swiper-button-next {
    display: flex;
  }
}
.section-reasons .reasons-flex-wrpper {
  display: flex;
  gap: 12px;
  position: relative;
  z-index: 2;
}
.section-reasons .reasons-flex-wrpper .item {
  width: 33.33%;
  position: relative;
  z-index: 3;
  overflow: hidden;
}
.section-reasons .reasons-list-wrapper {
  position: relative;
}
.section-reasons .reasons-list-wrapper .slick-slide {
  margin: 0 6px;
  position: relative;
}
@media (min-width: 768px) {
  .section-reasons .reasons-list-wrapper .slick-slide {
    height: auto !important;
  }
}
.section-reasons .reasons-list-wrapper .fig {
  z-index: 1;
  border-radius: 6px 6px 0 0;
  overflow: hidden;
}
.section-reasons .reasons-list-wrapper .slick-list {
  z-index: 2;
}
.section-reasons .reasons-list-wrapper .slick-prev,
.section-reasons .reasons-list-wrapper .slick-next {
  position: absolute;
  z-index: 10;
  top: 50%;
  display: none;
  align-items: center;
  justify-content: center;
  width: 40px;
  min-width: 40px;
  aspect-ratio: 1;
  border-radius: 100%;
  background-color: var(--main-color);
  color: #fff;
  height: auto;
  border: 0;
}
.section-reasons .reasons-list-wrapper .slick-prev {
  left: 13px;
}
.section-reasons .reasons-list-wrapper .slick-next {
  right: 13px;
}
.section-reasons .reasons-list-wrapper .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
  list-style: none;
}
.section-reasons .reasons-list-wrapper .slick-dots li button {
  border: none;
  outline: none;
  width: 10px;
  min-width: 10px;
  height: 10px;
  aspect-ratio: 1;
  text-indent: -99999px;
  border-radius: 100%;
  border: 1px solid #15AA94;
  background-color: unset;
}
.section-reasons .reasons-list-wrapper .slick-dots .slick-active button {
  background-color: #15AA94;
}
@media screen and (max-width: 767px) {
  .section-reasons .reasons-list-wrapper .user {
    right: 24px;
    bottom: 200px;
    top: 0;
  }
}

.index-reasons {
  --index-reasons-top: 95px;
  --index-reasons-bottom: 150px;
}
@media (min-width: 1366px) {
  .index-reasons {
    --index-reasons-top: 6vw;
    --index-reasons-bottom: 11vw;
  }
}
@media (max-width: 767px) {
  .index-reasons {
    --index-reasons-top: max(10vw, 56px);
    --index-reasons-bottom: 59.579vw;
  }
}

.index-symptoms {
  margin-top: -150px;
  position: relative;
  z-index: 3;
}
@media (min-width: 1366px) {
  .index-symptoms {
    margin-top: -11vw;
  }
}
.index-symptoms .top-wrapper {
  position: relative;
  z-index: 3;
}
.index-symptoms .top-wrapper .bg svg {
  width: 100%;
  filter: drop-shadow(0px 2px 15px rgba(190, 190, 190, 0.2));
  -webkit-filter: drop-shadow(0px 2px 15px rgba(190, 190, 190, 0.2));
  height: auto;
}
.index-symptoms .top-wrapper .bg svg path {
  fill: var(--bg-color);
}
.index-symptoms .top-wrapper .bg picture {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.index-symptoms .top-wrapper .bg img {
  width: 100%;
  filter: drop-shadow(0px 2px 15px rgba(190, 190, 190, 0.2));
  -webkit-filter: drop-shadow(0px 2px 15px rgba(190, 190, 190, 0.2));
}
.index-symptoms .top-wrapper .ico {
  position: absolute;
  bottom: 60px;
  right: 17.418%;
  z-index: -1;
  transform: translate(0, 43%);
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.index-symptoms .top {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 20px 50px;
  padding-top: 24px;
}
.index-symptoms .wrapper {
  padding-bottom: 140px;
  position: relative;
  z-index: 3;
}
.index-symptoms .title {
  font-size: 2.1em;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.index-symptoms .title .big {
  font-size: 1.3928em;
  color: var(--main-color);
}
.index-symptoms .con {
  letter-spacing: 0.05em;
  line-height: 2.1428;
}
.index-symptoms .list {
  margin: 60px auto 40px;
  display: flex;
  gap: 16px;
}
.index-symptoms .item {
  width: calc(33.33% - 10.6666666667px);
  background-color: #FFFFFF;
  padding: 18px 24px 20px;
  border-radius: 6px;
}
.index-symptoms .item .ttl {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  gap: 10px;
  color: #7ca9de;
}
.index-symptoms .item .ico {
  font-size: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-symptoms .item .tt {
  font-size: 1em;
  font-weight: 700;
}
.index-symptoms .item .tt small {
  font-size: 12px;
}
.index-symptoms .tags {
  font-size: 12px;
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-style: normal;
  font-weight: 300;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 4px;
  margin-top: 12px;
}
.index-symptoms .tags a {
  padding: 8px 12px;
  padding-right: 10px;
  background-color: #FCFCFC;
  border: 1px solid var(--bg3-color);
  border-radius: 100px;
  text-decoration: none !important;
  gap: 6px;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.index-symptoms .tags a i {
  font-size: 10px;
  color: var(--annotation-color);
  transition: 0.3s;
}
@media (pointer: fine) {
  .index-symptoms .tags a:hover {
    background-color: var(--main-color);
    color: #fff;
  }
  .index-symptoms .tags a:hover i {
    color: #fff;
  }
}
@media (max-width: 1000px) {
  .index-symptoms .list {
    flex-wrap: wrap;
  }
  .index-symptoms .item {
    width: calc(50% - 10.6666666667px);
  }
}
@media screen and (max-width: 767px) {
  .index-symptoms {
    margin-top: -59.579vw;
  }
  .index-symptoms .inner {
    padding-left: 32px;
    padding-right: 32px;
  }
  .index-symptoms .top-wrapper .ico {
    bottom: 35%;
    right: 9%;
    max-width: 80px;
    transform: rotate(15deg);
  }
  .index-symptoms .wrapper {
    margin-top: calc(40px - 59.579vw);
    padding-bottom: 97px;
  }
  .index-symptoms .wrapper::after {
    height: calc(100% - 59.579vw + 66px);
  }
  .index-symptoms .title {
    font-size: 24px;
  }
  .index-symptoms .con {
    font-size: 13px;
  }
  .index-symptoms .list {
    margin: 32px auto;
  }
  .index-symptoms .item {
    width: 100%;
  }
}

.section-diseases {
  background: linear-gradient(101deg, #72CBBE 4.46%, #B6DED8 111.25%);
  position: relative;
  z-index: 3;
}
.section-diseases .inner {
  width: var(--inner-width02);
  padding: 60px 0;
}
.section-diseases .inner .site-title .ja {
  color: var(--white-color);
}
.section-diseases .top-texture {
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  width: 100%;
  max-width: 100%;
}
.section-diseases .dialog-box {
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-diseases .dialog-box > div {
  font-size: 16px;
  font-weight: 700;
  background-color: #fff;
  padding: 5px 13px;
  border-radius: 6px;
  position: relative;
}
.section-diseases .dialog-box > div::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-bottom: 0;
  border-top: 9px solid #fff;
}
.section-diseases .dialog-box .color {
  color: var(--btn-color);
}
.section-diseases .list {
  margin: 32px auto;
  display: grid;
  gap: 6px;
}
.section-diseases dl {
  background-color: #fff;
  border-radius: 3px;
}
.section-diseases dl.show .arrow span::after {
  transform: rotate(0deg);
}
.section-diseases dt {
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  cursor: pointer;
}
.section-diseases dt .ttl {
  font-size: 18px;
  font-weight: 700;
}
.section-diseases dt .ttl span {
  font-size: 12px;
}
.section-diseases dt .ttl small {
  font-size: 14px;
}
.section-diseases dd {
  display: none;
}
.section-diseases .arrow {
  width: 26px;
  min-width: 26px;
  aspect-ratio: 1;
  background-color: var(--bg3-color);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.section-diseases .arrow span {
  background-color: #707070;
  width: 10px;
  height: 2px;
  border-radius: 100px;
  position: relative;
}
.section-diseases .arrow span::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 100px;
  background-color: #707070;
  transform-origin: center center;
  transform: rotate(90deg);
  transition: 0.3s;
}
.section-diseases .con {
  line-height: 2.1428;
}
.section-diseases .tags {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid var(--bg3-color);
}
.section-diseases .tags a {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  padding-right: 12px;
  border-right: 1px solid var(--bg3-color);
  border-top: 1px solid var(--bg3-color);
  border-bottom: 1px solid var(--bg3-color);
  text-decoration: none !important;
  margin-top: -1px;
}
.section-diseases .tags .ico {
  color: var(--main-color);
}
.section-diseases .box {
  padding: 0 24px;
  padding-bottom: 30px;
}
.section-diseases .box .site-btn {
  margin-top: 32px;
}
.section-diseases .box .site-btn .btn {
  max-width: 360px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .section-diseases {
    padding-bottom: calc(80px + var(--index-diseases-bottom));
    padding-left: 20px;
    padding-right: 20px;
  }
  .section-diseases .top-texture {
    max-width: 322px;
  }
  .section-diseases .ico-user {
    width: 160px;
    max-width: 100%;
    margin: auto;
    margin-bottom: -3px;
  }
  .section-diseases .dialog-box {
    margin-bottom: 10px;
  }
  .section-diseases .dialog-box > div {
    font-size: 13px;
    font-weight: 400;
  }
  .section-diseases .site-title .ja {
    font-size: 26px;
    text-align: center;
  }
  .section-diseases .site-title .ja .sp-show {
    display: block;
  }
  .section-diseases .list {
    margin: 25px auto;
  }
  .section-diseases dt .ttl {
    font-size: 16px;
  }
  .section-diseases dt .ttl small {
    font-size: 10px;
  }
  .section-diseases dd {
    font-size: 12px;
  }
  .section-diseases .tags a {
    width: 50%;
  }
}

.section-about {
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .section-about {
    --about-wrapper-height: calc(109 / 214 * 100vw);
  }
}
.section-about .top-wrapper {
  position: relative;
  z-index: 3;
}
.section-about .top-wrapper .bg {
  display: flex;
  align-items: center;
}
.section-about .top-wrapper .bg picture {
  display: flex;
  align-items: center;
}
.section-about .top-wrapper .bg img {
  width: 100%;
  filter: drop-shadow(0px 2px 15px rgba(190, 190, 190, 0.2));
  -webkit-filter: drop-shadow(0px 2px 15px rgba(190, 190, 190, 0.2));
}
.section-about .wrapper {
  padding-bottom: 110px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .section-about .wrapper {
    padding-bottom: 64px;
  }
  .section-about .wrapper::after {
    height: calc(100% - var(--about-wrapper-height) + 2px);
  }
}
.section-about .flex {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .section-about .flex {
    display: block;
    padding: 0;
  }
}
.section-about .txt {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .section-about .txt {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .section-about .top {
    display: flex;
    flex-direction: column;
    padding-left: 0px;
    gap: 10px;
    padding: 0 40px;
  }
}
.section-about .left-ttl {
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .section-about .left-ttl {
    margin-bottom: 10px;
  }
}
.section-about .ttl {
  font-size: 18px;
  letter-spacing: 0.2em;
  line-height: 1.6667;
  color: var(--font-color);
}
@media screen and (max-width: 767px) {
  .section-about .ttl {
    font-size: 12px;
    font-weight: 400;
  }
}
.section-about .title {
  font-size: 32px;
  letter-spacing: 0.2em;
  line-height: 1.71875;
  margin-top: 8px;
  color: var(--font-color);
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .section-about .title {
    font-size: 20px;
    line-height: 1.7;
    width: 145%;
    z-index: 5;
    position: relative;
  }
}
.section-about .con {
  letter-spacing: 0.05em;
  line-height: 2.285;
  margin: 28px auto 40px;
}
@media screen and (max-width: 767px) {
  .section-about .con {
    margin-top: 24px;
    font-size: 13px;
  }
}
.section-about .fig {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .section-about .fig {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .section-about .site-btn {
    justify-content: center;
  }
}

.index-about {
  background-color: #f8f8f6;
  overflow: hidden;
}
.index-about .index-about__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  z-index: 0;
  pointer-events: none;
}
.index-about .index-about__bg picture,
.index-about .index-about__bg img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  object-fit: cover;
  object-position: center;
}
.index-about .index-about__bg img {
  filter: blur(2.5px);
  opacity: 0.42;
  object-position: left bottom;
  transform: rotate(180deg) scaleY(-1);
}
.index-about .wrapper {
  min-height: clamp(640px, 61.5625vw, 810px);
  padding-bottom: 0;
  position: relative;
  z-index: 2;
}
.index-about .inner {
  width: min(100%, 1280px);
  position: relative;
}
.index-about .txt {
  position: absolute;
  left: clamp(82px, 8.0078125vw, 102.5px);
  top: clamp(116px, 10.40234375vw, 133.15px);
  z-index: 4;
}
@media screen and (max-width: 767px) {
  .index-about .txt {
    top: unset;
    left: unset;
    position: relative;
    padding: 40px 0px;
  }
}
.index-about .ttl {
  color: var(--main-color);
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 3.6px;
}
.index-about .title {
  color: var(--font-color);
  font-size: 32px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 6.4px;
  margin-top: 8px;
}
.index-about .con {
  color: var(--font-color);
  font-size: 15px;
  font-weight: 500;
  line-height: 31.99px;
  letter-spacing: 0.7px;
  margin: 20px 0 0;
}
.index-about .con p {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .index-about .con p {
    font-size: 13px;
  }
}
.index-about .index-about__sp-images {
  display: none;
}
@media screen and (max-width: 767px) {
  .index-about .index-about__sp-images {
    display: grid;
    grid-template-columns: 42% 1fr;
    align-items: end;
    gap: 2px;
    margin: 24px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .index-about .index-about__sp-image {
    position: relative;
    overflow: hidden;
  }
  .index-about .index-about__sp-image picture,
  .index-about .index-about__sp-image img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .index-about .index-about__sp-image img {
    object-fit: cover;
  }
}
.index-about .index-about__slider-track {
  display: flex;
  width: 400%;
  height: 100%;
  transform: translate3d(0, 0, 0);
  will-change: transform;
  backface-visibility: hidden;
  animation: indexAboutSlide 15s cubic-bezier(0.58, 0, 0.22, 1) infinite both;
}
.index-about .index-about__slider-slide {
  flex: 0 0 25%;
  width: 25%;
  height: 100%;
  overflow: hidden;
  transform: translateZ(0);
}
.index-about .index-about__slider-slide picture,
.index-about .index-about__slider-slide img {
  display: block;
  width: 100%;
  height: 100%;
}
.index-about .index-about__slider-slide img {
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .index-about .index-about__sp-image--02 {
    aspect-ratio: 426/509;
  }
}
@media screen and (max-width: 767px) {
  .index-about .index-about__sp-image--01 {
    aspect-ratio: 564/387;
  }
}
.index-about .site-btn {
  margin-top: 25px;
  padding-top: 13px;
  justify-content: flex-start;
}
.index-about .site-btn .btn {
  width: 288px;
  max-width: 350px;
  min-height: 60px;
  padding: 20px 35px;
  border-radius: 100px;
  background-color: var(--btn-color);
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 25.6px;
  justify-content: center;
}
.index-about .site-btn .btn .ico {
  right: 19.5px;
}
.index-about .index-about__image {
  position: absolute;
  z-index: 2;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .index-about .index-about__image {
    display: none;
  }
}
.index-about .index-about__image picture,
.index-about .index-about__image img {
  display: block;
  width: 100%;
  height: 100%;
}
.index-about .index-about__image img {
  object-fit: cover;
}
.index-about .index-about__image--02 {
  width: min(40.28125vw, 420px);
  aspect-ratio: 426/600;
  top: clamp(32px, 5.859375vw, 105px);
  right: clamp(66px, 6.484375vw, 83px);
}
.index-about .index-about__image--02 .index-about__slider-track {
  animation-delay: -1.8s;
}
.index-about .index-about__image--02 img {
  object-fit: cover;
}
.index-about .index-about__image--01 {
  width: min(25.3125vw, 324px);
  aspect-ratio: 324/237;
  top: 490px;
  right: 370px;
  z-index: 3;
}
.index-about .index-about__image--01 .index-about__slider-track {
  animation-delay: -7.2s;
}
.index-about .index-about__image--01 img {
  object-fit: cover;
}
.index-about.index-about--about-page .index-about__slider-track {
  animation: none;
  transform: translate3d(0, 0, 0);
}
.index-about.index-about--about-page.is-slider-ready .index-about__slider-track {
  animation: indexAboutSlide 15s cubic-bezier(0.58, 0, 0.22, 1) infinite both;
}
@media screen and (max-width: 767px) {
  .index-about .wrapper {
    padding-bottom: 0;
  }
  .index-about .ttl {
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: 0.16em;
  }
  .index-about .title {
    font-size: 23px;
    font-weight: 700;
  }
  .index-about .site-btn {
    justify-content: center;
  }
  .index-about .site-btn .btn {
    width: min(100%, 288px);
  }
}

@keyframes indexAboutSlide {
  0%, 22% {
    transform: translate3d(0, 0, 0);
  }
  30%, 47% {
    transform: translate3d(-25%, 0, 0);
  }
  55%, 72% {
    transform: translate3d(-50%, 0, 0);
  }
  80%, 99.99% {
    transform: translate3d(-75%, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .index-about .index-about__slider-track {
    animation: none;
    transform: translate3d(0, 0, 0);
  }
}
.index-doctor {
  position: relative;
  z-index: 3;
}
.index-doctor .top-bg {
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  z-index: 4;
  pointer-events: none;
}
.index-doctor .top-bg svg {
  width: 1366px;
  max-width: 100%;
  height: auto;
}
.index-doctor .top-bg svg path {
  fill: var(--main-color);
}
.index-doctor .figure {
  aspect-ratio: 1366/380;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.index-doctor .figure picture {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  object-fit: cover;
  object-position: center;
  z-index: -1;
}
.index-doctor .figure img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  object-fit: cover;
  object-position: center;
}
.index-doctor .figure picture img {
  z-index: 0;
}
.index-doctor .figure .tt {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: var(--bg-color);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  white-space: nowrap;
  line-height: 1;
  font-size: 17.2767203514vw;
  animation: bg-txt-plan 100s linear infinite;
}
@keyframes bg-txt-plan {
  0% {
    transform: translate(0%, 18%);
  }
  100% {
    transform: translate(-50%, 18%);
  }
}
.index-doctor .info {
  position: relative;
  z-index: 3;
}
.index-doctor .img {
  text-align: center;
  width: 260px;
  margin: -160px auto 0;
}
.index-doctor .title {
  text-align: center;
  color: var(--font-color);
  margin-top: 16px;
  line-height: 1.7142;
}
.index-doctor .company {
  font-size: 1em;
  font-weight: 400;
}
.index-doctor .name {
  margin: 8px auto;
  font-size: 18px;
  font-weight: 700;
}
.index-doctor .con {
  width: 600px;
  max-width: 100%;
  margin: auto;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 2.5;
  margin-top: 28px;
  color: var(--font-color);
}
@media screen and (max-width: 767px) {
  .index-doctor .figure {
    aspect-ratio: 428/204;
  }
  .index-doctor .figure .tt {
    font-size: 32.71vw;
  }
  .index-doctor .info {
    margin-top: -50px;
    padding: 0 16px;
  }
  .index-doctor .img {
    width: 168px;
    max-width: 100%;
    margin: auto;
    overflow: hidden;
  }
  .index-doctor .con {
    margin-top: 24px;
    line-height: 2.166;
  }
}

.index-column {
  padding-bottom: calc(60px + var(--index-doctor-bottom));
  --index-doctor-bottom: 210px;
}
@media (min-width: 1366px) {
  .index-column {
    --index-doctor-bottom: 16.3733vw;
  }
}
.index-column .wrapper {
  margin-top: -100px;
}
.index-column .wrapper .site-title {
  flex-direction: unset;
  justify-content: space-between;
}
.index-column .wrapper .site-title > div {
  position: relative;
}
.index-column .wrapper .site-title h2 {
  color: var(--font-color);
}
.index-column .wrapper .site-title .en {
  color: var(--font-color);
}
.index-column .arrow_box button {
  border: 1px solid var(--border-color);
}

.index-faq {
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .index-faq {
    margin-top: 0;
  }
}
.index-faq .top-bg {
  width: 100%;
  height: 100%;
}
.index-faq .top-bg svg {
  width: 100%;
  height: 100%;
}
.index-faq .top-bg svg path {
  fill: var(--main-color);
}
.index-faq .top-wrapper {
  position: relative;
  z-index: 3;
}
.index-faq .top-wrapper .bg svg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.index-faq .top-wrapper .bg svg path {
  fill: var(--bg-color);
}
.index-faq .top-wrapper .bg img {
  width: 100%;
}
.index-faq .wrapper {
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .index-faq .wrapper {
    background-color: unset;
  }
}
.index-faq .inner {
  width: var(--inner-width02);
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .index-faq .inner {
    padding-top: 50px;
  }
}
.index-faq .site-title h2 {
  display: inline;
  color: var(--font-color);
}
.index-faq .site-title .en {
  color: var(--font-color);
}
.index-faq .boxes {
  margin-top: 35px;
  position: relative;
  z-index: 3;
}
.index-faq .user {
  position: absolute;
  top: 22px;
  right: 7px;
  z-index: -1;
  transform: translateY(-83%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-faq .user img {
  width: 120px;
}
.index-faq .bottom {
  position: relative;
  z-index: 3;
  padding-top: 24px;
}
.index-faq .bottom::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  background: linear-gradient(101deg, #72CBBE 4.46%, #B6DED8 111.25%);
  transform: translateX(-50%);
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .index-faq .bottom::after {
    padding-bottom: 10px;
  }
}
.index-faq .site-btn {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .index-faq {
    --faq-wrapper-height: 44vw;
  }
  .index-faq .inner {
    padding-left: 40px;
    padding-right: 40px;
  }
  .index-faq .wrapper::after {
    height: calc(100% - var(--faq-wrapper-height) + 10vw);
  }
  .index-faq .user {
    width: 85px;
    max-width: 100%;
    transform: translateY(-100%);
  }
  .index-faq .boxes {
    font-size: 12px;
  }
  .index-faq .bottom {
    padding-bottom: 18px;
  }
  .index-faq .site-btn {
    margin-top: 35px;
  }
}

.index-news {
  position: relative;
  z-index: 5;
  padding-top: 200px;
}
.index-news .site-title .ja,
.index-news .site-title .en {
  color: var(--font-color);
}
.index-news .top-bg {
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
.index-news .top-bg img {
  width: 1366px;
  max-width: 100%;
}
.index-news .top-bg svg {
  width: unset;
  height: unset;
  min-width: unset;
}
.index-news .top-bg svg path {
  fill: var(--main-color);
}
.index-news .inner {
  width: var(--inner-width02);
  display: flex;
  gap: 60px;
}
.index-news .site-btn {
  margin-top: 30px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .index-news .site-btn {
    margin-bottom: 0;
  }
}
.index-news .list {
  width: 100%;
}
.index-news .item {
  background-color: #fff;
  border-radius: 3px;
  padding: 20px;
  display: grid;
  gap: 6px;
  text-decoration: none !important;
  margin-bottom: 10px;
}
@media (pointer: fine) {
  .index-news .item:hover .ttl {
    color: var(--main-color);
  }
}
.index-news .time {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  opacity: 0.3;
  font-size: 12px;
}
.index-news .ttl {
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .index-news .ttl {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .index-news {
    padding-top: 79px;
    padding-bottom: 36px;
  }
  .index-news .inner {
    display: block;
    padding: 0 30px;
  }
  .index-news .list {
    margin: 32px auto 24px;
    gap: 12px;
  }
}

.index-care-fee {
  position: relative;
  z-index: 3;
  padding: 40px 0;
}
.index-care-fee .top-bg {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.index-care-fee .top-bg img,
.index-care-fee .top-bg svg {
  width: 100%;
  height: 100%;
}
.index-care-fee .top-bg img path,
.index-care-fee .top-bg svg path {
  fill: var(--bg-color);
}
.index-care-fee .inner {
  width: var(--inner-width02);
}
.index-care-fee .list {
  margin: 40px auto;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.index-care-fee .item {
  position: relative;
  z-index: 4;
  width: calc(50% - 15px);
  border-radius: 6px;
  aspect-ratio: 385/261;
  overflow: hidden;
  text-decoration: none !important;
  display: grid;
  align-items: flex-end;
}
@media (pointer: fine) {
  .index-care-fee a.item:hover .fig {
    transform: scale(1.1);
  }
  .index-care-fee a.item:hover .ico {
    color: #fff;
    background-color: var(--btn-color);
  }
}
.index-care-fee .fig {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  z-index: -1;
  transform-origin: center center;
  transition: 0.8s;
}
.index-care-fee .fig img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  object-fit: cover;
  object-position: center;
}
.index-care-fee .fig::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  z-index: 1;
  background-image: linear-gradient(30deg, rgba(131, 131, 131, 0.4) 0%, rgba(84, 84, 84, 0) 100%);
}
.index-care-fee .txt {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
  padding: 24px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.index-care-fee .txt .ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 29px;
  min-width: 29px;
  aspect-ratio: 1;
  border-radius: 100%;
  font-size: 12px;
  background-color: #fff;
  color: var(--btn-color);
  transition: 0.3s;
}
.index-care-fee .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  z-index: -1;
}
.index-care-fee .bg img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  object-fit: cover;
  object-position: center;
}
.index-care-fee .bg::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .index-care-fee {
    margin-top: 0;
    padding: 18.5vw 0 40px;
  }
  .index-care-fee .inner {
    padding-left: 40px;
    padding-right: 40px;
  }
  .index-care-fee .list {
    gap: 12px;
    margin: 32px auto;
  }
  .index-care-fee .item {
    width: calc(50% - 6px);
  }
  .index-care-fee .txt {
    font-size: 12px;
    align-items: flex-end;
    padding: 12px;
  }
}

.index-sp-bottom {
  width: 100%;
  height: 18.6915vw;
  background-color: #1D618B;
  margin-top: -10.0467vw;
}

/* -------------------------------- */
.page-hero {
  position: relative;
  z-index: 3;
  padding: 40px 80px 20px;
  color: #fff;
  height: 500px;
  display: flex;
  align-items: flex-end;
}
.page-hero .inner {
  margin: 0 auto 40px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .page-hero .inner {
    margin: 0 auto;
  }
}
.page-hero .title {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.375;
  display: grid;
  gap: 8px;
  overflow: hidden;
}
.page-hero .en {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
  text-transform: capitalize;
  letter-spacing: 0.05em;
  display: block;
  overflow: hidden;
  position: relative;
  transform-origin: left bottom;
  backface-visibility: hidden;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .page-hero .en {
    font-size: 14px;
  }
}
.page-hero .en.none {
  text-transform: none;
}
.page-hero .ja {
  font-size: 50px;
  text-shadow: 0 0 4px rgba(108, 108, 108, 0.65);
  font-weight: 700;
  line-height: 1.25;
  display: block;
  overflow: hidden;
  position: relative;
  transform-origin: left bottom;
  backface-visibility: hidden;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .page-hero .ja {
    font-size: 26px;
  }
}
.page-hero .ja-h1 {
  font-size: 3em;
  font-weight: 700;
  line-height: 2em;
}
.page-hero .bg {
  height: 100%;
  background-color: var(--main-color);
  width: 100%;
  z-index: -1;
  overflow: hidden;
  position: absolute;
  left: 0;
}
.page-hero .hasbg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.page-hero .hasbg::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #766561;
  opacity: 0.15;
}
.page-hero .hasbg.top img {
  object-position: top center;
}
@media screen and (max-width: 767px) {
  .page-hero {
    padding: 32px 20px;
    height: 310px;
  }
  .page-hero .title {
    font-size: 12px;
    line-height: 1.8;
    display: grid;
    gap: 10px;
    margin-bottom: 20px;
  }
  .page-hero .en {
    font-size: 12px;
    line-height: 1;
  }
  .page-hero .ja-h1 {
    font-size: 2.6em;
    line-height: 1.25em;
  }
  .page-hero .bg {
    max-width: 100%;
  }
}

.page-hero .title.matrix-ready .bg-wrap,
.page-hero .title.matrix-ready .bg-wrap .inn {
  display: block;
}
.page-hero .title.matrix-ready .bg-wrap {
  overflow: hidden;
  opacity: 0;
}
.page-hero .title.matrix-ready .bg-wrap .inn {
  opacity: 0;
  transform: matrix(1, 0, 0, 1, 0, 100);
  transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform, opacity;
}
.page-hero .title.matrix-ready.is-animated .bg-wrap {
  opacity: 1;
}
.page-hero .title.matrix-ready.is-animated .bg-wrap .inn {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

@media (prefers-reduced-motion: reduce) {
  .page-hero .en,
  .page-hero .ja {
    opacity: 1;
  }
  .page-hero .title.matrix-ready .bg-wrap {
    opacity: 1;
  }
  .page-hero .title.matrix-ready .bg-wrap .inn {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
.breadcrumbs {
  font-size: 12px;
  color: #898989;
  padding: 14px 0 0;
  text-align: right;
  overflow-x: auto;
  word-break: keep-all;
  white-space: nowrap;
  margin-right: -15px;
  position: relative;
  z-index: 10;
  margin: -79px 0px 12px;
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    margin: -68px 0px 12px;
  }
}
.breadcrumbs .inner {
  padding: 3px 15px;
  width: auto;
  background-color: var(--white-color);
  max-width: none;
  display: inline-block;
  border-radius: 2px 0px 0 0px;
}
.breadcrumbs a {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    font-size: 10px;
  }
}

.page-href {
  padding-bottom: 10px;
  position: relative;
}
.page-href .list {
  --gap-width: 3px;
  --row-num: 2;
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap-width);
  margin: 32px auto 2px;
}
.page-href .list a {
  width: calc(100% / var(--row-num) - var(--gap-width) * (var(--row-num) - 1) / var(--row-num));
  background-color: #fff;
  padding: 14px 16px;
  text-decoration: none !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  transition: 0.3s;
  filter: drop-shadow(2px 2px 3px rgba(128, 128, 128, 0.1));
}
@media (pointer: fine) {
  .page-href .list a:hover {
    background-color: var(--main-color);
    color: #fff;
  }
  .page-href .list a:hover .arrow {
    color: #fff;
  }
}
.page-href .list .arrow {
  color: var(--annotation-color);
  transition: 0.3s;
}
@media (min-width: 768px) {
  .page-href .list.two {
    --row-num: 2;
  }
  .page-href .list.three {
    --row-num: 3;
  }
  .page-href .list.four {
    --row-num: 4;
  }
}
@media screen and (max-width: 767px) {
  .page-href {
    padding-bottom: 0;
  }
  .page-href .list {
    margin: 10px auto;
    --gap-width: 4px;
    --row-num: 1;
  }
  .page-href .list a {
    font-size: 11px;
    padding: 10px 12px;
  }
  .page-href .list.sp-two {
    --row-num: 2;
    gap: 4px var(--gap-width);
  }
}

/* page about */
.p-section-about .wrapper {
  padding-bottom: 68px;
}
@media screen and (max-width: 767px) {
  .p-section-about .wrapper {
    padding-bottom: 62px;
  }
}
.p-section-about .txt {
  width: 430px;
}
@media screen and (max-width: 767px) {
  .p-section-about .txt {
    width: 100%;
  }
}
.p-section-about .fig {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-section-about .con {
    margin-bottom: 0;
  }
}

.p-section-reasons .reasons-top {
  position: absolute;
  top: -1px;
  left: 50%;
  width: 100%;
  max-width: 100%;
  transform: translateX(-50%);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-section-reasons {
    padding-top: 70px;
    padding-bottom: 80px;
  }
}

/* page menu */
.p-menu-section-about, .p-care-fee-section01 {
  position: relative;
}
.p-menu-section-about .ttl, .p-care-fee-section01 .ttl {
  font-size: 18px;
  letter-spacing: 0.2em;
  line-height: 1.6667;
  color: var(--font-color);
}
@media screen and (max-width: 767px) {
  .p-menu-section-about .ttl, .p-care-fee-section01 .ttl {
    font-size: 12px;
    font-weight: 400;
  }
}
.p-menu-section-about .con, .p-care-fee-section01 .con {
  letter-spacing: 0.05em;
  line-height: 2.285;
  margin: 28px auto 40px;
}
@media screen and (max-width: 767px) {
  .p-menu-section-about .con, .p-care-fee-section01 .con {
    margin-top: 8px;
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .p-menu-section-about .top, .p-care-fee-section01 .top {
    padding: 0;
  }
}
.p-menu-section-about .title, .p-care-fee-section01 .title {
  font-size: 32px;
  letter-spacing: 0.2em;
  line-height: 1.71875;
  margin-top: 8px;
  color: var(--font-color);
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-menu-section-about .title, .p-care-fee-section01 .title {
    font-size: 24px;
    line-height: 1.7;
    width: 145%;
    z-index: 5;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .p-menu-section-about .inner, .p-care-fee-section01 .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.p-menu-section-about .wrapper, .p-care-fee-section01 .wrapper {
  padding-bottom: 68px;
}
@media screen and (max-width: 767px) {
  .p-menu-section-about .wrapper, .p-care-fee-section01 .wrapper {
    padding-bottom: 62px;
    padding-top: 24px;
  }
}
.p-menu-section-about .txt, .p-care-fee-section01 .txt {
  width: 430px;
}
@media screen and (max-width: 767px) {
  .p-menu-section-about .txt, .p-care-fee-section01 .txt {
    width: 100%;
  }
}
.p-menu-section-about .fig, .p-care-fee-section01 .fig {
  text-align: right;
}
@media (max-width: 400px) {
  .p-menu-section-about .con br, .p-care-fee-section01 .con br {
    display: none;
  }
}

.p-menu-section-symptoms {
  position: relative;
  z-index: 3;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 100px;
}
.p-menu-section-symptoms .symptoms-top {
  position: absolute;
  top: 34px;
  left: 50%;
  width: 100%;
  max-width: 100%;
  transform: translateX(-50%);
  text-align: center;
}
.p-menu-section-symptoms .wrapper {
  position: relative;
  z-index: 3;
}
.p-menu-section-symptoms .dialog-box {
  margin: 0 auto 17px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-menu-section-symptoms .dialog-box > div {
  font-size: 18px;
  font-weight: 400;
  background-color: #fff;
  padding: 7px 16px;
  border-radius: 6px;
  position: relative;
}
.p-menu-section-symptoms .dialog-box > div::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-bottom: 0;
  border-top: 13.5px solid #fff;
}
.p-menu-section-symptoms .dialog-box .color {
  color: var(--btn-color);
}
.p-menu-section-symptoms .top {
  margin-top: -34px;
}
.p-menu-section-symptoms .top .ico {
  width: 200px;
  max-width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: -8px;
}
.p-menu-section-symptoms .top .ico img {
  width: 80px;
  margin-top: 32px;
  margin-bottom: -18px;
}
.p-menu-section-symptoms .top figure {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-menu-section-symptoms .top {
  text-align: center;
}
.p-menu-section-symptoms .title {
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.588;
}
.p-menu-section-symptoms .con {
  margin-top: 34px;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2;
}
.p-menu-section-symptoms {
  /* -------------------- */
}
.p-menu-section-symptoms .list {
  margin: 40px auto 30px;
  display: flex;
  gap: 16px;
}
.p-menu-section-symptoms .item {
  width: calc(33.33% - 10.6666666667px);
  border: 3px solid var(--bg3-color);
  background-color: #FFFFFF;
  padding: 18px 24px 20px;
  border-radius: 6px;
}
.p-menu-section-symptoms .item .ttl {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  gap: 10px;
  color: #7ca9de;
}
.p-menu-section-symptoms .item .ico {
  font-size: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-menu-section-symptoms .item .tt small {
  font-size: 12px;
}
.p-menu-section-symptoms .tags {
  font-size: 12px;
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-style: normal;
  font-weight: 300;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 4px;
  margin-top: 12px;
}
.p-menu-section-symptoms .tags a {
  padding: 8px 12px;
  padding-right: 10px;
  background-color: #FCFCFC;
  border: 1px solid var(--bg3-color);
  border-radius: 100px;
  text-decoration: none !important;
  gap: 6px;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.p-menu-section-symptoms .tags a i {
  font-size: 10px;
  color: var(--annotation-color);
  transition: 0.3s;
}
@media (pointer: fine) {
  .p-menu-section-symptoms .tags a:hover {
    border: 1px solid var(--btn-color);
    color: var(--btn-color);
  }
  .p-menu-section-symptoms .tags a:hover i {
    color: var(--btn-color);
  }
}
@media (max-width: 1000px) {
  .p-menu-section-symptoms .list {
    flex-wrap: wrap;
  }
  .p-menu-section-symptoms .item {
    width: calc(50% - 10.6666666667px);
  }
}
@media screen and (max-width: 767px) {
  .p-menu-section-symptoms {
    padding-bottom: 90px;
  }
  .p-menu-section-symptoms .symptoms-top {
    top: 4px;
  }
  .p-menu-section-symptoms .dialog-box {
    margin-bottom: 8px;
  }
  .p-menu-section-symptoms .dialog-box > div {
    font-size: 14px;
    padding: 6px 14px;
  }
  .p-menu-section-symptoms .dialog-box > div::after {
    border: 8px solid transparent;
    border-bottom: 0;
    border-top: 9px solid #fff;
  }
  .p-menu-section-symptoms .top {
    margin-top: -4px;
  }
  .p-menu-section-symptoms .top .ico {
    width: 129px;
    margin-bottom: -18px;
  }
  .p-menu-section-symptoms .title {
    font-size: 26px;
  }
  .p-menu-section-symptoms .con {
    margin-top: 24px;
    font-size: 12px;
  }
  .p-menu-section-symptoms {
    /* -------------------- */
  }
  .p-menu-section-symptoms .list {
    margin: 20px auto 32px;
  }
  .p-menu-section-symptoms .item {
    width: 100%;
  }
}

.p-menu-section-diseases .dialog-box > div {
  font-size: 18px;
  font-weight: 400;
}
.p-menu-section-diseases .sub-con {
  margin: 34px auto;
  text-align: center;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-menu-section-diseases .top-texture {
    max-width: 100%;
  }
  .p-menu-section-diseases .dialog-box > div {
    font-size: 14px;
    font-weight: 400;
  }
  .p-menu-section-diseases .sub-con {
    margin: 24px auto;
    font-size: 12px;
  }
}

.p-menu-section-care-fee {
  padding-top: 20px;
  padding-bottom: 100px;
  position: relative;
  z-index: 3;
}
.p-menu-section-care-fee .top-texture {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 100%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 1;
}
.p-menu-section-care-fee .top-texture svg {
  width: 956px;
  height: auto;
}
.p-menu-section-care-fee .top-texture svg path {
  fill: rgba(var(--main-color-rgb), 0.1);
}
.p-menu-section-care-fee .site-title .ja {
  color: var(--font-color);
}
.p-menu-section-care-fee .ico-user {
  position: relative;
  z-index: 3;
  text-align: center;
  margin-bottom: -47px;
}
.p-menu-section-care-fee .ico-user img {
  width: 100px;
}
.p-menu-section-care-fee .dialog-box {
  margin: 0 auto 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 4;
}
.p-menu-section-care-fee .dialog-box > div {
  font-size: 18px;
  font-weight: 400;
  background-color: #fff;
  padding: 7px 16px;
  border-radius: 6px;
  position: relative;
  text-align: center;
}
.p-menu-section-care-fee .dialog-box > div::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-bottom: 0;
  border-top: 13.5px solid #fff;
}
.p-menu-section-care-fee .dialog-box .color {
  color: var(--btn-color);
}
.p-menu-section-care-fee .sub-con {
  margin: 34px auto;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2;
}
.p-menu-section-care-fee {
  /* -------------------- */
}
.p-menu-section-care-fee .inner {
  width: var(--inner-width02);
}
.p-menu-section-care-fee .list {
  margin: 40px auto;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.p-menu-section-care-fee .item {
  position: relative;
  z-index: 4;
  width: calc(50% - 15px);
  border-radius: 6px;
  aspect-ratio: 385/261;
  overflow: hidden;
  text-decoration: none !important;
  display: grid;
  align-items: flex-end;
}
@media (pointer: fine) {
  .p-menu-section-care-fee a.item:hover .fig {
    transform: scale(1.1);
  }
  .p-menu-section-care-fee a.item:hover .ico {
    color: #fff;
    background-color: var(--btn-color);
  }
}
.p-menu-section-care-fee .fig {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  z-index: -1;
  transform-origin: center center;
  transition: 0.3s;
}
.p-menu-section-care-fee .fig img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  object-fit: cover;
  object-position: center;
}
.p-menu-section-care-fee .fig::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  z-index: 1;
  background-image: linear-gradient(30deg, rgba(131, 131, 131, 0.4) 0%, rgba(84, 84, 84, 0) 100%);
}
.p-menu-section-care-fee .txt {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
  padding: 24px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.p-menu-section-care-fee .txt .ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 29px;
  min-width: 29px;
  aspect-ratio: 1;
  border-radius: 100%;
  font-size: 12px;
  background-color: #fff;
  color: var(--btn-color);
  transition: 0.3s;
}
@media (max-width: 767px) {
  .p-menu-section-care-fee {
    padding-bottom: 80px;
  }
  .p-menu-section-care-fee .top-texture {
    width: 122%;
    max-width: 122%;
  }
  .p-menu-section-care-fee .ico-user {
    width: 70px;
    max-width: 100%;
    margin: auto;
    margin-bottom: -22px;
  }
  .p-menu-section-care-fee .dialog-box {
    margin-bottom: 8px;
  }
  .p-menu-section-care-fee .dialog-box > div {
    font-size: 14px;
    padding: 6px 14px;
  }
  .p-menu-section-care-fee .dialog-box > div::after {
    border: 8px solid transparent;
    border-bottom: 0;
    border-top: 9px solid #fff;
  }
  .p-menu-section-care-fee .sub-con {
    margin: 24px auto;
    font-size: 12px;
  }
  .p-menu-section-care-fee {
    /* -------------------- */
  }
  .p-menu-section-care-fee .list {
    gap: 12px;
    margin: 32px auto;
  }
  .p-menu-section-care-fee .item {
    width: calc(50% - 6px);
  }
  .p-menu-section-care-fee .txt {
    font-size: 12px;
    align-items: flex-end;
    padding: 12px;
  }
}

/* page symptoms */
.p-symptoms-list {
  padding: 20px;
  position: relative;
  /* -------------------- */
}
.p-symptoms-list .list {
  margin: 26px auto 40px;
  display: flex;
  gap: 16px;
}
.p-symptoms-list .item {
  width: calc(33.33% - 10.6666666667px);
  background-color: #FFFFFF;
  padding: 18px 14px 20px;
  border-radius: 6px;
}
.p-symptoms-list .item .ttl {
  display: flex;
  align-items: center;
  font-size: 14px;
  gap: 10px;
  color: #7ca9de;
  padding: 0 6px;
}
.p-symptoms-list .item .ico {
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-symptoms-list .item .tt {
  color: var(--font-color);
}
.p-symptoms-list .item .tt small {
  font-size: 1em;
}
.p-symptoms-list .tags {
  font-size: 12px;
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-style: normal;
  font-weight: 300;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 4px;
  margin-top: 16px;
}
.p-symptoms-list .tags a {
  padding: 8px 12px;
  padding-right: 10px;
  background-color: #FCFCFC;
  border: 1px solid var(--bg3-color);
  border-radius: 100px;
  text-decoration: none !important;
  gap: 6px;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.p-symptoms-list .tags a i {
  font-size: 10px;
  color: var(--annotation-color);
  transition: 0.3s;
}
@media (pointer: fine) {
  .p-symptoms-list .tags a:hover {
    background-color: var(--main-color);
    color: #fff;
  }
  .p-symptoms-list .tags a:hover i {
    color: #fff;
  }
}
@media (min-width: 768px) {
  .p-symptoms-list dt {
    pointer-events: none;
  }
}
@media (min-width: 768px) {
  .p-symptoms-list dd {
    display: block !important;
  }
}
@media (max-width: 1000px) {
  .p-symptoms-list .list {
    flex-wrap: wrap;
  }
  .p-symptoms-list .item {
    width: calc(50% - 10.6666666667px);
  }
}
@media screen and (max-width: 767px) {
  .p-symptoms-list {
    /* -------------------- */
  }
  .p-symptoms-list .list {
    gap: 8px;
  }
  .p-symptoms-list .item {
    width: 100%;
    padding: 0;
    cursor: pointer;
  }
  .p-symptoms-list .item .ttl {
    padding: 0;
    font-size: 12px;
    gap: 6px;
  }
  .p-symptoms-list .item .ico {
    font-size: 19px;
  }
  .p-symptoms-list .tags {
    padding: 16px 0 20px;
    border-top: 1px solid #E8E8E8;
    margin-top: 0;
  }
  .p-symptoms-list dl.show .arrow span::after {
    transform: rotate(0deg);
  }
  .p-symptoms-list dt {
    padding: 13px 13px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .p-symptoms-list dd {
    display: none;
    padding: 0 13px;
  }
  .p-symptoms-list .arrow {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .p-symptoms-list .arrow span {
    background-color: var(--font-color);
    width: 10px;
    height: 2px;
    border-radius: 100px;
    position: relative;
  }
  .p-symptoms-list .arrow span::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 100px;
    background-color: var(--font-color);
    transform-origin: center center;
    transform: rotate(90deg);
    transition: 0.3s;
  }
}

.p-symptoms-wrapper {
  margin-bottom: 80px;
  padding: 0 20px;
  position: relative;
}

.p-symptoms-section {
  margin-top: 100px;
}
.p-symptoms-section .title {
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 54px;
  color: #7ca9de;
}
.p-symptoms-section .title .ico {
  font-size: 46px;
  margin-bottom: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-symptoms-section .title small {
  font-size: 24px;
}
.p-symptoms-section .wrapper {
  display: grid;
  gap: 32px;
  margin-top: 40px;
}
.p-symptoms-section .item {
  display: flex;
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
}
.p-symptoms-section .item .txt {
  padding: 40px 32px;
  width: 100%;
}
.p-symptoms-section .item .ttl {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 22px;
}
.p-symptoms-section .item .con {
  margin-top: 24px;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 30px;
}
.p-symptoms-section .item .bottom {
  margin-top: 25px;
}
.p-symptoms-section .item .sub-ttl {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 32px;
  color: #7CA9DE;
}
.p-symptoms-section .item .sub-ttl .ico {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-symptoms-section .item .sub-ttl .ico svg {
  width: 27px;
  height: 31px;
}
.p-symptoms-section .item .tags {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.p-symptoms-section .item .tags a {
  padding: 12px 16px;
  background-color: #FCFCFC;
  border: 1px solid var(--bg3-color);
  border-radius: 100px;
  text-decoration: none !important;
  gap: 12px;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.p-symptoms-section .item .tags a i {
  font-size: 10px;
  color: var(--annotation-color);
  transition: 0.3s;
}
@media (pointer: fine) {
  .p-symptoms-section .item .tags a:hover {
    background-color: var(--main-color);
    color: #fff;
  }
  .p-symptoms-section .item .tags a:hover i {
    color: #fff;
  }
}
.p-symptoms-section .item .pic {
  width: 400px;
  min-width: 400px;
  height: 100%;
  position: relative;
  z-index: 3;
}
.p-symptoms-section .item .pic .hasbg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  z-index: -1;
}
.p-symptoms-section .item .pic .hasbg::after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #19567d;
  opacity: 0.3;
}
.p-symptoms-section#symptoms02 .item .sub-ttl {
  color: #DE9587;
}
.p-symptoms-section#symptoms03 .item .sub-ttl {
  color: #CBB67E;
}
@media screen and (max-width: 767px) {
  .p-symptoms-section {
    margin-top: 60px;
  }
  .p-symptoms-section .title {
    font-size: 24px;
    letter-spacing: 0.25em;
    line-height: 34px;
  }
  .p-symptoms-section .title .ico {
    font-size: 40px;
    margin-bottom: 5.2px;
  }
  .p-symptoms-section .title small {
    font-size: 14px;
  }
  .p-symptoms-section .wrapper {
    gap: 12px;
    margin-top: 32px;
  }
  .p-symptoms-section .item {
    flex-direction: column-reverse;
  }
  .p-symptoms-section .item .txt {
    padding: 24px 24px 32px;
  }
  .p-symptoms-section .item .ttl {
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 34px;
  }
  .p-symptoms-section .item .con {
    margin-top: 0;
    font-size: 12px;
    line-height: 26px;
  }
  .p-symptoms-section .item .sub-ttl {
    font-size: 14px;
    gap: 8px;
  }
  .p-symptoms-section .item .sub-ttl .ico svg {
    width: 21px;
    height: 24px;
  }
  .p-symptoms-section .item .bottom {
    margin-top: 29px;
  }
  .p-symptoms-section .item .tags {
    gap: 6px;
    margin-top: 11px;
  }
  .p-symptoms-section .item .tags a {
    padding: 8px 16px;
    padding-right: 10px;
    font-size: 12px;
  }
  .p-symptoms-section .item .pic {
    aspect-ratio: 348/159;
    width: 100%;
    min-width: 0;
    padding: 16px 24px;
    display: flex;
    align-items: flex-end;
    border-radius: 3px 3px 0 0;
    overflow: hidden;
  }
  .p-symptoms-section .item .pic .ttl {
    color: #fff;
  }
  .p-symptoms-section .item .pic .hasbg::after {
    content: "";
  }
}

/* page disease */
.p-disease-wrapper {
  padding: 0 20px;
  position: relative;
}
.p-disease-wrapper .list {
  display: grid;
  gap: 32px;
  margin: 48px auto 80px;
}
.p-disease-wrapper .item {
  display: flex;
  background-color: #fff;
  border-radius: 2px;
  overflow: hidden;
}
.p-disease-wrapper .item .txt {
  padding: 40px 32px;
  width: 100%;
}
.p-disease-wrapper .item .ttl {
  font-size: 24px;
  font-weight: 700;
  color: var(--font-color);
  letter-spacing: 0.15em;
  line-height: 22px;
}
.p-disease-wrapper .item .ttl small {
  font-size: 16px;
}
.p-disease-wrapper .item .con {
  margin-top: 24px;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 30px;
}
.p-disease-wrapper .item .bottom {
  margin-top: 25px;
}
.p-disease-wrapper .item .sub-ttl {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 32px;
  color: #7CA9DE;
}
.p-disease-wrapper .item .sub-ttl .ico {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-disease-wrapper .item .sub-ttl .ico svg {
  width: 27px;
  height: 31px;
}
.p-disease-wrapper .item .tags {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.p-disease-wrapper .item .tags a {
  padding: 12px 16px;
  background-color: #FCFCFC;
  border: 1px solid var(--bg3-color);
  border-radius: 100px;
  text-decoration: none !important;
  gap: 12px;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.p-disease-wrapper .item .tags a i {
  font-size: 10px;
  color: var(--main-color);
  transition: 0.3s;
}
@media (pointer: fine) {
  .p-disease-wrapper .item .tags a:hover {
    background-color: var(--main-color);
    color: #fff;
  }
  .p-disease-wrapper .item .tags a:hover i {
    color: #fff;
  }
}
.p-disease-wrapper .item .pic {
  width: 400px;
  min-width: 400px;
  height: 100%;
  position: relative;
  z-index: 3;
}
.p-disease-wrapper .item .pic .hasbg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  z-index: -1;
}
.p-disease-wrapper .item .pic .hasbg::after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #726565;
  opacity: 0.3;
}
.p-disease-wrapper .site-btn {
  margin-top: 32px;
}
.p-disease-wrapper .site-btn .btn {
  width: 360px;
}
@media screen and (max-width: 767px) {
  .p-disease-wrapper .list {
    gap: 24px;
    margin: 40px 0 60px;
  }
  .p-disease-wrapper .item {
    flex-direction: column-reverse;
  }
  .p-disease-wrapper .item .txt {
    padding: 24px 24px 32px;
  }
  .p-disease-wrapper .item .ttl {
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 34px;
  }
  .p-disease-wrapper .item .ttl small {
    font-size: 10px;
  }
  .p-disease-wrapper .item .con {
    margin-top: 0;
    font-size: 12px;
    line-height: 26px;
  }
  .p-disease-wrapper .item .sub-ttl {
    font-size: 14px;
    gap: 8px;
  }
  .p-disease-wrapper .item .sub-ttl .ico svg {
    width: 21px;
    height: 24px;
  }
  .p-disease-wrapper .item .bottom {
    margin-top: 29px;
  }
  .p-disease-wrapper .item .tags {
    gap: 6px;
    margin-top: 11px;
  }
  .p-disease-wrapper .item .tags a {
    padding: 8px 16px;
    padding-right: 10px;
    font-size: 12px;
  }
  .p-disease-wrapper .item .pic {
    aspect-ratio: 348/159;
    width: 100%;
    min-width: none;
    padding: 16px 24px;
    display: flex;
    align-items: flex-end;
  }
  .p-disease-wrapper .item .pic .ttl {
    color: #fff;
  }
  .p-disease-wrapper .item .pic .hasbg::after {
    content: "";
  }
  .p-disease-wrapper .site-btn {
    justify-content: center;
  }
}

/* page self-pay-care-fee */
@media screen and (max-width: 767px) {
  .p-care-fee-section01 .title .small {
    font-size: 14px;
  }
}
.p-care-fee-section01 .txt {
  width: 467px;
}
@media screen and (max-width: 767px) {
  .p-care-fee-section01 .txt {
    width: 100%;
  }
}
.p-care-fee-section01 .fig {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-care-fee-section01 .wrapper {
    padding-bottom: 40px;
  }
  .p-care-fee-section01 .wrapper .con {
    margin-bottom: 0;
  }
}

.p-care-fee-section02 {
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 80px;
  position: relative;
  z-index: 3;
}
.p-care-fee-section02 .top-texture {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 100%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 1;
}
.p-care-fee-section02 .site-title .ja {
  color: var(--font-color);
}
.p-care-fee-section02 .ico-user {
  position: relative;
  z-index: 3;
  text-align: center;
  margin-bottom: -7px;
}
.p-care-fee-section02 .dialog-box {
  margin: 0 auto 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 4;
}
.p-care-fee-section02 .dialog-box > div {
  font-size: 20px;
  font-weight: 400;
  position: relative;
}
.p-care-fee-section02 .dialog-box .color {
  color: var(--btn-color);
}
.p-care-fee-section02 .list {
  margin-top: 16px;
  display: grid;
  gap: 16px;
}
.p-care-fee-section02 .item {
  display: flex;
  background-color: #fff;
  border-radius: 3px;
  overflow: hidden;
}
.p-care-fee-section02 .item .txt {
  padding: 40px 32px;
  width: 100%;
}
.p-care-fee-section02 .item .ttl {
  font-size: 24px;
  font-weight: 700;
  color: var(--font-color);
  letter-spacing: 0.15em;
  line-height: 22px;
}
.p-care-fee-section02 .item .con {
  margin-top: 24px;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 30px;
}
.p-care-fee-section02 .item .fig {
  width: 400px;
  min-width: 400px;
  height: 100%;
  position: relative;
  z-index: 3;
}
.p-care-fee-section02 .item .fig .hasbg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  z-index: -1;
}
.p-care-fee-section02 .item .fig .hasbg::after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #7d5619;
  opacity: 0.2;
}
@media screen and (max-width: 767px) {
  .p-care-fee-section02 {
    padding-top: 19px;
  }
  .p-care-fee-section02 .top-texture {
    width: 122%;
    max-width: 122%;
  }
  .p-care-fee-section02 .ico-user {
    width: 153px;
    max-width: 100%;
    margin: auto;
    margin-bottom: -8px;
  }
  .p-care-fee-section02 .dialog-box {
    margin-bottom: 8px;
  }
  .p-care-fee-section02 .dialog-box > div {
    font-size: 15px;
  }
  .p-care-fee-section02 .dialog-box > div::after {
    border: 8px solid transparent;
    border-bottom: 0;
    border-top: 9px solid #fff;
  }
  .p-care-fee-section02 .list {
    gap: 24px;
  }
  .p-care-fee-section02 .item {
    flex-direction: column-reverse;
  }
  .p-care-fee-section02 .item .txt {
    padding: 24px;
  }
  .p-care-fee-section02 .item .ttl {
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 34px;
  }
  .p-care-fee-section02 .item .con {
    margin-top: 0;
    font-size: 12px;
    line-height: 26px;
  }
  .p-care-fee-section02 .item .fig {
    aspect-ratio: 348/159;
    width: 100%;
    min-width: 0;
    padding: 24px 24px 12px 24px;
    display: flex;
    align-items: flex-end;
  }
  .p-care-fee-section02 .item .fig .ttl {
    color: #fff;
  }
  .p-care-fee-section02 .item .fig .hasbg::after {
    content: "";
  }
}

/* page doctor */
.p-doctor-wrapper {
  padding: 56px 30px 80px;
}
.p-doctor-wrapper .info {
  position: relative;
  z-index: 3;
}
.p-doctor-wrapper .img {
  text-align: center;
  width: 260px;
  margin: 0 auto;
}
.p-doctor-wrapper .title {
  text-align: center;
  color: #707070;
  margin-top: 16px;
  line-height: 1.7142;
}
.p-doctor-wrapper .company {
  font-size: 1em;
  font-weight: 400;
}
.p-doctor-wrapper .name {
  margin: 8px auto;
  font-size: 18px;
  font-weight: 700;
}
.p-doctor-wrapper .con {
  width: 600px;
  max-width: 100%;
  margin: auto;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 2.5;
  margin-top: 28px;
}
@media screen and (max-width: 767px) {
  .p-doctor-wrapper {
    padding-top: 18px;
  }
  .p-doctor-wrapper .con {
    margin-top: 24px;
    line-height: 2.166;
  }
}

/* page access */
.p-access-title {
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.58;
  text-align: center;
  position: relative;
}
.p-access-title .bg-white {
  font-size: 16px;
  font-weight: 700;
  background: #fff;
  border-radius: 4px;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .p-access-title {
    font-size: 20px;
    letter-spacing: 0.25em;
    line-height: 2;
  }
  .p-access-title .bg-white {
    font-size: 14px;
    padding: 6px;
  }
}

.p-access-section01 {
  padding: 45px 20px;
}
.p-access-section01 .inner {
  width: var(--inner-width02);
}
.p-access-section01 .wrapper {
  background-color: #fff;
  overflow: hidden;
  margin-top: 34px;
  position: relative;
}
.p-access-section01 .google-map {
  position: relative;
  min-height: 200px;
}
.p-access-section01 .google-map::after {
  content: "";
  width: 100%;
  display: block;
  padding-top: 38.875%;
}
.p-access-section01 .google-map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.p-access-section01 .info-box {
  display: flex;
  justify-content: space-between;
  padding: 40px;
  gap: 40px;
}
.p-access-section01 .info {
  width: 100%;
}
.p-access-section01 .fig {
  position: relative;
  aspect-ratio: 244/383;
  width: 244px;
  min-width: 244px;
  border-radius: 0 0 6px 0;
  overflow: hidden;
}
.p-access-section01 .fig .hasbg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.p-access-section01 dl {
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-style: normal;
  padding: 20px 0;
  display: flex;
  align-items: baseline;
  border-bottom: 1px solid var(--border-color);
}
.p-access-section01 dl:last-child {
  border-bottom: 0;
}
@media (max-width: 900px) {
  .p-access-section01 dl {
    padding: 10px 0;
  }
}
.p-access-section01 dt {
  white-space: nowrap;
  min-width: 6.4em;
  font-weight: 600;
}
.p-access-section01 dd {
  width: 100%;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-access-section01 dd {
    font-size: 14px;
  }
}
.p-access-section01 .address-box {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 6px 20px;
}
.p-access-section01 .add {
  line-height: 1.7142857143em;
}
.p-access-section01 .map {
  font-size: 12px;
  border-bottom: 1px solid var(--link-color);
  color: var(--link-color);
  text-decoration: none !important;
  white-space: nowrap;
}
.p-access-section01 .map i {
  margin-right: 0.6em;
}
.p-access-section01 .tel-box {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.p-access-section01 .tel-box .txt {
  background-color: var(--bg-color);
  text-align: center;
  font-size: 10px;
  border-radius: 5px;
  padding: 5px 2em;
}
.p-access-section01 .tel {
  font-size: 12px;
  text-decoration: none !important;
}
.p-access-section01 .num {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-size: 1.7142em;
  font-weight: 700;
  line-height: 1;
  color: var(--main-color);
}
.p-access-section01 .tel-num {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-size: 2em;
  font-weight: 800;
  white-space: nowrap;
  line-height: 1;
  color: var(--main-color);
}
.p-access-section01 .time span {
  font-size: 10px;
  font-weight: 400;
}
.p-access-section01 .time em {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
}
.p-access-section01 table {
  margin: 15px 0;
  border: 0;
}
.p-access-section01 table td {
  border: 0;
  text-align: center;
  padding: 5px 10px;
}
.p-access-section01 table td:nth-child(1) {
  min-width: 6.4em;
  text-align: left;
  padding: 0;
  font-weight: 600;
}
.p-access-section01 table td:nth-child(1) small {
  font-weight: 300;
}
.p-access-section01 table small {
  font-size: 12px;
}
.p-access-section01 table .cir {
  width: 8px;
  aspect-ratio: 1;
  margin: auto;
  border-radius: 100%;
  background-color: var(--main-color);
  display: inline-block;
}
.p-access-section01 table .cir.none {
  background-color: #e0e0e0;
}
@media screen and (max-width: 767px) {
  .p-access-section01 {
    padding: 0 20px;
    margin: 40px auto;
  }
  .p-access-section01 .wrapper {
    margin-top: 12px;
  }
  .p-access-section01 .google-map::after {
    padding-top: 57.183908046%;
  }
  .p-access-section01 .info-box {
    padding: 24px;
    font-size: 12px;
  }
  .p-access-section01 .fig {
    display: none;
  }
  .p-access-section01 dl {
    gap: 4px;
  }
  .p-access-section01 .tel-box {
    gap: 5px 10px;
  }
  .p-access-section01 table {
    width: 100%;
  }
  .p-access-section01 table td {
    padding: 5px;
  }
  .p-access-section01 table td:nth-child(1) {
    min-width: 0;
    white-space: nowrap;
    font-size: 12px;
  }
}

.p-access-section02 {
  padding: 42px 20px 80px;
}
.p-access-section02 .inner {
  width: 800px;
}
.p-access-section02 .p-access-route-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 36px;
  position: relative;
}
.p-access-section02 .p-access-route-tabs--bottom {
  margin-top: 46px;
}
.p-access-section02 .p-access-route-tab {
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-style: normal;
  border: 1px solid var(--main-color);
  border-radius: 4px;
  background-color: #fff;
  color: var(--main-color);
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  min-height: 58px;
  padding: 12px 16px;
  transition: background-color 0.3s, color 0.3s;
}
.p-access-section02 .p-access-route-tab.is-active {
  background-color: var(--main-color);
  color: #fff;
}
@media (pointer: fine) {
  .p-access-section02 .p-access-route-tab:hover {
    background-color: var(--main-color);
    color: #fff;
  }
}
.p-access-section02 .p-access-route-panel[hidden] {
  display: none;
}
.p-access-section02 .wrapper {
  margin-top: 46px;
}
.p-access-section02 .list {
  --access-route-line-progress: 1;
  --access-route-line-end-offset: 180px;
  display: grid;
  gap: 60px;
  position: relative;
  z-index: 3;
}
.p-access-section02 .list::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 3px;
  background-color: #e8e3db;
  top: 20px;
  bottom: var(--access-route-line-end-offset);
  left: 20px;
  transform: translateX(-50%) scaleY(var(--access-route-line-progress));
  transform-origin: top center;
  transition: transform 0.28s ease-out;
}
@media screen and (max-width: 767px) {
  .p-access-section02 .list::after {
    background-color: var(--main-color);
    width: 5px;
  }
}
.p-access-section02 .item {
  display: flex;
  gap: 40px;
}
.p-access-section02 .txt {
  display: flex;
  gap: 26px;
}
.p-access-section02 .num {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 700;
  background-color: var(--main-color);
  width: 40px;
  min-width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 3px;
  position: relative;
  z-index: 3;
}
.p-access-section02 .num em {
  font-style: normal;
  display: none;
}
.p-access-section02 .num .ico {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  z-index: -1;
  color: var(--main-color);
  top: 0.1em;
}
.p-access-section02 .num .ico svg {
  width: 100%;
  height: 100%;
}
.p-access-section02 .con {
  font-size: 15px;
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-style: normal;
  font-weight: 300;
  width: 372px;
}
@media screen and (max-width: 767px) {
  .p-access-section02 .con {
    width: 100%;
    font-size: 14px;
  }
}
.p-access-section02 .fig {
  width: 282px;
  min-width: 282px;
  aspect-ratio: 282/200;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
}
.p-access-section02 .hasbg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-access-section02 {
    padding-top: 30px;
  }
  .p-access-section02 .p-access-route-tabs {
    gap: 6px;
    margin-top: 24px;
  }
  .p-access-section02 .p-access-route-tabs--bottom {
    margin-top: 32px;
  }
  .p-access-section02 .p-access-route-tab {
    font-size: 13px;
    letter-spacing: 0.04em;
    min-height: 48px;
    padding: 10px 8px;
  }
  .p-access-section02 .wrapper {
    margin-top: 28px;
  }
  .p-access-section02 .list {
    --access-route-line-progress: 0;
    --access-route-line-end-offset: 78px;
    gap: 28px;
  }
  .p-access-section02 .list::after {
    left: 38px;
  }
  .p-access-section02 .item {
    flex-direction: column-reverse;
    background-color: #fff;
    border-radius: 2px;
    overflow: hidden;
    gap: 0px;
  }
  .p-access-section02 .txt {
    display: block;
    padding: 0 24px 24px;
  }
  .p-access-section02 .num {
    font-size: 18px;
    width: 38px;
    min-width: 38px;
    height: 38px;
    transform: translate(-8px, -16px);
  }
  .p-access-section02 .num em {
    display: inline-block;
  }
  .p-access-section02 .fig {
    border-radius: 0;
    width: 100%;
    min-width: auto;
    min-height: 140px;
  }
}

/* page faq */
.p-faq-title {
  font-size: 34px;
  font-weight: 700;
  color: var(--font-color);
  letter-spacing: 0.2em;
  line-height: 1.58;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-faq-title {
    font-size: 20px;
    letter-spacing: 0.25em;
    line-height: 2;
  }
}

.p-faq-wrapper {
  padding-bottom: 40px;
  position: relative;
}

.p-faq-section {
  padding: 40px 20px;
}
.p-faq-section .inner {
  width: var(--inner-width02);
}
.p-faq-section .list {
  margin-top: 32px;
  display: grid;
  gap: 16px;
}
.p-faq-section dl {
  background-color: #fff;
  border-radius: 6px;
}
.p-faq-section dl .ico {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-faq-section dl.show .arrow span::after {
  transform: rotate(0deg);
}
.p-faq-section dt {
  padding: 27px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  cursor: pointer;
}
.p-faq-section dt .ttl {
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 8px;
}
.p-faq-section dd {
  display: none;
}
.p-faq-section .dd {
  padding: 24px;
  display: flex;
  align-items: baseline;
  gap: 8px;
  border-top: 1px solid var(--bg3-color);
}
.p-faq-section .arrow {
  width: 26px;
  min-width: 26px;
  aspect-ratio: 1;
  background-color: var(--bg3-color);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.p-faq-section .arrow span {
  background-color: #707070;
  width: 10px;
  height: 2px;
  border-radius: 100px;
  position: relative;
}
.p-faq-section .arrow span::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 100px;
  background-color: #707070;
  transform-origin: center center;
  transform: rotate(90deg);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-faq-section {
    padding: 20px;
  }
  .p-faq-section .list {
    margin-top: 24px;
    gap: 12px;
  }
  .p-faq-section dt {
    padding: 20px 16px;
  }
  .p-faq-section dt .ttl {
    font-size: 12px;
  }
  .p-faq-section .dd {
    padding: 20px 16px;
    font-size: 12px;
  }
}

/* page privacy policy */
.p-privacy-wrapper {
  padding: 40px 20px 100px;
  position: relative;
}
.p-privacy-wrapper .inner {
  width: var(--inner-width02);
}
.p-privacy-wrapper h2 {
  font-size: 36px;
  letter-spacing: 0.1em;
  line-height: 34px;
  padding: 16px 0;
  border-bottom: unset;
  margin: 80px auto 24px;
}
.p-privacy-wrapper h3 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 2;
}
.p-privacy-wrapper .col {
  margin-top: 40px;
}
.p-privacy-wrapper .col ~ .col {
  margin-top: 60px;
}
.p-privacy-wrapper .content {
  margin-top: 24px;
  letter-spacing: 0.05em;
  line-height: 2.14;
}
@media screen and (max-width: 767px) {
  .p-privacy-wrapper {
    padding: 20px 20px 80px;
  }
  .p-privacy-wrapper h2 {
    font-size: 18px;
    letter-spacing: 0.25em;
    line-height: 40px;
    color: var(--font-color);
    padding-bottom: 0;
    border-bottom: none;
  }
  .p-privacy-wrapper h3 {
    font-size: 14px;
    letter-spacing: 0.15em;
    line-height: 40px;
  }
  .p-privacy-wrapper .content {
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 26px;
    margin-top: 16px;
  }
  .p-privacy-wrapper .col {
    margin-top: 60px;
  }
  .p-privacy-wrapper .col ~ .col {
    margin-top: 40px;
  }
}

/* page contact */
.p-contact-wrapper {
  padding: 66px 20px 80px;
}
.p-contact-wrapper .inner {
  width: 640px;
}
.p-contact-wrapper .contact-top {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 30px;
}
.p-contact-wrapper .contact-top .must {
  color: #898989;
  font-size: 12px;
  margin-top: 24px;
}
.p-contact-wrapper .contact-top .must em {
  font-style: normal;
  color: #E35959;
}
.p-contact-wrapper .confirm-title {
  font-size: 28px;
  letter-spacing: 0.15em;
  line-height: 52px;
}
.p-contact-wrapper .contact-form {
  margin-top: 50px;
}
.p-contact-wrapper .contact-form dl ~ dl {
  margin-top: 28px;
}
.p-contact-wrapper .contact-form dt {
  font-weight: 700;
  display: flex;
  align-items: flex-start;
  gap: 4px;
}
.p-contact-wrapper .contact-form dd {
  margin-top: 14px;
}
.p-contact-wrapper .contact-form .must {
  color: #CE1515;
  font-size: 10px;
  font-weight: 400;
}
.p-contact-wrapper .contact-form input[type=text],
.p-contact-wrapper .contact-form input[type=email] {
  width: 100%;
  height: 54px;
  padding: 14px 24px;
  border-radius: 12px;
  background-color: #fff;
  border: none;
  outline: none;
}
.p-contact-wrapper .contact-form textarea {
  width: 100%;
  height: 250px;
  padding: 16px 24px;
  background-color: #fff;
  border: none;
  outline: none;
  border-radius: 12px;
  resize: none;
}
.p-contact-wrapper .mw-buttons {
  margin-top: 60px;
}
.p-contact-wrapper .square-btn {
  display: grid;
  justify-content: center;
}
.p-contact-wrapper .square-btn button {
  padding: 20px 35px;
  border-radius: 100px;
  width: 288px;
  max-width: 100%;
  position: relative;
  transition: 0.3s;
  margin: auto;
  background-color: var(--main-color);
  color: #fff;
  border: 1px solid #fff;
  outline: none;
  font-size: 16px;
}
@media (pointer: fine) {
  .p-contact-wrapper .square-btn button:hover {
    background-color: #74C0F0;
  }
}
.p-contact-wrapper .square-btn .ico {
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}
.p-contact-wrapper .square-btn .ico.left {
  right: auto;
  left: 20px;
}
.p-contact-wrapper .square-btn.back {
  margin-top: 24px;
}
.p-contact-wrapper .square-btn.back button {
  background-color: var(--font-color);
}
@media (pointer: fine) {
  .p-contact-wrapper .square-btn.back button:hover {
    background-color: #000;
  }
}
.p-contact-wrapper .mw_wp_form_input .confirm-title {
  display: none;
}
.p-contact-wrapper .mw_wp_form_confirm .contact-top {
  display: none;
}
.p-contact-wrapper .mw_wp_form_confirm .contact-form dl ~ dl {
  margin-top: 46px;
}
.p-contact-wrapper .mw_wp_form_confirm .contact-form dd {
  margin-top: 30px;
}
.p-contact-wrapper .thanks-wrapper h2 {
  font-size: 2em;
  letter-spacing: 0.15em;
  line-height: 52px;
}
.p-contact-wrapper .thanks-wrapper .con {
  margin-top: 32px;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 30px;
}
.p-contact-wrapper .thanks-wrapper .site-btn {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-contact-wrapper {
    padding-top: 16px;
  }
  .p-contact-wrapper .contact-top {
    font-size: 12px;
    line-height: 26px;
  }
  .p-contact-wrapper .contact-top .must {
    font-size: 10px;
    margin-top: 24px;
  }
  .p-contact-wrapper .confirm-title {
    font-size: 18px;
    letter-spacing: 0.25em;
    line-height: 40px;
  }
  .p-contact-wrapper .contact-form dl ~ dl {
    margin-top: 24px;
  }
  .p-contact-wrapper .mw-buttons {
    margin-top: 40px;
  }
  .p-contact-wrapper .mw_wp_form_confirm .contact-form dl ~ dl {
    margin-top: 40px;
  }
  .p-contact-wrapper .mw_wp_form_confirm .contact-form dd {
    margin-top: 14px;
  }
  .p-contact-wrapper .thanks-wrapper h2 {
    font-size: 18px;
    letter-spacing: 0.25em;
    line-height: 40px;
  }
  .p-contact-wrapper .thanks-wrapper .con {
    margin-top: 24px;
    font-size: 12px;
    line-height: 26px;
  }
  .p-contact-wrapper .thanks-wrapper .site-btn {
    margin-top: 40px;
  }
}

/* ------------------------------------------------- */
.p-post-wrapper {
  padding: 36px 12px 80px;
  position: relative;
}
.p-post-wrapper .inner {
  width: var(--inner-width02);
}
.p-post-wrapper .list {
  display: grid;
  gap: 8px;
}
.p-post-wrapper .item {
  background-color: #fff;
  border-radius: 2px;
  padding: 20px;
  display: grid;
  gap: 6px;
  text-decoration: none !important;
}
@media (pointer: fine) {
  .p-post-wrapper .item:hover .ttl {
    color: var(--main-color);
  }
}
.p-post-wrapper .time {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  opacity: 0.3;
  font-size: 12px;
}
.p-post-wrapper .ttl {
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-post-wrapper {
    padding-top: 16px;
  }
  .p-post-wrapper .list {
    gap: 12px;
  }
}

.pagination {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media (pointer: fine) {
  .pagination {
    gap: 6px;
  }
}
.pagination .page-numbers {
  width: 36px;
  height: 36px;
  border: 1px solid var(--border-color);
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #fff;
  text-decoration: none !important;
}
@media screen and (max-width: 767px) {
  .pagination .page-numbers {
    font-size: 11px;
    width: 30px;
    height: 30px;
  }
}
@media (pointer: fine) {
  .pagination .page-numbers:hover {
    background-color: var(--font-color);
    color: #fff;
  }
}
.pagination .page-numbers.current {
  background-color: var(--font-color);
  color: #fff;
}
.pagination .dots {
  pointer-events: none;
  background-color: unset;
  border: unset;
}
@media screen and (max-width: 767px) {
  .pagination .dots {
    width: auto;
  }
}
.pagination .next,
.pagination .prev {
  border: none;
  background: transparent;
  width: auto;
  height: auto;
}
@media (pointer: fine) {
  .pagination .next:hover,
  .pagination .prev:hover {
    background-color: unset;
    color: var(--accent-hover-color);
  }
}
.pagination span.next, .pagination span.prev {
  pointer-events: none;
  opacity: 0.3;
}
.pagination .next {
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .pagination .next {
    margin-left: 8px;
  }
}
.pagination .prev {
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .pagination .prev {
    margin-right: 8px;
  }
}

/* single style */
.single-wrapper {
  padding: 64px 20px 80px;
  position: relative;
}
.single-wrapper .inner {
  width: var(--inner-width02);
}
.single-wrapper .time {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.15em;
}
.single-wrapper .title {
  font-size: 2em;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 40px;
  margin-top: 8px;
}
.single-wrapper .site-btn {
  margin-top: 80px;
}
.single-wrapper .content {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .single-wrapper {
    padding-top: 16px;
  }
  .single-wrapper .title {
    font-size: 18px;
    margin-top: 16px;
  }
  .single-wrapper .site-btn {
    margin-top: 60px;
  }
  .single-wrapper .single-article {
    margin-top: 32px;
  }
}

.single-article {
  letter-spacing: 0.15em;
  line-height: 28px;
}
@media screen and (max-width: 767px) {
  .single-article {
    line-height: 24px;
    letter-spacing: 0.1em;
  }
}
.single-article img {
  height: auto;
  max-width: 100%;
}
.single-article .attachment {
  width: 100%;
}
.single-article .attachment img {
  width: 100%;
}
.single-article > ul, .single-article > ol {
  padding-left: 1.2em;
  list-style: initial;
  margin: 1.5em 0;
}
.single-article > figure {
  margin: 1.5em 0;
}
.single-article > figure figcaption {
  width: 100%;
  display: block;
  text-align: center !important;
  opacity: 0.5;
  font-size: 12px;
  line-height: 1.4;
  padding: 0.6em 0;
}
.single-article .wp-block-image img {
  max-width: 100%;
}
.single-article blockquote {
  padding: 1em 1em 1em 1.3em;
  border-left: 0.3em solid var(--font-color);
  background-color: var(--bg-color);
  color: var(--font-color);
  font-size: 14px;
  line-height: 1.7;
  font-weight: 300;
}
.single-article blockquote p:last-child {
  margin-bottom: 0;
}
.single-article pre {
  margin: 1.5em auto;
  white-space: normal;
  line-height: 1.5em;
  width: 100%;
  display: block;
  background-color: var(--bg-color);
  padding: 20px;
}
.single-article pre,
.single-article code {
  font-family: Consolas, "Courier New", monospace, Arial, Helvetica, "Roboto", "Noto Sans JP", sans-serif;
  text-indent: 0;
  letter-spacing: 0;
  font-size: 12px;
}
.single-article p {
  margin-bottom: 20px;
}
.single-article p:last-child {
  margin-bottom: 0;
}
.single-article > h1, .single-article > h2, .single-article > h3, .single-article > h4, .single-article > h5, .single-article > h6 {
  display: block;
  margin: 2.5em 0 1em;
  font-weight: 700;
}
.single-article > h1:first-child, .single-article > h2:first-child, .single-article > h3:first-child, .single-article > h4:first-child, .single-article > h5:first-child, .single-article > h6:first-child {
  margin-top: 0;
}
.single-article > h1 {
  font-size: 2em;
}
.single-article > h2 {
  font-size: 1.8em;
  line-height: 1.4;
  padding: 0.2em 0;
  border-bottom: 1px solid var(--font-color);
}
.single-article > h3 {
  font-size: 1.5em;
  padding: 0.4em 0.8em;
  line-height: 1.7;
  background-color: #f6f6fc;
}
.single-article > h4 {
  font-size: 1.2em;
}
@media screen and (max-width: 767px) {
  .single-article > h4 {
    font-size: 1.15em;
  }
}
.single-article > h5 {
  font-size: 1.2em;
}
.single-article > h6 {
  font-size: 1em;
}
.single-article > img, .single-article > p > img {
  margin: 20px 0;
}
.single-article > img.aligncenter, .single-article > p > img.aligncenter {
  margin: 20px auto;
}
.single-article > img.alignleft, .single-article > p > img.alignleft {
  margin: 20px 20px 15px 0;
  float: left;
}
.single-article > img.alignright, .single-article > p > img.alignright {
  margin: 20px 0 15px 20px;
  float: right;
}
.single-article > img.alignnone, .single-article > p > img.alignnone {
  margin: 0px 0 20px;
  float: none;
  clear: both;
}

/* ---------------- */
.single-disease-main .page-hero .title {
  font-size: 48px;
  letter-spacing: 0.05em;
  line-height: 42px;
}
@media screen and (max-width: 767px) {
  .single-disease-main .page-hero .title {
    font-size: 28px;
    letter-spacing: 0.1em;
  }
}
.single-disease-main .must {
  font-size: 10px;
  display: flex;
  gap: 1px;
  margin-bottom: 24px;
  letter-spacing: 1px;
  line-height: 1.75;
}
.single-disease-main .must em {
  font-style: normal;
}
.single-disease-main .table01 + p,
.single-disease-main .table02 + p {
  margin-top: 24px;
}

.single-disease-wrapper .inner {
  width: 1115px;
}
.single-disease-wrapper #ez-toc-container {
  border: none;
  background-color: #fff;
  border-radius: 2px;
  padding: 24px 46px;
}
.single-disease-wrapper #ez-toc-container .ez-toc-title-container {
  margin-bottom: 13px;
}
.single-disease-wrapper #ez-toc-container .ez-toc-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 700;
}
.single-disease-wrapper #ez-toc-container .ez-toc-title::before {
  content: url(../img/icon/ico-book.svg);
  display: block;
  margin-bottom: -3px;
}
.single-disease-wrapper #ez-toc-container nav ul li a {
  font-size: 14px;
  font-weight: 400;
  padding: 6px 0;
  padding-right: 12px;
  width: 100%;
  text-decoration: none !important;
  transition: 0.3s;
  border-bottom: 1px solid var(--bg3-color);
  position: relative;
  color: var(--font-color);
}
.single-disease-wrapper #ez-toc-container nav ul li a:link {
  color: var(--font-color);
}
.single-disease-wrapper #ez-toc-container nav ul li a::before {
  color: var(--annotation-color);
  font-weight: 700;
  font-family: "DM Sans", sans-serif;
}
.single-disease-wrapper #ez-toc-container nav ul li a::after {
  content: url(../img/icon/ico-arrow-down.svg);
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media (pointer: fine) {
  .single-disease-wrapper #ez-toc-container nav ul li a:hover {
    color: var(--main-color);
  }
}
.single-disease-wrapper #ez-toc-container ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 40px;
}
.single-disease-wrapper #ez-toc-container li {
  width: calc(33.3333333333% - 26.6666666667px);
}
@media (max-width: 900px) {
  .single-disease-wrapper #ez-toc-container li {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .single-disease-wrapper #ez-toc-container {
    padding: 16px 24px;
  }
  .single-disease-wrapper #ez-toc-container .ez-toc-title {
    font-size: 14px;
  }
  .single-disease-wrapper #ez-toc-container li {
    width: 100%;
  }
  .single-disease-wrapper #ez-toc-container nav ul li a {
    font-size: 12px;
  }
}
.single-disease-wrapper .single-disease-content {
  width: 800px;
  max-width: 100%;
  margin: auto;
}
.single-disease-wrapper .single-disease-content #ez-toc-container {
  display: none;
}
.single-disease-wrapper .single-article > h2 {
  font-size: 32px;
  letter-spacing: 0.1em;
  line-height: 1.65;
  padding: 16px 0 8px;
  border-bottom: unset;
  margin: 80px auto 0px;
}
.single-disease-wrapper .single-article > h3 {
  font-size: 20px;
  line-height: 1.7;
  color: var(--white-color);
  background: var(--btn-color);
  padding: 10px 16px;
  border-radius: 12px 12px 12px 0px;
}
.single-disease-wrapper .single-article a {
  color: #1682C6;
  text-decoration: underline;
}
.single-disease-wrapper .single-article .wp-block-image {
  overflow: hidden;
}
.single-disease-wrapper .single-article .wp-element-button {
  text-decoration: none !important;
}
.single-disease-wrapper .single-article .site-btn .btn {
  background-color: var(--accent-color);
  color: #fff;
  padding: 26px 36px;
  gap: 12px;
  border-radius: 100px;
  transition: 0.3s;
  position: relative;
  text-decoration: none !important;
  width: 90%;
  max-width: 400px;
  box-shadow: 2px 2px 4px 0 rgba(255, 255, 255, 0.25) inset, 0 2px 2px 0 rgba(0, 0, 0, 0.25);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.32);
}
.single-disease-wrapper .single-article .site-btn .btn:hover {
  background-color: var(--accent-hover-color);
  -webkit-box-shadow: 0 2px 0 var(--accent-hover-color);
  box-shadow: 0 2px 0 var(--accent-hover-color);
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
}
@media screen and (max-width: 767px) {
  .single-disease-wrapper .single-article {
    font-size: 12px;
  }
  .single-disease-wrapper .single-article > h2 {
    font-size: 22px;
    margin-top: 40px;
  }
  .single-disease-wrapper .single-article > h3 {
    font-size: 16px;
    line-height: 1.7;
  }
}
.single-disease-wrapper .table {
  border-radius: 6px;
  overflow: hidden;
}
.single-disease-wrapper .table + .table {
  margin-top: 16px;
}
.single-disease-wrapper table {
  border: none;
  width: 100%;
}
.single-disease-wrapper table th {
  padding: 24px;
  background-color: #e9f1ee;
  font-weight: 700;
  border: none;
}
.single-disease-wrapper table td {
  padding: 24px;
  border: none;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .single-disease-wrapper table th {
    padding: 16px;
  }
  .single-disease-wrapper table td {
    padding: 16px;
  }
}
.single-disease-wrapper .table02 table tr {
  border: 1px solid var(--bg-color);
}
.single-disease-wrapper .table02 table th {
  width: 200px;
}
@media screen and (max-width: 767px) {
  .single-disease-wrapper .table02 table th {
    width: 87px;
  }
}
.single-disease-wrapper .table01 table th {
  padding: 12px;
}
.single-disease-wrapper .table01 table td {
  padding: 24px 16px;
}
@media screen and (max-width: 767px) {
  .single-disease-wrapper .table01 table th {
    padding: 8px;
  }
  .single-disease-wrapper .table01 table td {
    padding: 16px;
  }
}
.single-disease-wrapper .ul-list01 {
  background-color: #fff;
  padding: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
  list-style: none;
  font-weight: 700;
}
.single-disease-wrapper .ul-list01 li {
  width: calc(50% - 20px);
  display: flex;
}
.single-disease-wrapper .ul-list01 li::before {
  content: "";
  display: block;
  width: 24px;
  min-width: 24px;
  height: 100%;
  background: url(../img/icon/ico-list.svg) no-repeat;
  background-position: 0 0.6em;
  background-size: 16px;
}
@media screen and (max-width: 767px) {
  .single-disease-wrapper .ul-list01 {
    gap: 16px;
  }
  .single-disease-wrapper .ul-list01 li {
    width: 100%;
  }
}
.single-disease-wrapper .faq-list {
  display: grid;
  gap: 16px;
}
.single-disease-wrapper .faq-list dl {
  background-color: #fff;
  border-radius: 6px;
}
.single-disease-wrapper .faq-list dl .ico {
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-disease-wrapper .faq-list dl.show .arrow span::after {
  transform: rotate(0deg);
}
.single-disease-wrapper .faq-list dt {
  padding: 27px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  cursor: pointer;
}
.single-disease-wrapper .faq-list dt .ttl {
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 8px;
}
.single-disease-wrapper .faq-list dd {
  display: none;
}
.single-disease-wrapper .faq-list .dd {
  padding: 24px;
  display: flex;
  align-items: baseline;
  gap: 8px;
  border-top: 1px solid var(--bg3-color);
}
.single-disease-wrapper .faq-list .arrow {
  width: 26px;
  min-width: 26px;
  aspect-ratio: 1;
  background-color: var(--bg3-color);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.single-disease-wrapper .faq-list .arrow span {
  background-color: #707070;
  width: 10px;
  height: 2px;
  border-radius: 100px;
  position: relative;
}
.single-disease-wrapper .faq-list .arrow span::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 100px;
  background-color: #707070;
  transform-origin: center center;
  transform: rotate(90deg);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .single-disease-wrapper .faq-list {
    gap: 12px;
  }
  .single-disease-wrapper .faq-list dt {
    padding: 20px 16px;
  }
  .single-disease-wrapper .faq-list dt .ttl {
    font-size: 12px;
  }
  .single-disease-wrapper .faq-list .dd {
    padding: 20px 16px;
    font-size: 12px;
  }
}
.single-disease-wrapper .price-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  border-radius: 8px;
  overflow: hidden;
  padding: 16px 24px;
  table-layout: fixed;
  /* 修正 */
  font-family: "DM Sans", "heisei-kaku-gothic-std";
  font-style: normal;
}
.single-disease-wrapper .price-table th,
.single-disease-wrapper .price-table td {
  padding: 16px 40px;
  background: transparent;
  /* セルの背景を透明に */
  text-align: left;
}
@media screen and (max-width: 767px) {
  .single-disease-wrapper .price-table th,
  .single-disease-wrapper .price-table td {
    padding: 12px 16px;
    line-height: 1.25;
  }
}
.single-disease-wrapper .price-table thead th {
  background-color: #ecebe8;
  color: #333;
  text-align: center;
  font-weight: bold;
}
.single-disease-wrapper .price-table tbody tr {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}
.single-disease-wrapper .price-table tbody tr:last-child {
  border-bottom: none;
}
.single-disease-wrapper .price-table tr.highlight {
  background: #2BBDFF;
  font-weight: bold;
  color: #fff;
}
.single-disease-wrapper .price-table tr.highlight td {
  background-color: unset;
}
.single-disease-wrapper .price-table tr.highlight .price {
  color: #fff;
}
.single-disease-wrapper .price-table .price {
  font-size: 1.2em;
  text-align: right;
}
.single-disease-wrapper .price-table .discount {
  display: inline-block;
  background-color: #ffffff;
  color: #00aaff;
  font-size: 0.9em;
  padding: 2px 6px;
  border-radius: 4px;
  font-weight: bold;
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  .single-disease-wrapper .price-table .discount {
    margin-right: 0;
    margin-bottom: 2px;
  }
}
.single-disease-wrapper .price-table th:nth-child(1),
.single-disease-wrapper .price-table td:nth-child(1) {
  width: 25%;
  text-align: left;
}
.single-disease-wrapper .price-table th:nth-child(2),
.single-disease-wrapper .price-table td:nth-child(2) {
  width: 40%;
  text-align: right;
}
.single-disease-wrapper .price-table td:nth-child(2) {
  font-weight: bold;
}
.single-disease-wrapper .price-table th:nth-child(3),
.single-disease-wrapper .price-table td:nth-child(3) {
  width: 35%;
  text-align: right;
}
.single-disease-wrapper .price-table td:nth-child(3) {
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .single-disease-wrapper .price-table td:nth-child(3) {
    font-size: 12px;
  }
}
.single-disease-wrapper .single-flex {
  display: flex;
  font-size: 11px;
  line-height: 1.75;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .single-disease-wrapper .single-flex {
    font-size: 10px;
  }
}
.single-disease-wrapper .wp-block-box01 {
  background-color: #fff;
  padding: 24px;
  margin-top: 40px;
}
.single-disease-wrapper .wp-block-box01 .wp-block-heading {
  text-align: center;
  margin-bottom: 16px;
  border-bottom: 2px dotted #d6d6d6;
  padding-bottom: 12px;
}

.single-disease-bottom {
  background-color: var(--main-color);
}
.single-disease-bottom .wrapper {
  padding: 40px 12px 80px;
}
.single-disease-bottom .inner {
  width: var(--inner-width02);
}
.single-disease-bottom .boxes {
  padding: 50px 40px 40px;
  background-color: #fff;
  border-radius: 24px;
  margin-top: 78px;
  position: relative;
}
.single-disease-bottom .top {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100px;
  max-width: 100%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .single-disease-bottom .top {
    max-width: 83px;
  }
}
.single-disease-bottom .company {
  font-size: 20px;
  letter-spacing: 0.15em;
  line-height: 1.6;
  text-align: center;
  color: var(--main-color);
}
.single-disease-bottom .company > div {
  display: inline-block;
  padding-bottom: 8px;
  border-bottom: 2px dotted var(--main-color);
}
.single-disease-bottom .title {
  font-size: 28px;
  font-weight: 900;
  text-align: center;
  margin: 10px auto;
  letter-spacing: 0.15em;
  line-height: 1.857em;
  color: var(--main-color);
}
.single-disease-bottom .con {
  margin-top: 30px;
  letter-spacing: 0.05em;
  line-height: 30px;
}
.single-disease-bottom .btns {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
}
.single-disease-bottom .btns a {
  text-decoration: none !important;
  width: 90%;
  max-width: 400px;
}
.single-disease-bottom .tel {
  display: flex;
  align-items: baseline;
  justify-content: center;
  color: var(--main-color);
  gap: 7px;
  transition: 0.3s;
}
.single-disease-bottom .tel .ico {
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-disease-bottom .tel .num {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-size: 32px;
  font-weight: 700;
}
.single-disease-bottom .tel .time {
  text-align: center;
}
.single-disease-bottom .tel .time span {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-size: 1.1428em;
}
.single-disease-bottom .tel .arrow {
  display: none;
  margin-left: 10px;
}
.single-disease-bottom .web {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--accent-color);
  color: #fff;
  padding: 15px 36px;
  gap: 12px;
  border-radius: 100px;
  transition: 0.3s;
  position: relative;
  height: 90px;
  box-shadow: 2px 2px 4px 0 rgba(255, 255, 255, 0.25) inset, 0 2px 2px 0 rgba(0, 0, 0, 0.25);
}
.single-disease-bottom .web .ico {
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-disease-bottom .web .txt {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}
.single-disease-bottom .web .time {
  position: absolute;
  top: 0;
  left: 50%;
  width: 163px;
  max-width: 80%;
  background-color: #fff;
  color: var(--accent-color);
  text-align: center;
  border-radius: 6px;
  transform: translate(-50%, -50%);
  border: 1px solid var(--accent-color);
  padding: 4px;
  transition: 0.3s;
  font-size: 16px;
}
.single-disease-bottom .web .tt {
  font-size: 1.5714em;
}
.single-disease-bottom .web .arrow {
  margin-left: 10px;
}
@media (pointer: fine) {
  .single-disease-bottom .web:hover {
    background-color: var(--accent-hover-color);
    -webkit-box-shadow: 0 2px 0 var(--accent-hover-color);
    box-shadow: 0 2px 0 var(--accent-hover-color);
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px);
  }
  .single-disease-bottom .web:hover .time {
    color: var(--accent-hover-color);
  }
}
@media screen and (max-width: 767px) {
  .single-disease-bottom .wrapper {
    padding-top: 32px;
  }
  .single-disease-bottom .boxes {
    padding: 40px;
    margin-top: 70px;
  }
  .single-disease-bottom .company {
    font-size: 14px;
    font-weight: 700;
  }
  .single-disease-bottom .title {
    font-size: 18px;
    margin: 16px auto;
  }
  .single-disease-bottom .btns {
    flex-direction: column;
    gap: 32px;
  }
  .single-disease-bottom .btns a {
    width: 100%;
    max-width: 100%;
    height: 70px;
  }
  .single-disease-bottom .tel {
    pointer-events: auto;
    align-items: center;
    justify-content: space-between;
    background-color: var(--main-color);
    color: #fff;
    padding: 20px 16px;
    gap: 10px;
    position: relative;
    border-radius: 100px;
    border: 1px solid #fff;
  }
  .single-disease-bottom .tel .arrow {
    display: block;
  }
  .single-disease-bottom .tel .num {
    display: none;
  }
  .single-disease-bottom .tel .tt {
    font-size: 18px;
    font-weight: 700;
  }
  .single-disease-bottom .tel .time {
    position: absolute;
    top: 0;
    left: 50%;
    width: 127px;
    max-width: 80%;
    background-color: #3C91C6;
    text-align: center;
    border-radius: 6px;
    transform: translate(-50%, -50%);
    padding: 3px;
    transition: 0.3s;
    font-size: 10px;
  }
  .single-disease-bottom .tel .time span {
    font-size: 10px;
  }
  .single-disease-bottom .tel .ico {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) and (pointer: fine) {
  .single-disease-bottom .tel:hover {
    background-color: #74C0F0;
  }
  .single-disease-bottom .tel:hover .time {
    background-color: #4aaae5;
  }
}
@media screen and (max-width: 767px) {
  .single-disease-bottom .web .tt {
    font-size: 18px;
    font-weight: 700;
  }
  .single-disease-bottom .web .ico {
    font-size: 20px;
  }
  .single-disease-bottom .web .time {
    font-size: 10px;
    width: 95px;
    font-weight: 400;
  }
  .single-disease-bottom .web .time span {
    font-size: 10px;
  }
  .single-disease-bottom .con {
    line-height: 25px;
    margin-top: 24px;
    font-size: 12px;
  }
}

.fixed-area {
  position: relative;
  z-index: 10;
}
.fixed-area.show .pagetop,
.fixed-area.show .web {
  transform: translateX(0);
}
.fixed-area .pagetop {
  transform: translateX(-120px);
  background-color: #fff;
  display: block;
  padding: 20px;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  letter-spacing: 1px;
  bottom: 24px;
  transition: 0.6s cubic-bezier(0.4, 0.4, 0, 1);
  position: fixed;
  box-shadow: 0px 0px 4px 0px rgba(124, 124, 124, 0.07);
}
@media screen and (max-width: 767px) {
  .fixed-area .pagetop {
    font-size: 10px;
    padding: 20px 10px;
    border-radius: 4px;
    left: 12px;
    bottom: 12px;
  }
}
.fixed-area .pagetop svg {
  transition: 0.6s cubic-bezier(0.4, 0.4, 0, 1);
}
.fixed-area .pagetop:hover {
  background-color: var(--font-color);
  color: #fff;
  text-decoration: unset;
  transition: 0.6s cubic-bezier(0.4, 0.4, 0, 1);
}
.fixed-area .pagetop:hover svg {
  fill: #fff;
  transform: translate(0px, -3px);
  transition: 0.8s cubic-bezier(0.4, 0.4, 0, 1);
}
.fixed-area .web {
  transform: translateY(220px);
  background-color: var(--accent-color);
  display: block;
  width: 190px;
  height: 190px;
  border-radius: 100%;
  text-align: center;
  color: #fff;
  bottom: 24px;
  right: 24px;
  transition: 0.9s cubic-bezier(0.4, 0.4, 0, 1);
  position: fixed;
  box-shadow: 4px 3px 6px 0 rgba(255, 255, 255, 0.45) inset, 0 0 8px 1px rgba(58, 58, 58, 0.32);
  letter-spacing: 1px;
  font-family: "DM Sans", "heisei-kaku-gothic-std";
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .fixed-area .web {
    bottom: 12px;
    right: 12px;
    width: 150px;
    height: 150px;
  }
}
.fixed-area .web::after {
  position: absolute;
  border: 1.3px dotted #fff;
  content: "";
  top: 7px;
  bottom: 7px;
  left: 7px;
  right: 7px;
  border-radius: 100%;
}
.fixed-area .web:hover {
  background-color: var(--accent-hover-color);
  transition: 0.4s;
}
.fixed-area .web:hover .ico24 {
  animation: 0.4s ease 0s 1 normal none running swingIcon;
}
.fixed-area .web .ico24 {
  position: absolute;
  top: 6px;
  left: 6px;
  z-index: 1;
  transition: 0.3s;
}
.fixed-area .web .ico24 svg {
  color: #de2547;
  inline-size: 24px;
  block-size: 24px;
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 767px) {
  .fixed-area .web .ico24 svg {
    width: 44px;
    height: 44px;
  }
}
.fixed-area .web .web-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.fixed-area .web .web-inner .time {
  top: 7px;
  font-size: 17px;
  width: 120%;
  position: relative;
  right: 10%;
  right: 10%;
}
@media screen and (max-width: 767px) {
  .fixed-area .web .web-inner .time {
    font-size: 13px;
    margin-bottom: 3px;
  }
}
.fixed-area .web .web-inner .text {
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  .fixed-area .web .web-inner .text {
    font-size: 13px;
    margin-bottom: 3px;
  }
}
.fixed-area .web .web-inner .tt {
  width: 120%;
  position: relative;
  right: 10%;
  font-size: 22px;
  font-weight: bold;
  font-weight: bold;
  margin: 3px 0 -2px;
}
.fixed-area .web .web-inner .tt small {
  display: inline-block;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .fixed-area .web .web-inner .tt {
    font-size: 16px;
    margin-top: 4px;
  }
}
.fixed-area .web .web-inner svg {
  width: 32px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .fixed-area .web .web-inner svg {
    margin-bottom: -4px;
  }
}

/* Loading背景画面設定　*/
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  background: var(--bg-color);
  text-align: center;
  color: #fff;
  top: 0;
  /* Loading画像中央配置　*/
}
#splash #splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#splash #splash_logo img {
  width: 260px;
}
#splash #splash_logo #counter {
  color: var(--font-color);
  margin-top: 16px;
}

/* fadeUpをするアイコンの動き */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.tab-hd {
  list-style: none;
  display: flex;
  gap: 2px;
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .tab-hd {
    border-radius: 6px 6px 0 0;
  }
  .tab-hd li {
    font-size: 1em;
    height: 56px;
  }
  .tab-hd .item {
    gap: 12px;
  }
  .tab-hd dt .ttl {
    font-size: 1em;
  }
  .tab-hd .dd {
    padding: 20px 16px;
    font-size: 12px;
  }
}
.tab-hd li {
  width: calc(33.33% - 1.3333333333px);
  background-color: var(--white-color);
  text-align: center;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .tab-hd li {
    height: 62px;
  }
}
.tab-hd li.active {
  color: #fff;
  background-color: #79CDC1;
}
@media (pointer: fine) {
  .tab-hd li:hover {
    color: #fff;
    background-color: #79CDC1;
  }
}
.tab-hd li h3 {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .tab-hd li h3 {
    font-size: 13px;
  }
}

.tab-bd .item {
  display: grid;
  gap: 6px;
}
.tab-bd dl {
  background-color: #fff;
  border-radius: 2px;
}
.tab-bd dl:nth-of-type(n+4) {
  display: none;
}
.tab-bd dl .ico {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tab-bd dl.show .arrow span::after {
  transform: rotate(0deg);
}
.tab-bd dt {
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  cursor: pointer;
}
.tab-bd dt .ttl {
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .tab-bd dt .ttl {
    font-size: 14px;
  }
}
.tab-bd dd {
  display: none;
}
.tab-bd .dd {
  padding: 24px;
  display: flex;
  align-items: baseline;
  gap: 8px;
  border-top: 1px solid var(--bg3-color);
}
.tab-bd .arrow {
  width: 26px;
  min-width: 26px;
  aspect-ratio: 1;
  background-color: var(--bg3-color);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.tab-bd .arrow span {
  background-color: #707070;
  width: 10px;
  height: 2px;
  border-radius: 100px;
  position: relative;
}
.tab-bd .arrow span::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 100px;
  background-color: #707070;
  transform-origin: center center;
  transform: rotate(90deg);
  transition: 0.3s;
}

.slick-list {
  overflow: visible;
}

.lkc-internal-wrap,
.lkc-external-wrap {
  border-radius: 12px;
}
@media screen and (max-width: 767px) {
  .lkc-internal-wrap,
  .lkc-external-wrap {
    background-color: var(--white-color);
  }
}
.lkc-internal-wrap a,
.lkc-external-wrap a {
  text-decoration: unset !important;
}
.lkc-internal-wrap a:hover img,
.lkc-external-wrap a:hover img {
  transform: scale(1.05);
}
.lkc-internal-wrap a:hover .lkc-title-text,
.lkc-external-wrap a:hover .lkc-title-text {
  color: var(--accent-hover-color);
  text-decoration: unset;
}
.lkc-internal-wrap a .lkc-card,
.lkc-external-wrap a .lkc-card {
  padding: 24px;
}
@media screen and (max-width: 767px) {
  .lkc-internal-wrap a .lkc-card,
  .lkc-external-wrap a .lkc-card {
    padding: 12px;
  }
}
.lkc-internal-wrap a .lkc-card .lkc-info,
.lkc-external-wrap a .lkc-card .lkc-info {
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  color: #222222;
  font-size: 12px;
  line-height: 18px;
}
.lkc-internal-wrap a .lkc-card .lkc-thumbnail-img,
.lkc-external-wrap a .lkc-card .lkc-thumbnail-img {
  border: unset !important;
  transition: all 0.4s ease;
}
.lkc-internal-wrap a .lkc-card .lkc-thumbnail,
.lkc-external-wrap a .lkc-card .lkc-thumbnail {
  margin: 0 16px 0 0;
  overflow: hidden;
  border-radius: 12px;
  width: 112px;
  height: 80px;
  display: flex;
  float: left;
}
.lkc-internal-wrap a .lkc-card .lkc-title,
.lkc-external-wrap a .lkc-card .lkc-title {
  text-decoration: unset;
  font-weight: bold;
  overflow: hidden;
  word-break: break-all;
  color: #111111;
  font-size: 16px;
  line-height: 24px;
}
.lkc-internal-wrap a .lkc-card .lkc-title .lkc-title-text,
.lkc-external-wrap a .lkc-card .lkc-title .lkc-title-text {
  transition: all 0.2s ease;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 767px) {
  .lkc-internal-wrap a .lkc-card .lkc-title .lkc-title-text,
  .lkc-external-wrap a .lkc-card .lkc-title .lkc-title-text {
    font-size: 12px;
  }
}

.linkcard {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.linkcard a {
  text-decoration: none;
}

.linkcard img {
  margin: 0 !important;
  padding: 0;
  border: none;
}

.linkcard span.external-icon {
  display: none;
}

.linkcard p {
  display: none;
}

.lkc-link {
  text-decoration: none !important;
}

.lkc-unlink {
  cursor: not-allowed;
}

.lkc-external-wrap {
  border: 1px none #888888;
  background-color: #f8f8f8;
}

.lkc-internal-wrap {
  border: 1px none #888888;
  background-color: #f8f8f8;
}

.lkc-this-wrap {
  border: 1px none #888888;
  background-color: #eeeeee;
}

.lkc-external-wrap,
.lkc-internal-wrap,
.lkc-this-wrap {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
}

.lkc-card {
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: 8px;
  margin-right: 8px;
}

.lkc-content {
  word-break: break-all;
  white-space: normal;
  overflow: hidden;
  margin: 0;
}

.lkc-title {
  font-weight: bold;
  overflow: hidden;
  word-break: break-all;
  color: #111111;
  font-size: 16px;
  line-height: 24px;
}

.lkc-title:hover {
  text-decoration: underline;
}

.lkc-url {
  display: block;
  font-weight: normal;
  text-decoration: underline;
  overflow: hidden;
  color: #4466ff;
  font-size: 10px;
  line-height: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.lkc-url:link {
  text-decoration: none;
}

.lkc-url-info {
  display: inline;
  font-weight: normal;
  text-decoration: underline;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #4466ff;
  font-size: 10px;
  line-height: 15px;
}

.lkc-excerpt {
  padding: 0;
  overflow: hidden;
  color: #333333;
  font-size: 11px;
  line-height: 17px;
}

.lkc-more-text {
  display: inline;
  color: #444444;
  font-size: 12px;
  line-height: 40px;
}

.lkc-thumbnail {
  display: flex;
  float: left;
  width: 162px;
  margin: 0 8px 0 0;
}

.lkc-thumbnail-img {
  border: 1px solid rgba(0, 0, 0, 0.4) !important;
  object-fit: cover;
  width: 160px !important;
  height: 100px !important;
}

.lkc-info {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  color: #222222;
  font-size: 12px;
  line-height: 18px;
}

.lkc-favicon {
  display: inline !important;
  height: 16px;
  width: 16px;
  margin: 0 4px !important;
  border: none;
  vertical-align: middle;
}

.lkc-domain {
  display: inline !important;
  text-decoration: none;
  margin: 0 0 0 6px;
  color: #222222;
  font-size: 12px;
  line-height: 18px;
}

.lkc-external-added,
.lkc-internal-added,
.lkc-this-added {
  display: inline !important;
  color: #222222;
  font-size: 12px;
  line-height: 18px;
}

.lkc-date {
  display: inline !important;
  text-decoration: none;
  float: right;
  color: #222222;
  font-size: 12px;
  line-height: 18px;
}

.lkc-share {
  display: inline;
  text-shadow: none;
}

.lkc-sns-tw {
  display: inline;
  margin: 0;
  padding: 0 1px;
  color: #5ea9dd !important;
  background-color: #f5f8fa !important;
  font-size: 9px;
  text-decoration: underline !important;
  font-weight: bold !important;
  white-space: nowrap;
}

.lkc-sns-fb {
  display: inline;
  margin: 0;
  padding: 0 1px;
  color: #ffffff !important;
  background-color: #3864a3 !important;
  font-size: 9px;
  text-decoration: underline !important;
  font-weight: bold !important;
  white-space: nowrap;
}

.lkc-sns-hb {
  display: inline;
  margin: 0;
  padding: 0 1px;
  color: #ff6464 !important;
  background-color: #ffefef !important;
  font-size: 9px;
  text-decoration: underline !important;
  font-weight: bold !important;
  white-space: nowrap;
}

.lkc-sns-gp {
  display: inline;
  margin: 0;
  padding: 0 1px;
  color: #dd4e42 !important;
  background-color: #ffffff !important;
  font-size: 9px;
  text-decoration: underline !important;
  font-weight: bold !important;
  white-space: nowrap;
}

.lkc-sns-po {
  display: inline;
  margin: 0;
  padding: 0 1px;
  color: #eeeeee !important;
  background-color: #ee4055 !important;
  font-size: 9px;
  text-decoration: underline !important;
  font-weight: bold !important;
  white-space: nowrap;
}

.lkc-error {
  display: block;
  padding-top: 50px;
  margin-top: -50px;
}

.clear {
  clear: both;
}

blockquote.lkc-quote {
  background-color: transparent;
  background-image: none;
  padding: 0;
  margin: 0;
  border: none;
}

blockquote.lkc-quote::before {
  content: "";
}

blockquote.lkc-quote::after {
  content: "";
}

.lkc-iframe-wrap {
  margin: 0;
  width: 100%;
}

.lkc-iframe {
  padding: 0;
  margin: 0;
  width: 100%;
}

@media screen and (max-width: 600px) {
  .lkc-title {
    font-size: 14px;
    line-height: 21px;
  }
  .lkc-excerpt {
    font-size: 10px;
  }
  .lkc-thumbnail {
    width: 144px;
  }
}
@media screen and (max-width: 480px) {
  .lkc-title {
    font-size: 12px;
    line-height: 19px;
  }
  .lkc-excerpt {
    font-size: 8px;
  }
  .lkc-thumbnail {
    width: 112px;
  }
}
@media screen and (max-width: 320px) {
  .lkc-title {
    font-size: 11px;
    line-height: 16px;
  }
  .lkc-excerpt {
    font-size: 6px;
  }
  .lkc-thumbnail {
    width: 80px;
  }
}
/*Pz-LkC2.5.5#1724256040*/
.o-schedule__pc {
  background-color: var(--main-color);
  color: var(--white-color);
  border-radius: 16px 16px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .o-schedule__pc {
    display: none;
  }
}
.o-schedule__pc-header {
  display: flex;
  padding: 6px 0;
  align-items: center;
}
.o-schedule__pc-header-heading {
  padding: 0 18px 0 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.2509803922);
  padding-right: 12px;
  line-height: 1.4;
  margin-right: 14px;
  font-size: 15px;
  letter-spacing: 0.6px;
}

.o-schedule__sp {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  box-shadow: 0px 0px 6px 0px rgba(124, 124, 124, 0.17);
}
.o-schedule__sp-heading {
  background-color: var(--white-color);
  padding: 4px;
  text-align: center;
  color: var(--main-color);
  font-weight: bold;
  border-radius: 6px 0 0 0;
  font-size: 13px;
}
.o-schedule__sp-heading svg {
  position: relative;
  top: 2px;
}
.o-schedule__sp__flex {
  display: flex;
}
@media screen and (max-width: 767px) {
  .o-schedule__sp {
    display: block;
  }
}
.o-schedule__sp .o-today-date {
  background-color: var(--main-color);
  color: var(--white-color);
  padding: 8px 16px;
  margin: auto;
}
.o-schedule__sp .o-today-date span {
  display: block;
  margin-top: 4px;
  font-size: 10px;
  text-align: center;
}
.o-schedule__sp .o-today-status {
  display: block;
  text-align: center;
  color: var(--white-color);
  border-radius: 0 0 16px 0;
  padding: 20px 12px;
}
@media screen and (max-width: 767px) {
  .o-schedule__sp .o-today-status {
    padding: 16px 12px;
  }
}

.o-today-date {
  font-size: 20px;
  line-height: 1.15;
  font-family: "DM Sans", sans-serif;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 767px) {
  .o-today-date {
    font-size: 16px;
  }
}
.o-today-date small {
  font-size: 12px;
  display: inline-block;
  padding: 0 2px;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .o-today-date small {
    font-size: 10px;
  }
}
.o-today-date span {
  font-size: 14px;
  border-radius: 16px;
  border: 1px solid var(--white-color);
  padding: 4px 16px;
  display: inline-block;
  letter-spacing: 1px;
}
@media (max-width: 1100px) {
  .o-today-date span {
    display: block;
    margin-top: 6px;
    font-size: 11px;
  }
}

.o-today-status {
  background-color: var(--accent-color);
  height: 100%;
  display: flex;
  align-items: center;
  padding: 18px;
  border-radius: 0 16px 0 0;
  gap: 12px;
}
@media (max-width: 1100px) {
  .o-today-status {
    display: block;
    text-align: center;
    padding: 18px 12px;
  }
}
.o-today-status span {
  font-size: 14px;
  letter-spacing: 1px;
  display: block;
}
.o-today-status strong {
  font-size: 20px;
  display: block;
  letter-spacing: 1.5px;
  text-shadow: 0px 0px 5px rgba(162, 67, 8, 0.425);
}
@media screen and (max-width: 767px) {
  .o-today-status strong {
    font-size: 15px;
  }
}

@keyframes swingIcon {
  10% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.single .p-faq-section {
  padding: 0;
}

.c-news-important {
  display: flex;
  width: 90%;
  max-width: 1280px;
  margin: 24px auto 0;
  position: relative;
  border-radius: 12px;
  box-shadow: inset 2px 4px 4px rgba(255, 255, 255, 0.44), 0 4px 5px rgba(96, 96, 96, 0.03);
  background-color: #fff;
  margin-top: 90px;
  margin-bottom: -42px;
}
@media screen and (max-width: 767px) {
  .c-news-important {
    flex-direction: column;
    margin: 16px auto 0;
  }
}
.c-news-important__title {
  background: #e3732d;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30%;
  padding: 20px 16px;
  border-radius: 12px 0 0 12px;
  gap: 6px;
}
@media screen and (max-width: 767px) {
  .c-news-important__title {
    width: 100%;
    padding: 12px 16px;
    border-radius: 12px 12px 0 0;
  }
}
.c-news-important__title svg {
  width: unset;
  height: unset;
}
.c-news-important__title p {
  color: #fff;
  font-weight: bold;
  font-size: 19px;
}
@media screen and (max-width: 767px) {
  .c-news-important__title p {
    font-size: 15px;
  }
}
.c-news-important__list {
  list-style: none;
  padding: 16px 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 98px;
  width: 70%;
  overflow-y: auto;
  color: var(--font-color);
}
@media screen and (max-width: 767px) {
  .c-news-important__list {
    width: 100%;
    padding: 12px 16px;
  }
}
.c-news-important__list.is-center {
  justify-content: center;
  height: 88px;
}
.c-news-important__list__item a {
  display: flex;
  gap: 12px;
}
.c-news-important__list__item a:hover {
  text-decoration: unset;
}
@media screen and (max-width: 767px) {
  .c-news-important__list__item a {
    flex-direction: column;
    gap: 3px;
  }
}
.c-news-important__list__item a .time {
  width: 80px;
}
.c-news-important__list__item a .time:hover {
  text-decoration: unset;
}
@media screen and (max-width: 767px) {
  .c-news-important__list__item a .time {
    font-size: 10px;
  }
}
.c-news-important__list__item a .title {
  font-size: 15px;
  text-decoration: underline;
  text-decoration-color: rgb(203, 203, 203);
  line-height: 1.65;
  text-align: left;
  margin: 0;
  /* 線の色 */
}
@media screen and (max-width: 767px) {
  .c-news-important__list__item a .title {
    font-size: 13px;
  }
}

.c-newsList__label__flex {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 6px;
}
.c-newsList__label__flex .time {
  margin-bottom: unset;
}

.c-newsList__label {
  color: #CC5A5A;
  border-radius: 24px;
  border: 1px solid #CC5A5A;
  padding: 4px 12px 6px;
  line-height: 1;
  font-size: 12px;
}

/* first ======================================================================================================================== */
.section-first {
  position: relative;
  z-index: 3;
  --about-wrapper-height: 15vw;
}
.section-first .top-wrapper {
  position: relative;
  z-index: 3;
}
.section-first .top-wrapper .bg {
  display: flex;
  align-items: center;
}
.section-first .top-wrapper .bg picture {
  display: flex;
  align-items: center;
}
.section-first .top-wrapper .bg img {
  width: 100%;
  filter: drop-shadow(0px 2px 15px rgba(190, 190, 190, 0.2));
  -webkit-filter: drop-shadow(0px 2px 15px rgba(190, 190, 190, 0.2));
}
.section-first .wrapper {
  padding-bottom: 110px;
  position: relative;
  z-index: 3;
  margin-top: calc(var(--about-wrapper-height) * -1);
}
.section-first .wrapper::after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: calc(100% - var(--about-wrapper-height));
  background-color: var(--white-color);
  z-index: -1;
}
.section-first .flex {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.section-first .txt {
  width: 420px;
  max-width: 100%;
  letter-spacing: 0.05em;
  line-height: 2.285;
}
.section-first .txt p {
  margin: 0 0 30px;
  font-size: 14px;
}
.section-first .fig {
  width: 390px;
}
.section-first .fig img {
  border-radius: 190px 190px 10px 10px;
}

.section-worry {
  position: relative;
  z-index: 2;
  --index-reasons-top: 0px;
  --index-reasons-bottom: 0px;
  padding-top: calc(100px + var(--index-reasons-top));
  margin-top: calc(var(--index-reasons-top) * -1);
  padding-bottom: calc(80px + var(--index-reasons-bottom));
  color: var(--white-color);
}
.section-worry .inner {
  overflow: hidden;
  letter-spacing: 0.05em;
}
.section-worry .inner .title {
  font-size: 34px;
  text-align: center;
  margin: 20px auto 24px;
  letter-spacing: 0.06em;
  color: var(--white-color);
}
.section-worry .inner .list {
  list-style-type: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 740px;
  margin: 0 auto;
  color: var(--font-color);
}
.section-worry .inner .list li {
  display: block;
  background: var(--white-color);
  border-radius: 2px;
  margin: 2px;
  padding: 25px 0 15px;
  width: 240px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  color: #4b7770;
}
.section-worry .inner .list li img {
  height: 80px;
}
.section-worry .inner .txt {
  margin: 60px auto 0;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.9;
}
.section-worry .inner .txt p {
  margin: 0 0 30px;
}
.section-worry .inner .txt p:last-child {
  margin: 0 auto;
}
.section-worry .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  z-index: -1;
}
.section-worry .bg img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  object-fit: cover;
  object-position: center;
}
.section-worry .bg::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(101deg, #58b7a9 4.46%, #a9ddd5 111.25%);
}
.section-worry .reasons-flex-wrpper {
  display: flex;
  gap: 12px;
  position: relative;
  z-index: 2;
}
.section-worry .reasons-flex-wrpper .item {
  width: 33.33%;
  position: relative;
  z-index: 3;
  overflow: hidden;
}
.section-worry .reasons-list-wrapper {
  position: relative;
}
.section-worry .reasons-list-wrapper .fig {
  z-index: 1;
  border-radius: 6px 6px 0 0;
  overflow: hidden;
}

.warry-img {
  --warry-img-gap: 2px;
  --warry-img-width: 34vw;
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  margin-top: 2px;
}
.warry-img::-webkit-scrollbar {
  display: none;
}
.warry-img__track {
  display: flex;
  flex-wrap: nowrap;
  gap: var(--warry-img-gap);
  animation: warry-img-scroll 88s linear infinite;
  will-change: transform;
  position: relative;
  width: max-content;
  min-width: max-content;
}
.warry-img:hover .warry-img__track {
  animation-play-state: paused;
}
.warry-img__item {
  flex: 0 0 var(--warry-img-width);
  width: var(--warry-img-width);
  aspect-ratio: 4/3;
  overflow: hidden;
}
.warry-img__item picture,
.warry-img__item img {
  display: block;
  width: 100%;
  height: 100%;
}
.warry-img__item img {
  object-fit: cover;
}

@keyframes warry-img-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .warry-img__track {
    animation: none;
  }
}
.p-section-worry .worry-top {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 100%;
  transform: translateX(-50%);
  text-align: center;
}

.first-flow {
  position: relative;
  width: 840px;
  margin: 80px auto;
}
.first-flow .inner {
  margin: 0 auto;
  padding: 0;
}
.first-flow-title {
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.58;
  text-align: center;
  margin: 0 auto 60px;
}
.first-flow-title .bg-white {
  font-size: 16px;
  font-weight: 700;
  background: var(--white-color);
  border-radius: 4px;
  padding: 10px;
  letter-spacing: 0.1em;
}
.first-flow .flow-list {
  list-style-type: none;
  letter-spacing: 0.05em;
}
.first-flow .flow-list .step {
  background: var(--white-color);
  border-radius: 2px;
  padding: 50px;
  margin: 16px auto;
}
.first-flow .flow-list .step-title {
  font-size: 24px;
  display: flex;
  margin: 10px 0 30px;
}
.first-flow .flow-list .step-title .num {
  margin: 0 10px 0 0;
  background: var(--main-color);
  width: 40px;
  height: 0;
  padding-bottom: 40px;
  border-radius: 2px;
  text-align: center;
  font-size: 18px;
  line-height: 2em;
  color: var(--white-color);
}
.first-flow .flow-list .step-title .num em {
  display: none;
}
.first-flow .flow-list .step-txt {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 16px;
  line-height: 1.75;
}
.first-flow .flow-list .step-txt .box {
  width: 340px;
}
.first-flow .flow-list .step-txt-img {
  width: 283px;
}
.first-flow .flow-list .step-txt-img img {
  border-radius: 2px;
  margin-top: 16px;
}
.first-flow .flow-list .step-point {
  background: #F0F3F8;
  border-radius: 2px;
  padding: 30px 40px;
  margin: 40px 0 0;
}
.first-flow .flow-list .step-point:last-child {
  margin: 20px 0 0;
}
.first-flow .flow-list .step-point dt {
  font-size: 22px;
  font-weight: 700;
  border-bottom: dotted 1px var(--font-color);
  width: fit-content;
  text-align: center;
  display: block;
  margin: 0 auto 20px;
  letter-spacing: 0.2em;
  padding-bottom: 8px;
}
.first-flow .flow-list .step-point dd {
  width: 560px;
  display: block;
  margin: 0 auto;
}
.first-flow .flow-list .step-point dd p {
  font-size: 18px;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-align: center;
}
.first-flow .flow-list .step-point dd p span {
  font-size: 14px;
}
.first-flow .flow-list .step-point dd p small {
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  margin-top: 12px;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .first-flow .flow-list .step-point dd p small {
    font-size: 12px;
  }
}
.first-flow .flow-list .step-point dd .note {
  width: fit-content;
  text-align: center;
  margin: 10px auto 20px;
  color: var(--accent-color);
  background: linear-gradient(transparent 60%, #FFF 60%);
}
.first-flow .flow-list .step-point dd .note span {
  font-size: 12px;
}
.first-flow .flow-list .step-point dd .att {
  background: var(--white-color);
  border-radius: 2px;
  padding: 15px 0;
}
.first-flow .flow-list .step-point dd .att img {
  width: 400px;
}
.first-flow .flow-list .step-point dd .att p {
  font-size: 18px;
}
.first-flow .flow-list .step-point dd .att p span {
  font-size: 20px;
  color: var(--main-color);
}
.first-flow .flow-list .step-point dd .price {
  margin: 0 auto 20px;
  color: var(--main-color);
  font-size: 40px;
  font-family: "DM Sans", "heisei-kaku-gothic-std";
  font-style: normal;
}
.first-flow .flow-list .step-point dd .price span {
  font-size: 24px;
}
.first-flow .flow-list .step-point dd ul {
  margin: 0 auto;
  width: fit-content;
}
.first-flow .flow-list .step-point dd ul li {
  list-style-type: none;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin: 10px;
}
.first-flow .flow-list .step-point dd ul li::before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 0.5em;
  height: 0.5em;
  background: var(--main-color);
  border-radius: 50%;
  margin-right: 8px;
}
.first-flow .flow-list .step-point dd table {
  margin: 20px 0 0;
  border: 0;
  justify-content: center;
  width: 100%;
  position: relative;
  z-index: 3;
  border-radius: 10px;
  overflow: hidden;
  font-size: 13px;
}
.first-flow .flow-list .step-point dd table::after {
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--main-color);
  z-index: -1;
}
.first-flow .flow-list .step-point dd table tr {
  position: relative;
  z-index: 3;
  background-color: var(--white-color);
}
.first-flow .flow-list .step-point dd table tr:nth-child(1) {
  color: var(--white-color);
  border-bottom: 1px solid var(--bg3-color);
}
.first-flow .flow-list .step-point dd table .week {
  background: var(--main-color);
}
.first-flow .flow-list .step-point dd table .week td {
  color: #fff;
  font-size: 16px;
}
.first-flow .flow-list .step-point dd table td {
  border: 0;
  text-align: center;
  padding: 10px 6px;
  color: var(--font-color);
  font-weight: bold;
}
.first-flow .flow-list .step-point dd table td:last-child {
  padding-right: 12px;
}
.first-flow .flow-list .step-point dd table .name {
  font-weight: bold;
}
.first-flow .flow-list .step-point dd table .time {
  font-size: 12px;
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
}
.first-flow .flow-list .step-point dd table .cir {
  width: 8px;
  aspect-ratio: 1;
  margin: auto;
  border-radius: 100%;
  background-color: var(--main-color);
  display: inline-block;
}
.first-flow .flow-list .step-point dd table .cir.none {
  background-color: #E0E0E0;
}
.first-flow .web {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--accent-color);
  color: var(--white-color);
  padding: 15px 36px;
  margin: 50px auto;
  gap: 12px;
  border-radius: 110px;
  transition: 0.3s;
  position: relative;
  height: 90px;
  width: 400px;
  box-shadow: 2px 2px 4px 0 rgba(255, 255, 255, 0.25) inset, 0 2px 2px 0 rgba(0, 0, 0, 0.25);
}
.first-flow .web .ico {
  font-size: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.first-flow .web .txt {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}
.first-flow .web .time {
  position: absolute;
  top: 0;
  left: 50%;
  width: 250px;
  max-width: 80%;
  background-color: var(--white-color);
  color: var(--accent-color);
  text-align: center;
  border-radius: 6px;
  transform: translate(-50%, -50%);
  border: 1px solid var(--accent-color);
  padding: 4px;
  transition: 0.3s;
  font-size: 16px;
}
.first-flow .web .tt {
  font-size: 1.7714em;
  letter-spacing: 0.7px;
  line-height: 1em;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.32);
}
.first-flow .web .tt span {
  display: block;
  font-size: 16px;
}
.first-flow .web .arrow {
  margin-left: 10px;
}
@media (pointer: fine) {
  .first-flow .web:hover {
    background-color: var(--accent-hover-color);
    -webkit-box-shadow: 0 2px 0 var(--accent-hover-color);
    box-shadow: 0 2px 0 var(--accent-hover-color);
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px);
  }
  .first-flow .web:hover .time {
    color: var(--accent-hover-color);
  }
}

.first-google-map {
  width: 100%;
  position: relative;
  padding-top: 400px;
  height: 0;
  margin: 60px auto 0;
}
.first-google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px 10px 0 0;
}

.first-info-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 20px 40px;
  gap: 40px;
  background: var(--white-color);
  border-radius: 0 0 10px 10px;
}

.info {
  width: 100%;
}

/* ==================================================================================================== */
@media (max-width: 767px) {
  .section-first {
    position: relative;
    z-index: 3;
    --about-wrapper-height: 15vw;
  }
  .section-first .top-wrapper {
    position: relative;
    z-index: 3;
  }
  .section-first .top-wrapper .bg {
    display: flex;
    align-items: center;
  }
  .section-first .top-wrapper .bg picture {
    display: flex;
    align-items: center;
  }
  .section-first .top-wrapper .bg img {
    width: 100%;
    filter: drop-shadow(0px 2px 15px rgba(190, 190, 190, 0.2));
    -webkit-filter: drop-shadow(0px 2px 15px rgba(190, 190, 190, 0.2));
  }
  .section-first .wrapper {
    padding-bottom: 30px;
    position: relative;
    z-index: 3;
    margin-top: calc(var(--about-wrapper-height) * -1);
    height: 150px;
  }
  .section-first .wrapper::after {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: calc(100% - var(--about-wrapper-height));
    background-color: var(--white-color);
    z-index: -1;
  }
  .section-first .flex {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .section-first .txt {
    width: 100%;
    max-width: 100%;
    letter-spacing: 0.05em;
    line-height: 2.285;
    position: relative;
    top: -80px;
  }
  .section-first .txt p {
    margin: 0 0 30px;
    font-size: 12px;
  }
  .section-first .fig {
    width: 100%;
  }
  .section-first .fig img {
    display: none;
  }
  .section-worry .inner .title {
    font-size: 21px;
    margin: 0px auto 16px;
    letter-spacing: 0.06em;
  }
  .section-worry .inner .list {
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
  }
  .section-worry .inner .list li {
    padding: 15px 0 10px;
    width: 48.7%;
    font-size: 15px;
  }
  .section-worry .inner .list li img {
    height: 50px;
  }
  .section-worry .inner .txt {
    margin: 30px auto 0;
    font-size: 14px;
  }
  .section-worry .inner .txt p {
    margin: 0 0 20px;
  }
  .section-worry .inner .txt p span {
    font-size: 16px;
  }
  .section-worry .inner .txt p:last-child {
    margin: 0 auto;
  }
  .section-worry .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    z-index: -1;
  }
  .section-worry .bg img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    object-fit: cover;
    object-position: center;
  }
  .section-worry .bg::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: var(--main-color);
  }
  .section-worry .reasons-flex-wrpper {
    display: flex;
    gap: 12px;
    position: relative;
    z-index: 2;
  }
  .section-worry .reasons-flex-wrpper .item {
    width: 33.33%;
    position: relative;
    z-index: 3;
    overflow: hidden;
  }
  .section-worry .reasons-list-wrapper {
    position: relative;
  }
  .section-worry .reasons-list-wrapper .fig {
    z-index: 1;
    border-radius: 6px 6px 0 0;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .section-worry .reasons-list-wrapper .user {
    right: -26px;
    bottom: 160px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .section-worry {
    padding-top: calc(24px + var(--index-reasons-top));
    padding-bottom: calc(46px + var(--index-reasons-bottom));
  }
  .section-worry .inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 767px) {
  .warry-img {
    --warry-img-gap: 3px;
    --warry-img-width: 78vw;
  }
  .warry-img__track {
    animation-duration: 42s;
  }
  .p-section-worry {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .first-flow {
    width: 90%;
    margin: 60px auto;
  }
  .first-flow .inner {
    margin: 0 auto;
    padding: 0;
  }
  .first-flow-title {
    font-size: 24px;
    margin: 0 auto 60px;
  }
  .first-flow-title .bg-white {
    padding: 6px;
    font-size: 14px;
  }
  .first-flow .flow-list .step {
    padding: 15px 25px 25px;
    margin: 20px auto;
  }
  .first-flow .flow-list .step-title {
    font-size: 18px;
    display: flex;
    margin: 10px 0 15px;
  }
  .first-flow .flow-list .step-title .num {
    margin: 0 10px 0 0;
    width: 30px;
    height: 0;
    padding-bottom: 30px;
    font-size: 18px;
    line-height: 1.6em;
  }
  .first-flow .flow-list .step-title .num em {
    display: inline;
    font-style: normal;
  }
  .first-flow .flow-list .step-txt .box {
    width: 100%;
  }
  .first-flow .flow-list .step-txt-img {
    width: 100%;
  }
  .first-flow .flow-list .step-txt .step-p {
    font-size: 13px;
    line-height: 1.8;
  }
  .first-flow .flow-list .step-point {
    padding: 20px;
    margin: 20px 0 0;
  }
  .first-flow .flow-list .step-point:last-child {
    margin: 20px 0 0;
  }
  .first-flow .flow-list .step-point dt {
    font-size: 18px;
    margin: 0 auto 10px;
    padding: 0 0 10px;
    border-bottom: dotted 2px var(--font-color);
  }
  .first-flow .flow-list .step-point dd {
    width: 100%;
    display: block;
  }
  .first-flow .flow-list .step-point dd p {
    font-size: 14px;
  }
  .first-flow .flow-list .step-point dd p span {
    font-size: 11px;
  }
  .first-flow .flow-list .step-point dd .note {
    margin: 10px auto 20px;
  }
  .first-flow .flow-list .step-point dd .note span {
    font-size: 12px;
  }
  .first-flow .flow-list .step-point dd .att {
    padding: 15px;
  }
  .first-flow .flow-list .step-point dd .att p {
    font-size: 12px;
    text-align: left;
  }
  .first-flow .flow-list .step-point dd .att p span {
    font-size: 12px;
  }
  .first-flow .flow-list .step-point dd .att .min {
    font-size: 10px;
  }
  .first-flow .flow-list .step-point dd .price {
    margin: 0 auto 10px;
    font-size: 30px;
  }
  .first-flow .flow-list .step-point dd .price span {
    font-size: 16px;
  }
  .first-flow .flow-list .step-point dd ul {
    margin: 20px auto 0;
  }
  .first-flow .flow-list .step-point dd ul li {
    font-size: 13px;
    margin: 10px;
    text-indent: -1em;
  }
  .first-flow .flow-list .step-point dd table {
    margin: 20px 0 0;
    border: 0;
    justify-content: center;
    width: 100%;
    position: relative;
    z-index: 3;
    border-radius: 10px;
    overflow: hidden;
    font-size: 13px;
  }
  .first-flow .flow-list .step-point dd table::after {
    width: 100%;
    height: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--main-color);
    z-index: -1;
  }
  .first-flow .flow-list .step-point dd table tr {
    position: relative;
    z-index: 3;
    background-color: var(--white-color);
  }
  .first-flow .flow-list .step-point dd table tr:nth-child(1) {
    color: var(--white-color);
    border-bottom: 1px solid var(--bg3-color);
  }
  .first-flow .flow-list .step-point dd table .week {
    background: var(--main-color);
  }
  .first-flow .flow-list .step-point dd table .week td {
    font-size: 10px;
  }
  .first-flow .flow-list .step-point dd table td {
    border: 0;
    text-align: center;
    padding: 6px;
    color: var(--font-color);
    font-weight: bold;
  }
  .first-flow .flow-list .step-point dd table td:last-child {
    padding-right: 12px;
  }
  .first-flow .flow-list .step-point dd table .name {
    font-weight: bold;
  }
  .first-flow .flow-list .step-point dd table .time {
    font-size: 10px;
    font-family: "DM Sans", sans-serif;
    font-style: normal;
    font-weight: 300;
  }
  .first-flow .flow-list .step-point dd table .cir {
    width: 8px;
    aspect-ratio: 1;
    margin: auto;
    border-radius: 100%;
    background-color: var(--main-color);
    display: inline-block;
  }
  .first-flow .flow-list .step-point dd table .cir.none {
    background-color: #E0E0E0;
  }
  .first-flow .web {
    padding: 10px 36px 5px;
    margin: 30px auto;
    border-radius: 110px;
    height: 70px;
    width: 100%;
    text-align: center;
  }
  .first-flow .web .ico {
    font-size: 28px;
  }
  .first-flow .web .txt {
    font-size: 13px;
  }
  .first-flow .web .time {
    position: absolute;
    top: 0;
    left: 50%;
    width: 250px;
    max-width: 80%;
    background-color: var(--white-color);
    color: var(--accent-color);
    text-align: center;
    border-radius: 6px;
    transform: translate(-50%, -50%);
    border: 1px solid var(--accent-color);
    padding: 4px;
    transition: 0.3s;
    font-size: 13px;
  }
  .first-flow .web .tt {
    font-size: 1.6em;
    text-align: center;
  }
  .first-flow .web .tt span {
    display: block;
    font-size: 14px;
  }
  .first-flow .web .arrow {
    margin-left: 10px;
  }
}
@media (max-width: 767px) and (pointer: fine) {
  .first-flow .web:hover {
    background-color: var(--accent-hover-color);
    -webkit-box-shadow: 0 2px 0 var(--accent-hover-color);
    box-shadow: 0 2px 0 var(--accent-hover-color);
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px);
  }
  .first-flow .web:hover .time {
    color: var(--accent-hover-color);
  }
}
@media (max-width: 767px) {
  .first-google-map {
    width: 100%;
    position: relative;
    padding-top: 400px;
    height: 0;
    margin: 60px auto 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .first-google-map {
    width: 100%;
    padding-top: 300px;
  }
}
@media (max-width: 767px) {
  .first-google-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .first-info-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 20px;
    gap: 40px;
    background: var(--white-color);
    border-radius: 0 0 10px 10px;
  }
  .first-info-box dt {
    min-width: 25%;
  }
  .first-info-box dd {
    min-width: 75%;
  }
  .info {
    width: 100%;
  }
}
/* 心理カウンセリング */
.list-pink {
  background: #fff;
  border-radius: 15px;
  padding: 30px;
  margin: 0px 0 30px;
}

.list-pink ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.list-pink ul li {
  width: 46%;
  list-style: none;
  margin: 0 0 10px 1.25em;
  text-indent: -1.25em;
  letter-spacing: 0.05em;
}

.list-pink ul li:before {
  margin: 0 0.2em 0 0;
  content: "●";
  color: #FFD5D5;
}

.list-pink-h {
  background: #fff;
  border-radius: 15px;
  padding: 30px;
  margin: 60px 0;
}

.list-pink-h p {
  font-weight: 700;
  font-size: 20px;
}

.list-pink-h p span {
  font-weight: 400;
  font-size: 0.6em;
}

.list-pink-h ul li {
  color: #E18686;
  list-style: none;
  text-indent: -1.25em;
  margin: 0 0 0 1.25em;
}

.list-pink-h ul li::before {
  margin: 0 0.2em 0 0;
  content: "○";
  color: #E18686;
}

.counselor-box {
  background: #fff;
  border-radius: 15px;
  padding: 30px 60px;
  margin: 60px 0;
}

.counselor-h {
  font-size: 30px;
  text-align: center;
  margin: 0 auto 30px;
}

.counselor-box img {
  display: block;
  margin: 0 auto 30px;
  width: auto;
}

.step-item {
  background: #fff;
  border-radius: 15px;
  padding: 30px;
  position: relative;
  margin: 0 0 50px;
}

.step-item::after {
  display: block;
  position: absolute;
  bottom: -37px;
  right: calc(50% - 33px);
  transform: translateX(-50%);
  content: "";
  display: block;
  width: 37px;
  height: 21px;
  background-image: url(https://nishiumeda-mental-clinic.jp/wp-content/uploads/2026/06/next-pink.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.step-item:nth-child(6)::after {
  display: none;
}

.step-h {
  font-weight: 700;
  font-size: 20px;
}

.step-item p {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .list-pink ul li {
    width: 100%;
    list-style: none;
    margin: 0 0 10px 1.25em;
    text-indent: -1.25em;
    letter-spacing: 0.05em;
  }
  .list-pink {
    margin: 0 0 30px;
    padding: 30px 20px;
  }
  .list-pink-h {
    padding: 30px 20px;
  }
  .list-pink-h p {
    font-size: 16px;
  }
  .counselor-box {
    padding: 30px;
  }
  .counselor-h {
    font-size: 20px;
  }
  .counselor-box img {
    display: block;
    margin: 0 auto 30px;
    width: 40%;
  }
  .step-h {
    font-size: 16px;
  }
}

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