/*--------------------------------------------
メインイメージ
--------------------------------------------*/
.t-mv {
	overflow: hidden;
	position: relative;
	}

.t-mv__01--txtbox--catch {
	color: #fff;
	letter-spacing: 0.35em;
	padding: 0 15px 30px 15px;
	position: relative;
	text-shadow: 1px 1px 3px #73767a;
	}
/********* sp *********/
@media only screen and (max-width: 750px) {
.t-mv__01--txtbox--catch {
	padding: 0 0 20px 0;
	}
}

.t-mv__01--txtbox--catch::before {
	position: absolute;
	left: 0;
 bottom: 0;
 content: "";
 display: inline-block;
 height: 1px; 
 background: #d23056;
 width: 400px;
	}
/********* sp *********/
@media only screen and (max-width: 750px) {
.t-mv__01--txtbox--catch::before {
	position: absolute;
	left: 0;
 bottom: 0;
 content: "";
 display: inline-block;
 height: 1px; 
 background: #d23056;
 width: 90%;
	}
}

.t-mv__01--txtbox--catch::after {
	position: absolute;
	left: 400px;
 bottom: 0;
 content: "";
 display: inline-block;
 height: 1px; 
 background: #fff;
 width: 40px;
	}
/********* sp *********/
@media only screen and (max-width: 750px) {
.t-mv__01--txtbox--catch::after {
	position: absolute;
	left: 90%;
 bottom: 0;
 content: "";
 display: inline-block;
 height: 1px; 
 background: #fff;
 width: 10%;
	}
}

.t-mv h1,
.t-mv__01--txtbox--lead {
	padding: 0 15px;
	}

	.t-mv__01--txtbox--lead {
		text-shadow: 1px 1px 3px #73767a;
	}
/********* sp *********/
@media only screen and (max-width: 750px) {
.t-mv h1,
.t-mv__01--txtbox--lead {
	padding: 0;
	}
}

/*
01
*/
.t-mv__01 {
 background: url(/images/top_mv_01.png) no-repeat;
	background-size: cover;
	background-position: center;
	height: 760px;
	width: 100%;
	}
/********* sp *********/
@media only screen and (max-width: 750px) {
.t-mv__01 {
	background: url(/images/top_mv_01.png) no-repeat;
	background-size: cover;
	background-position: left -200px center;
	height: 615px;
	}
}

.t-mv__01--txtbox {
	max-width: 1110px;
	margin: 310px auto 0 auto;
	width: 86%;
	}
/********* sp *********/
@media only screen and (max-width: 750px) {
.t-mv__01--txtbox {
	margin: 190px auto 0 auto;
	}
}

/*
02
*/
.t-mv__02 {
 background: url(/images/top_mv_02.png) no-repeat;
	background-size: cover;
	background-position: center;
	height: 760px;
	width: 100%;
	}
/********* sp *********/
@media only screen and (max-width: 750px) {
.t-mv__02 {
	height: 615px;
	}
}

.t-mv__02--txtbox {
	max-width: 1110px;
	margin: 310px auto 0 auto;
	width: 86%;
	}
/********* sp *********/
@media only screen and (max-width: 750px) {
.t-mv__02--txtbox {
	margin: 190px auto 0 auto;
	}
}

/*
03
*/
.t-mv__03 {
 background: url(/images/top_mv_03.png) no-repeat;
	background-size: cover;
	background-position: center;
	height: 760px;
	width: 100%;
	}
/********* sp *********/
@media only screen and (max-width: 750px) {
.t-mv__03 {
	height: 615px;
	}
}

.t-mv__03--txtbox {
	max-width: 1110px;
	margin: 310px auto 0 auto;
	width: 86%;
	}
/********* sp *********/
@media only screen and (max-width: 750px) {
.t-mv__03--txtbox {
	margin: 190px auto 0 auto;
	}
}


/*--------------------------------------------
サービス
--------------------------------------------*/
.t-service {
	background: url(/images/top_content_bg.png) repeat-x;
	background-position: left top 480px;
 padding-top: 60px;
	}
/********* sp *********/
@media only screen and (max-width: 750px) {
.t-service {
	background: none;
 padding-top: 50px;
	}
}
	
/*
inner__01
*/
.t-service--inner__01 {
	overflow: hidden;
	margin: 0 auto;
	max-width: 1110px;
	width: 86%;
	}

.t-service--inner__01--ttl {
	float: left;
	padding: 0 0 20px 15px;
	position: relative;
	width: 31%;
	}
/********* sp *********/
@media only screen and (max-width: 750px) {
.t-service--inner__01--ttl {
	float: none;
	padding: 0 0 20px 0;
	width: 100%;
	}
}
	
.t-service--inner__01--ttl::before {
	position: absolute;
	left: 0;
 bottom: 0;
 content: "";
 display: inline-block;
 height: 1px; 
 background: #d23056;
 width: 91%;
	}
/********* sp *********/
@media only screen and (max-width: 750px) {
.t-service--inner__01--ttl::before {
 width: 48%;
	}
}
	
.t-service--inner__01--ttl::after {
	position: absolute;
	left: 91%;
 bottom: 0;
 content: "";
 display: inline-block;
 height: 1px; 
 background: #ccc;
 width: 9%;
	}
/********* sp *********/
@media only screen and (max-width: 750px) {
.t-service--inner__01--ttl::after {
	left: 48%;
 width: 4%;
	}
}
	
.t-service--inner__01--txtbox {
	float: right;
	padding-top: 60px;
	width: 66%;
	}
/********* sp *********/
@media only screen and (max-width: 750px) {
.t-service--inner__01--txtbox {
	float: none;
	padding-top: 25px;
	width: 100%;
	}
}
	
/*
inner__02
*/
.t-service--inner__02 {
	display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flex;
 display: -o-flex;
 display: flex;
 flex-wrap: wrap;
 -webkit-justify-content: space-between;
 justify-content: space-between;
 align-content：flex-start;
	margin: 50px auto 0 auto;
	max-width: 1110px;
	width: 86%;
	}
/********* sp *********/
@media only screen and (max-width: 750px) {
.t-service--inner__02 {
 display: block;
	margin: 35px auto 0 auto;
	width: 100%;
	}
}
	
.t-service--inner__02--phbox {
	background: #eceeee;
	width: 33.2%;
	}
/********* sp *********/
@media only screen and (max-width: 750px) {
.t-service--inner__02--phbox {
	background: #fff;
	width: 100%;
	}
}
	
.t-service--inner__02--phbox a {
	display: block;
	height: 380px;
	position: relative;
	}
/********* sp *********/
@media only screen and (max-width: 750px) {
.t-service--inner__02--phbox a {
	height: 265px;
	}
}
	
.t-service--inner__02--phbox a h3 {
	background: url(../images/ic_arrow_white.png) no-repeat;
	background-size: 10px;
	background-position: right 8% top;
	position: absolute;
	left: 0;
	top: 250px;
	padding: 0 8%;
	width: 100%;
	text-shadow: 2px 2px 7px #1d1d1d;
	}
/********* sp *********/
@media only screen and (max-width: 750px) {
.t-service--inner__02--phbox a h3 {
	display: none;
	}
}
	
.t-service--inner__02--phbox--ph__01 {
	background: #fff url(/images/top_service_ph_01.png) no-repeat;
	background-size: cover;
	background-position: left center;
	}
/********* sp *********/
@media only screen and (max-width: 750px) {
.t-service--inner__02--phbox--ph__01 {
	background: #fff url(/images/top_service_ph_01.png) no-repeat;
	background-size: cover;
	background-position: center;
	}
}
	
.t-service--inner__02--phbox--ph__02 {
	background: #fff url(/images/top_service_ph_02.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	}
/********* sp *********/
@media only screen and (max-width: 750px) {
.t-service--inner__02--phbox--ph__02 {
	margin-top: 3em;
	}
}

.t-service--inner__02--phbox--ph__03 {
	background: #fff url(/images/top_service_ph_03.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	}
/********* sp *********/
@media only screen and (max-width: 750px) {
.t-service--inner__02--phbox--ph__03 {
	margin-top: 3em;
	}
}

.t-service--inner__02--phbox--txt {
	padding: 1.5em 1.5em 3em 1.5em;
	}
/********* sp *********/
@media only screen and (max-width: 750px) {
.t-service--inner__02--phbox--txt {
	padding: 1.5em 0 0 0;
	margin: 0 auto;
	width: 86%;
	}
}

.t-service--inner__02--phbox--txt h4 {
	padding-bottom: 0.5em;
	position: relative;
	}

.t-service--inner__02--phbox--txt h4::before {
	position: absolute;
	left: 0;
 bottom: 0;
 content: "";
 display: inline-block;
 height: 1px; 
 background: #d23056;
 width: 41px;
	}

.t-service--inner__02--phbox--txt h4::after {
	position: absolute;
	left: 41px;
 bottom: 0;
 content: "";
 display: inline-block;
 height: 1px; 
 background: #fff;
 width: 21px;
	}
/********* sp *********/
@media only screen and (max-width: 750px) {
.t-service--inner__02--phbox--txt h4::after {
 background: #ccc;
	}
}
	
/*
inner__03
*/
.t-service--inner__03 {
	background: url(/images/top_service_ph_04.png) no-repeat;
	background-size: cover;
	background-position: center;
	max-width: 1220px;
	margin: 120px auto 0 auto;
	position: relative;
	height: 630px;
	width: 94%;
	}
/********* sp *********/
@media only screen and (max-width: 750px) {
.t-service--inner__03 {
	background: url(/images/top_service_ph_04.png) no-repeat;
	background-size: 170%;
	background-position: left top;
	margin: 80px auto 0 auto;
	overflow: hidden;
	height: auto;
	width: 100%;
	}
}

.t-service--inner__03--ttl {
	padding: 110px 0 20px 15px;
	position: relative;
	margin:0 auto;
	width: 91%;
	text-shadow: 2px 2px 7px #1d1d1d;
	}
/********* レイアウト調整 *********/
@media only screen and (max-width: 1200px) {
.t-service--inner__03--ttl {
	padding: 55px 0 20px 15px;
	}
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.t-service--inner__03--ttl {
	padding: 25px 0 20px 0;
	width: 86%;
	}
}

.t-service--inner__03--ttl::before {
	position: absolute;
	left: 0;
 bottom: 0;
 content: "";
 display: inline-block;
 height: 1px; 
 background: #d23056;
 width: 318px;
	}
/********* sp *********/
@media only screen and (max-width: 750px) {
.t-service--inner__03--ttl::before {
 width: 160px;
	}
}

.t-service--inner__03--ttl::after {
	position: absolute;
	left: 318px;
 bottom: 0;
 content: "";
 display: inline-block;
 height: 1px; 
 background: #ccc;
 width: 32px;
	}
/********* sp *********/
@media only screen and (max-width: 750px) {
.t-service--inner__03--ttl::after {
	left: 160px;
 width: 15px;
	}
}

.t-service--inner__03--txtbox {
	position: absolute;
	top: 214px;
	right: 0;
	background: #fff;
	padding: 60px 6.7% 60px 6.7%;
	min-height: 416px;
	width: 70%;
	}
/********* レイアウト調整 *********/
@media only screen and (max-width: 1200px) {
.t-service--inner__03--txtbox {
	width: 85%;
	}
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.t-service--inner__03--txtbox {
	float: right;
	position: static;
	padding: 30px 25px 0 25px;
	margin-top: 40px;
	min-height: inherit;
	width: 93%;
	}
}

.t-service--inner__03--btn {
	position: absolute;
	right: -3%;
	bottom: -33px;
	}
/********* sp *********/
@media only screen and (max-width: 750px) {
.t-service--inner__03--btn {
	position: static;
	float: right;
	margin: 30px -25px 0 0;
	width: 80%;
	}
}


/*--------------------------------------------
お知らせ
--------------------------------------------*/
.t-info {
	background: url(/images/top_info_bg.png) no-repeat;
	background-size: 100%;
	background-position: left top;
	margin-top: 190px;
	padding-top: 18%;
	width: 100%;
	}
/********* sp *********/
@media only screen and (max-width: 750px) {
.t-info {
	background: url(/images/top_info_bg.png) no-repeat;
	background-size: 250%;
	background-position: right -200px top;
	margin-top: 110px;
	padding-top: 50%;
	}
}

.t-info--inner {
	display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flex;
 display: -o-flex;
 display: flex;
 flex-wrap: wrap;
 -webkit-justify-content: space-between;
 justify-content: space-between;
 align-content：flex-start;
	max-width: 1110px;
	margin: 0 auto;
	width: 86%;
	}
/********* sp *********/
@media only screen and (max-width: 750px) {
.t-info--inner {
 display: block;
	}
}

/*
スマホ　切り替えタブ
*/
.t-info--inner--tab {
 display: none;
	}
/********* sp *********/
@media only screen and (max-width: 750px) {
.t-info--inner--tab {
 display: table;
	width: 100%;
	margin-bottom: 15px;
	}

.t-info--inner--tab li {
	background: url(../images/ic_arrow_glay.png) no-repeat;
	background-size: 6px;
	background-position: right top 0.25em;
	color: #ccc;
	font-size: 17px;
 display: table-cell;
	cursor: pointer;
	border-bottom: solid 3px #ccc;
	padding: 0 0.7em 0.2em 0.3em;
	}

.t-info--inner--tab li.t-info--inner--tab--on {
	background: none;
	border-bottom: solid 3px #d03358;
	color: #000;
	}
}

.t-info--inner--list {
	width: 32%;
	}
/********* sp *********/
@media only screen and (max-width: 750px) {
.t-info--inner--list {
	width: 100%;
	}
}

.t-info--inner--list__none {
	display: block;
	}
/********* sp *********/
@media only screen and (max-width: 750px) {
.t-info--inner--list__none {
	display: none;
	}
}

.t-info--inner--list--ttl {
	position: relative;
	padding: 0 0 18px 8px;
	margin-bottom: 30px;
	}
/********* sp *********/
@media only screen and (max-width: 750px) {
.t-info--inner--list--ttl {
	display: none;
	}
}

.t-info--inner--list--ttl::before {
	position: absolute;
	left: 0;
 bottom: 0;
 content: "";
 display: inline-block;
 height: 1px; 
 background: #d23056;
 width: 50%;
	}

.t-info--inner--list--ttl::after {
	position: absolute;
	left: 50%;
 bottom: 0;
 content: "";
 display: inline-block;
 height: 1px; 
 background: #ccc;
 width: 8.7%;
	}

/*
スクロールバー
*/
.t-info--inner--list--scrollbox {
	overflow-y: auto;
	padding: 0.5em;
	height: 560px;
	direction:rtl;
	-webkit-overflow-scrolling: touch;
	}
/********* sp *********/
@media only screen and (max-width: 750px) {
.t-info--inner--list--scrollbox {
	height: 350px;
	padding: 0.5em 0;
	}
}

/*
スクロールバー カスタム
*/
.t-info--inner--list--scrollbox .mCSB_scrollTools {
	background: url(/images/top_scroll_bg.png) repeat-y;
	background-position: center;
	width: 12px;
	}

.t-info--inner--list--scrollbox .mCSB_scrollTools .mCSB_dragger {
	width: 12px;
	height: 41px;
 background: url(/images/top_scroll_bar.png) no-repeat;
	background-position: center;
	}

.t-info--inner--list--scrollbox .mCSB_scrollTools .mCSB_draggerRail,
.t-info--inner--list--scrollbox .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background: none;
	}

/*
スクロールバー コンテンツ
*/
.t-info--inner--list--scrollbox dl {
 direction:ltr;
	}

.t-info--inner--list--scrollbox dl dt {
	margin-bottom: 1em;
	}

.t-info--inner--list--scrollbox dl dd {
	padding-bottom: 0.8em;
	margin-bottom: 1.5em;
	position: relative;
	}

.t-info--inner--list--scrollbox dl dd::before {
	position: absolute;
	left: 0;
 bottom: 0;
 content: "";
 display: inline-block;
 height: 1px; 
 background: #d23056;
 width: 42px;
	}

.t-info--inner--list--scrollbox dl dd::after {
	position: absolute;
	left: 42px;
 bottom: 0;
 content: "";
 display: inline-block;
 height: 1px; 
 background: #ccc;
 width: 22px;
	}



