* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
body {
  color: #333;
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: 'Zen Old Mincho', serif;
  font-weight: 400;
  font-size: 100%;
  -webkit-text-size-adjust: none;
  position: relative;
  background-color: #f0ede7;
}
body.is-loading {
  overflow: hidden;
}
body.is-scroll-locked {
  overflow: hidden;
  touch-action: none;
}
a:link,
a:visited,
a:hover,
a:active {
  color: #000;
  text-decoration: none;
}
ul {
  list-style: none;
}
img {
  padding: 0px;
  margin: 0px;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
a {
  transition: all 0.5s ease-out;
}
a:hover {
  opacity: 0.7;
}
.l-inner {
  padding: 0 20px;
  max-width: 1064px;
  margin: auto;
}
.c-title{font-size: 30px; letter-spacing: 0.15em; max-width: 1024px; margin: auto;}
@media screen and (max-width: 768px) {
  .c-title{font-size: 22px;}
}
.c-titleSub {
  font-size: 18px;
  color: #006e38;
  border-bottom: #006e38 1px solid;
  padding-bottom: 5px;
  max-width: 1024px;
  margin-right: 200px;
  /*margin: auto;*/
}
@media screen and (max-width: 768px) {
  .c-titleSub{margin-right: 0; font-size: 14px;}
}
.c-titleH2 {
  font-size: 25px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-titleH2 {
    font-size: 18px;
  }
}
.l-header {
  position: fixed;
  z-index: 100;
  width: 100%;
  padding-top: 30px;
  padding-right: 30px;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .l-header {
    padding-top: 20px;
    padding-right: 20px;
  }
}
.l-headerLogo {
  max-width: 310px;
  padding-left: 20px;
  opacity: 1;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .l-headerLogo {
    max-width: 200px;
    margin-top: -10px;
  }
}
.l-headerLogo path {
  transition: 0.3s;
  fill: #006e38;
}
.l-headerMenu {
  margin-left: auto;
  cursor: pointer;
  position: relative;
  z-index: 10;
}
.l-headerMenuBox {
  display: flex;
  flex-direction: column;
  gap: 15px;
  height: 33px;
}
.l-headerMenuBar {
  width: 55px;
  height: 1px;
  background-color: #006e38;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .l-headerMenuBar {
    width: 45px;
  }
}
.l-headerMenuBar.top.is-active {
  transform: translateY(15px) rotate(30deg);
}
.l-headerMenuBar.center.is-active {
  display: none;
}
.l-headerMenuBar.bottom.is-active {
  transform: translateY(0px) rotate(-30deg);
}
.l-headerMenuText {
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  color: #fff;
  letter-spacing: 0.25em;
  color: #006e38;
}
@media screen and (max-width: 768px) {
  .l-headerMenuText {
    font-size: 12px;
  }
}
.l-headerMenu.is-dark .l-headerMenuText {
  color: #006e38;
}
.l-headerMenu.is-dark .l-headerMenuBar {
  background-color: #006e38;
}


.c-intro {
  padding: 120px 0 300px;
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .c-intro {
    padding: 60px 0 120px;
  }
}
@media screen and (max-width: 768px) {
  .c-intro .c-title {
    font-size: 20px;
    line-height: 1.5;
  }
}
.c-introBox {
  display: flex;
  gap: 70px;
  align-items: flex-start;
  margin-top: 120px;
}
@media screen and (max-width: 1024px) {
  .c-introBox {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .c-introBox {
    flex-direction: column;
    margin-top: 10px;
  }
}
.c-introLeft {
  max-width: 460px;
}
@media screen and (max-width: 1024px) {
  .c-introLeft {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .c-introLeft {
    width: 100%;
  }
}
.c-introHead {
  font-size: 25px;
  color: #006e38;
  letter-spacing: 0.15em;
  line-height: 1.875;
}
@media screen and (max-width: 1024px) {
  .c-introHead {
    font-size: 16px;
    line-height: 1.5;
  }
}
.c-introText {
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.15em;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .c-introText {
    font-size: 13px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  .c-introText {
    margin-top: 20px;
  }
}
.c-introRight {
  max-width: 695px;
  aspect-ratio: 695/360;
  width: 48.3%;
  position: absolute;
  right: 0;
}
@media screen and (min-width: 1440px) {
  .c-introRight {
    position: relative;
    margin-right: -225px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .c-introRight {
    width: 100%;
    position: relative;
    max-width: none;
  }
}
.c-introHuman {
  position: absolute;
}
.c-introHuman.human1 {
  top: -280px;
  right: 20px;
  max-width: 310px;
}
@media screen and (min-width: 1441px) {
  .c-introHuman.human1 {
    max-width: 250px;
  }
}
@media screen and (max-width: 1024px) {
  .c-introHuman.human1 {
    max-width: 200px;
    top: -220px;
  }
}
@media screen and (max-width: 768px) {
  .c-introHuman.human1 {
    right: -20px;
    max-width: 100%;
    width: 45vw;
    top: -70px;
  }
}
.c-introHuman.human2 {
  bottom: -140px;
  left: -20px;
  max-width: 310px;
}
@media screen and (min-width: 1441px) {
  .c-introHuman.human2 {
    max-width: 230px;
  }
}
@media screen and (max-width: 1024px) {
  .c-introHuman.human2 {
    max-width: 180px;
    bottom: -150px;
  }
}
@media screen and (max-width: 768px) {
  .c-introHuman.human2 {
    max-width: 150px;
    width: 40vw;
    bottom: -70px;
  }
}
.p-schedule {
  background-color: #cce2d6;
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  .p-schedule {
    padding: 60px 0;
  }
}
.p-scheduleImg{margin-top: 50px;}
@media screen and (max-width: 768px) {
  .p-scheduleImg{margin-top: 20px;}
}
.schedule_box{background: #fff;}
.schedule_box .anno{text-align: center; font-size: 11px; padding: 10px; color: #5f5f5f;}

.p-merit {
  background-color: #fff;
  padding: 60px 50px;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-merit {
    margin-top: 30px;
    padding: 30px 20px;
  }
}
.p-meritItems {
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-meritItems {
    margin-top: 30px;
  }
}
.p-meritItem {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .p-meritItem {
    flex-direction: column;
    gap: 10px;
  }
}
.p-meritItemImg {
  max-width: 350px;
  width: 100%;
}
.p-meritItemTitle {
  font-size: 22px;
  letter-spacing: 0.15em;
  line-height: 2.1;
  color: #006e38;
}
@media screen and (max-width: 768px) {
  .p-meritItemTitle {
    text-align: center;
    font-size: 18px;
  }
}
.p-meritItemText {
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-meritItemText {
    margin-top: 5px;
  }
}
.p-movie {
  padding: 120px 0;
  background-color: #006f31;
}
@media screen and (max-width: 768px) {
  .p-movie {
    padding: 60px 0;
  }
}
.p-movie .l-inner {
  max-width: 990px;
}
.p-movieTitle {
  font-size: 30px;
  color: #fff;
  font-family: 'Lato', sans-serif;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-movieTitle {
    font-size: 22px;
  }
}
.p-movieMov {
  aspect-ratio: 990/557;
  margin-top: 70px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-movieMov {
    margin-top: 30px;
  }
}
.p-flow {
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  .p-flow {
    padding: 60px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-flow .c-titleH2 {
    font-size: 18px;
  }
}
.p-flowItems {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-top: 50px;
  margin-bottom: 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-flowItems {
    margin: 30px 0;
  }
}
.p-flowItem {
  background-color: #fff;
  width: 100%;
  display: flex;
  padding: 23px;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .p-flowItem {
    flex-direction: column;
  }
}
.p-flowItemLeft {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 10px;
  width: 220px;
}
.p-flowItemNum {
  background-color: #006f31;
  color: #fff;
  font-size: 23px;
  border-radius: 50%;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  display: grid;
  place-content: center;
  padding-bottom: 2px;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .p-flowItemNum {
    font-size: 21px;
    width: 25px;
    height: 25px;
  }
}
.p-flowItemTitle {
  font-size: 22px;
  color: #006f31;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .p-flowItemTitle {
    font-size: 18px;
  }
}
.p-flowItemText {
	font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
  font-size: 13px;
  letter-spacing: 0.09em;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  .p-flowItemText {
  line-height: 1.5;
}
}
.p-flowItemText span {
  color: red;
}
.p-flowItemArrow {
  width: 26px;
}
.p-flowMov {
  aspect-ratio: 990/557;
  margin-top: 60px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-flowMov {
    margin-top: 30px;
  }
}
.p-flowHuman {
  width: 190px;
  position: absolute;
  top: -170px;
  right: -100px;
}
@media screen and (max-width: 1200px) {
  .p-flowHuman {
    right: -20px;
    top: -170px;
  }
}
@media screen and (max-width: 1024px) {
  .p-flowHuman {
    width: 150px;
    top: -150px;
  }
}
@media screen and (max-width: 768px) {
  .p-flowHuman {
    width: 100px;
    top: -80px;
  }
}
.p-faq {
  padding: 120px 0;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-faq {
    padding: 60px 0;
  }
}
.p-faqItems {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-faqItems {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 30px;
    gap: 30px;
  }
}


.p-faqItem{display: flex; flex-direction: column; gap: 24px;}
.p-faqItemHead{display: flex; gap: 18px; margin-bottom: auto;}
.p-faqItemNum{color: #006f31; font-size: 30px; font-family: 'Lato', sans-serif; font-weight: 300; margin-top: -8px;}
.p-faqItemTitle{font-size: 22px; letter-spacing: 0.15em; line-height: 1.5;}
.p-faqItemBox{border: 1px solid #006f31; padding: 20px; display: flex; align-items: center; gap: 28px; background-color: #fff;}

@media screen and (max-width: 1024px) {
  .p-faqItemTitle{font-size: 20px;}
}
@media screen and (max-width: 768px) {
  .p-faqItem{border: 1px solid #006f31; gap: 0; padding: 15px;}
  .p-faqItemNum {font-size: 24px;}
  .p-faqItemTitle {font-size: 15px; letter-spacing: 0;}
  .p-faqItemBox{gap: 10px; padding: 10px; border: none;}
}


.p-faqItemImg {
  max-width: 160px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 1024px) {
  .p-faqItemImg {
    max-width: 130px;
  }
}
@media screen and (max-width: 768px) {
  .p-faqItemImg {
    max-width: none;
    width: 30%;
    max-width: 335px;
    margin: auto;
    display: block;
  }
}
.p-faqItemRight {
  width: 100%;
}
.p-faqItemAnswer {
  color: #006f31;
  font-size: 20px;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
}
.p-faqItemText {
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 2;
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
}
.p-faqItemText span {
  font-size: 11px;
  color: gray;
  display: block;
  line-height: 1.4;
}
.p-table {
  padding: 160px 0;
  background-color: #cce2d6;
}
@media screen and (max-width: 768px) {
  .p-table {
    padding: 60px 0;
  }
}
.p-tableTop {
  display: flex;
  gap: 150px;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .p-tableTop {
    gap: 60px;
  }
}
@media screen and (max-width: 768px) {
  .p-tableTop {
    flex-direction: column;
    gap: 30px;
  }
}
.p-tableTopLeft {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.p-tableTopTitle {
  font-size: 25px;
  line-height: 2;
  letter-spacing: 0.15em;
  color: #006f31;
}
@media screen and (max-width: 768px) {
  .p-tableTopTitle {
    font-size: 20px;
    text-align: center;
  }
}
.p-tableTopText {
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.15em;
  margin-top: 36px;
}
@media screen and (max-width: 768px) {
  .p-tableTopText {
    font-size: 14px;
    margin-top: 10px;
    text-align: center;
  }
}
.p-tableTopHuman {
  max-width: 335px;
  margin: 16px auto 0;
}
@media screen and (max-width: 768px) {
  .p-tableTopHuman {
    width: 50%;
  }
}
.p-tableTopImg {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .p-tableTopImg {
    width: 100%;
  }
}
.p-tableBottom {
  background-color: #fff;
  padding-bottom: 70px;
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .p-tableBottom {
    padding-bottom: 10px;
    margin-top: 30px;
  }
}
.p-tableBottomHead {
  background-color: #006f31;
  font-size: 21px;
  text-align: center;
  color: #fff;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .p-tableBottomHead {
    font-size: 16px;
  }
}
.p-tableBottomImg {
  width: 90%;
  margin: 60px auto 0;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-tableBottomImg {
    margin-top: 20px;
  }
}
.p-tableBottomText {
  border: 1px solid #231815;
  background-color: #fcfaec;
  width: 73.5%;
  margin: 20px auto 0;
  display: block;
  padding: 3px 10px;
}
@media screen and (max-width: 768px) {
  .p-tableBottomText {
    width: 90%;
  }
}
.p-tableBottomText span {
  color: #840012;
}
.p-tableBottomBtn {
  background-color: #006f31;
  color: #fff !important;
  font-size: 22px;
  letter-spacing: 0.15em;
  text-align: center;
  width: 90%;
  height: 68px;
  display: grid;
  place-content: center;
  margin: 36px auto;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .p-tableBottomBtn {
    display: flex;
    flex-direction: column;
    height: 60px;
    font-size: 16px;
  }
}
.p-tableBottomBtn::after {
  content: 'CHECK ＞';
  display: inline-block;
  color: #fff;
  font-size: 15px;
  position: absolute;
  right: 30px;
  top: 30%;
}
@media screen and (max-width: 768px) {
  .p-tableBottomBtn::after {
    position: static;
    font-size: 13px;
  }
}
.p-tableBottomBtn:hover {
  opacity: 0.7;
}
.p-tableBottomNote {
  font-size: 12px;
  padding-left: 20px;
  margin-top: 8px;
  color: #006f31;
  margin-bottom: -10px;
}
.p-tableBottomNote-span {
  display: inline-block;
  vertical-align: middle;
  color: #006f31;
  line-height: 1;
  width: 2em;
  height: 0.1em;
  background: currentColor;
  border-radius: 0.1em;
  position: relative;
}

.p-tableBottomNote-span::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}
.modal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  top: 0;
  opacity: 0;
  pointer-events: none;
}
.modal.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.modalMask {
  background-color: rgba(33, 17, 13, 0.5);
  height: 100%;
  padding: 0 20px;
}
.modalInner {
  max-width: 1024px;
  margin: auto;
  display: block;
  position: relative;
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .modalInner {
    width: 90%;
  }
}
.modalClose {
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 20px;
}
.modalHead {
  background-color: #006f31;
  color: #fff;
  font-size: 22px;
  letter-spacing: 0.15em;
  padding: 10px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .modalHead {
    font-size: 18px;
  }
}
.modalBox {
  background-color: #fff;
  padding: 30px;
  overflow: scroll;
  height: 85vh;
}
@media screen and (max-width: 768px) {
  .modalBox {
    padding: 10px;
    height: 80vh;
  }
}
.modalBox.h-auto {
  height: auto;
}
.modalText {
  font-size: 10px;
  margin: 10px 0;
}
@media screen and (max-width: 768px) {
  .modalTable {
    overflow: scroll;
  }
}
@media screen and (max-width: 768px) {
  .modalImg {
    width: 200vw;
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  .modalImg .w-300vw {
    width: 300vw;
  }
}
