@charset "UTF-8";

/* ============================================== */
/* index.html */
/* ============================================== */

/* ---------------------------------------------- */
/*common*/
/* ---------------------------------------------- */
body {
	/*min-width:1200px;*/
}
a {
	color:#333 !important;
}
.arrow {
	color:#333;
	font-weight:600;
	background:url('../../plus/images/index/arrow01.png') no-repeat left center;
	padding-left:20px;
}
#content_wrapper.index {
	font-family:'Noto Sans JP', sans-serif;
	font-size:1.071em;
	line-height:1.8;
}
#ContentsArea {
	width:100% !important;
	background:url('../../plus/images/index/bg_contents.png') repeat-x top center;
}
.link_newwin {
	display:inline;
	background:url(../../plus/images/index/icon_blank.png) no-repeat right center;
	padding-right:18px;
	color:#00508c;
	text-decoration:underline;
}

/* ---------------------------------------------- */
/* sec__mv */
/* ---------------------------------------------- */
.index .sec__mv {
	height:477px;
	background:url('../../plus/images/index/mv.jpg') center center;
	background-size:cover;
	position: relative;
	display:-webkit-box; display:-webkit-flex; display:-ms-flexbox; display:flex;
	-webkit-box-align:center; -webkit-align-items:center; -ms-flex-align:center; align-items:center;
}
.index .sec__mv .mv {
	width:1000px;
	margin:0 auto;
	color:#fff;
}
.index .sec__mv .mv h1 {
	font-size:2.8em;
	font-weight:700;
	margin-bottom:20px;
}

/* ---------------------------------------------- */
/* sec__news */
/* ---------------------------------------------- */
.index .sec__news {
	padding-top:50px;
}
.index .sec__news .news {
	width:1000px;
	margin:0 auto;
	display:-webkit-box; display:-ms-flexbox; display:flex;
	padding-bottom:120px;
}
.index .sec__news .news > .title {
	width:135px;
	padding-top:30px;
	padding-left:50px;
	font-size:1.429em;
	font-weight:700;
	background:url('../../plus/images/index/sh_news.png') no-repeat top 5px left 50px;
}
.index .sec__news .news .txt {
	width:815px;
	box-sizing:border-box;
	border-left:1px #d7d7d7 solid;
	padding-left:60px;
}
.index .sec__news .news .txt p.archive {
	margin-top:1em;
}

/* ---------------------------------------------- */
/* sec__service */
/* ---------------------------------------------- */
.index .sec__service {
	width:1000px;
	background:#fff;
	margin:-75px auto 80px auto;
	display:-webkit-box; display:-ms-flexbox; display:flex;
	box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .2);
}
.index .sec__service .box__service {
	width:333px;
	border-right:1px #d9d9d9 solid;
	box-sizing:border-box;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.index .sec__service .box__service:last-child {
	width:334px;
	border:none;
}
.index .sec__service .box__service:hover {
	opacity:0.7;
}
.index .sec__service .box__service.service {
	background:#fff url('../../plus/images/index/bg_service.png') no-repeat top center;
}
.index .sec__service .box__service.detail {
	background:#fff url('../../plus/images/index/bg_detail.png') no-repeat top center;
}
.index .sec__service .box__service.repository {
	background:#fff url('../../plus/images/index/bg_repository.png') no-repeat top center;
}
.index .sec__service .box__service .inner {
	position:relative;
	padding:165px 25px 70px 25px;
}
.index .sec__service .box__service .inner a {
	position:absolute;
	bottom:0;
	left:0;
	height:100%;
	width: 100%;
}
.index .sec__service .box__service .inner a span {
	position:absolute;
	bottom:25px;
	left:0;
	margin-left:20px;
}
.index .sec__service .box__service .inner > .title {
	width:135px;
	padding-top:35px;
	font-size:1.429em;
	font-weight:700;
	margin-bottom:12px;
}
.index .sec__service .box__service.service .inner > .title {
	background:url('../../plus/images/index/sh_service.png') no-repeat top 20px left 2px;
}
.index .sec__service .box__service.detail .inner > .title {
	background:url('../../plus/images/index/sh_detail.png') no-repeat top 20px left 2px;
}
.index .sec__service .box__service.repository .inner > .title {
	background:url('../../plus/images/index/sh_repository.png') no-repeat top 20px left 2px;
}

/* ---------------------------------------------- */
/* sec__inquiry */
/* ---------------------------------------------- */
.index .sec__inquiry {
	height:325px;
	background:#efe3d7 url('../../plus/images/index/bg_inquiry.jpg') top right;
	background-size:cover;
	position:relative;
	display:-webkit-box; display:-webkit-flex; display:-ms-flexbox; display:flex;
	-webkit-box-align:center; -webkit-align-items:center; -ms-flex-align:center; align-items:center;
}
.index .sec__inquiry .inquiry {
	width:1000px;
	margin:0 auto !important;
	text-align:center;
}
.index .sec__inquiry .inquiry .title {
	font-size:1.714em;
	font-weight:700;
	margin-bottom:30px;
}
.btn_inquiry {
	width:588px;
	margin:45px auto 0 auto;
	background:#fff;
	text-align:center;
}
.btn_inquiry a {
	display:block;
	padding:20px 0;
	font-size:1.429em;
	font-weight:700;
	color:#fff !important;
	text-decoration:none;
	background:#c00000 url('../../plus/images/index/arrow02.png') no-repeat right 20px center;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn_inquiry a:hover {
	opacity:0.7;
	text-decoration:none;
}

/* ---------------------------------------------- */
/* sec__modal */
/* ---------------------------------------------- */
#modal-content {
	width:680px ;
	margin:0 ;
	padding:60px ;
	background:#fff ;
	position:fixed ;
	display:none ;
	z-index: 2 ;
}
#modal-overlay {
	z-index: 1 ;
	display: none ;
	position: fixed ;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 120% ;
	background-color: rgba( 0,0,0, 0.75 ) ;
}
#modal-content p{
	font-size:1.429em;
	font-weight:700;
	text-align:center;
	margin-bottom:40px;
}
#modal-content ul li.decimal{
	list-style-type:decimal;
	margin-bottom:30px;
}
#modal-content #modal-close {
	position:absolute;
	top:-40px;
	right:20px;
}
.button-link {
cursor: pointer;
}
