* {
  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;
    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: -180px;
  left: -20px;
  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: -76px;
    left: -15px;
  }
}


.p-pro {
  background-color: #cce2d6;
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  .p-pro {
    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: calc(100% / 3 - 30px);
  max-width: 355px;
  padding: 10px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
@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-readBox-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
.p-readBoxText {
  padding-top: 5px;
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-readBoxText {
    font-size: 16px;
  }
}
.p-readBoxText .big {
  font-size: 40px;
  line-height: 1;
  color: #d40219;
}
@media screen and (max-width: 768px) {
  .p-readBoxText .big {
    font-size: 30px;
  }
}
.p-readBoxText .big2 {
  font-size: 26px;
  line-height: 1;
  color: #d40219;
}
@media screen and (max-width: 768px) {
  .p-readBoxText .big2 {
    font-size: 22px;
  }
}
.p-readBoxText .big3 {
  font-size: 32px;
  line-height: 1;
  color: #d40219;
  display: block;
  margin: 44px auto;
}
@media screen and (max-width: 768px) {
  .p-readBoxText .big3 {
    font-size: 24px;
    margin: 12px auto;
  }
}
.p-readBoxText .small{font-size: 20px; color: #d40219;}
@media screen and (max-width: 768px){
  .p-readBoxText .small{font-size: 14px;}
}
.p-readBoxText .anno {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .p-readBoxText .anno {
    font-size: 10px;
  }
}
.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-proDetail {
  background-color: #fff;
  padding: 60px 50px;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-proDetail {
    margin-top: 30px;
    padding: 30px 20px;
  }
}
.p-proDetailItems {
  display: flex;
  flex-flow: row wrap;
  gap: 40px 25px;
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-proDetailItems {
    gap: 30px 10px;
    margin-top: 30px;
  }
}
.p-proDetailItem {
  width: calc(100% / 4 - 20px);
  padding: 5px 0 8px;
}
@media screen and (max-width: 768px) {
  .p-proDetailItem {
    width: calc(100% / 2 - 10px);
  }
}
.p-proDetailItemImg {
  max-width: 350px;
  width: 100%;
}
.p-proDetailItemTitle {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  font-size: 15px;
  color: #006e38;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-proDetailItemTitle {
    text-align: center;
    font-size: 13px;
  }
}
.p-proDetailItemText {
  font-size: 11px;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-proDetailItemText {
    font-size: 10px;
    line-height: 1.2;
  }
}
.p-proDetailItem.only_illust {
    display: flex;
    justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-proDetailItem.only_illust:last-child .p-proDetail_img{margin-top: auto; transform: translateX(20%);}

}

.p-proDetail .introEXList {
	margin: 90px auto 0;
}
.p-proDetail .introEXList li{
			width: 23.3333334%;
			height: 50px;
			border: 1px solid #006e38;
			color: #006e38;
			font-size: 16px;
			font-weight: 500;
			line-height: 3;
			text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
}
@media screen and (max-width: 768px) {
  .p-proDetail .introEXList{
			margin-top: 30px;
		}
		.p-proDetail .introEXList li{
				width: 48.4375%;
				height: 40px;
				font-size: 12px;
				line-height: 2.7;
				margin-top: 10px;
		}
}
@media screen and (max-width: 360px) {
  .p-proDetail .introEXList li{
		font-size: 12px;
		line-height: 3.17;
	}
}


.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 h4{font-size: 15px; font-weight: 500; letter-spacing: 0; color: #006F31; position: relative; margin-bottom: 30px;}
.example_price h4 span.box1{border: 1px solid #006F31; position: absolute; left: 27%;}
.example_price p span.box2 {display: none;}
.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{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_text h3{font-size: 16px; padding: 8px 0;}
  .example_price h4{padding: 0 10px; margin-bottom: 5px;}
  .example_price h4 + p b{font-size: 125%;}
}
@media screen and (max-width: 768px){
  #example_content{padding: 50px 10px 0;}
  #example_content .example_col{width: 100%; margin-bottom: 30px; display: flex; justify-content: space-between; align-items: center; position: relative;}
  #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(5):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 h4{font-size: 12px;}
  .example_price h4 + p{font-size: 15px;}
  .example_price h4 span.box1 {display: none;}
  .example_price p span.box2{display: inline-block; border: 1px solid #006F31; color: #006F31; font-size: 80%; margin-right: 5px;}

}


/* 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 20px; 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: 12px; line-height: 1.6;}
.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;}
}





