@charset "utf-8";

/* ----------------------------------
concept
---------------------------------- */
#content_Wrap {
	color: #323232;
	margin-top: 101px;
    background: #fff;
}

#content_Wrap figure {
	position: relative;
	height: fit-content;
}

/*共通*/
.line {
	position: absolute;
	width: 1px;
	height: 90px;
	bottom: -45px;
	left: 50%;
	background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 50%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
	z-index: 10;
}

h3 {
	font-size: 30px;
	text-align: center;
	line-height: 1.6;
	margin-bottom: 30px;
}

h4 {
	font-size: 30px;
	font-family: "EB Garamond", serif !important;
	font-style: normal;
	transform: rotate(0.28deg);
	color: #957425;
	letter-spacing: 2px;
	text-align: center;
	margin-bottom: 50px;
}

.text {
	font-size: 16px;
	text-align: center;
	line-height: 1.6;
}

.att {
	font-size: 12px;
	text-align: right;
	margin: 10px 10px 0 0;
}

.image-text {
	font-size: 14px;
	font-feature-settings: "palt";
	letter-spacing: 0.5px;
	line-height: 1.4;
	text-align: center;
	margin-top: 10px;
}

.min {
	display: inline-block;
	font-size: 1.8em;
	color: #957425;
	padding: 0 2px 0 2px;
}




/*個別*/
figure {
	position: relative;
}
a {
	transition: all .5s;
}
a:hover {
	opacity: .7;
}

.concept {
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 12% 0;
	position: relative;
}

.concept {
display: flex;
flex-direction: column;
gap: 50px 0;
}
.concept figure:nth-of-type(1) {
width: 90%;
max-width: 835px;
margin: 0 auto;
}
.concept figure:nth-of-type(2) {
width: 80%;
max-width: 1056px;
margin: 0 auto;
}

.concept .b-copy {
    color: #fff;
    font-size: clamp(14px,1.5vw,18px);
    line-height: 2;
    letter-spacing: 0.15em;
    text-align: center;
    text-shadow: 0px 0px 6px #005da7, 0px 0px 12px rgba(0, 93, 167, 0.6);
    width: 94%;
    margin: 0 auto;
}
.concept .b-copy span{
    line-height: 1.4;
}

.notes {
    color: #000;
}



/*=============================
調整
=============================*/
@media only screen and (max-width: 1280px) {

    .w1280 {
    display: block;
    }


}

/*=============================
tab
=============================*/
@media only screen and (max-width: 1024px) {

	#content_Wrap {
		margin-top: 70px;
	}

}


/*=============================
spから
=============================*/
@media screen and (max-width: 767px) {


	/*個別*/
	
    .concept {
        gap: 30px 0;
    }

}
