@charset "UTF-8";
/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
:root {
  --content_width: 79rem;
  --content-both_space: 2rem;
  --header_height: 10rem;
}
/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

html {
  -ms-overflow-style: scrollbar;
  font-size: clamp(56%, 1.1vw, 62.5%);
  overflow: auto;
}

body {
  color: #040000;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  height: 100%;
  height: 100%;
  letter-spacing: 0;
  line-height: 1.5;
  overflow-x: clip;
  position: relative;
}
body.is-open::before {
  opacity: 0.95;
  visibility: visible;
}
body::before {
  background-color: #353c46;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  margin: 0 calc(50% - 50vw);
  opacity: 0;
  position: absolute;
  top: 0;
  transition-duration: 0.5s;
  transition-property: opacity, visibility;
  visibility: hidden;
  width: 100vw;
  z-index: -1;
  z-index: 50;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

section {
  position: relative;
  width: 100%;
}

a,
button {
  color: inherit;
  text-decoration: none;
}

picture {
  display: block;
  line-height: 1.2;
}

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

svg:not(:root) {
  overflow: hidden;
}

input,
button,
select,
optgroup,
textarea {
  background-color: transparent;
  border: none;
  border: none;
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  position: relative;
  vertical-align: middle;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  border-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}
/* スクロールバーのトラックの背景色 */
::-webkit-scrollbar-track {
  background-color: transparent;
}

/* スクロールバーのスクロール部分 */
::-webkit-scrollbar-thumb {
  background-color: #19274e;
  border-radius: 5px;
}

/* スクロールバーの上部ボタン */
::-webkit-scrollbar-button:start {
  display: none;
}

/* スクロールバーの下部ボタン */
::-webkit-scrollbar-button:end {
  display: none;
}

.pc-only-inline {
  display: inline;
}

.sp-only-inline {
  display: none;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
.l-footer {
  background-color: #e5ddd5;
  padding: 3.6rem 0 3rem;
  text-align: center;
  width: 100%;
}

.l-footer__logo {
  margin: 0 auto;
  width: 30rem;
}
.l-footer__logo img {
  height: auto;
  width: 100%;
}

.l-footer__link {
  color: #196bb5;
  display: block;
  font-size: 1.1rem;
  font-weight: 700;
  margin-top: 2rem;
}
.l-footer__link::before {
  content: "▶";
  margin-right: 0.5rem;
}
.l-footer__link:hover {
  text-decoration: underline;
}

.l-footer__copy {
  font-size: 1.2rem;
  margin-top: 0.5rem;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.l-header {
  background-color: #fff;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1100;
}

.l-header__inner {
  align-items: center;
  display: flex;
  height: var(--header_height);
  padding: 0 2.4rem;
}

.l-header__logo {
  width: 31.8rem;
}

.l-header__logo-link {
  display: block;
  transition: opacity 0.3s ease-in-out;
}
.l-header__logo-link:hover {
  opacity: 0.8;
}

.l-header__right {
  display: flex;
  flex-direction: column;
  margin-left: auto;
}

.l-header__txt {
  color: #595757;
  font-size: 1rem;
  font-weight: 700;
}

.l-header__actions {
  display: flex;
  gap: 0.6rem;
  margin-top: 0.5rem;
}

.l-header__banner {
  border: 1px solid #e5ddd5;
  border-radius: 0.5rem;
  display: block;
  line-height: 1;
  overflow: hidden;
  transition: opacity 0.3s ease-in-out;
  width: 11.4rem;
}
.l-header__banner:hover {
  opacity: 0.8;
}

.l-header__note {
  align-items: center;
  color: #231815;
  display: flex;
  font-size: 0.6rem;
  gap: 0.5rem;
  justify-content: end;
  margin-top: 0.3rem;
}

.l-header__note-tag {
  border: 1px solid #dcdddd;
  border-radius: 10rem;
  padding: 0.1rem 0.8rem;
  white-space: nowrap;
}

/* ハンバーガーボタン -------------------------------------------*/
.l-header__hamburger {
  display: none;
}

/* SPグローバルナビ オーバーレイ -------------------------------------------*/
.l-sp-nav {
  background-color: #e5ddd5;
  height: 100%;
  left: 0;
  overflow-y: auto;
  position: fixed;
  top: 0;
  transform: translateX(100%);
  transition: transform 0.35s ease-in-out;
  width: 100%;
  z-index: 1050;
}
.l-sp-nav.is-open {
  transform: translateX(0);
}

.l-sp-nav__inner {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  min-height: 100%;
  padding: 7.1rem 1.6rem 4rem;
}

.l-sp-nav__list {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.l-sp-nav__link {
  align-items: center;
  background-color: #fff;
  border-radius: 0.5rem;
  color: #196bb5;
  display: flex;
  font-size: 1.1rem;
  font-weight: 500;
  justify-content: center;
  padding: 1rem 2rem 0.8rem;
  position: relative;
  text-align: center;
}
.l-sp-nav__link::after {
  background: url(../images/icon_arrow.svg) no-repeat top center/contain;
  content: "";
  height: 1rem;
  position: absolute;
  right: 1.4rem;
  top: 50%;
  transform: translate(0, -50%);
  width: 0.9rem;
}

/* SPナビ CTA -------------------------------------------*/
.l-sp-nav__cta {
  padding: 1.25rem 0 0.9rem;
  position: relative;
}
.l-sp-nav__cta::before {
  background-color: #fff;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: -1;
}

.l-sp-nav__cta-title {
  color: #595757;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.4rem;
}

.l-sp-nav__cta-actions {
  display: flex;
  gap: 0.6rem;
}

.l-sp-nav__cta-banner {
  border: 1px solid #ccc5bc;
  border-radius: 0.5rem;
  display: block;
  flex: 1;
  overflow: hidden;
  transition: opacity 0.3s ease;
}
.l-sp-nav__cta-banner:hover {
  opacity: 0.8;
}
.l-sp-nav__cta-banner img {
  display: block;
  height: auto;
  width: 100%;
}

.l-sp-nav__cta-note {
  align-items: center;
  color: #231815;
  display: flex;
  font-size: 0.6rem;
  gap: 0.5rem;
  justify-content: end;
  margin-top: 0.4rem;
}

.l-sp-nav__cta-tag {
  border: 1px solid #dcdddd;
  border-radius: 1rem;
  font-size: 0.6rem;
  padding: 0.1rem 0.6rem;
  white-space: nowrap;
}

/* SPナビ フッター -------------------------------------------*/
.l-sp-nav__footer {
  text-align: center;
}

.l-sp-nav__footer-logo {
  margin: 0 auto;
  width: 15.5rem;
}
.l-sp-nav__footer-logo img {
  height: auto;
  width: 100%;
}

.l-sp-nav__footer-link {
  align-items: center;
  color: #196bb5;
  display: inline-flex;
  font-size: 0.8rem;
  gap: 0.3rem;
}
.l-sp-nav__footer-link::before {
  color: #196bb5;
  content: "▶";
  font-size: 0.65rem;
}

.l-sp-nav__footer-copy {
  font-size: 0.55rem;
  margin-top: 0.4rem;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.l-wrapper {
  padding-top: var(--header_height);
  position: relative;
  text-align: left;
  width: 100%;
}

.l-main {
  margin-top: var(--header_height);
  position: relative;
  width: 100%;
}
.l-main__inner {
  position: relative;
  width: 100%;
  z-index: 1;
}
.l-main--404, .l-main--error {
  padding-block: 22rem 22.5rem;
}
.l-main--404 h1, .l-main--error h1 {
  margin-inline: auto;
  width: 47rem;
}
.l-main--404 .error-text, .l-main--error .error-text {
  font-size: 1.7rem;
  margin-top: 7.5rem;
  text-align: center;
}
.l-main--404 .error-link, .l-main--error .error-link {
  display: block;
  font-feature-settings: "palt";
  font-size: 1.7rem;
  margin: 7.5rem auto 0;
  padding-bottom: 0.3rem;
  position: relative;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}
.l-main--404 .error-link::after, .l-main--error .error-link::after {
  background: linear-gradient(to right, #e5ddd5, #196bb5);
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.l-main--404 .l-main__inner, .l-main--error .l-main__inner {
  padding: 120px 0;
}
.l-main--404 .c-btn, .l-main--error .c-btn {
  margin: 40px auto 0;
}

.no-link {
  opacity: 0.4 !important;
  pointer-events: none !important;
}
.no-link--ba {
  pointer-events: none !important;
}
.no-link--ba::before, .no-link--ba::after {
  opacity: 0.4 !important;
  pointer-events: none !important;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.l-navi {
  background: rgba(15, 20, 20, 0.96);
  color: #fff;
  inset: 0 0 0 auto;
  padding: 8rem 2.4rem 4rem;
  position: fixed;
  transform: translateX(100%);
  transition: transform 0.25s ease;
  width: min(28rem, 80vw);
  z-index: 60;
}

.l-navi__menu {
  display: grid;
  gap: 2.1rem;
}

.l-navi__link {
  border-bottom: 1px solid transparent;
  color: #fff;
  display: block;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 2rem;
  line-height: 1;
  padding-bottom: 0.1em;
  transition: border 0.2s ease;
}
.l-navi__link:hover, .l-navi__link:focus-visible {
  border-bottom-color: #fff;
}
.l-navi__link.is-current {
  border-bottom-color: #fff;
  pointer-events: none;
}

.is-open .l-navi {
  transform: translateX(0);
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.c-cta {
  margin-inline: auto;
  max-width: 79rem;
  padding: 0 2rem;
  width: 100%;
}

.c-cta__inner {
  background-color: #f49c00;
  border-radius: 1.2rem;
  padding: 1.5rem 2rem 1.5rem 0;
}

.c-cta__body {
  align-items: center;
  display: flex;
}

.c-cta__title {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.23;
  text-align: center;
  white-space: nowrap;
  width: 28.4%;
}

.c-cta__actions {
  display: grid;
  flex: 1;
  gap: 1rem;
  grid-template-columns: repeat(3, 1fr);
}

.c-cta__banner {
  overflow: hidden;
  transition: opacity 0.3s;
}
.c-cta__banner:hover {
  opacity: 0.8;
}
.c-cta__banner img {
  border-radius: 0.5rem;
}

.c-cta__note {
  align-items: center;
  display: flex;
  font-size: 1.1rem;
  font-weight: 500;
  gap: 0.5rem;
  justify-content: center;
  margin-top: 1rem;
  text-align: center;
}

.c-cta__note-tag {
  border: 1px solid #dcdddd;
  border-radius: 0.5rem;
  font-size: 1rem;
  padding: 0.2rem 1rem;
  white-space: nowrap;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.c-heading {
  text-align: center;
}

.c-heading__en {
  color: #e5ddd5;
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 10.8rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
  white-space: nowrap;
}
.c-heading__en--blue {
  color: #5087c6;
}

.c-heading__jp {
  color: #196bb5;
  font-size: 2.48rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 0.6rem;
}
.c-heading__jp--white {
  color: #fff;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.p-contact {
  padding: 10.3rem 0 10rem;
}

.p-contact__cols {
  display: grid;
  gap: 5.8%;
  grid-template-columns: 1fr 42.3%;
}

.p-contact__lead {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  line-height: 1.9;
  padding-top: 5.5rem;
}

.p-contact__cta {
  margin-top: 4.4rem;
}

.p-contact__cta-link {
  align-items: center;
  aspect-ratio: 351/58;
  border: 1px solid rgba(0, 0, 0, 0.51);
  border-radius: 0.9rem;
  display: flex;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  justify-content: center;
  max-width: 35.1rem;
  transition: 0.3s;
  width: 100%;
}
.p-contact__cta-link:hover {
  background-color: #000;
  color: #fff;
}

.p-contact__form {
  display: block;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  margin-top: 14.5rem;
}

.p-contact__title {
  font-size: 3.2rem;
  font-weight: 600;
}

.p-contact__body {
  margin-top: 5.6rem;
}

.p-contact__field:not(:first-child) {
  margin-top: 2.1rem;
}

::-moz-placeholder {
  color: #828282;
}

::placeholder {
  color: #828282;
}

.p-contact__row--flex {
  display: flex;
  gap: 3rem;
}
.p-contact__row--flex .p-contact__field {
  flex: 1;
  margin: 0;
}

.p-contact__actions {
  margin-top: 2rem;
}
.p-contact__actions input {
  align-items: center;
  background-color: #000;
  border-radius: 0.8rem;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 2rem;
  height: 6.2rem;
  justify-content: center;
  width: 100%;
}

.p-contact__label {
  font-size: 1.6rem;
  font-weight: 500;
}

input,
textarea {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 0.8rem;
  font-size: 1.6rem;
  margin-top: 0.8rem;
  padding: 1.2rem 1.4rem;
  width: 100%;
}

textarea {
  min-height: 16.2rem;
  resize: vertical;
}

/* KV */
.p-contact__kv img {
  height: auto;
  width: 100%;
}

/* ミニギャラリー（枠で一塊） */
.p-contact__mini-block {
  margin-top: 4rem;
}

.p-contact__mini-title {
  align-items: center;
  display: flex;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  justify-content: center;
  position: relative;
  text-align: center;
}
.p-contact__mini-title::before, .p-contact__mini-title::after {
  aspect-ratio: 36/42;
  background: url("../images/contact/tree.webp") no-repeat center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 3.6rem;
}
.p-contact__mini-title::before {
  margin-right: 2.6rem;
}
.p-contact__mini-title::after {
  margin-left: 2.4rem;
}

.p-contact__mini {
  display: grid;
  gap: 2.9rem 2.5rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 3rem;
}

.p-contact__mini-item {
  aspect-ratio: 1/1;
  overflow: hidden;
}
.p-contact__mini-item img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  display: block;
  object-fit: cover;
}

/* -------------------------------------------*/
.p-privacy {
  background-color: #ede9e6;
  padding: 3rem 0 3rem;
}

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

.p-privacy__head__en {
  color: #fff;
  font-size: 6.9rem;
  font-weight: 700;
  line-height: 1.32;
}

.p-privacy__head__jp {
  font-size: 2.6rem;
  font-weight: 700;
}

.p-privacy__body {
  margin-top: 3.1rem;
}

.p-privacy__lead {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.5;
}

.p-privacy__section {
  margin-top: 2.4rem;
}

.p-privacy__sub-title {
  font-size: 2.1rem;
  font-weight: 700;
}

.p-privacy__text {
  font-size: 1.1rem;
  line-height: 1.75;
  margin-top: 1rem;
}

.p-privacy__footer {
  margin-top: 5.5rem;
  text-align: center;
}

.p-privacy__logo {
  margin: 0 auto;
  width: 47.1rem;
}
.p-privacy__logo img {
  height: auto;
  width: 100%;
}

.p-privacy__copyright {
  display: block;
  font-size: 1rem;
  margin-top: 2rem;
}

/* -------------------------------------------*/
section {
  scroll-margin-top: var(--header_height);
}

.p-fv {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.p-fv__slider {
  height: 100%;
  margin-bottom: 0 !important;
}

.p-fv__slide,
.slick-list,
.slick-track {
  height: 100%;
}

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

.p-fv .slick-dots {
  bottom: 1rem;
  z-index: 3;
}
.p-fv .slick-dots li {
  margin: 0.02rem;
}
.p-fv .slick-dots li button {
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 50%;
  height: 1.2rem;
  opacity: 1;
  width: 1.2rem;
}
.p-fv .slick-dots li button::before {
  content: "";
}
.p-fv .slick-dots li.slick-active button {
  background-color: #196bb5;
}

.p-fv__cta {
  display: none;
}

.p-fv-bottom {
  padding: 2.2rem 0 3.5rem;
}

.p-nav__list {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, 1fr);
}

.p-nav__link {
  align-items: center;
  background-color: #fff;
  border: 1px solid #196bb5;
  border-radius: 1.5rem;
  color: #196bb5;
  display: flex;
  font-size: 1.2rem;
  font-weight: 700;
  justify-content: center;
  padding: 1.6rem 2rem;
  position: relative;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.p-nav__link.is-outlink::after {
  display: none;
}
.p-nav__link::after {
  background: url(../images/icon_arrow.svg) no-repeat top center/contain;
  content: "";
  height: 1rem;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translate(0, -50%);
  transition: border-color 0.3s;
  width: 1rem;
}
.p-nav__link:hover {
  background-color: #196bb5;
  color: #fff;
}

.p-gallery {
  margin-top: 2.7rem;
  width: 100%;
}

.p-gallery__list {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(6, 1fr);
}

.p-gallery__item img {
  aspect-ratio: 1/1;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-profile {
  background-color: #e5ddd5;
  padding: 5rem 0 4.3rem;
  width: 100%;
}

.p-profile__inner {
  align-items: stretch;
  display: flex;
  padding-right: 0;
}

.p-profile__body {
  flex: 1;
}

.p-profile__head {
  border-bottom: 1px solid #000;
  padding-bottom: 2.3rem;
}

.p-profile__logo-wrap {
  align-items: center;
  display: flex;
  gap: 2.3rem;
}

.p-profile__logo {
  width: 23rem;
}

.p-profile__logo-text {
  font-size: 2.2rem;
  font-weight: 700;
  padding-bottom: 1rem;
}

.p-profile__name {
  align-items: center;
  display: flex;
  font-size: 2rem;
  font-weight: 500;
  justify-content: end;
  margin-top: 0.8rem;
  padding-right: 3.2rem;
}
.p-profile__name strong {
  font-family: serif;
  font-size: 2.8rem;
  font-weight: 700;
  margin: 0 1rem;
  position: relative;
  top: -1px;
}

.p-profile__label {
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  line-height: 1;
}

.p-profile__desc {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 2.07;
  margin-top: 2rem;
}
.p-profile__desc p {
  flex: 1;
}

.p-profile__btns {
  display: flex;
  gap: 2rem;
  margin-top: 4rem;
}

.p-profile__btn {
  align-items: center;
  background-color: #196bb5;
  border-radius: 1.8rem;
  color: #fff;
  display: flex;
  font-size: 1.2rem;
  font-weight: 700;
  justify-content: center;
  padding: 1.2rem 3.5rem 1.2rem 1.5rem;
  position: relative;
  transition: opacity 0.3s ease-in-out;
}
.p-profile__btn::after {
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 0.5rem 0 0.5rem 0.8rem;
  content: "";
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.p-profile__btn:hover {
  opacity: 0.8;
}

.p-profile__visual {
  border-radius: 2rem 0 0 2rem;
  margin: 0 calc(50% - 50vw) 0 0;
  overflow: hidden;
  position: relative;
  width: 33%;
}

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

.p-profile__name-en {
  bottom: 2rem;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  left: 50%;
  letter-spacing: 0.14em;
  position: absolute;
  transform: translateX(-50%);
  white-space: nowrap;
}

.p-kogao {
  padding: 2rem 0 1rem;
  width: 100%;
}
.p-kogao__hero {
  margin-top: 2.8rem;
  width: 100%;
}

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

.p-kogao__intro {
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.78;
  margin-top: 2rem;
  text-align: center;
}

.p-kogao__inner {
  margin-top: 2.4rem;
}

.p-kogao__concept-head {
  color: #196bb5;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 3.9rem;
  text-align: center;
}

.p-kogao__header-desc {
  font-size: 1.4rem;
  margin-top: 0.4rem;
}

.p-kogao__items {
  display: grid;
  gap: 1.3rem 2rem;
  grid-template-columns: repeat(2, 1fr);
}

.p-kogao__item {
  background-color: #e5ddd5;
  border-radius: 1.5rem;
  font-size: 2.2rem;
  font-weight: 700;
  padding: 1.7rem 2rem 2rem;
  text-align: center;
}

.p-kogao__desc {
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.75;
  margin: 1.6rem 0 1.7rem;
  text-align: center;
}

.p-kogao__illustrations {
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 2.7rem;
}

.p-kogao__ill-item {
  text-align: center;
}

.p-kogao__ill-img img {
  display: block;
  height: auto;
  width: 100%;
}

.p-kogao__ill-caption {
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 0.5rem;
}

.p-kogao__cases {
  margin-top: 3rem;
}

.p-kogao__case-row {
  padding: 0 6rem;
}

.p-kogao__case-img {
  display: block;
  width: 100%;
}

.p-kogao__case-label {
  font-size: 1.7rem;
  font-weight: 500;
  margin-top: 1.5rem;
  text-align: center;
}

.p-kogao__case-portraits {
  display: grid;
  gap: 5.8%;
  grid-template-columns: 47.7% 46.36%;
  margin-top: 1.7rem;
}

.p-kogao__case-note {
  font-size: 1.3rem;
  margin-top: 1.3rem;
  text-align: center;
}

.p-kogao__cta {
  margin-top: 2.6rem;
}

.p-flow {
  padding: 3.8rem 0 1rem;
}

.p-flow__content {
  display: flex;
  gap: 4rem;
}

.p-flow__steps {
  width: 86%;
}

.p-flow__title {
  background-color: #e5ddd5;
  border-radius: 1.9rem;
  font-size: 2.3rem;
  font-weight: 700;
  padding: 0.95rem;
  text-align: center;
}

.p-flow__list {
  display: flex;
  flex-direction: column;
  margin-top: 2.4rem;
}

.p-flow__item {
  background-color: #196bb5;
  border-radius: 1.9rem;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 4.2rem;
  padding: 1.33rem 2rem;
  position: relative;
  text-align: center;
}
.p-flow__item:last-child {
  margin-bottom: 0;
}
.p-flow__item:last-child::after {
  display: none;
}
.p-flow__item::after {
  bottom: -3.1rem;
  color: #f49c00;
  content: "▼";
  font-size: 1.8rem;
  font-size: 1.6rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.p-flow__number {
  font-family: "Oswald", sans-serif;
  font-size: 2.3rem;
  font-weight: 700;
  left: 2rem;
  line-height: 1;
  position: absolute;
  top: 1.4rem;
}

.p-flow__img-box {
  margin: 0 calc(50% - 50vw) 0 0;
  overflow: hidden;
  width: 68%;
}

.p-flow__img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  display: block;
  object-fit: cover;
}

.p-merit {
  padding: 4rem 0 3.4rem;
  width: 100%;
}

.p-merit__title {
  color: #196bb5;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}

.p-merit__container {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 1.5rem;
}

.p-merit__col {
  background-color: #e6e0d8;
  border-radius: 2rem;
  padding: 2.2rem 2rem;
  text-align: center;
}

.p-merit__col-head {
  color: #196bb5;
  font-size: 2.2rem;
  font-weight: 700;
}

.p-merit__list {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  margin-top: 1.7rem;
}

.p-merit__item {
  align-items: center;
  background-color: #196bb5;
  border-radius: 1.5rem;
  color: #fff;
  display: flex;
  font-size: 1.8rem;
  font-weight: 700;
  height: 5.9rem;
  justify-content: center;
  line-height: 1.21;
}

.p-merit__note {
  font-size: 1.2rem;
  margin-top: 1.2rem;
  text-align: right;
}

.p-merit__cta {
  margin-top: 4rem;
}

.p-athlete {
  background-color: #196bb5;
  padding: 2.2rem 0 4.8rem;
  width: 100%;
}

.p-athlete__hero {
  margin-top: 1.6rem;
  width: 100%;
}

.p-athlete__hero-img {
  overflow: hidden;
  width: 100%;
  z-index: -1;
}

.p-athlete__inner {
  margin-top: 1.3rem;
}

.p-athlete__features {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(3, 1fr);
}

.p-athlete__card {
  background-color: #fff;
  text-align: center;
}

.p-athlete__card-text {
  align-items: center;
  color: #196bb5;
  display: flex;
  font-size: 1.75rem;
  font-weight: 700;
  height: 6.8rem;
  justify-content: center;
  line-height: 1.4;
  padding: 1rem;
  text-align: center;
}

.p-athlete__intro {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 2rem;
  padding-bottom: 4rem;
  position: relative;
  text-align: center;
}

.p-athlete__intro::before {
  border-bottom: none;
  border-left: 0.8rem solid transparent;
  border-right: 0.8rem solid transparent;
  border-top: 1.6rem solid #f49c00;
  bottom: 0;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0);
  width: 0;
}

.p-athlete__symptoms {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 2rem;
}

.p-athlete__symptom-item {
  align-items: center;
  background-color: #03467d;
  border-radius: 50rem;
  color: #fff;
  display: flex;
  font-size: 1.6rem;
  font-weight: 500;
  justify-content: center;
  padding: 1rem 0.5rem;
  text-align: center;
}

.p-athlete__message {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  margin-top: 3rem;
  text-align: center;
}

.p-athlete__cta {
  margin-top: 3rem;
  padding: 0 !important;
}

.p-price {
  padding: 3.2rem 0 4rem;
}

.p-price__inner {
  margin-top: 3rem;
}

.p-price__card {
  display: flex;
  gap: 3.3rem;
}
.p-price__card:not(:first-child) {
  margin-top: 3.8rem;
}

.p-price__card-head {
  align-items: center;
  background-color: #196bb5;
  color: #fff;
  display: flex;
  justify-content: center;
  padding: 1rem;
  text-align: center;
  width: 21rem;
}

.p-price__card-title {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.6;
}

.p-price__card-body {
  flex: 1;
}

.p-price__row:last-child {
  margin-top: 2.5rem;
}

.p-price__menu-name {
  font-size: 2rem;
  font-weight: 700;
}

.p-price__cost-stack {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.p-price__cost-group {
  align-items: center;
  display: flex;
  gap: 0.8rem;
}

.p-price__badge {
  align-items: center;
  aspect-ratio: 1/1;
  background-color: #e5ddd5;
  border-radius: 50%;
  display: flex;
  font-family: "Oswald", sans-serif;
  font-size: 3.4rem;
  font-weight: 700;
  justify-content: center;
  letter-spacing: -0.05em;
  line-height: 1;
  width: 6.4rem;
}

.p-price__badge span {
  font-size: 1.9rem;
  margin-top: 0.6em;
}

.p-price__badge.is-ticket {
  background-color: #cceafb;
  flex-direction: column;
}

.p-price__badge.is-ticket span {
  display: block;
  font-size: 1.6rem;
  margin-top: 0;
}

.p-price__price {
  font-family: "Oswald", sans-serif;
  font-size: 4.1rem;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1;
}

.p-price__unit {
  color: #e60012;
  font-size: 2.3rem;
  font-weight: 700;
}

.p-price__note {
  font-size: 2rem;
  margin-left: 5px;
}

/* ------------------------------------------
   Tickets Area
------------------------------------------ */
.p-price__tickets {
  margin-top: 2.5rem;
}

.p-price__tickets-title {
  color: #196bb5;
  font-size: 1.7rem;
  font-weight: 700;
}

.p-price__ticket-info {
  flex-grow: 1;
}

.p-price__ticket-desc {
  font-size: 1.7rem;
}

.p-price__off-label {
  background-color: #e60012;
  bottom: 0.8em;
  color: #fff;
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-left: 1rem;
  padding: 0.1rem 1rem 0.4rem;
  position: relative;
}

.p-price__sub-options {
  align-items: center;
  display: flex;
  gap: 5rem;
  margin: 4rem 0 2.5rem;
}

.p-price__option-item {
  align-items: center;
  display: flex;
  font-size: 2rem;
  font-weight: 700;
  gap: 1.5rem;
  white-space: nowrap;
}

.p-price__aid {
  display: flex;
}

.p-price__aid-head {
  align-items: center;
  background-color: #196bb5;
  color: #fff;
  display: flex;
  justify-content: center;
  padding: 1rem;
  width: 21rem;
}

.p-price__aid-title {
  font-size: 2.2rem;
  font-weight: 700;
}

.p-price__aid-body {
  display: flex;
  flex: 1;
  position: relative;
}

.p-price__aid-content {
  padding: 1rem 1.5rem 1rem 3rem;
}

.p-price__aid-desc {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.37;
  margin-bottom: 1.7rem;
}

.p-price__aid-img {
  flex: 1;
}

.p-price__guide {
  margin-top: 5rem;
}

.p-price__guide-head {
  background-color: #196bb5;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  padding: 0.5rem;
  text-align: center;
}

.p-price__guide-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0;
  margin-top: 2.6rem;
}

.p-price__guide-list li {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.4;
  padding-left: 1em;
  position: relative;
}
.p-price__guide-list li::before {
  content: "●";
  left: 0;
  position: absolute;
  top: 0;
}
.p-price__guide-list li:nth-child(odd) {
  width: 38%;
}
.p-price__guide-list li:nth-child(even) {
  width: 62%;
}

.p-price__guide-note {
  font-size: 1.7rem;
  text-align: right;
}

.p-price__revisit {
  color: #196bb5;
  font-size: 2.2rem;
  font-weight: 700;
  margin-top: 2.4rem;
  text-align: center;
}

.p-price__tax-note {
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 2.8rem;
  text-align: center;
}

.p-case {
  background-color: #e5ddd5;
  padding: 4rem 0 5.6rem;
}

.p-case__title {
  font-size: 2.7rem;
  font-weight: 700;
  text-align: center;
}

.p-case__list {
  margin-top: 1.5rem;
}

.p-case__item {
  align-items: center;
  background-color: #fff;
  border-radius: 1.9rem;
  display: flex;
  gap: 1rem;
  padding: 1.6rem 4rem 1.6rem 2rem;
}
.p-case__item:not(:first-child) {
  margin-top: 1.7rem;
}

.p-case__left {
  align-items: center;
  display: flex;
  gap: 3rem;
}

.p-case__num-box {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  justify-content: center;
}

.p-case__num {
  align-items: center;
  aspect-ratio: 1/1;
  background-color: #e5ddd5;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-family: "Oswald", sans-serif;
  font-size: 4rem;
  font-weight: 500;
  justify-content: center;
  line-height: 1;
  padding-bottom: 0.5rem;
  width: 5.3rem;
}

.p-case__label {
  font-size: 1.4rem;
  font-weight: 700;
}

.p-case__icon {
  width: 5.6rem;
}

.p-case__body {
  flex: 1;
}

.p-case__text {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.89;
}

.p-access {
  padding: 4rem 0 4rem;
}

.p-access__inner {
  margin-top: 3.5rem;
}

.p-access__content {
  display: flex;
  gap: 3rem;
  justify-content: space-between;
}

.p-access__info {
  width: 47%;
}

.p-access__row {
  align-items: flex-start;
  display: flex;
  position: relative;
}
.p-access__row:not(:first-child) {
  margin-top: 1.5rem;
}

.p-access__label {
  background-color: #196bb5;
  border-radius: 0.5rem;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 0.1rem 0.5rem 0.2rem;
  text-align: center;
  white-space: nowrap;
  width: 5.9rem;
}

.p-access__data {
  flex: 1;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  margin-left: 1rem;
}

.p-access__calendar {
  background-color: #196bb5;
  margin-top: 1.5rem;
  padding: 0 1rem;
  position: relative;
  width: 100%;
}
.p-access__calendar::before {
  background-color: #fff;
  content: "";
  display: block;
  height: 0.2rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
  z-index: 2;
}

.p-access__note {
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 1.7rem;
}

.p-access__calendar table {
  border-collapse: collapse;
  table-layout: fixed;
  text-align: center;
  width: 100%;
}

.p-access__calendar th {
  background-color: #196bb5;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
}

.p-access__calendar td {
  background-color: #196bb5;
  color: #fff;
  font-size: 2rem;
  position: relative;
}
.p-access__calendar td.circle::after {
  aspect-ratio: 1/1;
  border: 3px solid #fff;
  border-radius: 50%;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1.6rem;
}

.p-access__map {
  flex: 1;
}
.p-access__map iframe {
  aspect-ratio: 365/287;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-access__map-text {
  margin-top: 0.5rem;
}
.p-access__map-text p {
  font-size: 1.4rem;
}

.p-access__photos-title {
  font-size: 1.4rem;
}

.p-access__photos {
  display: grid;
  gap: 2.7rem 3rem;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 1.2rem;
}

.p-access__photo {
  border-radius: 0.8rem;
  position: relative;
}
.p-access__photo::before {
  border-bottom: 0.7rem solid transparent;
  border-left: 1.4rem solid #e7211a;
  border-top: 0.7rem solid transparent;
  content: "";
  height: 0;
  position: absolute;
  right: -1.7rem;
  top: 42%;
  transform: translate(50%, -50%);
  width: 0;
  z-index: 1;
}
.p-access__photo:nth-child(10)::before {
  display: none;
}
.p-access__photo img {
  height: auto;
  width: 100%;
}
.p-access__photo figcaption {
  font-size: 1rem;
  letter-spacing: -0.03em;
  line-height: 1.25;
  margin-top: 0.8rem;
}

.p-access__notes {
  margin-top: 1rem;
}

.p-access__notes-header {
  align-items: center;
  display: flex;
  gap: 2rem;
}

.p-access__notes-en {
  color: #eae5e3;
  font-size: 7.4rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.p-access__notes-jp {
  color: #196bb5;
  font-size: 2.6rem;
  font-weight: 700;
}

.p-access__note-list {
  margin-top: 0.8rem;
}

.p-access__note-item {
  align-items: center;
  display: flex;
  gap: 2rem;
}
.p-access__note-item:not(:first-child) {
  margin-top: 2rem;
}
.p-access__note-item:not(:first-child) {
  margin-top: 1rem;
}

.p-access__note-img {
  width: 21%;
}

.p-access__note-text {
  flex: 1;
  font-size: 1.5rem;
  line-height: 1.4;
}

.p-access__note-box {
  align-items: center;
  background-color: #040000;
  color: #fff;
  display: flex;
  font-size: 1.4rem;
  height: 11rem;
  justify-content: center;
  text-align: center;
  width: 12rem;
}

.p-access__note-text {
  font-size: 1.4rem;
  line-height: 1.4;
}

.p-access__cta {
  margin-top: 3rem;
  padding: 0 !important;
}

.is-comingsoon {
  pointer-events: none;
  position: relative;
}
.is-comingsoon::before {
  background: rgba(0, 0, 0, 0.5);
  border-radius: inherit;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}
.is-comingsoon::after {
  color: #fff;
  content: "COMING SOON";
  font-size: 1rem;
  font-weight: bold;
  left: 50%;
  letter-spacing: 0.05em;
  pointer-events: none;
  position: absolute;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  top: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  z-index: 2;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.u-db {
  display: block;
}

.u-dn {
  display: none;
}

.u-mask--c-black {
  filter: brightness(0);
}

.u-mask--c-white {
  filter: brightness(0) invert(1);
}

.u-con--md {
  margin-inline: auto;
  max-width: var(--content_width);
  padding-inline: var(--content-both_space);
}

.u-con--lg {
  margin-inline: auto;
  max-width: 90rem;
  padding-inline: var(--content-both_space);
}

.u-c-white {
  color: #fff;
}

.u-c--b-white {
  color: #fff;
}

.u-z-1 {
  z-index: -1;
}

.u-z1 {
  z-index: 1;
}

.u-z2 {
  z-index: 2;
}

.u-z3 {
  z-index: 3;
}

.u-z10 {
  z-index: 10;
}

.u-z50 {
  z-index: 50;
}

.u-z100 {
  z-index: 100;
}

.u-z999 {
  z-index: 999;
}

.u-color-red {
  color: #e60012;
}

.u-color-blue {
  color: #196bb5;
}

.u-bg-red {
  background-color: #e60012;
}

.u-mt-sm {
  margin-top: 1rem !important;
}

.u-mt-md {
  margin-top: 2rem !important;
}

/* 画像ズームインアニメーション */
.js-img-zoom {
  transform: scale(1.2);
  transition: transform 0.2s linear;
}
.js-img-zoom.is-img-visible {
  transform: scale(1);
}

/* フェードインアニメーション */
.js-fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.js-fade-in.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.js-fade-in[data-delay="1"] {
  transition-delay: 0.15s;
}

.js-fade-in[data-delay="2"] {
  transition-delay: 0.3s;
}

.js-fade-in[data-delay="3"] {
  transition-delay: 0.45s;
}

.js-fade-in[data-delay="4"] {
  transition-delay: 0.6s;
}

.js-fade-in[data-delay="5"] {
  transition-delay: 0.75s;
}

.js-fade-in[data-delay="6"] {
  transition-delay: 0.9s;
}

@media not all and (max-width: 1400px){
  html {
    font-size: 88%;
  }
  .l-navi {
    background: transparent;
    color: inherit;
    inset: auto;
    margin: 0 auto;
    padding: 0 0 0 5.1%;
    position: static;
    transform: none;
    width: auto;
  }
  .l-navi__menu {
    display: flex;
    gap: 8rem;
  }
  .is-open .l-navi {
    transform: none;
  }
}

@media not all and (max-width: 927px){
  .l-wrapper {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0 auto;
    min-height: 100vh;
    position: relative;
    text-align: left;
    width: 100%;
  }
  .u-st {
    display: none !important;
  }
  .u-tab {
    display: none;
  }
}

@media screen and (max-width: 927px){
  :root {
    --content_width: 750px;
    --content-both_space: 2rem;
  }
  .l-main--404 .l-main__inner, .l-main--error .l-main__inner {
    padding: 80px 15px;
  }
  .l-main--404 .c-btn, .l-main--error .c-btn {
    margin-top: 30px;
  }
  .p-contact__mini {
    grid-template-columns: repeat(2, 1fr);
  }
  .u-pc {
    display: none;
  }
}

@media screen and (max-width: 767px){
  .pc-only-inline {
    display: none;
  }
  .sp-only-inline {
    display: inline;
  }
}

@media not all and (max-width: 666px){
  a[href^="tel:"] {
    pointer-events: none;
  }
  .l-sp-nav {
    display: none;
  }
  .p-athlete__symptom-item:nth-child(even) {
    background-color: #0e5390;
  }
  .p-access__photo:nth-child(5)::before {
    border-bottom: none;
    border-left: 0.7rem solid transparent;
    border-right: 0.7rem solid transparent;
    border-top: 1.4rem solid #e7211a;
    bottom: -2rem;
    right: 50%;
    top: auto;
    transform: translate(0, 0);
  }
  .p-access__photo:nth-child(n+6)::before {
    border-bottom: 0.7rem solid transparent;
    border-left: none;
    border-right: 1.4rem solid #e7211a;
    border-top: 0.7rem solid transparent;
    left: -1.7rem;
    right: inherit;
    transform: translate(-50%, -50%);
  }
  .p-access__photo:nth-child(6) {
    order: 10;
  }
  .p-access__photo:nth-child(7) {
    order: 9;
  }
  .p-access__photo:nth-child(8) {
    order: 8;
  }
  .p-access__photo:nth-child(9) {
    order: 7;
  }
  .p-access__photo:nth-child(10) {
    order: 6;
  }
  .u-sp {
    display: none !important;
  }
  .u-sp-only {
    display: none !important;
  }
}

@media screen and (max-width: 666px){
  :root {
    --header_height: 5.35rem;
    --content-both_space: 1.2rem;
  }
  html {
    font-size: 62.5%;
  }
  .l-footer {
    padding: 1.3rem 0 2rem;
  }
  .l-footer__logo {
    width: 15rem;
  }
  .l-footer__link {
    font-size: 0.8rem;
    margin-top: 0.8rem;
  }
  .l-footer__copy {
    font-size: 0.6rem;
  }
  .l-header__inner {
    align-items: center;
    padding: 0 1.2rem;
  }
  .l-header__logo {
    width: 12.7rem;
  }
  .l-header__right {
    display: none;
  }
  .l-header__hamburger {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: 2rem;
    justify-content: space-between;
    margin-left: auto;
    padding: 0;
    width: 2.8rem;
  }
  .l-header__hamburger span {
    background-color: #e4ddd4;
    border-radius: 2px;
    display: block;
    height: 0.4rem;
    transition: transform 0.3s ease, opacity 0.3s ease;
    width: 100%;
  }
  .l-header__hamburger.is-active span:nth-child(1) {
    transform: translateY(0.8rem) rotate(45deg);
  }
  .l-header__hamburger.is-active span:nth-child(2) {
    opacity: 0;
  }
  .l-header__hamburger.is-active span:nth-child(3) {
    transform: translateY(-0.8rem) rotate(-45deg);
  }
  .l-main--404 h1, .l-main--error h1 {
    width: 80%;
  }
  .l-main--404 .error-text, .l-main--error .error-text {
    font-size: 1.5rem;
  }
  .l-main--404 .error-link, .l-main--error .error-link {
    font-size: 1.5rem;
  }
  .l-navi__link {
    font-size: 1.4rem;
  }
  .c-cta {
    padding: 0 1.2rem;
  }
  .c-cta__inner {
    border-radius: 0.5rem;
    padding: 0.7rem 0.7rem 0.7rem 0;
  }
  .c-cta__title {
    font-size: 0.9rem;
  }
  .c-cta__actions {
    gap: 0.2rem;
    width: 100%;
  }
  .c-cta__note {
    font-size: 0.7rem;
    gap: 0.5rem;
    margin-top: 0.8rem;
  }
  .c-cta__note-tag {
    font-size: 0.7rem;
  }
  .c-heading__en {
    font-size: 5.65rem;
  }
  .c-heading__jp {
    font-size: 1.1rem;
    margin-top: 0;
  }
  .p-contact {
    padding: 6rem 0 8rem;
  }
  .p-contact__cols {
    gap: 2.4rem;
    grid-template-columns: 1fr;
  }
  .p-contact__lead {
    font-size: 1.5rem;
    padding-top: 0;
  }
  .p-contact__cta-link {
    font-size: 1.5rem;
  }
  .p-contact__form {
    margin-top: 8rem;
  }
  .p-contact__title {
    font-size: 2.6rem;
    text-align: center;
  }
  .p-contact__row--flex {
    gap: 1rem;
  }
  .p-contact__actions input {
    font-size: 1.5rem;
    height: 5rem;
  }
  .p-contact__mini {
    gap: 0.6rem;
  }
  .p-privacy__head__en {
    font-size: 4.2rem;
    line-height: 1;
  }
  .p-privacy__head__jp {
    font-size: 1.1rem;
  }
  .p-privacy__lead {
    text-align: left;
  }
  .p-privacy__sub-title {
    font-size: 1.8rem;
  }
  .p-privacy__logo {
    width: 30rem;
  }
  .p-fv {
    height: 18.35rem;
  }
  .p-fv .slick-dots {
    bottom: 0rem;
  }
  .p-fv .slick-dots li button {
    height: 0.8rem;
    width: 0.8rem;
  }
  .p-fv__cta {
    display: block;
    padding: 2rem 0;
    padding: 1.3rem 1.2rem 0;
  }
  .p-fv-bottom {
    padding: 1rem 0 1.5rem;
  }
  .p-nav__list {
    gap: 0.7rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .p-nav__link {
    border-radius: 0.4rem;
    height: 4.6rem;
    line-height: 1.25;
  }
  .p-nav__link {
    font-size: 1.3rem;
    padding: 1.2rem 1.5rem;
  }
  .p-gallery {
    margin-top: 1.5rem;
  }
  .p-gallery__list {
    gap: 1.2rem;
    grid-template-columns: repeat(4, 1fr);
    padding: 0 var(--content-both_space);
  }
  .p-gallery__item:nth-child(1), .p-gallery__item:nth-child(6) {
    display: none;
  }
  .p-profile {
    padding: 2rem 0;
  }
  .p-profile__inner {
    display: block;
  }
  .p-profile__body {
    width: 100%;
  }
  .p-profile__head {
    border: none;
    padding-bottom: 0;
    text-align: center;
  }
  .p-profile__logo-wrap {
    justify-content: center;
  }
  .p-profile__logo-text {
    display: none;
  }
  .p-profile__name {
    font-size: 1rem;
    justify-content: center;
    padding: 0;
  }
  .p-profile__name strong {
    font-size: 1.4rem;
    margin: 0 0.5rem;
  }
  .p-profile__label {
    font-size: 1rem;
    margin-top: 0.5rem;
  }
  .p-profile__desc {
    display: flex;
    gap: 1rem;
    line-height: 1.68;
    margin-top: 0.8rem;
  }
  .p-profile__btns {
    gap: 1rem;
    margin-top: 1.7rem;
  }
  .p-profile__btn {
    border-radius: 1.6rem;
    font-size: 1.1rem;
    padding: 1.2rem 3rem 1.2rem 1.5rem;
  }
  .p-profile__btn:nth-child(1) {
    width: 45%;
  }
  .p-profile__btn:nth-child(2) {
    width: 55%;
  }
  .p-profile__btn::after {
    right: 1rem;
  }
  .p-profile__visual {
    border-radius: 1rem 0 0 1rem;
    width: 40.5%;
  }
  .p-profile__img {
    border-radius: 2rem;
    min-height: auto;
  }
  .p-profile__name-en {
    bottom: 1rem;
    font-size: 1.2rem;
  }
  .p-kogao__hero {
    margin-top: 0.6rem;
  }
  .p-kogao__intro {
    font-size: 1.05rem;
    line-height: 1.71;
    margin-top: 1rem;
  }
  .p-kogao__inner {
    margin-top: 1.1rem;
  }
  .p-kogao__concept-head {
    font-size: 1.3rem;
    margin-top: 2rem;
  }
  .p-kogao__header-desc {
    font-size: 0.8rem;
    margin-top: 0.2rem;
  }
  .p-kogao__items {
    gap: 0.5rem 1.1rem;
  }
  .p-kogao__item {
    border-radius: 0.8rem;
    font-size: 1rem;
    padding: 1rem;
  }
  .p-kogao__desc {
    font-size: 1.05rem;
    line-height: 1.7;
    margin: 0.6rem 0 1.2rem;
  }
  .p-kogao__illustrations {
    gap: 0.8rem 1.5rem;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 1rem;
    padding: 0 3.5rem;
  }
  .p-kogao__ill-caption {
    font-size: 1.2rem;
    margin-top: 0.2rem;
  }
  .p-kogao__cases {
    margin-top: 1.2rem;
  }
  .p-kogao__case-row {
    padding: 0;
  }
  .p-kogao__case-row:not(:first-child) {
    margin-top: 1.4rem;
  }
  .p-kogao__case-label {
    font-size: 1.1rem;
    margin-top: 0.5rem;
  }
  .p-kogao__case-portraits {
    gap: 1rem;
    grid-template-columns: repeat(1, 1fr);
    margin-top: -0.5rem;
  }
  .p-kogao__case-portrait:not(:first-child) {
    margin-top: 1rem;
  }
  .p-kogao__case-note {
    font-size: 0.8rem;
    margin-top: 0.1rem;
  }
  .p-kogao__cta {
    margin-top: 1.3rem;
  }
  .p-flow {
    padding: 0.7rem 0 1rem;
  }
  .p-flow__content {
    flex-direction: column;
    gap: 2.6rem;
  }
  .p-flow__steps {
    width: 100%;
  }
  .p-flow__title {
    font-size: 1.8rem;
    padding: 0.7rem;
  }
  .p-flow__list {
    margin-top: 1.9rem;
  }
  .p-flow__item {
    border-radius: 1.5rem;
    font-size: 1.2rem;
    line-height: 1.72;
    margin-bottom: 3.1rem;
    padding: 1.1rem 1.5rem;
  }
  .p-flow__item::after {
    bottom: -2.7rem;
  }
  .p-flow__number {
    font-size: 1.6rem;
  }
  .p-flow__img-box {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
  .p-merit {
    padding: 0.5rem 0 1.4rem;
  }
  .p-merit__title {
    font-size: 1.3rem;
  }
  .p-merit__container {
    gap: 1.3rem;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 1rem;
  }
  .p-merit__col {
    padding: 1.7rem 1.6rem 2.6rem;
    width: 100%;
  }
  .p-merit__col-head {
    font-size: 1.5rem;
  }
  .p-merit__list {
    gap: 0.9rem;
    margin-top: 1.2rem;
  }
  .p-merit__item {
    font-size: 1.2rem;
    height: 3.8rem;
    min-height: auto;
    padding: 0.6rem 1rem;
  }
  .p-merit__note {
    font-size: 0.8rem;
    text-align: center;
  }
  .p-merit__cta {
    margin-top: 1.3rem;
  }
  .p-athlete {
    padding: 1.2rem 0 2.4rem;
  }
  .p-athlete__hero {
    margin-top: 0.8rem;
  }
  .p-athlete__inner {
    margin-top: 1.1rem;
  }
  .p-athlete__features {
    gap: 1rem;
  }
  .p-athlete__card-text {
    font-size: 1rem;
    height: 3.4rem;
    line-height: 1.239;
    padding: 1rem 0.2rem;
  }
  .p-athlete__intro {
    font-size: 1.3rem;
    line-height: 1.44;
    margin-top: 1rem;
    padding-bottom: 1.65rem;
  }
  .p-athlete__intro::before {
    border-left: 0.6rem solid transparent;
    border-right: 0.6rem solid transparent;
    border-top: 1.2rem solid #f49c00;
  }
  .p-athlete__symptoms {
    gap: 0.6rem 0.5rem;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 0.6rem;
  }
  .p-athlete__symptom-item {
    font-size: 1rem;
    padding: 0.8rem 0.5rem;
  }
  .p-athlete__symptom-item:nth-child(4n+2), .p-athlete__symptom-item:nth-child(4n+3) {
    background-color: #0e5390;
  }
  .p-athlete__message {
    font-size: 1.3rem;
    margin-top: 1.5rem;
  }
  .p-athlete__cta {
    margin-top: 1.4rem;
  }
  .p-price {
    padding: 2rem 0;
  }
  .p-price__inner {
    margin-top: 1.6rem;
  }
  .p-price__card {
    gap: 2rem;
  }
  .p-price__card:not(:first-child) {
    margin-top: 2rem;
  }
  .p-price__card-head {
    padding: 0;
    width: 11.2rem;
  }
  .p-price__card-title {
    font-size: 1.2rem;
  }
  .p-price__row:last-child {
    margin-top: 1.5rem;
  }
  .p-price__menu-name {
    font-size: 1rem;
  }
  .p-price__badge {
    font-size: 1.8rem;
    width: 3.4rem;
  }
  .p-price__badge span {
    font-size: 1.1rem;
  }
  .p-price__badge.is-ticket span {
    font-size: 0.85rem;
  }
  .p-price__price {
    font-size: 2.2rem;
  }
  .p-price__unit {
    font-size: 1.3rem;
  }
  .p-price__note {
    font-size: 1.1rem;
  }
  .p-price__tickets {
    margin-top: 1.5rem;
  }
  .p-price__tickets-title {
    font-size: 0.9rem;
  }
  .p-price__ticket-desc {
    font-size: 0.9rem;
  }
  .p-price__off-label {
    font-size: 0.9rem;
    margin-left: 0;
    padding: 0.2rem 0.8rem 0.1rem;
  }
  .p-price__sub-options {
    gap: inherit;
    justify-content: space-between;
    margin: 2rem 0 2.9rem;
  }
  .p-price__option-item {
    font-size: 1rem;
    gap: 1rem;
  }
  .p-price__aid-head {
    padding: 0;
    width: 11.2rem;
  }
  .p-price__aid-title {
    font-size: 1.2rem;
  }
  .p-price__aid-content {
    padding: 0.5rem 1rem 0.5rem 1.5rem;
  }
  .p-price__aid-desc {
    font-size: 1.05rem;
    margin-bottom: 1.5rem;
  }
  .p-price__aid-img {
    aspect-ratio: 184/116;
    bottom: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    width: 9.2rem;
  }
  .p-price__guide {
    margin-top: 1.4rem;
  }
  .p-price__guide-head {
    font-size: 1.18rem;
    padding: 0.4rem;
  }
  .p-price__guide-list {
    margin-top: 1rem;
  }
  .p-price__guide-list li {
    font-size: 1.1rem;
    letter-spacing: 0;
  }
  .p-price__guide-list li:nth-child(odd) {
    width: 45%;
  }
  .p-price__guide-list li:nth-child(even) {
    width: 55%;
  }
  .p-price__guide-note {
    font-size: 0.8rem;
    margin-top: 0.6rem;
    text-align: center;
  }
  .p-price__revisit {
    font-size: 1.18rem;
    margin-top: 1.8rem;
  }
  .p-price__tax-note {
    font-size: 1.18rem;
    margin-top: 0.8rem;
  }
  .p-case {
    padding: 2.2rem 0 1.9rem;
  }
  .p-case__title {
    font-size: 1.34rem;
  }
  .p-case__list {
    margin-top: 1.3rem;
  }
  .p-case__item {
    border-radius: 0.5rem;
    gap: 1.5rem;
    height: 7.65rem;
    padding: 0.5rem 1.5rem;
  }
  .p-case__item:not(:first-child) {
    margin-top: 0.7rem;
  }
  .p-case__left {
    align-items: start;
    gap: 0;
  }
  .p-case__num {
    font-size: 2.2rem;
    padding-bottom: 0;
    width: 2.6rem;
  }
  .p-case__label {
    font-size: 0.8rem;
  }
  .p-case__icon {
    width: 3rem;
  }
  .p-case__text {
    font-size: 0.95rem;
    line-height: 1.63;
  }
  .p-access {
    padding: 1rem 0 2rem;
  }
  .p-access__inner {
    margin-top: 1rem;
  }
  .p-access__content {
    flex-direction: column;
    gap: 0;
  }
  .p-access__info {
    width: 100%;
  }
  .p-access__row:not(:first-child) {
    margin-top: 1.1rem;
  }
  .p-access__label {
    border-radius: 0.2rem;
    font-size: 0.75rem;
    padding: 0.1rem 0;
    width: 3.7rem;
  }
  .p-access__data {
    font-size: 0.9rem;
  }
  .p-access__calendar {
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 52.5%;
  }
  .p-access__calendar th {
    font-size: 1.2rem;
    padding: 0 0 0.1rem;
  }
  .p-access__calendar td {
    font-size: 1.2rem;
    padding: 0.2rem 0 0.1rem;
  }
  .p-access__calendar td.circle::after {
    border-width: 0.2rem;
    top: 52%;
    width: 1rem;
  }
  .p-access__map {
    margin-top: 1rem;
  }
  .p-access__map iframe {
    aspect-ratio: 700/550;
  }
  .p-access__photos-wrap {
    margin-top: 1rem;
  }
  .p-access__map-text {
    align-items: center;
    display: flex;
    gap: 1rem;
  }
  .p-access__map-text p {
    font-size: 1rem;
    line-height: 1.25;
  }
  .p-access__photos-title {
    font-size: 1rem;
  }
  .p-access__photos {
    gap: 3.3rem;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 0.5rem;
  }
  .p-access__photo::before {
    border-bottom: none;
    border-left: 0.7rem solid transparent;
    border-right: 0.7rem solid transparent;
    border-top: 1.4rem solid #e7211a;
    bottom: -2.8rem;
    right: 50%;
    top: auto;
  }
  .p-access__photo figcaption {
    font-size: 1rem;
    margin-top: 0.4rem;
    text-align: right;
  }
  .p-access__notes {
    flex-direction: column;
    gap: 2rem;
  }
  .p-access__notes-header {
    gap: 1rem;
  }
  .p-access__notes-en {
    font-size: 3.7rem;
  }
  .p-access__notes-jp {
    font-size: 1.2rem;
    margin-top: 0.4rem;
  }
  .p-access__note-list {
    margin-top: 0;
  }
  .p-access__note-item {
    gap: 0.7rem;
  }
  .p-access__note-img {
    width: 29%;
  }
  .p-access__note-box {
    font-size: 1.2rem;
    height: 10rem;
    width: 10rem;
  }
  .p-access__note-text {
    font-size: 0.95rem;
  }
  .p-access__cta {
    margin-top: 1.7rem;
  }
  .u-pt {
    display: none !important;
  }
  .u-tab {
    display: none !important;
  }
  .u-pb-wide {
    padding-bottom: 8rem;
  }
}

@media screen and (max-width: 415px){
  .p-profile__desc {
    font-size: 0.95rem;
  }
  .p-profile__btns {
    justify-content: space-between;
  }
}

@media screen and (max-width: 360px){
  .p-profile__btn {
    padding: 1.2rem 2.5rem 1.2rem 1.5rem;
  }
}

@media (hover: hover) and (pointer: fine){
  .l-main--404 .error-link::after, .l-main--error .error-link::after {
    transition: 0.5s;
    transition-property: left;
  }
  .l-main--404 .error-link:hover::after, .l-main--error .error-link:hover::after {
    left: 1rem;
  }
  .p-contact__actions input {
    transition: 0.5s;
    transition-property: opacity;
  }
  .p-contact__actions input:hover {
    opacity: 0.8;
  }
}

@media all and (-ms-high-contrast: none){
  html,
  body {
    display: none;
  }
}
/*# sourceMappingURL=maps/style.css.map */
