@charset "utf-8";
/* ===================================================================

 file name  :concept.css
 style info : コンセプト

=================================================================== */

/* =============================

	overwrite

=============================== */
#pageHeader{
	background: url(../images/concept/img_page.jpg) no-repeat 50% 50% / cover;
}

#main{
	padding-bottom: 0;
}

/* =================================== */
/*
	common
-----------------------------------------------------*/
#main .ttl{
	margin: 0 0 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 3rem;
	line-height: 1.2;
}
#main .ttl::before,
#main .ttl::after{
	content: "";
	width: 30px;
	height: 6px;
	border-top: solid 2px #161616;
	border-bottom: solid 2px #161616;
}
#main .ttl::before{
	margin: 0 21px 0 0;
}
#main .ttl::after{
	margin: 0 0 0 21px;
}

#main .txt{
	color: #505050;
}

#main .f-block{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


@media screen and (max-width: 767px){
	#main .ttl{
		margin: 0 0 30px;
		font-size: 1.8rem;
		text-align: center;
	}
	#main .ttl::before,
	#main .ttl::after{
		width: 20px;
		height: 3px;
		border-top: solid 1px #161616;
		border-bottom: solid 1px #161616;
	}
	#main .ttl::before{
		margin: 0 10px 0 0;
	}
	#main .ttl::after{
		margin: 0 0 0 10px;
	}

}

/*
	#secLead
-----------------------------------------------------*/
#secLead{
	padding: 0 0 120px;
	text-align: center;
}
#secLead .txt-lead{
	margin: 0 0 100px;
	font-size: 1.6rem;
	line-height: 2.5;
}
#secLead h2{
	margin: 0 0 96px;
	font-size: 3.6rem;
	line-height: 1.7;
}
#secLead h2 span{
	font-size: 6rem;
}
#secLead .pagelink{
	display: flex;
	justify-content: space-between;
}
#secLead .pagelink li{
	width: 33.3333%;
	padding: 30px 0 20px;
	border-right: solid 1px #ccc;
}
#secLead .pagelink li:first-child{
	border-left: solid 1px #ccc;
}
#secLead .pagelink li dl dt{
	margin: 0 0 26px;
	font-size: 8rem;
	line-height: 1;
}
#secLead .pagelink li dl dt::after{
	content: "";
	display: block;
	width: 36px;
	height: 3px;
	margin: 28px auto 0;
	background: #161616;
}
#secLead .pagelink li dl .txt{
	margin: 0 0 40px;
	font-size: 3.2rem;
	letter-spacing: 0.05em;
}
#secLead .pagelink li dl .link{
	max-width: 300px;
	margin: 0 auto;
}
#secLead .pagelink li dl .link a{
	display: block;
	font-size: 1.6rem;
	line-height: 40px;
	background: #efefef;
	position: relative;
}
#secLead .pagelink li dl .link a:hover{
	background: #919191;
	color: #fff;
}
#secLead .pagelink li dl .link a::before{
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-top: solid 1px #656565;
	border-right: solid 1px #656565;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 20px;
	margin: -5px 0 0;
}
#secLead .pagelink li dl .link a:hover::before{
	border-color: #fff;
}

@media screen and (max-width: 767px){
	#secLead{
		padding: 0 0 50px;
	}
	#secLead .txt-lead{
		margin: 0 0 50px;
		font-size: 1.4rem;
		line-height: 1.7;
	}
	#secLead h2{
		margin: 0 0 40px;
		font-size: 1.8rem;
		line-height: 1.7;
	}
	#secLead h2 span{
		display: inline-block;
		font-size: 3rem;
		margin: -0.3em 0 0;
	}
	#secLead .pagelink{
		display: flex;
		justify-content: space-between;
	}
	#secLead .pagelink li{
		width: 33.3333%;
		padding: 15px 0 0;
		border-right: solid 1px #ccc;
	}
	#secLead .pagelink li:first-child{
		border-left: solid 1px #ccc;
	}
	#secLead .pagelink li dl dt{
		margin: 0 0 10px;
		font-size: 4rem;
	}
	#secLead .pagelink li dl dt::after{
		width: 18px;
		height: 2px;
		margin: 5px auto 0;
	}
	#secLead .pagelink li dl .txt{
		margin: 0 0 15px;
		font-size: 1.8rem;
		white-space: nowrap;
		letter-spacing: 0;
	}
	#secLead .pagelink li dl .link{
		max-width: 300px;
		margin: 0 auto;
	}
	#secLead .pagelink li dl .link a{
		padding: 20px 0 30px;
		font-size: 1.4rem;
		line-height: 1.5;
	}
	#secLead .pagelink li dl .link a::before{
		width: 5px;
		height: 5px;
		border-top: solid 1px #656565;
		border-right: solid 1px #656565;
		transform: rotate(135deg);
		position: absolute;
		top: auto;
		right: 50%;
		bottom: 15px;
		margin: 0 -2px 0 0;
	}
}

/*
	.sec-wrap
-----------------------------------------------------*/
#main .sec-wrap{
	background: #161616;
	color: #fff;
}
#main .sec-wrap section .f-block{
	align-items: center;
	justify-content: flex-start;
}
#main .sec-wrap section.even .f-block{
	flex-direction: row-reverse;
}
#main .sec-wrap section .f-block figure{
	width: 50%;
}
#main .sec-wrap section .f-block .txt-block{
	width: 600px;
}
#main .sec-wrap section.odd .f-block .txt-block{
	padding: 0 0 0 3.9%;
}
#main .sec-wrap section.even .f-block .txt-block{
	padding: 0 3.9% 0 0;
}
#main .sec-wrap section .f-block .txt-block h2{
	margin: 0 0 40px;
	font-size: 3rem;
}
#main .sec-wrap section .f-block .txt-block h2::before{
	content: "";
	display: block;
	width: 36px;
	height: 3px;
	background: #fff;
	margin: 0 0 22px;
}

@media screen and (max-width: 1430px){
	#main .sec-wrap section .f-block figure{
		overflow: hidden;
	}
	#main .sec-wrap section .f-block figure img{
		width:715px !important;
		max-width: none;
	}
}
@media screen and (max-width: 767px){
	#main .sec-wrap{
		background: #161616;
		color: #fff;
	}
	#main .sec-wrap section .f-block{
		display: block;
	}
	#main .sec-wrap section .f-block figure{
		width: 100%;
	}
	#main .sec-wrap section .f-block .txt-block{
		width: 100%;
		padding: 30px 20px !important;
	}
	#main .sec-wrap section .f-block .txt-block h2{
		margin: 0 0 20px;
		font-size: 2rem;
		line-height: 1.2;
	}
	#main .sec-wrap section .f-block .txt-block h2::before{
		width: 18px;
		height: 2px;
		margin: 0 0 10px;
	}
	#main .sec-wrap section .f-block figure img{
		width:100% !important;
	}
}

/*
	.sec
-----------------------------------------------------*/
#main .sec{
	margin: 160px 0 0;
	padding: 160px 0 0;
}
#main .sec .sec-bg{
	padding: 1px 0 90px;
	background: #f6f6f6;
}
#main .sec .sec-head{
	margin: -160px 0 112px;
	display: flex;
	justify-content: space-between;
}
#main .sec .sec-head.reverse{
	flex-direction: row-reverse;
}
#main .sec .sec-head .txt-block{
	width: 520px;
}
#main .sec .sec-head .txt-block h2{
	margin: 0 0 100px;
	display: flex;
	align-items: center;
	line-height: 1;
}
#main .sec .sec-head .txt-block h2 .num{
	padding: 10px 0 0;
	font-size: 9.4rem;
}
#main .sec .sec-head .txt-block h2 .ja{
	margin: 0 0 0 30px;
	padding: 7px 0 7px 32px;
	font-size: 4.4rem;
	border-left: solid 3px #161616;
}

@media screen and (max-width: 767px){
	#main .sec{
		margin: 70px 0 0;
		padding: 70px 0 0;
	}
	#main .sec .sec-bg{
		padding: 1px 0 50px;
	}
	#main .sec .sec-head{
		margin: -70px 0 50px;
		display: block;
	}
	#main .sec .sec-head .txt-block{
		width: 100%;
		margin: 0 0 30px;
	}
	#main .sec .sec-head .txt-block h2{
		margin: 0 0 50px;
	}
	#main .sec .sec-head .txt-block h2 .num{
		padding: 5px 0 0;
		font-size: 4.5rem;
	}
	#main .sec .sec-head .txt-block h2 .ja{
		margin: 0 0 0 15px;
		padding: 4px 0 4px 15px;
		font-size: 2.4rem;
		border-left: solid 2px #161616;
	}
}



/*
	#sec01
-----------------------------------------------------*/
#sec01 .flow-list-wrap .list-wrap-inner{
	padding: 120px 0 0;
	position: relative;
}
#sec01 .flow-list-wrap .txt-img{
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 10;
	transform: translatex(-53%);
}
#sec01 .flow-list{
	display: flex;
	justify-content: space-between;
}
#sec01 .flow-list li{
	width: 180px;
	position: relative;
}
#sec01 .flow-list li:nth-child(4),
#sec01 .flow-list li:nth-child(5){
	width: 192px;
}
#sec01 .flow-list li + li{
	margin: 0 0 0 24px;
}
#sec01 .flow-list li:nth-child(5){
	margin: 0;
}

#sec01 .flow-list li + li::before{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 0 20px 24px;
	border-color: transparent transparent transparent #ccc;
	position: absolute;
	top: 65px;
	left: -24px;
}
#sec01 .flow-list li:nth-child(5)::before{
	content: none;
}
#sec01 .flow-list li .fukidashi{
	padding: 10px 14px;
	background: #161616;
	color: #fff;
	font-size: 1.8rem;
	line-height: 1;
	border-radius: 18px;
	position: absolute;
	right: -63px;
	top: -56px;
}
#sec01 .flow-list li .fukidashi::before{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 7px 0 7px;
	border-color: #161616 transparent transparent transparent;
	position: absolute;
	left: 50%;
	bottom: -9px;
	margin: 0 0 0 -7px;
}

#sec01 .flow-list li figure{
	margin: 0 0 14px;
	padding: 24px 0 0;
	height: 240px;
	text-align: center;
	background: #fff;
}
#sec01 .flow-list li figure.bg{
	background: #bbb;
	color: #fff;
}
#sec01 .flow-list li figure figcaption{
	margin: 26px 0 0;
	font-size: 2.4rem;
	line-height: 1.2;
}
#sec01 .flow-list li:nth-child(4) figure figcaption{
	margin: 16px 0 0;
}

#sec01 .flow-list li figure figcaption span{
	display: block;
	font-size: 1.6rem;
}
#sec01 .flow-list li .note{
	font-size: 1.4rem;
	line-height: 1.4;
	color: #505050;
}
#sec01 .flow-list li:nth-child(4) .note{
	padding: 0 14px 0 0;
}
#sec01 .flow-list li:nth-child(5) .note{
	padding: 0 0 0 14px;
}

@media screen and (max-width: 767px){
	#sec01 .flow-list-wrap{
		overflow-x: scroll;
		padding: 0 0 10px;
	}
	#sec01 .flow-list-wrap::-webkit-scrollbar {
		height: 5px;
	}
	#sec01 .flow-list-wrap::-webkit-scrollbar-track {
		background: #eee;
	}
	#sec01 .flow-list-wrap::-webkit-scrollbar-thumb {
		background-color: rgba(0, 0, 0, .5);
		box-shadow:0 0 0 1px rgba(255, 255, 255, .3);
	}
	
	#sec01 .flow-list-wrap .list-wrap-inner{
		padding: 80px 0 0;
		width: 948px;
	}
	#sec01 .flow-list-wrap .txt-img{
		width: 445px;
		transform: translatex(-52%);
	}
	#sec01 .flow-list li{
		width: 150px;
		position: relative;
	}
	#sec01 .flow-list li:nth-child(4),
	#sec01 .flow-list li:nth-child(5){
		width: 150px;
	}
	#sec01 .flow-list li + li{
		margin: 0 0 0 12px;
	}
	#sec01 .flow-list li:nth-child(5){
		margin: 0;
	}
	
	#sec01 .flow-list li + li::before{
		border-width: 10px 0 10px 12px;
		top: 30px;
		left: -12px;
	}
	#sec01 .flow-list li .fukidashi{
		padding: 5px 10px;
		font-size: 1.4rem;
		right: -44px;
		top: -30px;
	}
	#sec01 .flow-list li .fukidashi::before{
		border-width: 5px 3px 0 3px;
		bottom: -4px;
		margin: 0 0 0 -3px;
	}
	
	#sec01 .flow-list li figure{
		margin: 0 0 10px;
		padding: 10px 15px 0;
		height: 180px;
	}
	#sec01 .flow-list li figure figcaption{
		margin: 15px 0 0;
		font-size: 2rem;
		line-height: 1.2;
	}
	#sec01 .flow-list li:nth-child(4) figure figcaption{
		margin: 5px 0 0;
	}
	
	#sec01 .flow-list li figure figcaption span{
		font-size: 1.4rem;
	}
	#sec01 .flow-list li .note{
		font-size: 1.2rem;
		letter-spacing: -0.05em;
	}
	#sec01 .flow-list li:nth-child(4) .note{
		padding: 0 5px 0 0;
	}
	#sec01 .flow-list li:nth-child(5) .note{
		padding: 0 0 0 5px;
	}
}



/*
	#sec02
-----------------------------------------------------*/
#sec02 h3{
	margin: 0 0 50px;
	padding: 10px 0;
	font-size: 3.4rem;
	text-align: center;
	line-height: 1;
	border-top: solid 1px #161616;
	border-bottom: solid 1px #161616;
}

#sec02 .bg{
    max-width: 1100px;
    background: #fff;
    margin: 0 auto 140px;
    padding: 50px 0 50px 50px;
}
#sec02 .bg h4{
    margin-bottom: 53px;
    text-align: center;
}
#sec02 .bg .block{
    position: relative;
}
#sec02 .bg .block .fig{
    position: absolute;
    top: 0;
    right: 50px;
    z-index: 2;
}
#sec02 .bg .block .list li + li{
    margin-top: 50px;
}

#sec02 .structure-list{
	margin: 0 0 110px;
	display: flex;
	justify-content: space-between;
}
#sec02 .structure-list li{
	width: 390px;
	padding: 30px 0;
	background: #fff;
	text-align:center;
}
#sec02 .structure-list li p{
	margin: 25px 0 0;
	font-size: 1.8rem;
	line-height: 1.6;
}

#sec02 .ex{
	width: 790px;
	margin: 0 auto 50px;
}
#sec02 .ex dt{
	margin: 0 0 5px;
	font-size: 1.6rem;
}
#sec02 .ex dd figure{
	padding: 50px 0;
	background: #fff;
	text-align: center;
	position: relative;
}
#sec02 .ex dd figure figcaption{
	font-size: 1.4rem;
	line-height: 1.4;
	color :#505050;
	text-align: right;
	position: absolute;
	right: 0;
	bottom: -3.5em;
}

@media screen and (max-width: 767px){
	#sec02 h3{
		margin: 0 0 25px;
		padding: 10px 0;
		font-size: 1.8rem;
	}
    
    #sec02 .bg{
        margin: 0 auto 40px;
        padding: 0 0 25px;
    }
    #sec02 .bg h4{
        margin-bottom: 30px;
        padding: 0 8px;
    }
    #sec02 .bg .block .fig{
        top: 8.4%;
        right: 2.4%;
        width: 24.53%
    }
    #sec02 .bg .block .list li + li{
        margin-top: 30px;
    }
    #sec02 .bg .block .list li:nth-child(2){margin-right: -5.33%;}
    #sec02 .bg .block .list li:nth-child(3){margin-right: -30%;}
    #sec02 .bg .block .list li:nth-child(4){margin-right: -36%;}
	
	#sec02 .structure-list{
		margin: 0 0 50px;
		display: block;
	}
	#sec02 .structure-list li{
		width: 100%;
		margin: 0 0 5px;
		padding: 15px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	#sec02 .structure-list li figure{
		width: 30%;
	}
	#sec02 .structure-list li p{
		width: 68%;
		margin: 0;
		font-size: 1.4rem;
	}
	
	#sec02 .ex{
		width: 100%;
		margin: 0 auto 50px;
	}
	#sec02 .ex dt{
		margin: 0 0 5px;
		font-size: 1.4rem;
	}
	#sec02 .ex dd figure{
		padding: 20px 15px;
	}
	#sec02 .ex dd figure figcaption{
		font-size: 1.1rem;
		bottom: -4.5em;
	}
}



/*
	#sec03
-----------------------------------------------------*/
#sec03 .after-wrap{
	width: 1080px;
	margin: 0 auto;
}
#sec03 .ttl-after{
	margin: 0 0 16px;
	text-align: center;
	font-size: 2.4rem;
}
#sec03 .ttl02{
	margin: 0 0 20px;
	font-size: 2.2rem;
}
#sec03 .ttl02::before{
	content: "";
	display: inline-block;
	width: 15px;
	height: 4px;
	margin: 0 14px 0 0;
	background: #161616;
	vertical-align: middle;
}
#sec03 .fig{
	margin: 0 0 100px;
}
#sec03 .fig figcaption{
	margin: 5px 0 0;
	font-size: 1.4rem;
	color: #505050;
	text-align: right;
}
#sec03 .land{
	margin: 0 0 100px;
	background: #FFF;
	text-align: center;
}
#sec03 .land dt{
	margin: 0 0 50px;
	background: #e2e2e2;
	font-size: 3rem;
}
#sec03 .land dt span{
	color: #b90000;
}
#sec03 .land dd{
	padding: 0 0 50px;
}

#sec03 .warranty{
	padding: 40px 0;
	display: flex;
	justify-content: center;
	background: #fff;
}
#sec03 .warranty li{
	padding: 0 20px 0 0;
}
#sec03 .warranty li + li{
	padding: 0 0 0 20px;
	border-left: solid 1px #251a18;
}


@media screen and (max-width: 767px){
	#sec03 .after-wrap{
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
	}
	#sec03 .ttl-after{
		margin: 0 0 10px;
		font-size: 1.6rem;
	}
	#sec03 .ttl02{
		margin: 0 0 20px;
		font-size: 1.8rem;
	}
	#sec03 .ttl02::before{
		width: 10px;
		height: 2px;
		margin: 0 10px 0 0;
	}
	#sec03 .fig{
		margin: 0 -20% 50px;
	}
	#sec03 .fig figcaption{
		margin: 5px 0 0;
		padding: 0 16%;
		font-size: 1rem;
	}
	#sec03 .land{
		margin: 0 0 50px;
	}
	#sec03 .land dt{
		margin: 0 0 20px;
		padding: 5px 0;
		font-size: 1.6rem;
		line-height: 1.3;
	}
	#sec03 .land dd{
		padding: 0 15px 20px;
	}
	
	#sec03 .warranty{
		display: block;
		padding: 20px 15px;
	}
	#sec03 .warranty li{
		padding: 0;
	}
	#sec03 .warranty li + li{
		margin: 20px 0 0;
		padding: 20px 0 0;
		border-left: none;
		border-top: solid 1px #251a18;
	}
	
}
