@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-feature-settings: "palt" 1;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

a {
  cursor: pointer;
  text-decoration: none;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium"), local("YuGothic-Medium");
  font-weight: 400;
  font-style: normal;
}
html {
  font-size: 16px;
  scroll-padding-top: min(7.5vw, 96px);
}
@media screen and (max-width: 374px) {
  html {
    font-size: calc(16 / 375 * 100vw);
  }
}

body {
  color: #36364c;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  font-feature-settings: "palt" 1;
}

a {
  text-decoration: none;
  transition: 0.3s;
  color: inherit;
}
@media (hover: hover) {
  a:hover {
    cursor: pointer;
  }
}

picture,
img,
a,
span {
  display: inline-block;
}

video,
img,
svg {
  width: 100%;
  height: auto;
}

button {
  font: inherit;
  color: inherit;
  background: transparent;
  background: none;
  border: none;
}

input,
textarea,
select {
  font: inherit;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.l-main {
  padding-block-start: min(7.5vw, 96px);
  min-height: 100vh;
}

.l-inner {
  position: relative;
  width: 100%;
  max-width: 1280px;
  height: inherit;
  padding-inline: min(3.515625vw, 45px);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-inline: 1.875rem;
  }
}

.l-footer {
  background: #23193c;
  padding-block: min(4.453125vw, 57px) min(1.25vw, 16px);
}
@media screen and (max-width: 1200px) {
  .l-footer {
    padding-block: 2.375rem 1rem;
  }
}

.l-section {
  padding-top: min(4.6875vw, 60px);
}
@media screen and (max-width: 767px) {
  .l-section {
    padding-block: 1.875rem 3.75rem;
  }
}

.c-btn-arrow {
  display: inline-flex;
  align-items: center;
  transform: translateY(-3px);
}
.c-btn-arrow svg {
  width: min(2.109375vw, 27px);
  height: auto;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .c-btn-arrow svg {
    width: 1.25rem;
  }
}

.c-bg {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.c-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}

.c-animated__fadeIn {
  translate: 0 20px;
  opacity: 0;
}
.c-animated__fadeIn.js-show {
  translate: 0;
  opacity: 1;
}

.c-label {
  font-family: "EB Garamond", serif;
  font-size: clamp(14px, min(1.5625vw, 20px), 20px);
  font-weight: 400;
  line-height: 1;
  color: #23193c;
}
@media screen and (max-width: 767px) {
  .c-label {
    font-size: max(13px, 1.25rem);
  }
}
@media screen and (max-width: 767px) {
  .c-label {
    font-size: max(13px, 0.875rem);
    line-height: 1;
  }
}

.c-logo img {
  width: auto;
  height: 1.25rem;
}
@media (min-width: 1000px) {
  .c-logo img {
    height: min(1.875vw, 24px);
  }
}

.c-scroll-down {
  position: fixed;
  bottom: min(-12 / 1280 * 100vw, 0px);
  left: 50vw;
  transform: translateX(-50%);
  width: min(25vw, 320px);
  z-index: 10;
  color: #ffffff;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .c-scroll-down {
    width: 31.2vw;
  }
}

.c-scroll-down__bg {
  display: block;
  width: 100%;
  height: auto;
}

.c-scroll-down__text {
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translateX(-50%);
  font-family: "EB Garamond", serif;
  font-size: clamp(14px, min(1.25vw, 16px), 16px);
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
  transition: opacity 0.4s;
}
@media screen and (max-width: 767px) {
  .c-scroll-down__text {
    font-size: max(13px, 1rem);
  }
}
@media screen and (max-width: 767px) {
  .c-scroll-down__text {
    font-size: clamp(10px, 1.02vw + 6.2px, 14px);
    font-weight: 400;
    line-height: 1.6;
    top: 20%;
  }
}

.c-scroll-down__arrow {
  position: absolute;
  top: 63%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  transition: opacity 0.4s;
}
@media screen and (max-width: 767px) {
  .c-scroll-down__arrow {
    top: 59%;
  }
}

.c-scroll-down__arrow-pc {
  display: block;
  width: 8.18px;
  height: min(2.2484375vw, 28.78px);
}
@media screen and (max-width: 767px) {
  .c-scroll-down__arrow-pc {
    display: none;
  }
}

.c-scroll-down__arrow-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-scroll-down__arrow-sp {
    display: block;
    width: 8.18px;
    height: 14.39px;
  }
}

.c-scroll-down.is-settled .c-scroll-down__text,
.c-scroll-down.is-settled .c-scroll-down__arrow {
  opacity: 0;
  pointer-events: none;
}

@keyframes scroll-down-move {
  0% {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
  }
  5% {
    transform: translateX(-50%) translateY(1.5rem);
    opacity: 1;
  }
  14% {
    transform: translateX(-50%) translateY(1.5rem);
    opacity: 0;
  }
  63% {
    transform: translateX(-50%) translateY(5rem);
    opacity: 0;
  }
  76% {
    transform: translateX(-50%) translateY(var(--sd-overshoot));
    opacity: 1;
  }
  80% {
    transform: translateX(-50%) translateY(var(--sd-settle));
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(var(--sd-settle));
    opacity: 1;
  }
}
@keyframes scroll-down-grow {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1);
    animation-timing-function: ease-out;
  }
  14% {
    transform: scale(2.2, 2);
  }
  15% {
    transform: scale(1);
  }
  63% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.c-scroll-down.js-hero-anim {
  --sd-overshoot: -0.25rem;
  --sd-settle: 0px;
  animation: scroll-down-move 9.5s 1.5s ease both;
}
@media screen and (max-width: 767px) {
  .c-scroll-down.js-hero-anim {
    --sd-overshoot: -0.125rem;
    --sd-settle: 0.125rem;
  }
}
.c-scroll-down.js-hero-anim .c-scroll-down__bg {
  transform-origin: bottom center;
  animation: scroll-down-grow 9.5s 1.5s ease both;
}

.p-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  will-change: transform;
  background: transparent;
  transition: background 0.4s ease;
}
.p-header.js-scrolled {
  background: rgba(255, 255, 255, 0.9);
}

.p-header__inner {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto 1fr;
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: min(3.515625vw, 45px);
  padding-block: min(2.1875vw, 28px);
  color: #36364c;
  transition: padding-block 0.4s ease;
}
@media (max-width: 999px) {
  .p-header__inner {
    padding-block: 2.125rem;
    transition: none;
  }
}

@media (min-width: 1000px) {
  .p-header.js-scrolled .p-header__inner {
    padding-block: min(2.1875vw, 28px);
  }
}

.p-header__logo {
  grid-column: 2;
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.p-header__nav {
  display: none;
}
@media (min-width: 1000px) {
  .p-header__nav {
    display: flex;
    align-items: center;
    column-gap: min(2.96875vw, 38px);
  }
}
.p-header__nav--left {
  justify-content: flex-start;
}
.p-header__nav--right {
  justify-content: flex-end;
}

.p-header__list {
  display: flex;
  align-items: center;
  column-gap: min(2.96875vw, 38px);
}
.p-header__list li a {
  font-size: clamp(14px, min(1.25vw, 16px), 16px);
  color: inherit;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .p-header__list li a:hover {
    opacity: 0.7;
  }
}

.p-header__logo {
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .p-header__logo:hover {
    opacity: 0.8;
  }
}

@keyframes hero-logo-anim {
  0% {
    filter: invert(0);
    opacity: 1;
  }
  75% {
    filter: invert(0);
    opacity: 0;
  }
  76% {
    filter: invert(1);
    opacity: 0;
  }
  100% {
    filter: invert(1);
    opacity: 1;
  }
}
@keyframes hero-btn-anim {
  0% {
    background: #ffffff;
    border-color: transparent;
    color: #36364c;
    opacity: 1;
  }
  75% {
    background: #ffffff;
    border-color: transparent;
    color: #36364c;
    opacity: 0;
  }
  76% {
    background: #36364C;
    border-color: #36364C;
    color: #ffffff;
    opacity: 0;
  }
  100% {
    background: #36364C;
    border-color: #36364C;
    color: #ffffff;
    opacity: 1;
  }
}
.p-header__logo img {
  filter: invert(0);
  transition: filter 0.4s ease;
  animation: hero-logo-anim 2s 1s ease both;
}

.p-header.js-dark .p-hero__color-anim,
.p-header.js-dark .p-hero__color-anim li a {
  animation: none;
  color: #000000;
}
.p-header.js-dark .p-header__logo img {
  animation: none;
  filter: invert(1);
}
.p-header.js-dark .p-header__btn {
  animation: none;
  background: #36364C;
  border-color: #36364C;
  color: #ffffff;
}
@media (hover: hover) {
  .p-header.js-dark .p-header__btn:hover {
    background: #ffffff;
    color: #36364c;
  }
}

.p-header__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: min(0.625vw, 8px);
  padding: 0.5rem 0.75rem 0.5rem 1rem;
  background: #ffffff;
  border: 1px solid transparent;
  border-radius: 100vw;
  color: #36364c;
  font-size: clamp(14px, min(1.25vw, 16px), 16px);
  white-space: nowrap;
  transition: background 0.4s ease, color 0.4s ease, border-color 0.4s ease;
  animation: hero-btn-anim 2s 1s ease both;
}
@media (hover: hover) {
  .p-header__btn:hover {
    background: #36364c;
    color: #ffffff;
    border-color: #36364c;
  }
}

.p-drawer__icon {
  position: fixed;
  z-index: 102;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  top: 2.5rem;
  right: 1.25rem;
  width: 1.75rem;
  height: 1.125rem;
}
@media (min-width: 1000px) {
  .p-drawer__icon {
    display: none;
  }
}

@keyframes hero-bar-anim {
  0% {
    background: #ffffff;
    opacity: 1;
  }
  75% {
    background: #ffffff;
    opacity: 0;
  }
  76% {
    background: #36364c;
    opacity: 0;
  }
  100% {
    background: #36364c;
    opacity: 1;
  }
}
.p-drawer__icon--bar {
  width: 100%;
  height: 1px;
  background: #ffffff;
  transition: all 0.4s ease;
  animation: hero-bar-anim 2s 1s ease both;
}

.p-drawer__icon.js-dark .p-drawer__icon--bar {
  background: #36364c;
  animation: none;
}

.p-drawer__icon.js-show .p-drawer__icon--bar {
  background: #ffffff;
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(1) {
  rotate: 33deg;
  translate: 0 8.5px;
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(2) {
  opacity: 0;
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(3) {
  rotate: -33deg;
  translate: 0 -8.5px;
}

.p-drawer {
  position: fixed;
  z-index: 101;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  overflow-y: auto;
  background: rgba(35, 25, 60, 0.88);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}
@media (min-width: 1000px) {
  .p-drawer {
    display: none;
  }
}
.p-drawer.js-show {
  opacity: 1;
  pointer-events: auto;
}

.p-drawer__body {
  padding: 2.125rem 1.875rem 3rem;
}

.p-drawer__logo img {
  height: 1.25rem;
  width: auto;
}

.p-drawer__list {
  display: flex;
  flex-direction: column;
  row-gap: 1.875rem;
  margin-top: 5rem;
}
.p-drawer__list li a {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
}

.p-drawer__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5625rem;
  margin-top: 3.75rem;
  padding: 0.5625rem 0.9375rem 0.5625rem 0.75rem;
  background: #ffffff;
  border: 1px solid transparent;
  border-radius: 62.4375rem;
  color: #36364c;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8;
  transition: background 0.3s, color 0.3s, border-color 0.3s;
}
@media (hover: hover) {
  .p-drawer__btn:hover {
    background: #23193c;
    color: #ffffff;
    border-color: #ffffff;
  }
}

.p-drawer__btn-arrow {
  display: inline-flex;
  align-items: center;
}
.p-drawer__btn-arrow svg {
  width: 1.6875rem;
  height: auto;
}

.p-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100svh;
  margin-block-start: max(-96 / 1280 * 100vw, -96px);
}
@media screen and (max-width: 767px) {
  .p-hero {
    margin-block-start: -5.5rem;
    height: calc(100vh + 5.5rem);
    height: calc(100svh + 5.5rem);
  }
}
.p-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: #e06420;
  animation: hero-overlay 2.7s 1s ease both;
  pointer-events: none;
}

.p-hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  height: 100svh;
  animation: hero-bg-fadeout 2.2s 1.5s ease-out forwards;
}
@media screen and (max-width: 767px) {
  .p-hero__bg {
    height: calc(100vh + 5.5rem);
    height: calc(100svh + 5.5rem);
  }
}
.p-hero__bg picture {
  display: block;
  width: 100%;
  height: 100%;
}
.p-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.p-hero__mark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: clamp(234px, min(32.34375vw, 414px), 621px);
  height: auto;
  z-index: 2;
  animation: mark-white-hide 0.3s 3.5s ease-out forwards;
}
@media (max-height: 700px) and (min-width: 768px) {
  .p-hero__mark {
    top: 43%;
  }
}

.p-hero__mark--dark {
  position: absolute;
  top: 50%;
  left: 50%;
  width: clamp(234px, min(32.34375vw, 414px), 621px);
  height: auto;
  z-index: 2;
  opacity: 0;
  transform: translate(-50%, calc(-50% + 20px));
  animation: mark-fadein 2.7s 4.8s ease-out forwards;
}
@media (max-height: 700px) and (min-width: 768px) {
  .p-hero__mark--dark {
    top: 43%;
  }
}

.p-hero__shine-svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, calc(-50% + 20px));
  width: clamp(234px, min(32.34375vw, 414px), 621px);
  height: auto;
  z-index: 3;
  pointer-events: none;
  animation: shine-svg-move 2.7s 4.8s ease-out forwards;
}
@media (max-height: 700px) and (min-width: 768px) {
  .p-hero__shine-svg {
    top: 43%;
  }
}

@keyframes shine-svg-move {
  from {
    transform: translate(-50%, calc(-50% + 20px));
  }
  to {
    transform: translate(-50%, -50%);
  }
}
.p-hero__shine-circle {
  animation: shine-arc-svg 1s 4.8s linear both, shine-arc-svg 2.5s 7.5s linear forwards;
}

@keyframes hero-bg-fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes hero-overlay {
  0%, 30% {
    opacity: 0;
  }
  63% {
    opacity: 0.25;
  }
  100% {
    opacity: 0;
  }
}
@keyframes mark-white-hide {
  to {
    opacity: 0;
  }
}
@keyframes shine-arc-svg {
  0% {
    cx: -120px;
    cy: 250px;
    opacity: 0;
  }
  12.5% {
    cx: -38px;
    cy: 132px;
    opacity: 1;
  }
  25% {
    cx: 44px;
    cy: 47px;
    opacity: 1;
  }
  37.5% {
    cx: 125px;
    cy: -3px;
    opacity: 1;
  }
  50% {
    cx: 207px;
    cy: -20px;
    opacity: 1;
  }
  62.5% {
    cx: 289px;
    cy: -3px;
    opacity: 1;
  }
  75% {
    cx: 371px;
    cy: 47px;
    opacity: 1;
  }
  87.5% {
    cx: 452px;
    cy: 132px;
    opacity: 1;
  }
  100% {
    cx: 534px;
    cy: 250px;
    opacity: 0;
  }
}
@keyframes mark-fadein {
  from {
    opacity: 0;
    transform: translate(-50%, calc(-50% + 20px));
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
.p-hero__color-anim {
  animation: hero-text-color 2s 1s ease both;
}
.p-hero__color-anim li a {
  animation: hero-text-color 2s 1s ease both;
}

.p-hero__label {
  position: absolute;
  top: calc(50% + min(11.71875vw, 150px));
  left: calc(50% + min(27.03125vw, 346px));
  z-index: 4;
  font-family: "EB Garamond", serif;
  font-size: clamp(14px, min(1.875vw, 24px), 24px);
  font-weight: 500;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-hero__label {
    font-size: max(13px, 1.5rem);
  }
}
@media (max-height: 630px) {
  .p-hero__label {
    top: calc(45% + min(11.71875vw, 150px));
  }
}
@media screen and (max-height: 750px) and (min-width: 768px) {
  .p-hero__label {
    transform: scale(0.87);
    transform-origin: left top;
  }
}
@media screen and (max-height: 630px) and (min-width: 768px) {
  .p-hero__label {
    transform: scale(0.78);
    transform-origin: left top;
  }
}
@media screen and (max-width: 767px) {
  .p-hero__label {
    top: 23%;
    left: auto;
    right: 1.1875rem;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.25;
  }
}

.p-hero__text {
  position: absolute;
  bottom: 1rem;
  left: max(min(3.515625vw, 45px), (100vw - 1280px) / 2 + 45px);
  z-index: 4;
}
@media screen and (max-width: 767px) {
  .p-hero__text {
    bottom: calc(min(7.5vw, 96px) + 11.7333333333vw + 0.25rem);
    left: 8vw;
  }
}
@media screen and (max-height: 750px) and (min-width: 768px) {
  .p-hero__text {
    transform: scale(0.87);
    transform-origin: left bottom;
  }
}
@media screen and (max-height: 630px) and (min-width: 768px) {
  .p-hero__text {
    transform: scale(0.78);
    transform-origin: left bottom;
  }
}

.p-hero__catch {
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-size: min(1.5625vw, 20px);
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .p-hero__catch {
    font-size: 12.5px;
    line-height: 1.3;
    letter-spacing: -0.03em;
  }
}

.p-hero__heading {
  font-family: "Shippori Mincho", serif;
  font-size: clamp(14px, min(4.375vw, 56px), 56px);
  font-weight: 500;
  line-height: 1.25;
  margin-top: min(1.40625vw, 18px);
}
@media screen and (max-width: 767px) {
  .p-hero__heading {
    font-size: max(13px, 3.5rem);
  }
}
@media screen and (max-width: 767px) {
  .p-hero__heading {
    font-size: clamp(14px, min(2.34375vw, 30px), 30px);
    font-weight: 500;
    line-height: 1.25;
    margin-top: 0.75rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-hero__heading {
    font-size: max(13px, 1.875rem);
  }
}

@keyframes hero-text-color {
  0% {
    color: #fff;
  }
  75% {
    color: rgba(255, 255, 255, 0);
  }
  76% {
    color: rgba(0, 0, 0, 0);
  }
  100% {
    color: #000;
  }
}
.p-practice {
  color: #000000;
}
@media screen and (max-width: 767px) {
  .p-practice {
    padding-bottom: 0;
  }
}

.p-practice__lead {
  font-family: "Shippori Mincho", serif;
  font-size: clamp(14px, min(3.125vw, 40px), 40px);
  font-weight: 500;
  line-height: 1.75;
  font-feature-settings: "palt" on;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: min(7.03125vw, 90px);
}
@media screen and (max-width: 767px) {
  .p-practice__lead {
    font-size: max(13px, 2.5rem);
  }
}
@media screen and (max-width: 767px) {
  .p-practice__lead {
    font-size: clamp(14px, min(1.40625vw, 18px), 18px);
    font-weight: 500;
    line-height: 2;
    font-feature-settings: "palt";
    margin-top: 1.5rem;
    text-align: left;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-practice__lead {
    font-size: max(13px, 1.15rem);
  }
}
@media screen and (max-width: 413px) {
	.p-practice__lead {
		font-size: max(13px, 1.08rem);
		letter-spacing: 0;
	}
}

.p-practice__panels {
  position: relative;
  display: flex;
  margin-top: min(0.78125vw, 10px);
  max-width: 1280px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-practice__panels {
    flex-direction: column;
    margin-top: 1.875rem;
  }
}

.p-practice__panel {
  position: relative;
  overflow: hidden;
  flex: 0 0 50%;
}
@media screen and (max-width: 767px) {
  .p-practice__panel {
    flex: none;
    width: 100%;
    height: 91.2vw;
  }
}

@media screen and (max-width: 767px) {
  .p-practice__panel--right {
    height: max(15.125rem + 20.5333333333vw, 86.6666666667vw - 15.5625rem);
    margin-top: calc(15.5625rem - 86.6666666667vw);
  }
}

.p-practice__panel-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.p-practice__panel-body {
  position: relative;
  padding-top: min(4.375vw, 56px);
  padding-bottom: min(4.53125vw, 58px);
  padding-left: min(3.515625vw, 45px);
  color: #ffffff;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .p-practice__panel-body {
    padding-top: calc(87px - 4.3vw);
  }
}
.p-practice__panel-body:not(.p-practice__panel-body--right) {
  padding-right: min(2.34375vw, 30px);
}
@media screen and (max-width: 767px) {
  .p-practice__panel-body:not(.p-practice__panel-body--right) {
    position: relative;
    inset: auto;
    padding-bottom: 2.5rem;
    padding-left: 1.875rem;
    padding-right: 8vw;
  }
}
@media screen and (max-width: 500px) {
  .p-practice__panel-body:not(.p-practice__panel-body--right) {
    padding-right: 1.25rem;
  }
}

.p-practice__panel-body--right {
  padding-left: min(4.6875vw, 60px);
  padding-right: min(2.34375vw, 30px);
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .p-practice__panel-body--right {
    padding-top: calc(87px - 4.3vw);
    padding-left: min(2.34375vw, 30px);
  }
}
@media screen and (max-width: 767px) {
  .p-practice__panel-body--right {
    position: absolute;
    inset: auto;
    top: 0;
    left: 0;
    right: 0;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    padding-top: clamp(2.9375rem, 11.4666666667vw, 5.5rem);
    padding-bottom: 2.5rem;
    text-align: right;
  }
}
@media screen and (max-width: 500px) {
  .p-practice__panel-body--right {
    padding-right: 1.1rem;
  }
}

.p-practice__panel-body .c-label {
  color: #ffffff;
}

.p-practice__panel-body--right .c-label {
  display: block;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-practice__panel-body--right .c-label {
    text-align: right;
	padding-right:1.25rem;
  }
}

.p-practice__panel-heading {
  font-family: "Shippori Mincho", serif;
  font-size: clamp(14px, min(3.75vw, 48px), 48px);
  font-weight: 500;
  line-height: 1.4583333333;
  letter-spacing: 0.05em;
  margin-top: min(7.8125vw, 100px);
}
@media screen and (max-width: 767px) {
  .p-practice__panel-heading {
    font-size: max(13px, 3rem);
  }
}
@media screen and (max-width: 767px) {
  .p-practice__panel-heading {
    font-size: clamp(14px, min(1.875vw, 24px), 24px);
    font-weight: 500;
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-practice__panel-heading {
    font-size: max(13px, 1.5rem);
  }
}

.p-practice__list {
  margin-top: min(2.1875vw, 28px);
}
@media screen and (max-width: 767px) {
  .p-practice__list {
    margin-top: 5.6vw;
  }
}
@media screen and (max-width: 500px) {
  .p-practice__list {
    letter-spacing: -0.03em;
  }
}
.p-practice__list li {
  display: flex;
  align-items: flex-start;
  gap: 0.6em;
  font-size: clamp(14px, min(1.25vw, 16px), 16px);
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-practice__list li {
    font-size: max(13px, 1rem);
  }
}
@media screen and (max-width: 767px) {
  .p-practice__list li {
    font-size: clamp(14px, min(1.09375vw, 14px), 14px);
    font-weight: 500;
    line-height: 1.8571428571;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-practice__list li {
    font-size: max(13px, 0.875rem);
  }
}
.p-practice__list li::before {
  content: "";
  flex-shrink: 0;
  margin-top: 0.875em;
  width: 0.25em;
  height: 0.25em;
  border-radius: 50%;
  background: currentColor;
}

@media screen and (max-width: 767px) {
  .p-practice__panel-body-content {
    width: fit-content;
    margin-left: auto;
    text-align: left;
  }
}
@media screen and (max-width: 500px) {
	.p-practice__panel-body-content {
		margin-left: 0;
	}
}
.p-intro {
  color: #000000;
}
@media (min-width: 768px) {
  .p-intro {
    padding-bottom: min(7.8125vw, 100px);
  }
}

.p-intro__body {
  margin-top: min(7.8125vw, 100px);
}
@media screen and (max-width: 767px) {
  .p-intro__body {
    margin-top: 2.5rem;
  }
}

.p-intro__columns {
  display: flex;
  align-items: flex-start;
  gap: min(3.125vw, 40px);
}
@media screen and (max-width: 1245px) {
  .p-intro__columns {
    flex-direction: column;
    padding-inline: min(4.296875vw, 55px);
  }
}
@media screen and (max-width: 800px) {
  .p-intro__columns {
    padding-inline: min(1.25vw, 16px);
  }
}
@media screen and (max-width: 767px) {
  .p-intro__columns {
    width: 100%;
    max-width: 400px;
    margin-inline: auto;
    padding-inline: 0;
    gap: 1.875rem;
  }
}

.p-intro__profile {
  flex: 0 1 auto;
  padding-left: min(3.125vw, 40px);
}
@media screen and (max-width: 1245px) {
  .p-intro__profile {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-intro__profile {
    flex: none;
    width: 100%;
  }
}

.p-intro__name {
  font-family: "Shippori Mincho", serif;
  font-size: clamp(14px, min(3.59375vw, 46px), 46px);
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-intro__name {
    font-size: max(13px, 2.875rem);
  }
}
@media screen and (max-width: 767px) {
  .p-intro__name {
    font-size: max(13px, 2rem);
    line-height: 1.28;
  }
}

.p-intro__affiliation {
  color: #000000;
  font-size: clamp(14px, min(1.5625vw, 20px), 20px);
  font-weight: 500;
  line-height: normal;
  margin-top: min(1.015625vw, 13px);
}
@media screen and (max-width: 767px) {
  .p-intro__affiliation {
    font-size: max(13px, 1.25rem);
  }
}
@media screen and (max-width: 767px) {
  .p-intro__affiliation {
    margin-top: 0.625rem;
  }
}

.p-intro__bio-textwrap {
  display: flex;
  flex-direction: column;
  gap: 1.75em;
  font-size: clamp(14px, min(1.171875vw, 15px), 15px);
  font-weight: 500;
  line-height: 1.75;
  margin-top: min(5.3125vw, 68px);
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .p-intro__bio-textwrap {
    font-size: max(13px, 0.9375rem);
  }
}
@media screen and (max-width: 767px) {
  .p-intro__bio-textwrap {
    margin-top: 1.25rem;
    gap: 1.5em;
  }
}

.p-intro__practice {
  flex: 0 0 fit-content;
  display: grid;
  grid-template-columns: 1fr;
  gap: min(0.78125vw, 10px);
  list-style: none;
}
@media (min-width: 768px) {
  .p-intro__practice {
    flex: 1;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 1245px) {
  .p-intro__practice {
    width: 100%;
    padding-left: 0;
    grid-template-columns: repeat(2, minmax(0, 400px));
  }
}
@media screen and (max-width: 800px) {
  .p-intro__practice {
    padding-inline: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-intro__practice {
    flex: none;
    width: 100%;
    max-width: 400px;
    padding-left: 0;
    gap: 0.625rem;
    grid-template-columns: 1fr;
  }
}

.p-intro__practice-item {
  border: 1px solid #000000;
  padding: min(3.4375vw, 44px) min(0.78125vw, 10px) min(2.65625vw, 34px) min(1.09375vw, 14px);
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-intro__practice-item {
    padding: 1.25rem 1rem 1.25rem 1.25rem;
    width: 100%;
  }
}

.p-intro__practice-title {
  font-size: clamp(14px, min(1.40625vw, 18px), 18px);
  font-weight: 700;
  line-height: 1;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-intro__practice-title {
    font-size: max(13px, 1.125rem);
  }
}
@media screen and (max-width: 767px) {
  .p-intro__practice-title {
    font-size: max(13px, 1rem);
  }
}

.p-intro__practice-detail {
  font-size: clamp(14px, min(1.09375vw, 14px), 14px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: -0.02em;
  font-feature-settings: "palt" 1;
  margin-top: min(2.03125vw, 26px);
}
@media screen and (max-width: 767px) {
  .p-intro__practice-detail {
    font-size: max(13px, 0.875rem);
  }
}
@media screen and (max-width: 767px) {
  .p-intro__practice-detail {
    font-size: 0.8125rem;
    margin-top: 0.9375rem;
    line-height: 1.8;
    letter-spacing: normal;
  }
}
.p-intro__practice-detail li {
  display: flex;
  align-items: flex-start;
  gap: 0.4em;
}
.p-intro__practice-detail li::before {
  content: "";
  flex-shrink: 0;
  margin-top: 0.875em;
  width: 0.25em;
  height: 0.25em;
  border-radius: 50%;
  background: currentColor;
}

.p-policy {
  position: relative;
  overflow: hidden;
  color: #ffffff;
}
@media (min-width: 768px) {
  .p-policy {
    padding-bottom: min(7.8125vw, 100px);
  }
}

.p-policy .c-bg img {
  object-position: center;
}

.p-policy .l-inner {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-policy .l-inner {
    padding-right: 1.375rem;
  }
}

.p-policy .c-label {
  color: #ffffff;
}

.p-policy__heading {
  font-family: "Shippori Mincho", serif;
  font-size: clamp(14px, min(3.125vw, 40px), 40px);
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0.05em;
  font-feature-settings: "palt" 1;
  margin-top: min(4.6875vw, 60px);
}
@media screen and (max-width: 767px) {
  .p-policy__heading {
    font-size: max(13px, 2.5rem);
  }
}
@media screen and (max-width: 767px) {
  .p-policy__heading {
    font-size: clamp(14px, min(2.03125vw, 26px), 26px);
    font-weight: 500;
    line-height: 1.2788461538;
    letter-spacing: 0.05em;
    margin-top: 2.8125rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-policy__heading {
    font-size: max(13px, 1.625rem);
  }
}

.p-policy__textwrap {
  display: flex;
  flex-direction: column;
  gap: min(2.5vw, 32px);
  margin-top: min(4.6875vw, 60px);
  max-width: min(71.875vw, 920px);
  margin-inline: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-policy__textwrap {
    gap: 1.5rem;
    margin-top: 1.875rem;
    max-width: none;
    width: fit-content;
    margin-inline: auto;
    text-align: left;
  }
}

.p-policy__text {
  font-family: "Shippori Mincho", serif;
  font-size: clamp(14px, min(1.484375vw, 19px), 19px);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-policy__text {
    font-size: max(13px, 1.1875rem);
  }
}
@media screen and (max-width: 767px) {
  .p-policy__text {
    font-size: clamp(14px, min(1.171875vw, 15px), 15px);
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0.05em;
    font-feature-settings: "palt" 1;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-policy__text {
    font-size: max(13px, 0.9375rem);
  }
}
@media screen and (max-width: 767px) and (max-width: 409px) {
  .p-policy__text {
    font-size: 0.875rem;
  }
}

.p-news {
  color: #36364c;
}
.l-main--inner .p-news {
  padding-bottom: min(6.25vw, 80px);
}

.p-news__list {
  padding-inline: min(4.296875vw, 55px);
  margin-top: min(4.6875vw, 60px);
}
@media screen and (max-width: 767px) {
  .p-news__list {
    padding-inline: 0;
    margin-top: 2rem;
  }
}

.p-news__item {
  position: relative;
  display: grid;
  grid-template-columns: min(14.0625vw, 180px) min(10.078125vw, 129px) 1fr;
  align-items: center;
  padding-block: min(1.5625vw, 20px);
  border-top: 1px solid currentColor;
  transition: background 0.3s;
}
.p-news__item:hover {
  background: rgba(54, 54, 76, 0.04);
}
.p-news__item:last-child {
  border-bottom: 1px solid currentColor;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .p-news__item {
    grid-template-columns: 10rem 6.25rem 1fr;
  }
}
@media screen and (max-width: 767px) {
  .p-news__item {
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto auto;
    align-items: center;
    padding-block: 1.25rem;
    row-gap: 0.9375rem;
  }
}

@media screen and (max-width: 767px) {
  .p-news__tag-wrap {
    grid-column: 1;
    grid-row: 1;
  }
}

.p-news__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: max(min(9.375vw, 120px), 120px);
  padding-block: max(min(0.546875vw, 7px), 0.375rem);
  padding-inline: max(min(1.40625vw, 18px), 0.75rem);
  border-radius: 100vw;
  background: #23193c;
  color: #ffffff;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(14px, min(1.25vw, 16px), 16px);
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-news__tag {
    font-size: max(13px, 1rem);
  }
}
@media screen and (max-width: 767px) {
  .p-news__tag {
    min-width: 7.5rem;
    padding-block: 0.375rem;
    padding-inline: 0.875rem;
    font-size: 0.6875rem;
  }
}

.p-news__date {
  font-family: "EB Garamond", serif;
  font-size: clamp(14px, min(1.25vw, 16px), 16px);
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-news__date {
    font-size: max(13px, 1rem);
  }
}
@media screen and (max-width: 767px) {
  .p-news__date {
    grid-column: 2;
    grid-row: 1;
    text-align: right;
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 767px) {
  .p-news__content {
    grid-column: 1/-1;
    grid-row: 2;
  }
}

.p-news__title {
  font-family: "Shippori Mincho", serif;
  font-size: clamp(14px, min(1.40625vw, 18px), 18px);
  font-weight: 500;
  line-height: 1;
  font-size: max(min(1.40625vw, 18px), 16px);
}
@media screen and (max-width: 767px) {
  .p-news__title {
    font-size: max(13px, 1.125rem);
  }
}
.p-news__title a {
  color: inherit;
  text-decoration: none;
}
.p-news__title a::after {
  content: "";
  position: absolute;
  inset: 0;
}
@media screen and (max-width: 767px) {
  .p-news__title {
    font-size: clamp(14px, min(1.171875vw, 15px), 15px);
    font-weight: 400;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-news__title {
    font-size: max(13px, 0.9375rem);
  }
}

.p-news__text {
  grid-column: 3;
  grid-row: 2;
  color: #000000;
  font-size: clamp(14px, min(1.25vw, 16px), 16px);
  font-weight: 400;
  line-height: 1.5;
  padding-top: min(0.78125vw, 10px);
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-news__text {
    font-size: max(13px, 1rem);
  }
}
@media screen and (max-width: 767px) {
  .p-news__text {
    grid-column: 1/-1;
    grid-row: 3;
    font-size: clamp(14px, min(1.015625vw, 13px), 13px);
    font-weight: 500;
    line-height: 1.5;
    padding-top: 0.5rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-news__text {
    font-size: max(13px, 0.8125rem);
  }
}

.p-news__more {
  display: flex;
  justify-content: flex-end;
  padding-inline: min(4.296875vw, 55px);
  margin-top: clamp(24px, 3.125vw, 40px);
}
@media screen and (max-width: 767px) {
  .p-news__more {
    padding-inline: 0;
  }
}

.p-news__more-link {
  display: inline-flex;
  align-items: center;
  gap: min(0.625vw, 8px);
  color: #36364c;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(14px, min(1.171875vw, 15px), 15px);
  font-weight: 500;
  text-decoration: none;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .p-news__more-link {
    font-size: max(13px, 0.9375rem);
  }
}
@media screen and (max-width: 767px) {
  .p-news__more-link {
    gap: 0.5rem;
  }
}
@media (hover: hover) {
  .p-news__more-link:hover {
    opacity: 0.7;
  }
}

.p-logo {
  color: #000000;
}
@media (min-width: 768px) {
  .p-logo {
    padding-bottom: min(7.8125vw, 100px);
  }
}

.p-logo__body {
  display: flex;
  align-items: center;
  gap: min(4.84375vw, 62px);
  margin-top: min(4.6875vw, 60px);
  padding-left: min(5.234375vw, 67px);
}
@media screen and (max-width: 767px) {
  .p-logo__body {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 2.5rem;
    padding-left: 0;
  }
}

.p-logo__image-wrap {
  flex: 0 0 min(25vw, 320px);
  min-width: 240px;
  max-width: 400px;
  margin-inline: auto;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-logo__image-wrap {
    flex: none;
    width: 100%;
    max-width: 400px;
    justify-content: center;
  }
}

.p-logo__image {
  width: 100%;
  max-width: 400px;
  height: auto;
  aspect-ratio: 320/141.73;
}
@media screen and (max-width: 767px) {
  .p-logo__image {
    width: 77.3333333333vw;
  }
}

.p-logo__textwrap {
  flex: 1;
  padding-inline-end: min(4.296875vw, 55px);
  display: flex;
  flex-direction: column;
  gap: 1.5em;
}
@media screen and (max-width: 767px) {
  .p-logo__textwrap {
    margin-top: 3.75rem;
    width: 100%;
    padding-inline-end: 0;
  }
}

.p-logo__text {
  font-size: clamp(14px, min(1.25vw, 16px), 16px);
  font-weight: 500;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .p-logo__text {
    font-size: max(13px, 1rem);
  }
}
@media screen and (max-width: 767px) {
  .p-logo__text {
    font-size: clamp(14px, min(1.171875vw, 15px), 15px);
    font-weight: 500;
    line-height: 1.75;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-logo__text {
    font-size: max(13px, 0.9375rem);
  }
}

.p-access {
  position: relative;
  overflow: hidden;
  color: #ffffff;
}
@media (min-width: 768px) {
  .p-access {
    padding-bottom: min(6.25vw, 80px);
  }
}

.p-access .l-inner {
  position: relative;
  z-index: 1;
}

.p-access .c-label {
  color: #ffffff;
}

.p-access__body {
  display: flex;
  align-items: flex-start;
  gap: min(1.875vw, 24px);
  margin-top: min(7.8125vw, 100px);
}
@media screen and (max-width: 767px) {
  .p-access__body {
    flex-direction: column;
    gap: 2.5rem;
    margin-top: 1.875rem;
  }
}

.p-access__info {
  flex: 0 0 min(34.375vw, 440px);
  padding-left: min(4.453125vw, 57px);
}
@media screen and (max-width: 999px) {
  .p-access__info {
    padding-left: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-access__info {
    flex: none;
    width: 100%;
    padding-left: 0;
  }
}

.p-access__address {
  font-size: clamp(14px, min(1.71875vw, 22px), 22px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 767px) {
  .p-access__address {
    font-size: max(13px, 1.375rem);
  }
}
@media screen and (max-width: 767px) {
  .p-access__address {
    font-size: clamp(14px, min(1.40625vw, 18px), 18px);
    font-weight: 500;
    line-height: 1.5;
    margin-top: 2.8125rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-access__address {
    font-size: max(13px, 1.125rem);
  }
}

.p-access__transit {
  margin-top: min(14.84375vw, 190px);
  padding-left: min(1.40625vw, 18px);
  border-left: 1px solid rgba(255, 255, 255, 0.6);
  display: flex;
  flex-direction: column;
  gap: min(3.125vw, 40px);
}
@media screen and (max-width: 767px) {
  .p-access__transit {
    margin-top: 1.875rem;
    padding-left: 0.875rem;
    gap: 1rem;
  }
}
.p-access__transit li {
  font-size: clamp(14px, min(1.25vw, 16px), 16px);
  font-weight: 500;
  line-height: 1.5;
  font-feature-settings: "palt" on;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-access__transit li {
    font-size: max(13px, 1rem);
  }
}
@media screen and (max-width: 767px) {
  .p-access__transit li {
    font-size: clamp(14px, min(1.09375vw, 14px), 14px);
    font-weight: 500;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-access__transit li {
    font-size: max(13px, 0.875rem);
  }
}

.p-access__map {
  flex: 1 0 0;
}
@media screen and (max-width: 767px) {
  .p-access__map {
    flex: none;
    width: 100%;
  }
}
.p-access__map iframe {
  display: block;
  width: 100%;
  height: min(37.5vw, 480px);
}
@media screen and (max-width: 767px) {
  .p-access__map iframe {
    height: 69.3333333333vw;
  }
}

.p-contact {
  color: #36364c;
}
@media (min-width: 768px) {
  .p-contact {
    padding-bottom: min(7.8125vw, 100px);
  }
}

.p-contact__body {
  display: flex;
  align-items: flex-start;
  gap: max(min(4.6875vw, 60px), 40px);
  margin-top: min(4.140625vw, 53px);
}
@media screen and (max-width: 767px) {
  .p-contact__body {
    flex-direction: column;
    gap: 2.5rem;
    margin-top: 2.75rem;
  }
}

.p-contact__intro {
  flex: 1;
  padding-left: min(4.296875vw, 55px);
}
@media screen and (max-width: 1000px) {
  .p-contact__intro {
    flex: 1 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__intro {
    flex: none;
    width: 100%;
    padding-left: 0;
  }
}

.p-contact__heading {
  font-family: "Shippori Mincho", serif;
  font-size: clamp(14px, min(3.125vw, 40px), 40px);
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-top: min(4.6875vw, 60px);
  padding-left: min(4.296875vw, 55px);
}
@media screen and (max-width: 767px) {
  .p-contact__heading {
    font-size: max(13px, 2.5rem);
  }
}
@media screen and (max-width: 767px) {
  .p-contact__heading {
    font-size: clamp(14px, min(2.03125vw, 26px), 26px);
    font-weight: 400;
    line-height: 1;
    margin-top: 3.4375rem;
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-contact__heading {
    font-size: max(13px, 1.625rem);
  }
}

.p-contact__textwrap {
  display: flex;
  flex-direction: column;
  gap: min(1.875vw, 24px);
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-contact__textwrap {
    gap: 1.640625rem;
  }
}

.p-contact__text {
  font-size: clamp(14px, min(1.25vw, 16px), 16px);
  font-weight: 400;
  line-height: 1.5;
  font-feature-settings: "palt" on;
  letter-spacing: 0.05em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .p-contact__text {
    font-size: max(13px, 1rem);
  }
}
@media screen and (max-width: 767px) {
  .p-contact__text {
    font-size: clamp(14px, min(1.171875vw, 15px), 15px);
    font-weight: 500;
    line-height: 1.75;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-contact__text {
    font-size: max(13px, 0.9375rem);
  }
}

.p-contact__required {
  font-size: clamp(14px, min(1.25vw, 16px), 16px);
  font-weight: 400;
  line-height: 1;
  color: rgba(0, 0, 0, 0.5);
  margin-top: 1px;
  margin-bottom: min(1.25vw, 16px);
}
@media screen and (max-width: 767px) {
  .p-contact__required {
    font-size: max(13px, 1rem);
  }
}
.p-contact__required span {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .p-contact__required {
    font-size: 13px;
    margin-top: 0;
    margin-bottom: 0.75rem;
  }
}

.p-contact__form {
  flex: 0 0 550px;
  display: flex;
  flex-direction: column;
  gap: min(1.875vw, 24px);
}
@media screen and (max-width: 1000px) {
  .p-contact__form {
    flex: 0 1 550px;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__form {
    flex: none;
    width: 100%;
    gap: 1.25rem;
  }
}

.p-contact__field {
  display: flex;
  flex-direction: column;
  gap: min(0.625vw, 8px);
}
@media screen and (max-width: 767px) {
  .p-contact__field {
    gap: 0.375rem;
  }
}

.p-contact__label {
  font-size: clamp(14px, min(1.25vw, 16px), 16px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-contact__label {
    font-size: max(13px, 1rem);
  }
}
@media screen and (max-width: 767px) {
  .p-contact__label {
    font-size: 13px;
  }
}

.p-contact__input {
  width: 100%;
  height: min(3.90625vw, 50px);
  border: 1px solid #36364c;
  background: #ffffff;
  padding-inline: min(0.9375vw, 12px);
  font-size: clamp(14px, min(1.171875vw, 15px), 15px);
  font-weight: 400;
  appearance: none;
  -webkit-appearance: none;
}
@media screen and (max-width: 767px) {
  .p-contact__input {
    font-size: max(13px, 0.9375rem);
  }
}
@media screen and (max-width: 767px) {
  .p-contact__input {
    height: 2.5rem;
    padding-inline: 0.75rem;
  }
}

select.p-contact__input {
  padding-inline-end: min(2.8125vw, 36px);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%2323193C' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right min(0.9375vw, 12px) center;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  select.p-contact__input {
    padding-inline-end: 2rem;
    background-position: right 0.75rem center;
  }
}

.p-contact__textarea {
  width: 100%;
  height: min(15.625vw, 200px);
  border: 1px solid #36364c;
  background: #ffffff;
  padding: min(0.9375vw, 12px);
  font-size: clamp(14px, min(1.171875vw, 15px), 15px);
  font-weight: 400;
  resize: vertical;
}
@media screen and (max-width: 767px) {
  .p-contact__textarea {
    font-size: max(13px, 0.9375rem);
  }
}
@media screen and (max-width: 767px) {
  .p-contact__textarea {
    height: 9.375rem;
    padding: 0.75rem;
  }
}

.p-contact__terms {
  height: min(15.625vw, 200px);
  margin-top: 5px;
  overflow-y: scroll;
  border: 1px solid #36364c;
  padding: min(1.25vw, 16px) min(1.5625vw, 20px);
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.35) #ffffff;
}
.p-contact__terms::-webkit-scrollbar {
  width: 10px;
}
.p-contact__terms::-webkit-scrollbar-track {
  background: #ffffff;
  border-left: 1px solid #36364c;
}
.p-contact__terms::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.35);
}
@media screen and (max-width: 767px) {
  .p-contact__terms {
    height: 9.375rem;
    padding: 0.875rem 1rem;
  }
}

.p-contact__terms-title {
  font-size: clamp(14px, min(1.25vw, 16px), 16px);
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: min(0.9375vw, 12px);
}
@media screen and (max-width: 767px) {
  .p-contact__terms-title {
    font-size: max(13px, 1rem);
  }
}
@media screen and (max-width: 767px) {
  .p-contact__terms-title {
    font-size: 13px;
    line-height: 1.6153846154;
    margin-bottom: 0.625rem;
  }
}

.p-contact__terms-list {
  display: flex;
  flex-direction: column;
  gap: min(1.25vw, 16px);
}
@media screen and (max-width: 767px) {
  .p-contact__terms-list {
    gap: 0.875rem;
  }
}
.p-contact__terms-list li {
  display: flex;
  gap: 0;
  font-size: clamp(14px, min(1.25vw, 16px), 16px);
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-contact__terms-list li {
    font-size: max(13px, 1rem);
  }
}
.p-contact__terms-list li::before {
  content: "・";
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-contact__terms-list li {
    font-size: 13px;
    line-height: 1.6153846154;
  }
}

.p-contact__btn-arrow {
  display: inline-flex;
  align-items: center;
  transform: translateY(-3px);
}
.p-contact__btn-arrow svg {
  width: min(6.25vw, 80px);
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-contact__btn-arrow svg {
    width: 3.75rem;
  }
}

.p-contact__btn {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: min(0.78125vw, 10px);
  width: fit-content;
  padding-inline: min(1.875vw, 24px);
  height: min(3.90625vw, 50px);
  white-space: nowrap;
  background: #23193c;
  border: 1px solid #23193c;
  border-radius: 100vw;
  color: #ffffff;
  font-size: clamp(14px, min(1.25vw, 16px), 16px);
  font-weight: 400;
  transition: background 0.4s ease, color 0.4s ease;
}
@media screen and (max-width: 767px) {
  .p-contact__btn {
    font-size: max(13px, 1rem);
  }
}
@media screen and (max-width: 767px) {
  .p-contact__btn {
    width: fit-content;
    padding-inline: 1.25rem;
    height: 3.125rem;
    gap: 0.5rem;
  }
}
@media (hover: hover) {
  .p-contact__btn:hover {
    background: #ffffff;
    color: #23193c;
  }
}

.p-contact__form .wpcf7 {
  width: 100%;
}
.p-contact__form form.wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: min(1.875vw, 24px);
}
@media screen and (max-width: 767px) {
  .p-contact__form form.wpcf7-form {
    gap: 1.25rem;
  }
}

.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.wpcf7-spinner {
  margin: -28px 24px;
}

.wpcf7-response-output {
  padding: 0;
}

.wpcf7 form .wpcf7-response-output {
  border: none;
  font-weight: 700;
  padding: 0;
  margin: 0em 0.5em 1em;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unacceptable .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output {
  color: #c0392b;
}

.p-visual {
  position: relative;
  overflow: hidden;
  height: min(48.4375vw, 620px);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-visual {
    height: 66.6666666667vw;
  }
}

.p-visual__mark-wrap {
  position: relative;
  flex-shrink: 0;
  width: min(66.015625vw, 845px);
}
@media screen and (max-width: 767px) {
  .p-visual__mark-wrap {
    width: 83.2vw;
  }
}

.p-visual__mark-body {
  display: block;
  width: 100%;
  height: auto;
}

.p-footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-footer__inner {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    gap: 2.5rem;
  }
}

.p-footer__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: min(3.125vw, 40px);
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .p-footer__body {
    flex-direction: column;
    align-items: flex-start;
    gap: 60px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__body {
    gap: 5.1875rem;
  }
}

.p-footer__info {
  display: flex;
  flex-direction: column;
  gap: min(1.25vw, 16px);
}
@media screen and (min-width: 1201px) {
  .p-footer__info {
    padding-bottom: min(3.046875vw, 39px);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__info {
    gap: 2.3125rem;
  }
}

.p-footer__address {
  font-size: clamp(14px, min(1.015625vw, 13px), 13px);
  font-weight: 400;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-footer__address {
    font-size: max(13px, 0.8125rem);
  }
}

.p-footer__nav-wrap {
  display: flex;
  align-items: center;
  gap: min(1.5625vw, 20px);
}
@media screen and (max-width: 1200px) {
  .p-footer__nav-wrap {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__nav-wrap {
    align-items: flex-end;
  }
}

.p-footer__list {
  display: flex;
  align-items: center;
  gap: min(1.5625vw, 20px);
}
@media screen and (max-width: 767px) {
  .p-footer__list {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem;
  }
}
.p-footer__list a {
  font-size: clamp(14px, min(1.25vw, 16px), 16px);
  font-weight: 500;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  color: #ffffff;
  letter-spacing: 0.05em;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .p-footer__list a {
    font-size: max(13px, 1rem);
  }
}
@media (hover: hover) {
  .p-footer__list a:hover {
    opacity: 0.7;
  }
}

.p-footer__copy {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: min(1.875vw, 24px);
  padding-top: min(1.25vw, 16px);
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.4);
  font-size: max(11px, min(0.859375vw, 11px));
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1200px) {
  .p-footer__copy {
    margin-top: 1.5rem;
    padding-top: 1rem;
  }
}
.p-footer__copy a {
  color: inherit;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .p-footer__copy a:hover {
    opacity: 0.7;
  }
}

.p-footer__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: min(0.625vw, 8px);
  padding: 0.5rem 0.75rem 0.5rem 1rem;
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 100vw;
  color: #36364c;
  font-size: clamp(14px, min(1.25vw, 16px), 16px);
  font-weight: 500;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  white-space: nowrap;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-footer__btn {
    font-size: max(13px, 1rem);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__btn {
    flex-shrink: 0;
    padding: 0.625rem 1.25rem;
    gap: 0.5rem;
  }
}
@media (hover: hover) {
  .p-footer__btn:hover {
    background: rgba(54, 54, 76, 0.2);
    color: #ffffff;
  }
}

@media (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
  .u-br-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
  .u-br-pc {
    display: none;
  }
  .u-br-sp {
    display: inline;
  }
}
@media screen and (max-width: 443px) {
  .u-br-443 {
    display: none;
  }
}
@media screen and (min-width: 501px) {
  .u-br-500 {
    display: none;
  }
}
.u-font {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
}
.u-font__jp {
  font-family: "Shippori Mincho", serif;
}
.u-font__en {
  font-family: "EB Garamond", serif;
}

.u-text__center {
  text-align: center !important;
}
@media screen and (max-width: 767px) {
  .u-text__center--sp {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .u-text__center--pc {
    text-align: center !important;
  }
}

.u-text__left {
  text-align: left !important;
}
@media screen and (max-width: 767px) {
  .u-text__left--sp {
    text-align: left !important;
  }
}
@media (min-width: 768px) {
  .u-text__left--pc {
    text-align: left !important;
  }
}

.u-text__right {
  text-align: right !important;
}
@media screen and (max-width: 767px) {
  .u-text__right--sp {
    text-align: right !important;
  }
}
@media (min-width: 768px) {
  .u-text__right--pc {
    text-align: right !important;
  }
}

.u-text__nowrap {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .u-text__nowrap--sp {
    white-space: nowrap;
  }
}
@media (min-width: 768px) {
  .u-text__nowrap--pc {
    white-space: nowrap;
  }
}

.u-pointer__none {
  pointer-events: none !important;
}
@media screen and (max-width: 767px) {
  .u-pointer__none--sp {
    pointer-events: none !important;
  }
}
@media (min-width: 768px) {
  .u-pointer__none--pc {
    pointer-events: none !important;
  }
}
