@charset "UTF-8";
.effect-blurin {
  opacity: 0;
  filter: blur(5px);
}

.active .effect-blurin {
  opacity: 1;
  filter: blur(0);
  transition: all 1.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.effect-fadein-up {
  opacity: 0;
  transform: translate(0px, 35px);
}

.active .effect-fadein-up {
  opacity: 1;
  transform: translate(0px, 0px);
  transition: opacity 0.7s linear, transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.effect-zoomout {
  transform: scale(1.1);
}

.active .effect-zoomout {
  transform: scale(1);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.effect-clip {
  clip-path: inset(0 100% 0 0);
}

.active .effect-clip {
  clip-path: inset(0);
  transition: clip-path 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.active .effect-delay-0 {
  transition-delay: 0s;
}

.active .effect-delay-100 {
  transition-delay: 0.1s;
}

.active .effect-delay-200 {
  transition-delay: 0.2s;
}

.active .effect-delay-300 {
  transition-delay: 0.3s;
}

.active .effect-delay-400 {
  transition-delay: 0.4s;
}

.active .effect-delay-500 {
  transition-delay: 0.5s;
}

.active .effect-delay-600 {
  transition-delay: 0.6s;
}

.active .effect-delay-700 {
  transition-delay: 0.7s;
}

.active .effect-delay-800 {
  transition-delay: 0.8s;
}

.active .effect-delay-900 {
  transition-delay: 0.9s;
}

.active .effect-delay-1000 {
  transition-delay: 1s;
}

.active .effect-delay-1100 {
  transition-delay: 1.1s;
}

.active .effect-delay-1200 {
  transition-delay: 1.2s;
}

.active .effect-delay-1300 {
  transition-delay: 1.3s;
}

.active .effect-delay-1400 {
  transition-delay: 1.4s;
}

.active .effect-delay-1500 {
  transition-delay: 1.5s;
}

.active .effect-delay-1600 {
  transition-delay: 1.6s;
}

.active .effect-delay-1700 {
  transition-delay: 1.7s;
}

.active .effect-delay-1800 {
  transition-delay: 1.8s;
}

.active .effect-delay-1900 {
  transition-delay: 1.9s;
}

.active .effect-delay-2000 {
  transition-delay: 2s;
}

.active .effect-delay-2100 {
  transition-delay: 2.1s;
}

.active .effect-delay-2200 {
  transition-delay: 2.2s;
}

.active .effect-delay-2300 {
  transition-delay: 2.3s;
}

.active .effect-delay-2400 {
  transition-delay: 2.4s;
}

.active .effect-delay-2500 {
  transition-delay: 2.5s;
}

.active .effect-delay-2600 {
  transition-delay: 2.6s;
}

.active .effect-delay-2700 {
  transition-delay: 2.7s;
}

.active .effect-delay-2800 {
  transition-delay: 2.8s;
}

.active .effect-delay-2900 {
  transition-delay: 2.9s;
}

.active .effect-delay-3000 {
  transition-delay: 3s;
}

.active .effect-delay-3100 {
  transition-delay: 3.1s;
}

.active .effect-delay-3200 {
  transition-delay: 3.2s;
}

.active .effect-delay-3300 {
  transition-delay: 3.3s;
}

.active .effect-delay-3400 {
  transition-delay: 3.4s;
}

.active .effect-delay-3500 {
  transition-delay: 3.5s;
}

.active .effect-delay-3600 {
  transition-delay: 3.6s;
}

.active .effect-delay-3700 {
  transition-delay: 3.7s;
}

.active .effect-delay-3800 {
  transition-delay: 3.8s;
}

.active .effect-delay-3900 {
  transition-delay: 3.9s;
}

.active .effect-delay-4000 {
  transition-delay: 4s;
}

.active .effect-delay-4100 {
  transition-delay: 4.1s;
}

.active .effect-delay-4200 {
  transition-delay: 4.2s;
}

.active .effect-delay-4300 {
  transition-delay: 4.3s;
}

.active .effect-delay-4400 {
  transition-delay: 4.4s;
}

.active .effect-delay-4500 {
  transition-delay: 4.5s;
}

.active .effect-delay-4600 {
  transition-delay: 4.6s;
}

.active .effect-delay-4700 {
  transition-delay: 4.7s;
}

.active .effect-delay-4800 {
  transition-delay: 4.8s;
}

.active .effect-delay-4900 {
  transition-delay: 4.9s;
}

.active .effect-delay-5000 {
  transition-delay: 5s;
}

@keyframes arrowIn {
  from {
    transform: translateX(-6px);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes slowZoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}
@keyframes galleryScrollHint {
  0% {
    clip-path: inset(0 0 100% 0);
  }
  40% {
    clip-path: inset(0 0 0 0);
  }
  55% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: inset(100% 0 0 0);
  }
}
*, *:before, *:after {
  box-sizing: border-box;
}

input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
select,
textarea {
  outline: 0;
}

input[type=submit],
input[type=button] {
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

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

a {
  color: #000;
  text-decoration: none;
}

html {
  overflow-x: hidden;
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 8rem;
}
html.is-gallery-focused, html.is-gallery-scroll-locked {
  overflow: hidden;
}
@media only screen and (max-width:912px) {
  html {
    font-size: 56.25%;
  }
}
@media only screen and (max-width:540px) {
  html {
    font-size: 52%;
  }
}

body {
  position: relative;
  overflow-x: hidden;
  color: #000;
  font-family: "eb-garamond", "dnp-shuei-mincho-pr6", serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  background: #DFDAD1;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (max-width:540px) {
  body {
    font-size: 1.5rem;
    letter-spacing: 0.07em;
  }
}
body.is-gallery-focused {
  overflow: hidden;
}

html.is-page-fade-pending .site-wrapper {
  opacity: 0;
  visibility: hidden;
}

.site-wrapper.is-site-fade {
  opacity: 0;
  visibility: hidden;
  transition: none;
}

.site-wrapper.is-site-fade.is-site-fade-active {
  opacity: 1;
  visibility: visible;
  transition: opacity 1.2s ease, visibility 1.2s ease;
}

html.is-page-fade-out {
  overflow: hidden;
}

.site-wrapper.is-site-fade-out {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.site-wrapper.is-site-fade-out.is-site-fade-out-active {
  opacity: 0;
  visibility: hidden;
}

html.is-page-fade-out-done .site-wrapper {
  opacity: 0;
  visibility: hidden;
}

html.is-entrance-locked,
body.is-entrance {
  overflow: hidden;
  background: #141414;
}

body.is-entrance:not(.is-site-entered) .site-wrapper {
  display: none;
}

@keyframes entranceZoom {
  from {
    transform: scale(1.15);
  }
  to {
    transform: scale(1);
  }
}
.p-entrance {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  min-height: 100vh;
  min-height: 100lvh;
  z-index: 9999;
  background-color: #141414;
  transition: opacity 1s ease, visibility 1s ease;
}

.p-entrance__bg {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  opacity: 0;
  transform: scale(1.15);
  transform-origin: center center;
  will-change: transform;
}

.p-entrance.is-visible .p-entrance__bg {
  opacity: 1;
  animation: entranceZoom 10s linear forwards;
}

body.is-site-entered .p-entrance .p-entrance__bg {
  animation-play-state: running;
}

body.is-site-entered .p-entrance {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

header {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: start;
  position: relative;
  padding: 5.6rem 5.5% 12rem;
}
@media only screen and (max-width:540px) {
  header {
    min-height: 14rem;
    padding: 3.6rem 5.5% 8rem;
  }
}
header nav ul {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
header nav a {
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
@media only screen and (max-width:540px) {
  header nav a {
    font-size: 1.3rem;
  }
}
header .header__logo {
  justify-self: center;
  font-size: 2rem;
  letter-spacing: 0.15em;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
@media only screen and (max-width:540px) {
  header .header__logo {
    font-size: 1.6rem;
  }
}
header .header__logo a {
  display: inline-block;
  padding: 1.4rem;
}
header .header__sns {
  justify-self: end;
}
header .header__sns a {
  font-size: 1.4rem;
}
@media only screen and (max-width:540px) {
  header .header__sns a {
    font-size: 1.2rem;
  }
}

footer {
  padding: 0 0 4.8rem;
  text-align: center;
  letter-spacing: 0.08em;
}

.grecaptcha-badge {
  visibility: hidden;
}

.p-home {
  padding: 0;
}
.p-home__gallery {
  padding: 0 5.5%;
}
.p-home__gallery-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 0;
  -moz-column-gap: 1px;
       column-gap: 1px;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
@media only screen and (max-width:540px) {
  .p-home__gallery-inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-home__gallery-item {
  display: block;
  margin: 0 0 8rem;
  padding: 0;
  color: inherit;
  text-align: left;
  background: transparent;
}
@media only screen and (max-width:540px) {
  .p-home__gallery-item {
    margin-bottom: 4rem;
  }
}
.p-home__gallery-item.is-active {
  cursor: default;
}
.p-home__gallery-img {
  display: block;
  aspect-ratio: 3/2;
  overflow: hidden;
}
.p-home__gallery-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-home__gallery-img--has-overall {
  position: relative;
  width: 100%;
}
.p-home__gallery-img--has-overall .p-home__gallery-img-layer {
  position: absolute;
  inset: 0;
}
.p-home__gallery-img--has-overall .p-home__gallery-img-layer--default {
  z-index: 1;
}
.p-home__gallery-img--has-overall .p-home__gallery-img-layer--overall {
  z-index: 2;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.p-home__gallery-item.is-overall-visible .p-home__gallery-img-layer--overall {
  opacity: 1;
}
@media (hover: hover) and (pointer: fine) {
  .p-home__gallery-item:hover .p-home__gallery-img-layer--overall {
    opacity: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  .p-home__gallery-img--has-overall .p-home__gallery-img-layer--overall {
    transition: none;
  }
}
.p-home__gallery-caption {
  display: none;
}
.p-home__gallery-detail {
  grid-column: 1/-1;
  width: 100vw;
  margin: -1px calc(50% - 50vw) 0;
  overflow: hidden;
  height: 0;
}
.p-home__gallery-detail[hidden] {
  display: none;
}
.p-home__gallery-detail.is-measuring {
  height: auto;
  visibility: hidden;
  pointer-events: none;
}
.p-home__gallery-detail.is-measuring .p-home__detail-reveal {
  height: auto;
}
.p-home__gallery-detail.is-open, .p-home__gallery-detail.is-opening {
  overflow: visible;
}
.p-home__gallery-detail.is-open {
  position: relative;
  z-index: 2;
}
.p-home__gallery-detail.is-opening, .p-home__gallery-detail.is-fade-closing {
  transition: height 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}
.p-home__gallery-detail.is-gallery-focused {
  overflow: visible;
  contain: none;
}
.p-home__gallery-scroll-hint {
  display: none;
  position: fixed;
  bottom: 0;
  left: calc((100vw - min(1280px, 89vw)) / 4);
  z-index: 1001;
  width: 1px;
  height: 12rem;
  background: #000;
  opacity: 0.55;
  pointer-events: none;
}
.p-home__gallery-scroll-hint.is-active {
  display: block;
  animation: galleryScrollHint 1s ease forwards;
}
.p-home__detail-reveal {
  visibility: hidden;
  opacity: 0;
}
.p-home__detail-reveal.is-panel-visible {
  visibility: visible;
}
.p-home__detail-reveal.is-fade-active {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.7s ease;
}
.p-home__detail-reveal.is-fade-complete {
  visibility: visible;
  opacity: 1;
}
.p-home__detail-reveal.is-fade-closing {
  visibility: visible;
  opacity: 0;
  transition: opacity 0.45s ease;
}
.p-home__detail-reveal.is-gallery-focused {
  position: fixed;
  inset: 0;
  z-index: 1000;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  overflow-x: hidden;
  overflow-y: auto;
  background: #DFDAD1;
  visibility: visible;
}
.p-home__detail-slider {
  position: relative;
}
.p-home__detail-viewport {
  position: relative;
  overflow: hidden;
  touch-action: pan-y;
}
.p-home__detail-viewport.is-blank-edge {
  cursor: default;
}
.p-home__detail-track {
  display: flex;
  box-sizing: content-box;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}
.is-dragging .p-home__detail-track {
  transition: none;
}
.p-home__detail-slide {
  flex: 0 0 min(1280px, 89vw);
  flex-shrink: 0;
  width: min(1280px, 89vw);
  aspect-ratio: 5/3;
  overflow: hidden;
  cursor: pointer;
}
.p-home__detail-slide.swiper-slide-active {
  cursor: grab;
}
.p-home__detail-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: inherit;
}
@media only screen and (max-width:540px) {
  .p-home__detail-slide {
    flex-basis: 89vw;
    width: 89vw;
  }
}
.p-home__detail-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 12%;
  background: transparent;
  cursor: pointer;
}
.p-home__detail-nav.swiper-button-disabled {
  cursor: default;
  pointer-events: none;
}
.p-home__detail-nav--prev {
  left: 0;
}
.p-home__detail-nav--next {
  right: 0;
}
.p-home__detail-body {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 8rem 0;
  text-align: center;
  background: #DFDAD1;
}
@media only screen and (max-width:540px) {
  .p-home__detail-body {
    padding: 4.5rem 5.5% calc(5.5rem + env(safe-area-inset-bottom, 0px));
  }
}
.p-home__detail-category {
  width: 66.1%;
  margin: 0 auto 1em;
  line-height: 2.2;
  letter-spacing: 0.08em;
  text-align: left;
}
@media only screen and (max-width:540px) {
  .p-home__detail-category {
    width: auto;
    margin-bottom: 1.5em;
    line-height: 2;
  }
}
.p-home__detail-category:empty {
  display: none;
}
.p-home__detail-text {
  width: 66.1%;
  margin: 0 auto;
  line-height: 2.2;
  letter-spacing: 0.08em;
  text-align: left;
}
@media only screen and (max-width:540px) {
  .p-home__detail-text {
    width: auto;
    line-height: 2;
  }
}
.p-home__detail-close {
  margin-top: 4.5rem;
  margin-bottom: -1.5rem;
  padding: 1.5rem 3rem;
  letter-spacing: 0.1em;
  color: #000;
  background: transparent;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
@media only screen and (max-width:540px) {
  .p-home__detail-close {
    margin-top: 2.8rem;
    margin-bottom: -1.2rem;
    padding: 1.2rem 2.4rem;
    font-size: 1.3rem;
  }
}
.p-home__profile {
  padding: 6rem 5.5% 12rem;
}
@media only screen and (max-width:540px) {
  .p-home__profile {
    padding-top: 4rem;
    padding-bottom: 8rem;
  }
}
.p-home__profile-inner {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 4rem;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
@media only screen and (max-width:912px) {
  .p-home__profile-inner {
    grid-template-columns: 180px 1fr;
  }
}
@media only screen and (max-width:540px) {
  .p-home__profile-inner {
    display: block;
  }
}
.p-home__profile-name {
  font-size: 1.6rem;
  line-height: 2.2;
}
@media only screen and (max-width:540px) {
  .p-home__profile-name {
    margin-bottom: 1em;
  }
}
.p-home__profile-body {
  line-height: 2.2;
  letter-spacing: 0.08em;
}
@media only screen and (max-width:540px) {
  .p-home__profile-body {
    line-height: 2;
  }
}
.p-home__profile-body p {
  margin: 0;
  white-space: pre-line;
}

body.is-gallery-focused .header,
body.is-gallery-focused footer,
body.is-gallery-focused .p-home__gallery-item {
  visibility: hidden;
}
body.is-gallery-focused .p-home__gallery-inner {
  overflow: visible;
}

.p-repair {
  padding: 0 5.5% 15rem;
}
@media only screen and (max-width:540px) {
  .p-repair {
    padding-bottom: 9rem;
  }
}
.p-repair__inner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
.p-repair__heading {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 4rem;
  margin: 0 0 10.4rem;
}
@media only screen and (max-width:912px) {
  .p-repair__heading {
    grid-template-columns: 180px 1fr;
  }
}
@media only screen and (max-width:540px) {
  .p-repair__heading {
    display: block;
    margin-bottom: 4rem;
  }
}
.p-repair__heading-title {
  white-space: nowrap;
  font-size: 2rem;
  line-height: 2;
}
@media only screen and (max-width:540px) {
  .p-repair__heading-title {
    font-size: 1.8rem;
    margin-bottom: 1em;
  }
}
.p-repair__heading-text {
  line-height: 2.2;
}
@media only screen and (max-width:540px) {
  .p-repair__heading-text {
    line-height: 2;
  }
}
.p-repair__heading-text a {
  text-decoration: underline;
  color: #458C9E;
}
.p-repair__list--sub {
  margin-top: 12rem;
}
@media only screen and (max-width:540px) {
  .p-repair__list--sub {
    margin-top: 8rem;
  }
}
.p-repair__list-item {
  list-style: none;
}
.p-repair__list-item + .p-repair__list-item {
  margin-top: 12rem;
}
@media only screen and (max-width:540px) {
  .p-repair__list-item + .p-repair__list-item {
    margin-top: 8rem;
  }
}
.p-repair__list-item-heading {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 3em;
  align-items: center;
}
@media only screen and (max-width:540px) {
  .p-repair__list-item-heading {
    display: block;
  }
}
.p-repair__list-item-img {
  grid-column: 1/5;
  aspect-ratio: 3/2;
  overflow: hidden;
}
@media only screen and (max-width:540px) {
  .p-repair__list-item-img {
    margin-bottom: 2em;
  }
}
.p-repair__list-item-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-repair__list-item-content {
  grid-column: 5/13;
}
.p-repair__list-item-title {
  margin-bottom: 1em;
  font-size: 2rem;
}
@media only screen and (max-width:540px) {
  .p-repair__list-item-title {
    font-size: 1.8rem;
  }
}
.p-repair__list-item-text {
  line-height: 2.2;
}
@media only screen and (max-width:540px) {
  .p-repair__list-item-text {
    line-height: 2;
  }
}
.p-repair__list-item-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3em;
  list-style: none;
}
@media only screen and (max-width:540px) {
  .p-repair__list-item-list {
    display: block;
  }
}
@media only screen and (max-width:540px) {
  .p-repair__list-item-list-item + .p-repair__list-item-list-item {
    margin-top: 4rem;
  }
}
.p-repair__list-item-list-item-title {
  font-size: 1.6rem;
  margin-bottom: 1.5em;
}
@media only screen and (max-width:540px) {
  .p-repair__list-item-list-item-title {
    margin-bottom: 1.2em;
  }
}
.p-repair__list-item-list-item-flex {
  display: flex;
  gap: 2.4em;
}
@media only screen and (max-width:540px) {
  .p-repair__list-item-list-item-flex {
    gap: 1.5em;
  }
}
.p-repair__list-item-list-item-img {
  flex: 1;
  aspect-ratio: 3/2;
  overflow: hidden;
}
@media only screen and (max-width:540px) {
  .p-repair__list-item-list-item-img {
    padding-top: 5px;
  }
}
.p-repair__list-item-list-item-img img {
  display: block;
  width: 100%;
  height: auto;
}
.p-repair__list-item-list-item-text {
  flex: 2;
  margin-top: -0.25em;
  font-size: 1.4rem;
  line-height: 2;
}
@media only screen and (max-width:540px) {
  .p-repair__list-item-list-item-text {
    line-height: 1.9;
  }
}

.p-guide {
  padding: 0 5.5% 15rem;
}
@media only screen and (max-width:540px) {
  .p-guide {
    padding-bottom: 9rem;
  }
}
.p-guide__inner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
.p-guide__heading {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 4rem;
  margin: 0 0 10.4rem;
}
@media only screen and (max-width:912px) {
  .p-guide__heading {
    grid-template-columns: 180px 1fr;
  }
}
@media only screen and (max-width:540px) {
  .p-guide__heading {
    display: block;
    margin-bottom: 8rem;
  }
}
.p-guide__heading-title {
  white-space: nowrap;
  font-size: 2rem;
  line-height: 2;
}
@media only screen and (max-width:540px) {
  .p-guide__heading-title {
    font-size: 1.8rem;
    margin-bottom: 1em;
  }
}
.p-guide__heading-lead-text {
  margin-bottom: 2.4em;
  line-height: 2.2;
}
@media only screen and (max-width:540px) {
  .p-guide__heading-lead-text {
    line-height: 2;
  }
}
.p-guide__heading-lead-pics {
  list-style: none;
  padding: 0;
}
@media only screen and (max-width:1024px) {
  .p-guide__heading-lead-pics {
    display: block;
  }
}
.p-guide__heading-lead-pics-item {
  display: flex;
  align-items: center;
  gap: 2em;
}
@media only screen and (max-width:540px) {
  .p-guide__heading-lead-pics-item {
    gap: 1.2em;
  }
}
.p-guide__heading-lead-pics-item + .p-guide__heading-lead-pics-item {
  margin-top: 2em;
}
@media only screen and (max-width:540px) {
  .p-guide__heading-lead-pics-item + .p-guide__heading-lead-pics-item {
    margin-top: 1.2em;
  }
}
.p-guide__heading-lead-pics-item-img {
  flex: 1;
}
.p-guide__heading-lead-pics-item-img img {
  display: block;
  width: 100%;
}
.p-guide__heading-lead-pics-item-text {
  flex: 2.5;
  line-height: 1.7;
}
@media only screen and (max-width:540px) {
  .p-guide__heading-lead-pics-item-text {
    flex: 1.3;
    font-size: 1.4rem;
  }
}
.p-guide__heading-lead a {
  text-decoration: underline;
  color: #458C9E;
}
@media only screen and (max-width:540px) {
  .p-guide__heading-lead {
    line-height: 2;
  }
}
.p-guide__flow {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 4rem;
  margin: 0 0 10.4rem;
}
@media only screen and (max-width:912px) {
  .p-guide__flow {
    grid-template-columns: 180px 1fr;
  }
}
@media only screen and (max-width:540px) {
  .p-guide__flow {
    display: block;
    margin-bottom: 8rem;
  }
}
.p-guide__flow-title {
  white-space: nowrap;
  font-size: 2rem;
  line-height: 2;
}
@media only screen and (max-width:540px) {
  .p-guide__flow-title {
    font-size: 1.8rem;
    margin-bottom: 1em;
  }
}
.p-guide__flow-content-list {
  margin-bottom: 2em;
  line-height: 2.2;
}
@media only screen and (max-width:540px) {
  .p-guide__flow-content-list {
    line-height: 2;
  }
}
.p-guide__flow-content-list-item + .p-guide__flow-content-list-item {
  margin-top: 2em;
}
.p-guide__flow-content-list-item-text {
  font-size: 1.4rem;
}
.p-guide__flow-content-list-item a {
  text-decoration: underline;
  color: #458C9E;
}
.p-guide__flow-content-note {
  line-height: 2;
  list-style: none;
}
.p-guide__flow-content-note-item-text {
  font-size: 1.4rem;
  padding-left: 1em;
  text-indent: -1em;
}
.p-guide__flow-content-note-item-text::before {
  content: "※ ";
}
.p-guide__price {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 4rem;
  margin: 0 0 10.4rem;
}
@media only screen and (max-width:912px) {
  .p-guide__price {
    grid-template-columns: 180px 1fr;
  }
}
@media only screen and (max-width:540px) {
  .p-guide__price {
    display: block;
    margin-bottom: 8rem;
  }
}
.p-guide__price-title {
  white-space: nowrap;
  font-size: 2rem;
  line-height: 2;
}
@media only screen and (max-width:540px) {
  .p-guide__price-title {
    font-size: 1.8rem;
    margin-bottom: 1em;
  }
}
.p-guide__price-content-text {
  margin-bottom: 2em;
  line-height: 2.2;
}
@media only screen and (max-width:540px) {
  .p-guide__price-content-text {
    line-height: 2;
  }
}
.p-guide__price-content-list {
  line-height: 2.2;
  list-style: none;
}
@media only screen and (max-width:540px) {
  .p-guide__price-content-list {
    line-height: 2;
  }
}
.p-guide__price-content-list-item-text {
  font-size: 1.4rem;
  padding-left: 1em;
  text-indent: -1em;
}
.p-guide__price-content-list-item-text::before {
  content: "・ ";
}
.p-guide__attention {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 4rem;
}
@media only screen and (max-width:912px) {
  .p-guide__attention {
    grid-template-columns: 180px 1fr;
  }
}
@media only screen and (max-width:540px) {
  .p-guide__attention {
    display: block;
  }
}
.p-guide__attention-title {
  white-space: nowrap;
  font-size: 2rem;
  line-height: 2;
}
@media only screen and (max-width:540px) {
  .p-guide__attention-title {
    font-size: 1.8rem;
    margin-bottom: 1em;
  }
}
.p-guide__attention-content-list {
  line-height: 2.2;
  list-style: none;
}
@media only screen and (max-width:540px) {
  .p-guide__attention-content-list {
    line-height: 2;
  }
}
.p-guide__attention-content-list-item + .p-guide__attention-content-list-item {
  margin-top: 1em;
}
.p-guide__attention-content-list-item-text {
  padding-left: 1em;
  text-indent: -1em;
}
.p-guide__attention-content-list-item-text::before {
  content: "・ ";
}

.p-contact {
  padding: 0 5.5% 15rem;
}
@media only screen and (max-width:540px) {
  .p-contact {
    padding-bottom: 9rem;
  }
}
.p-contact__inner {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 4rem;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width:912px) {
  .p-contact__inner {
    grid-template-columns: 180px 1fr;
  }
}
@media only screen and (max-width:540px) {
  .p-contact__inner {
    display: block;
  }
}
.p-contact__title {
  white-space: nowrap;
  font-size: 2rem;
  line-height: 2;
}
@media only screen and (max-width:540px) {
  .p-contact__title {
    font-size: 1.8rem;
    margin-bottom: 1em;
  }
}
.p-contact__content-text {
  margin-bottom: 4rem;
  line-height: 2.2;
}
@media only screen and (max-width:540px) {
  .p-contact__content-text {
    line-height: 2;
  }
}
.p-contact__content-text strong {
  font-weight: 600;
}
.p-contact__content-form .wpcf7 form {
  margin: 0;
}
.p-contact__content-form .wpcf7 form.sent .wpcf7-response-output {
  color: #000;
}
.p-contact__content-form .wpcf7 .wpcf7-not-valid-tip {
  margin-top: 1em;
  color: #BD1010;
  font-size: 1.4rem;
}
.p-contact__content-form .wpcf7 .wpcf7-response-output {
  margin: 2rem 0 0;
  padding: 1.2rem 1.6rem;
  border: none;
  border-radius: 0.4rem;
  color: #BD1010;
  line-height: 1.8;
  text-align: center;
}
@media only screen and (max-width:540px) {
  .p-contact__content-form .wpcf7 .wpcf7-response-output {
    margin: 0;
    padding: 0 5%;
  }
}
.p-contact__form-row + .p-contact__form-row {
  margin-top: 2.8rem;
}
.p-contact__form-row--2col {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.4rem 3.2rem;
}
@media only screen and (max-width:540px) {
  .p-contact__form-row--2col {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
}
.p-contact__form-field {
  display: flex;
  flex-direction: column;
}
.p-contact__form-label {
  display: block;
  margin: 0 0 1rem;
  font-size: 1.6rem;
  line-height: 1.6;
}
.p-contact__form-required {
  color: #BD1010;
}
.p-contact__form-note {
  margin-top: 0.8rem;
  color: rgba(0, 0, 0, 0.6);
  font-size: 1.4rem;
  line-height: 1.8;
}
.p-contact__form-acceptance {
  margin-top: 3.2rem;
  text-align: center;
}
.p-contact__form-acceptance .wpcf7-list-item {
  margin: 0;
}
.p-contact__form-acceptance-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  cursor: pointer;
}
.p-contact__form-acceptance .wpcf7-list-item-label {
  font-size: 1.6rem;
  line-height: 1.6;
  cursor: pointer;
}
.p-contact__form-acceptance input[type=checkbox] {
  flex-shrink: 0;
  width: 1.6rem;
  height: 1.6rem;
  margin: 0;
  accent-color: #458C9E;
  vertical-align: middle;
  cursor: pointer;
}
.p-contact__form-policy-link {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
@media (hover: hover) and (pointer: fine) {
  .p-contact__form-policy-link:hover {
    opacity: 0.7;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .p-contact__form-policy-link:hover {
    opacity: 0.7;
  }
}
.p-contact__form-submit {
  margin-top: 3.2rem;
}
.p-contact__form-submit .wpcf7-spinner {
  display: block;
  margin: 1.2rem auto 0;
}
.p-contact__form-submit .wpcf7-submit {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 1.6rem 2rem;
  border: none;
  border-radius: 0.4rem;
  background: #000;
  color: #FFF;
  font-family: inherit;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .p-contact__form-submit .wpcf7-submit:hover {
    opacity: 0.85;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .p-contact__form-submit .wpcf7-submit:hover {
    opacity: 0.85;
  }
}
.p-contact__form-submit .wpcf7-submit:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.p-contact__form input[type=text],
.p-contact__form input[type=email],
.p-contact__form input[type=tel],
.p-contact__form input[type=file],
.p-contact__form select,
.p-contact__form textarea {
  width: 100%;
  padding: 1.2rem 1.6rem;
  border: none;
  border-radius: 0.4rem;
  background: rgba(255, 255, 255, 0.55);
  color: #000;
  font-family: inherit;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.p-contact__form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 3.6rem;
  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 fill='%23000' d='M6 8 0 0h12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1.6rem center;
  background-size: 1rem auto;
  cursor: pointer;
}
.p-contact__form textarea {
  min-height: 16rem;
  resize: vertical;
}
.p-contact__form input[type=file] {
  padding: 1rem 1.6rem;
  cursor: pointer;
}
.p-contact__form input[type=file]::file-selector-button {
  margin-right: 1.2rem;
  padding: 0.6rem 1.2rem;
  border: none;
  border-radius: 0.3rem;
  background: rgba(0, 0, 0, 0.08);
  color: #000;
  font-family: inherit;
  font-size: 1.4rem;
  cursor: pointer;
}

.p-policy {
  padding: 0 5.5% 15rem;
}
@media only screen and (max-width:540px) {
  .p-policy {
    padding-bottom: 9rem;
  }
}
.p-policy__inner {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 4rem;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width:540px) {
  .p-policy__inner {
    display: block;
  }
}
.p-policy__title {
  white-space: nowrap;
  font-size: 2rem;
  line-height: 2;
}
@media only screen and (max-width:540px) {
  .p-policy__title {
    font-size: 1.8rem;
    margin-bottom: 1em;
  }
}
.p-policy__content-intro {
  margin-bottom: 4rem;
  line-height: 2.2;
}
@media only screen and (max-width:540px) {
  .p-policy__content-intro {
    line-height: 2;
  }
}
.p-policy__content-section + .p-policy__content-section {
  margin-top: 4rem;
}
.p-policy__content-section-title {
  margin-bottom: 1.2em;
  font-size: 1.6rem;
  line-height: 1.8;
}
.p-policy__content-section-body {
  line-height: 2.2;
}
@media only screen and (max-width:540px) {
  .p-policy__content-section-body {
    line-height: 2;
  }
}
.p-policy__content-section-body p + p {
  margin-top: 1.2em;
}
.p-policy__content-section-body a {
  text-decoration: underline;
  color: #458C9E;
}
.p-policy__content-section-list {
  margin-top: 1.2em;
  list-style: none;
}
.p-policy__content-section-list-item {
  font-size: 1.4rem;
  padding-left: 1em;
  text-indent: -1em;
}
.p-policy__content-section-list-item::before {
  content: "・ ";
}
.p-policy__content-section-date {
  margin-top: 2em;
  font-size: 1.4rem;
}/*# sourceMappingURL=style.css.map */