* {
  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: auto;
}
@media screen and (max-width: 768px) {
  .c-titleSub {
    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;
}


@media screen and (max-width: 768px) {
  .mainteFvImg {
    height: 30vh;
  }
}
.c-intro {
  padding: 120px 0 300px;
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .c-intro {
    padding: 60px 0 100px;
  }
}
.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: 465px;
}
@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: 160px;
    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;
    left: -15px;
  }
}


.p-lineup {
  padding: 160px 0;
  background-color: #cce2d6;
}
@media screen and (max-width: 768px) {
  .p-lineup {
    padding: 60px 0;
  }
}
.p-lineupBox {
  padding: 30px 50px;
  background-color: #fff;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .p-lineupBox {
    padding: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-lineupBox {
    padding: 20px 10px;
    margin-top: 30px;
  }
}
.p-lineupHead {
  font-size: 22px;
  color: #006e38;
  letter-spacing: 0.15em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-lineupHead {
    font-size: 16px;
  }
}
.p-lineupItems {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 1024px) {
  .p-lineupItems {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-lineupItems {
    gap: 15px 10px;
  }
}
.p-lineupItem {
  height: 106px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-lineupItem {
    height: 100%;
    position: relative;
  }
}
.p-lineupItem::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 106px;
  border: 1px solid #006e38;
  background-color: #cce2d6;
  position: absolute;
  bottom: -7px;
  right: -7px;
}
@media screen and (max-width: 768px) {
  .p-lineupItem::after {
    height: 100%;
    bottom: -3px;
    right: -3px;
  }
}
.p-lineupItemFrame {
  display: flex;
  justify-content: space-between;
  border: 1px solid #006e38;
  position: relative;
  z-index: 2;
}
.p-lineupItemLeft {
  background-color: #f2f8f5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-lineupItemLeft {
    padding: 7px 0;
  }
}
.p-lineupItemText {
  font-size: 22px;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1024px) {
  .p-lineupItemText {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .p-lineupItemText {
    font-size: 12px;
    text-align: center;
    line-height: 1.1;
  }
}
.p-lineupItemCheck {
  font-size: 12px;
  font-family: 'Lato', sans-serif;
  color: #006e38;
}
@media screen and (max-width: 768px) {
  .p-lineupItemCheck {
    font-size: 10px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .p-lineupItemCheck span {
    margin-top: -5px;
  }
}
.p-lineupItemImg {
  width: 100%;
  max-width: 106px;
  aspect-ratio: 1/1;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-lineupItemImg {
  max-width: 50px;
}
}
.p-course {
  padding: 160px 0;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-course {
    padding: 60px 0;
  }
}
.p-courseItems {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 50px;
}
@media screen and (max-width: 768px) {
  .p-courseItems {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
.p-courseItem {
  display: flex;
  flex-direction: column;
  margin-top: -100px;
  padding-top: 100px;
}
.p-courseItemTitle {
  font-size: 22px;
  letter-spacing: 0.15em;
  border-bottom: 1px solid #006e38;
}
@media screen and (max-width: 768px) {
  .p-courseItemTitle {
    font-size: 18px;
  }
}
.p-courseItemCat {
  color: #006e38;
  font-size: 14px;
  letter-spacing: 0.15em;
  line-height: 1.4;
  margin-top: 10px;
  display: flex;
  gap: 10px;
  min-height: 60px;
}
.p-courseItemCat span {
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-courseItemCat {
    font-size: 11px;
    min-height: auto;
  }
}
.p-courseItemText {
  font-size: 18px;
  letter-spacing: 0.15em;
  line-height: 2;
  /* margin-top: 10px; */
  min-height: 150px;
}
@media screen and (max-width: 768px) {
  .p-courseItemText {
    font-size: 13px;
    min-height: auto;
  }
}
.p-courseItemBox {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-top: 24px;
}
.p-courseItemImg {
  aspect-ratio: 1/1;
  max-width: 166px;
}
@media screen and (max-width: 768px) {
  .p-courseItemImg {
    max-width: 100px;
  }
}
.p-courseItemLabel {
  background-color: #006e38;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.15em;
  width: 80px;
  height: 24px;
  display: grid;
  place-content: center;
}
.p-courseItemNote {
  font-size: 13px;
  margin-top: 10px;
  letter-spacing: 0.1em;
  line-height: 2;
}
.p-courseItemNote span {
  font-size: 11px;
  color: gray;
}
.p-voice {
  background-color: #f6f3ed;
  padding: 160px 0;
}
@media screen and (max-width: 768px) {
  .p-voice {
    padding: 60px 0;
  }
}
.p-voiceText {
  font-size: 16px;
  text-align: center;
  margin-top: 40px;
}
.p-voiceItems {
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin-top: 80px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-voiceItems {
    margin-top: 30px;
    gap: 30px;
  }
}
.p-voiceItem {
  display: flex;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-voiceItem {
    flex-direction: column;
  }
}
.p-voiceItemImg {
  max-width: 448px;
  aspect-ratio: 448/280;
}
@media screen and (max-width: 1024px) {
  .p-voiceItemImg {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .p-voiceItemImg {
    width: 100%;
    max-width: none;
  }
}
.p-voiceItemRight {
  padding: 60px;
}
@media screen and (max-width: 768px) {
  .p-voiceItemRight {
    padding: 20px;
  }
}
.p-voiceItemText {
  font-size: 18px;
	font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
  letter-spacing: 0.07em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-voiceItemText {
    font-size: 14px;
  }
}
.p-voiceItemName {
  font-size: 16px;
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
  letter-spacing: 0.15em;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-voiceItemName {
    font-size: 12px;
    margin-top: 15px;
  }
}
.p-voiceHuman {
  position: absolute;
  width: 170px;
  bottom: -100px;
  right: -100px;
}
@media screen and (max-width: 1240px) {
  .p-voiceHuman {
    right: -20px;
  }
}
@media screen and (max-width: 768px) {
  .p-voiceHuman {
    width: 100px;
    bottom: -60px;
  }
}
.p-option {
  padding: 120px 0;
  background-color: #cce2d6;
}
@media screen and (max-width: 768px) {
  .p-option {
    padding: 60px 0;
  }
}
.p-optionText {
  font-size: 16px;
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-optionText {
    font-size: 14px;
  }
}
.p-optionItems {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 1024px) {
  .p-optionItems {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-optionItems {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 30px;
  }
}
.p-optionItem {
  background-color: #fff;
  padding: 20px 20px 20px 20px;
  display: flex;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .p-optionItem {
    padding: 10px;
  }
}
.p-optionItemImg {
  max-width: 190px;
  aspect-ratio: 190/200;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p-optionItemImg {
    width: 30%;
  }
}
.p-optionItemTitle {
  font-size: 21px;
  color: #006f31;
  letter-spacing: 0.15em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-optionItemTitle {
    font-size: 16px;
  }
}
.p-optionItemText {
  font-size: 18px;
  letter-spacing: 0.15em;
  line-height: 1.5;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .p-optionItemText {
    font-size: 12px;
  }
}
.p-flow {
  background-color: #fff;
  padding: 30px 30px 15px 30px;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-flow {
    padding: 20px;
  }
}
.p-flowText {
  font-size: 25px;
  text-align: center;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .p-flowText {
    font-size: 20px;
  }
}
.p-flowItems {
  display: flex;
  align-items: center;
  margin-top: 30px;
  gap: 10px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-flowItems {
    flex-direction: column;
  }
}
.p-flowItem {
  width: calc(25% - 35px);
  min-width: 205px;
}
@media screen and (max-width: 768px) {
  .p-flowItem {
    width: 100%;
    max-width: 400px;
  }
}
@media screen and (max-width: 806px) {
  .p-flowItem:nth-of-type(3) {
    margin-left: auto;
  }
}
@media screen and (max-width: 806px) and (max-width: 768px) {
  .p-flowItem:nth-of-type(3) {
    margin-left: 0;
  }
}
.p-flowItem img {
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .p-flowItem img {
    margin-left: auto;
    display: block;
    max-width: 255px;
    width: 50%;
  }
}
.p-flowItemHead {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 10px;
}
.p-flowItemNum {
  width: 40px;
  height: 40px;
  background-color: #006f31;
  color: #fff;
  font-size: 22px;
  display: grid;
  place-content: center;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .p-flowItemNum {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }
}
.p-flowItemTitle {
  color: #006f31;
  font-size: 21px;
  letter-spacing: 0.15em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-flowItemTitle {
    font-size: 18px;
  }
}
.p-flowItemText {
  font-size: 13px;
	font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
  letter-spacing: 0.2em;
  line-height: 1.5;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-flowItemText {
    max-width: 300px;
    margin: 0 auto;
    line-height: 1.5;
  }
}
.p-flowItemArrow {
  width: 26px;
  transform: rotate(-90deg);
}
@media screen and (max-width: 768px) {
  .p-flowItemArrow {
    transform: rotate(0deg);
  }
}
.p-flowNote {
  font-size: 11px;
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
  color: gray;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .p-flowNote {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px){
  .p-flowItem{padding-right:100px;
    background-position: right -10px center;
    background-repeat: no-repeat;
    background-size: 120px;
  }
  .flowItem_01{background-image: url(../img/option-img-5.png);}
  .flowItem_02{background-image: url(../img/option-img-6.png);}
  .flowItem_03{background-image: url(../img/option-img-7.png);}
  .flowItem_04{background-image: url(../img/option-img-8.png);}

  .p-flowItemHead{justify-content: flex-start; margin-bottom: 5px; gap: 8px;}
  .p-flowImage{display: none;}

}