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

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

/* ----------cont_concept main–---------- */
.cont_concept .main{
    display:flex;
    justify-content:space-between;
    margin-bottom:150px;
}
.cont_concept .main .detail{
    width:50%;
}
.cont_concept .main .detail h2{
    font-size:1.4rem;
    margin-bottom:3rem;
}
.cont_concept .main .image{
    width:40%;
    overflow:hidden;
}
.cont_concept .main .image img{
   object-fit:cover;
    height:100%;
    width:100%;
}
/* ----------899px–---------- */
@media screen and (max-width: 899px) {
    .cont_concept .main{
        display:block;
        justify-content:unset;
    }
    .cont_concept .main .detail{
        width:100%;
        margin:0 0 50px 0;
    }
    .cont_concept .main .image{
        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.3rem;
    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.2rem;
}
.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 {
		right:0;
		margin:auto;
	}
}


/* ----------.cont_inner.sentaku---------- */
.cont_inner.sentaku{
    display:flex;
    justify-content:space-between;
}
.cont_inner.sentaku .sub_inner{
    width:40%;
}
.cont_inner.sentaku .sub_inner h2{
}
.cont_inner.sentaku .sub_inner.b_box{
    width:55%;
    padding:3%;
    box-sizing:border-box;
    border:1px solid #ccc;
}
.cont_inner.sentaku .sub_inner.b_box h3{
    margin-bottom:1em;
}
.cont_inner.sentaku .sub_inner.b_box h4{
    margin:1em 0 0.5em;
}
.cont_inner.sentaku .sub_inner.b_box ul{
    margin:1em 0 2em;
}
.cont_inner.sentaku .sub_inner.b_box ul:last-of-type{
    margin:1em 0 0;
}
.cont_inner.sentaku .sub_inner.b_box ul li{
    border-bottom:1px dotted #aaa;
}

/* ----------899px–---------- */
@media screen and (max-width: 899px) {
    .cont_inner.sentaku{
        display:block;
        justify-content:unset;
    }
    .cont_inner.sentaku .sub_inner{
        width:100%;
        margin:0 0 50px 0;
    }
    .cont_inner.sentaku .sub_inner.b_box{
        width:100%;
    }
}
/* ----------768px–---------- */
@media screen and (max-width: 768px) {
}



/* ----------.cont_inner mukustyle---------- */
.cont_inner.mukustyle{
}
.cont_inner.mukustyle .sub_inner{
    display:flex;
    justify-content:space-between;
    background:#f1f1ee;
    padding:5%;
    box-sizing:border-box;
}
.cont_inner.mukustyle .sub_inner .under_sub_inner{
    width:40%;
}
.cont_inner.mukustyle .sub_inner .under_sub_inner h2{
}
.cont_inner.mukustyle .sub_inner .under_sub_inner.image{
    width:55%;
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}
.cont_inner.mukustyle .sub_inner .under_sub_inner.image dt{
    width:24.5%;
    overflow:hidden;
}
.cont_inner.mukustyle .sub_inner .under_sub_inner.image dt img{
    width:100%;
    height:100%;
    object-fit:cover;
}

/* ----------899px–---------- */
@media screen and (max-width: 899px) {
    .cont_inner.mukustyle .sub_inner{
        display:block;
        justify-content:unset;
    }
    .cont_inner.mukustyle .sub_inner .under_sub_inner{
        width:100%;
        margin:0 0 30px 0;
    }
    .cont_inner.mukustyle .sub_inner .under_sub_inner.image{
        width:100%;
    }
    .cont_inner.mukustyle .sub_inner .under_sub_inner.image dt{
        width:49.5%;
        margin:0 0 5px 0;
        aspect-ratio:1 / 1;
    }
}



/* ----------.cont_inner kouhou---------- */
.cont_inner.kouhou{
}
.cont_inner.kouhou h2{
}
.cont_inner.kouhou .cont_inner_wrap{
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}
.cont_inner.kouhou .sub_inner{
    width:50%;
    padding:5%;
    box-sizing:border-box;
    border-top:1px solid #ccc;
    border-right:1px solid #ccc;
    border-left:1px solid #ccc;
}
.cont_inner.kouhou .sub_inner:nth-of-type(even){
    border-left:unset;
}
.cont_inner.kouhou .sub_inner:nth-last-of-type(-n+2){
    border-bottom:1px solid #ccc;
}
.cont_inner.kouhou .sub_inner h3{
    margin-bottom:1em;
}
.cont_inner.kouhou .sub_inner .image{
    overflow:hidden;
    width:100%;
    aspect-ratio:1 / 0.6;
    margin-bottom:20px;
}
.cont_inner.kouhou .sub_inner .image img{
    object-fit:cover;
    width:100%;
    height:100%;
}

/* ----------768px–---------- */
@media screen and (max-width: 768px) {
    .cont_inner.kouhou .cont_inner_wrap{
        display:block;
        justify-content:unset;
        flex-wrap:unset;
    }
    .cont_inner.kouhou .sub_inner{
        width:100%;
        padding:5%;
        box-sizing:border-box;
        border-top:1px solid #ccc;
        border-right:1px solid #ccc;
        border-left:1px solid #ccc;
    }
    .cont_inner.kouhou .sub_inner:nth-of-type(even){
       border-left:1px solid #ccc;
    }
}


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