@charset "utf-8";

/* wrapper */
	body .wrapper {
		width: 1360px;
	}
 .wrapper > .inner {
		width: 1220px;
		margin-right: auto;
		margin-left: auto;
	}
.page_satei .pankuzuArea {
	position: relative;
	z-index: 5;
	margin-bottom: 0;
}
.section--01 {
	 margin-top: -28px;
}
@media only screen and (max-width: 1380px) {
	body .wrapper {
		width: 1160px !important;
	}
}
@media only screen and (max-width: 1180px) {
	body .wrapper {
		width: 100% !important;
	}
 .wrapper > .inner {
		width: auto;
	}
}

	/* container */
	body .container {
		padding-bottom: 0;
	}

	.image-full img {
		width: 100%;
	}

/* anchor */
	.anchor {
		margin-top: -100px;
		-webkit-transition: .5s;
		transition: .5s;
	}
	.anchor ul {
		font-size: 0;
		letter-spacing: -1em;
		word-spacing: -1em;
		text-align: center;
	}
	.anchor li {
		width: 33%;
		display: inline-block;
		font-size: 14px;
		letter-spacing: normal;
		word-spacing: normal;
		vertical-align: top;
	}

.anchor li img {
	width: 100%;
	height: auto;
}
	.anchor li a img {
		-webkit-transition: .5s;
		transition: .5s;
	}
	.anchor li a:hover img {
		-webkit-transform: translateY( -10px);
		-ms-transform: translateY( -10px);
		transform: translateY( -10px);
	}
@media only screen and (max-width: 800px) {
	.anchor {
		margin-top: -30px;
		text-align: center;
	}
	.anchor li {
		width: 98%;
		display: block;
		font-size: 14px;
		margin: 0 auto;
		letter-spacing: normal;
		word-spacing: normal;
		vertical-align: top;
	}
}

	.btn-satei {
		text-align: center;
	}
	.btn-satei a {
		-webkit-transition: .5s;
		transition: .5s;
	}
	.btn-satei a:hover {
		filter: alpha( opacity=70 );
		-ms-filter: "alpha( opacity=70 )";
		opacity: 0.7;
	}

	.btn-more {
		position: relative;
		display: table;
		width: 150px;
		margin-right: auto;
		margin-left: auto;
		font-size: 15px;
		font-weight: bold;
		letter-spacing: normal;
		text-align: center;
	}
	.btn-more a {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		display: table-cell;
		width: 100%;
		height: 31px;
		padding-right: 10px;
		padding-left: 10px;
		border: 2px solid #6b6b6b;
		color: #505050;
		vertical-align: middle;
		-webkit-transition: .5s;
		transition: .5s;
	}
	.btn-more a:hover {
		background-color: #6b6b6b;
		color: #fff;
	}

	.btn-arrow {
		position: relative;
		display: table;
		width: 100%;
		font-size: 12px;
		font-weight: bold;
		line-height: 1.3;
		letter-spacing: normal;
		text-align: center;
	}
	.btn-arrow a {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		display: table-cell;
		width: 100%;
		height: 41px;
		padding-right: 10px;
		padding-left: 10px;
		border: 2px solid #005ca0;
		background-color: #005ca0;
		color: #fff;
		vertical-align: middle;
		-webkit-transition: .5s;
		transition: .5s;
	}
	.btn-arrow a:before {
		content: "";
		position: absolute;
		top: 5px;
		right: 6px;
		width: 15px;
		height: 15px;
		background: url(../imgs//ic-arrow.png) no-repeat;
	}
	.btn-arrow a:hover {
		filter: alpha( opacity=70 );
		-ms-filter: "alpha( opacity=70 )";
		opacity: 0.7;
	}

/* list */
	.list-merit {
		margin-top: -40px;
		margin-left: -60px;
		font-size: 0;
		letter-spacing: -1em;
		word-spacing: -1em;
		text-align: center;
	}
	.list-merit > div {
		display: inline-block;
		width: 20%;
		margin-top: 40px;
		margin-left: 60px;
		font-size: 12px;
		line-height: 1.84;
		letter-spacing: normal;
		word-spacing: normal;
		vertical-align: top;
		text-align: left;
	}
@media only screen and (max-width: 1200px) {
	.list-merit > div {
		width: 280px;
	}
}

/* title */
	.title-01 {
		font-size: 27px;
	}
	.title-sub-01 {
		font-size: 14px;
		color: #b46266;
	}

	.item {
		display: table;
		table-layout: fixed;
		width: 100%;
	}
	.item__text,
	.item__image {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		display: table-cell;
		vertical-align: middle;
		-webkit-transition: .5s;
		transition: .5s;
	}
	.item__text {
		padding-right: 30px;
	}
	.item__image {
		width: 610px;
		text-align: center;
	}
	.item .btn-more {
		margin-left: 0;
	}

@media only screen and (max-width: 960px) {
	.item__text,
	.item__image {
		display: block;
	}
	.item__image {
		width: auto;
		margin-top: 40px;
	}
}

	.section--07 {
		position: relative;
        margin-bottom: 60px;
	}
	.section--07 .caption {
		position: absolute;
		right: 5px;
		bottom: 5px;
	}

	.area-cv {
		display: table;
		width: 100%;
		height: 630px;
		font-size: 16px;
		line-height: 2.5;
		background: url(../imgs/bg-cv.jpg) center center no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
	}
	.area-cv__inner {
		display: table-cell;
		text-align: center;
		vertical-align: middle;
	}
.contents-footer-annotation {
	font-size: 12px;
	max-width: 1100px;
	margin: 0 auto 2em auto;
	padding: 0 5px;
	text-align: left;
}

@media only screen and (max-width: 736px) {
	.contents-footer-annotation {
		font-size: 1rem;
		font-size: 3.125vw;
		padding-top: 0;
		width: 93.75%;
	}
}
