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

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 1.1111111111vw;
}

body {
  background-color: #FCF5E9;
  color: #131313;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

html,
body {
  height: 100dvh;
  /* iOSでの高さズレを防ぐ */
}

main {
  overflow-x: hidden;
}

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

picture {
  vertical-align: middle;
}

/* pcの電話番号発信対応 */
a[href^="tel:"] {
  pointer-events: none;
}

a {
  color: inherit;
  display: inline-block;
  text-decoration: none;
  transition: opacity 0.3s ease-in-out, filter 0.3s ease-in-out;
}

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

h1,
h2,
h3,
h4,
p,
a {
  color: #131313;
}

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

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

input,
textarea,
select {
  font: inherit;
}

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

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Set core body defaults */
body {
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

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

/* Make images easier to work with */
img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

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

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
.c-btn {
  align-items: center;
  background: #1E9563;
  border-radius: 3.125rem;
  color: #fff;
  display: inline-flex;
  font-size: 1.625rem;
  font-weight: 500;
  justify-content: center;
  padding: 1.75rem 8.0625rem;
  position: relative;
}
.c-btn--white {
  background: #fff;
  color: #489977;
  font-size: 1rem;
  font-weight: bold;
  padding: 1.1875rem 4.5rem 1.1875rem 3.0625rem;
}
.c-btn--contact {
  font-size: 1rem;
  padding: 1.0625rem 4.9375rem 1.0625rem 2.6875rem;
}

.c-btn__icon {
  content: "";
  height: 4rem;
  position: absolute;
  right: 1.75rem;
  top: 50%;
  transform: translateY(-50%);
  width: 4rem;
}
.c-btn__icon--white {
  height: 2.5rem;
  right: 1rem;
  width: 2.5rem;
}
.c-btn__icon--contact {
  height: 2.5rem;
  right: 1.25rem;
  width: 2.5rem;
}

.c-column2 {
  display: grid;
  gap: 1.875rem;
  grid-template-columns: repeat(2, 1fr);
}

.c-column2--gap60 {
  gap: 3.75rem;
}

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

.c-column4 {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(4, 1fr);
}

.c-table {
  border-bottom: 0.0625rem dashed #fff;
  border-collapse: collapse;
  border-top: 0.0625rem dashed #fff;
  color: #fff;
  width: 100%;
}

.c-table__data,
.c-table__head {
  border-bottom: 0.0625rem dashed #fff;
  font-weight: 400;
  padding: 1rem 1rem 0.875rem 1rem;
}

.c-table__head {
  width: 25%;
}

.c-table__data {
  text-align: left;
}

.c-table__row:nth-child(5) .c-table__head {
  vertical-align: top;
}

.p-concept {
  display: flex;
  justify-content: center;
  margin-top: 5rem;
  padding-bottom: 2rem;
  position: relative;
  width: 100%;
}
.p-concept::before, .p-concept::after {
  content: "";
  position: absolute;
}
.p-concept::before {
  background: url(../img/concept-img01@2x.webp) center center/contain no-repeat;
  height: 80.1875rem;
  left: -15.625rem;
  top: -26rem;
  width: 60.125rem;
  z-index: 0;
}
.p-concept::after {
  background: url(../img/concept-img02@2x.webp) center center/contain no-repeat;
  height: 60.375rem;
  right: -6.25rem;
  top: 67.5rem;
  width: 50.0625rem;
}

.p-concept__inner {
  margin-left: 22.5rem;
  margin-right: 8rem;
  max-width: 75rem;
  width: 100%;
}

.p-concept__title {
  color: #1E9563;
  font-size: 2.875rem;
  font-weight: 400;
  line-height: 1.4;
  margin-left: 14.75rem;
}

.p-concept__en {
  color: #1E9563;
  font-family: "Lexend Zetta", sans-serif;
  font-size: 1.4375rem;
  line-height: 1.2;
}

.p-concept__ja {
  display: block;
  letter-spacing: 0.01em;
  margin-left: -6.25rem;
  margin-right: -6.25rem;
  margin-top: 2.125rem;
}

.p-concept__ja-line1 {
  position: relative;
}

.p-concept__text {
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-top: 5.5rem;
  margin-left: 9rem;
}

.p-concept__text--sp {
  display: none;
}

.p-concept__text--span {
  display: block;
  line-height:1.4;
}
.p-concept__text--pc .p-concept__text--span.span2 {
  margin-top: 2rem;
}
.p-concept__text--pc .p-concept__text--span.span4 {
  margin-top: 2rem;
}
.p-concept__text--pc .p-concept__text--span.span6 {
  margin-top: 2rem;
}
.p-concept__text--pc .p-concept__text--span.span6 {
  margin-top: 2rem;
}
.p-concept__text--pc .p-concept__text--span.span8 {
  margin-top: 2rem;
}
.p-concept__text--pc .p-concept__text--span.span10 {
  margin-top: 2rem;
}
.p-concept__text--pc .p-concept__text--span.span11 {
  margin-top: 2rem;
}
.p-concept__text--pc .p-concept__text--span.span15 {
  margin-top: 2rem;
}
.p-concept__text--pc .p-concept__text--span.span17 {
  margin-top: 2rem;
}

.four-policy{
	margin-left: -15rem;
	margin-top: 5rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 42rem;
	gap: 2rem;
}

.policy-box img{
	width: 5rem;
	height: 5rem;
	object-fit: cover;
	margin: 0 auto;
}

.policy-box .policy-tit{
	font-weight: bold;
    font-family: "zen maru gothick";
    font-size: 1.2rem;
    text-align: center;
    margin: 1rem auto;
}

.fe4.policy-box .policy-tit{
	margin: 2rem auto;
}

.policy-box{
	width: 20rem;
	background: #FFFFFF;
    box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    padding: 2rem;
}

.p-concept__images {
  margin-top: -1.75rem;
  position: relative;
}

.p-concept__img {
  position: absolute;
}
.concept-bottom{
  text-align: center;
  margin-top: 46rem;
  margin-left: -10rem;
}

.p-concept__img03 {
  height: auto;
  left: -8.0625rem;
  top: 7.9375rem;
  width: 27.0625rem;
}

.p-concept__img04 {
  height: 15.5rem;
  left: -18.6875rem;
  top: 28rem;
  width: 20.25rem;
}

.p-concept__img05 {
  height: 11.125rem;
  left: 4.75rem;
  top: 27.125rem;
  width: 17.5rem;
}

.p-contact {
  padding-bottom: 6.375rem;
}

.p-contact__inner {
  display: flex;
  gap: 4.75rem;
  margin: 0 auto;
  max-width: 80.625rem;
  width: 100%;
}

.p-contact__title {
  color: #2A8751;
  font-size: 2.9375rem;
  font-weight: 400;
  margin-left: 4.25rem;
  max-width: 19.125rem;
  text-align: start;
  width: 100%;
}

.p-contact__en {
  color: #2A8751;
  display: block;
  font-family: "Lexend Zetta", sans-serif;
  font-size: 1.4375rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  margin-bottom: 1.75rem;
  margin-top: 0.6875rem;
}

.p-contact__text {
  color: #131313;
  font-size: 1.25rem;
}

.p-contact__container {
  background: #fff;
  border-radius: 2.5rem;
  display: flex;
  flex: 1;
  margin-top: 1.25rem;
  padding: 2.4375rem 3.4375rem 3.0625rem 3.4375rem;
}

.p-contact__item {
  align-items: center;
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
}
.p-contact__label {
  align-items: center;
  color: #131313;
  display: flex;
  font-size: 1.25rem;
  font-weight: bold;
  gap: 0.4375rem;
  margin-bottom: 1rem;
  margin-bottom: 1rem;
}
.p-contact__label--tel {
  margin-left: -2.4375rem;
  margin-top: 0.25rem;
}

.p-contact__icon {
  -o-object-fit: contain;
  color: #1E9563;
  height: auto;
  object-fit: contain;
  width: 1.75rem;
}
.p-contact__icon--tel {
  width: 1.4375rem;
}

.p-contact__divider {
  background: #1E9563;
  margin-left: 2.75rem;
  margin-right: 1.875rem;
  width: 0.0625rem;
}

.p-contact__tel {
  color: #1E9563;
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  letter-spacing: 0.1em;
  margin-left: -2.25rem;
  margin-top: -0.1875rem;
}

.p-event {
  margin-bottom: 5.5rem;
  position: relative;
}
.p-event::before {
  background: url(../img/schedule-bg03@2x.webp) no-repeat;
  background-size: contain;
  content: "";
  height: 56.25rem;
  position: absolute;
  right: -16.25rem;
  top: -43rem;
  width: 46rem;
}

.p-event__inner {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%;
}

.p-event__title {
  align-items: flex-start;
  color: #1E9563;
  display: flex;
  font-size: 2.875rem;
  font-weight: 400;
  justify-content: center;
  margin-left: 23.5rem;
}

.p-event__en {
  font-family: "Lexend Zetta", sans-serif;
  font-size: 1.375rem;
  letter-spacing: 0.1em;
  margin-left: 1.875rem;
  margin-top: 1.25rem;
}

.p-event__content {
  align-items: flex-start;
  display: flex;
}

.p-event__photos {
  flex: 0 0 45%;
  height: 37.5rem;
  position: relative;
}

.p-event__photo {
  position: absolute;
}

.p-event__photo--01 {
  height: auto;
  left: 4.1875rem;
  top: -0.8125rem;
  width: 25.5rem;
  z-index: 2;
}

.p-event__photo--02 {
  height: auto;
  left: 4rem;
  top: 15.3125rem;
  width: 10.625rem;
  z-index: 3;
}

.p-event__photo--03 {
  height: auto;
  left: 15rem;
  top: 15rem;
  width: 15.125rem;
  z-index: 4;
}

.p-event__photo--04 {
  height: auto;
  left: 3.25rem;
  top: 23.625rem;
  width: 12.25rem;
  z-index: 1;
}

.p-event__photo--05 {
  height: auto;
  left: 13rem;
  top: 26.125rem;
  width: 16.5rem;
  z-index: 2;
}

.p-event__calendar {
  -moz-column-gap: 0.875rem;
  column-gap: 0.875rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 3.75rem;
  position: relative;
  row-gap: 0.375rem;
}

.p-event__month {
  position: relative;
  transition: all 0.3s ease;
  pointer-events: none;
}
.p-event__month:hover .p-event__month-img--hover {
  opacity: 1;
}
.p-event__month:hover .p-event__month-img--normal {
  opacity: 0;
}

.p-event__month-bg {
  display: inline-block;
  height: auto;
  left: -0.125rem;
  position: relative;
  top: 0;
  width: 14.5rem;
}
.p-event__month-bg:hover .img-hover__hover {
  opacity: 1;
}
.p-event__month-bg:hover .img-hover__normal {
  opacity: 0;
}

.p-event__month-white {
  width: 100%;
}

.p-event__month-hover {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.3s ease;
  width: 100%;
}

.p-event__month-box {
  left: 1.5625rem;
  position: absolute;
  top: 1rem;
}

.p-event__month-item {
  align-items: flex-end;
  display: flex;
  gap: 0.8125rem;
  justify-content: flex-start;
}

.p-event__month-title {
  color: #3E893D;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 0.9375rem;
}
.p-event__month-title span {
  font-size: 1rem;
}

.p-event__photo-link {
  background: #3E893D;
  border-radius: 1.25rem;
  color: white;
  display: inline-block;
  font-size: 0.75rem;
  margin-bottom: 1.1875rem;
  padding: 0.125rem 0.625rem 0.125rem 0.625rem;
  position: relative;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.p-event__photo-link:hover, .p-event__photo-link:focus {
  background: #fff;
  border-color: #1E9563;
  color: #3E893D;
}
/* .p-event__photo-link::before {
  background: url(../img/arrow-left.svg) center center/contain no-repeat;
  content: "";
  height: 0.5625rem;
  left: 0.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: background 0.3s ease;
  width: 0.75rem;
} */

/* 親 a にカーソルが乗った時点で矢印だけ差し替え */
/* .p-event__month:hover .p-event__photo-link::before {
  background: url(../img/arrow-left-hover.svg) center/contain no-repeat;
} */

.p-event__event-list {
  list-style: none;
  margin-top: 0.125rem;
  padding: 0;
  text-align: left;
}

.p-event__event-item {
  line-height: 1.4;
  margin-bottom: 0.75rem;
  padding-left: 1.875rem;
  position: relative;
}
.p-event__event-item::before {
  background: url(../img/event-img-dot@2x.webp) center center/contain no-repeat;
  content: "";
  height: 1.5rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5rem;
}

.p-event__month:hover .p-event__photo-link,
.p-event__photo-link:hover,
.p-event__photo-link:focus {
  background: #FFFEEE;
  border: 0.125rem solid #B7DC8D;
  color: #3E893D;
  opacity: 0.9;
}

.p-event__photo--sp {
  position: absolute;
}

.p-event__photo--sp02 {
  aspect-ratio: 110/74;
  height: auto;
  left: 0;
  top: -1.875rem;
  width: 6.875rem;
  z-index: 1;
}

.p-event__photo--sp03 {
  aspect-ratio: 119/88;
  height: auto;
  right: 0;
  top: -2.25rem;
  width: 7.4375rem;
  z-index: 1;
}

.p-event__photo--sp04 {
  aspect-ratio: 95/102;
  height: auto;
  left: 0.625rem;
  top: 3.75rem;
  width: 5.9375rem;
  z-index: 1;
}

.p-event__photo--sp05 {
  aspect-ratio: 87/108;
  height: auto;
  right: 0.625rem;
  top: 3.75rem;
  width: 5.4375rem;
  z-index: 1;
}

.p-feature {
  background: url(../img/feature-bg@2x.webp) center center/100% 100% no-repeat;
  margin-top: -24rem;
  padding-bottom: 10rem;
  padding-top: 38.5rem;
  position: relative;
  width: 100%;
  z-index: -1;
}

.p-feature__inner {
  margin-inline: auto;
  max-width: 77.5rem;
  position: relative;
  width: 100%;
}
.p-feature__inner::after {
  background: url(../img/feature-chofu@2x.webp) center center/contain no-repeat;
  content: "";
  height: 25.8125rem;
  position: absolute;
  right: -6.5rem;
  top: -9.5rem;
  width: 28.25rem;
  z-index: 5;
}

.p-feature__title {
  color: #fff;
  font-size: 2.625rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.2;
}

.p-feature__en {
  display: block;
  font-family: "Lexend Zetta", sans-serif;
  font-size: 1.4375rem;
  line-height: 2.5;
  margin-top: 3rem;
}

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

.p-feature__item--long {
  position: relative;
  width: 100%;
}

.p-feature__img--long {
  position: relative;
}

.p-feature__items {
  display: grid;
  gap: 5.9375rem;
  grid-template-columns: repeat(2, 1fr);
  margin-inline: auto;
  margin-top: 6.5rem;
  row-gap: 2.5rem;
}

.p-feature__item {
  max-width: 36.375rem;
  position: relative;
  width: 100%;
}

.p-feature__img {
  height: 26rem;
  width: 36.375rem;
}

.p-feature__list .p-feature__item:nth-child(2), .p-feature__list .p-feature__item:nth-child(4) {
  margin-top: 3rem;
}

.p-feature__label--01 {
  left: -2.5rem;
  position: absolute;
  top: 17.25rem;
  width: 30.8125rem;
}

.p-feature__label--02 {
  left: -0.5rem;
  position: absolute;
  top: 15.875rem;
  width: 28.875rem;
}

.p-feature__label--03 {
  left: 0.5rem;
  position: absolute;
  top: 19.75rem;
  width: 15.25rem;
}

.p-feature__label--04 {
  left: 0rem;
  position: absolute;
  top: 19.75rem;
  width: 33.1875rem;
}

.p-feature__label--05 {
  left: -0.375rem;
  position: absolute;
  top: 16.625rem;
  width: 25.6875rem;
}

.p-feature__label-title {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 1rem;
}

.p-feature__text {
  color: #fff;
  font-size: 1.125rem;
  margin-top: 2rem;
}

.p-footer {
  background-image: url(../img/footer-bg@2x.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
  width: 100vw;
  /* 1600px 以上でも比率を保ったまま全面表示 */
}

.p-footer__inner {
  align-items: stretch;
  display: flex;
  margin: 0 auto;
  max-width: 90rem;
  min-height: 23.75rem;
  padding: 10.625rem 3.75rem 9.625rem 4.5rem;
  position: relative;
  z-index: 1;
}

.p-footer__wrap {
  align-items: flex-start;
  display: flex;
  flex: 0 0 48%;
  flex-direction: column;
  gap: 2rem;
  justify-content: flex-start;
  max-width: 31.25rem;
  min-width: 16.25rem;
}

.p-footer__logo {
  height: auto;
  width: 15.75rem;
}

.p-footer__nav {
  margin-left: 2.75rem;
  margin-top: 2.5625rem;
  max-width: 20.375rem;
  width: 100%;
}

.p-footer__nav-list {
  color: #fff;
  display: grid;
  font-size: 1rem;
  font-weight: 400;
  gap: 1.8125rem 1.5625rem;
  grid-template-columns: repeat(2, 1fr);
  list-style: none;
  margin: 0;
  padding: 0;
}
.p-footer__nav-list li {
  cursor: pointer;
  text-align: left;
  transition: opacity 0.2s;
}
.p-footer__nav-list li:hover {
  opacity: 0.7;
}

.p-footer__copyright {
  color: #fff;
  font-family: "Lexend Zetta", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.001em;
  margin-left: -0.6875rem;
  margin-top: 3.5rem;
  opacity: 0.8;
}

.p-gallery__bg-top {
  margin-top: 9.5rem;
}

.p-gallery__bg-bottom {
  margin-top: -0.3125rem;
}

.p-gallery {
  background: url(../img/gallery-bg@2x.webp) center center/cover no-repeat;
  margin-top: -0.3125rem;
  overflow: hidden;
  position: relative;
  padding-bottom: 1rem;
}
.p-gallery::before {
  content: "";
  position: absolute;
}

.p-gallery__inner {
  margin-inline: auto;
  max-width: 90rem;
  padding-inline: 1.25rem;
  padding-top: 9.5rem;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1;
}

.p-gallery__title {
  color: #fff;
  font-size: 2.9375rem;
  font-weight: 400;
}

.p-gallery__en {
  display: block;
  font-family: "Lexend Zetta", sans-serif;
  font-size: 1.375rem;
  letter-spacing: 0.1em;
  margin-top: 0.5rem;
}

.p-gallery__container {
  height: 45rem;
}

.swiper {
  margin-top: 6.5rem;
  backface-visibility: hidden;
}

.p-gallery__swiper {
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.swiper-wrapper {
  position: relative;
  will-change: transform;
  backface-visibility: hidden;
}

.swiper-slide {
  overflow: visible;
}

/* ② カード幅 */
.p-gallery__swiper .swiper-slide {
  padding-bottom: 3.75rem;
  transform: translateZ(0) translateY(-1.5rem);
  width: 40.4375rem;
  will-change: transform;
  backface-visibility: hidden;
}

.p-gallery__swiper .swiper-slide-active {
  transform: translateZ(0) scale(1.15);
  width: 40.4375rem;
}
.p-gallery__nav {
  -moz-column-gap: 6.25rem;
  align-items: center;
  bottom: -8rem;
  column-gap: 6.25rem;
  display: flex;
  justify-content: center;
  left: 50%;
  margin-inline: auto;
  max-width: 90rem;
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
  z-index: 10;
}

/* ================================
   本題のCSS
=============================== */
.p-gallery__swiper-container,
.p-gallery__swiper,
.p-gallery__swiper-wrapper,
.p-gallery__swiper-slide {
  position: relative;
}

/* 位置のreset */
.swiper-button-prev,
.swiper-button-next,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: unset;
  left: unset;
  margin: 0;
  padding: 0;
  position: relative;
  right: unset;
  /* ポイント！！ */
  top: unset;
}

/* =============================
   ナビゲーションボタン
============================= */
/* デフォルトのボタンを初期化 */
.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
  /* デフォルトのものを初期化 */
}

/* 各ボタンのカスタマイズ */
.swiper-button-prev,
.swiper-button-next {
  height: 5.25rem;
  width: 5.25rem;
}
.swiper-button-prev img,
.swiper-button-next img {
  height: 100%;
  width: 100%;
}

.swiper-button-prev {
  left: -1.25rem;
}

.swiper-button-next {
  right: -1.25rem;
}

/* =============================
   ページネーション (bullets)
============================= */
/* 位置の設定 (枠組み) */
.swiper-pagination-bullets.swiper-pagination-horizontal {
  width: -moz-fit-content;
  width: fit-content;
}

/* それぞれのページネーション */
.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  aspect-ratio: 1;
  background: #B7DC8D;
  border-radius: 50%;
  height: auto;
  margin-inline: 0.34375rem;
  opacity: 1;
  opacity: 0.5;
  width: 0.9375rem;
}

/* activeな部分 */
.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
  background: #B7DC8D;
  opacity: 1;
}

/* レスポンシブ対応 */
.p-galley__text {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  margin-top: 0.625rem;
  text-align: left;
}

.p-greeting__bg {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.p-greeting__inner {
  align-items: flex-start;
  display: flex;
  gap: 4.375rem;
  justify-content: center;
  margin: 0 auto;
  max-width: 67.3125rem;
  padding-top: 7.5rem;
}
.p-greeting__img-wrap {
  flex-shrink: 0;
  overflow: hidden;
}
.p-greeting__img {
  -o-object-fit: cover;
  display: block;
  height: auto;
  object-fit: cover;
  width: 31.8125rem;
}
.p-greeting__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 1.1875rem;
  min-width: 0;
  position: relative;
}
.p-greeting__en {
  color: #1E9563;
  font-family: "Lexend Zetta", sans-serif;
  font-size: 1.375rem;
  letter-spacing: 0.02em;
  margin-left: -0.375rem;
}
.p-greeting__title {
  color: #1E9563;
  font-size: 3.0625rem;
  font-weight: 400;
  letter-spacing: 0.004em;
  margin-left: -0.375rem;
  margin-top: 0.125rem;
}
.p-greeting__catch {
  font-size: 2.2rem;
  font-weight: 400;
  margin-top: 3.25rem;
}
.p-greeting__text {
  letter-spacing: 0.01em;
  line-height: 1.4;
  margin-top: 0.875rem;
}
.p-greeting__text p + p {
  margin-top: 1.5rem;
}
.p-greeting__footer {
  align-items: flex-end;
  display: flex;
  gap: 1.625rem;
  margin-left: 0.375rem;
  margin-top: 5.8125rem;
}
.p-greeting__name-ja {
  font-size: 1.875rem;
  font-weight: 400;
}
.p-greeting__name-en {
  font-family: "Lexend Zetta", sans-serif;
  margin-bottom: 0.5rem;
}
.p-greeting__logo {
  bottom: -0.875rem;
  position: absolute;
  right: -0.8125rem;
}
.p-greeting__logo img {
  -o-object-fit: contain;
  height: 10.75rem;
  object-fit: contain;
  width: 10.75rem;
}

body.noscroll {
  overflow: hidden;
}

.p-header {
  height: auto;
  left: 0;
  padding-right: 7.5rem;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
	    background: linear-gradient(180deg, #fcf5e9 0%, #fcf5e9 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
}

.p-header {
  transition: translate 0.5s ease;
}
.p-header.js-slide-up {
  translate: 0 -100%;
}

.p-header__inner {
  align-items: flex-start;
  display: grid;
  grid-template-columns: 28.125rem 1fr;
}

.p-header__logo {
  max-width: 28.125rem;
  width: 100%;
}

.p-header__nav {
  -moz-column-gap: 3.75rem;
  align-items: center;
  column-gap: 3.75rem;
  display: flex;
  justify-content: flex-end;
  padding-top: 2.75rem;
}

.p-header__list {
  -moz-column-gap: 2rem;
  align-items: center;
  column-gap: 2rem;
  display: flex;
}

.p-header__link {
  align-items: flex-start;
  color: #131313;
  display: flex;
  font-size: 1.125rem;
  font-weight: 400;
  justify-content: flex-start;
  padding: 0.5rem 0;
  position: relative;
}
.p-header__link span {
  display: block;
  letter-spacing: 0.1em;
  line-height: 1.1;
}
.p-header__link small {
  color: #2A8751;
  font-family: "Lexend Zetta", sans-serif;
  font-size: 0.75rem;
  line-height: 1.1;
}
.p-header__hamburger {
  display: none;
}

.c-hamburger {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 2.5rem;
  justify-content: space-between;
  transition: all 0.5s ease;
  width: 3.125rem;
}

.c-hamburger span {
  height: 0.3125rem;
  width: 100%;
}

.c-hamburger span:nth-child(1) {
  background-color: #1E9563;
}

.c-hamburger span:nth-child(2) {
  background-color: #02B900;
}

.c-hamburger span:nth-child(3) {
  background-color: #D1BF09;
}

/*OPEN時の動き*/
.js-open .c-hamburger span {
  transition: ease 0.5s;
}

.js-open .c-hamburger span:nth-child(1) {
  opacity: 0;
}

.js-open .c-hamburger span:nth-child(2) {
  transform: translateY(0.1875rem) rotate(30deg);
}

.js-open .c-hamburger span:nth-child(3) {
  transform: translateY(-0.875rem) rotate(-30deg);
}

.p-spNav {
  background: #FCF5E9;
  color: #131313;
  height: 100vh;
  height: 100svh;
  overflow-y: scroll;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(101%);
  transition: transform 0.5s ease;
  width: 100%;
  z-index: 101;
}
.p-spNav.js-show {
  transform: translateX(0);
}

.p-spNav__logo {
  width: 16rem;
}

.p-spNav__body {
  height: -moz-fit-content;
  height: fit-content;
  padding-block: 1.875rem 2.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  width: 100%;
}

.p-spNav__list {
  display: flex;
  flex-direction: column;
  margin-bottom: 5rem;
  padding-left: 1.1875rem;
  padding-right: 1.1875rem;
  row-gap: 2.5rem;
  width: 100%;
}

.p-spNav__item {
  margin-left: 0.6875rem;
  position: relative;
}
.p-spNav__item:first-child .p-spNav__link::before {
  background: url(../img/spNav-line@2x.webp) center center/contain no-repeat;
  background-size: 100% 100%;
  content: "";
  height: 0.0625rem;
  left: 0;
  position: absolute;
  top: -1.125rem;
  width: 100%;
}

.p-spNav__link {
  align-items: center;
  color: #131313;
  display: flex;
  font-size: 1.125rem;
  font-weight: 500;
  text-decoration: none;
}
.p-spNav__link::after {
  background: url(../img/spNav-line@2x.webp) center center/contain no-repeat;
  background-size: 100% 100%;
  bottom: -1.125rem;
  content: "";
  height: 0.0625rem;
  left: 0;
  position: absolute;
  width: 100%;
}

.p-spNav__icon {
  background: url("../img/arrow-right-circle@2x.webp") center center/cover no-repeat;
  height: 1.625rem;
  margin-right: 0.9375rem;
  width: 1.625rem;
}

.p-spNav__btn--contact {
  letter-spacing: 0.01em;
  padding: 1.0625rem 4.75rem 1.0625rem 2.25rem !important;
}

.p-spNav__contact-container {
  padding-bottom: 2.75rem !important;
}

.p-spNav__item--tel {
  margin-top: 2.5rem;
}

.js-no-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

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

.p-mv__catch {
  -o-object-fit: cover;
  aspect-ratio: 315/637;
  height: auto;
  left: 2rem;
  max-width: 100%;
  object-fit: cover;
  position: absolute;
  top: 15.5rem;
  width: 19.6875rem;
  z-index: 2;
}

.p-mv__img {
  -o-object-fit: cover;
  aspect-ratio: 1262/1196;
  display: block;
  height: auto;
  margin-left: auto;
  margin-top: 3.75rem;
  object-fit: cover;
  width: 78.875rem;
}

.p-news {
  margin-top: -17rem;
  position: relative;
  z-index: 5;
}

.p-news__inner {
  background: url(../img/news-bg@2x.webp) center center/contain no-repeat;
  background-size: 100% auto;
  margin-inline: auto;
  max-width: 51.4375rem;
  padding-bottom: 3rem;
  padding-left: 3.0625rem;
  padding-top: 3.75rem;
  width: 100%;
}

.p-news__title {
  font-size: 1.875rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.0666666667;
}

.p-news__en {
  color: #2A8751;
  font-family: "Lexend Zetta", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2.2;
  margin-left: 0.25rem;
}

.p-news__list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 0.6rem;
}

.p-news__item a {
  align-items: center;
  display: flex;
  flex-direction: row;
  font-size: 1rem;
}

.p-news__meta {
  align-items: center;
  display: flex;
  gap: 1.5rem;
  margin-right: 1rem;
}

.p-news__date {
  margin-right: 0rem;
}

.p-news__label {
  border: 0.0625rem solid #2A8751;
  border-radius: 1.5625rem;
  color: #2A8751;
  display: inline-block;
  margin-right: 0rem;
  padding: 0.125rem 1.125rem;
}

.p-news__text {
  flex: 1;
}

.p-news__more {
  margin-right: 3.875rem;
  margin-top: 1.3rem;
  text-align: right;
}

.p-news__more-link {
  align-items: center;
  display: inline-flex;
  gap: 0.5rem;
}

.p-news__more-icon img {
  height: 3.75rem;
  vertical-align: middle;
  width: 3.75rem;
}

.p-outline {
  background: url(../img/outline-bg-02@2x.webp) center center/100% 100% no-repeat;
  padding-bottom: 18.75rem;
  padding-top: 7rem;
  position: relative;
  width: 100%;
  z-index: 20;
}

.p-outline__bg {
  -o-object-fit: cover;
  height: 100%;
  margin-top: -47rem;
  object-fit: cover;
  width: 100%;
  z-index: 2;
}

.p-outline__inner {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 68.75rem;
  padding-top: 5.75rem;
  width: 100%;
}

.p-outline__title {
  align-items: flex-end;
  color: #fff;
  display: flex;
  font-size: 2.875rem;
  font-weight: 400;
  padding-left: 0.625rem;
}
.p-outline__title .p-outline__en {
  display: block;
  font-family: "Lexend Zetta", sans-serif;
  font-size: 1rem;
  margin-bottom: 0.5rem;
  margin-left: 2.25rem;
}

.p-outline__content {
  display: flex;
  gap: 3.6875rem;
  margin-top: 6rem;
  width: 100%;
}

.p-outline__info {
  width: 30.6875rem;
}

.p-outline__contact {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 2.75rem;
}

.p-outline__contact-item {
  align-items: center;
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  margin-bottom: 1rem;
  margin-top: 1.25rem;
}
.p-outline__contact-item--tell {
  margin-bottom: 0rem;
  margin-top: 2rem;
}

.p-outline__contact-icon {
  height: 1.8125rem;
  margin-top: 0.1875rem;
  width: 1.8125rem;
}
.p-outline__contact-icon--tell {
  height: 1.5rem;
  width: 1.5rem;
}

.p-outline__contact-text {
  color: #fff;
  flex: 1;
}

.p-outline__contact-phone {
  color: #fff;
  font-size: 2.125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.p-outline__map {
  flex: 1;
}

.p-outline__map-info {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.p-outline__map-embed {
  border-radius: 0.5rem;
  height: 40.4375rem;
  overflow: hidden;
  width: 100%;
}
.p-outline__map-embed iframe {
  border: none;
  height: 100%;
  width: 100%;
}

.p-outline__bg-img {
  height: auto;
  margin-left: -17.25rem;
  margin-top: -57.5rem;
  width: 133.5rem;
}

.p-recruit {
  padding-bottom: 12.875rem;
  padding-top: 7.8125rem;
}

.p-recruit__inner {
  align-items: start;
  display: flex;
  gap: 2.6875rem;
  justify-content: flex-start;
  margin: 0 auto;
  max-width: 83.75rem;
  padding-left: 1.875rem;
  padding-right: 1rem;
}

.p-recruit__img {
  flex: 1;
  height: auto;
  min-width: 0;
  position: relative;
  width: 68.75rem;
}

.p-recruit__arrow {
  bottom: -2.25rem;
  position: absolute;
  right: -5.3125rem;
  transition: transform 0.5s ease, opacity 0.5s ease;
  z-index: 10;
}
.p-recruit__arrow img {
  height: 10.125rem;
  width: 10.125rem;
  z-index: 1;
}
.p-recruit__arrow .p-recruit__text {
  color: #fff;
  font-size: 1.125rem;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 6.25rem;
  z-index: 2;
}
.p-recruit__arrow .p-recruit__text span img {
  height: 2rem;
  width: 2rem;
}

.p-recruit__title {
  align-items: center;
  color: #2A8751;
  display: flex;
  font-size: 2.9375rem;
  font-weight: 400;
  justify-content: center;
  letter-spacing: 0.18em;
  margin-top: 1.625rem;
  text-align: right;
  writing-mode: vertical-rl;
}
.p-recruit__title .p-recruit__en {
  display: block;
  font-family: "Lexend Zetta", sans-serif;
  font-size: 1.375rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  margin-bottom: 1.8125rem;
  writing-mode: horizontal-tb;
}

.p-schedule {
  padding-bottom: 17rem;
  padding-top: 6.25rem;
  position: relative;
}
.p-schedule::before {
  background: url(../img/schedule-bg01@2x.webp) no-repeat;
  background-size: contain;
  content: "";
  height: 46rem;
  position: absolute;
  right: -14rem;
  top: 95rem;
  width: 40.625rem;
}
.p-schedule::after {
  background: url(../img/schedule-bg02@2x.webp) no-repeat;
  background-size: contain;
  content: "";
  height: 44rem;
  left: -7.5rem;
  position: absolute;
  top: 143rem;
  width: 45rem;
  z-index: -1;
}

.p-schedule__inner {
  margin-inline: auto;
  max-width: 80.125rem;
  padding-inline: 4.5rem;
  width: 100%;
}

.p-schedule__wrap {
  align-items: flex-end;
  display: flex;
  gap: 5rem;
  justify-content: flex-start;
}

.p-schedule__title {
  color: #2A8751;
  display: flex;
  flex-direction: column;
  font-size: 2.9375rem;
  font-weight: 400;
  letter-spacing: 0em;
}

.p-schedule__tabs {
  display: flex;
  gap: 1.25rem;
  margin-top: 1.5rem;
}

.p-schedule__tab {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0.125rem solid #E2B046;
  border-radius: 62.4375rem;
  box-shadow: 0 0 0 0.1875rem transparent inset;
  color: #E2B046;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  padding: 1.5rem 1.875rem;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  width: 15.0625rem;
}
.p-schedule__tab[aria-selected=true] {
  background-color: #E2B046;
  border-color: #E2B046;
  color: #fff;
}
.p-schedule__tab[aria-selected=false] {
  background: #fff;
}
.p-schedule__tab:focus-visible {
  box-shadow: 0 0 0 0.1875rem rgba(226, 176, 70, 0.25) inset;
  outline: none;
}

#tab2.p-schedule__tab {
  background: #fff;
  border-color: #2A8751;
  color: #2A8751;
}
#tab2.p-schedule__tab[aria-selected=true] {
  background-color: #2A8751;
  border-color: #2A8751;
  color: #fff;
}

.p-schedule__en {
  font-family: "Lexend Zetta", sans-serif;
  font-size: 1.375rem;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-bottom: 0.75rem;
}

.p-schedule__tab[aria-selected=false] {
  transition: opacity 0.3s ease;
}

.p-schedule__timelines {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 7.5rem;
  padding-bottom: 11.125rem;
}
.p-schedule__timelines .p-schedule__timeline:nth-of-type(2) {
  margin-top: 0.75rem;
}
.p-schedule__timelines .p-schedule__timeline:nth-of-type(3) {
  margin-top: 2.25rem;
}
.p-schedule__timelines .p-schedule__timeline:nth-of-type(4) {
  margin-top: 2.25rem;
}
.p-schedule__timelines .p-schedule__timeline:nth-of-type(5) {
  margin-top: 3.25rem;
}

.p-schedule__timeline {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
}
.p-schedule__timeline--02 {
  margin-top: 1.25rem;
}

.p-schedule__time {
  align-items: center;
  color: #2A8751;
  display: flex;
  font-family: "Lexend Zetta", sans-serif;
  font-size: 1.875rem;
  margin-left: 1.625rem;
}
.p-schedule__time span {
  font-size: 1rem;
  margin-right: 0.3125rem;
  text-transform: uppercase;
}

.p-schedule__oclock {
  height: 10.125rem;
  margin-left: 3.625rem;
  margin-top: 0.25rem;
  width: 10.1875rem;
  z-index: 10;
}

.p-schedule__line {
  height: 29.9375rem;
  margin-left: 3.625rem;
  margin-top: 0.75rem;
  width: 0.125rem;
}
.p-schedule__line--01 {
  height: 29.9375rem;
  width: 0.125rem;
}
.p-schedule__line--02 {
  height: 30.1875rem;
  width: 0.125rem;
}
.p-schedule__line--03 {
  height: 13.5rem;
  width: 0.125rem;
}
.p-schedule__line--04 {
  height: 23rem;
  width: 0.125rem;
}
.p-schedule__line--05 {
  height: 51.4375rem;
  width: 0.125rem;
}

.p-schedule__img01 {
  height: auto;
  position: absolute;
  right: 50%;
  top: 9rem;
  transform: translateX(calc(50% + 21.6875rem));
  width: 33.75rem;
}

.p-schedule__img02 {
  height: auto;
  left: 50%;
  position: absolute;
  top: 4rem;
  transform: translateX(calc(-50% - 27.5625rem));
  width: 19.25rem;
}

.p-schedule__img03 {
  height: auto;
  left: 50%;
  position: absolute;
  top: 21.25rem;
  transform: translateX(calc(-50% - 15.0625rem));
  width: 19.25rem;
}

.p-schedule__img04 {
  height: auto;
  left: 50%;
  position: absolute;
  top: 7rem;
  transform: translateX(calc(-50% - 17.625rem));
  width: 31.5625rem;
}

.p-schedule__img05 {
  height: auto;
  position: absolute;
  right: 50%;
  top: 5.25rem;
  transform: translateX(calc(50% + 20.875rem));
  width: 20.5625rem;
}

.p-schedule__img06 {
  height: auto;
  position: absolute;
  right: 50%;
  top: 20.5rem;
  transform: translateX(calc(50% + 27.875rem));
  width: 19.3125rem;
}

.p-schedule__img07 {
  height: auto;
  left: 50%;
  position: absolute;
  top: -1.125rem;
  transform: translateX(calc(-50% - 21.375rem));
  width: 29.4375rem;
}

.p-schedule__img08 {
  height: auto;
  position: absolute;
  right: 50%;
  top: 5.25rem;
  transform: translateX(calc(50% + 23.75rem));
  width: 29.4375rem;
}

.p-schedule__img09 {
  height: auto;
  position: absolute;
  right: 50%;
  top: 8.25rem;
  transform: translateX(calc(50% + 19.375rem));
  width: 29.8125rem;
}

.p-schedule__img10 {
  height: auto;
  left: 50%;
  position: absolute;
  top: 15rem;
  transform: translateX(calc(-50% - 20.9375rem));
  width: 28.75rem;
}

.p-schedule__img11 {
  height: auto;
  position: absolute;
  right: 50%;
  top: 8rem;
  transform: translateX(calc(50% + 21rem));
  width: 31.8125rem;
}

.p-schedule__img12 {
  height: auto;
  left: 50%;
  position: absolute;
  top: 19rem;
  transform: translateX(calc(-50% - 24.5rem));
  width: 25.25rem;
}

.p-schedule__img13 {
  height: auto;
  left: 50%;
  position: absolute;
  top: 37.5rem;
  transform: translateX(calc(-50% - 11.9375rem));
  width: 19.75rem;
}

.p-schedule__img14 {
  height: auto;
  position: absolute;
  right: 50%;
  top: 43rem;
  transform: translateX(calc(50% + 18.125rem));
  width: 20.5625rem;
}

.p-schedule__img-title {
  color: #131313;
  font-size: 1.75rem;
  font-weight: 600;
  position: absolute;
}

.p-schedule__img-title--01 {
  right: 50%;
  top: 0rem;
  transform: translateX(calc(50% + 15.1875rem));
}

.p-schedule__img-title--02 {
  left: 50%;
  top: 0.5rem;
  transform: translateX(calc(-50% - 10.4375rem));
}

.p-schedule__img-title--03 {
  right: 50%;
  top: 0rem;
  transform: translateX(calc(50% + 15.75rem));
}

.p-schedule__img-title--04 {
  left: 50%;
  top: 0rem;
  transform: translateX(calc(-50% - 7.1875rem));
}
.p-schedule__img-title--04--2 {
  left: 50%;
  top: 10.25rem;
  transform: translateX(calc(-50% - 27.375rem));
}

.p-schedule__img-title--05 {
  right: 50%;
  top: 0rem;
  transform: translateX(calc(50% + 12.125rem));
}
.p-schedule__img-title--05--2 {
  left: 50%;
  top: 15rem;
  transform: translateX(calc(-50% - 21.6875rem));
}

.p-schedule__img-title--06 {
  right: 50%;
  top: 0rem;
  transform: translateX(calc(50% + 12.125rem));
}

.p-schedule__btn {
  display: flex;
  justify-content: center;
  margin-inline: auto;
  margin-top: 1.125rem;
}
.p-schedule__btn a {
  position: relative;
}

.p-schedule__content-wrap {
  display: none;
}

.p-schedule__content-wrap.js-show {
  display: block;
}

.p-schedule__line--02-2 {
  height: 55.8125rem;
  width: 0.2rem;
}

.p-schedule__line--03-2 {
  height: 28.0625rem;
  width: 0.125rem;
}

.p-schedule__line--04-2 {
  height: 32rem;
  width: 0.125rem;
}

.p-schedule__line--05-2 {
  height: 16.6875rem;
  width: 0.2rem;
}

.p-schedule__img2-02 {
  height: auto;
  left: 50%;
  position: absolute;
  top: 8.1875rem;
  transform: translateX(calc(-50% - 11.8125rem));
  width: 19.3125rem;
}

.p-schedule__img2-03 {
  height: auto;
  left: 50%;
  position: absolute;
  top: 23rem;
  transform: translateX(calc(-50% - 24.3125rem));
  width: 19.3125rem;
}

.p-schedule__img2-04 {
  height: auto;
  left: 50%;
  position: absolute;
  top: 7.5625rem;
  transform: translateX(calc(-50% - 19.125rem));
  width: 28.875rem;
}

.p-schedule__img2-05 {
  height: auto;
  left: 50%;
  position: absolute;
  top: 30rem;
  transform: translateX(calc(-50% - 13.9375rem));
  width: 22.6875rem;
}

.p-schedule__img2-06 {
  height: auto;
  left: 50%;
  position: absolute;
  top: 50rem;
  transform: translateX(calc(-50% - 25.9375rem));
  width: 19.3125rem;
}

.p-schedule__img2-07 {
  height: auto;
  position: absolute;
  right: 50%;
  top: 10.6rem;
  transform: translateX(calc(50% + 19.4375rem));
  width: 29.1875rem;
}

.p-schedule__img2-08 {
  height: auto;
  position: absolute;
  right: 50%;
  top: 35rem;
  transform: translateX(calc(50% + 24.75rem));
  width: 22.5625rem;
}

.p-schedule__img2-09 {
  height: auto;
  position: absolute;
  right: 50%;
  top: 52.625rem;
  transform: translateX(calc(50% + 15.75rem));
  width: 20.0625rem;
}

.p-schedule__img2-10 {
  height: auto;
  left: 50%;
  position: absolute;
  top: 5.8125rem;
  transform: translateX(calc(-50% - 19.5rem));
  width: 33.8125rem;
}

.p-schedule__img2-11 {
  height: auto;
  position: absolute;
  right: 50%;
  top: 13.5625rem;
  transform: translateX(calc(50% + 16.5rem));
  width: 19.5rem;
}

.p-schedule__img2-12 {
  height: auto;
  position: absolute;
  right: 50%;
  top: 25.5625rem;
  transform: translateX(calc(50% + 28rem));
  width: 17.75rem;
}

.p-schedule__img2-13 {
  height: auto;
  left: 50%;
  position: absolute;
  top: 8.8125rem;
  transform: translateX(calc(-50% - 21rem));
  width: 20.125rem;
}

.p-schedule__img2-14 {
  height: auto;
  position: absolute;
  right: 50%;
  top: 4.625rem;
  transform: translateX(calc(50% + 21.0625rem));
  width: 23.5625rem;
}

.p-schedule__img2-15 {
  height: auto;
  left: 50%;
  position: absolute;
  top: 27.8125rem;
  transform: translateX(calc(-50% - 14.375rem));
  width: 21.5625rem;
}

.p-schedule__img2-16 {
  height: auto;
  position: absolute;
  right: 50%;
  top: 24.625rem;
  transform: translateX(calc(50% + 16.125rem));
  width: 19.0625rem;
}

.p-schedule__img2-17 {
  height: auto;
  left: 50%;
  position: absolute;
  top: 4.875rem;
  transform: translateX(calc(-50% - 18.0625rem));
  width: 19.75rem;
}

.p-schedule__img2-18 {
  height: auto;
  position: absolute;
  right: 50%;
  top: 3.625rem;
  transform: translateX(calc(50% + 19rem));
  width: 23.5rem;
}

.p-schedule__img-title--02 {
  left: 50%;
  top: 0rem;
  transform: translateX(calc(-50% - 10.75rem));
}

.p-schedule__img-title2--02--02 {
  right: 50%;
  top: 6rem;
  transform: translateX(calc(50% + 14.75rem));
}

.p-schedule__img-title2--02--03 {
  font-size: 1.125rem;
  left: 50%;
  top: 47rem;
  transform: translateX(calc(-50% - 22.75rem));
}

.p-schedule__img-title2--02--04 {
  font-size: 1.125rem;
  left: 50%;
  top: 65.5rem;
  transform: translateX(calc(-50% - 35rem));
}

.p-schedule__img-title2--02--05 {
  font-size: 1.125rem;
  right: 50%;
  top: 31.875rem;
  transform: translateX(calc(50% + 8.625rem));
}

.p-schedule__img-title2--03 {
  left: 50%;
  top: 0.5rem;
  transform: translateX(calc(-50% - 7.8125rem));
}

.p-schedule__img-title2--03--02 {
  right: 50%;
  top: 6rem;
  transform: translateX(calc(50% + 18.9375rem));
}

.p-schedule__img-title2--04 {
  right: 50%;
  top: 0rem;
  transform: translateX(calc(50% + 11.875rem));
}

.p-schedule__img-title2--04--02 {
  font-size: 1.125rem;
  left: 50%;
  top: 24.5rem;
  transform: translateX(calc(-50% - 27.6875rem));
}

.p-schedule__img-title2--04--03 {
  font-size: 1.125rem;
  left: 50%;
  top: 43.5rem;
  transform: translateX(calc(-50% + 21.125rem));
}

.p-schedule__img-title2--04--04 {
  font-size: 1.125rem;
  right: 50%;
  top: 38.6875rem;
  transform: translateX(calc(50% + 22.375rem));
}

.p-schedule__img-title2--05 {
  right: 50%;
  top: 0rem;
  transform: translateX(calc(50% + 12.125rem));
}

.u-lh10 {
  line-height: 1;
}

.u-lh11 {
  line-height: 1.1;
}

.u-lh13 {
  line-height: 1.3;
}

.u-lh15 {
  line-height: 1.5;
}

.u-lh16 {
  line-height: 1.6;
}

.u-lh20 {
  line-height: 2;
}

.u-ls05 {
  letter-spacing: 0.05em;
}

.u-ls10 {
  letter-spacing: 0.1em;
}

.u-ls15 {
  letter-spacing: 0.15em;
}

.u-ls20 {
  letter-spacing: 0.2em;
}

.u-sp {
  display: none;
}

.u-w300 {
  font-weight: 300;
}

.u-w400 {
  font-weight: 400;
}

.u-w500 {
  font-weight: 500;
}

.u-w600 {
  font-weight: 600;
}

.u-w700 {
  font-weight: 700;
}

.u-w900 {
  font-weight: 900;
}

@media (min-width: 1600px) {
  html {
    font-size: 16px;
  }
  .p-footer {
    min-height: max(31.25rem, 50vh);
  }
  .p-footer__inner {
    max-width: 125rem;
    padding-bottom: 5.5555555556vw;
    padding-left: 5vw;
    padding-right: 4.1666666667vw;
    padding-top: 13.8888888889vw;
  }
  .p-footer__wrap {
    gap: 2.2222222222vw;
    max-width: 34.7222222222vw;
    min-width: 18.0555555556vw;
  }
  .p-footer__logo {
    width: 17.5vw;
  }
  .p-footer__nav {
    margin-left: 3.0555555556vw;
    margin-top: 2.8472222222vw;
    max-width: 17.0833333333vw;
  }
  .p-footer__nav-list {
    gap: 2.0138888889vw 1.7361111111vw;
  }
  .p-footer__nav-list {
    font-size: 1.1111111111vw;
  }
  .p-footer__copyright {
    margin-top: 3.8888888889vw;
  }
  .p-footer__copyright {
    font-size: 0.8333333333vw;
    margin-left: -0.7638888889vw;
  }
  .p-mv__catch {
    left: 2.2222222222vw;
    top: 17.2222222222vw;
    width: 21.875vw;
  }
  .p-mv__img {
    margin-top: 4.1666666667vw;
    width: 87.6388888889vw;
  }
}

@media (max-width: 767px) {
  html {
    font-size: 4.2666666667vw;
  }
}

@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: all;
  }
  .c-btn {
    font-size: 1rem;
    padding: 1.0625rem 5.3125rem 1.0625rem 4.6875rem;
  }
  .c-btn--white {
    padding: 1.0625rem 4.5rem 1.0625rem 2.875rem;
  }
  .c-btn--contact {
    padding: 1.0625rem 4.9375rem 1.0625rem 2.6875rem;
  }
  .c-btn__icon {
    height: 2.5rem;
    right: 1rem;
    width: 2.5rem;
  }
  .c-column2 {
    gap: 1.875rem;
    grid-template-columns: repeat(1, 1fr);
  }
  .c-column2--gap60 {
    gap: 2.5rem;
  }
  .c-column2--gapSp20 {
    gap: 1.25rem;
  }
  .c-column3 {
    grid-template-columns: repeat(1, 1fr);
  }
  .c-column4 {
    grid-template-columns: repeat(1, 1fr);
  }
  .c-column4--sp2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .c-table {
    font-size: 0.875rem;
  }
  .c-table__data,
  .c-table__head {
    padding: 0.9375rem 0.625rem 0.9375rem 0.625rem;
  }
  .c-table__head {
    letter-spacing: 0.01em;
  }
  .c-table__data {
    letter-spacing: 0.01em;
  }
  .p-concept {
    margin-top: 2.5rem;
    padding-bottom: 22.5rem;
  }
  .p-concept::before {
    height: 38rem;
    left: -6.8125rem;
    top: -2.25rem;
    width: 26.5rem;
  }
  .p-concept::after {
   height: 35.25rem;
        right: -6rem;
        top: 84.6875rem;
        width: 27.25rem;
  }
  .four-policy{
    margin-top: 34rem;
        flex-wrap: wrap;
        width: 100%;
        margin-left: 0;
  }
  .p-concept__inner {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    max-width: 100%;
    padding: 0;
    padding-top: 0rem;
  }
  .p-concept__title {
    font-size: 1.5rem;
    margin-left: auto;
    margin-right: 1.25rem;
  }
  .p-concept__en {
    font-size: 0.875rem;
    line-height: 1.2;
    text-orientation: mixed;
    writing-mode: horizontal-tb;
  }
  .p-concept__ja {
    margin-left: auto;
    margin-right: 2.25rem;
    margin-top: 0.5rem;
    text-orientation: mixed;
    writing-mode: vertical-rl;
  }
  .p-concept__ja-line2 {
    left: 14rem;
    position: absolute;
    top: 3.5rem;
  }
  .p-concept__title-text {
    display: block;
    text-align: right;
  }
  .p-concept__text {
    font-size: 0.875rem;
    line-height: 1.6;
    margin-top: 2rem;
    text-align: left;
    margin-left: 0;
    padding: 0 1rem;
  }
  .p-concept__text--pc {
    display: none;
  }
  .p-concept__text--sp {
    display: block;
    font-size: 0.875rem;
    line-height: 1.8;
    margin-top: 14.5rem;
  }
  .p-concept__text--span {
    margin-bottom: 0.5rem;
    margin-left: 0;
  }
  .p-concept__text--sp .p-concept__text--span {
    margin-bottom: 0;

    margin-right: 0;
  }
  .p-concept__text--sp .p-concept__text--span {

  }
  .p-concept__text--sp .p-concept__text--span:nth-child(3) {

  }
  .p-concept__text--sp .p-concept__text--span:nth-child(4) {

    margin-top: 1.375rem;
  }
  .p-concept__text--sp .p-concept__text--span:nth-child(5) {
    letter-spacing: 0.03em;

    margin-right: -0.5rem;
  }
  .p-concept__text--sp .p-concept__text--span:nth-child(6) {

    margin-top: 1rem;
  }
  .p-concept__text--sp .p-concept__text--span:nth-child(7) {

  }
  .p-concept__text--sp .p-concept__text--span:nth-child(8) {

    margin-top: 1.375rem;
  }
  .p-concept__text--sp .p-concept__text--span:nth-child(9) {

  }
  .p-concept__text--sp .p-concept__text--span:nth-child(10) {

  }
  .p-concept__text--sp .p-concept__text--span:nth-child(11) {

    margin-top: 1.375rem;
  }
  .p-concept__text--sp .p-concept__text--span:nth-child(12) {

  }
  .p-concept__text--sp .p-concept__text--span:nth-child(13) {

    margin-top: 1.375rem;
  }
  .p-concept__text--sp .p-concept__text--span:nth-child(14) {

  }
  .p-concept__text--sp .p-concept__text--span:nth-child(15) {

  }
  .p-concept__text--sp .p-concept__text--span:nth-child(16) {

  }
  .p-concept__text--sp .p-concept__text--span:nth-child(17) {

  }
  .p-concept__ja-line1, .p-concept__ja-line2{
    font-size: 2rem;
  }
  .p-concept__ja{
    margin-right: 1rem;
  }
  .p-concept__images {
    margin-top: 3rem;
  }
  .concept-bottom{
    margin-top: 28rem;
    margin-left: 0;
    padding: 0 1rem;
    width: 100%;
    text-align: left;
  }
  .p-concept{
    padding-bottom: 1.5rem;
  }
  .p-concept__img03 {
    -o-object-fit: cover;
    aspect-ratio: 231/177;
    height: auto;
    left: 0rem;
    object-fit: cover;
    top: 0rem;
    width: 14.4375rem;
  }
  .p-concept__img04 {
    aspect-ratio: 157/120;
    height: auto;
    left: 2.75rem;
    top: 14rem;
    width: 9.8125rem;
    z-index: 5;
  }
  .p-concept__img05 {
    aspect-ratio: 167/104;
    height: auto;
    left: auto;
    right: 0rem;
    top: 8.75rem;
    width: 10.4375rem;
  }
  .p-contact {
    padding-bottom: 3.75rem;
  }
  .p-contact__inner {
    flex-direction: column;
    gap: 2.375rem;
    padding-inline: 1.25rem;
  }
  .p-contact__title {
    font-size: 1.5rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    text-align: center;
  }
  .p-contact__en {
    font-size: 0.875rem;
    margin-bottom: 2.0625rem;
    margin-top: 0rem;
  }
  .p-contact__text {
    font-size: 1rem;
  }
  .p-contact__container {
    flex-direction: column;
    gap: 0rem;
    margin-top: 0rem;
    padding: 3.25rem 0.9375rem 1.75rem 0.9375rem;
  }
  .p-contact__label {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 1.1875rem;
  }
  .p-contact__label--tel {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-top: 0rem;
  }
  .p-contact__divider {
    background: #1E9563;
    height: 0.0625rem;
    margin: 2.0625rem 0 1.5rem 0;
    width: 100%;
  }
  .p-contact__tel {
    margin-left: 0rem;
    margin-top: 1rem;
  }
  .p-event {
    margin-bottom: 2rem;
  }
  .p-event::before {
    right: -7rem;
    top: -17.5rem;
    width: 20rem;
    z-index: -1;
  }
  .p-event__inner {
    padding-inline: 1.25rem;
  }
  .p-event__title {
    font-size: 1.5rem;
    justify-content: flex-start;
    margin-left: 0rem;
  }
  .p-event__en {
    font-size: 0.875rem;
    margin-left: 1.25rem;
    margin-top: 0.625rem;
  }
  .p-event__calendar {
    -moz-column-gap: 0.25rem;
    column-gap: 0.25rem;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 1.625rem;
    row-gap: 0.875rem;
  }
  .p-event__month:nth-child(5), .p-event__month:nth-child(6) {
    margin-bottom: 16.25rem;
  }
  .p-event__month-bg {
    width: 10.4375rem;
  }
  .p-event__month-box {
    left: 0.9375rem;
    top: 0.625rem;
  }
  .p-event__month-item {
    gap: 0.4375rem;
  }
  .p-event__month-title {
    font-size: 1.25rem;
  }
  .p-event__month-title span {
    font-size: 0.8125rem;
  }
  .p-event__photo-link {
    font-size: 0.75rem;
    margin-bottom: 1.125rem;
    padding: 0.0625rem 0.5625rem 0.1875rem 0.75rem;
  }
  .p-event__photo-link::before {
    display: none;
  }
  .p-event__event-item {
    font-size: 0.8125rem;
    font-weight: 400;
    margin-bottom: 0.325rem;
    padding-left: 1.875rem;
  }
  .p-event__event-item::before {
    height: 1.25rem;
    width: 1.25rem;
  }
  .p-event__photos--sp {
    position: absolute;
    top: 31.25rem;
    width: 100%;
  }
  .p-event__photo--sp01 {
    aspect-ratio: 172/111;
    height: auto;
    right: 25%;
    top: 0;
    width: 10.75rem;
    z-index: 2;
  }
  .p-event__event-list{
    padding-right: 0.5rem;
  }
  .p-feature {
    background: url(../img/feature-bg-sp@2x.webp) center center/100% 100% no-repeat;
    margin-top: -12.5rem;
    padding-bottom: 7rem;
    padding-top: 17.5rem;
  }
  .p-feature__inner {
    padding-inline: 1.25rem;
  }
  .p-feature__inner::after {
    height: 13.9375rem;
    right: -1.875rem;
    top: -5rem;
    width: 15.25rem;
  }
  .p-feature__title {
    font-feature-settings: "palt";
    font-feature-settings: "palt";
    font-size: 1.1875rem;
    font-weight: 500;
    letter-spacing: 0.01em;
    line-height: 1.8;
  }
  .p-feature__en {
    font-size: 0.875rem;
    line-height: 1.2;
    margin-top: 1rem;
  }
  .p-feature__list {
    margin-top: 2.5rem;
  }
  .p-feature__img--long {
    height: 17.875rem;
    width: 20.9375rem;
  }
  .p-feature__items {
    gap: 3.75rem;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 3.75rem;
    row-gap: 3.75rem;
  }
  .p-feature__img {
    height: 14.9375rem;
    width: 16.1875rem;
  }
  .p-feature__items .p-feature__item {
    text-align: left;
  }
  .p-feature__items .p-feature__item picture {
    display: block;
  }
  .p-feature__items .p-feature__item .p-feature__img {
    display: block;
  }
  .p-feature__items .p-feature__item:nth-child(odd) .p-feature__img {
    margin-left: 0;
    margin-right: auto;
  }
  .p-feature__items .p-feature__item:nth-child(even) .p-feature__img {
    margin-left: auto;
    margin-right: 0;
  }
  .p-feature__list .p-feature__item:nth-child(2), .p-feature__list .p-feature__item:nth-child(4) {
    margin-top: 0rem;
  }
  .p-feature__label--01 {
    aspect-ratio: 240/160;
    height: auto;
    left: -0.625rem;
    top: 10.625rem;
    width: 18rem;
  }
  .p-feature__label--02 {
    aspect-ratio: 240/160;
    height: auto;
    left: auto;
    right: -0.625rem;
    top: 8.5625rem;
    width: 18rem;
  }
  .p-feature__label--03 {
    aspect-ratio: 240/160;
    height: auto;
    left: 1.875rem;
    top: 10.25rem;
    width: 11.25rem;
  }
  .p-feature__label--04 {
    aspect-ratio: 300/45;
    height: auto;
    left: auto;
    right: -0.625rem;
    top: 11.3125rem;
    width: 18.75rem;
  }
  .p-feature__label--05 {
    aspect-ratio: 300/45;
    height: auto;
    left: -0.625rem;
    top: 1.5625rem;
    width: 17.5rem;
  }
  .p-feature__label-title {
    font-size: 0.875rem;
    margin-top: 1.25rem;
  }
  .p-feature__text {
    font-size: 0.875rem;
    margin-top: 1.25rem;
  }
  .p-footer {
    aspect-ratio: 375/500;
    background: url(../img/footer-bg-sp@2x.webp) center center/100% 100% no-repeat;
    min-height: 43.75rem;
  }
  .p-footer__inner {
    align-items: center;
    flex-direction: column;
    padding: 3.75rem 1.25rem;
  }
  .p-footer__wrap {
    flex: 1;
    gap: 0rem;
    max-width: 100%;
  }
  .p-footer__nav {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-left: 0rem;
    margin-top: 3.3125rem;
    max-width: 100%;
  }
  .p-footer__nav-list {
    gap: 1.375rem 3.5rem;
    grid-template-columns: repeat(2, 1fr);
    margin-inline: auto;
  }
  .p-footer__copyright {
    font-size: 0.625rem;
    margin-left: -0.6875rem;
    margin-top: 2.625rem;
  }
  .p-gallery {
    background: none;
    margin-top: 7.25rem;
  }
  .p-gallery::before {
    background: url(../img/gallery-sp@2x.webp) center center/100% 100% no-repeat;
    height: 100%;
    width: 100%;
  }
  .p-gallery__inner {
    margin-top: 0rem;
    padding-inline: 0rem;
    padding-top: 6.25rem;
  }
  .p-gallery__title {
    font-size: 1.5rem;
    font-weight: 400;
  }
  .p-gallery__en {
    font-size: 0.875rem;
    font-weight: 400;
    margin-top: 0;
  }
  .p-gallery__container {
    height: 25rem;
  }
  .swiper {
    margin-top: 2.3125rem;
  }
  .p-gallery__swiper .swiper-slide-active {
    transform: translateZ(0) scale(1.15) translateY(0);
  }
  .p-gallery__swiper .swiper-slide:not(.swiper-slide-active) {
    transform: translateZ(0) translateY(-0.625rem);
  }
  .p-gallery__nav {
    -moz-column-gap: 1.25rem;
    bottom: -1.625rem;
    column-gap: 1.25rem;
  }
  .swiper-button-prev,
  .swiper-button-next {
    height: 2.8125rem;
    width: 2.8125rem;
  }
  .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
    width: 0.5625rem;
  }
  .p-gallery__inner {
    padding-inline: 0rem;
  }
  .p-gallery__nav {
    -moz-column-gap: 2.5rem;
    bottom: -1.25rem;
    column-gap: 2.5rem;
    padding-inline: 2.5rem;
  }
  .p-gallery__swiper .swiper-slide {
    max-width: 31.25rem;
    width: 14.25rem;
  }
  .p-gallery__swiper .swiper-slide-active {
    width: 13.875rem;
  }
  .p-galley__text {
    font-size: 0.875rem;
  }
  .swiper-button-prev, .swiper-button-next img, .swiper-button-prev.p-gallery__prev img{
    object-fit: contain;
  }
  .p-greeting__inner {
    align-items: center;
    flex-direction: column;
    gap: 2.5rem;
    padding-inline: 1.25rem;
    padding-top: 3.5rem;
  }
  .p-greeting__img-wrap {
    width: 100%;
  }
  .p-greeting__img {
    height: auto;
    width: 20.9375rem;
  }
  .p-greeting__content {
    margin-top: 1.0625rem;
  }
  .p-greeting__title-wrap {
    text-align: center;
  }
  .p-greeting__en {
    font-size: 0.875rem;
  }
  .p-greeting__title {
    font-size: 1.5rem;
    font-weight: 500;
  }
  .p-greeting__catch {
    font-size: 1.5rem;
    font-weight: 400;
    margin-top: 0rem;
    text-align: center;
  }
  .p-greeting__text {
    margin-top: 1.875rem;
    padding-inline: 1.25rem;
  }
  .p-greeting__footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 0rem;
    margin-left: 0;
    margin-top: 3.75rem;
    padding-inline: 1.25rem;
  }
  .p-greeting__name-ja {
    font-size: 1.5rem;
    font-weight: 400;
  }
  .p-greeting__name-en {
    font-size: 0.875rem;
    font-weight: 400;
  }
  .p-greeting__logo {
    bottom: -1.25rem;
    right: 0rem;
  }
  .p-greeting__logo img {
    height: 8.75rem;
    width: 8.75rem;
  }
  .p-header {
    padding-right: 0rem;
	 background: none;
  }
  .p-header__inner {
    padding-right: 1rem;
  }
  .p-header__logo {
    max-width: 16rem;
  }
  .p-header__nav {
    display: none;
  }
  .p-header__hamburger {
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    height: 5.125rem;
    justify-content: center;
    position: fixed;
    right: 0.9375rem;
    top: 0.9375rem;
    width: 5.125rem;
    z-index: 102;
  }
  .p-mv {
    padding-top: 6.25rem;
  }
  .p-mv__catch {
    aspect-ratio: 196/271;
    left: 1.25rem;
    top: 8.25rem;
    width: 7.25rem;
  }
  .p-mv__img {
    margin-left: -9.25rem;
    margin-top: 4rem;
    width: 34.6875rem;
  }
  .p-news {
    margin-top: -9rem;
  }
  .p-news__inner {
    background: url(../img/news_bg-sp@2x.webp) center center/cover no-repeat;
    background-size: 100% auto;
    border-radius: 0.5rem;
    margin-left: 1.25rem;
    margin-right: 0.75rem;
    max-width: 20.9375rem;
    padding-bottom: 1.0625rem;
    padding-left: 1.25rem;
    padding-right: 1rem;
    padding-top: 1.5rem;
  }
  .p-news__title {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .p-news__en {
    display: block;
    font-size: 0.875rem;
    line-height: 1.9285714286;
    margin-left: 0rem;
    margin-top: -0.5rem;
  }
  .p-news__list {
    gap: 1.5625rem;
    margin-top: 1.5rem;
  }
  .p-news__item a {
    align-items: flex-start;
    flex-direction: column;
    font-size: 0.875rem;
    gap: 0.5rem;
  }
  .p-news__meta {
    gap: 0.5625rem;
    margin-right: 0rem;
  }
  .p-news__label {
    font-size: 0.75rem;
    line-height: 1.5833333333;
    padding: 0rem 0.75rem;
  }
  .p-news__text {
    letter-spacing: 0.05em;
  }
  .p-news__more {
    margin-right: 0rem;
    margin-top: 2.5rem;
  }
  .p-news__more-icon img {
    height: 2.5rem;
    width: 2.5rem;
  }
  .p-outline {
    background: url(../img/outline-bg-02sp@2x.webp) center center/100% 100% no-repeat;
    margin-bottom: 6.25rem;
    padding-bottom: 7.75rem;
    padding-top: 6.25rem;
  }
  .p-outline__bg {
    margin-top: -14rem;
  }
  .p-outline__inner {
    padding-inline: 1.25rem;
    padding-top: 2.5rem;
  }
  .p-outline__title {
    font-size: 1.5rem;
    padding-left: 0rem;
  }
  .p-outline__title .p-outline__en {
    font-size: 0.875rem;
    margin-bottom: 0.25rem;
    margin-left: 1.25rem;
  }
  .p-outline__content {
    flex-direction: column;
    gap: 1.9375rem;
    margin-top: 3.125rem;
  }
  .p-outline__info {
    width: 100%;
  }
  .p-outline__contact {
    margin-top: 0.5rem;
  }
  .p-outline__map-embed {
    border-radius: 1.25rem;
    height: 15.1875rem;
    max-width: 20.75rem;
    width: 100%;
  }
  .p-recruit {
    padding-bottom: 6.25rem;
    padding-top: 2.75rem;
  }
  .p-recruit__inner {
    flex-direction: column-reverse;
    gap: 1.25rem;
    padding-inline: 1.25rem;
  }
  .p-recruit__img {
    width: 100%;
  }
  .p-recruit__arrow {
    bottom: -2rem;
    right: -0.5625rem;
  }
  .p-recruit__arrow img {
    height: 6.875rem;
    width: 6.875rem;
  }
  .p-recruit__arrow .p-recruit__text {
    font-size: 1rem;
    width: 3.75rem;
  }
  .p-recruit__arrow .p-recruit__text span img {
    height: 0.9375rem;
    width: 1.5rem;
  }
  .p-recruit__title {
    align-items: start;
    display: flex;
    flex-direction: column-reverse;
    font-size: 1.5rem;
    justify-content: start;
    margin-top: 0rem;
    text-align: left;
    writing-mode: horizontal-tb;
  }
  .p-recruit__title .p-recruit__en {
    font-size: 0.875rem;
    margin-bottom: 0rem;
    margin-top: 0rem;
  }
  .p-schedule {
    padding-bottom: 14.5rem;
    padding-top: 5rem;
  }
  .p-schedule::before {
    right: -15rem;
    top: 53rem;
    width: 30rem;
  }
  .p-schedule::after {
    left: -8.5rem;
    top: 203rem;
    width: 23rem;
  }
  .p-schedule__inner {
    padding-inline: 1.25rem;
  }
  .p-schedule__wrap {
    align-items: flex-start;
    flex-direction: column;
    gap: 1rem;
  }
  .p-schedule__title {
    flex-direction: column-reverse;
    font-size: 1.5rem;
  }
  .p-schedule__tabs {
    gap: 0.4375rem;
    margin-top: 0rem;
  }
  .p-schedule__tab {
    font-size: 0.875rem;
    padding: 0.875rem 1rem;
    width: 10.375rem;
  }
  .p-schedule__en {
    font-size: 0.875rem;
  }
  .p-schedule__timelines {
    margin-top: 3.125rem;
    padding-bottom: 5.25rem;
  }
  .p-schedule__timelines .p-schedule__timeline:nth-of-type(2) {
    margin-top: 1.0625rem;
  }
  .p-schedule__timelines .p-schedule__timeline:nth-of-type(3) {
    margin-top: 1.0625rem;
  }
  .p-schedule__timelines .p-schedule__timeline:nth-of-type(4) {
    margin-top: 0rem;
  }
  .p-schedule__timelines .p-schedule__timeline:nth-of-type(5) {
    margin-top: 1.0625rem;
  }
  .p-schedule__timeline {
    align-items: flex-start;
    justify-content: flex-start;
  }
  .p-schedule__time {
    font-size: 1.5625rem;
    margin-left: 0rem;
  }
  .p-schedule__time span {
    font-size: 0.875rem;
  }
  .p-schedule__oclock {
    height: 5.625rem;
    margin-left: -0.75rem;
    margin-top: -0.375rem;
    width: 5.625rem;
  }
  .p-schedule__line {
    margin-left: 1.5rem;
    margin-top: 0.75rem;
  }
  .p-schedule__line--01 {
    height: 39.0625rem;
  }
  .p-schedule__line--02 {
    height: 25rem;
  }
  .p-schedule__line--03 {
    height: 27.875rem;
  }
  .p-schedule__line--04 {
    height: 25.9375rem;
  }
  .p-schedule__line--05 {
    height: 57rem;
  }
  .p-schedule__img01 {
    height: auto;
    left: auto;
    right: 0rem;
    top: 4.75rem;
    transform: none;
    width: 17.9375rem;
  }
  .p-schedule__img02 {
    height: auto;
    left: 4.375rem;
    right: auto;
    top: 23rem;
    transform: none;
    width: 14.75rem;
  }
  .p-schedule__img03 {
    height: auto;
    left: 6.25rem;
    right: auto;
    top: 34rem;
    transform: none;
    width: 14.75rem;
  }
  .p-schedule__img04 {
    height: auto;
    left: auto;
    right: 0rem;
    top: 2.75rem;
    transform: none;
    width: 17.9375rem;
  }
  .p-schedule__img05 {
    height: auto;
    left: 6.25rem;
    right: auto;
    top: 21rem;
    transform: none;
    width: 14.75rem;
  }
  .p-schedule__img06 {
    display: none;
  }
  .p-schedule__img07 {
    height: auto;
    left: auto;
    right: 0rem;
    top: 5rem;
    transform: none;
    width: 17.6875rem;
  }
  .p-schedule__img08 {
    height: auto;
    left: 5.25rem;
    right: auto;
    top: 22rem;
    transform: none;
    width: 15.6875rem;
  }
  .p-schedule__img09 {
    height: auto;
    left: auto;
    right: 0rem;
    top: 4rem;
    transform: none;
    width: 18rem;
  }
  .p-schedule__img10 {
    height: auto;
    left: 6.25rem;
    right: auto;
    top: 20.5rem;
    transform: none;
    width: 13.8125rem;
  }
  .p-schedule__img11 {
    height: auto;
    left: auto;
    right: 1rem;
    top: 4.75rem;
    transform: none;
    width: 16.8125rem;
  }
  .p-schedule__img12 {
    height: auto;
    left: 4rem;
    right: auto;
    top: 22rem;
    transform: none;
    width: 14.5rem;
  }
  .p-schedule__img13 {
    height: auto;
    left: auto;
    right: 1rem;
    top: 40rem;
    transform: none;
    width: 13.6875rem;
  }
  .p-schedule__img14 {
    height: auto;
    left: 3.25rem;
    right: auto;
    top: 52rem;
    transform: none;
    width: 13.5rem;
  }
  .p-schedule__img-title {
    font-size: 1.25rem;
    font-weight: 500;
  }
  .p-schedule__img-title--01 {
left: 9rem;
        right: auto;
        top: -1rem;
        transform: none;
  }
  .p-schedule__img-title--02 {
    left: 3rem;
    right: auto;
    top: 17rem;
    transform: none;
  }
  .p-schedule__img-title--03 {
        left: 9rem;
        right: auto;
        top: 0.2rem;
        transform: none;
  }
  .p-schedule__img-title--04 {
          left: 9rem;
        right: auto;
        top: 0.2rem;
        transform: none;
  }
  .p-schedule__img-title--04--2 {
    left: 6rem;
    right: auto;
    top: 30rem;
    transform: none;
  }
  .p-schedule__img-title--05 {
        left: 9rem;
        right: auto;
        top: 0.3rem;
        transform: none;
  }
  .p-schedule__img-title--05--2 {
    left: 3rem;
    right: auto;
    top: 34rem;
    transform: none;
  }
  .p-schedule__img-title--06 {
    left: 9rem;
    right: auto;
    top: 0.1875rem;
    transform: none;
  }
  .p-schedule__btn {
    margin-top: 0rem;
  }
  .p-schedule__line--02-2 {
    height: 57rem;
  }
  .p-schedule__line--03-2 {
    height: 27.875rem;
  }
  .p-schedule__line--04-2 {
    height: 57rem;
  }
  .p-schedule__line--05-2 {
    height: 25rem;
  }
  .p-schedule__img2-02 {
    height: auto;
    left: 4.375rem;
    right: auto;
    top: 23rem;
    transform: none;
    width: 14.75rem;
  }
  .p-schedule__img2-03 {
    height: auto;
    left: 6.25rem;
    right: auto;
    top: 34rem;
    transform: none;
    width: 14.75rem;
  }
  .p-schedule__img2-04 {
    display: none;
  }
  .p-schedule__img2-05 {
    height: auto;
    left: auto;
    right: 1rem;
    top: 4.75rem;
    transform: none;
    width: 16.8125rem;
  }
  .p-schedule__img2-06 {
    height: auto;
    left: auto;
    right: 1rem;
    top: 40rem;
    transform: none;
    width: 13.6875rem;
  }
  .p-schedule__img2-07 {
    height: auto;
    left: 4rem;
    right: auto;
    top: 22rem;
    transform: none;
    width: 14.5rem;
  }
  .p-schedule__img2-08 {
    display: none;
  }
  .p-schedule__img2-09 {
    height: auto;
    left: 3.25rem;
    right: auto;
    top: 52rem;
    transform: none;
    width: 13.5rem;
  }
  .p-schedule__img2-10 {
    height: auto;
    left: auto;
    right: 0rem;
    top: 5rem;
    transform: none;
    width: 17.6875rem;
  }
  .p-schedule__img2-11 {
    height: auto;
    left: 5.25rem;
    right: auto;
    top: 19rem;
    transform: none;
    width: 15.6875rem;
  }
  .p-schedule__img2-12 {
    display: none;
  }
  .p-schedule__img2-13 {
    height: auto;
	  left: auto;
	  right: 4rem;
	  top: 51.75rem;
	  transform: none;
	  width: 13.8125rem;
  }
  .p-schedule__img2-14 {
        height: auto;
        left: 3rem;
        right: auto;
        top: 4rem;
        transform: none;
        width: 16.5rem;
  }
  .p-schedule__img2-15 {
    height: auto;
    left: auto;
    right: 1rem;
    top: 40rem;
    transform: none;
    width: 13.6875rem;
  }
  .p-schedule__img2-16 {
        height: auto;
        left: 4rem;
        right: auto;
        top: 20.5rem;
        transform: none;
        width: 16.5rem;
  }
  .p-schedule__img2-17 {
    height: auto;
    left: auto;
    right: 0rem;
    top: 2.75rem;
    transform: none;
    width: 17.9375rem;
  }
  .p-schedule__img2-18 {
    height: auto;
    left: 6.25rem;
    right: auto;
    top: 21rem;
    transform: none;
    width: 14.75rem;
  }
  .p-schedule__img-title--02 {
    left: 9rem;
    right: auto;
    top: 0.3rem;
    transform: none;
  }
  .p-schedule__img-title2--02--02 {
    left: 5rem;
    right: auto;
    top: 37rem;
    transform: none;
  }
  .p-schedule__img-title2--02--03 {
    left: 3rem;
    right: auto;
    top: 16.5rem;
    transform: none;
  }
  .p-schedule__img-title2--02--04 {
    left: 18rem;
    right: auto;
    top: 50rem;
    transform: none;
  }
  .p-schedule__img-title2--02--05 {
    left: 11rem;
    right: auto;
    top: 34rem;
    transform: none;
  }
  .p-schedule__img-title2--03 {
    left: 9rem;
    right: auto;
    top: 0.3rem;
    transform: none;
  }
  .p-schedule__img-title2--03--02 {
    font-size: 1.125rem;
    left: 8rem;
    right: auto;
    top: 30rem;
    transform: none;
  }
  .p-schedule__img-title2--04 {
    left: 9rem;
    right: auto;
    top: 0.3rem;
    transform: none;
  }
  .p-schedule__img-title2--04--02 {
    left: 10rem;
    right: auto;
    top: 61.5rem;
    transform: none;
  }
  .p-schedule__img-title2--04--03 {
    left: 11rem;
    right: auto;
    top: 38rem;
    transform: none;
  }
  .p-schedule__img-title2--04--04 {
    left: 4rem;
	  right: auto;
	  top: 32.5rem;
	  transform: none;
	  font-size: 1.1rem;
  }
  .p-schedule__img-title2--05 {
    left: 9rem;
    right: auto;
    top: 0.3rem;
    transform: none;
  }
  .u-pc {
    display: none;
  }
  .u-sp {
    display: block;
  }
}

@media (any-hover: hover) {
  a:hover {
    filter: brightness(90%);
    opacity: 0.6;
  }
  .p-header__link:hover span:after {
    opacity: 1;
    transition: 0.3s all;
  }
  .p-header__link:hover {
    opacity: 0.7;
    transition: 0.3s;
  }
  .p-recruit__arrow:hover {
    filter: brightness(95%);
    opacity: 0.95;
    transform: scale(1.1);
    transition: 0.5s;
  }
  .p-schedule__tab[aria-selected=false]:hover {
    cursor: pointer;
    opacity: 0.85;
  }
}

@media (hover: none) {
  a:hover {
    cursor: default;
    filter: none;
    opacity: 1;
  }
  .p-recruit__arrow:hover {
    cursor: default;
    filter: none;
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
/* 
下層ページ
*/
.page-mv{
  background-color: #24a16e;
  padding: 11rem 0 3rem;
  text-align: center;
}
.page-mv h1{
  color: #fff;
  font-size: 2.5rem;
  font-weight: bold;
}
#breadcrumbs{
  text-align: center;
  font-size: 0.7rem;
  margin: 0.5rem;
}
.container{
  margin: 3rem auto;
    max-width: 900px;
    width: 100%;
    padding: 3rem 1rem;
    background-color: #fff;
    border-radius: 20px;
}
.container .wp-content-area{
  max-width: 900px;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .page-mv {
    padding: 9rem 0 3rem;
  }
  .page-mv h1{
    font-size: 1.5rem;
  }
  .container{
    margin: 1.5rem auto;
    padding: 2rem 0.5rem;
    border-radius: 10px;
  }
}