@charset "UTF-8";
html,
body,
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;
}

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

body {
  line-height: 1;
}

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

ul,
ol,
li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

a {
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

:focus {
  outline: 2px solid Highlight;
  outline-offset: 2px;
}

/* change colors to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colors to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border color to suit your needs */
hr {
  border: 0;
  border-top: 1px solid #cccccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: sub;
}

h1,
h2,
h3 {
  font-weight: normal;
}

html {
  font-size: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}
a:not([class]):hover {
  opacity: 0.7;
}

img {
  display: block;
  height: auto;
  width: 100%;
}

* {
  -webkit-tap-highlight-color: transparent;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 0.125rem solid currentColor;
  outline-offset: 0.125rem;
}

:root {
  --sbw: 0px;
  --visual-vw: calc(100vw - var(--sbw));
  --inner-gutter: max(calc(var(--visual-vw) * 0.07), calc((var(--visual-vw) - 90rem) / 2));
}

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: clamp(15px, 4.2666666667vw, 16px);
}

body {
  color: #272522;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 2;
  overflow-wrap: anywhere;
  word-break: keep-all;
}

/* pcの電話番号発信対応 */
.l-drawer {
  -ms-scroll-chaining: none;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  inset: 0;
  opacity: 0;
  overflow: hidden auto;
  overscroll-behavior: none;
  position: fixed;
  transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1), visibility 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  visibility: hidden;
  z-index: 35;
}

.l-drawer.is-open {
  opacity: 1;
  visibility: visible;
}

.l-drawer__left,
.l-drawer__right {
  -webkit-transform: translateY(1.5rem);
  opacity: 0;
  transform: translateY(1.5rem);
  transition: opacity 0.2s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.2s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.2s cubic-bezier(0.25, 1, 0.5, 1), transform 0.2s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.2s cubic-bezier(0.25, 1, 0.5, 1), transform 0.2s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.2s cubic-bezier(0.25, 1, 0.5, 1);
}

.l-drawer.is-open .l-drawer__left {
  -webkit-transform: translateY(0);
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0.08s, -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0.08s;
  transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0.08s, transform 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0.08s;
  transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0.08s, transform 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0.08s, -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0.08s;
}

.l-drawer.is-open .l-drawer__right {
  -webkit-transform: translateY(0);
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0.16s, -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0.16s;
  transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0.16s, transform 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0.16s;
  transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0.16s, transform 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0.16s, -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0.16s;
}

.l-drawer::before,
.l-drawer::after,
.l-drawer__inner::before {
  --drawer-slant: 15.07214375rem;
  content: "";
  height: max(56.25rem, 100%);
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.l-drawer::before {
  background-color: #eeeeee;
  clip-path: polygon(calc(50% + 4.7203125rem) 0, calc(50% + 21.643rem) 0, calc(50% + 21.643rem - var(--drawer-slant)) 100%, calc(50% + 4.7203125rem - var(--drawer-slant)) 100%);
  z-index: -3;
}

.l-drawer::after {
  background-color: #eeeeee;
  clip-path: polygon(calc(50% - 170rem) 0, calc(50% - 32.5933125rem) 0, calc(50% - 32.5933125rem - var(--drawer-slant)) 100%, calc(50% - 170rem - var(--drawer-slant)) 100%);
  z-index: -2;
}

.l-drawer__inner::before {
  background-color: #f8f8f7;
  clip-path: polygon(calc(50% - 39.567875rem) 0, calc(50% + 5.222rem) 0, calc(50% + 5.222rem - var(--drawer-slant)) 100%, calc(50% - 39.567875rem - var(--drawer-slant)) 100%);
  z-index: -1;
}

.l-drawer__inner {
  align-items: flex-start;
  display: flex;
  gap: 5.25rem;
  margin-block: auto;
  padding-block: 14rem 9.625rem;
}

.l-drawer__sp-head {
  display: none;
}

.l-drawer__sp-label {
  display: none;
}

.l-drawer__left {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  width: 33.75rem;
}

.l-drawer__left::before {
  background-image: url("../img/common/logo-lettering.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 32.3888875rem 23.8888875rem;
  content: "";
  height: 23.8888875rem;
  margin-bottom: -0.00944375rem;
  margin-left: -1.10666875rem;
  margin-top: -1.3238875rem;
  width: 32.3888875rem;
}

.l-drawer__btn {
  padding-top: 2.5rem;
}

.l-drawer__right {
  flex-shrink: 0;
  width: 38.5rem;
}

.l-drawer__nav {
  align-items: flex-start;
  display: flex;
  gap: 3.5rem;
}

.l-drawer__list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 17.5rem;
}

.l-drawer__link {
  align-items: center;
  border-bottom: 0.125rem solid #f8f8f7;
  display: flex;
  font-size: 1.25rem;
  font-weight: 700;
  justify-content: space-between;
  letter-spacing: 0.06em;
  line-height: 1.6;
  padding-bottom: 0.875rem;
  padding-left: 1rem;
  transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  white-space: nowrap;
}

.l-drawer__link::after {
  background-image: url("../img/common/icon-arrow-nav.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1.5rem 1.5rem;
  content: "";
  flex-shrink: 0;
  height: 1.5rem;
  width: 1.5rem;
}

.l-drawer__reserve {
  align-items: center;
  background-color: #ffffff;
  border: 0.1875rem solid #eeeeee;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 3.5rem;
  padding-block: 1.3125rem;
  padding-inline: 1.3125rem;
}

.l-drawer__reserve-ttl {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.6;
}

.l-drawer__reserve-btns {
  display: flex;
  gap: 0.5rem;
  justify-content: space-between;
  width: 100%;
}

.l-drawer__reserve-btns .c-reserve-btn:only-child {
  margin-inline: auto;
}

.is-drawer-open {
  overflow: hidden;
}

.l-header__burger.is-open .l-header__line:nth-child(1) {
  -webkit-transform: translateY(0.6875rem) rotate(-30deg);
  transform: translateY(0.6875rem) rotate(-30deg);
}

.l-header__burger.is-open .l-header__line:nth-child(2) {
  -webkit-transform: scaleX(0.4);
  opacity: 0;
  transform: scaleX(0.4);
}

.l-header__burger.is-open .l-header__line:nth-child(3) {
  -webkit-transform: translateY(-0.6875rem) rotate(30deg);
  transform: translateY(-0.6875rem) rotate(30deg);
}
.l-drawer__link:focus-visible {
  opacity: 0.6;
}
.l-footer {
  background-color: #272522;
  border-radius: 0.625rem 0.625rem 0 0;
  color: #ffffff;
  margin-top: -0.625rem;
  position: relative;
}

.l-footer__member {
  padding-block: 9rem 4.5rem;
  padding-inline: calc(var(--visual-vw) * 0.07);
}

.l-footer__member-list {
  align-items: center;
  display: flex;
  gap: 3.125rem;
}

.l-footer__member-item {
  height: auto;
  width: calc((100% - 6.25rem) / 3);
}

.l-footer__member-link {
  align-items: center;
  aspect-ratio: 380/120;
  background-color: #ffffff;
  border-radius: 0.87175rem;
  display: flex;
  height: auto;
  justify-content: center;
  transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  width: 100%;
}

.l-footer__member-img {
  margin-inline: auto;
  width: 80.76%;
}

.l-footer__main {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  padding-block: 6.3rem;
  padding-inline: calc(var(--visual-vw) * 0.07);
}

.l-footer__profile {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 1.0625rem;
}

.l-footer__company {
  align-items: center;
  display: flex;
  gap: 1.25rem;
}

.l-footer__logo {
  width: 11.25rem;
}

.l-footer__logo-text {
  align-items: flex-start;
  border-left: 0.0625rem solid #ffffff;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  padding-left: 1.3125rem;
}

.l-footer__logo-text-sub {
  font-size: 0.875rem;
  font-weight: 900;
  letter-spacing: 0.0857em;
  line-height: 1;
}

.l-footer__logo-text-main {
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.075em;
  line-height: 1;
  white-space: nowrap;
}

.l-footer__address {
  font-size: 1.01875rem;
  font-weight: 900;
  letter-spacing: 0.0736em;
  line-height: 1.804;
  padding-bottom: 0.0365625rem;
  padding-top: 0.1371875rem;
  white-space: nowrap;
}

.l-footer__tel {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 1;
  white-space: nowrap;
}

.l-footer__tel-link {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.25em;
  transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.l-footer__sns {
  align-items: center;
  display: flex;
  padding-top: 0.9375rem;
}

.l-footer__sns-link {
  display: block;
  height: 1.875rem;
  transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  width: 1.5rem;
}

.l-footer__nav {
  align-items: flex-start;
  display: flex;
  gap: 3rem;
  height: 17.720625rem;
}

.l-footer__sitemap {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 1.4375rem;
}

.l-footer__sitemap-link {
  display: block;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.075em;
  line-height: 1.4;
  transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  white-space: nowrap;
}

.l-footer__sitemap-link--tight {
  line-height: 1;
}

.l-footer__sitemap-link--sub {
  font-weight: 700;
}

.l-footer__sub {
  align-items: flex-end;
  border-top: 0.0625rem solid #3d3d3d;
  display: flex;
  justify-content: space-between;
  padding-block: 4.5625rem 4.5rem;
  padding-inline: calc(var(--visual-vw) * 0.07);
}

.l-footer__sign {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}

.l-footer__policy {
  align-items: center;
  display: flex;
  font-size: 0.875rem;
  font-weight: 900;
  gap: 0.375rem;
  letter-spacing: 0.0857em;
  line-height: 2.5;
  padding-block: 0.1875rem 0.125rem;
  transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1), text-decoration-color 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  white-space: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.l-footer__policy::after {
  background-image: url("../img/common/icon-file-white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  flex-shrink: 0;
  height: 1.0625rem;
  width: 0.875rem;
}

.l-footer__copyright {
  color: #8a8684;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.0857em;
  line-height: 1.4;
  padding-bottom: 0.036875rem;
  white-space: nowrap;
}

.l-footer__pagetop {
  --pagetop-bg: #f3e9c9;
  --pagetop-inner: 80%;
  --pagetop-arrow: #ebb029;
  background-color: var(--pagetop-bg);
  border-radius: 100%;
  display: block;
  flex-shrink: 0;
  height: 5rem;
  position: relative;
  transition: background-color 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  width: 5rem;
}

.l-footer__pagetop::before {
  -webkit-transform: translate(-50%, -50%);
  background-color: #ffffff;
  border-radius: 100%;
  content: "";
  height: var(--pagetop-inner);
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1), height 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  width: var(--pagetop-inner);
}

.l-footer__pagetop::after {
  -webkit-transform: translateX(-50%);
  -webkit-mask-image: url("../img/common/icon-pagetop.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background-color: var(--pagetop-arrow);
  content: "";
  height: 1.25rem;
  left: 50%;
  mask-image: url("../img/common/icon-pagetop.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  position: absolute;
  top: 1.71875rem;
  transform: translateX(-50%);
  transition: background-color 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  width: 0.9375rem;
}
.l-footer__member-link:focus-visible,
.l-footer__sns-link:focus-visible,
.l-footer__sitemap-link:focus-visible {
  opacity: 0.6;
}

.l-footer__policy:focus-visible {
  opacity: 0.6;
  text-decoration: underline;
}

.l-footer__pagetop:focus-visible {
  --pagetop-bg: #f39800;
  --pagetop-inner: 85%;
  --pagetop-arrow: #f39800;
}

.l-header {
  left: 1%;
  position: fixed;
  right: 1%;
  top: 2%;
  z-index: 50;
}

.l-header__inner {
  align-items: flex-start;
  background-color: #ffffff;
  border-radius: 0.625rem;
  box-shadow: 0 0 0.9375rem rgba(235, 176, 41, 0.16);
  display: flex;
  height: 7.5rem;
  justify-content: space-between;
  position: relative;
  z-index: 40;
}

.l-header__logo {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  min-width: 15rem;
}

.l-header__logo-link {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  max-width: 15rem;
  padding-block: 1.25rem;
  padding-inline: 1.875rem;
  transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.l-header__logo-img {
  width: 11.25rem;
}

.l-header__nav {
  align-items: center;
  display: flex;
  gap: 3.75rem;
  height: 100%;
  padding-inline: 2.5rem;
}

.l-header__reserve {
  align-items: center;
  background-color: #f39800;
  border-radius: 0.625rem;
  color: #ffffff;
  display: flex;
  font-size: 0.9375rem;
  font-weight: 900;
  gap: 0.8125rem;
  justify-content: center;
  letter-spacing: 0.08em;
  line-height: 1;
  min-height: 3.4375rem;
  min-width: 11.25rem;
  padding-block: 1.25rem;
  padding-inline: 1.3rem 1.299375rem;
  transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  white-space: nowrap;
}

.l-header__reserve::after {
  background-image: url("../img/common/icon-arrow-down.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  flex-shrink: 0;
  height: 0.4375rem;
  width: 0.75rem;
}

.l-header__burger {
  align-items: center;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
  width: 2.5rem;
}

.l-header__burger-icon {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 0.5625rem;
  width: 2.5rem;
}

.l-header__line {
  background-color: #276b9d;
  height: 0.125rem;
  transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  width: 2.5rem;
}

.l-header__menu-txt {
  color: #276b9d;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 2.5;
  white-space: nowrap;
}
.l-header__logo-link:focus-visible,
.l-header__reserve:focus-visible {
  opacity: 0.6;
}

.l-inner {
  margin-inline: auto;
  max-width: 90rem;
  width: calc(var(--visual-vw) * 0.86);
}

.c-arrow-circle {
  flex-shrink: 0;
  height: 5rem;
  position: relative;
  width: 5rem;
}

.c-arrow-circle::before {
  background-color: var(--circle-bg);
  border: 0.294125rem solid var(--circle-border);
  border-radius: 100%;
  content: "";
  display: block;
  height: 100%;
  transition: background-color 0.6s cubic-bezier(0.25, 1, 0.5, 1), border-color 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  width: 100%;
}

.c-arrow-circle::after {
  -webkit-mask-image: url("../img/common/arrow.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 1.1765rem 1.1765rem;
  background-color: var(--circle-arrow);
  content: "";
  inset: 0;
  mask-image: url("../img/common/arrow.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 1.1765rem 1.1765rem;
  position: absolute;
  transition: background-color 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.c-bread__list {
  align-items: center;
  color: #8a8684;
  display: flex;
  font-size: 0.875rem;
  gap: 0.375rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
}

.c-bread__item:not(:first-child)::before {
  content: "/";
  margin-right: 0.375rem;
}

.c-bread__link {
  transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.c-bread__item--current {
  color: #272522;
}
.c-bread__link:focus-visible {
  opacity: 0.6;
}

.c-btn {
  --c-btn-bg: #f39800;
  --c-btn-color: #ffffff;
  --c-btn-ring: transparent;
  --c-btn-icon: #ffffff;
  align-items: center;
  background-color: var(--c-btn-bg);
  border-radius: 1.875rem;
  box-shadow: inset 0 0 0 0.125rem var(--c-btn-ring);
  color: var(--c-btn-color);
  display: flex;
  font-size: 1.125rem;
  font-weight: 700;
  gap: 0.75rem;
  justify-content: center;
  letter-spacing: 0.06em;
  max-width: 100%;
  padding-block: 1rem;
  padding-inline: 2.5rem;
  transition: background-color 0.4s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.4s cubic-bezier(0.25, 1, 0.5, 1), color 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  white-space: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.c-btn--instagram::after {
  -webkit-mask-image: url("../img/common/instagram-white.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background-color: var(--c-btn-icon);
  content: "";
  flex-shrink: 0;
  height: 2rem;
  mask-image: url("../img/common/instagram-white.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  transition: background-color 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  width: 2rem;
}
.c-btn:focus-visible {
  --c-btn-bg: #ffffff;
  --c-btn-color: #f39800;
  --c-btn-ring: #f39800;
  --c-btn-icon: #f39800;
}

.c-circle-btn {
  --circle-bg: transparent;
  --circle-border: #ebb029;
  --circle-arrow: #ebb029;
  --circle-underline: 0;
  align-items: center;
  display: flex;
  gap: 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.c-circle-btn__txt {
  font-size: 1.125rem;
  letter-spacing: 0.06em;
  position: relative;
}

.c-circle-btn__txt::after {
  background-color: currentcolor;
  bottom: -0.38em;
  content: "";
  height: 0.0625rem;
  left: 0;
  position: absolute;
  transition: width 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  width: var(--circle-underline);
}
.c-circle-btn:focus-visible {
  --circle-bg: #f39800;
  --circle-border: #f39800;
  --circle-arrow: #ffffff;
  --circle-underline: 100%;
}

.c-cta-banner {
  padding-block: 5.5rem;
}

.c-cta-banner__box {
  --circle-bg: transparent;
  --circle-border: #f3e9c9;
  --circle-arrow: #ffffff;
  align-items: center;
  background-color: #f39800;
  border-radius: 1.875rem;
  color: #ffffff;
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
  margin-inline: auto;
  max-width: 100%;
  padding: 2.5rem;
  width: 62.5rem;
}

.c-cta-banner__img {
  aspect-ratio: 200/182;
  border-radius: 0.5rem;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
  width: 12.5rem;
}

.c-cta-banner__img-item {
  -o-object-fit: cover;
  height: 100%;
  inset: 0;
  max-width: none;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.c-cta-banner__txt {
  flex: 1 1 0;
  min-width: 0;
}

.c-cta-banner__en {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1;
}
.c-cta-banner__box:focus-visible {
  --circle-bg: #ffffff;
  --circle-arrow: #f39800;
  --circle-border: #ffffff;
}

.c-frame-card {
  border-radius: 1rem;
  box-shadow: inset 0 0 0 0.25rem #ffc413;
}

.c-lower-card {
  margin-inline: auto;
  margin-top: 2vh;
  width: 98%;
}
.c-lower-card {
  background-color: #ffffff;
  border-radius: 0.625rem;
}

.c-lower-card__mv {
  padding-top: 14rem;
}

.c-lower-ttl {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-top: 5rem;
}

.c-lower-ttl__ja {
  font-size: 3.5rem;
  font-weight: 900;
  letter-spacing: 0.03em;
  line-height: 1.2;
}

.c-lower-ttl__en {
  color: #276b9d;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1;
}

.c-normal-txt {
  font-size: 1.125rem;
  letter-spacing: 0.06em;
  word-break: normal;
  word-break: auto-phrase;
}

.c-orange-sec {
  background-color: #ebb029;
  padding-block: 5.5rem;
}

.c-orange-sec__box {
  background-color: #ffffff;
  border-radius: 0.625rem;
  padding: 4rem 3.5rem;
}

.c-reserve-btn {
  align-items: center;
  border-radius: 1.875rem;
  color: #ffffff;
  display: flex;
  font-size: 1.125rem;
  font-weight: 700;
  gap: 0.75rem;
  letter-spacing: 0.06em;
  line-height: 1.4;
  padding-block: 1rem;
  transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  white-space: nowrap;
}

.c-reserve-btn__unit {
  display: block;
}

.c-reserve-btn::after {
  background-color: #ffffff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 2rem 2rem;
  border-radius: 100%;
  content: "";
  flex-shrink: 0;
  height: 2rem;
  width: 2rem;
}

.c-reserve-btn--irata {
  background-color: #276b9d;
  padding-inline: 1.5rem;
  width: 16.5rem;
}

.c-reserve-btn--irata::after {
  background-image: url("../img/common/icon-arrow-circle-blue.svg");
}

.c-reserve-btn--jiraa {
  background-color: #f39800;
  padding-inline: 2.5rem;
}

.c-reserve-btn--jiraa::after {
  background-image: url("../img/common/icon-arrow-circle-orange.svg");
}
.c-reserve-btn:focus-visible {
  opacity: 0.6;
}
.c-section-ttl {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  white-space: nowrap;
}

.c-section-ttl__en {
  color: #f39800;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1;
}

.c-section-ttl__ja {
  font-size: 2.5rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.2;
}

.c-section-ttl--center {
  align-items: center;
  text-align: center;
}

.c-small-txt {
  color: #8a8684;
  font-size: 0.875rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
  word-break: normal;
  word-break: auto-phrase;
}

.p-comingsoon__ttl {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  padding-top: 5rem;
}

.p-comingsoon__ttl-en {
  color: #276b9d;
  font-family: "Montserrat", sans-serif;
  font-size: 3.25rem;
  font-weight: 700;
  letter-spacing: 0.023em;
  line-height: 1.2;
}

.p-comingsoon__ttl-ja {
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.075em;
  line-height: 1.6;
}

.p-comingsoon__body {
  padding-bottom: 10.8rem;
  padding-top: 2.5rem;
}

.p-comingsoon__text {
  text-align: center;
}

.p-comingsoon__btn {
  display: flex;
  justify-content: center;
  padding-top: 3.75rem;
}

.p-course {
  background-color: #f8f8f7;
}

.p-course__mv {
  padding-top: 14rem;
}

.p-course__cta-img-item {
  -o-object-position: 70.3% 50%;
  object-position: 70.3% 50%;
}

.p-course__cta-ttl {
  font-size: 2.75rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.2;
  padding-top: 0.25rem;
}

.p-curriculum__list {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding-top: 2.5rem;
}

.p-curriculum__item {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  padding: 2rem 3rem;
}

.p-curriculum__num {
  align-items: flex-end;
  color: #f39800;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  width: 100%;
}

.p-curriculum__level {
  font-size: 1.125rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1.6;
}

.p-curriculum__no {
  font-family: "Montserrat", sans-serif;
  font-size: 4.5rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
}

.p-curriculum__ttl {
  background-color: #eeeeee;
  border-radius: 0.25rem;
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1.4;
  margin-top: 1rem;
  max-width: calc(100% + 2.25rem);
  padding: 0.25rem 1rem 0.375rem;
  width: -webkit-max-content;
  width: max-content;
}

.p-curriculum__text {
  padding-top: 1rem;
  width: 100%;
}

.p-curriculum__note {
  padding-top: 1rem;
  width: 100%;
}

.p-curriculum__note-item {
  font-size: inherit;
}

.p-curriculum__btn-wrap {
  display: flex;
  justify-content: flex-end;
  margin-top: auto;
  padding-top: 1.5rem;
  width: 100%;
}

.p-curriculum__btn {
  align-items: center;
  background-color: #276b9d;
  border: none;
  border-radius: 0.625rem;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  font-size: 0.9375rem;
  font-weight: 900;
  gap: 0.5rem;
  justify-content: center;
  letter-spacing: 0.08em;
  line-height: 1;
  min-height: 3.4375rem;
  min-width: 11.25rem;
  padding: 1.25rem 1.3rem;
  padding-right: 3.3rem;
  position: relative;
  transition: background-color 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  white-space: nowrap;
}

.p-curriculum__btn::after {
  -webkit-mask-image: url("../img/course-irata/arrow-guide.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 1.5rem 1.5rem;
  background-color: currentcolor;
  content: "";
  height: 1.5rem;
  mask-image: url("../img/course-irata/arrow-guide.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 1.5rem 1.5rem;
  position: absolute;
  right: 1.3rem;
  top: 50%;
  translate: 0 -50%;
  width: 1.5rem;
}
.p-curriculum__btn:focus-visible {
  background-color: #f39800;
}

.p-curriculum__source {
  padding-top: 1.5rem;
}

.p-curriculum__source-item {
  font-size: inherit;
}

.p-guide {
  align-items: center;
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 1.5rem;
  position: fixed;
  z-index: 100;
}

.p-guide[hidden] {
  display: none;
}

.p-guide__overlay {
  background-color: rgba(39, 37, 34, 0.9);
  inset: 0;
  position: absolute;
}

.p-guide__dialog {
  background-color: #ffffff;
  border-radius: 1.25rem;
  max-height: 90vh;
  max-width: 100%;
  overflow-y: auto;
  padding: 2.5rem 3.125rem;
  position: relative;
  width: 77.5rem;
}

.p-guide__dialog:focus {
  outline: none;
}

.p-guide__close {
  background-color: transparent;
  border: 0.205875rem solid #f3e9c9;
  border-radius: 100%;
  cursor: pointer;
  height: 3.5rem;
  padding: 0;
  position: absolute;
  right: 1.375rem;
  top: 1.28125rem;
  transition: background-color 0.6s cubic-bezier(0.25, 1, 0.5, 1), border-color 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  width: 3.5rem;
}

.p-guide__close::after {
  -webkit-mask-image: url("../img/course-irata/icon-close.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 0.875rem 0.875rem;
  background-color: #f39800;
  content: "";
  inset: 0;
  mask-image: url("../img/course-irata/icon-close.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 0.875rem 0.875rem;
  position: absolute;
  transition: background-color 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-guide__close:focus-visible {
  background-color: #f3e9c9;
}

.p-guide__ttl {
  background-color: #eeeeee;
  border-radius: 0.25rem;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1.4;
  padding: 0.25rem 1rem 0.375rem;
}

.p-guide__subttl {
  font-size: 1.25rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1.4;
  padding-left: 1rem;
  padding-top: 1rem;
}

.p-guide__lead {
  padding-left: 1rem;
  padding-top: 0.5rem;
}

.p-guide__table-wrap {
  overflow-x: auto;
  padding-top: 1rem;
}

.p-guide__table-frame {
  border: 0.0625rem solid #eeeeee;
  border-radius: 0.5rem;
  min-width: 71.25rem;
  overflow: hidden;
}

.p-guide__table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}

.p-guide__row--head {
  background-color: #ebb029;
}

.p-guide__th {
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding: 1.25rem 1.5rem;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.p-guide__td {
  border-top: 0.0625rem solid #eeeeee;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  padding: 1.25rem 1.5rem;
  vertical-align: top;
  word-break: normal;
  word-break: auto-phrase;
}

.p-guide__td--center {
  text-align: center;
  vertical-align: middle;
}

.p-guide__td-line {
  display: block;
}

.p-guide__cell--course {
  padding-inline: 1rem;
  width: 12.2807%;
}

.p-guide__cell--target {
  border-left: 0.0625rem solid #eeeeee;
  width: 26.3158%;
}

.p-guide__cell--condition {
  border-left: 0.0625rem solid #eeeeee;
  width: 31.5789%;
}

.p-guide__cell--term {
  border-left: 0.0625rem solid #eeeeee;
  width: 10.5263%;
}

.p-guide__cell--days {
  border-left: 0.0625rem solid #eeeeee;
  width: 19.2982%;
}

.is-modal-open {
  overflow: hidden;
}

.p-outline {
  padding-block: 6.5rem;
}

.p-outline__slider {
  position: relative;
}

.p-outline__stage {
  position: relative;
}

.p-outline__slides {
  aspect-ratio: 1240/640;
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
}

.p-outline__slide {
  inset: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1), visibility 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  visibility: hidden;
}

.p-outline__slide.is-current {
  opacity: 1;
  visibility: visible;
}

.p-outline__slide-img {
  -o-object-fit: cover;
  -o-object-position: 50% 48.4%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 48.4%;
  width: 100%;
}

.p-outline__nav {
  background-color: #ffffff;
  border: 0.294125rem solid #ffc413;
  border-radius: 100%;
  cursor: pointer;
  height: 5rem;
  padding: 0;
  position: absolute;
  top: 50%;
  transition: background-color 0.6s cubic-bezier(0.25, 1, 0.5, 1), border-color 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  translate: 0 -50%;
  width: 5rem;
}

.p-outline__nav::after {
  -webkit-mask-image: url("../img/course-irata/arrow-slider.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 1.1765rem 1.1765rem;
  background-color: #ebb029;
  content: "";
  inset: 0;
  mask-image: url("../img/course-irata/arrow-slider.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 1.1765rem 1.1765rem;
  position: absolute;
  transition: background-color 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.p-outline__nav--next {
  right: -1.875rem;
}

.p-outline__nav--prev {
  left: -1.875rem;
  rotate: 180deg;
}
.p-outline__nav:focus-visible {
  background-color: #ffc413;
}

.p-outline__thumbs {
  display: flex;
  justify-content: space-between;
  padding-top: 1.5rem;
}

.p-outline__thumb {
  width: calc((100% - 2.5rem) / 4);
}

.p-outline__thumb-btn {
  aspect-ratio: 300/154.839;
  background: none;
  border: none;
  border-radius: 0.25rem;
  cursor: pointer;
  display: block;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}

.p-outline__thumb-btn::after {
  background-color: rgba(0, 0, 0, 0);
  content: "";
  inset: 0;
  position: absolute;
  transition: background-color 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.p-outline__thumb-btn.is-current {
  cursor: default;
}

.p-outline__thumb-btn.is-current::after {
  background-color: rgba(0, 0, 0, 0.4);
}

.p-outline__thumb-img {
  -o-object-fit: cover;
  height: 100%;
  max-width: none;
  object-fit: cover;
  width: 100%;
}

.p-outline__thumb-img--n1 {
  -o-object-position: 50% 48.4%;
  object-position: 50% 48.4%;
}

.p-outline__thumb-img--n2 {
  -o-object-position: 50% 21%;
  object-position: 50% 21%;
}

.p-outline__thumb-img--n3 {
  -o-object-position: 50% 20.4%;
  object-position: 50% 20.4%;
}

.p-outline__thumb-img--n4 {
  -o-object-position: 50% 54.4%;
  object-position: 50% 54.4%;
}
.p-outline__thumb-btn:focus-visible::after {
  background-color: rgba(0, 0, 0, 0.15);
}

.p-outline__body {
  padding-top: 4rem;
}

.p-outline__detail {
  margin-left: auto;
  max-width: 100%;
  width: 58.5rem;
}

.p-outline__specs {
  display: flex;
  justify-content: space-between;
  padding-top: 2.5rem;
}

.p-outline__spec {
  align-items: center;
  background-color: #ffffff;
  border-radius: 0.625rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  padding: 2rem 1.5rem;
  width: calc((100% - 3rem) / 3);
}

.p-outline__spec-cat {
  background-color: #f39800;
  border-radius: 0.5rem;
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  padding: 0.375rem 0.5rem 0.5rem;
  white-space: nowrap;
}

.p-outline__spec-val {
  align-items: flex-end;
  display: flex;
  gap: 0.125rem;
  line-height: 1;
  white-space: nowrap;
}

.p-outline__spec-val--mid {
  align-items: center;
}

.p-outline__spec-num {
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.p-outline__spec-num--sm {
  font-size: 1.5rem;
  letter-spacing: 0.06em;
}

.p-outline__spec-unit {
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.p-outline__spec-plus {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.p-outline__lead {
  padding-top: 2.125rem;
}

.p-reserve__flex {
  align-items: flex-start;
  display: flex;
  gap: 3rem;
  padding-top: 2rem;
}

.p-reserve__txt {
  flex: 1 1 0;
  min-width: 0;
}

.p-reserve__note {
  padding-top: 0.5rem;
}

.p-reserve__note-item {
  font-size: inherit;
}

.p-reserve__cal {
  flex-shrink: 0;
  max-width: 100%;
  width: 40.5rem;
}

.p-reserve__cal .xo-event-calendar {
  color: #272522;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  overflow-x: auto;
}

.p-reserve__cal .xo-month {
  border-color: #d6d6d6;
  margin-bottom: 0;
  min-width: 17.5rem;
}

.p-reserve__cal .xo-month td,
.p-reserve__cal .xo-month th {
  border-color: #d6d6d6;
}

.p-reserve__cal .month-header {
  min-height: 2.5625rem;
  padding: 0;
}

.p-reserve__cal .calendar-caption {
  color: #272522;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.6;
}

.p-reserve__cal .month-prev,
.p-reserve__cal .month-next {
  color: #272522;
  height: 2.375rem;
  width: 2.375rem;
}

.p-reserve__cal .xo-month > thead th {
  background-color: #ffffff;
  color: #272522;
  font-size: 0.875rem;
  height: 2.3125rem;
  letter-spacing: 0.04em;
}

.p-reserve__cal .xo-month > thead th.sunday {
  color: #ec0018;
}

.p-reserve__cal .xo-month > thead th.saturday {
  color: #0030d7;
}

.p-reserve__cal .month-dayname td div {
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  line-height: 1.4;
  padding: 0.5rem 0.625rem 0.125rem;
}

.p-reserve__cal .month-dayname-space {
  height: 0.25rem;
}

.p-reserve__cal .month-event-space {
  height: 0.9375rem;
}

.p-reserve__cal .month-dayname td div.other-month {
  color: #8a8684;
  opacity: 1;
}

.p-reserve__cal .month-dayname td div.today {
  color: #0030d7;
}

.p-reserve__cal .month-event-title {
  border-radius: 0.1875rem;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
}

.p-reserve__cal .holiday-titles {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 1rem;
  padding-top: 0.5rem;
}

.p-reserve__cal .holiday-title {
  align-items: center;
  color: #272522;
  display: flex;
  font-size: 0.75rem;
  gap: 0.375rem;
  letter-spacing: 0.04em;
  line-height: 1.6;
  margin: 0;
}

.p-reserve__cal .holiday-title span {
  border: 0.0625rem solid #d6d6d6;
  flex-shrink: 0;
  height: 0.875rem;
  margin: 0;
  padding: 0;
  width: 1.125rem;
}

.p-schedule {
  background-color: #f8f8f7;
  padding-block: 6.5rem;
}

.p-schedule__sub {
  color: #276b9d;
  font-size: 1.125rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 2;
  padding-top: 1rem;
  text-align: center;
}

.p-schedule__list {
  -webkit-column-gap: 0.8333125rem;
  -moz-column-gap: 0.8333125rem;
  column-gap: 0.8333125rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding-top: 2.5rem;
  row-gap: 0.875rem;
}

.p-schedule__item {
  background-color: #ffffff;
  border-radius: 0.625rem;
  padding: 2rem 2.5rem;
}

.p-schedule__day {
  align-items: flex-end;
  display: flex;
  gap: 0.25rem;
  justify-content: center;
}

.p-schedule__day-num {
  color: #f39800;
  font-family: "Montserrat", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 0.7;
}

.p-schedule__day-unit {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
}

.p-schedule__body {
  padding-top: 0.5rem;
}

.p-schedule__ttl {
  align-items: center;
  border-bottom: 0.0625rem solid #8a8684;
  display: flex;
  font-size: 1.125rem;
  font-weight: 700;
  gap: 0.75rem;
  letter-spacing: 0.06em;
  line-height: 1;
  padding: 1rem 0.5rem;
}

.p-schedule__ttl::before {
  background-color: #f39800;
  content: "";
  flex-shrink: 0;
  height: 0.625rem;
  width: 0.625rem;
}

.p-schedule__sublist {
  padding-top: 0.5rem;
}

.p-schedule__subitem {
  border-bottom: 0.0625rem solid #eeeeee;
  font-size: 1rem;
  letter-spacing: 0.06em;
  line-height: 2;
  padding-left: 1em;
  position: relative;
}

.p-schedule__subitem::before {
  content: "・";
  left: 0;
  position: absolute;
}

.p-schedule__note {
  padding-top: 1.5rem;
}

.p-irata__row {
  align-items: flex-start;
  display: flex;
  gap: 4rem;
}

.p-irata__media {
  aspect-ratio: 784/456;
  border-radius: 0.625rem;
  flex-shrink: 0;
  margin-top: 1.5rem;
  overflow: hidden;
  position: relative;
  width: 49rem;
}

.p-irata__media--bleed-right {
  margin-left: auto;
  margin-right: calc(-1 * var(--inner-gutter));
}

.p-irata__media--bleed-left {
  margin-left: calc(-1 * var(--inner-gutter));
}

.p-irata__media-img {
  -o-object-fit: cover;
  height: 100%;
  inset: 0;
  max-width: none;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.p-irata__txt {
  flex: 1 1 0;
  max-width: 29.75rem;
  min-width: 0;
  padding-top: 3.5rem;
}

.p-irata__body {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-top: 1.5rem;
}

.p-irata__standard {
  padding-top: 6.5rem;
}

.p-irata__why {
  padding-bottom: 6.5rem;
  padding-top: 4rem;
}

.p-irata__reason-list {
  align-items: stretch;
  display: flex;
  gap: 2rem;
  padding-top: 2.5rem;
}

.p-irata__reason-item {
  align-items: center;
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  min-width: 0;
  padding-block: 1.5rem;
  padding-inline: 1.5rem;
  text-align: center;
}

.p-irata__reason-icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 5rem;
  width: 5rem;
}

.p-irata__reason-icon--scale {
  background-image: url("../img/irata/icon-scale.svg");
}

.p-irata__reason-icon--comfort {
  background-image: url("../img/irata/icon-comfort.svg");
}

.p-irata__reason-icon--guidance {
  background-image: url("../img/irata/icon-guidance.svg");
}

.p-irata__reason-en {
  color: #276b9d;
  font-size: 1.125rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 2;
}

.p-irata__reason-ttl {
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.4;
}
.p-irata__reason-ttl {
  letter-spacing: 0.06em;
}

.p-irata__reason-text {
  padding-top: 1rem;
}

.p-irata__reason-triangle {
  display: flex;
  justify-content: center;
  padding-top: 1.5rem;
}

.p-irata__reason-triangle::before {
  -webkit-transform: rotate(180deg);
  background-image: url("../img/irata/triangle.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 7rem 2.5rem;
  content: "";
  height: 2.5rem;
  transform: rotate(180deg);
  width: 7rem;
}

.p-irata__reason-lead {
  align-items: center;
  background-color: #fff9e6;
  border-radius: 1rem;
  display: flex;
  gap: 2rem;
  margin-inline: auto;
  margin-top: 1.5rem;
  max-width: 100%;
  overflow: hidden;
  padding-left: 3rem;
  width: 62.0080625rem;
}

.p-irata__reason-lead-txt {
  flex: 1 1 0;
  min-width: 0;
}

.p-irata__hwid {
  margin-right: -0.5em;
}

.p-irata__reason-lead-ttl {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.4;
  word-break: keep-all;
}
.p-irata__reason-lead-ttl {
  letter-spacing: 0.02em;
}

.p-irata__reason-lead-text {
  margin-right: -0.125rem;
  padding-top: 0.5rem;
}

.p-irata__reason-lead-img {
  aspect-ratio: 436.129/260;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
  width: 27.2580625rem;
}

.p-irata__reason-lead-img-item {
  -o-object-fit: cover;
  height: 100%;
  inset: 0;
  max-width: none;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.p-irata__cta-ttl {
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.4;
  padding-top: 0.25rem;
}

.p-irata__cta-ttl-unit {
  display: inline-block;
}

.p-irata__cta-text {
  font-size: 1.125rem;
  letter-spacing: 0.02em;
  line-height: 1.6;
  padding-top: 0.625rem;
}

.p-irata__cta-text-unit {
  display: inline-block;
}

.p-notfound__ttl {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  padding-top: 5rem;
}

.p-notfound__ttl-en {
  color: #276b9d;
  font-family: "Montserrat", sans-serif;
  font-size: 3.25rem;
  font-weight: 700;
  letter-spacing: 0.023em;
  line-height: 1.2;
}

.p-notfound__ttl-ja {
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.075em;
  line-height: 1.6;
}

.p-notfound__body {
  padding-bottom: 10.8rem;
  padding-top: 2.5rem;
}

.p-notfound__text {
  text-align: center;
}

.p-notfound__btn {
  display: flex;
  justify-content: center;
  padding-top: 3.75rem;
}

.p-information {
  background-color: #ffffff;
  padding-block: 5.5rem;
}

.p-information__list {
  margin-inline: auto;
  margin-top: 3rem;
  max-width: 100%;
  width: 65rem;
}

.p-information__row {
  align-items: center;
  box-shadow: inset 0 0.1875rem 0 #ebb029;
  display: flex;
  height: 6.625rem;
  padding-block: 1.5rem;
  padding-inline: 2.5rem;
}

.p-information__row--address {
  height: 13.5rem;
}

.p-information__row--last {
  box-shadow: inset 0 0.1875rem 0 #ebb029, inset 0 -0.1875rem 0 #ebb029;
}

.p-information__label {
  flex-shrink: 0;
  font-size: 1.125rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.8;
  max-width: 100%;
  width: 15.75rem;
}

.p-information__value {
  flex: 1;
  font-size: 1rem;
  letter-spacing: 0.04em;
  min-width: 0;
}

.p-information__value--address {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.p-information__line--pin::after {
  background-image: url("../img/common/icon-map-pin.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1.5rem 1.5rem;
  content: "";
  display: inline-block;
  height: 1.5rem;
  margin-left: 0.25rem;
  vertical-align: middle;
  width: 1.5rem;
}

.p-information__tel {
  text-decoration: underline;
  text-underline-offset: 0.125rem;
  transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-information__tel:focus-visible {
  opacity: 0.6;
}

.p-overview {
  position: relative;
}

.p-overview::before {
  background-image: -webkit-image-set(url("../img/overview/bg-fixed.webp") type("image/webp"), url("../img/overview/bg-fixed.jpg") type("image/jpeg"));
  background-image: image-set(url("../img/overview/bg-fixed.webp") type("image/webp"), url("../img/overview/bg-fixed.jpg") type("image/jpeg"));
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  inset: 0;
  pointer-events: none;
  position: fixed;
  z-index: -1;
}

.p-overview__body {
  padding-bottom: 6rem;
  padding-top: 5rem;
}

.p-overview__photo {
  aspect-ratio: 1240/640;
  border-radius: 0.625rem;
  overflow: hidden;
  position: relative;
}

.p-overview__photo-img {
  -o-object-fit: cover;
  height: 101.1018%;
  left: -0.30685%;
  max-width: none;
  object-fit: cover;
  position: absolute;
  top: -1.1018%;
  width: 103.6776%;
}

.p-overview__lead {
  align-items: flex-start;
  display: flex;
  gap: 7.5rem;
  padding-top: 6rem;
}

.p-overview__lead-head {
  flex-shrink: 0;
}

.p-overview__lead-body {
  flex: 1;
  min-width: 0;
  padding-top: 13rem;
}

.p-overview__catch {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5;
  padding-top: 1.5rem;
}

.p-overview__text {
  padding-top: 0.5rem;
}

.p-philosophy {
  margin-top: 28.125rem;
}

.p-philosophy__list {
  display: flex;
  gap: 2rem;
  padding-top: 2.5rem;
}

.p-philosophy__item {
  align-items: center;
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
  min-width: 0;
  padding-block: 1.5rem;
  padding-inline: 2rem;
}

.p-philosophy__item::before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 5.5rem 5.5rem;
  content: "";
  flex-shrink: 0;
  height: 5.5rem;
  width: 5.5rem;
}

.p-philosophy__item--mission::before {
  background-image: url("../img/overview/icon-mission.svg");
}

.p-philosophy__item--vision::before {
  background-image: url("../img/overview/icon-vision.svg");
}

.p-philosophy__item--value::before {
  background-image: url("../img/overview/icon-value.svg");
}

.p-philosophy__label {
  font-size: 1.125rem;
  letter-spacing: 0.06em;
}

.p-philosophy__label-en {
  color: #f39800;
  font-weight: 900;
}

.p-philosophy__label-ja {
  font-weight: 700;
}

.p-philosophy__ttl {
  font-size: 1.25rem;
  font-weight: 900;
  letter-spacing: 0.06em;
}

.p-philosophy__ttl-unit {
  display: inline-block;
}

.p-philosophy__text {
  padding-top: 1rem;
  width: 100%;
}

.p-about {
  padding-block: 5.5rem;
  padding-left: var(--inner-gutter);
  padding-right: 0;
}

.p-about__flex {
  align-items: flex-start;
  display: flex;
  gap: 3rem;
}

.p-about__txt {
  flex: 1;
  min-width: 0;
  padding-top: 3.5rem;
}

.p-about__text {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-top: 1.5rem;
}

.p-about__img {
  flex-shrink: 0;
  height: 30rem;
  padding-top: 1.5rem;
  width: 49rem;
}

.p-about__img-item {
  -o-object-fit: cover;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 3rem 100%);
  height: 29.2115625rem;
  object-fit: cover;
  width: 100%;
}

.p-fv {
  height: 56.25rem;
  margin-inline: auto;
  max-width: 90rem;
  overflow: hidden;
  position: relative;
}

.p-fv::before {
  -webkit-transform: skewX(-15deg) scaleY(0.97);
  background-color: #eeeeee;
  content: "";
  height: 38.111125rem;
  left: -4.94303125rem;
  position: absolute;
  top: -17.4618125rem;
  transform: skewX(-15deg) scaleY(0.97);
  width: 16.9226875rem;
}

.p-fv::after {
  -webkit-transform: skewX(-15deg) scaleY(0.97);
  background-color: #eeeeee;
  content: "";
  height: 38.111125rem;
  left: 39.58009375rem;
  position: absolute;
  top: 18.7881875rem;
  transform: skewX(-15deg) scaleY(0.97);
  width: 16.9226875rem;
}

.p-fv__inner {
  inset: 0;
  position: absolute;
  z-index: 1;
}

.p-fv__inner::before {
  -webkit-transform: skewX(-15deg) scaleY(0.97);
  background-color: #f8f8f7;
  content: "";
  height: 58.2343125rem;
  left: -2.1039375rem;
  position: absolute;
  top: -0.99215625rem;
  transform: skewX(-15deg) scaleY(0.97);
  width: 44.789875rem;
}

.p-fv__photo {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 21.66% 100%);
  height: 56.25rem;
  left: 39.5rem;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 50.5rem;
}

.p-fv__photo-img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-fv__logo {
  -webkit-filter: drop-shadow(0 0 1.25rem rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 0 1.25rem rgba(0, 0, 0, 0.1));
  left: 3.38rem;
  position: absolute;
  top: 14.323125rem;
  width: 36.4375rem;
}

.p-fv__catch {
  font-size: 1.3125rem;
  font-weight: 900;
  left: 4.8125rem;
  letter-spacing: 0.08em;
  line-height: 2.5;
  position: absolute;
  top: 42rem;
  white-space: nowrap;
}
.p-instagram {
  padding-top: 5.5rem;
}

.p-instagram__text {
  padding-top: 1.5rem;
}

.p-instagram__img {
  padding-top: 1.5rem;
}

.p-instagram__feed {
  padding-top: 1.5rem;
}

.p-instagram__img-item {
  -o-object-fit: cover;
  aspect-ratio: 1522/498;
  object-fit: cover;
  width: 100%;
}

.p-instagram__btn-wrap {
  display: flex;
  justify-content: center;
  padding-top: 2.5rem;
}

.p-training__text {
  padding-top: 1.5rem;
}

.p-training__course {
  padding-top: 2.5rem;
}

.p-training__course-ttl {
  box-shadow: inset 0.3125rem 0 0 #f39800;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.1;
  padding-bottom: 0.25rem;
  padding-left: 1rem;
  white-space: nowrap;
}

.p-training__course-img {
  padding-top: 1rem;
}

.p-training__course-img-item {
  -o-object-fit: cover;
  aspect-ratio: 1080/664;
  object-fit: cover;
  width: 100%;
}

.p-training__course-btn {
  display: flex;
  justify-content: flex-end;
  padding-top: 1.5rem;
}

.p-training__list {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 2.5rem;
  padding-top: 2.5rem;
}

.p-training__item {
  width: calc((100% - 2.5rem) / 2);
}

.p-training__card {
  --circle-bg: transparent;
  --circle-border: #f3e9c9;
  --circle-arrow: #ebb029;
  align-items: flex-end;
  background-color: #ffffff;
  border-radius: 0.625rem;
  display: flex;
  height: 13.5rem;
  justify-content: space-between;
  padding: 2.5rem;
}

.p-training__card-txt {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}

.p-training__card-txt::after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 3.125rem;
  width: 3.125rem;
}

.p-training__card-txt--corporation::after {
  background-image: url("../img/top/icon-corporation.svg");
}

.p-training__card-txt--facility::after {
  background-image: url("../img/top/icon-facility.svg");
}

.p-training__card-txt--access::after {
  background-image: url("../img/top/icon-access.svg");
}

.p-training__card-txt--contact::after {
  background-image: url("../img/top/icon-contact.svg");
}

.p-training__card-ttl {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
}

.p-training__card-en {
  color: #f39800;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1;
}

.p-training__card-ja {
  font-size: 1.3125rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1.4;
}
.p-training__card:focus-visible {
  --circle-bg: #f39800;
  --circle-border: #f39800;
  --circle-arrow: #ffffff;
}
.u-footer-gap::after {
  content: "";
  display: block;
  height: 0.625rem;
}

.u-sp {
  display: none;
}

.u-pt-104 {
  padding-top: 6.5rem !important;
}

.u-pb-104 {
  padding-bottom: 6.5rem !important;
}

.u-mt-104 {
  margin-top: 6.5rem !important;
}

.u-mb-104 {
  margin-bottom: 6.5rem !important;
}

.u-pt-120 {
  padding-top: 7.5rem !important;
}

.u-pb-120 {
  padding-bottom: 7.5rem !important;
}

.u-mt-120 {
  margin-top: 7.5rem !important;
}

.u-mb-120 {
  margin-bottom: 7.5rem !important;
}

.u-pt-200 {
  padding-top: 12.5rem !important;
}

.u-pb-200 {
  padding-bottom: 12.5rem !important;
}

.u-mt-200 {
  margin-top: 12.5rem !important;
}

.u-mb-200 {
  margin-bottom: 12.5rem !important;
}

.u-textLeft {
  text-align: Left !important;
}

.u-textCenter {
  text-align: Center !important;
}

.u-textRight {
  text-align: Right !important;
}

.u-textJustify {
  text-align: Justify !important;
}

@media screen and (min-width: 768px) {
  .l-drawer__reserve-btns .c-reserve-btn:only-child .c-reserve-btn__unit {
    display: inline;
  }
}

@media screen and (min-width: 1025px) {
  html {
    font-size: min(1.1111111111vw, 16px);
  }
  .l-drawer__reserve-btns .c-reserve-btn:only-child {
    font-size: 1.25rem;
    padding-block: 1.25rem;
    padding-inline: 2rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .l-drawer__reserve-btns .c-reserve-btn:only-child::after {
    background-size: 2.25rem 2.25rem;
    height: 2.25rem;
    width: 2.25rem;
  }
}

@media screen and (min-width: 1150px) {
  .is-drawer-open .l-header__reserve {
    display: none;
  }
}

@media screen and (min-width: 1440px) {
  .l-drawer::before,
  .l-drawer::after,
  .l-drawer__inner::before {
    --drawer-slant: max(15.07214375rem, 26.79492vh);
  }
  .p-fv {
    max-width: none;
  }
  .p-fv__inner {
    left: calc(50% - 45rem);
    right: calc(50% - 45rem);
  }
  .p-fv::before {
    left: calc(50% - 45rem + -4.94303125rem);
  }
  .p-fv__inner::before {
    left: calc(45rem - 50vw - 15.625rem);
    right: calc(100% - 42.6859375rem);
    width: auto;
  }
  .p-fv::after {
    left: calc(50% - 45rem + 39.58009375rem);
  }
  .p-fv__photo {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 10.9375rem 100%);
    right: calc(45rem - 50vw);
    width: auto;
  }
}

@media screen and (max-width: 1149px) {
  .l-drawer__inner {
    padding-block: 56px 88px;
  }
  .l-header__burger.is-open .l-header__line:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(-30deg);
    transform: translateY(8px) rotate(-30deg);
  }
  .l-header__burger.is-open .l-header__line:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(30deg);
    transform: translateY(-8px) rotate(30deg);
  }
  .l-footer {
    padding-bottom: 72px;
  }
  .l-header {
    bottom: 1%;
    left: 2.5%;
    right: 2.5%;
    top: auto;
  }
  .l-header__inner {
    align-items: stretch;
    height: 55px;
    overflow: hidden;
  }
  .l-header__logo {
    display: none;
  }
  .l-header__nav {
    align-items: stretch;
    gap: 0;
    padding-inline: 0;
    width: 100%;
  }
  .l-header__reserve {
    border-radius: 0 0.625rem 0.625rem 0;
    flex: 1;
    font-size: 15px;
    gap: 8px;
    min-height: 0;
    min-width: 0;
    order: 2;
    padding-block: 0;
    padding-inline: 12px;
  }
  .l-header__reserve::after {
    height: 7px;
    width: 12px;
  }
  .l-header__burger {
    flex-direction: row;
    gap: 8px;
    min-height: 0;
    order: 1;
    width: 36%;
  }
  .l-header__burger-icon {
    gap: 6px;
    width: 26px;
  }
  .l-header__line {
    height: 2px;
    width: 26px;
  }
  .l-header__menu-txt {
    font-size: 14px;
    line-height: 1;
  }
  .c-lower-card__mv {
    padding-top: 64px;
  }
  .p-course__mv {
    padding-top: 64px;
  }
}

@media screen and (max-width: 1024px) {
  .l-footer__member {
    padding-block: 3.5rem 2.5rem;
  }
  .l-footer__member-list {
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
  }
  .l-footer__member-item {
    width: calc((100% - 3rem) / 3);
  }
  .l-footer__member-img {
    width: 78%;
  }
  .l-footer__main {
    flex-direction: column;
    gap: 2.5rem;
    padding-block: 2.5rem;
  }
  .l-footer__logo {
    width: 8.75rem;
  }
  .l-footer__logo-text {
    border-left: 0;
    padding-left: 0;
  }
  .l-footer__address {
    font-size: 0.875rem;
    white-space: normal;
  }
  .l-footer__sns-link {
    height: 2.75rem;
    margin: -0.625rem -0.625rem -0.25rem;
    padding: 0.625rem;
    width: 2.75rem;
  }
  .l-footer__nav {
    gap: 1.5rem;
    height: auto;
  }
  .l-footer__sitemap {
    gap: 0;
  }
  .l-footer__sitemap-link {
    font-size: 0.875rem;
    padding-block: 0.5625rem;
  }
  .l-footer__sitemap-link--tight {
    line-height: 1.4;
  }
  .l-footer__sub {
    padding-block: 2rem;
  }
  .l-footer__policy {
    padding-block: 0.5rem 0.4375rem;
  }
  .l-footer__copyright {
    font-size: 0.75rem;
  }
  .l-footer__pagetop {
    height: 3.5rem;
    width: 3.5rem;
  }
  .l-footer__pagetop::after {
    height: 0.9375rem;
    top: 1.1875rem;
    width: 0.6875rem;
  }
  .l-header__logo {
    min-width: 0;
  }
  .l-header__logo-link {
    max-width: 9.375rem;
    min-width: 0;
    padding-block: 0.625rem;
    padding-inline: 0.75rem;
  }
  .l-header__logo-img {
    max-width: 100%;
    width: 6.875rem;
  }
  .c-arrow-circle {
    height: 3.5rem;
    width: 3.5rem;
  }
  .c-arrow-circle::before {
    border-width: 0.205875rem;
  }
  .c-arrow-circle::after {
    -webkit-mask-size: 0.8235rem 0.8235rem;
    mask-size: 0.8235rem 0.8235rem;
  }
  .c-bread__list {
    font-size: 0.75rem;
  }
  .c-btn {
    font-size: 0.9375rem;
    gap: 0.5rem;
    padding-block: 0.875rem;
    padding-inline: 1.5rem;
  }
  .c-btn--instagram::after {
    height: 1.5rem;
    width: 1.5rem;
  }
  .c-circle-btn__txt {
    font-size: 0.9375rem;
  }
  .c-cta-banner {
    padding-block: 3.5rem;
  }
  .c-lower-ttl {
    gap: 0.625rem;
    padding-top: 3rem;
  }
  .c-lower-ttl__ja {
    font-size: 2rem;
  }
  .c-lower-ttl__en {
    font-size: 0.8125rem;
  }
  .c-normal-txt {
    font-size: 1rem;
  }
  .c-orange-sec {
    padding-block: 3.5rem;
  }
  .c-orange-sec__box {
    padding: 3rem 2rem;
  }
  .c-section-ttl__en {
    font-size: 0.8125rem;
  }
  .c-section-ttl__ja {
    font-size: 1.625rem;
  }
  .c-small-txt {
    font-size: 0.8125rem;
  }
  .p-comingsoon__ttl {
    gap: 0.5rem;
    padding-top: 3rem;
  }
  .p-comingsoon__ttl-en {
    font-size: 2rem;
  }
  .p-comingsoon__ttl-ja {
    font-size: 0.875rem;
  }
  .p-comingsoon__body {
    padding-bottom: 4.5rem;
    padding-top: 1.5rem;
  }
  .p-comingsoon__btn {
    padding-top: 2rem;
  }
  .p-course__cta-ttl {
    font-size: 2rem;
  }
  .p-curriculum__list {
    gap: 1.5rem;
    grid-template-columns: minmax(0, 1fr);
    padding-top: 2rem;
  }
  .p-curriculum__item {
    padding: 1.75rem 2rem;
  }
  .p-curriculum__no {
    font-size: 3.5rem;
  }
  .p-curriculum__ttl {
    font-size: 1.3125rem;
    max-width: 100%;
  }
  .p-guide__dialog {
    padding: 2rem 1.5rem;
  }
  .p-outline {
    padding-block: 4.5rem;
  }
  .p-outline__nav {
    border-width: 0.205875rem;
    height: 3.5rem;
    width: 3.5rem;
  }
  .p-outline__nav::after {
    -webkit-mask-size: 0.8235rem 0.8235rem;
    mask-size: 0.8235rem 0.8235rem;
  }
  .p-outline__nav--next {
    right: -1.3125rem;
  }
  .p-outline__nav--prev {
    left: -1.3125rem;
  }
  .p-outline__detail {
    width: 100%;
  }
  .p-reserve__flex {
    flex-direction: column;
    gap: 1.5rem;
  }
  .p-reserve__txt {
    flex: none;
    width: 100%;
  }
  .p-reserve__cal {
    width: 100%;
  }
  .p-schedule {
    padding-block: 4.5rem;
  }
  .p-schedule__list {
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-top: 2rem;
  }
  .p-schedule__item {
    padding: 1.75rem 1.5rem;
  }
  .p-irata__row {
    gap: 2rem;
  }
  .p-irata__media {
    width: 55%;
  }
  .p-irata__txt {
    padding-top: 1.5rem;
  }
  .p-irata__body {
    padding-top: 1rem;
  }
  .p-irata__standard {
    padding-top: 3rem;
  }
  .p-irata__why {
    padding-bottom: 3.5rem;
    padding-top: 2.5rem;
  }
  .p-irata__reason-list {
    gap: 1rem;
    padding-top: 1.5rem;
  }
  .p-irata__reason-item {
    padding-block: 1.25rem;
    padding-inline: 1.25rem;
  }
  .p-irata__reason-icon {
    height: 4rem;
    width: 4rem;
  }
  .p-irata__reason-en {
    font-size: 0.9375rem;
  }
  .p-irata__reason-ttl {
    font-size: 1.25rem;
  }
  .p-irata__reason-text {
    padding-top: 0.75rem;
  }
  .p-irata__reason-triangle::before {
    background-size: 4.5rem 1.625rem;
    height: 1.625rem;
    width: 4.5rem;
  }
  .p-irata__reason-lead {
    gap: 1.5rem;
    padding-left: 1.5rem;
  }
  .p-irata__reason-lead-ttl {
    font-size: 1.375rem;
  }
  .p-irata__reason-lead-img {
    width: 42%;
  }
  .p-irata__cta-text {
    font-size: 0.875rem;
  }
  .p-notfound__ttl {
    gap: 0.5rem;
    padding-top: 3rem;
  }
  .p-notfound__ttl-en {
    font-size: 2rem;
  }
  .p-notfound__ttl-ja {
    font-size: 0.875rem;
  }
  .p-notfound__body {
    padding-bottom: 4.5rem;
    padding-top: 1.5rem;
  }
  .p-notfound__btn {
    padding-top: 2rem;
  }
  .p-information {
    padding-block: 3.5rem;
  }
  .p-information__list {
    margin-top: 1.75rem;
  }
  .p-information__row {
    height: auto;
    padding-inline: 1rem;
  }
  .p-information__row--address {
    height: auto;
  }
  .p-information__label {
    font-size: 1rem;
    width: 11.25rem;
  }
  .p-information__value {
    font-size: 0.9375rem;
  }
  .p-overview__body {
    padding-bottom: 3.5rem;
    padding-top: 3rem;
  }
  .p-overview__lead {
    gap: 3rem;
  }
  .p-overview__lead-body {
    padding-top: 7.5rem;
  }
  .p-overview__catch {
    font-size: 1.25rem;
  }
  .p-philosophy {
    margin-top: 25rem;
  }
  .p-philosophy__list {
    gap: 1.25rem;
  }
  .p-philosophy__item {
    padding-inline: 1.25rem;
  }
  .p-philosophy__item::before {
    background-size: 4rem 4rem;
    height: 4rem;
    width: 4rem;
  }
  .p-philosophy__label {
    font-size: 1rem;
  }
  .p-philosophy__ttl {
    font-size: 1.125rem;
    text-align: center;
  }
  .p-about {
    padding-block: 3.5rem;
  }
  .p-about__flex {
    gap: 2rem;
  }
  .p-about__txt {
    padding-top: 1.5rem;
  }
  .p-about__img {
    height: auto;
    width: 48%;
  }
  .p-about__img-item {
    aspect-ratio: 784/467.385;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 6.122% 100%);
    height: auto;
  }
  .p-instagram {
    padding-top: 3.5rem;
  }
  .p-instagram__btn-wrap {
    padding-top: 1.75rem;
  }
  .p-training__course-ttl {
    font-size: 1.3125rem;
    padding-left: 0.75rem;
  }
  .p-training__list {
    gap: 1rem;
    padding-top: 1.5rem;
  }
  .p-training__item {
    flex: 1 1 max(16.25rem, 50% - 0.5rem);
    width: auto;
  }
  .p-training__card {
    height: auto;
    padding: 1.5rem;
  }
  .p-training__card-txt {
    gap: 1rem;
  }
  .p-training__card-txt::after {
    height: 2.375rem;
    width: 2.375rem;
  }
  .p-training__card-ja {
    font-size: 1.125rem;
  }
  .u-pc {
    display: none;
  }
  .u-sp {
    display: block;
  }
  .u-pt-104 {
    padding-top: 4rem !important;
  }
  .u-pb-104 {
    padding-bottom: 4rem !important;
  }
  .u-mt-104 {
    margin-top: 4rem !important;
  }
  .u-mb-104 {
    margin-bottom: 4rem !important;
  }
  .u-pt-120 {
    padding-top: 5rem !important;
  }
  .u-pb-120 {
    padding-bottom: 5rem !important;
  }
  .u-mt-120 {
    margin-top: 5rem !important;
  }
  .u-mb-120 {
    margin-bottom: 5rem !important;
  }
  .u-pt-200 {
    padding-top: 6.25rem !important;
  }
  .u-pb-200 {
    padding-bottom: 6.25rem !important;
  }
  .u-mt-200 {
    margin-top: 6.25rem !important;
  }
  .u-mb-200 {
    margin-bottom: 6.25rem !important;
  }
  .u-textMdLeft {
    text-align: Left !important;
  }
  .u-textMdCenter {
    text-align: Center !important;
  }
  .u-textMdRight {
    text-align: Right !important;
  }
  .u-textMdJustify {
    text-align: Justify !important;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .l-drawer__reserve-btns .c-reserve-btn:only-child {
    font-size: 1.3888888889vw;
    padding-block: 1.3888888889vw;
    padding-inline: 2.2222222222vw;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .l-drawer__reserve-btns .c-reserve-btn:only-child::after {
    background-size: 2.5vw 2.5vw;
    height: 2.5vw;
    width: 2.5vw;
  }
  .l-drawer::before,
  .l-drawer::after,
  .l-drawer__inner::before {
    --drawer-slant: 16.7468263889vw;
    height: max(62.5vw, 100%);
  }
  .l-drawer::before {
    clip-path: polygon(calc(50% + 5.2447916667vw) 0, calc(50% + 24.0477777778vw) 0, calc(50% + 24.0477777778vw - var(--drawer-slant)) 100%, calc(50% + 5.2447916667vw - var(--drawer-slant)) 100%);
  }
  .l-drawer::after {
    clip-path: polygon(calc(50% - 188.8888888889vw) 0, calc(50% - 36.2147916667vw) 0, calc(50% - 36.2147916667vw - var(--drawer-slant)) 100%, calc(50% - 188.8888888889vw - var(--drawer-slant)) 100%);
  }
  .l-drawer__inner::before {
    clip-path: polygon(calc(50% - 43.9643055556vw) 0, calc(50% + 5.8022222222vw) 0, calc(50% + 5.8022222222vw - var(--drawer-slant)) 100%, calc(50% - 43.9643055556vw - var(--drawer-slant)) 100%);
  }
  .l-drawer__inner {
    gap: 5.8333333333vw;
  }
  .l-drawer__left {
    width: 37.5vw;
  }
  .l-drawer__left::before {
    background-size: 35.9876527778vw 26.5432083333vw;
    height: 26.5432083333vw;
    margin-bottom: -0.0104930556vw;
    margin-left: -1.2296319444vw;
    margin-top: -1.4709861111vw;
    width: 35.9876527778vw;
  }
  .l-drawer__btn {
    padding-top: 2.7777777778vw;
  }
  .l-drawer__right {
    width: 42.7777777778vw;
  }
  .l-drawer__nav {
    gap: 3.8888888889vw;
  }
  .l-drawer__list {
    gap: 2.2222222222vw;
    width: 19.4444444444vw;
  }
  .l-drawer__link {
    font-size: 1.3888888889vw;
  }
  .l-drawer__link::after {
    background-size: 1.6666666667vw 1.6666666667vw;
    height: 1.6666666667vw;
    width: 1.6666666667vw;
  }
  .l-drawer__reserve {
    border-radius: 0.5555555556vw;
    border-width: 0.2083333333vw;
    margin-top: 3.8888888889vw;
    padding: 1.4583333333vw;
  }
  .l-drawer__reserve-ttl {
    font-size: 1.3888888889vw;
  }
  .c-reserve-btn {
    border-radius: 2.0833333333vw;
    font-size: 1.25vw;
    gap: 0.8333333333vw;
    padding-block: 1.1111111111vw;
  }
  .c-reserve-btn::after {
    background-size: 2.2222222222vw 2.2222222222vw;
    height: 2.2222222222vw;
    width: 2.2222222222vw;
  }
  .c-reserve-btn--irata {
    padding-inline: 1.6666666667vw;
    width: 18.3333333333vw;
  }
  .c-reserve-btn--jiraa {
    padding-inline: clamp(1rem, 2.5vw, 2.5rem);
  }
  .p-irata__reason-ttl {
    font-size: clamp(0.875rem, var(--visual-vw) * 0.0234 - 0.125rem, 1.5rem);
  }
  .p-irata__reason-lead-ttl {
    font-size: clamp(1.125rem, var(--visual-vw) * 0.039 - 0.5rem, 2rem);
  }
  .p-irata__cta-ttl {
    font-size: clamp(1.25rem, var(--visual-vw) * 0.0234 + 0.5rem, 2rem);
  }
  .p-fv {
    height: 62.5vw;
  }
  .p-fv::before {
    height: 42.3456944444vw;
    left: -5.4922569444vw;
    top: -19.4020138889vw;
    width: 18.8029861111vw;
  }
  .p-fv::after {
    height: 42.3456944444vw;
    left: 43.9778819444vw;
    top: 20.8757638889vw;
    width: 18.8029861111vw;
  }
  .p-fv__inner::before {
    height: 64.7047916667vw;
    left: -2.3377083333vw;
    top: -1.1023958333vw;
    width: 49.7665277778vw;
  }
  .p-fv__photo {
    height: 62.5vw;
    left: 43.8888888889vw;
    width: 56.1111111111vw;
  }
  .p-fv__logo {
    left: 3.7555555556vw;
    top: 15.9145833333vw;
    width: 40.4861111111vw;
  }
  .p-fv__catch {
    font-size: 1.4583333333vw;
    left: 5.3472222222vw;
    top: 46.6666666667vw;
  }
}

@media screen and (max-width: 767px) {
  :root {
    --inner-gutter: calc(var(--visual-vw) * 0.05);
    --inner-gutter-lower: calc(var(--visual-vw) * 0.095);
  }
  .l-drawer::before,
  .l-drawer::after,
  .l-drawer__inner::before {
    display: none;
  }
  .l-drawer__inner {
    flex-direction: column;
    gap: 1.5rem;
  }
  .l-drawer__sp-head {
    display: block;
    order: 1;
    width: 100%;
  }
  .l-drawer__sp-logo {
    display: inline-block;
    transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .l-drawer__sp-logo-img {
    height: auto;
    width: 9.375rem;
  }
  .l-drawer__sp-label {
    border-top: 0.0625rem solid #eeeeee;
    color: #276b9d;
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    order: 2;
    padding-top: 1.25rem;
    width: 100%;
  }
  .l-drawer__left {
    order: 4;
    width: 100%;
  }
  .l-drawer__left::before {
    display: none;
  }
  .l-drawer__btn {
    padding-top: 0;
  }
  .l-drawer__right {
    display: contents;
  }
  .l-drawer__nav {
    flex-direction: column;
    gap: 1rem;
    order: 3;
    width: 100%;
  }
  .l-drawer__list {
    gap: 1rem;
    width: 100%;
  }
  .l-drawer__link {
    border-bottom-width: 0.0625rem;
    font-size: 1rem;
    padding-block: 0.375rem 1rem;
    padding-left: 0.25rem;
  }
  .l-drawer__link::after {
    background-size: 1rem 1rem;
    border: 0.0625rem solid #ebb029;
    border-radius: 100%;
    height: 2rem;
    width: 2rem;
  }
  .l-drawer__reserve {
    margin-top: 0;
    order: 5;
    width: 100%;
  }
  .l-drawer__reserve-btns {
    flex-direction: column;
    gap: 0.75rem;
  }
  .l-footer__member {
    padding-inline: calc(var(--visual-vw) * 0.05);
  }
  .l-footer__member-list {
    gap: 1rem;
  }
  .l-footer__member-item {
    max-width: 23.75rem;
    width: calc((100% - 1rem) / 2);
  }
  .l-footer__main {
    padding-inline: calc(var(--visual-vw) * 0.05);
  }
  .l-footer__company {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.75rem;
  }
  .l-footer__sub {
    padding-inline: calc(var(--visual-vw) * 0.05);
  }
  .l-inner {
    width: calc(var(--visual-vw) * 0.9);
  }
  .l-inner--lower {
    width: calc(var(--visual-vw) * 0.81);
  }
  .c-cta-banner__box {
    align-items: flex-start;
    border-radius: 1.25rem;
    flex-direction: column;
    gap: 1rem;
    padding: 1.5rem;
  }
  .c-cta-banner__img {
    aspect-ratio: 16/9;
    width: 100%;
  }
  .c-cta-banner__btn {
    align-self: flex-end;
  }
  .c-lower-card {
    width: 95%;
  }
  .c-lower-ttl__ja {
    font-size: clamp(1.375rem, var(--visual-vw) * 0.08, 2rem);
  }
  .c-normal-txt {
    font-size: 0.9375rem;
    line-height: 1.9;
  }
  .c-orange-sec__box {
    padding: 2rem 1.25rem;
  }
  .c-reserve-btn {
    font-size: clamp(0.6875rem, var(--visual-vw) * 0.059 - 0.575rem, 1.125rem);
    justify-content: center;
    white-space: normal;
  }
  .c-reserve-btn__unit {
    display: inline-block;
  }
  .c-reserve-btn--irata {
    width: 100%;
  }
  .c-reserve-btn--jiraa {
    padding-inline: 1.5rem;
    width: 100%;
  }
  .c-section-ttl__ja {
    font-size: clamp(1.125rem, var(--visual-vw) * 0.065, 1.625rem);
  }
  .c-small-txt {
    font-size: 0.75rem;
  }
  .p-course__cta-ttl {
    font-size: 1.5rem;
  }
  .p-curriculum__item {
    padding: 1.5rem 1.25rem;
  }
  .p-curriculum__level {
    font-size: 0.9375rem;
  }
  .p-curriculum__no {
    font-size: 2.75rem;
  }
  .p-curriculum__ttl {
    font-size: 1.125rem;
  }
  .p-curriculum__btn {
    font-size: 0.875rem;
    min-width: 0;
    padding: 1rem 2.75rem 1rem 1rem;
  }
  .p-curriculum__btn::after {
    -webkit-mask-size: 1.25rem 1.25rem;
    height: 1.25rem;
    mask-size: 1.25rem 1.25rem;
    right: 1rem;
    width: 1.25rem;
  }
  .p-guide {
    padding: 0.75rem;
  }
  .p-guide__dialog {
    border-radius: 0.75rem;
    padding: 1.5rem 1rem;
  }
  .p-guide__close {
    border-width: 0.15rem;
    height: 2.5rem;
    right: 0.75rem;
    top: 0.75rem;
    width: 2.5rem;
  }
  .p-guide__close::after {
    -webkit-mask-size: 0.6875rem 0.6875rem;
    mask-size: 0.6875rem 0.6875rem;
  }
  .p-guide__ttl {
    font-size: 1.125rem;
  }
  .p-guide__subttl {
    font-size: 1rem;
  }
  .p-guide__th {
    font-size: 0.9375rem;
    padding: 0.875rem 0.75rem;
  }
  .p-guide__td {
    font-size: 0.8125rem;
    padding: 0.875rem 0.75rem;
  }
  .p-outline {
    padding-block: 3rem;
  }
  .p-outline__slides {
    border-radius: 0.625rem;
  }
  .p-outline__nav {
    border-width: 0.15rem;
    height: 2.5rem;
    width: 2.5rem;
  }
  .p-outline__nav::after {
    -webkit-mask-size: 0.5875rem 0.5875rem;
    mask-size: 0.5875rem 0.5875rem;
  }
  .p-outline__nav--next {
    right: -0.9375rem;
  }
  .p-outline__nav--prev {
    left: -0.9375rem;
  }
  .p-outline__thumbs {
    padding-top: 0.75rem;
  }
  .p-outline__body {
    padding-top: 2.5rem;
  }
  .p-outline__specs {
    flex-direction: column;
    gap: 1rem;
    padding-top: 1.5rem;
  }
  .p-outline__spec {
    padding: 1.5rem 1rem;
    width: 100%;
  }
  .p-outline__lead {
    padding-top: 1.5rem;
  }
  .p-reserve__cal .xo-month {
    min-width: 0;
  }
  .p-reserve__cal .calendar-caption {
    font-size: 0.875rem;
  }
  .p-reserve__cal .month-prev,
  .p-reserve__cal .month-next {
    height: 1.625rem;
    width: 1.625rem;
  }
  .p-reserve__cal .xo-month > thead th {
    font-size: 0.75rem;
    height: 1.75rem;
  }
  .p-reserve__cal .month-dayname td div {
    font-size: 0.75rem;
    letter-spacing: 0;
    padding: 0.375rem 0.25rem 0.125rem;
  }
  .p-schedule {
    padding-block: 3rem;
  }
  .p-schedule__sub {
    font-size: 1rem;
  }
  .p-schedule__list {
    grid-template-columns: minmax(0, 1fr);
  }
  .p-schedule__item {
    padding: 1.5rem 1.25rem;
  }
  .p-schedule__ttl {
    font-size: 1rem;
  }
  .p-schedule__subitem {
    font-size: 0.9375rem;
  }
  .p-irata__row {
    flex-direction: column;
    gap: 1.5rem;
  }
  .p-irata__row--reverse {
    flex-direction: column-reverse;
  }
  .p-irata__media {
    margin-top: 0;
    width: 100%;
  }
  .p-irata__media--bleed-right {
    border-radius: 0.625rem 0 0 0.625rem;
    margin-right: calc(-1 * var(--inner-gutter-lower));
    width: calc(100% + var(--inner-gutter-lower));
  }
  .p-irata__media--bleed-left {
    border-radius: 0 0.625rem 0.625rem 0;
    margin-left: calc(-1 * var(--inner-gutter-lower));
    margin-right: 0;
    width: calc(100% + var(--inner-gutter-lower));
  }
  .p-irata__txt {
    max-width: none;
    padding-top: 0;
  }
  .p-irata__reason-list {
    flex-direction: column;
  }
  .p-irata__reason-ttl {
    font-size: clamp(1rem, var(--visual-vw) * 0.058, 1.5rem);
  }
  .p-irata__reason-lead {
    align-items: stretch;
    flex-direction: column;
    gap: 1rem;
    padding-left: 0;
    padding-top: 1.5rem;
  }
  .p-irata__reason-lead-txt {
    padding-inline: 1.25rem;
  }
  .p-irata__reason-lead-ttl {
    font-size: min(1.375rem, var(--visual-vw) * 0.0605);
  }
  .p-irata__reason-lead-img {
    width: 100%;
  }
  .p-irata__reason-lead-img-item {
    left: -6.6%;
    width: 106.6%;
  }
  .p-irata__cta-ttl {
    font-size: 1.375rem;
  }
  .p-information__row {
    display: block;
    padding-block: 1rem;
    padding-inline: 0.25rem;
  }
  .p-information__label {
    width: auto;
  }
  .p-information__value {
    margin-top: 0.25rem;
  }
  .p-overview__lead {
    display: block;
    padding-top: 2.5rem;
  }
  .p-overview__lead-body {
    padding-top: 1.5rem;
  }
  .p-philosophy__list {
    display: block;
    padding-top: 0.5rem;
  }
  .p-philosophy__item {
    margin-top: 1.25rem;
  }
  .p-about__flex {
    flex-direction: column;
    gap: 1.5rem;
  }
  .p-about__txt {
    padding-top: 0;
    width: 100%;
  }
  .p-about__img {
    padding-top: 0;
    width: 100%;
  }
  .p-fv {
    --fv-panel-h: clamp(26.375rem, calc(20.9375rem + var(--visual-vw) * 0.28), 34.375rem);
    height: 100vh;
    height: 100dvh;
    min-height: calc(var(--fv-panel-h) + 5.625rem);
    padding-top: 6.875rem;
  }
  .p-fv::before {
    display: none;
  }
  .p-fv::after {
    display: none;
  }
  .p-fv__inner {
    display: flex;
    flex-direction: column;
    position: static;
  }
  .p-fv__inner::before {
    -webkit-transform: none;
    clip-path: polygon(0 0, 100% 0, calc(100% - 6.25rem) 100%, 0 100%);
    height: var(--fv-panel-h);
    left: 0;
    top: 0;
    transform: none;
    width: min(26.875rem, 100%);
    z-index: 1;
  }
  .p-fv__photo {
    clip-path: none;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
  }
  .p-fv__logo {
    display: block;
    left: auto;
    margin-left: var(--inner-gutter);
    order: 1;
    position: relative;
    top: auto;
    width: min(16.875rem, 70%);
    z-index: 2;
  }
  .p-fv__catch {
    font-size: 0.9375rem;
    left: auto;
    line-height: 2;
    margin-left: var(--inner-gutter);
    margin-top: 0.5rem;
    order: 2;
    position: relative;
    top: auto;
    z-index: 2;
  }
  .p-training__course-ttl {
    font-size: clamp(0.9375rem, var(--visual-vw) * 0.052, 1.3125rem);
  }
}

@media (hover: hover) and (pointer: fine) {
  .l-drawer__link:hover {
    opacity: 0.6;
  }
  .l-footer__member-link:hover {
    opacity: 0.6;
  }
  .l-footer__sns-link:hover {
    opacity: 0.6;
  }
  .l-footer__sitemap-link:hover {
    opacity: 0.6;
  }
  .l-footer__policy:hover {
    opacity: 0.6;
    text-decoration: underline;
  }
  .l-footer__pagetop:hover {
    --pagetop-bg: #f39800;
    --pagetop-inner: 85%;
    --pagetop-arrow: #f39800;
  }
  .l-header__logo-link:hover {
    opacity: 0.6;
  }
  .l-header__reserve:hover {
    opacity: 0.6;
  }
  .c-bread__link:hover {
    opacity: 0.6;
  }
  .c-btn:hover {
    --c-btn-bg: #ffffff;
    --c-btn-color: #f39800;
    --c-btn-ring: #f39800;
    --c-btn-icon: #f39800;
  }
  .c-circle-btn:hover {
    --circle-bg: #f39800;
    --circle-border: #f39800;
    --circle-arrow: #ffffff;
    --circle-underline: 100%;
  }
  .c-cta-banner__box:hover {
    --circle-bg: #ffffff;
    --circle-arrow: #f39800;
    --circle-border: #ffffff;
  }
  .c-reserve-btn:hover {
    opacity: 0.6;
  }
  .p-curriculum__btn:hover {
    background-color: #f39800;
  }
  .p-guide__close:hover {
    background-color: #f3e9c9;
  }
  .p-outline__nav:hover {
    background-color: #ffc413;
  }
  .p-outline__nav:hover::after {
    background-color: #ffffff;
  }
  .p-outline__thumb-btn:hover::after {
    background-color: rgba(0, 0, 0, 0.15);
  }
  .p-outline__thumb-btn.is-current:hover::after {
    background-color: rgba(0, 0, 0, 0.4);
  }
  .p-information__tel:hover {
    opacity: 0.6;
  }
  .p-training__card:hover {
    --circle-bg: #f39800;
    --circle-border: #f39800;
    --circle-arrow: #ffffff;
  }
}

@media (prefers-reduced-motion: reduce) {
  .l-drawer__left,
  .l-drawer__right {
    -webkit-transform: none;
    transform: none;
    transition-delay: 0s;
    transition-duration: 0.15s;
  }
  .l-drawer.is-open .l-drawer__left,
  .l-drawer.is-open .l-drawer__right {
    -webkit-transform: none;
    transform: none;
    transition-delay: 0s;
    transition-duration: 0.15s;
  }
  .l-header__line {
    transition-duration: 0.01s;
  }
  .js-fadein,
  .js-fadein.is-visible {
    -webkit-transform: none;
    opacity: 1;
    transform: none;
    transition: none;
    transition-delay: 0s;
  }
}

@media (scripting: enabled) {
  .js-fadein {
    -webkit-transform: translateY(2rem);
    opacity: 0;
    transform: translateY(2rem);
    transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1), transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1), transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    will-change: opacity, transform;
  }
  .js-fadein.is-visible {
    -webkit-transform: translateY(0);
    opacity: 1;
    transform: translateY(0);
    will-change: auto;
  }
  .js-fadein--d1 {
    transition-delay: 0.08s;
  }
  .js-fadein--d2 {
    transition-delay: 0.16s;
  }
  .js-fadein--d3 {
    transition-delay: 0.24s;
  }
}