@charset "UTF-8";
/* CSS Document */

/* ----------cont_concept–---------- */
.cont_concept{
}

/* ----------cont_concept main–---------- */
.cont_concept .main{
    margin-bottom:150px;
}
.cont_concept .main .detail{
    display:flex;
    justify-content:space-between;
}
.cont_concept .main .detail h2{
    font-size:1.4rem;
    margin-bottom:3rem;
    width:450px;
}
.cont_concept .main .detail p{
    width:calc(100% - 500px);
}
/* ----------959px–---------- */
@media screen and (max-width: 959px) {
    .cont_concept .main .detail{
        display:block;
        justify-content:unset;
    }
    .cont_concept .main .detail h2{
        width:100%;
    }
    .cont_concept .main .detail p{
        width:100%;
    }
}
/* ----------768px–---------- */
@media screen and (max-width: 768px) {
    .cont_concept .main .detail h2{
		text-align:center;
    }
}

/* ----------cont_concept cont_wrap---------- */
.cont_concept .cont_wrap{
}
.cont_concept .cont_wrap .cont_inner{
    margin-bottom:150px;
}
.cont_concept .cont_wrap h2{
    font-size:1.5rem;
    position: relative;
    display: inline-block;
    margin-bottom: 2em;
}
.cont_concept .cont_wrap h2:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 50px;
  height: 2px;
  left: 0;
  background-color: black;
  border-radius: 2px;
}
.cont_concept .cont_wrap h3{
    font-size:1.3rem;
}
.cont_concept .cont_wrap h4{
    font-size:1.05rem;
}
/* ----------768px–---------- */
@media screen and (max-width: 768px) {
	.cont_concept .cont_wrap h2{
	    display: block;
		text-align:center;
	}
	.cont_concept .cont_wrap h2:before {
		left: 0;
		right:0;
		margin:auto
	}
}



/* ----------cont_wrap ep---------- */
.cont_wrap.ep{
    width:100vw;
    margin:0 calc(50% - 50vw);
    align-items:center;
    display:flex;
    margin-bottom:150px;
    position:relative;
    clip-path: inset(0);
	padding:20vh 0;
}
.cont_wrap.ep:after{
    content:"";
    background:#000;
    opacity:0.5;
    display:block;
    height:100%;
    width:100%;
    position:absolute;
    top:0;
    left:0;
}
.cont_concept .cont_wrap h2{
    margin-bottom:2em;
}
.cont_concept .cont_wrap.ep h2:before {
  content: none;
}
.cont_wrap.ep .cont_inner{
    width:90%;
    max-width:1400px;
    margin:auto;
    color:#fff;
}
.cont_wrap.ep .cont_inner .sub_inner{
    width:90%;
    max-width:600px;
    margin:auto;
    text-align:center;
    z-index:1;
    position:relative;
}
.cont_wrap.ep .image{
    object-fit: cover;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow:hidden;
}
.cont_wrap.ep .image img{
    object-fit:cover;
    width: 100%;
    height: 100%;
}
/* ----------599px–---------- */
@media screen and (max-width: 599px) {
    .cont_concept .cont_wrap h2{
        font-size:1.4rem;
    }
}


/* ----------cont_wrap sec---------- */
.cont_wrap.sec{
    margin-bottom:150px;
}
.cont_wrap.sec .cont_inner{
    display:flex;
    justify-content:space-between;
    margin-bottom:0px;
}
.cont_wrap.sec .cont_inner:nth-of-type(even){
    flex-direction:row-reverse;
}
.cont_wrap.sec .cont_inner .sub_inner{
    width:45%;
}
.cont_wrap.sec .cont_inner .sub_inner .text_wrap{
    height:fit-content;
    width:80%;
    margin:auto;
    padding:100px 0;
}
.cont_wrap.sec .cont_inner .sub_inner .text_wrap h2{
    font-size:1.4rem;
}
.cont_wrap.sec .cont_inner .sub_inner .text_wrap h3{
    font-size:1.2rem;
    margin:0 0 1em 0;
}
.cont_wrap.sec .cont_inner .sub_inner.image{
    width:50%;
}
.cont_wrap.sec .cont_inner .sub_inner.image dt{
    width:100%;
    height:100%;
    overflow:hidden;
}
.cont_wrap.sec .cont_inner .sub_inner.image img{
    object-fit:cover;
    width:100%;
    height:100%;
}
/* ----------839px–---------- */
@media screen and (max-width: 839px) {
    .cont_wrap.sec .cont_inner{
        display:block;
        justify-content:unset;
    }
    .cont_wrap.sec .cont_inner:nth-of-type(even){
        flex-direction:unset;
    }
    .cont_wrap.sec .cont_inner .sub_inner.image{
        width:100%;
    }
    .cont_wrap.sec .cont_inner .sub_inner .text_wrap{
        width:90%;
    }
    .cont_wrap.sec .cont_inner .sub_inner{
        width:100%;
    }
}
/* ----------768px–---------- */
@media screen and (max-width: 768px) {

}


/* -- cta -- */
.cta{
	margin:0 calc(50% - 50vw) 0;
	width:100vw;
	padding:15vh 0;
	background:url("../../../../../img/concept/quality/concept_qu_ctr_bg.webp") center / cover;
	position:relative;
}
.cta:after{
	content:"";
	display:block;
	background:#000;
	position:absolute;
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	opacity:0.5
}
.cta .inner{
	width:80%;
	max-width:600px;
	margin:auto;
	box-sizing:border-box;
	/* background:#fff; */
	z-index:1;
	position:relative;
	color:#fff;
}
.cta .inner h4{
	font-size:2rem;
	display: flex;
    align-items: center;
}
.cta .inner h4:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #ccc;
	margin-left: 1rem;
}
.cta .inner h2{
	font-size:1.3rem;
	margin:0 0 1em 0;
	line-height:2em;
}
.cta .inner h2 strong{
	font-weight:lighter;
	font-size:120%;
}
.cta .inner .ctr_box{
	display:flex;
	justify-content:space-between;
	margin:30px 0 0 0;
}
.cta .inner .ctr_box .btn{
	width:48%;
}
.cta .inner .ctr_box .btn a{
	width:100%;
	display:block;
	padding:10px 20px;
	box-sizing:border-box;
	border-radius:50px;
	background:#948977;
		box-shadow: 1rem 1rem 1rem -1rem hsl(200 50% 20% / 40%);
	background: linear-gradient(139deg, #948977, #7d6f57);
	color:#fff;
	text-align:center;
}


/* ----------839px–---------- */
@media screen and (max-width: 839px) {
	.cta .inner .ctr_box{
		display:block;
		justify-content:unset;
		margin:30px 0 0 0;
	}
	.cta .inner .ctr_box .btn{
		width:100%;
		margin:0 0 20px 0;
	}
}
/* ----------768px–---------- */
@media screen and (max-width: 768px) {
	.cta{
		padding:10vh 0;
	}
	.cta .inner h2{
		font-size:1.2rem;
		line-height:unset;
	}
	.cta .inner{
		width:80%;
		max-width:unset;
		margin:auto;
	}
}
