@charset "utf-8";

/*--------------------
	contents
--------------------*/
main {
	width: auto;
}

main > div:nth-child(odd) {
	background: #edf0f8;
}

main section {
	margin: auto;
	width: 1200px;
}

h2 {
	margin-bottom: 0;
	margin-left: 0;
	padding: 20px 0;
	text-align: center;
	font-size: 35px;
	color: #17469b;
	border: none;
}

h3 {
	margin: 0 0 20px 0;
	margin-bottom: 20px;
	padding-left: 20px;
	font-size: 22px;
	border-bottom: 1px solid #17469b;
	border-left: 10px solid #17469b;
	background: none;
}

/*--------------------
	visual
--------------------*/
#visual {
	margin-bottom: 0;
	height: 650px;
	background: none;
}
#visual video {
	width: 100%;
	height: 650px;
	margin: auto;
	object-fit: cover;
}

#visual div {
	position: static;
	width: 1200px;
	margin: -100px auto 0;
	color: #17469b;
	font-size: 45px;
	font-weight: bold;
	text-shadow:
    	2px 2px 5px #ffffff,
    	-2px 2px 5px #ffffff,
    	2px -2px 5px #ffffff,
    	-2px -2px 5px #ffffff,
    	2px 0px 5px #ffffff,
    	0px 2px 5px #ffffff,
    	-2px 0px 5px #ffffff,
    	0px -2px 5px #ffffff;
}

/*--------------------
	business
--------------------*/
#business {
	font-size: 18px;
}
#business .work_image {
	margin-top: 20px;
	margin-bottom: 40px;
}

#business .work_image::after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#business .work_image img,
#business section figure {
	float: left;
}

#business .work_image img + img {
	margin-left: 75px;
}

#business section figure {
	max-width: 280px;
	text-align: center;
}
#business section figure + figure {
	margin-left: 26px;
}

/*--------------------
	news
--------------------*/
#news section {
	padding-bottom: 40px;
}
#news ul {
	margin-left: 0;
	padding: 10px;
	background: #fff;
	list-style: none;
}
#news ul li {
	margin: 0 1em;
	height: 50px;
}
#news ul li + li::before {
	content: "";
	display: block;
	border-top: 1px solid #17469b;
}
#news ul li a {
	display: block;
	padding-left: 2em;
	line-height: 50px;
	text-decoration: none;
	color: #2a5ba8;
	transition: 0.7s;
}
#news ul li a:hover {
	background: #f0f0f0;
}
#news ul li span {
	float: left;
	min-width: 150px;
	padding-right: 20px; /* 外国語用 */
	color: black;
}

#news ul li b {
	margin-left: 10px;
}

#news .btn {
	margin-bottom: 0;
	padding: 0 20px;
	width: 270px;
}

/*--------------------
	access
--------------------*/
#access {
	margin-bottom: 40px;
}
#access p {
	margin-bottom: 10px;
	text-align: center;
	font-size: 18px;
}