@charset "utf-8";

/************************

TOP PAGE SETTING

************************/

#kv {
	background: url("../images/top/bg_head.jpg") no-repeat center bottom;
	background-size:cover;
	width: 100vw;
	height: 90vh;	
	position: relative;
	background-attachment: fixed;
}

#kv div {
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 40%;
	max-width: 500px;
}

#kv img { width: 100%;}

#kv p {
	text-align: center;
	width: 100%;
	padding: 5px 0;
	background: rgba(244,249,254,1.00);
	position: absolute;
	bottom: -5%;
}

#greeting {
	background: url("../images/top/bg_greeting.jpg") no-repeat bottom;
	background-size: 100%;
	padding-bottom: 5.0rem;
}

#greeting .left {
	width: 30%;
	margin-right: 5%
}
#greeting .right {
	width: 65%;
}
#greeting .white_box {
	background:rgba(255,255,255,0.80);
	padding: 2.5% 10%;
}

#service .topiclist dd span {
	background: rgba(208,240,239,1.00);
}
#project .topiclist dd span {
	background:rgba(228,245,253,1.00);
}
#mission .topiclist dd span {
	background:rgba(244,241,236,1.00);
}

#project-contents .ttl_box p {
	margin-bottom: 2rem;
	position: static;
	font-size: 1.1rem;
}

/************************

CONTENTS PAGE SETTING

************************/
#kv_contents {
	background: url("../images/common/bg_header_contents.jpg") no-repeat center bottom;
	background-size:cover;
	width: 100vw;
	height: 35vh;	
	position: relative;
}

#kv_contents div {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 40%;
	max-width: 350px;
}

#kv_contents img { width: 100%;}

.flow_box {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.flow_box ul {
	width: calc(84% / 4);
	margin:3.0rem 2.0%;
}
.flow_box img {
	margin-bottom: 10px;
}


#profile .left {
	width: 40%;
	margin-right: 5%;
}
#profile .right {
	width: 55%;
}

#profile .right h4 {
	font-size: 1.8rem;
	font-weight: 400;
}
#profile .right h4 span {
	margin-left: 30px;
	font-size: 1.0rem;
	font-weight: 300;
}
#profile .right .btn_A {
	width: 60%;
}

#faq dl {
	width: 100%;
	margin: 3.0rem auto;
}
#faq dt {
	border-bottom: 1px solid #c7b7a2;
	padding-bottom: 1.0rem;
	margin-bottom: 1.0rem;
	font-size: 1.1rem;
}
#faq dt span {
	color: #c7b7a2;
	font-size: 1.5rem;
	margin-right: 15px;
}
#faq dd {
	border-bottom: 1px solid #c7b7a2;
	padding-bottom: 1.0rem;
	margin-bottom: 1.0rem;
}
#faq dd span {
	font-size: 1.5rem;
	margin-right: 15px;
}

@media screen and (max-width: 767px) {
	
	
/************************

TOP PAGE SETTING

************************/

#kv {
	background: url("../images/top/bg_head_sp.jpg") no-repeat center bottom;
	background-size:cover;
	width: 100vw;
	height: 95vh;	
	position: relative;
}

#kv div {
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 60%;
}

#kv p {
	text-align: center;
	width: 90%;
	padding: 5px 5%;
	background: rgba(244,249,254,1.00);
	position: absolute;
	bottom: -5%;
	font-size: 0.7rem;
}	
	
	
#greeting {
	background: url("../images/top/bg_greeting.jpg") no-repeat bottom;
	background-size: 100%;
	padding-bottom: 10.0rem;
}
#greeting .left {
	width: 100%;
	margin-right: 0%;
}
#greeting .right {
	width: 100%;
}
#greeting .white_box {
	background:none;
	padding: 0%;
}
	
/************************

CONTENTS PAGE SETTING

************************/
#kv_contents {
	background: url("../images/common/bg_header_contents.jpg") no-repeat left bottom;
	background-size:cover;
	width: 100vw;
	height: 25vh;	
	position: relative;
}

#kv_contents div {
	display: none;
}


.flow_box {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.flow_box ul {
	width: calc(92% / 2);
	margin:3.0rem 2.0%;
	font-size: 0.8rem;
}
.flow_box img {
	margin-bottom: 10px;
}
	
#profile .left {
	width: 80%;
	margin: 0 auto 1.5rem;
}
#profile .right {
	width: 100%;
}

#profile .right h4 {
	font-size: 1.5rem;
	font-weight: 400;
	text-align: center;
}
#profile .right h4 span {
	margin-left: 30px;
	font-size: 1.0rem;
	font-weight: 300;
}
#profile .right .btn_A {
	width: 100%;
}
	
	
#faq dl {
	width: 100%;
	margin: 3.0rem auto;
	line-height: 1.8;
}

#faq dt {
	border-bottom: 1px solid #c7b7a2;
	padding-bottom: 1.0rem;
	margin-bottom: 1.0rem;
	font-size: 1.0rem;
}

#faq dd {
	border-bottom: 1px solid #c7b7a2;
	padding-bottom: 1.0rem;
	margin-bottom: 1.0rem;
	font-size: 0.9rem;
}
	


}
