@charset "utf-8";  
/*------------------------------------------------------------ 
    デフォルトスタイル 
------------------------------------------------------------*/  
html, body, div, span, applet, object, iframe,  
h1, h2, h3, h4, h5, h6, p, blockquote, pre,  
a, abbr, acronym, address, big, cite, code,  
del, dfn, em, font, img, ins, kbd, q, s, samp,  
small, strike, strong, sub, sup, tt, var,  
b, u, i, center,  
dl, dt, dd, ol, ul, li,  
fieldset, form, label, legend,  
table, caption, tbody, tfoot, thead, tr, th, td {  
    margin: 0;  
    padding: 0;  
    background: transparent;  
    border: 0;  
    outline: 0;  
    font-size: 1.1rem;  
}  
 @media only screen and (max-width: 767px) {
html, body, div, span, applet, object, iframe,  
h1, h2, h3, h4, h5, h6, p, blockquote, pre,  
a, abbr, acronym, address, big, cite, code,  
del, dfn, em, font, img, ins, kbd, q, s, samp,  
small, strike, strong, sub, sup, tt, var,  
b, u, i, center,  
dl, dt, dd, ol, ul, li,  
fieldset, form, label, legend,  
table, caption, tbody, tfoot, thead, tr, th, td {  
    margin: 0;  
    padding: 0;  
    background: transparent;  
    border: 0;  
    outline: 0;  
    font-size: 1.0rem;  
}  
}
body,  
table,  
input, textarea, select, option {  
    font-family: HiraKakuProN-W3;  
    font-size: 1.0rem;  
}  
  
article, aside, canvas, details, figcaption, figure,  
footer, header, hgroup, menu, nav, section, summary {  
    display: block;  
}  
  
ol, ul {  
    list-style: none;  
}  
  
blockquote, q {  
    quotes: none;  
}  
  
:focus {  
    outline: 0;  
}  
  
ins {  
    text-decoration: none;  
}  
  
del {  
    text-decoration: line-through;  
}  
  
a:link {
	text-decoration:none;
	display:block;
}  
  
a:visited {  
	text-decoration:none; 
	display:block;
}  
  
a:hover {  
	text-decoration:none;
	display:block;
}  
  
a:active {  
	text-decoration:none;
	display:block;
}


	
/*------------------------------------------------------------ 
    レイアウト 
------------------------------------------------------------*/  
body {  
	background:#fff;
	line-height:1.5;
	font-size:0.9em;
	letter-spacing:-1px;
}

#wrap {  
  width:97.5%;
	margin:0 auto;
	padding-top:3%;
	padding-bottom:3%;
	background-color:#fff;
}

#content{
	width:90%;
	margin:0 auto;
	padding: 0 60px 0 0;
}
@media only screen and (max-width: 767px) {
#content{
	width:96%;
	margin:0 auto;
	padding: 0;
}
}


.pc{ display: block; }
.sp{ display: none; }

.inline_pc{ display: inline; }
.inline_sp{ display: none; }

img, .bx-wrapper img { max-width: 100%; height: auto; }

/* ----------------------------- 共通 */

.wrap{
	width: 1200px;
	margin: 0 auto;
}

.wrap1000{
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

.wrap900{
	width: 900px;
	margin: 0 auto;
	position: relative;
}

.wrap800{
	width: 800px;
	margin: 0 auto;
	position: relative;
}

.wrap700{
	width: 700px;
	margin: 0 auto;
	position: relative;
}



.contents{
	margin-top: -140px;
}


/* ----------------------------- フェードイン */

.fadein{
	opacity: 0;
    transform : translate(0, 0);
    transition : all 200ms;
}

.scrollin{
	opacity : 1;
    transform : translate(0, 0);
}


.fadein_bottom{
	opacity: 0;
    transform : translate(0, 50px);
    transition : all 200ms;
}

.scrollin{
	opacity : 1;
    transform : translate(0, 0);
}


.fadein_left{
	opacity: 0;
    transform : translate(-50px, 0);
    transition : all 800ms;
}

.scrollin_left{
	opacity : 1;
    transform : translate(0, 0);
}


.fadein_right{
	opacity: 0;
    transform : translate(50px, 0);
    transition : all 800ms;
}

.scrollin_right{
	opacity : 1;
    transform : translate(0, 0);
}



.fadein1{
	opacity: 0;
    transform : translate(0, 0);
    transition : all 200ms;
}

.fadein2{
	opacity: 0;
    transform : translate(0, 0);
    transition : all 200ms;
}

.fadein3{
	opacity: 0;
    transform : translate(0, 0);
    transition : all 200ms;
}

.fadein4{
	opacity: 0;
    transform : translate(0, 0);
    transition : all 200ms;
}

.scrollin{
	opacity : 1;
    transform : translate(0, 0);
}





.scroll_fadein1{
	opacity: 0;
    transform : translate(0, 0);
    transition : all 400ms;
}

.scroll_fadein2{
	opacity: 0;
    transform : translate(0, 0);
    transition : all 400ms;
}

.scroll_fadein3{
	opacity: 0;
    transform : translate(0, 0);
    transition : all 400ms;
}

.scroll_fadein4{
	opacity: 0;
    transform : translate(0, 0);
    transition : all 400ms;
}

.scroll_fadein5{
	opacity: 0;
    transform : translate(0, 0);
    transition : all 400ms;
}

.scroll_fadein6{
	opacity: 0;
    transform : translate(0, 0);
    transition : all 400ms;
}

.scrollin{
	opacity : 1;
    transform : translate(0, 0);
}




/* ----------------------------- タイトル */

.c_tit1{
	font-size: 26px;
	border-left: 10px solid #f39800;
	padding-left: 0.5em;
	line-height: 1.4;
}




/* ----------------------------- ボタン */

.btn1{
	margin-top: 40px;
	text-align: center;
}

.btn1 a:hover img{
	opacity: 1;
}





.btn2{
	width: 200px;
	text-align: center; 
}

.btn2 a{
	background: #fff url(images/icon20.png) right 10px center no-repeat;
	border: 1px solid #f29600;
	display: block;
	padding: 5px 0;
	color: #f29600;
	text-decoration: none;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
}

.btn2 a:hover{
	background: #f29600 url(images/icon21.png) right 10px center no-repeat;
	color: #fff;
}


/* ----------------------------- ヘッダー */

.logo{
	position: absolute;
	top: 20px;
 left: 0;
  right: 0;
  margin: auto;
	width: 30%;
	z-index: 9999;
}

.logo img{
	width: 100%;
}
.toph1{
	text-align: center;
	position: absolute;
	top: 50px;
 left: 0;
  right: 0;
  margin: auto;
	font-size: 1.4rem;
	line-height: 1.4;
	text-shadow: 0 0 20px rgba(255,255,255,0.8);
	color: #000;
}
.bgw{
	 background-color: rgba(255,255,255,0.6);
	margin: 16vw auto 0;
	padding: 20px;
	width: 56%;
}
@media only screen and (max-width: 767px) {
.bgw{
	 background-color: rgba(255,255,255,0.6);
	margin:0px auto 0;
	padding: 0px 0 0 0;
	width: 85%;
	z-index: 888;
}
}

/* ----------------------------- kv */

.kv{
	background: url(../../images/top_mainimage.jpg) center top no-repeat;
	background-size: cover;
    padding: 100px 0 10px;
}

.bgw h1{
	font-size: 1.8rem;
	line-height: 1.4;
	text-shadow: 0 0 20px rgba(255,255,255,0.8);
	color: #000;
	top: 50px;
 left: 0;
  right: 0;
}

.bgw h1 span{
	background: linear-gradient(transparent 80%, #fff100 80%);
}

.bgw p{
	font-size: 23px;
    margin-top: 10px;
	text-shadow: 0 0 20px rgba(255,255,255,0.8);
    font-weight: bold;
    line-height: 1.6;
}
@media only screen and (max-width: 767px) {
.bgw p{
	font-size: 16px;
    margin-top: 10px;
	text-shadow: 0 0 20px rgba(255,255,255,0.8);
    font-weight: bold;
    line-height: 1.6;
}
}
.kv ul{
	/*margin-top: 20px;*/
	text-align: center;
}

.kv li{
	display: inline-block;
	vertical-align: middle;
	/*margin-right: 3%;*/
    width: 26%;
}

.kv li:last-child{
	margin-right: 0;
}

.kv .btn1{
	margin-top: 20px;
}




/* ----------------------------- コンテンツ */

.block1{
	background: url(images/bg1.png) center no-repeat;
	background-size: cover;
	padding: 14vw 0;
}

.block1 p{
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.6;
	margin: 40px 0;
}


.block2{
	background: url(images/bg2.png) center no-repeat;
	background-size: cover;
	padding: 3vw 0;
}

.block2 .wrap{
	width: 80%;
}

.block2 h2{
	text-align: center;
}

.block2 h2 img{
	margin: 0 auto;
	/*width: 70%;*/
}

.block2 ul{
	background: url(images/block2_img1.png) center bottom no-repeat;
	/*background-size: contain;*/
	background-size: 50%;
	margin-top: 40px;
	padding: 50px 0;
}

.block2 li{
	float: left;
	margin-bottom: -30px;
	width: 50%;
	position: relative;
	z-index: 9;
}

.block2 li:nth-child(2n){
	float: right;
	text-align: right;
}

.block2 li:nth-child(2n) img{
	margin-left: auto;
}

.block2 li img{
	width: 50%;
}

.block2 .icon{
	/*background: #fff;*/
	background: linear-gradient(#fff 75%, rgba(0,0,0,0) 75%);
	text-align: center;
	padding: 40px 0 0;
	position: relative;
}





.block3{
	margin-top: -4vw;
}

.block3 h2 img{
	width: 100%;
}


.block3 .box1{
	background: url(images/bg3.png) center no-repeat;
	background-size: cover;
	padding: 5vw 0 11vw;
	margin-top: -60px;
}

.block3 .box1 .wrap{

}

.block3 .box1 .point_txt{
	text-align: center;
}

.block3 .box1 h3{
	font-size: 36px;
	text-align: center;
	margin-top: 40px;
	line-height: 1.4;
}

.block3 .box1 .point{
	color: #e60012;
	font-size: 44px;
	font-weight: bold;
	text-align: center;
	-webkit-text-stroke: #fff 1px;
}

.block3 .box1 .point span{
	font-size: 74px;
}

.block3 .box1 p{
	font-size: 40px;
	font-weight: bold;
	line-height: 1.6;
	/*color: #172a88;*/
	/*margin-top: 40px;*/
	text-align: center;
}

.block3 .box1 p span{
	/*background: linear-gradient(transparent 10%, rgba(141,194,31,0.3) 10%);
    display: inline-block;
    line-height: 0.4;
    padding: 0 1em;*/
}

.block3 .box1 ul{
	margin-top: 40px;
}

.block3 .box1 li{
	float: left;
	/*width: 31.3%;
	margin-right: 3%;*/
	width: 32%;
    margin-right: 2%;
}

.block3 .box1 li:last-child{
	margin-right: 0;
}




.block3 .box2{
	background: url(images/bg4.png) center no-repeat;
	background-size: cover;
	padding: 16vw 0;
	margin-top: -100px;
}

.block3 .box2 .inner{
	background: rgba(255,255,255,0.8);
	padding: 8% 7% 5%;
	/*padding: 10%;*/
	position: relative;
    top: -60px;
}

.block3 .box2 .inner h3{
	position: absolute;
	top: -120px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    padding: 0 5%;
}

.block3 .box2 .inner h3 img{
	margin: 0 auto;
}

.block3 .box2 .inner .read{
	font-size: 20px;
	line-height: 1.8;
	text-align: center;
	font-weight: bold;
}

.block3 .box2 .inner li{
	background: #fff;
	padding: 5%;
	overflow: hidden;
    margin-top: 40px;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.block3 .box2 .inner li .txt{
	float: left;
	width: 60%;
}

.block3 .box2 .inner li .txt p{
	margin-top: 20px;
	font-weight: bold;
	font-size: 18px;
}

.block3 .box2 .inner li .img{
	float: right;
	width: 35%;
}






.block3 .box3{
	background: url(images/bg5.png) center no-repeat;
	background-size: cover;
	padding: 9vw 0;
}

.block3 .box3 .inner{
	background: rgba(255,255,255,0.8);
	padding: 8% 7% 5%;
	position: relative;
    top: -40px;
}

.block3 .box3 .inner h3{
	position: absolute;
	top: -120px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    padding: 0 5%;
}

.block3 .box3 .inner h3 img{
	margin: 0 auto;
}

.block3 .box3 .inner .read{
	font-size: 20px;
	line-height: 1.8;
	text-align: center;
	font-weight: bold;
}

.block3 .box3 .inner .inner_box{
	background: #fff;
	padding: 5%;
	overflow: hidden;
    margin-top: 40px;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.block3 .box3 .inner .inner_box .txt{
	/*float: left;
	width: 48%;*/
}

.block3 .box3 .inner .inner_box .txt p{
	margin-top: 20px;
	font-weight: bold;
	/*font-size: 14px;*/
	font-size: 18px;
}

.block3 .box3 .inner .inner_box .txt .img_block{
	margin-top: 20px;
}

.block3 .box3 .inner .inner_box .txt .img_block li{
	float: left;
	width: 49%;
}

.block3 .box3 .inner .inner_box .txt .img_block li:nth-child(2n){
	float: right;
}

.block3 .box3 .inner .inner_box .txt_inner{
	margin-top: 40px;
}

.block3 .box3 .inner .inner_box .txt_inner p{
	float: left;
	width: 60%;
	margin-top: 0;
	background: #fff;
	/*border: 5px solid #000;*/
	padding: 3%;
	box-sizing: border-box;
	/*color: #e60012;*/
}

.block3 .box3 .inner .inner_box .txt_inner .img{
	float: right;
	width: 38%;
	margin-top: -100px;
}


.block3 .box3 .inner .inner_box .img_block2{
	/*margin-top: 20px;*/
	width: 90%;
    margin: 40px auto 0;
}

.block3 .box3 .inner .inner_box .img_block2 li{
	float: left;
	width: 60%;
	padding: 0;
}

.block3 .box3 .inner .inner_box .img_block2 li:last-child{
	float: right;
	width: 35%;
}



.block3 .box3 .inner .inner_box .img{
	/*float: right;
	width: 48%;*/
	width: 80%;
	margin: 40px auto 0;
}




.block3 .box4{
	background: url(images/bg6.png) center no-repeat;
	background-size: cover;
	padding: 15vw 0;
}

.block3 .box4 .inner{
	background: rgba(255,255,255,0.8);
	padding: 8% 7% 5%;
	position: relative;
	top: -60px;
}

.block3 .box4 .inner h3{
	position: absolute;
	top: -120px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    padding: 0 5%;
}

.block3 .box4 .inner h3 img{
	margin: 0 auto;
}

.block3 .box4 .inner .read{
	font-size: 20px;
	line-height: 1.8;
	text-align: center;
	font-weight: bold;
}

.block3 .box4 .inner li{
	background: #fff;
	padding: 5%;
	overflow: hidden;
    margin-top: 40px;
}

.block3 .box4 .inner li .txt{
	/*float: left;
	width: 45%;*/
	text-align: center;
	margin-top: 40px;
}

.block3 .box4 .inner li .txt p{
	margin-top: 15px;
	font-weight: bold;
	font-size: 18px;
}

.block3 .box4 .inner li .txt .img1{
	margin-top: 40px;
}

.block3 .box4 .inner li .img2{
	/*float: right;
	width: 50%;
    margin-top: 10px;*/
    text-align: center;
    margin-top: 40px;
}



.block3 .box4 .inner li.li2 p{
	margin-top: 20px;
	/*font-size: 14px;*/
	font-weight: bold;
}



.block3 .box4 .inner .lineup{
	/*margin-top: 40px;*/
	background: #fff;
    padding-top: 40px;
}

.block3 .box4 .inner .lineup h4{
	font-size: 30px;
	text-align: center;
}

.block3 .box4 .inner .lineup h4 span{
	padding: 0 5em;
    background: linear-gradient(transparent 10%, #fff100 10%);
    display: inline-block;
    line-height: 0.6;
}


/*190408*/

.block3 .box4 .inner .lineup_box{
	background: #fff;
	padding: 5%;
	margin-top: 20px;
	/*box-shadow: 0 0 10px rgba(0,0,0,0.05);*/
	width: 38%;
	display: inline-block;
	vertical-align: top;
}
.block3 .box4 .inner .lineup_box .lineup_boxr{
	background: #fff;
	padding: 5%;
	margin-top: 20px;
	/*box-shadow: 0 0 10px rgba(0,0,0,0.05);*/
	width: 38%;
	display: inline-block;
	vertical-align: top;
	clear:right;
}



.block3 .box4 .inner .lineup_box .img1{
	float: left;
	width: 45%;
}

.block3 .box4 .inner .lineup_box .img1 img{
	width: 100%;
}

.block3 .box4 .inner .lineup_box .txt{
	float: left;
	margin-left: 3%;
	width: 50%;
}
.block3 .box4 .inner .lineup_box .txt h2{
	font-size: 180%;
    padding: 0 5%;

}
.block3 .box4 .inner .lineup_box .txt h3{
	font-size: 100%;
	display: block;
	top:0;
	text-align: left;
	position: relative;
    padding: 0 5%;
}


.block3 .box4 .inner .lineup_box .txt p{
	margin-top: 10px;
}

.block3 .box4 .inner .lineup_box .txt .btn2{
	margin: 20px auto 0;
}

.block3 .box4 .inner .lineup_box .txtd{
	float: none;
	clear: both;
	margin-left: 0%;
	width: 100%;
	padding-top: 5%;
}

.block3 .box4 .inner .lineup_box .txtd p{
	margin-top: 10px;
}

.block3 .box4 .inner .lineup_box .txtd .btn2{
	margin: 20px auto 0;
}



.block3 .box4 .inner .lineup_box3{
	padding-top: 40px;
}


.block3 .box4 .inner .lineup_box3 h5{
	text-align: center;
    font-size: 22px;
}

.block3 .box4 .inner .lineup_box3 p{
	text-align: center;
	margin-top: 10px;
	font-size: 20px;
	font-weight: bold;
}

.block3 .box4 .inner .lineup_box3 p span{
	font-size: 30px;
}

.block3 .box4 .inner .lineup_box3 ul{
	margin-top: 40px;
}

.block3 .box4 .inner .lineup_box3 li{
	float: left;
	width: 23.5%;
	margin: 0 2% 2% 0;
	padding: 0;
	overflow: initial;
	background: none;
}

.block3 .box4 .inner .lineup_box3 li:nth-child(4n){
	margin-right: 0;
}

.block3 .box4 .inner .lineup_box3 li img{
	/*box-shadow: 0 0 10px rgba(0,0,0,0.05);*/
	width: 100%;
}




.block4{
	background: url(images/bg7.png) center no-repeat;
	background-size: cover;
	/*padding: 13vw 0;*/
	padding: 0;
}

.block4 h2{
	text-align: center;
}

.block4 h2 img{
	margin: 0 auto;
}

.block4 .slide_block{
	overflow: hidden;
	height: 35vw;
}

.block4 .slide_block .slide{
	/*display: inline-block;
	vertical-align: middle;*/
    padding-top: 2%;
    padding: 160px 100px 0;    
}

.block4 .slide_block .slide .img img{
	border: 4px solid #fff;
	box-sizing: border-box;
	/*max-width: 420px;*/
	margin: 0 auto;
}

.block4 .slide_block .slide .txt{
	margin-top: 20px;
	opacity: 0;
	visibility: hidden;
	transition: 1s;
}

.block4 .slide_block .slide .txt .icon{
	display: inline-block;
	vertical-align: middle;
	width: 20%;
}

.block4 .slide_block .slide .txt .icon img{
	border: 0;
}

.block4 .slide_block .slide .txt p{
	display: inline-block;
	vertical-align: middle;
    width: 77%;
    margin-left: 3%;
    font-size: 10px;
}

.slide_block .slick-current{
	transform: scale(1.6);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: .8s;
    /*padding-bottom: 2% !important;*/
    padding-bottom: 120px !important;
}

.slide_block .slick-current .txt{
	opacity: 1 !important;
	visibility: visible !important;
	transition: 2s;
	-webkit-transition: 2s ease-in-out;
    -moz-transition: 2s ease-in-out;
    -o-transition: 2s ease-in-out;
}

.slick-prev,
.slick-next{
	background-size: contain;
	background-repeat: no-repeat;
	width: 40px !important;
	height: 62px !important;
	text-indent: -9999px;
    border: 0;
    background: none;
    cursor: pointer;
    position: absolute;
}

.slick-prev{
	background-image: url(images/slide_icon1.png);
	left: 30% !important;
    top: 12vw !important;
}

.slick-next{
	background-image: url(images/slide_icon1.png);
	transform: scale(-1, 1);
	right: 30% !important;
    top: 12vw !important;
}






.block5{
	background: url(images/bg8.png) center no-repeat;
	background-size: cover;
	padding: 15vw 0;
}

.block5 h2{
	text-align: center;
}

.block5 h2 img{
	margin: 0 auto;
}

.block5 ul{
	margin-top: 40px;
}

.block5 li{
	border: 2px solid #b5b5b6;
	padding: 2%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 30px;
	position: relative;
}

.block5 li:last-child{
	margin-bottom: 0;
}

.block5 li:before{
	content: "";
	display: block;
	background: url(images/icon2.png) no-repeat;
	background-size: contain;
	width: 95px;
	height: 50px;
	position: absolute;
	bottom: -50px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 9;
}

.block5 li:last-child:before{
	display: none;
}

.block5 li.li1{
	background-image: url(images/introductionflow_img1.png);
}
.block5 li.li2{
	background-image: url(images/introductionflow_img2.png);
}
.block5 li.li3{
	background-image: url(images/introductionflow_img3.png);
}
.block5 li.li4{
	background-image: url(images/introductionflow_img4.png);
}

.block5 li .inner{
	width: 71%;
	margin-left: auto;
}

.block5 li .inner .number{
	display: inline-block;
	vertical-align: middle;
	width: 20%;
}

.block5 li .inner .txt{
	display: inline-block;
	vertical-align: middle;
	width: 80%;
}

.block5 li .txt h3{
	font-size: 20px;
}

.block5 li .txt h3 span{
	background: linear-gradient(transparent 80%, #fff100 80%);
}

.block5 li .txt p{
	margin-top: 10px;
	/*font-size: 13px;*/
}




.block6{
	background: url(images/bg9.png) center no-repeat;
	background-size: cover;
	padding: 13vw 0;
}

.block6 h2{
	text-align: center;
}

.block6 h2 img{
	margin: 0 auto;
}

.block6 .read{
	text-align: center;
	font-size: 20px;
	margin-top: 40px;
	font-weight: bold;
}

.block6 ul{
	margin-top: 40px;
	padding: 0 10%;
}

.block6 li{
	float: left;
	width: 44%;
	padding: 2%;
	position: relative;
	background: #fff;
	margin-bottom: 40px;
}

.block6 li:nth-child(2n){
	float: right;
}

.block6 li h3{
	background: #2ea7e0;
	color: #fff;
	font-size: 20px;
	text-align: center;
	width: 80%;
    position: absolute;
    left: 0;
    right: 0;
    top: -10px;
	margin: auto;
	padding: 5px 0;
}

.block6 li h3:before{
	content: "";
	display: block;
	background: url(images/icon3.png) no-repeat;
	background-size: contain;
	width: 33px;
	height: 17px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -17px;
	margin: auto;
}

.block6 li .img{
	text-align: center;
}

.block6 li .txt{
	margin-top: 20px;
}

.block6 li .txt h4{
	font-size: 17px;
	color: #036eb8;
	line-height: 1.4;
}

.block6 li .txt p{
	font-weight: bold;
	margin-top: 10px;
}





.block7 .form{
	background: #efefef;
	padding-bottom: 80px;
	font-size: 16px;
}

.block7 h2{
	background: url(images/contact_tit.png) center top no-repeat;
	background-size: cover;
	padding: 200px 0 40px;
	color: #fff;
	font-size: 36px;
	text-align: center;
	position: relative;
}

.block7 h2:before{
	content: "";
	display: block;
	background: url(images/icon4.png) no-repeat;
	background-size: contain;
	width: 72px;
	height: 32px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -32px;
	margin: auto;
}

.block7 .box{
	padding-top: 80px;
    width: 75%;
    margin: 0 auto;
}

.block7 .box h3{
	font-size: 28px;
	text-align: center;
}

.block7 .box h3 span{
	background: linear-gradient(transparent 10%, rgba(46,167,224,0.5) 10%);
	display: inline-block;
    line-height: 0.4;
    padding: 0 1em;
}

.block7 .box table{
	width: 100%;
	margin-top: 40px;
}

.block7 .box table tr{
	border-top: 2px solid #727171;
}

.block7 .box table th{
	background: rgba(67,150,211,0.2);
	padding: 20px;
	text-align: left;
	width: 20%;
}

.block7 .box table td{
	background: #fff;
	padding: 20px;
}

.block7 .box table td input[type="text"],
.block7 .box table td input[type="tel"],
.block7 .box table td input[type="email"]{
	width: 100%;
	box-sizing: border-box;
	padding: 5px;
	font-size: 16px;
}

.block7 .box table td .radio label{
	margin-right: 0.5em;
	/*width: 32%;
	display: inline-block;*/
}

.block7 .box table td .radio label:last-child{
	margin-right: 0;
}

.block7 .box table td select{
	width: 30%;
	box-sizing: border-box;
	padding: 5px;
	font-size: 16px;
}



.block7 .box2 .inner{
	margin-top: 40px;
}

.block7 .box2 dl{
	border-top: 2px solid #727171;
	margin: 0;
}

.block7 .box2 dl span{
	margin-left: 2em;
}

.block7 .box2 dl span.red{
	border: 1px solid #b5b5b6;
	color: #e60012;
	font-size: 14px;
    padding: 5px 15px;
}

.block7 .box2 dd{
	background: rgba(67,150,211,0.2);
	padding: 20px;
}

.block7 .box2 dt{
	background: #fff;
	padding: 20px;
}

.block7 .box2 dt label{
	margin-left: 0.5em;
}

.block7 .box2 dt input[type="text"]{
	box-sizing: border-box;
	padding: 3px;
	font-size: 16px;
}

.block7 .box dt textarea{
	width: 100%;
	box-sizing: border-box;
	padding: 5px;
	font-size: 16px;
}



.block7 .contact_btn{
	text-align: center;
    margin-top: 60px;
}

.block7 .contact_btn button{
	margin-bottom: 20px !important;
}

.block7 .contact_btn input,
.block7 .contact_btn button{
	background: #000;
	color: #fff;
	font-size: 22px;
	text-align: center;
	width: 380px;
	padding: 10px 0;
	margin: 0 auto;
	box-shadow: 2px 2px 0 rgba(0,0,0,0.2);
	border: 2px solid #000;
	cursor: pointer;
	transition: 0.2s;
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
}

.block7 .contact_btn input:hover,
.block7 .contact_btn button:hover{
	background: #fff;
	color: #000;
	transition: 0.2s;
}



/* ----------------------------- 送信完了 */

/*.thanks{
	margin-top: 0;
}*/

.thanks_block{
	padding: 200px 0 100px;
	text-align: center;
}

.thanks_block p{
	font-size: 20px;
    line-height: 1.8;
}

/* ----------------------------- フッター */

footer{
	/*margin-top: 100px;*/
}

footer .adrress{
	text-align: center;
}

footer .adrress h3{
	color: #036eb8;
    font-size: 20px;
}

footer .adrress p{
	margin-top: 5px;
}

.pagetop{
	position: fixed;
	right: 3%;
	bottom: 7%;
	width: 70px;
	z-index: 99;
	visibility: hidden;
	opacity: 0;
	transition: 0.4s;
}

.copy{
	color: #fff;
	background: #036eb8;
	padding: 10px 0;
	text-align: center;
	font-size: 14px;
	margin-top: 40px;
}

.sidebnr{
	position: fixed;
	right: 0;
	top: 15%;
    width: 75px;
    z-index: 9999;
}

.sidebnr a:hover img{
	opacity: 1;
}


.feadin{
	visibility: visible !important;
	opacity: 1 !important;
	transition: 0.4s;
}



/*------------------------------------------------------------ 
    共通 
------------------------------------------------------------*/  
.att{
	color:#F33;
}

.att02{
	font-size:1.5em;
}

.att03{
	background:#FFFF00;
}

.att04{
	color:#00AE00;
	font-size:0.8em;
	letter-spacing:-2px;
}

.att05{
	text-decoration:underline;
}

.att06{
	font-weight:bold;
	font-size:1.1em;
}

.att07{
	padding-top:2%;
	padding-left:60px;
	padding-bottom:2%;
	background:url(../../images/bg_check.jpg) no-repeat left;
	background-color:#FFFFCC;
	color:#FF0000;
}
.att08{
	color:#59B200;
}

.fc01{
	color:#066606;
	font-size:0.9em;
	font-weight:bold;
}

.fc02{
	color:#FF7039;
	font-size:0.9em;
	font-weight:bold;
}


/*------------------------------------------------------------ 
    ヘッダー 
------------------------------------------------------------*/
#header {
	width:100%;
	padding-top:2%;
	margin:0 auto;
	background-color:#fff;
}

#header h1{
	width:57%;
	margin-left:5px;
	color:#006700;
	font-size:0.9em;
	text-align:left;
	float:left;
	line-height:1.2;
}

#header h2{
	letter-spacing:-2px;
}

#header_tel{
	width:40%;
	margin-bottom:5px;
	float:left;
}

#mainimage{
	clear:both;
	width:100%;
	border-top:4px solid #006700;
	text-align:center;
}

#mainimage h2{
	margin-top:-18%;
	font-weight:100;
}

/*------------------------------------------------------------ 
    フッター 
------------------------------------------------------------*/
#footer{
	margin-top:20%;
	border-top:4px solid #000;
}

#copy{
	text-align:center;
	padding:5% 0;
	font-size:0.8em;
}


/*------------------------------------------------------------ 
    コンテンツ 
------------------------------------------------------------*/
#h3_01{
	margin-bottom:7px;
	font-size:1.3em;
	color:#e4007f;
	text-decoration:underline;
	text-align:center;
}

.h3_02,
.h3_02 a{
	margin-bottom:7px;
	color:#fff;
	font-size:1.4rem;
	background:#ccc;
	padding:3% 0;
	text-align:center;
	text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 767px) {
.h3_02,
.h3_02 a{
	margin-bottom:7px;
	color:#fff;
	font-size:1.3rem;
	background:#006700;
	padding:3%;
	text-align:center;
	text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
}
}
.h3_03,
.h5_01{
	color:#e4007f;
	margin-bottom:7px;
	padding-left:10px;
	border-left:10px solid #e4007f;
	border-bottom:1px solid #e4007f;
}

.h3_04{
	margin-bottom:7px;
	color:#fff;
	background:#ff721d;
	padding:3% 0;
	font-size:1.2em;
	text-align:center;
	text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
}

.h4_01{
	margin-bottom:7px;
	color:#fff;
	background:#999;
	padding:3% 0;
	font-size:1.2em;
	text-align:center;
	text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;
}

#text01{
	border:2px solid #F33;
	background:#ffedf7;
	padding:2%;
}
@media only screen and (max-width: 767px) {
#text01{
	border:2px solid #F33;
	background:#ffedf7;
	padding:2%;
}
}
#text04{
	overflow:auto;
	margin-bottom:40px;
}

#text04_left{
	width:75%;
	float:left;
}
#text04_rightt{
	float: left;
	width: 25%;
}
#text04_rightt img{
	width: 100%;
	height: auto;
}
#text04_right{
	width:100%;
	float:none;
	clear: both;
}
#text04_right ul{
text-align: center;	
}
#text04_right li{
	display: inline-block;
	margin: 2% 2%;
	width: 20%;
}
#text04_right li img{
	width: 100%;
	height: auto;
}
@media only screen and (max-width: 767px) {
#text04_rightt{
	float: left;
	width: 20%;
}

	#text04_right{
	width:100%;
	float:none;
}
#text04_right ul{
	width: 100%;
}
#text04_right li{
	display: inline-block;
	margin: 2% 2%;
	width: 20%;
}


}
#contact{
	clear:both;
	text-align:center;
}

#contact p a{
	clear:both;
	color:#fff;
	background:#00AE00;
	font-size:17px;
	text-align:center;
	line-height:3;
}

#text05{
	overflow:auto;
	margin-bottom:40px;
}

#text05_left{
	width:75%;
	float:left;
}
#text05_right{
	width:20%;
	float:right;
}

@media only screen and (max-width: 767px) {
#text05_left{
	width:63%;
	float:left;
}

	#text05_right{
	width:35%;
	float:right;
}
}
#text05 p,
#text06 p,
#text15 p{
	clear:both;
}

.text15_detail{
	border-bottom:1px dotted #aaa;
}

#price{
	background:#000032;
	padding-top:5%;
	padding-bottom:5%;
}

#price h3,#price h4,#price p{
	color:#fff;
	text-align:center;
	padding-bottom:3%;
}

#price_detail{
	background:#fff;
	width:85%;
	padding:3%;
	margin:0 auto;
	color: #000!important;
}

.tdec{
	text-decoration:line-through;
}

#text17_01{
	margin-top:3%;
	padding-right:50%;
	padding-bottom:10%;
	background:url(../../images/bg_text17-01.jpg) no-repeat top right;
	background-size:50%;
}

#text17_02{
	margin-top:3%;
	padding-right:50%;
	padding-bottom:50%;
	background:url(../../images/bg_text17-02.jpg) no-repeat top right;
	background-size:50%;
}

#text17_03{
	margin-top:3%;
	padding-right:50%;
	padding-bottom:10%;
	background:url(../../images/bg_text17-03.jpg) no-repeat top right;
	background-size:50%;
}

#text17_04{
	margin-top:3%;
	padding-right:50%;
	padding-bottom:10%;
	background:url(../../images/bg_text17-04.jpg) no-repeat top right;
	background-size:50%;
}

#text17_05{
	margin-top:3%;
	padding-right:50%;
	background:url(../../images/bg_text17-05.jpg) no-repeat top right;
	background-size:50%;
}

#text17_06{
	margin-top:3%;
	padding-right:50%;
	background:url(../../images/bg_text17-06.jpg) no-repeat top right;
	background-size:50%;
}

#text18 li{
	padding:2% 2% 2% 13%;
}

#text18 .Q{
	background:url(../../images/Q_icon.jpg) no-repeat left;
	background-color:#FFECCC;
	border-bottom:1px solid #FFA700;
}

#text18 .A{
	background:url(../../images/A_icon.jpg) no-repeat top left;
	background-color:#fff;
}

.name{
	float:right;
	width:30%;
	margin-bottom:20%;
}
@media only screen and (max-width: 767px) {
.name{
	float:right;
	width:60%;
	margin-bottom:20%;
}
}
#text19 p{
	clear:both;
}

/*問い合わせフォーム*/
#form_area{
	width:95%;
	padding-left:3%;
}

#form_area ul{
	padding:3%;
}

#form_area li{
	margin-bottom:3%;
}

input[type="text"], textarea {
height: 25px;
width: 220px;
border: 1px solid #ccc;
border-radius: 3px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.3) inset;
-webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.3) inset;
-o-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.3) inset;
-ms-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.3) inset;
}

#etc{
	width:250px;
	height:200px;
}

.btn_recruit_check{
	width:97%;
	text-align:center;
}

#btn_recruit_check{
	color:#fff;
	font-size:20px;
	background:#090;
	border:#063 2px solid;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-moz-box-shadow: 5px 5px 3px 0px rgba(0,0,0,0.1) inset;
-webkit-box-shadow: 5px 5px 3px 0px rgba(0,0,0,0.1) inset;
-o-box-shadow: 5px 5px 3px 0px rgba(0,0,0,0.1) inset;
-ms-box-shadow: 5px 5px 3px 0px rgba(0,0,0,0.1) inset;
}

#btn_recruit_back{
	color:#fff;
	font-size:20px;
	background:#063;
	border:#063 2px solid;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-moz-box-shadow: 5px 5px 3px 0px rgba(0,0,0,0.1) inset;
-webkit-box-shadow: 5px 5px 3px 0px rgba(0,0,0,0.1) inset;
-o-box-shadow: 5px 5px 3px 0px rgba(0,0,0,0.1) inset;
-ms-box-shadow: 5px 5px 3px 0px rgba(0,0,0,0.1) inset;
}

.text21_p{
	padding-top:10%;
	text-align:center;
}
/*お電話*/
.teltoi{
	text-align: center;
	margin: 2vw auto 1vw;
	width: 40%;
	height:auto;
	padding: 1%;
 background-color: rgba(49,176,74,1.00);
	 position: relative;
    z-index: 1; /* 必要であればリンク要素の重なりのベース順序指定 */
}
.teltoi a{
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
}
.teltoi a:hover{
 opacity: 0.5;
    background-color: #fff;
}

.teltoi h1{
	font-size: 1.2rem!important;
	line-height: 120%;
	color: #fff;
}
.teltoi h2{
	line-height: 120%;
	font-size: 2.2rem;
	color: #fff;
	
}
.teltoi h3{
	line-height: 120%;
	font-size: 1.0rem;
	color: #fff;
	
}

@media only screen and (max-width: 767px) {
}

.space20{
	margin: 20px 0 0 0;
}














  

