@charset "UTF-8";
@import "/include/css/common.pc.css";

/* ---------------------------------------------------------
	CSS Document heading
--------------------------------------------------------- */

html, body {
	background-image: url(../images/visual.jpg);
}

/* ---------------------------------------------------------
	CSS Document about
--------------------------------------------------------- */

#about {
	margin-bottom: 60px;
	font-size: 18px;
}

#about h3 {
	margin-bottom: 40px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
	font-weight: normal;
	font-size: 32px;
}

#about h3 span {
	display: block;
	font-family: Lora, serif;
	font-weight: normal;
	font-style: italic;
	font-size: 14px;
	color: #00479d;
}

/* ---------------------------------------------------------
	CSS Document trust
--------------------------------------------------------- */

#trust {
	height: 500px;
	margin-bottom: 80px;
	padding-top: 120px;
	background: url(../images/trust.jpg) no-repeat top;
	font-size: 0;
}

#trust .section {
	display: inline-block;
	vertical-align: top;
	width: 500px;
	font-size: 16px;
	color: #fff;
}

#trust .section:last-of-type {
	color: #171925;
}

#trust h4 {
	margin-bottom: 50px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
	font-weight: normal;
	font-size: 32px;
	line-height: 50px;
	color: #fff;
}

#trust .section:last-of-type h4 {
	color: #171925;
}

#trust h4 span {
	display: block;
	width: 210px;
	margin: 10px auto 0;
	border-top: solid 1px #fff;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
	font-weight: 300;
	font-size: 16px;
}

#trust .section:last-of-type h4 span {
	border-top: solid 1px #171925;
}

/* ---------------------------------------------------------
	CSS Document ashiba
--------------------------------------------------------- */

#ashiba {
	margin-bottom: 80px;
	text-align: left;
}

#ashiba .h3 {
	margin-bottom: 40px;
}

#ashiba .h4 {
	margin-bottom: 30px;
}

#ashiba .section {
	height: 320px;
	margin-top: 30px;
	margin-bottom: 60px;
	position: relative;
}

#ashiba .section:nth-of-type(odd) {
	padding-left: 630px;
}

#ashiba .section:nth-of-type(even) {
	padding-right: 630px;
	text-align: right;
}

#ashiba .section p {
	width: calc(50vw + 100px);
	height: 310px;
	overflow: hidden;
	background: #ddd;
	position: absolute;
	top: 0;
}

#ashiba .section:nth-of-type(odd) p {
	margin-right: -100px;
	right: 50%;
}

#ashiba .section:nth-of-type(even) p {
	margin-left: -100px;
	left: 50%;
}

#ashiba .section p img {
	max-width: 300%;
	min-width: 750px;
	width: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
}

#ashiba .section:nth-of-type(odd) p img {
	right: 0;
}

#ashiba .section:nth-of-type(even) p img {
	left: 0;
}

#ashiba .section dt {
	margin-bottom: 15px;
	font-size: 18px;
}

#ashiba .section dt span {
	display: inline-block;
	vertical-align: top;
	height: 40px;
	margin-bottom: 15px;
	padding: 0 15px;
	background: #fff;
	box-shadow: 0 0 0 1px #171925 inset;
	text-align: center;
	font-size: 20px;
	line-height: 40px;
}

#ashiba li a {
	display: block;
	width: 330px;
	height: 100px;
	margin: 0 auto;
	background: #00408e;
	text-align: center;
	text-decoration: none;
	font-weight: 500;
	font-size: 18px;
	line-height: 100px;
	color: #fff;
}

#ashiba li a:before {
	display: inline-block;
	vertical-align: top;
	content: '';
	width: 18px;
	height: 100px;
	margin-right: 10px;
	background: url(../images/checked.png) no-repeat left;
	background-size: 18px auto;
}

#ashiba li a:hover {
	opacity: 0.7;
	filter: Alpha(opacity=70);
}

/* ---------------------------------------------------------
	CSS Document kasetsu
--------------------------------------------------------- */

#kasetsu {
	margin-bottom: 80px;
}

#kasetsu .h4 {
	margin-bottom: 30px;
}

#kasetsu ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#kasetsu ul li {
	width: 240px;
	height: 240px;
	margin-bottom: 14px;
}

/* ---------------------------------------------------------
	CSS Document lease
--------------------------------------------------------- */

#lease {
	text-align: left;
}

#lease .h4 {
	margin-bottom: 30px;
}

#lease .f_left {
	width: 500px;
}

#lease .f_left p {
	margin-bottom: 30px;
}

#lease .f_left dt {
	display: inline-block;
	vertical-align: top;
	height: 30px;
	margin-bottom: 10px;
	padding: 0 15px;
	background: #fff;
	box-shadow: 0 0 0 1px #171925 inset;
	text-align: center;
	font-size: 15px;
	line-height: 30px;
}

#lease .f_right {
	width: 450px;
}
