@charset "UTF-8";

/* +++++++++++++++++++#main-visual+++++++++++++++++++++++++ */
#main-visual{
	height: calc(100vh - 80px);
	min-height: 620px;
	padding: 40px;
	background: #fff;
	position: relative;
}
#main-visual .pic{
	width: 100%;
	height: 100%;
}
#main-visual .txt{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	text-shadow: 0 0 3px #fff;
}

#main-visual .sec-ttl03{
	font-size: 4rem;
	margin-bottom: 20px;
	display: block;
}
#main-visual .sec-ttl02:after{
	margin-left: auto;
	margin-right: auto;
}
#main-visual .parag02{
	font-size: 1.6rem;
	font-weight: 600;
}
/* +++++++++++++++++++#sec01+++++++++++++++++++++++++ */

#news-list{
	border-top: 1px solid #343436;
}
#news-list li{
	border-bottom: 1px solid #343436;
}
#news-list a{
	display: flex;
	padding: 30px 15px;
	align-items: flex-start;
	flex-wrap: wrap;
	position: relative;
	overflow: hidden;
}
#news-list a:before{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background: #f8f8fa;
	content: "";
	transition: .3s all ease;
	transform: scaleX(0);
	transform-origin: left top;
}
#news-list a:hover:before{
	transform: scaleX(1);
}
.post-ttl{
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 2;
	padding-left: 40px;
	position: relative;
	z-index: 2;
	width: calc(100% - 120px);
}
.date{
	display: flex;
	font-size: 1.3rem;
	height: 26px;
	width: 120px;
	border: 1px solid #343436;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 2;
	transition: .3s all ease;
}
a:hover .date{
	background: #343436;
	color: #fff;
}

/* ++++++++++++++++++++#sec02+++++++++++++++++++++ */
#sec02{
	background: #fff;
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	padding-right: 0;
	justify-content: flex-end;
}
#sec02 .txt{
	width: 500px;
	padding-right: 60px;
	padding-top: 80px;
	padding-bottom: 80px;
}
#sec02 .pic01{
	width: 50%;
	background: #ddd;
	
}
#sec02 .btn01{
	margin-left: 0;
}

/* +++++++++++++++++++++#sec03++++++++++++++++++++ */
#sec03{
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	padding-right: 0;
}
#sec03 .outline{
	width: 666px;
	padding-left: 60px;
	padding-bottom: 80px;
	padding-top: 80px;
}
#sec03 .pic01{
	width: calc(50% - 166px);
	background: #ccc;
}

/* ++++++++++++#sec03-2+++++++++++++ */
#sec03-2{
	background: #fff;
}
#sec03-2 ul{
	display: flex;
	justify-content: space-between;
}
#sec03-2 li{
	width: calc(25% - 30px);
}
#sec03-2 a{
	display: block;
	transition: .3s all ease;
}
#sec03-2 a:hover{
	opacity: .7;
}
#sec03-2 h3{
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: 0;
	position: relative;
	margin-top: 15px;
	line-height: 1;
}
#sec03-2 h3:after{
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-top: 2px solid #343436;
	border-right: 2px solid #343436;
	transform: rotate(45deg);
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

/* +++++++++++++++++++++#sec04++++++++++++++++++++ */
#sec04{
	padding-left: 0;
	padding-right: 0;
}
#sec04 .outline{
	display: flex;
	align-items: flex-end;
}
#sec04 .sec-ttl01{
	flex-shrink: 0;
}
#sec04 .parag02{
	padding-left: 50px;
	margin-bottom: 50px;
}
#works-list{
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	border-top: 1px solid #ddd;
}
#works-list li{
	width: 33.333%;
	border-bottom: 1px solid #ddd;
}
#works-list li:not(:nth-of-type(3n)){
	border-right: 1px solid #ddd;
}
#works-list li a{
	display: block;
	padding: 60px 40px;
	position: relative;
}
#works-list li a:before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
	transform: scaleX(0);
	transition: .15s all ease;
	transform-origin: left top;
	background: #fff;
}
#works-list li a:hover:before{
	transform: scaleX(1);
}
#works-list .pic{
	overflow: hidden;
	position: relative;
	z-index: 9;
}
#works-list .pic img{
	transition: .15s all ease;
}
#works-list a:hover .pic img{
	transform: scale(1.03);
}
#works-list .txt{
	position: relative;
	z-index: 9;
}
#sec04 .date{
	display: flex;
	font-size: 1.3rem;
	height: 26px;
	width: 120px;
	background: #343436;
	color: #fff;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 2;
	transition: .15s all ease;
	margin: -13px 0 20px;
}
.works-ttl{
	font-size: 1.5rem;
	line-height: 1.8;
	font-weight: 600;
}

/* +++++++++++++++++++++#sec05++++++++++++++++++++ */
#sec05{
	background: #fff;
	border-bottom: 1px solid #ddd;
}
#sec05 .pic01{
	width: 40%;
	height: 288px;
	background: #ccc;
	position: absolute;
	right: 0;
	top: 0;
}
#sec05 .sec-ttl03 span:not(:last-of-type){
	margin-bottom: 1em;
}
.fc-features{
	margin-left: auto;
	border-top: 1px solid #ddd;
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
.fc-features li{
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	width: 33.333%;
	background: #fff;
}
.fc-features li:nth-of-type(3n){
	border-right: 1px solid #ddd;
}
.fc-features .pic{
	height: calc(33.333vw / 3 * 2);
	max-height: 311.111px;
	min-height: 222.222px;
	background: #ccc;
	position: relative;
}
.fc-features li .pic:after{
	position: absolute;
	left: 0;
	top: 0;
	content: "01";
	width: 80px;
	height: 80px;
	display: block;
	box-sizing: border-box;
	padding-left: 15px;
	padding-top: 15px;
	font-size: 1.8rem;
	background: linear-gradient(135deg, rgba(52,52,54,.8), rgba(52,52,54,.8) 50%, rgba(255,255,255,0) 50%, rgba(255,255,255,0));
	color: #fff;
}
.fc-features li:nth-of-type(2) .pic:after{
	content: "02";
}
.fc-features li:nth-of-type(3) .pic:after{
	content: "03";
}
.fc-features li:nth-of-type(4) .pic:after{
	content: "04";
}
.fc-features li:nth-of-type(5) .pic:after{
	content: "05";
}
.fc-features li:nth-of-type(6) .pic:after{
	content: "06";
}
.fc-features h5{
	padding: 30px 30px 15px;
	font-size: 1.6rem;
	line-height: 1.4;
	letter-spacing: .05em;
}
.fc-features .parag{
	padding: 0 30px 40px;
}
.fc-features-area h4{
	margin: 0 0 40px;
	font-weight: 500;
	font-size: 3.2rem;
	letter-spacing: .05em;
}
.fc-features-area .en{
	margin: 100px 0 10px;
	color: rgba(52,52,54,.55);
	display: block;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1;
	letter-spacing: .05em;
}
.fc-features-area h4 .ja{
	flex-shrink: 0;
}
.message-banner{
	margin-top: 80px;
	height: 394px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-end;
	padding: 60px 40px;
	border: 1px solid #eee;
	position: relative;
	overflow: hidden;
}
.message-banner:hover .pic{
	opacity: .7;
}
.message-banner .pic{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	transition: .8s all ease;
}
.message-banner:before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, #f8f8fa, #fff);
	transition: .8s all ease;
	z-index: 1;
}
.message-banner:hover:before{
	left: 50%;
}

.message-banner .en{
	display: block;
	font-size: 1.6rem;
	margin-bottom: 10px;
	line-height: 1;
	letter-spacing: .05em;
}
.message-banner .ja{
	font-weight: 400;
	font-size: 3.2rem;
	letter-spacing: .05em;
}
.message-banner .txt{
	width: 60%;
	//color: #fff;
	font-weight: 500;
	font-size: 1.6rem;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	position: relative;
	z-index: 3;
}
.message-banner .parag{
	width: 100%;
	padding-top: 20px;
	border-top: 1px solid #343436;
	margin-top: 20px;
	text-align: right;
}
@media screen and (min-width: 1080px){
	#sec05 .pic01{
		width: 34vw;
		height: calc(34vw / 16 * 9);
		min-height: 288px;
	}
}


/* ++++++++++++++++++responsive style++++++++++++++++++++ */
@media screen and (max-width: 768px){


/* ++++++++++++++#main-visual++++++++++++++ */
	#main-visual{
		padding: 1.5rem;
		height: calc((100vh - 6rem) * .75);
		min-height: 130vw;
		flex-direction: column;
	}
	#main-visual:before{
		width: calc(100% - 3rem);
		height: calc(100% - 3rem);
	}
	#main-visual .pic{
		width: 100%;
	}
	#main-visual .txt{
		width: 100%;
		height: 50%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding: 0 3rem;
	}
	#main-visual .sec-ttl03{
		font-size: 7vw;
		margin-bottom: 5vw;
	}
	#main-visual .sec-ttl02{
		font-size: 4.2vw;
		margin-bottom: 2.2vw;
	}
	#main-visual .sec-ttl02:after{
		width: 10vw;
		margin-top: 2vw;
	}
	#main-visual .parag02{
		font-size: 3.5vw;
	}




/* ++++++++++++++#sec01++++++++++++++ */
	#news-list a{
		padding: 2.4rem 1.2rem;
		flex-direction: column;
		justify-content: flex-start;
	}

	.post-ttl{
		font-size: 1.3rem;
		width: 100%;
		padding: 1.5rem 0 0;
	}
	.date{
		font-size: 1.1rem;
		height: 2rem;
		width: 9rem;
	}

/* ++++++++++++++++++++#sec02+++++++++++++++++++++ */
	#sec02{
		flex-direction: column-reverse;
	}
	#sec02 .txt{
		width: 100%;
		padding: 3rem 1.5rem 0;
	}
	#sec02 .pic01{
		width: calc(100% - 1.5rem);
		height: calc((100vw - 1.5rem) / 3 * 2);
		margin-left: 1.5rem;
	}
	#sec02 .btn01{
		margin-left: auto;
	}

/* +++++++++++++++++++++#sec03++++++++++++++++++++ */
	#sec03{
		flex-direction: column;
	}
	#sec03 .outline{
		width: 100%;
		padding: 3rem 1.5rem 5rem;
		order: 1;
	}
	#sec03 .pic01{
		margin-bottom: calc((50vw - 1.5rem) / 3 * -1);
		width: 100vw;
		height: calc(100vw / 16 * 9);
		order: 2;
	}
	.strength01{
		order: 3;
	}
	.strength02{
		order: 4;
		margin-top: 5rem;
	}
	.strength03-pic{
		order: 5;
	}
	.strength03{
		order: 6;
	}
	.strength04{
		order: 7;
	}
	.strength01,
	.strength02 .description{
		margin-top: 0;
		width: calc(100% - 3rem);
	}
	.strength01 ul,
	.strength02 ul{
		width: 100%;
		margin: 0 auto;
	}
	.strength01 li,
	.strength02 li{
		width: 50%;
		font-size: 1.4rem;
		height: calc(50vw - 3rem);
	}
	.strength01 li:nth-of-type(2n){
		border-right: none;
	}

	.strength01 li:nth-of-type(2n+1){
		border-right: 1px solid #ddd;
	}
	.strength01 li:nth-of-type(4){
		border-bottom: 1px solid #ddd;
	}
	.strength01 .description{
		padding: 4rem 1.5rem;
	}

	.strength01 .en,
	.strength02 .en,
	.strength03 .en,
	.strength04 .en{
		font-size: 1.2rem;
		margin-bottom: .7rem;
	}

	.strength01 h4 .ja,
	.strength02 h4 .ja,
	.strength03 h4 .ja,
	.strength04 h4 .ja{
		letter-spacing: 0;
		font-size: 2.1rem;
		margin-bottom: 3rem;
	}


	#sec03 .pic02{
		width: 100vw;
		height: calc(100vw / 16 * 9);
		margin-bottom: calc((50vw - 1.5rem) / 3 * -1);
	}
	#sec03 .btn01{
		margin-left: auto;
	}

	.strength02 h4{
		padding: 4rem 1.5rem 0;
	}
	.strength02 .parag02{
		padding: 0 1.5rem 3rem;
	}
	.description strong{
		font-size: 110%;
		background-size: 4px auto;
	}
	.strength03{
		width: calc(100vw - 3rem);
		padding: 4rem 1.5rem 1.5rem;
		margin: 0 auto;
	}
	#sec03 .pic03{
		width: 66.666vw;
		height: 37.499vw;
		margin-right: 0;
		margin-bottom: 2rem;
	}
	.pic-outer.inner{
		margin-top: 5rem;
	}
	#sec03 .pic04{
		width: 66.666vw;
		height: 37.499vw;
		left: auto;
		bottom: auto;
		position: relative;
		margin-top: 1.5rem;
		margin-left: -3rem;
	}
	#sec03 .pic05{
		right: -1.5rem;
		bottom: -6vw;
	}
	#sec03 .pic05 li{
		width: 14vw;
		height: 14vw;
		margin-left: .2rem;
	}
	#sec03 .pic06{
		left: -1.5rem;
		top: -12vw;
		position: absolute;
		display: flex;
		flex-direction: row-reverse;
		z-index: 9;

	}
	#sec03 .pic06 li{
		width: 15vw;
		height: 15vw;
		margin-right: .2rem;
	}
	.strength04{
		width: calc(100% - 3rem);
		margin: 0 auto;
	}
	.strength04 .pic-outer.inner{
		margin-top: calc(6vw + 5rem);
	}
	.strength04 .description{
		padding: 4rem 1.5rem;
		margin-top: 0;
	}
	#sec03 .pic07{
		width: calc(66vw - 1.5rem);
		height: calc((66vw - 1.5rem) / 16 * 9);
		margin-right: -1.5rem;
		margin-bottom: calc((66vw - 1.5rem) / 16 * 3 * -1);
	}

/* +++++++++++++++++++++#sec04++++++++++++++++++++ */
	#works-list{
		display: block;
	}
	#works-list li{
		width: 100%;
		border-bottom: 1px solid #ddd;
	}
	#works-list li:not(:nth-of-type(3n)){
		border-right: none;
	}
	#works-list li a{
		padding: 3rem;
	}
	#sec04 .date{
		font-size: 1.1rem;
		height: 2rem;
		width: 9rem;
		margin: -1rem 0 1rem;
	}
	.works-ttl{
		font-size: 1.4rem;
	}
	#sec04 .sec-ttl01{
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	#sec04 .btn01{
		width: calc(100% - 3rem);
	}


/* +++++++++++++++++++++#sec05++++++++++++++++++++ */

	#sec05 .pic01{
		width: 66vw;
		height: calc(66vw / 16 * 9);
		position: relative;
		right: auto;
		top: auto;
		float: right;
		margin-top: -5rem;
		margin-right: -1.5rem;
		margin-bottom: 3rem;
	}
	#sec05 .sec-ttl01{
		clear: both;
	}
	#sec05 .sec-ttl03{
		font-size: 1.6rem;
	}
	.fc-features{
		border-right: 1px solid #ddd;
	}
	.fc-features li{
		width: 100%;
	}
	.fc-features li:nth-of-type(3n){
		border-right: none;
	}
	.fc-features .pic{
		height: calc((100vw - 3rem) / 3 * 2);
		max-height: auto;
		min-height: auto;
	}
	.fc-features li .pic:after{
		width: 6rem;
		height: 6rem;
		padding-left: 1rem;
		padding-top: 1.2rem;
		font-size: 1.4rem;
	}
	.fc-features h5{
		padding: 3rem 2rem 1rem;
		font-size: 1.5rem;
	}
	.fc-features .parag{
		padding: 0 2rem 2rem;
	}
	.fc-features-area h4{
		margin: 0 0 3rem;
		font-size: 2.1rem;
		line-height: 1.5;
	}
	.fc-features-area .en{
		margin: 5rem 0 .7rem;
		font-size: 1.2rem;
	}

.message-banner{
	margin-top: 4rem;
	height: calc((100vw - 3rem) / 16 * 9);
	align-items: flex-end;
	justify-content: flex-end;
	padding: 1.5rem;
}

.message-banner .pic img{
	object-position: left top;
}
.message-banner .en{
	font-size: 1.1rem;
	margin-bottom: .7rem;
}
.message-banner .ja{
	font-size: 1.6rem;
}
.message-banner .txt{
	width: 100%;
	font-size: 1.1rem;
	flex-direction: column;
	//color: #fff;
}
.message-banner .parag{
	padding-top: 1rem;
	margin-top: 1rem;
	line-height: 1.4;
	text-align: left;
	//border-color: #fff;
}
}