* {
  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;
}
@media screen and (max-width: 1500px) {
  .l-inner {
  max-width: 950px;
}
}
.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;
    line-height: 1.5;
    margin-bottom: 15px;
  }
}
.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: 16px;
  }
}
.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.3em;
  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 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: 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: 18px;
    line-height: 1.6;
  }
}
.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: 12px;
    line-height: 1.65;
  }
}
@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 (max-width: 1024px) {
  .c-introHuman.human1 {
    max-width: 200px;
    top: -220px;
  }
}
@media screen and (max-width: 768px) {
  .c-introHuman.human1 {
    right: -20px;
    max-width: 150px;
    width: 40vw;
    top: -70px;
  }
}
.c-introHuman.human2 {
  bottom: -150px;
  left: -20px;
  max-width: 310px;
}
@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: -74px;
    left: -15px;
  }
}


.p-hoshou {
  background-color: #cce2d6;
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  .p-hoshou {
    padding: 60px 0;
  }
}
.p-readBoxWrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 25px;
}
@media screen and (max-width: 768px) {
  .p-readBoxWrap {
    gap: 15px;
  }
}
.p-readBox {
  width: 50%;
  max-width: 355px;
  padding: 10px;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .p-readBox {
    width: 100%;
    max-width: inherit;
  }
}
.p-readBoxTitle {
  padding: 10px;
  background: #006f31;
  font-size: 22px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-readBoxTitle {
    font-size: 18px;
  }
}
.p-readBoxText {
  padding-top: 5px;
  font-size: 32px;
  color: #d40219;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-readBoxText {
    font-size: 22px;
  }
}
.p-readBoxText .big {
  font-size: 40px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-readBoxText .big {
    font-size: 30px;
  }
}
.p-readBoxText .small {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .p-readBoxText .small {
    font-size: 16px;
  }
}
.p-imgColumnBoxWrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 60px;
  max-width: 785px;
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  .p-imgColumnBoxWrap {
    gap: 30px;
  }
}
.p-imgColumnBox {
  width: calc(100% / 3 - 60px);
}
@media screen and (max-width: 768px) {
  .p-imgColumnBox {
    width: calc(100% / 2 - 30px);
  }
}
.p-imgColumnBoxText {
  margin-top: 10px;
  font-size: 22px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-imgColumnBoxText {
    font-size: 14px;
    margin-top: 3px;
  }
}
.p-hoshouDetail {
  background-color: #fff;
  padding: 60px 50px;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-hoshouDetail {
    margin-top: 30px;
    padding: 30px 20px;
  }
}
.p-hoshouDetailItems {
  display: flex;
  flex-flow: row wrap;
  gap: 40px 25px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-hoshouDetailItems {
    gap: 30px 10px;
    margin-top: 30px;
  }
}
.p-hoshouDetailItem {
  width: calc(100% / 5 - 20px);
  padding: 5px 0 8px;
  border-top: 1px solid #006e38;
  border-bottom: 1px solid #006e38;
}
@media screen and (max-width: 768px) {
  .p-hoshouDetailItem {
    width: calc(100% / 2 - 10px);
  }
}
.p-hoshouDetailItem.lastBox {
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  gap: 12px;
  padding: 0;
  border: none;
}
.p-hoshouDetailItem.lastBox .lastBoxText {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 67px;
  padding: 10px;
  border: 1px solid #006e38;
  font-size: 16px;
  color: #006e38;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-hoshouDetailItem.lastBox .lastBoxText {
    min-height: 50px;
    font-size: 14px;
  }
}
.p-hoshouDetailItemImg {
  max-width: 350px;
  width: 100%;
}
.p-hoshouDetailItemTitle {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  font-size: 15px;
  color: #006e38;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-hoshouDetailItemTitle {
    text-align: center;
    font-size: 13px;
  }
}
.p-hoshouDetailItemTitle .small {
  display: block;
  font-size: 10px;
  letter-spacing: 0;
}
.p-hoshouDetailItemText {
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-hoshouDetailItemText {
    margin-top: 5px;
  }
}
.p-example {
  padding: 120px 0;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-example {
    padding: 60px 0;
  }
}


/* #example_area =============================== */
#example_area{}

#example_content{display: flex; flex-wrap: wrap; margin: 0 -40px; padding: 90px 0 0;}
#example_content .example_col{width: calc(100% / 3); padding: 0 40px; margin-bottom: 80px;}
.example_text h3{text-align: center; font-size: 18px; font-weight: 600; padding: 12px 0; line-height: 2;}
.example_price{background: #F6F3ED; position: relative; text-align: center; padding: 10px 0;}
.example_price .icon_free{width: 70px; aspect-ratio: 1 / 1; position: absolute; top: 0; right: 0; transform: translate(50%,-50%);}
.example_price h4{font-size: 15px; font-weight: 500; letter-spacing: 0; color: #006F31;}
.example_price h4 + p{font-size: 17px; color: #D40219;}
.example_price h4 + p b{font-size: 240%; font-weight: 500; line-height: 1;}

.example_col.only_illust{display: flex; flex-direction: column; justify-content: flex-end;}

@media screen and (max-width: 1110px){
  #example_content{padding: 90px 20px 0;}
}
@media screen and (max-width: 1024px){
  #example_content{margin: 0 -20px;}
  #example_content .example_col{width: calc(100% / 3); padding: 0 20px;}
  .example_price{position: relative; padding: 10px; margin-bottom: 20px;}
  .example_price::after {content: ''; position: absolute; bottom: -25px; left: 0; width: 100%; border-bottom: 1px solid #006e38;}
  .example_col:last-child .example_price::after {content: none;}
  .example_price .icon_free{width: 45px; top: -10px;}
  .example_text h3{font-size: 14px;}
  .example_price h4{font-size: 12px; padding: 0 10px;}
  .example_price h4 + p b{font-size: 170%;}
}
@media screen and (max-width: 768px){
  #example_content{padding: 50px 10px 0;}
  #example_content .example_col{position: relative;width: 100%; margin-bottom: 30px; display: flex; justify-content: space-between; align-items: center; gap: 10px;}
  #example_content .example_col::after {content: ''; position: absolute; bottom: -25px; left: 0; width: 100%; border-bottom: 1px solid #006e38;}
  #example_content .example_col:nth-child(8)::after{display: none;}
  #example_content .example_col .example_img {width: 40vw;}
  #example_content .example_col .example_text {width: 63%;}
  .example_price{margin-bottom: 0;}
  .example_price::after {content: none;}
  .example_price .icon_free{transform: translate(30%,-30%);}
  .example_price h4{font-size: 11px; padding: 0 10px 0 0;}
  .example_price h4 + p{font-size: 12px;}
  .example_price h4 + p b{font-size: 140%;}
}


/* notApplicable_area */
#notApplicable_area{}
#notApplicable_area .notApplicable_title{background: #006F31; border: 1px solid #006F31; text-align: center;}
#notApplicable_area .notApplicable_title h3{color: #fff; font-size: 22px; padding: 12px 5px;}

#notApplicable_area .notApplicable_content{border: 1px solid #006F31; padding: 30px 70px 15px;}
#notApplicable_area .notApplicable_content .notApplicable_wrap{margin: 0 -40px; display: flex; flex-wrap: wrap;}
.notApplicable_content .notApplicable_col{width: calc(100% / 2); padding: 0 35px; margin: 0 0 30px; display: flex; flex-wrap: wrap;}
.notApplicable_col .notApplicable_img{width: 93px;}
.notApplicable_col .notApplicable_img figure{width: 100%; aspect-ratio: 1 / 1; border: 6px solid #99C5AD; border-radius: 50%; overflow: hidden;}
.notApplicable_col .notApplicable_text{width: calc(100% - 93px); padding: 0 0 0 10px;}
.notApplicable_col .notApplicable_text h4{font-size: 20px; color: #006F31;}
.notApplicable_col .notApplicable_text p{font-size: 13px;}
.notApplicable_col .notApplicable_text dl{display: flex; flex-wrap: wrap; font-size: 13px;}
.notApplicable_col .notApplicable_text dl dt{width: 70px;}
.notApplicable_col .notApplicable_text dl dd{width: calc(100% - 70px);}
.notApplicable_col .notApplicable_anno{margin-top: 5px;}
.notApplicable_col .notApplicable_anno span{display: inline-block; border: 1px solid #006F31; font-size: 11px; letter-spacing: 0; color: #006F31; padding: 1px 6px;}


@media screen and (max-width: 1024px){
  #notApplicable_area .notApplicable_content{padding: 30px 40px 15px;}
}
@media screen and (max-width: 768px){
  #notApplicable_area .notApplicable_title h3{font-size: 17px;}
  #notApplicable_area .notApplicable_content .notApplicable_wrap{margin: 0;}
  #notApplicable_area .notApplicable_content{padding: 30px 20px 15px;}
  .notApplicable_content .notApplicable_col{width: 100%; padding: 0;}
  .notApplicable_col .notApplicable_img{width: 70px;}
  .notApplicable_col .notApplicable_img figure{border: 3px solid #99C5AD;}
  .notApplicable_col .notApplicable_text{width: calc(100% - 70px);}
  .notApplicable_col .notApplicable_text h4{font-size: 17px;}
  .notApplicable_col .notApplicable_text p{line-height: 1.6;}
}





