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


/*concept-box*/
 
.concept-box h4 {
	margin-bottom: 0px;
}

.concept-box h4::before, .concept-box h4::after {
	display: none;
}

/*lay01 box04*/

.lay01 .box04 .box {
	position: relative;
}

.lay01 .box04 .box::after {
	content: "";
	position: absolute;
left: 0px;
bottom: 0px;
	background-image: url("images/arrow.svg");
background-position: center bottom;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 100%;
	height: 37px;
}

.lay01 .box04 .box:last-child::after {
	display: none;
}

.lay01 .box04 .box:not(:last-child) {
	padding-bottom: 70px;
}

.lay01 .box04 h6 {
	font-family: 'Noto Serif JP', serif;
	font-size: 32px;
color: #16447c;
line-height: 1.4;
letter-spacing: 0.1em;
font-weight: normal;
	padding-bottom: 30px;
	text-align: center;
}



.sp-view {
    display: none;
}

html, body {
    height: 100%;
}
