@charset "UTF-8";
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd,
ul {
  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;
  margin: 0;
  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;
  color: #231815;
}

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

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

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

/* Remove all animations and transitions 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;
  }
}
/*****************************************
 * 数値から単位を取り除く
******************************************/
/*****************************************
 * px→remの計算
******************************************/
/*****************************************
 * vwの計算
******************************************/
/*****************************************
 * line-heightの計算
******************************************/
html {
  font-size: 16px;
}
@media (max-width: 1200px) {
  html {
    font-size: 1.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 6.25rem;
  overflow-x: hidden;
  scroll-padding-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 3.75rem;
  }
}

body {
  font-weight: 400;
  color: #333;
  font-family: "Noto Sans CJK JP", sans-serif;
  overflow-x: clip;
  background: #E9EAEC;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  body {
    padding-bottom: 2.5rem;
  }
}
body::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 12.5rem;
  background: #21B322;
  z-index: -1;
}

body {
  overflow-x: clip;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  a:hover {
    opacity: 1;
  }
}

h1, h2, h3, h4, h5, h6, p {
  word-break: break-word;
}

/* ある時からbr消去 
----------------------------------------------- */
@media screen and (max-width: 399px) {
  .sm-remove {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .md-remove {
    display: none;
  }
}

@media screen and (max-width: 999px) {
  .lg-remove {
    display: none;
  }
}

/* ある時からbr追加
----------------------------------------------- */
.sm-add {
  display: none;
}
@media screen and (max-width: 399px) {
  .sm-add {
    display: block;
  }
}

.md-add {
  display: none;
}
@media screen and (max-width: 767px) {
  .md-add {
    display: block;
  }
}

.lg-add {
  display: none;
}
@media screen and (max-width: 999px) {
  .lg-add {
    display: block;
  }
}

.header {
  height: 6.875rem;
  background: #fff;
  -webkit-box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 0;
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  .header {
    height: 2.875rem;
  }
}
.header__inner {
  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;
  padding: 0 0 0 2.375rem;
}
@media screen and (max-width: 767px) {
  .header__inner {
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.header__logo {
  max-width: 25.6875rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .header__logo {
    max-width: 12rem;
    gap: 0.5rem;
  }
}
.header__logo-icon {
  width: 3.125rem;
  height: 3.125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .header__logo-icon {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.header__logo-img {
  aspect-ratio: 411/100;
  -o-object-fit: contain;
     object-fit: contain;
}
.header__logo-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header__logo-main {
  font-size: 1.5rem;
  font-weight: 700;
  color: #00a651;
  line-height: 1.2;
  display: block;
}
@media screen and (max-width: 767px) {
  .header__logo-main {
    font-size: 1.125rem;
  }
}
.header__logo-sub {
  font-size: 0.6875rem;
  color: #00a651;
  line-height: 1.2;
  display: block;
  margin-top: 0.125rem;
}
@media screen and (max-width: 767px) {
  .header__logo-sub {
    font-size: 0.5625rem;
  }
}
.header__nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  margin-bottom: auto;
}
.header__nav {
  padding-right: 2.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .header__nav {
    display: none;
  }
}
.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header__nav-item {
  position: relative;
}
.header__nav-item.is-open .header__mega-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.header__nav-item:last-child .header__mega-menu {
  left: auto;
  right: 0;
}
.header__nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem;
  padding: 0.5rem 1rem;
  color: #333;
  text-decoration: none;
  font-size: 0.875rem;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.header__nav-link:hover {
  font-weight: 700;
}
.header__nav-arrow {
  position: relative;
  width: 0.5rem;
  height: 0.5rem;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header__nav-arrow::before {
  content: "";
  position: absolute;
  top: -0.125rem;
  left: 0;
  width: 100%;
  height: 100%;
  border-right: 0.125rem solid #3ACD2C;
  border-bottom: 0.125rem solid #3ACD2C;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header__mega-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  -webkit-box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
  padding: 1.5rem 0;
  min-width: 12.5rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(-0.625rem);
          transform: translateY(-0.625rem);
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  z-index: 1000;
  margin-top: 0.5rem;
  white-space: nowrap;
}
.header__mega-menu::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 0.5rem;
  background: transparent;
}
@media screen and (max-width: 767px) {
  .header__mega-menu {
    display: none;
  }
}
.header__mega-menu-inner {
  padding: 0;
  width: 100%;
}
.header__mega-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
}
.header__mega-menu-link {
  display: block;
  padding: 0.75rem 1.25rem;
  color: #333;
  text-decoration: none;
  font-size: 0.875rem;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.header__mega-menu-link:hover {
  background: #f5f5f5;
  color: #00a651;
}
.header__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .header__buttons {
    display: none;
  }
}
.header__btn {
  position: relative;
  height: 3rem;
  border-radius: 0 0 0 0.625rem;
  font-size: 0.9375rem;
  font-weight: 500;
  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;
  cursor: pointer;
}
.header__btn--reservation {
  width: 13.125rem;
  padding-right: 0.625rem;
  background: -webkit-gradient(linear, left top, right top, from(#FF2C8D), to(#FF6505));
  background: linear-gradient(to right, #FF2C8D, #FF6505);
  color: #fff;
}
@media screen and (min-width: 768px) {
  .header__btn--reservation:hover {
    background: -webkit-gradient(linear, left top, right top, from(#FF6505), to(#FF2C8D));
    background: linear-gradient(to right, #FF6505, #FF2C8D);
    opacity: 1;
  }
  .header__btn--reservation:hover .header__btn-arrow {
    right: 1.75rem;
    -webkit-transition: right 0.3s;
    transition: right 0.3s;
  }
}
.header__btn--reservation .header__btn-arrow {
  right: 2rem;
}
.header__btn--contact {
  width: 12.5rem;
  margin-left: -0.625rem;
  background: -webkit-gradient(linear, left top, right top, from(#00A7C0), to(#2FD635));
  background: linear-gradient(to right, #00A7C0, #2FD635);
  color: #fff;
}
@media screen and (min-width: 768px) {
  .header__btn--contact:hover {
    background: -webkit-gradient(linear, left top, right top, from(#2FD635), to(#00A7C0));
    background: linear-gradient(to right, #2FD635, #00A7C0);
    opacity: 1;
  }
  .header__btn--contact:hover .header__btn-arrow {
    -webkit-transition: right 0.3s;
    transition: right 0.3s;
    right: 1.125rem;
  }
}
.header__btn--contact .header__btn-arrow {
  right: 1.375rem;
}
.header__btn-arrow {
  position: relative;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 0.75rem;
  height: 0.125rem;
  margin-left: 0.25rem;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}
@media screen and (max-width: 767px) {
  .header__btn-arrow {
    width: 0.6875rem;
    height: 0.125rem;
  }
}
.header__btn-arrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
.header__btn-arrow::after {
  content: "";
  position: absolute;
  top: -0.25rem;
  right: 0;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .header__btn-arrow::after {
    width: 0.5625rem;
    height: 0.5625rem;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
  }
}
.header__top-bar {
  background: #f5f5f5;
  padding: 0.5rem 0;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .header__top-bar {
    padding: 0.375rem 0;
  }
}
.header__top-link {
  font-size: 0.75rem;
  color: #333;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .header__top-link {
    font-size: 0.6875rem;
  }
}
.header__top-link:hover {
  text-decoration: underline;
}

.footer {
  background: #22B322;
  color: #fff;
  padding-top: 3.3125rem;
}
@media screen and (max-width: 767px) {
  .footer {
    padding-top: 1.875rem;
  }
}
@media screen and (min-width: 768px) {
  .footer__nav--pc {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3.4375rem;
  }
}
@media screen and (max-width: 767px) {
  .footer__nav--pc {
    display: none;
  }
}
.footer__nav--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .footer__nav--sp {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .footer__nav--sp {
    display: none !important;
  }
}
.footer__nav-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer__nav-divider {
  margin-top: 2rem;
}
.footer__nav-title {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 1.0625rem;
  padding-bottom: 0.5625rem;
  border-bottom: 0.0625rem solid #fff;
}
.footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.875rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__nav-link {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.footer__nav-link:hover {
  color: #fff;
}
.footer__nav-link--highlight {
  color: #FF6B9D;
}
.footer__nav-list-sp {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}
.footer__nav-item-sp {
  padding-bottom: 0.3125rem;
  border-bottom: 0.0625rem solid #fff;
}
.footer__nav-trigger-sp {
  width: 100%;
  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;
  padding: 0.9375rem 0.9375rem 0.9375rem 0;
  background: transparent;
  border: none;
  color: #fff;
  text-align: left;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.footer__nav-trigger-sp:active {
  background: rgba(255, 255, 255, 0.1);
}
.footer__nav-title-sp {
  font-size: 0.875rem;
  font-weight: 500;
}
.footer__nav-arrow-sp {
  width: 0.5rem;
  height: 0.5rem;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.footer__nav-arrow-sp::before {
  content: "";
  position: absolute;
  top: -0.125rem;
  left: 0;
  width: 100%;
  height: 100%;
  border-right: 0.125rem solid #fff;
  border-bottom: 0.125rem solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.footer__nav-item-sp.is-open .footer__nav-arrow-sp {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.footer__sub-nav-sp {
  display: none;
}
.is-open + .footer__sub-nav-sp {
  display: block;
}
.footer__sub-nav-link-sp {
  display: block;
  padding: 0.625rem 0;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  font-size: 0.75rem;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.footer__bottom {
  margin-top: 1.3125rem;
  padding: 1.25rem 0;
}
.footer__copyright {
  font-size: 0.625rem;
  color: #fff;
}
.footer__to-top {
  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;
  width: 2.5rem;
  height: 2.5rem;
  background: #E5E5E5;
  color: #333;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer__to-top {
    width: 2.25rem;
    height: 2.25rem;
    position: absolute;
    bottom: 1rem;
    right: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .footer__to-top:hover {
    background: #D5D5D5;
  }
}
.footer__to-top:active {
  background: #D5D5D5;
}
.footer__to-top-icon {
  width: 0.75rem;
  height: 0.75rem;
  position: relative;
}
.footer__to-top-icon::before {
  content: "";
  position: absolute;
  top: -0.125rem;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: 0.125rem solid #333;
  border-right: 0.125rem solid #333;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.sp-bottom-nav {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-bottom-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 3.75rem;
    z-index: 99999;
  }
}
.sp-bottom-nav__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  text-decoration: none;
  border: none;
  background: transparent;
  cursor: pointer;
  position: relative;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 0.9375rem 0 0 0;
}
.sp-bottom-nav__btn:active {
  opacity: 0.8;
}
.sp-bottom-nav__btn--reservation {
  background: -webkit-gradient(linear, left top, right top, from(#FF2C8D), to(#FF6505));
  background: linear-gradient(to right, #FF2C8D, #FF6505);
  color: #fff;
  height: 3.125rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 0.625rem;
}
.sp-bottom-nav__btn--contact {
  background: -webkit-gradient(linear, left top, right top, from(#00A7C0), to(#2FD635));
  background: linear-gradient(to right, #00A7C0, #2FD635);
  color: #fff;
  margin-left: -0.9375rem;
  height: 3.125rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.sp-bottom-nav__btn--menu {
  background: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
  width: 3.75rem;
  height: 3.75rem;
}
.sp-bottom-nav__btn-text {
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
  color: #fff;
}
.sp-bottom-nav__btn--menu .sp-bottom-nav__btn-text {
  font-size: 0.6875rem;
}
.sp-bottom-nav__btn-text--menu {
  color: #005872;
}
.sp-bottom-nav__btn-arrow {
  position: relative;
  display: inline-block;
  width: 0.75rem;
  height: 0.125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 0.25rem;
}
.sp-bottom-nav__btn-arrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
.sp-bottom-nav__btn-arrow::after {
  content: "";
  position: absolute;
  top: -0.25rem;
  right: 0;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.sp-bottom-nav__menu-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
  width: 1.375rem;
  height: 1.125rem;
  position: relative;
}
.sp-bottom-nav__menu-icon span {
  display: block;
  width: 100%;
  height: 0.1875rem;
  background: #005872;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 0.0625rem;
}
.js-hamburger.is-open .sp-bottom-nav__menu-icon span:nth-child(1) {
  -webkit-transform: translateY(0.4375rem) rotate(45deg);
          transform: translateY(0.4375rem) rotate(45deg);
}
.js-hamburger.is-open .sp-bottom-nav__menu-icon span:nth-child(2) {
  opacity: 0;
}
.js-hamburger.is-open .sp-bottom-nav__menu-icon span:nth-child(3) {
  -webkit-transform: translateY(-0.4375rem) rotate(-45deg);
          transform: translateY(-0.4375rem) rotate(-45deg);
}

.drawer {
  position: fixed;
  top: 0;
  right: -100%;
  width: 90%;
  max-width: 23.75rem;
  height: 100vh;
  background: #3ACD2C;
  z-index: 10000;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: none;
}
@media screen and (max-width: 767px) {
  .drawer {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .drawer {
    display: none !important;
  }
}
.drawer.is-open {
  right: 0;
}
.drawer__inner {
  padding: 0.625rem 1.25rem 6.25rem;
  min-height: 100%;
}
.drawer__logo {
  padding: 0 0 1.25rem 0;
  margin-bottom: 1.25rem;
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.2);
}
.drawer__logo-link {
  display: block;
  text-decoration: none;
}
.drawer__logo-img {
  max-width: 100%;
  height: auto;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.drawer__nav {
  width: 100%;
}
.drawer__nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}
.drawer__nav-item {
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.2);
}
.drawer__nav-link {
  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;
  padding: 1rem 1.25rem;
  color: #fff;
  text-decoration: none;
  font-size: 0.9375rem;
  font-weight: 500;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  position: relative;
}
.drawer__nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0.25rem;
  background: rgba(255, 255, 255, 0.3);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.drawer__nav-link:active {
  background: rgba(255, 255, 255, 0.1);
}
.drawer__nav-link:active::before {
  opacity: 1;
}
.drawer__nav-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.drawer__nav-arrow {
  width: 0.5rem;
  height: 0.5rem;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.drawer__nav-arrow::before {
  content: "";
  position: absolute;
  top: -0.125rem;
  left: 0;
  width: 100%;
  height: 100%;
  border-right: 0.125rem solid #fff;
  border-bottom: 0.125rem solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.drawer__nav-item.is-open .drawer__nav-arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.drawer__sub-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  background: rgba(0, 0, 0, 0.1);
}
.is-open + .drawer__sub-nav {
  display: block;
}
.drawer__sub-nav-item {
  border-top: 0.0625rem solid rgba(255, 255, 255, 0.1);
}
.drawer__sub-nav-link {
  display: block;
  padding: 0.75rem 1.25rem 0.75rem 2.5rem;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  font-size: 0.875rem;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.drawer__sub-nav-link:active {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.drawer-overlay {
  display: none;
}
@media screen and (max-width: 767px) {
  .drawer-overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  .drawer-overlay.is-open {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (min-width: 768px) {
  .drawer-overlay {
    display: none !important;
  }
}

.sp-to-top {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-to-top {
    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;
    position: fixed;
    bottom: 4.375rem;
    right: 0.5625rem;
    width: 2.875rem;
    height: 2.875rem;
    background: rgba(151, 151, 151, 0.8);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    z-index: 99998;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  .sp-to-top.is-visible {
    opacity: 1;
    visibility: visible;
  }
  .sp-to-top:active {
    background: rgba(151, 151, 151, 0.8);
  }
}
@media screen and (min-width: 768px) {
  .sp-to-top {
    display: none !important;
  }
}
.sp-to-top__icon {
  width: 0.8125rem;
  height: 0.8125rem;
  position: relative;
}
.sp-to-top__icon::before {
  content: "";
  position: absolute;
  top: 0.25rem;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.p-sub-mv {
  padding-top: 2.625rem;
}
@media screen and (max-width: 767px) {
  .p-sub-mv {
    padding-top: 1.75rem;
  }
}
.p-sub-mv__inner {
  max-width: 85rem;
  margin-inline: auto;
  padding: 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-sub-mv__inner {
    padding: 0 0.9375rem;
  }
}
.p-sub-mv__content {
  height: 10rem;
  margin-inline: auto;
  padding: 0.5625rem 5.9375rem 1.25rem 2rem;
  background-color: #3BCD2C;
  border-radius: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-sub-mv__content {
    padding: 0.625rem 0.625rem 0.625rem 0.5625rem;
    height: 3.625rem;
    border-radius: 1.25rem;
  }
}
.p-sub-mv__title-en {
  font-size: 2.4375rem;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1em;
  color: #ace389;
}
@media screen and (max-width: 767px) {
  .p-sub-mv__title-en {
    font-size: 0.8125rem;
  }
}
.p-sub-mv__title-ja {
  color: #fff;
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .p-sub-mv__title-ja {
    font-size: 0.875rem;
  }
}
.p-sub-mv__image {
  margin-top: -2.125rem;
  max-width: 7.875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-sub-mv__image {
    margin-top: -1.5rem;
    max-width: 3.4375rem;
  }
}
.p-sub-mv__img {
  aspect-ratio: 126/160;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-decoration: none;
  border: none;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease, background-color 0.3s ease;
  transition: opacity 0.3s ease, background-color 0.3s ease;
  width: 9.375rem;
  height: 2.5rem;
  padding: 0 1.0625rem 0 1.125rem;
  background-color: #fff;
  border-radius: 1.375rem;
  color: #00a651;
  font-size: 0.875rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .c-btn {
    width: 8.75rem;
    height: 2.3125rem;
  }
}
.c-btn:hover {
  opacity: 0.8;
}
.c-btn--small {
  width: 7.5rem;
  height: 2.1875rem;
  padding: 0 0.875rem 0 0.9375rem;
  font-size: 0.8125rem;
  border-radius: 1.125rem;
}
@media screen and (max-width: 767px) {
  .c-btn--small {
    width: 6.875rem;
    height: 2rem;
  }
}
.c-btn--medium {
  width: 9.375rem;
  height: 2.5rem;
  padding: 0 1.0625rem 0 1.125rem;
  font-size: 0.875rem;
  border-radius: 1.375rem;
}
@media screen and (max-width: 767px) {
  .c-btn--medium {
    width: 8.75rem;
    height: 2.3125rem;
  }
}
.c-btn--large {
  width: 11.25rem;
  height: 3rem;
  padding: 0 1.25rem 0 1.3125rem;
  font-size: 0.9375rem;
  border-radius: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-btn--large {
    width: 10rem;
    height: 2.75rem;
  }
}
.c-btn--white {
  background-color: #fff;
  color: #00a651;
}
.c-btn--white:hover {
  background-color: #f5f5f5;
}
.c-btn--green {
  background-color: #00a651;
  color: #fff;
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.08);
          box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.08);
}
.c-btn--green:hover {
  background-color: #008a44;
}
.c-btn--light-green {
  background-color: #3ACD2C;
  color: #fff;
}
.c-btn--light-green:hover {
  background-color: #2fb825;
}
.c-btn--auto {
  width: auto;
  padding: 0.875rem 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-btn--auto {
    width: 100%;
    text-align: center;
  }
}
.c-btn__arrow {
  margin-left: 0.5rem;
}
.c-btn--auto .c-btn__arrow {
  margin-left: 0.75rem;
}

.inner {
  max-width: 64.375rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 0.9375rem;
}
@media screen and (max-width: 767px) {
  .inner {
    max-width: 39.375rem;
  }
}

.c-section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-section-title__en {
  font-size: 5.625rem;
  font-weight: 500;
  color: #3ACD2C;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 767px) {
  .c-section-title__en {
    font-size: 3.75rem;
  }
}
.c-section-title__ja {
  font-size: 1.125rem;
  font-weight: 700;
  color: #333;
}
@media screen and (max-width: 767px) {
  .c-section-title__ja {
    margin-top: 0.375rem;
    font-size: 1rem;
  }
}
.c-section-title--white .c-section-title__en {
  color: #fff;
}
.c-section-title--white .c-section-title__ja {
  color: #fff;
}

.p-course__item:nth-of-type(1) .c-card {
  background-color: #3ACD2C;
}
.p-course__item:nth-of-type(2) .c-card {
  background-color: #21CBB8;
}
.p-course__item:nth-of-type(3) .c-card {
  background-color: #4F90E8;
}

.c-card {
  height: 25rem;
  position: relative;
  padding: 1.5rem 1.5rem 1.5625rem 1.5rem;
  border-radius: 0.9375rem;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-card {
    height: 21.6875rem;
  }
}
.c-card__image--first {
  background-color: #009E00;
}
.c-card__image--first img {
  max-width: 8.25rem;
  aspect-ratio: 263/254;
}
.c-card__image--second {
  background-color: #00989E;
}
.c-card__image--second img {
  max-width: 7.25rem;
  aspect-ratio: 233/264;
}
.c-card__image--third {
  background-color: #007AD7;
}
.c-card__image--third img {
  max-width: 8.9375rem;
  aspect-ratio: 143/134;
}
.c-card__image {
  width: 100%;
  height: 9.375rem;
  overflow: hidden;
  border-radius: 0.625rem;
  position: relative;
}
.c-card__img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  position: absolute;
  bottom: -0.3125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.c-card__body {
  padding: 1.875rem 0 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-card__body {
    padding: 1.25rem 0 0 0;
  }
}
.c-card__title {
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1.75;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-card__title {
    font-weight: 400;
  }
}
.c-card__text {
  margin-top: 0.625rem;
  font-size: 1rem;
  line-height: 1.75;
  color: #fff;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .c-card__text {
    margin-top: 0.3125rem;
    font-size: 0.9375rem;
    line-height: 1.8666666667;
  }
}
.c-card__arrow-wrapper {
  width: 2.625rem;
  height: 2.625rem;
  background-color: #fff;
  bottom: 1.5625rem;
  right: 1.875rem;
  position: absolute;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .c-card__arrow-wrapper {
    right: 1.125rem;
    bottom: 1.375rem;
  }
}
.c-card__arrow-wrapper .c-card__arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.c-news-item {
  width: 14.5rem;
  height: 11.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.25rem;
  background: #fff;
  border-radius: 0.875rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-news-item {
    width: 13.8125rem;
    height: 11.125rem;
    padding: 1.1875rem 1.0625rem 1.125rem 1.1875rem;
  }
}
.c-news-item__link {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
  color: inherit;
}
.c-news-item__icon {
  display: inline-block;
  width: 1.25rem;
  height: 1.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.c-news-item__icon-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-news-item__body {
  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-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-news-item__title {
  margin-top: 1.125rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.625;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-news-item__title {
    margin-top: 0.75rem;
  }
}
.c-news-item__date {
  margin-left: 0.4375rem;
  margin-right: auto;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #3ACD2C;
  font-family: "Montserrat", sans-serif;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .c-news-item__date {
    margin-left: 0.375rem;
    font-size: 0.875rem;
  }
}
.c-news-item__footer {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.c-news-item__time-icon {
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .c-news-item__time-icon {
    width: 0.6875rem;
    height: 0.6875rem;
  }
}
.c-news-item__time-icon-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-news-item__arrow {
  margin-left: auto;
}

.c-accordion {
  border-radius: 0.9375rem;
  overflow: hidden;
  background: #fff;
  padding: 1.6875rem 2.8125rem 1.9375rem 1.8125rem;
}
@media screen and (max-width: 767px) {
  .c-accordion {
    padding: 2.6875rem 1.25rem;
  }
}
.c-accordion__trigger {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.8125rem;
  background: #fff;
  border: none;
  cursor: pointer;
  text-align: left;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .c-accordion__trigger {
    gap: 0.75rem;
  }
}
@media screen and (min-width: 768px) {
  .c-accordion__trigger:hover {
    opacity: 0.5;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
}
.c-accordion__trigger[aria-expanded=true] .c-accordion__arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.c-accordion__q {
  color: #3ACD2C;
  font-size: 1.875rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .c-accordion__q {
    font-size: 1.6875rem;
  }
}
.c-accordion__question {
  padding-top: 0.4375rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  color: #333;
}
.c-accordion__arrow {
  position: relative;
  width: 0.625rem;
  height: 0.625rem;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.c-accordion__arrow::before {
  content: "";
  position: absolute;
  top: -0.125rem;
  left: 0;
  width: 100%;
  height: 100%;
  border-right: 0.125rem solid #3ACD2C;
  border-bottom: 0.125rem solid #3ACD2C;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-accordion__content {
  display: none;
  overflow: hidden;
  padding: 1.25rem 0 0 2.5rem;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .c-accordion__content {
    padding: 0.625rem 0 0 1.125rem;
  }
}
.c-accordion__answer-icon {
  padding-top: 0.1875rem;
  font-size: 1.25rem;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  color: #3ACD2C;
}
.c-accordion__answer {
  font-size: 0.875rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .c-accordion__answer {
    font-size: 0.8125rem;
  }
}

.c-arrow {
  position: relative;
  display: inline-block;
  width: 0.75rem;
  height: 0.125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .c-arrow {
    width: 0.6875rem;
    height: 0.125rem;
  }
}
.c-arrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: currentColor;
}
.c-arrow::after {
  content: "";
  position: absolute;
  top: -0.25rem;
  right: 0;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid currentColor;
  border-right: 0.125rem solid currentColor;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .c-arrow::after {
    width: 0.5625rem;
    height: 0.5625rem;
    border-top: 0.125rem solid currentColor;
    border-right: 0.125rem solid currentColor;
  }
}
.c-arrow--red {
  color: #FF2C61;
}
.c-arrow--white {
  color: #fff;
}
.c-arrow--green {
  color: #3ACD2C;
}
.c-arrow--skyblue {
  color: #21CBB8;
}
.c-arrow--blue {
  color: #4F90E8;
}

.p-mv {
  position: relative;
  padding-top: 6.375rem;
  margin: 2.875rem 0 0 0;
  min-height: 34.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-image: url("../img/top/mv.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-mv {
    min-height: 33.75rem;
    width: 100%;
    padding-top: 1.125rem;
    margin: 0.875rem 0 0 0;
    background-image: url("../img/top/mv_sp.webp");
  }
}
.p-mv__inner {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-mv__inner {
    margin-inline: auto;
  }
}
.p-mv__content {
  max-width: 50rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-mv__content {
    max-width: 22.1875rem;
    width: 100%;
    margin-inline: auto;
    padding: 0 1.25rem;
  }
}
.p-mv__catch {
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.3333333333;
}
@media screen and (max-width: 767px) {
  .p-mv__catch {
    font-size: 1.375rem;
    line-height: 1.5454545455;
  }
}
.p-mv__text {
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.8333333333;
  font-weight: 500;
  letter-spacing: 0.036em;
}
@media screen and (max-width: 767px) {
  .p-mv__text {
    margin-top: 0.625rem;
    font-size: 0.8125rem;
    line-height: 1.9230769231;
  }
}

.p-notice {
  margin-top: -6.875rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-notice {
    margin-top: -3.125rem;
  }
}
.p-notice__list {
  max-width: 50rem;
  width: 100%;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  border-radius: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-notice__list {
    max-width: 19.1875rem;
  }
}
.p-notice__item + .p-notice__item {
  border-top: 1px solid #E7E7E7;
}
.p-notice__item:first-of-type a {
  border-top-left-radius: 1.25rem;
  border-top-right-radius: 1.25rem;
}
.p-notice__item:last-of-type a {
  border-bottom-left-radius: 1.25rem;
  border-bottom-right-radius: 1.25rem;
}
.p-notice__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.375rem;
  padding: 0.875rem 2.625rem 1.125rem 3.125rem;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-notice__link {
    padding: 0.9375rem 0.75rem 1rem 0.75rem;
    gap: 0.75rem;
  }
}
.p-notice__link:hover {
  background: #f9f9f9;
}
.p-notice__icon {
  max-width: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-notice__icon {
    max-width: 1.3125rem;
    font-size: 0.9375rem;
  }
}
.p-notice__icon img {
  aspect-ratio: 24/24;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-notice__title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
  text-decoration: none;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  overflow: hidden;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-notice__title {
    font-size: 0.9375rem;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    line-height: 1.6;
  }
}
.p-notice__title:hover {
  text-decoration: none;
}

.p-course {
  padding: 3.25rem 0 2.5rem 0;
}
@media screen and (max-width: 767px) {
  .p-course {
    padding: 3.75rem 0 4.125rem 0;
  }
}
.p-course__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-course__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1.375rem;
  }
}
.p-course__text {
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-course__text {
    font-size: 0.875rem;
  }
}
.p-course__list {
  margin-top: 2.625rem;
  display: grid;
  grid-template-columns: repeat(3, calc((100% - 1.75rem) / 3));
  gap: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-course__list {
    margin-top: 2rem;
    grid-template-columns: 1fr;
    max-width: 21.5rem;
    width: 100%;
    margin-inline: auto;
  }
}
.p-course__nav-list {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  background-color: #fff;
  border-radius: 1.25rem;
  height: 15rem;
}
@media screen and (max-width: 767px) {
  .p-course__nav-list {
    height: auto;
    margin-top: 1.6875rem;
    grid-template-columns: 1fr;
  }
}
.p-course__nav-link {
  height: 100%;
  padding: 1.875rem 0 2rem 0;
  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;
  gap: 0.75rem;
  text-decoration: none;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-course__nav-link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 1.5rem;
    padding: 1.125rem 1.75rem 0.9375rem 1.8125rem;
  }
}
@media screen and (min-width: 768px) {
  .p-course__nav-link:hover {
    opacity: 0.7;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
}
.p-course__nav-icon {
  width: 6rem;
  height: 6rem;
  background-color: #3ACD2C;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-course__nav-icon {
    width: 3.3125rem;
    height: 3.3125rem;
  }
}
.p-course__nav-icon-img {
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
}
.p-course__nav-item:nth-of-type(1) .p-course__nav-link .p-course__nav-icon {
  background-color: #F57CBC;
}
.p-course__nav-item:nth-of-type(1) .p-course__nav-link .p-course__nav-arrow {
  color: #F57CBC;
}
.p-course__nav-item:nth-of-type(1) .p-course__nav-icon img {
  max-width: 4.5625rem;
  aspect-ratio: 73/90;
  top: 0.9375rem;
  left: 1.6875rem;
}
@media screen and (max-width: 767px) {
  .p-course__nav-item:nth-of-type(1) .p-course__nav-icon img {
    max-width: 2.5rem;
    top: 0.5rem;
    left: 1rem;
  }
}
.p-course__nav-item:nth-of-type(2) .p-course__nav-icon img {
  max-width: 4.5rem;
  aspect-ratio: 72/77;
  top: 1.375rem;
  left: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-course__nav-item:nth-of-type(2) .p-course__nav-icon img {
    max-width: 2.5rem;
    top: 0.75rem;
    left: 0.375rem;
  }
}
.p-course__nav-item:nth-of-type(3) .p-course__nav-icon img {
  max-width: 3.3125rem;
  aspect-ratio: 53/45;
  top: 1.6875rem;
  left: 1.3125rem;
}
@media screen and (max-width: 767px) {
  .p-course__nav-item:nth-of-type(3) .p-course__nav-icon img {
    max-width: 1.8125rem;
    top: 0.9375rem;
    left: 0.6875rem;
  }
}
.p-course__nav-item:nth-of-type(4) .p-course__nav-icon img {
  max-width: 2.8125rem;
  aspect-ratio: 45/51;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .p-course__nav-item:nth-of-type(4) .p-course__nav-icon img {
    max-width: 1.5625rem;
  }
}
.p-course__nav-item:nth-of-type(5) .p-course__nav-icon img {
  max-width: 5.3125rem;
  aspect-ratio: 85/32;
  top: 2rem;
  left: -0.5625rem;
}
@media screen and (max-width: 767px) {
  .p-course__nav-item:nth-of-type(5) .p-course__nav-icon img {
    max-width: 2.875rem;
    top: 1.125rem;
    left: -0.25rem;
  }
}
.p-course__nav-item + .p-course__nav-item {
  border-left: 1px solid #E7E7E7;
}
@media screen and (max-width: 767px) {
  .p-course__nav-item + .p-course__nav-item {
    border-left: none;
    border-top: 1px solid #E7E7E7;
  }
}
.p-course__nav-label {
  font-size: 1.125rem;
  font-weight: 500;
  color: #333;
  text-align: center;
}
.p-course__nav-arrow {
  margin-top: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-course__nav-arrow {
    margin-top: 0.125rem;
    margin-left: auto;
  }
}

.p-news {
  padding: 4.375rem 0 3.75rem 0;
  background: #ACE388;
}
@media screen and (max-width: 767px) {
  .p-news {
    padding: 2.25rem 0 2.8125rem 0;
  }
}
.p-news__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-news__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-news__slider {
  position: relative;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-news__slider {
    margin-top: 1.25rem;
  }
}
.p-news__swiper {
  overflow: visible;
}
.p-news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-news__item {
  width: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-news__footer {
  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;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-news__footer {
    margin-top: 1.5rem;
  }
}
.p-news__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-news__nav {
    margin-top: 1.5rem;
  }
}
.p-news__prev, .p-news__next {
  width: 1.875rem;
  height: 1.875rem;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  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;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: static;
  margin: 0;
  background: #3ACD2C;
  color: #fff;
}
.p-news__prev::after, .p-news__next::after {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-news__prev:hover, .p-news__next:hover {
    opacity: 0.5;
  }
}
.p-news__prev.swiper-button-disabled {
  background-color: #fff;
  cursor: not-allowed;
  opacity: 1;
  color: #D5E2E1;
}
.p-news__next {
  margin-left: 0.375rem;
  margin-right: 2.375rem;
}
.p-news__next.swiper-button-disabled {
  background-color: #fff !important;
  cursor: not-allowed;
  opacity: 1;
  color: #D5E2E1;
}
.p-news__pagination.swiper-pagination-progressbar {
  position: static;
  width: 12.5rem;
  height: 0.375rem;
  background: #fff;
  border-radius: 0.3125rem;
  overflow: hidden;
}
.p-news__pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #3ACD2C;
  border-radius: 0.125rem;
}
.p-news__link {
  width: 11.25rem;
  height: 2.5rem;
  padding: 0 1.0625rem 0 1.125rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: auto;
  background: #3ACD2C;
  color: #fff;
  border-radius: 1.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-news__link {
    margin-top: 0;
    width: 8.9375rem;
    height: 2.1875rem;
    padding: 0 0.875rem 0 1rem;
    font-size: 0.8125rem;
  }
}
.p-news__link:hover {
  background: #32B826;
}
@media screen and (max-width: 767px) {
  .p-news__link.md-remove {
    display: none;
  }
}
.p-news__link.md-add {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-news__link.md-add {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-news__swiper {
  margin-right: calc(50% - 50vw);
  overflow: hidden;
}
.p-news__swiper .swiper-slide {
  width: auto;
  height: auto;
}

.p-about {
  margin-top: 6.875rem;
  padding-top: 13rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-about {
    margin-top: 3.4375rem;
    padding-top: 14.9375rem;
  }
}
.p-about__bg {
  padding-right: 3rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-about__bg {
    padding-right: 0;
  }
}
.p-about__bg img {
  max-width: 84rem;
  width: 100%;
  aspect-ratio: 1344/562;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-about__bg img {
    height: 25.125rem;
    max-width: 93.625rem;
    width: 93.625rem;
    aspect-ratio: 2996/1486;
    margin-left: -33.375rem;
  }
}
.p-about__content {
  margin-top: 3rem;
  background-color: #3ACD2C;
  border-radius: 2.8125rem;
  padding: 1.5rem 3.5rem 2.75rem 3.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-about__content {
    margin-top: 1.5625rem;
    padding: 1.125rem 1.9375rem 1.9375rem 1.75rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-about__sub-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-about__subtitle {
  font-size: 2.125rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-about__subtitle {
    font-size: 1.625rem;
  }
}
.p-about__subtitle-icon {
  margin-top: auto;
  margin-left: 1.4375rem;
  max-width: 5.875rem;
  aspect-ratio: 94/161;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-about__subtitle-icon {
    max-width: 4.1875rem;
    margin-left: 2.1875rem;
  }
}
.p-about__description {
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-about__description {
    font-size: 0.875rem;
  }
}
.p-about__features {
  padding-left: 4.875rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .p-about__features {
    padding-left: 0;
    margin-top: 2.375rem;
  }
}
.p-about__feature-body {
  color: #fff;
}
.p-about__feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-about__feature {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-about__feature + .p-about__feature {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .p-about__feature + .p-about__feature {
    margin-top: 1.8125rem;
    padding-top: 1.5rem;
  }
}
.p-about__feature-title {
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-about__feature-title {
    font-size: 1.375rem;
  }
}
.p-about__feature-text {
  margin-top: 0.8125rem;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-about__feature-text {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about__feature .c-btn {
    margin-top: 1.4375rem;
    margin-left: auto;
  }
}
.p-about__feature-title-link {
  text-decoration: underline;
  color: #fff;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  text-underline-offset: 0.1875rem;
}
.p-about__feature-title-link:hover {
  text-decoration: none;
  opacity: 0.7;
}

.p-faq {
  padding-top: 5.8125rem;
}
@media screen and (max-width: 767px) {
  .p-faq {
    padding-top: 2.9375rem;
  }
}
.p-faq__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5.625rem;
}
@media screen and (max-width: 767px) {
  .p-faq__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
  }
}
.p-faq__header {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2.4375rem;
}
@media screen and (max-width: 767px) {
  .p-faq__header {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 1rem;
  }
}
.p-faq__btn {
  width: 11.25rem;
  height: 2.5rem;
  padding: 0 1.0625rem 0 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-faq__btn {
    width: 10.75rem;
    height: 2.1875rem;
    padding: 0 0.9375rem 0 0.75rem;
    margin-top: 1.5rem;
  }
}
.p-faq__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .p-faq__list {
    gap: 0.75rem;
  }
}
.p-faq__item {
  list-style: none;
}

.p-access {
  padding-top: 6.8125rem;
  padding-bottom: 4.4375rem;
}
@media screen and (max-width: 767px) {
  .p-access {
    padding-top: 4.0625rem;
    padding-bottom: 3.625rem;
  }
}
.p-access__container {
  padding: 2.25rem 3.1875rem 2.25rem 2.8125rem;
  background: #fff;
  border-radius: 2.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.4375rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-access__container {
    margin-left: 1.6875rem;
    padding: 1.75rem 1.125rem 1.3125rem 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 1.25rem 0 0 1.25rem;
    gap: 0;
    margin-right: calc(50% - 50vw);
  }
}
.p-access__map {
  max-width: 28.125rem;
  width: 100%;
  aspect-ratio: 450/338;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
  border-radius: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-access__map {
    height: 13.75rem;
    margin-left: -2.375rem;
    aspect-ratio: auto;
    border-radius: 1.25rem;
  }
}
.p-access__iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.p-access__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-access__info {
    padding-top: 0.625rem;
  }
}
.p-access__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-access__title {
    gap: 0.375rem;
  }
}
.p-access__title {
  gap: 0;
}
.p-access__title-en {
  font-size: 4.5rem;
  font-weight: 500;
  color: #3ACD2C;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-access__title-en {
    font-size: 3.75rem;
  }
}
.p-access__title-ja {
  font-size: 1.125rem;
  font-weight: 700;
  color: #333;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-access__title-ja {
    font-size: 1rem;
  }
}
.p-access__details {
  margin-top: 1.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .p-access__details {
    margin-top: 1.875rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.3125rem;
  }
}
.p-access__label {
  line-height: 1.8;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #3BCD2C;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-access__label {
    font-size: 0.8125rem;
  }
}
.p-access__details-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 0.9375rem;
  font-weight: 500;
}
.p-access__address {
  font-size: 0.9375rem;
  line-height: 1.8;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .p-access__address {
    font-size: 0.875rem;
  }
}
.p-access__contact {
  line-height: 1.8;
}
.p-access__tel, .p-access__fax {
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
}
@media screen and (max-width: 767px) {
  .p-access__tel, .p-access__fax {
    font-size: 0.875rem;
  }
}
.p-access__tel-number, .p-access__fax-number {
  margin-left: 0;
}
.p-access__parking-info {
  margin-top: 1.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-access__parking-info {
    margin-top: 0.75rem;
  }
}
.p-access__parking-note, .p-access__parking-text {
  font-size: 0.875rem;
  line-height: 1.5714285714;
}
.p-access__parking-text {
  padding-left: 1em;
}
.p-access__nav {
  width: 2.625rem;
  height: 2.625rem;
  position: absolute;
  bottom: 1.9375rem;
  right: 3.1875rem;
}
@media screen and (max-width: 767px) {
  .p-access__nav {
    top: 17.125rem;
    right: 1.3125rem;
    bottom: 0;
  }
}
.p-access__nav-btn {
  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;
  width: 2.625rem;
  height: 2.625rem;
  background: #E8EAEB;
  border-radius: 50%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: absolute;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media screen and (min-width: 768px) {
  .p-access__nav-btn:hover {
    background: #3ACD2C;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
  }
  .p-access__nav-btn:hover .p-access__nav-arrow::before,
  .p-access__nav-btn:hover .p-access__nav-arrow::after {
    color: #fff;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
}
.p-cta {
  margin-top: 10rem;
  background-color: #3BCD2C;
  color: #fff;
  padding: 6.25rem 0 2.3125rem 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-cta {
    margin-top: 5rem;
    padding: 2.25rem 0 1.25rem 0;
  }
}
.p-cta::before {
  content: "";
  position: absolute;
  top: -3.125rem;
  left: 0;
  width: 100%;
  height: 3.4375rem;
  background-image: url("../img/common/bg_cta.webp");
  background-size: contain;
  background-repeat: repeat;
}
@media screen and (max-width: 767px) {
  .p-cta::before {
    height: 1.6875rem;
    top: -1.5625rem;
  }
}
.p-cta__link-wrap {
  position: absolute;
  top: -10rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-cta__link-wrap {
    top: -5.875rem;
  }
}
.p-cta__link {
  max-width: 45.375rem;
  width: 100%;
  margin-inline: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-cta__link {
    max-width: 22.0625rem;
    width: 22.0625rem;
  }
}
.p-cta__link img {
  aspect-ratio: 726/219;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-cta__link img {
    aspect-ratio: 353/147;
  }
}
.p-cta__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-cta__content {
    -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;
  }
}
.p-cta__left {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-cta__left {
    margin-top: 1.25rem;
  }
}
.p-cta__logo-wrap {
  max-width: 20.125rem;
  width: 100%;
  aspect-ratio: 322/66;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-cta__logo {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-cta__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-cta__info {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-cta__address {
  font-size: 0.875rem;
  color: #fff;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-cta__address {
    font-size: 0.75rem;
  }
}
.p-cta__contact {
  font-size: 0.875rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-cta__contact {
    font-size: 0.75rem;
  }
}
.p-cta__center {
  padding-top: 1.25rem;
  padding-left: 7rem;
}
@media screen and (max-width: 767px) {
  .p-cta__center {
    padding-top: 1.875rem;
    padding-left: 0;
  }
}
.p-cta__contact-btn {
  width: 13.75rem;
  height: 3.5rem;
  padding: 0 1.5rem 0 1.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  color: #3ACD2C;
  border-radius: 3.125rem;
  font-size: 1rem;
  font-weight: 500;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-cta__contact-btn {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 768px) {
  .p-cta__contact-btn:hover {
    opacity: 0.5;
  }
}
.p-cta__contact-icon {
  width: 2rem;
}
.p-cta__contact-icon img {
  aspect-ratio: 32/20;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-cta__contact-text {
  margin-right: auto;
  padding-left: 0.9375rem;
  color: #3ACD2C;
  font-size: 0.875rem;
  font-weight: 500;
}
.p-cta__contact-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #3ACD2C;
}
.p-cta__contact-arrow svg {
  width: 1rem;
  height: 1rem;
}
.p-cta__right {
  padding-top: 1.25rem;
  padding-left: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-cta__right {
    padding-top: 1.125rem;
    padding-left: 0;
  }
}
.p-cta__tel-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-cta__tel-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-cta__tel-number-icon {
  margin-top: 0.1875rem;
  width: 1.5rem;
  height: 1.5rem;
  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: #22B322;
  border-radius: 50%;
}
.p-cta__tel-number-icon img {
  width: 0.75rem;
  aspect-ratio: 12/15;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-cta__tel-number {
  font-size: 1.75rem;
  font-weight: 400;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4375rem;
}
@media screen and (max-width: 767px) {
  .p-cta__tel-number {
    font-size: 1.75rem;
  }
}
.p-cta__hours {
  margin-top: 0.625rem;
  padding-left: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
}
@media screen and (max-width: 767px) {
  .p-cta__hours {
    padding-left: 6rem;
  }
}
.p-cta__hours-label {
  font-size: 0.875rem;
  font-weight: 400;
  color: #fff;
}
.p-cta__hours-value {
  font-size: 0.875rem;
  font-weight: 400;
  color: #fff;
  line-height: 1.6;
}
.p-cta__to-top-pc {
  position: absolute;
  bottom: 0;
  right: 0;
  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;
  gap: 0.25rem;
  width: 6.25rem;
  height: 3rem;
  padding-top: 0.875rem;
  background: #fff;
  border: none;
  border-radius: 0.625rem 0 0 0;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-cta__to-top-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .p-cta__to-top-pc:hover {
    opacity: 0.8;
  }
}
.p-cta__to-top-pc:active {
  opacity: 0.8;
}
.p-cta__to-top-icon {
  width: 0.5625rem;
  height: 0.5625rem;
  position: relative;
}
.p-cta__to-top-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: 0.125rem solid #005872;
  border-right: 0.125rem solid #005872;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.p-cta__to-top-text {
  font-size: 0.625rem;
  font-weight: 500;
  color: #005872;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-cta__to-top-text {
    font-size: 0.6875rem;
  }
}

.p-contact {
  padding: 5rem 0;
}
@media screen and (max-width: 767px) {
  .p-contact {
    padding: 3.75rem 0;
  }
}
.p-contact__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact__inner {
    gap: 2rem;
  }
}
.p-contact__content {
  max-width: 50rem;
  margin: 0 auto;
}
.p-contact__text {
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact__text {
    font-size: 0.875rem;
  }
}

.p-about-intro {
  margin-top: 6.5625rem;
}
@media screen and (max-width: 767px) {
  .p-about-intro {
    margin-top: 1.75rem;
  }
}
.p-about-intro__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-about-intro__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.p-about-intro__text-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-about-intro__text-wrap {
    padding-top: 0;
    display: contents;
  }
}
.p-about-intro__title {
  font-size: 1.9375rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-about-intro__title {
    font-size: 1rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.p-about-intro__text {
  margin-top: 1.9375rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.7777777778;
}
@media screen and (max-width: 767px) {
  .p-about-intro__text {
    margin-top: 0.625rem;
    font-size: 0.875rem;
    line-height: 1.7857142857;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.p-about-intro__image-wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  max-width: 24.875rem;
}
@media screen and (max-width: 767px) {
  .p-about-intro__image-wrap {
    margin-top: 1.75rem;
    width: 100%;
    max-width: 16.375rem;
    margin-inline: auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.p-about-intro__image {
  aspect-ratio: 398/303;
}

.p-about-content {
  margin-top: 6.25rem;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-about-content {
    margin-top: 2.5rem;
    padding-bottom: 3.75rem;
  }
}
.p-about-content__wrap {
  padding: 3.75rem 3.4375rem 4.625rem 3.4375rem;
  background: #fff;
  border-radius: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-about-content__wrap {
    padding: 1.5625rem 1.5625rem 3.125rem 1.5625rem;
    border-radius: 0.625rem;
  }
}
.p-about-content__section + .p-about-content__section {
  margin-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-about-content__section + .p-about-content__section {
    margin-top: 2rem;
  }
}
.p-about-content__section:last-child {
  margin-bottom: 0;
}
.p-about-content__title {
  font-size: 1.875rem;
  font-weight: 700;
  color: #333;
}
@media screen and (max-width: 767px) {
  .p-about-content__title {
    font-size: 1rem;
  }
}
.p-about-content__subtitle {
  position: relative;
  padding-left: 1.25rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #3BCD2C;
}
@media screen and (max-width: 767px) {
  .p-about-content__subtitle {
    font-size: 0.9375rem;
    padding-left: 1rem;
  }
}
.p-about-content__subtitle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0.0625rem;
  background: #707070;
}
.p-about-content__text {
  margin-top: 1.1875rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.7777777778;
  color: #333;
}
@media screen and (max-width: 767px) {
  .p-about-content__text {
    font-size: 0.875rem;
    line-height: 1.7857142857;
  }
}
.p-about-content__text-circle {
  color: #3BCD2C;
}
.p-about-content__list {
  margin: 1.25rem 0;
}
@media screen and (max-width: 767px) {
  .p-about-content__list {
    margin: 1rem 0;
  }
}
.p-about-content__list li {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.7777777778;
  color: #333;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-about-content__list li {
    font-size: 0.875rem;
    line-height: 1.7857142857;
    margin-bottom: 0.375rem;
  }
}
.p-about-content__list li:last-child {
  margin-bottom: 0;
}
.p-about-content__btn-wrap {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-about-content__btn-wrap {
    margin-top: 0.75rem;
  }
}
.p-about-content__btn {
  width: 16.75rem;
  height: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-about-content__btn {
    width: 11.4375rem;
    height: 1.6875rem;
    font-size: 0.5625rem;
    padding: 0;
  }
  .p-about-content__btn .c-arrow {
    width: 0.5rem;
    height: 0.09375rem;
  }
  .p-about-content__btn .c-arrow::after {
    width: 0.4375rem;
    height: 0.4375rem;
    border-top: 0.09375rem solid currentColor;
    border-right: 0.09375rem solid currentColor;
    top: -0.1875rem;
  }
}
.p-about-content__btn--pdf {
  width: 11.25rem;
  height: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-about-content__btn--pdf .c-arrow {
    width: 0.5rem;
    height: 0.09375rem;
  }
  .p-about-content__btn--pdf .c-arrow::after {
    width: 0.4375rem;
    height: 0.4375rem;
    border-top: 0.09375rem solid currentColor;
    border-right: 0.09375rem solid currentColor;
    top: -0.1875rem;
  }
}

.p-regular-intro {
  margin-top: 6.5625rem;
}
@media screen and (max-width: 767px) {
  .p-regular-intro {
    margin-top: 1.75rem;
  }
}
.p-regular-intro__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-regular-intro__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.p-regular-intro__text-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-regular-intro__text-wrap {
    padding-top: 0;
    display: contents;
  }
}
.p-regular-intro__title {
  font-size: 1.9375rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-regular-intro__title {
    font-size: 1rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-regular-intro__text {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.p-regular-intro__image-wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  max-width: 24.875rem;
}
@media screen and (max-width: 767px) {
  .p-regular-intro__image-wrap {
    margin-top: 1.75rem;
    width: 100%;
    max-width: 16.375rem;
    margin-inline: auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.p-regular-intro__text {
  margin-top: 1.9375rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.7777777778;
}
@media screen and (max-width: 767px) {
  .p-regular-intro__text {
    margin-top: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.7857142857;
  }
}
.p-regular-intro__image {
  aspect-ratio: 398/303;
}

.p-regular-overview {
  padding: 5.875rem 0 0 0;
}
@media screen and (max-width: 767px) {
  .p-regular-overview {
    padding: 2.0625rem 0 0 0;
  }
}
.p-regular-overview__content-wrap {
  padding: 1.6875rem 2.5625rem 1.9375rem 1.8125rem;
  background: #fff;
  border-radius: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-regular-overview__content-wrap {
    padding: 1.125rem 0.5rem 1.125rem 1.125rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-regular-overview__title {
  width: 16.25rem;
  padding-top: 0.75rem;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #3ACD2C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-regular-overview__title {
    width: auto;
    font-size: 0.75rem;
    letter-spacing: 0.025em;
    gap: 0.75rem;
  }
}
.p-regular-overview__title-bar {
  margin-top: -0.125rem;
  width: 0.0625rem;
  height: 2.125rem;
  background: #707070;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-regular-overview__title-bar {
    height: 1.0625rem;
  }
}
.p-regular-overview__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4.625rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .p-regular-overview__content {
    margin-top: 1.4375rem;
    gap: 2.3125rem;
  }
}
.p-regular-overview__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-regular-overview__time-icon {
  width: 3.3125rem;
  height: 3.3125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-regular-overview__time-icon {
    width: 1.625rem;
    height: 1.625rem;
  }
}
.p-regular-overview__time-label {
  margin-left: 1.3125rem;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-regular-overview__time-label {
    margin-left: 0.625rem;
    font-size: 0.75rem;
    letter-spacing: 0.025em;
  }
}
.p-regular-overview__time-value {
  font-size: 1.375rem;
  font-weight: 700;
  margin-left: 5.375rem;
}
@media screen and (max-width: 767px) {
  .p-regular-overview__time-value {
    font-size: 0.75rem;
    margin-left: 1.5625rem;
  }
}
.p-regular-overview__fee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-regular-overview__fee {
    gap: 1.25rem;
  }
}
.p-regular-overview__fee-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-regular-overview__fee-icon {
  width: 3.3125rem;
  height: 3.3125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-regular-overview__fee-icon {
    width: 1.625rem;
    height: 1.625rem;
  }
}
.p-regular-overview__fee-label-wrap {
  margin-left: 1.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-regular-overview__fee-label-wrap {
    margin-left: 0.625rem;
  }
}
.p-regular-overview__fee-label {
  padding-top: 0.875rem;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-regular-overview__fee-label {
    padding-top: 0.375rem;
    font-size: 0.75rem;
    letter-spacing: 0.025em;
  }
}
.p-regular-overview__fee-note {
  margin-top: 0.875rem;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-regular-overview__fee-note {
    margin-top: 0.5rem;
    font-size: 0.5rem;
    letter-spacing: 0.025em;
  }
}
.p-regular-overview__fee-list {
  margin-left: 4.1875rem;
  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-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .p-regular-overview__fee-list {
    margin-left: 0;
  }
}
.p-regular-overview__fee-item {
  padding-left: 0.625rem;
  padding-right: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-regular-overview__fee-item {
    padding-left: 0.3125rem;
    padding-right: 1.375rem;
    gap: 0.625rem;
  }
}
.p-regular-overview__fee-item:not(:first-child) {
  margin-top: 0.875rem;
  padding-top: 0.875rem;
  border-top: 1px solid #3BCD2C;
}
@media screen and (max-width: 767px) {
  .p-regular-overview__fee-item:not(:first-child) {
    margin-top: 0.4375rem;
    padding-top: 0.4375rem;
  }
}
.p-regular-overview__fee-item:first-of-type {
  padding-top: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .p-regular-overview__fee-item:first-of-type {
    padding-top: 0.375rem;
  }
}
.p-regular-overview__fee-title {
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4545454545;
}
@media screen and (max-width: 767px) {
  .p-regular-overview__fee-title {
    font-size: 0.6875rem;
    letter-spacing: 0.025em;
    line-height: 1.4545454545;
  }
}
.p-regular-overview__fee-title.mt-40 {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-regular-overview__fee-title.mt-40 {
    margin-top: 1.25rem;
  }
}
.p-regular-overview__fee-term {
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4545454545;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .p-regular-overview__fee-term {
    font-size: 0.6875rem;
    letter-spacing: 0.025em;
    line-height: 1.4545454545;
  }
}
.p-regular-overview__fee-price {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-regular-overview__fee-price {
    font-size: 0.8125rem;
    letter-spacing: 0.025em;
  }
}
.p-regular-overview__fee-note {
  margin-top: 0.875rem;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5714285714;
}
@media screen and (max-width: 767px) {
  .p-regular-overview__fee-note {
    margin-top: 0.5rem;
    font-size: 0.5rem;
    letter-spacing: 0.025em;
    line-height: 1.25;
  }
}

.p-regular-items {
  padding: 3.875rem 0 0 0;
}
@media screen and (max-width: 767px) {
  .p-regular-items {
    padding: 0.9375rem 0 0 0;
  }
}
.p-regular-items__content-wrap {
  padding: 1.6875rem 2.5625rem 1.9375rem 1.8125rem;
  background: #fff;
  border-radius: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-regular-items__content-wrap {
    padding: 1.125rem 0.5rem 1.125rem 1.125rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-regular-items__title {
  margin-top: 0.75rem;
  width: 16.25rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #3ACD2C;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-regular-items__title {
    width: auto;
    font-size: 0.8125rem;
    letter-spacing: 0.025em;
    gap: 0.75rem;
  }
}
.p-regular-items__title-bar {
  margin-top: -0.125rem;
  width: 0.0625rem;
  height: 2.125rem;
  background: #707070;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-regular-items__title-bar {
    height: 1.0625rem;
  }
}
.p-regular-items__list {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.3125rem 9.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-regular-items__list {
    margin-top: 1.4375rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.125rem 0;
  }
}
.p-regular-items__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem;
}
.p-regular-items__icon {
  width: 3.3125rem;
  height: 3.3125rem;
  -o-object-fit: contain;
     object-fit: contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-regular-items__icon {
    width: 1.625rem;
    height: 1.625rem;
  }
}
.p-regular-items__text {
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-regular-items__text {
    font-size: 0.875rem;
  }
}
.p-regular-items__btn-wrap {
  margin-top: 2.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-regular-items__btn-wrap {
    margin-top: 1.875rem;
  }
}
.p-regular-items__btn {
  width: 20rem;
  height: 5rem;
  padding-right: 1.25rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 2.5rem;
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-regular-items__btn {
    width: 13.75rem;
    height: 3.125rem;
    font-size: 0.6875rem;
    padding: 0 0.625rem;
  }
}
@media screen and (min-width: 768px) {
  .p-regular-items__btn:hover {
    opacity: 0.5;
  }
}

.p-regular-detail {
  margin-top: 4.625rem;
}
@media screen and (max-width: 767px) {
  .p-regular-detail {
    margin: 3.625rem 0;
  }
}
.p-regular-detail__inner {
  max-width: 64.375rem;
}
.p-regular-detail__accordion {
  overflow: hidden;
}
.p-regular-detail__accordion + .p-regular-detail__accordion {
  margin-top: 6.25rem;
}
.p-regular-detail__accordion + .p-regular-detail__accordion .col-item {
  width: 57.8%;
}
.p-regular-detail__trigger {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.8125rem;
  background: #666666;
  border-radius: 0.9375rem;
  border: none;
  cursor: pointer;
  text-align: left;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  padding: 1.5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-regular-detail__trigger {
    gap: 0.75rem;
    padding: 0.75rem 1.25rem;
    border-radius: 0.625rem;
  }
}
@media screen and (min-width: 768px) {
  .p-regular-detail__trigger:hover {
    opacity: 0.5;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
}
.p-regular-detail__q {
  font-size: 1.375rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05em;
  padding-top: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .p-regular-detail__q {
    font-size: 0.8125rem;
  }
}
.p-regular-detail__icon {
  position: relative;
  width: 1.8125rem;
  height: 1.8125rem;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-regular-detail__icon {
    width: 0.9375rem;
    height: 0.9375rem;
  }
}
.p-regular-detail__icon::before, .p-regular-detail__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-regular-detail__icon::before {
  width: 0.1875rem;
  height: 1.8125rem;
}
@media screen and (max-width: 767px) {
  .p-regular-detail__icon::before {
    width: 0.09375rem;
    height: 0.9375rem;
  }
}
.p-regular-detail__icon::after {
  width: 1.8125rem;
  height: 0.1875rem;
}
@media screen and (max-width: 767px) {
  .p-regular-detail__icon::after {
    width: 0.9375rem;
    height: 0.09375rem;
  }
}
.p-regular-detail__trigger[aria-expanded=true] .p-regular-detail__icon::before {
  opacity: 0;
}
.p-regular-detail__content {
  display: block;
  overflow: hidden;
  margin-top: 2.3125rem;
}
@media screen and (max-width: 767px) {
  .p-regular-detail__content {
    margin-top: 0.75rem;
  }
}
.p-regular-detail__table-wrap {
  overflow-x: auto;
}
.p-regular-detail__table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .p-regular-detail__table {
    display: block;
  }
}
.p-regular-detail__table colgroup {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-regular-detail__table tbody {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-regular-detail__table thead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-regular-detail__table .p-regular-detail__th-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    gap: 0.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-regular-detail__table tbody tr {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    gap: 0.3125rem 0.25rem;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-regular-detail__table tbody tr:first-child {
    margin-top: 0.3125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-regular-detail__table tbody tr:last-child {
    margin-bottom: 0;
  }
}
.p-regular-detail__table tbody tr + tr .p-regular-detail__category {
  margin-top: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-regular-detail__accordion:first-of-type tr:nth-of-type(4),
  .p-regular-detail__accordion:first-of-type tr:nth-of-type(5),
  .p-regular-detail__accordion:first-of-type tr:nth-of-type(6),
  .p-regular-detail__accordion:first-of-type tr:nth-of-type(7),
  .p-regular-detail__accordion:first-of-type tr:nth-of-type(9),
  .p-regular-detail__accordion:first-of-type tr:nth-of-type(10),
  .p-regular-detail__accordion:first-of-type tr:nth-of-type(12),
  .p-regular-detail__accordion:first-of-type tr:nth-of-type(14),
  .p-regular-detail__accordion:first-of-type tr:nth-of-type(15),
  .p-regular-detail__accordion:first-of-type tr:nth-of-type(17),
  .p-regular-detail__accordion:first-of-type tr:nth-of-type(18),
  .p-regular-detail__accordion:first-of-type tr:nth-of-type(20) {
    margin-top: 0.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-regular-detail__accordion:nth-of-type(2) tr:nth-of-type(4),
  .p-regular-detail__accordion:nth-of-type(2) tr:nth-of-type(5),
  .p-regular-detail__accordion:nth-of-type(2) tr:nth-of-type(6),
  .p-regular-detail__accordion:nth-of-type(2) tr:nth-of-type(7),
  .p-regular-detail__accordion:nth-of-type(2) tr:nth-of-type(10),
  .p-regular-detail__accordion:nth-of-type(2) tr:nth-of-type(11),
  .p-regular-detail__accordion:nth-of-type(2) tr:nth-of-type(15),
  .p-regular-detail__accordion:nth-of-type(2) tr:nth-of-type(16),
  .p-regular-detail__accordion:nth-of-type(2) tr:nth-of-type(18),
  .p-regular-detail__accordion:nth-of-type(2) tr:nth-of-type(19),
  .p-regular-detail__accordion:nth-of-type(2) tr:nth-of-type(20),
  .p-regular-detail__accordion:nth-of-type(2) tr:nth-of-type(22),
  .p-regular-detail__accordion:nth-of-type(2) tr:nth-of-type(23),
  .p-regular-detail__accordion:nth-of-type(2) tr:nth-of-type(24),
  .p-regular-detail__accordion:nth-of-type(2) tr:nth-of-type(26),
  .p-regular-detail__accordion:nth-of-type(2) tr:nth-of-type(28) {
    margin-top: 0.25rem;
  }
}
.p-regular-detail .col-category {
  width: 23.9%;
}
@media screen and (max-width: 767px) {
  .p-regular-detail .col-category {
    width: auto;
  }
}
.p-regular-detail .col-item {
  width: 40.1%;
}
@media screen and (max-width: 767px) {
  .p-regular-detail .col-item {
    width: auto;
  }
}
.p-regular-detail .col-result {
  width: 12%;
}
@media screen and (max-width: 767px) {
  .p-regular-detail .col-result {
    width: auto;
  }
}
.p-regular-detail__th {
  background: #ACE389;
  padding: 1.5rem 1.125rem;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  border-left: none;
  border-right: 0.375rem solid #E9EAEC;
  border-top: 0.25rem solid #E9EAEC;
  border-bottom: 0.25rem solid #E9EAEC;
}
@media screen and (max-width: 767px) {
  .p-regular-detail__th {
    min-height: 2.25rem;
    padding: 0.1875rem;
    font-size: 0.625rem;
    line-height: 1.2;
    border: none;
    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;
  }
}
.p-regular-detail__th:first-child {
  border-left: 0.1875rem solid #E9EAEC;
}
@media screen and (max-width: 767px) {
  .p-regular-detail__th:first-child {
    -ms-flex-preferred-size: 63%;
        flex-basis: 63%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-left: none;
  }
}
.p-regular-detail__th:last-child {
  border-right: none;
}
.p-regular-detail__th:nth-child(2), .p-regular-detail__th:nth-child(3), .p-regular-detail__th:nth-child(4) {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-regular-detail__th:nth-child(2), .p-regular-detail__th:nth-child(3), .p-regular-detail__th:nth-child(4) {
    -ms-flex-preferred-size: 11%;
        flex-basis: 11%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.p-regular-detail__td {
  padding: 1.4375rem 1.125rem;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  border-left: none;
  border-right: 0.375rem solid #E9EAEC;
  border-top: 0.25rem solid #E9EAEC;
  border-bottom: 0.5rem solid #E9EAEC;
  background-color: #fff;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-regular-detail__td {
    min-height: 2.25rem;
    padding: 0.75rem;
    font-size: 0.75rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-top: none;
    border-right: none;
    border-bottom: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.p-regular-detail__td:first-child {
  border-left: 0.1875rem solid #E9EAEC;
}
@media screen and (max-width: 767px) {
  .p-regular-detail__td:first-child {
    width: auto;
    -ms-flex-preferred-size: 63%;
        flex-basis: 63%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-left: none;
  }
}
.p-regular-detail__td:last-child {
  border-right: none;
}
@media screen and (max-width: 767px) {
  .p-regular-detail__td:nth-child(2) {
    -ms-flex-preferred-size: 63%;
        flex-basis: 63%;
  }
}
.p-regular-detail__td:nth-child(3), .p-regular-detail__td:nth-child(4), .p-regular-detail__td:nth-child(5) {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-regular-detail__td:nth-child(3), .p-regular-detail__td:nth-child(4), .p-regular-detail__td:nth-child(5) {
    -ms-flex-preferred-size: 11%;
        flex-basis: 11%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }
}
@media screen and (max-width: 767px) {
  .p-regular-detail tbody tr:has(> td:first-child:not(.p-regular-detail__category)) .p-regular-detail__td:nth-child(1) {
    -ms-flex-preferred-size: 63%;
        flex-basis: 63%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p-regular-detail tbody tr:has(> td:first-child:not(.p-regular-detail__category)) .p-regular-detail__td:nth-child(2), .p-regular-detail tbody tr:has(> td:first-child:not(.p-regular-detail__category)) .p-regular-detail__td:nth-child(4) {
    -ms-flex-preferred-size: 11%;
        flex-basis: 11%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p-regular-detail .p-regular-detail__accordion:nth-of-type(2) tbody tr:has(> td:first-child.p-regular-detail__category) .p-regular-detail__td:nth-child(2) {
    -ms-flex-preferred-size: 87.68%;
        flex-basis: 87.68%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .p-regular-detail .p-regular-detail__accordion:nth-of-type(2) tbody tr:has(> td:first-child.p-regular-detail__category[rowspan]) .p-regular-detail__td:nth-child(2) {
    -ms-flex-preferred-size: 87.68%;
        flex-basis: 87.68%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .p-regular-detail .p-regular-detail__accordion:nth-of-type(2) tbody tr:has(> td:first-child:not(.p-regular-detail__category)) .p-regular-detail__td:nth-child(1) {
    -ms-flex-preferred-size: 87.68%;
        flex-basis: 87.68%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.p-regular-detail__category {
  background: #ACE389;
}
@media screen and (max-width: 767px) {
  .p-regular-detail__category {
    height: auto;
    background: transparent;
    padding: 0.3125rem 0.375rem;
    color: #3BCD2C;
  }
}
.p-regular-detail__dot {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background: #3BCD2C;
  border-radius: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-regular-detail__dot {
    width: 0.5rem;
    height: 0.5rem;
  }
}
.p-regular-detail__dot-wrap {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-regular-detail__dot-wrap {
    padding: 0.3125rem;
    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;
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }
}
.p-regular-detail__btn-wrap {
  margin-top: 4.0625rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-regular-detail__btn-wrap {
    margin-top: 2.5rem;
  }
}
.p-regular-detail__button {
  width: 20rem;
  height: 5rem;
  padding-right: 1.25rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.875rem;
  border-radius: 2.5rem;
  border: none;
  cursor: pointer;
  background: #F57CBC;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-regular-detail__button {
    width: 13.75rem;
    height: 3.125rem;
    font-size: 0.6875rem;
    padding: 0 0.625rem;
  }
}
@media screen and (min-width: 768px) {
  .p-regular-detail__button:hover {
    opacity: 0.5;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
}

.p-regular-detail--02 {
  margin-top: 4.625rem;
}
@media screen and (max-width: 767px) {
  .p-regular-detail--02 {
    margin: 3.625rem 0;
  }
}
.p-regular-detail--02__inner {
  max-width: 64.375rem;
}
.p-regular-detail--02__accordion {
  overflow: hidden;
}
.p-regular-detail--02__accordion + .p-regular-detail--02__accordion {
  margin-top: 6.25rem;
}
.p-regular-detail--02__accordion + .p-regular-detail--02__accordion .col-item {
  width: 57.8%;
}
.p-regular-detail--02__trigger {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.8125rem;
  background: #666666;
  border-radius: 0.9375rem;
  border: none;
  cursor: pointer;
  text-align: left;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  padding: 1.5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-regular-detail--02__trigger {
    gap: 0.75rem;
    padding: 0.75rem 1.25rem;
    border-radius: 0.625rem;
  }
}
@media screen and (min-width: 768px) {
  .p-regular-detail--02__trigger:hover {
    opacity: 0.5;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
}
.p-regular-detail--02__q {
  font-size: 1.375rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05em;
  padding-top: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .p-regular-detail--02__q {
    font-size: 0.8125rem;
  }
}
.p-regular-detail--02__icon {
  position: relative;
  width: 1.8125rem;
  height: 1.8125rem;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-regular-detail--02__icon {
    width: 0.9375rem;
    height: 0.9375rem;
  }
}
.p-regular-detail--02__icon::before, .p-regular-detail--02__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-regular-detail--02__icon::before {
  width: 0.1875rem;
  height: 1.8125rem;
}
@media screen and (max-width: 767px) {
  .p-regular-detail--02__icon::before {
    width: 0.09375rem;
    height: 0.9375rem;
  }
}
.p-regular-detail--02__icon::after {
  width: 1.8125rem;
  height: 0.1875rem;
}
@media screen and (max-width: 767px) {
  .p-regular-detail--02__icon::after {
    width: 0.9375rem;
    height: 0.09375rem;
  }
}
.p-regular-detail--02__trigger[aria-expanded=true] .p-regular-detail--02__icon::before {
  opacity: 0;
}
.p-regular-detail--02__content {
  display: block;
  overflow: hidden;
  margin-top: 2.3125rem;
}
@media screen and (max-width: 767px) {
  .p-regular-detail--02__content {
    margin-top: 0.75rem;
  }
}
.p-regular-detail--02__table-wrap {
  overflow-x: auto;
}
.p-regular-detail--02__table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .p-regular-detail--02__table {
    display: block;
  }
}
.p-regular-detail--02__table colgroup {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-regular-detail--02__table tbody {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-regular-detail--02__table thead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-regular-detail--02__table .p-regular-detail--02__th-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    gap: 0.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-regular-detail--02__table tbody tr {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    gap: 0.3125rem 0.125rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    min-height: 2.25rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-regular-detail--02__table tbody tr:first-child {
    margin-top: 0.3125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-regular-detail--02__table tbody tr:last-child {
    margin-bottom: 0;
  }
}
.p-regular-detail--02__table tbody tr + tr .p-regular-detail--02__table tbody tr__category {
  margin-top: 0.875rem;
}
.p-regular-detail--02 .col-category {
  width: 23.9%;
}
@media screen and (max-width: 767px) {
  .p-regular-detail--02 .col-category {
    width: auto;
  }
}
.p-regular-detail--02 .col-item {
  width: 40.1%;
}
@media screen and (max-width: 767px) {
  .p-regular-detail--02 .col-item {
    width: auto;
  }
}
.p-regular-detail--02 .col-result {
  width: 17.1%;
}
@media screen and (max-width: 767px) {
  .p-regular-detail--02 .col-result {
    width: auto;
  }
}
.p-regular-detail--02__th {
  background: #ACE389;
  padding: 1.5rem 1.125rem;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  border-left: none;
  border-right: 0.375rem solid #E9EAEC;
  border-top: 0.25rem solid #E9EAEC;
  border-bottom: 0.25rem solid #E9EAEC;
}
@media screen and (max-width: 767px) {
  .p-regular-detail--02__th {
    padding: 0.375rem 0.3125rem;
    font-size: 0.625rem;
    line-height: 1.2;
    border: none;
    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;
  }
}
.p-regular-detail--02__th:first-child {
  border-left: 0.1875rem solid #E9EAEC;
}
@media screen and (max-width: 767px) {
  .p-regular-detail--02__th:first-child {
    width: 75.51%;
    border-left: none;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.p-regular-detail--02__th:last-child {
  border-right: none;
}
.p-regular-detail--02__th:nth-child(2), .p-regular-detail--02__th:nth-child(3) {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-regular-detail--02__th:nth-child(2), .p-regular-detail--02__th:nth-child(3) {
    width: 11.59%;
  }
}
.p-regular-detail--02__td {
  padding: 1.4375rem 1.125rem;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  border-left: none;
  border-right: 0.375rem solid #E9EAEC;
  border-top: 0.25rem solid #E9EAEC;
  border-bottom: 0.5rem solid #E9EAEC;
  background-color: #fff;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-regular-detail--02__td {
    padding: 0.75rem;
    font-size: 0.75rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-top: none;
    border-right: 0.125rem solid #E9EAEC;
    border-bottom: none;
    min-height: 2.25rem;
  }
}
.p-regular-detail--02__td:first-child {
  border-left: 0.1875rem solid #E9EAEC;
}
@media screen and (max-width: 767px) {
  .p-regular-detail--02__td:first-child {
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    border-left: none;
  }
}
.p-regular-detail--02__td:last-child {
  border-right: none;
}
@media screen and (max-width: 767px) {
  .p-regular-detail--02__td:nth-child(2) {
    -ms-flex-preferred-size: 75.51%;
        flex-basis: 75.51%;
  }
}
.p-regular-detail--02__td:nth-child(3), .p-regular-detail--02__td:nth-child(4) {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-regular-detail--02__td:nth-child(3), .p-regular-detail--02__td:nth-child(4) {
    -ms-flex-preferred-size: 11.59%;
        flex-basis: 11.59%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-regular-detail--02 tbody tr:has(> td:first-child:not(.p-regular-detail--02__category)) .p-regular-detail--02__td:nth-child(1) {
    -ms-flex-preferred-size: 75.51%;
        flex-basis: 75.51%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p-regular-detail--02 tbody tr:has(> td:first-child:not(.p-regular-detail--02__category)) .p-regular-detail--02__td:nth-child(2), .p-regular-detail--02 tbody tr:has(> td:first-child:not(.p-regular-detail--02__category)) .p-regular-detail--02__td:nth-child(3) {
    -ms-flex-preferred-size: 11.59%;
        flex-basis: 11.59%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p-regular-detail--02__accordion:nth-of-type(2) tbody tr:has(> td:first-child.p-regular-detail--02__category) .p-regular-detail--02__td:nth-child(2) {
    -ms-flex-preferred-size: 87.68%;
        flex-basis: 87.68%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .p-regular-detail--02__accordion:nth-of-type(2) tbody tr:has(> td:first-child.p-regular-detail--02__category[rowspan]) .p-regular-detail--02__td:nth-child(2) {
    -ms-flex-preferred-size: 87.68%;
        flex-basis: 87.68%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .p-regular-detail--02__accordion:nth-of-type(2) tbody tr:has(> td:first-child:not(.p-regular-detail--02__category)) .p-regular-detail--02__td:nth-child(1) {
    -ms-flex-preferred-size: 87.68%;
        flex-basis: 87.68%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.p-regular-detail--02__category {
  background: #ACE389;
}
@media screen and (max-width: 767px) {
  .p-regular-detail--02__category {
    background: transparent;
    padding: 0.3125rem 0.375rem;
    color: #3BCD2C;
    min-height: auto;
  }
}
.p-regular-detail--02__dot {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background: #3BCD2C;
  border-radius: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-regular-detail--02__dot {
    width: 0.5rem;
    height: 0.5rem;
  }
}
.p-regular-detail--02__dot-wrap {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-regular-detail--02__dot-wrap {
    padding: 0.3125rem;
    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;
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }
}
.p-regular-detail--02__btn-wrap {
  margin-top: 4.0625rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-regular-detail--02__btn-wrap {
    margin-top: 2.5rem;
  }
}
.p-regular-detail--02__button {
  width: 20rem;
  height: 5rem;
  padding-right: 1.25rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.875rem;
  border-radius: 2.5rem;
  border: none;
  cursor: pointer;
  background: #F57CBC;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-regular-detail--02__button {
    width: 13.75rem;
    height: 3.125rem;
    font-size: 0.6875rem;
    padding: 0 0.625rem;
  }
}
@media screen and (min-width: 768px) {
  .p-regular-detail--02__button:hover {
    opacity: 0.5;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
}

.p-regular-schedule {
  margin-top: 4.625rem;
  padding-bottom: 10.375rem;
}
@media screen and (max-width: 767px) {
  .p-regular-schedule {
    margin: 3.625rem 0;
    padding-bottom: 5.625rem;
  }
}
.p-regular-schedule__inner {
  max-width: 64.375rem;
}
.p-regular-schedule__accordion {
  overflow: hidden;
}
.p-regular-schedule__trigger {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.8125rem;
  background: #666666;
  border-radius: 0.9375rem;
  border: none;
  cursor: pointer;
  text-align: left;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  padding: 1.5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-regular-schedule__trigger {
    gap: 0.75rem;
    padding: 0.75rem 1.25rem;
    border-radius: 0.625rem;
  }
}
@media screen and (min-width: 768px) {
  .p-regular-schedule__trigger:hover {
    opacity: 0.5;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
}
.p-regular-schedule__q {
  font-size: 1.375rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05em;
  padding-top: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .p-regular-schedule__q {
    font-size: 0.8125rem;
  }
}
.p-regular-schedule__icon {
  position: relative;
  width: 1.8125rem;
  height: 1.8125rem;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-regular-schedule__icon {
    width: 0.9375rem;
    height: 0.9375rem;
  }
}
.p-regular-schedule__icon::before, .p-regular-schedule__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-regular-schedule__icon::before {
  width: 0.1875rem;
  height: 1.8125rem;
}
@media screen and (max-width: 767px) {
  .p-regular-schedule__icon::before {
    height: 0.9375rem;
    width: 0.09375rem;
  }
}
.p-regular-schedule__icon::after {
  width: 1.8125rem;
  height: 0.1875rem;
}
@media screen and (max-width: 767px) {
  .p-regular-schedule__icon::after {
    width: 0.9375rem;
    height: 0.09375rem;
  }
}
.p-regular-schedule__trigger[aria-expanded=true] .p-regular-schedule__icon::before {
  opacity: 0;
}
.p-regular-schedule__content {
  display: block;
  overflow: hidden;
  margin-top: 2.3125rem;
}
@media screen and (max-width: 767px) {
  .p-regular-schedule__content {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-regular-schedule__table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
  }
}
.p-regular-schedule__table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .p-regular-schedule__table {
    min-width: 37.5rem;
  }
}
.p-regular-schedule__th {
  background: #ACE389;
  height: 4.375rem;
  padding: 1.5rem 1.875rem;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  border-left: 0.1875rem solid #E9EAEC;
  border-right: 0.1875rem solid #E9EAEC;
  border-top: 0.25rem solid #E9EAEC;
  border-bottom: 0.25rem solid #E9EAEC;
}
@media screen and (max-width: 767px) {
  .p-regular-schedule__th {
    height: 2.5rem;
    padding: 0.375rem 0.3125rem;
    font-size: 0.625rem;
    line-height: 1.2;
  }
}
.p-regular-schedule__td {
  padding: 0.9375rem;
  height: 4.375rem;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  border-left: 0.1875rem solid #E9EAEC;
  border-right: 0.1875rem solid #E9EAEC;
  border-top: 0.1875rem solid #E9EAEC;
  border-bottom: 0.1875rem solid #E9EAEC;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-regular-schedule__td {
    height: 2.5rem;
    padding: 0.375rem 0.3125rem;
    font-size: 0.625rem;
    line-height: 1.2;
  }
}
.p-regular-schedule__available {
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  background: #3ACD2C;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .p-regular-schedule__available {
    width: 0.5rem;
    height: 0.5rem;
  }
}
.p-regular-schedule__unavailable {
  color: #3acd2c;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-regular-schedule__unavailable {
    font-size: 0.625rem;
  }
}
.p-regular-schedule__holiday {
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-regular-schedule__holiday {
    margin-top: 2.5rem;
  }
}
.p-regular-schedule__gynecology {
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-regular-schedule__gynecology {
    margin-top: 2.5rem;
  }
}
.p-regular-schedule__holiday-accordion {
  overflow: hidden;
}
.p-regular-schedule__holiday-trigger {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.8125rem;
  background: #666666;
  border-radius: 0.9375rem;
  border: none;
  cursor: pointer;
  text-align: left;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  padding: 1.5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-regular-schedule__holiday-trigger {
    gap: 0.3125rem;
    padding: 0.75rem 1.25rem;
    border-radius: 0.625rem;
  }
}
@media screen and (min-width: 768px) {
  .p-regular-schedule__holiday-trigger:hover {
    opacity: 0.5;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
}
.p-regular-schedule__holiday-q {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
  gap: 0.3125rem;
}
.p-regular-schedule__holiday-title {
  font-size: 1.375rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-regular-schedule__holiday-title {
    font-size: 0.8125rem;
  }
}
.p-regular-schedule__holiday-note {
  font-size: 1.125rem;
  font-weight: 500;
  color: #ACE389;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-regular-schedule__holiday-note {
    font-size: 0.5625rem;
  }
}
.p-regular-schedule__holiday-icon {
  position: relative;
  width: 1.8125rem;
  height: 1.8125rem;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-regular-schedule__holiday-icon {
    width: 0.9375rem;
    height: 0.9375rem;
  }
}
.p-regular-schedule__holiday-icon::before, .p-regular-schedule__holiday-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-regular-schedule__holiday-icon::before {
  width: 0.1875rem;
  height: 1.8125rem;
}
@media screen and (max-width: 767px) {
  .p-regular-schedule__holiday-icon::before {
    height: 0.9375rem;
    width: 0.09375rem;
  }
}
.p-regular-schedule__holiday-icon::after {
  width: 1.8125rem;
  height: 0.1875rem;
}
@media screen and (max-width: 767px) {
  .p-regular-schedule__holiday-icon::after {
    width: 0.9375rem;
    height: 0.09375rem;
  }
}
.p-regular-schedule__holiday-trigger[aria-expanded=true] .p-regular-schedule__holiday-icon::before {
  opacity: 0;
}
.p-regular-schedule__holiday-content {
  display: block;
  overflow: hidden;
  margin-top: 2.3125rem;
}
@media screen and (max-width: 767px) {
  .p-regular-schedule__holiday-content {
    margin-top: 1rem;
  }
}
.p-regular-schedule__holiday-content-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-regular-schedule__holiday-content-inner {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.p-regular-schedule__holiday-table {
  width: 100%;
  border-collapse: collapse;
}
.p-regular-schedule__holiday-table tr {
  height: 4.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-regular-schedule__holiday-table tr {
    height: 2.1875rem;
  }
}
.p-regular-schedule__holiday-th {
  background: #ACE389;
  height: 4.375rem;
  padding: 1.4375rem 1.875rem;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  border-left: 0.1875rem solid #E9EAEC;
  border-right: 0.1875rem solid #E9EAEC;
  border-top: 0.1875rem solid #E9EAEC;
  border-bottom: 0.1875rem solid #E9EAEC;
}
@media screen and (max-width: 767px) {
  .p-regular-schedule__holiday-th {
    height: 2.5rem;
    padding: 0.375rem 0.3125rem;
    font-size: 0.625rem;
    line-height: 1.2;
    border-left: 0.1875rem solid #E9EAEC;
    border-right: 0.1875rem solid #E9EAEC;
    border-top: 0.1875rem solid #E9EAEC;
    border-bottom: 0.1875rem solid #E9EAEC;
  }
}
.p-regular-schedule__holiday-td {
  padding: 0.8125rem;
  font-size: 1.125rem;
  font-weight: 700;
  border-left: 0.125rem solid #E9EAEC;
  border-right: 0.125rem solid #E9EAEC;
  border-top: 0.1875rem solid #E9EAEC;
  border-bottom: 0.1875rem solid #E9EAEC;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-regular-schedule__holiday-td {
    height: 2.5rem;
    padding: 0.375rem 0.3125rem;
    font-size: 0.625rem;
    line-height: 1.2;
    border-left: 0.125rem solid #E9EAEC;
    border-right: 0.125rem solid #E9EAEC;
    border-top: 0.1875rem solid #E9EAEC;
    border-bottom: 0.1875rem solid #E9EAEC;
  }
}
.p-regular-schedule__holiday-td-month, .p-regular-schedule__holiday-th-month {
  width: 7rem;
  text-align: center;
  padding: 1rem;
}
@media screen and (max-width: 767px) {
  .p-regular-schedule__holiday-td-month, .p-regular-schedule__holiday-th-month {
    width: 16.23%;
    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;
    padding: 0.375rem 0.3125rem;
  }
}
.p-regular-schedule__holiday-td-date, .p-regular-schedule__holiday-th-date {
  width: 21.875rem;
  padding: 0.8125rem 2.5rem 1rem 2.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-regular-schedule__holiday-td-date, .p-regular-schedule__holiday-th-date {
    padding: 0.625rem 1.25rem;
    width: 82.9%;
  }
}
.p-regular-schedule__holiday-th-date {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-regular-schedule__holiday-td-date {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-regular-schedule__badge {
  width: 8.5625rem;
  height: 2.5rem;
  margin-left: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.25rem 0.5rem;
  background: #22CBB8;
  color: #fff;
  font-size: 0.9375rem;
  border-radius: 1.25rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-regular-schedule__badge {
    width: 6.25rem;
    height: 1.25rem;
    font-size: 0.625rem;
    padding: 0.125rem 0.25rem;
    margin-left: 0.25rem;
  }
}
.p-regular-schedule__text {
  margin-top: 1.25rem;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4545454545;
}
@media screen and (max-width: 767px) {
  .p-regular-schedule__text {
    margin-top: 0.625rem;
    font-size: 0.75rem;
    line-height: 1.7857142857;
  }
}

.p-regular-cta {
  margin: 3.75rem 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-regular-cta {
    margin: 2.5rem 0;
  }
}
.p-regular-cta__inner {
  max-width: 75rem;
}
.p-regular-cta__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.p-dock {
  margin-top: 6.6875rem;
  padding-bottom: 12.3125rem;
}
@media screen and (max-width: 767px) {
  .p-dock {
    margin-top: 1.875rem;
    padding-bottom: 3.75rem;
  }
}
.p-dock__grid {
  display: grid;
  grid-template-columns: repeat(3, calc((100% - 3.25rem) / 3));
  gap: 3.3125rem 1.625rem;
}
@media screen and (max-width: 767px) {
  .p-dock__grid {
    max-width: 21.5625rem;
    margin-inline: auto;
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}
.p-dock__card {
  min-height: 32.0625rem;
  background: #fff;
  border-radius: 1.25rem;
  padding: 2rem 1.375rem;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-dock__card {
    min-height: 25.5rem;
    padding: 1.875rem 1.625rem;
  }
}
.p-dock__card-title {
  font-size: 1.375rem;
  font-weight: 700;
  color: #3BCD2C;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-dock__card-title {
    font-size: 1rem;
    letter-spacing: 0.025em;
  }
}
.p-dock__card-image {
  width: 100%;
  max-width: 16.875rem;
  margin-inline: auto;
  margin-top: 1.25rem;
  overflow: hidden;
  border-radius: 1.25rem;
  aspect-ratio: 271/143;
}
@media screen and (max-width: 767px) {
  .p-dock__card-image {
    margin-top: 1rem;
  }
}
.p-dock__card-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-dock__card-text {
  margin-top: 0.8125rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.7777777778;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .p-dock__card-text {
    font-size: 0.875rem;
    line-height: 1.7857142857;
    margin-bottom: 1.25rem;
  }
}
.p-dock__card-btn {
  width: 11.25rem;
  height: 2.5rem;
  margin-inline: auto;
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: auto;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-dock__card-btn:hover {
    opacity: 0.5;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
}
.p-dock__price-btn-wrap {
  margin-top: 10.75rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-dock__price-btn-wrap {
    margin-top: 4.125rem;
  }
}
.p-dock__price-btn {
  width: 20rem;
  height: 5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-dock__price-btn {
    width: 13.75rem;
    height: 3.125rem;
  }
}

.p-news-list {
  margin-top: 6.25rem;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-news-list {
    margin-top: 2.5rem;
    padding-bottom: 3.75rem;
  }
}
.p-news-list__wrap {
  padding: 1.5rem 2.5625rem 5.375rem 3.4375rem;
  background: #fff;
  border-radius: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-news-list__wrap {
    padding: 0 0 2.8125rem 0;
  }
}
.p-news-list__item {
  padding: 2.25rem 1.875rem 2.625rem 0;
}
@media screen and (max-width: 767px) {
  .p-news-list__item {
    padding: 2.125rem 1.5625rem 1.375rem 1.5625rem;
  }
}
.p-news-list__item + .p-news-list__item {
  border-top: 1px solid #707070;
}
.p-news-list__article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.4375rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-news-list__article {
    gap: 1.0625rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-news-list__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20.3125rem;
  margin-inline: auto;
  overflow: hidden;
  border-radius: 1.25rem;
  aspect-ratio: 325/171;
}
@media screen and (max-width: 767px) {
  .p-news-list__image {
    width: 16.25rem;
  }
}
.p-news-list__image a {
  display: block;
  width: 100%;
  height: 100%;
}
.p-news-list__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-news-list__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-news-list__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-news-list__meta {
    gap: 0.75rem;
  }
}
.p-news-list__meta-date {
  font-size: 0.875rem;
  font-weight: 500;
  color: #333;
}
@media screen and (max-width: 767px) {
  .p-news-list__meta-date {
    font-size: 0.5625rem;
  }
}
.p-news-list__date {
  font-size: 0.875rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-news-list__date {
    font-size: 0.5625rem;
  }
}
.p-news-list__category {
  display: inline-block;
  padding: 0.25rem;
  background: #3BCD2C;
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-news-list__category {
    font-size: 0.5rem;
    padding: 0.1875rem 0.625rem;
    font-size: 0.6875rem;
  }
}
.p-news-list__title {
  margin: 1.25rem 0 0 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  color: #3BCD2C;
}
@media screen and (max-width: 767px) {
  .p-news-list__title {
    margin-top: 0.625rem;
    font-size: 1rem;
    line-height: 1.5;
  }
}
.p-news-list__title a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-news-list__title a:hover {
    opacity: 0.7;
  }
}
.p-news-list__excerpt {
  margin-top: 1.0625rem;
  font-size: 1.125rem;
  line-height: 1.7777777778;
  color: #333;
}
@media screen and (max-width: 767px) {
  .p-news-list__excerpt {
    margin-top: 0.625rem;
    font-size: 0.875rem;
    line-height: 1.7857142857;
  }
}
.p-news-list__read-more {
  display: inline;
  font-size: 1.125rem;
  color: #3BCD2C;
  text-decoration: none;
  margin-left: 0.25rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-news-list__read-more {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 768px) {
  .p-news-list__read-more:hover {
    opacity: 0.7;
  }
}
.p-news-list__more-wrap {
  margin-top: 3.75rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-news-list__more-wrap {
    margin-top: 2.5rem;
  }
}
.p-news-list__more-btn {
  width: 20rem;
  height: 5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-news-list__more-btn {
    width: 13.75rem;
    height: 3.125rem;
  }
}

.p-news-detail {
  margin-top: 6.25rem;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-news-detail {
    margin-top: 2.5rem;
    padding-bottom: 3.75rem;
  }
}
.p-news-detail__wrap {
  padding: 1.5rem 2.5625rem 3rem 3.4375rem;
  background: #fff;
  border-radius: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-news-detail__wrap {
    padding: 1.25rem 1rem 2.5rem 1rem;
    border-radius: 0.625rem;
  }
}
.p-news-detail__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-news-detail__meta {
    gap: 0.75rem;
  }
}
.p-news-detail__date {
  font-size: 0.875rem;
  font-weight: 500;
  color: #333;
}
@media screen and (max-width: 767px) {
  .p-news-detail__date {
    font-size: 0.5625rem;
  }
}
.p-news-detail__category {
  display: inline-block;
  padding: 0.25rem;
  background: #3BCD2C;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-news-detail__category {
    font-size: 0.5rem;
    padding: 0.1875rem 0.625rem;
  }
}
.p-news-detail__title {
  margin-top: 1.25rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4285714286;
  color: #3BCD2C;
}
@media screen and (max-width: 767px) {
  .p-news-detail__title {
    margin-top: 0.625rem;
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
.p-news-detail__image {
  margin-top: 1.625rem;
  max-width: 44.25rem;
  margin-inline: auto;
  overflow: hidden;
  border-radius: 1.25rem;
  aspect-ratio: 708/373;
}
@media screen and (max-width: 767px) {
  .p-news-detail__image {
    max-width: 16.25rem;
    margin-top: 0.9375rem;
  }
}
.p-news-detail__img {
  width: 100%;
  height: auto;
  display: block;
}
.p-news-detail__content {
  margin-top: 1.5625rem;
  font-size: 1.125rem;
  line-height: 1.7777777778;
  color: #333;
}
@media screen and (max-width: 767px) {
  .p-news-detail__content {
    font-size: 0.875rem;
    line-height: 1.7857142857;
  }
}
.p-news-detail__content p {
  margin: 0 0 1.5rem 0;
}
@media screen and (max-width: 767px) {
  .p-news-detail__content p {
    margin-bottom: 1.25rem;
  }
}
.p-news-detail__content p:last-child {
  margin-bottom: 0;
}
.p-news-detail__content h2 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  color: #333;
  margin: 2.5rem 0 1.25rem 0;
}
@media screen and (max-width: 767px) {
  .p-news-detail__content h2 {
    font-size: 1.25rem;
    line-height: 1.5;
    margin: 2rem 0 1rem 0;
  }
}
.p-news-detail__content h2:first-child {
  margin-top: 0;
}
.p-news-detail__content h3 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  color: #333;
  margin: 2rem 0 1rem 0;
}
@media screen and (max-width: 767px) {
  .p-news-detail__content h3 {
    font-size: 1.125rem;
    line-height: 1.5;
    margin: 1.75rem 0 0.875rem 0;
  }
}
.p-news-detail__content h3:first-child {
  margin-top: 0;
}
.p-news-detail__content h4 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  color: #333;
  margin: 1.75rem 0 0.875rem 0;
}
@media screen and (max-width: 767px) {
  .p-news-detail__content h4 {
    font-size: 1rem;
    line-height: 1.5;
    margin: 1.5rem 0 0.75rem 0;
  }
}
.p-news-detail__content h4:first-child {
  margin-top: 0;
}
.p-news-detail__content ul,
.p-news-detail__content ol {
  margin: 1.5rem 0;
  padding-left: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-news-detail__content ul,
  .p-news-detail__content ol {
    margin: 1.25rem 0;
    padding-left: 1.25rem;
  }
}
.p-news-detail__content ul li,
.p-news-detail__content ol li {
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-news-detail__content ul li,
  .p-news-detail__content ol li {
    margin-bottom: 0.375rem;
  }
}
.p-news-detail__content ul li:last-child,
.p-news-detail__content ol li:last-child {
  margin-bottom: 0;
}
.p-news-detail__content ul {
  list-style-type: disc;
}
.p-news-detail__content ol {
  list-style-type: decimal;
}
.p-news-detail__content img {
  max-width: 100%;
  height: auto;
  margin: 2rem 0;
  border-radius: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-news-detail__content img {
    margin: 1.5rem 0;
    border-radius: 0.5rem;
  }
}
.p-news-detail__content img.alignleft {
  float: left;
  margin-right: 1.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-news-detail__content img.alignleft {
    float: none;
    margin-right: 0;
  }
}
.p-news-detail__content img.alignright {
  float: right;
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-news-detail__content img.alignright {
    float: none;
    margin-left: 0;
  }
}
.p-news-detail__content img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.p-news-detail__content a {
  color: #3BCD2C;
  text-decoration: underline;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-news-detail__content a:hover {
    opacity: 0.7;
  }
}
.p-news-detail__content strong {
  font-weight: 700;
}
.p-news-detail__content em {
  font-style: italic;
}
.p-news-detail__content blockquote {
  margin: 2rem 0;
  padding: 1.25rem 1.5rem;
  border-left: 0.25rem solid #3BCD2C;
  background: #f5f5f5;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  .p-news-detail__content blockquote {
    margin: 1.5rem 0;
    padding: 1rem 1.25rem;
  }
}
.p-news-detail__content table {
  width: 100%;
  border-collapse: collapse;
  margin: 2rem 0;
}
@media screen and (max-width: 767px) {
  .p-news-detail__content table {
    margin: 1.5rem 0;
  }
}
.p-news-detail__content table th,
.p-news-detail__content table td {
  padding: 0.75rem 1rem;
  border: 1px solid #ddd;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-news-detail__content table th,
  .p-news-detail__content table td {
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
  }
}
.p-news-detail__content table th {
  background: #f5f5f5;
  font-weight: 700;
}
.p-news-detail__back-wrap {
  margin-top: 3.75rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-news-detail__back-wrap {
    margin-top: 2.5rem;
  }
}
.p-news-detail__back-btn {
  width: 20rem;
  height: 5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-news-detail__back-btn {
    width: 13.75rem;
    height: 3.125rem;
  }
}

.p-faq-nav {
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-faq-nav {
    margin-top: 2.5rem;
  }
}
.p-faq-nav__list {
  display: grid;
  grid-template-columns: repeat(3, calc((100% - 3.625rem) / 3));
  gap: 1.8125rem;
}
@media screen and (max-width: 767px) {
  .p-faq-nav__list {
    grid-template-columns: repeat(2, calc((100% - 1rem) / 2));
    gap: 0.8125rem 1rem;
  }
}
.p-faq-nav__item a {
  position: relative;
  height: 3.75rem;
  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: #fff;
  border-radius: 2.5rem;
  padding: 0 2.125rem 0 0.875rem;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-faq-nav__item a {
    padding: 0 1.875rem 0 1.25rem;
    height: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .p-faq-nav__item a:hover {
    opacity: 0.7;
  }
}
.p-faq-nav__text {
  font-size: 1rem;
  font-weight: 500;
  color: #3BCD2C;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-faq-nav__text {
    font-size: 0.6875rem;
    line-height: 1.0909090909;
  }
}
.p-faq-nav__arrow {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-faq-nav__arrow {
    right: 0.875rem;
    width: 0.5rem;
    height: 0.09375rem;
  }
  .p-faq-nav__arrow::before {
    width: 100%;
    height: 100%;
  }
  .p-faq-nav__arrow::after {
    width: 0.4375rem;
    height: 0.4375rem;
    border-top: 0.09375rem solid currentColor;
    border-right: 0.09375rem solid currentColor;
    top: -0.1875rem;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

.p-faq-page {
  margin-top: 6.25rem;
  padding-bottom: 18.75rem;
}
@media screen and (max-width: 767px) {
  .p-faq-page {
    margin-top: 2.1875rem;
    padding-bottom: 3.125rem;
  }
}
.p-faq-page__inner {
  max-width: 75rem;
  margin-inline: auto;
  padding-inline: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-faq-page__inner {
    padding-inline: 1rem;
  }
}
.p-faq-page__section + .p-faq-page__section {
  margin-top: 3.375rem;
  padding-top: 4.625rem;
  border-top: 1px solid #707070;
}
@media screen and (max-width: 767px) {
  .p-faq-page__section + .p-faq-page__section {
    margin-top: 1.625rem;
    padding-top: 2.1875rem;
  }
}
.p-faq-page__section-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #3BCD2C;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-faq-page__section-title {
    font-size: 0.75rem;
  }
}
.p-faq-page__list {
  margin-top: 1.875rem;
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-faq-page__list {
    margin-top: 0.625rem;
    gap: 0.4375rem;
  }
}
.p-faq-page__item {
  list-style: none;
}

.p-faq-accordion__trigger {
  background: #fff;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8125rem;
  border: none;
  cursor: pointer;
  text-align: left;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  border-radius: 1.25rem;
  padding: 0.9375rem 2.125rem 0.625rem 1.6875rem;
}
@media screen and (max-width: 767px) {
  .p-faq-accordion__trigger {
    gap: 0.25rem;
    padding: 0.125rem 0.4375rem 0.125rem 0.875rem;
  }
}
@media screen and (min-width: 768px) {
  .p-faq-accordion__trigger:hover {
    opacity: 0.5;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
}
.p-faq-accordion__q {
  color: #3ACD2C;
  font-size: 1.875rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: auto;
  padding-top: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-faq-accordion__q {
    font-size: 0.9375rem;
  }
}
.p-faq-accordion__question {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-faq-accordion__question {
    font-size: 0.875rem;
    letter-spacing: 0.025em;
    line-height: 1.7857142857;
  }
}
.p-faq-accordion__icon {
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-faq-accordion__icon {
    width: 1.125rem;
    height: 1.125rem;
  }
}
.p-faq-accordion__icon::before, .p-faq-accordion__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #3BCD2C;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-faq-accordion__icon::before {
  width: 0.1875rem;
  height: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-faq-accordion__icon::before {
    height: 0.9375rem;
    width: 0.09375rem;
  }
}
.p-faq-accordion__icon::after {
  width: 1.875rem;
  height: 0.1875rem;
}
@media screen and (max-width: 767px) {
  .p-faq-accordion__icon::after {
    width: 0.9375rem;
    height: 0.09375rem;
  }
}
.p-faq-accordion__trigger[aria-expanded=true] .p-faq-accordion__icon::before {
  opacity: 0;
}
.p-faq-accordion__content {
  display: none;
  overflow: hidden;
  padding: 0.875rem 2.1875rem 0 1.6875rem;
  gap: 2.625rem;
}
@media screen and (max-width: 767px) {
  .p-faq-accordion__content {
    padding: 0.125rem 0.4375rem 0.125rem 0.875rem;
    gap: 0.25rem;
  }
}
.p-faq-accordion__answer-icon {
  padding-top: 0.1875rem;
  font-size: 1.875rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: #3ACD2C;
}
@media screen and (max-width: 767px) {
  .p-faq-accordion__answer-icon {
    font-size: 0.9375rem;
  }
}
.p-faq-accordion__answer {
  padding-top: 0.3125rem;
  font-size: 0.9375rem;
  line-height: 1.7777777778;
}
@media screen and (max-width: 767px) {
  .p-faq-accordion__answer {
    padding-top: 0;
    font-size: 0.8125rem;
  }
}
.p-faq-accordion__link {
  color: #FF2C61;
  text-decoration: underline;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-faq-accordion__link:hover {
    opacity: 0.7;
  }
}

.p-price {
  margin-top: 4.625rem;
  padding-bottom: 13.75rem;
}
@media screen and (max-width: 767px) {
  .p-price {
    margin-top: 2rem;
    padding-bottom: 3.125rem;
  }
}
.p-price__inner {
  max-width: 64.375rem;
}
.p-price__accordion {
  overflow: hidden;
}
.p-price__accordion + .p-price__accordion {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-price__accordion + .p-price__accordion {
    margin-top: 1.875rem;
  }
}
.p-price__trigger {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.8125rem;
  background: #666666;
  border-radius: 0.9375rem;
  border: none;
  cursor: pointer;
  text-align: left;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  padding: 1.5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-price__trigger {
    gap: 0.75rem;
    padding: 0.75rem 1.25rem;
    border-radius: 0.625rem;
  }
}
@media screen and (min-width: 768px) {
  .p-price__trigger:hover {
    opacity: 0.5;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
}
.p-price__q {
  font-size: 1.375rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05em;
  padding-top: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .p-price__q {
    font-size: 0.8125rem;
  }
}
.p-price__icon {
  position: relative;
  width: 1.8125rem;
  height: 1.8125rem;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-price__icon {
    width: 0.9375rem;
    height: 0.9375rem;
  }
}
.p-price__icon::before, .p-price__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-price__icon::before {
  width: 0.1875rem;
  height: 1.8125rem;
}
@media screen and (max-width: 767px) {
  .p-price__icon::before {
    width: 0.09375rem;
    height: 0.9375rem;
  }
}
.p-price__icon::after {
  width: 1.8125rem;
  height: 0.1875rem;
}
@media screen and (max-width: 767px) {
  .p-price__icon::after {
    width: 0.9375rem;
    height: 0.09375rem;
  }
}
.p-price__trigger[aria-expanded=true] .p-price__icon::before {
  opacity: 0;
}
.p-price__content {
  display: block;
  overflow: hidden;
  margin-top: 2.3125rem;
}
@media screen and (max-width: 767px) {
  .p-price__content {
    margin-top: 0.75rem;
  }
}
.p-price__content[aria-hidden=true] {
  display: none;
}
.p-price__table-wrap {
  overflow-x: auto;
}
.p-price__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
@media screen and (max-width: 767px) {
  .p-price__table {
    border-collapse: separate;
    border-spacing: 0.1875rem 0.25rem;
  }
}
.p-price__th {
  background: #ACE389;
  padding: 0.375rem 0.8125rem;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2222222222;
  border-left: none;
  border-right: 0.375rem solid #E9EAEC;
  border-top: 0.25rem solid #E9EAEC;
  border-bottom: 0.25rem solid #E9EAEC;
}
@media screen and (max-width: 767px) {
  .p-price__th {
    font-size: 0.5625rem;
    line-height: 1.1111111111;
    padding: 0.1875rem 0.125rem;
    border: none;
  }
}
.p-price__th:first-child {
  border-left: 0.1875rem solid #E9EAEC;
  width: 15.7%;
}
@media screen and (max-width: 767px) {
  .p-price__th:first-child {
    width: 11.01%;
  }
}
.p-price__th:nth-child(2) {
  width: 19.6%;
}
@media screen and (max-width: 767px) {
  .p-price__th:nth-child(2) {
    width: 16.96%;
  }
}
.p-price__th:last-child {
  border-right: none;
}
.p-price__th:nth-child(3), .p-price__th:nth-child(4), .p-price__th:nth-child(5), .p-price__th:nth-child(6), .p-price__th:nth-child(7) {
  text-align: center;
  width: 13.19%;
}
.p-price__th-empty {
  background: transparent;
}
.p-price__td {
  padding: 0.625rem 1.25rem 0.625rem 1.25rem;
  height: 4.375rem;
  font-size: 1rem;
  line-height: 1.375;
  font-weight: 700;
  letter-spacing: 0.05em;
  border-left: none;
  border-right: 0.375rem solid #E9EAEC;
  border-top: 0.25rem solid #E9EAEC;
  border-bottom: 0.5rem solid #E9EAEC;
  background-color: #fff;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-price__td {
    height: 2.1875rem;
    font-size: 0.5rem;
    line-height: 1.125;
    letter-spacing: 0.025em;
    padding: 0.1875rem 0.125rem;
    border: none;
  }
}
.p-price__td:first-child {
  width: 15.7%;
}
@media screen and (max-width: 767px) {
  .p-price__td:first-child {
    width: 11.01%;
  }
}
.p-price__td:last-child {
  border-right: none;
}
.p-price__td:nth-child(2) {
  width: 19.6%;
}
@media screen and (max-width: 767px) {
  .p-price__td:nth-child(2) {
    width: 16.96%;
  }
}
.p-price__td:nth-child(3), .p-price__td:nth-child(4), .p-price__td:nth-child(5), .p-price__td:nth-child(6), .p-price__td:nth-child(7) {
  text-align: center;
  width: 12.2%;
}
@media screen and (max-width: 767px) {
  .p-price__td:nth-child(3), .p-price__td:nth-child(4), .p-price__td:nth-child(5), .p-price__td:nth-child(6), .p-price__td:nth-child(7) {
    width: 13.19%;
  }
}
.p-price__td-price {
  background: transparent;
  font-size: 1.375rem;
}
@media screen and (max-width: 767px) {
  .p-price__td-price {
    font-size: 0.6875rem;
  }
}
.p-price__td-category {
  background: #ACE389;
}
.p-price__dot {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background: #3BCD2C;
  border-radius: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-price__dot {
    width: 0.5rem;
    height: 0.5rem;
  }
}
.p-price__td-dot-wrap {
  text-align: center;
  padding: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-price__td-dot-wrap {
    padding: 0.3125rem;
  }
}

.p-contact-page {
  margin-top: 6.5625rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-contact-page {
    margin-top: 1.4375rem;
    padding-bottom: 6.25rem;
  }
}
.p-contact-page__urgent {
  padding-top: 3.75rem;
  text-align: center;
  color: #333;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-contact-page__urgent {
    padding-top: 2.5rem;
  }
}
.p-contact-page__category {
  margin-top: 2.5rem;
  padding: 1.375rem 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-contact-page__category {
    margin-top: 2.5rem;
    padding: 1.0625rem 1.125rem;
  }
}
.p-contact-page__category::before, .p-contact-page__category::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 0.0625rem;
  background: #D0D0D0;
}
.p-contact-page__category::before {
  top: 0;
}
.p-contact-page__category::after {
  bottom: 0;
}
.p-contact-page__category-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-contact-page__category-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.9375rem;
  }
}
.p-contact-page__category-list .wpcf7-list-item {
  margin: 0;
}
.p-contact-page__category-list label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.p-contact-page__category-list input {
  width: 1.625rem;
  height: 1.625rem;
  margin: 0 0.875rem 0 0;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0.0625rem solid #707070;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-contact-page__category-list input {
    width: 1.125rem;
    height: 1.125rem;
    margin-right: 0.4375rem;
  }
}
.p-contact-page__category-list input:checked {
  border-color: #3ACD2C;
  background: #fff;
}
.p-contact-page__category-list input:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0.8125rem;
  height: 0.8125rem;
  background: #3ACD2C;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .p-contact-page__category-list input:checked::after {
    width: 0.625rem;
    height: 0.625rem;
  }
}
.p-contact-page__category-list .wpcf7-list-item-label {
  font-size: 1rem;
  font-weight: 400;
  color: #333;
}
@media screen and (max-width: 767px) {
  .p-contact-page__category-list .wpcf7-list-item-label {
    font-size: 0.6875rem;
  }
}
.p-contact-page__form {
  margin-top: 5.625rem;
}
@media screen and (max-width: 767px) {
  .p-contact-page__form {
    margin-top: 3.125rem;
  }
}
.p-contact-page__form-item {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-contact-page__form-item {
    margin-top: 1.4375rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-contact-page__form-item:first-child {
  margin-top: 0;
}
.p-contact-page__form-item--checkbox {
  margin-top: 5.625rem;
}
@media screen and (max-width: 767px) {
  .p-contact-page__form-item--checkbox {
    margin-top: 2.8125rem;
  }
}
.p-contact-page__form-label {
  padding-top: 0.625rem;
  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;
  gap: 0.625rem;
  width: 19.625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-contact-page__form-label {
    min-width: auto;
    margin-bottom: 0.875rem;
    width: 100%;
    padding-top: 0;
    padding-right: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.p-contact-page__form-label-text {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-contact-page__form-label-text {
    font-size: 0.875rem;
  }
}
.p-contact-page__form-required {
  width: 2.875rem;
  height: 1.375rem;
  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: #3ACD2C;
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 700;
  border-radius: 0.125rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-contact-page__form-required {
    width: 1.75rem;
    height: 0.875rem;
    font-size: 0.5rem;
  }
}
.p-contact-page__form .wpcf7-form-control-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  display: block;
  margin-left: 2rem;
}
@media screen and (max-width: 767px) {
  .p-contact-page__form .wpcf7-form-control-wrap {
    margin-left: 0;
  }
}
.p-contact-page__form .p-contact-page__form-input, .p-contact-page__form .p-contact-page__form-textarea {
  width: 100%;
  min-height: 3.4375rem;
  padding: 0.75rem 1.25rem;
  font-size: 1rem;
  font-weight: 400;
  color: #333;
  background: #fff;
  border-radius: 0.625rem;
  border: none;
  outline: none;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-contact-page__form .p-contact-page__form-input, .p-contact-page__form .p-contact-page__form-textarea {
    min-height: 2.5rem;
    margin-left: 0;
    padding: 0.625rem 0.9375rem;
    font-size: 0.875rem;
  }
}
.p-contact-page__form .p-contact-page__form-input:focus, .p-contact-page__form .p-contact-page__form-textarea:focus {
  border-color: #3ACD2C;
}
.p-contact-page__form .p-contact-page__form-input::-webkit-input-placeholder, .p-contact-page__form .p-contact-page__form-textarea::-webkit-input-placeholder {
  color: #999;
}
.p-contact-page__form .p-contact-page__form-input::-moz-placeholder, .p-contact-page__form .p-contact-page__form-textarea::-moz-placeholder {
  color: #999;
}
.p-contact-page__form .p-contact-page__form-input:-ms-input-placeholder, .p-contact-page__form .p-contact-page__form-textarea:-ms-input-placeholder {
  color: #999;
}
.p-contact-page__form .p-contact-page__form-input::-ms-input-placeholder, .p-contact-page__form .p-contact-page__form-textarea::-ms-input-placeholder {
  color: #999;
}
.p-contact-page__form .p-contact-page__form-input::placeholder, .p-contact-page__form .p-contact-page__form-textarea::placeholder {
  color: #999;
}
.p-contact-page__form-textarea {
  resize: vertical;
  min-height: 21rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-contact-page__form-textarea {
    min-height: 17.1875rem;
  }
}
.p-contact-page__form-item--checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  margin-left: 20.125rem;
}
@media screen and (max-width: 767px) {
  .p-contact-page__form-item--checkbox label {
    margin-left: 0;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-contact-page__form-item--checkbox .wpcf7-not-valid-tip {
  margin-left: 20.125rem;
}
@media screen and (max-width: 767px) {
  .p-contact-page__form-item--checkbox .wpcf7-not-valid-tip {
    margin-left: 0;
  }
}
.p-contact-page .wpcf7-list-item {
  margin: 0;
}
.p-contact-page .p-contact-page__form-checkbox-input input {
  width: 2.0625rem;
  height: 2.0625rem;
  margin-right: 0.625rem;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0.0625rem solid #707070;
  background-color: #fff;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-contact-page .p-contact-page__form-checkbox-input input {
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.5rem;
  }
}
.p-contact-page .p-contact-page__form-checkbox-input input:checked {
  border-color: #3ACD2C;
  background: #3ACD2C;
}
.p-contact-page .p-contact-page__form-checkbox-input input:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  width: 0.375rem;
  height: 0.625rem;
  border-right: 0.125rem solid #fff;
  border-bottom: 0.125rem solid #fff;
}
@media screen and (max-width: 767px) {
  .p-contact-page .p-contact-page__form-checkbox-input input:checked::after {
    width: 0.3125rem;
    height: 0.5rem;
  }
}
.p-contact-page__form-checkbox-text {
  font-size: 1.125rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-contact-page__form-checkbox-text {
    font-size: 0.875rem;
  }
}
.p-contact-page__form-submit {
  margin-top: 1.25rem;
  text-align: center;
}
.p-contact-page__form-submit-btn {
  width: 20rem;
  height: 5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.25rem;
  background: #3ACD2C;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  border: none;
  border-radius: 3.125rem;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-contact-page__form-submit-btn {
    width: 13.75rem;
    height: 3.125rem;
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 768px) {
  .p-contact-page__form-submit-btn:hover {
    opacity: 0.8;
  }
}
.p-contact-page .wpcf7-spinner {
  display: none;
}
.p-contact-page .wpcf7-not-valid-tip {
  color: #3ACD2C;
  font-size: 0.875rem;
  font-weight: 400;
  margin-top: 0.625rem;
}
.p-contact-page__form-submit-text {
  display: inline-block;
}

.p-policy {
  margin-top: 6.25rem;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-policy {
    margin-top: 2.5rem;
    padding-bottom: 3.75rem;
  }
}
.p-policy__wrap {
  padding: 3.75rem 3.4375rem 4.625rem 3.4375rem;
  background: #fff;
  border-radius: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-policy__wrap {
    padding: 1.5625rem 1.5625rem 3.125rem 1.5625rem;
    border-radius: 0.625rem;
  }
}
.p-policy__section + .p-policy__section {
  margin-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-policy__section + .p-policy__section {
    margin-top: 2rem;
  }
}
.p-policy__section:last-child {
  margin-bottom: 0;
}
.p-policy__title {
  font-size: 1.875rem;
  font-weight: 700;
  color: #333;
}
@media screen and (max-width: 767px) {
  .p-policy__title {
    font-size: 1rem;
  }
}
.p-policy__subtitle {
  position: relative;
  padding-left: 1.25rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #3BCD2C;
}
@media screen and (max-width: 767px) {
  .p-policy__subtitle {
    font-size: 0.9375rem;
    padding-left: 1rem;
  }
}
.p-policy__subtitle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0.0625rem;
  background: #707070;
}
.p-policy__text {
  margin-top: 1.1875rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.7777777778;
  color: #333;
}
@media screen and (max-width: 767px) {
  .p-policy__text {
    font-size: 0.875rem;
    line-height: 1.7857142857;
  }
}
.p-policy__signature-text {
  margin-top: 1.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7857142857;
  color: #333;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-policy__signature-text {
    font-size: 0.625rem;
    line-height: 1.7857142857;
  }
}
.p-policy__text-circle {
  color: #3BCD2C;
}
.p-policy__list {
  margin: 1.25rem 0;
}
@media screen and (max-width: 767px) {
  .p-policy__list {
    margin: 1rem 0;
  }
}
.p-policy__list li {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.7777777778;
  color: #333;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-policy__list li {
    font-size: 0.875rem;
    line-height: 1.7857142857;
    margin-bottom: 0.375rem;
  }
}
.p-policy__list li:last-child {
  margin-bottom: 0;
}
.p-policy__btn-wrap {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-policy__btn-wrap {
    margin-top: 0.75rem;
  }
}
.p-policy__btn {
  width: 16.75rem;
  height: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-policy__btn {
    width: 11.4375rem;
    height: 1.6875rem;
    font-size: 0.5625rem;
    padding: 0;
  }
  .p-policy__btn .c-arrow {
    width: 0.5rem;
    height: 0.09375rem;
  }
  .p-policy__btn .c-arrow::after {
    width: 0.4375rem;
    height: 0.4375rem;
    border-top: 0.09375rem solid currentColor;
    border-right: 0.09375rem solid currentColor;
    top: -0.1875rem;
  }
}
.p-policy__btn--pdf {
  width: 11.25rem;
  height: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-policy__btn--pdf .c-arrow {
    width: 0.5rem;
    height: 0.09375rem;
  }
  .p-policy__btn--pdf .c-arrow::after {
    width: 0.4375rem;
    height: 0.4375rem;
    border-top: 0.09375rem solid currentColor;
    border-right: 0.09375rem solid currentColor;
    top: -0.1875rem;
  }
}

.p-corporate {
  margin-top: 6.25rem;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-corporate {
    margin-top: 2.5rem;
    padding-bottom: 3.75rem;
  }
}
.p-corporate__wrap {
  padding: 3.75rem 3.4375rem 4.625rem 3.4375rem;
  background: #fff;
  border-radius: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-corporate__wrap {
    padding: 1.5625rem 1.5625rem 3.125rem 1.5625rem;
    border-radius: 0.625rem;
  }
}
.p-corporate__section + .p-corporate__section {
  margin-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-corporate__section + .p-corporate__section {
    margin-top: 2rem;
  }
}
.p-corporate__section:last-child {
  margin-bottom: 0;
}
.p-corporate__title {
  margin-top: 2.5rem;
  font-size: 1.875rem;
  font-weight: 700;
  color: #333;
}
@media screen and (max-width: 767px) {
  .p-corporate__title {
    margin-top: 1.25rem;
    font-size: 1rem;
  }
}
.p-corporate__subtitle {
  position: relative;
  padding-left: 1.25rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #3BCD2C;
}
@media screen and (max-width: 767px) {
  .p-corporate__subtitle {
    font-size: 0.9375rem;
    padding-left: 1rem;
  }
}
.p-corporate__subtitle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0.0625rem;
  background: #707070;
}
.p-corporate__text {
  margin-top: 1.25rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.7777777778;
  color: #333;
}
@media screen and (max-width: 767px) {
  .p-corporate__text {
    margin-top: 0.625rem;
    font-size: 0.875rem;
    line-height: 1.7857142857;
  }
}
.p-corporate__signature-text {
  margin-top: 1.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7857142857;
  color: #333;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-corporate__signature-text {
    font-size: 0.625rem;
    line-height: 1.7857142857;
  }
}
.p-corporate__text-circle {
  color: #3BCD2C;
}
.p-corporate__list {
  margin: 1.25rem 0;
}
@media screen and (max-width: 767px) {
  .p-corporate__list {
    margin: 1rem 0;
  }
}
.p-corporate__list li {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.7777777778;
  color: #333;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-corporate__list li {
    font-size: 0.875rem;
    line-height: 1.7857142857;
    margin-bottom: 0.375rem;
  }
}
.p-corporate__list li:last-child {
  margin-bottom: 0;
}
.p-corporate__btn-wrap {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-corporate__btn-wrap {
    margin-top: 0.75rem;
  }
}
.p-corporate__btn {
  margin-top: 1.25rem;
  width: 18.75rem;
  height: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-corporate__btn {
    margin-top: 0.625rem;
    width: 12.5rem;
    height: 1.6875rem;
    font-size: 0.5625rem;
    padding: 0;
  }
  .p-corporate__btn .c-arrow {
    width: 0.5rem;
    height: 0.09375rem;
  }
  .p-corporate__btn .c-arrow::after {
    width: 0.4375rem;
    height: 0.4375rem;
    border-top: 0.09375rem solid currentColor;
    border-right: 0.09375rem solid currentColor;
    top: -0.1875rem;
  }
}
.p-corporate__btn--pdf {
  width: 11.25rem;
  height: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-corporate__btn--pdf .c-arrow {
    width: 0.5rem;
    height: 0.09375rem;
  }
  .p-corporate__btn--pdf .c-arrow::after {
    width: 0.4375rem;
    height: 0.4375rem;
    border-top: 0.09375rem solid currentColor;
    border-right: 0.09375rem solid currentColor;
    top: -0.1875rem;
  }
}
.p-corporate__flow-img {
  margin-top: 2.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-corporate__flow-img {
    margin-top: 1.25rem;
  }
}
.p-corporate__subtitle-link {
  text-decoration: underline;
  color: #3BCD2C;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  text-underline-offset: 0.1875rem;
}
.p-corporate__subtitle-link:hover {
  text-decoration: none;
  opacity: 0.7;
}

.p-kumiai {
  margin-top: 6.25rem;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-kumiai {
    margin-top: 2.5rem;
    padding-bottom: 3.75rem;
  }
}
.p-kumiai__wrap {
  padding: 3.75rem 3.4375rem 4.625rem 3.4375rem;
  background: #fff;
  border-radius: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-kumiai__wrap {
    padding: 1.5625rem 1.5625rem 3.125rem 1.5625rem;
    border-radius: 0.625rem;
  }
}
.p-kumiai__section + .p-kumiai__section {
  margin-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-kumiai__section + .p-kumiai__section {
    margin-top: 2rem;
  }
}
.p-kumiai__section:last-child {
  margin-bottom: 0;
}
.p-kumiai__title {
  margin-top: 2.5rem;
  font-size: 1.875rem;
  font-weight: 700;
  color: #333;
}
@media screen and (max-width: 767px) {
  .p-kumiai__title {
    margin-top: 1.25rem;
    font-size: 1rem;
  }
}
.p-kumiai__subtitle {
  position: relative;
  padding-left: 1.25rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #3BCD2C;
}
@media screen and (max-width: 767px) {
  .p-kumiai__subtitle {
    font-size: 0.9375rem;
    padding-left: 1rem;
  }
}
.p-kumiai__subtitle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0.0625rem;
  background: #707070;
}
.p-kumiai__text {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.7777777778;
  color: #333;
}
@media screen and (max-width: 767px) {
  .p-kumiai__text {
    margin-top: 0.625rem;
    font-size: 0.875rem;
    line-height: 1.7857142857;
  }
}
.p-kumiai__signature-text {
  margin-top: 1.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7857142857;
  color: #333;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-kumiai__signature-text {
    font-size: 0.625rem;
    line-height: 1.7857142857;
  }
}
.p-kumiai__text-circle {
  color: #3BCD2C;
}
.p-kumiai__list {
  margin: 1.25rem 0;
}
@media screen and (max-width: 767px) {
  .p-kumiai__list {
    margin: 1rem 0;
  }
}
.p-kumiai__list li {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.7777777778;
  color: #333;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-kumiai__list li {
    font-size: 0.875rem;
    line-height: 1.7857142857;
    margin-bottom: 0.375rem;
  }
}
.p-kumiai__list li:last-child {
  margin-bottom: 0;
}
.p-kumiai__btn-wrap {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-kumiai__btn-wrap {
    margin-top: 0.75rem;
  }
}
.p-kumiai__btn {
  margin-top: 1.25rem;
  width: 18.75rem;
  height: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-kumiai__btn {
    margin-top: 0.625rem;
    width: 12.5rem;
    height: 1.6875rem;
    font-size: 0.5625rem;
    padding: 0;
  }
  .p-kumiai__btn .c-arrow {
    width: 0.5rem;
    height: 0.09375rem;
  }
  .p-kumiai__btn .c-arrow::after {
    width: 0.4375rem;
    height: 0.4375rem;
    border-top: 0.09375rem solid currentColor;
    border-right: 0.09375rem solid currentColor;
    top: -0.1875rem;
  }
}
.p-kumiai__btn--pdf {
  width: 11.25rem;
  height: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-kumiai__btn--pdf .c-arrow {
    width: 0.5rem;
    height: 0.09375rem;
  }
  .p-kumiai__btn--pdf .c-arrow::after {
    width: 0.4375rem;
    height: 0.4375rem;
    border-top: 0.09375rem solid currentColor;
    border-right: 0.09375rem solid currentColor;
    top: -0.1875rem;
  }
}
.p-kumiai__flow-img {
  margin-top: 2.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-kumiai__flow-img {
    margin-top: 1.25rem;
  }
}
.p-kumiai__subtitle-link {
  text-decoration: underline;
  color: #3BCD2C;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  text-underline-offset: 0.1875rem;
}
.p-kumiai__subtitle-link:hover {
  text-decoration: none;
  opacity: 0.7;
}
.p-kumiai__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
.p-kumiai__text-circle {
  color: #3BCD2C;
}

.p-option {
  margin-top: 6.25rem;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-option {
    margin-top: 2.5rem;
    padding-bottom: 3.75rem;
  }
}
.p-option__wrap {
  padding: 3.75rem 3.4375rem 4.625rem 3.4375rem;
  background: #fff;
  border-radius: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-option__wrap {
    padding: 1.5625rem 1.5625rem 3.125rem 1.5625rem;
    border-radius: 0.625rem;
  }
}
.p-option__section + .p-option__section {
  margin-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-option__section + .p-option__section {
    margin-top: 2rem;
  }
}
.p-option__section:last-child {
  margin-bottom: 0;
}
.p-option__title {
  margin-top: 2.5rem;
  font-size: 1.875rem;
  font-weight: 700;
  color: #333;
}
@media screen and (max-width: 767px) {
  .p-option__title {
    margin-top: 1.25rem;
    font-size: 1rem;
  }
}
.p-option__subtitle {
  position: relative;
  padding-left: 1.25rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #3BCD2C;
}
@media screen and (max-width: 767px) {
  .p-option__subtitle {
    font-size: 0.9375rem;
    padding-left: 1rem;
  }
}
.p-option__subtitle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0.0625rem;
  background: #707070;
}
.p-option__subtitle-text {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7857142857;
  color: #333;
}
@media screen and (max-width: 767px) {
  .p-option__subtitle-text {
    font-size: 0.625rem;
    line-height: 1.7857142857;
  }
}
.p-option__text {
  margin-top: 1.25rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.7777777778;
  color: #333;
}
@media screen and (max-width: 767px) {
  .p-option__text {
    margin-top: 0.625rem;
    font-size: 0.875rem;
    line-height: 1.7857142857;
  }
}
.p-option__signature-text {
  margin-top: 1.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7857142857;
  color: #333;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-option__signature-text {
    font-size: 0.625rem;
    line-height: 1.7857142857;
  }
}
.p-option__text-circle {
  color: #3BCD2C;
}
.p-option__list {
  margin: 1.25rem 0;
}
@media screen and (max-width: 767px) {
  .p-option__list {
    margin: 1rem 0;
  }
}
.p-option__list li {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.7777777778;
  color: #333;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-option__list li {
    font-size: 0.875rem;
    line-height: 1.7857142857;
    margin-bottom: 0.375rem;
  }
}
.p-option__list li:last-child {
  margin-bottom: 0;
}
.p-option__btn-wrap {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-option__btn-wrap {
    margin-top: 0.75rem;
  }
}
.p-option__btn {
  margin-top: 1.25rem;
  width: 18.75rem;
  height: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-option__btn {
    margin-top: 0.625rem;
    width: 12.5rem;
    height: 1.6875rem;
    font-size: 0.5625rem;
    padding: 0;
  }
  .p-option__btn .c-arrow {
    width: 0.5rem;
    height: 0.09375rem;
  }
  .p-option__btn .c-arrow::after {
    width: 0.4375rem;
    height: 0.4375rem;
    border-top: 0.09375rem solid currentColor;
    border-right: 0.09375rem solid currentColor;
    top: -0.1875rem;
  }
}
.p-option__btn--pdf {
  width: 11.25rem;
  height: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-option__btn--pdf .c-arrow {
    width: 0.5rem;
    height: 0.09375rem;
  }
  .p-option__btn--pdf .c-arrow::after {
    width: 0.4375rem;
    height: 0.4375rem;
    border-top: 0.09375rem solid currentColor;
    border-right: 0.09375rem solid currentColor;
    top: -0.1875rem;
  }
}
.p-option__flow-img {
  margin-top: 2.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-option__flow-img {
    margin-top: 1.25rem;
  }
}

.p-sub-access {
  margin-top: 6.25rem;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-sub-access {
    margin-top: 2.5rem;
    padding-bottom: 3.75rem;
  }
}
.p-sub-access__wrap {
  padding: 3.75rem 3.4375rem 4.625rem 3.4375rem;
  background: #fff;
  border-radius: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-sub-access__wrap {
    padding: 1.5625rem 1.5625rem 3.125rem 1.5625rem;
    border-radius: 0.625rem;
  }
}
.p-sub-access__section + .p-sub-access__section {
  margin-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-sub-access__section + .p-sub-access__section {
    margin-top: 2rem;
  }
}
.p-sub-access__section:last-child {
  margin-bottom: 0;
}
.p-sub-access__title {
  margin-top: 2.5rem;
  font-size: 1.875rem;
  font-weight: 700;
  color: #333;
}
@media screen and (max-width: 767px) {
  .p-sub-access__title {
    margin-top: 1.25rem;
    font-size: 1rem;
  }
}
.p-sub-access__subtitle {
  position: relative;
  padding-left: 1.25rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #3BCD2C;
}
@media screen and (max-width: 767px) {
  .p-sub-access__subtitle {
    font-size: 0.9375rem;
    padding-left: 1rem;
  }
}
.p-sub-access__subtitle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0.0625rem;
  background: #707070;
}
.p-sub-access__text {
  margin-top: 1.25rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.7777777778;
  color: #333;
}
@media screen and (max-width: 767px) {
  .p-sub-access__text {
    margin-top: 0.625rem;
    font-size: 0.875rem;
    line-height: 1.7857142857;
  }
}
.p-sub-access__signature-text {
  margin-top: 1.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7857142857;
  color: #333;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-sub-access__signature-text {
    font-size: 0.625rem;
    line-height: 1.7857142857;
  }
}
.p-sub-access__text-circle {
  color: #3BCD2C;
}
.p-sub-access__list {
  margin: 1.25rem 0;
}
@media screen and (max-width: 767px) {
  .p-sub-access__list {
    margin: 1rem 0;
  }
}
.p-sub-access__list li {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.7777777778;
  color: #333;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-sub-access__list li {
    font-size: 0.875rem;
    line-height: 1.7857142857;
    margin-bottom: 0.375rem;
  }
}
.p-sub-access__list li:last-child {
  margin-bottom: 0;
}
.p-sub-access__btn-wrap {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-sub-access__btn-wrap {
    margin-top: 0.75rem;
  }
}
.p-sub-access__btn {
  margin-top: 1.25rem;
  width: 18.75rem;
  height: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-sub-access__btn {
    margin-top: 0.625rem;
    width: 12.5rem;
    height: 1.6875rem;
    font-size: 0.5625rem;
    padding: 0;
  }
  .p-sub-access__btn .c-arrow {
    width: 0.5rem;
    height: 0.09375rem;
  }
  .p-sub-access__btn .c-arrow::after {
    width: 0.4375rem;
    height: 0.4375rem;
    border-top: 0.09375rem solid currentColor;
    border-right: 0.09375rem solid currentColor;
    top: -0.1875rem;
  }
}
.p-sub-access__btn--pdf {
  width: 11.25rem;
  height: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-sub-access__btn--pdf .c-arrow {
    width: 0.5rem;
    height: 0.09375rem;
  }
  .p-sub-access__btn--pdf .c-arrow::after {
    width: 0.4375rem;
    height: 0.4375rem;
    border-top: 0.09375rem solid currentColor;
    border-right: 0.09375rem solid currentColor;
    top: -0.1875rem;
  }
}
.p-sub-access__flow-img {
  margin-top: 2.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-sub-access__flow-img {
    margin-top: 1.25rem;
  }
}
.p-sub-access__img {
  margin-top: 2.5rem;
}
.p-sub-access__img img {
  width: 100%;
}

.p-sub-minatoku {
  margin-top: 6.25rem;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-sub-minatoku {
    margin-top: 2.5rem;
    padding-bottom: 3.75rem;
  }
}
.p-sub-minatoku__wrap {
  padding: 3.75rem 3.4375rem 4.625rem 3.4375rem;
  background: #fff;
  border-radius: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-sub-minatoku__wrap {
    padding: 1.5625rem 1.5625rem 3.125rem 1.5625rem;
    border-radius: 0.625rem;
  }
}
.p-sub-minatoku__wrap:not(:first-child) {
  margin-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-sub-minatoku__wrap {
    margin-top: 2rem;
  }
}
.p-sub-minatoku__section + .p-sub-minatoku__section {
  margin-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-sub-minatoku__section + .p-sub-minatoku__section {
    margin-top: 2rem;
  }
}
.p-sub-minatoku__section:last-child {
  margin-bottom: 0;
}
.p-sub-minatoku__section-wrap {
  margin-top: 2.5rem;
  padding-top: 2.5rem;
  border-top: 1px solid #707070;
}
@media screen and (max-width: 767px) {
  .p-sub-minatoku__section-wrap {
    margin-top: 1.25rem;
    padding-top: 1.25rem;
  }
}
.p-sub-minatoku__title {
  margin-top: 2.5rem;
  font-size: 1.875rem;
  font-weight: 700;
  color: #333;
}
@media screen and (max-width: 767px) {
  .p-sub-minatoku__title {
    margin-top: 1.25rem;
    font-size: 1rem;
  }
}
.p-sub-minatoku__subtitle {
  position: relative;
  padding-left: 1.25rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #3BCD2C;
}
@media screen and (max-width: 767px) {
  .p-sub-minatoku__subtitle {
    font-size: 0.9375rem;
    padding-left: 1rem;
  }
}
.p-sub-minatoku__subtitle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0.0625rem;
  background: #707070;
}
.p-sub-minatoku__text {
  margin-top: 1.25rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.7777777778;
  color: #333;
}
@media screen and (max-width: 767px) {
  .p-sub-minatoku__text {
    margin-top: 0.625rem;
    font-size: 0.875rem;
    line-height: 1.7857142857;
  }
}
.p-sub-minatoku__img {
  margin-top: 2.5rem;
}
.p-sub-minatoku__img img {
  width: 100%;
}
.p-sub-minatoku__signature-text {
  margin-top: 1.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7857142857;
  color: #333;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-sub-minatoku__signature-text {
    font-size: 0.625rem;
    line-height: 1.7857142857;
  }
}
.p-sub-minatoku__text-circle {
  color: #3BCD2C;
}
.p-sub-minatoku__list {
  margin: 1.25rem 0;
}
@media screen and (max-width: 767px) {
  .p-sub-minatoku__list {
    margin: 1rem 0;
  }
}
.p-sub-minatoku__list li {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.7777777778;
  color: #333;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-sub-minatoku__list li {
    font-size: 0.875rem;
    line-height: 1.7857142857;
    margin-bottom: 0.375rem;
  }
}
.p-sub-minatoku__list li:last-child {
  margin-bottom: 0;
}
.p-sub-minatoku__btn-wrap {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-sub-minatoku__btn-wrap {
    margin-top: 0.75rem;
  }
}
.p-sub-minatoku__btn {
  margin-top: 1.25rem;
  width: 18.75rem;
  height: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-sub-minatoku__btn {
    margin-top: 0.625rem;
    width: 12.5rem;
    height: 1.6875rem;
    font-size: 0.5625rem;
    padding: 0;
  }
  .p-sub-minatoku__btn .c-arrow {
    width: 0.5rem;
    height: 0.09375rem;
  }
  .p-sub-minatoku__btn .c-arrow::after {
    width: 0.4375rem;
    height: 0.4375rem;
    border-top: 0.09375rem solid currentColor;
    border-right: 0.09375rem solid currentColor;
    top: -0.1875rem;
  }
}
.p-sub-minatoku__btn--pdf {
  width: 11.25rem;
  height: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-sub-minatoku__btn--pdf .c-arrow {
    width: 0.5rem;
    height: 0.09375rem;
  }
  .p-sub-minatoku__btn--pdf .c-arrow::after {
    width: 0.4375rem;
    height: 0.4375rem;
    border-top: 0.09375rem solid currentColor;
    border-right: 0.09375rem solid currentColor;
    top: -0.1875rem;
  }
}
.p-sub-minatoku__flow-img {
  margin-top: 2.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-sub-minatoku__flow-img {
    margin-top: 1.25rem;
  }
}
.p-sub-minatoku__title-small {
  margin-top: 1.25rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.7857142857;
  color: #333;
}
@media screen and (max-width: 767px) {
  .p-sub-minatoku__title-small {
    margin-top: 0.625rem;
    font-size: 0.875rem;
  }
}
.p-sub-minatoku__title-sub {
  margin-top: 0.625rem;
  font-size: 1.875rem;
  font-weight: 700;
  color: #3BCD2C;
}
@media screen and (max-width: 767px) {
  .p-sub-minatoku__title-sub {
    font-size: 1rem;
    margin-top: 0.3125rem;
  }
}
.p-sub-minatoku__title-text {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.7777777778;
  color: #333;
}

.p-special {
  margin-top: 6.25rem;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-special {
    margin-top: 2.5rem;
    padding-bottom: 3.75rem;
  }
}
.p-special__wrap {
  padding: 3.75rem 3.4375rem 4.625rem 3.4375rem;
  background: #fff;
  border-radius: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-special__wrap {
    padding: 1.5625rem 1.5625rem 3.125rem 1.5625rem;
    border-radius: 0.625rem;
  }
}
.p-special__section + .p-special__section {
  margin-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-special__section + .p-special__section {
    margin-top: 2rem;
  }
}
.p-special__section:last-child {
  margin-bottom: 0;
}
.p-special__title {
  margin-top: 2.5rem;
  font-size: 1.875rem;
  font-weight: 700;
  color: #333;
}
@media screen and (max-width: 767px) {
  .p-special__title {
    margin-top: 1.25rem;
    font-size: 1rem;
  }
}
.p-special__subtitle {
  position: relative;
  padding-left: 1.25rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #3BCD2C;
}
@media screen and (max-width: 767px) {
  .p-special__subtitle {
    font-size: 0.9375rem;
    padding-left: 1rem;
  }
}
.p-special__subtitle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0.0625rem;
  background: #707070;
}
.p-special__text {
  margin-top: 1.25rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.7777777778;
  color: #333;
}
@media screen and (max-width: 767px) {
  .p-special__text {
    margin-top: 0.625rem;
    font-size: 0.875rem;
    line-height: 1.7857142857;
  }
}
.p-special__signature-text {
  margin-top: 1.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7857142857;
  color: #333;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-special__signature-text {
    font-size: 0.625rem;
    line-height: 1.7857142857;
  }
}
.p-special__text-circle {
  color: #3BCD2C;
}
.p-special__list {
  margin: 1.25rem 0;
}
@media screen and (max-width: 767px) {
  .p-special__list {
    margin: 1rem 0;
  }
}
.p-special__list li {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.7777777778;
  color: #333;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-special__list li {
    font-size: 0.875rem;
    line-height: 1.7857142857;
    margin-bottom: 0.375rem;
  }
}
.p-special__list li:last-child {
  margin-bottom: 0;
}
.p-special__btn-wrap {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-special__btn-wrap {
    margin-top: 0.75rem;
  }
}
.p-special__btn {
  margin-top: 1.25rem;
  width: 18.75rem;
  height: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-special__btn {
    margin-top: 0.625rem;
    width: 12.5rem;
    height: 1.6875rem;
    font-size: 0.5625rem;
    padding: 0;
  }
  .p-special__btn .c-arrow {
    width: 0.5rem;
    height: 0.09375rem;
  }
  .p-special__btn .c-arrow::after {
    width: 0.4375rem;
    height: 0.4375rem;
    border-top: 0.09375rem solid currentColor;
    border-right: 0.09375rem solid currentColor;
    top: -0.1875rem;
  }
}
.p-special__btn--pdf {
  width: 11.25rem;
  height: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-special__btn--pdf .c-arrow {
    width: 0.5rem;
    height: 0.09375rem;
  }
  .p-special__btn--pdf .c-arrow::after {
    width: 0.4375rem;
    height: 0.4375rem;
    border-top: 0.09375rem solid currentColor;
    border-right: 0.09375rem solid currentColor;
    top: -0.1875rem;
  }
}
.p-special__flow-img {
  margin-top: 2.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-special__flow-img {
    margin-top: 1.25rem;
  }
}
.p-special__subtitle-link {
  text-decoration: underline;
  color: #3BCD2C;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  text-underline-offset: 0.1875rem;
}
.p-special__subtitle-link:hover {
  text-decoration: none;
  opacity: 0.7;
}
.p-special__text {
  margin-top: 3.75rem;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.7777777778;
  color: #333;
}
@media screen and (max-width: 767px) {
  .p-special__text {
    font-size: 0.875rem;
  }
}

.p-lifestyle {
  margin-top: 6.25rem;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-lifestyle {
    margin-top: 2.5rem;
    padding-bottom: 3.75rem;
  }
}
.p-lifestyle__wrap {
  padding: 3.75rem 3.4375rem 4.625rem 3.4375rem;
  background: #fff;
  border-radius: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-lifestyle__wrap {
    padding: 1.5625rem 1.5625rem 3.125rem 1.5625rem;
    border-radius: 0.625rem;
  }
}
.p-lifestyle__section + .p-lifestyle__section {
  margin-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-lifestyle__section + .p-lifestyle__section {
    margin-top: 2rem;
  }
}
.p-lifestyle__section:last-child {
  margin-bottom: 0;
}
.p-lifestyle__title {
  margin-top: 2.5rem;
  font-size: 1.875rem;
  font-weight: 700;
  color: #333;
}
@media screen and (max-width: 767px) {
  .p-lifestyle__title {
    margin-top: 1.25rem;
    font-size: 1rem;
  }
}
.p-lifestyle__subtitle {
  position: relative;
  padding-left: 1.25rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #3BCD2C;
}
@media screen and (max-width: 767px) {
  .p-lifestyle__subtitle {
    font-size: 0.9375rem;
    padding-left: 1rem;
  }
}
.p-lifestyle__subtitle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0.0625rem;
  background: #707070;
}
.p-lifestyle__text {
  margin-top: 1.25rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.7777777778;
  color: #333;
}
@media screen and (max-width: 767px) {
  .p-lifestyle__text {
    margin-top: 0.625rem;
    font-size: 0.875rem;
    line-height: 1.7857142857;
  }
}
.p-lifestyle__signature-text {
  margin-top: 1.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7857142857;
  color: #333;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-lifestyle__signature-text {
    font-size: 0.625rem;
    line-height: 1.7857142857;
  }
}
.p-lifestyle__text-circle {
  color: #3BCD2C;
}
.p-lifestyle__list {
  margin: 1.25rem 0;
}
@media screen and (max-width: 767px) {
  .p-lifestyle__list {
    margin: 1rem 0;
  }
}
.p-lifestyle__list li {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.7777777778;
  color: #333;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-lifestyle__list li {
    font-size: 0.875rem;
    line-height: 1.7857142857;
    margin-bottom: 0.375rem;
  }
}
.p-lifestyle__list li:last-child {
  margin-bottom: 0;
}
.p-lifestyle__btn-wrap {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-lifestyle__btn-wrap {
    margin-top: 0.75rem;
  }
}
.p-lifestyle__btn {
  margin-top: 1.25rem;
  width: 18.75rem;
  height: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-lifestyle__btn {
    margin-top: 0.625rem;
    width: 12.5rem;
    height: 1.6875rem;
    font-size: 0.5625rem;
    padding: 0;
  }
  .p-lifestyle__btn .c-arrow {
    width: 0.5rem;
    height: 0.09375rem;
  }
  .p-lifestyle__btn .c-arrow::after {
    width: 0.4375rem;
    height: 0.4375rem;
    border-top: 0.09375rem solid currentColor;
    border-right: 0.09375rem solid currentColor;
    top: -0.1875rem;
  }
}
.p-lifestyle__btn--pdf {
  width: 11.25rem;
  height: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-lifestyle__btn--pdf .c-arrow {
    width: 0.5rem;
    height: 0.09375rem;
  }
  .p-lifestyle__btn--pdf .c-arrow::after {
    width: 0.4375rem;
    height: 0.4375rem;
    border-top: 0.09375rem solid currentColor;
    border-right: 0.09375rem solid currentColor;
    top: -0.1875rem;
  }
}
.p-lifestyle__flow-img {
  margin-top: 2.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-lifestyle__flow-img {
    margin-top: 1.25rem;
  }
}
.p-lifestyle__subtitle-link {
  text-decoration: underline;
  color: #3BCD2C;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  text-underline-offset: 0.1875rem;
}
.p-lifestyle__subtitle-link:hover {
  text-decoration: none;
  opacity: 0.7;
}
.p-lifestyle__text {
  margin-top: 3.75rem;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.7777777778;
  color: #333;
}
@media screen and (max-width: 767px) {
  .p-lifestyle__text {
    font-size: 0.875rem;
  }
}

.p-reservation {
  margin-top: 6.25rem;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-reservation {
    margin-top: 2.5rem;
    padding-bottom: 3.75rem;
  }
}
.p-reservation__wrap {
  padding: 3.75rem 3.4375rem 4.625rem 3.4375rem;
  background: #fff;
  border-radius: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-reservation__wrap {
    padding: 1.5625rem 1.5625rem 3.125rem 1.5625rem;
    border-radius: 0.625rem;
  }
}
.p-reservation__section + .p-reservation__section {
  margin-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-reservation__section + .p-reservation__section {
    margin-top: 2rem;
  }
}
.p-reservation__section:last-child {
  margin-bottom: 0;
}
.p-reservation__title {
  margin-top: 2.5rem;
  font-size: 1.875rem;
  font-weight: 700;
  color: #333;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-reservation__title {
    margin-top: 1.25rem;
    font-size: 1rem;
  }
}
.p-reservation__subtitle {
  margin-top: 1.25rem;
  position: relative;
  padding-left: 1.25rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #3BCD2C;
}
@media screen and (max-width: 767px) {
  .p-reservation__subtitle {
    margin-top: 0.625rem;
    font-size: 0.9375rem;
    padding-left: 1rem;
  }
}
.p-reservation__subtitle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0.0625rem;
  background: #707070;
}
.p-reservation__nav {
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-reservation__nav {
    margin-bottom: 2rem;
  }
}
.p-reservation__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.p-reservation__nav-item {
  margin: 0;
}
.p-reservation__nav-link {
  font-size: 1.125rem;
  font-weight: 500;
  color: #3BCD2C;
  text-decoration: underline;
  text-underline-offset: 0.1875rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-reservation__nav-link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .p-reservation__nav-link {
    font-size: 0.875rem;
  }
}
.p-reservation__text {
  margin-top: 1.25rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.7777777778;
  color: #333;
}
@media screen and (max-width: 767px) {
  .p-reservation__text {
    margin-top: 0.625rem;
    font-size: 0.875rem;
    line-height: 1.7857142857;
  }
}
.p-reservation__text--lead {
  margin-top: 0;
  margin-bottom: 0;
}
.p-reservation__text--note {
  margin-top: 0.75rem;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .p-reservation__text--note {
    font-size: 0.8125rem;
  }
}
.p-reservation__contact {
  margin-top: 1.5rem;
}
.p-reservation__contact .p-reservation__text + .p-reservation__text {
  margin-top: 0.75rem;
}
.p-reservation__signature-text {
  margin-top: 1.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7857142857;
  color: #333;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-reservation__signature-text {
    font-size: 0.625rem;
    line-height: 1.7857142857;
  }
}
.p-reservation__text-circle {
  color: #3BCD2C;
}
.p-reservation__list {
  margin: 1.25rem 0;
}
@media screen and (max-width: 767px) {
  .p-reservation__list {
    margin: 1rem 0;
  }
}
.p-reservation__list li {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.7777777778;
  color: #333;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-reservation__list li {
    font-size: 0.875rem;
    line-height: 1.7857142857;
    margin-bottom: 0.375rem;
  }
}
.p-reservation__list li:last-child {
  margin-bottom: 0;
}
.p-reservation__btn-wrap {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-reservation__btn-wrap {
    margin-top: 0.75rem;
  }
}
.p-reservation__btn {
  margin-top: 1.25rem;
  width: 18.75rem;
  height: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-reservation__btn {
    margin-top: 0.625rem;
    width: 12.5rem;
    height: 1.6875rem;
    font-size: 0.5625rem;
    padding: 0;
  }
  .p-reservation__btn .c-arrow {
    width: 0.5rem;
    height: 0.09375rem;
  }
  .p-reservation__btn .c-arrow::after {
    width: 0.4375rem;
    height: 0.4375rem;
    border-top: 0.09375rem solid currentColor;
    border-right: 0.09375rem solid currentColor;
    top: -0.1875rem;
  }
}
.p-reservation__btn--pdf {
  width: 11.25rem;
  height: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-reservation__btn--pdf .c-arrow {
    width: 0.5rem;
    height: 0.09375rem;
  }
  .p-reservation__btn--pdf .c-arrow::after {
    width: 0.4375rem;
    height: 0.4375rem;
    border-top: 0.09375rem solid currentColor;
    border-right: 0.09375rem solid currentColor;
    top: -0.1875rem;
  }
}
.p-reservation__flow-img {
  margin-top: 2.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-reservation__flow-img {
    margin-top: 1.25rem;
  }
}
.p-reservation__subtitle-link {
  text-decoration: underline;
  color: #3BCD2C;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  text-underline-offset: 0.1875rem;
}
.p-reservation__subtitle-link:hover {
  text-decoration: none;
  opacity: 0.7;
}/*# sourceMappingURL=style.css.map */