@charset "utf-8";

img{
    max-width: 100%;
}

header, footer, section, div, h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, th, td, a, span{
    box-sizing: border-box;
}

.contents.oriented .zeh_structure.oriented{
	display: block;
}
.contents.oriented .zeh_structure.ready{
	display: none;
}
.contents.ready .zeh_structure.ready{
	display: block;
}
.contents.ready .zeh_structure.oriented{
	display: none;
}
.zeh_display-none {
	display: none;
}
.for-sp {
	display: none;
}

@media screen and (max-width: 768px) {
	.for-sp {
		display: block;
	}
}

.for-pc {
	display: block;
}

@media screen and (max-width: 768px) {
	.for-pc {
		display: none;
	}
}


/* top-wrapper
__________________________________________ */
.top-wrapper {
    padding: 5% 0 20%;
    background: url(../image/main_pc.jpg) no-repeat center center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 140px;
}
.first-view h2 {
	transform: translateY(-22px);
}
.first-view p {
	letter-spacing: 7px;
	font-size: 35px;
	color: #FFFFFF;
	text-shadow: 1px 0 0 #00949E;
	text-align: center;
}

/* top-wrapper -sp */
@media screen and (max-width: 768px) {
	.top-wrapper {
		background-size: cover;
		height: 120vw;
		display: flex;
		justify-content: center;
		text-align: center;
		margin-bottom: 50px;
	}
	.first-view h2 {
		transform: translateY(-14px);
	}
    .first-view p {
        letter-spacing: 7px;
        font-size: 18px;
    }
	.consept-wrapper p {
		width: 90%;
		text-align: left;
	}
	.top-wrapper .first-view {
		position: relative;
		top: -60px;
	}
}



/* consept-wrapper
___________________________________________ */
.consept-wrapper {
	display: flex;
	align-items: center;
	flex-direction: column;
	text-align: center;
}
.consept-wrapper h3 {
	font-size: 28px;
	color: #0CADAE;
    line-height: 1.4;
	letter-spacing: 5px;
	margin-bottom: 35px;
}
.consept-wrapper p {
	font-weight: 600;
	line-height: 2.0;
	margin-bottom: 100px;
}
.consept-topic-group {
	display: flex;
	justify-content: center;
	gap: 30px;
	align-items: center;
	margin-bottom: 150px;
    max-width: 1100px;
}
.consept-topic-group .plus-mark {
	padding-top: 140px;
}
 
/* consept-wrapper */
@media screen and (max-width: 768px) {
    .consept-wrapper span{
        display: block;
        font-size: 14px;
    }
	.consept-topic-group {
		flex-direction: column;
		width: 90%;
	    margin: 0 auto 100px;
	}
	.consept-topic-group .plus-mark {
		padding-top: 0;
	}
}


/* info-wrapper
___________________________________________ */
.info-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 100px;
}
.info-wrapper .bels-img {
	max-width: 1080px;
	background: url("../image/info_bg.jpg") no-repeat;
	background-size: cover;
	background-position: center;
	padding: 10px;
}
.info-wrapper .bels-img .border{
	border: solid 1px #329393;
}
.info-wrapper .bels-img .border .inner {
	display: flex;
	justify-content: space-between;
	padding: 40px;
	gap: 40px;
}
.info-wrapper .bels-img .bels-text-area {
	width: 70%;
}
.info-wrapper .bels-img .bels-text-area .bels-title {
	font-size: 28px;
	color: #0cadae;
    line-height: 1.6;
	letter-spacing: 3px;
	margin-bottom: 14px;
}
.info-wrapper .bels-img .bels-text-area .bels-text {
	letter-spacing: 1px;
}
.info-wrapper .bels-img .bels-box {
	width: 30%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.info-wrapper .bels-img .bels-box .bels-logo {
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

/* info-wrapper -sp */
@media screen and (max-width: 768px) {
	.info-wrapper .bels-img {
		width: 90%;
    	padding: 8px;
		background-position: center;
		flex-direction: column;
		align-items: center;
	}
	.info-wrapper .bels-img .border .inner {
        display: block;
        padding: 30px 6%;
        gap: 40px;
    }
	.info-wrapper .bels-img .bels-text-area {
		width: 100%;
	}
	.info-wrapper .bels-img .bels-text-area .bels-title {
        font-size: 22px;
		text-shadow: 1px 0.5px 0 #fff;
        text-align: center;
	}
	.info-wrapper .bels-img .bels-box {
        width: 100%;
        padding: 15px 0 0 0;
    }
}


/* merit-wrapper
___________________________________________ */
.merit-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 40px;
	margin-bottom: 135px;
}

.merit-wrapper .merit-point-group {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 40px;
    margin: 0 auto;
    max-width: 1100px;
}
.merit-wrapper h4 {
	font-size: 28px;
	color: #0CADAE;
	letter-spacing: 5px;
	text-align: center;
}

/* .merit-wrapper -sp */
@media screen and (max-width: 768px) {
	.merit-wrapper {
		width: 90%;
		margin: 0 auto 100px;
	}
	.merit-wrapper .merit-point-group {
		flex-direction: column;
	}
	.merit-wrapper h4 {
        font-size: 21px;
        color: #0CADAE;
        letter-spacing: 5px;
        text-align: center;
    }
}



/* structure-wrapper
___________________________________________ */
.structure-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 150px;
}
.structure-wrapper h4 {
	color: #0CADAE;
	font-size: 28px;
	letter-spacing: 5px;
    margin-bottom: 25px;
}
.structure-wrapper p {
    font-size: 18px;
	letter-spacing: 3px;
	margin-bottom: 100px;
}
.structure-wrapper .detail-stucture-group p {
	font-size: 22px;
	font-weight: 600;
	letter-spacing: normal;
	margin-bottom: 20px;
	font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic medium",   YuGothic;
    text-align: center;
}

/* structure-wrapper -sp*/
@media screen and (max-width: 768px) {
	.structure-wrapper {
		width: 90%;
		margin: 0 auto 60px;
	}
	.structure-wrapper h4 {
        font-size: 22px;
		text-align: center;
	}
	.structure-wrapper p {
        font-size: 14px;
		margin-bottom: 50px;
	}
	.structure-wrapper .detail-stucture-group p {
		margin-bottom: 10px;
        font-size: 18px;
        text-align: center;
	}
}


/* system-wrapper
___________________________________________ */
.system-wrapper {
	max-width: 1280px;
	margin: 0 auto;
	padding: 75px 80px 80px;
	background-color: #E8F9F8;
	margin-bottom: 200px;
}
.system-wrapper h4 {
	font-size: 28px;
	color: #0CADAE;
	letter-spacing: 5px;
	text-align: center;
}
.system-wrapper .inner {
	display: flex;
    margin-top: 35px;
	flex-wrap: wrap;
	gap: 40px;
}
.system-wrapper .system-contents {
	width: calc(33.3% - 26.5px);
	display: flex;
	flex-direction: column;
}
.system-wrapper:after {
    content: "";
    width: calc(33.3% - 60px);
    background-color: #E8F9F8;
}
.system-wrapper .system-contents .system-title {
    margin-top: 20px;
	font-size: 22px;
	line-height: 1.2;
}
.system-wrapper .system-contents .system-text {
    margin-top: 12px;
	letter-spacing: 2px;
	line-height: 1.6;
}

/* .system-wrapper -sp */
@media screen and (max-width: 768px) {
	.system-wrapper {
        width: 90%;
		padding: 40px 5%;
		gap: 40px;
		margin-bottom: 50px;
	}
    .system-wrapper h4 {
        font-size: 20px;
		text-align: center;
	}
    .system-wrapper .inner {
        margin-top: 25px;
        gap: 50px;
    }
	.system-wrapper .system-contents {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.system-wrapper .system-contents .system-title {
        font-size: 18px;
        line-height: 1.2;
	}
	.system-wrapper .system-contents .system-text {
    	font-size: 14px;
        letter-spacing: 1px;
    }
}


/* second-wrapper
___________________________________________ */
.second-wrapper {
	display: flex;
	flex-direction: column;
	gap: 90px;
	text-align: center;
	margin-bottom: 500px;
}
.second-wrapper h3{
    margin: 0 auto;
    max-width: 1260px;
}
.second-wrapper .second-subtitle-area {
	display: flex;
	flex-direction: column;
	gap: 25px;
}
.second-wrapper .second-subtitle-area p {
    font-size: 18px;
	line-height: 1.6;
    letter-spacing: 3px;
}
.second-wrapper .second-subtitle-area .second-subtitle {
	font-size: 28px;
	color: rgb(0, 34, 95);
}
.second-wrapper .eco-topic-group {
	max-width: 1280px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 50px;
}
.second-wrapper .eco-topic-group .eco-topic {
	width: calc(50% - 50px);
	padding: 40px;
	background-color: #f2f7fb;
}
.second-wrapper .eco-topic-group .eco-topic .eco-num-img {
	display: inline-flex;
	justify-content: center;
	padding: 0 5px 10px;
	border-bottom: 1px solid rgb(0, 102, 181);
	margin-bottom: 20px;
}
.second-wrapper .eco-topic-group .eco-topic .eco-title {
	font-size: 26px;
    line-height: 1.4;
	margin-bottom: 20px;
	font-weight: 500;
}
.second-wrapper .eco-topic-group .eco-topic .eco-text {
	text-align: center;
    line-height: 1.8;
    letter-spacing: 2px;
	margin-bottom: 40px;
}
.second-wrapper .eco-topic-group .eco-topic .image-spacer {
	margin-bottom: 20px;
}
.second-wrapper .eco-topic-group .eco-topic .text-notion {
	text-align: left;
	font-size: 11px;
}

/* second-wrapper -sp */
@media screen and (max-width: 768px) {
    .second-wrapper .eco-topic-group .eco-topic .eco-title {
        font-size: 22px;
        margin-bottom: 15px;
        font-weight: 500;
    }
	.second-wrapper {
		gap: 40px;
		margin-bottom: 340px;
	}
    .second-wrapper .second-subtitle-area .second-subtitle{
        font-size: 22px;
    }
	.second-wrapper .second-subtitle-area {
		gap: 10px;
	}
    .second-wrapper .second-subtitle-area p {
        font-size: 14px;
        line-height: 1.6;
        letter-spacing: 2px;
    }
	.second-wrapper .eco-topic-group {
		width: 90%;
	}
	.second-wrapper .eco-topic-group .eco-topic {
        width: 100%;
        padding: 30px 8%;
        background-color: #f2f7fb;
    }
    .second-wrapper .eco-topic-group .eco-topic .eco-num-img {
        width: 40px;
    }
    .second-wrapper .eco-topic-group .eco-topic .eco-text {
        text-align: left;
        font-size: 15px;
        line-height: 1.6;
        margin-bottom: 20px;
    }
}


/* voice-wrapper
___________________________________________ */
.voice-wrapper {
	width: 100%;
	background-color: #e5f0f8;
	display: flex;
	flex-direction:column; 
	gap: 40px;
	align-items: center;
	margin-bottom: 50px;
}
.voice-wrapper .voice-group {
	max-width: 1280px;
	margin: -350px 0 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.voice-wrapper .voice-group h4 {
	font-size: 28px;
	color: #00225f;
	letter-spacing: 5px;
    line-height: 1.6;
	margin-bottom: 25px;
}
.voice-wrapper .voice-group .subtitle {
	letter-spacing: 2px;
	margin-bottom: 80px;
}
.voice-wrapper .voice-group .voice-area {
	width: 100%;
    max-width: 1170px;
	display:flex;
	justify-content: center;
	gap: 40px;
	margin-bottom: 40px;
}
.voice-wrapper .voice-group .voice-area .voice-contents {
	width: calc(50% - 40px);
	filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, .1));
	padding: 40px;
	background: #fff;
}
.voice-wrapper .voice-group .voice-area .voice-contents .voice-title {
	font-size: 27px;
	font-weight: 500;
	letter-spacing: 1.5px;
	font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic medium",   YuGothic;
	color: #37acde;
	padding: 0 2px 15px;
	border-bottom: 1px solid #37acde;
	margin-bottom: 20px;
	text-align: center;
}
.voice-wrapper .voice-group .voice-area .voice-contents .voice-title span {
	font-size: 16px;
}
.voice-wrapper .voice-group .voice-area .voice-contents .voice-img {
	margin-bottom: 25px;
	display: inline-flex;
	justify-content: center;
}
.voice-wrapper .voice-group .voice-area .voice-contents .voice-subtitle {
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 2px;
	font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic medium",   YuGothic;
	color: #0066b5;
	margin-bottom: 20px;
	text-align: center;
}
.voice-wrapper .voice-group .voice-area .voice-contents .voice-text {
	font-size: 16px;
	margin-bottom: 30px;
	line-height: 2.0;
	letter-spacing: 1.5px;
}
.voice-wrapper .voice-group .voice-area .voice-contents .voice-topic-area {
	display: flex;
	justify-content: space-between;
}
.voice-wrapper .voice-group .voice-area .voice-contents .voice-topic-area .voice-category {
	display: flex;
	gap: 5px;
}
.voice-wrapper .voice-group .voice-area .voice-contents .voice-topic-area .voice-category .category {
	padding: 4px 10px;
	border: 1px solid #0066b5;
	border-radius: 4px;
	background-color: #e5f0f8;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: #0066b5;
    line-height: 1.0;
	letter-spacing: 1.5px;
}
.voice-wrapper .voice-group .voice-area .voice-contents .voice-topic-area .voice-assessment {
	display: flex;
	gap: 5px;
	justify-content: center;
	align-items: center;
}
.voice-wrapper .voice-group .voice-area .voice-contents .voice-topic-area .voice-assessment .star {
	display: inline-flex;
	justify-content:center;
	align-items: center;
}
.voice-wrapper .voice-group .voice-area .voice-contents .voice-topic-area .voice-assessment p {
	font-size: 20px;
}
.voice-wrapper .voice-group .voice-notice {
	text-align: center;
	font-size: 12px;
}

/* voice-wrapper -sp */
@media screen and (max-width: 768px) {
	.voice-wrapper .voice-group {
		width: 90%;
        margin: -270px 0 50px;
	}
    .voice-wrapper .voice-group h4 {
        font-size: 24px;
        letter-spacing: 3px;
        margin-bottom: 20px;
        text-align: center;
    }
    .voice-wrapper .voice-group .subtitle {
        margin-bottom: 40px;
    }
	.voice-wrapper .voice-group .voice-area {
		flex-direction: column;
	}
	.voice-wrapper .voice-group .voice-area .voice-contents {
		width: 100%;
		padding: 30px 30px;
	}
    .voice-wrapper .voice-group .voice-area .voice-contents .voice-title {
        font-size: 20px;
    }
	.voice-wrapper .voice-group .voice-notice {
		text-align: left;
	}
	.voice-wrapper .voice-group .voice-area .voice-contents .voice-topic-area {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}
	.voice-wrapper .voice-group .voice-area .voice-contents .voice-subtitle {
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 1px;
        font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic medium",   YuGothic;
        color: #0066b5;
        margin-bottom: 20px;
        text-align: left;
    }
	.voice-wrapper .voice-group .voice-area .voice-contents .voice-text {
        font-size: 15px;
        margin-bottom: 30px;
        line-height: 2.0;
        letter-spacing: 1.5px;
    }
}


/* notice-area
___________________________________________ */
.contents .notice-area {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px 0;
	background: #dadada;
	margin-bottom: 50px;
}
.contents .notice-area p {
	font-size: 14px;
}

/* notice-area -sp */
@media screen and (max-width: 768px) {
	.contents .notice-area {
		margin-bottom: 20px;
	}
	.contents  .notice-area p {
		width: 90%;
    	font-size: 12px;
	}
}