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

/* ----------cont_concept–---------- */
.cont_concept{
}
.cont_concept p strong{
    color:#b54040;
    font-size:110%;
}

/* ----------cont_concept main–---------- */
.cont_concept .main{
    margin-bottom:100px;
}
.cont_concept .main .detail{
    display:flex;
    justify-content:space-between;
}
.cont_concept .main .detail h2{
    font-size:1.4rem;
    margin-bottom:3rem;
    width:45%;
}
.cont_concept .main .detail p{
    width:50%;
}

/* ----------1199px–---------- */
@media screen and (max-width: 1199px) {
}
/* ----------768px–---------- */
@media screen and (max-width: 768px) {
	.cont_concept .main{
		margin:0 auto 100px;
	}
    .cont_concept .main .detail{
        display:block;
        justify-content:unset;
    }
    .cont_concept .main .detail h2{
        width:fit-content;
		text-align:center;
		margin:0 auto 1em;
    }
    .cont_concept .main .detail p{
        width:100%;
    }
}


/* ----------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{
		text-align:center;
		margin:0 auto 2em;
		display:block;
	}
	.cont_concept .cont_wrap h2:before {
		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:"";
    display:block;
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    background:#000;
    opacity:0.3;
}
.cont_concept .cont_wrap.ep h2{
    font-size:1.5rem;
}
.cont_concept .cont_wrap.ep h2:before {
  content: none;
}
.cont_concept .cont_wrap h3{
    margin-bottom:1em;
}
.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%;
}


/* ----------cont_wrap sec---------- */
.cont_wrap.sec{
    margin-bottom:200px;
}
.cont_wrap.sec .sub_inner{
    display:flex;
    justify-content:space-between;
    padding:100px 0;
    border-top:1px solid #ccc;
}
.cont_wrap.sec .sub_inner:last-of-type{
    border-bottom:1px solid #ccc;
}
.cont_wrap.sec .sub_inner .text_wrap{
    width:40%;
}
.cont_wrap.sec .sub_inner .text_wrap h3{
    margin-bottom:2em;
}
.cont_wrap.sec .sub_inner .image_wrap{
    width:55%;
    overflow:hidden;
    aspect-ratio:1 / 0.5;
}
.cont_wrap.sec .sub_inner .image_wrap img{
    object-fit:cover;
    width:100%;
    height:100%;
}
.cont_wrap.sec .sub_inner .moisture{
    display:flex;
   justify-content:center;
    background:#993434;
    padding:20px 0;
    margin:20px 0 0 0;
    color:#fff;
    border-radius:10px;
}
.cont_wrap.sec .sub_inner .moisture dd{
    text-align:center;
    font-size:1.0rem;
}
.cont_wrap.sec .sub_inner .moisture dd span{
    display:block;
    border-bottom:1px solid #fff;
}
.cont_wrap.sec .sub_inner .moisture dd:nth-child(2),
.cont_wrap.sec .sub_inner .moisture dd:nth-child(3),
.cont_wrap.sec .sub_inner .moisture dd:nth-child(4),
.cont_wrap.sec .sub_inner .moisture dd:nth-child(5){
    align-items:center;
    display:flex;
}
/* ----------959px–---------- */
@media screen and (max-width: 959px) {
    .cont_wrap.sec .sub_inner .text_wrap{
        width:45%;
    }
    .cont_wrap.sec .sub_inner .image_wrap{
        width:50%;
        aspect-ratio:1 / 0.5;
    }
}
/* ----------768px–---------- */
@media screen and (max-width: 768px) {
	.cont_wrap.sec{
		margin:0 auto 200px;
	}
    .cont_wrap.sec .sub_inner{
        display:block;
        justify-content:unset;
    }
    .cont_wrap.sec .sub_inner .text_wrap{
        width:100%;
    }
	.cont_wrap.sec .sub_inner .text_wrap h3{
		text-align:center;
	}
    .cont_wrap.sec .sub_inner .image_wrap{
        width:100%;
        margin:20px 0 0 0;
    }
    .cont_wrap.sec .sub_inner .moisture{
        width:100%;
        max-width:500px;
        margin:30px auto;
    }
}
/* ----------599px–---------- */
@media screen and (max-width: 599px) {
    .cont_wrap.sec .sub_inner .image_wrap{
        aspect-ratio:1 / 0.7;
    }
    .cont_wrap.sec .sub_inner .moisture dd{
        font-size:1.0rem;
    }
}



/* -- cta -- */
.cta{
	margin:0 calc(50% - 50vw) 0;
	width:100vw;
	padding:15vh 0;
	background:url("../../../../../img/concept/na/concept_na_cta_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;
	}
}
