body {
  font-family: "Noto Sans JP", sans-serif;
  color: #2B2B2B;
  background: #FBFAF5;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 2.0833333333vw;
  }
}
@media screen and (max-width: 480px) {
  body {
    font-size: 3.7333333333vw;
  }
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background: #FBFAF5 url("../img/bg_fixed.png") no-repeat center center;
  background-size: cover;
  height: 100lvh;
  pointer-events: none;
}
@media screen and (max-width: 480px) {
  body::before {
    background-image: url("../img/bg_fixed_sp.png");
  }
}

.u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

:focus-visible {
  outline: 3px solid #A22041;
  outline-offset: 2px;
}

html {
  scroll-padding-top: 110px;
  scroll-padding-bottom: 70px;
}
@media screen and (max-width: 480px) {
  html {
    scroll-padding-top: 21.3333333333vw;
    scroll-padding-bottom: 16vw;
  }
}

.c-skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1100;
  padding: 12px 20px;
  background: #FFFFFC;
  color: #2B2B2B;
  font-size: 14px;
  text-decoration: underline;
  border: 1px solid #2B2B2B;
  border-radius: 4px;
  transform: translateY(-200%);
}
.c-skip-link:focus {
  transform: translateY(0);
}

.c-motion-toggle {
  position: fixed;
  right: 12px;
  bottom: 12px;
  z-index: 90;
  min-height: 44px;
  padding: 10px 18px;
  background: #FFFFFC;
  color: #2B2B2B;
  border: 1px solid #2B2B2B;
  border-radius: 999px;
  font-size: 13px;
  line-height: 1.4;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .c-motion-toggle {
    right: 2.6666666667vw;
    bottom: 2.6666666667vw;
    padding: 2.1333333333vw 3.7333333333vw;
    font-size: 2.9333333333vw;
  }
}

@media screen and (max-width: 480px) {
  .is-hidden-sd {
    display: none;
  }
}

.is-visible-sd {
  display: none;
}
@media screen and (max-width: 480px) {
  .is-visible-sd {
    display: inherit;
  }
}

.c-title__lv2 {
  font-size: 60px;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 18px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .c-title__lv2 {
    font-size: 5.859375vw;
  }
}
@media screen and (max-width: 480px) {
  .c-title__lv2 {
    font-size: 6.4vw;
  }
}
.c-title__lv2 .c-title__sub {
  display: block;
  font-size: 20px;
  font-family: "Radley", serif;
  color: #A22041;
  letter-spacing: 2px;
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .c-title__lv2 .c-title__sub {
    font-size: 1.953125vw;
    margin-top: 2.9296875vw;
  }
}
@media screen and (max-width: 480px) {
  .c-title__lv2 .c-title__sub {
    font-size: 3.2vw;
  }
}

.c-title__lv3 {
  font-size: 30px;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 1.8px;
  font-weight: 500;
}
@media screen and (max-width: 1280px) {
  .c-title__lv3 {
    font-size: 2.34375vw;
  }
}
@media screen and (max-width: 480px) {
  .c-title__lv3 {
    font-size: 5.3333333333vw;
  }
}
.c-title__lv3 .small {
  font-size: 20px;
}
@media screen and (max-width: 1024px) {
  .c-title__lv3 .small {
    font-size: 1.953125vw;
  }
}
@media screen and (max-width: 480px) {
  .c-title__lv3 .small {
    display: block;
    font-size: 4vw;
  }
}
.c-title__lv3 .c-title__sub {
  display: block;
  font-size: 16px;
  font-family: "Radley", serif;
  color: #A22041;
  letter-spacing: 1.6px;
  font-weight: 400;
  margin-top: 8px;
}
@media screen and (max-width: 480px) {
  .c-title__lv3 .c-title__sub {
    font-size: 2.9333333333vw;
  }
}

.c-btn {
  display: inline-block;
  padding: 20px 50px;
  background: #745399;
  color: #FFFFFC;
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  text-decoration: none;
  border-radius: 5px;
  corner-shape: scoop;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 480px) {
  .c-btn {
    display: block;
    padding: 5.3333333333vw 8vw;
    font-size: 4vw;
    text-align: center;
  }
}
.c-btn:hover {
  background: #2B2B2B;
  color: #FFFFFC;
}
.c-btn span {
  position: relative;
}
.c-btn span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: url("../img/icon_blank_white.svg") no-repeat center center;
}

.animate-fade-in {
  opacity: 0;
  transition: opacity 0.8s ease;
}
.animate-fade-in.is-inview {
  opacity: 1;
}

.animate-fade-up {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.animate-fade-up.is-inview {
  opacity: 1;
  transform: translateY(0);
}

.animate-blur-in {
  opacity: 0;
  filter: blur(12px);
  transition: opacity 1s ease, filter 1s ease;
}
.animate-blur-in.is-inview {
  opacity: 1;
  filter: blur(0);
}

@media (prefers-reduced-motion: reduce) {
  .scroll,
  .p-intro__pht-list.animate-fade-in .p-intro__pht-list__item {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
  }
}
body.is-loading {
  overflow: hidden;
}

.p-loading {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FBFAF5 url("../img/bg_fixed.png") no-repeat center center;
  background-size: cover;
  height: 100lvh;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}
@media screen and (max-width: 480px) {
  .p-loading {
    background-image: url("../img/bg_fixed_sp.png");
  }
}

.p-loading__inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: flex-start;
  gap: 0 50px;
}
@media screen and (max-width: 1024px) {
  .p-loading__inner {
    gap: 0 4.8828125vw;
  }
}
@media screen and (max-width: 480px) {
  .p-loading__inner {
    gap: 0 8vw;
  }
}

.p-loading__copy1,
.p-loading__copy2 {
  opacity: 0;
  transform: translateY(20px);
  animation: loading-copy-in 1s ease forwards;
}
.p-loading__copy1 img,
.p-loading__copy2 img {
  display: block;
  width: auto;
}

.p-loading__copy1 {
  animation-delay: 0.2s;
}
.p-loading__copy1 img {
  height: 450px;
}
@media screen and (max-width: 1024px) {
  .p-loading__copy1 img {
    height: 43.9453125vw;
  }
}
@media screen and (max-width: 480px) {
  .p-loading__copy1 img {
    height: 73.3333333333vw;
  }
}

.p-loading__copy2 {
  animation-delay: 0.7s;
}
.p-loading__copy2 img {
  height: 500px;
}
@media screen and (max-width: 1024px) {
  .p-loading__copy2 img {
    height: 48.828125vw;
  }
}
@media screen and (max-width: 480px) {
  .p-loading__copy2 img {
    height: 69.3333333333vw;
  }
}

@keyframes loading-copy-in {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.p-mv__slider {
  opacity: 0;
  transition: opacity 1.8s ease-out 0.3s;
}

.p-mv__copy-1,
.p-mv__copy-2 {
  opacity: 0;
  transition: opacity 1.8s ease-out 1s;
}

body.is-loaded .p-loading {
  opacity: 0;
  visibility: hidden;
}
body.is-loaded .p-mv__slider,
body.is-loaded .p-mv__copy-1,
body.is-loaded .p-mv__copy-2,
body.is-loaded .l-header {
  opacity: 1;
}

.no-js .p-loading {
  display: none;
}
.no-js .p-mv__slider,
.no-js .p-mv__copy-1,
.no-js .p-mv__copy-2,
.no-js .l-header {
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .p-loading {
    display: none;
  }
  .p-loading__copy1,
  .p-loading__copy2 {
    opacity: 1;
    transform: none;
    animation: none;
  }
  .p-mv__slider,
  .p-mv__copy-1,
  .p-mv__copy-2,
  .l-header {
    opacity: 1 !important;
    transition: none !important;
  }
}
.l-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 50px;
  opacity: 0;
  transition: background 0.3s ease, box-shadow 0.3s ease, opacity 1.8s ease-out 2.1s;
}
@media screen and (max-width: 480px) {
  .l-header {
    position: fixed;
    padding: 3.2vw 5.3333333333vw;
  }
}
.l-header.is-fixed {
  position: fixed;
  background: rgba(251, 250, 245, 0.8);
  animation: header-slide-down 0.4s ease;
}

@keyframes header-slide-down {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.p-header__logo {
  width: 400px;
}
@media screen and (max-width: 1024px) {
  .p-header__logo {
    width: 39.0625vw;
  }
}
@media screen and (max-width: 480px) {
  .p-header__logo {
    position: relative;
    z-index: 30;
    width: 70.6666666667vw;
  }
}
.p-header__logo .p-header__link {
  display: block;
}
.p-header__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.p-header__menu-btn {
  display: none;
}
@media screen and (max-width: 480px) {
  .p-header__menu-btn {
    display: block;
    position: relative;
    z-index: 30;
    width: 8vw;
    height: 5.3333333333vw;
    padding: 0;
    background: transparent;
    border: none;
    cursor: pointer;
    margin-top: -20px;
  }
}
@media screen and (max-width: 480px) {
  .p-header__menu-btn .p-header__menu-btn__line {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #2B2B2B;
    border-radius: 2px;
    transition: all 0.3s ease;
  }
  .p-header__menu-btn .p-header__menu-btn__line:nth-child(1) {
    top: 0;
  }
  .p-header__menu-btn .p-header__menu-btn__line:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
    width: 65%;
    left: auto;
    right: 0;
  }
  .p-header__menu-btn .p-header__menu-btn__line:nth-child(3) {
    bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .p-header__menu-btn .p-header__menu-btn__text {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 3.2vw;
    color: #2B2B2B;
    font-family: "Radley", serif;
  }
}

.overlay {
  display: none;
}
@media screen and (max-width: 480px) {
  .overlay {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 20;
    background: #FBFAF5;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
  }
}

@media screen and (max-width: 480px) {
  .p-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 25;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
  }
}

.p-nav__list {
  display: flex;
  align-items: center;
  gap: 0 40px;
  margin-right: 13.8888888889vw;
}
@media screen and (max-width: 1280px) {
  .p-nav__list {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .p-nav__list {
    flex-direction: column;
    gap: 9.6vw 0;
  }
}

.p-nav__link {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  letter-spacing: 1px;
  color: #2B2B2B;
  text-decoration: none;
  transition: color 0.3s ease;
}
.p-nav__link:hover {
  color: #A22041;
}
@media screen and (max-width: 480px) {
  .p-nav__link {
    font-size: 5.8666666667vw;
  }
}

@media screen and (max-width: 480px) {
  body.is-nav-open {
    overflow: hidden;
  }
  body.is-nav-open .overlay {
    opacity: 1;
    visibility: visible;
  }
  body.is-nav-open .p-nav {
    opacity: 1;
    visibility: visible;
  }
  body.is-nav-open .p-header__menu-btn__line:nth-child(1) {
    top: 50%;
    transform: translateY(-50%) rotate(30deg);
  }
  body.is-nav-open .p-header__menu-btn__line:nth-child(2) {
    opacity: 0;
  }
  body.is-nav-open .p-header__menu-btn__line:nth-child(3) {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%) rotate(-30deg);
  }
}

.p-mv {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100svh;
  min-height: 600px;
  overflow: hidden;
  --mv-image-top: 9.0277777778vw;
  --mv-image-gap: 2.7777777778vw;
  --mv-image-space: calc(100svh - var(--mv-image-top) - var(--mv-image-gap));
}
@media screen and (max-width: 1024px) {
  .p-mv {
    height: auto;
    min-height: 0;
    padding: 8.7890625vw 0 5.859375vw;
  }
}
@media screen and (max-width: 480px) {
  .p-mv {
    padding: 24vw 0 16vw;
  }
}

.p-mv__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .p-mv__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    column-gap: 8vw;
    padding: 0 5.3333333333vw;
  }
}

.p-mv__copy-1 {
  position: absolute;
  z-index: 10;
  top: var(--mv-image-top);
  right: 0;
}
@media screen and (max-width: 1024px) {
  .p-mv__copy-1 {
    position: static;
    order: 2;
  }
}
.p-mv__copy-1 img {
  display: block;
  width: auto;
  height: min(635px, var(--mv-image-space) * 0.84);
}
@media screen and (max-width: 1024px) {
  .p-mv__copy-1 img {
    height: 62.01171875vw;
  }
}
@media screen and (max-width: 480px) {
  .p-mv__copy-1 img {
    height: 73.3333333333vw;
  }
}

.p-mv__copy-2 {
  position: absolute;
  z-index: 10;
  top: var(--mv-image-top);
  left: 0;
}
@media screen and (max-width: 1024px) {
  .p-mv__copy-2 {
    position: static;
    order: 1;
  }
}
.p-mv__copy-2 img {
  display: block;
  width: auto;
  height: min(500px, var(--mv-image-space));
}
@media screen and (max-width: 1024px) {
  .p-mv__copy-2 img {
    height: 48.828125vw;
  }
}
@media screen and (max-width: 480px) {
  .p-mv__copy-2 img {
    height: 69.3333333333vw;
  }
}

.p-mv__slider {
  position: absolute;
  top: var(--mv-image-top);
  right: 0;
  left: 0;
  z-index: 0;
  width: calc(min(41.6666666667vw, var(--mv-image-space)) * 1.5);
  height: min(41.6666666667vw, var(--mv-image-space));
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .p-mv__slider {
    position: relative;
    inset: auto;
    width: 100%;
    height: 58.59375vw;
    margin: 3.90625vw auto;
  }
}
@media screen and (max-width: 480px) {
  .p-mv__slider {
    height: 58.6666666667vw;
    margin: 0 0 10.6666666667vw;
  }
}

.p-mv__slider__item {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow: hidden;
  border-radius: 10px;
  corner-shape: scoop;
  transition: opacity 6s ease-in-out;
}
.p-mv__slider__item.is-active {
  opacity: 1;
}
.p-mv__slider__item.is-active img {
  transform: scale(1);
  transition: transform 6s ease-out;
}
.p-mv__slider__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  corner-shape: scoop;
  transform: scale(1.15);
  transition: transform 0s 6s;
}
@media screen and (max-width: 480px) {
  .p-mv__slider__item img {
    object-fit: contain;
  }
}
@media (prefers-reduced-motion: reduce) {
  .p-mv__slider__item {
    transition: none;
  }
  .p-mv__slider__item img, .p-mv__slider__item.is-active img {
    transform: none;
    transition: none;
  }
}

.p-intro {
  position: relative;
  margin-top: 100px;
}
@media screen and (max-width: 480px) {
  .p-intro {
    overflow-x: clip;
    overflow-y: visible;
  }
}

.marquee {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  display: flex;
  white-space: nowrap;
  overflow: hidden;
  gap: 1rem;
  font-size: 13.8888888889vw;
  color: #745399;
  font-family: "Radley", serif;
}
@media screen and (max-width: 1024px) {
  .marquee {
    font-size: 19.53125vw;
    top: 12.6953125vw;
  }
}
@media screen and (max-width: 480px) {
  .marquee {
    top: 0;
    left: 100%;
    right: auto;
    width: max-content;
    overflow: visible;
    z-index: -1;
    transform-origin: left top;
    transform: rotate(90deg) translateY(-35px);
    font-size: 21.3333333333vw;
  }
  .marquee .marquee-inner:nth-child(2) {
    display: none;
  }
}

.p-intro__inner {
  position: relative;
  z-index: 1;
}

.p-intro__text-area {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 0 50px;
  max-width: 1240px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .p-intro__text-area {
    flex-wrap: wrap;
    gap: 8vw 0;
  }
}

.p-intro__title {
  flex: 0 1 25%;
  position: relative;
  font-size: 40px;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 12px;
}
@media screen and (max-width: 1024px) {
  .p-intro__title {
    flex: 0 1 100%;
    font-size: 5.8666666667vw;
    padding-left: 5.3333333333vw;
  }
}
.p-intro__title:after {
  content: "";
  position: absolute;
  top: 20px;
  right: 0;
  width: 100px;
  height: 1px;
  background: #2B2B2B;
}
@media screen and (max-width: 1024px) {
  .p-intro__title:after {
    top: 2.9333333333vw;
    right: auto;
    left: 40%;
    width: 80px;
  }
}

.p-intro__lead {
  flex: 0 1 60%;
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  color: #FFFFFC;
}
@media screen and (max-width: 1024px) {
  .p-intro__lead {
    flex: 0 1 100%;
    font-size: 1.953125vw;
    margin-left: 5.859375vw;
  }
}
@media screen and (max-width: 480px) {
  .p-intro__lead {
    font-size: 4.2666666667vw;
    line-height: 2.4;
    margin-left: 16vw;
  }
}
.p-intro__lead span {
  display: inline-block;
  padding: 12px;
  background: #2B2B2B;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .p-intro__lead span {
    display: inline;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    padding: 1.6vw 2.6666666667vw;
    margin-bottom: 0;
  }
}

.p-intro__pht-list {
  display: grid;
  grid-template-columns: 280fr 468fr 280fr;
  justify-content: end;
  align-items: start;
  gap: 0 13px;
  max-width: 1055px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 480px) {
  .p-intro__pht-list {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 42.6666666667vw 42.6666666667vw;
    align-items: stretch;
    justify-content: center;
    gap: 3.4666666667vw;
    margin-top: 10.6666666667vw;
  }
}

.p-intro__pht-list__item img {
  width: 100%;
  height: auto;
}
.p-intro__pht-list__item:nth-of-type(2) {
  margin-top: 200px;
}
.p-intro__pht-list__item:nth-of-type(3) {
  margin-top: 120px;
}
@media screen and (max-width: 480px) {
  .p-intro__pht-list__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p-intro__pht-list__item:nth-of-type(1) {
    grid-column: 1;
    grid-row: 1/3;
    height: 70%;
  }
  .p-intro__pht-list__item:nth-of-type(2) {
    margin-top: 0;
    grid-column: 2;
    grid-row: 1;
    width: 70%;
    margin-top: 26.6666666667vw;
  }
  .p-intro__pht-list__item:nth-of-type(3) {
    margin-top: 0;
    grid-column: 2;
    grid-row: 2;
  }
}

.p-intro__pht-list.animate-fade-in {
  opacity: 1;
  transition: none;
}
.p-intro__pht-list.animate-fade-in .p-intro__pht-list__item {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.p-intro__pht-list.animate-fade-in .p-intro__pht-list__item:nth-child(1) {
  transition-delay: 0s;
}
.p-intro__pht-list.animate-fade-in .p-intro__pht-list__item:nth-child(2) {
  transition-delay: 0.15s;
}
.p-intro__pht-list.animate-fade-in .p-intro__pht-list__item:nth-child(3) {
  transition-delay: 0.3s;
}
.p-intro__pht-list.animate-fade-in.is-inview .p-intro__pht-list__item {
  opacity: 1;
  transform: translateY(0);
}

.p-services {
  margin-top: 120px;
}
@media screen and (max-width: 480px) {
  .p-services {
    margin-top: 16vw;
  }
}

.p-service__contents {
  position: relative;
  margin-top: 60px;
}
@media screen and (max-width: 480px) {
  .p-service__contents {
    margin-top: 8vw;
  }
}
.p-service__contents .p-service__contents__pic {
  width: 69.4444444444%;
}
@media screen and (max-width: 480px) {
  .p-service__contents .p-service__contents__pic {
    width: 95%;
  }
}
.p-service__contents:nth-of-type(2n-1) .p-service__contents__pic {
  margin: 0 0 0 auto;
}
.p-service__contents:nth-of-type(2n-1) .p-service__contents__abst {
  margin-left: 5.5555555556%;
  margin-right: auto;
}
@media screen and (max-width: 480px) {
  .p-service__contents:nth-of-type(2n-1) .p-service__contents__abst {
    margin-left: auto;
    margin-right: auto;
  }
}
.p-service__contents:nth-of-type(2n) .p-service__contents__pic {
  margin: 0 auto 0 0;
}
.p-service__contents:nth-of-type(2n) .p-service__contents__abst {
  margin-right: 5.5555555556%;
  margin-left: auto;
}
@media screen and (max-width: 480px) {
  .p-service__contents:nth-of-type(2n) .p-service__contents__abst {
    margin-left: auto;
    margin-right: auto;
  }
}

.p-service__contents__abst {
  position: relative;
  z-index: 1;
  padding: 60px;
  background: #FFFFFC;
  width: 630px;
  max-width: 630px;
  margin-top: -100px;
}
@media screen and (max-width: 1024px) {
  .p-service__contents__abst {
    width: 58.59375%;
    margin-top: -px2vw(100, 1024);
  }
}
@media screen and (max-width: 480px) {
  .p-service__contents__abst {
    width: 85%;
    margin-top: -5.3333333333vw;
    padding: 6.4vw;
  }
}
.p-service__contents__abst .c-btn {
  margin-top: 40px;
}
@media screen and (max-width: 480px) {
  .p-service__contents__abst .c-btn {
    margin: 5.3333333333vw auto 0;
  }
}

.p-service__contents__abst__text {
  margin-top: 40px;
  color: #595857;
  line-height: 2;
}
@media screen and (max-width: 480px) {
  .p-service__contents__abst__text {
    margin-top: 5.3333333333vw;
    line-height: 1.8;
    font-size: 3.7333333333vw;
  }
}

.p-about {
  margin-top: 120px;
}
@media screen and (max-width: 480px) {
  .p-about {
    margin-top: 16vw;
  }
}

.p-about__inner {
  max-width: 1040px;
  margin: 0 auto 120px;
}
@media screen and (max-width: 768px) {
  .p-about__inner {
    max-width: 90%;
  }
}
@media screen and (max-width: 480px) {
  .p-about__inner {
    margin: 0 auto 10.6666666667vw;
  }
}

.p-about__contents {
  margin-top: 60px;
  border-top: 1px solid #E9E4D4;
}
@media screen and (max-width: 480px) {
  .p-about__contents {
    margin-top: 10.6666666667vw;
  }
}

.p-about__contents__list {
  display: flex;
  flex-wrap: nowrap;
  font-size: 18px;
  padding: 20px;
  border-bottom: 1px solid #E9E4D4;
}
@media screen and (max-width: 480px) {
  .p-about__contents__list {
    flex-wrap: wrap;
    font-size: 3.7333333333vw;
    padding: 5.3333333333vw 0;
  }
}

.p-about__contents__list__title {
  flex: 0 1 20%;
  font-weight: 700;
  padding: 20px 0;
}
@media screen and (max-width: 480px) {
  .p-about__contents__list__title {
    flex: 0 1 100%;
    padding: 0;
    margin-bottom: 2.1333333333vw;
  }
}

.p-about__contents__list__desc {
  flex: 0 1 80%;
  padding: 20px 0;
}
@media screen and (max-width: 480px) {
  .p-about__contents__list__desc {
    flex: 0 1 100%;
    padding: 0;
  }
}

.p-about__contents__list__desc__list {
  list-style: disc;
  margin-left: 1em;
}

.p-about__contents__list__desc__tel {
  margin-top: 20px;
}
@media screen and (max-width: 480px) {
  .p-about__contents__list__desc__tel {
    margin-top: 2.6666666667vw;
  }
}
.p-about__contents__list__desc__tel span {
  display: inline-block;
}
.p-about__contents__list__desc__tel span:first-of-type {
  margin-right: 60px;
}
@media screen and (max-width: 480px) {
  .p-about__contents__list__desc__tel span:first-of-type {
    margin-right: 5.3333333333vw;
  }
}

.p-about__contents__list__map {
  margin: 20px 0;
}
@media screen and (max-width: 480px) {
  .p-about__contents__list__map {
    margin: 2.6666666667vw 0;
  }
}

iframe[src*="google.com/maps/embed"] {
  width: 100%;
  aspect-ratio: 16/9;
}

.l-footer {
  padding: 80px 80px 40px;
  background: #F8F4E6;
}
@media screen and (max-width: 480px) {
  .l-footer {
    padding: 16vw 5.3333333333vw 8vw;
  }
}

.p-footer__logo {
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .p-footer__logo {
    margin-bottom: 9.3333333333vw;
  }
}

.p-footer__info {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 1024px) {
  .p-footer__info {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 1024px) {
  .p-footer__info__left {
    width: 100%;
    margin-bottom: 30px;
  }
}

.p-footer__info__text {
  font-size: 14px;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .p-footer__info__text {
    font-size: 3.2vw;
  }
}

.p-footer__info__contact {
  font-size: 13px;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 480px) {
  .p-footer__info__contact {
    font-size: 3.2vw;
  }
}
.p-footer__info__contact .tel {
  font-size: 20px;
  margin-right: 60px;
}
@media screen and (max-width: 480px) {
  .p-footer__info__contact .tel {
    font-size: 4.2666666667vw;
    margin-bottom: 2.1333333333vw;
  }
}
.p-footer__info__contact .mail a {
  font-size: 14px;
  color: #2B2B2B;
  text-decoration: underline;
}
@media screen and (max-width: 480px) {
  .p-footer__info__contact .mail a {
    font-size: 3.2vw;
  }
}

@media screen and (max-width: 1024px) {
  .p-footer__info__link {
    width: 100%;
  }
}

.p-footer__info__link__list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  gap: 0 40px;
}
@media screen and (max-width: 480px) {
  .p-footer__info__link__list {
    gap: 0 8vw;
  }
}
.p-footer__info__link__list li a {
  position: relative;
  font-size: 14px;
  color: #2B2B2B;
  text-decoration: underline;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 480px) {
  .p-footer__info__link__list li a {
    font-size: 3.2vw;
  }
}

.p-footer__copyright {
  margin-top: 60px;
  text-align: center;
  font-size: 12px;
  color: #595857;
  font-family: "Noto Serif JP", serif;
  padding-top: 24px;
  border-top: 1px solid #E9E4D4;
}
@media screen and (max-width: 480px) {
  .p-footer__copyright {
    margin-top: 5.3333333333vw;
    font-size: 2.6666666667vw;
    padding-top: 5.3333333333vw;
  }
}/*# sourceMappingURL=style.css.map */