@charset "UTF-8";
:root {
  --headerHeight: 60px;
  --footerMargin: 8rem;
  --color_bodytxt: #113a57;
  --color_gray01: #5c7783;
  --color_lightGray01: #a2b1b9;
  --color_orange01: #ee8e41;
  --color_orange02: #D97A32;
  --color0beige01: #F9F7F3;
  --colorRed01: #b2272d;
  --zenKakuGothic: "Zen Kaku Gothic New", sans-serif;
  --notoGothic: "Noto Sans JP", sans-serif;
  --contentsPadding: 1.5rem;
  --headerBg: white;
}
@media screen and (min-width: 980px) {
  :root {
    --headerHeight: 92px;
  }
}
@media screen and (min-width: 767px) {
  :root {
    --contentsPadding: 2.5rem;
  }
}

html:has(.is-menuOpen) {
  overflow: hidden;
  scrollbar-gutter: stable;
}

body {
  color: var(--color_bodytxt);
  font-size: 0.9375rem;
  line-height: 2;
  line-break: strict;
}
@media screen and (min-width: 767px) {
  body {
    font-size: 1rem;
  }
}

/*img {
	image-rendering: -webkit-optimize-contrast;
}*/
label {
  cursor: pointer;
}

picture {
  display: block;
}

figure {
  margin: 0;
}

input,
select,
button,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  font-weight: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  border-radius: 0;
  border: none;
}
input:focus:not(:focus-visible),
select:focus:not(:focus-visible),
button:focus:not(:focus-visible),
textarea:focus:not(:focus-visible) {
  outline: 0;
}

select::-ms-expand {
  display: none;
}

button,
input[type=submit],
select,
input[type=button] {
  cursor: pointer;
}
@media (any-hover: hover) {
  button,
  input[type=submit],
  select,
  input[type=button] {
    transition: opacity 0.3s;
  }
  button:hover,
  input[type=submit]:hover,
  select:hover,
  input[type=button]:hover {
    opacity: 0.6;
  }
}

/* link
--------------------------------------------------*/
a {
  color: inherit;
}
a:link, a:visited, aa:hover, a:active {
  color: inherit;
}
@media screen and (min-width: 767px) {
  a[href^="tel:"] {
    display: inline-block;
    pointer-events: none;
  }
}

/* --------------------------------------------------
l-header
-------------------------------------------------- */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--headerHeight);
  z-index: 10001;
  background: var(--headerBg);
}
.l-header *,
.l-header *:before,
.l-header *:after {
  box-sizing: border-box;
}

.l-header__inner {
  height: 100%;
  position: relative;
}
@media screen and (min-width: 980px) {
  .l-header__inner {
    width: min(100%, 1280px);
    padding-inline: 40px;
    margin-inline: auto;
  }
}

.l-header__logo {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 24px;
  width: 141px;
  aspect-ratio: 283/70;
}
@media screen and (min-width: 980px) {
  .l-header__logo {
    width: min(17.578125vw, 225px);
    left: min(7.8125vw, 100px);
  }
}
.l-header__logo a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 0;
}
@media (any-hover: hover) {
  .l-header__logo a {
    transition: opacity 0.3s;
  }
  .l-header__logo a:hover {
    opacity: 0.6;
  }
}

.l-mainMenu {
  display: none;
}
@media screen and (min-width: 980px) {
  .l-mainMenu {
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    right: min(26.5625vw, 340px);
    display: flex;
    gap: min(1.796875vw, 23px);
  }
}

.l-mainMenu__item a {
  position: relative;
  padding-block: 10px;
  font-weight: 600;
  font-size: min(1.25vw, 16px);
  letter-spacing: 0.03em;
  text-align: center;
  line-height: 1;
}
.l-mainMenu__item a::before {
  content: "";
  background: var(--color_bodytxt);
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
  height: 1px;
  transform: scale(0, 1);
  transform-origin: right top;
}
@media (any-hover: hover) {
  .l-mainMenu__item a::before {
    transition: transform 0.3s;
  }
  .l-mainMenu__item a:hover {
    text-decoration: none;
  }
  .l-mainMenu__item a:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}

.l-headerTelPc {
  display: none;
}
@media screen and (min-width: 980px) {
  .l-headerTelPc {
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    right: min(3.125vw, 40px);
    width: min(21.875vw, 280px);
    height: min(4.453125vw, 57px);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: min(0.78125vw, 10px);
    text-align: center;
  }
}

.l-headerTelPc__num {
  position: relative;
  display: block;
  font-weight: 500;
  font-size: min(2.34375vw, 30px);
  letter-spacing: 0.03em;
  line-height: 1;
  padding-left: min(2.34375vw, 30px);
  width: fit-content;
  margin-inline: auto;
}
.l-headerTelPc__num::before {
  content: "";
  position: absolute;
  top: 60%;
  translate: 0 -50%;
  left: 0;
  width: min(1.5625vw, 20px);
  aspect-ratio: 1/1;
  background: url(../img/common/icn_tel01.svg) no-repeat center center/contain;
}

.l-headerTelPc__text {
  font-weight: 500;
  font-size: min(1.015625vw, 13px);
  letter-spacing: 0.03em;
  line-height: 1;
}

.l-headerTelSp {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  background: transparent;
  right: 67px;
  width: 28px;
}
.l-headerTelSp a {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  aspect-ratio: 56/76;
  color: var(--color_bodytxt);
  font-size: 9px;
  text-align: center;
  line-height: 1;
  font-weight: 500;
  font-family: var(--zenKakuGothic);
  transition: color 0.3s;
}
.l-headerTelSp a img {
  width: 22px;
}
@media screen and (min-width: 980px) {
  .l-headerTelSp {
    display: none;
  }
}

.l-hamburgerButton {
  display: block;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  background: transparent;
  right: 20px;
  width: 36px;
  aspect-ratio: 72/65;
  z-index: 1;
  padding-inline: 0;
}
@media (any-hover: hover) {
  .l-hamburgerButton {
    transition: opacity 0.3s;
  }
  .l-hamburgerButton:hover {
    opacity: 0.6;
  }
}
.l-hamburgerButton::before {
  content: "メニュー";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1em;
  color: var(--color_bodytxt);
  font-size: 9px;
  text-align: center;
  line-height: 1;
  font-weight: 500;
  font-family: var(--zenKakuGothic);
  transition: color 0.3s;
}
body.is-menuOpen .l-hamburgerButton::before {
  content: "閉じる";
  color: white;
}

@media screen and (min-width: 980px) {
  .l-hamburgerButton {
    display: none;
  }
}

.l-hamburgerButton__line {
  position: absolute;
  left: 5px;
  height: 1px;
  background: var(--color_bodytxt);
  transition: all 0.3s;
}
.l-hamburgerButton__line:nth-child(1) {
  width: 26px;
  top: 0;
}
.l-hamburgerButton__line:nth-child(2) {
  width: 25px;
  top: 7px;
}
.l-hamburgerButton__line:nth-child(3) {
  width: 18px;
  top: 15px;
}
body.is-menuOpen .l-hamburgerButton__line {
  background: white;
}
body.is-menuOpen .l-hamburgerButton__line:nth-child(1) {
  top: 7px;
  rotate: 45deg;
}
body.is-menuOpen .l-hamburgerButton__line:nth-child(2) {
  opacity: 0;
}
body.is-menuOpen .l-hamburgerButton__line:nth-child(3) {
  width: 25px;
  top: 7px;
  rotate: -45deg;
}

/* --------------------------------------------------
l-spNav
-------------------------------------------------- */
.l-spNav {
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s;
}
body.is-menuOpen .l-spNav {
  opacity: 1;
  visibility: visible;
}

@media screen and (min-width: 980px) {
  .l-spNav {
    display: none;
  }
}

.l-spNav__wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: max(75vw, 305px);
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: white;
  display: grid;
  grid-template-rows: auto 1fr;
}

.l-spNav__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: rgba(0, 0, 0, 0.3);
}

.l-spNav__top {
  padding-inline: max(30px, 8vw) max(40px, 10.6666666667vw);
}

.l-spNav__logo {
  position: absolute;
  top: 13px;
  left: 24px;
  width: 141px;
}
.l-spNav__logo a {
  display: block;
  aspect-ratio: 283/70;
}
@media (any-hover: hover) {
  .l-spNav__logo a {
    transition: opacity 0.3s;
  }
  .l-spNav__logo a:hover {
    opacity: 0.6;
  }
}

.l-spNavMenu {
  padding-top: 75px;
}

.l-spNavMenu__item {
  border-bottom: 1px solid var(--color_lightGray01);
}
.l-spNavMenu__item a {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px 0;
  padding-block: 20px;
}
.l-spNavMenu__item a::before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 10px;
  width: 8px;
  aspect-ratio: 1/1;
  border-top: 1px solid var(--color_bodytxt);
  border-right: 1px solid var(--color_bodytxt);
  rotate: 45deg;
}

.l-spNavMenu__itemJp {
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1;
}

.l-spNavMenu__itemEn {
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.075em;
  line-height: 1;
  color: var(--color_gray01);
}

.l-spNav__bottom {
  margin-top: 23px;
  background: #f9f7f3 url(../img/common/bg_ill01_sp.png) no-repeat left top/100% auto;
  padding: clamp(75px, 20vw, 110px) max(40px, 10.6666666667vw) calc(100vh - 100dvh + 20px) max(30px, 8vw);
}

.l-spNavTel__title {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.l-spNavTel__num {
  margin-top: 6px;
}
.l-spNavTel__num a {
  position: relative;
  display: block;
  font-weight: 500;
  font-size: 29px;
  letter-spacing: 0.03em;
  line-height: 1;
  padding-left: 35px;
}
.l-spNavTel__num a::before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 0;
  width: 21px;
  aspect-ratio: 1/1;
  background: url(../img/common/icn_tel01.svg) no-repeat center center/contain;
}

.l-spNavTel__text {
  margin-top: 6px;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.025em;
}

.l-spNavContact {
  margin-top: 12px;
  width: 225px;
}
.l-spNavContact a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  border-radius: 100vmax;
  background: var(--color_orange01);
  color: white;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.06em;
  font-family: var(--zenKakuGothic);
}
.l-spNavContact a::before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 22px;
  width: 8px;
  aspect-ratio: 1/1;
  border-top: 1px solid white;
  border-right: 1px solid white;
  rotate: 45deg;
}
@media (any-hover: hover) {
  .l-spNavContact a {
    transition: background-color 0.3s;
  }
  .l-spNavContact a:hover {
    background: var(--color_orange02);
  }
}

.l-wrapAll {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: clip;
}

.l-contents {
  flex: 1;
  background: white;
  color: var(--color_bodytxt);
  text-align: left;
}
.l-contents *,
.l-contents *:before,
.l-contents *:after {
  box-sizing: border-box;
}
.l-contents section {
  padding: revert;
}

.l-wrap {
  width: 100%;
  padding-inline: var(--contentsPadding);
}
@media screen and (min-width: 767px) {
  .l-wrap {
    width: min(100%, 63.75rem + var(--contentsPadding) * 2);
    margin-inline: auto;
  }
}

.l-wrap900 {
  width: 100%;
  padding-inline: var(--contentsPadding);
}
@media screen and (min-width: 767px) {
  .l-wrap900 {
    width: min(100%, 56.25rem + var(--contentsPadding) * 2);
    margin-inline: auto;
  }
}

/* --------------------------------------------------
l-footer
-------------------------------------------------- */
.l-footer {
  background: var(--color_bodytxt) url(../img/common/bg_footer01_sp.png) no-repeat left top/100% auto;
  padding-top: calc(50.6666666667vw + 1.5625rem);
  margin-top: var(--footerMargin);
}
@media screen and (min-width: 767px) {
  .l-footer {
    background-image: url(../img/common/bg_footer01.png);
    padding-top: 18.75vw;
  }
}
.l-footer *,
.l-footer *:before,
.l-footer *:after {
  box-sizing: border-box;
}
.l-footer .l-wrap900 {
  position: relative;
  padding-bottom: 11.25rem;
}
@media screen and (min-width: 767px) {
  .l-footer .l-wrap900 {
    padding-bottom: 6.875rem;
  }
}
.l-footer .l-wrap900::before {
  content: "";
  position: absolute;
  bottom: 1.25rem;
  right: 0;
  width: 9.25rem;
  aspect-ratio: 296/324;
  background: url(../img/common/bg_footer02_sp.svg) no-repeat center center/contain;
}
@media screen and (min-width: 767px) {
  .l-footer .l-wrap900::before {
    bottom: auto;
    top: -1.875rem;
    width: 23.875rem;
    translate: 77% 0;
    aspect-ratio: 382/211;
    background-image: url(../img/common/bg_footer02.svg);
  }
}

.l-footer__logo {
  width: 15.3125rem;
  margin-inline: auto;
  aspect-ratio: 492/122;
}
@media screen and (min-width: 767px) {
  .l-footer__logo {
    width: 21.9375rem;
  }
}
.l-footer__logo a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 0;
}
@media (any-hover: hover) {
  .l-footer__logo a {
    transition: opacity 0.3s;
  }
  .l-footer__logo a:hover {
    opacity: 0.6;
  }
}

.l-footer__address {
  color: white;
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 1.8387096774;
  letter-spacing: 0.09em;
  text-align: center;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 767px) {
  .l-footer__address {
    font-size: 1.25rem;
    letter-spacing: 0;
    margin-top: 2.1875rem;
  }
}

@media screen and (min-width: 767px) {
  .l-footer__zip {
    padding-right: 0.5em;
  }
}

.l-footer__telfax {
  color: white;
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 1.8387096774;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .l-footer__telfax {
    font-size: 1.25rem;
  }
}

.l-footerBox {
  width: 20.4375rem;
  margin: 2.8125rem auto 0;
  display: grid;
  grid-template-columns: 100%;
  gap: 0.9375rem 0;
}
@media screen and (min-width: 767px) {
  .l-footerBox {
    width: 100%;
    margin: 3.125rem auto 0;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 1.125rem;
  }
}

.l-footerBox__item {
  background: white;
  width: 100%;
  min-height: 9.375rem;
  padding-block: 1.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .l-footerBox__item {
    min-height: inherit;
    padding-block: 1.375rem;
    justify-content: flex-start;
  }
}

.l-footerBox__title {
  font-weight: 600;
  font-size: 1.0625rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 767px) {
  .l-footerBox__title {
    font-size: 1.125rem;
    letter-spacing: 0.03em;
  }
}

.l-footerBox__num {
  position: relative;
  display: block;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.03em;
  line-height: 1;
  padding-left: 2.1875rem;
  width: fit-content;
  margin-inline: auto;
  margin-top: 0.1875rem;
}
@media screen and (min-width: 767px) {
  .l-footerBox__num {
    font-size: 2.3125rem;
    padding-left: 2.1875rem;
  }
}
.l-footerBox__num::before {
  content: "";
  position: absolute;
  top: 60%;
  translate: 0 -50%;
  left: 0;
  width: 1.5rem;
  aspect-ratio: 1/1;
  background: url(../img/common/icn_tel01.svg) no-repeat center center/contain;
}
@media screen and (min-width: 767px) {
  .l-footerBox__num::before {
    width: 1.75rem;
  }
}

.l-footerBox__text {
  font-weight: 500;
  font-size: 0.8125rem;
  letter-spacing: 0.06em;
  margin-top: 0.5rem;
}
@media screen and (min-width: 767px) {
  .l-footerBox__text {
    font-size: min(1.7346938776vw, 1.0625rem);
  }
}

.l-footerBox__button {
  margin-top: 1.125rem;
}

.l-footerSchedule__caption {
  position: relative;
  caption-side: bottom;
  font-size: 0.9375rem;
  letter-spacing: 0.025em;
  font-family: var(--zenKakuGothic);
  text-align: left;
  padding-left: 1.25rem;
  margin-top: 0.9375rem;
  font-family: var(--notoGothic);
}
@media screen and (min-width: 767px) {
  .l-footerSchedule__caption {
    font-size: 1.0625rem;
    padding-left: 1.625rem;
    letter-spacing: 0.023em;
    margin-top: 1.25rem;
  }
}
.l-footerSchedule__caption::before {
  content: "";
  position: absolute;
  top: calc((2em - 0.375rem) / 2);
  left: 0.3125rem;
  width: 0.375rem;
  aspect-ratio: 1/1;
  border-radius: 100vmax;
  background: white;
}

.l-footerSchedule {
  margin: 2.8125rem auto 0;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  width: 20.4375rem;
  color: white;
}
@media screen and (min-width: 767px) {
  .l-footerSchedule {
    margin: 4.375rem auto 0;
    width: 100%;
  }
}
.l-footerSchedule th,
.l-footerSchedule td {
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
}
.l-footerSchedule thead th {
  font-size: 0.75rem;
  padding: 1rem 0;
}
@media screen and (min-width: 767px) {
  .l-footerSchedule thead th {
    font-size: 1.1875rem;
  }
}
.l-footerSchedule thead th:first-child {
  width: 4.375rem;
}
@media screen and (min-width: 767px) {
  .l-footerSchedule thead th:first-child {
    width: 14.375rem;
    padding-left: 2.1875rem;
    letter-spacing: 0.3em;
  }
}
@media screen and (min-width: 767px) {
  .l-footerSchedule thead th:last-child {
    width: 6.875rem;
    padding-right: 1.875rem;
  }
}
.l-footerSchedule tbody th,
.l-footerSchedule tbody td {
  font-size: 0.8125rem;
  font-weight: 600;
  background-image: radial-gradient(circle, white 0.5px, transparent 0.5px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 3px 1px;
  padding: 0.75rem 0;
}
@media screen and (min-width: 767px) {
  .l-footerSchedule tbody th,
  .l-footerSchedule tbody td {
    font-size: 1.25rem;
    padding: 2rem 0;
  }
}
@media screen and (min-width: 767px) {
  .l-footerSchedule tbody th {
    padding-left: 2.1875rem;
  }
}
@media screen and (min-width: 767px) {
  .l-footerSchedule tbody td:last-child.l-footerSchedule__line::before {
    left: calc(50% - 0.9375rem);
  }
}

.l-footerSchedule__time01,
.l-footerSchedule__time02 {
  display: block;
}
@media screen and (min-width: 767px) {
  .l-footerSchedule__time01,
  .l-footerSchedule__time02 {
    display: inline;
  }
}

.l-footerSchedule__time02 {
  rotate: 90deg;
  padding-block: 0.2em;
}
@media screen and (min-width: 767px) {
  .l-footerSchedule__time02 {
    rotate: unset;
    padding-block: 0;
  }
}

.l-footerSchedule__line {
  position: relative;
}
.l-footerSchedule__line::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 8px;
  height: 1px;
  background: white;
}
@media screen and (min-width: 767px) {
  .l-footerSchedule__line::before {
    width: 20px;
    height: 2px;
  }
}

.l-footerSchedule__active {
  position: relative;
}
.l-footerSchedule__active::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 11px;
  aspect-ratio: 1/1;
  border-radius: 100vmax;
  background: var(--color_orange01);
}
@media screen and (min-width: 767px) {
  .l-footerSchedule__active::before {
    width: 16px;
  }
}

/* --------------------------------------------------
title
-------------------------------------------------- */
.c-titleEn01 {
  font-weight: 500;
  font-size: 0.8125rem;
  letter-spacing: 0.075em;
  line-height: 1.3;
}
@media screen and (min-width: 767px) {
  .c-titleEn01 {
    font-size: 1rem;
  }
}

.c-titleLine01 {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.5416666667;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 767px) {
  .c-titleLine01 {
    font-size: 1.75rem;
    letter-spacing: 0;
  }
}

.c-titleLine01__line {
  border-bottom: 1px solid var(--color_orange01);
  padding-bottom: 0.1em;
}
@media screen and (min-width: 767px) {
  .c-titleLine01__line {
    padding-bottom: 0.2em;
  }
}

@media screen and (min-width: 767px) {
  .c-headingPcCenter01 {
    text-align: center;
  }
}
.c-headingPcCenter01 .c-titleLine01 {
  margin-top: 0.5em;
}
@media screen and (min-width: 767px) {
  .c-headingPcCenter01 .c-titleLine01 {
    margin-top: 1em;
  }
}

.c-headingCenter01 {
  text-align: center;
}
.c-headingCenter01 .c-titleLine01 {
  margin-top: 0.5em;
}
@media screen and (min-width: 767px) {
  .c-headingCenter01 .c-titleLine01 {
    margin-top: 1em;
  }
}

.c-headingUnder01 {
  position: relative;
  padding-block: var(--headerHeight) 1.875rem;
  opacity: 0;
}
@media screen and (min-width: 767px) {
  .c-headingUnder01 {
    padding-block: 0 1.25rem;
    overflow-x: hidden;
  }
}
body.is-loaded .c-headingUnder01 {
  animation: fadeIn 1s 0s ease-in-out forwards;
}

@media screen and (min-width: 767px) {
  .c-headingUnder01__inner {
    position: absolute;
    top: 0;
    left: 50%;
    translate: -50% 0;
    width: min(100% - 11.25rem, 75rem + var(--contentsPadding) * 2);
    height: 100%;
  }
}

.c-headingUnder01__image {
  width: 100%;
  aspect-ratio: 750/510;
}
@media screen and (min-width: 767px) {
  .c-headingUnder01__image {
    aspect-ratio: unset;
    height: 37.5rem;
  }
}
.c-headingUnder01__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-headingUnder01__texts {
  position: absolute;
  bottom: 0;
  left: 0;
  min-width: 11.5625rem;
  min-height: 5.3125rem;
  padding: 1.625rem 1.6875rem 0;
  background: white;
  border-radius: 0 14px 0 0;
}
@media screen and (min-width: 767px) {
  .c-headingUnder01__texts {
    min-width: calc(15rem + 50vw - 50%);
    min-height: 6.5625rem;
    padding: 2.375rem 1.25rem 0 calc(50vw - 50%);
    border-radius: 0 20px 0 0;
    margin-left: calc(50% - 50vw);
  }
}
.c-headingUnder01__texts.m-large {
  min-width: 14.0625rem;
}
@media screen and (min-width: 767px) {
  .c-headingUnder01__texts.m-large {
    min-width: calc(18rem + 50vw - 50%);
  }
}

.c-headingUnder01__textsInner {
  opacity: 0;
}
body.is-loaded .c-headingUnder01__textsInner {
  animation: fadeIn 1s 0.5s ease-in-out forwards;
}

.c-headingUnder01__titleEn {
  font-weight: 500;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
@media screen and (min-width: 767px) {
  .c-headingUnder01__titleEn {
    font-size: 0.875rem;
  }
}

.c-headingUnder01__title {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.5416666667;
  letter-spacing: 0.025em;
  border-bottom: 1px solid var(--color_orange01);
  padding-bottom: 0.1em;
  display: inline-block;
  margin-top: 0.4375rem;
  letter-spacing: -0.005em;
}
@media screen and (min-width: 767px) {
  .c-headingUnder01__title {
    font-size: 1.5rem;
    letter-spacing: 0;
    padding-bottom: 0.2em;
  }
}

.c-headingUnder02 {
  padding-top: var(--headerHeight);
  opacity: 0;
}
@media screen and (min-width: 767px) {
  .c-headingUnder02 {
    padding-top: 0;
  }
}
body.is-loaded .c-headingUnder02 {
  animation: fadeIn 1s 0s ease-in-out forwards;
}

.c-headingUnder01__image {
  width: 100%;
  aspect-ratio: 750/510;
}
@media screen and (min-width: 767px) {
  .c-headingUnder01__image {
    aspect-ratio: unset;
    height: 37.5rem;
  }
}
.c-headingUnder01__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* --------------------------------------------------
button
-------------------------------------------------- */
.c-buttonOrange01 {
  position: relative;
  display: inline-block;
  text-align: center;
  min-width: 14.0625rem;
  padding: 1em 2.8125rem;
  border-radius: 100vmax;
  background: var(--color_orange01);
  color: white;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.3;
  letter-spacing: 0.06em;
  font-family: var(--zenKakuGothic);
}
@media screen and (min-width: 767px) {
  .c-buttonOrange01 {
    min-width: 17.8125rem;
    padding: 1em 3.4375rem;
    font-size: 1.0625rem;
  }
}
.c-buttonOrange01:link, .c-buttonOrange01:visited, .c-buttonOrange01a:hover, .c-buttonOrange01:active {
  color: white;
}
.c-buttonOrange01::before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 1.375rem;
  width: 0.5rem;
  aspect-ratio: 1/1;
  border-top: 1px solid white;
  border-right: 1px solid white;
  rotate: 45deg;
}
@media screen and (min-width: 767px) {
  .c-buttonOrange01::before {
    right: 1.8125rem;
    width: 0.625rem;
  }
}
@media (any-hover: hover) {
  .c-buttonOrange01 {
    transition: background-color 0.3s;
  }
  .c-buttonOrange01:hover {
    background: var(--color_orange02);
  }
}

.c-buttonBorder01 {
  position: relative;
  display: inline-block;
  text-align: center;
  min-width: 14.0625rem;
  padding: 1em 2.8125rem;
  border-radius: 100vmax;
  background: white;
  border: 1px solid var(--color_bodytxt);
  color: var(--color_bodytxt);
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.3;
  letter-spacing: 0.06em;
  font-family: var(--zenKakuGothic);
}
@media screen and (min-width: 767px) {
  .c-buttonBorder01 {
    min-width: 16.25rem;
  }
}
.c-buttonBorder01.m-beige {
  background: var(--color0beige01);
}
.c-buttonBorder01:link, .c-buttonBorder01:visited, .c-buttonBorder01a:hover, .c-buttonBorder01:active {
  color: var(--color_bodytxt);
}
.c-buttonBorder01::before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 1.375rem;
  width: 0.5rem;
  aspect-ratio: 1/1;
  border-top: 1px solid var(--color_bodytxt);
  border-right: 1px solid var(--color_bodytxt);
  rotate: 45deg;
}
@media (any-hover: hover) {
  .c-buttonBorder01 {
    transition: color 0.3s, background-color 0.3s;
  }
  .c-buttonBorder01::before {
    transition: border-color 0.3s;
  }
  .c-buttonBorder01:hover {
    color: white;
    background: var(--color_bodytxt);
  }
  .c-buttonBorder01:hover::before {
    border-color: white;
  }
}

.u-buttonInsta {
  position: relative;
  display: inline-grid;
  grid-template-columns: 1rem auto;
  gap: 0 0.375rem;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-width: 14.0625rem;
  padding: 1em 2.8125rem;
  border-radius: 100vmax;
  background: var(--color0beige01);
  border: 1px solid var(--color_bodytxt);
  color: var(--color_bodytxt);
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.3;
  letter-spacing: 0.06em;
  font-family: var(--zenKakuGothic);
}
@media screen and (min-width: 767px) {
  .u-buttonInsta {
    min-width: 16.25rem;
    grid-template-columns: 1.25rem auto;
    gap: 0 0.625rem;
  }
}
.u-buttonInsta:link, .u-buttonInsta:visited, .u-buttonInstaa:hover, .u-buttonInsta:active {
  color: var(--color_bodytxt);
}
.u-buttonInsta::before {
  content: "";
  width: 100%;
  aspect-ratio: 1/1;
  background: url(../img/common/icn_insta01.png) no-repeat center center/contain;
  margin-top: 0.125rem;
}
.u-buttonInsta::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 1.375rem;
  width: 0.5rem;
  aspect-ratio: 1/1;
  border-top: 1px solid var(--color_bodytxt);
  border-right: 1px solid var(--color_bodytxt);
  rotate: 45deg;
}
@media (any-hover: hover) {
  .u-buttonInsta {
    transition: color 0.3s, background-color 0.3s;
  }
  .u-buttonInsta::after {
    transition: border-color 0.3s;
  }
  .u-buttonInsta:hover {
    color: white;
    background: var(--color_bodytxt);
  }
  .u-buttonInsta:hover::after {
    border-color: white;
  }
}

.c-buttonBlue01 {
  display: inline-block;
  text-align: center;
  min-width: 14.0625rem;
  padding: 1em 2.8125rem;
  border-radius: 100vmax;
  background: var(--color_bodytxt);
  border: 1px solid var(--color_bodytxt);
  color: white;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1.3;
  letter-spacing: 0.06em;
  font-family: var(--zenKakuGothic);
}
@media screen and (min-width: 767px) {
  .c-buttonBlue01 {
    min-width: 17.8125rem;
    font-size: 1.125rem;
    padding: 0.9em 2.8125rem;
  }
}
.c-buttonBlue01:link, .c-buttonBlue01:visited, .c-buttonBlue01a:hover, .c-buttonBlue01:active {
  color: white;
}
@media (any-hover: hover) {
  .c-buttonBlue01 {
    transition: color 0.3s, background-color 0.3s;
  }
  .c-buttonBlue01:hover {
    color: var(--color_bodytxt);
    background: white;
  }
}

/* --------------------------------------------------
accessarea
-------------------------------------------------- */
.c-accessArea {
  margin-top: 5.3125rem;
}
@media screen and (min-width: 767px) {
  .c-accessArea {
    margin-top: 7.5rem;
  }
}

.c-accessArea__map {
  margin: 3.75rem calc(var(--contentsPadding) * -1) 0;
}
@media screen and (min-width: 767px) {
  .c-accessArea__map {
    margin: 3.75rem 0 0;
  }
}
.c-accessArea__map iframe {
  aspect-ratio: 750/700;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 767px) {
  .c-accessArea__map iframe {
    aspect-ratio: 900/490;
  }
}

.c-accessArea__grid {
  margin-top: 1.25rem;
}
@media screen and (min-width: 767px) {
  .c-accessArea__grid {
    margin-top: 2.5rem;
    display: grid;
    grid-template-columns: min(48.7755102041vw, 29.875rem) 1fr;
    gap: 0 min(6.6326530612vw, 4.0625rem);
    align-items: center;
  }
}

.c-accessArea__address {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.7096774194;
  letter-spacing: 0.06em;
  border-bottom: 1px solid var(--color_bodytxt);
  padding-bottom: 2.625rem;
  margin-bottom: 3rem;
}
@media screen and (min-width: 767px) {
  .c-accessArea__address {
    font-size: 1.25rem;
    line-height: 1.8;
    letter-spacing: 0;
    padding-bottom: 1.875rem;
    margin-bottom: 1.875rem;
  }
}

.c-accessAreaHowto + .c-accessAreaHowto {
  margin-top: 1.875rem;
}
@media screen and (min-width: 767px) {
  .c-accessAreaHowto + .c-accessAreaHowto {
    margin-top: 1.5625rem;
  }
}

.c-accessAreaHowto__title {
  position: relative;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.4;
  padding-left: 2rem;
}
@media screen and (min-width: 767px) {
  .c-accessAreaHowto__title {
    padding-left: 2.375rem;
  }
}
.c-accessAreaHowto__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.1875rem;
  translate: 0 -50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.c-accessAreaHowto__title.m-train::before {
  width: 1.3125rem;
  aspect-ratio: 43/46;
  background-image: url(../img/common/icn_accessarea01.svg);
}
.c-accessAreaHowto__title.m-car::before {
  width: 1.5rem;
  aspect-ratio: 48/43;
  background-image: url(../img/common/icn_accessarea02.svg);
}

.c-accessAreaHowto__text {
  font-size: 0.9375rem;
  margin-top: 0.75rem;
  font-family: var(--notoGothic);
  padding-left: 2rem;
}
@media screen and (min-width: 767px) {
  .c-accessAreaHowto__text {
    font-size: 1.0625rem;
    padding-left: 2.375rem;
  }
}

.c-accessArea__image {
  margin-top: 3.125rem;
}
@media screen and (min-width: 767px) {
  .c-accessArea__image {
    margin-top: 0;
  }
}

.c-accessArea__caption {
  font-size: 0.9375rem;
  letter-spacing: 0.025em;
  margin-top: 0.3125rem;
  font-family: var(--notoGothic);
}
@media screen and (min-width: 767px) {
  .c-accessArea__caption {
    font-size: 1.0625rem;
  }
}

/* --------------------------------------------------
other
-------------------------------------------------- */
.c-fade {
  opacity: 0;
}
.c-fade.is-show {
  animation: fadeIn 1s 0s ease-in-out forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* --------------------------------------------------
  display
-------------------------------------------------- */
@media screen and (max-width: 766px) {
  .u-minsp {
    display: none;
  }
}
@media screen and (min-width: 767px) {
  .u-sp {
    display: none;
  }
}
/* --------------------------------------------------
  u-preload
-------------------------------------------------- */
.u-preload * {
  -webkit-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}

/* --------------------------------------------------
  u-over
-------------------------------------------------- */
@media (any-hover: hover) {
  .u-over {
    transition: opacity 0.3s;
  }
  .u-over:hover {
    opacity: 0.6;
  }
}

/* --------------------------------------------------
  other
-------------------------------------------------- */
.u-textOrange01 {
  color: var(--color_orange01);
}

/* --------------------------------------------------
p-top
-------------------------------------------------- */
body:has(.p-top) .l-header {
  transition: background-color 0.3s;
}
body:has(.p-top) .l-header__logo {
  transition: top 0.3s, left 0.3s, scale 0.3s;
}
@media screen and (min-width: 980px) {
  body:has(.p-top):not(.is-pcHeaderChange) {
    --headerBg: transparent;
  }
  body:has(.p-top):not(.is-pcHeaderChange) .l-header__logo {
    top: 77%;
    left: min(3.75vw, 48px);
    scale: 1.32;
    transform-origin: left center;
  }
}

/* --------------------------------------------------
p-topMv
-------------------------------------------------- */
.p-topMv {
  position: relative;
}
@media screen and (max-width: 766px) {
  .p-topMv {
    padding-top: var(--headerHeight);
  }
}
.p-topMv .swiper-slide-active img,
.p-topMv .swiper-slide-next img,
.p-topMv .swiper-slide-prev img {
  display: block;
  width: 100%;
  height: 100%;
  background: no-repeat center center/cover;
  transform: translateX(0) scale(1.2);
  animation: move 18s linear 0s normal both;
  will-change: transform;
}

@keyframes move {
  0% {
    transform: translateX(0) scale(1.2);
  }
  100% {
    transform: translateX(-10%) scale(1.2);
  }
}
.p-topMv__inner {
  position: absolute;
  top: 0;
  left: 0;
  padding: calc(var(--headerHeight) + 2.25rem) 1.5rem 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media screen and (min-width: 767px) {
  .p-topMv__inner {
    padding: calc(var(--headerHeight) + 5.46875vw) 5.46875vw 0;
  }
}

.p-topMv__title {
  opacity: 0;
  transition: opacity 1s 0.5s;
  display: flex;
  flex-direction: column;
  font-weight: 500;
  font-size: 1.6875rem;
  line-height: 1;
  letter-spacing: 0.075em;
  gap: 0.2em 0;
}
body.is-loaded .p-topMv__title {
  opacity: 1;
}

@media screen and (min-width: 767px) {
  .p-topMv__title {
    font-size: 2.734375vw;
    writing-mode: vertical-rl;
    text-orientation: upright;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 0.6em 0;
  }
}

.p-topMv__bg {
  display: block;
  width: fit-content;
  padding: 0.2em;
  background: white;
}
@media screen and (min-width: 767px) {
  .p-topMv__bg {
    padding: 0.5em 0.15em;
  }
}

.p-topMv__image {
  position: absolute;
  top: 100%;
  right: 0;
  translate: 35% -35%;
  width: 17.875rem;
  z-index: 1;
}
@media screen and (min-width: 767px) {
  .p-topMv__image {
    translate: 20% -33%;
    width: 26rem;
  }
}

/* --------------------------------------------------
p-topInfo
-------------------------------------------------- */
.p-topInfo {
  margin-top: 7.5rem;
}

.p-topInfo__wrap {
  max-width: 56.25rem;
  margin-inline: auto;
  border: 1px solid var(--colorRed01);
  padding: 1.25rem 1.25rem 1.5625rem;
  color: var(--colorRed01);
  font-family: var(--notoGothic);
}
@media screen and (min-width: 767px) {
  .p-topInfo__wrap {
    padding: 2.1875rem 3.75rem;
  }
}

.p-topInfo__title {
  font-size: 1.0625rem;
  font-weight: 400;
}
@media screen and (min-width: 767px) {
  .p-topInfo__title {
    font-size: 1.1875rem;
  }
}

.p-topInfo__text {
  font-size: 0.9375rem;
  line-height: 2;
  margin-top: 0.3125rem;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 767px) {
  .p-topInfo__text {
    font-size: 1rem;
    line-height: 2.0625;
  }
}

/* --------------------------------------------------
p-topSec01
-------------------------------------------------- */
section.p-topSec01 {
  position: relative;
  z-index: 1;
  padding-top: 4.375rem;
}
@media screen and (max-width: 766px) {
  section.p-topSec01 {
    --contentsPadding: 1.25rem;
  }
}
@media screen and (min-width: 767px) {
  section.p-topSec01 {
    padding-top: 5.625rem;
  }
}
@media screen and (max-width: 979px) {
  section.p-topSec01.is-show .p-topSec01Box01__titleEn,
  section.p-topSec01.is-show .p-topSec01Box01__title {
    animation: fadeIn 1s 0s ease-in-out forwards;
  }
  section.p-topSec01.is-show .p-topSec01Box02__texts {
    animation: fadeIn 1s 0.4s ease-in-out forwards;
  }
  .p-topSec01Box02__image.is-show {
    animation: fadeIn 1s 0s ease-in-out forwards;
  }
}
@media screen and (min-width: 980px) {
  section.p-topSec01.is-show .p-topSec01Box01__titleEn,
  section.p-topSec01.is-show .p-topSec01Box01__title {
    animation: fadeIn 1s 0s ease-in-out forwards;
  }
  section.p-topSec01.is-show .p-topSec01Box02__image {
    animation: fadeIn 1s 0.4s ease-in-out forwards;
  }
  section.p-topSec01.is-show .p-topSec01Box02__texts {
    animation: fadeIn 1s 0.8s ease-in-out forwards;
  }
}
section.p-topSec01 .l-wrap {
  position: relative;
}

.p-topSec01Box01__titleEn {
  opacity: 0;
}

.p-topSec01Box01__title {
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.6875;
  margin-top: 1.375rem;
  opacity: 0;
}
@media screen and (min-width: 767px) {
  .p-topSec01Box01__title {
    font-size: 1.875rem;
    line-height: 1.8333333333;
    margin-top: 1.625rem;
  }
}

.p-topSec01Box02 {
  margin-top: 1.25rem;
}
@media screen and (min-width: 980px) {
  .p-topSec01Box02 {
    margin-top: 5rem;
    display: grid;
    grid-template-columns: 48.6% 1fr;
    grid-template-areas: "image texts";
    align-items: center;
  }
}

.p-topSec01Box02__texts {
  padding-inline: 1.25rem;
  opacity: 0;
}
@media screen and (min-width: 767px) {
  .p-topSec01Box02__texts {
    padding-inline: var(--contentsPadding);
  }
}
@media screen and (min-width: 980px) {
  .p-topSec01Box02__texts {
    padding-inline: min(10.15625vw, 130px) min(6.25vw, 80px);
    grid-area: texts;
    display: flex;
    flex-direction: column;
  }
}

.p-topSec01Box02__text {
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 2.0666666667;
}
@media screen and (min-width: 980px) {
  .p-topSec01Box02__text {
    font-size: min(1.25vw, 16px);
    line-height: 2.25;
  }
  .p-topSec01Box02__text::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 2.25) * 0.5em);
    content: "";
  }
  .p-topSec01Box02__text::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 2.25) * 0.5em);
    content: "";
  }
}
.p-topSec01Box02__text + .p-topSec01Box02__text {
  margin-top: 2em;
}
@media screen and (min-width: 980px) {
  .p-topSec01Box02__text + .p-topSec01Box02__text {
    margin-top: 3.5em;
  }
}

.p-topSec01Box02__button {
  margin-top: 2.5rem;
}
@media screen and (min-width: 980px) {
  .p-topSec01Box02__button {
    margin-top: 3.75rem;
  }
}

.p-topSec01Box02__image {
  margin-top: 4.5rem;
  width: 83%;
  opacity: 0;
}
@media screen and (min-width: 980px) {
  .p-topSec01Box02__image {
    margin-top: 0;
    width: 100%;
    grid-area: image;
  }
}

.p-topSec01Box03 {
  position: relative;
  margin-top: 4.5625rem;
}
@media screen and (min-width: 767px) {
  .p-topSec01Box03 {
    padding-inline: var(--contentsPadding);
    width: min(100%, 66.875rem + var(--contentsPadding) * 2);
    margin: 7.5rem auto 0;
  }
}
.p-topSec01Box03.is-show .p-topSec01Box03__image01 {
  animation: fadeIn 1s 0s ease-in-out forwards;
}
.p-topSec01Box03.is-show .p-topSec01Box03__image02 {
  animation: fadeIn 1s 0.4s ease-in-out forwards;
}

.p-topSec01Box03__image01 {
  opacity: 0;
}
@media screen and (min-width: 767px) {
  .p-topSec01Box03__image01 {
    width: 83.2%;
    margin-left: auto;
  }
}

.p-topSec01Box03__image02 {
  position: absolute;
  bottom: 0;
  left: 0;
  translate: -30% 62%;
  width: 15.3125rem;
  opacity: 0;
}
@media screen and (min-width: 767px) {
  .p-topSec01Box03__image02 {
    translate: -24% 43%;
    width: 22.6875rem;
  }
}

/* --------------------------------------------------
p-topBg
-------------------------------------------------- */
.p-topBg {
  background: #f9f7f3 url(../img/common/bg_ill01_sp.png) no-repeat left top/100% auto;
  padding-block: 20vw 7.1875rem;
  margin-top: 10.125rem;
}
@media screen and (min-width: 767px) {
  .p-topBg {
    background-image: url(../img/common/bg_ill01.png);
    padding-block: 8.59375vw 12.1875rem;
    margin-top: 10rem;
  }
}

/* --------------------------------------------------
p-topSec02
-------------------------------------------------- */
section.p-topSec02 {
  padding-top: 5.3125rem;
}
@media screen and (min-width: 767px) {
  section.p-topSec02 {
    padding-top: 7.8125rem;
  }
}

@media screen and (min-width: 767px) {
  .p-topSec02__grid {
    display: grid;
    grid-template-columns: min(30vw, 20.625rem) 1fr;
    gap: 0 min(8.1818181818vw, 5.625rem);
    align-items: center;
  }
}

.p-topSec02__title {
  position: relative;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.05em;
  padding-left: 1.875rem;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 767px) {
  .p-topSec02__title {
    font-size: 1.625rem;
    padding-left: 3.125rem;
    margin-top: 2.5rem;
  }
}
.p-topSec02__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 1.125rem;
  aspect-ratio: 36/53;
  background: url(../img/top/icn_sec02_01.svg) no-repeat center center/contain;
}
@media screen and (min-width: 767px) {
  .p-topSec02__title::before {
    width: 1.6875rem;
  }
}

.p-topSec02__text {
  font-size: 0.9375rem;
  letter-spacing: 0.025em;
  margin-top: 1.5625rem;
  font-family: var(--notoGothic);
}
@media screen and (min-width: 767px) {
  .p-topSec02__text {
    font-size: 1.0625rem;
    margin-top: 2.5rem;
  }
}

.p-topSec02__button {
  margin-top: 2.1875rem;
}

.p-topSec02__image {
  margin: 4.375rem auto 0;
}
@media screen and (min-width: 767px) {
  .p-topSec02__image {
    margin-top: 0;
  }
}

/* --------------------------------------------------
p-topSec03
-------------------------------------------------- */
section.p-topSec03 {
  position: relative;
  margin: 6.5625rem auto 0;
  background: white;
  width: calc(100% - var(--contentsPadding) * 2);
  padding-block: 3.9375rem 5rem;
}
@media screen and (min-width: 767px) {
  section.p-topSec03 {
    width: min(100% - var(--contentsPadding) * 2, 73.75rem);
    padding-block: 6rem 10rem;
  }
}

.p-topSec03Box01 {
  margin-top: 4.0625rem;
  display: grid;
  grid-template-columns: 100%;
  gap: 3.125rem;
}
@media screen and (min-width: 767px) {
  .p-topSec03Box01 {
    margin-top: 5.625rem;
    gap: 6.875rem;
  }
}

.p-topSec03Box01__item {
  display: grid;
  grid-template-columns: 100%;
}
@media screen and (min-width: 767px) {
  .p-topSec03Box01__item {
    grid-template-columns: 1fr min(40.9090909091vw, 28.125rem);
    grid-template-areas: "image texts";
    gap: 0 min(6.3636363636vw, 4.375rem);
    align-items: center;
  }
}

.p-topSec03Box01__texts {
  display: contents;
}
@media screen and (min-width: 767px) {
  .p-topSec03Box01__texts {
    display: revert;
    grid-area: texts;
  }
}

.p-topSec03Box01__num {
  font-weight: 500;
  font-size: 2.1875rem;
  color: var(--color_orange01);
  line-height: 1;
  order: 1;
}
@media screen and (min-width: 767px) {
  .p-topSec03Box01__num {
    font-size: min(3.9090909091vw, 2.6875rem);
  }
}

.p-topSec03Box01__image {
  order: 2;
  margin-top: 0.625rem;
}
@media screen and (min-width: 767px) {
  .p-topSec03Box01__image {
    grid-area: image;
    margin-top: 0;
  }
}

.p-topSec03Box01__title {
  order: 3;
  font-weight: 600;
  font-size: 1.1875rem;
  line-height: 1.5789473684;
  margin-top: 1.75rem;
  letter-spacing: -0.025em;
}
@media screen and (min-width: 767px) {
  .p-topSec03Box01__title {
    font-size: min(2.3636363636vw, 1.625rem);
    line-height: 1.7692307692;
    margin-top: 1.0625rem;
  }
}

.p-topSec03Box01__text {
  order: 4;
  font-size: 0.9375rem;
  letter-spacing: 0.025em;
  margin-top: 1.25rem;
  font-family: var(--notoGothic);
}
@media screen and (min-width: 767px) {
  .p-topSec03Box01__text {
    font-size: 1.0625rem;
    margin-top: 0.9375rem;
    letter-spacing: 0;
  }
}

.p-topSec03__image {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 16.125rem;
  translate: 45% 150%;
}
@media screen and (min-width: 767px) {
  .p-topSec03__image {
    width: 24rem;
    translate: 19% 61%;
  }
}

/* --------------------------------------------------
p-topSec04
-------------------------------------------------- */
section.p-topSec04 {
  margin-top: 7.1875rem;
}
@media screen and (min-width: 767px) {
  section.p-topSec04 {
    margin-top: 10rem;
  }
}

.p-topSec04Box01 {
  margin-top: 3.9375rem;
}
@media screen and (min-width: 767px) {
  .p-topSec04Box01 {
    margin-top: 5.625rem;
  }
}

.p-topSec04Grid {
  display: grid;
  grid-template-columns: 100%;
}
@media screen and (min-width: 767px) {
  .p-topSec04Grid {
    grid-template-columns: min(37.2727272727vw, 25.625rem) 1fr;
    grid-template-areas: "texts image";
    gap: 0 min(5.4545454545vw, 3.75rem);
    align-items: center;
  }
}

@media screen and (min-width: 767px) {
  .p-topSec04Grid__image {
    grid-area: image;
  }
}

@media screen and (min-width: 767px) {
  .p-topSec04Grid__texts {
    grid-area: texts;
  }
}

.p-topSec04Grid__title {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.6153846154;
  margin-top: 1.875rem;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .p-topSec04Grid__title {
    font-size: min(2.3636363636vw, 1.625rem);
  }
}

.p-topSec04Grid__text {
  font-size: 0.9375rem;
  letter-spacing: 0.025em;
  margin-top: 1.25rem;
  font-family: var(--notoGothic);
}
@media screen and (min-width: 767px) {
  .p-topSec04Grid__text {
    font-size: 1.0625rem;
    margin-top: 1.25rem;
    letter-spacing: 0;
  }
}

.p-topSec04Info {
  margin-top: 2.8125rem;
  color: var(--colorRed01);
  font-family: var(--notoGothic);
}
@media screen and (min-width: 767px) {
  .p-topSec04Info {
    width: min(100%, 56.25rem);
    margin: 5rem auto 0;
  }
}

.p-topSec04Info__title {
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 2;
}
@media screen and (min-width: 767px) {
  .p-topSec04Info__title {
    font-size: 1.0625rem;
  }
}

.p-topSec04Info__text {
  font-size: 0.9375rem;
  line-height: 2;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 767px) {
  .p-topSec04Info__text {
    font-size: 1.0625rem;
  }
}

.p-topSec04Info + .p-topSec04Schedule {
  margin-top: 2.5rem;
}
@media screen and (min-width: 767px) {
  .p-topSec04Info + .p-topSec04Schedule {
    margin: 1.875rem auto 0;
  }
}

.p-topSec04Schedule {
  margin-top: 2.5rem;
}
@media screen and (min-width: 767px) {
  .p-topSec04Schedule {
    width: min(100%, 56.25rem);
    margin: 5.625rem auto 0;
  }
}

.p-topSec04Schedule__title {
  font-weight: 600;
  font-size: 1.0625rem;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 767px) {
  .p-topSec04Schedule__title {
    font-size: 1.375rem;
  }
  .p-topSec04Schedule__title .u-textOrange01 {
    padding-left: 0.5em;
    font-size: 1.3125rem;
  }
}

.p-topSec04Schedule__table {
  margin-top: 0.4375rem;
  border-top: 1px solid var(--color_bodytxt);
  border-bottom: 1px solid var(--color_bodytxt);
  width: 100%;
  color: var(--color_bodytxt);
}
@media screen and (min-width: 767px) {
  .p-topSec04Schedule__table {
    margin-top: 0.9375rem;
  }
}
.p-topSec04Schedule__table th,
.p-topSec04Schedule__table td {
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
}
.p-topSec04Schedule__table thead th {
  font-weight: 500;
  font-size: 0.75rem;
  padding: 1rem 0;
  background: #f7ebd6;
}
@media screen and (min-width: 767px) {
  .p-topSec04Schedule__table thead th {
    font-size: 1.1875rem;
  }
}
.p-topSec04Schedule__table thead th:first-child {
  width: 4.375rem;
}
@media screen and (min-width: 767px) {
  .p-topSec04Schedule__table thead th:first-child {
    width: 14.375rem;
    padding-left: 2.1875rem;
    letter-spacing: 0.3em;
  }
}
.p-topSec04Schedule__table thead th:nth-child(3) {
  width: 3.125rem;
}
@media screen and (min-width: 767px) {
  .p-topSec04Schedule__table thead th:nth-child(3) {
    width: 5rem;
  }
}
.p-topSec04Schedule__table thead th:nth-child(5) {
  width: 2.5rem;
}
@media screen and (min-width: 767px) {
  .p-topSec04Schedule__table thead th:nth-child(5) {
    width: 5rem;
  }
}
@media screen and (min-width: 767px) {
  .p-topSec04Schedule__table thead th:last-child {
    width: 6.875rem;
    padding-right: 1.875rem;
  }
}
.p-topSec04Schedule__table tbody th,
.p-topSec04Schedule__table tbody td {
  font-weight: 600;
  background-image: radial-gradient(circle, #000000 0.5px, transparent 0.5px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 3px 1px;
  padding: 0.75rem 0;
}
@media screen and (min-width: 767px) {
  .p-topSec04Schedule__table tbody th,
  .p-topSec04Schedule__table tbody td {
    padding: 2rem 0;
  }
}
.p-topSec04Schedule__table tbody th {
  font-size: 0.8125rem;
}
@media screen and (min-width: 767px) {
  .p-topSec04Schedule__table tbody th {
    font-size: 1.25rem;
    padding-left: 2.1875rem;
  }
}
.p-topSec04Schedule__table tbody td {
  font-size: 0.75rem;
}
@media screen and (min-width: 767px) {
  .p-topSec04Schedule__table tbody td {
    font-size: 1.125rem;
  }
  .p-topSec04Schedule__table tbody td:last-child.p-topSec04Schedule__line::before {
    left: calc(50% - 0.9375rem);
  }
}

.p-topSec04Schedule__time01,
.p-topSec04Schedule__time02 {
  display: block;
}
@media screen and (min-width: 767px) {
  .p-topSec04Schedule__time01,
  .p-topSec04Schedule__time02 {
    display: inline;
  }
}

.p-topSec04Schedule__time02 {
  rotate: 90deg;
  padding-block: 0.2em;
}
@media screen and (min-width: 767px) {
  .p-topSec04Schedule__time02 {
    rotate: unset;
    padding-block: 0;
  }
}

.p-topSec04Schedule__line {
  position: relative;
}
.p-topSec04Schedule__line::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 8px;
  height: 1px;
  background: var(--color_bodytxt);
}
@media screen and (min-width: 767px) {
  .p-topSec04Schedule__line::before {
    width: 20px;
    height: 2px;
  }
}

.p-topSec04Schedule__active {
  position: relative;
}

.p-topSec04Box02 {
  margin-top: 6.25rem;
}
@media screen and (min-width: 767px) {
  .p-topSec04Box02 {
    margin-top: 10.625rem;
  }
  .p-topSec04Box02 .p-topSec04Grid {
    grid-template-columns: 1fr min(37.2727272727vw, 25.625rem);
    grid-template-areas: "image texts";
  }
}

section.p-topSec04Box03 {
  margin: 5.625rem auto 0;
  width: calc(100% - var(--contentsPadding) * 2);
  background: var(--color0beige01);
  padding-block: 3.125rem 4.375rem;
}
@media screen and (min-width: 767px) {
  section.p-topSec04Box03 {
    margin: 10.625rem auto 0;
    width: min(100% - var(--contentsPadding) * 2, 73.75rem);
    padding-block: 6rem;
  }
}

.p-topSec04Box03__grid {
  display: grid;
  grid-template-columns: 100%;
}
@media screen and (min-width: 767px) {
  .p-topSec04Box03__grid {
    grid-template-columns: min(38.6363636364vw, 26.5625rem) 1fr;
    gap: 0 min(6.3636363636vw, 4.375rem);
    align-items: center;
  }
}

.p-topSec04Box03__texts {
  display: contents;
}
@media screen and (min-width: 767px) {
  .p-topSec04Box03__texts {
    display: revert;
  }
}

.p-topSec04Box03__title {
  font-weight: 600;
  font-size: 1.25rem;
  order: 1;
}
@media screen and (min-width: 767px) {
  .p-topSec04Box03__title {
    font-size: min(2.3636363636vw, 1.625rem);
  }
}

.p-topSec04Box03__text {
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  margin-top: 1.125rem;
  font-family: var(--notoGothic);
  order: 2;
}
@media screen and (min-width: 767px) {
  .p-topSec04Box03__text {
    font-size: 1.0625rem;
    margin-top: 1.25rem;
    letter-spacing: 0;
  }
}

.p-topSec04Box03__num {
  margin-top: 1.375rem;
  padding-left: 0.3125rem;
  order: 3;
}
.p-topSec04Box03__num a {
  position: relative;
  display: block;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.03em;
  line-height: 1;
  padding-left: 2.1875rem;
}
@media screen and (min-width: 767px) {
  .p-topSec04Box03__num a {
    font-size: 2.3125rem;
    padding-left: 2.1875rem;
  }
}
.p-topSec04Box03__num a::before {
  content: "";
  position: absolute;
  top: 60%;
  translate: 0 -50%;
  left: 0;
  width: 1.5rem;
  aspect-ratio: 1/1;
  background: url(../img/common/icn_tel01.svg) no-repeat center center/contain;
}
@media screen and (min-width: 767px) {
  .p-topSec04Box03__num a::before {
    width: 1.625rem;
  }
}

.p-topSec04Box03__date {
  position: relative;
  font-size: 0.875rem;
  letter-spacing: 0.025em;
  margin-top: 0.8125rem;
  padding-left: 0.625rem;
  font-family: var(--notoGothic);
  order: 4;
}
@media screen and (min-width: 767px) {
  .p-topSec04Box03__date {
    font-size: 1.0625rem;
    margin-top: 0.3125rem;
    padding-left: 1.4375rem;
    letter-spacing: 0.03em;
  }
}
.p-topSec04Box03__date::before {
  content: "";
  position: absolute;
  top: calc((2em - 0.375rem) / 2);
  left: 0;
  width: 0.375rem;
  aspect-ratio: 1/1;
  border-radius: 100vmax;
  background: #ed8d41;
}
@media screen and (min-width: 767px) {
  .p-topSec04Box03__date::before {
    top: calc((2em - 0.625rem) / 2);
    width: 0.625rem;
  }
}

.p-topSec04Box03__image {
  order: 5;
  margin-top: 2.5rem;
}
@media screen and (min-width: 767px) {
  .p-topSec04Box03__image {
    margin-top: 0;
  }
}

.p-topSec04Box03__button {
  order: 6;
  text-align: center;
  margin-top: 2.5rem;
}
@media screen and (min-width: 767px) {
  .p-topSec04Box03__button {
    text-align: left;
    margin-top: 0.9375rem;
  }
}

/* --------------------------------------------------
p-topImageArea
-------------------------------------------------- */
.p-topImageArea {
  margin-top: 6.25rem;
}
@media screen and (min-width: 767px) {
  .p-topImageArea {
    margin-top: 13.125rem;
  }
}

/* --------------------------------------------------
.p-about01Box01
-------------------------------------------------- */
.p-about01Box01 {
  margin-top: 3.75rem;
  overflow-x: hidden;
}
@media screen and (min-width: 980px) {
  .p-about01Box01 {
    margin-top: 6.25rem;
    display: grid;
    grid-template-columns: 1fr 40%;
    gap: 0 4%;
    align-items: center;
  }
}

@media screen and (min-width: 980px) {
  .p-about01Box01__texts {
    display: grid;
    grid-template-columns: 21% 1fr;
    gap: 0 10%;
  }
}

.p-about01Box01__title {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.6875;
  opacity: 0;
}
@media screen and (max-width: 979px) {
  body.is-loaded .p-about01Box01__title {
    animation: fadeIn 1s 0.9s ease-in-out forwards;
  }
}
@media screen and (min-width: 980px) {
  .p-about01Box01__title {
    font-size: 2rem;
    line-height: 1.75;
    writing-mode: vertical-rl;
  }
  .p-about01Box01__title.is-show {
    animation: fadeIn 1s 0s ease-in-out forwards;
  }
}

.p-about01Box01__textWrap {
  display: grid;
  grid-template-columns: 100%;
  gap: 2em 0;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 2.0666666667;
  letter-spacing: -0.05em;
  margin-top: 1.875rem;
}
@media screen and (min-width: 980px) {
  .p-about01Box01__textWrap {
    font-size: min(1.4545454545vw, 1rem);
    line-height: 2;
    margin-top: 0;
  }
  .p-about01Box01__textWrap.c-fade {
    animation-delay: 0.4s;
  }
}

.p-about01Box01__image {
  width: 75%;
  margin: 4.375rem 0 0 auto;
}
@media screen and (min-width: 980px) {
  .p-about01Box01__image {
    width: 100%;
    margin: 0;
  }
  .p-about01Box01__image.c-fade {
    animation-delay: 0.8s;
  }
}

.p-about01Box02 {
  margin-top: 4.375rem;
}
@media screen and (min-width: 980px) {
  .p-about01Box02 {
    margin-top: 5.625rem;
    display: grid;
    grid-template-columns: 42% 1fr;
    grid-template-areas: "image textWrap";
    gap: 0 12%;
  }
}

.p-about01Box02__textWrap {
  display: grid;
  grid-template-columns: 100%;
  gap: 2em 0;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 2.0666666667;
  letter-spacing: -0.05em;
  margin-top: 1.875rem;
}
@media screen and (min-width: 980px) {
  .p-about01Box02__textWrap {
    grid-area: textWrap;
    font-size: min(1.4545454545vw, 1rem);
    line-height: 2;
    margin-top: 0;
    padding-top: 1.875rem;
  }
  .p-about01Box02__textWrap.c-fade {
    animation-delay: 0.4s;
  }
}

.p-about01Box02__image {
  width: 80%;
  margin-top: 4.375rem;
}
@media screen and (min-width: 980px) {
  .p-about01Box02__image {
    grid-area: image;
    width: 100%;
    margin-top: 0;
  }
}

.p-about01__image {
  width: calc(100% + var(--contentsPadding) * 2);
  margin: 5.5rem calc(var(--contentsPadding) * -1) 0;
}
@media screen and (min-width: 980px) {
  .p-about01__image {
    max-width: 58.75rem;
    margin: 7.1875rem auto 0;
  }
}

/* --------------------------------------------------
p-aboutSec02
-------------------------------------------------- */
section.p-aboutSec02 {
  background: #f9f7f3 url(../img/common/bg_ill01_sp.png) no-repeat left top/100% auto;
  padding-block: calc(5.3333333333vw + 7.5rem) 7.1875rem;
  margin-top: 6.5625rem;
}
@media screen and (min-width: 767px) {
  section.p-aboutSec02 {
    background-image: url(../img/common/bg_ill01.png);
    padding-block: calc(8.59375vw + 5.3125rem) 12.1875rem;
    margin-top: 10rem;
  }
}

.p-aboutSec02__inner {
  margin: 0 auto;
  background: white;
  width: calc(100% - var(--contentsPadding) * 2);
  padding-block: 3.9375rem 5.625rem;
}
@media screen and (min-width: 767px) {
  .p-aboutSec02__inner {
    width: min(100% - var(--contentsPadding) * 2, 73.75rem);
    padding-block: 7.5rem 10rem;
  }
}

.p-topSec02Box01 {
  margin-top: 3.9375rem;
}
@media screen and (min-width: 767px) {
  .p-topSec02Box01 {
    margin-top: 5.9375rem;
  }
}

.p-topSec02Box01__item:not(:last-child) {
  padding-bottom: 3.9375rem;
  background-image: radial-gradient(circle, #113a57 0.5px, transparent 0.5px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 3px 1px;
  margin-bottom: 2.1875rem;
}
@media screen and (min-width: 767px) {
  .p-topSec02Box01__item:not(:last-child) {
    padding-bottom: 6.5625rem;
    background-image: radial-gradient(circle, #113a57 1px, transparent 1px);
    background-size: 8px 2px;
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 767px) {
  .p-topSec02Box01__item > * {
    max-width: 57.5rem;
    margin-inline: auto;
  }
}

.p-topSec02Box01__itemWrap01 {
  display: grid;
  grid-template-columns: 100%;
}
@media screen and (min-width: 767px) {
  .p-topSec02Box01__itemWrap01 {
    grid-template-columns: 1fr 49%;
    grid-template-areas: "texts image01";
    gap: 0 8%;
    align-items: center;
  }
}

.p-topSec02Box01__itemWrap02 {
  display: grid;
  grid-template-columns: 100%;
}
@media screen and (min-width: 767px) {
  .p-topSec02Box01__itemWrap02 {
    grid-template-columns: 49% 1fr;
    grid-template-areas: "image01 texts";
    gap: 0 8%;
    align-items: center;
  }
}

.p-topSec02Box01__itemWrap03 {
  display: grid;
  grid-template-columns: 100%;
}
@media screen and (min-width: 767px) {
  .p-topSec02Box01__itemWrap03 {
    grid-template-columns: 1fr 50%;
    grid-template-areas: "num num" "title text" "image01 image01" "imageWrap imageWrap";
    gap: 0 8%;
  }
  .p-topSec02Box01__itemWrap03 .p-topSec02Box01__num {
    grid-area: num;
  }
  .p-topSec02Box01__itemWrap03 .p-topSec02Box01__texts {
    display: contents;
  }
  .p-topSec02Box01__itemWrap03 .p-topSec02Box01__title {
    grid-area: title;
  }
  .p-topSec02Box01__itemWrap03 .p-topSec02Box01__text {
    grid-area: text;
  }
}

.p-topSec02Box01__texts {
  display: contents;
}
@media screen and (min-width: 767px) {
  .p-topSec02Box01__texts {
    display: revert;
    grid-area: texts;
  }
}

.p-topSec02Box01__num {
  font-weight: 500;
  font-size: 2.1875rem;
  color: var(--color_orange01);
  line-height: 1;
  order: 1;
}
@media screen and (min-width: 767px) {
  .p-topSec02Box01__num {
    font-size: min(4.6363636364vw, 3.1875rem);
  }
}

.p-topSec02Box01__image01 {
  order: 2;
  margin-top: 0.625rem;
}
@media screen and (max-width: 766px) {
  .p-topSec02Box01__itemWrap02 .p-topSec02Box01__image01 {
    margin: 0 -0.5625rem 0.375rem;
  }
}
@media screen and (min-width: 767px) {
  .p-topSec02Box01__image01 {
    grid-area: image01;
    margin-top: 1.25rem;
  }
  .p-topSec02Box01__itemWrap02 .p-topSec02Box01__image01 {
    width: 95%;
    margin-inline: auto;
  }
  .p-topSec02Box01__itemWrap03 .p-topSec02Box01__image01 {
    margin: 4.6875rem auto 0;
    max-width: 55.375rem;
  }
}

.p-topSec02Box01__title {
  order: 3;
  font-weight: 600;
  font-size: 1.1875rem;
  line-height: 1.7368421053;
  margin-top: 1.875rem;
  letter-spacing: -0.025em;
}
@media screen and (min-width: 767px) {
  .p-topSec02Box01__title {
    font-size: min(2.2033898305vw, 1.625rem);
    line-height: 1.7692307692;
    margin-top: 1.0625rem;
    letter-spacing: 0;
  }
}

.p-topSec02Box01__text {
  order: 4;
  font-size: 0.9375rem;
  letter-spacing: 0.025em;
  margin-top: 1.25rem;
  font-family: var(--notoGothic);
}
@media screen and (min-width: 767px) {
  .p-topSec02Box01__text {
    font-size: 1.0625rem;
    margin-top: 1.25rem;
    letter-spacing: 0;
  }
}

.p-topSec02Box01__imageWrap {
  margin-top: 3.4375rem;
  display: grid;
  grid-template-columns: 100%;
  gap: 0.3125rem 0;
  order: 5;
}
@media screen and (min-width: 767px) {
  .p-topSec02Box01__imageWrap {
    margin: 0.8125rem auto 0;
    max-width: 55.375rem;
    grid-area: imageWrap;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 0.8125rem;
  }
}

/* --------------------------------------------------
p-firstSec01
-------------------------------------------------- */
.p-firstSec01 {
  margin-top: 3.75rem;
}
@media screen and (min-width: 767px) {
  .p-firstSec01 {
    margin-top: 5.625rem;
  }
}

@media screen and (min-width: 980px) {
  .p-firstSec01__grid {
    display: grid;
    grid-template-columns: 1fr min(56.3636363636vw, 38.75rem);
  }
}

.p-firstSec01__title {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.6875;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 980px) {
  .p-firstSec01__title {
    font-size: min(2.4545454545vw, 1.6875rem);
    line-height: 1.8888888889;
  }
}

.p-firstSec01__body {
  margin-top: 1.875rem;
  display: grid;
  grid-template-columns: 100%;
  gap: 1.875rem 0;
}
@media screen and (min-width: 980px) {
  .p-firstSec01__body {
    margin-top: 0;
  }
}

.p-firstSec01__text {
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 2.0666666667;
  letter-spacing: -0.07em;
}
@media screen and (min-width: 980px) {
  .p-firstSec01__text {
    font-size: 1rem;
    line-height: 2.25;
    letter-spacing: -0.02em;
  }
}

/* --------------------------------------------------
p-firstSec02
-------------------------------------------------- */
section.p-firstSec02 {
  background: #f9f7f3 url(../img/common/bg_ill01_sp.png) no-repeat left top/100% auto;
  padding-block: calc(5.3333333333vw + 7.1875rem) 7.1875rem;
  margin-top: 4.1875rem;
}
@media screen and (min-width: 767px) {
  section.p-firstSec02 {
    background-image: url(../img/common/bg_ill01.png);
    padding-block: calc(8.59375vw + 6.25rem) 12.1875rem;
    margin-top: 6.875rem;
  }
}

.p-firstSec02__inner {
  margin: 0 auto;
  background: white;
  width: calc(100% - var(--contentsPadding) * 2);
  padding-block: 4.25rem;
}
@media screen and (max-width: 766px) {
  .p-firstSec02__inner .l-wrap {
    --contentsPadding: 0.9375rem;
  }
}
@media screen and (min-width: 767px) {
  .p-firstSec02__inner {
    width: min(100% - var(--contentsPadding) * 2, 73.75rem);
    padding-block: 7.8125rem 10rem;
  }
}

.p-firstSec02Flow {
  margin-top: 4.375rem;
}
@media screen and (min-width: 980px) {
  .p-firstSec02Flow {
    margin: 6.5625rem auto 0;
    max-width: 58.75rem;
    padding-left: 2.8125rem;
  }
}

section.p-firstSec02Flow__item {
  display: grid;
  grid-template-columns: 100%;
  gap: 1.5625rem 0;
}
@media screen and (min-width: 980px) {
  section.p-firstSec02Flow__item {
    grid-template-columns: min(27.34375vw, 350px) 1fr;
    gap: 0;
    align-items: start;
  }
}
section.p-firstSec02Flow__item:first-child {
  padding-bottom: 4.6875rem;
}
@media screen and (min-width: 980px) {
  section.p-firstSec02Flow__item:first-child {
    padding-bottom: 6.25rem;
  }
}
section.p-firstSec02Flow__item:nth-child(2), section.p-firstSec02Flow__item:nth-child(3) {
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 980px) {
  section.p-firstSec02Flow__item:nth-child(2), section.p-firstSec02Flow__item:nth-child(3) {
    padding-bottom: 3.75rem;
  }
}
section.p-firstSec02Flow__item:not(:last-child) {
  position: relative;
}
section.p-firstSec02Flow__item:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 2.5rem;
  left: 1.4375rem;
  width: 2px;
  height: calc(100% - 4.0625rem);
  background-image: radial-gradient(circle, #ee8e41 1px, transparent 1px);
  background-position: left top;
  background-repeat: repeat-y;
  background-size: 2px 6px;
}
@media screen and (min-width: 980px) {
  section.p-firstSec02Flow__item:not(:last-child)::before {
    top: 3.4375rem;
    left: min(2.65625vw, 34px);
    height: calc(100% - 4.5625rem);
    background-size: 2px 8px;
  }
}
section.p-firstSec02Flow__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: calc(100% - 1.5rem);
  left: 1.5rem;
  translate: -50% 0;
  width: 1rem;
  height: auto;
  aspect-ratio: 11/7;
  background: url(../img/first/arw_sec02_flow01.svg) no-repeat center center/contain;
  visibility: visible;
}
@media screen and (min-width: 980px) {
  section.p-firstSec02Flow__item:not(:last-child)::after {
    width: 0.75rem;
    left: min(2.734375vw, 35px);
  }
}

.p-firstSec02Flow__heading {
  display: grid;
  grid-template-columns: 2.9375rem 1fr;
  gap: 0 0.8125rem;
  align-items: center;
}
@media screen and (min-width: 980px) {
  .p-firstSec02Flow__heading {
    grid-template-columns: min(5.46875vw, 70px) 1fr;
    gap: 0 min(1.796875vw, 23px);
  }
}

.p-firstSec02Flow__num {
  width: 100%;
  aspect-ratio: 94/60;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 500;
  font-size: 1.0625rem;
  line-height: 1;
  background: url(../img/first/bg_sec02_flow01.svg) no-repeat center center/contain;
}
@media screen and (min-width: 980px) {
  .p-firstSec02Flow__num {
    font-size: min(2.03125vw, 26px);
  }
}

.p-firstSec02Flow__title {
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1;
}
@media screen and (min-width: 980px) {
  .p-firstSec02Flow__title {
    font-size: min(2.03125vw, 26px);
  }
}

.p-firstSec02Flow__body {
  padding-left: 3.75rem;
}
@media screen and (min-width: 980px) {
  .p-firstSec02Flow__body {
    padding-left: 0;
  }
}

.p-firstSec02Flow__text01 {
  font-size: 0.9375rem;
  font-family: var(--notoGothic);
  letter-spacing: -0.01em;
}
@media screen and (min-width: 980px) {
  .p-firstSec02Flow__text01 {
    font-size: 1.0625rem;
    letter-spacing: 0;
  }
}

.p-firstSec02Flow__text02 {
  font-size: 0.8125rem;
  font-family: var(--notoGothic);
  margin-top: 1.875rem;
}
@media screen and (min-width: 980px) {
  .p-firstSec02Flow__text02 {
    font-size: 1.0625rem;
    margin-top: 2.0625rem;
  }
}

.p-firstSec02Flow__list {
  margin-top: 0.4375rem;
}
@media screen and (min-width: 980px) {
  .p-firstSec02Flow__list {
    margin-top: 0;
  }
}
.p-firstSec02Flow__list li {
  position: relative;
  font-size: 0.9375rem;
  font-family: var(--notoGothic);
  letter-spacing: -0.01em;
  padding-left: 1.25rem;
  float: none;
}
@media screen and (min-width: 980px) {
  .p-firstSec02Flow__list li {
    font-size: 1.0625rem;
  }
}
.p-firstSec02Flow__list li::before {
  content: "";
  position: absolute;
  top: calc((2em - 0.375rem) / 2);
  left: 0.3125rem;
  width: 0.5rem;
  aspect-ratio: 1/1;
  border-radius: 100vmax;
  background: var(--color_orange01);
}

.p-firstSec02Contact {
  margin-top: 1.875rem;
  display: grid;
  grid-template-columns: 100%;
  gap: 0.9375rem 0;
  max-width: 27.5rem;
}
@media screen and (min-width: 980px) {
  .p-firstSec02Contact {
    margin-top: 3.125rem;
    gap: 0.9375rem 0;
  }
}

.p-firstSec02Contact__item {
  background: white;
  width: 100%;
  min-height: 8.125rem;
  padding-block: 1.5rem 1.125rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  border: 1px solid var(--color_bodytxt);
}
@media screen and (min-width: 980px) {
  .p-firstSec02Contact__item {
    min-height: 10.25rem;
    padding-block: 1.375rem;
  }
}

.p-firstSec02Contact__title {
  font-weight: 600;
  font-size: 0.75rem;
}
@media screen and (min-width: 980px) {
  .p-firstSec02Contact__title {
    font-size: 1.125rem;
    letter-spacing: -0.05em;
  }
}

.p-firstSec02Contact__num {
  position: relative;
  display: block;
  font-weight: 500;
  font-size: 1.5625rem;
  letter-spacing: 0.03em;
  line-height: 1;
  padding-left: 1.75rem;
  width: fit-content;
  margin-inline: auto;
  margin-top: 0.375rem;
}
@media screen and (min-width: 980px) {
  .p-firstSec02Contact__num {
    font-size: 2.3125rem;
    padding-left: 2.5rem;
  }
}
.p-firstSec02Contact__num::before {
  content: "";
  position: absolute;
  top: 60%;
  translate: 0 -50%;
  left: 0;
  width: 1.125rem;
  aspect-ratio: 1/1;
  background: url(../img/common/icn_tel01.svg) no-repeat center center/contain;
}
@media screen and (min-width: 980px) {
  .p-firstSec02Contact__num::before {
    width: 1.75rem;
  }
}

.p-firstSec02Contact__text {
  font-weight: 500;
  font-size: 0.6875rem;
  line-height: 1.5652173913;
  letter-spacing: 0.03em;
  margin-top: 0.8125rem;
}
@media screen and (min-width: 980px) {
  .p-firstSec02Contact__text {
    font-size: 1.0625rem;
  }
}

.p-firstSec02Contact__button {
  margin-top: 0.625rem;
}
.p-firstSec02Contact__button a {
  position: relative;
  display: block;
  text-align: center;
  width: 12.1875rem;
  padding: 1em 2.8125rem;
  border-radius: 100vmax;
  background: var(--color_orange01);
  color: white;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.3;
  letter-spacing: 0.06em;
  font-family: var(--zenKakuGothic);
}
@media screen and (min-width: 980px) {
  .p-firstSec02Contact__button a {
    min-width: 17.8125rem;
    padding: 1em 3.4375rem;
    font-size: 1.0625rem;
  }
}
.p-firstSec02Contact__button a:link, .p-firstSec02Contact__button a:visited, .p-firstSec02Contact__button aa:hover, .p-firstSec02Contact__button a:active {
  color: white;
}
.p-firstSec02Contact__button a::before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 1.375rem;
  width: 0.5rem;
  aspect-ratio: 1/1;
  border-top: 1px solid white;
  border-right: 1px solid white;
  rotate: 45deg;
}
@media screen and (min-width: 980px) {
  .p-firstSec02Contact__button a::before {
    right: 1.8125rem;
    width: 0.625rem;
  }
}
@media (any-hover: hover) {
  .p-firstSec02Contact__button a {
    transition: background-color 0.3s;
  }
  .p-firstSec02Contact__button a:hover {
    background: var(--color_orange02);
  }
}

body:has(.p-contact) {
  --footerMargin: 12rem;
}
@media screen and (min-width: 767px) {
  body:has(.p-contact) {
    --footerMargin: 16rem;
  }
}

/* --------------------------------------------------
p-contactSec01
-------------------------------------------------- */
.p-contactSec01 {
  margin-top: 3.75rem;
}
@media screen and (min-width: 767px) {
  .p-contactSec01 {
    margin-top: 7.5rem;
    text-align: center;
  }
}

.p-contactSec01__title {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.6875;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 767px) {
  .p-contactSec01__title {
    font-size: 1.875rem;
    letter-spacing: 0;
  }
}
.p-contactSec01__title.m-thanks {
  text-align: center;
}
@media screen and (min-width: 767px) {
  .p-contactSec01__title.m-thanks {
    letter-spacing: -0.08em;
  }
}

.p-contactSec01__text {
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 2.0666666667;
  letter-spacing: -0.01em;
  margin-top: 1.25rem;
}
@media screen and (min-width: 767px) {
  .p-contactSec01__text {
    font-size: 1rem;
    line-height: 2.0625;
  }
}

.p-contactSec01__list {
  margin-top: 1.25rem;
}
@media screen and (min-width: 767px) {
  .p-contactSec01__list {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
}
.p-contactSec01__list li {
  position: relative;
  padding-left: 1.5em;
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1.84;
  float: none;
}
@media screen and (min-width: 767px) {
  .p-contactSec01__list li {
    font-size: 0.8125rem;
    line-height: 2;
  }
}
.p-contactSec01__list li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.p-contactSec01__button {
  text-align: center;
  margin-top: 4.375rem;
}

/* --------------------------------------------------
p-contactSec02
-------------------------------------------------- */
.p-contactSec02 {
  margin-top: 4.6875rem;
  font-family: var(--notoGothic);
}
@media screen and (min-width: 767px) {
  .p-contactSec02 {
    margin-top: 8.75rem;
  }
}

.p-contactForm {
  display: grid;
  grid-template-columns: 100%;
  gap: 1.875rem;
}
@media screen and (min-width: 767px) {
  .p-contactForm {
    gap: 2.875rem;
    max-width: 48.125rem;
    margin-inline: auto;
  }
}
.p-contactForm dt {
  line-height: 1;
  position: relative;
  padding-left: 3.4375rem;
  font-size: 0.9375rem;
}
@media screen and (min-width: 767px) {
  .p-contactForm dt {
    padding: 0.6875rem 0 0;
    font-size: 1.125rem;
  }
}
.p-contactForm dt .p-contactForm__icon {
  position: absolute;
  top: -0.0625rem;
  left: 0;
}
@media screen and (min-width: 767px) {
  .p-contactForm dt .p-contactForm__icon {
    top: 0.6875rem;
    left: auto;
    right: 0;
  }
}
.p-contactForm dd {
  margin-top: 1.25rem;
}
@media screen and (min-width: 767px) {
  .p-contactForm dd {
    margin-top: 0;
  }
}
.p-contactForm input {
  background: #f2f4f6;
  border-radius: 5px;
  font-size: 1rem;
  padding: 0.8em;
  width: 100%;
}
@media screen and (min-width: 767px) {
  .p-contactForm input {
    border-radius: 3px;
    padding: 0.6em;
    font-size: 1.125rem;
  }
}
.p-contactForm textarea {
  background: #f2f4f6;
  border-radius: 5px;
  font-size: 1rem;
  line-height: 1.5;
  padding: 0.8em;
  height: 13.125rem;
  width: 100%;
  resize: vertical;
}
@media screen and (min-width: 767px) {
  .p-contactForm textarea {
    border-radius: 3px;
    padding: 0.6em;
    height: 15rem;
    font-size: 1.125rem;
  }
}
.p-contactForm p.error {
  color: #b03121;
  font-size: 0.875rem;
  margin-top: 0.2em;
}
@media screen and (min-width: 767px) {
  .p-contactForm p.error {
    font-size: 0.75rem;
  }
}

@media screen and (min-width: 767px) {
  .p-contactForm__item {
    display: grid;
    grid-template-columns: 31% 1fr;
    gap: 0 3.8%;
    align-items: start;
  }
}

.p-contactForm__icon {
  width: 2.625rem;
  aspect-ratio: 42/20;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.6875rem;
  text-align: center;
  border-radius: 3px;
  background: #b03121;
  color: white;
}
@media screen and (min-width: 767px) {
  .p-contactForm__icon {
    width: 3.3125rem;
    aspect-ratio: 53/22;
    font-size: 0.8125rem;
  }
}

.p-contactForm__privacy {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.625rem 0;
}
@media screen and (min-width: 767px) {
  .p-contactForm__privacy {
    margin-top: 5.9375rem;
    flex-direction: row-reverse;
    justify-content: center;
    gap: 0 0.625rem;
    align-items: start;
  }
  .p-contactForm__privacy .p-contactForm__icon {
    margin-top: 0.375rem;
  }
}
.p-contactForm__privacy input[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  overflow: hidden;
  padding: 0;
  clip: rect(0, 0, 0, 0);
}
.p-contactForm__privacy input[type=checkbox]:checked + span::after {
  opacity: 1;
}
.p-contactForm__privacy input[type=checkbox] + span {
  position: relative;
  padding-left: 1.875rem;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 767px) {
  .p-contactForm__privacy input[type=checkbox] + span {
    padding-left: 2.5rem;
    font-size: 1.125rem;
    letter-spacing: 0;
  }
}
.p-contactForm__privacy input[type=checkbox] + span::before {
  content: "";
  position: absolute;
  top: 0.1875rem;
  left: 0;
  border: 1px solid #898989;
  background: #fff;
  width: 1.0625rem;
  aspect-ratio: 1/1;
  border-radius: 3px;
}
@media screen and (min-width: 767px) {
  .p-contactForm__privacy input[type=checkbox] + span::before {
    width: 1.375rem;
  }
}
.p-contactForm__privacy input[type=checkbox] + span::after {
  content: "";
  position: absolute;
  top: 0.25rem;
  left: 0.3125rem;
  border-bottom: 1px solid #898989;
  border-right: 1px solid #898989;
  width: 0.5rem;
  aspect-ratio: 5/7;
  rotate: 45deg;
  opacity: 0;
}
@media screen and (min-width: 767px) {
  .p-contactForm__privacy input[type=checkbox] + span::after {
    top: 0.3125rem;
    left: 0.4375rem;
    width: 0.5625rem;
  }
}
.p-contactForm__privacy input[type=checkbox] + span a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.p-contactForm__privacy p.error {
  color: #b03121;
  font-size: 0.875rem;
  margin-top: 0.2em;
}
@media screen and (min-width: 767px) {
  .p-contactForm__privacy p.error {
    font-size: 0.75rem;
    padding-left: 2.5rem;
  }
}

.p-contactForm__submit {
  width: 14.0625rem;
  aspect-ratio: 450/96;
  margin: 4.0625rem auto 0;
}
@media screen and (min-width: 767px) {
  .p-contactForm__submit {
    width: 17.8125rem;
    aspect-ratio: 285/56;
    margin: 4.6875rem auto 0;
  }
}
.p-contactForm__submit input {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 100vmax;
  background: var(--color_bodytxt);
  border: 1px solid var(--color_bodytxt);
  color: white;
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 0.06em;
  font-family: var(--zenKakuGothic);
  letter-spacing: 0.5em;
  padding-left: 0.5em;
  cursor: pointer !important;
}
@media screen and (min-width: 767px) {
  .p-contactForm__submit input {
    font-size: 1.0625rem;
  }
}
.p-contactForm__submit input[disabled] {
  opacity: 0.6;
  pointer-events: none;
}
.p-contactForm__submit input:link, .p-contactForm__submit input:visited, .p-contactForm__submit inputa:hover, .p-contactForm__submit input:active {
  color: white;
}
@media (any-hover: hover) {
  .p-contactForm__submit input {
    transition: color 0.3s, background-color 0.3s;
  }
  .p-contactForm__submit input:hover {
    color: var(--color_bodytxt);
    background: white;
    opacity: 1;
  }
}

@media screen and (min-width: 767px) {
  body:has(.p-privacy) {
    --footerMargin: 16rem;
  }
}

/* --------------------------------------------------
p-privacySec01
-------------------------------------------------- */
.p-privacySec01 {
  padding-top: calc(var(--headerHeight) + 4.375rem);
}
@media screen and (min-width: 767px) {
  .p-privacySec01 {
    padding-top: calc(var(--headerHeight) + 11.5625rem);
  }
  .p-privacySec01 .l-wrap {
    width: min(100%, 46.25rem + var(--contentsPadding) * 2);
  }
}

.p-privacySec01__title {
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 767px) {
  .p-privacySec01__title {
    font-size: 1.75rem;
  }
}

.p-privacySec01__text {
  font-family: var(--notoGothic);
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  margin-top: 0.9375rem;
  letter-spacing: -0.005em;
}
@media screen and (min-width: 767px) {
  .p-privacySec01__text {
    font-size: 1.0625rem;
    margin-top: 0.3125rem;
  }
}

.p-privacySec01Box {
  display: grid;
  grid-template-columns: 100%;
  gap: 3rem 0;
  margin-top: 2.5rem;
}
@media screen and (min-width: 767px) {
  .p-privacySec01Box {
    gap: 2.0625rem 0;
    margin-top: 1.875rem;
  }
}

.p-privacySec01Box__title {
  position: relative;
  font-weight: 600;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  padding-left: 1.25rem;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 767px) {
  .p-privacySec01Box__title {
    font-size: 1.375rem;
    padding-left: 1.375rem;
  }
}
.p-privacySec01Box__title::before {
  content: "";
  position: absolute;
  top: calc((2em - 0.5625rem) / 2);
  left: 0;
  width: 0.5625rem;
  aspect-ratio: 1/1;
  border-radius: 100vmax;
  background: var(--color_orange01);
}
@media screen and (min-width: 767px) {
  .p-privacySec01Box__title::before {
    top: calc((2em - 0.5rem) / 2);
    width: 0.5rem;
    margin-top: 0.125rem;
  }
}

.p-privacySec01Box__text {
  font-family: var(--notoGothic);
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  margin-top: 0.9375rem;
  letter-spacing: -0.005em;
}
@media screen and (min-width: 767px) {
  .p-privacySec01Box__text {
    font-size: 1.0625rem;
    margin-top: 0.3125rem;
  }
}