﻿@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: "メイリオ", Meiryo, "Lucida Grande", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	clip: rect(auto,auto,auto,auto);
	color: #333333;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

img {
	vertical-align: top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.clear_both {
	clear: both;
	margin: 0px;
	padding: 0px;
}


p, ul, ol, li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	font-size: 90%;
}

/*---br管理--*/
/*---PC時改行--*/
.pc-br{display:block;}
.tb-br{display:none;}
.sp-br{display:none;}


/*---------------------
  ヘッドここから
---------------------*/

.head-main {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
	padding-bottom: 20px;
}
.head-box1 {
	background-attachment: scroll;
	background-image: url(../img/head_back.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 620px;
	margin-top: 120px;

}
.fla {
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	z-index: -1000;
	clear: both;
	margin-top: 0px;
	overflow: hidden;
}
/*---------------------
  背景スライダー
---------------------*/

#mainvisual {
    width: 100%;
    max-width: 100%;
    min-height: 800px;
    max-height: 800px;
    margin: 0px auto;
    background-position: center;
}

#mainvisual2 {
	width: 100%;
	max-width: 100%;
	min-height: 600px;
	max-height: 600px;
	margin: 0px auto;
	background-position: center;
}

/*================================================
 *  スライドショー
 ================================================*/
.slide {
	width: 100%;
	height: auto;
	margin: 0px auto 20px;
	padding: 0px;
	z-index: -1000;
	clear: both;
	overflow: hidden;
}
.slick-fade img {
	width: 100%;
}
.slick-fade a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/*---------------------
  newsここから
---------------------*/
.news01 {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	overflow: hidden;
	background-color: #F1F1F1;
}
.news01-box1 {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	width: 100%;
}
.news01-box2 {
	overflow: hidden;
	width: 35%;
	height: 100px;
	display: table;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 30px;
	background-color: #D92407;
}
.news01-box3 {
	width: 61%;
	float: right;
	height: 100px;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: hidden;
	background-color: #F1F1F1;
}

/*---------------------
  コンテンツここから
---------------------*/

/* ABOUT US */
.cont02 {
	width: 100%;
	clear: both;
	margin: 20px auto 30px;
	overflow: hidden;
	background-attachment: scroll;
	background-image: url(../img/cont02.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.cont02-box2 {
	width: 755px;
	height: 330px;
	float: right;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-right: 3%;
	padding-top: 130px;
	padding-left: 45px;
	background: rgba(255,255,255,0.9);/* 背景色だけ透過させその上の文字や画像は不透過 */
}
.cont02-box3 {
	width: 80%;
	margin-bottom: 40px;
}

/* サービスのご案内 */
.cont04 {
	width: 100%;
	margin: 0px auto 0;
	padding: 0px 0 20px;
	clear: both;
	overflow: hidden;
}
.cont04-box1 {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-image: linear-gradient( 90deg, #0063C6 25%, #3382D1 25%, #3382D1 50%, #0063C6 50%, #0063C6 75%, #3382D1 75%, #3382D1 );
	background-size: 25px 25px;
	padding-bottom: 20px;
	padding-top: 40px;
}
.cont04-box2 {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 0px;
	overflow: hidden;
}
.baBox {
	position: relative;
	width: 33.33%;
	height: 360px;
	overflow: hidden;
}
.ba01 {background: url(../img/cont04-1.png) no-repeat center center;}
.ba02 {background: url(../img/cont04-2.png) no-repeat center center;}
.ba03 {background: url(../img/cont04-3.png) no-repeat center center;}

.ba-image {
	position: absolute;
	width: 100%;
	height: 360px;
	background-size: cover;
	transition: all 0.5s ease-out;
	transform: matrix3d(
		1, 0, 0, 0,
		0, 1, 0, 0,
		0, 0, 1, 0,
		0, 0, 0, 1
	);
	will-change: transform;
}
.ba-image:hover {
	transform: matrix3d(
		1, 0, 0, 0,
		0, 1, 0, 0,
		0, 0, 1, 0,
		0, 0, 0, 0.9
	);
}
.caption02 {
	width: 100%;
	position: absolute;
	right:0;
	top: 38%;
	background: rgba(217, 36, 7, 0.5);
	padding: 10px 5px;
	border-top: 7px none #0063C6;
	box-sizing:border-box;
}
.caption02 h3 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
}
.caption02 h3 span {
	display: block;
	font-size: 20px;
	color: #FFF;
	margin: -15px 0 0 0;
}
/*---------------------
  マウスオン画像拡大ここから
---------------------*/
.mausu{
	display: block;
	overflow: hidden;
	position: relative;
}
.mausu .word{
	display: block;
	color: #FFF;
	font-size: 300%;
	width: 120px;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	left: 16%;
	top: 25%;
	z-index: 3;
	padding: 10px;
	margin-top: 0%;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-align: center;
}
.mausu a:hover img{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.9s ease;
}

/* RECRUIT */
.cont01 {
	width: 100%;
	height: 480px;
	margin-bottom: 20px;
	overflow: hidden;
	background: url("../img/cont01-1.png") no-repeat center center;
	background-size: cover;
	display: flex;
	align-items: center;
	padding-top: 0px;
	padding-bottom: 0px;
}
.cont01-box1 {
	width: 900px;
	height: 360px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 70px;
}
.cont01-box2 {
	margin-bottom: 50px;
}

/* お問い合わせ */
.cont03 {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	overflow: hidden;
	background: url("../img/cont03.png") no-repeat center center;
	background-size: cover;
	display: flex;
	align-items: center;
	padding-top: 0px;
	padding-bottom: 0px;
}
.cont03-box1 {
	width: 1100px;
	margin: 85px auto 90px;
	height: auto;
}
.cont03-box2 {
	width: 100%;
	margin: 70px auto 0;
	padding-top: 30px;
	padding-bottom: 30px;
	background: rgba(255, 255, 255, 0.9);
	min-height: 100%;
	height: 140px;
}
.cont03-box3 {
	width: 44%;
	float: left;
	margin: 0px 1% 0 5%;
	padding-top: 0px;
	height: auto;
}
.cont03-box4 {
	width: 44%;
	float: right;
	margin: 0px 5% 0 1%;
	padding-top: 0px;
	height: auto;
}

/* ACCESS */
.cont06 {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	overflow: hidden;
	background-color: #DAE2EF;
	padding-bottom: 80px;
}
.cont06-box1 {
	width: 996px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
.cont06-box3 {
	width: 100%;
	float: none;
	height: 540px;
}

/* フッター */
.footmain {
	width: 100%;
	margin-bottom: 0px;
	background-color: #FFF;
}
.foot1-box1 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
.foot1-box2 {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.foot1-box3 {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
}
.foot1-box4 {
	width: 400px;
	float: none;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 35px;
	padding-bottom: 35px;
}


.logo2 {
	font-size: 160%;
	color: #FFF;
	font-weight: 400;
	float: left;
	margin-right: 25px;
	padding-top: 15px;
}

.td1 {
	padding-top: 10px;

}
.td2 {
	clear: both;
	padding-bottom: 30px;
}
.td3 {
	clear: both;
	margin-bottom: 70px;
}




.side01 {
	position: fixed;
	bottom: 500px;
	right: 0px;
	z-index: 9999;
}
.side02 {
	position: fixed;
	bottom: 340px;
	right: 0px;
	z-index: 9999;
}







.li-td1 {
	margin-left: 170px;
}
.li-td2 {
	margin-left: 55px;
}
.li-td3 {
	margin-left: 7px;
}
.li-td4 {
	margin-left: 18px;
}
.nav-td1 {
	margin-right: 38px;
}
.nav-td2 {
}
.pic-td1 {
	clear: both;
	width: 78%;
	margin-right: auto;
	margin-bottom: 100px;
	margin-left: auto;
}



.mini1 {
}
.mini1 img {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	height: auto;
}


/*---------------------
  ロールオーバー
---------------------*/
.hover a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hover2 a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=80);
  -moz-opacity: 0.9;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/*---------------------
  フェード効果
---------------------*/

.fade {
}
.fadeInDown {
	-webkit-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-ms-animation-duration: 1s;
	animation-duration: 1s;
}
@-webkit-keyframes fadeInDown {
 0% {
opacity: 0;
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px);
}
 100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInDown {
 0% {
opacity: 0;
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px);
}
 100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	visibility: visible !important;
}



/*---------------------
  アニメーションボタン
---------------------*/
.button1 {
	display: block;
	width: 100%;
	clear: both;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin-top: 10px;
}
.button1 a {
	display: block;
	width: 220px;
	border: 2px solid #D92407;
	background:linear-gradient(to right, #D92407,#F84525);
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	transition: .2s linear;
	-webkit-transition: .2s linear;
	-moz-transition: .2s linear;
	-o-transition: .2s linear;
	-ms-transition: .2s linear;
	font-size: 110%;
	font-weight: bold;
	padding-top: 16px;
	padding-right: 0;
	padding-bottom: 16px;
	padding-left: 0;
	letter-spacing: 0.1em;
}
.button1 a:hover {
	color: #D92407;
	background: rgba(255,255,255, 0.5);
	border: 2px solid #D92407;
}

.button2 {
	display: block;
	width: 100%;
	clear: both;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin-top: 10px;
}
.button2 a {
	display: block;
	width: 220px;
	border: 2px solid #0063C6;
	background:linear-gradient(to right, #0063C6,#0F87FF);
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	transition: .2s linear;
	-webkit-transition: .2s linear;
	-moz-transition: .2s linear;
	-o-transition: .2s linear;
	-ms-transition: .2s linear;
	font-size: 110%;
	font-weight: bold;
	padding-top: 16px;
	padding-right: 0;
	padding-bottom: 16px;
	padding-left: 0;
	letter-spacing: 0.1em;
}
.button2 a:hover {
	color: #0063C6;
	background: #FFFFFF;
	border: 2px solid #0063C6;
}

.button3 {
	display: block;
	width: 100%;
	clear: both;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin-top: 20px;
}
.button3 a {
	display: block;
	width: 314px;
	border: 2px solid #D92407;
	color: #FFFFFF;
	background:linear-gradient(to right, #D92407,#D92407);
	text-align: center;
	text-decoration: none;
	transition: .2s linear;
	-webkit-transition: .2s linear;
	-moz-transition: .2s linear;
	-o-transition: .2s linear;
	-ms-transition: .2s linear;
	font-size: 110%;
	font-weight: bold;
	padding-top: 16px;
	padding-right: 0;
	padding-bottom: 16px;
	padding-left: 0;
	letter-spacing: 0.1em;
	margin-right: auto;
	margin-left: auto;
}
.button3 a:hover {
	color: #D92407;
	background: #FFFFFF;
	border: 2px solid #D92407;
}

.button4 {
	display: block;
	width: 100%;
	clear: both;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin-top: 10px;
}
.button4 a {
	display: block;
	width: 300px;
	border: 2px solid #999;
	color: #333;
	background-color: #FFF;
	text-align: center;
	text-decoration: none;
	transition: .2s linear;
	-webkit-transition: .2s linear;
	-moz-transition: .2s linear;
	-o-transition: .2s linear;
	-ms-transition: .2s linear;
	font-size: 120%;
	font-weight: bold;
	padding-top: 16px;
	padding-right: 0;
	padding-bottom: 16px;
	padding-left: 0;
	letter-spacing: 0.1em;
	margin-right: auto;
	margin-left: auto;
}
.button4 a:hover {
	color: #FFF;
	border: 2px solid #999;
	background-color: #999;
}


.sphide {
	display: block;
}
.spdisp {
	display: none;
}

.sphide2 {
	display: block;
}
.spdisp2 {
	display: none;
}

/*----------------------------------------------------
	page top
----------------------------------------------------*/
.pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 55px;
}
.pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	background-color: #333;
	border-radius: 50px;
	text-align: center;
	color: #fff;
	font-size: 24px;
	text-decoration: none;
	line-height: 50px;
}
.pagetop a :hover{
	color: #333;
	border: 2px solid #333;
	background-color: #FFF;
}




/* タブレット横　(max-width: 1260px)
------------------------------------------------------------*/
@media screen and (max-width: 1260px) {
body {
	max-width: 1260px;
}
	
/*---br管理--*/
/*---タブレット時改行--*/
.pc-br{display:none;}
.tb-br{display:block;}
.sp-br{display:none;}
	
	
.fla {
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	z-index: -1000;
	clear: both;
	margin-top: 0px;
	overflow: hidden;
}

	
/*---------------------
  背景スライダー
---------------------*/
#mainvisual2 {
	width: 100%;
	max-width: 100%;
	min-height: 600px;
	max-height: 600px;
	margin: 0px auto;
	background-position: center;
}
/*---------------------
  ヘッドここから
---------------------*/
.head-box1 {
	background-attachment: scroll;
	background-image: url(../img/head_back2.png);
	background-repeat: no-repeat;
	background-position: center center;
　　background-size: cover;
	height: 498px;
	margin-top: 80px;

}

/*================================================
 *  スライドショー
 ================================================*/
.slide {
	width: 100%;
	height: auto;
	margin: 80px auto 20px;
	padding: 0px;
	z-index: -1000;
	clear: both;
	overflow: hidden;
}

/*---------------------
  コンテンツここから
---------------------*/

/* RECRUIT */
.cont01 {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	background-attachment: scroll;
	background-image: url(../img/cont01-1.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 0px;
	padding-bottom: 0px;
}
.cont01-box1 {
	width: 80%;
	height: 360px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
}

/* ABOUT US */
.cont02 {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
.cont02-box2 {
	width: 70%;
	float: right;
	padding-top: 80px;
	background: rgba(255,255,255,.9);
	min-height: 100%;
}
.cont02-box3 {
	width: 80%;
	margin-bottom: 40px;
}

/* サービスのご案内 */
.cont04-box1 {
	width: 100%;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	padding-bottom: 20px;
	padding-top: 30px;
}
.cont04-box2 {
	width: 100%;
}
.caption02 {
	width: 100%;
	position: absolute;
	right:0;
	top: 40%;
	background: rgba(217, 36, 7, 0.5);
	padding: 15px 5px 10px;
	border-top: 7px none #0063C6;
	box-sizing:border-box;
}
.caption02 h3 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
}
/*---------------------
  マウスオン画像拡大ここから
---------------------*/
.mausu{
	display: block;
	overflow: hidden;
	position: relative;
}
.mausu .word{
	display: block;
	color: #FFF;
	font-size: 140%;
	height: 20px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 3;
	margin-left: 10%;
	padding: 10px;
	margin-bottom: 24%;
	font-weight: 600;
	letter-spacing: 0.1em;
	margin-right: 10%;
	text-align: center;
}
.mausu a:hover img{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.9s ease;
}
	
/* お問い合わせ */
.cont03-box1 {
	width: 100%;
	margin: 85px auto 90px;
	height: auto;
}
.cont03-box2 {
	width: 80%;
	margin: 70px auto 0;
	padding-top: 30px;
	padding-bottom: 30px;
	background: rgba(255, 255, 255, 0.9);
	height: auto;
}
.cont03-box3 {
	width: 90%;
	float: none;
	margin: 0px auto 0px;
	padding-top: 0px;
	height: auto;
}
.cont03-box4 {
	width: 90%;
	float: none;
	margin: 0px auto 0;
	padding-top: 20px;
	height: auto;
}


/* ACCESS */
.cont06-box1 {
	width: 90%;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}


/* フッター */
.footmain {
	clear: both;
	overflow: hidden;
	width: 100%;
}
.foot1-box1 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
.foot1-box2 {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 0px;
	overflow: hidden;
}
.foot1-box3 {
	width: 560px;
	margin-left: auto;
	margin-right: auto;
	float: none;
	padding-top: 0px;
	padding-bottom: 0px;
}
.foot1-box4 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	float: none;
	padding-top: 40px;
}




.sphide2 {
	display: none;
}
.spdisp2 {
	display: block;
}
}
	
/* iPhone6 Plus
------------------------------------------------------------*/
@media screen and (max-width: 600px) {
body {
	min-width: 480px;
}
	
/*---br管理--*/
/*---スマホ時改行--*/
.pc-br{display:none;}
.tb-br{display:none;}
.sp-br{display:block;}
	

.fla {
	margin-right: auto;
	margin-left: auto;
	height: 300px;
	padding: 0px;
	background-attachment: scroll;
	background-image: url(none);
	background-repeat: no-repeat;
	background-position: center top;
	z-index: -1000;
	clear: both;
	margin-top: 80px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: none;
}
/*---------------------
  背景スライダー
---------------------*/
#mainvisual2 {
	width: 100%;
	max-width: 100%;
	min-height: 300px;
	max-height: 300px;
	margin: 0px auto;
	background-position: center;
}

/*================================================
 *  スライドショー
 ================================================*/
.slide {
	width: 100%;
	height: auto;
	margin: 80px auto 20px;
	padding: 0px;
	z-index: -1000;
	clear: both;
	overflow: hidden;
}
	
/*---------------------
  newsここから
---------------------*/
.news01 {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 40px;
	overflow: hidden;
}
.news01-box1 {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	width: 100%;
}
.news01-box2 {
	overflow: hidden;
	width: 100%;
	height: 100px;
	display: table;
	float: none;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
.news01-box3 {
	overflow: hidden;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	float: none;
	clear: both;
}

/*---------------------
  ヘッドここから
---------------------*/

.head-box1 {
	background-attachment: scroll;
	background-image: url(../img/head_back3.png);
	background-repeat: no-repeat;
	background-position: center center;
    background-size: cover;
	height: 300px;
	margin-top: 105px;

}

/*---------------------
  コンテンツここから
---------------------*/

/* RECRUIT */
.cont01 {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	background-attachment: scroll;
	background-image: url(../img/cont01-1.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 0px;
	padding-bottom: 0px;
}
.cont01-box1 {
	width: 90%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	padding-bottom: 50px;
}

/* ABOUT US */
.cont02 {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
.cont02-box2 {
	width: 85%;
	float: none;
	padding-top: 60px;
	min-height: 100%;
	height: auto;
	clear: both;
	padding-bottom: 60px;
	margin-right: auto;
	margin-left: auto;
}
.cont02-box3 {
	width: 85%;
	margin-bottom: 30px;
}

/* サービスのご案内 */
.cont04-box1 {
	width: 100%;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
.cont04-box2 {
	width: 100%;
	display:block;
	margin-bottom: 0px;
	overflow: hidden;
}
.baBox {
	position: relative;
	width: 100%;
	height: 360px;
	overflow: hidden;
	margin: 0px auto 20px;
}
.caption02 {
	width: 100%;
	position: absolute;
	right:0;
	top: 40%;
	background: rgba(217, 36, 7, 0.5);
	padding: 10px 5px;
	border-top: 7px none #0063C6;
	box-sizing:border-box;
}
.caption02 h3 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
}
.caption02 h3 span{
	display: block;
	font-size: 16px;
	color: #00661A;
	margin: -15px 0 0 0;
}
/*---------------------
  マウスオン画像拡大ここから
---------------------*/
.mausu{
	display: block;
	overflow: hidden;
	position: relative;
}
.mausu .word{
	display: block;
	color: #FFF;
	font-size: 160%;
	height: 20px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 3;
	margin-left: 10%;
	padding: 10px;
	margin-bottom: 24%;
	font-weight: 600;
	letter-spacing: 0.1em;
	margin-right: 10%;
	text-align: center;
}
.mausu a:hover img{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.9s ease;
}

/* お問い合わせ */
.cont03-box1 {
	width: 100%;
	margin: 85px auto 90px;
	height: auto;
}
.cont03-box2 {
	width: 90%;
	margin: 70px auto 0;
	padding-top: 30px;
	padding-bottom: 30px;
	background: rgba(255, 255, 255, 0.9);
	height: auto;
}
.cont03-box3 {
	width: 100%;
	float: none;
	margin: 0px auto 0px;
	padding-top: 0px;
	height: auto;
}
.cont03-box4 {
	width: 100%;
	float: none;
	margin: 0px auto 0;
	padding-top: 20px;
	height: auto;
}
	
/* フッター */
.footmain {
	clear: both;
	overflow: hidden;
	width: 100%;
	margin-bottom: 0px;
}
.foot1-box2 {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 0px;
	overflow: hidden;
}
.foot1-box2 img {
	width: 100%;
	padding-top: 20px;
}	
.foot1-box3 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.foot1-box4 {
	width: 100%;
	padding-top: 40px;
	margin-right: auto;
	margin-left: auto;
}



.logo2 {
	font-size: 160%;
	color: #FFF;
	font-weight: 400;
	float: left;
	margin-right: 25px;
	padding-top: 15px;
}


.sphide {
	display: none;
}
.spdisp {
	display: block;
}

.spmini1 {

}
.spmini1 img {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 80%;
	height: auto;
}

.td3 {
	clear: both;
	margin-bottom: 30px;
}

}	
