@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.4159292035vw;
  }
}
@media (min-width: 1130px) {
  html {
    font-size: 100%;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}

@font-face {
  font-display: swap;
  font-weight: 700;
  font-style: normal;
  font-family: "BioRhyme";
  src: url("../font/BioRhyme-Bold.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-weight: 400;
  font-style: normal;
  font-family: "Noto Sans JP";
  src: url("../font/NotoSansJP-Regular_new.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-weight: 500;
  font-style: normal;
  font-family: "Noto Sans JP";
  src: url("../font/NotoSansJP-Medium_new.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-weight: 600;
  font-style: normal;
  font-family: "Noto Sans JP";
  src: url("../font/NotoSansJP-SemiBold_new.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-weight: 700;
  font-style: normal;
  font-family: "Noto Sans JP";
  src: url("../font/NotoSansJP-Bold_new.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-weight: 700;
  font-style: normal;
  font-family: "Roboto";
  src: url("../font/BioRhyme-Bold.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-weight: 900;
  font-style: normal;
  font-family: "Roboto";
  src: url("../font/Roboto-Black.woff") format("woff");
}
@media screen and (min-width: 768px) {
  a,
  button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover,
  button:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

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

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

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

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

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

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
}

.l-inner {
  width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1130px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.l-section-title {
  text-align: center;
}

.c-btn {
  text-align: center;
  font-size: clamp(1.25rem, 0.986rem + 1.13vw, 2rem);
  font-weight: 700;
  color: #fff;
  background-color: #FFA500;
  padding: 0.875rem 2rem;
  border-radius: 20px;
  line-height: 1.4375;
  display: inline-block;
  -webkit-box-shadow: 3px 3px 4px 0px #9E6703;
          box-shadow: 3px 3px 4px 0px #9E6703;
  border: 2px solid #FFA500;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (min-width: 768px) {
  .c-btn {
    min-width: 23.125rem;
  }
}

.c-btn:hover {
  opacity: 1;
  background-color: #fff;
  color: #FFA500;
}

.c-classItem {
  max-width: 20.375rem;
  color: #fff;
}

.c-classItem__img {
  width: 100%;
}

.c-classItem__label {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
}

.c-classItem__name {
  background-color: #FFA500;
  padding: 0.375rem 0.75rem;
  text-align: center;
  display: inline-block;
  border-radius: 10px;
  margin-top: 1.5rem;
}

.c-classItem__hours {
  margin-top: 1rem;
  min-height: 5.375rem;
}

.c-classItem__text {
  font-size: clamp(1.125rem, 1.081rem + 0.19vw, 1.25rem);
  margin-top: 1rem;
  text-align: left;
}

.c-classItem__note {
  font-size: 1rem;
}

.c-hours {
  text-align: center;
  width: 12.5rem;
  height: 12.5rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFA500), color-stop(#30B367), to(#D7077B));
  background: linear-gradient(to bottom, #FFA500, #30B367, #D7077B);
  display: inline-block;
  aspect-ratio: 1/1;
  border-radius: 50%;
  padding: 5px;
}

.c-hours__inner {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
  padding-top: 3.125rem;
}

.c-panel__item {
  display: none;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .c-panel__item {
    width: 36.875rem;
  }
}

.c-panel__item img {
  border: 2px solid #FFA500;
  aspect-ratio: 590/606;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  border-radius: 15px;
  max-width: 21.25rem;
}
@media screen and (min-width: 768px) {
  .c-panel__item img {
    max-width: 100%;
  }
}

.c-panel__item.active {
  display: block;
}

.c-section-lead {
  color: #fff;
  font-size: clamp(1.125rem, 0.993rem + 0.56vw, 1.5rem);
  text-align: left;
}
@media screen and (min-width: 768px) {
  .c-section-lead {
    font-weight: 500;
  }
}

.c-section-title {
  font-size: clamp(2rem, 1.384rem + 2.63vw, 3.75rem);
  color: #fff;
  font-weight: 900;
  text-shadow: 3px 3px 3px rgba(135, 75, 56, .3);
  font-family: "Roboto", sans-serif;
  -webkit-text-stroke: 2px #FFA500;
  -webkit-transform: skew(-10deg, -3deg);
          transform: skew(-10deg, -3deg);
  line-height: 1.1666666667;
  text-transform: uppercase;
}

.c-section-title__sub {
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #14142B;
  line-height: 1.4583333333;
  color: #fff;
}

.c-tabItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 21.25rem;
  border-radius: 10px;
  border: 1px solid #FFA500;
  background-color: #14142B;
  color: #fff;
  padding: 1rem 1rem 2rem;
  min-height: 11.875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .c-tabItem {
    -webkit-column-gap: 1.75rem;
       -moz-column-gap: 1.75rem;
            column-gap: 1.75rem;
    max-width: 26.875rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.c-tabItem__title {
  width: 25.7894736842%;
  font-size: clamp(1.5rem, 1.324rem + 0.75vw, 2rem);
  font-weight: 700;
  line-height: 1.4375;
  white-space: nowrap;
}

.c-tabItem__text {
  font-size: 1.125rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  line-height: 1.5;
  text-align: left;
  max-width: 100%;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .c-tabItem__text {
    width: 42.1052631579%;
    margin-top: 0;
    line-height: 1.3;
  }
}

.c-tabItem__link {
  text-decoration: underline;
}

.c-tabItem.active {
  background-color: #71717C;
  color: #fff;
}

.c-toTop {
  position: fixed;
  bottom: 0.625rem;
  right: 0.625rem;
  z-index: 100;
}

.c-toTop__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-transform: uppercase;
  color: #fff;
  background-color: #FFA500;
  font-size: clamp(0.8rem, 0.993rem + 0.56vw, 1.5rem);
  font-weight: 700;
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  text-align: center;
  padding-top: 1.5rem;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .c-toTop__link {
    width: 6.25rem;
    height: 6.25rem;
  }
}

.c-toTop__link::before {
  content: "";
  background-image: url(../images/toTOP.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 1rem;
  height: 1rem;
  top: 23%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .c-toTop__link::before {
    top: 1.625rem;
    width: 1.625rem;
    height: 1.625rem;
  }
}

.c-toTop__link:hover {
  opacity: 1;
}

.p-about-people {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-about-people__talk {
  position: relative;
  text-align: center;
  padding: 0;
  color: #333;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-about-people__talk {
    max-width: 22.5rem;
  }
}

.p-about-people__talkImage {
  position: relative;
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-about-people__talkImage {
    max-width: 22.5rem;
  }
}

.p-about-people__talkImage.--l {
  aspect-ratio: 734/520;
}

.p-about-people__talkImage.--r {
  aspect-ratio: 720/500;
}

.p-about-people__comment {
  position: absolute;
  top: 43%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: clamp(1rem, 0.912rem + 0.38vw, 1.25rem);
  width: 16.875rem;
}
.p-about-people__image--01 {
  margin-inline: auto;
  margin-top: -3%;
}
@media screen and (min-width: 768px) {
  .p-about-people__image--01 {
    margin-left: 10.375rem;
    margin-top: -1.5rem;
  }
}

.p-about-people__image--02 {
  margin-inline: auto;
  margin-top: 0;
}

.p-about-people__image--03 {
  margin-inline: auto;
  margin-top: -3%;
}
@media screen and (min-width: 768px) {
  .p-about-people__image--03 {
    margin-top: -2.5rem;
  }
}

.p-about {
  background-color: #30B367;
  padding-top: 5rem;
  padding-bottom: 7.875rem;
  text-align: center;
  color: #fff;
  overflow-x: hidden;
}

.p-about__title {
  text-align: center;
}

.p-about__catch {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 3.5rem;
  line-height: 1.4583333333;
}

.p-about__text {
  font-size: 1.125rem;
  line-height: 1.8;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-about__text {
    margin-top: 2rem;
    text-align: center;
  }
}

.p-about__text:first-of-type {
  margin-top: 1.25rem;
}

.p-about__image {
  margin: 0 auto;
  margin-top: 2.25rem;
}
.p-about__imageList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2em;
}
@media screen and (min-width: 768px) {
  .p-about__imageList {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: initial;
  }
}

.p-about__imageItem {
  position: relative;
  width: 80%;
  margin: 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-about__imageItem {
    width: auto;
    width: initial;
  }
}

/*画像のサイズ調整*/
/*悩む女性*/
.p-about-people__image--01 {
  width: 6.75rem;
}

.p-about-people__image--01 img {
  aspect-ratio: 108/178;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-about-people__image--02 {
  width: 15.125rem;
}

.p-about-people__image--02 img {
  aspect-ratio: 242/176;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-about-people__image--03 {
  width: 7.5rem;
}

.p-about-people__image--03 img {
  aspect-ratio: 120/178;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-about__lead {
  font-size: clamp(1.375rem, 0.966rem + 2.05vw, 2.5rem);
  font-weight: 700;
  margin-top: 3rem;
}

.p-about__lead span {
  display: inline-block;
}

.p-about__points {
  margin: 0 auto;
  margin-top: 4.125rem;
}

.p-about__pointItems {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.8125rem 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-about__pointItems {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.p-about__pointItem {
  margin: 0 auto;
}

.p-about__pointItem:nth-child(3) .p-pointmaru__body,
.p-about__pointItem:nth-child(4) .p-pointmaru__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-about-people__comment span {
  display: inline-block;
}

.p-access {
  background-color: #14142B;
  background-image: url(../images/peace_bg.png);
  background-repeat: repeat;
  background-size: 100% auto;
  background-position: 0 center;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .p-access {
    padding-top: 7.1875rem;
    padding-bottom: 8.5rem;
  }
}

.p-access__inner.l-inner {
  max-width: 67.875rem;
}

.p-access__title {
  text-align: center;
}

.p-access__container {
  margin: 0 auto;
  margin-top: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (min-width: 768px) {
  .p-access__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 4rem;
  }
}

.p-access__map {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-access__map {
    max-width: 33.75rem;
  }
}

.p-access__map iframe {
  aspect-ratio: 540/484;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  min-width: 20.9375rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-access__map iframe {
    max-width: 33.75rem;
    min-width: 26rem;
    width: 100%;
  }
}

.p-access__body {
  color: #fff;
  margin-top: 1rem;
  margin-left: 10%;
}
@media screen and (min-width: 768px) {
  .p-access__body {
    margin-left: 2.875rem;
    margin-top: 0;
    margin-top: initial;
  }
}

.p-access__catch {
  font-size: clamp(1.125rem, 0.993rem + 0.56vw, 1.5rem);
  font-weight: 500;
  line-height: 1.4583333333;
}

.p-access__catch span {
  font-size: clamp(1.5rem, 1.236rem + 1.13vw, 2.25rem);
}

.p-access__name {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-access__name {
    margin-top: 1.5rem;
  }
}

.p-access__name-sub {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4583333333;
  text-transform: uppercase;
}

.p-access__name-main {
  text-transform: uppercase;
  font-size: 2.25rem;
  line-height: 2;
  margin-top: -0.6875rem;
  font-weight: bold;
}

.p-access__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-access__list {
    margin-top: 1.5rem;
  }
}

.p-access__item {
  width: 24%;
}

.p-access__list dd {
  width: 76%;
}

@media screen and (min-width: 768px) {
  .p-access__tel a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.p-class {
  background: #30B367;
  padding-top: 5rem;
  padding-bottom: 6.25rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-class {
    padding-top: 7.25rem;
    padding-bottom: 8.75rem;
  }
}

.p-class::before {
  content: "";
  position: absolute;
  background-image: url(../images/class_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 33.25rem;
  height: 75rem;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-class__inner {
  text-align: center;
  position: relative;
  z-index: 10;
}

.p-class__lead {
  margin-top: 3.5rem;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-class__lead {
    margin-top: 5rem;
  }
}

.p-class__lead-link {
  text-decoration: underline;
}

.p-class__wrap {
  margin-top: 4rem;
  margin-right: 1.5rem;
}

#class .swiper-slide.p-class__slide {
  width: calc(33.33333% - 33.33333px);
  min-height: 40.625rem;
}
@media screen and (min-width: 768px) {
  #class .swiper-slide.p-class__slide {
    min-height: 45rem;
  }
}

/*swiperpagination*/
#class .swiper-pagination.p-class__pagination {
  bottom: -4.5rem;
}
@media screen and (min-width: 768px) {
  #class .swiper-pagination.p-class__pagination {
    bottom: 0;
  }
}

.p-class__pagination .swiper-pagination-bullet {
  width: 1.125rem;
  height: 1.125rem;
  border: 2px solid #FFA500;
  background-color: #fff;
}

.p-class__pagination .swiper-pagination-bullet-active {
  background-color: #FFA500;
}

.p-class__btn {
  margin-top: 6.25rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-class__btn {
    margin-top: 5.25rem;
  }
}

.p-class__container {
  margin-inline: auto;
  max-width: 67.5rem;
  position: relative;
}

.p-class__swiper {
  max-width: 67.5rem;
}

.p-class__classItem {
  margin: 0 auto;
}

/*ナビゲーションボタン*/
/*swiperボタン*/
.p-class__swiperButton {
  text-rendering: initial;
}

.swiper-button-prev,
.swiper-button-next {
  height: 38px;
  width: 38px;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .swiper-button-prev,
  .swiper-button-next {
    opacity: 1;
  }
}

/* 前へ次への矢印カスタマイズ */
@media screen and (min-width: 768px) {
  #class .swiper-button-prev {
    position: absolute;
  }
}

@media screen and (min-width: 768px) {
  #class .swiper-button-next {
    position: absolute;
  }
}

#class .swiper-button-prev::after,
#class .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 38px;
  margin: auto;
  width: 38px;
}

/* 前への矢印カスタマイズ */
.swiper-button-prev::after {
  background-image: url(../images/button-tol.png);
}

/* 次への矢印カスタマイズ */
.swiper-button-next::after {
  background-image: url(../images/button-tor.png);
}

/* 画像サイズ調整 */
.swiper-slide img {
  height: auto;
  width: 100%;
}

/*デフォルト打消し*/
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "";
}

.p-compornent {
  background-color: #30B367;
  padding-top: 7.25rem;
  padding-top: 7.25rem;
}

.p-cta {
  background-color: #FFA500;
  color: #fff;
  text-align: center;
  padding-top: 2em;
  padding-bottom: 2em;
}
@media screen and (min-width: 768px) {
  .p-cta {
    padding-top: 2.875rem;
    padding-bottom: 2.875rem;
  }
}

.p-cta__text {
  font-size: clamp(1.25rem, 0.81rem + 1.88vw, 2.5rem);
  font-weight: 700;
  text-shadow: 0px 3px 3px #939498;
  line-height: 1.5;
}

.p-cta__text span {
  display: inline-block;
}

.p-cta__note {
  font-size: clamp(1.125rem, 0.729rem + 1.69vw, 2.25rem);
  text-shadow: 0px 3px 3px #939498;
  font-weight: 700;
}

.p-cta__btn {
  margin-top: 1.5em;
}
@media screen and (min-width: 768px) {
  .p-cta__btn {
    margin-top: 2.25rem;
  }
}

.p-cta__btn .c-btn {
  background-color: #14142B;
}

.p-cta__btn a {
  border: 3px solid #C2B175;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-cta__btn a:hover {
  background-color: #fff;
  color: #14142B;
  opacity: 1;
}

.p-cta__btn a:active {
  -webkit-box-shadow: inset 4px 4px 8px rgba(0, 0, 0, .16);
          box-shadow: inset 4px 4px 8px rgba(0, 0, 0, .16);
}

.p-entry {
  background-color: #14142B;
  min-height: 32.5625rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p-entry {
    padding-top: 0;
    padding-top: initial;
    padding-bottom: 0;
    padding-bottom: initial;
  }
}

.p-entry__inner.l-inner {
  max-width: 80rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .p-entry__inner.l-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-entry__body {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-entry__body {
    width: 50%;
  }
}

.p-entry__title .c-section-title__sub {
  margin-top: 0.5rem;
}

.p-entry__text {
  margin-top: 2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-entry__text {
    text-align: left;
  }
}

.p-entry__text span {
  display: inline-block;
}

.p-entry__btn {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-entry__btn {
    margin-top: 5rem;
  }
}

.p-entry__image {
  width: 90%;
}
@media screen and (min-width: 768px) {
  .p-entry__image {
    width: 46.25rem;
  }
}

.p-entry__image img {
  aspect-ratio: 740/600;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-entry__image img {
    max-width: 40.625rem;
  }
}

.p-facility {
  background-color: #14142B;
  background-image: url(../images/peace_bg.png);
  background-repeat: repeat;
  background-size: 100% auto;
  background-position: 0 center;
  padding-top: 7.1875rem;
  padding-bottom: 8.5rem;
}

.p-facility__inner.l-inner {
  text-align: center;
}

.p-facility__lead {
  margin-top: 5rem;
}

.p-facility__image {
  margin-top: 4.25rem;
}

.p-faq {
  background-color: #14142B;
  background-image: url(../images/peace_bg.png);
  background-repeat: repeat;
  background-size: 100% auto;
  background-position: 0 center;
  padding-top: 7.1875rem;
  padding-bottom: 8.5rem;
}

.p-faq__inner.l-inner {
  text-align: center;
}

.faq__container {
  color: #fff;
  margin-top: 4rem;
}

.p-faq__item .accordion__content {
  background-color: #14142B;
}

.accordion__item + .accordion__item {
  margin-top: 2rem;
}

.accordion__btn {
  color: white;
  font-size: clamp(1.25rem, 1.162rem + 0.38vw, 1.5rem);
  position: relative;
  padding: 0.75rem 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  position: relative;
  min-height: 5rem;
}
@media screen and (min-width: 768px) {
  .accordion__btn {
    padding: 0.75rem 6rem;
  }
}

.accordion__btn:hover {
  opacity: 1;
}

.accordion__btn::before {
  content: "";
  position: absolute;
  background-image: url(../images/Q.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1.75rem;
  top: 24%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
@media screen and (min-width: 768px) {
  .accordion__btn::before {
    width: 1.6875rem;
    height: 2.25rem;
    top: 30%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 2.6875rem;
  }
}

.accordion__btn::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 20%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  width: 1.125rem;
  height: 1.125rem;
  border-top: 3px solid white;
  border-right: 3px solid white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .accordion__btn::after {
    width: 1.5rem;
    top: 24%;
    right: 2rem;
    -webkit-transform: translateY(-50%) rotate(135deg);
            transform: translateY(-50%) rotate(135deg);
    height: 1.5rem;
  }
}

.accordion__btn.open::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.accordion__content {
  display: none;
  padding: 0.75rem;
  font-size: clamp(1.25rem, 1.162rem + 0.38vw, 1.5rem);
  color: white;
  text-align: left;
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .accordion__content {
    padding: 0.75rem 6rem;
    padding-left: 2.6875rem;
  }
}

button {
  border: none;
  padding: 0;
  -moz-text-align-last: left;
       text-align-last: left;
}

.p-faq__btn {
  margin-top: 4rem;
}

.p-footer {
  height: 120px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #14142B;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-footer {
    height: 204px;
  }
}

.p-footer__text {
  font-size: 1rem;
}

.p-fv {
  background-color: #14142B;
  margin-top: 4.375rem;
  position: relative;
  padding-top: 1.25rem;
  padding-bottom: 5.625rem;
}
@media screen and (min-width: 768px) {
  .p-fv {
    padding-bottom: 2.5rem;
  }
}

.p-fv__image {
  max-width: 100%;
  width: 81.125rem;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .p-fv__image {
    width: 78.125rem;
  }
}
.p-fv__image .u-sp img {
  aspect-ratio: 768/533;
  height: auto;
}

.p-fv__image img {
  margin: 0 auto;
  aspect-ratio: 1440/902;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.p-fv__catchWrap {
  margin: 0 auto;
  max-width: 75rem;
  max-width: 75rem;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  bottom: 3%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-fv__catchWrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 3%;
    padding-right: 3%;
  }
}

.p-fv__catch {
  background-color: #fff;
  padding: 3%;
  -webkit-box-shadow: 4px 4px 3px 0px rgba(0, 0, 0, .25);
          box-shadow: 4px 4px 3px 0px rgba(0, 0, 0, .25);
  border-radius: 10px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-fv__catch {
    padding: 1.5rem 1.25rem;
    text-align: left;
  }
}

.p-fv__catchLeft {
  max-width: 23.75rem;
  width: 53%;
  min-width: 260px;
}
@media screen and (min-width: 768px) {
  .p-fv__catchLeft {
    max-width: none;
    max-width: initial;
    padding: 1.5rem 1.25rem 0 0;
    width: auto;
    width: initial;
  }
}

.p-fv__btn {
  text-align: center;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-fv__btn {
    text-align: left;
  }
}

.p-fv__copy {
  font-size: clamp(1rem, 0.692rem + 1.31vw, 1.875rem);
  font-weight: 700;
  line-height: 1.3333333333;
}

.p-fv__subName {
  text-transform: uppercase;
  font-size: clamp(1.125rem, 0.861rem + 1.13vw, 1.875rem);
  font-weight: 700;
  margin-top: 2%;
}
@media screen and (min-width: 768px) {
  .p-fv__subName {
    margin-top: 1rem;
  }
}

.p-fv__name {
  white-space: nowrap;
}

.p-fv__name span {
  font-size: clamp(1.25rem, 0.37rem + 3.76vw, 3.75rem);
  font-family: "BioRhyme", serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.16;
}

.p-fv__catch span:nth-child(n) {
  color: #FFA500;
  margin-right: 0.3125rem;
}

.p-fv__catch span:nth-child(4n+2) {
  color: #30B367;
  margin-right: 0.3125rem;
}

.p-fv__catch span:nth-child(4n+3) {
  color: #FF1879;
  margin-right: 0.3125rem;
}

.p-fv__catch span:nth-child(4n+4) {
  color: #14142B;
}

.p-fv__hours {
  bottom: 14%;
  right: 5.5555555556%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-fv__hoursDesc {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4375;
  letter-spacing: -0.1em;
}

.p-fv__hoursDesc span {
  letter-spacing: 0.32em;
}

.p-header {
  background-color: #14142B;
  width: 100%;
  height: 4.375rem;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-header {
    height: 6.25rem;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.p-header__wrapper {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 90rem;
  margin: 0 auto;
}

.p-header__logo {
  height: inherit;
  position: relative;
  z-index: 50;
}
.p-header__logo a {
  height: inherit;
}

.p-header__logo img {
  width: 5.3125rem;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 123/100;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-header__logo img {
    width: 7.6875rem;
  }
}

.p-header__hamburger {
  width: 3.75rem;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.9375rem 0.625rem;
  position: relative;
  z-index: 55;
}
@media screen and (min-width: 768px) {
  .p-header__hamburger {
    display: none;
  }
}

.p-header__hamburger span {
  display: inline-block;
  width: 100%;
  height: 3px;
  background-color: #FFA500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-header__hamburger.open span:nth-child(1) {
  -webkit-transform: translateY(0.8125rem) rotate(45deg);
          transform: translateY(0.8125rem) rotate(45deg);
}

.p-header__hamburger.open span:nth-child(2) {
  opacity: 0;
}

.p-header__hamburger.open span:nth-child(3) {
  -webkit-transform: translateY(-0.8125rem) rotate(-45deg);
          transform: translateY(-0.8125rem) rotate(-45deg);
}

.p-header__nav {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  top: 0;
  left: 0;
  background-color: #14142B;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-header__nav {
    height: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 0;
  }
}

.p-header__nav-inner {
  height: 100%;
  overflow: auto;
}
@media screen and (min-width: 768px) {
  .p-header__nav-inner {
    overflow: visible;
    overflow: initial;
    height: inherit;
  }
}

.p-header__nav-inner2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: inherit;
  min-height: 30rem;
}
@media screen and (min-width: 768px) {
  .p-header__nav-inner2 {
    min-height: 0;
    min-height: initial;
    height: inherit;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3.5rem;
  }
}

.p-header__list {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-header__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    width: initial;
    height: inherit;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.125rem;
  }
}

.p-header__item {
  line-height: 1.4375;
}

.p-header__item a {
  display: block;
  width: 100%;
  position: relative;
  padding: 0.9375rem 0 0.625rem;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-header__item a::after {
    content: "";
    position: absolute;
    width: 0%;
    background-color: #fff;
    height: 0.125rem;
    left: 0;
    bottom: -0.3rem;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
}

.p-header__item a:hover::after {
  width: 100%;
}

.p-header__item a:hover {
  opacity: 1;
}

.p-header__link.c-btn {
  min-width: 13.875rem;
  font-size: 1.25rem;
  padding: 1.0625rem 1.5625rem;
  margin-top: 2em;
}
@media screen and (min-width: 768px) {
  .p-header__link.c-btn {
    margin-top: 0;
    margin-top: initial;
  }
}

.p-header__btn {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-header__btn {
    margin-top: 0;
  }
}

.p-information {
  padding-top: 7.25rem;
  padding-bottom: 8.75rem;
  background-color: #30B367;
  position: relative;
  overflow: hidden;
}

.p-information::before {
  content: "";
  position: absolute;
  background-image: url(../images/asi-circle.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 21.875rem;
  height: 21.875rem;
  bottom: 0;
  right: -3vw;
}
@media screen and (min-width: 768px) {
  .p-information::before {
    width: 31.375rem;
    height: 30.75rem;
  }
}

.p-information__inner {
  text-align: center;
  position: relative;
  z-index: 10;
}

.p-information__text {
  margin-top: 5rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-information__text {
    text-align: center;
  }
}

.p-information__inner::before {
  content: "";
  position: absolute;
  background-image: url(../images/asi-circle.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 21.875rem;
  height: 21.875rem;
  top: -11vh;
  left: -20vw;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-information__inner::before {
    width: 31.375rem;
    height: 30.75rem;
  }
}

.p-information__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  color: #fff;
  margin-top: 2.625rem;
  -webkit-column-gap: 6.875rem;
     -moz-column-gap: 6.875rem;
          column-gap: 6.875rem;
}
@media screen and (min-width: 768px) {
  .p-information__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-information__item {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-information__item {
    width: 44%;
  }
}

.p-information__item:nth-child(n+2) {
  margin-top: 3.5em;
}
@media screen and (min-width: 768px) {
  .p-information__item:nth-child(n+2) {
    margin-top: 0;
    margin-top: initial;
  }
}

.p-information__xName {
  font-size: 1.5rem;
}

.p-information__snsName {
  text-transform: capitalize;
  font-size: 1.5rem;
}

.p-information__wrap {
  margin-top: 1.5rem;
  border-radius: 10px;
  width: 100%;
  padding: 5%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-information__snsLink {
  display: block;
  width: 100%;
}

.p-information__snsBody {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  color: #000;
  width: 100%;
  text-align: right;
}

.p-information__snsIcon {
  width: 25%;
}

.p-information__snsIcon img {
  max-width: 100%;
  aspect-ratio: 1/1;
  height: 100%;
}

.p-information__snsAcount {
  width: 100%;
  font-size: 6vw;
  line-height: 1.4;
  letter-spacing: -0.07em;
}

.p-information__snsAcount.x {
  letter-spacing: -0.06em;
  text-align: center;
}

.p-information__snsAcount span {
  display: inline-block;
}

.p-information__lead {
  font-size: clamp(1.125rem, 1.081rem + 0.19vw, 1.25rem);
  margin-top: 1.5rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-information__lead {
    margin-top: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .p-information__wrap {
    padding: 5%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-height: 9.0625rem;
  }
  .p-information__snsAcount {
    font-size: min(3vw, 34px);
    font-weight: bold;
  }
  .p-information__wrap.snsgram {
    padding: 4% 8%;
  }
  .p-information__lead {
    min-height: 7.8125rem;
  }
}
#news .p-news__swiper {
  padding-bottom: 1.125rem;
}

.p-news .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2.25rem;
     -moz-column-gap: 2.25rem;
          column-gap: 2.25rem;
  margin: 0 auto;
  padding: 2rem 0 2.875rem;
  max-width: 67.5rem;
  width: 100%;
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 100% !important;
          flex: 0 0 100% !important;
  max-width: 100% !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-news .swiper-slide {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-news__label {
  position: relative;
  padding: 0.3125rem 1.25rem;
  border: solid 3px orange;
  border-radius: 10px;
  display: inline-block;
  font-weight: bold;
}

.p-news__body {
  max-width: 90%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-news__body {
    max-width: 100%;
  }
}

.p-news__text {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-news__title {
  margin-top: 1.25rem;
  line-height: 1.3;
  text-align: center;
  font-size: 1.375rem;
}
@media screen and (min-width: 768px) {
  .p-news__title {
    text-align: left;
    line-height: 1.8;
    font-size: medium;
    font-size: initial;
  }
}

.p-news__title span.upper {
  vertical-align: top;
  font-size: 18px;
}

.p-news_detail {
  margin-top: 1rem;
}

.p-news__image {
  text-align: center;
}

.p-news .swiper-slide img,
.p-news__image img {
  width: 13.125rem;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 210/321;
  height: auto;
  max-width: 90%;
}

.p-news__contact {
  margin-top: 1rem;
}

.p-news__link:hover {
  color: skyblue;
  text-decoration: underline;
}

.p-news__note {
  position: relative;
  padding-left: 1.25rem;
}

.p-news__note::before {
  content: "";
  position: absolute;
  background-image: url(../images/megane.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.75rem;
  height: 0.75rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

/*swiperpagination*/
#news .swiper-pagination.p-news__pagination {
  bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  #news .swiper-pagination.p-news__pagination {
    bottom: 1.25rem;
  }
}

.p-news__pagination .swiper-pagination-bullet {
  width: 0.9375rem;
  height: 0.9375rem;
  border: 2px solid #FFA500;
  background-color: #fff;
}

.p-news__pagination .swiper-pagination-bullet-active {
  background-color: #FFA500;
}

.p-plan-item {
  border-radius: 10px;
  border: 2px solid #FFA500;
  background-color: #14142B;
  color: #fff;
  text-align: center;
  width: 80%;
  padding: 1.5rem 1.125rem 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-plan-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 100%;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .p-plan-item__title {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
}

.p-plan-item__num {
  position: relative;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0 auto;
  display: inline-block;
  background-color: #FFA500;
  border-radius: 50%;
  width: 3.5rem;
  height: 3.5rem;
}

.p-plan-item__num::after {
  content: "01";
  position: absolute;
  font-size: 2.25rem;
  font-weight: 700;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-plan-item__name {
  margin-top: 1.5rem;
  font-size: clamp(1.25rem, 0.986rem + 1.13vw, 2rem);
  font-weight: 700;
  line-height: 1.25;
}

.p-plan-item__name span {
  font-size: 0.5em;
  display: block;
}

.p-plan-item__text {
  font-size: clamp(1.125rem, 1.081rem + 0.19vw, 1.25rem);
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .p-plan-item__text {
    margin-top: 5%;
  }
}

.p-plan-item__text span {
  font-size: 0.875rem;
  display: inline-block;
}

.p-plan-item__text span:first-child {
  margin-top: 1rem;
}

.p-plan-item__price {
  font-family: "BioRhyme", serif;
  font-size: 2rem;
  font-weight: 700;
  margin-top: 0;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-plan-item__price {
    font-size: 2.5rem;
  }
}

.p-plan-item__price span.zei {
  font-size: 0.75rem;
  border: 2px solid #fff;
  border-radius: 3px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  padding: 0.4em;
}

.p-plan-item__sub {
  display: inline-block;
  background-color: #fff;
  padding: 0.1875rem 0.75rem;
  font-size: 1rem;
  color: #14142B;
  font-weight: 700;
  border-radius: 5px;
  margin-top: 2rem;
}

.p-plan-item__body {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  width: 85%;
  margin-inline: auto;
}
.p-plan-item__body span {
  display: block;
  text-align: left;
  margin-top: 1rem;
}

.p-plan-item__image {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .p-plan-item__image {
    margin-top: 2rem;
  }
}

.p-plan-item__image img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}

.p-plan-item__bottom {
  margin-top: 15%;
}
@media screen and (min-width: 768px) {
  .p-plan-item__bottom {
    margin-top: 0;
  }
}

.p-plan {
  background-color: #14142B;
  background-image: url(../images/peace_bg.png);
  background-repeat: repeat;
  background-size: 100% auto;
  background-position: 0 center;
  padding-top: 7.1875rem;
  padding-bottom: 8.5rem;
}

.p-plan__inner.l-inner {
  text-align: center;
}

p.p-plan__note {
  color: #ffffff;
  text-align: right;
  max-width: 54rem;
  margin-inline: auto;
  width: 80%;
}
@media screen and (min-width: 768px) {
  p.p-plan__note {
    width: auto;
    width: initial;
  }
}

.p-plan__lead {
  margin-top: 3.5rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-plan__lead {
    margin-top: 5rem;
  }
}

.p-plan__list {
  margin-top: 3.5rem;
}
@media screen and (min-width: 768px) {
  .p-plan__list {
    margin-top: 6rem;
  }
}

.p-plan__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.25rem;
  place-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media screen and (min-width: 768px) {
  .p-plan__items {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}

.p-plan__personalTime {
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
}

.p-plan__item:nth-child(2) .p-plan-item__num::after {
  content: "02";
}

.p-plan__item:nth-child(3) .p-plan-item__num::after {
  content: "03";
}

.p-plan__item:nth-child(4) .p-plan-item__num::after {
  content: "04";
}

.p-plan__item:nth-child(3) .p-plan-item__price {
  position: relative;
}

.p-plan__item:nth-child(3) .p-plan-item__price span.time {
  display: inline-block;
  font-size: 1.25rem;
  padding-right: 0.3125rem;
  font-family: "Noto Sans JP", sans-serif;
}

.p-plan__link {
  text-decoration: underline;
}

.p-pointmaru {
  position: relative;
  display: inline-block;
}

.p-pointmaru__catch p {
  font-size: clamp(1.25rem, 1.162rem + 0.38vw, 1.5rem);
  font-weight: 700;
  color: #fff;
  display: inline-block;
}

.p-pointmaru__body {
  position: relative;
}

.p-pointmaru__bg {
  border-radius: 50%;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 8.5rem;
  height: 8.5rem;
  outline: 0;
  z-index: 2;
  background-color: #FFA500;
  text-align: center;
  color: #fff;
  padding-top: 1.4375rem;
  padding-bottom: 1.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-pointmaru__bg {
    width: 10.375rem;
    height: 10.375rem;
  }
}

.p-pointmaru__bg::after {
  content: "";
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  position: absolute;
  border: 1px solid black;
  height: 100%;
  top: 0;
  left: 6px;
  border-radius: 50%;
  z-index: -1;
}

.p-pointmaru__text,
.p-pointmaru__copy {
  font-size: 1rem;
  line-height: 1.4117647059;
  font-weight: 700;
  color: #fff;
  width: 6.375rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-pointmaru__text,
  .p-pointmaru__copy {
    font-size: 1.0625rem;
    white-space: nowrap;
  }
}

.p-pointmaru__copy span {
  font-size: clamp(1.5rem, 1.016rem + 2.07vw, 2.875rem);
  line-height: 1.5;
}

.p-pointmaru--4 .p-pointmaru__copy span {
  font-size: clamp(1.3rem, 1.014rem + 1.8vw, 2rem);
  line-height: 1.5;
}

.p-about__pointItem:nth-child(3) .p-pointmaru__bg .p-pointmaru__text {
  margin-top: -6%;
}
@media screen and (min-width: 768px) {
  .p-about__pointItem:nth-child(3) .p-pointmaru__bg .p-pointmaru__text {
    margin-top: 0;
    margin-top: initial;
  }
}

.p-schedule {
  background-color: #30B367;
  padding-top: 7.25rem;
  padding-bottom: 8.75rem;
  position: relative;
  overflow: hidden;
  position: relative;
  z-index: 10;
}

.p-schedule__inner {
  text-align: center;
}

.p-schedule__container iframe {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .p-schedule__container iframe {
    width: 67.5rem;
    height: 60.25rem;
  }
}

.p-schedule::before {
  content: "";
  position: absolute;
  background-image: url(../images/asi-circle.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 21.875rem;
  height: 21.875rem;
  top: 0;
  right: -2.6875rem;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-schedule::before {
    width: 31.375rem;
    height: 30.75rem;
  }
}

.p-schedule::after {
  content: "";
  position: absolute;
  background-image: url(../images/asi-circle.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 31.375rem;
  height: 30.75rem;
  bottom: 0;
  left: -2.6875rem;
  z-index: -1;
}

.p-schedule__title {
  text-align: center;
}

.p-schedule__title .c-section-title__sub {
  margin-top: 0.5rem;
}

.p-schedule__text {
  margin-top: 5rem;
}

.p-schedule__container {
  text-align: center;
  margin-top: 4rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-schedule__container {
    margin-top: 7.125rem;
  }
}

.p-schedule__container iframe {
  width: 55rem;
  height: 47.5rem;
}

.p-section-title {
  text-align: center;
}

.p-support__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .p-support__link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-bottom: 0;
  }
}

.p-support__link img {
  width: 240px;
  max-width: 100%;
}

.swiper {
  width: 100%;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-tab__conatiner {
  display: grid;
  grid-template-columns: 1fr;
  -webkit-column-gap: 3.25rem;
     -moz-column-gap: 3.25rem;
          column-gap: 3.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  place-items: center;
}
@media screen and (min-width: 768px) {
  .p-tab__conatiner {
    grid-template-columns: 1fr 1fr;
  }
}

.p-tab__item {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-tab__item .c-tabItem__text p:nth-of-type(2) {
  margin-top: 1.5em;
}

.p-tab__item:hover {
  opacity: 0.7;
}

.p-tab__item:nth-child(2) {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.p-tab__panel {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-tab__panel {
    margin-top: 0;
    margin-top: initial;
  }
}

.u-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-pc {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-sp {
    display: none;
  }
}
/*# sourceMappingURL=styles.css.map */
