@charset "UTF-8";

/* .reset ****************************************/
.zeh .p-zeh__wrap section,
.zeh .p-zeh__wrap article,
.zeh .p-zeh__wrap div,   
.zeh .p-zeh__wrap h2, 
.zeh .p-zeh__wrap h3, 
.zeh .p-zeh__wrap h4, 
.zeh .p-zeh__wrap p, 
.zeh .p-zeh__wrap span, 
.zeh .p-zeh__wrap img, 
.zeh .p-zeh__wrap figure, 
.zeh .p-zeh__wrap figcaption, 
.zeh .p-zeh__wrap a {
    box-sizing: border-box;
}

.zeh .p-zeh__wrap figure {
    margin: 0;
    padding: 0;
}

/* .common ****************************************/
.zeh .p-zeh__wrap {
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
  font-style: normal;
}

.zeh .p-zeh__wrap img {
    display: inline-block;
    max-width: 100%;
    margin: 0 auto;
}

.zeh .p-zeh__wrap .h-pc-only {
    display: inline-block;
}

.zeh .p-zeh__wrap .h-sp-only {
    display: none;
}

.zeh .p-zeh__wrap .p-zeh__inner {
    width: 100%;
    padding: 0 10px;
}

.zeh .c-zeh__tagline {
    display: block;
    font-size: 2.25rem;
    color: #005834;
    text-align: center;
}

.zeh .c-zeh-bodytext {
    font-size: 0.875rem;
    line-height: 2.15;
}

/* .p-zeh__wrap ****************************************/
.zeh .p-zeh__wrap {
    margin-bottom: 60px;
}

/* .p-zeh__hero ****************************************/
.zeh .p-zeh__hero {
    padding: 75px 0;
}
.zeh .p-zeh__hero__ttl {
    font-size: min(9.8vw,64px);
    line-height: 2;
    color: #005834;
    text-align: center;
}

.zeh .p-zeh__hero__ttl small {
    font-size: 80%;
}

.zeh .p-zeh__hero__text {
    margin-top: 100px;
    font-size: 1rem;
    line-height: 2.8;
    text-align: center;
}

/* .p-zeh__intro ****************************************/
.zeh .p-zeh__intro {
    width: min(100%,960px);
    margin: 0 auto;
    padding: 60px 20px;
    background-color: #e8f1ee;
}

.zeh .p-zeh__intro .p-zeh__intro__ttl {
    font-size: 32px;
    line-height: 2.8;
    text-align: center;
}

.zeh .p-zeh__intro .p-zeh__intro__text {
    margin-top: 45px;
    font-size: 1rem;
    line-height: 2.8;
    text-align: center;
}


/* .p-zeh__index ****************************************/

.zeh .p-zeh__index {
    margin: 40px 0;
}

.zeh .p-zeh__index__list {
    display: flex;
    justify-content: space-between;
    width: min(100%,640px);
    margin: 0 auto;
}

.zeh .p-zeh__index__list li {
    width: calc(50% - 10px);
    
}

.zeh .p-zeh__index__list li a {
    display: block;
    width: 100%;
    padding: 21px 0;
    border: 1px solid #005834;
    box-sizing: border-box;
    font-size: 1.25rem;
    color: #005834;
    text-align: center;
    transition: all 0.2s ease-in;
}

.zeh .p-zeh__index__list li a:hover ,.zeh .p-zeh__index__list li a:focus-visible {
    background-color: #005834;
    color: #fff;
    text-decoration: none;
}

/* .p-zeh__what ****************************************/
.zeh .p-zeh__what {
    margin-top: 100px;
}

.zeh .p-zeh__what .c-zeh__tagline {
    margin-bottom: 100px;
}

.zeh .p-zeh__what__ttl {
    width: min(100% , 455px);
    margin: 0 auto;
}

.zeh .p-zeh__what__container {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}

.zeh .p-zeh__what__container .p-zeh__what__block {
    width: 50%;
}

.zeh .p-zeh__what__container .p-zeh__what__img {
    width: calc(50% - 20px);
}

.zeh .p-zeh__what__container .p-zeh__what__block__ttl {
    font-size: 1.5rem;
    line-height: 1.5;
}

.zeh .p-zeh__what__container .p-zeh__what__block__ttl span {
    color: #ea545d;
}

.zeh .p-zeh__what__container .p-zeh__what__block__text {
    margin-top: 40px;
   
}

.zeh .p-zeh__what__container .p-zeh__what__img figcaption {
    padding-top: 18px;
    text-align: right;
    font-size: 	0.75rem;
}

.zeh .p-zeh__what__keyword {
    margin-top: 60px;
    padding: 60px 30px;
    background-color: #fff;
    border-radius: 30px;
    box-shadow: 0 0 38px rgba(220,220,220,1);
}

.zeh .p-zeh__what__keyword__ttl {
    font-size: 1.5rem;
    line-height: 1.5;
    text-align: center;
}

.zeh .p-zeh__what__keyword__ttl-cap {
    display: inline-block;
    margin-top: 28px;
    font-size: 0.75rem;
}

.zeh .p-zeh__what__keyword__container {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.zeh .p-zeh__what__keyword__container .p-zeh__what__keyword__block {
    width: calc(50% - 15px);
}

.zeh .p-zeh__what__keyword__container .p-zeh__what__keyword__img {
    width: calc(50% - 15px);
}

.zeh .p-zeh__what__keyword__text01 strong {
    font-weight: inherit;
    color: #ea545d;
}

.zeh .p-zeh__what__keyword__text01-cap {
    display: inline-block;
    margin-top: 20px;
    font-size: 0.75rem;
}

.zeh .p-zeh__what__keyword__text02 {
    width: min(100% ,340px);
    margin-top: 30px;
}

.zeh .p-zeh__what__keyword__img-ttl {
    margin-bottom: 20px;
    padding: 12px 2px;
    background-color: #edefef;
    font-size: 1rem;
    text-align: center;
}

.zeh .p-zeh__what__keyword__container02 {
    margin-top: 40px;
    padding: 40px 20px;
    background-color: #fffbe7;
    border-radius: 24px;
}

.zeh .p-zeh__what__keyword__container02 .p-zeh__what__keyword__block {
    display: flex;
    justify-content: space-between;
    gap: 0 2rem;
}

.zeh .p-zeh__what__keyword__container02 .p-zeh__what__keyword__block .p-zeh__what__keyword__text03 {
    flex: 0 0 371px;
    margin-top: 11px;
}

.zeh .p-zeh__what__keyword__container02 .p-zeh__what__keyword__block .p-zeh__what__keyword__text04 {
    flex: 1 1 50%;
}

.zeh .p-zeh__what__keyword__container02 .p-zeh__what__keyword__img {
    margin-top: 60px;
}

.zeh .p-zeh__what__keyword__epilogue {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    margin: 30px auto 0;
    padding: 25px 20px;
    max-width: 790px;
    min-height: 80px;
    font-size: 1.25rem;
    line-height: 1.7;
    text-align: center;
    color: #000;
    background: url("../img/bg01.png") no-repeat center center;
    background-size: 100% 100%;
}


/* .p-zeh__how ****************************************/
.zeh .p-zeh__how {
    margin-top: 100px;
}
.zeh .p-zeh__how .c-zeh__tagline {
    margin-bottom: 100px;
}

.zeh .p-zeh__how__about {
    margin-top: 60px;
    padding: 60px 30px;
    background-color: #fff;
    border-radius: 30px;
    box-shadow: 0 0 38px rgba(220,220,220,1);
}

.zeh .p-zeh__how__about__ttl {
    font-size: 1.5rem;
    letter-spacing: 1.5;
    text-align: center;
}

.zeh .p-zeh__how__about__container {
    display: flex;
    justify-content: space-between;
    gap: 0 0.5rem;
    margin-top: 40px;
}

.zeh .p-zeh__how__about__container .p-zeh__how__about__block {
    flex: 1 1 auto;
}

.zeh .p-zeh__how__about__container .p-zeh__how__about__img {
    flex: 0 0 470px;
}

.zeh .p-zeh__how__about__text01-cap {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    font-size: 0.75rem;
}

.zeh .p-zeh__how__about__text01-cap a {
    word-break: break-all;
}

.zeh .p-zeh__how__about__realization {
    margin-top: 60px;
}

.zeh .p-zeh__how__about__evaluation {
    margin-top: 100px;
}

.zeh .p-zeh__how__about__evaluation .p-zeh__how__about__read {
    margin-top: 16px;
    text-align: center;
}

.zeh .p-zeh__how__about__evaluation__img {
    width: 100%;
    margin-top: 20px;
    overflow:auto;
}

.zeh .p-zeh__how__about__outsider {
    margin-top: 100px;
}

.zeh .p-zeh__how__about__outsider .p-zeh__how__about__read {
    margin-top: 30px;
    text-align: center;
}

.zeh .p-zeh__how__about__equipment {
    
}

.zeh .p-zeh__how__about__equipment .p-zeh__how__about__read {
    margin-top: 30px;
    text-align: center;
}


.zeh .p-zeh__how__about__equipment__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}

.zeh .p-zeh__how__about__equipment__list li {
    width: calc(25% - 6px);
    margin-bottom: 30px;
}

.zeh .p-zeh__how__about__equipment__list li.h-full {
    width: 100%;
    overflow:auto;
}

.zeh .p-zeh__how__about__equipment__list span {
    display: block;
    margin-top: 10px;
    font-size: 0.75rem;
    text-align: center;
}

.zeh .p-zeh__how__about__equipment__list-cap {
    display: block;
    margin-top: 40px;
    font-size: 0.75rem;
    text-align: right;
}
