@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{
	position: relative;
}

#main-visual .inner{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
#main-visual h1{
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 5rem;
	letter-spacing: .1em;
	text-shadow: 0 0 .2em #fff;
}
#main-visual h1 span{
	letter-spacing: .15em;
	line-height: 1.5;
	text-align: center;
}
#main-visual .bg-black{
	text-shadow: none;
	background: #333;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 1.6rem;
	padding: .75em 1em;
}
#main-visual .desc-txt{
	font-size: 2.4rem;
	padding: 1em 0;
}
#main-visual .kana{
	font-size: 1.5rem;
	padding-top: 1.5em;
}

#main-visual .text-p{
  position: absolute;
  bottom: 50px;
  right: 50px;
  font-size:1.3rem;
}
	

/* +++++++++++++++++++++#sec01++++++++++++++++++++ */
#news-list{
	border-top: 1px solid #ccc;
}
#news-list li{
	border-bottom: 1px solid #ccc;
}
#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: #f5f5f5;
	content: "";
	transition: .3s all ease;
	transform: scaleX(0);
	transform-origin: left top;
}
#news-list a:hover:before{
	transform: scaleX(1);
}
.post-ttl{
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 2;
	padding-left: 40px;
	position: relative;
	z-index: 2;
	width: calc(100% - 120px);
}
#news-list .date{
	font-weight: 600;
	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 h3{
	font-size: 2.1rem;
	line-height: 1.7;
	font-weight: 600;
	margin-bottom: 40px;
}
#sec02 .inner{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}
#sec02 .sec-ttl01{
	width: 100%;
}
#sec02 .txt{
	width: calc(50% - 30px);
}
#sec02 .pic{
	width: calc(50% - 30px);
}

/* +++++++++++++++++++++#sec03++++++++++++++++++++ */

#sec03 h3{
	font-size: 2.1rem;
	line-height: 1.7;
	font-weight: 600;
	margin-bottom: 40px;
}
#sec03 .inner{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
        flex-direction: row-reverse;
}
#sec03 .sec-ttl01{
	width: 100%;
}
#sec03 .txt{
	width: calc(50% - 30px);
}
#sec03 .pic{
	width: calc(50% - 30px);
}

/* +++++++++++++++++++++#sec04++++++++++++++++++++ */
/*
#sec04:before{
	content: "";
	display: block;
	width: 100%;
	height: 32%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background: #f5f5f5;
	background-position: left bottom;
}
*/
#sec04 h3{
	font-size: 3rem;
	line-height: 1.7;
	font-weight: 600;
	margin-bottom: 40px;
	text-align: center;
}
#sec04 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#sec04 li{
	width: calc(33.333% - 20px);
	background: #fff;
	border: 1px solid #ccc;
}
#sec04 .txt{
	padding: 30px 20px;
}
#sec04 h4{
	font-size: 1.8rem;
	line-height: 1.4;
	color: #005eac;
	margin-bottom: 10px;
}
#sec04 li p{
	font-weight: 600;
	font-size: 1.5rem;
}


#sec04 h3 span {
    position: relative;
    padding: 0.7rem 0;
    margin-bottom: 0.2rem;
    background-image: repeating-linear-gradient(45deg, transparent 0 3px, #bee0e1 3px 6px);
    background-repeat: no-repeat;
    background-size: 100% 8px;
    background-position: left 0 bottom 7px;
    color: #353535;
    font-weight: bold;
    font-size: 3rem;
}

.service-mg-btm20{
	margin-bottom:20px;
}

#works-list{
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start
}
#works-list li{
	width: 25%;
	padding: 0 30px 0;
}
#works-list li a{
	display: block;
	position: relative;
}
#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;
}
#works-list .date{
	display: flex;
	font-size: 1.3rem;
	letter-spacing: .1em;
	height: 26px;
	width: 100px;
	background: #343436;
	color: #fff;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 2;
	transition: .15s all ease;
	margin: -13px 0 10px;
}
.works-ttl{
	font-size: 1.6rem;
	line-height: 1.8;
	font-weight: 600;
	margin-bottom: 10px;
}



.cat-list{
	font-size: 1.2rem;
	border-radius: 3rem;
	padding: .8rem 1rem;
	border: .1rem solid #333;
	transition: .3s all ease;
	margin: 1rem 1rem 0 0;
}


@media screen and (max-width: 768px){


/* ++++++++++++++++#main-visual+++++++++++++++++ */
	#main-visual{
		padding:0.1em;
	}

	#main-visual .inner{
		padding: 0 1em;
	}
	#main-visual h1{
		font-size: 3rem;
  	        text-align: center;
	}
	#main-visual h1 span{
		letter-spacing: .1em;
	}
	#main-visual .bg-black{
		text-align: center;
		font-size: 1.2rem;
		padding: .5em .5em;
	}
	#main-visual .desc-txt{
		font-size: 1.6rem;
		padding: 3em 0;
	}
	#main-visual .kana{
		font-size: 1.3rem;
		padding-top: 3em;
	        text-align: center;
	}

 	#main-visual .sp {
		display: none;
	}

	#main-visual .text-p{
 		 position: absolute;
		 bottom: 10px;
		 right: 20px;
		font-size:1.2rem;
}

/* +++++++++++++++++++++#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 h3{
		font-size: 1.8rem;
		width: 100%;
		margin-bottom: 2.5rem;
	}
	#sec02 .inner{
		flex-direction: column;
		justify-content: flex-start;
	}
	#sec02 .sec-ttl01{
		order: 1;
	}
	#sec02 .txt{
		width: 100%;
		order: 3;
	}
	#sec02 .pic{
		width: 100%;
		order: 2;
		margin: 4rem 0 2.5rem;
	}

/* +++++++++++++++++++++#sec03++++++++++++++++++++ */

	#sec03 h3{
		font-size: 1.8rem;
		width: 100%;
		margin: 2.5rem 0;
	}

	#sec03 img{
		width:100%;
	}

	#sec03 .inner{
		flex-direction: column;
		justify-content: flex-start;
	}

	#sec03 .sec-ttl01{
		margin-bottom:5rem;
	}

	#sec03 .txt{
		width: 100%;
		order: 3;
	}
	#sec03 .pic{
		width: 100%;
		order: 2;
		margin: 4rem 0 2.5rem;
	}

/* +++++++++++++++++++++#sec04++++++++++++++++++++ */

	#sec04 h3{
		font-size: 1.8rem;
		margin-bottom: 3rem;
	}
	#sec04 h3 span {
		font-size:110%;
	}
	#sec04 ul{
		display: block;
		padding: 0 1.5rem;
	}
	#sec04 li{
		width: 100%;
		margin-bottom: 3rem;
	}
	#sec04 .txt{
		padding: 3rem 1.5rem;
	}
	#sec04 h4{
		font-size: 1.6rem;
		margin-bottom: 1rem;
	}
	#sec04 li p{
		font-weight: 600;
		font-size: 1.4rem;
	}

	#sec04:before{
		height: 25%;
	}

	#works-list{
		justify-content: space-between;
	}
	#works-list li{
		width: calc(50% - 1.5rem);
		border-right: none !important;
		padding: 0;
		margin-bottom: 4rem;
	}
	.date{
		font-size: 1.1rem;
		height: 2rem;
		width: 9rem;
		margin: -1rem 0 1rem;
	}
	.works-ttl{
		font-size: 1.4rem;
	}
	main #sec04 .btn01{
		margin-top: 0;
	}
	.three-column_items{
		margin-left:0px;width: 100%;padding:0;
	}
	.three-column{
		margin:0;
	}
}
