@charset "UTF-8";
:root {
  --color-bg: #ffffff;
  --color-text: #282828;
  --color-main-orange: #F7931D;
  --color-main-teal: #42AE96;
  --color-sub-cream: #FFFAF4;
  --color-sub-light-teal: #E4F6F2;
  --color-sub-dark-teal: #2B9F86;
  --color-border: #DFDEDE;
}

html {
  font-size: 16px;
}
@media only screen and (max-width: 1679px) {
  html {
    font-size: 0.9529481834vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  html {
    font-size: 2.0833333333vw;
  }
}
@media only screen and (max-width: 767.499px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  background: var(--color-bg);
  color: var(--color-text);
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
}
body.is-fixed {
  overflow: hidden;
}

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

picture {
  display: block;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.4s ease;
}

h1,
h2,
h3,
h4,
h5,
p {
  font-weight: inherit;
}

ul {
  list-style: none;
  margin: 0;
}

input,
button,
select,
textarea {
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=checkbox],
input[type=radio] {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

input[type=submit],
input[type=button],
label,
button,
select {
  color: inherit;
  cursor: pointer;
}

div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

select::-ms-expand {
  display: none;
}

input::-webkit-input-placeholder {
  color: #777;
}

input:-ms-input-placeholder {
  color: #777;
}

input::-ms-input-placeholder {
  color: #777;
}

input::placeholder {
  color: #777;
}

input:-ms-input-placeholder {
  color: #777;
}

input::-ms-input-placeholder {
  color: #777;
}

.only-sp {
  display: none !important;
}
@media only screen and (max-width: 767.499px) {
  .only-sp {
    display: revert !important;
  }
}

@media only screen and (max-width: 767.499px) {
  .only-pc {
    display: none !important;
  }
}

@media only screen and (max-width: 767.499px) {
  .only-pc-up {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .only-pc-up {
    display: none !important;
  }
}

.only-tablet {
  display: none !important;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .only-tablet {
    display: revert !important;
  }
}

.only-tablet-sp {
  display: none !important;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .only-tablet-sp {
    display: revert !important;
  }
}
@media only screen and (max-width: 767.499px) {
  .only-tablet-sp {
    display: revert !important;
  }
}

.nowrap {
  white-space: nowrap;
}

.inline-block {
  display: inline-block;
}

.simplebar-scrollbar::before {
  background: rgb(171, 169, 169);
}

.u-scroll {
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1), -webkit-filter 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), transform 0.8s cubic-bezier(0.4, 0, 0.2, 1), filter 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), transform 0.8s cubic-bezier(0.4, 0, 0.2, 1), filter 0.8s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1), -webkit-filter 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.u-scroll.is-inview {
  opacity: 1;
}
.u-scroll.--fade {
  -webkit-filter: blur(6px);
  filter: blur(6px);
  -webkit-transform: translateY(1.875rem);
  transform: translateY(1.875rem);
}
.u-scroll.--fade.is-inview {
  -webkit-filter: blur(0);
  filter: blur(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.u-scroll.--bottom {
  -webkit-transform: translateY(1.875rem);
  transform: translateY(1.875rem);
}
.u-scroll.--bottom.is-inview {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.u-scroll.--bottom-visible {
  opacity: 1;
  -webkit-transform: translateY(1.875rem);
  transform: translateY(1.875rem);
}
.u-scroll.--bottom-visible.is-inview {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.u-scroll.--lg {
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transform: translateY(3.125rem);
  transform: translateY(3.125rem);
  transition-duration: 1s;
}
.u-scroll.--lg.is-inview {
  -webkit-filter: blur(0);
  filter: blur(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.u-scroll.--sm {
  -webkit-filter: blur(4px);
  filter: blur(4px);
  -webkit-transform: translateY(0.9375rem);
  transform: translateY(0.9375rem);
  transition-duration: 0.6s;
}
.u-scroll.--sm.is-inview {
  -webkit-filter: blur(0);
  filter: blur(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.u-scroll.--left {
  -webkit-transform: translateX(-1.875rem);
  transform: translateX(-1.875rem);
}
.u-scroll.--left.is-inview {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.u-scroll.--right {
  -webkit-transform: translateX(1.875rem);
  transform: translateX(1.875rem);
}
.u-scroll.--right.is-inview {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.u-scroll.--blur {
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.u-scroll.--blur.is-inview {
  -webkit-filter: blur(0);
  filter: blur(0);
}
.u-scroll.--scale {
  -webkit-filter: blur(6px);
  filter: blur(6px);
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
.u-scroll.--scale.is-inview {
  -webkit-filter: blur(0);
  filter: blur(0);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.u-scroll.--delay-1 {
  transition-delay: 0.1s;
}
.u-scroll.--delay-2 {
  transition-delay: 0.2s;
}
.u-scroll.--delay-3 {
  transition-delay: 0.3s;
}
.u-scroll.--delay-4 {
  transition-delay: 0.4s;
}
.u-scroll.--delay-5 {
  transition-delay: 0.5s;
}

@media only screen and (max-width: 1679px) {
  .u-fluid {
    font-size: 0.9529481834vw;
  }
}
@media only screen and (max-width: 767.499px) {
  .u-fluid {
    font-size: 4.2666666667vw;
  }
}

.l-header {
  background: transparent;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.l-header__inner {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767.499px) {
  .l-header__inner {
    padding: 25px 15px 0;
  }
}
.l-header__logo {
  flex-shrink: 0;
  padding-left: 5em;
  padding-top: 2.5rem;
}
@media only screen and (max-width: 767.499px) {
  .l-header__logo {
    padding: 0;
  }
}
.l-header__logo a {
  display: block;
  position: relative;
}
.l-header__logo img {
  height: 60px;
  width: 347.423px;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .l-header__logo img {
    height: 45px;
    width: 260.56725px;
  }
}
@media only screen and (max-width: 767.499px) {
  .l-header__logo img {
    height: 32px;
    width: 185.292px;
  }
}
.l-header__logo-img {
  transition: opacity 0.4s ease;
}
.l-header__logo-img--black {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
}
.l-header__logo-heading {
  font-size: 0;
  font-weight: inherit;
  margin: 0;
}
.l-header__nav {
  align-items: flex-end;
  color: #fff;
  display: flex;
  flex-direction: column;
  padding-right: 2.3125em;
  padding-top: 2.0625rem;
}
.l-header__nav-sub {
  align-items: center;
  display: flex;
  gap: 2.25em;
  margin-bottom: 0.875em;
}
.l-header__nav-sub ul {
  align-items: center;
  display: inline-flex;
  gap: 1.875em;
}
.l-header__nav-sub a:not(.l-header__access-btn) {
  color: #fff;
  display: inline-block;
  font-size: 1em;
  font-weight: 400;
  position: relative;
  text-decoration: none;
  transition: color 0.3s ease;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .l-header__nav-sub a:not(.l-header__access-btn) {
    font-size: 1.4em;
  }
}
.l-header__nav-sub a:not(.l-header__access-btn)::after {
  background: var(--color-main-orange);
  bottom: -0.5em;
  content: "";
  height: 0.0625em;
  left: 0;
  position: absolute;
  transition: width 0.3s ease;
  width: 0;
}
@media (hover: hover) {
  .l-header__nav-sub a:not(.l-header__access-btn):hover {
    color: var(--color-main-orange);
  }
  .l-header__nav-sub a:not(.l-header__access-btn):hover::after {
    width: 100%;
  }
}
@media (hover: none) {
  .l-header__nav-sub a:not(.l-header__access-btn):active {
    color: var(--color-main-orange);
  }
  .l-header__nav-sub a:not(.l-header__access-btn):active::after {
    width: 100%;
  }
}
.l-header__access-btn {
  align-items: center;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 0.1875em;
  color: #fff;
  display: flex;
  font-size: 1em;
  font-weight: 400;
  gap: 0.625em;
  height: 2.125em;
  justify-content: center;
  transition: background 0.3s ease, border-color 0.3s ease;
  width: 8.25em;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .l-header__access-btn {
    font-size: 1.4em;
  }
}
.l-header__access-btn svg {
  aspect-ratio: 1/1;
  color: var(--color-main-orange);
  flex-shrink: 0;
  transition: color 0.3s ease;
  width: 1.0625em;
}
@media (hover: hover) {
  .l-header__access-btn:hover {
    background: var(--color-main-orange);
    border-color: var(--color-main-orange);
  }
  .l-header__access-btn:hover svg {
    color: #fff;
  }
}
@media (hover: none) {
  .l-header__access-btn:active {
    background: var(--color-main-orange);
    border-color: var(--color-main-orange);
  }
  .l-header__access-btn:active svg {
    color: #fff;
  }
}
.l-header__nav-main ul {
  align-items: center;
  display: inline-flex;
  gap: 2.25em;
}
.l-header__nav-main a {
  color: #fff;
  display: inline-block;
  font-size: 1.125em;
  font-weight: 400;
  position: relative;
  text-decoration: none;
  transition: color 0.3s ease;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .l-header__nav-main a {
    font-size: 1.575em;
  }
}
.l-header__nav-main a::after {
  background: var(--color-main-orange);
  bottom: -0.5em;
  content: "";
  height: 0.0625em;
  left: 0;
  position: absolute;
  transition: width 0.3s ease;
  width: 0;
}
@media (hover: hover) {
  .l-header__nav-main a:hover {
    color: var(--color-main-orange);
  }
  .l-header__nav-main a:hover::after {
    width: 100%;
  }
}
@media (hover: none) {
  .l-header__nav-main a:active {
    color: var(--color-main-orange);
  }
  .l-header__nav-main a:active::after {
    width: 100%;
  }
}
.l-header__nav-main li.is-active > a {
  color: var(--color-main-orange);
}
.l-header__nav-main li.is-active > a::after {
  width: 100%;
}
.l-header__menu-btn {
  align-items: center;
  background: #3f3d39;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: flex;
  gap: 10px;
  height: 32px;
  transition: background 0.3s ease;
  width: 113px;
}
@media only screen and (max-width: 767.499px) {
  .l-header__menu-btn {
    display: flex !important;
    justify-content: center;
  }
}
@media (hover: hover) {
  .l-header__menu-btn:hover {
    background: #555756;
  }
}
@media (hover: none) {
  .l-header__menu-btn:active {
    background: #555756;
  }
}
.l-header__menu-btn-text {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.l-header.is-dark .l-header__logo-img--white {
  opacity: 0;
}
.l-header.is-dark .l-header__logo-img--black {
  opacity: 1;
}
.l-header.is-dark .l-header__nav-sub a:not(.l-header__access-btn) {
  color: var(--color-text);
}
.l-header.is-dark .l-header__nav-main a {
  color: var(--color-text);
}
.l-header.is-dark .l-header__nav-main li.is-active > a {
  color: var(--color-main-orange);
}
@media (hover: hover) {
  .l-header.is-dark .l-header__nav-sub a:not(.l-header__access-btn):hover,
  .l-header.is-dark .l-header__nav-main a:hover {
    color: var(--color-main-orange);
  }
}
@media (hover: none) {
  .l-header.is-dark .l-header__nav-sub a:not(.l-header__access-btn):active,
  .l-header.is-dark .l-header__nav-main a:active {
    color: var(--color-main-orange);
  }
}
.l-header.is-dark .l-header__access-btn {
  border-color: var(--color-text);
  color: var(--color-text);
}
.l-header::before {
  background: #fff;
  content: "";
  height: 8.0625rem;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.4s ease;
  z-index: -1;
}
@media only screen and (min-width: 1051px) and (max-width: 1299px) {
  .l-header::before {
    height: 110px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .l-header::before {
    height: 5.9375rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .l-header::before {
    height: 5rem;
  }
}
.l-header.has-bg::before {
  opacity: 1;
}

.l-nav {
  background: #fff;
  display: none;
  height: 100%;
  left: 0;
  overflow-y: auto;
  position: fixed;
  top: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 100%;
  z-index: 200;
}
@media only screen and (max-width: 767.499px) {
  .l-nav {
    display: block;
  }
}
.l-nav.is-open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.l-nav__head {
  align-items: center;
  border-bottom: 1px solid #eee;
  display: flex;
  height: 64px;
  justify-content: space-between;
  padding: 11px 16px 0;
}
.l-nav__logo img {
  height: 32px;
  width: 185.292px;
}
.l-nav__close-btn {
  align-items: center;
  background: #3f3d39;
  border: none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: flex;
  gap: 10px;
  height: 32px;
  justify-content: center;
  transition: background 0.3s ease;
  width: 113px;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
.l-nav__close-btn svg {
  padding-right: 1px;
}
@media (hover: hover) {
  .l-nav__close-btn:hover {
    background: #555756;
  }
}
@media (hover: none) {
  .l-nav__close-btn:active {
    background: #555756;
  }
}
.l-nav__close-btn-text {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1.4px;
  line-height: 1.5;
}
.l-nav__main {
  box-sizing: border-box;
  margin-top: 14px;
  max-width: 100%;
  padding: 0 15px;
}
.l-nav__main-item {
  align-items: center;
  border-bottom: 1px solid #DADADA;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  transition: background 0.3s ease;
}
.l-nav__main-item:has(.l-nav__dropdown-btn[aria-expanded=true]) {
  border-bottom-color: var(--color-main-orange);
}
@media (hover: hover) {
  .l-nav__main-item:hover {
    background: var(--color-main-orange);
  }
  .l-nav__main-item:hover .l-nav__main-link {
    color: #fff;
  }
  .l-nav__main-item:hover .l-nav__main-link::before {
    color: #fff;
  }
  .l-nav__main-item:hover circle {
    fill: #fff;
  }
  .l-nav__main-item:hover path {
    fill: var(--color-main-orange);
  }
}
@media (hover: none) {
  .l-nav__main-item:active {
    background: var(--color-main-orange);
  }
  .l-nav__main-item:active .l-nav__main-link {
    color: #fff;
  }
  .l-nav__main-item:active .l-nav__main-link::before {
    color: #fff;
  }
  .l-nav__main-item:active circle {
    fill: #fff;
  }
  .l-nav__main-item:active path {
    fill: var(--color-main-orange);
  }
}
.l-nav__main-link {
  color: var(--color-text);
  display: block;
  flex: 1;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  padding: 14.5px 0;
  text-decoration: none;
  transition: color 0.3s ease;
}
.l-nav__main-link::before {
  color: var(--color-main-orange);
  content: "→";
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  margin-right: 17px;
  transition: color 0.3s ease;
}
.l-nav__dropdown-btn {
  background: none;
  border: none;
  cursor: pointer;
  flex-shrink: 0;
  padding: 0;
}
.l-nav__dropdown-btn svg {
  display: block;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}
.l-nav__dropdown-btn[aria-expanded=true] svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.l-nav__dropdown-btn circle,
.l-nav__dropdown-btn path {
  transition: fill 0.3s ease;
}
.l-nav__dropdown-sub {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  box-sizing: border-box;
  gap: 12px 20px;
  grid-template-columns: 1fr 1fr;
  max-height: 0;
  overflow: hidden;
  padding: 0 15px;
  transition: max-height 0.35s ease, padding 0.35s ease;
  width: 100%;
}
.l-nav__dropdown-sub.is-open {
  max-height: 400px;
  padding: 16px 15px 20px;
}
.l-nav__dropdown-sub a {
  color: #555;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  -ms-grid-column-align: start;
  justify-self: start;
  line-height: 1.6;
  position: relative;
  text-decoration: none;
  transition: color 0.3s ease;
}
.l-nav__dropdown-sub a::after {
  background: var(--color-main-orange);
  bottom: -2px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transition: width 0.3s ease;
  width: 0;
}
@media (hover: hover) {
  .l-nav__dropdown-sub a:hover {
    color: var(--color-main-orange);
  }
  .l-nav__dropdown-sub a:hover::after {
    width: 100%;
  }
}
@media (hover: none) {
  .l-nav__dropdown-sub a:active {
    color: var(--color-main-orange);
  }
  .l-nav__dropdown-sub a:active::after {
    width: 100%;
  }
}
.l-nav__sub {
  box-sizing: border-box;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  margin-top: 39px;
  padding: 0 15px 20px;
  row-gap: 20px;
  width: 100%;
}
.l-nav__sub-link {
  color: #282828;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  text-decoration: none;
  transition: color 0.3s ease;
}
.l-nav__sub-link:nth-child(even) {
  padding-left: 10px;
}
@media (hover: hover) {
  .l-nav__sub-link:hover {
    color: var(--color-main-orange);
  }
}
@media (hover: none) {
  .l-nav__sub-link:active {
    color: var(--color-main-orange);
  }
}
.l-nav__cta {
  box-sizing: border-box;
  padding: 32px 15px 16px;
  width: 100%;
}
.l-nav__cta-btn {
  background: var(--color-main-teal);
  border: 1px solid var(--color-main-teal);
  border-radius: 40px;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 700;
  padding: 18px;
  text-align: center;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease;
}
@media (hover: hover) {
  .l-nav__cta-btn:hover {
    background: var(--color-bg);
    color: var(--color-main-teal);
  }
}
@media (hover: none) {
  .l-nav__cta-btn:active {
    background: var(--color-bg);
    color: var(--color-main-teal);
  }
}
.l-nav__tel {
  box-sizing: border-box;
  padding: 16px 15px 40px;
  width: 100%;
}

@media (max-width: 1050px) {
  .only-tab-pc {
    display: none !important;
  }
}

.only-tab-sp {
  display: none !important;
}
@media (max-width: 1050px) {
  .only-tab-sp {
    display: block !important;
  }
}

.l-footer__info {
  background: url("../img/common/footer1_pc.jpg") lightgray 50%/cover no-repeat;
  border-radius: 100px 100px 0 0;
  color: #fff;
  padding-bottom: 4.8125em;
  position: relative;
}
.l-footer__info::before {
  background: #fff;
  bottom: 78px;
  content: "";
  left: 50%;
  position: absolute;
  top: 171px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1px;
}
@media (max-width: 1299px) {
  .l-footer__info::before {
    display: none;
  }
}
@media only screen and (max-width: 767.499px) {
  .l-footer__info::before {
    display: none;
  }
}
@media (max-width: 1299px) {
  .l-footer__info {
    height: auto;
  }
}
@media only screen and (max-width: 767.499px) {
  .l-footer__info {
    background: url("../img/common/footer1_sp.jpg") lightgray 50%/cover no-repeat, #462600;
    border-radius: 2.5rem 2.5rem 0 0;
    height: auto;
    padding-bottom: 0;
  }
}

.l-footer__info-inner {
  display: flex;
  justify-content: space-between;
  margin: 0 0 0 calc(50% - 42.1875em);
  padding-top: 4.375em;
  width: 82.3125em;
}
@media (min-width: 768px) and (max-width: 1299px) {
  .l-footer__info-inner {
    flex-direction: column;
    gap: 3.75em;
    margin: auto;
    max-width: 75em;
    padding: 4.25em 0.9375em 0.625em;
    width: auto;
  }
}
.l-footer__info-inner > * {
  margin: auto;
  min-width: 0;
}
@media (min-width: 1300px) {
  .l-footer__info-inner > * {
    margin: 0;
  }
}
@media only screen and (max-width: 767.499px) {
  .l-footer__info-inner > * {
    width: 100%;
  }
}
@media only screen and (max-width: 767.499px) {
  .l-footer__info-inner {
    flex-direction: column;
    gap: 6.8125rem;
    margin: 0;
    padding: 4.25rem 0.9375rem 3.9375rem;
    width: auto;
  }
}

.l-footer__section-head {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 29px;
}
@media only screen and (min-width: 768px) {
  .l-footer__section-head.first {
    margin-bottom: 1.4375rem;
  }
}
@media (min-width: 768px) and (max-width: 1299px) {
  .l-footer__section-head {
    justify-content: center;
  }
}
@media only screen and (max-width: 767.499px) {
  .l-footer__section-head {
    flex-wrap: wrap;
    gap: 0.625rem;
    margin-bottom: 2.3125rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .l-footer__section-head.second {
    margin-bottom: 1rem;
  }
}

.l-footer__section-title {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 26px;
  font-weight: 500;
  gap: 10px;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .l-footer__section-title.first {
    -webkit-transform: translateY(-0.3125rem);
    transform: translateY(-0.3125rem);
  }
}

.l-footer__detail-btn {
  align-items: center;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 25px;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  height: 50px;
  justify-content: center;
  line-height: 1.5;
  position: relative;
  text-decoration: none;
  transition: background 0.3s ease, border-color 0.3s ease;
  white-space: nowrap;
  width: 198px;
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}
.l-footer__detail-btn span {
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
@media (hover: hover) {
  .l-footer__detail-btn:hover {
    background: var(--color-main-orange);
    border-color: var(--color-main-orange);
  }
  .l-footer__detail-btn:hover span {
    -webkit-transform: translateY(-50%) translateX(8px);
    transform: translateY(-50%) translateX(8px);
  }
}
@media (hover: none) {
  .l-footer__detail-btn:active {
    background: var(--color-main-orange);
    border-color: var(--color-main-orange);
  }
  .l-footer__detail-btn:active span {
    -webkit-transform: translateY(-50%) translateX(8px);
    transform: translateY(-50%) translateX(8px);
  }
}
@media (max-width: 1050px) {
  .l-footer__detail-btn.only-tab-sp {
    display: flex !important;
  }
}
@media (min-width: 768px) and (max-width: 1299px) {
  .l-footer__detail-btn.only-tab-sp {
    line-height: 3.125rem;
    margin-bottom: 2.75rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
@media only screen and (max-width: 767.499px) {
  .l-footer__detail-btn {
    height: 2.75rem;
    margin-bottom: 2.8125rem;
  }
}

@media (min-width: 768px) and (max-width: 1299px) {
  .l-footer__access .l-footer__section-head {
    justify-content: center;
  }
  .l-footer__access .only-tab-pc {
    display: none !important;
  }
  .l-footer__access .only-tab-sp {
    display: block !important;
  }
}

.l-footer__access-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5625rem;
}
@media (max-width: 1050px) {
  .l-footer__access-info {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1299px) {
  .l-footer__access-info {
    display: block;
    text-align: center;
  }
}
@media only screen and (max-width: 767.499px) {
  .l-footer__access-info {
    display: block;
  }
}

.l-footer__address {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.9;
}
@media (min-width: 1299px) {
  .l-footer__address {
    max-width: 19.25rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .l-footer__address {
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 768px) {
  .br-hide-tablet {
    display: none;
  }
}

.l-footer__access-way {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.9;
  width: 200px;
}
@media (min-width: 768px) and (max-width: 1299px) {
  .l-footer__access-way {
    width: 100%;
  }
}
@media only screen and (max-width: 767.499px) {
  .l-footer__access-way {
    margin-bottom: 2.875rem;
    width: auto;
  }
}

.l-footer__access-way-title {
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 8px;
}

.l-footer__map-wrap {
  border-radius: 1.25em;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .l-footer__map-wrap {
    display: flex;
    font-size: 1.4vw;
    justify-content: center;
    margin: 0 auto;
  }
}
@media (min-width: 1051px) and (max-width: 1299px) {
  .l-footer__map-wrap {
    font-size: 1.2vw;
  }
}
@media only screen and (max-width: 767.499px) {
  .l-footer__map-wrap {
    aspect-ratio: 91/67;
    overflow: visible;
    position: relative;
  }
  .l-footer__map-wrap::after {
    background: #fff;
    bottom: -60px;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 92%;
  }
}
.l-footer__map-wrap iframe {
  border-radius: 1.25em;
  display: block;
  height: 26.25em;
  width: 35.625em;
}
@media only screen and (max-width: 767.499px) {
  .l-footer__map-wrap iframe {
    aspect-ratio: 91/67;
    height: 100%;
    width: 100%;
  }
}

.l-footer__cal-info {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.9;
  margin-bottom: 1.5625rem;
}
@media (min-width: 1299px) {
  .l-footer__cal-info {
    white-space: nowrap;
  }
}
@media (min-width: 768px) and (max-width: 1299px) {
  .l-footer__cal-info {
    text-align: center;
  }
}
@media only screen and (max-width: 767.499px) {
  .l-footer__cal-info {
    margin-bottom: 2.0625rem;
  }
}

@media (min-width: 1299px) {
  .l-footer__cal {
    max-width: 35.625rem;
  }
}

@media (min-width: 768px) and (max-width: 1299px) {
  .l-footer__cal-wrap {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}

.l-footer__contact {
  background: var(--color-main-orange);
  box-sizing: border-box;
  color: #fff;
  padding: 40px 0 38px;
  position: relative;
  text-align: center;
}
.l-footer__contact::before {
  background: rgba(0, 0, 0, 0.05);
  content: "";
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .l-footer__contact:hover::before {
    opacity: 1;
  }
}
@media (hover: none) {
  .l-footer__contact:active::before {
    opacity: 1;
  }
}
@media only screen and (max-width: 767.499px) {
  .l-footer__contact {
    padding: 3.125rem 0.9375rem;
  }
}

.l-footer__contact-inner {
  margin: 0 auto;
  max-width: 900px;
}

.l-footer__contact-title {
  font-size: 28px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 17px;
}
@media only screen and (max-width: 767.499px) {
  .l-footer__contact-title {
    font-size: 1.625rem;
    margin-bottom: 1.875rem;
  }
}

.l-footer__contact-tel {
  font-family: Lato, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 8px;
}
@media only screen and (max-width: 767.499px) {
  .l-footer__contact-tel {
    font-size: 2.375rem;
    margin-bottom: 0.75rem;
  }
}
.l-footer__contact-tel a {
  color: inherit;
  text-decoration: none;
}

.l-footer__contact-hours {
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 12px;
}
@media only screen and (max-width: 767.499px) {
  .l-footer__contact-hours {
    margin-bottom: 2.25rem;
  }
}

.l-footer__contact-note {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.9;
  margin-bottom: 0;
}
@media only screen and (max-width: 767.499px) {
  .l-footer__contact-note {
    text-align: left;
  }
}

.l-footer__nav-section {
  background: var(--color-sub-cream);
  border: 0.5px solid rgba(40, 40, 40, 0.1);
  border-radius: 0 0 100px 0;
  padding: 69px 0 74px;
  position: relative;
}
@media only screen and (min-width: 1051px) {
  .l-footer__nav-section {
    border-radius: 0 0 6.25em 0;
    border-width: 0.03125em;
    padding: 4.3125em 0 4.625em;
  }
}
.l-footer__nav-section::before {
  background: rgba(40, 40, 40, 0.1);
  bottom: 5.3125em;
  content: "";
  position: absolute;
  right: calc(50% - 20.125em);
  top: 11.6875em;
  width: 0.0625em;
}
@media only screen and (min-width: 1051px) and (max-width: 1299px) {
  .l-footer__nav-section::before {
    right: calc(50% - 23.375rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .l-footer__nav-section::before {
    display: none;
  }
}
@media only screen and (max-width: 767.499px) {
  .l-footer__nav-section::before {
    display: none;
  }
}
@media only screen and (max-width: 767.499px) {
  .l-footer__nav-section {
    padding: 3.75rem 0 4.625rem;
  }
}

.l-footer__nav-inner {
  margin: 0 auto;
  max-width: 88.75em;
  padding: 0;
}
@media only screen and (min-width: 1051px) and (max-width: 1299px) {
  .l-footer__nav-inner {
    max-width: 93.75rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .l-footer__nav-inner {
    max-width: 92%;
  }
}

.l-footer__logo {
  margin-bottom: 53px;
}
@media only screen and (min-width: 1051px) {
  .l-footer__logo {
    margin-bottom: 3.3125em;
  }
}
@media only screen and (max-width: 767.499px) {
  .l-footer__logo {
    margin-bottom: 1.9375rem;
  }
}
.l-footer__logo img {
  display: block;
  height: 60px;
  padding-left: 4px;
  width: 347.423px;
}
@media only screen and (min-width: 1051px) {
  .l-footer__logo img {
    height: 3.75em;
    padding-left: 0.25em;
    width: 21.7139375em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .l-footer__logo img {
    height: 45px;
    padding-left: 3px;
    width: 260.56725px;
  }
}
@media only screen and (max-width: 767.499px) {
  .l-footer__logo img {
    height: 3.51875rem;
    padding-left: 0;
    width: 20.375rem;
  }
}

.l-footer__nav-body {
  align-items: flex-start;
  display: flex;
  gap: 48px;
}
@media only screen and (min-width: 1051px) {
  .l-footer__nav-body {
    gap: 3em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .l-footer__nav-body {
    align-items: center;
    flex-direction: column;
    gap: 48px;
  }
}
@media only screen and (max-width: 767.499px) {
  .l-footer__nav-body {
    flex-direction: column;
    gap: 0;
  }
}

.l-footer__nav {
  display: flex;
  flex: 1;
  gap: 34px;
}
@media only screen and (min-width: 1051px) {
  .l-footer__nav {
    gap: 2.125em;
  }
}

.l-footer__nav-col {
  min-width: 120px;
}
@media only screen and (min-width: 1051px) {
  .l-footer__nav-col {
    min-width: 7.5em;
  }
}

.l-footer__nav-col--wide {
  flex: 1;
}

.l-footer__nav-heading {
  color: #222;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 20px;
  position: relative;
  text-decoration: none;
  transition: color 0.3s ease;
}
@media only screen and (min-width: 1051px) {
  .l-footer__nav-heading {
    font-size: 1.125em;
    margin-bottom: 1.25em;
  }
}
.l-footer__nav-heading::after {
  background: var(--color-main-orange);
  bottom: -4px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transition: width 0.3s ease;
  width: 0;
}
@media only screen and (min-width: 1051px) {
  .l-footer__nav-heading::after {
    bottom: -0.25em;
    height: 0.0625em;
  }
}
@media (hover: hover) {
  .l-footer__nav-heading:hover {
    color: var(--color-main-orange);
  }
  .l-footer__nav-heading:hover::after {
    width: 100%;
  }
}
@media (hover: none) {
  .l-footer__nav-heading:active {
    color: var(--color-main-orange);
  }
  .l-footer__nav-heading:active::after {
    width: 100%;
  }
}

.l-footer__nav-clinic {
  color: #222;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
  margin-top: 24px;
  position: relative;
  text-decoration: none;
  transition: color 0.3s ease;
}
@media only screen and (min-width: 1051px) {
  .l-footer__nav-clinic {
    font-size: 1.125em;
    margin-top: 1.5em;
  }
}
.l-footer__nav-clinic::after {
  background: var(--color-main-orange);
  bottom: -4px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transition: width 0.3s ease;
  width: 0;
}
@media only screen and (min-width: 1051px) {
  .l-footer__nav-clinic::after {
    bottom: -0.25em;
    height: 0.0625em;
  }
}
@media (hover: hover) {
  .l-footer__nav-clinic:hover {
    color: var(--color-main-orange);
  }
  .l-footer__nav-clinic:hover::after {
    width: 100%;
  }
}
@media (hover: none) {
  .l-footer__nav-clinic:active {
    color: var(--color-main-orange);
  }
  .l-footer__nav-clinic:active::after {
    width: 100%;
  }
}

.l-footer__nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.l-footer__nav-list a {
  color: #555;
  display: inline-block;
  font-size: 15px;
  line-height: 28.5px;
  position: relative;
  text-decoration: none;
  transition: color 0.3s ease;
}
@media only screen and (min-width: 1051px) and (max-width: 1299px) {
  .l-footer__nav-list a {
    font-size: max(1.0625rem, 12px);
    line-height: 1.78125em;
  }
}
@media (max-width: 860px) {
  .l-footer__nav-list a {
    font-size: 13px;
  }
}
.l-footer__nav-list a::after {
  background: var(--color-main-orange);
  bottom: -2px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transition: width 0.3s ease;
  width: 0;
}
@media only screen and (min-width: 1051px) {
  .l-footer__nav-list a::after {
    bottom: -0.125em;
    height: 0.0625em;
  }
}
@media (hover: hover) {
  .l-footer__nav-list a:hover {
    color: var(--color-main-orange);
  }
  .l-footer__nav-list a:hover::after {
    width: 100%;
  }
}
@media (hover: none) {
  .l-footer__nav-list a:active {
    color: var(--color-main-orange);
  }
  .l-footer__nav-list a:active::after {
    width: 100%;
  }
}

.l-footer__nav-subcols {
  display: flex;
  gap: 32px;
}
@media only screen and (min-width: 1051px) {
  .l-footer__nav-subcols {
    gap: 2em;
  }
}
@media (max-width: 860px) {
  .l-footer__nav-subcols {
    gap: 10px;
  }
  .l-footer__nav-subcols > div {
    flex: 1;
  }
}

.l-footer__nav-subheading {
  font-size: 15px;
  font-weight: 400;
  line-height: 28.5px;
}
@media only screen and (min-width: 1051px) {
  .l-footer__nav-subheading {
    font-size: 0.9375em;
    line-height: 1.78125em;
  }
}
@media (max-width: 860px) {
  .l-footer__nav-subheading {
    font-size: 13px;
  }
}
.l-footer__nav-subheading--orange {
  color: #D58500;
}

.l-footer__sp-nav {
  width: 100%;
}

.l-footer__sp-nav-item {
  border-bottom: 1px solid #DADADA;
}
.l-footer__sp-nav-item:has(.l-footer__sp-nav-toggle[aria-expanded=true]) {
  border-bottom-color: var(--color-main-orange);
}
@media (hover: hover) {
  .l-footer__sp-nav-item:hover {
    border-bottom-color: var(--color-main-orange);
  }
}
@media (hover: none) {
  .l-footer__sp-nav-item:has(a:active) {
    border-bottom-color: var(--color-main-orange);
  }
}

.l-footer__sp-nav-row {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.l-footer__sp-nav-link {
  color: #282828;
  display: block;
  flex: 1;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  padding: 14.5px 0;
  text-decoration: none;
  transition: color 0.3s ease;
}
.l-footer__sp-nav-link::before {
  color: var(--color-main-orange);
  content: "→";
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  margin-right: 17px;
  transition: color 0.3s ease;
}
@media (hover: hover) {
  .l-footer__sp-nav-link:hover {
    color: var(--color-main-orange);
  }
}
@media (hover: none) {
  .l-footer__sp-nav-link:active {
    color: var(--color-main-orange);
  }
}

.l-footer__sp-nav-toggle {
  background: none;
  border: none;
  cursor: pointer;
  flex-shrink: 0;
  padding: 0;
}
.l-footer__sp-nav-toggle svg {
  display: block;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}
.l-footer__sp-nav-toggle[aria-expanded=true] svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.l-footer__sp-nav-sub {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  gap: 16px 20px;
  grid-template-columns: 1fr 1fr;
  max-height: 0;
  overflow: hidden;
  padding: 0;
  transition: max-height 0.35s ease, padding 0.35s ease;
}
.l-footer__sp-nav-sub.is-open {
  max-height: 600px;
  padding: 20px 0 24px;
}
.l-footer__sp-nav-sub a {
  color: #555;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  -ms-grid-column-align: start;
  justify-self: start;
  line-height: 1.6;
  position: relative;
  text-decoration: none;
  transition: color 0.3s ease;
}
.l-footer__sp-nav-sub a::after {
  background: var(--color-main-orange);
  bottom: -2px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transition: width 0.3s ease;
  width: 0;
}
@media (hover: hover) {
  .l-footer__sp-nav-sub a:hover {
    color: var(--color-main-orange);
  }
  .l-footer__sp-nav-sub a:hover::after {
    width: 100%;
  }
}
@media (hover: none) {
  .l-footer__sp-nav-sub a:active {
    color: var(--color-main-orange);
  }
  .l-footer__sp-nav-sub a:active::after {
    width: 100%;
  }
}

@media only screen and (max-width: 767.499px) {
  .l-footer__sp-sub {
    display: -ms-grid !important;
    display: grid !important;
  }
}
.l-footer__sp-sub {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  margin-top: 29px;
  padding-bottom: 20px;
  row-gap: 20px;
  width: 100%;
}
.l-footer__sp-sub a {
  color: #282828;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  position: relative;
  text-decoration: none;
  transition: color 0.3s ease;
}
.l-footer__sp-sub a::after {
  background: var(--color-main-orange);
  bottom: -2px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transition: width 0.3s ease;
  width: 0;
}
@media (hover: hover) {
  .l-footer__sp-sub a:hover {
    color: var(--color-main-orange);
  }
  .l-footer__sp-sub a:hover::after {
    width: 100%;
  }
}
@media (hover: none) {
  .l-footer__sp-sub a:active {
    color: var(--color-main-orange);
  }
  .l-footer__sp-sub a:active::after {
    width: 100%;
  }
}
.l-footer__sp-sub a:nth-child(even) {
  padding-left: 10px;
}

.l-footer__cta {
  flex-shrink: 0;
  width: 330px;
}
@media only screen and (min-width: 1051px) {
  .l-footer__cta {
    width: 20.625em;
  }
}
@media only screen and (min-width: 768px) {
  .l-footer__cta {
    padding-right: 4px;
    padding-top: 4px;
  }
}
@media only screen and (max-width: 767.499px) {
  .l-footer__cta {
    margin-top: 0.9375rem;
    width: 100%;
  }
}

.l-footer__cta-btn {
  background: var(--color-main-teal);
  border: 1px solid var(--color-main-teal);
  border-radius: 60px;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 31px;
  padding: 18px 20px;
  text-align: center;
  text-decoration: none;
  transition: background 0.4s ease, color 0.4s ease;
}
@media only screen and (min-width: 1051px) {
  .l-footer__cta-btn {
    border-radius: 3.75em;
    border-width: 0.0625em;
    font-size: 1em;
    margin-bottom: 1.9375em;
    padding: 1.125em 1.25em;
  }
}
@media (hover: hover) {
  .l-footer__cta-btn:hover {
    background: var(--color-bg);
    color: var(--color-main-teal);
  }
}
@media (hover: none) {
  .l-footer__cta-btn:active {
    background: var(--color-bg);
    color: var(--color-main-teal);
  }
}
@media only screen and (max-width: 767.499px) {
  .l-footer__cta-btn {
    margin-bottom: 1.875rem;
  }
}

.l-footer__cta-address {
  font-size: 15px;
  font-style: normal;
  line-height: 24px;
  margin-bottom: 31px;
  padding-left: 4px;
  white-space: nowrap;
}
@media only screen and (min-width: 1051px) {
  .l-footer__cta-address {
    font-size: 0.9375em;
    line-height: 1.5em;
    margin-bottom: 1.9375em;
    padding-left: 0.25em;
  }
}

.l-footer__cta-tel-wrap {
  background: #fff;
  border: 1px solid rgba(40, 40, 40, 0.1);
  border-radius: 10px;
  box-sizing: border-box;
  color: #282828;
  display: block;
  height: 84px;
  overflow: hidden;
  padding: 14px 0 16px;
  position: relative;
  text-align: center;
  width: 330px;
}
@media only screen and (min-width: 1051px) {
  .l-footer__cta-tel-wrap {
    border-radius: 0.625em;
    border-width: 0.0625em;
    height: 5.25em;
    padding: 0.875em 0 1em;
    width: 20.625em;
  }
}
.l-footer__cta-tel-wrap::after {
  background: #fff;
  content: "";
  inset: 0;
  mix-blend-mode: overlay;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity 0.4s ease;
}
@media (hover: hover) {
  .l-footer__cta-tel-wrap:hover::after {
    opacity: 0.6;
  }
}
@media (hover: none) {
  .l-footer__cta-tel-wrap:active::after {
    opacity: 0.6;
  }
}
@media only screen and (max-width: 767.499px) {
  .l-footer__cta-tel-wrap {
    width: 100%;
  }
}

.l-footer__cta-tel {
  align-items: center;
  display: flex;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 400;
  gap: 17.42px;
  justify-content: center;
  line-height: normal;
  margin-bottom: 3px;
  padding-right: 26px;
}
@media only screen and (min-width: 1051px) {
  .l-footer__cta-tel {
    font-size: 1.5em;
    gap: 1.08875em;
    margin-bottom: 0.1875em;
    padding-right: 1.625em;
  }
}
.l-footer__cta-tel a {
  color: #282828;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}
@media only screen and (min-width: 1051px) {
  .l-footer__cta-tel a {
    font-size: 1.5em;
  }
}

.l-footer__cta-tel-icon {
  flex-shrink: 0;
}

.l-footer__cta-hours {
  color: #282828;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}
@media only screen and (min-width: 1051px) {
  .l-footer__cta-hours {
    font-size: 0.875em;
  }
}

.l-footer__sub-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 36px;
  margin-top: 37px;
}
@media only screen and (min-width: 1051px) {
  .l-footer__sub-nav {
    gap: 0.5em 2.25em;
    margin-top: 2.3125em;
  }
}
.l-footer__sub-nav a {
  color: #555;
  display: inline-block;
  font-size: 18px;
  position: relative;
  text-decoration: none;
  transition: color 0.3s ease;
}
@media only screen and (min-width: 1051px) {
  .l-footer__sub-nav a {
    font-size: 1.125em;
  }
}
.l-footer__sub-nav a::after {
  background: var(--color-main-orange);
  bottom: -4px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transition: width 0.3s ease;
  width: 0;
}
@media only screen and (min-width: 1051px) {
  .l-footer__sub-nav a::after {
    bottom: -0.25em;
    height: 0.0625em;
  }
}
@media (hover: hover) {
  .l-footer__sub-nav a:hover {
    color: var(--color-main-orange);
  }
  .l-footer__sub-nav a:hover::after {
    width: 100%;
  }
}
@media (hover: none) {
  .l-footer__sub-nav a:active {
    color: var(--color-main-orange);
  }
  .l-footer__sub-nav a:active::after {
    width: 100%;
  }
}

.l-footer__bottom {
  background: #fff;
}

.l-footer__bottom-inner {
  -webkit-column-gap: 1.875em;
  -moz-column-gap: 1.875em;
  column-gap: 1.875em;
  display: -ms-grid;
  display: grid;
  grid-template-areas: "nav    logos" "copyright logos";
  -ms-grid-columns: 1fr 1.875em auto;
  grid-template-columns: 1fr auto;
  margin: 0 0 0 calc(50% - 46.96875em);
  padding: 3.125em 0 2.375em 2.59375em;
  width: 93.9375em;
}
@media only screen and (max-width: 767.499px) {
  .l-footer__bottom-inner {
    box-sizing: border-box;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    grid-template-areas: "nav       page-top" "logos     page-top" "copyright page-top";
    margin: 0;
    width: 100%;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
    padding: 45px 15px 40px;
  }
}

.l-footer__bottom-nav {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  align-items: center;
  -ms-grid-row-align: center;
  align-self: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1.875em;
  grid-area: nav;
  margin-bottom: 1.8125em;
  margin-top: 3.3125em;
}
@media only screen and (max-width: 767.499px) {
  .l-footer__bottom-nav {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 31px;
    margin-top: 0;
  }
}
.l-footer__bottom-nav a {
  color: #666;
  font-family: Inter, sans-serif;
  font-size: 0.875em;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  transition: color 0.2s;
}
@media (hover: hover) {
  .l-footer__bottom-nav a:hover {
    color: #999;
  }
}
@media (hover: none) {
  .l-footer__bottom-nav a:active {
    color: #999;
  }
}

.l-footer__bottom-logos {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 3;
  align-items: flex-end;
  -ms-grid-row-align: center;
  align-self: center;
  display: flex;
  gap: 1.25em;
  grid-area: logos;
}
@media only screen and (max-width: 767.499px) {
  .l-footer__bottom-logos {
    align-items: flex-start;
    -ms-grid-row-align: start;
    align-self: start;
    gap: 17px;
    margin-bottom: 31px;
  }
}

.l-footer__bottom-cert-group {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  gap: 0.375em;
}
@media only screen and (max-width: 767.499px) {
  .l-footer__bottom-cert-group {
    align-items: flex-start;
  }
}
.l-footer__bottom-cert-group--logo1 img {
  height: 5.125em;
  width: 8.9375em;
}
@media only screen and (max-width: 767.499px) {
  .l-footer__bottom-cert-group--logo1 img {
    height: 42.73px;
    width: 78.276px;
  }
}
.l-footer__bottom-cert-group--logo2 img {
  height: 5em;
  width: 13.4375em;
}
@media only screen and (max-width: 767.499px) {
  .l-footer__bottom-cert-group--logo2 img {
    height: 42.304px;
    width: 113.689px;
  }
}
.l-footer__bottom-cert-group--logo3 img {
  aspect-ratio: 40/33;
  height: 6.5625em;
  width: 7.9545625em;
}
@media only screen and (max-width: 767.499px) {
  .l-footer__bottom-cert-group--logo3 img {
    height: 68px;
    width: 82.424px;
  }
}

.l-footer__bottom-cert-label {
  color: #282828;
  font-size: 0.6875em;
  font-weight: 400;
  line-height: normal;
  text-align: right;
}
@media only screen and (max-width: 767.499px) {
  .l-footer__bottom-cert-label {
    font-size: 8px;
    text-align: left;
  }
}

.l-footer__copyright {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-row-align: start;
  align-self: start;
  color: #666;
  font-family: Lato, sans-serif;
  font-size: 1em;
  font-weight: 400;
  grid-area: copyright;
  line-height: normal;
}
@media only screen and (max-width: 767.499px) {
  .l-footer__copyright {
    font-size: 12px;
  }
}

.l-footer__page-top {
  color: #282828;
  display: block;
  font-family: Lato, sans-serif;
  font-size: 0.875em;
  font-style: normal;
  font-weight: 400;
  grid-area: page-top;
  letter-spacing: 0.0875em;
  line-height: normal;
  margin-left: 0.9375em;
  padding-top: 2.75em;
  position: relative;
  text-decoration: none;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

@media only screen and (max-width: 767.499px){
  .l-footer__bottom-nav {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .l-footer__bottom-logos {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .l-footer__copyright {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .l-footer__page-top {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }
}
.l-footer__page-top::before {
  background: #999;
  content: "";
  height: 2.5em;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0.0625em;
}

.l-footer__page-top-pc {
  color: #282828;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1.4px;
  line-height: normal;
  padding-top: 44px;
  position: absolute;
  right: 24px;
  text-decoration: none;
  top: 136.4px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
@media only screen and (min-width: 1051px) {
  .l-footer__page-top-pc {
    font-size: 0.875em;
    letter-spacing: 0.0875em;
    padding-top: 2.75em;
    right: 1.5em;
    top: 8.525em;
  }
}
.l-footer__page-top-pc::before {
  background: #999;
  content: "";
  height: 40px;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1px;
}
@media only screen and (min-width: 1051px) {
  .l-footer__page-top-pc::before {
    height: 2.5em;
    width: 0.0625em;
  }
}

.l-float-banner {
  bottom: 0;
  display: none;
  height: 8.8125rem;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 150;
}
@media only screen and (max-width: 767.499px) {
  .l-float-banner {
    display: block;
  }
}
.l-float-banner.is-visible {
  opacity: 1;
  pointer-events: auto;
}
.l-float-banner__tel {
  align-items: center;
  background: #F7931D;
  border-radius: 1.75rem;
  bottom: 5.3125rem;
  box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.25);
  display: flex;
  height: 3.5rem;
  justify-content: center;
  position: absolute;
  right: 0.9375rem;
  width: 3.5rem;
}
.l-float-banner__btn {
  background-color: #36C7A7;
  border-radius: 0.3125rem;
  bottom: 0.9375rem;
  box-sizing: border-box;
  display: block;
  height: 3.125rem;
  left: 50%;
  padding: 0.5rem;
  position: absolute;
  text-decoration: none;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 92%;
}
.l-float-banner__btn-inner {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 0.3125rem;
  display: flex;
  height: 100%;
  justify-content: space-between;
  width: 100%;
}
.l-float-banner__btn-text {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  padding-left: 2.5625rem;
}
.l-float-banner__btn-arrow {
  flex-shrink: 0;
  padding-right: 1.75rem;
}

@media only screen and (max-width: 767.499px) {
  body {
    padding-bottom: 6.25rem;
  }
}
.c-smf .smf-item {
  align-items: center;
  display: flex;
  gap: 2.5rem;
}
.c-smf .smf-item + .smf-item {
  margin-top: 2.03125rem;
}
.c-smf .smf-item + .smf-item.first .smf-item__label__text {
  -webkit-transform: translateY(-1.1875rem);
  transform: translateY(-1.1875rem);
}
@media only screen and (max-width: 767.499px) {
  .c-smf .smf-item {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.625rem;
  }
  .c-smf .smf-item + .smf-item {
    margin-top: 1.75rem;
  }
}
.c-smf .smf-item__col--label {
  flex-shrink: 0;
  width: 14.875rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .c-smf .smf-item__col--label {
    width: 12.5rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .c-smf .smf-item__col--label {
    width: 100%;
  }
}
.c-smf .smf-item__label {
  align-items: center;
  display: flex;
  gap: 0.625rem;
}
.c-smf .smf-radio-button-control__label {
  font-size: 0.875rem;
}
@media only screen and (min-width: 1051px) and (max-width: 1299px) {
  .c-smf .smf-radio-button-control__label {
    font-size: 14px;
    -webkit-transform: translate(0) !important;
    transform: translate(0) !important;
  }
}
.c-smf .smf-item__label__text {
  color: #282828;
  flex-shrink: 0;
  font-size: max(1rem, 14px);
  font-weight: 400;
  line-height: 1.125;
  width: 11.25rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .c-smf .smf-item__label__text {
    width: 9.25rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .c-smf .smf-item__label__text {
    width: auto;
  }
}
.c-smf .smf-item__label__required {
  align-items: center;
  background: #f7931d;
  border-radius: 0.8125rem;
  color: #fff;
  display: inline-flex;
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 400;
  height: max(1.625rem, 18px);
  justify-content: center;
  line-height: 1.2857142857;
  white-space: nowrap;
  width: max(3rem, 35px);
}
.c-smf .smf-item.first .smf-item__label__required {
  -webkit-transform: translateY(-0.875rem);
  transform: translateY(-0.875rem);
}
@media only screen and (max-width: 767.499px) {
  .c-smf .smf-item.first .smf-item__label__text {
    -webkit-transform: translateY(-0.0625rem) !important;
    transform: translateY(-0.0625rem) !important;
  }
  .c-smf .smf-item.first .smf-item__label__required {
    -webkit-transform: translateY(-0.0625rem) !important;
    transform: translateY(-0.0625rem) !important;
  }
}
.c-smf .smf-item__col--controls {
  flex: 1;
  min-width: 0;
}
@media only screen and (max-width: 767.499px) {
  .c-smf .smf-item__col--controls {
    width: 100%;
  }
}
.c-smf .smf-item__controls {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .c-smf .smf-item__controls {
    gap: 0.625rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .c-smf .smf-item__controls {
    gap: 0.625rem;
  }
}
.c-smf .smf-form .smf-text-control__control,
.c-smf .smf-form .smf-email-control__control,
.c-smf .smf-form .smf-tel-control__control,
.c-smf .smf-form .smf-date-control__control {
  border: 1px solid #ccc;
  border-radius: 0.5rem;
  box-sizing: border-box;
  color: #282828;
  font-size: max(1rem, 14px);
  font-weight: 400;
  height: 3.875rem;
  padding: 0 0.8125rem !important;
}
@media only screen and (max-width: 767.499px) {
  .c-smf .smf-form .smf-text-control__control,
  .c-smf .smf-form .smf-email-control__control,
  .c-smf .smf-form .smf-tel-control__control,
  .c-smf .smf-form .smf-date-control__control {
    height: 3.125rem;
  }
}
.c-smf .smf-form .smf-text-control__control::-webkit-input-placeholder, .c-smf .smf-form .smf-email-control__control::-webkit-input-placeholder, .c-smf .smf-form .smf-tel-control__control::-webkit-input-placeholder, .c-smf .smf-form .smf-date-control__control::-webkit-input-placeholder {
  color: #A5A5A5;
  font-size: max(1rem, 14px);
  font-weight: 400;
}
.c-smf .smf-form .smf-text-control__control:-ms-input-placeholder, .c-smf .smf-form .smf-email-control__control:-ms-input-placeholder, .c-smf .smf-form .smf-tel-control__control:-ms-input-placeholder, .c-smf .smf-form .smf-date-control__control:-ms-input-placeholder {
  color: #A5A5A5;
  font-size: max(1rem, 14px);
  font-weight: 400;
}
.c-smf .smf-form .smf-text-control__control::-ms-input-placeholder, .c-smf .smf-form .smf-email-control__control::-ms-input-placeholder, .c-smf .smf-form .smf-tel-control__control::-ms-input-placeholder, .c-smf .smf-form .smf-date-control__control::-ms-input-placeholder {
  color: #A5A5A5;
  font-size: max(1rem, 14px);
  font-weight: 400;
}
.c-smf .smf-form .smf-text-control__control::placeholder,
.c-smf .smf-form .smf-email-control__control::placeholder,
.c-smf .smf-form .smf-tel-control__control::placeholder,
.c-smf .smf-form .smf-date-control__control::placeholder {
  color: #A5A5A5;
  font-size: max(1rem, 14px);
  font-weight: 400;
}
.c-smf .smf-form .smf-text-control__control:focus,
.c-smf .smf-form .smf-email-control__control:focus,
.c-smf .smf-form .smf-tel-control__control:focus,
.c-smf .smf-form .smf-date-control__control:focus {
  border-color: #f7931d;
  outline: none;
}
.c-smf .smf-form .smf-text-control .smf-text-control__control {
  width: 21.9375rem;
}
@media only screen and (max-width: 767.499px) {
  .c-smf .smf-form .smf-text-control .smf-text-control__control {
    max-width: 20.3125rem;
  }
}
.c-smf .smf-form input[type=email].smf-text-control__control,
.c-smf .smf-form input[type=tel].smf-text-control__control {
  width: 32.125rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .c-smf .smf-form input[type=email].smf-text-control__control,
  .c-smf .smf-form input[type=tel].smf-text-control__control {
    width: 21.9375rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .c-smf .smf-form input[type=email].smf-text-control__control,
  .c-smf .smf-form input[type=tel].smf-text-control__control {
    max-width: 20.3125rem;
  }
}
.c-smf .smf-form input[type=date].smf-text-control__control,
.c-smf .smf-form input[type=date] {
  width: 16.875rem;
}
@media only screen and (max-width: 767.499px) {
  .c-smf .smf-form input[type=date].smf-text-control__control,
  .c-smf .smf-form input[type=date] {
    width: 12.5rem;
  }
}
.c-smf .smf-radio-buttons-control--horizontal .smf-radio-buttons-control__control {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}
.c-smf .smf-form .smf-radio-button-control__control {
  clip: auto;
  clip-path: none;
  overflow: visible;
  position: static;
  white-space: normal;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: none;
  border: 1px solid #282828;
  border-radius: 50%;
  cursor: pointer;
  flex-shrink: 0;
  height: 1.5rem;
  width: 1.5rem;
}
.c-smf .smf-form .smf-radio-button-control__control:checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Ccircle cx='9' cy='9' r='9' fill='%23F7931D'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1.125rem 1.125rem;
}
.c-smf .smf-radio-button-control__label {
  -webkit-transform: translateY(0.375rem);
  transform: translateY(0.375rem);
}
.c-smf .smf-checkboxes-control--horizontal .smf-checkboxes-control__control {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}
.c-smf .smf-checkbox-control {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  gap: 0.5rem;
}
.c-smf .smf-checkbox-control__label {
  color: #282828;
  font-size: max(1rem, 14px);
  font-weight: 400;
}
.c-smf .smf-form .smf-checkbox-control__control {
  clip: auto;
  background-color: #fff;
  background-image: none;
  border: 1px solid #282828;
  border-radius: 0.1875rem;
  box-shadow: none;
  clip-path: none;
  cursor: pointer;
  flex-shrink: 0;
  height: 1.5rem;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: normal;
  width: 1.5rem;
}
.c-smf .smf-form .smf-checkbox-control__control::before, .c-smf .smf-form .smf-checkbox-control__control::after {
  display: none;
}
.c-smf .smf-form .smf-checkbox-control__control:checked {
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Crect width='24' height='24' rx='3' fill='%23F7931D'/%3E%3Cpath d='M10.4995 14.3782L17.3938 7.48389L18.4545 8.54454L10.4995 16.4995L5.72656 11.7265L6.78723 10.6659L10.4995 14.3782Z' fill='white'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
}
.c-smf .has-text-color {
  color: #d92d2d;
  flex-basis: 100%;
  font-size: max(1rem, 14px);
  font-weight: 400;
  line-height: 1.5;
  margin: 0.9375rem 0 0.3125rem;
}
@media only screen and (max-width: 767.499px) {
  .c-smf .has-text-color {
    font-size: 0.875rem;
  }
}
.c-smf .smf-action {
  display: flex;
  justify-content: center;
  margin-top: 4.125rem;
}
@media only screen and (max-width: 767.499px) {
  .c-smf .smf-action {
    margin-top: 2.5rem;
  }
}
@media only screen and (min-width: 1051px) {
  .p-reservation-form-section .c-smf .smf-action {
    margin-top: 3.625rem;
  }
}
.c-smf .smf-action .smf-button-control__control {
  align-items: center;
  background: var(--color-main-orange);
  border: 1px solid var(--color-main-orange);
  border-radius: 1.875rem;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: max(1rem, 14px);
  font-weight: 600;
  gap: 0.5rem;
  height: 3.75rem;
  justify-content: center;
  line-height: normal;
  transition: background 0.4s ease, color 0.4s ease;
  width: 20.625rem;
}
@media (hover: hover) {
  .c-smf .smf-action .smf-button-control__control:hover {
    background: #fff;
    color: var(--color-main-orange);
  }
}
@media (hover: none) {
  .c-smf .smf-action .smf-button-control__control:active {
    background: #fff;
    color: var(--color-main-orange);
  }
}
@media only screen and (max-width: 767.499px) {
  .c-smf .smf-action .smf-button-control__control {
    height: 3.125rem;
  }
}
.c-smf .smf-form__section--complete {
  visibility: hidden;
}
.c-smf .c-smf__complete-heading {
  color: var(--color-main-orange);
  font-size: max(1.875rem, 20px);
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 2rem;
  text-align: center;
}
@media only screen and (max-width: 767.499px) {
  .c-smf .c-smf__complete-heading {
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
  }
}
.c-smf .c-smf__complete-body {
  color: var(--color-text);
  font-size: max(1.125rem, 14px);
  line-height: 1.9;
  text-align: center;
}
@media only screen and (max-width: 767.499px) {
  .c-smf .c-smf__complete-body {
    font-size: 0.875rem;
  }
}
.c-smf form[data-screen=confirm] .has-text-color {
  display: none;
  margin: 0;
}
.c-smf form[data-screen=confirm] .smf-item__label__required {
  display: none;
}
.c-smf form[data-screen=confirm] .birthday-cal-icon {
  display: none;
}
.c-smf form[data-screen=confirm] .smf-item.first .smf-item__label__required,
.c-smf form[data-screen=confirm] .smf-item.first .smf-item__label__text {
  -webkit-transform: none;
  transform: none;
}
.c-smf form[data-screen=confirm] .smf-item__controls {
  justify-content: flex-start;
}
.c-smf form[data-screen=confirm] .smf-button-control__control {
  max-width: 20.625rem;
}
@media only screen and (max-width: 767.499px) {
  .c-smf form[data-screen=confirm] .smf-button-control__control {
    max-width: 10rem;
  }
}

.c-more-btn {
  align-items: center;
  background: var(--color-bg);
  border: 0.0625rem solid var(--color-main-orange);
  border-radius: 1.5625rem;
  box-sizing: border-box;
  color: var(--color-main-orange);
  display: inline-flex;
  font-size: 1rem;
  font-weight: 600;
  height: 3.125rem;
  justify-content: center;
  position: relative;
  text-decoration: none;
  transition: background 0.4s ease, color 0.4s ease;
  width: 12.375rem;
}
.c-more-btn span {
  font-family: Inter, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  position: absolute;
  right: 1.625rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
@media only screen and (max-width: 767.499px) {
  .c-more-btn span {
    right: 1.125rem;
  }
}
@media (hover: hover) {
  .c-more-btn:hover {
    background: var(--color-main-orange);
    color: #fff;
  }
  .c-more-btn:hover span {
    -webkit-transform: translateY(-50%) translateX(0.5rem);
    transform: translateY(-50%) translateX(0.5rem);
  }
}
@media (hover: none) {
  .c-more-btn:active {
    background: var(--color-main-orange);
    color: #fff;
  }
  .c-more-btn:active span {
    -webkit-transform: translateY(-50%) translateX(0.5rem);
    transform: translateY(-50%) translateX(0.5rem);
  }
}
@media only screen and (max-width: 767.499px) {
  .c-more-btn {
    height: 2.75rem;
    width: 11.25rem;
  }
}
.c-more-btn--top {
  width: 14.375rem;
}
@media only screen and (max-width: 767.499px) {
  .c-more-btn--top {
    width: 12.5rem;
  }
}

.c-yoyaku-btn {
  align-items: center;
  background: #36c7a8;
  border-radius: 50%;
  bottom: 90px;
  display: flex;
  height: 150px;
  justify-content: center;
  position: fixed;
  right: 28px;
  text-decoration: none;
  transition: bottom 0.8s ease;
  width: 150px;
  z-index: 50;
}
@media only screen and (min-width: 1051px) {
  .c-yoyaku-btn {
    bottom: 5.625em;
    height: 9.375em;
    right: 1.75em;
    width: 9.375em;
  }
}
@media only screen and (min-width: 1051px) {
  .c-yoyaku-btn.is-fv-offset {
    bottom: max(16.25rem, 244px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .c-yoyaku-btn.is-fv-offset {
    bottom: 14.375rem;
  }
}
@media (hover: hover) {
  .c-yoyaku-btn:hover {
    -webkit-animation: yoyaku-ripple 1.5s infinite;
    animation: yoyaku-ripple 1.5s infinite;
  }
}
@media (hover: none) {
  .c-yoyaku-btn:active {
    -webkit-animation: yoyaku-ripple 1.5s infinite;
    animation: yoyaku-ripple 1.5s infinite;
  }
}
.c-yoyaku-btn__inner {
  align-items: center;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  display: flex;
  height: 118px;
  justify-content: center;
  position: relative;
  width: 118px;
  z-index: 1;
}
@media only screen and (min-width: 1051px) {
  .c-yoyaku-btn__inner {
    height: 7.375em;
    width: 7.375em;
  }
}
.c-yoyaku-btn__text {
  color: #fff;
  font-size: 19.358px;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}
@media only screen and (min-width: 1051px) {
  .c-yoyaku-btn__text {
    font-size: 1.209875em;
  }
}
.c-yoyaku-btn__arrow {
  bottom: 24.5px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (min-width: 1051px) {
  .c-yoyaku-btn__arrow {
    bottom: 1.53125em;
  }
}

@-webkit-keyframes yoyaku-ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(54, 199, 168, 0.5);
  }
  70% {
    box-shadow: 0 0 0 1.25em rgba(54, 199, 168, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(54, 199, 168, 0);
  }
}

@keyframes yoyaku-ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(54, 199, 168, 0.5);
  }
  70% {
    box-shadow: 0 0 0 1.25em rgba(54, 199, 168, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(54, 199, 168, 0);
  }
}
.c-section-label {
  color: var(--color-text);
  font-size: max(1.875rem, 24px);
  font-weight: 400;
  line-height: 2.5rem;
  padding-bottom: 1rem;
  position: relative;
}
.c-section-label::after {
  background: var(--color-main-orange);
  bottom: -0.375rem;
  content: "";
  height: 0.5rem;
  left: 0;
  position: absolute;
  width: 3.1875rem;
}
@media only screen and (max-width: 767.499px) {
  .c-section-label {
    font-size: 1.5625rem;
    letter-spacing: 0.1875rem;
    line-height: 1.875rem;
  }
  .c-section-label::after {
    bottom: -0.0625rem;
    left: 0.25rem;
  }
}
.c-section-label--large {
  font-size: max(2.5rem, 32px);
  font-weight: 500;
  letter-spacing: 0.25rem;
  line-height: normal;
  padding-bottom: 1.125rem;
}
@media only screen and (max-width: 767.499px) {
  .c-section-label--large {
    font-size: 1.875rem;
    letter-spacing: 0.1875rem;
  }
}

.c-page-breadcrumb__list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-page-breadcrumb__item {
  align-items: center;
  border: 0.0625rem solid #fff;
  border-radius: 0.59375rem;
  box-sizing: border-box;
  color: #fff;
  display: inline-flex;
  font-size: 0.75rem;
  font-weight: 400;
  justify-content: center;
  letter-spacing: 0.075rem;
  min-height: 1.25rem;
  min-width: 4rem;
  padding: 0.1875rem 0.9375rem;
}
@media only screen and (max-width: 767.499px) {
  .c-page-breadcrumb__item {
    padding: 0.1875rem 0.625rem;
  }
}
.c-page-breadcrumb__item a {
  color: #fff;
  line-height: 1.4;
  text-decoration: none;
}
.c-page-breadcrumb__item--current {
  background: #fff;
  color: #000;
}

.p-page-header {
  align-items: center;
  aspect-ratio: 168/58;
  background-image: url("../img/common/page-header-pc.jpg");
  background-position: center;
  background-size: cover;
  display: flex;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 767.499px) {
  .p-page-header {
    align-items: flex-start;
    aspect-ratio: 1657/1160;
    background-image: url("../img/common/page-header-sp.jpg");
  }
}
.p-page-header__inner {
  padding: 0 5rem 0 13.25rem;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-page-header__inner {
    padding-left: 2.125rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-page-header__inner {
    padding: 5rem 0.9375rem 0;
  }
}
.p-page-header__title {
  color: #fff;
  font-size: 3.5rem;
  font-weight: 400;
  letter-spacing: 0.35rem;
  line-height: 6.25rem;
  position: relative;
}
.p-page-header__title::after {
  background: var(--color-main-orange);
  bottom: 0rem;
  content: "";
  height: 0.5rem;
  left: 0.4375rem;
  position: absolute;
  width: 3.1875rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-page-header__title {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-page-header__title {
    font-size: 2.125rem;
    letter-spacing: 0.2125rem;
    line-height: normal;
  }
  .p-page-header__title::after {
    bottom: -0.75rem;
  }
}
.p-page-header .c-page-breadcrumb {
  bottom: 1.625rem;
  left: 13.25rem;
  position: absolute;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-page-header .c-page-breadcrumb {
    left: 2.125rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-page-header .c-page-breadcrumb {
    bottom: 1.875rem;
    left: 0.9375rem;
  }
}

.p-calendar {
  background: #fff;
  border-radius: 1.25em;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 26.25em;
  justify-content: center;
  padding: 0 3.625em;
  width: 35.625em;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-calendar {
    font-size: 1.4vw;
  }
}
@media (min-width: 1051px) and (max-width: 1299px) {
  .p-calendar {
    font-size: 1.2vw;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-calendar {
    height: 30.1875rem;
    padding: 0 20px;
    width: 100%;
  }
}
.p-calendar--large {
  border-radius: 1.25rem;
  height: 46rem;
  padding: 4.3125rem 6.375rem 4rem;
  width: 62.4375rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-calendar--large {
    height: auto;
    padding: 3.5rem 2.5rem 3rem;
    width: 100%;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-calendar--large {
    border-radius: 1.25rem;
    height: auto;
    padding: 2.5rem 0.9375rem;
    width: 100%;
  }
}
.p-calendar--large .p-calendar__nav {
  margin-bottom: 2.625rem;
}
@media only screen and (max-width: 767.499px) {
  .p-calendar--large .p-calendar__nav {
    margin-bottom: 1.875rem;
  }
}
.p-calendar--large .p-calendar__body {
  min-height: 0;
  width: 100%;
}
.p-calendar--large .p-calendar__grid {
  -webkit-column-gap: 0.75rem;
  -moz-column-gap: 0.75rem;
  column-gap: 0.75rem;
  row-gap: 0.75rem;
}
@media only screen and (max-width: 767.499px) {
  .p-calendar--large .p-calendar__grid {
    -webkit-column-gap: 0.375rem;
    -moz-column-gap: 0.375rem;
    column-gap: 0.375rem;
    row-gap: 0.5rem;
  }
}
.p-calendar--large .p-calendar__cell {
  font-size: 1.25rem;
  height: 3.4375rem;
}
@media only screen and (max-width: 767.499px) {
  .p-calendar--large .p-calendar__cell {
    font-size: 0.875rem;
    height: 2.1875rem;
  }
}
.p-calendar--large .p-calendar__month {
  font-size: 1.5rem;
}
.p-calendar--large .p-calendar__btn {
  font-size: 1rem;
  height: 2.625rem;
  width: 5.75rem;
}
@media only screen and (max-width: 767.499px) {
  .p-calendar--large .p-calendar__btn {
    font-size: 0.875rem;
    height: 2.0625rem;
    width: 3.75rem;
  }
}
.p-calendar--large .p-calendar__legend {
  gap: 1.25rem;
  margin-top: 1.75rem;
}
@media only screen and (max-width: 767.499px) {
  .p-calendar--large .p-calendar__legend {
    gap: 0.5625rem;
    margin-top: 1.875rem;
  }
}
.p-calendar--large .p-calendar__legend-box {
  border-radius: 0.1875rem;
  height: 0.875rem;
  margin-top: 0.125rem;
  width: 1.875rem;
}
.p-calendar--large .p-calendar__legend-text {
  font-size: 0.875rem;
}
@media only screen and (max-width: 767.499px) {
  .p-calendar--large .p-calendar__legend-text {
    font-size: 0.75rem;
  }
}
.p-calendar__nav {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  justify-content: space-between;
  margin-bottom: 2em;
}
@media only screen and (max-width: 767.499px) {
  .p-calendar__nav {
    margin-bottom: 30px;
  }
}
.p-calendar__btn {
  align-items: center;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 6.25em;
  box-sizing: border-box;
  color: #231815;
  cursor: pointer;
  display: flex;
  font-size: 0.875em;
  font-weight: 400;
  height: 2.0625em;
  justify-content: center;
  line-height: 1.5;
  width: 5em;
}
@media (hover: hover) {
  .p-calendar__btn:hover {
    background: #f5f5f5;
  }
}
@media (hover: none) {
  .p-calendar__btn:active {
    background: #f5f5f5;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-calendar__btn {
    width: 60px;
  }
}
.p-calendar__btn.is-disabled {
  border-color: #e8e8e8;
  color: #c8c8c8;
  cursor: default;
  pointer-events: none;
}
.p-calendar__month {
  color: #282828;
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.5;
}
.p-calendar__body {
  min-height: 18.3125em;
}
@media only screen and (max-width: 767.499px) {
  .p-calendar__body {
    min-height: calc(15.3125em + 10px);
  }
}
.p-calendar__grid {
  -webkit-column-gap: 0.421875em;
  -moz-column-gap: 0.421875em;
  column-gap: 0.421875em;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.421875em 1fr 0.421875em 1fr 0.421875em 1fr 0.421875em 1fr 0.421875em 1fr 0.421875em 1fr;
  grid-template-columns: repeat(7, 1fr);
  row-gap: 0.5em;
}
@media only screen and (max-width: 767.499px) {
  .p-calendar__grid {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    row-gap: 8px;
  }
}
.p-calendar__cell {
  align-items: center;
  background: var(--color-sub-light-teal);
  color: #282828;
  display: flex;
  font-size: 0.875em;
  font-weight: 400;
  height: 2.1875em;
  justify-content: center;
  line-height: 1.5;
  padding: 0;
}
.p-calendar__cell--header {
  background: var(--color-main-teal);
  color: #fff;
  font-weight: 400;
}
.p-calendar__cell--closed {
  background: #ffc773;
}
.p-calendar__cell--empty {
  background: #ebebeb;
}
.p-calendar__legend {
  align-items: flex-start;
  display: flex;
  flex-shrink: 0;
  gap: 1.25em;
  margin-top: 0;
}
@media only screen and (max-width: 767.499px) {
  .p-calendar__legend {
    flex-direction: column;
    gap: 9px;
    margin-top: 30px;
  }
}
.p-calendar__legend-box {
  background: #ffc773;
  border-radius: 0.1875em;
  flex-shrink: 0;
  height: 0.875em;
  margin-top: 0.125em;
  width: 1.875em;
}
.p-calendar__legend-text {
  color: #666;
  font-size: 0.75em;
  font-weight: 400;
  line-height: 1.5;
  white-space: nowrap;
}

.c-schedule-table__wrap {
  background: #fff;
  border-radius: 2.5rem 0 0;
  bottom: 0;
  box-sizing: border-box;
  height: max(13.25rem, 190px);
  padding: 2.125rem 2.14375rem 0 2rem;
  position: absolute;
  right: 0;
  width: max(37.9375rem, 570px);
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .c-schedule-table__wrap {
    height: max(12.5rem, 200px);
  }
}
@media only screen and (max-width: 767.499px) {
  .c-schedule-table__wrap {
    height: 125px;
    padding: 24px 24px 0 32px;
    width: 333px;
  }
}
.c-schedule-table {
  border-collapse: collapse;
  font-size: 13px;
  table-layout: fixed;
  width: 100%;
}
@media only screen and (min-width: 1051px) {
  .c-schedule-table {
    font-size: 0.8125em;
  }
}
@media only screen and (max-width: 767.499px) {
  .c-schedule-table {
    font-size: 12px;
  }
}
.c-schedule-table th,
.c-schedule-table td {
  padding: 0;
  text-align: center;
}
.c-schedule-table thead th {
  background: var(--color-main-teal);
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: max(1rem, 14px);
  font-weight: 400;
  height: 35px;
  line-height: 1.5;
  padding: 0;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 3.6875rem;
}
@media only screen and (max-width: 767.499px) {
  .c-schedule-table thead th {
    font-size: 12px;
    height: 20px;
    width: 28px;
  }
}
.c-schedule-table thead th::after {
  background: rgba(255, 255, 255, 0.4);
  bottom: 0;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
}
.c-schedule-table thead th:first-child {
  width: 7.6875rem;
}
@media only screen and (max-width: 767.499px) {
  .c-schedule-table thead th:first-child {
    width: 73px;
  }
}
.c-schedule-table thead th:last-child::after {
  display: none;
}
.c-schedule-table tbody tr:last-child td::after {
  display: none;
}
.c-schedule-table tbody td {
  color: var(--color-text);
  font-family: Inter, sans-serif;
  font-size: max(1rem, 14px);
  font-weight: 400;
  height: 36.5px;
  line-height: 36.5px;
  position: relative;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .c-schedule-table tbody td {
    height: 2.28125rem;
    line-height: 2.28125rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .c-schedule-table tbody td {
    font-size: 9.757px;
    height: 23px;
    line-height: 23px;
  }
}
.c-schedule-table tbody td::after {
  background: #eee;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
}
.c-schedule-table tbody td.dot {
  color: var(--color-main-orange);
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
@media only screen and (min-width: 1051px) {
  .c-schedule-table tbody td.dot {
    font-size: 0.875em;
  }
}
@media only screen and (max-width: 767.499px) {
  .c-schedule-table tbody td.dot {
    font-size: 8.537px;
  }
}
.c-schedule-table tbody td.dash {
  color: var(--color-text);
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
@media only screen and (min-width: 1051px) {
  .c-schedule-table tbody td.dash {
    font-size: 0.875em;
  }
}
@media only screen and (max-width: 767.499px) {
  .c-schedule-table tbody td.dash {
    font-size: 8.537px;
  }
}

.ui-datepicker {
  background: var(--color-bg);
  border: 1px solid var(--color-border);
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.12);
  font-size: max(1rem, 16px);
  padding: 0.75rem;
  width: 19.375rem;
  z-index: 9999 !important;
}
.ui-datepicker .ui-datepicker-header {
  background: var(--color-main-teal);
  border: none;
  border-radius: 0.375rem 0.375rem 0 0;
  color: #fff;
  margin: -0.75rem -0.75rem 0.625rem;
  padding: 0.5rem 0;
  position: relative;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  color: #fff;
  line-height: 1.8;
  text-align: center;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  align-items: center;
  background: transparent;
  border: none;
  border-radius: 0.25rem;
  display: flex;
  height: 1.75rem;
  justify-content: center;
  transform: translateY(-50%);
  transition: background 0.2s ease;
  width: 1.75rem;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover {
  background: rgba(255, 255, 255, 0.25);
  border: none;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next span {
  display: none;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev::after,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next::after {
  content: "";
  display: block;
  height: 1rem;
  width: 1rem;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  left: 0.25rem;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev::after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath d='M10 3L5 8l5 5' stroke='%23fff' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  right: 0.25rem;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next::after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath d='M6 3l5 5-5 5' stroke='%23fff' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
}
.ui-datepicker .ui-datepicker-header select.ui-datepicker-month,
.ui-datepicker .ui-datepicker-header select.ui-datepicker-year {
  background: #fff;
  border: none;
  border-radius: 0.25rem;
  color: var(--color-text);
  font-size: max(0.9375rem, 14px);
  margin: 0 0.125rem;
  padding: 0.125rem 0.375rem;
}
.ui-datepicker .ui-datepicker-header select.ui-datepicker-year {
  width: 5rem;
}
.ui-datepicker .ui-datepicker-header select.ui-datepicker-month {
  width: 4.5rem;
}
.ui-datepicker .ui-datepicker-header .c-datepicker-select2.select2-container {
  margin: 0 0.125rem;
  vertical-align: middle;
}
.ui-datepicker .ui-datepicker-header .c-datepicker-select2.select2-container .selection {
  display: block;
}
.ui-datepicker .ui-datepicker-header .c-datepicker-select2.select2-container .select2-selection--single {
  align-items: center;
  background: #fff;
  border: none;
  border-radius: 0.25rem;
  display: flex;
  height: 1.75rem;
  padding: 0 1.375rem 0 0.375rem;
  position: relative;
}
.ui-datepicker .ui-datepicker-header .c-datepicker-select2.select2-container .select2-selection__rendered {
  color: var(--color-text);
  font-size: max(0.9375rem, 14px);
  line-height: 1.2;
  padding: 0;
}
.ui-datepicker .ui-datepicker-header .c-datepicker-select2.select2-container .select2-selection__arrow {
  height: 100%;
  pointer-events: none;
  position: absolute;
  right: 0.375rem;
  top: 0;
  width: 0.75rem;
}
.ui-datepicker .ui-datepicker-header .c-datepicker-select2.select2-container .select2-selection__arrow b {
  border-color: var(--color-text) transparent transparent transparent;
  border-style: solid;
  border-width: 0.3125rem 0.25rem 0 0.25rem;
  left: 50%;
  margin-left: -0.25rem;
  margin-top: -0.125rem;
  top: 50%;
}
.ui-datepicker .ui-datepicker-header select.ui-datepicker-month + .c-datepicker-select2.select2-container {
  width: 4.5rem !important;
}
.ui-datepicker .ui-datepicker-header select.ui-datepicker-year + .c-datepicker-select2.select2-container {
  width: 5rem !important;
}
.ui-datepicker .ui-datepicker-calendar {
  border-collapse: collapse;
  width: 100%;
}
.ui-datepicker .ui-datepicker-calendar th {
  color: #888;
  font-size: max(0.9375rem, 14px);
  font-weight: 400;
  padding: 0.25rem 0;
  text-align: center;
}
.ui-datepicker .ui-datepicker-calendar td {
  padding: 0.125rem;
  text-align: center;
}
.ui-datepicker .ui-datepicker-calendar td a,
.ui-datepicker .ui-datepicker-calendar td span {
  background: transparent;
  border: none;
  border-radius: 0.25rem;
  color: var(--color-text);
  display: block;
  font-size: max(0.9375rem, 14px);
  padding: 0.3125rem 0.25rem;
  text-align: center;
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease;
}
.ui-datepicker .ui-datepicker-calendar td a:hover,
.ui-datepicker .ui-datepicker-calendar td span:hover {
  background: var(--color-sub-light-teal);
  border: none;
  color: var(--color-sub-dark-teal);
}
.ui-datepicker .ui-datepicker-calendar td .ui-state-active {
  background: var(--color-main-orange);
  border: none;
  color: #fff;
}
.ui-datepicker .ui-datepicker-calendar td .ui-state-active:hover {
  background: var(--color-main-orange);
  color: #fff;
}
.ui-datepicker .ui-datepicker-calendar td .ui-state-highlight {
  background: transparent;
  border: 1px solid var(--color-main-teal);
  color: var(--color-main-teal);
}
.ui-datepicker .ui-datepicker-calendar td .ui-state-highlight:hover {
  background: var(--color-sub-light-teal);
}
.ui-datepicker .ui-datepicker-calendar td.ui-state-disabled {
  cursor: default;
  opacity: 0.35;
}
.ui-datepicker .ui-datepicker-calendar td.ui-state-disabled span:hover {
  background: transparent;
  color: var(--color-text);
}

#ui-datepicker-div .select2-container {
  z-index: 10000;
}
#ui-datepicker-div .select2-dropdown {
  border: 1px solid var(--color-border);
  border-radius: 0.375rem;
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.12);
  overflow: hidden;
}
#ui-datepicker-div .select2-results__options {
  max-height: 13rem;
  overflow-y: auto;
}
#ui-datepicker-div .select2-results__option {
  font-size: max(0.9375rem, 14px);
  line-height: 1.5;
  padding: 0.5rem 0.625rem;
}
#ui-datepicker-div .select2-results__option--highlighted[aria-selected] {
  background: var(--color-sub-light-teal);
  color: var(--color-sub-dark-teal);
}
#ui-datepicker-div .select2-results__option[aria-selected=true] {
  background: var(--color-main-orange);
  color: #fff;
}

.c-smf .smf-form input[name=birthday][readonly],
.c-smf .smf-form input[name=preferred_date1][readonly],
.c-smf .smf-form input[name=preferred_date2][readonly],
.c-smf .smf-form input[name=preferred_date3][readonly] {
  cursor: pointer;
}

.c-attention-notes {
  display: flex;
  flex-direction: column;
  gap: 0.5625rem;
}
.c-attention-notes__item {
  font-size: max(1.125rem, 14px);
  line-height: 2.125rem;
  padding-left: 1.6875rem;
  position: relative;
}
@media only screen and (max-width: 767.499px) {
  .c-attention-notes__item {
    font-size: 1rem;
    line-height: 1.625rem;
    padding-left: 0.9375rem;
  }
}
.c-attention-notes__item::before {
  color: var(--color-main-orange);
  content: "●";
  font-size: 0.625rem;
  left: 0;
  position: absolute;
  top: 0.0625rem;
}
.c-attention-notes__item--orange::before {
  color: var(--color-main-orange);
}
.c-attention-notes__item--bold {
  color: var(--color-sub-dark-teal);
  font-weight: 700;
}
.c-attention-notes__item--orange.c-attention-notes__item--bold {
  color: var(--color-main-orange);
}
.c-attention-notes--teal .c-attention-notes__item::before {
  color: var(--color-main-teal);
}

.c-attention-note-box {
  background: var(--color-sub-light-teal);
  border-radius: 0.625rem;
  font-size: max(1rem, 14px);
  line-height: normal;
  margin-top: 1.875rem;
  padding: 1.875rem 2.5rem;
}
@media only screen and (max-width: 767.499px) {
  .c-attention-note-box {
    font-size: 0.8125rem;
    padding: 0.875rem 1rem;
  }
}
.c-attention-note-box p:not([class]) {
  color: var(--color-text);
  font-size: max(1rem, 14px);
  font-weight: 400;
  line-height: 190%;
  margin: 0;
}
@media only screen and (max-width: 767.499px) {
  .c-attention-note-box p:not([class]) {
    font-size: 0.8125rem;
  }
}
.c-attention-note-box a {
  color: var(--color-main-teal);
  text-decoration: underline;
}

.p-dock-notice {
  padding: 0 0 7.5rem;
}
@media only screen and (max-width: 767.499px) {
  .p-dock-notice {
    padding-bottom: 3.75rem;
  }
}
.p-dock-notice__inner {
  margin: 0 auto;
  width: 75rem;
}
@media only screen and (min-width: 1051px) and (max-width: 1299px) {
  .p-dock-notice__inner {
    width: 93%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-dock-notice__inner {
    width: 93%;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-dock-notice__inner {
    width: 93%;
  }
}
.p-dock-notice__grid {
  -webkit-column-gap: 3.75rem;
  -moz-column-gap: 3.75rem;
  column-gap: 3.75rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3.75rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-dock-notice__grid {
    -webkit-column-gap: 1.875rem;
    -moz-column-gap: 1.875rem;
    column-gap: 1.875rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-dock-notice__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 0.9375rem;
  }
}
.p-dock-notice__item {
  display: flex;
}
.p-dock-notice__btn {
  align-items: center;
  border: 0.0625rem solid transparent;
  border-radius: 0.625rem;
  box-sizing: border-box;
  display: flex;
  height: 8.3125rem;
  justify-content: space-between;
  padding: 0 3.5rem;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  width: 100%;
}
.p-dock-notice__btn--teal {
  background: var(--color-main-teal);
}
@media (hover: hover) {
  .p-dock-notice__btn--teal:hover {
    background: #fff;
    border-color: var(--color-main-teal);
  }
  .p-dock-notice__btn--teal:hover .p-dock-notice__btn-text {
    color: var(--color-main-teal);
  }
  .p-dock-notice__btn--teal:hover .p-dock-notice__btn-arrow {
    color: var(--color-main-teal);
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  .p-dock-notice__btn--teal:hover .p-dock-notice__btn-arrow::before {
    background: var(--color-main-teal);
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
}
@media (hover: none) {
  .p-dock-notice__btn--teal:active {
    background: #fff;
    border-color: var(--color-main-teal);
  }
  .p-dock-notice__btn--teal:active .p-dock-notice__btn-text {
    color: var(--color-main-teal);
  }
  .p-dock-notice__btn--teal:active .p-dock-notice__btn-arrow {
    color: var(--color-main-teal);
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  .p-dock-notice__btn--teal:active .p-dock-notice__btn-arrow::before {
    background: var(--color-main-teal);
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
}
.p-dock-notice__btn--orange {
  background: var(--color-main-orange);
}
@media (hover: hover) {
  .p-dock-notice__btn--orange:hover {
    background: #fff;
    border-color: var(--color-main-orange);
  }
  .p-dock-notice__btn--orange:hover .p-dock-notice__btn-text {
    color: var(--color-main-orange);
  }
  .p-dock-notice__btn--orange:hover .p-dock-notice__btn-arrow {
    color: var(--color-main-orange);
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  .p-dock-notice__btn--orange:hover .p-dock-notice__btn-arrow::before {
    background: var(--color-main-orange);
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
}
@media (hover: none) {
  .p-dock-notice__btn--orange:active {
    background: #fff;
    border-color: var(--color-main-orange);
  }
  .p-dock-notice__btn--orange:active .p-dock-notice__btn-text {
    color: var(--color-main-orange);
  }
  .p-dock-notice__btn--orange:active .p-dock-notice__btn-arrow {
    color: var(--color-main-orange);
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  .p-dock-notice__btn--orange:active .p-dock-notice__btn-arrow::before {
    background: var(--color-main-orange);
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-dock-notice__btn {
    height: 5.125rem;
    padding: 0 1.875rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-dock-notice__btn {
    height: 4.5rem;
    padding: 0 1.5rem;
  }
}
.p-dock-notice__btn-text {
  color: #fff;
  font-size: max(1.75rem, 20px);
  font-weight: 400;
  letter-spacing: 0.175rem;
  line-height: normal;
  transition: color 0.2s ease;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-dock-notice__btn-text {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-dock-notice__btn-text {
    font-size: 1.125rem;
    letter-spacing: 0.1125rem;
  }
}
.p-dock-notice__back {
  display: none;
}
@media only screen and (max-width: 767.499px) {
  .p-dock-notice__back {
    align-items: center;
    background: var(--color-main-orange);
    border-radius: 0.1875rem;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    font-size: 0.8125rem;
    font-weight: 500;
    height: 2.5rem;
    justify-content: center;
    margin: 1.25rem auto 0;
    text-decoration: none;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
    width: 8.125rem;
  }
}
@media only screen and (max-width: 767.499px) and (hover: hover) {
  .p-dock-notice__back:hover {
    background: var(--color-bg);
    box-shadow: inset 0 0 0 1px var(--color-main-orange);
    color: var(--color-main-orange);
  }
}
@media only screen and (max-width: 767.499px) and (hover: none) {
  .p-dock-notice__back:active {
    background: var(--color-bg);
    box-shadow: inset 0 0 0 1px var(--color-main-orange);
    color: var(--color-main-orange);
  }
}
.p-dock-notice__btn-arrow {
  align-items: center;
  color: #fff;
  display: flex;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  gap: 1.25rem;
  line-height: normal;
  position: relative;
  transition: color 0.2s ease, -webkit-transform 0.4s ease;
  transition: color 0.2s ease, transform 0.4s ease;
  transition: color 0.2s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
}
.p-dock-notice__btn-arrow::before {
  background: #fff;
  content: "";
  display: block;
  height: 3.5625rem;
  position: absolute;
  right: 4.1875rem;
  transition: background-color 0.2s ease, -webkit-transform 0.4s ease;
  transition: background-color 0.2s ease, transform 0.4s ease;
  transition: background-color 0.2s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
  width: 1px;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-dock-notice__btn-arrow::before {
    right: 3.4375rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-dock-notice__btn-arrow {
    gap: 0.9375rem;
  }
  .p-dock-notice__btn-arrow::before {
    height: 2.5rem;
  }
}

.c-security-seal {
  padding: 3.75rem 0.9375rem 0;
}
@media only screen and (max-width: 767.499px) {
  .c-security-seal {
    padding: 2.5rem 0.9375rem 1.875rem;
  }
}
.c-security-seal__inner {
  align-items: center;
  background: #F7F9FB;
  border: 1px solid #DCE2EE;
  border-radius: 1.25rem;
  display: flex;
  flex-direction: column;
  height: 26.625rem;
  justify-content: center;
  margin: 0 auto;
  max-width: 75rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .c-security-seal__inner {
    height: auto;
    max-width: 93%;
    padding: 3.75rem 1.875rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .c-security-seal__inner {
    height: auto;
    padding: 2.5rem 1.25rem;
  }
}
.c-security-seal__badge {
  position: relative;
}
.c-security-seal__badge::after {
  background: #DCE2EE;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  top: calc(100% + 1.9375rem);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 68.75rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .c-security-seal__badge::after {
    width: calc(100vw - 5.625rem);
  }
}
@media only screen and (max-width: 767.499px) {
  .c-security-seal__badge::after {
    width: calc(100vw - 3.75rem);
  }
}
.c-security-seal__text {
  color: var(--color-text);
  font-size: max(1rem, 14px);
  font-weight: 400;
  line-height: 1.9;
  margin-top: 4.625rem;
  text-align: center;
}
@media only screen and (max-width: 767.499px) {
  .c-security-seal__text {
    font-size: 0.875rem;
    margin-top: 3.125rem;
  }
}

.s-top-fv {
  height: 100vh;
  height: 100svh;
  overflow: hidden;
  position: relative;
}
.s-top-fv__slider {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.s-top-fv__slide {
  -webkit-animation: fv-slide 18s linear infinite both;
  animation: fv-slide 18s linear infinite both;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
.s-top-fv__slide:nth-child(2) {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
.s-top-fv__slide:nth-child(3) {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}
.s-top-fv__slide picture {
  display: block;
  height: 100%;
  width: 100%;
}
.s-top-fv__slide img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
}
.s-top-fv__overlay {
  background: rgba(0, 0, 0, 0.1490196078);
  bottom: 0;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.s-top-fv__catch-wrap {
  bottom: 85px;
  left: 150px;
  position: absolute;
  z-index: 2;
}
@media only screen and (min-width: 1051px) {
  .s-top-fv__catch-wrap {
    bottom: 5.3125em;
    left: 9.375em;
  }
}
@media only screen and (min-width: 1051px) and (max-width: 1299px) {
  .s-top-fv__catch-wrap {
    left: 5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .s-top-fv__catch-wrap {
    bottom: 300px;
    left: 50px;
  }
}
@media only screen and (max-width: 767.499px) {
  .s-top-fv__catch-wrap {
    bottom: 182px;
    left: 15px;
  }
}
.s-top-fv__catch {
  color: #fff;
  font-size: 56px;
  font-weight: 400;
  letter-spacing: 5.6px;
  line-height: 100px;
}
@media only screen and (min-width: 1051px) {
  .s-top-fv__catch {
    font-size: 3.5em;
    letter-spacing: 0.1em;
    line-height: 1.7856875em;
  }
}
@media only screen and (max-width: 767.499px) {
  .s-top-fv__catch {
    font-size: 26px;
    letter-spacing: 2.6px;
    line-height: 1.8;
  }
}
.s-top-fv__catch-line {
  display: block;
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  transition: opacity 0.9s ease, -webkit-transform 0.9s ease;
  transition: opacity 0.9s ease, transform 0.9s ease;
  transition: opacity 0.9s ease, transform 0.9s ease, -webkit-transform 0.9s ease;
}
.s-top-fv__catch-line.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

@-webkit-keyframes fv-slide {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  9.52% {
    opacity: 1;
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33.33% {
    opacity: 1;
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  43%, 100% {
    opacity: 0;
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }
}

@keyframes fv-slide {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  9.52% {
    opacity: 1;
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33.33% {
    opacity: 1;
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  43%, 100% {
    opacity: 0;
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }
}
.s-top-news {
  padding: 80px 0;
}
@media only screen and (max-width: 767.499px) {
  .s-top-news {
    padding: 75px 0 30px;
  }
}
.s-top-news__inner {
  display: flex;
  gap: 80px;
  margin: 0 auto;
  max-width: 1200px;
}
@media (min-width: 1051px) and (max-width: 1200px) {
  .s-top-news__inner {
    padding: 0 7%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .s-top-news__inner {
    gap: 1.25em;
    max-width: 93.75em;
  }
}
@media only screen and (max-width: 767.499px) {
  .s-top-news__inner {
    flex-direction: column;
    gap: 14px;
  }
}
.s-top-news__head {
  flex-shrink: 0;
  padding-top: 8px;
  width: 240px;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .s-top-news__head {
    width: 31.25em;
  }
  .s-top-news__head .c-more-btn {
    height: 44px;
    width: 170px;
  }
}
@media only screen and (max-width: 767.499px) {
  .s-top-news__head {
    padding: 0 15px;
    text-align: center;
    width: auto;
  }
}
.s-top-news__title {
  color: var(--color-text);
  font-family: Lato, sans-serif;
  font-size: 32px;
  font-weight: 300;
  letter-spacing: 3.2px;
  margin: 0 0 20px;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .s-top-news__title {
    font-size: 3.5em;
  }
}
@media only screen and (max-width: 767.499px) {
  .s-top-news__title {
    font-size: 30px;
    letter-spacing: 3px;
    margin-bottom: 32px;
  }
}
.s-top-news__foot {
  margin-top: 40px;
  padding: 0 15px;
  text-align: center;
}
@media only screen and (max-width: 767.499px) {
  .s-top-news__foot {
    margin-top: 38px;
  }
}
.s-top-news__list {
  flex: 1;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767.499px) {
  .s-top-news__list {
    padding: 0 15px;
  }
}
.s-top-news__item {
  border-bottom: 1px solid var(--color-border);
}
.s-top-news__item:first-child {
  border-top: 1px solid var(--color-border);
}
.s-top-news__link {
  align-items: center;
  color: var(--color-text);
  display: flex;
  gap: 28px;
  padding: 27px 0 28px;
  text-decoration: none;
}
@media only screen and (max-width: 767.499px) {
  .s-top-news__link {
    align-items: flex-start;
    flex-direction: column;
    gap: 13px;
    padding: 20px 0;
  }
}
@media (hover: hover) {
  .s-top-news__link:hover .s-top-news__icon {
    background: var(--color-main-orange);
  }
  .s-top-news__link:hover .s-top-news__icon::after {
    color: #fff;
  }
  .s-top-news__link:hover .s-top-news__date {
    color: var(--color-main-orange);
  }
  .s-top-news__link:hover .s-top-news__text {
    color: var(--color-main-orange);
  }
  .s-top-news__link:hover .s-top-news__arrow {
    border-color: var(--color-main-orange);
    color: var(--color-main-orange);
  }
}
@media (hover: none) {
  .s-top-news__link:active .s-top-news__icon {
    background: var(--color-main-orange);
  }
  .s-top-news__link:active .s-top-news__icon::after {
    color: #fff;
  }
  .s-top-news__link:active .s-top-news__date {
    color: var(--color-main-orange);
  }
  .s-top-news__link:active .s-top-news__text {
    color: var(--color-main-orange);
  }
  .s-top-news__link:active .s-top-news__arrow {
    border-color: var(--color-main-orange);
    color: var(--color-main-orange);
  }
}
.s-top-news__meta {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  gap: 14px;
}
@media only screen and (max-width: 767.499px) {
  .s-top-news__meta {
    width: 100%;
  }
}
.s-top-news__body {
  align-items: center;
  display: flex;
  flex: 1;
  gap: 20px;
}
@media only screen and (max-width: 767.499px) {
  .s-top-news__body {
    width: 100%;
  }
}
.s-top-news__icon {
  align-items: center;
  border: 2px solid var(--color-main-orange);
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  height: 19px;
  justify-content: center;
  transition: background 0.3s ease;
  width: 19px;
}
.s-top-news__icon::after {
  color: var(--color-main-orange);
  content: "!";
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  transition: color 0.3s ease;
}
.s-top-news__date {
  color: var(--color-text);
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: color 0.3s ease;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .s-top-news__date {
    font-size: 1.5625em;
  }
}
.s-top-news__text {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: var(--color-text);
  display: -webkit-box;
  flex: 1;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  overflow: hidden;
  transition: color 0.3s ease;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .s-top-news__text {
    font-size: 1.5625em;
  }
}
@media only screen and (max-width: 767.499px) {
  .s-top-news__text {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
  }
}
.s-top-news__arrow {
  align-items: center;
  border: 1px solid var(--color-text);
  border-radius: 100px;
  box-sizing: border-box;
  color: var(--color-text);
  display: flex;
  flex-shrink: 0;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  height: 16px;
  justify-content: center;
  line-height: normal;
  padding-bottom: 1px;
  transition: border-color 0.3s ease, color 0.3s ease;
  width: 28px;
}

.s-top-about {
  padding: 13px 0;
}
@media only screen and (max-width: 767.499px) {
  .s-top-about {
    padding: 30px 0;
  }
}
.s-top-about__inner {
  align-items: flex-end;
  display: flex;
  margin: 0 auto;
  max-width: 101.25em;
}
@media only screen and (max-width: 767.499px) {
  .s-top-about__inner {
    flex-direction: column;
  }
}
.s-top-about__img-wrap--left {
  aspect-ratio: 303/358;
  border-radius: 1.25em;
  flex-shrink: 0;
  height: 22.375em;
  overflow: hidden;
  position: relative;
  width: 18.9375em;
}
.s-top-about__img-wrap--center {
  aspect-ratio: 141/199;
  border-radius: 1.25em;
  flex-shrink: 0;
  height: 40.3125em;
  margin-left: 1.875em;
  margin-right: 3.125em;
  overflow: hidden;
  position: relative;
  width: 28.5625em;
}
.s-top-about__img-wrap--right {
  aspect-ratio: 136/179;
  border-radius: 1.25em;
  flex-shrink: 0;
  height: 22.375em;
  margin-left: 3.125em;
  overflow: hidden;
  position: relative;
  width: 17em;
}
.s-top-about__img-wrap--left .splide__track,
.s-top-about__img-wrap--left .splide__list, .s-top-about__img-wrap--center .splide__track,
.s-top-about__img-wrap--center .splide__list, .s-top-about__img-wrap--right .splide__track,
.s-top-about__img-wrap--right .splide__list {
  height: 100%;
}
.s-top-about__img-wrap--left .splide__slide, .s-top-about__img-wrap--center .splide__slide, .s-top-about__img-wrap--right .splide__slide {
  height: 100%;
}
.s-top-about__img-wrap--left .splide__slide img, .s-top-about__img-wrap--center .splide__slide img, .s-top-about__img-wrap--right .splide__slide img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.s-top-about__content {
  -ms-grid-row-align: center;
  align-self: center;
  flex-shrink: 0;
  margin-top: -24px;
  width: 28.625em;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .s-top-about__content .c-more-btn {
    height: 44px;
    width: 170px;
  }
}
@media only screen and (max-width: 767.499px) {
  .s-top-about__content {
    -ms-grid-row-align: auto;
    align-self: auto;
    box-sizing: border-box;
    margin: 0 0 14px;
    padding: 0 15px;
    width: 100%;
  }
}
.s-top-about__label {
  color: var(--color-text);
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 4px;
  line-height: normal;
  margin: 0 0 73px;
  padding-bottom: 16px;
  position: relative;
  -webkit-transform: translateY(23px);
  transform: translateY(23px);
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .s-top-about__label {
    font-size: 3.5em;
    letter-spacing: 0.1em;
    margin: 0 0 1.825em;
    padding-bottom: 0.4em;
    -webkit-transform: translateY(0.575em);
    transform: translateY(0.575em);
  }
}
@media only screen and (max-width: 767.499px) {
  .s-top-about__label {
    margin-bottom: 28px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.s-top-about__label::after {
  background: var(--color-main-orange);
  bottom: -6px;
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  width: 51px;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .s-top-about__label::after {
    bottom: -0.15em;
    height: 0.2em;
    width: 1.275em;
  }
}
@media only screen and (max-width: 767.499px) {
  .s-top-about__label {
    font-size: 30px;
    letter-spacing: 3px;
  }
  .s-top-about__label::after {
    bottom: -1px;
    left: 4px;
  }
}
.s-top-about__heading {
  color: #333;
  font-size: 30px;
  font-weight: 400;
  line-height: 44px;
  margin: 0 0 24px;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .s-top-about__heading {
    font-size: 2.25em;
    line-height: 1.466875em;
    margin: 0 0 0.8em;
  }
}
@media only screen and (max-width: 767.499px) {
  .s-top-about__heading {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
.s-top-about__desc {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.9;
  margin: 0 0 36px;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .s-top-about__desc {
    font-size: 1.8em;
    line-height: 1.4;
    margin: 0 0 2.25em;
  }
}
@media only screen and (max-width: 767.499px) {
  .s-top-about__desc {
    line-height: 30px;
  }
}
.s-top-about__slider {
  display: none;
}
@media only screen and (max-width: 767.499px) {
  .s-top-about__slider {
    align-items: flex-end;
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-bottom: 32px;
    overflow: hidden;
    width: 100%;
  }
}
.s-top-about__slider .s-top-about__img-wrap--left {
  aspect-ratio: 106/125;
  border-radius: 10px;
  flex-shrink: 0;
  height: 171px;
  margin: 0;
  width: 145px;
}
.s-top-about__slider .s-top-about__img-wrap--right {
  aspect-ratio: 111/146;
  border-radius: 10px;
  flex-shrink: 0;
  height: 171px;
  margin: 0;
  width: 130px;
}
.s-top-about__slider .s-top-about__img-wrap--center {
  aspect-ratio: 46/65;
  border-radius: 10px;
  flex-shrink: 0;
  height: 308px;
  margin: 0;
  width: 218px;
}
.s-top-about__foot {
  display: none;
}
@media only screen and (max-width: 767.499px) {
  .s-top-about__foot {
    box-sizing: border-box;
    display: block;
    padding: 0 15px;
    text-align: center;
    width: 100%;
  }
}

.s-top-medical {
  background: linear-gradient(to bottom, #F7931D 0%, #FFC773 100%);
  border-radius: 100px;
  margin-top: 112px;
  padding: 100px 0 80px;
}
@media only screen and (max-width: 767.499px) {
  .s-top-medical {
    border-radius: 40px;
    margin-top: 0;
    padding: 60px 15px 50px;
  }
}
.s-top-medical__title {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 68px;
  font-weight: 300;
  letter-spacing: 6.8px;
  line-height: 1.5;
  margin: 0 0 50px;
  text-align: center;
}
@media only screen and (max-width: 767.499px) {
  .s-top-medical__title {
    font-size: 30px;
    letter-spacing: 3px;
    margin-bottom: 40px;
  }
}
.s-top-medical__tabs {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-bottom: 80px;
}
@media only screen and (max-width: 767.499px) {
  .s-top-medical__tabs {
    gap: 10px;
    margin-bottom: 61px;
  }
}
.s-top-medical__tab {
  background: transparent;
  border: 1.5px solid #fff;
  border-radius: 100px;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
  height: 60px;
  transition: background 0.3s ease, color 0.3s ease;
  width: 300px;
}
.s-top-medical__tab.is-active {
  background: #fff;
  color: var(--color-main-orange);
}
@media (hover: hover) {
  .s-top-medical__tab:hover {
    background: #fff;
    color: var(--color-main-orange);
  }
}
@media (hover: none) {
  .s-top-medical__tab:active {
    background: #fff;
    color: var(--color-main-orange);
  }
}
@media only screen and (max-width: 767.499px) {
  .s-top-medical__tab {
    font-size: 18px;
    height: 60px;
    width: 188px;
  }
}
.s-top-medical__inner {
  background: #fff;
  border-radius: 40px;
  margin: 0 auto;
  max-width: 1500px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .s-top-medical__inner {
    max-width: 93.75em;
  }
}
.s-top-medical__inner + .s-top-medical__inner {
  margin-top: 47px;
}
@media only screen and (max-width: 767.499px) {
  .s-top-medical__inner + .s-top-medical__inner {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767.499px) {
  .s-top-medical__inner {
    border-radius: 20px 20px 20px 20px;
    max-width: none;
    width: 100%;
  }
}
.s-top-medical__panel {
  background-color: var(--color-main-orange);
  display: block;
  min-height: 580px;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 767.499px) {
  .s-top-medical__panel {
    min-height: 0;
    overflow: visible;
  }
}
.s-top-medical__bg {
  background-position: center;
  background-size: cover;
  inset: 0;
  position: absolute;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  z-index: 0;
}
.s-top-medical__panel:hover .s-top-medical__bg {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
@media only screen and (max-width: 767.499px) {
  .s-top-medical__bg {
    display: none;
  }
}
@media only screen and (max-width: 767.499px) {
  .s-top-medical__bg--banner {
    display: block;
  }
}
.s-top-medical__img-wrap {
  height: 276px;
  overflow: hidden;
  width: 100%;
}
.s-top-medical__img-wrap picture,
.s-top-medical__img-wrap img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.s-top-medical__content {
  box-sizing: border-box;
  max-width: 745px;
  padding: 168px 0 173px 104px;
  position: relative;
  z-index: 1;
}
.s-top-medical__content--kenshin {
  padding-bottom: 72px;
  padding-top: 73px;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .s-top-medical__content--kenshin {
    max-width: 700px !important;
  }
}
@media only screen and (max-width: 767.499px) {
  .s-top-medical__content--kenshin {
    padding-bottom: 48px !important;
  }
}
.s-top-medical__content--kenshin .s-top-medical__heading::after {
  background: #36C7A8;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .s-top-medical__content {
    max-width: 640px;
    padding-left: 50px;
  }
}
@media only screen and (max-width: 767.499px) {
  .s-top-medical__content {
    background: var(--color-sub-cream);
    border-radius: 0 0 20px 20px;
    max-width: none;
    padding: 28px 20px 40px;
  }
}
.s-top-medical__heading {
  color: var(--color-text);
  font-size: 48px;
  font-weight: 500;
  letter-spacing: 4.8px;
  margin: 0 0 32px;
  padding-bottom: 16px;
  position: relative;
}
.s-top-medical__heading::after {
  background: var(--color-main-orange);
  bottom: -12px;
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  width: 51px;
}
@media only screen and (max-width: 767.499px) {
  .s-top-medical__heading {
    font-size: 26px;
    margin-bottom: 0;
    -webkit-transform: translateY(-116px);
    letter-spacing: 0;
    padding-bottom: 0;
    transform: translateY(-116px);
  }
  .s-top-medical__heading::after {
    bottom: -21px;
    height: 8px;
    width: 51px;
  }
}
@media only screen and (min-width: 768px) {
  .s-top-medical #medical-panel-kenshin .s-top-medical__heading {
    padding-bottom: 12px;
  }
}
.s-top-medical__desc {
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.9;
  margin: 0 0 38px;
}
@media only screen and (max-width: 767.499px) {
  .s-top-medical__desc {
    margin-bottom: 0;
    -webkit-transform: translateY(-37px);
    transform: translateY(-37px);
  }
}
@media only screen and (min-width: 768px) {
  .s-top-medical #medical-panel-kenshin .s-top-medical__desc {
    margin-bottom: 33px;
  }
}
.s-top-medical__btns {
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin-bottom: 37px;
}
@media only screen and (max-width: 767.499px) {
  .s-top-medical__btns {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 29px;
    margin-top: 3px;
  }
}
.s-top-medical__cta {
  align-items: center;
  border-radius: 25px;
  box-sizing: border-box;
  color: #fff;
  display: inline-flex;
  font-size: 16px;
  font-weight: 600;
  height: 50px;
  justify-content: center;
  position: relative;
  text-decoration: none;
  transition: background 0.4s ease, color 0.4s ease;
  width: 198px;
}
.s-top-medical__cta span {
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  right: 26px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
@media only screen and (max-width: 767.499px) {
  .s-top-medical__cta span {
    right: 68px;
  }
}
.s-top-medical__cta.--orange {
  background: var(--color-main-orange);
  border: 1px solid var(--color-main-orange);
}
@media (hover: hover) {
  .s-top-medical__cta.--orange:hover {
    background: #fff;
    color: var(--color-main-orange);
  }
  .s-top-medical__cta.--orange:hover span {
    -webkit-transform: translateY(-50%) translateX(8px);
    transform: translateY(-50%) translateX(8px);
  }
}
@media (hover: none) {
  .s-top-medical__cta.--orange:active {
    background: #fff;
    color: var(--color-main-orange);
  }
  .s-top-medical__cta.--orange:active span {
    -webkit-transform: translateY(-50%) translateX(8px);
    transform: translateY(-50%) translateX(8px);
  }
}
.s-top-medical__cta.--teal {
  background: var(--color-main-teal);
  border: 1px solid var(--color-main-teal);
}
@media (hover: hover) {
  .s-top-medical__cta.--teal:hover {
    background: #fff;
    color: var(--color-main-teal);
  }
  .s-top-medical__cta.--teal:hover span {
    -webkit-transform: translateY(-50%) translateX(8px);
    transform: translateY(-50%) translateX(8px);
  }
}
@media (hover: none) {
  .s-top-medical__cta.--teal:active {
    background: #fff;
    color: var(--color-main-teal);
  }
  .s-top-medical__cta.--teal:active span {
    -webkit-transform: translateY(-50%) translateX(8px);
    transform: translateY(-50%) translateX(8px);
  }
}
@media only screen and (max-width: 767.499px) {
  .s-top-medical__cta {
    height: 44px;
    width: 100%;
  }
}
.s-top-medical__list {
  display: -ms-grid;
  display: grid;
  row-gap: 17px;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
  -ms-grid-columns: 1fr 12px 1fr 12px 1fr;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767.499px) {
  .s-top-medical__list {
    gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 767.499px) {
  .s-top-medical__list li {
    height: 38px;
  }
}
.s-top-medical__list-item a {
  align-items: center;
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: 3px;
  box-sizing: border-box;
  color: var(--color-text);
  display: flex;
  font-size: 16px;
  font-weight: 400;
  height: 38px;
  justify-content: space-between;
  padding: 0 7px 0 9px;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease;
  width: 200px;
}
.s-top-medical__list-item a span {
  color: var(--color-text);
  font-family: Inter, sans-serif;
  font-size: 14px;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (hover: hover) {
  .s-top-medical__list-item a:hover {
    background: var(--color-main-orange);
    color: #fff;
  }
  .s-top-medical__list-item a:hover span {
    color: #fff;
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
}
@media (hover: none) {
  .s-top-medical__list-item a:active {
    background: var(--color-main-orange);
    color: #fff;
  }
  .s-top-medical__list-item a:active span {
    color: #fff;
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .s-top-medical__list-item a {
    width: auto;
  }
}
@media only screen and (max-width: 767.499px) {
  .s-top-medical__list-item a {
    padding: 0 20px;
    width: 100%;
  }
}
.s-top-medical__kenshin-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media only screen and (max-width: 767.499px) {
  .s-top-medical__kenshin-list {
    gap: 20px;
  }
}
.s-top-medical__kenshin-group {
  align-items: stretch;
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 767.499px) {
  .s-top-medical__kenshin-group {
    flex-direction: column;
  }
}
.s-top-medical__kenshin-cat {
  align-items: center;
  background: var(--color-sub-light-teal);
  border-radius: 3px;
  box-sizing: border-box;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  justify-content: center;
  line-height: 1.4;
  padding: 8px;
}
@media only screen and (min-width: 768px) {
  .s-top-medical__kenshin-cat {
    flex-shrink: 0;
    height: auto;
    width: 97px;
  }
}
@media only screen and (max-width: 767.499px) {
  .s-top-medical__kenshin-cat {
    background: #C2E6DE;
    border-radius: 3px;
    font-size: 16px;
    height: 38px;
    justify-content: flex-start;
    padding: 0 16px;
    width: 100%;
  }
  .s-top-medical__kenshin-cat br {
    display: none;
  }
}
.s-top-medical__kenshin-items {
  align-content: flex-start;
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
@media only screen and (max-width: 767.499px) {
  .s-top-medical__kenshin-items {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 20px;
    width: 100%;
  }
}
.s-top-medical__kenshin-item {
  align-items: center;
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: 3px;
  box-sizing: border-box;
  color: var(--color-text);
  display: flex;
  font-size: 16px;
  font-weight: 400;
  height: 35px;
  justify-content: space-between;
  min-width: 200px;
  padding: 0 8px 0 16px;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease;
}
.s-top-medical__kenshin-item span {
  color: var(--color-text);
  flex-shrink: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  margin-left: 8px;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (hover: hover) {
  .s-top-medical__kenshin-item:hover {
    background: var(--color-main-teal);
    color: #fff;
  }
  .s-top-medical__kenshin-item:hover span {
    color: #fff;
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
}
@media (hover: none) {
  .s-top-medical__kenshin-item:active {
    background: var(--color-main-teal);
    color: #fff;
  }
  .s-top-medical__kenshin-item:active span {
    color: #fff;
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
}
@media only screen and (max-width: 767.499px) {
  .s-top-medical__kenshin-item {
    font-size: 14px;
    height: 38px;
    min-width: 0;
    padding: 0 20px;
    width: 100%;
  }
}
.s-top-medical__inner--banner {
  height: 800px;
}
@media only screen and (min-width: 768px) {
  .s-top-medical__inner--banner {
    margin-bottom: -273px;
    margin-top: 86px !important;
  }
}
@media only screen and (max-width: 767.499px) {
  .s-top-medical__inner--banner {
    height: 487px;
    margin-bottom: -214px;
    margin-top: 30px !important;
  }
}
.s-top-medical__inner--banner .s-top-medical__panel {
  height: 100%;
  min-height: 0;
}
.s-top-medical__banner-content {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-start;
  padding: 319px 0 0;
  position: relative;
  text-align: center;
  z-index: 1;
}
@media only screen and (max-width: 767.499px) {
  .s-top-medical__banner-content {
    padding: 134px 0 0;
  }
}
.s-top-medical__banner-content .c-more-btn {
  background: transparent;
  border-color: var(--color-text);
  color: var(--color-text);
}
@media (hover: hover) {
  .s-top-medical__banner-content .c-more-btn:hover {
    background: var(--color-main-orange);
    border-color: var(--color-main-orange);
    color: #fff;
  }
  .s-top-medical__banner-content .c-more-btn:hover span {
    -webkit-transform: translateY(-50%) translateX(8px);
    transform: translateY(-50%) translateX(8px);
  }
}
@media (hover: none) {
  .s-top-medical__banner-content .c-more-btn:active {
    background: var(--color-main-orange);
    border-color: var(--color-main-orange);
    color: #fff;
  }
  .s-top-medical__banner-content .c-more-btn:active span {
    -webkit-transform: translateY(-50%) translateX(8px);
    transform: translateY(-50%) translateX(8px);
  }
}
@media only screen and (max-width: 767.499px) {
  .s-top-medical__banner-content .c-more-btn {
    width: 198px;
  }
}
.s-top-medical__banner-title {
  color: var(--color-text);
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 4px;
  line-height: normal;
  margin-bottom: 21px;
}
@media only screen and (max-width: 767.499px) {
  .s-top-medical__banner-title {
    font-size: 26px;
    letter-spacing: 2.6px;
    margin-bottom: 26px;
  }
}
.s-top-medical__banner-desc {
  color: var(--color-text);
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.9;
  margin-bottom: 65px;
}
@media only screen and (max-width: 767.499px) {
  .s-top-medical__banner-desc {
    font-family: inherit;
    margin-bottom: 49px;
  }
}

.s-top-other-link {
  margin-bottom: -78px;
  padding: 314px 0 0;
}
@media only screen and (max-width: 767.499px) {
  .s-top-other-link {
    margin-bottom: -367px;
    padding: 235px 0;
  }
}
.s-top-other-link__inner {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 80.1875em;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .s-top-other-link__inner {
    max-width: 93.75em;
  }
}
@media only screen and (max-width: 767.499px) {
  .s-top-other-link__inner {
    flex-direction: column;
    gap: 30px;
    padding: 0 15px;
  }
}
.s-top-other-link__item {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 41.4%, rgba(0, 0, 0, 0.2) 100%), var(--bg-pc);
  background-position: center;
  background-size: cover;
  border-radius: 1.25em;
  display: block;
  flex-shrink: 0;
  height: 31.25em;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  width: 23.125em;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .s-top-other-link__item {
    font-size: 1.2388vw;
  }
}
.s-top-other-link__item::before {
  background: rgba(255, 255, 255, 0.78);
  content: "";
  inset: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.4s ease;
  z-index: 0;
}
@media only screen and (max-width: 767.499px) {
  .s-top-other-link__item {
    aspect-ratio: 345/270;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 41.4%, rgba(0, 0, 0, 0.2) 100%), var(--bg-sp);
    height: auto;
    width: 100%;
  }
}
.s-top-other-link__text {
  box-sizing: border-box;
  display: block;
  left: 0;
  padding-top: 22.625em;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .s-top-other-link__text {
    font-size: 1em;
    padding-top: 22.625em;
  }
  .s-top-other-link__text.first {
    padding-top: 12.9375rem;
  }
}
@media only screen and (min-width: 1051px) {
  .s-top-other-link__text.first {
    padding-top: 21.5625rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .s-top-other-link__text {
    padding-top: 9.75em;
  }
  .s-top-other-link__text.first {
    padding-top: 8.5625rem;
  }
}
.s-top-other-link__en {
  color: #FFF;
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 30px;
  position: relative;
  text-align: center;
  transition: color 0.4s ease;
}
.s-top-other-link__en.first {
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .s-top-other-link__en {
    font-size: 2em;
    margin: 0 0 0.9375em;
  }
}
.s-top-other-link__en::after {
  bottom: -5.5px;
  content: "";
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.5);
  height: 1px;
  transform: translateX(-50%);
  transition: background 0.4s ease;
  width: 235px;
}
@media only screen and (min-width: 768px) {
  .s-top-other-link__en::after {
    bottom: -0.171875em;
    width: 7.34375em;
  }
}
@media only screen and (max-width: 767.499px) {
  .s-top-other-link__en {
    font-size: 26px;
    margin: 0 0 23px;
  }
  .s-top-other-link__en::after {
    bottom: -9px;
    width: 124px;
  }
}
.s-top-other-link__ja {
  color: #FFF;
  display: block;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1.5;
  text-align: center;
  transition: color 0.4s ease;
}
@media only screen and (min-width: 768px) {
  .s-top-other-link__ja {
    font-size: 1.25em;
    letter-spacing: 0.1em;
  }
}
@media only screen and (max-width: 767.499px) {
  .s-top-other-link__ja {
    font-size: 16px;
    letter-spacing: 1.6px;
  }
}
.s-top-other-link__corner {
  background-color: #FFF;
  border-radius: 100% 0 0 0;
  bottom: 0;
  height: 4.5625em;
  position: absolute;
  right: 0;
  transition: background-color 0.4s ease;
  width: 4.5625em;
  z-index: 1;
}
.s-top-other-link__arrow {
  bottom: 0.458125em;
  color: var(--color-main-orange);
  font-family: "Inter", sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.5;
  position: absolute;
  right: 0.875em;
  transition: color 0.4s ease;
}
@media (hover: hover) {
  .s-top-other-link__item:hover::before {
    opacity: 1;
  }
  .s-top-other-link__item:hover .s-top-other-link__text {
    -webkit-transform: translateY(-10.375em);
    transform: translateY(-10.375em);
  }
}
@media only screen and (hover: hover) and (max-width: 767.499px) {
  .s-top-other-link__item:hover .s-top-other-link__text {
    -webkit-transform: translateY(-64px);
    transform: translateY(-64px);
  }
}
@media (hover: hover) {
  .s-top-other-link__item:hover .s-top-other-link__en {
    color: var(--color-main-orange);
  }
  .s-top-other-link__item:hover .s-top-other-link__en::after {
    background: var(--color-main-orange);
  }
  .s-top-other-link__item:hover .s-top-other-link__ja {
    color: var(--color-main-orange);
  }
  .s-top-other-link__item:hover .s-top-other-link__corner {
    background-color: var(--color-main-orange);
  }
  .s-top-other-link__item:hover .s-top-other-link__arrow {
    color: #FFF;
  }
}
@media (hover: none) {
  .s-top-other-link__item:active::before {
    opacity: 1;
  }
  .s-top-other-link__item:active .s-top-other-link__text {
    -webkit-transform: translateY(-10.375em);
    transform: translateY(-10.375em);
  }
}
@media only screen and (hover: none) and (max-width: 767.499px) {
  .s-top-other-link__item:active .s-top-other-link__text {
    -webkit-transform: translateY(-64px);
    transform: translateY(-64px);
  }
}
@media (hover: none) {
  .s-top-other-link__item:active .s-top-other-link__en {
    color: var(--color-main-orange);
  }
  .s-top-other-link__item:active .s-top-other-link__en::after {
    background: var(--color-main-orange);
  }
  .s-top-other-link__item:active .s-top-other-link__ja {
    color: var(--color-main-orange);
  }
  .s-top-other-link__item:active .s-top-other-link__corner {
    background-color: var(--color-main-orange);
  }
  .s-top-other-link__item:active .s-top-other-link__arrow {
    color: #FFF;
  }
}

.page-about main {
  padding-bottom: 0;
}

.p-page-header--about {
  background-image: url("../img/page/about/page-header-pc.jpg");
}
@media only screen and (max-width: 767.499px) {
  .p-page-header--about {
    background-image: url("../img/page/about/page-header-sp.jpg");
  }
}

.p-about {
  background: #fff;
  padding: 6.25rem 0 5.625rem;
}
@media only screen and (max-width: 767.499px) {
  .p-about {
    padding: 3.75rem 0 1.875rem;
  }
}
.p-about__inner {
  align-items: flex-start;
  display: flex;
  gap: 4.375rem;
  margin: 0 auto;
  max-width: 75rem;
  padding: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-about__inner {
    gap: 1.875rem;
    max-width: 43.75rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-about__inner {
    flex-direction: column;
    gap: 0;
  }
}
.p-about__text {
  flex-shrink: 0;
  width: 28.625rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-about__text {
    width: 17.15rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-about__text {
    box-sizing: border-box;
    padding: 0 0.9375rem;
    width: 100%;
  }
}
.p-about .c-section-label {
  margin-bottom: 1.75rem;
}
.p-about__desc {
  color: var(--color-text);
  font-size: max(1.125rem, 14px);
  font-weight: 400;
  line-height: 1.9;
  width: 41.75rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-about__desc {
    font-size: 1rem;
    width: auto;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-about__desc {
    box-sizing: border-box;
    padding: 0 0.9375rem;
    width: 100%;
  }
}

.p-about-tabs {
  background: #fff;
}
.p-about-tabs__inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1.75rem;
  justify-content: center;
  padding: 0 0.9375rem;
}
@media only screen and (max-width: 767.499px) {
  .p-about-tabs__inner {
    gap: 0.625rem;
  }
}
.p-about-tabs__btn {
  align-items: center;
  background: #fff;
  border: 0.0625rem solid var(--color-main-orange);
  border-radius: 6.25rem;
  box-sizing: border-box;
  color: var(--color-main-orange);
  display: flex;
  font-size: max(1.25rem, 14px);
  font-weight: 700;
  height: 3.75rem;
  justify-content: center;
  line-height: normal;
  padding: 0 3.125rem;
  text-align: center;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease;
}
@media only screen and (max-width: 767.499px) {
  .p-about-tabs__btn {
    font-size: 0.875rem;
    height: 2.75rem;
    min-width: 6.875rem;
    padding: 0 0.625rem;
  }
}
.p-about-tabs__btn.is-active {
  background: var(--color-main-orange);
  color: #fff;
}
@media (hover: hover) {
  .p-about-tabs__btn:hover {
    background: var(--color-main-orange);
    color: #fff;
  }
}
@media (hover: none) {
  .p-about-tabs__btn:active {
    background: var(--color-main-orange);
    color: #fff;
  }
}

.p-about-hours {
  background: #fff;
  padding: 5rem 0.9375rem 3.75rem;
}
@media only screen and (max-width: 767.499px) {
  .p-about-hours {
    padding: 1.875rem 0.9375rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-about-hours .c-schedule-table {
    font-size: 0.78125rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-about-hours .c-schedule-table thead th {
    font-size: 0.75rem !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-about-hours .c-schedule-table thead th {
    font-size: 1.125rem;
  }
}
.p-about-hours__bg {
  background: var(--color-sub-cream);
  border-radius: 2.5rem;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 93.75rem;
  padding: 4.25rem 5rem 3.75rem;
}
@media only screen and (min-width: 1051px) and (max-width: 1299px) {
  .p-about-hours__bg {
    padding: 4.25rem 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-about-hours__bg {
    padding: 3.125rem 2.5rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-about-hours__bg {
    border-radius: 1.25rem;
    padding: 2.5rem 0.3125rem;
  }
}
.p-about-hours__inner {
  align-items: flex-start;
  display: flex;
  gap: 2.5rem;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 75rem;
}
@media only screen and (min-width: 1051px) and (max-width: 1299px) {
  .p-about-hours__inner {
    gap: 4.375rem;
    justify-content: center;
    max-width: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-about-hours__inner {
    flex-direction: column;
    gap: 2.5rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-about-hours__inner {
    flex-direction: column;
    gap: 2rem;
  }
}
.p-about-hours__table-area {
  flex-shrink: 0;
}
@media only screen and (max-width: 767.499px) {
  .p-about-hours__table-area {
    width: 100%;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-about-hours .c-schedule-table {
    table-layout: auto;
  }
}
.p-about-hours .c-schedule-table thead th {
  width: 3.6875rem;
}
.p-about-hours .c-schedule-table thead th:first-child {
  width: 7.6875rem;
}
.p-about-hours .c-schedule-table__wrap {
  background: transparent;
  border-radius: 0;
  height: auto;
  padding: 0;
  position: static;
  width: max(33.875rem, 500px);
}
@media only screen and (min-width: 1051px) {
  .p-about-hours .c-schedule-table__wrap {
    min-width: 500px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-about-hours .c-schedule-table__wrap {
    width: 100%;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-about-hours .c-schedule-table__wrap {
    width: 100%;
  }
}
.p-about-hours__table-head {
  align-items: baseline;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.75rem;
  width: max(33.875rem, 500px);
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-about-hours__table-head {
    width: 100%;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-about-hours__table-head {
    flex-direction: column;
    gap: 0.25rem;
    margin-bottom: 0.75rem;
    width: 100%;
  }
}
.p-about-hours__table-title {
  align-items: center;
  color: var(--color-text);
  display: flex;
  font-size: 1.625rem;
  font-weight: 500;
}
@media only screen and (max-width: 767.499px) {
  .p-about-hours__table-title {
    font-size: 1.125rem;
  }
}
.p-about-hours__table-title-icon {
  display: flex;
  flex-shrink: 0;
  margin-right: 0.5rem;
  -webkit-transform: translateY(0.1875rem);
  transform: translateY(0.1875rem);
}
.p-about-hours__table-title-icon svg {
  display: block;
  height: 1.5rem;
  width: 1.5rem;
}
.p-about-hours__table-title-note {
  font-size: max(1rem, 14px);
  font-weight: 500;
  line-height: 1.5;
  -webkit-transform: translateY(0.125rem);
  transform: translateY(0.125rem);
}
@media only screen and (min-width: 1051px) {
  .p-about-hours__table-title-note {
    font-size: max(1rem, 14px);
  }
}
@media only screen and (max-width: 767.499px) {
  .p-about-hours__table-title-note {
    font-size: 0.8125rem;
  }
}
.p-about-hours .c-schedule-table tbody {
  background: #fff;
}
.p-about-hours .c-schedule-table tbody td {
  height: max(2.1875rem, 27px);
  line-height: 1;
  vertical-align: middle;
}
@media only screen and (min-width: 1051px) {
  .p-about-hours .c-schedule-table tbody td {
    font-size: max(1rem, 14px);
  }
}
@media only screen and (max-width: 767.499px) {
  .p-about-hours .c-schedule-table tbody td {
    font-size: 0.75rem;
  }
}
.p-about-hours__holiday {
  color: var(--color-text);
  font-size: max(1rem, 14px);
  font-weight: 400;
  line-height: 1.9;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
@media only screen and (max-width: 767.499px) {
  .p-about-hours__holiday {
    font-size: 0.8125rem;
  }
}
.p-about-hours__note {
  color: var(--color-text);
  font-size: max(1rem, 14px);
  font-weight: 400;
  line-height: 1.9;
  margin-top: 1.1875rem;
}
@media only screen and (max-width: 767.499px) {
  .p-about-hours__note {
    font-size: 0.8125rem;
  }
}
.p-about-hours__btns {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 1.5625rem;
  min-width: 0;
}
@media only screen and (min-width: 1051px) {
  .p-about-hours__btns {
    flex: 0 0 35rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-about-hours__btns {
    flex: none;
    width: 100%;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-about-hours__btns {
    width: 100%;
  }
}
.p-about-hours__tel-btn {
  align-items: center;
  background: var(--color-main-orange);
  border: 2px solid var(--color-main-orange);
  border-radius: 1.25rem;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  height: 6.875rem;
  padding: 0;
  position: relative;
  text-decoration: none;
  transition: background 0.4s ease, color 0.4s ease;
}
.p-about-hours__tel-btn svg path {
  transition: fill 0.4s ease;
}
@media (hover: hover) {
  .p-about-hours__tel-btn:hover {
    background: #fff;
    color: var(--color-main-orange);
  }
  .p-about-hours__tel-btn:hover svg path {
    fill: var(--color-main-orange);
  }
}
@media (hover: none) {
  .p-about-hours__tel-btn:active {
    background: #fff;
    color: var(--color-main-orange);
  }
  .p-about-hours__tel-btn:active svg path {
    fill: var(--color-main-orange);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-about-hours__tel-btn {
    margin: auto;
    width: 35rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-about-hours__tel-btn {
    height: 5rem;
  }
}
.p-about-hours__tel-left {
  align-items: center;
  display: flex;
  gap: 0.6875rem;
  height: 100%;
  padding-left: 2.625rem;
}
@media only screen and (max-width: 767.499px) {
  .p-about-hours__tel-left {
    padding-left: 0.9375rem;
  }
}
.p-about-hours__tel-icon {
  flex-shrink: 0;
}
.p-about-hours__tel-icon svg {
  display: block;
  height: 1.8125rem;
  width: 1.625rem;
}
@media only screen and (max-width: 767.499px) {
  .p-about-hours__tel-icon svg {
    height: auto;
    width: 1.25rem;
  }
}
.p-about-hours__tel-label {
  font-size: max(1.125rem, 14px);
  font-weight: 500;
}
@media only screen and (max-width: 767.499px) {
  .p-about-hours__tel-label {
    font-size: 0.875rem;
  }
}
.p-about-hours__tel-right {
  position: absolute;
  right: 3.625rem;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 767.499px) {
  .p-about-hours__tel-right {
    right: 1.25rem;
  }
}
.p-about-hours__tel-number {
  display: block;
  font-family: Lato, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0.25rem;
}
@media only screen and (max-width: 767.499px) {
  .p-about-hours__tel-number {
    font-size: 1.375rem;
  }
}
.p-about-hours__tel-hours {
  display: block;
  font-size: max(1rem, 14px);
  font-weight: 400;
  line-height: 1.6;
}
@media only screen and (max-width: 767.499px) {
  .p-about-hours__tel-hours {
    font-size: 0.6875rem;
  }
}
.p-about-hours__yoyaku-btn {
  align-items: stretch;
  background: var(--color-main-teal);
  border: 2px solid var(--color-main-teal);
  border-radius: 1.25rem;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  height: 6.875rem;
  position: relative;
  text-decoration: none;
  transition: background 0.4s ease, color 0.4s ease;
}
.p-about-hours__yoyaku-btn svg path {
  transition: fill 0.4s ease;
}
.p-about-hours__yoyaku-btn::before {
  background: rgba(255, 255, 255, 0.5);
  content: "";
  height: 5rem;
  position: absolute;
  right: 6.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: background 0.4s ease;
  width: 1px;
}
@media (hover: hover) {
  .p-about-hours__yoyaku-btn:hover {
    background: #fff;
    color: var(--color-main-teal);
  }
  .p-about-hours__yoyaku-btn:hover svg path {
    fill: var(--color-main-teal);
  }
  .p-about-hours__yoyaku-btn:hover::before {
    background: rgba(66, 174, 150, 0.4);
  }
}
@media (hover: none) {
  .p-about-hours__yoyaku-btn:active {
    background: #fff;
    color: var(--color-main-teal);
  }
  .p-about-hours__yoyaku-btn:active svg path {
    fill: var(--color-main-teal);
  }
  .p-about-hours__yoyaku-btn:active::before {
    background: rgba(66, 174, 150, 0.4);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-about-hours__yoyaku-btn {
    margin: auto;
    width: 35rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-about-hours__yoyaku-btn {
    height: 5rem;
  }
  .p-about-hours__yoyaku-btn::before {
    height: 3.75rem;
    right: 4.5rem;
  }
}
.p-about-hours__yoyaku-main {
  align-items: center;
  display: flex;
  flex: 1;
  gap: 0.6875rem;
  padding: 0 1.25rem 0 2.625rem;
}
@media only screen and (max-width: 767.499px) {
  .p-about-hours__yoyaku-main {
    padding-left: 0.9375rem;
  }
}
.p-about-hours__yoyaku-icon {
  flex-shrink: 0;
}
.p-about-hours__yoyaku-icon svg {
  display: block;
  height: 1.75rem;
  width: 1.3125rem;
}
@media only screen and (max-width: 767.499px) {
  .p-about-hours__yoyaku-icon svg {
    height: auto;
    width: 1rem;
  }
}
.p-about-hours__yoyaku-label {
  font-size: max(1.125rem, 14px);
  font-weight: 500;
}
@media only screen and (max-width: 767.499px) {
  .p-about-hours__yoyaku-label {
    font-size: 0.9375rem;
  }
}
.p-about-hours__yoyaku-arrow {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  width: 6.25rem;
}
.p-about-hours__yoyaku-arrow svg {
  display: block;
  height: 1.05rem;
  width: 1.1325rem;
}
@media only screen and (max-width: 767.499px) {
  .p-about-hours__yoyaku-arrow {
    width: 4.5rem;
  }
}

.p-about-schedule {
  padding-top: 3.75rem;
}
@media only screen and (max-width: 767.499px) {
  .p-about-schedule {
    padding: 1.875rem 0 0;
  }
}
.p-about-schedule__inner {
  margin: 0 auto;
  max-width: max(75rem, 875px);
}
.p-about-schedule__head {
  margin-bottom: 1.25rem;
}
.p-about-schedule__title {
  align-items: center;
  color: var(--color-text);
  display: flex;
  font-size: 1.625rem;
  font-weight: 500;
}
@media only screen and (max-width: 767.499px) {
  .p-about-schedule__title {
    font-size: 1.125rem;
  }
}
.p-about-schedule__title-icon {
  display: flex;
  flex-shrink: 0;
  margin-right: 0.5rem;
  -webkit-transform: translateY(0.1875rem);
  transform: translateY(0.1875rem);
}
.p-about-schedule__title-icon svg {
  display: block;
  height: 1.5rem;
  width: 1.5rem;
}
.p-about-schedule__subjects {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  list-style: none;
  margin: 0 0 2.3125rem;
  padding: 0;
}
@media only screen and (max-width: 767.499px) {
  .p-about-schedule__subjects {
    gap: 0.5rem 1.25rem;
    margin-bottom: 1rem;
  }
}
.p-about-schedule__subject {
  align-items: center;
  color: var(--color-text);
  display: flex;
  font-size: max(1.125rem, 16px);
  gap: 0.375rem;
}
.p-about-schedule__subject::before {
  background: var(--color-main-orange);
  border-radius: 50%;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 0.75rem;
  width: 0.75rem;
}
@media only screen and (max-width: 767.499px) {
  .p-about-schedule__subject {
    font-size: 0.8125rem;
  }
}
.p-about-schedule__director {
  color: var(--color-text);
  font-size: max(1.125rem, 16px);
  font-weight: 500;
  margin-bottom: 0.4375rem;
}
@media only screen and (max-width: 767.499px) {
  .p-about-schedule__director {
    font-size: 0.8125rem;
  }
}
.p-about-schedule__table-wrap {
  overflow: hidden;
}
.p-about-schedule__table {
  border-collapse: separate;
  border-spacing: 0.159375rem 0.0625rem;
  margin: 0 -0.159375rem -0.0625rem;
  table-layout: fixed;
  width: calc(100% + 0.31875rem);
}
@media only screen and (max-width: 767.499px) {
  .p-about-schedule__table {
    margin: 0;
    padding: 0 0.3125rem;
    width: 100%;
  }
}
.p-about-schedule__table thead th {
  background: var(--color-main-teal);
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: max(1rem, 14px);
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
}
@media only screen and (max-width: 767.499px) {
  .p-about-schedule__table thead th {
    font-size: 0.75rem;
    padding: 0.5rem 0.25rem;
  }
}
.p-about-schedule__table thead .p-about-schedule__th--label {
  background: var(--color-main-teal);
  height: 2.1875rem;
}
@media only screen and (max-width: 767.499px) {
  .p-about-schedule__table thead .p-about-schedule__th--label {
    width: 3.75rem;
  }
}
.p-about-schedule__table tbody th,
.p-about-schedule__table tbody td {
  background: #fff;
  color: var(--color-text);
  font-family: "Inter", sans-serif;
  font-size: max(1rem, 14px);
  font-weight: 400;
  height: 6.25rem;
  line-height: 1.5;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}
@media only screen and (min-width: 1051px) and (max-width: 1299px) {
  .p-about-schedule__table tbody th,
  .p-about-schedule__table tbody td {
    height: 8.125rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-about-schedule__table tbody th,
  .p-about-schedule__table tbody td {
    font-size: 0.9375rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-about-schedule__table tbody th,
  .p-about-schedule__table tbody td {
    font-size: 0.75rem;
    height: 5.625rem;
  }
}
.p-about-schedule__th--time {
  white-space: nowrap;
}
.p-about-schedule__th--day {
  background: var(--color-main-teal);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 400;
  padding: 0.875rem 0.375rem;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
.p-about-schedule__weeks {
  color: var(--color-text);
  display: block;
  font-family: "Inter", sans-serif;
  font-size: max(0.625rem, 9px);
  line-height: 1.5;
  margin-top: 0.125rem;
  text-align: center;
}

.p-about-join {
  background: #fff;
  padding: 3.875rem 0 3.75rem;
}
@media only screen and (max-width: 767.499px) {
  .p-about-join {
    padding: 1.875rem 0;
  }
}
.p-about-join__inner {
  margin: 0 auto;
  max-width: 75rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-about-join__inner {
    max-width: 43.75rem;
  }
}
.p-about-join .c-schedule-table__wrap {
  background: transparent;
  border-radius: 0;
  height: auto;
  margin-bottom: 1.0625rem;
  padding: 0;
  position: static;
  width: max(33.875rem, 500px);
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-about-join .c-schedule-table__wrap {
    width: 100%;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-about-join .c-schedule-table__wrap {
    width: 100%;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-about-join .c-schedule-table {
    font-size: 0.78125rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-about-join .c-schedule-table thead th {
    font-size: 0.75rem !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-about-join .c-schedule-table thead th {
    font-size: 1.125rem;
  }
}
.p-about-join .c-schedule-table tbody {
  background: #fff;
}
.p-about-join .c-schedule-table tbody td {
  height: max(2.1875rem, 27px);
  line-height: 1;
  vertical-align: middle;
}
@media only screen and (max-width: 767.499px) {
  .p-about-join .c-schedule-table tbody td {
    font-size: 0.6875rem;
  }
}
.p-about-join__head {
  margin-bottom: 4.5rem;
}
.p-about-join__head .c-section-label--large {
  letter-spacing: 0;
}
@media only screen and (max-width: 767.499px) {
  .p-about-join__head {
    margin-bottom: 1.5rem;
    padding: 0 0.9375rem;
  }
}
.p-about-join__img-wrap {
  margin-bottom: 5.5625rem;
}
@media only screen and (max-width: 767.499px) {
  .p-about-join__img-wrap {
    margin: 0 auto 2.5rem;
    width: 93%;
  }
}
.p-about-join__img {
  aspect-ratio: 2/1;
  border-radius: 2.6785625rem;
  display: block;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
@media only screen and (max-width: 767.499px) {
  .p-about-join__img {
    aspect-ratio: 4/3;
    border-radius: 0.625rem;
  }
}
.p-about-join__body {
  align-items: flex-start;
  display: flex;
  gap: 4.375rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-about-join__body {
    gap: 1.875rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-about-join__body {
    flex-direction: column;
    gap: 1.875rem;
  }
}
.p-about-join__text {
  flex-shrink: 0;
  width: 28.625rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-about-join__text {
    width: 17.15rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-about-join__text {
    box-sizing: border-box;
    padding: 0 0.9375rem;
    width: 100%;
  }
}
.p-about-join__desc {
  color: var(--color-text);
  font-size: max(1.125rem, 14px);
  font-weight: 400;
  line-height: 1.9;
  width: 41.75rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-about-join__desc {
    font-size: 1rem;
    width: auto;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-about-join__desc {
    box-sizing: border-box;
    font-size: 1rem;
    padding: 0 0.9375rem;
    width: 100%;
  }
}
.p-about-join__info-bg {
  background: var(--color-sub-cream);
  border-radius: 2.5rem;
  box-sizing: border-box;
  margin: 3.75rem auto 0;
  max-width: 93.75rem;
  padding: 4.25rem 5rem 3.75rem;
}
@media only screen and (min-width: 1051px) and (max-width: 1299px) {
  .p-about-join__info-bg {
    padding: 4.25rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-about-join__info-bg {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    padding: 3.125rem 2.5rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-about-join__info-bg {
    border-radius: 1.25rem;
    margin: 2.5rem 0.9375rem 0;
    padding: 2.5rem 0.3125rem;
  }
}
.p-about-join__info-inner {
  align-items: flex-start;
  display: flex;
  gap: 2.5rem;
  justify-content: space-between;
  margin: 0 auto;
  /* max-width: rem(1200); */
}
@media only screen and (min-width: 1051px) and (max-width: 1299px) {
  .p-about-join__info-inner {
    gap: 4.375rem;
    justify-content: center;
    max-width: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-about-join__info-inner {
    flex-direction: column;
    gap: 2rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-about-join__info-inner {
    flex-direction: column;
    gap: 2rem;
  }
}
.p-about-join__info-left {
  min-width: 0;
}
.p-about-join__table-area {
  flex-shrink: 0;
}
@media only screen and (max-width: 767.499px) {
  .p-about-join__table-area {
    width: 100%;
  }
}
.p-about-join__info-head {
  margin-bottom: 1.125rem;
  width: max(33.875rem, 500px);
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-about-join__info-head {
    width: 100%;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-about-join__info-head {
    width: 100%;
  }
}
.p-about-join__info-title {
  align-items: center;
  color: var(--color-text);
  display: flex;
  flex-wrap: wrap;
  font-size: 1.625rem;
  font-weight: 500;
}
@media only screen and (max-width: 767.499px) {
  .p-about-join__info-title {
    font-size: 1.125rem;
  }
}
.p-about-join__info-title-icon {
  display: flex;
  flex-shrink: 0;
  margin-right: 0.5rem;
  -webkit-transform: translateY(0.1875rem);
  transform: translateY(0.1875rem);
}
.p-about-join__info-title-icon svg {
  display: block;
  height: 1.5rem;
  width: 1.5rem;
}
.p-about-join__info-title-note {
  font-size: max(1rem, 14px);
  font-weight: 400;
  margin-left: 0.0625rem;
}
@media only screen and (max-width: 767.499px) {
  .p-about-join__info-title-note {
    font-size: 0.8125rem;
  }
}
.p-about-join__dot--orange {
  color: var(--color-main-orange);
  display: inline-block;
  font-size: 0.875rem;
}
@media only screen and (max-width: 767.499px) {
  .p-about-join__dot--orange {
    font-size: 0.625rem;
  }
}
.p-about-join__dot--teal {
  color: var(--color-main-teal);
  display: inline-block;
  font-size: 0.875rem;
}
@media only screen and (max-width: 767.499px) {
  .p-about-join__dot--teal {
    font-size: 0.625rem;
  }
}
.p-about-join__dot--orange + .p-about-join__dot--teal {
  margin-left: 0.45625rem;
}
.p-about-join__legend {
  display: flex;
  gap: 1.25rem;
  margin-bottom: 0.8125rem;
}
@media only screen and (max-width: 767.499px) {
  .p-about-join__legend {
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    padding: 0 0.625rem;
  }
}
.p-about-join__legend-item {
  font-size: max(1rem, 14px);
}
@media only screen and (max-width: 767.499px) {
  .p-about-join__legend-item {
    font-size: 0.8125rem;
  }
}
.p-about-join__legend-item--orange {
  color: var(--color-main-orange);
}
.p-about-join__legend-item--teal {
  color: var(--color-main-teal);
}
.p-about-join__legend-text {
  color: var(--color-text);
}
.p-about-join__info-note {
  color: var(--color-text);
  font-size: max(1rem, 14px);
  font-weight: 400;
  line-height: 1.9;
  margin-bottom: 1.25rem;
}
@media only screen and (max-width: 767.499px) {
  .p-about-join__info-note {
    font-size: 0.8125rem;
    margin-bottom: 1.25rem;
    padding: 0 0.625rem;
  }
}
.p-about-join__subject-head {
  margin-bottom: 0.9375rem;
}
.p-about-join__subject-title {
  align-items: center;
  color: var(--color-text);
  display: flex;
  font-size: 1.625rem;
  font-weight: 500;
  margin: 0;
}
@media only screen and (max-width: 767.499px) {
  .p-about-join__subject-title {
    font-size: 1.125rem;
    padding: 0 0.625rem;
  }
}
.p-about-join__subjects {
  display: flex;
  flex-wrap: wrap;
  gap: 0rem 1.125rem;
  margin-left: -0.375rem;
}
@media only screen and (max-width: 767.499px) {
  .p-about-join__subjects {
    margin-left: 0;
    padding: 0 0.625rem;
  }
}
.p-about-join__subject {
  align-items: center;
  color: var(--color-text);
  display: flex;
  font-size: max(1.125rem, 14px);
  gap: 0.375rem;
}
.p-about-join__subject::before {
  background: var(--color-main-orange);
  border-radius: 50%;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 0.625rem;
  width: 0.625rem;
}
@media only screen and (max-width: 767.499px) {
  .p-about-join__subject {
    font-size: 0.8125rem;
  }
}
.p-about-join__info-right {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: 1.25rem;
  width: 35rem;
}
@media only screen and (min-width: 1051px) {
  .p-about-join__info-right {
    -webkit-transform: translateY(0.1875rem);
    transform: translateY(0.1875rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-about-join__info-right {
    width: 100%;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-about-join__info-right {
    box-sizing: border-box;
    padding: 0;
    width: 100%;
  }
}
.p-about-join__tel-btn {
  align-items: center;
  background: var(--color-main-orange);
  border: 2px solid var(--color-main-orange);
  border-radius: 1.25rem;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  height: 6.875rem;
  padding: 0;
  position: relative;
  text-decoration: none;
  transition: background 0.4s ease, color 0.4s ease;
}
.p-about-join__tel-btn svg path {
  transition: fill 0.4s ease;
}
@media (hover: hover) {
  .p-about-join__tel-btn:hover {
    background: #fff;
    color: var(--color-main-orange);
  }
  .p-about-join__tel-btn:hover svg path {
    fill: var(--color-main-orange);
  }
}
@media (hover: none) {
  .p-about-join__tel-btn:active {
    background: #fff;
    color: var(--color-main-orange);
  }
  .p-about-join__tel-btn:active svg path {
    fill: var(--color-main-orange);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-about-join__tel-btn {
    margin: auto;
    width: 35rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-about-join__tel-btn {
    height: 5rem;
  }
}
.p-about-join__tel-left {
  align-items: center;
  display: flex;
  gap: 0.6875rem;
  height: 100%;
  padding-left: 2.625rem;
}
@media only screen and (max-width: 767.499px) {
  .p-about-join__tel-left {
    padding-left: 0.9375rem;
  }
}
.p-about-join__tel-icon {
  flex-shrink: 0;
}
.p-about-join__tel-icon svg {
  display: block;
  height: 1.8125rem;
  width: 1.625rem;
}
@media only screen and (max-width: 767.499px) {
  .p-about-join__tel-icon svg {
    height: auto;
    width: 1.25rem;
  }
}
.p-about-join__tel-label {
  font-size: max(1.125rem, 14px);
  font-weight: 500;
}
@media only screen and (max-width: 767.499px) {
  .p-about-join__tel-label {
    font-size: 0.875rem;
  }
}
.p-about-join__tel-right {
  position: absolute;
  right: 3.625rem;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 767.499px) {
  .p-about-join__tel-right {
    right: 1.25rem;
  }
}
.p-about-join__tel-number {
  display: block;
  font-family: Lato, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0.25rem;
}
@media only screen and (max-width: 767.499px) {
  .p-about-join__tel-number {
    font-size: 1.375rem;
  }
}
.p-about-join__tel-hours {
  display: block;
  font-size: max(1rem, 12px);
  font-weight: 400;
  line-height: 1.6;
}
@media only screen and (max-width: 767.499px) {
  .p-about-join__tel-hours {
    font-size: 0.6875rem;
  }
}
.p-about-join__no-online {
  color: var(--color-text);
  font-size: max(1rem, 14px);
  font-weight: 400;
  line-height: 1.9;
}
@media only screen and (max-width: 767.499px) {
  .p-about-join__no-online {
    font-size: 0.8125rem;
  }
}

.p-about-reservation {
  background: #fff;
  padding: 2.5rem 0 2.5rem;
}
@media only screen and (max-width: 767.499px) {
  .p-about-reservation {
    padding: 1.875rem 0;
  }
}
.p-about-reservation__inner {
  margin: 0 auto;
  max-width: 75rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-about-reservation__inner {
    max-width: 43.75rem;
  }
}
.p-about-reservation__head {
  margin-bottom: 2.75rem;
}
@media only screen and (max-width: 767.499px) {
  .p-about-reservation__head {
    margin-bottom: 1.25rem;
    padding: 0 0.9375rem;
  }
}
.p-about-reservation .c-section-label--large {
  letter-spacing: 0;
}
.p-about-reservation__desc {
  color: var(--color-text);
  font-size: max(1.125rem, 14px);
  font-weight: 400;
  line-height: 1.9;
  margin-bottom: 3.75rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-about-reservation__desc {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-about-reservation__desc {
    box-sizing: border-box;
    font-size: 1rem;
    margin-bottom: 2.5rem;
    padding: 0 0.9375rem;
    width: 100%;
  }
}
.p-about-reservation__flow-header {
  align-items: center;
  background: var(--color-main-teal);
  display: flex;
  height: 4rem;
  justify-content: center;
  margin-bottom: 1.875rem;
}
@media only screen and (max-width: 767.499px) {
  .p-about-reservation__flow-header {
    height: 3.125rem;
    margin: auto;
    margin-bottom: 1.25rem;
    width: 93%;
  }
}
.p-about-reservation__flow-title {
  color: #fff;
  font-size: 1.625rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 767.499px) {
  .p-about-reservation__flow-title {
    font-size: 1.25rem;
  }
}
.p-about-reservation__flow-subtitle {
  color: var(--color-main-orange);
  font-size: max(1.125rem, 14px);
  font-weight: 600;
  line-height: 1.9;
  margin-bottom: 2.5rem;
  text-align: center;
}
@media only screen and (max-width: 767.499px) {
  .p-about-reservation__flow-subtitle {
    font-size: 0.875rem;
    margin-bottom: 1.5rem;
    padding: 0 0.9375rem;
  }
}
.p-about-reservation__steps {
  list-style: none;
  margin: 0;
  padding: 0 0 0 1.1875rem;
}
@media only screen and (max-width: 767.499px) {
  .p-about-reservation__steps {
    padding: 0 0.9375rem;
  }
}
.p-about-reservation__step {
  display: flex;
  gap: 1.875rem;
}
@media only screen and (max-width: 767.499px) {
  .p-about-reservation__step {
    gap: 1.25rem;
  }
}
.p-about-reservation__step-left {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}
.p-about-reservation__step-circle {
  align-items: center;
  background: var(--color-main-orange);
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  height: 3.75rem;
  justify-content: center;
  width: 3.75rem;
}
@media only screen and (max-width: 767.499px) {
  .p-about-reservation__step-circle {
    height: 2.75rem;
    width: 2.75rem;
  }
}
.p-about-reservation__step-num {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 1.5340625rem;
  font-weight: 300;
  line-height: 1.5;
}
@media only screen and (max-width: 767.499px) {
  .p-about-reservation__step-num {
    font-size: 1.125rem;
  }
}
.p-about-reservation__step-line {
  background: var(--color-main-orange);
  flex-shrink: 0;
  width: 0.25rem;
}
@media only screen and (max-width: 767.499px) {
  .p-about-reservation__step-content {
    padding-top: 0.625rem;
  }
}
.p-about-reservation__step:not(:last-child) .p-about-reservation__step-content {
  padding-bottom: 1.75rem;
}
@media only screen and (max-width: 767.499px) {
  .p-about-reservation__step:not(:last-child) .p-about-reservation__step-content {
    padding-bottom: 2rem;
  }
}
.p-about-reservation__step-title {
  color: var(--color-main-orange);
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 0.625rem;
}
@media only screen and (max-width: 767.499px) {
  .p-about-reservation__step-title {
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
  }
}
.p-about-reservation__step-desc {
  color: var(--color-text);
  font-size: max(1rem, 14px);
  font-weight: 400;
  line-height: 1.9;
  margin: 0;
}
@media only screen and (max-width: 767.499px) {
  .p-about-reservation__step-desc {
    font-size: 0.875rem;
  }
}
.p-about-reservation__step-note {
  color: var(--color-main-teal);
  font-size: max(1rem, 14px);
  font-weight: 700;
  line-height: 1.9;
  margin: 0;
}
@media only screen and (max-width: 767.499px) {
  .p-about-reservation__step-note {
    font-size: 0.875rem;
  }
}

.p-about-form {
  padding: 1.125rem 0.9375rem 8.75rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-about-form {
    padding-bottom: 3.75rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-about-form {
    padding: 1.875rem 0;
  }
}

.p-about-form__inner {
  background: #fffaf4;
  border-radius: 2.5rem;
  box-sizing: border-box;
  margin-inline: auto;
  max-width: 75rem;
  padding: 5.625rem 6.25rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-about-form__inner {
    padding-inline: 2.8125rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-about-form__inner {
    border-radius: 1.25rem;
    padding: 2.5rem 0.625rem;
  }
}

.c-smf input.p-about-datepicker {
  width: 16.875rem !important;
}
@media only screen and (max-width: 767.499px) {
  .c-smf input.p-about-datepicker {
    width: 12.5rem !important;
  }
}

.p-about-form .smf-date-control {
  position: relative;
}
.p-about-form .birthday-cal-icon {
  align-items: center;
  display: flex;
  height: 1.5rem;
  justify-content: center;
  pointer-events: none;
  position: absolute;
  right: 1.125rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.5rem;
}
.p-about-form .birthday-cal-icon svg {
  display: block;
  height: 1.5rem;
  width: 1.5rem;
}

.p-about-form__title {
  color: #282828;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 4.125rem;
  text-align: center;
}
@media only screen and (max-width: 767.499px) {
  .p-about-form__title {
    font-size: 1.625rem;
    margin-bottom: 2.5rem;
  }
}

.page-our-hospital .p-page-header {
  background-image: url("../img/page/our-hospital/page-header-pc.jpg");
}
@media only screen and (max-width: 767.499px) {
  .page-our-hospital .p-page-header {
    background-image: url("../img/page/our-hospital/page-header-sp.jpg");
  }
}

.page-our-hospital main {
  padding-bottom: 0;
}

.p-our-hospital {
  background: #fff;
  padding: 6.25rem 0 7.125rem;
}
@media only screen and (max-width: 767.499px) {
  .p-our-hospital {
    padding: 3.75rem 0;
  }
}
.p-our-hospital__inner {
  align-items: flex-start;
  display: flex;
  gap: 4.375rem;
  margin: 0 auto;
  max-width: 75em;
  padding: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-our-hospital__inner {
    gap: 1.875rem;
    max-width: 43.75rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-our-hospital__inner {
    flex-direction: column;
    gap: 0;
    padding: 0;
  }
}
.p-our-hospital__text {
  flex-shrink: 0;
  width: 28.625em;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-our-hospital__text {
    width: 37.5em;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-our-hospital__text {
    box-sizing: border-box;
    padding: 0 0.9375rem;
    width: 100%;
  }
}
.p-our-hospital .c-section-label {
  margin-bottom: 1.75rem;
}
.p-our-hospital__desc {
  color: var(--color-text);
  font-size: max(1rem, 14px);
  font-weight: 400;
  line-height: 1.9;
  width: 41.75em;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-our-hospital__desc {
    font-size: 1rem;
    width: auto;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-our-hospital__desc {
    box-sizing: border-box;
    padding: 0 0.9375rem;
    width: 100%;
  }
}

.p-our-hospital-tabs {
  background: #fff;
}
.p-our-hospital-tabs__inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1.75rem;
  justify-content: center;
  padding: 0 0.9375rem;
}
@media only screen and (min-width: 768px) {
  .p-our-hospital-tabs__inner {
    gap: 1.75em;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-our-hospital-tabs__inner {
    gap: 0.625rem;
  }
}
.p-our-hospital-tabs__btn {
  align-items: center;
  background: #fff;
  border: 0.0625rem solid var(--color-main-orange);
  border-radius: 6.25rem;
  box-sizing: border-box;
  color: var(--color-main-orange);
  display: flex;
  font-size: max(1.25rem, 14px);
  font-weight: 700;
  height: 3.75rem;
  justify-content: center;
  line-height: normal;
  min-width: 12.5rem;
  padding: 0 1.875rem;
  text-align: center;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-our-hospital-tabs__btn {
    border-radius: 6.25em;
    border-width: 0.0625em;
    font-size: 1rem;
    height: 3.75em;
    min-width: 12.5em;
    padding: 0 1.875em;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-our-hospital-tabs__btn {
    font-size: 0.875rem;
    height: 2.75rem;
    min-width: 6.875rem;
    padding: 0 0.625rem;
  }
}
.p-our-hospital-tabs__btn.is-active {
  background: var(--color-main-orange);
  color: #fff;
}
@media (hover: hover) {
  .p-our-hospital-tabs__btn:hover {
    background: var(--color-main-orange);
    color: #fff;
  }
}
@media (hover: none) {
  .p-our-hospital-tabs__btn:active {
    background: var(--color-main-orange);
    color: #fff;
  }
}

.p-our-hospital-greeting {
  background: #fff;
  padding: 5rem 0.9375rem;
}
@media only screen and (max-width: 767.499px) {
  .p-our-hospital-greeting {
    padding: 3.75rem 0.9375rem 0;
  }
}
.p-our-hospital-greeting__heading {
  margin: 0 auto 3rem;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767.499px) {
  .p-our-hospital-greeting__heading {
    margin-bottom: 1.5rem;
    width: 100%;
  }
}
.p-our-hospital-greeting__bg {
  background: var(--color-sub-cream);
  border-radius: 2.5em;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 93.75em;
  padding: 5.5625em 9.375em 5.625em;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-our-hospital-greeting__bg {
    border-radius: 2.5em;
    max-width: 43.75rem;
    padding: 5.5625em 3.125em 5.625em;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-our-hospital-greeting__bg {
    border-radius: 1.25rem;
    padding: 3.125rem 1.5rem;
  }
}
.p-our-hospital-greeting__inner {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 75em;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-our-hospital-greeting__inner {
    align-items: center;
    gap: 1.875em;
    max-width: 93.75em;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-our-hospital-greeting__inner {
    flex-direction: column;
    gap: 2.25rem;
  }
}
.p-our-hospital-greeting__content {
  width: 53.125em;
}
@media only screen and (max-width: 767.499px) {
  .p-our-hospital-greeting__content {
    width: 100%;
  }
}
.p-our-hospital-greeting__body {
  color: var(--color-text);
  font-size: max(1rem, 14px);
  font-weight: 400;
  line-height: 1.9;
}
@media only screen and (max-width: 767.499px) {
  .p-our-hospital-greeting__body {
    font-size: 0.875rem;
  }
}
.p-our-hospital-greeting__body p + p {
  margin-top: 1.8125rem;
}
@media only screen and (max-width: 767.499px) {
  .p-our-hospital-greeting__body p + p {
    margin-top: 1rem;
  }
}
.p-our-hospital-greeting__photo-wrap {
  flex-shrink: 0;
  text-align: center;
  width: 15.625em;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-our-hospital-greeting__photo-wrap {
    width: 25em;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-our-hospital-greeting__photo-wrap {
    margin: 0 auto;
  }
}
.p-our-hospital-greeting__photo {
  aspect-ratio: 1/1;
  border-radius: 0.625rem;
  display: block;
  height: 15.625em;
  -o-object-fit: cover;
  object-fit: cover;
  width: 15.625em;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-our-hospital-greeting__photo {
    border-radius: 0.625em;
    height: 100%;
    width: 100%;
  }
}
.p-our-hospital-greeting__name {
  color: var(--color-text);
  font-size: max(1rem, 14px);
  font-weight: 400;
  line-height: 1.9;
  margin-top: 1.9375rem;
  text-align: center;
}
@media only screen and (max-width: 767.499px) {
  .p-our-hospital-greeting__name {
    font-size: 0.75rem;
    margin-top: 0.5rem;
  }
}

.p-our-hospital-features {
  background: #fff;
  padding: 3.875rem 0 3.125rem;
}
@media only screen and (max-width: 767.499px) {
  .p-our-hospital-features {
    padding: 3.75rem 0.9375rem 1.875rem;
  }
}
.p-our-hospital-features__inner {
  margin: 0 auto;
  max-width: 75rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-our-hospital-features__inner {
    max-width: 43.75rem;
  }
}
.p-our-hospital-features__heading {
  letter-spacing: 0;
  margin-bottom: 5.125rem;
}
@media only screen and (min-width: 1051px) {
  .p-our-hospital-features__heading {
    margin-bottom: 5.125rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-our-hospital-features__heading {
    margin-bottom: 2.25rem;
  }
}
.p-our-hospital-features__heading-tight {
  letter-spacing: -0.5rem;
}
.p-our-hospital-features__list {
  display: -ms-grid;
  display: grid;
  gap: 3.1875rem 5rem;
  -ms-grid-columns: 1fr 5rem 1fr;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-our-hospital-features__list {
    gap: 1.875rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-our-hospital-features__list {
    gap: 3.75rem 0;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.p-our-hospital-features__img-wrap {
  margin-bottom: 1.4375rem;
  position: relative;
}
@media only screen and (min-width: 1051px) {
  .p-our-hospital-features__img-wrap {
    margin-bottom: 1.4375em;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-our-hospital-features__img-wrap {
    margin-bottom: 1.4375rem;
  }
}
.p-our-hospital-features__img {
  aspect-ratio: 56/27;
  border-radius: 1.25rem;
  display: block;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
@media only screen and (min-width: 1051px) {
  .p-our-hospital-features__img {
    border-radius: 1.25em;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-our-hospital-features__img {
    aspect-ratio: 5/4;
  }
}
.p-our-hospital-features__num {
  align-items: center;
  background: #fff;
  border-radius: 50%;
  bottom: -2.625rem;
  display: flex;
  height: 5.5rem;
  justify-content: center;
  position: absolute;
  right: 2rem;
  width: 5.5rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-our-hospital-features__num {
    bottom: -1.75rem;
    height: 3.125rem;
    right: 1.25rem;
    width: 3.125rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-our-hospital-features__num {
    bottom: -1.4375rem;
    height: 3.125rem;
    right: 1.25rem;
    width: 3.125rem;
  }
}
.p-our-hospital-features__num span {
  color: var(--color-main-orange);
  font-family: "Lato", sans-serif;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-our-hospital-features__num span {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-our-hospital-features__num span {
    font-size: 1.75rem;
  }
}
.p-our-hospital-features__title {
  color: var(--color-main-orange);
  font-size: max(1.625rem, 18px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 1.1875rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-our-hospital-features__title {
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-our-hospital-features__title {
    font-size: 1.25rem;
    margin-bottom: 0.625rem;
  }
}
.p-our-hospital-features__text {
  color: var(--color-text);
  font-size: max(1rem, 14px);
  font-weight: 400;
  line-height: 1.9;
}
@media only screen and (max-width: 767.499px) {
  .p-our-hospital-features__text {
    font-size: 0.875rem;
  }
}

.p-our-hospital-equipment {
  background: #fff;
  padding: 1.25rem 0 5rem;
}
@media only screen and (max-width: 767.499px) {
  .p-our-hospital-equipment {
    padding: 1.875rem 0.9375rem;
  }
}
.p-our-hospital-equipment__inner {
  margin: 0 auto;
  max-width: 75rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-our-hospital-equipment__inner {
    max-width: 43.75rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-our-hospital-equipment__inner {
    max-width: 100%;
  }
}
.p-our-hospital-equipment__heading {
  letter-spacing: 0;
  margin-bottom: 5.625rem;
}
@media only screen and (max-width: 767.499px) {
  .p-our-hospital-equipment__heading {
    margin-bottom: 2.25rem;
  }
}
.p-our-hospital-equipment__list {
  display: -ms-grid;
  display: grid;
  gap: 2.9375rem 2.8125rem;
  -ms-grid-columns: minmax(0, 1fr) 2.8125rem minmax(0, 1fr) 2.8125rem minmax(0, 1fr);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-our-hospital-equipment__list {
    gap: 2.5rem 2.1875rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-our-hospital-equipment__list {
    gap: 3rem 0;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.p-our-hospital-equipment__img-wrap {
  margin-bottom: 1.4375rem;
}
.p-our-hospital-equipment__img {
  aspect-ratio: 1/1;
  border: 0.0625rem solid #eee;
  border-radius: 1.25rem;
  display: block;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
@media only screen and (max-width: 767.499px) {
  .p-our-hospital-equipment__img {
    aspect-ratio: 5/4;
  }
}
.p-our-hospital-equipment__content {
  display: flex;
  flex-direction: column;
  gap: 1.1875rem;
}
@media only screen and (max-width: 767.499px) {
  .p-our-hospital-equipment__content {
    gap: 0.625rem;
  }
}
.p-our-hospital-equipment__title {
  color: var(--color-main-orange);
  font-size: max(1.625rem, 18px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-our-hospital-equipment__title {
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-our-hospital-equipment__title {
    font-size: 1.25rem;
  }
}
.p-our-hospital-equipment__title-sub {
  display: inline-block;
  font-size: max(1.25rem, 14px);
  margin-top: 0.375rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-our-hospital-equipment__title-sub {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-our-hospital-equipment__title-sub {
    font-size: 1rem;
  }
}
.p-our-hospital-equipment__text {
  color: var(--color-text);
  font-size: max(1rem, 14px);
  font-weight: 400;
  line-height: 1.9;
}
@media only screen and (max-width: 767.499px) {
  .p-our-hospital-equipment__text {
    font-size: 0.875rem;
  }
}

.p-our-hospital-floor-calendar {
  background: #fff;
  padding: 1.125rem 0 7.1875rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-our-hospital-floor-calendar {
    padding-bottom: 5.625rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-our-hospital-floor-calendar {
    padding: 1.875rem 0.9375rem;
  }
}
.p-our-hospital-floor-calendar__inner {
  margin: 0 auto;
  max-width: 93.75rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-our-hospital-floor-calendar__inner {
    max-width: 43.75rem;
  }
}
.p-our-hospital-floor-calendar__heading {
  display: block;
  letter-spacing: 0;
  margin: 0 auto 6.5rem;
  max-width: 75rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-our-hospital-floor-calendar__heading {
    margin-bottom: 3.125rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-our-hospital-floor-calendar__heading {
    margin-bottom: 2.25rem;
    max-width: none;
  }
}
.p-our-hospital-floor-calendar__tabs {
  margin-bottom: 5.1875rem;
}
@media only screen and (max-width: 767.499px) {
  .p-our-hospital-floor-calendar__tabs {
    margin-bottom: 1.5rem;
  }
}
.p-our-hospital-floor-calendar__tabs .p-our-hospital-tabs__inner {
  justify-content: center;
  padding: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-our-hospital-floor-calendar__tabs .p-our-hospital-tabs__inner {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-our-hospital-floor-calendar__tabs .p-our-hospital-tabs__inner {
    gap: 0.625rem;
    max-width: none;
    padding: 0;
  }
}
.p-our-hospital-floor-calendar__box {
  background: #fffaf4;
  border-radius: 2.5rem;
  box-sizing: border-box;
  overflow: hidden;
  padding: 1.25rem 2.9375rem 0 1.5625rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-our-hospital-floor-calendar__box {
    padding: 1.25rem 0;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-our-hospital-floor-calendar__box {
    border-radius: 1.25rem;
    padding: 0.625rem 0;
  }
}
.p-our-hospital-floor-calendar__image-wrap {
  width: 100%;
}
@media only screen and (max-width: 767.499px) {
  .p-our-hospital-floor-calendar__image-wrap {
    overflow: hidden;
  }
}
.p-our-hospital-floor-calendar__image {
  aspect-ratio: 134/99;
  display: block;
  height: auto;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-our-hospital-floor-calendar__image {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@media only screen and (max-width: 767.499px) {
  .p-our-hospital-floor-calendar__image {
    -webkit-transform: translateY(-1.375rem) scale(1.2);
    transform: translateY(-1.375rem) scale(1.2);
    -webkit-transform-origin: center top;
    transform-origin: center top;
  }
}
.p-our-hospital-floor-calendar__anchor {
  height: 0.0625rem;
  margin-top: 0.0625rem;
}
.p-our-hospital-floor-calendar__calendar-group {
  align-items: center;
  background: #fffaf4;
  border-radius: 2.5rem;
  display: flex;
  flex-direction: column;
  margin-top: 5.625rem;
  padding: 5.875rem 0 6rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-our-hospital-floor-calendar__calendar-group {
    padding: 2rem 0;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-our-hospital-floor-calendar__calendar-group {
    border-radius: 1.25rem;
    margin-top: 1.25rem;
    padding: 2.5rem 0.9375rem;
  }
}
.p-our-hospital-floor-calendar__calendar-info {
  background: #fff;
  border-radius: 1.25rem;
  color: var(--color-text);
  display: flex;
  justify-content: space-between;
  margin: 0 auto 1.9375rem;
  padding: 1.9375rem 0 0.9375rem 1.5rem;
  width: 62.4375rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-our-hospital-floor-calendar__calendar-info {
    align-items: stretch;
    flex-direction: column;
    padding: 1.25rem;
    width: 95%;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-our-hospital-floor-calendar__calendar-info {
    align-items: stretch;
    flex-direction: column;
    margin-bottom: 1.25rem;
    padding: 1.25rem 0.9375rem;
    width: 100%;
  }
}
.p-our-hospital-floor-calendar__calendar-info-item {
  background: #fff;
  border-radius: 1.25rem;
  display: flex;
  min-height: 4.5rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-our-hospital-floor-calendar__calendar-info-item {
    min-height: 3.125rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-our-hospital-floor-calendar__calendar-info-item {
    min-height: 2.1875rem;
  }
}
.p-our-hospital-floor-calendar__calendar-info-item--hours {
  flex-shrink: 0;
  gap: 0.9375rem;
  width: 22.4375rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-our-hospital-floor-calendar__calendar-info-item--hours {
    width: 100%;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-our-hospital-floor-calendar__calendar-info-item--hours {
    width: 100%;
  }
}
.p-our-hospital-floor-calendar__calendar-info-item--holiday {
  flex: 1;
  gap: 1.25rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-our-hospital-floor-calendar__calendar-info-item--holiday {
    align-items: flex-start;
    flex: none;
    gap: 0.75rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-our-hospital-floor-calendar__calendar-info-item--holiday {
    align-items: flex-start;
    flex: none;
    gap: 0.75rem;
  }
}
.p-our-hospital-floor-calendar__calendar-info-label {
  align-items: center;
  background: var(--color-main-orange);
  border-radius: 62.4375rem;
  box-sizing: border-box;
  color: #fff;
  display: inline-flex;
  flex-shrink: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: max(1rem, 14px);
  font-weight: 700;
  height: 2.1875rem;
  justify-content: center;
  line-height: 1.9;
  min-width: 6.5625rem;
  padding: 0 1rem;
}
@media only screen and (max-width: 767.499px) {
  .p-our-hospital-floor-calendar__calendar-info-label {
    font-size: 0.8125rem;
    height: 1.75rem;
    min-width: 4.75rem;
    padding: 0 0.875rem;
  }
}
.p-our-hospital-floor-calendar__calendar-info-text {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.p-our-hospital-floor-calendar__calendar-info-value {
  color: var(--color-text);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.375rem;
}
@media only screen and (max-width: 767.499px) {
  .p-our-hospital-floor-calendar__calendar-info-value {
    font-size: 0.8125rem;
    line-height: 1.8;
  }
}
.p-our-hospital-floor-calendar__calendar-info-item--hours .p-our-hospital-floor-calendar__calendar-info-value {
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.0625rem;
  line-height: 1.8125rem;
}
@media only screen and (max-width: 767.499px) {
  .p-our-hospital-floor-calendar__calendar-info-item--hours .p-our-hospital-floor-calendar__calendar-info-value {
    font-size: 1.125rem;
  }
}
.p-our-hospital-floor-calendar__calendar-info-note {
  color: #282828;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.9;
}
@media only screen and (max-width: 767.499px) {
  .p-our-hospital-floor-calendar__calendar-info-note {
    font-size: 0.6875rem;
    line-height: 1.7;
  }
}
.p-our-hospital-floor-calendar__calendar-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .p-our-hospital-floor-calendar .p-calendar.p-calendar--large {
    height: auto;
    padding-bottom: 5rem;
    padding-top: 3.75rem;
  }
  .p-our-hospital-floor-calendar .p-calendar.p-calendar--large .p-calendar__grid {
    row-gap: 0.8125rem;
  }
  .p-our-hospital-floor-calendar .p-calendar.p-calendar--large .p-calendar__month {
    font-size: 1.875rem;
  }
  .p-our-hospital-floor-calendar .p-calendar.p-calendar--large .p-calendar__nav {
    margin-bottom: 3.1875rem;
  }
  .p-our-hospital-floor-calendar .p-calendar.p-calendar--large .p-calendar__cell {
    height: 3.835rem;
  }
  .p-our-hospital-floor-calendar .p-calendar.p-calendar--large .p-calendar__legend-box {
    height: 1.5625rem;
    width: 3.25rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-our-hospital-floor-calendar .p-calendar.p-calendar--large {
    width: 95%;
  }
}

.page-dock .p-page-header {
  background-image: url("../img/page/dock/page-header-pc.jpg");
}
@media only screen and (max-width: 767.499px) {
  .page-dock .p-page-header {
    background-image: url("../img/page/dock/page-header-sp.jpg");
  }
}

body.page-dock .l-main {
  padding-bottom: 0;
}
@media only screen and (min-width: 1051px) {
  body.page-dock .l-footer__cta {
    position: relative;
  }
  body.page-dock .l-footer__cta-btn--dock {
    left: 0;
    margin-bottom: 0;
    position: absolute;
    right: 0;
    top: -4.875em;
  }
}

.l-footer__cta-btn--dock {
  background: var(--color-main-orange);
  border-color: var(--color-main-orange);
  margin-bottom: 18px;
}
@media (hover: hover) {
  .l-footer__cta-btn--dock:hover {
    background: var(--color-bg);
    color: var(--color-main-orange);
  }
}
@media (hover: none) {
  .l-footer__cta-btn--dock:active {
    background: var(--color-bg);
    color: var(--color-main-orange);
  }
}
@media only screen and (max-width: 767.499px) {
  .l-footer__cta-btn--dock {
    margin-bottom: 1.125rem;
  }
}

.p-dock-list {
  padding: 5.625rem 0;
}
@media only screen and (max-width: 767.499px) {
  .p-dock-list {
    padding: 3.75rem 0 3.125rem;
  }
}
.p-dock-list__inner {
  margin: 0 auto;
  width: 75rem;
}
@media only screen and (min-width: 1051px) and (max-width: 1299px) {
  .p-dock-list__inner {
    width: 93%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-dock-list__inner {
    width: 93%;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-dock-list__inner {
    width: 93%;
  }
}
.p-dock-list__lead {
  color: var(--color-text);
  font-size: max(1.125rem, 15px);
  font-weight: 400;
  line-height: 1.9;
  margin: 0 auto 4.3125rem;
  text-align: center;
}
@media only screen and (max-width: 767.499px) {
  .p-dock-list__lead {
    margin-bottom: 2.5rem;
    text-align: left;
  }
}
.p-dock-list__grid {
  display: -ms-grid;
  display: grid;
  gap: 1.875rem;
  -ms-grid-columns: 1fr 1.875rem 1fr 1.875rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-dock-list__grid {
    -webkit-column-gap: 0.9375rem;
    -moz-column-gap: 0.9375rem;
    column-gap: 0.9375rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-dock-list__grid {
    gap: 0.9375rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 0 0.9375rem;
  }
}
.p-dock-list__item {
  display: flex;
}
.p-dock-list__btn {
  align-items: center;
  background: var(--color-sub-cream);
  border: 0.0625rem solid var(--color-main-orange);
  border-radius: 0.625rem;
  box-sizing: border-box;
  display: flex;
  height: 5.5rem;
  justify-content: space-between;
  text-decoration: none;
  transition: background-color 0.2s ease;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-dock-list__btn {
    height: 4.6875rem;
  }
}
@media (hover: hover) {
  .p-dock-list__btn:hover {
    background: var(--color-main-orange);
  }
  .p-dock-list__btn:hover .p-dock-list__btn-text {
    color: #fff;
  }
  .p-dock-list__btn:hover .p-dock-list__btn-arrow {
    color: #fff;
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
}
@media (hover: none) {
  .p-dock-list__btn:active {
    background: var(--color-main-orange);
  }
  .p-dock-list__btn:active .p-dock-list__btn-text {
    color: #fff;
  }
  .p-dock-list__btn:active .p-dock-list__btn-arrow {
    color: #fff;
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
}
.p-dock-list__btn--active {
  background: var(--color-main-orange);
  border-color: var(--color-main-orange);
}
.p-dock-list__btn--active .p-dock-list__btn-text {
  color: #fff;
}
.p-dock-list__btn--active .p-dock-list__btn-arrow {
  color: #fff;
}
@media only screen and (max-width: 767.499px) {
  .p-dock-list__btn {
    height: 4.5rem;
  }
}
.p-dock-list__btn-text {
  color: var(--color-text);
  font-size: max(1.25rem, 16px);
  font-weight: 500;
  line-height: normal;
  padding-left: 1.25rem;
  transition: color 0.2s ease;
}
@media only screen and (max-width: 767.499px) {
  .p-dock-list__btn-text {
    font-size: 1rem;
  }
}
.p-dock-list__btn-arrow {
  color: var(--color-text);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  padding-right: 1.25rem;
  transition: color 0.2s ease, -webkit-transform 0.4s ease;
  transition: color 0.2s ease, transform 0.4s ease;
  transition: color 0.2s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
}

body.page-attention {
  background-image: url("../img/common/bg-teal.png");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 93.9880952381% auto;
}
@media only screen and (max-width: 767.499px) {
  body.page-attention {
    background-size: auto;
  }
}
body.page-attention .p-page-header {
  aspect-ratio: 168/43.5;
  background-image: none;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  body.page-attention .p-page-header {
    aspect-ratio: 168/58;
  }
}
@media only screen and (max-width: 767.499px) {
  body.page-attention .p-page-header {
    aspect-ratio: 168/120;
  }
}
body.page-attention .p-page-header__title {
  color: var(--color-text);
  font-size: 3rem;
  font-weight: 400;
  line-height: 2.5rem;
  position: relative;
  -webkit-transform: translateY(2.375rem);
  letter-spacing: 0;
  transform: translateY(2.375rem);
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  body.page-attention .p-page-header__title {
    font-size: 2.5rem;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media only screen and (max-width: 767.499px) {
  body.page-attention .p-page-header__title {
    font-size: 1.875rem;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
body.page-attention .p-page-header__title::after {
  background: #36C7A8;
  bottom: -2.8125rem;
  height: 0.5rem;
  left: -0.3125rem;
  position: absolute;
  width: 3.1875rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  body.page-attention .p-page-header__title::after {
    bottom: -1.5625rem;
  }
}
@media only screen and (max-width: 767.499px) {
  body.page-attention .p-page-header__title::after {
    bottom: -1.125rem;
    left: 0;
    width: 2.5rem;
  }
}
body.page-attention .c-page-breadcrumb__item {
  border-color: #231815;
  color: #231815;
}
body.page-attention .c-page-breadcrumb__item a {
  color: #231815;
}
body.page-attention .c-page-breadcrumb__item--current {
  background: #231815;
  border-color: #231815;
  color: #fff;
}
body.page-attention .l-main {
  padding-bottom: 0;
}

.p-attention-accordion-section {
  padding: 3.3125rem 0 7.5rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-attention-accordion-section {
    padding-bottom: 6.25rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-attention-accordion-section {
    padding: 0.625rem 0 3.75rem;
  }
}
.p-attention-accordion-section__inner {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  margin: 0 auto;
  width: 75rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-attention-accordion-section__inner {
    margin: 0 auto;
    width: 93%;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-attention-accordion-section__inner {
    gap: 1.25rem;
    margin: 0 auto;
    width: 93%;
  }
}

.p-attention-accordion__head {
  align-items: center;
  background: var(--color-sub-light-teal);
  border: 1px solid var(--color-sub-light-teal);
  border-radius: 0.625rem;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  height: 7.5rem;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 2.5rem;
  transition: border-radius 0.3s ease;
  width: 100%;
}
@media only screen and (max-width: 767.499px) {
  .p-attention-accordion__head {
    height: 5rem;
    padding: 0 1.25rem;
    width: 100%;
  }
}
.p-attention-accordion__title {
  color: var(--color-text);
  font-size: max(1.25rem, 14px);
  font-weight: 500;
}
@media only screen and (max-width: 767.499px) {
  .p-attention-accordion__title {
    font-size: 0.875rem;
  }
}
.p-attention-accordion__btn {
  align-items: center;
  background: #36C7A8;
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  height: 2.5rem;
  justify-content: center;
  margin-left: 1rem;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 2.5rem;
}
@media only screen and (max-width: 767.499px) {
  .p-attention-accordion__btn {
    height: 2rem;
    width: 2rem;
  }
}
.p-attention-accordion__arrow {
  color: #fff;
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media only screen and (max-width: 767.499px) {
  .p-attention-accordion__arrow {
    font-size: 0.875rem;
  }
}
.p-attention-accordion__body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.7s ease;
}
.p-attention-accordion__content {
  margin: 0 auto;
  padding: 2.5rem 0 1rem;
  width: 93.3333333333%;
}
@media only screen and (max-width: 767.499px) {
  .p-attention-accordion__content {
    padding: 1.875rem 0 2.5rem;
    width: 100%;
  }
}
.p-attention-accordion.is-open .p-attention-accordion__arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.p-attention-accordion.is-open .p-attention-accordion__body {
  max-height: 3000px;
}

.p-attention-block .c-section-label::after {
  background: var(--color-main-teal);
}

.p-attention-block + .p-attention-block {
  margin-top: 3.75rem;
}
@media only screen and (max-width: 767.499px) {
  .p-attention-block + .p-attention-block {
    margin-top: 2.5rem;
  }
}
.p-attention-block__heading {
  letter-spacing: 0;
  margin-bottom: 4.0625rem;
}
@media only screen and (max-width: 767.499px) {
  .p-attention-block__heading {
    margin-bottom: 1.25rem;
  }
}

.p-attention-table {
  border-collapse: collapse;
  margin-bottom: 1.6875rem;
  table-layout: fixed;
  width: 100%;
}
.p-attention-table--col-2 th:nth-child(1), .p-attention-table--col-2 td:nth-child(1) {
  width: 30.3571428571%;
}
.p-attention-table--col-2 th:nth-child(n+2), .p-attention-table--col-2 td:nth-child(n+2) {
  width: 69.6428571429%;
}
.p-attention-table--col-3 th:nth-child(1), .p-attention-table--col-3 td:nth-child(1) {
  width: 30.3571428571%;
}
.p-attention-table--col-3 th:nth-child(n+2), .p-attention-table--col-3 td:nth-child(n+2) {
  width: 34.8214285714%;
}
.p-attention-table--col-4 th:nth-child(1), .p-attention-table--col-4 td:nth-child(1) {
  width: 30.3571428571%;
}
.p-attention-table--col-4 th:nth-child(n+2), .p-attention-table--col-4 td:nth-child(n+2) {
  width: 23.2142857143%;
}
.p-attention-table--col-5 th:nth-child(1), .p-attention-table--col-5 td:nth-child(1) {
  width: 30.3571428571%;
}
.p-attention-table--col-5 th:nth-child(n+2), .p-attention-table--col-5 td:nth-child(n+2) {
  width: 17.4107142857%;
}
.p-attention-table--col-6 th:nth-child(1), .p-attention-table--col-6 td:nth-child(1) {
  width: 30.3571428571%;
}
.p-attention-table--col-6 th:nth-child(n+2), .p-attention-table--col-6 td:nth-child(n+2) {
  width: 13.9285714286%;
}
.p-attention-table th {
  border: none;
  color: #fff;
  font-size: max(1.125rem, 14px);
  font-weight: 400;
  height: 4rem;
  line-height: 190%;
  padding: 0 1.25rem;
  text-align: center;
  vertical-align: middle;
}
@media only screen and (max-width: 767.499px) {
  .p-attention-table th {
    font-size: 0.8125rem;
    padding: 0.625rem 0.75rem;
  }
}
.p-attention-table td {
  border: 1px solid var(--color-border);
  color: var(--color-text);
  font-size: max(1.125rem, 14px);
  font-weight: 400;
  height: 2.75rem;
  line-height: 140%;
  padding: 0.5rem 1.25rem;
  text-align: center;
  vertical-align: middle;
}
@media only screen and (max-width: 767.499px) {
  .p-attention-table td {
    font-size: 0.8125rem;
    padding: 0.625rem 0.75rem;
  }
}
.p-attention-table tbody td:first-child {
  padding-left: 2.5rem;
  text-align: left;
}
@media only screen and (max-width: 767.499px) {
  .p-attention-table tbody td:first-child {
    padding-left: 0.625rem;
  }
}
.p-attention-table tbody td:nth-child(2) {
  line-height: 1.8125rem;
}
.p-attention-table tbody tr:nth-child(odd) td {
  background: #fff;
}
.p-attention-table tbody tr:nth-child(even) td {
  background: var(--color-sub-cream);
}
.p-attention-table--orange thead th {
  background: var(--color-main-teal);
}
.p-attention-table--orange tbody tr:nth-child(odd) td {
  background: var(--color-sub-light-teal);
}
.p-attention-table--orange tbody tr:nth-child(even) td {
  background: #fff;
}
.p-attention-table--teal thead th {
  background: var(--color-main-teal);
}
.p-attention-table--teal tbody tr:nth-child(odd) td {
  background: var(--color-sub-light-teal);
}
.p-attention-table--teal tbody tr:nth-child(even) td {
  background: #fff;
}

@media only screen and (max-width: 767.499px) {
  .p-attention-table-wrap.is-x-scroll {
    overflow-x: auto;
  }
  .p-attention-table-wrap.is-x-scroll .p-attention-table {
    min-width: 30rem;
  }
}

.p-attention-cta {
  padding: 0 0 8.6875rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-attention-cta {
    padding-bottom: 6.25rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-attention-cta {
    padding-bottom: 3.75rem;
  }
}
.p-attention-cta__inner {
  margin: 0 auto;
  width: 75rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-attention-cta__inner {
    margin: 0 auto;
    width: 93%;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-attention-cta__inner {
    margin: 0 auto;
    width: 93%;
  }
}
.p-attention-cta__btn {
  align-items: center;
  background: var(--color-main-orange);
  border: 1px solid transparent;
  border-radius: 0.625rem;
  box-sizing: border-box;
  display: flex;
  height: 10.625rem;
  justify-content: space-between;
  padding: 0 5.625rem;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  width: 100%;
}
@media (hover: hover) {
  .p-attention-cta__btn:hover {
    background: #fff;
    border-color: var(--color-main-orange);
  }
  .p-attention-cta__btn:hover .p-attention-cta__btn-text {
    color: var(--color-main-orange);
  }
  .p-attention-cta__btn:hover .p-attention-cta__btn-arrow {
    color: var(--color-main-orange);
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  .p-attention-cta__btn:hover .p-attention-cta__btn-arrow::before {
    background: var(--color-main-orange);
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
}
@media (hover: none) {
  .p-attention-cta__btn:active {
    background: #fff;
    border-color: var(--color-main-orange);
  }
  .p-attention-cta__btn:active .p-attention-cta__btn-text {
    color: var(--color-main-orange);
  }
  .p-attention-cta__btn:active .p-attention-cta__btn-arrow {
    color: var(--color-main-orange);
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  .p-attention-cta__btn:active .p-attention-cta__btn-arrow::before {
    background: var(--color-main-orange);
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-attention-cta__btn {
    height: 7.5rem;
    padding: 0 3.125rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-attention-cta__btn {
    height: 5.625rem;
    padding: 0 1.5rem;
  }
}
.p-attention-cta__btn-text {
  color: #fff;
  font-size: max(1.75rem, 20px);
  font-weight: 400;
  letter-spacing: 0.175rem;
  line-height: normal;
  transition: color 0.2s ease;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-attention-cta__btn-text {
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-attention-cta__btn-text {
    font-size: 1.125rem;
    letter-spacing: 0.1125rem;
  }
}
.p-attention-cta__btn-arrow {
  align-items: center;
  color: #fff;
  display: flex;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  position: relative;
  transition: color 0.2s ease, -webkit-transform 0.4s ease;
  transition: color 0.2s ease, transform 0.4s ease;
  transition: color 0.2s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
}
.p-attention-cta__btn-arrow::before {
  background: #fff;
  content: "";
  display: block;
  height: 3.5625rem;
  position: absolute;
  right: 5.625rem;
  transition: background-color 0.2s ease, -webkit-transform 0.4s ease;
  transition: background-color 0.2s ease, transform 0.4s ease;
  transition: background-color 0.2s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
  width: 1px;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-attention-cta__btn-arrow::before {
    height: 2.8125rem;
    right: 3.125rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-attention-cta__btn-arrow::before {
    height: 2.5rem;
    right: 1.5625rem;
  }
}

body.page-examstop {
  background-image: url("../img/common/bg-orange.png");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 93.9880952381% auto;
}
@media only screen and (max-width: 767.499px) {
  body.page-examstop {
    background-size: auto;
  }
}
body.page-examstop .p-page-header {
  aspect-ratio: 168/43.5;
  background-image: none;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  body.page-examstop .p-page-header {
    aspect-ratio: 168/58;
  }
}
@media only screen and (max-width: 767.499px) {
  body.page-examstop .p-page-header {
    aspect-ratio: 168/120;
  }
}
body.page-examstop .p-page-header__title {
  color: var(--color-text);
  font-size: 3rem;
  font-weight: 400;
  line-height: 2.5rem;
  position: relative;
  -webkit-transform: translateY(2.375rem);
  letter-spacing: 0;
  transform: translateY(2.375rem);
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  body.page-examstop .p-page-header__title {
    font-size: 2.5rem;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media only screen and (max-width: 767.499px) {
  body.page-examstop .p-page-header__title {
    font-size: 1.875rem;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
body.page-examstop .p-page-header__title::after {
  background: var(--color-main-orange);
  bottom: -2.8125rem;
  height: 0.5rem;
  left: -0.3125rem;
  position: absolute;
  width: 3.1875rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  body.page-examstop .p-page-header__title::after {
    bottom: -1.5625rem;
  }
}
@media only screen and (max-width: 767.499px) {
  body.page-examstop .p-page-header__title::after {
    bottom: -1.125rem;
    left: 0;
    width: 2.5rem;
  }
}
body.page-examstop .c-page-breadcrumb__item {
  border-color: #231815;
  color: #231815;
}
body.page-examstop .c-page-breadcrumb__item a {
  color: #231815;
}
body.page-examstop .c-page-breadcrumb__item--current {
  background: #231815;
  border-color: #231815;
  color: #fff;
}
body.page-examstop .l-main {
  padding-bottom: 0;
}

.p-examstop-accordion-section {
  padding: 3.3125rem 0 8.4375rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-examstop-accordion-section {
    padding-bottom: 6.25rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-examstop-accordion-section {
    padding: 0.625rem 0 3.75rem;
  }
}
.p-examstop-accordion-section__inner {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  margin: 0 auto;
  width: 75rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-examstop-accordion-section__inner {
    width: 93%;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-examstop-accordion-section__inner {
    gap: 1.25rem;
    width: 93%;
  }
}
.p-examstop-accordion-section__lead {
  color: var(--color-text);
  font-size: max(1.125rem, 14px);
  font-weight: 400;
  line-height: 190%;
  margin-bottom: 0.625rem;
}
@media only screen and (max-width: 767.499px) {
  .p-examstop-accordion-section__lead {
    font-size: 0.875rem;
    padding: 0 0.9375rem;
  }
}

.p-examstop-accordion__head {
  align-items: center;
  background: var(--color-sub-cream);
  border: 1px solid var(--color-sub-cream);
  border-radius: 0.625rem;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  height: 6.125rem;
  justify-content: space-between;
  padding: 0 2.5rem;
  transition: border-radius 0.3s ease;
  width: 100%;
}
@media only screen and (max-width: 767.499px) {
  .p-examstop-accordion__head {
    height: 4.375rem;
    padding: 0 1.25rem;
  }
}
.p-examstop-accordion__title {
  color: var(--color-text);
  font-size: max(1.25rem, 14px);
  font-weight: 500;
}
@media only screen and (max-width: 767.499px) {
  .p-examstop-accordion__title {
    font-size: 0.875rem;
  }
}
.p-examstop-accordion__btn {
  align-items: center;
  background: var(--color-main-orange);
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  height: 2.5rem;
  justify-content: center;
  margin-left: 1rem;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 2.5rem;
}
@media only screen and (max-width: 767.499px) {
  .p-examstop-accordion__btn {
    height: 2rem;
    width: 2rem;
  }
}
.p-examstop-accordion__arrow {
  color: #fff;
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media only screen and (max-width: 767.499px) {
  .p-examstop-accordion__arrow {
    font-size: 0.875rem;
  }
}
.p-examstop-accordion__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 0fr;
  grid-template-rows: 0fr;
  opacity: 0;
  overflow: hidden;
  transition: grid-template-rows 0.5s ease, opacity 0.3s ease;
  transition: grid-template-rows 0.5s ease, opacity 0.3s ease, -ms-grid-rows 0.5s ease;
}
.p-examstop-accordion__body-inner {
  min-height: 0;
}
.p-examstop-accordion__content {
  margin: 0 auto;
  padding: 1.6875rem 0 0.9375rem;
  width: 93.3333333333%;
}
@media only screen and (max-width: 767.499px) {
  .p-examstop-accordion__content {
    padding: 0.9375rem 0 2.5rem;
    width: 100%;
  }
}
.p-examstop-accordion__content .c-attention-notes {
  gap: 0;
}
.p-examstop-accordion__content .c-attention-notes .c-attention-notes__item:last-child {
  margin-bottom: -0.625rem;
}
.p-examstop-accordion.is-open .p-examstop-accordion__arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.p-examstop-accordion.is-open .p-examstop-accordion__body {
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  opacity: 1;
}

.p-examstop-divider {
  border: none;
  border-top: 1px solid var(--color-border);
  margin: 2.5rem 0 1.875rem;
}
@media only screen and (max-width: 767.499px) {
  .p-examstop-divider {
    margin: 1.875rem 0 1.25rem;
  }
}

.p-examstop-desc {
  color: var(--color-text);
  font-size: max(1.125rem, 14px);
  font-weight: 400;
  line-height: 190%;
  margin-bottom: 0.8125rem;
}
.p-examstop-desc:last-child {
  margin-bottom: -0.75rem;
}
@media only screen and (max-width: 767.499px) {
  .p-examstop-desc {
    font-size: 1rem;
    margin-bottom: 0.75rem;
    padding: 0 0.9375rem;
  }
}

.c-attention-notes + .p-examstop-desc {
  margin-top: 1.5rem;
}

.p-examstop-citation {
  color: var(--color-text);
  font-size: max(1rem, 14px);
  font-weight: 400;
  line-height: 190%;
  margin-top: 1.875rem;
  text-align: right;
}
.p-examstop-citation__link {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}
@media only screen and (max-width: 767.499px) {
  .p-examstop-citation {
    font-size: 0.8125rem;
    margin-top: 1.875rem;
  }
}

.p-examstop-note-box__title {
  color: var(--color-sub-dark-teal);
  font-size: max(1.125rem, 14px);
  font-weight: 700;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767.499px) {
  .p-examstop-note-box__title {
    font-size: 0.875rem;
    margin-bottom: 0.625rem;
  }
}

body.page-information {
  background-image: url("../img/common/bg-orange.png");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 93.9880952381% auto;
}
@media only screen and (max-width: 767.499px) {
  body.page-information {
    background-size: auto;
  }
}
body.page-information .p-page-header {
  aspect-ratio: 168/43.5;
  background-image: none;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  body.page-information .p-page-header {
    aspect-ratio: 168/58;
  }
}
@media only screen and (max-width: 767.499px) {
  body.page-information .p-page-header {
    aspect-ratio: 168/120;
  }
}
body.page-information .p-page-header__title {
  color: var(--color-text);
  font-weight: 400;
  line-height: 2.5rem;
  position: relative;
  -webkit-transform: translateY(2.375rem);
  transform: translateY(2.375rem);
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  body.page-information .p-page-header__title {
    font-size: 2.5rem;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media only screen and (max-width: 767.499px) {
  body.page-information .p-page-header__title {
    font-size: 1.875rem;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
body.page-information .p-page-header__title::after {
  background: var(--color-main-orange);
  bottom: -2.8125rem;
  height: 0.5rem;
  left: -0.3125rem;
  position: absolute;
  width: 3.1875rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  body.page-information .p-page-header__title::after {
    bottom: -1.5625rem;
  }
}
@media only screen and (max-width: 767.499px) {
  body.page-information .p-page-header__title::after {
    bottom: -1.125rem;
    left: 0;
    width: 2.5rem;
  }
}
body.page-information .c-page-breadcrumb__item {
  border-color: #231815;
  color: #231815;
}
body.page-information .c-page-breadcrumb__item a {
  color: #231815;
}
body.page-information .c-page-breadcrumb__item--current {
  background: #231815;
  border-color: #231815;
  color: #fff;
}
body.page-information .l-main {
  padding-bottom: 0;
}

.p-information-body {
  padding: 4.5625rem 0 7.5rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-information-body {
    padding-bottom: 6.25rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-information-body {
    padding: 0.625rem 0 3.75rem;
  }
}
.p-information-body__inner {
  display: flex;
  gap: 0.9375rem;
  margin: 0 auto;
  width: 75rem;
}
@media only screen and (min-width: 1051px) and (max-width: 1299px) {
  .p-information-body__inner {
    width: 80%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-information-body__inner {
    width: 93%;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-information-body__inner {
    flex-direction: column;
    gap: 2rem;
    width: 93%;
  }
}

.p-information-sidebar {
  flex-shrink: 0;
  width: 14.6875rem;
}
@media only screen and (min-width: 1051px) and (max-width: 1299px) {
  .p-information-sidebar {
    flex: 1;
    width: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-information-sidebar {
    flex: 1;
    width: auto;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-information-sidebar {
    width: 100%;
  }
}
.p-information-sidebar__list {
  list-style: none;
}
@media only screen and (max-width: 767.499px) {
  .p-information-sidebar__list {
    display: none;
  }
}
.p-information-sidebar__select-wrap {
  display: none;
}
@media only screen and (max-width: 767.499px) {
  .p-information-sidebar__select-wrap {
    display: block;
    margin-left: auto;
    position: relative;
    width: 11.25rem;
  }
  .p-information-sidebar__select-wrap::after {
    content: ">";
    position: absolute;
    right: 0.625rem;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
    color: var(--color-text);
    font-size: 0.75rem;
    font-weight: 700;
    pointer-events: none;
    transform: translateY(-50%) rotate(90deg);
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  }
  .p-information-sidebar__select-wrap:has(select:focus)::after {
    -webkit-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
  }
}
.p-information-sidebar__select {
  appearance: none;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid var(--color-text);
  box-sizing: border-box;
  color: var(--color-text);
  cursor: pointer;
  font-size: 0.75rem;
  height: 2.125rem;
  letter-spacing: 0.05em;
  padding: 0 1.75rem 0 0.6875rem;
  width: 100%;
}
.p-information-sidebar__item a {
  align-items: center;
  color: var(--color-text);
  display: flex;
  font-size: max(1.125rem, 14px);
  font-weight: 500;
  gap: 0.5rem;
  line-height: 1;
  padding-bottom: 2rem;
  text-decoration: none;
  transition: color 0.3s;
}
@media only screen and (max-width: 767.499px) {
  .p-information-sidebar__item a {
    border: 1px solid var(--color-text);
    border-radius: 0.25rem;
    font-size: 0.875rem;
    padding: 0.375rem 0.875rem;
    padding-bottom: 0;
  }
}
.p-information-sidebar__item:not(.is-active) a:hover {
  color: var(--color-main-orange);
}
.p-information-sidebar__item.is-active a {
  color: var(--color-main-orange);
}
@media only screen and (max-width: 767.499px) {
  .p-information-sidebar__item.is-active a {
    border: none;
    border-radius: 0;
    padding: 0;
  }
}
.p-information-sidebar__item.is-active a::before {
  align-items: center;
  background: var(--color-main-orange);
  border-radius: 50%;
  color: #fff;
  content: "→";
  display: inline-flex;
  flex-shrink: 0;
  font-size: max(0.625rem, 10px);
  font-weight: 400;
  height: 1.5625rem;
  justify-content: center;
  line-height: 1;
  width: 1.5625rem;
}

.p-information-main {
  flex: 1;
  min-width: 0;
}
@media only screen and (min-width: 1051px) and (max-width: 1299px) {
  .p-information-main {
    flex: none;
    width: 79.1666666667%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-information-main {
    flex: none;
    width: 70.8333333333%;
  }
}

.p-information-list {
  border-top: 1px solid var(--color-border);
  list-style: none;
}
.p-information-list__item {
  border-bottom: 1px solid var(--color-border);
}
.p-information-list__link {
  color: var(--color-text);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 7.625rem;
  padding-right: 3.125rem;
  position: relative;
  text-decoration: none;
}
@media only screen and (max-width: 767.499px) {
  .p-information-list__link {
    padding-right: 0;
  }
}
.p-information-list__link:hover .p-information-list__title {
  color: var(--color-main-orange);
}
.p-information-list__link:hover .p-information-list__arrow {
  background: var(--color-main-orange);
  color: #fff;
}
.p-information-list__meta {
  align-items: center;
  display: flex;
  gap: 1.25rem;
  margin-bottom: 0.75rem;
}
@media only screen and (max-width: 767.499px) {
  .p-information-list__meta {
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
.p-information-list__icon {
  align-items: center;
  border: 1px solid var(--color-main-orange);
  border-radius: 50%;
  color: var(--color-main-orange);
  display: flex;
  flex-shrink: 0;
  font-family: "Inter", sans-serif;
  font-size: max(0.75rem, 11px);
  font-weight: 400;
  height: 1.1875rem;
  justify-content: center;
  line-height: 1;
  width: 1.1875rem;
}
@media only screen and (max-width: 767.499px) {
  .p-information-list__icon {
    font-size: 0.6875rem;
  }
}
.p-information-list__date {
  color: var(--color-text);
  flex-shrink: 0;
  font-family: "Inter", sans-serif;
  font-size: max(1rem, 14px);
  font-weight: 400;
}
@media only screen and (max-width: 767.499px) {
  .p-information-list__date {
    font-size: 0.875rem;
  }
}
.p-information-list__cat {
  align-items: center;
  border-radius: 3.125rem;
  color: #fff;
  display: flex;
  flex-shrink: 0;
  font-size: max(0.875rem, 12px);
  font-weight: 400;
  gap: 0.625rem;
  justify-content: center;
  letter-spacing: 1.4px;
  line-height: 0.75rem;
  padding: 0.5625rem 1.125rem;
  white-space: nowrap;
}
@media only screen and (max-width: 767.499px) {
  .p-information-list__cat {
    font-size: 0.75rem;
    padding: 0.375rem 0.875rem;
  }
}
.p-information-list__cat.--cat-orange {
  background: var(--color-main-orange);
}
.p-information-list__cat.--cat-teal {
  background: var(--color-main-teal);
}
.p-information-list__cat.--cat-blue {
  background: #1D8EF7;
}
.p-information-list__cat.--cat-red {
  background: #FF0000;
}
.p-information-list__arrow {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  align-items: center;
  background: transparent;
  border: 1px solid var(--color-main-orange);
  border-radius: 6.25rem;
  color: var(--color-main-orange);
  display: flex;
  font-family: "Inter", sans-serif;
  font-size: max(0.75rem, 11px);
  font-weight: 400;
  height: 1rem;
  justify-content: center;
  transform: translateY(-50%);
  transition: background 0.2s, color 0.2s;
  width: 1.75rem;
}
@media only screen and (max-width: 767.499px) {
  .p-information-list__arrow {
    display: none;
  }
}
.p-information-list__title {
  color: var(--color-text);
  font-size: max(1rem, 14px);
  font-weight: 400;
  line-height: 1.7;
  transition: color 0.2s;
}
@media only screen and (max-width: 767.499px) {
  .p-information-list__title {
    font-size: 0.875rem;
    padding-left: 0;
  }
}
.p-information-list__empty {
  color: var(--color-text);
  font-size: max(1rem, 14px);
  padding: 2.5rem 0;
  text-align: center;
}

.p-information-pagination {
  padding: 5.125rem 0 1.5rem;
  text-align: center;
}
@media only screen and (max-width: 767.499px) {
  .p-information-pagination {
    padding: 1.875rem 0 0;
  }
}
.p-information-pagination__inner {
  align-items: center;
  display: inline-flex;
  gap: 3.125rem;
}
@media only screen and (max-width: 767.499px) {
  .p-information-pagination__inner {
    gap: 1rem;
  }
}
.p-information-pagination__prev, .p-information-pagination__next {
  align-items: center;
  background: var(--color-bg);
  border: 1px solid var(--color-border);
  border-radius: 0.1875rem;
  color: var(--color-text);
  display: flex;
  font-size: max(1.125rem, 14px);
  font-weight: 500;
  height: 2.875rem;
  justify-content: center;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
  white-space: nowrap;
  width: 6.9375rem;
}
@media only screen and (max-width: 767.499px) {
  .p-information-pagination__prev, .p-information-pagination__next {
    font-size: 0.8125rem;
    height: 2.375rem;
    width: 4.5rem;
  }
}
.p-information-pagination__prev.is-disabled, .p-information-pagination__next.is-disabled {
  cursor: default;
  opacity: 0.35;
  pointer-events: none;
}
@media (hover: hover) {
  .p-information-pagination__prev:hover, .p-information-pagination__next:hover {
    background: var(--color-text);
    border-color: var(--color-text);
    color: var(--color-bg);
  }
}
@media (hover: none) {
  .p-information-pagination__prev:active, .p-information-pagination__next:active {
    background: var(--color-text);
    border-color: var(--color-text);
    color: var(--color-bg);
  }
}
.p-information-pagination__pages {
  align-items: center;
  display: flex;
  gap: 0.875rem;
}
@media only screen and (max-width: 767.499px) {
  .p-information-pagination__pages {
    gap: 0.5rem;
  }
}
.p-information-pagination__page {
  align-items: center;
  background: var(--color-bg);
  border: 1px solid var(--color-border);
  border-radius: 0.1875rem;
  color: var(--color-text);
  display: flex;
  font-size: max(1.125rem, 14px);
  font-weight: 500;
  height: 2.9375rem;
  justify-content: center;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
  width: 2.375rem;
}
@media only screen and (max-width: 767.499px) {
  .p-information-pagination__page {
    font-size: 0.8125rem;
    height: 2.375rem;
    width: 2rem;
  }
}
.p-information-pagination__page.is-current {
  background: var(--color-main-orange);
  border-color: var(--color-main-orange);
  color: var(--color-bg);
  pointer-events: none;
}
@media (hover: hover) {
  .p-information-pagination__page:not(.is-current):hover {
    background: var(--color-text);
    border-color: var(--color-text);
    color: var(--color-bg);
  }
}
@media (hover: none) {
  .p-information-pagination__page:not(.is-current):active {
    background: var(--color-text);
    border-color: var(--color-text);
    color: var(--color-bg);
  }
}
.p-information-pagination__dots {
  color: var(--color-text);
  font-size: max(1.125rem, 14px);
  font-weight: 500;
  line-height: 1;
}
@media only screen and (max-width: 767.499px) {
  .p-information-pagination__dots {
    font-size: 0.8125rem;
  }
}

body.single-information {
  background-image: url("../img/common/bg-orange.png");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 93.9880952381% auto;
}
@media only screen and (max-width: 767.499px) {
  body.single-information {
    background-size: auto;
  }
}
body.single-information .p-page-header {
  aspect-ratio: 168/43.5;
  background-image: none;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  body.single-information .p-page-header {
    aspect-ratio: 168/58;
  }
}
@media only screen and (max-width: 767.499px) {
  body.single-information .p-page-header {
    aspect-ratio: 168/120;
  }
}
body.single-information .p-page-header__title {
  color: var(--color-text);
  font-weight: 400;
  line-height: 2.5rem;
  position: relative;
  -webkit-transform: translateY(2.375rem);
  transform: translateY(2.375rem);
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  body.single-information .p-page-header__title {
    font-size: 2.5rem;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media only screen and (max-width: 767.499px) {
  body.single-information .p-page-header__title {
    font-size: 1.875rem;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
body.single-information .p-page-header__title::after {
  background: var(--color-main-orange);
  bottom: -2.8125rem;
  height: 0.5rem;
  left: -0.3125rem;
  position: absolute;
  width: 3.1875rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  body.single-information .p-page-header__title::after {
    bottom: -1.5625rem;
  }
}
@media only screen and (max-width: 767.499px) {
  body.single-information .p-page-header__title::after {
    bottom: -1.125rem;
    left: 0;
    width: 2.5rem;
  }
}
body.single-information .c-page-breadcrumb__item {
  border-color: #231815;
  color: #231815;
}
body.single-information .c-page-breadcrumb__item a {
  color: #231815;
}
body.single-information .c-page-breadcrumb__item--current {
  background: #231815;
  border-color: #231815;
  color: #fff;
}
body.single-information .l-main {
  padding-bottom: 0;
}

.p-information-article__meta {
  align-items: center;
  display: flex;
  gap: 1.25rem;
  margin-bottom: 3.75rem;
}
@media only screen and (max-width: 767.499px) {
  .p-information-article__meta {
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 2rem;
  }
}
.p-information-article__title {
  color: var(--color-text);
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.5;
  margin: -0.9375rem 0 1.75rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-information-article__title {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-information-article__title {
    font-size: 1.375rem;
    margin-bottom: 1rem;
  }
}
.p-information-article__thumbnail {
  margin-bottom: 2.625rem;
}
@media only screen and (max-width: 767.499px) {
  .p-information-article__thumbnail {
    margin-bottom: 1rem;
  }
}
.p-information-article__thumbnail-img {
  border-radius: 0.625rem;
  display: block;
  height: 16.25rem;
  -o-object-fit: cover;
  object-fit: cover;
  width: 29.875rem;
}
@media only screen and (max-width: 767.499px) {
  .p-information-article__thumbnail-img {
    aspect-ratio: 478/260;
    height: auto;
    width: 100%;
  }
}
.p-information-article__body {
  color: var(--color-text);
  font-size: max(1.125rem, 14px);
  font-weight: 400;
  line-height: 1.9;
  word-break: break-word;
}
@media only screen and (max-width: 767.499px) {
  .p-information-article__body {
    font-size: 0.9375rem;
    line-height: 1.8;
  }
}
.p-information-article__body p {
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 767.499px) {
  .p-information-article__body p {
    margin-bottom: 1rem;
  }
}
.p-information-article__body p:last-child {
  margin-bottom: 0;
}
.p-information-article__body h2 {
  border-left: 0.25rem solid var(--color-main-orange);
  font-size: max(1.75rem, 16px);
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  margin-top: 3.5rem;
  padding-left: 1rem;
}
@media only screen and (max-width: 767.499px) {
  .p-information-article__body h2 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    margin-top: 2.5rem;
  }
}
.p-information-article__body h3 {
  font-size: max(1.375rem, 14px);
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
}
@media only screen and (max-width: 767.499px) {
  .p-information-article__body h3 {
    font-size: 1.0625rem;
    margin-top: 2rem;
  }
}
.p-information-article__body h4 {
  font-size: max(1.125rem, 14px);
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0.75rem;
  margin-top: 2rem;
}
@media only screen and (max-width: 767.499px) {
  .p-information-article__body h4 {
    font-size: 0.9375rem;
  }
}
.p-information-article__body ul,
.p-information-article__body ol {
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}
@media only screen and (max-width: 767.499px) {
  .p-information-article__body ul,
  .p-information-article__body ol {
    margin-bottom: 1rem;
  }
}
.p-information-article__body ul {
  list-style: disc;
}
.p-information-article__body ol {
  list-style: decimal;
}
.p-information-article__body li {
  line-height: 1.8;
  margin-bottom: 0.5rem;
}
.p-information-article__body a {
  color: var(--color-main-orange);
  text-decoration: underline;
}
@media (hover: hover) {
  .p-information-article__body a:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .p-information-article__body a:active {
    opacity: 0.7;
  }
}
.p-information-article__body strong,
.p-information-article__body b {
  font-weight: 700;
}
.p-information-article__body em {
  font-style: italic;
}
.p-information-article__body img {
  display: block;
  height: auto;
  margin: 2rem auto;
  max-width: 100%;
}
@media only screen and (max-width: 767.499px) {
  .p-information-article__body img {
    margin: 1.5rem auto;
  }
}
.p-information-article__body .alignleft {
  float: left;
  margin: 0 1.5rem 1rem 0;
}
@media only screen and (max-width: 767.499px) {
  .p-information-article__body .alignleft {
    float: none;
    margin: 1rem auto;
  }
}
.p-information-article__body .alignright {
  float: right;
  margin: 0 0 1rem 1.5rem;
}
@media only screen and (max-width: 767.499px) {
  .p-information-article__body .alignright {
    float: none;
    margin: 1rem auto;
  }
}
.p-information-article__body .aligncenter {
  display: block;
  margin: 1rem auto;
}
.p-information-article__body table {
  border-collapse: collapse;
  font-size: max(1rem, 14px);
  margin-bottom: 1.5rem;
  width: 100%;
}
@media only screen and (max-width: 767.499px) {
  .p-information-article__body table {
    font-size: 0.8125rem;
  }
}
.p-information-article__body table th,
.p-information-article__body table td {
  border: 1px solid var(--color-border);
  line-height: 1.6;
  padding: 0.625rem 1rem;
  text-align: left;
  vertical-align: middle;
}
.p-information-article__body table th {
  background: var(--color-sub-light-teal);
  font-weight: 500;
}
.p-information-article__body table tr:nth-child(even) td {
  background: var(--color-sub-cream);
}
.p-information-article__body::after {
  clear: both;
  content: "";
  display: table;
}
.p-information-article__nav {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin: 5rem 0 1.125rem;
}
@media only screen and (max-width: 767.499px) {
  .p-information-article__nav {
    gap: 0.625rem;
    margin: 3rem 0 0;
  }
}
.p-information-article__nav-prev, .p-information-article__nav-next {
  flex: 1;
}
.p-information-article__nav-next {
  text-align: right;
}
.p-information-article__nav-link {
  align-items: center;
  background: var(--color-bg);
  border: 1px solid var(--color-border);
  border-radius: 0.1875rem;
  color: var(--color-text);
  display: inline-flex;
  font-size: max(1.125rem, 14px);
  font-weight: 500;
  height: 2.9375rem;
  justify-content: center;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
  white-space: nowrap;
  width: 6.9375rem;
}
@media only screen and (max-width: 767.499px) {
  .p-information-article__nav-link {
    font-size: 0.8125rem;
    height: 2.5rem;
    width: 5rem;
  }
}
@media (hover: hover) {
  .p-information-article__nav-link:hover {
    color: var(--color-main-orange);
  }
}
@media (hover: none) {
  .p-information-article__nav-link:active {
    color: var(--color-main-orange);
  }
}
.p-information-article__nav-link.is-disabled {
  cursor: default;
  opacity: 0.35;
  pointer-events: none;
}
.p-information-article__nav-back {
  align-items: center;
  background: var(--color-main-orange);
  border-radius: 0.1875rem;
  color: #fff;
  display: flex;
  flex-shrink: 0;
  font-size: max(1.125rem, 14px);
  font-weight: 500;
  height: 2.9375rem;
  justify-content: center;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  white-space: nowrap;
  width: 11.875rem;
}
@media only screen and (max-width: 767.499px) {
  .p-information-article__nav-back {
    font-size: 0.8125rem;
    height: 2.5rem;
    width: 8.125rem;
  }
}
@media (hover: hover) {
  .p-information-article__nav-back:hover {
    background: var(--color-bg);
    box-shadow: inset 0 0 0 1px var(--color-main-orange);
    color: var(--color-main-orange);
  }
}
@media (hover: none) {
  .p-information-article__nav-back:active {
    background: var(--color-bg);
    box-shadow: inset 0 0 0 1px var(--color-main-orange);
    color: var(--color-main-orange);
  }
}

body.page-medical-check .l-main {
  padding-bottom: 0;
}
body.page-medical-check .p-page-header {
  background-image: url("../img/page/medical-check/fv.jpg");
}
body.page-medical-check .p-page-header__title::after {
  background: var(--color-main-teal);
}

.p-medical-check-lists {
  padding: 5rem 0 8rem;
}
@media only screen and (max-width: 767.499px) {
  .p-medical-check-lists {
    padding: 3.75rem 0 3.125rem;
  }
}
.p-medical-check-lists__inner {
  display: flex;
  flex-direction: column;
  gap: 4.375rem;
  margin: 0 auto;
  width: 75rem;
}
@media only screen and (min-width: 1051px) and (max-width: 1299px) {
  .p-medical-check-lists__inner {
    width: 93%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-medical-check-lists__inner {
    width: 93%;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-medical-check-lists__inner {
    gap: 3.125rem;
    width: 93%;
  }
}
.p-medical-check-lists__heading {
  color: var(--color-text);
  font-size: 2.5rem;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 4.5rem;
  padding-bottom: 1.125rem;
  position: relative;
}
.p-medical-check-lists__heading::after {
  background: var(--color-main-teal);
  bottom: 0;
  content: "";
  height: 0.5rem;
  left: 0;
  position: absolute;
  width: 3.1875rem;
}
@media only screen and (max-width: 767.499px) {
  .p-medical-check-lists__heading {
    font-size: 1.375rem;
    margin-bottom: 1.25rem;
    padding-bottom: 0.875rem;
  }
  .p-medical-check-lists__heading::after {
    width: 2.5rem;
  }
}
.p-medical-check-lists__grid {
  display: -ms-grid;
  display: grid;
  gap: 1.875rem;
  -ms-grid-columns: 1fr 1.875rem 1fr 1.875rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-medical-check-lists__grid {
    -webkit-column-gap: 0.9375rem;
    -moz-column-gap: 0.9375rem;
    column-gap: 0.9375rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-medical-check-lists__grid {
    gap: 0.9375rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.p-medical-check-lists__item {
  display: flex;
}
.p-medical-check-lists__btn {
  align-items: center;
  background: #F1FFFC;
  border: 0.0625rem solid var(--color-main-teal);
  border-radius: 0.625rem;
  box-sizing: border-box;
  display: flex;
  height: 5.5rem;
  justify-content: space-between;
  text-decoration: none;
  transition: background-color 0.2s ease;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-medical-check-lists__btn {
    height: 4.6875rem;
  }
}
@media (hover: hover) {
  .p-medical-check-lists__btn:hover {
    background: var(--color-main-teal);
  }
  .p-medical-check-lists__btn:hover .p-medical-check-lists__btn-text {
    color: #fff;
  }
  .p-medical-check-lists__btn:hover .p-medical-check-lists__btn-arrow {
    color: #fff;
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
}
@media (hover: none) {
  .p-medical-check-lists__btn:active {
    background: var(--color-main-teal);
  }
  .p-medical-check-lists__btn:active .p-medical-check-lists__btn-text {
    color: #fff;
  }
  .p-medical-check-lists__btn:active .p-medical-check-lists__btn-arrow {
    color: #fff;
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
}
@media only screen and (max-width: 767.499px) {
  .p-medical-check-lists__btn {
    height: 4.5rem;
  }
}
.p-medical-check-lists__btn-text {
  color: var(--color-text);
  font-size: max(1.25rem, 16px);
  font-weight: 500;
  line-height: normal;
  padding-left: 1.25rem;
  transition: color 0.2s ease;
}
@media only screen and (max-width: 767.499px) {
  .p-medical-check-lists__btn-text {
    font-size: 1rem;
  }
}
.p-medical-check-lists__btn-arrow {
  color: var(--color-text);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  padding-right: 1.25rem;
  transition: color 0.2s ease, -webkit-transform 0.4s ease;
  transition: color 0.2s ease, transform 0.4s ease;
  transition: color 0.2s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
}

body.single-medical-check {
  background-image: url("../img/common/bg-teal.png");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 93.9880952381% auto;
}
@media only screen and (max-width: 767.499px) {
  body.single-medical-check {
    background-image: none;
  }
}
@media only screen and (max-width: 767.499px) {
  body.single-medical-check .p-higaeridock-body {
    background-image: url("../img/common/bg-teal.png");
  }
}
body.single-medical-check .l-main {
  padding-bottom: 0;
}
body.single-medical-check .p-dock-notice {
  padding-bottom: 8.5625rem;
}
@media only screen and (max-width: 767.499px) {
  body.single-medical-check .p-dock-notice {
    padding-bottom: 3.75rem;
  }
}
body.single-medical-check .c-page-breadcrumb__item {
  border-color: #231815;
  color: #231815;
}
body.single-medical-check .c-page-breadcrumb__item a {
  color: #231815;
}
body.single-medical-check .c-page-breadcrumb__item--current {
  background: #231815;
  border-color: #231815;
  color: #fff;
}
body.single-medical-check .p-higaeridock__page-title::after {
  background: var(--color-main-teal);
}
body.single-medical-check .p-higaeridock__intro-heading::after {
  background: var(--color-main-teal);
}
body.single-medical-check .p-higaeridock-flow__heading::after {
  background: var(--color-main-teal);
}
body.single-medical-check .p-higaeridock-tabs__btn {
  border-color: #36C7A8;
  color: #36C7A8;
}
body.single-medical-check .p-higaeridock-tabs__btn.is-active {
  background: #36C7A8;
  color: #fff;
}
@media (hover: hover) {
  body.single-medical-check .p-higaeridock-tabs__btn:hover {
    background: #36C7A8;
    color: #fff;
  }
}
@media (hover: none) {
  body.single-medical-check .p-higaeridock-tabs__btn:active {
    background: #36C7A8;
    color: #fff;
  }
}
body.single-medical-check .p-higaeridock-flow__num {
  color: var(--color-main-teal);
}
body.single-medical-check .p-higaeridock-course__badge {
  background: var(--color-main-teal);
}
body.single-medical-check .p-higaeridock-flow__note::before {
  background: #36C7A8;
}
body.single-medical-check .p-higaeridock-flow__callout {
  background: var(--color-sub-light-teal);
}
body.single-medical-check .p-higaeridock-flow__callout-heading {
  color: var(--color-sub-dark-teal);
}
@media only screen and (min-width: 1051px) {
  body.single-medical-check .p-higaeridock-tabs__inner {
    gap: 1.75rem;
  }
}
body.single-medical-check .p-higaeridock-tabs__inner {
  justify-content: flex-start;
}
body.single-medical-check .p-dock-sidebar__item.is-active .p-dock-sidebar__link {
  color: #36C7A8;
}
body.single-medical-check .p-dock-sidebar__item.is-active .p-dock-sidebar__link::before {
  background: #36C7A8;
}
@media (hover: hover) {
  body.single-medical-check .p-dock-sidebar__item:not(.is-active) .p-dock-sidebar__link:hover {
    color: var(--color-main-teal);
  }
}
@media (hover: none) {
  body.single-medical-check .p-dock-sidebar__item:not(.is-active) .p-dock-sidebar__link:active {
    color: var(--color-main-teal);
  }
}

.p-higaeridock-course__section-note {
  color: var(--color-text);
  font-size: max(0.9375rem, 14px);
  font-weight: 400;
  line-height: 1.9;
  margin-top: 1rem;
  padding-left: 2.375rem;
  position: relative;
}
.p-higaeridock-course__section-note::before {
  background: #36C7A8;
  border-radius: 50%;
  content: "";
  height: 0.625rem;
  left: 0.375rem;
  position: absolute;
  top: 0.6875rem;
  width: 0.625rem;
}
@media only screen and (max-width: 767.499px) {
  .p-higaeridock-course__section-note {
    font-size: 0.875rem;
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}

.p-mc-table {
  padding-top: 4.1875rem;
}
@media only screen and (max-width: 767.499px) {
  .p-mc-table {
    padding-top: 2.5rem;
  }
}
.p-mc-table__heading {
  color: var(--color-text);
  font-size: max(2.5rem, 25px);
  font-weight: 500;
  line-height: normal;
  margin: 0 0 2.875rem;
  padding: 0 0 1.25rem;
  position: relative;
}
.p-mc-table__heading::after {
  background: var(--color-main-teal);
  bottom: -1rem;
  content: "";
  height: 0.5rem;
  left: 0;
  position: absolute;
  width: 3.1875rem;
}
@media only screen and (max-width: 767.499px) {
  .p-mc-table__heading {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    padding: 0 0.9375rem 1rem;
  }
  .p-mc-table__heading::after {
    left: 1rem;
  }
}
.p-mc-table__lead {
  color: var(--color-text);
  font-size: max(0.9375rem, 13px);
  font-weight: 400;
  line-height: 190%;
  margin: 0 0 1.875rem;
}
@media only screen and (max-width: 767.499px) {
  .p-mc-table__lead {
    font-size: 0.8125rem;
    margin-bottom: 1.25rem;
    padding: 0 0.9375rem;
  }
}
.p-mc-table__wrap {
  overflow-x: auto;
  padding-bottom: 0.0625rem;
}
@media only screen and (max-width: 767.499px) {
  .p-mc-table__wrap {
    padding: 0 0.9375rem 0.0625rem;
  }
}
.p-mc-table__body {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
.p-mc-table__body td {
  border: 0.0625rem solid var(--color-border);
  color: var(--color-text);
  font-size: max(0.9375rem, 13px);
  font-weight: 400;
  line-height: 190%;
  padding: 1rem 1.25rem;
  vertical-align: top;
  width: 25%;
}
@media only screen and (max-width: 767.499px) {
  .p-mc-table__body td {
    font-size: 0.8125rem;
    line-height: 140%;
    padding: 0.75rem 0.625rem;
  }
}

body.page-voice {
  background-image: url("../img/common/bg-orange.png");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 93.9880952381% auto;
}
@media only screen and (max-width: 767.499px) {
  body.page-voice {
    background-size: auto;
  }
}
body.page-voice .p-page-header {
  aspect-ratio: 168/43.5;
  background-image: none;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  body.page-voice .p-page-header {
    aspect-ratio: 168/77;
  }
}
@media only screen and (max-width: 767.499px) {
  body.page-voice .p-page-header {
    aspect-ratio: 168/106;
  }
}
body.page-voice .p-page-header__inner {
  align-items: center;
  display: flex;
  gap: 3.75rem;
  justify-content: space-between;
}
@media only screen and (min-width: 1051px) {
  body.page-voice .p-page-header__inner {
    padding-right: 15rem;
    padding-top: 8.25rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  body.page-voice .p-page-header__inner {
    gap: 1.875rem;
    padding-right: 3.125rem;
    padding-top: 0;
  }
}
body.page-voice .p-page-header__title {
  color: #231815;
}
body.page-voice .p-page-header__title::after {
  bottom: -0.4375rem;
}
body.page-voice .c-page-breadcrumb__item {
  border-color: #231815;
  color: #231815;
}
body.page-voice .c-page-breadcrumb__item a {
  color: #231815;
}
body.page-voice .c-page-breadcrumb__item--current {
  background: #231815;
  border-color: #231815;
  color: #fff;
}
body.page-voice .p-page-header .c-page-breadcrumb {
  bottom: 0.125rem;
}
body.page-voice .l-main {
  padding-bottom: 0;
}

.p-voice-header__desc {
  color: #000;
  font-size: max(1.125rem, 14px);
  font-weight: 400;
  line-height: 1.9;
  margin: 0;
  width: 43.75rem;
  -webkit-transform: translateY(1.9375rem);
  transform: translateY(1.9375rem);
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-voice-header__desc {
    font-size: 1rem;
    width: 25rem;
  }
}

.p-voice-sp-intro {
  padding: 1.5rem 0.9375rem 1.875rem;
}
.p-voice-sp-intro__text {
  color: var(--color-text);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.9;
  margin: 0;
}

.p-voice-accordion-section {
  padding: 5.25rem 0 7.625rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-voice-accordion-section {
    padding-bottom: 6.25rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-voice-accordion-section {
    padding: 2.5rem 0 3.75rem;
  }
}
.p-voice-accordion-section__inner {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 75rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-voice-accordion-section__inner {
    width: 93%;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-voice-accordion-section__inner {
    width: 93%;
  }
}

.p-voice-accordion {
  margin-bottom: 2.5rem;
}
.p-voice-accordion:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767.499px) {
  .p-voice-accordion {
    margin-bottom: 1.25rem;
  }
}
.p-voice-accordion__head {
  align-items: center;
  background: var(--color-sub-cream);
  border: 1px solid var(--color-sub-cream);
  border-radius: 0.625rem;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  gap: 2.5rem;
  justify-content: space-between;
  padding: 2.5rem;
  transition: border-radius 0.3s ease;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-voice-accordion__head {
    gap: 1.25rem;
    padding: 1.5rem 1.25rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-voice-accordion__head {
    gap: 0.75rem;
    padding: 1.25rem;
  }
}
.p-voice-accordion__head-left {
  align-items: flex-start;
  display: flex;
  flex: 1;
  min-width: 0;
}
@media only screen and (max-width: 767.499px) {
  .p-voice-accordion__head-left {
    flex-direction: column;
  }
}
.p-voice-accordion__date {
  color: #000;
  flex-shrink: 0;
  font-size: max(1rem, 14px);
  font-weight: 500;
  line-height: 1.9;
  margin-right: 1.8125rem;
  -webkit-transform: translateY(-0.4375rem);
  transform: translateY(-0.4375rem);
}
@media only screen and (max-width: 767.499px) {
  .p-voice-accordion__date {
    font-size: 0.8125rem;
    margin-right: 0.75rem;
  }
}
.p-voice-accordion__items {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.75rem;
  list-style: none;
  margin: 0;
  min-width: 0;
  padding: 0;
}
@media only screen and (max-width: 767.499px) {
  .p-voice-accordion__items {
    gap: 0.5rem;
  }
}
.p-voice-accordion__item {
  align-items: flex-start;
  display: flex;
}
.p-voice-accordion__item--extra {
  margin-top: 0.675rem;
}
@media only screen and (max-width: 767.499px) {
  .p-voice-accordion__item--extra {
    margin-top: 0.3125rem;
  }
}
.p-voice-accordion__dot {
  aspect-ratio: 1/1;
  background: var(--color-main-orange);
  border-radius: 50%;
  flex-shrink: 0;
  margin-right: 0.625rem;
  margin-top: 0.1875rem;
  width: 0.625rem;
}
@media only screen and (max-width: 767.499px) {
  .p-voice-accordion__dot {
    margin-right: 0.625rem;
    margin-top: 0.375rem;
    width: 0.5rem;
  }
}
.p-voice-accordion__title {
  color: #000;
  font-size: max(1.125rem, 14px);
  font-weight: 500;
  line-height: 1.9;
  margin: -0.675rem 0;
}
@media only screen and (max-width: 767.499px) {
  .p-voice-accordion__title {
    font-size: 0.875rem;
    margin: -0.3125rem 0;
  }
}
.p-voice-accordion__btn {
  align-items: center;
  background: var(--color-main-orange);
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  height: 2.5rem;
  justify-content: center;
  margin-left: 1rem;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 2.5rem;
}
@media only screen and (max-width: 767.499px) {
  .p-voice-accordion__btn {
    height: 2rem;
    margin-left: 0;
    width: 2rem;
  }
}
.p-voice-accordion__arrow {
  color: #fff;
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media only screen and (max-width: 767.499px) {
  .p-voice-accordion__arrow {
    font-size: 0.875rem;
  }
}
.p-voice-accordion__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 0fr;
  grid-template-rows: 0fr;
  opacity: 0;
  overflow: hidden;
  transition: grid-template-rows 0.5s ease, opacity 0.3s ease;
  transition: grid-template-rows 0.5s ease, opacity 0.3s ease, -ms-grid-rows 0.5s ease;
}
.p-voice-accordion__body-inner {
  min-height: 0;
}
.p-voice-accordion__content {
  align-items: flex-start;
  background: #F1FFFC;
  border-radius: 0.625rem;
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
  margin: 1.875rem auto 0;
  padding: 1.875rem 2.5rem;
  width: 95.8333333333%;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-voice-accordion__content {
    flex-direction: column;
    gap: 0.625rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-voice-accordion__content {
    flex-direction: column;
    gap: 0.625rem;
    margin-top: 1.25rem;
    padding: 1.25rem 0.9375rem;
    width: 100%;
  }
}
.p-voice-accordion__response-label {
  color: var(--color-sub-dark-teal);
  flex-shrink: 0;
  font-size: max(1.25rem, 14px);
  font-weight: 700;
  line-height: normal;
  margin: 0;
}
@media only screen and (max-width: 767.499px) {
  .p-voice-accordion__response-label {
    font-size: 1rem;
  }
}
.p-voice-accordion__response-body {
  color: var(--color-text);
  font-size: max(1.125rem, 14px);
  font-weight: 400;
  line-height: 1.9;
  margin: 0;
}
@media only screen and (max-width: 767.499px) {
  .p-voice-accordion__response-body {
    font-size: 0.875rem;
  }
}
.p-voice-accordion.is-open {
  margin-bottom: 3.4375rem;
}
@media only screen and (max-width: 767.499px) {
  .p-voice-accordion.is-open {
    margin-bottom: 1.875rem;
  }
}
.p-voice-accordion.is-open .p-voice-accordion__head {
  border-radius: 0.625rem 0.625rem 0 0;
}
.p-voice-accordion.is-open .p-voice-accordion__arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.p-voice-accordion.is-open .p-voice-accordion__body {
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  opacity: 1;
}

.p-voice-pagination {
  padding: 4.375rem 0 1.5rem;
  text-align: center;
}
@media only screen and (max-width: 767.499px) {
  .p-voice-pagination {
    padding: 1.875rem 0 0;
  }
}
.p-voice-pagination__inner {
  align-items: center;
  display: inline-flex;
  gap: 3.125rem;
}
@media only screen and (max-width: 767.499px) {
  .p-voice-pagination__inner {
    gap: 1rem;
  }
}
.p-voice-pagination__prev, .p-voice-pagination__next {
  align-items: center;
  background: var(--color-bg);
  border: 1px solid var(--color-border);
  border-radius: 0.1875rem;
  color: var(--color-text);
  display: flex;
  font-size: max(1.125rem, 14px);
  font-weight: 500;
  height: 2.875rem;
  justify-content: center;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
  white-space: nowrap;
  width: 6.9375rem;
}
@media only screen and (max-width: 767.499px) {
  .p-voice-pagination__prev, .p-voice-pagination__next {
    font-size: 0.8125rem;
    height: 2.375rem;
    width: 4.5rem;
  }
}
.p-voice-pagination__prev.is-disabled, .p-voice-pagination__next.is-disabled {
  cursor: default;
  opacity: 0.35;
  pointer-events: none;
}
@media (hover: hover) {
  .p-voice-pagination__prev:hover, .p-voice-pagination__next:hover {
    background: var(--color-text);
    border-color: var(--color-text);
    color: var(--color-bg);
  }
}
@media (hover: none) {
  .p-voice-pagination__prev:active, .p-voice-pagination__next:active {
    background: var(--color-text);
    border-color: var(--color-text);
    color: var(--color-bg);
  }
}
.p-voice-pagination__pages {
  align-items: center;
  display: flex;
  gap: 0.875rem;
}
@media only screen and (max-width: 767.499px) {
  .p-voice-pagination__pages {
    gap: 0.5rem;
  }
}
.p-voice-pagination__page {
  align-items: center;
  background: var(--color-bg);
  border: 1px solid var(--color-border);
  border-radius: 0.1875rem;
  color: var(--color-text);
  display: flex;
  font-size: max(1.125rem, 14px);
  font-weight: 500;
  height: 2.9375rem;
  justify-content: center;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
  width: 2.375rem;
}
@media only screen and (max-width: 767.499px) {
  .p-voice-pagination__page {
    font-size: 0.8125rem;
    height: 2.375rem;
    width: 2rem;
  }
}
.p-voice-pagination__page.is-current {
  background: var(--color-main-orange);
  border-color: var(--color-main-orange);
  color: var(--color-bg);
  pointer-events: none;
}
@media (hover: hover) {
  .p-voice-pagination__page:not(.is-current):hover {
    background: var(--color-text);
    border-color: var(--color-text);
    color: var(--color-bg);
  }
}
@media (hover: none) {
  .p-voice-pagination__page:not(.is-current):active {
    background: var(--color-text);
    border-color: var(--color-text);
    color: var(--color-bg);
  }
}
.p-voice-pagination__dots {
  color: var(--color-text);
  font-size: max(1.125rem, 14px);
  font-weight: 500;
  line-height: 1;
}
@media only screen and (max-width: 767.499px) {
  .p-voice-pagination__dots {
    font-size: 0.8125rem;
  }
}

body.page-higaeridock,
body.single-dock {
  background-image: url("../img/common/bg-orange.png");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 93.9880952381% auto;
}
@media only screen and (max-width: 767.499px) {
  body.page-higaeridock,
  body.single-dock {
    background-image: none;
  }
}
body.page-higaeridock .c-page-breadcrumb__item,
body.single-dock .c-page-breadcrumb__item {
  border-color: #231815;
  color: #231815;
}
body.page-higaeridock .c-page-breadcrumb__item a,
body.single-dock .c-page-breadcrumb__item a {
  color: #231815;
}
body.page-higaeridock .c-page-breadcrumb__item--current,
body.single-dock .c-page-breadcrumb__item--current {
  background: #231815;
  border-color: #231815;
  color: #fff;
}
body.page-higaeridock .l-main,
body.single-dock .l-main {
  padding-bottom: 0;
}
body.page-higaeridock .p-dock-notice,
body.single-dock .p-dock-notice {
  padding-bottom: 8.5625rem;
}
@media only screen and (max-width: 767.499px) {
  body.page-higaeridock .p-dock-notice,
  body.single-dock .p-dock-notice {
    padding-bottom: 3.75rem;
  }
}

.p-higaeridock-body {
  padding: 14.0625rem 0 7.25rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-higaeridock-body {
    overflow-x: hidden;
    padding: 6.0625rem 0 6.25rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-higaeridock-body {
    background-image: url("../img/common/bg-orange.png");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: auto;
    padding: 3.625rem 0 3.75rem;
    padding-bottom: 3.75rem;
  }
}
.p-higaeridock-body__inner {
  align-items: flex-start;
  display: flex;
  gap: 1.5625rem;
  margin: 0 auto;
  width: 75rem;
}
@media only screen and (min-width: 1051px) and (max-width: 1299px) {
  .p-higaeridock-body__inner {
    width: 80%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-higaeridock-body__inner {
    width: 93%;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-higaeridock-body__inner {
    flex-direction: column;
    gap: 0;
    width: 100%;
  }
}

.p-higaeridock__sp-top {
  padding: 1.5rem 0.9375rem 0;
}
.p-higaeridock__sp-top .p-higaeridock__breadcrumb {
  padding-left: 0;
  padding-right: 0;
}

.p-higaeridock__right {
  flex: 1;
  min-width: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-higaeridock__right {
    width: 100%;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-higaeridock__right {
    width: 100%;
  }
}

.p-higaeridock__page-header {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 1.875rem;
  justify-content: space-between;
  min-height: 10.6875rem;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-higaeridock__page-header {
    flex-direction: column;
    margin-bottom: 0.9375rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-higaeridock__page-header {
    border-bottom: none;
    flex-direction: column;
    padding: 1.5rem 0.9375rem 1.75rem;
  }
}

.p-higaeridock__page-header-img {
  aspect-ratio: 600/423;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 37.5rem;
  -webkit-transform: translate(1.125rem, 3.125rem);
  transform: translate(1.125rem, 3.125rem);
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-higaeridock__page-header-img {
    margin-left: auto;
    order: 1;
    position: relative;
    right: auto;
    top: auto;
    -webkit-transform: none;
    transform: none;
    width: 80%;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-higaeridock__page-header-img {
    display: block;
    margin-left: auto;
    position: relative;
    right: auto;
    top: auto;
    -webkit-transform: none;
    transform: none;
    width: 80%;
  }
}

.p-higaeridock__page-header:has(.p-higaeridock__page-header-img) {
  min-height: 21.875rem;
}
.p-higaeridock__page-header:has(.p-higaeridock__page-header-img) .p-higaeridock__page-title {
  max-width: 26.9375rem;
}
.p-higaeridock__page-header:has(.p-higaeridock__page-header-img) .p-higaeridock__page-desc {
  width: 26.9375rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-higaeridock__page-header:has(.p-higaeridock__page-header-img) {
    min-height: unset;
  }
}

.p-higaeridock__page-header:has(.p-higaeridock__page-header-img) + .p-higaeridock__breadcrumb {
  -webkit-transform: translateY(-8rem);
  transform: translateY(-8rem);
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-higaeridock__page-header:has(.p-higaeridock__page-header-img) + .p-higaeridock__breadcrumb {
    -webkit-transform: translateY(-0.9375rem);
    transform: translateY(-0.9375rem);
  }
}

.p-higaeridock__page-title {
  color: var(--color-text);
  flex-shrink: 0;
  font-size: max(3rem, 30px);
  font-weight: 400;
  margin: 0;
  max-width: 27.5rem;
  padding: 0 0 1.25rem;
  position: relative;
}
.p-higaeridock__page-title::after {
  background: var(--color-main-orange);
  bottom: -0.4375rem;
  content: "";
  height: 0.5rem;
  left: 0;
  position: absolute;
  width: 3.1875rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-higaeridock__page-title {
    margin-bottom: 2.1875rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-higaeridock__page-title {
    font-size: 1.875rem;
    margin-bottom: 3.5625rem;
    padding-bottom: 1rem;
  }
  .p-higaeridock__page-title::after {
    width: 2.5rem;
  }
}

.p-higaeridock__page-desc {
  color: var(--color-text);
  flex-shrink: 0;
  font-size: max(1.125rem, 14px);
  font-weight: 400;
  line-height: 190%;
  margin: 0;
  max-width: 29.375rem;
}
@media only screen and (min-width: 1051px) and (max-width: 1299px) {
  .p-higaeridock__page-desc {
    max-width: 37.5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-higaeridock__page-desc {
    width: 100%;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-higaeridock__page-desc {
    font-size: 0.875rem;
    line-height: 1.9;
    padding: 1.875rem 0.9375rem 1.5rem;
    width: 100%;
  }
}

.p-higaeridock__breadcrumb {
  padding: 0.3125rem 0 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-higaeridock__breadcrumb {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-higaeridock__breadcrumb {
    padding: 1rem 0.9375rem;
  }
}

.p-higaeridock__intro + .p-higaeridock__main {
  padding-top: 0;
}

.p-higaeridock__main {
  padding-top: 7.3125rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-higaeridock__main {
    padding-top: 1.875rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-higaeridock__main {
    padding-top: 1.875rem;
  }
}

.p-higaeridock__intro {
  -webkit-transform: translateY(-1.9375rem);
  transform: translateY(-1.9375rem);
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-higaeridock__intro {
    -webkit-transform: none;
    transform: none;
  }
}

.p-higaeridock__intro-heading {
  color: var(--color-text);
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 2.5rem;
  margin: 0 0 1.25rem;
  padding-bottom: 1.25rem;
  position: relative;
}
.p-higaeridock__intro-heading::after {
  background: var(--color-main-orange);
  bottom: 0;
  content: "";
  height: 0.5rem;
  left: 0;
  position: absolute;
  width: 3.1875rem;
}
@media only screen and (max-width: 767.499px) {
  .p-higaeridock__intro-heading {
    font-size: 1.375rem;
    padding: 3.75rem 0.9375rem 1rem;
  }
  .p-higaeridock__intro-heading::after {
    left: 0.9375rem;
    width: 2.5rem;
  }
}

.p-higaeridock__intro-text {
  color: var(--color-text);
  font-size: max(1rem, 14px);
  font-weight: 400;
  line-height: 1.9;
}
@media only screen and (max-width: 767.499px) {
  .p-higaeridock__intro-text {
    font-size: 0.875rem;
    padding: 0 0.9375rem 0;
  }
}

.p-dock-sidebar {
  flex-shrink: 0;
  width: 14.6875rem;
}
@media only screen and (min-width: 1051px) and (max-width: 1299px) {
  .p-dock-sidebar {
    width: 12.5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-dock-sidebar {
    width: 12.5rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-dock-sidebar {
    display: none;
  }
}
.p-dock-sidebar__title {
  color: var(--color-text);
  font-size: max(1.75rem, 18px);
  font-weight: 500;
  line-height: normal;
  margin: 0 0 3.25rem;
}
@media only screen and (max-width: 767.499px) {
  .p-dock-sidebar__title {
    display: none;
  }
}
.p-dock-sidebar__list {
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0;
}
@media only screen and (max-width: 767.499px) {
  .p-dock-sidebar__list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1.25rem;
    padding: 0 0.9375rem;
  }
}
.p-dock-sidebar__item:not(.is-active) .p-dock-sidebar__link:hover {
  color: var(--color-main-orange);
}
.p-dock-sidebar__item.is-active .p-dock-sidebar__link {
  color: var(--color-main-orange);
}
@media only screen and (max-width: 767.499px) {
  .p-dock-sidebar__item.is-active .p-dock-sidebar__link {
    border: none;
    border-radius: 0;
    padding: 0;
  }
}
.p-dock-sidebar__item.is-active .p-dock-sidebar__link::before {
  align-items: center;
  background: var(--color-main-orange);
  border-radius: 50%;
  color: #fff;
  content: "→";
  display: inline-flex;
  flex-shrink: 0;
  font-size: max(0.625rem, 10px);
  font-weight: 400;
  height: 1.5625rem;
  justify-content: center;
  line-height: 1;
  width: 1.5625rem;
}
.p-dock-sidebar__link {
  align-items: center;
  color: var(--color-text);
  display: flex;
  font-size: max(1.125rem, 14px);
  font-weight: 500;
  gap: 0.5rem;
  line-height: 1.4;
  padding-bottom: 1.6875rem;
  text-decoration: none;
  transition: color 0.3s;
}
@media only screen and (max-width: 767.499px) {
  .p-dock-sidebar__link {
    border: 1px solid var(--color-border);
    border-radius: 0.25rem;
    font-size: 0.875rem;
    padding: 0.375rem 0.875rem;
    padding-bottom: 0;
  }
}
.p-dock-sidebar__category {
  margin: rrem(10 0);
}
.p-dock-sidebar__category:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 767.499px) {
  .p-dock-sidebar__category {
    margin-bottom: 0.5rem;
  }
}
.p-dock-sidebar__category-label {
  background: #36C7A8;
  border-radius: 0.25rem;
  color: #fff;
  display: block;
  font-size: max(1.125rem, 14px);
  font-weight: 700;
  line-height: normal;
  margin-bottom: 1.75rem;
  padding: 0.25rem 0;
  text-align: center;
  width: 11.4375rem;
}
@media only screen and (max-width: 767.499px) {
  .p-dock-sidebar__category-label {
    font-size: 0.9375rem;
    margin: 0 0.9375rem 0.75rem;
    padding: 0.5rem 0;
    width: auto;
  }
}
.p-dock-sidebar__ctas {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media only screen and (max-width: 767.499px) {
  .p-dock-sidebar__ctas {
    flex-direction: row;
    gap: 1.5rem;
    padding: 0 0.9375rem;
  }
}
.p-dock-sidebar__cta {
  align-items: center;
  border: 0.0625rem solid transparent;
  border-radius: 0.625rem;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  font-size: max(1rem, 14px);
  font-weight: 400;
  height: 5.75rem;
  justify-content: center;
  letter-spacing: 0.1rem;
  line-height: 1.4375rem;
  text-align: center;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  width: 11.4375rem;
}
.p-dock-sidebar__cta.--teal {
  background: #36C7A8;
  border-color: #36C7A8;
}
@media (hover: hover) {
  .p-dock-sidebar__cta.--teal:hover {
    background: #fff;
    color: #36C7A8;
  }
}
@media (hover: none) {
  .p-dock-sidebar__cta.--teal:active {
    background: #fff;
    color: #36C7A8;
  }
}
.p-dock-sidebar__cta.--orange {
  background: var(--color-main-orange);
  border-color: var(--color-main-orange);
}
@media (hover: hover) {
  .p-dock-sidebar__cta.--orange:hover {
    background: #fff;
    color: var(--color-main-orange);
  }
}
@media (hover: none) {
  .p-dock-sidebar__cta.--orange:active {
    background: #fff;
    color: var(--color-main-orange);
  }
}
@media only screen and (max-width: 767.499px) {
  .p-dock-sidebar__cta {
    flex: 1;
    font-size: 0.875rem;
    height: 3.75rem;
    letter-spacing: 0.0875rem;
    width: auto;
  }
}

.p-higaeridock-tabs {
  width: 100%;
}
@media only screen and (min-width: 1051px) and (max-width: 1299px) {
  .p-higaeridock-tabs {
    margin: auto;
    width: 90%;
  }
}
.p-higaeridock-tabs__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 1.75rem;
  justify-content: flex-start;
  padding: 0 0.5rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-higaeridock-tabs__inner {
    gap: 0.625rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-higaeridock-tabs__inner {
    gap: 0.625rem;
  }
}
.p-higaeridock-tabs__btn {
  align-items: center;
  background: #fff;
  border: 0.0625rem solid var(--color-main-orange);
  border-radius: 6.25rem;
  box-sizing: border-box;
  color: var(--color-main-orange);
  display: flex;
  font-size: max(1.25rem, 14px);
  font-weight: 700;
  height: 3.6875rem;
  justify-content: center;
  line-height: normal;
  padding: 0 2.8125rem;
  text-align: center;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease;
}
.p-higaeridock-tabs__btn.is-active {
  background: var(--color-main-orange);
  color: #fff;
}
@media (hover: hover) {
  .p-higaeridock-tabs__btn:hover {
    background: var(--color-main-orange);
    color: #fff;
  }
}
@media (hover: none) {
  .p-higaeridock-tabs__btn:active {
    background: var(--color-main-orange);
    color: #fff;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-higaeridock-tabs__btn {
    font-size: 0.8125rem;
    height: 2.75rem;
    padding: 0 0.75rem;
  }
}

.p-higaeridock-flow {
  padding-top: 5.1875rem;
}
@media only screen and (max-width: 767.499px) {
  .p-higaeridock-flow {
    padding-top: 2.5rem;
  }
}
.p-higaeridock-flow__heading {
  color: var(--color-text);
  font-size: max(2.5rem, 25px);
  font-weight: 500;
  line-height: normal;
  margin: 0 0 2.875rem;
  padding: 0 0 1.25rem 0;
  position: relative;
}
.p-higaeridock-flow__heading::after {
  background: var(--color-main-orange);
  bottom: -1rem;
  content: "";
  height: 0.5rem;
  left: 0;
  position: absolute;
  width: 3.1875rem;
}
@media only screen and (max-width: 767.499px) {
  .p-higaeridock-flow__heading {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    padding: 0 0.9375rem 1rem;
  }
  .p-higaeridock-flow__heading::after {
    left: 1rem;
  }
}
.p-higaeridock-flow__list {
  list-style: none;
  margin: 0 0 1.875rem;
}
@media only screen and (max-width: 767.499px) {
  .p-higaeridock-flow__list {
    margin-bottom: 1.5rem;
    padding-top: 0.9375rem;
  }
}
.p-higaeridock-flow__item {
  align-items: center;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-top: 0.0625rem solid var(--color-border);
  display: flex;
  gap: 18.75rem;
  padding: 1.25rem 1.875rem 1.25rem 2.1875rem;
}
.p-higaeridock-flow__item:last-child {
  border-bottom: 0.0625rem solid var(--color-border);
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-higaeridock-flow__item {
    gap: 1.875rem;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-higaeridock-flow__item {
    align-items: flex-start;
    flex-direction: column;
    gap: 1rem;
    margin: 0 0.9375rem;
    padding: 1.25rem 0;
  }
}
.p-higaeridock-flow__item-left {
  align-items: center;
  display: flex;
  flex: 1;
  gap: 1.5rem;
  min-width: 0;
}
@media only screen and (max-width: 767.499px) {
  .p-higaeridock-flow__item-left {
    gap: 1rem;
  }
}
.p-higaeridock-flow__num {
  color: var(--color-main-orange);
  flex-shrink: 0;
  font-size: max(2.625rem, 24px);
  font-weight: 400;
  line-height: normal;
}
.p-higaeridock-flow__title {
  color: var(--color-text);
  font-size: max(1.375rem, 16px);
  font-weight: 500;
  line-height: normal;
  margin: 0;
}
.p-higaeridock-flow__img {
  aspect-ratio: 327/170;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.25rem;
  flex-shrink: 0;
  width: 20.4375rem;
}
.p-higaeridock-flow__img--empty {
  background-color: #D9D9D9;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-higaeridock-flow__img {
    width: 15rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-higaeridock-flow__img {
    width: 100%;
  }
}
.p-higaeridock-flow__notes {
  list-style: none;
  margin: 0 0 2.5rem;
  padding: 0;
}
@media only screen and (max-width: 767.499px) {
  .p-higaeridock-flow__notes {
    margin-bottom: 1.5rem;
    padding: 0 0.9375rem;
  }
}
.p-higaeridock-flow__note {
  color: #000;
  font-size: max(0.9375rem, 14px);
  font-weight: 400;
  line-height: 1.9;
  padding-left: 2.375rem;
  position: relative;
}
.p-higaeridock-flow__note::before {
  background: var(--color-main-orange);
  border-radius: 50%;
  content: "";
  height: 0.625rem;
  left: 0.375rem;
  position: absolute;
  top: 0.6875rem;
  width: 0.625rem;
}
@media only screen and (max-width: 767.499px) {
  .p-higaeridock-flow__note {
    font-size: 0.875rem;
  }
}
.p-higaeridock-flow__callout {
  align-items: flex-start;
  background: var(--color-sub-cream);
  border-radius: 1.25rem;
  display: flex;
  gap: 2.5rem;
  padding: 2rem 3.1875rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-higaeridock-flow__callout {
    flex-direction: column;
    gap: 1rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-higaeridock-flow__callout {
    flex-direction: column;
    gap: 1rem;
    margin: 0 0.9375rem;
    padding: 1.5rem 1.25rem;
  }
}
.p-higaeridock-flow__callout-heading {
  color: var(--color-main-orange);
  flex-shrink: 0;
  font-size: max(1.375rem, 14px);
  font-weight: 700;
  line-height: 1.9;
  margin: 0;
}
.p-higaeridock-flow__callout-desc {
  color: #000;
  font-size: max(0.9375rem, 14px);
  font-weight: 400;
  line-height: 1.9;
  margin: 0;
}
@media only screen and (max-width: 767.499px) {
  .p-higaeridock-flow__callout-desc {
    font-size: 0.875rem;
  }
}

.p-higaeridock-course {
  padding-top: 4.1875rem;
}
.p-higaeridock-course .p-higaeridock-flow__heading {
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767.499px) {
  .p-higaeridock-course {
    padding-top: 3.75rem;
  }
}
.p-higaeridock-course__list {
  list-style: none;
  margin: 0;
}
@media only screen and (min-width: 1051px) {
  .p-higaeridock-course__list {
    padding-left: 0;
  }
}
.p-higaeridock-course__item {
  border-bottom: 0.0625rem solid var(--color-border);
  padding: 2.09375rem 0;
}
.p-higaeridock-course__item:first-child {
  padding-top: 2.5rem;
}
@media only screen and (max-width: 767.499px) {
  .p-higaeridock-course__item:first-child {
    padding-top: 1.25rem;
  }
}
.p-higaeridock-course__item:nth-child(3) .p-higaeridock-course__header {
  margin-bottom: 0.75rem;
}
.p-higaeridock-course__item:nth-child(3) .p-higaeridock-course__desc {
  margin-bottom: 0.625rem;
}
@media only screen and (max-width: 767.499px) {
  .p-higaeridock-course__item {
    margin: 0 0.9375rem;
    padding: 2.1875rem 0;
  }
}
.p-higaeridock-course__header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-higaeridock-course__header {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
  }
  .p-higaeridock-course__header .p-higaeridock-course__price-wrap {
    display: none;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-higaeridock-course__header {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
  }
  .p-higaeridock-course__header .p-higaeridock-course__price-wrap {
    display: none;
  }
}
.p-higaeridock-course__name-wrap {
  align-items: center;
  display: flex;
  gap: 2.75rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-higaeridock-course__name-wrap {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.375rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-higaeridock-course__name-wrap {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.375rem;
  }
}
.p-higaeridock-course__name {
  color: #000;
  font-size: max(1.375rem, 16px);
  font-weight: 500;
  line-height: 1.9;
  margin: 0;
}
@media only screen and (max-width: 767.499px) {
  .p-higaeridock-course__name {
    font-size: 1.125rem;
  }
}
.p-higaeridock-course__badge {
  align-items: center;
  background: var(--color-main-orange);
  border-radius: 0.3125rem;
  color: #fff;
  display: inline-flex;
  flex-shrink: 0;
  font-size: max(1rem, 14px);
  font-weight: 500;
  height: 2rem;
  justify-content: center;
  padding: 0 1.25rem;
}
@media only screen and (max-width: 767.499px) {
  .p-higaeridock-course__badge {
    font-size: 0.875rem;
    height: 1.75rem;
    padding: 0 0.4375rem;
  }
}
.p-higaeridock-course__price-wrap {
  align-items: baseline;
  display: flex;
  -webkit-transform: translateX(0.3125rem);
  transform: translateX(0.3125rem);
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-higaeridock-course__price-wrap.only-tablet-sp {
    display: flex !important;
    padding-bottom: 0.625rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-higaeridock-course__price-wrap.only-tablet-sp {
    display: flex !important;
    padding-bottom: 0.625rem;
  }
}
.p-higaeridock-course__price {
  color: #000;
  font-size: max(1.75rem, 18px);
  font-weight: 500;
  line-height: 1.9;
}
@media only screen and (max-width: 767.499px) {
  .p-higaeridock-course__price {
    font-size: 1.25rem;
  }
}
.p-higaeridock-course__tax {
  color: #000;
  font-size: max(1rem, 14px);
  font-weight: 500;
  line-height: 1.9;
}
.p-higaeridock-course__desc {
  color: #000;
  font-size: max(1.125rem, 14px);
  font-weight: 400;
  line-height: 1.9;
  margin: 0 0 1.1875rem;
}
@media only screen and (max-width: 767.499px) {
  .p-higaeridock-course__desc {
    font-size: 0.875rem;
    margin-bottom: 0.75rem;
  }
}
.p-higaeridock-course__note {
  align-items: flex-start;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background: var(--color-sub-light-teal);
  border-radius: 0.625rem;
  color: var(--color-sub-dark-teal);
  display: flex;
  flex-direction: column;
  font-size: max(1rem, 14px);
  font-weight: 400;
  line-height: 1.9;
  margin: 0 0 1rem;
  padding: 1.875rem 3.125rem 1.875rem 1.875rem;
}
@media only screen and (max-width: 767.499px) {
  .p-higaeridock-course__note {
    font-size: 0.875rem;
    padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  }
}
.p-higaeridock-course__imgs {
  display: flex;
  gap: 1.25rem;
  justify-content: center;
  margin-bottom: 1.75rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-higaeridock-course__imgs {
    gap: 0.625rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-higaeridock-course__imgs {
    flex-direction: column;
    gap: 0.75rem;
  }
}
.p-higaeridock-course__img {
  aspect-ratio: 300/170;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0.625rem;
  flex-shrink: 0;
  width: 18.75rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-higaeridock-course__img {
    width: 31.914893617%;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-higaeridock-course__img {
    margin: auto;
    width: 90%;
  }
}
.p-higaeridock-course__footer {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-higaeridock-course__footer {
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-higaeridock-course__footer {
    justify-content: flex-start;
  }
}
.p-higaeridock-course__btn {
  align-items: center;
  background: var(--color-main-orange);
  border: 0.0625rem solid var(--color-main-orange);
  border-radius: 1.5625rem;
  box-sizing: border-box;
  color: #fff;
  display: inline-flex;
  font-size: max(1rem, 14px);
  font-weight: 600;
  height: 3.125rem;
  justify-content: center;
  position: relative;
  text-decoration: none;
  transition: background 0.4s ease, color 0.4s ease;
  width: max(16.0625rem, 190px);
}
.p-higaeridock-course__btn span {
  font-family: Inter, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  position: absolute;
  right: 1.625rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
@media (hover: hover) {
  .p-higaeridock-course__btn:hover {
    background: #fff;
    color: var(--color-main-orange);
  }
  .p-higaeridock-course__btn:hover span {
    -webkit-transform: translateY(-50%) translateX(0.5rem);
    transform: translateY(-50%) translateX(0.5rem);
  }
}
@media (hover: none) {
  .p-higaeridock-course__btn:active {
    background: #fff;
    color: var(--color-main-orange);
  }
  .p-higaeridock-course__btn:active span {
    -webkit-transform: translateY(-50%) translateX(0.5rem);
    transform: translateY(-50%) translateX(0.5rem);
  }
}
@media only screen and (max-width: 767.499px) {
  .p-higaeridock-course__btn {
    font-size: 0.875rem;
    height: 2.75rem;
    width: 13.125rem;
  }
}

.p-higaeridock-table {
  padding-top: 4.5625rem;
}
@media only screen and (max-width: 767.499px) {
  .p-higaeridock-table {
    overflow-x: hidden;
    padding-top: 2.5rem;
  }
}
.p-higaeridock-table__tabs {
  display: flex;
  gap: 1.25rem;
  justify-content: center;
  margin-bottom: 2.125rem;
}
@media only screen and (max-width: 767.499px) {
  .p-higaeridock-table__tabs {
    gap: 0.75rem;
    margin: 0 auto 1rem;
    width: 21.5625rem;
  }
}
.p-higaeridock-table__tab {
  align-items: center;
  background: #fff;
  border: 0.0625rem solid var(--color-main-orange);
  border-radius: 6.25rem;
  box-sizing: border-box;
  color: var(--color-main-orange);
  display: flex;
  font-size: max(1.25rem, 14px);
  font-weight: 700;
  height: 3.6875rem;
  justify-content: center;
  line-height: normal;
  min-width: 12.5rem;
  padding: 0 3.125rem;
  text-align: center;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease;
}
.p-higaeridock-table__tab.is-active {
  background: var(--color-main-orange);
  color: #fff;
}
@media (hover: hover) {
  .p-higaeridock-table__tab:hover {
    background: var(--color-main-orange);
    color: #fff;
  }
}
@media (hover: none) {
  .p-higaeridock-table__tab:active {
    background: var(--color-main-orange);
    color: #fff;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-higaeridock-table__tab {
    flex: 1;
    font-size: 0.8125rem;
    height: 2.75rem;
    min-width: 0;
    padding: 0 0.75rem;
  }
}
.p-higaeridock-table__lead {
  color: var(--color-text);
  font-size: max(1.125rem, 14px);
  line-height: 1.4;
  margin: 0 0 2.125rem;
  text-align: center;
}
.p-higaeridock-table__wrap {
  margin-bottom: 1.8125rem;
  overflow-x: auto;
  padding-bottom: 0.0625rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-higaeridock-table__wrap {
    margin-right: -3.5vw;
    overflow-x: scroll;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-higaeridock-table__wrap {
    margin: 0 0 1rem;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .p-higaeridock-table__wrap::-webkit-scrollbar {
    display: none;
  }
}
.p-higaeridock-table__body {
  border-collapse: collapse;
  min-width: 58.375rem;
  table-layout: fixed;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-higaeridock-table__body {
    min-width: 0;
    width: 50rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-higaeridock-table__body {
    margin: 0 0.9375rem;
    min-width: 0;
    width: 37.5rem;
  }
}
.p-higaeridock-table__body th,
.p-higaeridock-table__body td {
  border: 0.0625rem solid var(--color-border);
  font-size: max(1.125rem, 14px);
  line-height: 1.4;
  padding: 0.546875rem 1rem;
  vertical-align: middle;
}
@media only screen and (max-width: 767.499px) {
  .p-higaeridock-table__body th,
  .p-higaeridock-table__body td {
    font-size: 0.875rem;
  }
}
.p-higaeridock-table__body thead tr th {
  background: var(--color-main-orange);
  color: #fff;
  font-weight: 400;
  line-height: 1.4;
  padding: 1.125rem 0;
  text-align: center;
}
.p-higaeridock-table__body tbody td {
  color: var(--color-text);
}
.p-higaeridock-table__body tbody td.p-higaeridock-table__mark {
  padding: 0;
}
.p-higaeridock-table__body tbody td:not(.p-higaeridock-table__cat):not(.p-higaeridock-table__mark) {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-higaeridock-table__body tbody td:not(.p-higaeridock-table__cat):not(.p-higaeridock-table__mark) {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-higaeridock-table__body tbody td:not(.p-higaeridock-table__cat):not(.p-higaeridock-table__mark) {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.p-higaeridock-table__body tbody tr:nth-child(even of :has(.p-higaeridock-table__cat)) td,
.p-higaeridock-table__body tbody tr.is-even td {
  background: var(--color-sub-cream);
}
.p-higaeridock-table__col--cat {
  width: 11.59375rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-higaeridock-table__col--cat {
    width: 19.8608137045%;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-higaeridock-table__col--cat {
    width: 19.8608137045%;
  }
}
.p-higaeridock-table__col--item {
  width: 16.59375rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-higaeridock-table__col--item {
    width: 28.426124197%;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-higaeridock-table__col--item {
    width: 28.426124197%;
  }
}
.p-higaeridock-table__col--purpose {
  width: 18.75rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-higaeridock-table__col--purpose {
    width: 32.1199143469%;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-higaeridock-table__col--purpose {
    width: 32.1199143469%;
  }
}
.p-higaeridock-table__col--mark {
  width: 3.8125rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-higaeridock-table__col--mark {
    width: 6.5310492505%;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-higaeridock-table__col--mark {
    width: 6.5310492505%;
  }
}
.p-higaeridock-table__col--purpose-wide {
  width: 35.34375rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-higaeridock-table__col--purpose-wide {
    width: 60.5460385439%;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-higaeridock-table__col--purpose-wide {
    width: 60.5460385439%;
  }
}
.p-higaeridock-table__col--mark-wide {
  width: 5.71875rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-higaeridock-table__col--mark-wide {
    width: 9.7965738758%;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-higaeridock-table__col--mark-wide {
    width: 9.7965738758%;
  }
}
.p-higaeridock-table__cat {
  font-weight: 500;
  padding: 0 2.5rem;
}
.p-higaeridock-table__mark {
  padding: 0;
  text-align: center;
  vertical-align: middle;
}
.p-higaeridock-table__footnote {
  align-items: flex-start;
  color: var(--color-text);
  display: flex;
  font-size: max(0.9375rem, 13px);
  gap: 0.5rem;
  line-height: 1.4;
  margin: 0;
}
@media only screen and (max-width: 767.499px) {
  .p-higaeridock-table__footnote {
    padding: 0 0.9375rem;
  }
}
.p-higaeridock-table__footnote-dot {
  color: var(--color-main-orange);
  flex-shrink: 0;
}

.p-higaeridock-option {
  padding-top: 4.0625rem;
}
@media only screen and (max-width: 767.499px) {
  .p-higaeridock-option {
    overflow-x: hidden;
    padding-top: 3.75rem;
  }
}
.p-higaeridock-option__heading {
  color: var(--color-text);
  font-size: max(2.5rem, 24px);
  font-weight: 500;
  margin: 0 0 3.3125rem;
  padding: 0 0 1.25rem;
  position: relative;
}
.p-higaeridock-option__heading::after {
  background: var(--color-main-orange);
  bottom: 0;
  content: "";
  height: 0.3125rem;
  left: 0;
  position: absolute;
  width: 3.1875rem;
}
@media only screen and (max-width: 767.499px) {
  .p-higaeridock-option__heading {
    font-size: 1.75rem;
    margin-bottom: 1.75rem;
    padding: 0 0.9375rem 0.875rem;
  }
  .p-higaeridock-option__heading::after {
    left: 0.9375rem;
    width: 2.5rem;
  }
}
.p-higaeridock-option__tabs {
  display: flex;
  gap: 1.25rem;
  justify-content: center;
  margin-bottom: 1.8125rem;
}
@media only screen and (max-width: 767.499px) {
  .p-higaeridock-option__tabs {
    gap: 0.75rem;
    margin: 0 auto 1rem;
    width: 21.5625rem;
  }
}
.p-higaeridock-option__tab {
  align-items: center;
  background: #fff;
  border: 0.0625rem solid var(--color-main-teal);
  border-radius: 6.25rem;
  box-sizing: border-box;
  color: var(--color-main-teal);
  display: flex;
  font-size: max(1.25rem, 14px);
  font-weight: 700;
  height: 3.6875rem;
  justify-content: center;
  line-height: normal;
  min-width: 12.5rem;
  padding: 0 3.125rem;
  text-align: center;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease;
}
.p-higaeridock-option__tab.is-active {
  background: var(--color-main-teal);
  color: #fff;
}
@media (hover: hover) {
  .p-higaeridock-option__tab:hover {
    background: var(--color-main-teal);
    color: #fff;
  }
}
@media (hover: none) {
  .p-higaeridock-option__tab:active {
    background: var(--color-main-teal);
    color: #fff;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-higaeridock-option__tab {
    flex: 1;
    font-size: 0.8125rem;
    height: 2.75rem;
    min-width: 0;
    padding: 0 0.75rem;
  }
}
.p-higaeridock-option__lead {
  color: var(--color-text);
  font-size: max(1.125rem, 14px);
  line-height: 1.9;
  margin: 0 0 1.6875rem;
  text-align: center;
}
@media only screen and (max-width: 767.499px) {
  .p-higaeridock-option__lead {
    font-size: 0.875rem;
    padding: 0 0.9375rem;
    text-align: left;
  }
}
.p-higaeridock-option__wrap {
  margin-bottom: 1.8125rem;
  overflow-x: hidden;
  padding-bottom: 0.0625rem;
}
.p-higaeridock-option__wrap.is-x-scroll {
  overflow-x: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-higaeridock-option__wrap {
    margin-right: -3.5vw;
    overflow-x: scroll;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-higaeridock-option__wrap {
    margin: 0 0 1rem;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .p-higaeridock-option__wrap::-webkit-scrollbar {
    display: none;
  }
}
.p-higaeridock-option__body {
  border-collapse: collapse;
  min-width: 58.9375rem;
  table-layout: fixed;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-higaeridock-option__body {
    min-width: 0;
    width: 50rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-higaeridock-option__body {
    margin: 0 0.9375rem;
    min-width: 0;
    width: 37.5rem;
  }
}
.p-higaeridock-option__body th,
.p-higaeridock-option__body td {
  border: 0.0625rem solid var(--color-border);
  font-size: max(1.125rem, 14px);
  line-height: 1.4;
  padding: 0.546875rem 1rem;
  vertical-align: middle;
}
@media only screen and (max-width: 767.499px) {
  .p-higaeridock-option__body th,
  .p-higaeridock-option__body td {
    font-size: 0.875rem;
  }
}
.p-higaeridock-option__body thead tr th {
  background: var(--color-main-teal);
  color: #fff;
  font-weight: 400;
  line-height: 1.4;
  padding: 1.125rem 0;
  text-align: center;
}
.p-higaeridock-option__body tbody td {
  color: var(--color-text);
}
.p-higaeridock-option__body tbody td:not(.p-higaeridock-option__mark):not(.p-higaeridock-option__price) {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-higaeridock-option__body tbody td:not(.p-higaeridock-option__mark):not(.p-higaeridock-option__price) {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-higaeridock-option__body tbody td:not(.p-higaeridock-option__mark):not(.p-higaeridock-option__price) {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.p-higaeridock-option__body tbody tr:nth-child(even) td {
  background: var(--color-sub-light-teal);
}
.p-higaeridock-option__col--item {
  width: 19.75rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-higaeridock-option__col--item {
    width: 33.5100742312%;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-higaeridock-option__col--item {
    width: 33.5100742312%;
  }
}
.p-higaeridock-option__col--purpose {
  width: 19.375rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-higaeridock-option__col--purpose {
    width: 32.8738069989%;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-higaeridock-option__col--purpose {
    width: 32.8738069989%;
  }
}
.p-higaeridock-option__col--mark {
  width: 3.225rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-higaeridock-option__col--mark {
    width: 5.4718981972%;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-higaeridock-option__col--mark {
    width: 5.4718981972%;
  }
}
.p-higaeridock-option__col--mark-wide {
  width: 4.8375rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-higaeridock-option__col--mark-wide {
    width: 8.2078472959%;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-higaeridock-option__col--mark-wide {
    width: 8.2078472959%;
  }
}
.p-higaeridock-option__col--price {
  width: 9.6875rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-higaeridock-option__col--price {
    width: 16.4369034995%;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-higaeridock-option__col--price {
    width: 16.4369034995%;
  }
}
.p-higaeridock-option__mark {
  text-align: center;
}
@media only screen and (max-width: 767.499px) {
  .p-higaeridock-option__mark {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.p-higaeridock-option__price {
  text-align: right;
}
.p-higaeridock-option__footnote {
  align-items: flex-start;
  color: var(--color-text);
  display: flex;
  font-size: max(0.9375rem, 13px);
  gap: 0.5rem;
  line-height: 1.4;
  margin: 0;
}
@media only screen and (max-width: 767.499px) {
  .p-higaeridock-option__footnote {
    padding: 0 0.9375rem;
  }
}
.p-higaeridock-option__footnote-dot {
  color: var(--color-main-teal);
  flex-shrink: 0;
}

body.page-reservation {
  background-image: url("../img/common/bg-orange.png");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 93.9880952381% auto;
  /*パンくずリストの高さ*/
}
body.page-reservation .p-page-header .c-page-breadcrumb {
  bottom: 0;
}
@media only screen and (max-width: 767.499px) {
  body.page-reservation .p-page-header .c-page-breadcrumb {
    bottom: 1.875rem;
  }
}
@media only screen and (max-width: 767.499px) {
  body.page-reservation {
    background-size: auto;
  }
}
body.page-reservation .p-page-header {
  aspect-ratio: 168/43.5;
  background-image: none;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  body.page-reservation .p-page-header {
    aspect-ratio: 168/58;
  }
}
@media only screen and (max-width: 767.499px) {
  body.page-reservation .p-page-header {
    aspect-ratio: 168/120;
  }
}
body.page-reservation .p-page-header__title {
  color: var(--color-text);
  font-size: 3.5rem;
  font-weight: 400;
  letter-spacing: 0.35rem;
  line-height: 2.5rem;
  position: relative;
  -webkit-transform: translateY(4.5625rem);
  transform: translateY(4.5625rem);
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  body.page-reservation .p-page-header__title {
    font-size: 2.8125rem;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media only screen and (max-width: 767.499px) {
  body.page-reservation .p-page-header__title {
    font-size: 2.1875rem;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
body.page-reservation .p-page-header__title::after {
  background: var(--color-main-orange);
  bottom: -1.875rem;
  height: 0.5rem;
  left: 0;
  position: absolute;
  width: 3.1875rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  body.page-reservation .p-page-header__title::after {
    bottom: -1.5625rem;
  }
}
@media only screen and (max-width: 767.499px) {
  body.page-reservation .p-page-header__title::after {
    bottom: -1.125rem;
    left: 0;
    width: 2.5rem;
  }
}
body.page-reservation .c-page-breadcrumb__item {
  border-color: #231815;
  color: #231815;
}
body.page-reservation .c-page-breadcrumb__item a {
  color: #231815;
}
body.page-reservation .c-page-breadcrumb__item--current {
  background: #231815;
  border-color: #231815;
  color: #fff;
}
body.page-reservation .l-main {
  padding-bottom: 0;
}
@media only screen and (max-width: 767.499px) {
  body.page-reservation .l-float-banner__tel {
    -webkit-transform: translateY(3.5rem);
    transform: translateY(3.5rem);
  }
}

#ui-datepicker-div {
  display: none;
}

.p-reservation-gastric-note {
  color: var(--color-text);
  display: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.9;
  margin-top: 1rem;
  text-align: center;
}
.p-reservation-gastric-note.is-visible {
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-reservation-gastric-note {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-reservation-gastric-note {
    font-size: 0.875rem;
    text-align: left;
  }
}

.p-reservation-contact {
  padding: 3.75rem 0 3.125rem;
}
@media only screen and (max-width: 767.499px) {
  .p-reservation-contact {
    padding: 0.625rem 0 1.875rem;
  }
}
.p-reservation-contact__inner {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 75rem;
}
@media only screen and (min-width: 1051px) and (max-width: 1299px) {
  .p-reservation-contact__inner {
    max-width: 80%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-reservation-contact__inner {
    max-width: 43.75rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-reservation-contact__inner {
    margin: auto;
    padding: 0;
    width: 93%;
  }
}
.p-reservation-contact__head {
  margin-bottom: 3.375rem;
}
.p-reservation-contact__head h2 {
  letter-spacing: 0;
}
@media only screen and (max-width: 767.499px) {
  .p-reservation-contact__head {
    margin-bottom: 1.25rem;
  }
}
.p-reservation-contact__note {
  margin-bottom: 3.375rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-reservation-contact__note {
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-reservation-contact__note {
    margin-bottom: 1.5rem;
  }
}
.p-reservation-contact__note-text {
  color: #000;
  font-size: 1.6875rem;
  font-weight: 400;
  line-height: 1.9;
}
@media only screen and (max-width: 767.499px) {
  .p-reservation-contact__note-text {
    font-size: 1.25rem;
  }
}
.p-reservation-contact__note-caution {
  color: var(--color-text);
  font-size: max(1.125rem, 14px);
  font-weight: 400;
  line-height: 1.9;
}
@media only screen and (max-width: 767.499px) {
  .p-reservation-contact__note-caution {
    font-size: 0.875rem;
  }
}
.p-reservation-contact__note-highlight {
  color: var(--color-main-orange);
}
.p-reservation-contact__buttons {
  display: flex;
  gap: 1.3125rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-reservation-contact__buttons {
    flex-direction: column;
    margin: auto;
    width: 80%;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-reservation-contact__buttons {
    flex-direction: column;
    gap: 1rem;
  }
}
.p-reservation-contact__btn {
  border-radius: 1.25rem;
  box-sizing: border-box;
  display: flex;
  flex: 1;
  text-decoration: none;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-reservation-contact__btn {
    flex: none;
    width: 100%;
  }
}
.p-reservation-contact__btn--tel {
  align-items: center;
  background: var(--color-main-orange);
  border: 0.125rem solid var(--color-main-orange);
  color: #fff;
  height: 12.8125rem;
  justify-content: space-between;
  padding: 2.5rem 3.3125rem;
  transition: background 0.2s, color 0.2s;
}
@media (hover: hover) {
  .p-reservation-contact__btn--tel:hover {
    background: #fff;
    color: var(--color-main-orange);
  }
}
@media (hover: none) {
  .p-reservation-contact__btn--tel:active {
    background: #fff;
    color: var(--color-main-orange);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-reservation-contact__btn--tel {
    height: 10.3125rem;
    padding: 0.9375rem 1.5rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-reservation-contact__btn--tel {
    padding: 1.75rem 1.25rem;
  }
}
.p-reservation-contact__btn--fax {
  background: var(--color-main-teal);
  color: #fff;
  flex-direction: column;
  gap: 1.6875rem;
  height: 12.8125rem;
  padding: 2.5rem 3.3125rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-reservation-contact__btn--fax {
    height: 10.3125rem;
    padding: 0.9375rem 1.5rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-reservation-contact__btn--fax {
    gap: 0.625rem;
    padding: 1.5rem 1.25rem;
  }
}
.p-reservation-contact__btn-label-row {
  align-items: center;
  display: flex;
  gap: 0.125rem;
}
.p-reservation-contact__btn-icon {
  align-items: center;
  aspect-ratio: 32/31;
  display: flex;
  flex-shrink: 0;
  width: 2rem;
}
.p-reservation-contact__btn-label {
  font-size: max(1.125rem, 14px);
  font-weight: 500;
  line-height: 1.4;
}
@media only screen and (max-width: 767.499px) {
  .p-reservation-contact__btn-label {
    font-size: 0.9375rem;
  }
}
.p-reservation-contact__btn-number {
  font-family: Lato, sans-serif;
  font-size: 2rem;
  letter-spacing: 0;
  line-height: 1.2;
}
@media only screen and (max-width: 767.499px) {
  .p-reservation-contact__btn-number {
    font-size: 1.625rem;
  }
}
.p-reservation-contact__btn-hours {
  font-size: max(1rem, 14px);
  font-weight: 400;
  line-height: 1.6;
}
@media only screen and (max-width: 767.499px) {
  .p-reservation-contact__btn-hours {
    font-size: 0.8125rem;
  }
}
.p-reservation-contact__fax-info {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.p-reservation-contact__tel-num-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  text-align: right;
}
.p-reservation-contact__fax-num-wrap {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.p-reservation-contact__fax-num-wrap .p-reservation-contact__btn-hours {
  font-size: 14px;
}
@media only screen and (max-width: 767.499px) {
  .p-reservation-contact__fax-num-wrap .p-reservation-contact__btn-hours {
    font-size: 0.875rem;
  }
}
.p-reservation-contact__fax-downloads {
  display: flex;
  gap: 1.875rem;
}
@media only screen and (max-width: 767.499px) {
  .p-reservation-contact__fax-downloads {
    flex-direction: column;
    gap: 0.625rem;
  }
}
.p-reservation-contact__download-btn {
  align-items: center;
  background: #fff;
  border-radius: 0.3125rem;
  box-sizing: border-box;
  color: var(--color-text);
  display: flex;
  flex: 1;
  font-size: max(1.125rem, 14px);
  font-weight: 500;
  height: 2.5rem;
  justify-content: space-between;
  padding: 0 1.125rem;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}
@media (hover: hover) {
  .p-reservation-contact__download-btn:hover {
    background: #00552e;
    color: #fff;
  }
}
@media (hover: none) {
  .p-reservation-contact__download-btn:active {
    background: #00552e;
    color: #fff;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-reservation-contact__download-btn {
    font-size: 0.9375rem;
    height: 2.75rem;
    margin: auto;
    padding: 0.625rem 1.125rem;
    width: 100%;
  }
}
.p-reservation-contact__download-icon {
  align-items: center;
  display: flex;
  flex-shrink: 0;
}

.p-reservation-flow {
  padding: 0;
}
@media only screen and (max-width: 767.499px) {
  .p-reservation-flow {
    padding: 1.875rem 0 0;
  }
}
.p-reservation-flow__inner {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 75rem;
}
@media only screen and (min-width: 1051px) and (max-width: 1299px) {
  .p-reservation-flow__inner {
    max-width: 80%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-reservation-flow__inner {
    max-width: 43.75rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-reservation-flow__inner {
    margin: auto;
    padding: 0;
    width: 93%;
  }
}
.p-reservation-flow__head {
  margin-bottom: 3.5625rem;
}
.p-reservation-flow__head h2 {
  letter-spacing: 0;
}
@media only screen and (max-width: 767.499px) {
  .p-reservation-flow__head {
    margin-bottom: 1.25rem;
  }
}
.p-reservation-flow__desc {
  color: var(--color-text);
  font-size: max(1.125rem, 14px);
  font-weight: 400;
  line-height: 1.9;
  margin-bottom: 3.4375rem;
}
@media only screen and (max-width: 767.499px) {
  .p-reservation-flow__desc {
    font-size: 0.875rem;
    margin-bottom: 1.875rem;
  }
}
.p-reservation-flow__desc-highlight {
  color: var(--color-main-orange);
}
@media only screen and (max-width: 767.499px) {
  .p-reservation-flow__content {
    max-width: none;
  }
}
.p-reservation-flow__header {
  align-items: center;
  background: var(--color-main-teal);
  display: flex;
  height: 4rem;
  justify-content: center;
  margin-bottom: 1.875rem;
  width: 100%;
}
@media only screen and (max-width: 767.499px) {
  .p-reservation-flow__header {
    height: 3.125rem;
    margin-bottom: 1.25rem;
  }
}
.p-reservation-flow__header-title {
  color: #fff;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}
@media only screen and (max-width: 767.499px) {
  .p-reservation-flow__header-title {
    font-size: 1.25rem;
  }
}
.p-reservation-flow__subtitle {
  color: var(--color-main-orange);
  font-size: max(1.125rem, 14px);
  font-weight: 600;
  line-height: 1.9;
  margin-bottom: 2.5rem;
  text-align: center;
}
@media only screen and (max-width: 767.499px) {
  .p-reservation-flow__subtitle {
    font-size: 0.875rem;
    margin-bottom: 1.5rem;
    padding: 0 0.9375rem;
  }
}
.p-reservation-flow__steps {
  list-style: none;
  margin: 0 0 3.875rem;
  padding: 0 0 0 1.1875rem;
}
@media only screen and (max-width: 767.499px) {
  .p-reservation-flow__steps {
    margin-bottom: 2rem;
    padding: 0;
  }
}
.p-reservation-flow__step {
  display: flex;
  gap: 1.875rem;
}
@media only screen and (max-width: 767.499px) {
  .p-reservation-flow__step {
    gap: 1.25rem;
  }
}
.p-reservation-flow__step-left {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}
.p-reservation-flow__step-circle {
  align-items: center;
  background: var(--color-main-orange);
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  height: 3.75rem;
  justify-content: center;
  width: 3.75rem;
}
@media only screen and (max-width: 767.499px) {
  .p-reservation-flow__step-circle {
    height: 2.75rem;
    width: 2.75rem;
  }
}
.p-reservation-flow__step-num {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 1.375rem;
  font-weight: 300;
  line-height: 1.5;
}
@media only screen and (max-width: 767.499px) {
  .p-reservation-flow__step-num {
    font-size: 1rem;
  }
}
.p-reservation-flow__step-line {
  background: var(--color-main-orange);
  flex-grow: 1;
  flex-shrink: 0;
  min-height: 1.5rem;
  width: 0.25rem;
}
@media only screen and (max-width: 767.499px) {
  .p-reservation-flow__step-content {
    padding-top: 0.625rem;
  }
}
.p-reservation-flow__step:not(:last-child) .p-reservation-flow__step-content {
  padding-bottom: 1.75rem;
}
@media only screen and (max-width: 767.499px) {
  .p-reservation-flow__step:not(:last-child) .p-reservation-flow__step-content {
    padding-bottom: 2rem;
  }
}
.p-reservation-flow__step-title {
  color: var(--color-main-orange);
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 0.625rem;
}
@media only screen and (max-width: 767.499px) {
  .p-reservation-flow__step-title {
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
  }
}
.p-reservation-flow__step-desc {
  color: var(--color-text);
  font-size: max(1rem, 14px);
  font-weight: 400;
  line-height: 1.9;
  margin: 0;
}
@media only screen and (max-width: 767.499px) {
  .p-reservation-flow__step-desc {
    font-size: 0.875rem;
  }
}
.p-reservation-flow__step-note {
  color: var(--color-main-teal);
  font-size: max(1rem, 14px);
  font-weight: 700;
  line-height: 1.9;
  margin: 0;
}
@media only screen and (max-width: 767.499px) {
  .p-reservation-flow__step-note {
    font-size: 0.875rem;
  }
}
.p-reservation-flow__cta {
  display: flex;
  gap: 1.875rem;
  justify-content: center;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-reservation-flow__cta {
    align-items: center;
    flex-direction: column;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-reservation-flow__cta {
    flex-direction: column;
    gap: 1rem;
  }
}
.p-reservation-flow__cta-btn {
  align-items: center;
  border-radius: 1.25rem;
  box-sizing: border-box;
  display: flex;
  height: 15.625rem;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  width: 36.5625rem;
}
@media only screen and (max-width: 767.499px) {
  .p-reservation-flow__cta-btn {
    height: 8.75rem;
  }
}
@media (hover: hover) {
  .p-reservation-flow__cta-btn:hover::after {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .p-reservation-flow__cta-btn:hover .p-reservation-flow__cta-btn-arrow {
    -webkit-transform: translateX(0.25rem);
    transform: translateX(0.25rem);
  }
  .p-reservation-flow__cta-btn:hover .p-reservation-flow__cta-btn-arrow::before {
    right: 9.9375rem;
  }
}
@media only screen and (hover: hover) and (max-width: 767.499px) {
  .p-reservation-flow__cta-btn:hover .p-reservation-flow__cta-btn-arrow::before {
    right: 5.5625rem;
  }
}
@media (hover: none) {
  .p-reservation-flow__cta-btn:active::after {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .p-reservation-flow__cta-btn:active .p-reservation-flow__cta-btn-arrow {
    -webkit-transform: translateX(0.25rem);
    transform: translateX(0.25rem);
  }
  .p-reservation-flow__cta-btn:active .p-reservation-flow__cta-btn-arrow::before {
    right: 9.9375rem;
  }
}
@media only screen and (hover: none) and (max-width: 767.499px) {
  .p-reservation-flow__cta-btn:active .p-reservation-flow__cta-btn-arrow::before {
    right: 5.5625rem;
  }
}
.p-reservation-flow__cta-btn::before {
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}
.p-reservation-flow__cta-btn::after {
  content: "";
  inset: 0;
  position: absolute;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  z-index: 0;
}
.p-reservation-flow__cta-btn--higaeri::after {
  background-image: url("../img/page/reservation/pic1.png");
  background-position: center;
  background-size: cover;
}
.p-reservation-flow__cta-btn--kenshin::after {
  background-image: url("../img/page/reservation/pic2.png");
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 767.499px) {
  .p-reservation-flow__cta-btn {
    height: 10rem;
    width: 100%;
  }
}
.p-reservation-flow__cta-btn-text {
  color: #fff;
  font-size: 1.75rem;
  font-weight: 500;
  letter-spacing: 0.175rem;
  line-height: normal;
  padding-left: 4.6875rem;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767.499px) {
  .p-reservation-flow__cta-btn-text {
    font-size: 1.25rem;
    padding-left: 1.875rem;
  }
}
.p-reservation-flow__cta-btn-arrow {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: max(1rem, 14px);
  font-weight: 400;
  line-height: normal;
  padding-right: 4.0625rem;
  position: relative;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  z-index: 2;
}
.p-reservation-flow__cta-btn-arrow::before {
  background: #fff;
  content: "";
  height: 3.5625rem;
  position: absolute;
  right: 9.6875rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: right 0.2s;
  width: 0.0625rem;
}
@media only screen and (max-width: 767.499px) {
  .p-reservation-flow__cta-btn-arrow::before {
    right: 5.3125rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-reservation-flow__cta-btn-arrow {
    padding-right: 1.5rem;
  }
}

.smf-form .smf-placeholder[data-name=select-course-higaeri],
.smf-form .smf-placeholder[data-name=select-course-kenshin],
.smf-form .smf-placeholder[data-name=text-other-1a] {
  display: none;
}

.smf-form .smf-select-control__toggle {
  color: transparent;
  font-size: 0;
}
.smf-form .smf-select-control__toggle svg {
  display: none;
}
.smf-form .smf-select-control__toggle::before, .smf-form .smf-select-control__toggle::after {
  content: none;
}

.smf-form .smf-select-control {
  position: relative;
}
.smf-form .smf-select-control::after {
  color: #A5A5A5;
  content: "▼";
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  pointer-events: none;
  position: absolute;
  right: 0.6875rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  z-index: 3;
}
.smf-form .smf-select-control.is-open::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.p-reservation-form-section {
  background: #fff;
  padding: 5rem 0 6.25rem;
}
@media only screen and (max-width: 767.499px) {
  .p-reservation-form-section {
    padding: 3.75rem 0 1.875rem;
  }
}
.p-reservation-form-section__inner {
  background: #fffaf4;
  border-radius: 2.5rem;
  box-sizing: border-box;
  margin-inline: auto;
  max-width: 75rem;
  padding: 5.625rem 6.25rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-reservation-form-section__inner {
    padding-inline: 2.8125rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-reservation-form-section__inner {
    border-radius: 1.25rem;
    padding: 2.5rem 0.625rem;
  }
}
.p-reservation-form-section__title {
  color: var(--color-text);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 3rem;
  text-align: center;
}
@media only screen and (max-width: 767.499px) {
  .p-reservation-form-section__title {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
}
.p-reservation-form-section .birthday-cal-icon {
  align-items: center;
  display: flex;
  height: 1.5rem;
  justify-content: center;
  pointer-events: none;
  position: absolute;
  right: 1.125rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.5rem;
}
.p-reservation-form-section .birthday-cal-icon svg {
  display: block;
  height: 1.5rem;
  width: 1.5rem;
}
.p-reservation-form-section .c-smf .smf-form input[name=birthday],
.p-reservation-form-section .c-smf .smf-form input[name=text-1jnbl5tfv],
.p-reservation-form-section .c-smf .smf-form input[name=preferred_date2],
.p-reservation-form-section .c-smf .smf-form input[name=preferred_date3] {
  width: 16.875rem !important;
}
@media only screen and (max-width: 767.499px) {
  .p-reservation-form-section .c-smf .smf-form input[name=birthday],
  .p-reservation-form-section .c-smf .smf-form input[name=text-1jnbl5tfv],
  .p-reservation-form-section .c-smf .smf-form input[name=preferred_date2],
  .p-reservation-form-section .c-smf .smf-form input[name=preferred_date3] {
    width: 12.5rem !important;
  }
}
.p-reservation-form-section .c-smf .smf-form .smf-select-control__control {
  -webkit-appearance: none;
  appearance: none;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0.5rem;
  box-sizing: border-box;
  color: var(--color-text);
  cursor: pointer;
  font-size: max(1rem, 14px);
  font-weight: 400;
  height: 3.875rem;
  padding: 0 2.5rem 0 0.8125rem;
  width: 100%;
}
@media only screen and (max-width: 767.499px) {
  .p-reservation-form-section .c-smf .smf-form .smf-select-control__control {
    height: 3.125rem;
  }
}
.p-reservation-form-section .c-smf .smf-form .smf-select-control__control:focus {
  border-color: var(--color-main-orange);
  outline: none;
}
.p-reservation-form-section .c-smf .smf-form .smf-item__controls:has(.smf-placeholder[data-name=select-1jnbl5mpb]) {
  align-items: flex-start;
  flex-direction: column;
  gap: 1.25rem;
}
.p-reservation-form-section .c-smf .smf-form .smf-select-control:has(select[name=select-1jnbl5mpb]) {
  width: 32.125rem;
}
@media only screen and (max-width: 767.499px) {
  .p-reservation-form-section .c-smf .smf-form .smf-select-control:has(select[name=select-1jnbl5mpb]) {
    width: 20.3125rem;
  }
}
.p-reservation-form-section .c-smf .smf-form select[name=select-1jnbl5mpb].is-placeholder {
  color: #A5A5A5;
}
.p-reservation-form-section .c-smf .smf-form .smf-select-control.is-open select[name=select-1jnbl5mpb].is-placeholder {
  color: var(--color-text);
}
.p-reservation-form-section .c-smf .smf-form .smf-placeholder:has(select[name=select-course-higaeri]),
.p-reservation-form-section .c-smf .smf-form .smf-placeholder:has(select[name=select-course-kenshin]),
.p-reservation-form-section .c-smf .smf-form .smf-placeholder[data-name=text-other-1a] {
  box-sizing: border-box;
  width: 100%;
}
.p-reservation-form-section .c-smf .smf-form .course-required-note.has-text-color {
  margin-top: 0;
}
.p-reservation-form-section .c-smf .smf-form .smf-item:has([name^=checkboxes-1jnbl5r1a]) .smf-checkboxes-control__control {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.p-reservation-form-section .c-smf .smf-form .smf-item:has(.smf-placeholder[data-name=select-1jnbl5mpb]),
.p-reservation-form-section .c-smf .smf-form .smf-item:has([name^=checkboxes-1jnbl5r1a]) {
  align-items: flex-start;
}
@media only screen and (max-width: 767.499px) {
  .p-reservation-form-section .c-smf .smf-form .smf-item:has(.smf-placeholder[data-name=select-1jnbl5mpb]),
  .p-reservation-form-section .c-smf .smf-form .smf-item:has([name^=checkboxes-1jnbl5r1a]) {
    align-items: revert;
  }
}
.p-reservation-form-section .c-smf .smf-form .smf-item:has([name^=checkboxes-1jnbl5r1a]) {
  display: none;
}
.p-reservation-form-section .c-smf .smf-form .smf-item:has([name^=checkboxes-1jnbl5r1a]).is-option-visible {
  display: flex;
}
@media only screen and (min-width: 768px) {
  .p-reservation-form-section .c-smf .smf-form .smf-item:has(.smf-placeholder[data-name=select-1jnbl5mpb]) .smf-item__col.smf-item__col--label {
    -webkit-transform: translateY(1.1875rem);
    transform: translateY(1.1875rem);
  }
}

.p-recruit-about {
  margin: 0 auto;
  max-width: 1680px;
  padding: 7.5625rem 0 5rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-recruit-about {
    padding-top: 1.875rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-recruit-about {
    padding: 1.875rem 0;
  }
}
.p-recruit-about__inner {
  align-items: flex-end;
  display: flex;
  width: 98.3%;
}
@media only screen and (max-width: 767.499px) {
  .p-recruit-about__inner {
    flex-direction: column;
  }
}
.p-recruit-about__img-wrap--left {
  aspect-ratio: 303/358;
  border-radius: 1.25em;
  flex-shrink: 0;
  height: 22.375em;
  overflow: hidden;
  position: relative;
  width: 18.9375em;
}
.p-recruit-about__img-wrap--center {
  aspect-ratio: 141/199;
  flex-shrink: 0;
  height: 40.3125em;
  margin-left: 1.875em;
  margin-right: 5.5625em;
  position: relative;
  width: 28.5625em;
}
.p-recruit-about__img-wrap--center > .splide {
  border-radius: 1.25rem;
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.p-recruit-about__img-wrap--right {
  aspect-ratio: 136/179;
  border-radius: 1.25em;
  flex-shrink: 0;
  height: 22.375em;
  margin-left: 3.125em;
  overflow: hidden;
  position: relative;
  width: 17em;
}
.p-recruit-about__img-wrap--left .splide__track,
.p-recruit-about__img-wrap--left .splide__list, .p-recruit-about__img-wrap--center .splide__track,
.p-recruit-about__img-wrap--center .splide__list, .p-recruit-about__img-wrap--right .splide__track,
.p-recruit-about__img-wrap--right .splide__list {
  height: 100%;
}
.p-recruit-about__img-wrap--left .splide__slide, .p-recruit-about__img-wrap--center .splide__slide, .p-recruit-about__img-wrap--right .splide__slide {
  height: 100%;
}
.p-recruit-about__img-wrap--left .splide__slide img, .p-recruit-about__img-wrap--center .splide__slide img, .p-recruit-about__img-wrap--right .splide__slide img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.p-recruit-about__content {
  -ms-grid-row-align: center;
  align-self: center;
  flex-shrink: 0;
  margin-top: 11.8125rem;
  width: 28.625rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-recruit-about__content {
    max-width: 13.125rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-recruit-about__content {
    -ms-grid-row-align: auto;
    align-self: auto;
    box-sizing: border-box;
    margin: 0 0 0.875rem;
    padding: 0 0.9375rem;
    width: 100%;
  }
}
.p-recruit-about__label {
  color: var(--color-text);
  font-size: 2.5rem;
  font-weight: 500;
  left: 33.6875rem;
  letter-spacing: 0.25rem;
  line-height: normal;
  margin: 0 0 4.5625rem;
  padding-bottom: 1rem;
  position: absolute;
  top: -2.1875rem;
  -webkit-transform: translateY(1.4375rem);
  transform: translateY(1.4375rem);
  width: 43.75rem;
  z-index: 1;
}
@media only screen and (min-width: 1051px) and (max-width: 1299px) {
  .p-recruit-about__label {
    top: -2.8125rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-recruit-about__label {
    font-size: 1.875rem;
    left: 12.5rem;
    letter-spacing: 0;
    top: -20rem;
    width: 25rem;
  }
}
.p-recruit-about__label::after {
  background: var(--color-main-orange);
  bottom: -0.375rem;
  content: "";
  height: 0.5rem;
  left: 0;
  position: absolute;
  width: 3.1875rem;
}
@media only screen and (max-width: 767.499px) {
  .p-recruit-about__label {
    font-size: 1.875rem;
    left: auto;
    letter-spacing: 0.1875rem;
    margin-bottom: 1.75rem;
    position: relative;
    top: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    width: auto;
  }
  .p-recruit-about__label::after {
    bottom: -0.0625rem;
    left: 0.25rem;
  }
}
.p-recruit-about__heading {
  color: #333;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 2.75rem;
  margin: 0 0 3.875rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-recruit-about__heading {
    font-size: 1.375rem;
    line-height: 1.75rem;
    margin-bottom: 1.875rem;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-recruit-about__heading {
    font-size: 1.625rem;
    line-height: 2.375rem;
    margin-bottom: 1.25rem;
  }
}
.p-recruit-about__desc {
  color: #000;
  font-size: max(1.125rem, 14px);
  font-weight: 400;
  line-height: 190%;
  margin: 0 0 1.9375rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-recruit-about__desc {
    font-size: 1rem;
    line-height: 134%;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-recruit-about__desc {
    font-size: 1rem;
  }
}
.p-recruit-about__note {
  color: var(--color-text);
  font-size: max(1rem, 14px);
  font-weight: 400;
  line-height: 160%;
}
@media only screen and (max-width: 767.499px) {
  .p-recruit-about__note {
    font-size: 0.875rem;
  }
}
.p-recruit-about__slider {
  display: none;
}
@media only screen and (max-width: 767.499px) {
  .p-recruit-about__slider {
    align-items: flex-end;
    display: flex;
    gap: 1.25rem;
    justify-content: center;
    margin-bottom: 2rem;
    overflow: hidden;
    width: 100%;
  }
}
.p-recruit-about__slider .p-recruit-about__img-wrap--left {
  aspect-ratio: 106/125;
  border-radius: 0.625rem;
  flex-shrink: 0;
  height: 10.6875rem;
  margin: 0;
  width: 9.0625rem;
}
.p-recruit-about__slider .p-recruit-about__img-wrap--right {
  aspect-ratio: 111/146;
  border-radius: 0.625rem;
  flex-shrink: 0;
  height: 10.6875rem;
  margin: 0;
  width: 8.125rem;
}
.p-recruit-about__slider .p-recruit-about__img-wrap--center {
  aspect-ratio: 46/65;
  border-radius: 0.625rem;
  flex-shrink: 0;
  height: 19.25rem;
  margin: 0;
  width: 13.625rem;
}

.p-recruit-jobs {
  padding: 3.625rem 0 3.875rem;
}
@media only screen and (max-width: 767.499px) {
  .p-recruit-jobs {
    padding: 1.875rem 0 1.75rem;
  }
}
.p-recruit-jobs__inner {
  margin: 0 auto;
  max-width: 75rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-recruit-jobs__inner {
    max-width: 93%;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-recruit-jobs__inner {
    padding: 0 0.9375rem;
  }
}
.p-recruit-jobs__panels {
  padding: 4.375rem 0 0;
}
@media only screen and (max-width: 767.499px) {
  .p-recruit-jobs__panels {
    padding-top: 2.1875rem;
  }
}
.p-recruit-jobs__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1.75rem;
  justify-content: center;
  list-style: none;
  margin: 0 auto 3rem;
  max-width: 46.875rem;
  padding: 0 0.5rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-recruit-jobs__nav {
    gap: 0.625rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-recruit-jobs__nav {
    gap: 0.625rem;
    margin-bottom: 1.5rem;
  }
}
.p-recruit-jobs__nav-item {
  align-items: center;
  background: #fff;
  border: 0.0625rem solid var(--color-main-orange);
  border-radius: 6.25rem;
  box-sizing: border-box;
  color: var(--color-main-orange);
  cursor: pointer;
  display: flex;
  font-size: max(1.25rem, 14px);
  font-weight: 700;
  height: 3.6875rem;
  justify-content: center;
  line-height: normal;
  padding: 0 2.8125rem;
  text-align: center;
  transition: background 0.3s ease, color 0.3s ease;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.p-recruit-jobs__nav-item.is-active {
  background: var(--color-main-orange);
  color: #fff;
}
@media (hover: hover) {
  .p-recruit-jobs__nav-item:hover {
    background: var(--color-main-orange);
    color: #fff;
  }
}
@media (hover: none) {
  .p-recruit-jobs__nav-item:active {
    background: var(--color-main-orange);
    color: #fff;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-recruit-jobs__nav-item {
    font-size: 0.8125rem;
    height: 2.75rem;
    padding: 0 0.75rem;
  }
}
.p-recruit-jobs__panel {
  display: none;
}
.p-recruit-jobs__panel.is-active {
  display: block;
}
.p-recruit-jobs__section-heading {
  color: var(--color-text);
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: normal;
  margin: 0 0 3.5625rem;
  padding-bottom: 1rem;
  position: relative;
}
.p-recruit-jobs__section-heading::after {
  background: var(--color-main-orange);
  bottom: -0.375rem;
  content: "";
  height: 0.5rem;
  left: 0;
  position: absolute;
  width: 3.1875rem;
}
@media only screen and (max-width: 767.499px) {
  .p-recruit-jobs__section-heading {
    font-size: 1.875rem;
    margin-bottom: 1.75rem;
  }
  .p-recruit-jobs__section-heading::after {
    bottom: -0.0625rem;
    height: 0.375rem;
    width: 2.5rem;
  }
}
.p-recruit-jobs__table {
  border-collapse: collapse;
  margin-bottom: 4.3125rem;
  width: 100%;
}
@media only screen and (max-width: 767.499px) {
  .p-recruit-jobs__table {
    margin-bottom: 2rem;
  }
}
.p-recruit-jobs__table th {
  background: var(--color-main-teal);
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.2);
  color: #FFF;
  font-size: max(1.25rem, 14px);
  font-weight: 700;
  line-height: normal;
  min-height: 6.25rem;
  padding: 2.1875rem 1.875rem;
  text-align: left;
  vertical-align: top;
  width: 20.8333333333%;
}
@media only screen and (max-width: 767.499px) {
  .p-recruit-jobs__table th {
    display: block;
    font-size: 0.875rem;
    min-height: auto;
    padding: 0.625rem 0.875rem;
    text-align: left;
    width: 100%;
  }
}
.p-recruit-jobs__table td {
  border-bottom: 0.0625rem solid var(--color-border);
  color: var(--color-text);
  font-size: max(1rem, 14px);
  font-weight: 400;
  line-height: 1.375rem;
  padding: 1.5625rem 3.25rem;
  vertical-align: middle;
}
@media only screen and (max-width: 767.499px) {
  .p-recruit-jobs__table td {
    border-left: 0.0625rem solid var(--color-border);
    border-right: 0.0625rem solid var(--color-border);
    display: block;
    font-size: 0.875rem;
    line-height: 1.6;
    padding: 0.75rem 0.875rem 1rem;
  }
}
.p-recruit-jobs__table tr:first-child th {
  border-top: 0.0625rem solid var(--color-main-teal);
}
.p-recruit-jobs__table tr:first-child td {
  border-top: 0.0625rem solid var(--color-border);
}
@media only screen and (max-width: 767.499px) {
  .p-recruit-jobs__table tr:first-child td {
    border-top: none;
  }
}

.p-page-header--recruit {
  background-image: url("../img/page/recruit/page-header-pc.jpg");
}
@media only screen and (max-width: 767.499px) {
  .p-page-header--recruit {
    background-image: url("../img/page/recruit/page-header-sp.jpg");
  }
}

.l-main.p-recruit {
  padding-bottom: 0;
}

.p-overview-kihon {
  padding: 2.3125rem 0.9375rem 7.5rem;
}
@media only screen and (max-width: 767.499px) {
  .p-overview-kihon {
    padding: 1.875rem 0.9375rem 3.75rem;
  }
}
.p-overview-kihon__inner {
  margin: 0 auto;
  max-width: 75em;
}
.p-overview-kihon__heading {
  letter-spacing: 0;
  margin-bottom: 3.125rem;
}
@media only screen and (max-width: 767.499px) {
  .p-overview-kihon__heading {
    margin-bottom: 1.5rem;
    width: 100%;
  }
}
.p-overview-kihon__row {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-overview-kihon__row {
    align-items: center;
    gap: 1.875em;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-overview-kihon__row {
    flex-direction: column;
    gap: 2.25rem;
  }
}
.p-overview-kihon__content {
  width: 100%;
}
.p-overview-kihon__body {
  color: var(--color-text);
  font-size: max(1rem, 14px);
  font-weight: 400;
  line-height: 1.9;
}
@media only screen and (max-width: 767.499px) {
  .p-overview-kihon__body {
    font-size: 0.875rem;
  }
}
.p-overview-kihon__body p + p {
  margin-top: 1.375rem;
}
@media only screen and (max-width: 767.499px) {
  .p-overview-kihon__body p + p {
    margin-top: 1rem;
  }
}
.p-overview-kihon__photo-wrap {
  flex-shrink: 0;
  text-align: center;
  width: 15.625em;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-overview-kihon__photo-wrap {
    width: 18.75em;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-overview-kihon__photo-wrap {
    margin: 0 auto;
    width: 10rem;
  }
}
.p-overview-kihon__photo {
  aspect-ratio: 1/1;
  border-radius: 0.625rem;
  display: block;
  height: 15.625em;
  -o-object-fit: cover;
  object-fit: cover;
  width: 15.625em;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-overview-kihon__photo {
    border-radius: 0.625em;
    height: 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-overview-kihon__photo {
    height: auto;
    width: 100%;
  }
}
.p-overview-kihon__name {
  color: var(--color-text);
  font-size: max(1rem, 14px);
  font-weight: 400;
  line-height: 1.9;
  margin-top: 1.5rem;
  text-align: right;
}
@media only screen and (max-width: 767.499px) {
  .p-overview-kihon__name {
    font-size: 0.75rem;
    margin-top: 0.75rem;
  }
}

.p-overview-summary {
  padding: 2.3125rem 0 7.5rem;
}
@media only screen and (max-width: 767.499px) {
  .p-overview-summary {
    padding: 1.875rem 0 3.75rem;
  }
}
.p-overview-summary__inner {
  margin: 0 auto;
  max-width: 75rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-overview-summary__inner {
    max-width: 93%;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-overview-summary__inner {
    padding: 0 0.9375rem;
  }
}
.p-overview-summary__block {
  margin-bottom: 4.375rem;
}
@media only screen and (max-width: 767.499px) {
  .p-overview-summary__block {
    margin-bottom: 2.5rem;
  }
}
.p-overview-summary__block:last-child {
  margin-bottom: 0;
}
.p-overview-summary__heading {
  color: var(--color-text);
  font-size: max(2.5rem, 28px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: normal;
  margin: 0 0 3.5625rem;
  padding-bottom: 1rem;
  position: relative;
}
.p-overview-summary__heading::after {
  background: var(--color-main-orange);
  bottom: -0.375rem;
  content: "";
  height: 0.5rem;
  left: 0;
  position: absolute;
  width: 3.1875rem;
}
@media only screen and (max-width: 767.499px) {
  .p-overview-summary__heading {
    font-size: 1.75rem;
    margin-bottom: 1.75rem;
  }
  .p-overview-summary__heading::after {
    bottom: -0.0625rem;
    height: 0.375rem;
    width: 2.5rem;
  }
}
.p-overview-summary__table {
  border-collapse: collapse;
  width: 100%;
}
.p-overview-summary__table th {
  background: var(--color-main-teal);
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: max(1.25rem, 14px);
  font-weight: 700;
  line-height: normal;
  min-height: 6.25rem;
  padding: 2.1875rem 1.875rem;
  text-align: left;
  vertical-align: top;
  width: 20.8333333333%;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-overview-summary__table th {
    font-size: 1.125rem;
    padding: 2.1875rem 0.9375rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-overview-summary__table th {
    display: block;
    font-size: 0.875rem;
    min-height: auto;
    padding: 0.625rem 0.875rem;
    width: 100%;
  }
}
.p-overview-summary__table td {
  border-bottom: 0.0625rem solid var(--color-border);
  color: var(--color-text);
  font-size: max(1rem, 14px);
  font-weight: 400;
  line-height: 1.375rem;
  padding: 1.5625rem 3.25rem;
  vertical-align: middle;
}
@media only screen and (max-width: 767.499px) {
  .p-overview-summary__table td {
    border-left: 0.0625rem solid var(--color-border);
    border-right: 0.0625rem solid var(--color-border);
    display: block;
    font-size: 0.875rem;
    line-height: 1.6;
    padding: 0.75rem 0.875rem 1rem;
  }
}
.p-overview-summary__table tr:first-child th {
  border-top: 0.0625rem solid var(--color-main-teal);
}
.p-overview-summary__table tr:first-child td {
  border-top: 0.0625rem solid var(--color-border);
}
@media only screen and (max-width: 767.499px) {
  .p-overview-summary__table tr:first-child td {
    border-top: none;
  }
}

.p-overview-nenpyo {
  padding: 2.3125rem 0 7.5rem;
}
@media only screen and (max-width: 767.499px) {
  .p-overview-nenpyo {
    padding: 1.875rem 0 3.75rem;
  }
}
.p-overview-nenpyo__inner {
  margin: 0 auto;
  max-width: 75rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-overview-nenpyo__inner {
    max-width: 93%;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-overview-nenpyo__inner {
    padding: 0 0.9375rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-overview-nenpyo__table-wrap {
    overflow-x: scroll;
  }
}
.p-overview-nenpyo__table {
  border-collapse: collapse;
  width: 100%;
}
@media only screen and (max-width: 767.499px) {
  .p-overview-nenpyo__table {
    min-width: 30rem;
  }
}
.p-overview-nenpyo__table thead th {
  background: var(--color-main-teal);
  color: #fff;
  font-size: max(1.125rem, 14px);
  font-weight: 400;
  line-height: normal;
  padding: 1.125rem 0;
  text-align: center;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-overview-nenpyo__table thead th {
    font-size: 1rem;
    padding: 1rem 0.75rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-overview-nenpyo__table thead th {
    font-size: 0.8125rem;
    padding: 0.625rem 0.75rem;
  }
}
.p-overview-nenpyo__table thead th:nth-child(1),
.p-overview-nenpyo__table thead th:nth-child(2),
.p-overview-nenpyo__table thead th:nth-child(3),
.p-overview-nenpyo__table tbody td:nth-child(1),
.p-overview-nenpyo__table tbody td:nth-child(2),
.p-overview-nenpyo__table tbody td:nth-child(3) {
  flex-shrink: 0;
  width: 10.4166666667%;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-overview-nenpyo__table thead th:nth-child(1),
  .p-overview-nenpyo__table thead th:nth-child(2),
  .p-overview-nenpyo__table thead th:nth-child(3),
  .p-overview-nenpyo__table tbody td:nth-child(1),
  .p-overview-nenpyo__table tbody td:nth-child(2),
  .p-overview-nenpyo__table tbody td:nth-child(3) {
    width: 11.25%;
  }
}
.p-overview-nenpyo__table tbody tr:nth-child(even) {
  background: #F4F4F4;
}
.p-overview-nenpyo__table tbody td {
  border: 0.0625rem solid #DFDEDE;
  color: var(--color-text);
  font-size: max(1.125rem, 14px);
  font-weight: 400;
  line-height: 1.7;
  padding: 1rem 1.5rem 1rem 2.5rem;
  vertical-align: top;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-overview-nenpyo__table tbody td {
    font-size: 0.9375rem;
    padding: 1rem 0.75rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-overview-nenpyo__table tbody td {
    font-size: 0.8125rem;
    padding: 0.625rem 0.75rem;
  }
}
.p-overview-nenpyo__table tbody td:nth-child(1),
.p-overview-nenpyo__table tbody td:nth-child(2),
.p-overview-nenpyo__table tbody td:nth-child(3) {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.p-overview-recognition {
  padding: 3.375rem 0 9.3125rem;
}
@media only screen and (max-width: 767.499px) {
  .p-overview-recognition {
    padding: 1.875rem 0 3.75rem;
  }
}
.p-overview-recognition__inner {
  margin: 0 auto;
  max-width: 75rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-overview-recognition__inner {
    max-width: 93%;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-overview-recognition__inner {
    padding: 0 0.9375rem;
  }
}
.p-overview-recognition__heading {
  color: var(--color-text);
  font-size: max(2.5rem, 28px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: normal;
  margin: 0 0 2.9375rem;
  padding-bottom: 1rem;
  position: relative;
}
.p-overview-recognition__heading::after {
  background: var(--color-main-orange);
  bottom: -0.375rem;
  content: "";
  height: 0.5rem;
  left: 0;
  position: absolute;
  width: 3.1875rem;
}
@media only screen and (max-width: 767.499px) {
  .p-overview-recognition__heading {
    font-size: 1.75rem;
    margin-bottom: 1.75rem;
  }
  .p-overview-recognition__heading::after {
    bottom: -0.0625rem;
    height: 0.375rem;
    width: 2.5rem;
  }
}
.p-overview-recognition__list {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767.499px) {
  .p-overview-recognition__list {
    gap: 1.25rem;
  }
}
.p-overview-recognition__item {
  align-items: baseline;
  display: flex;
  font-size: max(1rem, 14px);
  font-weight: 400;
  gap: 0.5rem;
  line-height: 190%;
}
.p-overview-recognition__item::before {
  background: var(--color-main-orange);
  border-radius: 50%;
  content: "";
  flex-shrink: 0;
  height: 0.625rem;
  width: 0.625rem;
}
@media only screen and (max-width: 767.499px) {
  .p-overview-recognition__item {
    font-size: 0.875rem;
    line-height: 1.5625rem;
  }
  .p-overview-recognition__item::before {
    height: 0.625rem;
    width: 0.625rem;
  }
}

.p-overview-subsidy {
  padding: 3.375rem 0 8.5rem;
}
@media only screen and (max-width: 767.499px) {
  .p-overview-subsidy {
    padding: 1.875rem 0 3.75rem;
  }
}
.p-overview-subsidy__inner {
  margin: 0 auto;
  max-width: 75rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-overview-subsidy__inner {
    max-width: 93%;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-overview-subsidy__inner {
    padding: 0 0.9375rem;
  }
}
.p-overview-subsidy__block {
  margin-bottom: 3.125rem;
}
@media only screen and (max-width: 767.499px) {
  .p-overview-subsidy__block {
    margin-bottom: 2.5rem;
  }
}
.p-overview-subsidy__block:last-child {
  margin-bottom: 0;
}
.p-overview-subsidy__heading {
  color: var(--color-text);
  font-size: max(2.5rem, 28px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: normal;
  margin: 0 0 3.375rem;
  padding-bottom: 1rem;
  position: relative;
}
.p-overview-subsidy__heading::after {
  background: var(--color-main-orange);
  bottom: -0.375rem;
  content: "";
  height: 0.5rem;
  left: 0;
  position: absolute;
  width: 3.1875rem;
}
@media only screen and (max-width: 767.499px) {
  .p-overview-subsidy__heading {
    font-size: 1.75rem;
    margin-bottom: 1.75rem;
  }
  .p-overview-subsidy__heading::after {
    bottom: -0.0625rem;
    height: 0.375rem;
    width: 2.5rem;
  }
}
.p-overview-subsidy__body {
  color: var(--color-text);
  font-size: max(1rem, 14px);
  font-weight: 400;
  line-height: 1.9;
}
.p-overview-subsidy__list + .p-overview-subsidy__body {
  margin-top: 0.75rem;
}
@media only screen and (max-width: 767.499px) {
  .p-overview-subsidy__body {
    font-size: 0.875rem;
  }
}
.p-overview-subsidy__list {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  list-style: none;
  margin: 1.875rem 0 0;
  padding: 0;
}
.p-overview-subsidy__body + .p-overview-subsidy__list {
  margin-top: 0.6875rem;
}
@media only screen and (max-width: 767.499px) {
  .p-overview-subsidy__list {
    gap: 1rem;
    margin-top: 1.25rem;
  }
}
.p-overview-subsidy__item {
  font-size: max(1rem, 14px);
  font-weight: 400;
  line-height: 1.9;
}
.p-overview-subsidy__item a {
  color: var(--color-text);
  text-decoration: underline;
}
@media (hover: hover) {
  .p-overview-subsidy__item a:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .p-overview-subsidy__item a:active {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-overview-subsidy__item {
    font-size: 0.875rem;
  }
}
.p-overview-subsidy__file-link {
  color: var(--color-main-orange);
  font-weight: 700;
  text-decoration: none;
}
@media (hover: hover) {
  .p-overview-subsidy__file-link:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .p-overview-subsidy__file-link:active {
    opacity: 0.7;
  }
}

.p-overview-action-plan {
  padding: 2.3125rem 0 8.5rem;
}
@media only screen and (max-width: 767.499px) {
  .p-overview-action-plan {
    padding: 1.875rem 0 3.75rem;
  }
}
.p-overview-action-plan__inner {
  margin: 0 auto;
  max-width: 75rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-overview-action-plan__inner {
    max-width: 93%;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-overview-action-plan__inner {
    padding: 0 0.9375rem;
  }
}
.p-overview-action-plan__intro {
  margin-bottom: 4.875rem;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-overview-action-plan__intro {
    margin-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-overview-action-plan__intro {
    margin-bottom: 2.5rem;
  }
}
.p-overview-action-plan__page-heading {
  color: var(--color-text);
  font-size: max(2.5rem, 28px);
  font-weight: 500;
  line-height: normal;
  margin: 0 0 1.25rem;
}
@media only screen and (max-width: 767.499px) {
  .p-overview-action-plan__page-heading {
    font-size: 1.75rem;
    margin-bottom: 1rem;
    text-align: left;
  }
}
.p-overview-action-plan__lead {
  color: var(--color-text);
  font-size: max(1rem, 14px);
  font-weight: 400;
  line-height: 1.9;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-overview-action-plan__lead {
    text-align: left;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-overview-action-plan__lead {
    font-size: 0.875rem;
    text-align: left;
  }
}
.p-overview-action-plan__block {
  margin-bottom: 4.375rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-overview-action-plan__block {
    margin-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-overview-action-plan__block {
    margin-bottom: 2.5rem;
  }
}
.p-overview-action-plan__block:last-child {
  margin-bottom: 0;
}
.p-overview-action-plan__section-heading {
  color: var(--color-text);
  font-size: max(2.5rem, 28px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: normal;
  margin: 0 0 1.875rem;
  padding-bottom: 1rem;
  position: relative;
}
.p-overview-action-plan__section-heading::after {
  background: var(--color-main-orange);
  bottom: -0.375rem;
  content: "";
  height: 0.5rem;
  left: 0;
  position: absolute;
  width: 3.1875rem;
}
@media only screen and (max-width: 767.499px) {
  .p-overview-action-plan__section-heading {
    font-size: 1.75rem;
    margin-bottom: 1.75rem;
  }
  .p-overview-action-plan__section-heading::after {
    bottom: -0.0625rem;
    height: 0.375rem;
    width: 2.5rem;
  }
}
.p-overview-action-plan__body {
  color: var(--color-text);
  font-size: max(1rem, 14px);
  font-weight: 400;
  line-height: 1.9;
}
@media only screen and (max-width: 767.499px) {
  .p-overview-action-plan__body {
    font-size: 0.875rem;
  }
}
.p-overview-action-plan__law-heading {
  color: var(--color-text);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: normal;
  margin: 1.5rem 0 1rem;
}
@media only screen and (max-width: 767.499px) {
  .p-overview-action-plan__law-heading {
    font-size: 1.125rem;
    margin-bottom: 1rem;
    margin-top: 1.875rem;
  }
}
.p-overview-action-plan__section-heading + .p-overview-action-plan__law-heading {
  margin-top: 0;
}
.p-overview-action-plan__goal {
  align-items: center;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background: var(--color-sub-cream);
  border: 0.0625rem solid var(--color-main-orange);
  border-radius: 0.625rem;
  display: flex;
  gap: 1.25rem;
  padding: 0.9375rem 1.5625rem;
}
@media only screen and (max-width: 767.499px) {
  .p-overview-action-plan__goal {
    gap: 0.75rem;
    padding: 0.75rem 1rem;
  }
}
.p-overview-action-plan__goal-label {
  color: var(--color-main-orange);
  flex-shrink: 0;
  font-size: max(1rem, 14px);
  font-weight: 700;
  line-height: normal;
}
@media only screen and (max-width: 767.499px) {
  .p-overview-action-plan__goal-label {
    font-size: 0.875rem;
  }
}
.p-overview-action-plan__goal-text {
  color: var(--color-text);
  font-size: max(1rem, 14px);
  font-weight: 400;
  line-height: normal;
}
@media only screen and (max-width: 767.499px) {
  .p-overview-action-plan__goal-text {
    font-size: 0.875rem;
  }
}
.p-overview-action-plan__measures-heading {
  color: var(--color-text);
  font-size: max(1rem, 14px);
  font-weight: 400;
  line-height: 1.9;
  margin: 1.5rem 0 0;
}
@media only screen and (max-width: 767.499px) {
  .p-overview-action-plan__measures-heading {
    font-size: 0.875rem;
    margin-top: 1.25rem;
  }
}
.p-overview-action-plan__list {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 1.3125rem 0 0;
  padding: 0;
}
@media only screen and (max-width: 767.499px) {
  .p-overview-action-plan__list {
    margin-top: 0.75rem;
  }
}
.p-overview-action-plan__item {
  align-items: baseline;
  display: flex;
  font-size: max(1rem, 14px);
  font-weight: 400;
  gap: 0.5rem;
  line-height: 190%;
}
.p-overview-action-plan__item::before {
  background: var(--color-main-orange);
  border-radius: 50%;
  content: "";
  flex-shrink: 0;
  height: 0.625rem;
  width: 0.625rem;
}
@media only screen and (max-width: 767.499px) {
  .p-overview-action-plan__item {
    font-size: 0.875rem;
  }
}
.p-overview-action-plan__analysis-title {
  color: var(--color-text);
  font-size: max(1.25rem, 16px);
  font-weight: 400;
  line-height: 1.9;
  margin: 0 0 1.875rem;
  text-align: center;
}
@media only screen and (max-width: 767.499px) {
  .p-overview-action-plan__analysis-title {
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
    text-align: left;
  }
}
.p-overview-action-plan__table-block + .p-overview-action-plan__table-block {
  margin-top: 1.875rem;
}
@media only screen and (max-width: 767.499px) {
  .p-overview-action-plan__table-block + .p-overview-action-plan__table-block {
    margin-top: 1.25rem;
  }
}
.p-overview-action-plan__table-heading {
  color: var(--color-text);
  font-size: max(1.125rem, 14px);
  font-weight: 500;
  line-height: 1.6;
  margin: 0 0 0.75rem;
}
@media only screen and (max-width: 767.499px) {
  .p-overview-action-plan__table-heading {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-overview-action-plan__table-wrap {
    overflow-x: scroll;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-overview-action-plan__table-wrap--wide {
    overflow-x: scroll;
  }
}
.p-overview-action-plan__table {
  border-collapse: collapse;
  width: 100%;
}
.p-overview-action-plan__table--narrow {
  width: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-overview-action-plan__table--narrow {
    width: 70%;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-overview-action-plan__table--narrow {
    min-width: 31.25rem;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-overview-action-plan__table--wide {
    min-width: 53.75rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-overview-action-plan__table--wide {
    min-width: 43.75rem;
  }
}
.p-overview-action-plan__table thead th {
  border: 0.0625rem solid var(--color-text);
  color: var(--color-text);
  font-size: 0.875rem;
  font-weight: 400;
  padding: 0.75rem 0;
  text-align: center;
}
@media only screen and (min-width: 1051px) {
  .p-overview-action-plan__table thead th {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-overview-action-plan__table thead th {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-overview-action-plan__table thead th {
    padding-left: 0;
    padding-right: 0;
  }
}
.p-overview-action-plan__table tbody td {
  border: 0.0625rem solid var(--color-text);
  font-size: max(1rem, 14px);
  font-weight: 400;
  padding: 0.75rem 1rem;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-overview-action-plan__table tbody td {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-overview-action-plan__table tbody td {
    font-size: 0.875rem;
    padding-left: 0;
    padding-right: 0;
  }
}
.p-overview-action-plan__table--category {
  table-layout: fixed;
}
@media only screen and (min-width: 1051px) {
  .p-overview-action-plan__table--category {
    width: 65%;
  }
}
.p-overview-action-plan__table--category thead th:first-child {
  vertical-align: middle;
}
.p-overview-action-plan__table--category thead th:first-child,
.p-overview-action-plan__table--category tbody td:first-child {
  text-align: center;
  width: 40%;
}
@media only screen and (max-width: 767.499px) {
  .p-overview-action-plan__table--category thead th:first-child,
  .p-overview-action-plan__table--category tbody td:first-child {
    width: 50%;
  }
}
.p-overview-action-plan__table-heading-note {
  font-size: max(1rem, 14px);
  font-weight: 400;
  margin-left: 0.5rem;
}
@media only screen and (max-width: 767.499px) {
  .p-overview-action-plan__table-heading-note {
    display: block;
    font-size: 0.8125rem;
    margin-left: 0;
    margin-top: 0.25rem;
  }
}
.p-overview-action-plan__note-box {
  border: 0.0625rem solid var(--color-text);
  font-size: max(1rem, 14px);
  font-weight: 400;
  line-height: 1.9;
  margin-top: 0.5rem;
  padding: 0.625rem 0.875rem;
  width: 50%;
}
@media only screen and (min-width: 1051px) {
  .p-overview-action-plan__note-box {
    width: 65%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-overview-action-plan__note-box {
    font-size: 0.875rem;
    width: 70%;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-overview-action-plan__note-box {
    font-size: 0.875rem;
    width: 100%;
  }
}
.p-overview-action-plan__note-box p {
  margin: 0;
}
.p-overview-action-plan__note-label {
  font-size: max(1rem, 14px);
  font-weight: 700;
  margin: 0.625rem 0 0.25rem;
}
.p-overview-action-plan__note-label:first-of-type {
  margin-top: 0.5rem;
}
@media only screen and (max-width: 767.499px) {
  .p-overview-action-plan__note-label {
    font-size: 0.875rem;
  }
}
.p-overview-action-plan__table-note {
  font-size: max(1rem, 14px);
  font-weight: 400;
  margin: 0.5rem 0 0;
  text-align: right;
  width: 50%;
}
@media only screen and (min-width: 1051px) {
  .p-overview-action-plan__table-note {
    width: 65%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-overview-action-plan__table-note {
    width: 70%;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-overview-action-plan__table-note {
    font-size: 0.8125rem;
    width: 100%;
  }
}

.p-overview-business-policy {
  padding: 2.3125rem 0 10.875rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-overview-business-policy {
    padding-bottom: 8.5rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-overview-business-policy {
    padding: 1.875rem 0 3.75rem;
  }
}
.p-overview-business-policy__inner {
  margin: 0 auto;
  max-width: 75rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-overview-business-policy__inner {
    max-width: 93%;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-overview-business-policy__inner {
    padding: 0 0.9375rem;
  }
}
.p-overview-business-policy__catch {
  color: var(--color-text);
  font-size: max(1.125rem, 14px);
  font-weight: 400;
  line-height: 2;
  margin-bottom: 4.125rem;
  text-align: center;
}
@media only screen and (max-width: 767.499px) {
  .p-overview-business-policy__catch {
    font-size: 0.875rem;
    margin-bottom: 2.5rem;
  }
}
.p-overview-business-policy__heading {
  color: var(--color-text);
  font-size: 1.875rem;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 1.9375rem;
  text-align: center;
}
@media only screen and (max-width: 767.499px) {
  .p-overview-business-policy__heading {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.p-overview-business-policy__body {
  color: var(--color-text);
  font-size: max(1rem, 14px);
  font-weight: 400;
  line-height: 1.9;
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 767.499px) {
  .p-overview-business-policy__body {
    font-size: 0.875rem;
  }
}
.p-overview-business-policy__list {
  counter-reset: policy-counter;
  list-style: none;
  margin: 0 0 2.375rem;
  padding: 0;
}
@media only screen and (max-width: 767.499px) {
  .p-overview-business-policy__list {
    margin-bottom: 2.5rem;
  }
}
.p-overview-business-policy__item {
  color: var(--color-text);
  counter-increment: policy-counter;
  font-size: max(1rem, 14px);
  font-weight: 400;
  line-height: 1.9;
  padding-left: 1.5625rem;
  position: relative;
}
.p-overview-business-policy__item::before {
  content: counter(policy-counter) "）";
  left: 0;
  position: absolute;
}
@media only screen and (max-width: 767.499px) {
  .p-overview-business-policy__item {
    font-size: 0.875rem;
    padding-left: 1.25rem;
  }
}
.p-overview-business-policy__signature {
  color: var(--color-text);
  font-size: max(1rem, 14px);
  font-weight: 400;
  line-height: 1.9;
  text-align: right;
}
@media only screen and (max-width: 767.499px) {
  .p-overview-business-policy__signature {
    font-size: 0.875rem;
  }
}

.p-overview-inspection-accuracy {
  padding: 3.375rem 0 8.5rem;
}
@media only screen and (max-width: 767.499px) {
  .p-overview-inspection-accuracy {
    padding: 1.875rem 0 3.75rem;
  }
}
.p-overview-inspection-accuracy__inner {
  margin: 0 auto;
  max-width: 75rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-overview-inspection-accuracy__inner {
    max-width: 93%;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-overview-inspection-accuracy__inner {
    padding: 0 0.9375rem;
  }
}
.p-overview-inspection-accuracy__block {
  margin-bottom: 3.125rem;
}
@media only screen and (max-width: 767.499px) {
  .p-overview-inspection-accuracy__block {
    margin-bottom: 2.5rem;
  }
}
.p-overview-inspection-accuracy__block:last-child {
  margin-bottom: 0;
}
.p-overview-inspection-accuracy__heading {
  color: var(--color-text);
  font-size: max(2.5rem, 28px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: normal;
  margin: 0 0 3.375rem;
  padding-bottom: 1rem;
  position: relative;
}
.p-overview-inspection-accuracy__heading::after {
  background: var(--color-main-orange);
  bottom: -0.375rem;
  content: "";
  height: 0.5rem;
  left: 0;
  position: absolute;
  width: 3.1875rem;
}
@media only screen and (max-width: 767.499px) {
  .p-overview-inspection-accuracy__heading {
    font-size: 1.75rem;
    margin-bottom: 1.75rem;
  }
  .p-overview-inspection-accuracy__heading::after {
    bottom: -0.0625rem;
    height: 0.375rem;
    width: 2.5rem;
  }
}
.p-overview-inspection-accuracy__list {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767.499px) {
  .p-overview-inspection-accuracy__list {
    gap: 0.4375rem;
  }
}
.p-overview-inspection-accuracy__item {
  color: var(--color-text);
  font-size: max(1rem, 14px);
  font-weight: 400;
  line-height: 1.9;
}
@media only screen and (max-width: 767.499px) {
  .p-overview-inspection-accuracy__item {
    font-size: 0.875rem;
    line-height: 1.2;
  }
}

body.page-overview {
  background-image: url("../img/common/bg-orange.png");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 93.9880952381% auto;
}
@media only screen and (max-width: 767.499px) {
  body.page-overview {
    background-size: auto;
  }
}
body.page-overview .p-page-header {
  aspect-ratio: 168/43.5;
  background-image: none;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  body.page-overview .p-page-header {
    aspect-ratio: 168/58;
  }
}
@media only screen and (max-width: 767.499px) {
  body.page-overview .p-page-header {
    aspect-ratio: 168/120;
  }
}
body.page-overview .p-page-header .c-page-breadcrumb {
  bottom: 0;
}
@media only screen and (max-width: 767.499px) {
  body.page-overview .p-page-header .c-page-breadcrumb {
    bottom: 1.875rem;
  }
}
body.page-overview .p-page-header__title {
  color: var(--color-text);
  font-size: 3.5rem;
  font-weight: 400;
  letter-spacing: 0.35rem;
  line-height: 2.5rem;
  position: relative;
  -webkit-transform: translateY(4.5625rem);
  transform: translateY(4.5625rem);
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  body.page-overview .p-page-header__title {
    font-size: 2.8125rem;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media only screen and (max-width: 767.499px) {
  body.page-overview .p-page-header__title {
    font-size: 2.1875rem;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
body.page-overview .p-page-header__title::after {
  background: var(--color-main-orange);
  bottom: -1.875rem;
  height: 0.5rem;
  left: 0;
  position: absolute;
  width: 3.1875rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  body.page-overview .p-page-header__title::after {
    bottom: -1.5625rem;
  }
}
@media only screen and (max-width: 767.499px) {
  body.page-overview .p-page-header__title::after {
    bottom: -1.125rem;
    width: 2.5rem;
  }
}
body.page-overview .c-page-breadcrumb__item {
  border-color: #231815;
  color: #231815;
}
body.page-overview .c-page-breadcrumb__item a {
  color: #231815;
}
body.page-overview .c-page-breadcrumb__item--current {
  background: #231815;
  border-color: #231815;
  color: #fff;
}
body.page-overview .l-main {
  padding-bottom: 0;
}

.p-overview-panel {
  display: none;
}
.p-overview-panel.is-active {
  display: block;
}

.p-overview-tabs {
  padding: 4.6875rem 0 3.125rem;
}
@media only screen and (max-width: 767.499px) {
  .p-overview-tabs {
    padding: 1.25rem 0 1.875rem;
  }
}
.p-overview-tabs__inner {
  margin: 0 auto;
  max-width: 75rem;
}
.p-overview-tabs__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767.499px) {
  .p-overview-tabs__list {
    gap: 0.625rem;
    justify-content: flex-start;
    padding: 0 0.9375rem;
  }
}
.p-overview-tabs__btn {
  align-items: center;
  background: transparent;
  border: 0.0625rem solid var(--color-main-orange);
  border-radius: 6.25rem;
  color: var(--color-main-orange);
  display: flex;
  font-size: max(1.25rem, 14px);
  font-weight: 700;
  height: 3.75rem;
  justify-content: center;
  line-height: normal;
  padding: 0 3.125rem;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease;
  white-space: nowrap;
}
@media only screen and (max-width: 767.499px) {
  .p-overview-tabs__btn {
    font-size: 0.875rem;
    height: 2.75rem;
    padding: 0 1.25rem;
  }
}
.p-overview-tabs__btn.is-active {
  background: var(--color-main-orange);
  color: #fff;
}
@media (hover: hover) {
  .p-overview-tabs__btn:hover {
    background: var(--color-main-orange);
    color: #fff;
  }
}
@media (hover: none) {
  .p-overview-tabs__btn:active {
    background: var(--color-main-orange);
    color: #fff;
  }
}

.p-page-header--access {
  background-image: url("../img/common/page-header3-pc.jpg");
}
@media only screen and (max-width: 767.499px) {
  .p-page-header--access {
    background-image: url("../img/common/page-header3-sp.jpg");
  }
}

.l-main.p-access {
  padding-bottom: 0;
}

.p-access-map {
  padding: 5rem 0.9375rem 0;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-access-map {
    padding: 3.75rem 0.9375rem 0;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-access-map {
    padding: 3.75rem 0;
  }
}
.p-access-map__outer {
  background: var(--color-sub-cream);
  border-radius: 2.5rem;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 93.75rem;
  padding: 3.75rem 5rem 3.25rem;
}
@media only screen and (min-width: 1051px) and (max-width: 1299px) {
  .p-access-map__outer {
    padding: 3.75rem 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-access-map__outer {
    border-radius: 1.875rem;
    padding: 3.125rem 1.875rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-access-map__outer {
    border-radius: 1.25rem;
    margin: auto;
    padding: 2.5rem 0.625rem;
    width: 93%;
  }
}
.p-access-map__inner {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 75rem;
  row-gap: 1.875rem;
}
@media only screen and (min-width: 1051px) and (max-width: 1299px) {
  .p-access-map__inner {
    max-width: 84.375rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-access-map__inner {
    max-width: 84.375rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-access-map__inner {
    row-gap: 1.875rem;
  }
}
.p-access-map__body {
  align-items: flex-start;
  -webkit-column-gap: 3.75rem;
  -moz-column-gap: 3.75rem;
  column-gap: 3.75rem;
  display: flex;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-access-map__body {
    -webkit-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-access-map__body {
    flex-direction: column;
    row-gap: 1.875rem;
  }
}
.p-access-map__map {
  flex-shrink: 0;
  width: 34.375rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-access-map__map {
    width: 40.7407407407%;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-access-map__map {
    width: 100%;
  }
}
.p-access-map__map iframe {
  border: 0;
  border-radius: 1.25rem;
  display: block;
  height: 41.25rem;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-access-map__map iframe {
    aspect-ratio: 550/800;
    height: auto;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-access-map__map iframe {
    aspect-ratio: unset;
    height: 18.75rem;
  }
}
.p-access-map__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  margin-top: 1.625rem;
  min-width: 0;
  row-gap: 5rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-access-map__content {
    row-gap: 1.875rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-access-map__content {
    row-gap: 2.5rem;
    width: 100%;
  }
}
.p-access-map__info-row {
  align-items: flex-start;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  display: flex;
  gap: 0.9375rem;
  margin-bottom: 1.8125rem;
}
@media only screen and (max-width: 767.499px) {
  .p-access-map__info-row {
    flex-direction: column;
  }
}
.p-access-map__badge {
  align-items: center;
  border-radius: 6.25rem;
  display: flex;
  flex-shrink: 0;
  gap: 0.3125rem;
  justify-content: center;
  padding: 0.5rem 0;
  width: 22.5423728814%;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-access-map__badge {
    padding: 0.3125rem 0;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-access-map__badge {
    padding: 0.3125rem 0;
    width: 30%;
  }
}
.p-access-map__badge svg {
  display: block;
  flex-shrink: 0;
  height: 1.25rem;
  width: 1.25rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-access-map__badge svg {
    height: 0.9375rem;
    width: 0.9375rem;
  }
}
.p-access-map__badge span {
  color: #fff;
  font-size: max(1rem, 14px);
  font-weight: 700;
  line-height: normal;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-access-map__badge span {
    font-size: 0.875rem;
  }
}
.p-access-map__badge--teal {
  background: #36C7A7;
}
.p-access-map__badge--orange {
  background: var(--color-main-orange);
}
.p-access-map__teal {
  display: flex;
  flex-direction: column;
}
.p-access-map__address {
  color: #000;
  font-size: max(1.125rem, 14px);
  font-weight: 400;
  line-height: 1.9;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-access-map__address {
    font-size: 1rem;
    line-height: 1.7;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-access-map__address {
    font-size: 1rem;
  }
}
.p-access-map__gmaps-btn {
  align-items: center;
  background: #fff;
  border: 1px solid var(--color-main-teal);
  border-radius: 1.25rem;
  box-sizing: border-box;
  color: #42AE96;
  display: flex;
  gap: 0.75rem;
  height: 6.875rem;
  padding-left: 2.625rem;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease;
  width: 100%;
}
@media only screen and (min-width: 1051px) and (max-width: 1299px) {
  .p-access-map__gmaps-btn {
    margin: auto;
    width: 80%;
  }
}
.p-access-map__gmaps-btn svg {
  display: block;
  flex-shrink: 0;
  height: 1.5rem;
  width: 1.5rem;
}
.p-access-map__gmaps-btn svg path {
  transition: fill 0.3s ease;
}
.p-access-map__gmaps-btn span {
  font-size: max(1.125rem, 14px);
  font-weight: 500;
  line-height: normal;
}
@media only screen and (max-width: 767.499px) {
  .p-access-map__gmaps-btn span {
    font-size: 1rem;
  }
}
@media (hover: hover) {
  .p-access-map__gmaps-btn:hover {
    background: var(--color-main-teal);
    color: #fff;
  }
  .p-access-map__gmaps-btn:hover svg path {
    fill: #fff;
  }
}
@media (hover: none) {
  .p-access-map__gmaps-btn:active {
    background: var(--color-main-teal);
    color: #fff;
  }
  .p-access-map__gmaps-btn:active svg path {
    fill: #fff;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-access-map__gmaps-btn {
    height: 5rem;
  }
}
.p-access-map__orange {
  display: flex;
  flex-direction: column;
}
.p-access-map__holiday-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.p-access-map__holiday-text {
  color: #000;
  font-size: max(1.125rem, 14px);
  font-weight: 400;
  line-height: 1.9;
}
@media only screen and (max-width: 767.499px) {
  .p-access-map__holiday-text {
    font-size: 1rem;
  }
}
.p-access-map__holiday-note {
  color: var(--color-text);
  font-size: max(1rem, 14px);
  font-weight: 400;
  line-height: 1.6;
  padding-left: 1em;
  text-indent: -1em;
}
@media only screen and (max-width: 767.499px) {
  .p-access-map__holiday-note {
    font-size: 0.875rem;
  }
}
.p-access-map__tel-btn {
  align-items: center;
  background: var(--color-main-orange);
  border: 1px solid var(--color-main-orange);
  border-radius: 1.25rem;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  height: 6.875rem;
  padding: 0;
  position: relative;
  text-decoration: none;
  transition: background 0.4s ease, color 0.4s ease;
  width: 100%;
}
@media only screen and (min-width: 1051px) and (max-width: 1299px) {
  .p-access-map__tel-btn {
    margin: auto;
    width: 80%;
  }
}
.p-access-map__tel-btn svg path {
  transition: fill 0.4s ease;
}
@media (hover: hover) {
  .p-access-map__tel-btn:hover {
    background: #fff;
    color: var(--color-main-orange);
  }
  .p-access-map__tel-btn:hover svg path {
    fill: var(--color-main-orange);
  }
}
@media (hover: none) {
  .p-access-map__tel-btn:active {
    background: #fff;
    color: var(--color-main-orange);
  }
  .p-access-map__tel-btn:active svg path {
    fill: var(--color-main-orange);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-access-map__tel-btn {
    flex-direction: column;
    gap: 0.5rem;
    height: auto;
    justify-content: center;
    padding: 1rem 0;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-access-map__tel-btn {
    height: 5rem;
  }
}
.p-access-map__tel-left {
  align-items: center;
  display: flex;
  gap: 0.6875rem;
  height: 100%;
  padding-left: 2.625rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-access-map__tel-left {
    height: auto;
    justify-content: center;
    padding-left: 0;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-access-map__tel-left {
    padding-left: 0.9375rem;
  }
}
.p-access-map__tel-icon {
  flex-shrink: 0;
}
.p-access-map__tel-icon svg {
  display: block;
  height: 1.8125rem;
  width: 1.625rem;
}
@media only screen and (max-width: 767.499px) {
  .p-access-map__tel-icon svg {
    height: auto;
    width: 1.25rem;
  }
}
.p-access-map__tel-label {
  font-size: max(1.125rem, 14px);
  font-weight: 500;
}
@media only screen and (max-width: 767.499px) {
  .p-access-map__tel-label {
    font-size: 0.875rem;
  }
}
.p-access-map__tel-right {
  position: absolute;
  right: 3.625rem;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-access-map__tel-right {
    position: static;
    right: auto;
    text-align: center;
    -webkit-transform: none;
    transform: none;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-access-map__tel-right {
    right: 1.25rem;
  }
}
.p-access-map__tel-number {
  display: block;
  font-family: Lato, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0.25rem;
}
@media only screen and (max-width: 767.499px) {
  .p-access-map__tel-number {
    font-size: 1.375rem;
  }
}
.p-access-map__tel-hours {
  display: block;
  font-size: max(1rem, 14px);
  font-weight: 400;
  line-height: 1.6;
}
@media only screen and (max-width: 767.499px) {
  .p-access-map__tel-hours {
    font-size: 0.6875rem;
  }
}
.p-access-map__notice {
  background: var(--color-main-teal);
  border-radius: 1.25rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  padding: 1.5625rem 3.75rem;
  width: 100%;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-access-map__notice {
    padding: 1.5625rem 1.875rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-access-map__notice {
    border-radius: 0.9375rem;
    padding: 1.25rem 0.9375rem;
  }
}
.p-access-map__notice p {
  color: #fff;
  font-size: max(1rem, 14px);
  font-weight: 400;
  line-height: 1.6;
}
@media only screen and (max-width: 767.499px) {
  .p-access-map__notice p {
    font-size: 0.875rem;
  }
}

.p-access-guide {
  padding: 5rem 0.9375rem 8.625rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-access-guide {
    padding: 3.75rem 0.9375rem 5rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-access-guide {
    padding: 0 0 3.75rem;
  }
}
.p-access-guide__inner {
  margin: 0 auto;
  max-width: 75rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-access-guide__inner {
    max-width: 93%;
  }
}
.p-access-guide__photo-wrap {
  margin-bottom: 4.3125rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-access-guide__photo-wrap {
    margin-bottom: 3.75rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-access-guide__photo-wrap {
    margin-bottom: 2.5rem;
    padding: 0 0.9375rem;
  }
}
.p-access-guide__photo {
  border-radius: 1.25rem;
  display: block;
  height: 21.875rem;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
@media only screen and (max-width: 767.499px) {
  .p-access-guide__photo {
    aspect-ratio: 1209/700;
    border-radius: 1.25rem;
    height: auto;
  }
}
.p-access-guide__section {
  margin-bottom: 3.6875rem;
}
.p-access-guide__section:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-access-guide__section {
    margin-bottom: 3.75rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-access-guide__section {
    margin-bottom: 3.125rem;
    padding: 0 0.9375rem;
  }
}
.p-access-guide__section:has(.p-access-guide__route-list) .p-access-guide__body {
  margin-bottom: 2.5rem;
}
.p-access-guide__section:has(.p-access-guide__note) .p-access-guide__body {
  margin-bottom: 0.3125rem;
}
.p-access-guide__heading {
  align-items: center;
  color: var(--color-text);
  display: flex;
  font-size: max(2.5rem, 28px);
  font-weight: 500;
  gap: 0.75rem;
  letter-spacing: 0;
  line-height: normal;
  margin-bottom: 2.25rem;
  padding-bottom: 1rem;
  position: relative;
}
.p-access-guide__heading::after {
  background: var(--color-main-orange);
  bottom: -0.375rem;
  content: "";
  height: 0.5rem;
  left: 0;
  position: absolute;
  width: 3.1875rem;
}
@media only screen and (max-width: 767.499px) {
  .p-access-guide__heading {
    font-size: 1.75rem;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
  }
  .p-access-guide__heading::after {
    bottom: -0.0625rem;
    height: 0.375rem;
    width: 2.5rem;
  }
}
.p-access-guide__heading-icon {
  display: flex;
  flex-shrink: 0;
}
.p-access-guide__heading-icon svg {
  display: block;
  height: 2.5rem;
  width: 2.5rem;
}
@media only screen and (max-width: 767.499px) {
  .p-access-guide__heading-icon svg {
    height: 1.75rem;
    width: 1.75rem;
  }
}
.p-access-guide__body {
  color: var(--color-text);
  font-size: max(1.125rem, 14px);
  font-weight: 400;
  line-height: 1.9;
  margin-bottom: 1.875rem;
}
@media only screen and (max-width: 767.499px) {
  .p-access-guide__body {
    font-size: 1rem;
    margin-bottom: 1.25rem;
  }
}
.p-access-guide__notice {
  align-items: center;
  background: var(--color-sub-light-teal);
  border-radius: 0.625rem;
  display: flex;
  padding: 1.25rem 2.5rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-access-guide__notice {
    padding: 1.25rem 1.875rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-access-guide__notice {
    border-radius: 0.5rem;
    padding: 0.9375rem 1.25rem;
  }
}
.p-access-guide__notice p {
  color: var(--color-sub-dark-teal);
  font-size: max(1.125rem, 14px);
  font-weight: 500;
  line-height: 1.9;
}
@media only screen and (max-width: 767.499px) {
  .p-access-guide__notice p {
    font-size: 0.875rem;
  }
}
.p-access-guide__note {
  color: var(--color-text);
  font-size: max(1rem, 14px);
  font-weight: 400;
  line-height: 1.9;
  padding-left: 1em;
  text-indent: -1em;
}
@media only screen and (max-width: 767.499px) {
  .p-access-guide__note {
    font-size: 0.875rem;
  }
}
.p-access-guide__route-list {
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-access-guide__route-list {
    flex-wrap: wrap;
    gap: 1.875rem 4%;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-access-guide__route-list {
    flex-wrap: wrap;
    gap: 1.5rem 0;
    justify-content: space-between;
  }
}
.p-access-guide__route-item {
  display: flex;
  flex-direction: column;
  width: 17.375rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-access-guide__route-item {
    width: 48%;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-access-guide__route-item {
    width: 48%;
  }
}
.p-access-guide__route-img-wrap {
  margin-bottom: 1.875rem;
  position: relative;
}
@media only screen and (max-width: 767.499px) {
  .p-access-guide__route-img-wrap {
    margin-bottom: 1rem;
  }
}
.p-access-guide__route-img {
  border-radius: 0.625rem;
  display: block;
  height: 12.4375rem;
  -o-object-fit: cover;
  object-fit: cover;
  width: 17.375rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-access-guide__route-img {
    aspect-ratio: 278/199;
    height: auto;
    width: 100%;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-access-guide__route-img {
    aspect-ratio: 278/199;
    height: auto;
    width: 100%;
  }
}
.p-access-guide__route-num {
  align-items: center;
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 50%;
  bottom: -1.4375rem;
  color: var(--color-main-orange);
  display: flex;
  font-family: Lato, sans-serif;
  font-size: 1.625rem;
  font-weight: 300;
  justify-content: center;
  line-height: 1.5;
  overflow: hidden;
  position: absolute;
  right: -0.5625rem;
  width: 4.375rem;
}
@media only screen and (max-width: 767.499px) {
  .p-access-guide__route-num {
    bottom: -0.625rem;
    font-size: 1.125rem;
    right: -0.5625rem;
    width: 2.75rem;
  }
}
.p-access-guide__route-caption {
  color: var(--color-main-orange);
  font-size: max(1.25rem, 14px);
  font-weight: 700;
  line-height: normal;
}
@media only screen and (max-width: 767.499px) {
  .p-access-guide__route-caption {
    font-size: 0.8125rem;
  }
}

body.page-privacy-policy {
  background-image: url("../img/common/bg-orange.png");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 93.9880952381% auto;
}
@media only screen and (max-width: 767.499px) {
  body.page-privacy-policy {
    background-size: auto;
  }
}
body.page-privacy-policy .p-page-header {
  aspect-ratio: 168/43.5;
  background-image: none;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  body.page-privacy-policy .p-page-header {
    aspect-ratio: 168/58;
  }
}
@media only screen and (max-width: 767.499px) {
  body.page-privacy-policy .p-page-header {
    aspect-ratio: 168/120;
  }
}
body.page-privacy-policy .p-page-header .c-page-breadcrumb {
  bottom: 0;
}
@media only screen and (max-width: 767.499px) {
  body.page-privacy-policy .p-page-header .c-page-breadcrumb {
    bottom: 1.875rem;
  }
}
body.page-privacy-policy .p-page-header__title {
  color: var(--color-text);
  font-size: 3.5rem;
  font-weight: 400;
  letter-spacing: 0.35rem;
  line-height: 2.5rem;
  position: relative;
  -webkit-transform: translateY(4.5625rem);
  transform: translateY(4.5625rem);
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  body.page-privacy-policy .p-page-header__title {
    font-size: 2.8125rem;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media only screen and (max-width: 767.499px) {
  body.page-privacy-policy .p-page-header__title {
    font-size: 2.1875rem;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
body.page-privacy-policy .p-page-header__title::after {
  background: var(--color-main-orange);
  bottom: -1.875rem;
  height: 0.5rem;
  left: 0;
  position: absolute;
  width: 3.1875rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  body.page-privacy-policy .p-page-header__title::after {
    bottom: -1.5625rem;
  }
}
@media only screen and (max-width: 767.499px) {
  body.page-privacy-policy .p-page-header__title::after {
    bottom: -1.125rem;
    width: 2.5rem;
  }
}
body.page-privacy-policy .c-page-breadcrumb__item {
  border-color: #231815;
  color: #231815;
}
body.page-privacy-policy .c-page-breadcrumb__item a {
  color: #231815;
}
body.page-privacy-policy .c-page-breadcrumb__item--current {
  background: #231815;
  border-color: #231815;
  color: #fff;
}
body.page-privacy-policy .l-main {
  padding-bottom: 0;
}

.p-privacy__section {
  padding: 5rem 0 8.6875rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-privacy__section {
    padding: 3.75rem 0 5rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-privacy__section {
    padding: 0 0 3.75rem;
  }
}
.p-privacy__inner {
  margin: 0 auto;
  max-width: 75rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-privacy__inner {
    max-width: 93%;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-privacy__content {
    padding: 0 0.9375rem;
  }
}
.p-privacy__lead, .p-privacy__kinen, .p-privacy__item-heading, .p-privacy__list-item {
  color: var(--color-text);
  font-size: max(1rem, 14px);
  font-weight: 400;
  line-height: 1.9;
}
@media only screen and (max-width: 767.499px) {
  .p-privacy__lead, .p-privacy__kinen, .p-privacy__item-heading, .p-privacy__list-item {
    font-size: 0.875rem;
  }
}
.p-privacy__lead {
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 767.499px) {
  .p-privacy__lead {
    margin-bottom: 1.5rem;
  }
}
.p-privacy__kinen {
  margin-bottom: 1.5625rem;
  text-align: center;
}
@media only screen and (max-width: 767.499px) {
  .p-privacy__kinen {
    margin-bottom: 1.5rem;
  }
}
.p-privacy__item:last-of-type {
  margin-bottom: 3.75rem;
}
@media only screen and (max-width: 767.499px) {
  .p-privacy__item {
    margin-bottom: 1.5rem;
  }
  .p-privacy__item:last-of-type {
    margin-bottom: 2.5rem;
  }
}
.p-privacy__item-heading {
  font-weight: 700;
}
.p-privacy__list {
  list-style: none;
  margin-bottom: -0.1875rem;
  padding-left: 0.5rem;
}
@media only screen and (max-width: 767.499px) {
  .p-privacy__list {
    padding-left: 0;
  }
}
.p-privacy__list-item {
  padding-left: 1rem;
  position: relative;
}
.p-privacy__list-item::before {
  aspect-ratio: 1/1;
  background: var(--color-text);
  border-radius: 50%;
  content: "";
  left: 0;
  position: absolute;
  top: 0.5lh;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.3125rem;
}
.p-privacy__signature {
  margin-top: 5.125rem;
  text-align: right;
}
@media only screen and (max-width: 767.499px) {
  .p-privacy__signature {
    margin-top: 2.5rem;
  }
}
.p-privacy__signature p {
  color: var(--color-text);
  font-size: max(1rem, 14px);
  font-weight: 400;
  line-height: 1.9;
}
@media only screen and (max-width: 767.499px) {
  .p-privacy__signature p {
    font-size: 0.875rem;
  }
}

body.page-rights-and-obligations {
  background-image: url("../img/common/bg-orange.png");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 93.9880952381% auto;
}
@media only screen and (max-width: 767.499px) {
  body.page-rights-and-obligations {
    background-size: auto;
  }
}
body.page-rights-and-obligations .p-page-header {
  aspect-ratio: 168/43.5;
  background-image: none;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  body.page-rights-and-obligations .p-page-header {
    aspect-ratio: 168/58;
  }
}
@media only screen and (max-width: 767.499px) {
  body.page-rights-and-obligations .p-page-header {
    aspect-ratio: 168/120;
  }
}
body.page-rights-and-obligations .p-page-header .c-page-breadcrumb {
  bottom: 0;
}
@media only screen and (max-width: 767.499px) {
  body.page-rights-and-obligations .p-page-header .c-page-breadcrumb {
    bottom: 1.875rem;
  }
}
body.page-rights-and-obligations .p-page-header__title {
  color: var(--color-text);
  font-size: 3.5rem;
  font-weight: 400;
  letter-spacing: 0.35rem;
  line-height: 2.5rem;
  position: relative;
  -webkit-transform: translateY(4.5625rem);
  transform: translateY(4.5625rem);
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  body.page-rights-and-obligations .p-page-header__title {
    font-size: 2.8125rem;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media only screen and (max-width: 767.499px) {
  body.page-rights-and-obligations .p-page-header__title {
    font-size: 2.1875rem;
    -webkit-transform: translateY(0);
    letter-spacing: 0;
    transform: translateY(0);
  }
}
body.page-rights-and-obligations .p-page-header__title::after {
  background: var(--color-main-orange);
  bottom: -1.875rem;
  height: 0.5rem;
  left: 0;
  position: absolute;
  width: 3.1875rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  body.page-rights-and-obligations .p-page-header__title::after {
    bottom: -1.5625rem;
  }
}
@media only screen and (max-width: 767.499px) {
  body.page-rights-and-obligations .p-page-header__title::after {
    bottom: -1.125rem;
    width: 2.5rem;
  }
}
body.page-rights-and-obligations .c-page-breadcrumb__item {
  border-color: #231815;
  color: #231815;
}
body.page-rights-and-obligations .c-page-breadcrumb__item a {
  color: #231815;
}
body.page-rights-and-obligations .c-page-breadcrumb__item--current {
  background: #231815;
  border-color: #231815;
  color: #fff;
}
body.page-rights-and-obligations .l-main {
  padding-bottom: 0;
}

.p-rights__section {
  padding: 5rem 0 8.5rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-rights__section {
    padding: 3.75rem 0 5rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-rights__section {
    padding: 0 0 3.75rem;
  }
}
.p-rights__inner {
  margin: 0 auto;
  max-width: 75rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-rights__inner {
    max-width: 93%;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-rights__content {
    padding: 0 0.9375rem;
  }
}
.p-rights__block:not(:last-child) {
  margin-bottom: 1.6875rem;
}
@media only screen and (max-width: 767.499px) {
  .p-rights__block:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
.p-rights__block-heading {
  color: var(--color-text);
  font-size: max(1rem, 14px);
  font-weight: 700;
  line-height: 1.9;
  margin-bottom: 0.25rem;
}
@media only screen and (max-width: 767.499px) {
  .p-rights__block-heading {
    font-size: 0.875rem;
    margin-bottom: 0.25rem;
  }
}
.p-rights__block-item {
  color: var(--color-text);
  font-size: max(1rem, 14px);
  font-weight: 400;
  line-height: 1.9;
}
@media only screen and (max-width: 767.499px) {
  .p-rights__block-item {
    font-size: 0.875rem;
  }
}

body.page-security {
  background-image: url("../img/common/bg-orange.png");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 93.9880952381% auto;
}
@media only screen and (max-width: 767.499px) {
  body.page-security {
    background-size: auto;
  }
}
body.page-security .p-page-header {
  aspect-ratio: 168/43.5;
  background-image: none;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  body.page-security .p-page-header {
    aspect-ratio: 168/58;
  }
}
@media only screen and (max-width: 767.499px) {
  body.page-security .p-page-header {
    aspect-ratio: 168/120;
  }
}
body.page-security .p-page-header .c-page-breadcrumb {
  bottom: 0;
}
@media only screen and (max-width: 767.499px) {
  body.page-security .p-page-header .c-page-breadcrumb {
    bottom: 1.875rem;
  }
}
body.page-security .p-page-header__title {
  color: var(--color-text);
  font-size: 3.5rem;
  font-weight: 400;
  letter-spacing: 0.35rem;
  line-height: 2.5rem;
  position: relative;
  -webkit-transform: translateY(4.5625rem);
  transform: translateY(4.5625rem);
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  body.page-security .p-page-header__title {
    font-size: 2.8125rem;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media only screen and (max-width: 767.499px) {
  body.page-security .p-page-header__title {
    font-size: 2.1875rem;
    letter-spacing: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
body.page-security .p-page-header__title::after {
  background: var(--color-main-orange);
  bottom: -1.875rem;
  height: 0.5rem;
  left: 0;
  position: absolute;
  width: 3.1875rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  body.page-security .p-page-header__title::after {
    bottom: -1.5625rem;
  }
}
@media only screen and (max-width: 767.499px) {
  body.page-security .p-page-header__title::after {
    bottom: -1.125rem;
    width: 2.5rem;
  }
}
body.page-security .c-page-breadcrumb__item {
  border-color: #231815;
  color: #231815;
}
body.page-security .c-page-breadcrumb__item a {
  color: #231815;
}
body.page-security .c-page-breadcrumb__item--current {
  background: #231815;
  border-color: #231815;
  color: #fff;
}
body.page-security .l-main {
  padding-bottom: 0;
}

.p-security__section {
  padding: 5rem 0 8.5rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-security__section {
    padding: 3.75rem 0 5rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-security__section {
    padding: 0 0 3.75rem;
  }
}
.p-security__inner {
  margin: 0 auto;
  max-width: 75rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-security__inner {
    max-width: 93%;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-security__content {
    padding: 0 0.9375rem;
  }
}
.p-security__lead, .p-security__item {
  color: var(--color-text);
  font-size: max(1rem, 14px);
  font-weight: 400;
  line-height: 1.9;
}
@media only screen and (max-width: 767.499px) {
  .p-security__lead, .p-security__item {
    font-size: 0.875rem;
  }
}
.p-security__lead-block {
  margin-bottom: 3.4375rem;
}
@media only screen and (max-width: 767.499px) {
  .p-security__lead-block {
    margin-bottom: 1.875rem;
  }
}
.p-security__heading {
  color: var(--color-text);
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.9;
  margin-bottom: 1.5rem;
  text-align: center;
}
@media only screen and (max-width: 767.499px) {
  .p-security__heading {
    font-size: 1.375rem;
    margin-bottom: 1rem;
  }
}
.p-security__items-block {
  margin-bottom: 3.75rem;
}
@media only screen and (max-width: 767.499px) {
  .p-security__items-block {
    margin-bottom: 2.5rem;
  }
}
.p-security__signature {
  text-align: right;
}
.p-security__signature p {
  color: var(--color-text);
  font-size: max(1rem, 14px);
  font-weight: 400;
  line-height: 1.9;
}
@media only screen and (max-width: 767.499px) {
  .p-security__signature p {
    font-size: 0.875rem;
  }
}

body.page-customer-harassment {
  background-image: url("../img/common/bg-orange.png");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 93.9880952381% auto;
}
@media only screen and (max-width: 767.499px) {
  body.page-customer-harassment {
    background-size: auto;
  }
}
body.page-customer-harassment .p-page-header {
  aspect-ratio: 168/43.5;
  background-image: none;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  body.page-customer-harassment .p-page-header {
    aspect-ratio: 168/58;
  }
}
@media only screen and (max-width: 767.499px) {
  body.page-customer-harassment .p-page-header {
    aspect-ratio: 168/120;
  }
}
body.page-customer-harassment .p-page-header .c-page-breadcrumb {
  bottom: 0;
}
@media only screen and (max-width: 767.499px) {
  body.page-customer-harassment .p-page-header .c-page-breadcrumb {
    bottom: 1.875rem;
  }
}
body.page-customer-harassment .p-page-header__title {
  color: var(--color-text);
  font-size: 3.5rem;
  font-weight: 400;
  letter-spacing: 0.35rem;
  line-height: 2.5rem;
  position: relative;
  -webkit-transform: translateY(4.5625rem);
  transform: translateY(4.5625rem);
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  body.page-customer-harassment .p-page-header__title {
    font-size: 2.8125rem;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media only screen and (max-width: 767.499px) {
  body.page-customer-harassment .p-page-header__title {
    font-size: 2.1875rem;
    letter-spacing: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
body.page-customer-harassment .p-page-header__title::after {
  background: var(--color-main-orange);
  bottom: -1.875rem;
  height: 0.5rem;
  left: 0;
  position: absolute;
  width: 3.1875rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  body.page-customer-harassment .p-page-header__title::after {
    bottom: -1.5625rem;
  }
}
@media only screen and (max-width: 767.499px) {
  body.page-customer-harassment .p-page-header__title::after {
    bottom: -1.125rem;
    width: 2.5rem;
  }
}
body.page-customer-harassment .c-page-breadcrumb__item {
  border-color: #231815;
  color: #231815;
}
body.page-customer-harassment .c-page-breadcrumb__item a {
  color: #231815;
}
body.page-customer-harassment .c-page-breadcrumb__item--current {
  background: #231815;
  border-color: #231815;
  color: #fff;
}
body.page-customer-harassment .l-main {
  padding-bottom: 0;
}

.p-harassment__section {
  padding: 5rem 0 8.625rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-harassment__section {
    padding: 3.75rem 0 5rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-harassment__section {
    padding: 0 0 3.75rem;
  }
}
.p-harassment__inner {
  margin: 0 auto;
  max-width: 75rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-harassment__inner {
    max-width: 93%;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-harassment__content {
    padding: 0 0.9375rem;
  }
}
.p-harassment__lead, .p-harassment__block-heading, .p-harassment__block-body {
  color: var(--color-text);
  font-size: max(1rem, 14px);
  font-weight: 400;
  line-height: 1.9;
}
@media only screen and (max-width: 767.499px) {
  .p-harassment__lead, .p-harassment__block-heading, .p-harassment__block-body {
    font-size: 0.875rem;
  }
}
.p-harassment__lead-block {
  margin-bottom: 3.6875rem;
}
@media only screen and (max-width: 767.499px) {
  .p-harassment__lead-block {
    margin-bottom: 2.25rem;
  }
}
.p-harassment__block:not(:last-of-type) {
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 767.499px) {
  .p-harassment__block:not(:last-of-type) {
    margin-bottom: 1.875rem;
  }
}
.p-harassment__block-heading {
  font-weight: 700;
}
.p-harassment__signature {
  margin-top: 5.5rem;
  text-align: right;
}
@media only screen and (max-width: 767.499px) {
  .p-harassment__signature {
    margin-top: 2.5rem;
  }
}
.p-harassment__signature p {
  color: var(--color-text);
  font-size: max(1rem, 14px);
  font-weight: 400;
  line-height: 1.9;
}
@media only screen and (max-width: 767.499px) {
  .p-harassment__signature p {
    font-size: 0.875rem;
  }
}

body.page-infection-control {
  background-image: url("../img/common/bg-orange.png");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 93.9880952381% auto;
}
@media only screen and (max-width: 767.499px) {
  body.page-infection-control {
    background-size: auto;
  }
}
body.page-infection-control .p-page-header {
  aspect-ratio: 168/43.5;
  background-image: none;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  body.page-infection-control .p-page-header {
    aspect-ratio: 168/58;
  }
}
@media only screen and (max-width: 767.499px) {
  body.page-infection-control .p-page-header {
    aspect-ratio: 168/120;
  }
}
body.page-infection-control .p-page-header .c-page-breadcrumb {
  bottom: 0;
}
@media only screen and (max-width: 767.499px) {
  body.page-infection-control .p-page-header .c-page-breadcrumb {
    bottom: 1.875rem;
  }
}
body.page-infection-control .p-page-header__title {
  color: var(--color-text);
  font-size: 3.5rem;
  font-weight: 400;
  letter-spacing: 0.35rem;
  line-height: 2.5rem;
  position: relative;
  -webkit-transform: translateY(4.5625rem);
  transform: translateY(4.5625rem);
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  body.page-infection-control .p-page-header__title {
    font-size: 2.8125rem;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media only screen and (max-width: 767.499px) {
  body.page-infection-control .p-page-header__title {
    font-size: 2.1875rem;
    letter-spacing: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
body.page-infection-control .p-page-header__title::after {
  background: var(--color-main-orange);
  bottom: -1.875rem;
  height: 0.5rem;
  left: 0;
  position: absolute;
  width: 3.1875rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  body.page-infection-control .p-page-header__title::after {
    bottom: -1.5625rem;
  }
}
@media only screen and (max-width: 767.499px) {
  body.page-infection-control .p-page-header__title::after {
    bottom: -1.125rem;
    width: 2.5rem;
  }
}
body.page-infection-control .c-page-breadcrumb__item {
  border-color: #231815;
  color: #231815;
}
body.page-infection-control .c-page-breadcrumb__item a {
  color: #231815;
}
body.page-infection-control .c-page-breadcrumb__item--current {
  background: #231815;
  border-color: #231815;
  color: #fff;
}
body.page-infection-control .l-main {
  padding-bottom: 0;
}

.p-infection-measures {
  padding: 6.3125rem 0 8.6875rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-infection-measures {
    padding: 3.75rem 0 5rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-infection-measures {
    padding: 0 0 3.75rem;
  }
}
.p-infection-measures__inner {
  margin: 0 auto;
  max-width: 75rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-infection-measures__inner {
    max-width: 93%;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-infection-measures__inner {
    padding: 0 0.9375rem;
  }
}
.p-infection-measures__heading {
  letter-spacing: 0;
  margin-bottom: 4.75rem;
}
@media only screen and (max-width: 767.499px) {
  .p-infection-measures__heading {
    margin-bottom: 1.875rem;
  }
}
.p-infection-measures__list {
  display: -ms-grid;
  display: grid;
  gap: 1.8125rem;
  -ms-grid-columns: 1fr 1.8125rem 1fr;
  grid-template-columns: 1fr 1fr;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-infection-measures__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-infection-measures__list {
    gap: 1.25rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.p-infection-measures__item {
  align-items: center;
  background: var(--color-sub-cream);
  border-radius: 1.25rem;
  display: flex;
  gap: 2.5rem;
  height: 15.6875rem;
  padding: 0 1.875rem;
}
@media only screen and (min-width: 1051px) and (max-width: 1299px) {
  .p-infection-measures__item {
    align-items: center;
    height: auto;
    padding: 1.875rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-infection-measures__item {
    gap: 1.875rem;
    height: auto;
    padding: 2.5rem 1.875rem;
  }
  .p-infection-measures__item:nth-child(n+3) {
    height: auto;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-infection-measures__item {
    align-items: center;
    gap: 1.25rem;
    height: auto;
    padding: 1.875rem 0.625rem;
  }
  .p-infection-measures__item:nth-child(n+3) {
    height: auto;
  }
}
.p-infection-measures__icon-wrap {
  align-items: center;
  background: #fff;
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  height: 7.6875rem;
  justify-content: center;
  width: 7.6875rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-infection-measures__icon-wrap {
    height: 6rem;
    width: 6rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-infection-measures__icon-wrap {
    height: 5rem;
    width: 5rem;
  }
}
.p-infection-measures__icon {
  display: block;
}
.p-infection-measures__item:nth-child(1) .p-infection-measures__icon {
  height: 4.1875rem;
  width: 3.8125rem;
}
.p-infection-measures__item:nth-child(2) .p-infection-measures__icon {
  height: 3.75rem;
  width: 3.75rem;
}
.p-infection-measures__item:nth-child(3) .p-infection-measures__icon {
  height: 4.3125rem;
  width: 4.3125rem;
}
.p-infection-measures__item:nth-child(4) .p-infection-measures__icon {
  height: 3.4375rem;
  width: 4.9375rem;
}
.p-infection-measures__item:nth-child(5) .p-infection-measures__icon {
  height: 2.5625rem;
  width: 4.75rem;
}
.p-infection-measures__item:nth-child(6) .p-infection-measures__icon {
  height: 4.3125rem;
  width: 4.375rem;
}
@media only screen and (min-width: 768px) and (max-width: 1050.499px) {
  .p-infection-measures__item:nth-child(1) .p-infection-measures__icon {
    height: auto;
    width: 3rem;
  }
  .p-infection-measures__item:nth-child(2) .p-infection-measures__icon {
    height: auto;
    width: 2.9375rem;
  }
  .p-infection-measures__item:nth-child(3) .p-infection-measures__icon {
    height: auto;
    width: 3.375rem;
  }
  .p-infection-measures__item:nth-child(4) .p-infection-measures__icon {
    height: auto;
    width: 3.8125rem;
  }
  .p-infection-measures__item:nth-child(5) .p-infection-measures__icon {
    height: auto;
    width: 3.6875rem;
  }
  .p-infection-measures__item:nth-child(6) .p-infection-measures__icon {
    height: auto;
    width: 3.4375rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-infection-measures__item:nth-child(1) .p-infection-measures__icon {
    height: auto;
    width: 2.5rem;
  }
  .p-infection-measures__item:nth-child(2) .p-infection-measures__icon {
    height: auto;
    width: 2.4375rem;
  }
  .p-infection-measures__item:nth-child(3) .p-infection-measures__icon {
    height: auto;
    width: 2.8125rem;
  }
  .p-infection-measures__item:nth-child(4) .p-infection-measures__icon {
    height: auto;
    width: 3.1875rem;
  }
  .p-infection-measures__item:nth-child(5) .p-infection-measures__icon {
    height: auto;
    width: 3.0625rem;
  }
  .p-infection-measures__item:nth-child(6) .p-infection-measures__icon {
    height: auto;
    width: 2.875rem;
  }
}
.p-infection-measures__text {
  min-width: 0;
}
@media only screen and (min-width: 1051px) and (max-width: 1299px) {
  .p-infection-measures__text {
    align-self: flex-start;
  }
}
.p-infection-measures__title {
  color: var(--color-main-orange);
  font-size: max(1.375rem, 16px);
  font-weight: 700;
  line-height: 1;
  margin: 0 0 2.3125rem;
}
@media only screen and (min-width: 1051px) and (max-width: 1299px) {
  .p-infection-measures__title {
    margin-bottom: 1.375rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .p-infection-measures__title {
    font-size: 1rem;
    margin-bottom: 0.75rem;
  }
}
.p-infection-measures__desc {
  color: var(--color-text);
  font-size: max(1rem, 14px);
  font-weight: 400;
  line-height: 1.9;
  margin: -0.59375rem 0;
}
@media only screen and (max-width: 767.499px) {
  .p-infection-measures__desc {
    font-size: 0.875rem;
  }
}

body.page-reservation-complete .l-main,
body.page-about-form-complete .l-main {
  padding-bottom: 0;
}

.p-form-complete {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 80vh;
  padding: 3.75rem 0.9375rem;
}
.p-form-complete__inner {
  text-align: center;
}
.p-form-complete__heading {
  color: var(--color-main-orange);
  font-size: max(1.875rem, 20px);
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767.499px) {
  .p-form-complete__heading {
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
  }
}
.p-form-complete__body {
  color: var(--color-text);
  font-size: max(1rem, 14px);
  line-height: 1.9;
}
@media only screen and (max-width: 767.499px) {
  .p-form-complete__body {
    font-size: 0.875rem;
  }
}
.p-form-complete__back {
  margin-top: 3rem;
}
@media only screen and (max-width: 767.499px) {
  .p-form-complete__back {
    margin-top: 2rem;
  }
}

/* TODO: メインコンテンツ実装後に削除 */
.l-main {
  padding-bottom: 12.5rem;
}
/*# sourceMappingURL=sourcemaps/style.css.map */