<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";




/*********** common変更 *************/


/*********** ↑common変更 *************/



/*********** 共通 *************/

.concept_mbt-wrap {
    display: flex;
	justify-content: center;
	padding-top: 100px;
}

.concept_mbt-wrap li {
    width: 34.58%;
}

.concept_mbt-wrap li:nth-child(2) {
    margin: 0 -1.92%;
}

/*********** ↑共通 *************/








/*********** concept1 *************/

.concept1-wrap {
	padding-top: 120px;
}

.concept1_title-wrap {
	background-image: url("../images/concept/concept1_title-bg.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}

.concept1_title-wrap p {
	font-size: 4.0rem;
	letter-spacing: 0.6rem;
	text-align: center;
	padding: 40px 0;
}

.concept1_01-wrap {
	display: grid;
	grid-template-columns: 30.42% 64.17%;
	grid-template-rows: auto auto;
	justify-content: space-between;
	padding-top: 120px;
}

.concept1_01-wrap li:nth-child(1) {
	grid-column: 1 / 2;
	grid-row: 1 / 2;
}

.concept1_01-wrap li:nth-child(2) {
	grid-column: 1 / 2;
	grid-row: 2 / 3;
	align-self: flex-end;
}

.concept1_01-wrap li:nth-child(3) {
	grid-column: 2 / 3;
	grid-row: 1 / 3;
}


/** 共通 **/

.concept1_s-title-wrap {
	color: #fff;
	font-size: 2.8rem;
	letter-spacing: 0.2rem;
	text-align: center;
	background: #43616f;
	padding: 10px;
	margin-top: 160px;
}

/** ↑共通 **/


.concept1_02-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 60px;
}

.concept1_02-wrap li:nth-child(1) {
	width: 42.58%;
}

.concept1_02-wrap li:nth-child(2) {
	width: 46.92%;
}

.concept1_03-wrap {
	width: 71.33%;
	margin: 0 auto;
	padding-top: 60px;
}

.concept1_04-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 60px;
}

.concept1_04-wrap li:nth-child(1) {
	width: 30.42%;
}

.concept1_04-wrap li:nth-child(2) {
	width: 60.83%;
}


/*********** ↑concept1 *************/






/*********** concept2 *************/

.concept2-wrap {
	padding-top: 200px;
}

.concept2_title-wrap {
	background-image: url("../images/concept/concept2_title-bg.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}

.concept2_title-wrap p {
	font-size: 4.0rem;
	letter-spacing: 0.6rem;
	text-align: center;
	padding: 40px 0;
}

.concept2_01-wrap {
	padding-top: 100px;
}

.concept2_02-wrap {
	padding-top: 60px;
}

.concept2_02-wrap .cap {
	position: absolute;
	left: 0;
	bottom: 15px;
	width: 70%;
}

@media only screen and (max-width: 1160px){
.concept2_02-wrap .cap {
	position: relative;
	bottom: 0;
	width: 100%;
	padding-top: 10px;
}
}


.concept2_03-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 120px;
}

.concept2_03-wrap li:nth-child(1) {
	width: 34.5%;
}

.concept2_03-wrap li:nth-child(2) {
	width: 59.5%;
}


.concept2_05-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
	margin-top: -150px;
}

.concept2_05-wrap li:nth-child(1) {
	width: 34.5%;
}

.concept2_05-wrap li:nth-child(2) {
	width: 59.5%;
}

@media only screen and (max-width: 1160px){
.concept2_05-wrap {
	margin-top: 20px;
}
}


/*********** ↑concept2 *************/







/*********** concept3 *************/

.concept3-wrap {
	padding-top: 200px;
}

.concept3_title-wrap {
	background-image: url("../images/concept/concept3_title-bg.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}

.concept3_title-wrap p {
	font-size: 4.0rem;
	letter-spacing: 0.6rem;
	text-align: center;
	padding: 40px 0;
}



.concept3_01-wrap .arrow-left {
	position: absolute;
	top: 48%;
    left: 20px;
    width: 30px;
    height: 30px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
	cursor: pointer;
}

.concept3_01-wrap .arrow-right {
	position: absolute;
	top: 48%;
    right: 20px;
    width: 30px;
    height: 30px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	cursor: pointer;
}


/** スクロール設定 **/

.ad-thumbs {
	position:relative;
	overflow: hidden;
}
.ad-thumb-list {
	position: relative;
	list-style-type: none;
	width: 2930px;
	padding: 0;
	white-space: nowrap;
}
	
.ad-thumb-list li {
	display: block;
	float: left;
}

.ad-thumb-list li a{
	display: block;
	float: left;
}
	
.ad-thumb-list li a img {
	display: block;
}
	
/** ↑スクロール設定 **/




.concept3_02-wrap {
	display: grid;
	grid-template-columns: 34.5% 62.58%;
	grid-template-rows: auto auto;
	justify-content: space-between;
	align-items: flex-end;
	padding-top: 120px;
}

.concept3_02-wrap li:nth-child(1) {
	grid-column: 1 / 2;
	grid-row: 1 / 2;
}

.concept3_02-wrap li:nth-child(2) {
	grid-column: 1 / 2;
	grid-row: 2 / 3;
}

.concept3_02-wrap li:nth-child(3) {
	grid-column: 2 / 3;
	grid-row: 1 / 3;
	width: calc((100vw - 1200px)/2 + (1200px * 0.6258) - 7px );
}

@media (max-width: 1200px){
.concept3_02-wrap li:nth-child(3) {
width: 100%;
}
}



/*********** ↑concept3 *************/








.anc_concept1,
.anc_concept2,
.anc_concept3 {
	display: block;
    padding-top: 150px;
	margin-top: -150px;
}








</pre></body></html>