@charset "utf-8";

#catch {
	height: 465px;
	background-image: url(../images/index/main_index.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	border-bottom: 15px solid #398A99;
	margin-bottom: 80px;
}
#catch h1 {
	padding-top: 125px;
	margin-bottom: 9px;
}
.newcon h1 {
	text-align: center;
}

.newcon h1 span {
	font-size: 20px;
	font-weight: bold;
	margin-top: 15px;
	display: block;
}
.newcon h1+p {
	font-size: 15px;
	padding-top: 15px;
	text-align: center;
}
.newcon h3 {
	margin-top: 40px;
	font-size: 25px;
	color: rgba(57,138,153,1.00);
	margin-bottom: 10px;
	line-height: 140%;
}
.newcon p {
	font-size: 15px;
	line-height: 180%;
}
.newcon .box {
	padding: 20px;
	border: 1px solid rgba(204,204,204,1.00);
	margin-top: 40px;
	background-color: rgba(255,255,255,1.00);
}
.newcon .box h3 {
	margin-top: 0px;
	margin-bottom: 20px;
}

.newcon .box p+p {
	margin-top: 20px;
}
#management {
	width: 968px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-bottom: 80px;
}
#opening {
	background-color: rgba(246,246,246,1.00);
	padding-top: 80px;
	padding-bottom: 1px;
	margin-bottom: 80px;
}
.newcon .inner {
	width: 968px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-bottom: 80px;
}
#flow {
	width: 968px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-bottom: 10px;
}
#flow .box ul {
	display: flex;
	display: -webkit-flex; /* Safari */ 　
    display: -ms-flexbox;flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */
}
#flow .box ul li {
	margin-right: 20px;
	margin-top: 20px;
}


#company {
	background-color: rgba(246,246,246,1.00);
	margin-top: 80px;
	padding-bottom: 80px;
	margin-bottom: -100px;
}
#company .title {
	padding-top: 80px;
	margin-bottom: 40px;

}
#company .inner {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	display: flex;
	display: -webkit-flex; /* Safari */ 　
    display: -ms-flexbox;flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
}
#company .inner .box:nth-of-type(2)  {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	background-color: hsla(0,0%,100%,1.00);
	height: 280px;
}
#company .inner .box:nth-of-type(2) h2 {
	border-bottom: 1px solid hsla(0,0%,80%,1.00);
	margin-bottom: 5px;
	padding-bottom: 8px;
}
#company .inner .box:nth-of-type(2) h2+p {
	font-size: 12px;
	line-height: 165%;
}
#company .inner .box:nth-of-type(2) p:nth-of-type(2)  {
	color: hsla(189,46%,41%,1.00);
	margin-top: 15px;
	font-weight: bold;
}
#company .inner .box:nth-of-type(2) p:nth-of-type(2) img {

}
#company .inner .box:nth-of-type(2) p:nth-of-type(3) {
	margin-top: 10px;
}
#company .inner+p {
	margin-top: 40px;
}
