* {
  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;
    object-position: 66% !important;
  }
}
.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: 200px;
  width: 18vw;
}
@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: 150px;
    width: 40vw;
    top: -70px;
  }
}
.c-introHuman.human2 {
  bottom: -140px;
  left: -20px;
  max-width: 150px;
  width: 15vw;
}
@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: 100px;
    width: 30vw;
    bottom: -88px;
  }
}


.p-merit {
  padding: 120px 0;
  background-color: #cce2d6;
}
@media screen and (max-width: 768px) {
  .p-merit {
    padding: 60px 0;
  }
}
.p-meritItems {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .p-meritItems {
    margin-top: 30px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-meritItem {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .p-meritItem {
    max-width: 335px;
    margin: auto;
  }
}
.p-meritItemNum {
  width: 68px;
}
.p-meritItemTitle {
  font-size: 17px;
  color: #4c9a6f;
  text-align: center;
  margin-top: 20px;
  line-height: 1.5;
}
.p-meritItemTitle span {
  font-size: 24px;
}
.p-meritItemImg {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-meritItemImg{order: 2; margin-top: 0; width: 60%; margin: auto;}
}
.p-meritItemText {
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding: 0 25px;
  margin-top: 30px;
}
@media screen and (max-width: 768px){
  .p-meritItemText{margin-bottom: 10px;}
}
.p-graph {
  background-color: #fff;
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  .p-graph {
    padding: 60px 0;
  }
}
.p-graphTop {
  margin-top: 40px;
}
.p-graphBottom {
  width: 80%;
  margin: 40px auto 0;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-graphBottom {
    width: 100%;
    margin-top: 20px;
    flex-direction: column;
  }
}
.p-graphBottomHead {
  background-color: #006f31;
  color: #fff;
  font-size: 20px;
  display: grid;
  place-content: center;
  padding: 0 15px;
}
@media screen and (max-width: 768px) {
  .p-graphBottomHead {
    font-size: 16px;
  }
}
.p-graphBottomText {
  border: 1px solid #006f31;
  padding: 10px;
  font-size: 13px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .p-graphBottomText {
    font-size: 10px;
  }
}
.p-interview {
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  .p-interview {
    padding: 60px 0;
  }
}
.p-interview .l-inner {
  max-width: 950px;
}
.p-interviewHead {
  max-width: 695px;
  width: 100%;
  margin: auto;
  display: block;
}
.p-interviewTitle {
  font-size: 25px;
  margin-top: 80px;
  text-align: center;
  color: #006f31;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-interviewTitle {
    font-size: 21px;
    margin-top: 30px;
  }
}
.p-interviewTop {
  margin-top: 30px;
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .p-interviewTop {
    flex-direction: column-reverse;
  }
}
.p-interviewTopTitle {
  font-size: 18px;
  color: #006f31;
  line-height: 1.25;
}
.p-interviewTopTitle.mt {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-interviewTopTitle.mt {
    margin-top: 20px;
  }
}
.p-interviewTopText {
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-top: 20px;
}
.p-interviewTopImg {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .p-interviewTopImg {
    max-width: 100%;
    width: 100%;
    margin: auto;
    aspect-ratio: 185 / 104;
  }
}
.p-interviewBottom {
  display: flex;
  gap: 20px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-interviewBottom {
    flex-direction: column;
    margin-top: 30px;
  }
}
.p-interviewBottomLeft {
  max-width: 300px;
}
@media screen and (max-width: 768px) {
  .p-interviewBottomLeft {
    max-width: none;
    width: 70%;
    margin: 20px auto 0;
  }
}
.p-interviewBottomRight {
  display: flex;
  flex-direction: column;
}
.p-interviewBottomTitle {
  font-size: 18px;
  color: #006f31;
  line-height: 1.25;
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .p-interviewBottomTitle {
    margin-left: 0;
  }
}
.p-interviewBottomText {
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-top: 20px;
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .p-interviewBottomText {
    margin-left: 0;
  }
}
.p-interviewBottomBox {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  margin-top: auto;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .p-interviewBottomBox {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    margin-left: 0;
    margin-top: 20px;
  }
}
.p-interviewBottomName {
  max-width: 245px;
  width: calc(50% - 20px);
}
@media screen and (max-width: 768px) {
  .p-interviewBottomName {
    margin-top: -50px;
    margin-left: auto;
    width: 50%;
  }
}
.p-interviewBottomImg {
  max-width: 300px;
  width: 50%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p-interviewBottomImg {
    max-width: none;
    width: 100%;
  }
}
.p-flow {
  padding: 120px 0;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-flow {
    padding: 60px 0;
  }
}
.p-flowItems {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 80px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-flowItems {
    margin-top: 30px;
  }
}
.p-flowItem {
  border: 1px solid #006f31;
  padding: 30px 30px 30px 70px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-flowItem {
    flex-direction: column;
    padding: 20px 10px;
  }
}
.p-flowItemLeft {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}
.p-flowItemNum {
  width: 38px;
  height: 38px;
  background-color: #006f31;
  color: #fff;
  font-size: 30px;
  display: grid;
  place-content: center;
  padding-bottom: 3px;
}
@media screen and (max-width: 768px) {
  .p-flowItemNum {
    width: 28px;
    height: 28px;
    font-size: 20px;
  }
}
.p-flowItemTitle {
  font-size: 22px;
  text-align: center;
  letter-spacing: 0.15em;
  color: #006f31;
  line-height: 1;
  width: 265px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}
@media screen and (max-width: 768px) {
  .p-flowItemTitle {
    font-size: 18px;
    width: 100%;
    line-height: 1.4;
  }
}
.p-flowItemTitle span {
  font-size: 13px;
  color: #333;
}
.p-flowItemRight {border-left: 1px solid #006f31; padding-left: 30px; margin-left: 10px; gap: 10px; width: 100%;
  /*display: flex;*/
}
@media screen and (max-width: 768px) {
  .p-flowItemRight {
    border-left: none;
    border-top: 1px solid #006f31;
    padding-left: 0;
    margin-left: 0;
    margin-top: 10px;
    padding-top: 10px;
    width: 100%;
    flex-direction: column;
  }
}
.p-flowItemText {
  font-size: 13px;
	font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
  letter-spacing: 0.1em;
  line-height: 2;
}
.p-flowItemBox {
  margin-top: 10px;
  background-color: #e5f1ea;
  padding: 20px;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .p-flowItemBox {
    width: 100%;
  }
}
.p-flowItemBoxTitle {
  font-size: 16px;
	font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
  color: #006f31;
  letter-spacing: 0.05em;
}
.p-flowItemBoxText {
  font-size: 13px;
	font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-top: 10px;
}
.p-flowItemBoxText a {
  display: inline-block;
  margin-bottom: 12px;
}
.p-flowItemBoxNote {
  font-size: 11px;
	font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.2;
  margin-top: 10px;
}
.p-flowItemArrow {
  width: 26px;
  display: block;
  margin: auto;
}
.p-flowHuman {
  width: 190px;
  position: absolute;
  bottom: -130px;
  right: -100px;
}
@media screen and (max-width: 1200px) {
  .p-flowHuman {
    right: -20px;
    bottom: -150px;
  }
}
@media screen and (max-width: 1024px) {
  .p-flowHuman {
    width: 150px;
    bottom: -120px;
  }
}
@media screen and (max-width: 768px) {
  .p-flowHuman {
    width: 100px;
    bottom: -60px;
  }
}
.p-outro {
  padding: 120px 0;
  background-color: #cce2d6;
}
@media screen and (max-width: 768px) {
  .p-outro {
    padding: 60px 0;
  }
}
.p-outroBox {
  border: 1px solid #006f31;
  background-color: #fff;
  padding: 50px 10px;
  max-width: 880px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  .p-outroBox {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-outroBoxImg {
    width: 70%;
  }
}
.p-outroBoxLogo {
  margin-top: 40px;
  max-width: 350px;
  width: 70%;
}
@media screen and (max-width: 768px) {
  .p-outroBoxLogo {
    margin-top: 20px;
    width: 50%;
  }
}
.p-outroBoxText {
  font-size: 13px;
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-outroBoxText {
    margin-top: 20px;
    font-size: 11px;
    width: 100%;
    line-height: 1.5;
  }
}
.p-outroBtns {
  max-width: 880px;
  margin: 60px auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .p-outroBtns {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    margin-top: 30px;
  }
}
.p-outroBtn {
  position: relative;
  background-color: #006f31;
  color: #fff !important;
  font-size: 16px;
  text-align: center;
  padding: 15px 0;
}
@media screen and (max-width: 768px) {
  .p-outroBtn {
    font-size: 13px;
  }
}
.p-outroBtn::after {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translateX(-50%);
  position: absolute;
  right: 15px;
  top: 50%;
}
