@charset "shift_jis";

.pc{
    display: block;
}
.sp{
    display: none;
}
@media screen and (max-width:768px) {	
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
}


/* sec1 mv */
#sec1{
	background-image: url("../img/sdgs/mv.jpg");
	background-size: cover;
	background-position: center;
	border-bottom:3px #DCE7AF solid
}
#sec1 .sec_inner{
	text-align: center;
	padding: 140px 0 40px;
	min-height:880px;
	color:#2C2C2C;
	text-shadow: 2px 2px 6px rgba(255, 255, 255, 0.9),2px 2px 2px rgba(255, 255, 255, 0.9);
	font-weight: bold
}	
#sec1 .sec_inner .mv-title-wrap h1{
	font-size:4.4rem;
	letter-spacing: 0.2em;
	text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
	position: relative;
	margin: 0 0 25px
}
#sec1 .sec_inner .mv-title-wrap h1::after{
	position: absolute;
	content: '';
	width:4em;
	height:3px;
	background: #2C2C2C;
	bottom:0;
	left:0;
	right:0;
	margin: auto;
	box-shadow:2px 2px 6px rgba(0, 0, 0, 0.5);
}
#sec1 .sec_inner .mv-title-wrap .h1-txt{
	font-size:2.6rem;
}

#sec1 .sec_inner .mv-lead-wrap{
	margin-top: 320px;
	font-size:2.0rem;
	line-height: 2

}
#sec1 .sec_inner .mv-lead-wrap .lead-head{
	font-size:3.0rem;
	margin-bottom: 10px
}

@media screen and (max-width:768px) {	
	#sec1 .sec_inner{
		padding: 24vw 0 8vw;
		min-height:90vh;
	}	
	#sec1 .sec_inner .mv-title-wrap h1{
		font-size:8vw;
		position: relative;
		margin: 0 0 5vw
	}
	#sec1 .sec_inner .mv-title-wrap .h1-txt{
		font-size:4.2vw;
	}

	#sec1 .sec_inner .mv-lead-wrap{
		margin-top: 45vw;
		font-size:4vw;
		line-height: 1.8

	}
	#sec1 .sec_inner .mv-lead-wrap .lead-head{
		font-size:5vw;
		margin-bottom: 1vw
	}
	
	
}




/* ‹¤’Ê */
.contentsWrap a{	transition: 0.5s ease;
	/*color:#707070;*/
    font-size: 1.5rem;
    color: #2274B6;
}
.contentsWrap a:hover{opacity: 0.6}

.sec_inner{width:75%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 80px 0;
	font-size:1.8rem;
	line-height: 1.8;
	color:#707070;
}

.bg-gry{background: #F7F7F7}


.sec_inner .lead-txt{
	/*font-size:2.0rem;*/
    font-size: 1.5rem;
    line-height: 1.6;
}

.h2-wrap{
	display: flex;
	justify-content: space-between
}
.h2-wrap h2{
	/*font-size:2.4rem;
    margin-bottom: 60px;*/
    font-size: 2.5rem;
	font-weight: bold;
    line-height: 1.6;
	margin-bottom: 15px;
    color: #2274B6;
}

.icon-wrap{
	display: flex;
	padding-top: 12px;
}

.icon-wrap p{
	/*width:58px;*/
    width: 68px;
}
.icon-wrap p:not(:first-child){
	margin-left:12px
}


.item-wrap{
	/*margin-top: 50px;*/
    margin-top: 20px;
}
.item-wrap.flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center
}
.item-wrap.flex > div{
	padding:20px 0 0;
}
.item-wrap.flex > div:last-child{
    padding: 0;
}

.item-wrap h2{
	font-weight: bold;
	width:100%;
    /*font-size: 2.0rem;*/
    font-size: 1.8rem;
    border-bottom: 1px solid #2274B6;
}

.item-wrap .item-box{
	display: flex;
	justify-content: space-between;
	margin: 15px 0 10px;
}
.item-wrap .item-box.s{
	justify-content: flex-start;
}
.item-wrap .item-box.s p:not(:first-of-type){
	margin-left: 40px
}
.item-wrap .item-box p img{
	height:240px;
	width: auto;
}
#sec2 .item-wrap .item-box p img{
	height: 180px;
	width: auto;
}

.item-wrap .bottom-box{
	display: flex;
	align-items: center;
	justify-content: space-between;
	/*padding-bottom: 20px;*/
}
.item-wrap .bottom-box .txt{
	width:calc(100% - 220px);
    /*font-size: 1.7rem;*/
    font-size: 1.5rem;
    line-height: 1.6;
}
.item-wrap .bottom-box .btn{
	width:200px;
}
.item-wrap .bottom-box .btn a{
	width:100%;
	display: block;
	background: #797979;
	text-align: center;
	border-radius: 10px;
	padding: 0.3em 0.2em 0.2em;
	color:#fff;
	/*font-size:1.7rem;*/
    font-size: 1.5rem;
}



/* sec3 */
.item-wrap.flex .img{
	width:40%
}
.item-wrap.flex .img2{
	width: 35%;
}
.item-wrap.flex .txt{
	width: 56%;
    font-size: 1.5rem;
}
.item-wrap.flex .txt2{
    width: 60%;
}
img.sec3-2-2 {
	width:50%;
	margin-left: 15%
}


/* sec4 */
.item-wrap2{
	margin: 30px 0 0;
	padding: 30px;
	background: #fff;
	border-top:#707070 1px solid;
	border-bottom:#707070 1px solid;
	display: flex;
	/*align-items: center;*/
	justify-content: space-between;
}
.item-wrap2 .img img{
	/*width:auto;
    height: 160px;*/
    width: 100%;
    height: auto;
}
.item-wrap2 .img p{
	/*font-size:1.7rem;
    margin-bottom: 10px*/
    font-size:1.3rem;
	font-weight: bold;
	text-align: center;
    margin-top: 10px;
}
/*.item-wrap2 .img:not(:first-of-type){
    position: relative;
}
.item-wrap2 .img:not(:first-of-type)::after{
	position: absolute;
	content:'';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 0 15px 25px;
	border-color: transparent transparent transparent #707070;
	bottom:0;
	top: 20px;
	left:-40px;
	margin: auto;
}*/
.item-wrap2 .arrow{
    content:'';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 0 12px 18px;
	border-color: transparent transparent transparent #707070;
	margin-top: 70px;
}

.item-wrap3{
	margin: 30px 0 0;
	padding: 30px 30px 0;
	background: #fff;
	border-top:#707070 1px solid;
	border-bottom:#707070 1px solid;
	text-align: center;
	font-weight: bold;
	font-size:2.1rem;
	line-height: 4
}


/* sec5 */
.h2-wrap h2{
	display: flex;
}
.h2-wrap h2 img{
	width:230px;
	margin-left: 40px
}
@media screen and (max-width:768px) {
    #sec5 .h2-wrap h2{
        display: block;
    }
    #sec5 .h2-wrap img{
        display: block;
        margin: 20px auto 0;
    }
}
#sec5 .item-wrap.flex > div{
	/*padding: 40px 0 0;*/
    padding: 20px 0 0;
}
.item-wrap.flex .box-big{
	width:53%
}
.item-wrap.flex .box-small{
	width:44%;
}
.item-wrap.flex .box-big p,.item-wrap.flex .box-small p{
	/*font-size: 1.7rem;*/
    font-size: 1.5rem;
}


/* sec6 */
#sec6 .item-box{
    align-items: flex-end;
    margin-bottom: 30px;
}
#sec6 .item-box p.main_img{
    width: 100%;
}
#sec6 .item-box p.main_img img{
    display: block;
    width: 100%!important;
    height: auto!important;
}
#sec6 .bottom-box{
    flex-wrap: wrap;
    margin-left: 20px;
}
#sec6 .item-wrap .item-box p.sub_img{
    width: 200px;
}
#sec6 .item-wrap .item-box p.sub_img.pc{
    display: block;
}
#sec6 .item-wrap .item-box p.sub_img.sp{
    display: none;
}
#sec6 .item-wrap .item-box p.sub_img img {
    width: 100%;
    height: auto;
}
#sec6 .bottom-box p.txt{
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
}
#sec6 .bottom-box p.btn{
    margin-left: 0;
    margin-top: 14px;
}



/* sec7 */
#sec7 .contact-wrap {
	border:#707070 1px solid;
	padding: 35px;
	font-size:2.0rem;
	font-weight: bold;
	text-align: center
}
#sec7 .contact-wrap .btn{
	width:400px;
	margin: 40px auto 20px
}
#sec7 .contact-wrap  .btn a{
	width:100%;
	display: block;
	background: #797979;
	text-align: center;
	border-radius: 30px;
	padding: 0.2em;
	color:#fff;
	font-size:2.5rem
}


@media screen and (max-width:768px) {
	
	a:hover{opacity: 1}

	.sec_inner{width:94%;
		margin: 0 auto;
		padding: 10vw 0;
		font-size:3.8vw;
		line-height: 1.6;
	}

	.sec_inner .lead-txt{
		font-size:4.2vw;
	}

	.h2-wrap{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between
	}
	.h2-wrap h2{
		/*font-size:4.8vw;*/
        font-size: 6.0vw;
		margin-bottom: 5vw;
		width:100%;
		order:2
	}

	.icon-wrap{
		display: flex;
		justify-content: flex-end;
		padding-top: 0;
		padding-bottom: 5vw;
		width:100%;
		order:1
	}

	.icon-wrap p{
		/*width:10vw;*/
        width:12vw;
	}
	.icon-wrap p:not(:first-child){
		margin-left:2vw
	}


	.item-wrap{
		margin-top: 10vw
	}
	.item-wrap.flex{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center
	}
	.item-wrap.flex>div{
		padding:4vw 0
	}

	.item-wrap .item-box{
		display: flex;
		/*justify-content: space-between;*/
        justify-content: flex-start;
        flex-wrap: wrap;
		margin: 4vw 0
	}
	.item-wrap .item-box.s{
		justify-content: flex-start;
	}
	.item-wrap .item-box p,.item-wrap .item-box.s p{
        width: calc((100% - 20px)/2)!important;
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .item-wrap .item-box.s p{
        margin-right: 20px!important;
    }
    .item-wrap .item-box.s p:not(:first-of-type){
		/*margin-left: 4vw*/
        margin-left: 0;
	}
    .item-wrap .item-box p:nth-child(2n){
        margin-right: 0;
    }
    .item-wrap .item-box.s p:nth-child(2n){
        margin-right: 0!important;
    }
    
	.item-wrap .item-box p img{
		/*height:24vw;
		width:auto*/
        height: auto!important;
		width: 100%!important;
	}
    .item-wrap .item-box.s p img{
		/*height:28vw;
		width:auto;*/
        height: auto!important;
		width: 100%!important;
	}
    #sec2 .item-wrap .item-box p img{
        height: auto;
        width: 100%!important;
    }
    #sec2 .item-wrap .item-box p{
        margin-right: 20px;
    }
    #sec2 .item-wrap .item-box p:nth-child(2n){
        margin-right: 0;
    }
    
	.item-wrap .bottom-box{
		display: block;
		padding-bottom: 5vw
	}
	.item-wrap .bottom-box .txt{
		width:100%;
		margin-bottom: 4vw
	}
	.item-wrap .bottom-box .btn{
		width:70vw;
		margin: 0 auto
	}
	.item-wrap .bottom-box .btn a{
		width:100%;
		display: block;
		background: #797979;
		text-align: center;
		border-radius: 10px;
		padding: 0.3em;
		color:#fff;
		font-size:4vw;
	}



	/* sec3 */
	.item-wrap.flex .img{
		width:100%;
		text-align: center
	}
	.item-wrap.flex .img img{
		width:80%;
	}
	.item-wrap.flex .txt{
		width:100%;
	}
	img.sec3-2-2 {
		width:100%;
		margin-left: 0
	}
	.item-wrap.flex .txt2{
		width: 70%;
	}
	.item-wrap.flex .img2{
		width:30%;
	}
	
	
	/* sec4 */
    #sec4 .item-wrap .item-box.s p:first-child{
        width: 100%!important;
        margin-right: 0!important;
    }
    #sec4 .item-wrap .item-box.s p:nth-child(2){
        margin: 0 auto!important;
    }
	.item-wrap2{
		margin: 8vw 0;
		padding: 4vw 2vw;
		background: #fff;
		border-top:#707070 1px solid;
		border-bottom:#707070 1px solid;
		/*display: flex;
		align-items: center;
		justify-content: space-between*/
        display: block;
	}
	.item-wrap2 .img{
		text-align: center
	}
	.item-wrap2 .img img{
		/*width: 40%;*/
        width: 100%;
        height: auto;
	}
    .item-wrap2 .img.full img{
        width: 100%!important;
        height: auto;
    }
	.item-wrap2 .img p{
		/*font-size:3.2vw;*/
        font-size:3.8vw;
		font-weight: bold;
		text-align: center;
		/*margin-bottom: 2vw*/
	}
    .item-wrap2 .arrow{
        content:'';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 12px 0 12px 18px;
        border-color: transparent transparent transparent #707070;
        margin: 14px auto;
        transform:rotate(90deg);
    }
	/*.item-wrap2 .img:not(:first-of-type){
			position: relative
	}
	.item-wrap2 .img:not(:first-of-type)::after{
		position: absolute;
		content:'';
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 2vw 0 2vw 2.5vw;
		border-color: transparent transparent transparent #707070;
		bottom:0;
		top:8vw;
		left:-3.5vw;
		margin: auto
	}*/

	.item-wrap3{
		margin: 8vw 0;
		padding: 4vw;
		background: #fff;
		border-top:#707070 1px solid;
		border-bottom:#707070 1px solid;
		text-align: center;
		font-weight: bold;
		font-size:4.0vw;
		line-height: 1.6
	}
	.item-wrap3 p{
		margin-top: 4vw
	}

	/* sec5 */
	.h2-wrap h2{
		display: flex;
	}
	.h2-wrap h2 img{
		width:40vw;
		margin-left: 4vw
	}

	#sec5 .item-wrap.flex>div{
		padding:4vw 0
	}
	.item-wrap.flex .box-big{
		width:100%
	}
	.item-wrap.flex .box-small{
		width:100%
	}
	
	
	#sec5 .item-wrap.flex>div:nth-of-type(1){order:1}
	#sec5 .item-wrap.flex>div:nth-of-type(2){order:2}
	#sec5 .item-wrap.flex>div:nth-of-type(3){order:4}
	#sec5 .item-wrap.flex>div:nth-of-type(4){order:3}
	#sec5 .item-wrap.flex>div:nth-of-type(5){order:5}
	#sec5 .item-wrap.flex>div:nth-of-type(6){order:6}
	
	
    #sec6 .item-box{
        align-items: flex-end;
        margin-bottom: 30px;
    }
    #sec6 .item-box p.main_img{
        width: 100%;
    }
    #sec6 .item-box p.main_img img{
        display: block;
        width: 100%!important;
        height: auto!important;
    }
    #sec6 .bottom-box{
        flex-wrap: wrap;
        margin-left: 0;
    }
    #sec6 .item-wrap .item-box p.sub_img{
        width: 200px;
    }
    #sec6 .item-wrap .item-box p.sub_img.pc{
        display: none;
    }
    #sec6 .item-wrap .item-box p.sub_img.sp{
        display: block;
    }
    #sec6 .item-wrap .item-box p.sub_img img {
        width: 100%;
        height: auto;
    }
    #sec6 .bottom-box p.txt{
        width: 100%!important;
        margin-left: 0;
        margin-top: 0;
    }
    #sec6 .bottom-box p.btn{
        width: 70vw!important;
        margin-left: 0;
        margin-top: 0;
        margin: 0 auto!important;
    }
	
	

	/* sec7 */
	#sec7 .contact-wrap {
		border:#707070 1px solid;
		padding: 5vw;
		font-size:4.8vw;
		font-weight: bold;
		text-align: center
	}
	#sec7 .contact-wrap .btn{
		width:100%;
		margin: 6vw auto 3vw
	}
	#sec7 .contact-wrap  .btn a{
		width:100%;
		display: block;
		background: #797979;
		text-align: center;
		border-radius: 10vw;
		padding: 0.5em;
		color:#fff;
		font-size:4.8vw
	}

	
	
	
	
}