/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

html {
  font-size: 62.5%;
}

html,
body {
  height: 100%;
  width: 100%;
}

img {
  width: 100%;
  vertical-align: bottom;
}

/*--------------------
breakpoint
--------------------*/
.sp-only {
  display: inline;
}
@media (min-width: 1024px) {
  .sp-only {
    display: none;
  }
}

.pc-only {
  display: inline;
}
@media (max-width: 1024px) {
  .pc-only {
    display: none;
  }
}

/*--------------------
font
--------------------*/
/*--------------------
style
--------------------*/
/*--------------------
hover
--------------------*/
.l-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: clamp(60px, 5.8565153734vw, 80px);
  background: #bedecd;
  z-index: 10;
}
.l-header__logo {
  width: clamp(120px, 13.17715959vw, 180px);
}
.l-header__inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px clamp(20px, 3.125vw, 60px);
  background: #bedecd;
}
.l-header__nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: clamp(32px, 4.0263543192vw, 55px);
     -moz-column-gap: clamp(32px, 4.0263543192vw, 55px);
          column-gap: clamp(32px, 4.0263543192vw, 55px);
  list-style: none;
}
.l-header__nav-item a {
  text-decoration: none;
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "Noto Sans JP", serif;
  font-size: clamp(1.6rem, 1.317715959vw, 1.8rem);
  font-weight: 400;
  letter-spacing: calc(0 / 1000 * 1em);
  line-height: normal;
}
.l-header__nav-item a:hover {
  opacity: 0.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header__hamburger {
  position: relative;
  width: 40px;
  height: 30px;
  cursor: pointer;
}
.l-header__hamburger span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  width: 100%;
  height: 3px;
  background: #fff;
  border-radius: 100px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header__hamburger::before, .l-header__hamburger::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 3px;
  background: #fff;
  border-radius: 100px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header__hamburger::before {
  top: 0;
}
.l-header__hamburger::after {
  bottom: 0;
}
.l-header__sp-nav {
  position: absolute;
  top: clamp(60px, 5.8565153734vw, 80px);
  right: 0;
  left: 0;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: calc(100vh - clamp(60px, 5.8565153734vw, 80px));
  background: #bedecd;
  -webkit-transform: translateY(-110%);
          transform: translateY(-110%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}
.l-header__sp-nav__list {
  display: grid;
  gap: 30px;
  text-align: center;
  margin-top: -200px;
}
.l-header__sp-nav__list-item a {
  text-decoration: none;
  color: #000;
  font-family: "Noto Sans JP", serif;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: calc(0 / 1000 * 1em);
  line-height: normal;
}
.l-header .is-active-hamburger span {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header .is-active-hamburger::before {
  top: 12px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.l-header .is-active-hamburger::after {
  bottom: 15px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.l-header .is-active-sp-nav {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.l-footer {
  margin-top: clamp(60px, 8.78477306vw, 120px);
  padding: clamp(30px, 5.8565153734vw, 80px) 0;
  background: #bedecd;
}
.l-footer__logo {
  max-width: clamp(200px, 21.2298682284vw, 290px);
}
@media (max-width: 1024px) {
  .l-footer__logo {
    margin: 0 auto;
  }
}
.l-footer__inner {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}
.l-footer__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: clamp(50px, 7.6866764275vw, 105px);
}
@media (max-width: 1024px) {
  .l-footer__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-footer__nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(16px, 2.635431918vw, 36px);
}
@media (max-width: 1024px) {
  .l-footer__nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-footer__nav__list-item a {
  text-decoration: none;
  color: #000;
  font-family: "Noto Sans JP", serif;
  font-size: clamp(16px, 1.4641288433vw, 20px);
  font-weight: 400;
  letter-spacing: calc(0 / 1000 * 1em);
  line-height: normal;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (hover: hover) {
  .l-footer__nav__list-item a:hover {
    opacity: 0.5;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.l-footer__copy {
  color: #fff;
  font-family: "Noto Sans JP", serif;
  font-size: clamp(12px, 1.0248901903vw, 14px);
  font-weight: 400;
  letter-spacing: calc(0 / 1000 * 1em);
  line-height: normal;
}
@media (max-width: 1024px) {
  .l-footer__copy {
    margin-top: 30px;
  }
}

.l-main {
  padding-top: clamp(60px, 5.8565153734vw, 80px);
}

.p-archive__title {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  color: #000;
  margin-top: 35px;
  font-family: "Noto Sans JP", serif;
  font-size: clamp(2.6rem, 2.635431918vw, 3.6rem);
  font-weight: 700;
  letter-spacing: calc(0 / 1000 * 1em);
  line-height: normal;
}
.p-archive .prev,
.p-archive .next,
.p-archive .first,
.p-archive .last {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-archive .prev svg,
.p-archive .next svg,
.p-archive .first svg,
.p-archive .last svg {
  width: 100%;
  height: 100%;
}
.p-archive .prev {
  margin-right: 10px;
}
.p-archive .next {
  margin-left: 10px;
}

.c-pagination {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-top: clamp(80px, 13.17715959vw, 180px);
}
.c-pagination .current,
.c-pagination a:not(.prev, .first, .next, .last) {
  text-decoration: none;
  display: block;
  padding: clamp(10px, 1.0980966325vw, 15px) clamp(15px, 1.4641288433vw, 20px);
  border-radius: 10px;
  background: #cee6d9;
  color: #fff;
  font-family: "Noto Sans JP", serif;
  font-size: clamp(1.4rem, 1.317715959vw, 1.8rem);
  font-weight: 400;
  letter-spacing: calc(0 / 1000 * 1em);
  line-height: normal;
}
.c-pagination a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (hover: hover) {
  .c-pagination a:hover {
    opacity: 0.5;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.c-pagination .current {
  background: #5dac81 !important;
}
.c-pagination .dots {
  color: #5dac81;
  font-family: "Noto Sans JP", serif;
  font-size: clamp(1.6rem, 1.317715959vw, 1.8rem);
  font-weight: 400;
  letter-spacing: calc(0 / 1000 * 1em);
  line-height: normal;
}

.p-top {
  padding-top: clamp(60px, 5.8565153734vw, 80px);
}
.p-top-fv {
  position: relative;
  width: 100%;
  height: calc(100svh - 80px);
  background: url(../../img/top/fv.png) no-repeat center/cover;
}
@media (max-width: 1024px) {
  .p-top-fv {
    background: url(../../img/top/fv-sp.png) no-repeat center/cover;
  }
}
.p-top-fv__title {
  position: absolute;
  top: 0;
  bottom: 0;
  left: clamp(0px, 5.1244509517vw, 70px);
  margin: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: #000;
  z-index: 1;
  font-family: "Noto Sans JP", serif;
  font-size: clamp(3rem, 4.9780380673vw, 6.8rem);
  font-weight: 700;
  letter-spacing: calc(0 / 1000 * 1em);
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .p-top-fv__title {
    top: 30%;
    bottom: auto;
  }
  .p-top-fv__title::after {
    content: "";
    position: absolute;
    top: -10px;
    right: 0;
    bottom: 0;
    left: -40px;
    margin: auto;
    width: 110%;
    height: 150%;
    background: #fff;
    -webkit-filter: blur(35px);
            filter: blur(35px);
    z-index: -1;
  }
}
.p-top-news {
  margin-top: clamp(30px, 4.39238653vw, 60px);
}
.p-top-news__list {
  margin-top: clamp(30px, 4.39238653vw, 60px);
}
.p-top-pickup {
  margin-top: clamp(50px, 7.3206442167vw, 100px);
}
.p-top-pickup__list {
  margin-top: clamp(30px, 4.39238653vw, 60px);
}

.c-category-nav {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 16px;
  margin-top: clamp(30px, 4.39238653vw, 60px);
}
.c-category-nav__item {
  max-width: 300px;
  width: 100%;
}
@media (max-width: 1024px) {
  .c-category-nav__item {
    max-width: 100%;
  }
}

.c-breadcrumb {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.c-breadcrumb__item {
  color: #000;
  font-family: "Noto Sans JP", serif;
  font-size: clamp(1.2rem, 1.0248901903vw, 1.4rem);
  font-weight: 400;
  letter-spacing: calc(0 / 1000 * 1em);
  line-height: normal;
}
.c-breadcrumb__item:last-child {
  color: #5dac81;
  font-family: "Noto Sans JP", serif;
  font-size: clamp(1.2rem, 1.0248901903vw, 1.4rem);
  font-weight: 700;
  letter-spacing: calc(0 / 1000 * 1em);
  line-height: normal;
}
.c-breadcrumb a {
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (hover: hover) {
  .c-breadcrumb a:hover {
    opacity: 0.5;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

.c-page-title {
  margin-top: clamp(60px, 8.78477306vw, 120px);
  margin-bottom: clamp(40px, 5.8565153734vw, 80px);
}

.c-list {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(267px, 1fr));
  gap: 40px 18px;
  margin-top: clamp(30px, 4.39238653vw, 60px);
  list-style: none;
}

.c-button {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-button__text {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-button__icon {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-button__icon svg path {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-button:hover {
  background: #9ecdb3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-button:hover .c-button__text {
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-button:hover .c-button__icon {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-button:hover .c-button__icon svg path {
  fill: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-button--category {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  font-family: "Noto Sans JP", serif;
  font-size: clamp(1.6rem, 1.4641288433vw, 2rem);
  font-weight: 700;
  letter-spacing: calc(0 / 1000 * 1em);
  line-height: normal;
  padding: 14px 0;
  border-radius: 14px;
  border: 6px solid #9ecdb3;
  background: #fff;
  -webkit-box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.25);
}
.c-button--category__icon {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.c-title {
  position: relative;
  text-align: center;
}
.c-title--en {
  text-transform: capitalize;
  color: #e3f4eb;
  font-family: "Lexend", serif;
  font-size: clamp(8rem, 10.980966325vw, 15rem);
  font-weight: 700;
  letter-spacing: calc(0 / 1000 * 1em);
  line-height: normal;
}
.c-title--en::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.2) * 0.5em);
  content: "";
}
.c-title--en::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.2) * 0.5em);
  content: "";
}
.c-title--ja {
  position: absolute;
  right: 0;
  bottom: clamp(5px, 1.0980966325vw, 15px);
  left: 0;
  margin: auto;
  color: #5dac81;
  font-family: "Noto Sans JP", serif;
  font-size: clamp(2.8rem, 2.635431918vw, 3.6rem);
  font-weight: 700;
  letter-spacing: calc(0 / 1000 * 1em);
  line-height: normal;
}

.c-card {
  max-width: 300px;
  width: 100%;
}
@media (max-width: 1024px) {
  .c-card {
    margin: 0 auto;
  }
}
.c-card__link {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 3px solid #5dac81;
  -webkit-box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.25);
  border-radius: 0 15px 0 15px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (hover: hover) {
  .c-card__link:hover {
    opacity: 0.5;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.c-card__img {
  width: 100%;
  height: clamp(130px, 100%, 50%);
  overflow: hidden;
}
.c-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-card__body {
  padding: 15px 16px 32px 16px;
}
.c-card__title {
  color: #000;
  font-family: "Noto Sans JP", serif;
  font-size: clamp(1.6rem, 1.4641288433vw, 2rem);
  font-weight: 700;
  letter-spacing: calc(0 / 1000 * 1em);
  line-height: normal;
}
.c-card__text {
  margin-top: 5px;
  color: #000;
  font-family: "Noto Sans JP", serif;
  font-size: clamp(1.4rem, 1.1713030747vw, 1.6rem);
  font-weight: 400;
  letter-spacing: calc(0 / 1000 * 1em);
  line-height: normal;
}
.c-card__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 26px;
}
.c-card__tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 5px;
}
.c-card__tag {
  padding: 3px 16px;
  border-radius: 10px;
  background: #9ecdb3;
  color: #000;
  font-family: "Noto Sans JP", serif;
  font-size: clamp(1rem, 0.878477306vw, 1.2rem);
  font-weight: 400;
  letter-spacing: calc(0 / 1000 * 1em);
  line-height: normal;
}
.c-card__date {
  color: #000;
  font-family: "Noto Sans JP", serif;
  font-size: clamp(1.2rem, 1.0248901903vw, 1.4rem);
  font-weight: 400;
  letter-spacing: calc(0 / 1000 * 1em);
  line-height: normal;
}

.p-template__content {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  margin-top: clamp(30px, 3.6603221083vw, 50px);
}
.p-template__content h2 {
  margin-bottom: 10px;
  font-family: "Noto Sans JP", serif;
  font-size: clamp(1.6rem, 1.317715959vw, 1.8rem);
  font-weight: bold;
  letter-spacing: calc(0 / 1000 * 1em);
  line-height: normal;
}
.p-template__content p {
  margin-bottom: 30px;
  font-family: "Noto Sans JP", serif;
  font-size: clamp(1.4rem, 1.1713030747vw, 1.6rem);
  font-weight: 500;
  letter-spacing: calc(0 / 1000 * 1em);
  line-height: normal;
}

.p-block--schedule {
  width: 100%;
  border-radius: 20px;
  border: 2px solid #5dac81;
  overflow: hidden;
}
.p-block--schedule p {
  margin: 0 !important;
}
.p-block--schedule__header {
  padding: 5px 20px;
  background: #5dac81;
  font-family: "Noto Sans JP", serif;
  font-size: clamp(1.6rem, 1.4641288433vw, 2rem);
  font-weight: 600;
  letter-spacing: calc(0 / 1000 * 1em);
  line-height: normal;
}
.p-block--schedule__group {
  display: grid;
  grid-template-columns: 15% 1fr;
  gap: 15px;
}
@media (max-width: 1024px) {
  .p-block--schedule__group {
    grid-template-columns: 25% 1fr;
  }
}
.p-block--schedule__content {
  display: grid;
  gap: 20px;
  padding: 20px;
}
.p-block--schedule__title {
  color: #fff;
}

.p-contact__text {
  max-width: 784px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  font-family: "Noto Sans JP", serif;
  font-size: clamp(1.6rem, 1.317715959vw, 1.8rem);
  font-weight: 400;
  letter-spacing: calc(0 / 1000 * 1em);
  line-height: normal;
}
.p-contact__content {
  max-width: 784px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.p-contact__content label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: "Noto Sans JP", serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: calc(0 / 1000 * 1em);
  line-height: normal;
}
.p-contact__content .wpcf7-radio label {
  margin-top: 0;
}
.p-contact__content .required {
  margin-right: 26px;
  padding: 6px 16px;
  background: #383c3c;
  border-radius: 100px;
  color: #fff;
  font-family: "Noto Sans JP", serif;
  font-size: clamp(1.2rem, 1.317715959vw, 1.8rem);
  font-weight: 700;
  letter-spacing: calc(0 / 1000 * 1em);
  line-height: normal;
}
@media (max-width: 1024px) {
  .p-contact__content .required {
    margin-right: 10px;
  }
}
.p-contact__content input,
.p-contact__content textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1.6rem;
  border-radius: 6px;
  background: #e9e9e9;
}
.p-contact__content label input {
  width: auto !important;
}
.p-contact__content .has-spinner {
  cursor: pointer;
  color: #000 !important;
  display: block;
  background: #fff;
  border-radius: 100px;
  border: 2px solid #000;
  font-family: "Noto Sans JP", serif;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: calc(0 / 1000 * 1em);
  line-height: normal;
}
.p-contact__content .submit {
  position: relative;
  max-width: 267px;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-right: auto;
  margin-left: auto;
  margin-top: clamp(30px, 4.39238653vw, 60px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (hover: hover) {
  .p-contact__content .submit:hover {
    opacity: 0.5;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.p-contact__content .submit::after {
  content: "";
  position: absolute;
  top: 0;
  right: 23px;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 16px;
  background: url(../../img/arrow.svg) no-repeat center/cover;
}
.p-contact__content .wpcf7-spinner {
  display: none;
}
.p-contact__content .wpcf7-list-item {
  margin: 0;
}
.p-contact__content .wpcf7-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (max-width: 1024px) {
  .p-contact__content .wpcf7-radio {
    display: grid;
    gap: 10px;
  }
  .p-contact__content .wpcf7-radio label {
    margin: 0;
  }
}
.p-contact__confirm p {
  padding-left: 20px;
}
.p-contact__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(20px, 4.39238653vw, 60px);
}
@media (max-width: 1024px) {
  .p-contact__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-contact__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.p-contact__item span {
  font-family: "Noto Sans JP", serif;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: calc(0 / 1000 * 1em);
  line-height: normal;
}
.p-contact__policy span {
  font-family: "Noto Sans JP", serif;
  font-size: clamp(1.2rem, 1.1713030747vw, 1.6rem);
  font-weight: 400;
  letter-spacing: calc(0 / 1000 * 1em);
  line-height: normal;
}

html {
  scroll-behavior: smooth !important;
  scroll-padding: 100px;
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.p-single__thumbnail {
  width: 100%;
  height: auto;
}
.p-single__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-single__title {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  margin-top: clamp(60px, 8.78477306vw, 120px);
  margin-bottom: clamp(40px, 5.8565153734vw, 80px);
  text-align: center;
  font-family: "Noto Sans JP", serif;
  font-size: clamp(3rem, 2.9282576867vw, 4rem);
  font-weight: 600;
  letter-spacing: calc(0 / 1000 * 1em);
  line-height: normal;
}
.p-single__wrap {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  display: grid;
  grid-template-columns: 70% 30%;
  gap: clamp(30px, 6.588579795vw, 90px);
}
@media (max-width: 1024px) {
  .p-single__wrap {
    grid-template-columns: 1fr;
  }
}
.p-single__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: clamp(20px, 3.6603221083vw, 50px);
}
.p-single__nav ul {
  list-style: none;
}
.p-single__nav a {
  text-decoration: none;
}
.p-single__nav button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font: inherit;
  color: inherit;
  padding: 14px 2px;
  border-radius: 10px;
  background: #d2d2d2;
  font-family: "Noto Sans JP", serif;
  font-size: clamp(1.6rem, 1.317715959vw, 1.8rem);
  font-weight: 400;
  letter-spacing: calc(0 / 1000 * 1em);
  line-height: 1.75;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (hover: hover) {
  .p-single__nav button:hover {
    opacity: 0.5;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.p-single__nav-title {
  font-family: "Noto Sans JP", serif;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: calc(0 / 1000 * 1em);
  line-height: normal;
}
.p-single__nav-title-taxonomy {
  color: #d67342;
  font-family: "Noto Sans JP", serif;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: calc(0 / 1000 * 1em);
  line-height: normal;
}
.p-single__nav-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: clamp(10px, 1.4641288433vw, 20px);
}
.p-single__nav-list__taxonomy {
  margin-top: clamp(10px, 1.4641288433vw, 20px);
}
.p-single__nav-list__taxonomy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 8px 20px;
}
.p-single__nav__taxonomy__item a {
  border: 1px solid #747474;
  padding: 6px;
  border-radius: 6px;
  color: #747474;
  font-family: "Noto Sans JP", serif;
  font-size: clamp(1.2rem, 1.4641288433vw, 2rem);
  font-weight: 400;
  letter-spacing: calc(0 / 1000 * 1em);
  line-height: normal;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (hover: hover) {
  .p-single__nav__taxonomy__item a:hover {
    opacity: 0.5;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.p-single__content p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: "Noto Sans JP", serif;
  font-size: clamp(1.6rem, 1.317715959vw, 1.8rem);
  font-weight: 400;
  letter-spacing: calc(0 / 1000 * 1em);
  line-height: normal;
}
.p-single__content h1 {
  font-size: 36px;
  margin-bottom: 10px;
}
.p-single__content h2 {
  font-size: 30px;
  margin-bottom: 10px;
}
.p-single__content h3 {
  font-size: 24px;
  margin-bottom: 10px;
}
.p-single__text {
  text-align: center;
  margin-bottom: clamp(30px, 5.1244509517vw, 70px);
  font-family: "Noto Sans JP", serif;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: calc(0 / 1000 * 1em);
  line-height: normal;
}

div#toc_container {
  width: 100% !important;
  font-size: 15px;
  border: none !important;
  overflow: hidden !important;
  border-radius: 20px !important;
  border: 3px solid #5dac81 !important;
  padding: 0;
}
div#toc_container a {
  color: #000;
  text-decoration: none !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (hover: hover) {
  div#toc_container a:hover {
    opacity: 0.5;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
div#toc_container p.toc_title {
  text-align: left !important;
  padding: 10px clamp(20px, 2.9282576867vw, 40px) !important;
  color: #fff;
  background: #5dac81;
}
div#toc_container li {
  margin-top: 10px !important;
}
div#toc_container .toc_list {
  margin-top: 0 !important;
  padding: 20px clamp(20px, 2.9282576867vw, 40px) !important;
}

.c-button--contact {
  position: relative;
  text-decoration: none;
  display: block;
  max-width: 310px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 12px 0;
  border-radius: 20px;
  background: #e3f4eb;
  color: #5dac81;
  -webkit-box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.25);
  font-family: "Noto Sans JP", serif;
  font-size: clamp(1.8rem, 1.756954612vw, 2.4rem);
  font-weight: 700;
  letter-spacing: calc(0 / 1000 * 1em);
  line-height: normal;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (hover: hover) {
  .c-button--contact:hover {
    opacity: 0.5;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.c-button--contact svg {
  position: absolute;
  top: 0;
  right: 26px;
  bottom: 0;
  margin: auto;
}

.c-button--black {
  position: relative;
  text-decoration: none;
  display: block;
  max-width: 310px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 12px 0;
  border-radius: 1000px;
  background: #fff;
  color: #000;
  border: 2px solid #000;
  margin-top: 60px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "Noto Sans JP", serif;
  font-size: clamp(1.8rem, 1.756954612vw, 2.4rem);
  font-weight: 700;
  letter-spacing: calc(0 / 1000 * 1em);
  line-height: normal;
}
.c-button--black svg {
  position: absolute;
  top: 0;
  right: 26px;
  bottom: 0;
  margin: auto;
}
.c-button--black:hover {
  background: #000;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-button--black:hover svg path {
  fill: #fff;
}/*# sourceMappingURL=map/style.css.map */
