
.sp {display: none !important}
.pc {display: block !important}
@media screen and (max-width: 740px) {
    .sp {display: block !important}
    .pc {display: none !important}
}

.base_w {
    width: 1000px;
    margin-left: auto;
    margin-right: auto
}

@media(max-width: 1000px) {
    .base_w {
        width: 90%
    }
}

.cap {
    font-size: 10px
}

.imgCap {
    position: absolute;
    bottom: 5px;
    right: 5px;
    font-size: 10px;
    color: #fff;
    text-shadow: 0 0 5px #000
}

@media(max-width: 740px) {
    .cap {
        font-size: 1rem;
        letter-spacing: 0
    }
}



header .header_gnavi .nav_in .nav_about .about__nav.initiative {
    border-bottom: 2px solid #fff;
}

section#inner {
    font-family: 'Kozuka Mincho Pro R', '小塚明朝 Pro R', serif;
    letter-spacing: 0.075em;
}


main.zeh {
    width: 100%;
    max-height: 400px;
    height: 40vw;
    background: url(../img/zeh/main.jpg) center no-repeat;
    background-size: cover;
    display: block;
}
main.zeh .main_inner {
    margin: 0 auto;
    text-align: center;
    padding: 100px 0;
}
main.zeh .main_inner h2 {
    font-family: 'Times New Roman', serif;
    color: #fff;
    font-size: 40px;
    letter-spacing: 0.05em;
    font-weight: 400;
    text-shadow: 0 0 10px #31251b;
}
main.zeh .main_inner .txt {
    color: #fff;
    font-size: 16px;
    text-shadow: 0 0 10px #31251b;
}
@media screen and (max-width: 991px) {
    main.zeh {
        height: 60vw;
    }
    main.zeh .main_inner {
        padding: 100px 0 ;
    }    
}
@media screen and (max-width: 768px) {
    main.zeh {
        height: 50vw;
        max-height: 472px;
    }
    main.zeh .main_inner {
        padding: 10% 0 ;
    }    
    main.zeh .main_inner .txt {
        text-align: center;
        line-height: 1.8;
    }
}
@media screen and (max-width: 650px) {
    main.zeh {
        background: url(../img/zeh/main.jpg) center no-repeat;
        background-size: cover;    
        height: 65vw;
    }
    main.zeh .main_inner {
        padding: 13% 0;
    }    
    main.zeh .main_inner h2 {
        font-size: 2.5em;
    }
    main.zeh .main_inner .txt {
        font-size: 1.2em;
    }
}
@media screen and (max-width: 438px) {
    main.zeh {
        height: 70vw;
    }
    main.zeh .main_inner {
        padding: 15% 0;
    }    
}


section.lead {
    background: #fff;
    padding: 80px 0 100px;
    margin-top: -50px;
    text-align: center;
}
section.lead dl dt {
    font-size: 24px;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 5rem
}

@media(max-width: 740px) {
    section.lead dl dt {
        font-size: 4.2vw
    }
}




section.lead dl dt img {
    height: 30px;
    width: auto;
    margin-bottom: .4rem
}

@media(max-width: 740px) {
    section.lead dl dt img {
        height: 5vw
    }
}

section.lead dl dd {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0;
}

@media(max-width: 740px) {
    section.lead dl dd {
        flex-direction: column
    }
}

section.lead dl dd .txtArea {
    width: calc(60% - 1.5rem);
    font-size: 18px;
    line-height: 1.8;
    text-align: left;
}

@media(max-width: 740px) {
    section.lead dl dd .txtArea {
        width: 100%;
        font-size: 4vw
    }
}

section.lead dl dd .txtArea .lead {
    margin-top: 2rem;
    font-size: 14px;
    text-align: left;
    line-height: 1.8
}

@media(max-width: 740px) {
    section.lead dl dd .txtArea .lead {
        font-size: 3.2vw
    }
}

section.lead dl dd .imgArea {
    position: relative;
    width: calc(40% - 1.5rem)
}

@media(max-width: 740px) {
    section.lead dl dd .imgArea {
        width: 100%;
        margin-top: 2rem
    }
}


.standard {
    width: 90%;
    max-width: 1140px;
    margin: 0 auto 100px;
    padding: 30px;
    box-shadow: 0 0 10px #ccc;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.standard .txtArea {
    width: calc(50% - 15px);
}
.standard .txtArea .txt01 {
    font-size: 24px;
    color: #446ea4;
    border-bottom: 1px solid #446ea4;
    padding-bottom: 15px;
}
.standard .txtArea .lead {
    font-size: 16px;
    line-height: 1.8;
    margin: 15px 0;
}
.standard .imgArea {
    width: calc(50% - 15px);
}
@media(max-width: 740px) {
    .standard .txtArea,
    .standard .imgArea {
        width: 100%;
    }
}


.merit {
    position: relative;
    background-color: #e1eff4;
    padding: 30px 0;
    z-index: 1;
}
.merit dl {
    width: 90%;
    max-width: 1140px;
    margin: 0 auto;
}
.merit dl dt {
    position: relative;
    margin: 0 0 30px;
}
.merit dl dt::before {
    position: absolute;
    top: 50%;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #446ea4;
    z-index: -1;
}
.merit dl dt div {
    width: fit-content;
    margin: 0 auto;
}
.merit dl dt div span {
    font-size: 20px;
    background-color: #e1eff4;
    padding: 0 10px;
    color: #446ea4;
    display: inline-block;
}
.merit dl dd {
    margin: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.merit dl dd .meritCatg {
    background-color: #7eabb7;
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding: 5px 0
}
.merit dl dd .meritTtl {
    font-size: 20px;
    margin-bottom: 10px
}
.merit dl dd .lead {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.8;
    min-height: 84px
}

.merit dl dd figure {
    position: relative
}

.merit dl dd .merit01 {
    width: calc(66.66% - 15px)
}

@media(max-width: 740px) {
    .merit dl dd .merit01 {
        width: 100%
    }
}

.merit dl dd .merit01 ul {
    padding: 10px;
    display: flex;
    justify-content: space-between
}

@media(max-width: 740px) {
    .merit dl dd .merit01 ul {
        flex-direction: column
    }
}

.merit dl dd .merit01 ul li {
    width: calc(50% - 10px)
}

@media(max-width: 740px) {
    .merit dl dd .merit01 ul li {
        width: 100%;
        margin-bottom: 30px
    }
}

.merit dl dd .merit02 {
    width: calc(33.33% - 15px)
}

@media(max-width: 740px) {
    .merit dl dd .merit02 {
        width: 100%
    }
}

.merit dl dd .merit02 ul {
    padding: 10px;
    display: flex;
    justify-content: space-between
}


.achieve {
    width: 90%;
    max-width: 1140px;
    margin: 50px auto;
}
.achieve dt {
    font-size: 24px;
    border-bottom: 1px solid #999;
    margin-bottom: 30px;
    padding-bottom: 10px;
    text-align: center;
}

.achieve dd.mark {
    margin: 0;
}
.achieve dd.mark img {
    display: block;
    width: 30%;
    max-width: 150px;
    margin: 0 auto;
}
.achieve dd.mark p {
    text-align: center;
    font-size: 14px;
    line-height: 1.8;
}
.achieve dd.propertyList {
    width: 90%;
    max-width: 600px;
    margin: 50px auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.achieve dd.propertyList div {
    width: 48%;
    margin-bottom: 20px;
}
.achieve dd.propertyList div .name {
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
    margin-top: 10px;
}
.achieve dd.propertyList div .area {
    font-size: 12px;
    text-align: center;
}
@media(max-width: 740px) {
    .achieve dd.propertyList div {
        width: 100%;
    }
}