@charset "utf-8";

/*
@font-face {
   font-family: 'Noto Serif Japanese';
   font-style: normal;
   font-weight: 700;
  src: url(../fonts/NotoSerifCJKjp-Bold.otf) format('opentype');
 }
*/

html,body{
	font-family : '游ゴシック  Medium','Yu Gothic Medium', 'Yu Gothic', meiryo, sans-serif;
}
.visible-pc{
	display : inline-block!important;
}
.visible-sp{
	display : none!important;
}

/* 20180116 ★3 */
.visible-pc-b{
	display : block!important;
}
.visible-sp-b{
	display : none!important;
}
/* /20180116 ★3 */
.top_form_sp{
	display : none;
}
@keyframes vertical{
    0% { transform : translateY(  0px); }
  100% { transform : translateY( -15px); }
}
@-moz-keyframes vertical{
    0% { transform : translateY(  0px); }
  100% { transform : translateY( -15px); }
}
@-webkit-keyframes vertical{
    0% { transform : translateY(  0px); }
  100% { transform : translateY( -15px); }
}
@-o-keyframes vertical{
    0% { transform : translateY(  0px); }
  100% { transform : translateY( -15px); }
}
@-ms-keyframes vertical{
    0% { transform : translateY(  0px); }
  100% { transform : translateY( -15px); }
}
section.jump{
	position : relative;
	text-align : center;
	padding : 120px 0 200px;
	animation: vertical 1s ease-in-out infinite alternate;
}
.jump a{
	position : relative;
	display : inline-block;
}
.jump .jump_b{
	position : relative;
	display : block;
	top : 50px;
	left : -40px;
}
.header_box h3{
	text-shadow : 2px 2px 2px #fff, -1px -1px 2px #ffffff;
}
#jump_bt{
	position : fixed;
	top : 0;
	right : 0;
	z-index : 11111;
	display : none;
}
#copy span {
	display : block;
	color: #555;
}

/* 暫定ここまで */
/*
header
=================================================*/
#header_sec{
	position : relative;
	overflow : hidden;
	width : 100%;


}
header{
	position : relative;
	width : 100%;
	max-width: 1200px;
	height : 64px;
	margin : 0 auto;
	box-sizing : border-box;
}

/* ★４ */
header h1{
	position : relative;
	margin : 0;
	box-sizing : border-box;
	overflow : hidden;
	width : 400px;
	height : 90px;
	margin : 0 auto;
	float: left; 
}



/*header h1 img{
	position : relative;
	display : block;
	float : left;
	padding-top : 15px;
	width : 183px;
}
header h1 span{
	position : relative;
	display : block;
	float : left;
	font-size : 15px;
	font-weight : normal;
	line-height : 1.3;
	padding : 23px 0 15px 30px;
}*/
header h1 img {
    /* position: relative; */
    display: block;
    padding-top: 1px;
    width: 183px;
}
header h1 span {
    /* position: relative; */
    display: block;
    /* float: left; */
    font-size: 15px;
    font-weight: normal;
    line-height: 1.3;
    padding: 3px 0 15px 0px;
}


#h_balloon {
    position: relative;
    padding: 10px;
    background-color: #BCCCC9;
    border-radius: 20px;
    font-size: 16px;
    float: left;
    display: block;
    margin-top: 10px;
}
#h_balloon strong{
  font-size: 18px;
  font-weight: bold;
}
/* 三角アイコン */
#h_balloon::before {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: 4px;
	bottom: -7px;
	border-top: 18px solid #BCCCC9;
	border-right: 28px solid transparent;
	border-left: 0px solid transparent;
	transform: rotate(14deg);
}

/* /★４ */

.header_info_box{
	position : relative;
	background : #EDEDED;
	padding : 24px 0;
}
/*
w768～
=================================================*/

@media screen and (min-width: 768px) {
	.header_info_box {
	    position: absolute;
	    background: transparent;
	    padding: 5px 0;
	    bottom: 7px;
	    width: 57%;
	}

	ul.header_info li::before{
		content: '';/*ボックス作成*/
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		background-color: #fff;
		z-index: -1;
		transform: skew(-32deg);
		opacity: 0.8;
	}
}

ul.header_info{
	position : relative;
	overflow : hidden;
	margin : 0;
	padding : 0;
	letter-spacing : -1em;
	text-align : center;
	width : 100%;
	margin : 0 auto;
}
ul.header_info li{
	position: relative;
	display: inline-block;
	width: 46%;
	padding: 7px 2%;
	margin: 2px 2px;
	font-size: 19.5px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: normal;
	box-sizing: border-box;
	z-index: 3;
}

/*ul.header_info li::after{
	content : "";
	width : 0;
	height : 0;
	border-style : solid;
	border-width : 30px 30px 0 0;
	border-color : #249676 transparent transparent transparent;
	top : 5px;
	left : 5px;
	position : absolute;
}*/

/*ul.header_info li:nth-child(odd){
	background : #ffffff;
}
ul.header_info li:nth-child(even){
	background : #35D5AA;
}
*/



/*
footer
=================================================*/
footer{
	overflow : hidden;
	background : #fff;
}
.footer_images{
	position : relative;
	width : 100%;;
	height : 0;
	padding-top : 1050px;
	margin : 0 auto;
	background : url(../images/05_flow_img05.jpg) center top no-repeat;
	background-size : cover;
}
footer p{
	position : absolute;
	text-align : center;
	color : #fff;
	width : 1200px;
	height : 300px;
	padding : 20px 0;
	margin : 0 auto;
	line-height : 1.4;
	font-size : 55px;
	font-weight : bold;
	background : rgba(0, 0, 0, 0.3);
	text-shadow : 1px 1px 3px #000;
	top : 125px;
	bottom : 0;
	right : 0;
	left : 0;
	margin : auto auto;
}
#copy{
	position : relative;
	text-align : center;
}
#copy h3{
	font-size : 24px;
	margin-bottom : 0;
}
#copy img{
	padding : 30px;
	width: 214px;
}


/*
slider
=================================================*/
.swiper-container.swiper-container-horizontal{
	max-width : 1300px;
	width : 100%;
	height: 89px;
	margin-top: 35px;
	margin-bottom: 10px;
}
ul.swiper-wrapper{
	top : -89px;
}
li.swiper-slide{
	list-style : none;
}
li.swiper-slide a{
	display : block;
}

li.swiper-slide img{
	display : block;
	width : 150px;
	height : 70px;
}
.swiper-container.swiper-container-horizontal::before{
	content : "";
	position : relative;
	float : left;
	width : 70px;
	height : 89px;
	top : -0px;
	z-index : 11;
	background : -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 40%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background : -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 40%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background : linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 40%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter : progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}
.swiper-container.swiper-container-horizontal::after{
	content : "";
	position : relative;
	float : right;
	width : 70px;
	height : 89px;
	top : -194px;
	z-index : 11;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+80,1+100 */
	background : -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 80%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background : -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background : linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter : progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}
.swiper-button-prev,
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev{
	z-index : 111 !important;
}
.swiper-button-prev{
	background-image: none !important;
	left : 4px !important;
	width : 15px !important;
	height: 15px !important;
	border-bottom : 4px solid #333333;
	border-left : 4px solid #333333;
	-webkit-transform : rotate(45deg);
	transform : rotate(45deg);
}
.swiper-button-next{
	background-image: none !important;
	right : 4px !important;
	width : 15px !important;
	height: 15px !important;
	border-top : 4px solid #333333;
	border-right : 4px solid #333333;
	-webkit-transform : rotate(45deg);
	transform : rotate(45deg);
}
.swiper_sp{
	display : none;
}
/*
form
=================================================*/
/* ※formedit start */

.form_wrap_content{
	position : relative;
	padding : 0 0 0 0;
	width: 360px;
	margin:0 auto;
	height: 360px;
}

.top_form iframe{
    position: static;
    width: 100%;
    height: 360px;
}

.top_form{
	position : absolute;
	top : 220px;
	float : right;
	right : 20px;
	width : 455px;
	background : #EDEDED;
	box-shadow : -1px 0px 9px 2px rgba(0,0,0,0.8);
	border-radius: 10px 10px;
	z-index: 5;
}
.top_form .form_wrap_content{
	/*padding : 330px 0 0 0;*/
	height: 360px;
}

.bottom_form_area{
	background : #EDEDED;
	padding-bottom: 30px;
/*	padding-top : 120px;*/
}
.bottom_form{
	width : 768px;
	margin : 0 auto;
	padding-top : 60px;
}
.bottom_form iframe {
    position: static;
    width: 100%;
	height: 500px;
}
.bottom_form .form_wrap_content{
	width: 100%;
	height: 500px;
}

/* ※formedit end */

/*
main_sub
=================================================*/
.main_container{
	z-index : 11;
}
.sub_title{
	position : relative;
	width : 100%;
	background : #00BC90;
}
.sub_title p.spbr{
	display : inline;
	margin : 0;
}
.main_container h2,
.sub_container h2{
	position : relative;
	text-align : center;
	font-size : 30px;
	font-weight : bold;
	line-height : 1.3;
	padding : 20px 0;
	margin : 0;
	letter-spacing : 3px;
}
.main_container h2 span,
.sub_container h2 span{
	display : block;
	color : #fff;
	font-size : 40px;
	letter-spacing : 0px;
}
.main_container h2 span{
	font-size : 26px;
}
.main_container h2 span span,
.sub_container h2 span span{
	display : inline;
	font-size : 40px;
}
/**/
.main_img_wrap{
	position : relative;
	width : 1200px;
	margin : 0 auto;
}
.main_container_img{
	position : relative;
	width : 100%;
	height : 0;
	padding-top : 37.33%;
	padding-top : calc(100%*448/1200);
	padding-top : -webkit-calc(100%*448/1200);
	padding-top : -moz-calc(100%*448/1200);
	margin : 0 auto;
	background-position : center top;
	background-repeat : no-repeat;
	background-size : cover;
}
.n01 .main_container_img{
	background-image : url(../images/02_feature_img01.jpg);
}
.n02 .main_container_img{
	background-image : url(../images/02_feature_img02.jpg);
}
.n03 .main_container_img{
	background-image : url(../images/02_feature_img03.jpg);
}
.n04 .main_container_img{
	background-image : url(../images/02_feature_img04.jpg);
}
.n01 h3,.n02 h3,.n03 h3,.n04 h3{
	position : absolute;
	text-align : center;
	color : #fff;
	width : 555px;
	height : 230px;
	padding : 20px 0;
	margin : 0 auto;
	line-height : 2;
	font-size : 31px;
	font-weight : bold;
	background : rgba(0, 0, 0, 0.3);
	text-shadow : 1px 1px 3px #000;
	top : 0;
	left :0;
	right : 0;
	bottom : 0;
	margin : auto auto;
}
.n01 p,.n02 p,.n03 p,.n04 p{
	position : relative;
	text-align : center;
	font-size : 26px;
	line-height : 1.5;
	margin : 20px 0 0 0;
	padding : 0;
}
.n02 p,.n04 p{
	color : #000;
}
.number{
	position : relative;
	display : inline-block;
	font-family: 'Open Sans', sans-serif;
	font-weight : 600;
	border-bottom : 1px solid #fff;
	font-size : 100px;
	margin : 0 0 15px 0;
	line-height : 1;
}
.n01,.n02,.n03,.n04{
	position : relative;
	width : 100%;
	background : #BCCCC9;
	padding : 35px 0 20px 0;
}
.n02,.n04{
	background : #dadada;
}
.n04{
	margin-bottom : 90px;
}
.n04::after {
	content: "";
	width : 0;
	height : 0;
	position : absolute;
	bottom : -185px;
	left : 0;
	right : 0;
	margin : auto;
	border : 100px solid transparent;
	border-top : 90px solid #dadada;
}
/**/
.sub_container.sub01{
	position : relative;
	margin-bottom : 40px;
	padding-bottom : 0px;
}
.sub_container.sub01::after {
	content: "";
	width : 0;
	height : 0;
	position : absolute;
	bottom : -135px;
	left : 0;
	right : 0;
	margin : auto;
	border : 100px solid transparent;
	border-top : 90px solid #949494;
	z-index : -1;
}
.recruit_wrap{
	padding-top : 50px;
	padding-bottom : 40px;
	background-color : #9c9c9c;
	background-image : linear-gradient(transparent 30%, rgba(255, 255, 255, 0.35) 32%, rgba(255, 255, 255, 0.35) 31.25%, transparent 31.25%),
	                   linear-gradient(90deg, transparent 31%, rgba(255, 255, 255, 0.35) 25%, rgba(255, 255, 255, 0.35) 31.25%, transparent 31.25%);
	background-size : 114px 114px;
	z-index : 111;
}
.recruit{
	position : relative;
	width : 860px;
	margin : 0 auto 15px;
}
.recruit_box{
	overflow : hidden;
}
.recruit:before{
	content : "";
	background : none repeat scroll 0 0 #777777;
	bottom : 17px;
	box-shadow : 0px 15px 10px #424242;
	left : 10px;
	max-width : 300px;
	position : absolute;
	top : 80%;
	transform : rotate(-3deg);
	-webkit-transform : rotate(-3deg);
	-moz-transform : rotate(-3deg);
	-ms-transform : rotate(-3deg);
	-o-transform : rotate(-3deg);
	width : 50%;
	z-index : 1;
}
.recruit:after{
	content : "";
	background : none repeat scroll 0 0 #777777;
	bottom : 17px;
	box-shadow : 0px 15px 10px #424242;
	left : auto;
	right : 53px;
	max-width : 300px;
	position : absolute;
	top : 80%;
	transform : rotate(-3deg);
	-webkit-transform : rotate(3deg);
	-moz-transform : rotate(3deg);
	-ms-transform : rotate(3deg);
	-o-transform : rotate(3deg);
	width : 50%;
	z-index : 2;
}
.rec_left{
	position : relative;
	float : left;
	z-index : 11;
}
.rec_right{
	position : relative;
	float : left;
	width : 50%;
	background : #fff;
	padding : 10px 15px 5px 35px;
	box-sizing : border-box;
	z-index : 11;
}
.rec_right h3{
	position : relative;
	color : #00BC90;
	margin : 0 0 0 0;
	padding : 0 0 0 0;
	font-size : 28px;
}
.rec_right dl{
	overflow : hidden;
	font-weight : bold;
	margin : 5px 0;
}
.rec_right dl dt{
	float : left;
	color : #fff;
	padding : 4px 12px;
	font-size : 20px;
	margin : 0 10px 5px 0;
}
.rec_right dl dt.g01{
	background : #00BC90;
}
.rec_right dl dt.g02{
	background : #808080;
}
.rec_right dl dt.g03{
	background : #FF5065;
}
.rec_right dl dd{
	color : #949494;
	font-size : 20px;
	margin : 0 0 5px 0;
	padding : 4px 0;
}
.rec_right dl dd span{
	color : #FF5065;
}
.rec_right p{
	position : relative;;
	margin : 0 0 0 0;
	color : #949494;
	font-size : 18px;
}
/**/
.sub_container.sub02{
	position : relative;
	margin-bottom : 90px;
	padding-bottom : 10px;
	background : url(../images/04_voice_img05.jpg) center 130px no-repeat;
	/*background: url(../images/04_voice_img05.jpg) center 0px no-repeat;
	background-attachment: fixed;*/
}
.sub_container.sub02::after {
	content: "";
	width : 0;
	height : 0;
	position : absolute;
	bottom : -150px;
	left : 0;
	right : 0;
	margin : auto;
	border : 100px solid transparent;
	border-top : 90px solid #D5D5D5;
	z-index : -1;
}
.voice_left{
	position : relative;
	width : 1200px;
	margin : 0 auto 10px;
	overflow : hidden;
	padding-bottom : 15px;
}
.voice_left .voice_title,
.voice_right .voice_title{

}
.voice_left h3{
	position : relative;
	color : #fff;
	font-size : 36px;
	padding : 20px 0 20px 0;
	box-sizing : border-box;
	width : 100%;
	margin : 30px 0 20px 0;
	text-align : center;
	background : -moz-linear-gradient(left, rgba(36,150,118,1) 0%, rgba(36,150,118,0.9) 60%, rgba(36,150,118,0) 90%, rgba(36,150,118,0) 100%); /* FF3.6-15 */
	background : -webkit-linear-gradient(left, rgba(36,150,118,1) 0%,rgba(36,150,118,0.9) 60%,rgba(36,150,118,0) 90%,rgba(36,150,118,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background : linear-gradient(to right, rgba(36,150,118,1) 0%,rgba(36,150,118,0.9) 60%,rgba(36,150,118,0) 90%,rgba(36,150,118,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter : progid:DXImageTransform.Microsoft.gradient( startColorstr='#249676', endColorstr='#00249676',GradientType=1 ); /* IE6-9 */
}
.voice_left .voice_title .effect2{
	position : absolute;
	top : 15px;
	right : 80px;
}
.effect2 img{
	transition : .8s;
}
.voice_left .vocie_box{
	position : relative;
	width : 992px;
	margin : 0 auto;
}
.voice_left .vocie_box .voice_minbox{
	background: #fff;
	position : relative;
	float : left;
	width : 30%;
	box-sizing : border-box;
	left : 100px;
	padding : 15px 25px;
	box-shadow : 2px 2px 15px;
}
.voice_left .voice_minbox::after{
	content : "";
	height : 0;
	position : absolute;
	width : 0;
	border : 25px solid transparent;
	border-left : 25px solid #fff;
	top : 47px;
	left : 305px;
	margin-left : -10px;
}

.voice_left .vocie_box .voice_minbox img{
	float : left;
	margin-right : 12px;
	width: 35%;
}
.voice_left .vocie_box .voice_minbox.vm3 img{
	margin-right : 3px;
	margin-left : -10px;
}
.voice_left .vocie_box .voice_minbox p{
	font-size : 23px;
	font-weight : bold;
	line-height : 1.3;
}
.voice_left .vocie_box .voice_minbox.vm3 p{
	font-size : 26px;
}
.voice_left .vocie_box .voice_minbox p span{
	display : block;
	font-size : 24px;
	color : #FF8E1E;
}
.voice_left .vocie_box .com{

	position: relative;
    float: right;
    width: 50%;
    font-size: 18px;
    line-height: 1.3;
    margin: 0;
    box-sizing: border-box;
    right: 50px;
}
.voice_right{
	position : relative;
	width : 1200px;
	margin : 0 auto 5px;
	overflow : hidden;
	padding-bottom : 10px;
}
.voice_right h3{
	position : relative;
	color : #fff;
	font-size : 36px;
	padding : 20px 0 20px 0;
	box-sizing : border-box;
	width : 100%;
	margin : 30px 0 20px 0;
	text-align : center;
	background : -moz-linear-gradient(left, rgba(36,150,118,0) 0%, rgba(36,150,118,0) 10%, rgba(36,150,118,0.9) 40%, rgba(36,150,118,1) 100%); /* FF3.6-15 */
	background : -webkit-linear-gradient(left, rgba(36,150,118,0) 0%,rgba(36,150,118,0) 10%,rgba(36,150,118,0.9) 40%,rgba(36,150,118,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background : linear-gradient(to right, rgba(36,150,118,0) 0%,rgba(36,150,118,0) 10%,rgba(36,150,118,0.9) 40%,rgba(36,150,118,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter : progid:DXImageTransform.Microsoft.gradient( startColorstr='#00249676', endColorstr='#249676',GradientType=1 ); /* IE6-9 */
}
.voice_right .voice_title .effect2{
	position : absolute;
	top : 15px;
	left : 50px;
}
.voice_right .vocie_box{
	position : relative;
	width : 992px;
	margin : 0 auto;
}
.voice_right .vocie_box .voice_minbox{
	background: #fff;
	position : relative;
	float : right;
	width : 30%;
	box-sizing : border-box;
	right : 100px;
	padding : 15px 25px;
	box-shadow : 2px 2px 15px;
}
.voice_right .voice_minbox::after{
	content : "";
	height : 0;
	position : absolute;
	width : 0;
	border : 25px solid transparent;
	border-right : 25px solid #fff;
	top : 47px;
	left : -40px;
	margin-left : -10px;
}
.voice_right .vocie_box .voice_minbox img{
	float : left;
	margin-right : 12px;
	width: 35%;
}
.voice_right .vocie_box .voice_minbox p{
	font-size : 23px;
	font-weight : bold;
	line-height : 1.3;
}
.voice_right .vocie_box .voice_minbox p span{
	display : block;
	font-size : 24px;
	color : #FF8E1E;
}
.voice_right .vocie_box .com{
	position : relative;
	float : left;
	width: 50%;
	font-size: 18px;
	line-height: 1.3;
	margin : 0;
	box-sizing : border-box;
	left : 50px;
}

.vl1 h3 {
    font-size: 30px;
    text-indent: -100px;
    padding: 23px 0 23px 0;
}
/**/
.sub_container.sub03{
	position : relative;
	background : #C7C7C7;
}
.sub_container.sub03::after {
	content: "";
	width : 0;
	height : 0;
	position : absolute;
	bottom : -185px;
	left : 0;
	right : 0;
	margin : auto;
	border : 100px solid transparent;
	border-top : 90px solid #C7C7C7;
	z-index : 1;
}
.sub_container.sub03 section{
	position : relative;
	width : 1200px;
	margin : 50px auto 0;
	padding-bottom : 80px;
	overflow : hidden;
}
.flow_box{
	position : relative;
	float : left;
	width : 290px;
	background : #fff;
	margin-right : 3px;
	height : 345px;
}
.flow_box:last-child{
	margin-right : 0;
}
.flow_box h3{
	color : #fff;
	background : #435B56;
	text-align : center;
	font-size : 24px;
	padding : 20px 0;
	box-sizing : border-box;
	margin : 0 0 30px 0;
}
.flow_box h3.flow_01::before,
.flow_box h3.flow_02::before,
.flow_box h3.flow_03::before{
	content : "";
	height : 0;
	position : absolute;
	width : 0;
	border : 33px solid transparent;
	border-left : 25px solid #C7C7C7;
	top : 0px;
	left : 303px;
	margin-left : -10px;
	z-index : 111111;
}
.flow_box h3.flow_01::after,
.flow_box h3.flow_02::after,
.flow_box h3.flow_03::after{
	content : "";
	height : 0;
	position : absolute;
	width : 0;
	border : 33px solid transparent;
	border-left : 25px solid #445c57;
	top : 0px;
	left : 300px;
	margin-left : -10px;
	z-index : 111111;
}
.flow_box h3 span{
	position : absolute;
	font-size : 36px;
	font-weight : 300;
	left : 40px;
	top : 12px;
	font-family: 'Lato', sans-serif;
}
h3.flow_04{
	text-indent : 1em;
}
h3.flow_04 span{
	left : 10px;
}
.flow_box img{
	position : relative;
	display : block;
	margin : 0 auto 30px;
}
.flow_box p{
	color : #949494;
	margin : 0;
	line-height : 1.5;
	padding : 0 17px;
	box-sizing : border-box;
	font-size : 14.8px;
	text-align : justify;
	letter-spacing : -0.8px;
}



/* ボタン前の矢印 */


.n04::after,
.sub_container.sub01::after,
.sub_container.sub02::after,
.sub_container.sub03::after{
	/*animation: vertical 0.5s ease-in-out infinite alternate;*/
	display: none;
}


.n04,
.sub_container.sub01,
.sub_container.sub02{
     margin-bottom: 0px;
}

a.yaji{
	position : relative;
	display : block;
	text-decoration : none;
	margin : 0 auto;
	text-align : center;
}

a.yaji:hover{
	cursor : pointer;
}

a.yaji span{
	position : relative;
	display : inline-block;
	width : 0;
	height : 0;
	border-style : solid;
	border-width : 90px 130px 0 130px; /* 矢印の三角の大きさ */
	border-color : #dadada transparent transparent transparent;
}
.yaji02 a.yaji span{
	border-color : #949494 transparent transparent transparent;
}

.yaji03 a.yaji span{
	border-color : #D5D5D5 transparent transparent transparent;
}
.yaji_bou{
	position : relative;
	display : block;
	width : 140px; /* 矢印の棒の太さ */
	height : 60px; /* 矢印の棒の高さ */
	margin : 10px 0;
	background : #dadada;
	margin : 0 auto;
	z-index : -1;
}
.yaji02 .yaji_bou{
	background : #949494;
}
.yaji03 .yaji_bou{
	background : #D5D5D5;
}
.effect_box{
	position : relative;
}
.effect_box.yaji02{
	top : -3px;
	z-index : -11;
}
.effect_box.yaji03{
	top : -15px;
}
.effect{
	position : absolute;;
	top : -60px;
	left : 0;
	right : 0;
}
.yaji.yaji01 a span {
	border-top: 50px solid #666;
}

.yaji.yaji02 a span {
	border-top: 50px solid #949494;
}

.yaji.yaji03 a span {
	border-top: 50px solid #D5D5D5;
}

.yaji.yaji04 a span {
	border-top: 50px solid #c7c7c7;
}
/* ★５ */

footer .corp_box {
    width: 100%;
    padding: 30px 0 20px;
    background: #e8e8e8;
    margin-bottom: 10px;
}
footer .ftlogo02 {
    max-width: 1200px;
    width: 95%;
    list-style: none;
    margin: 0 auto;
    padding: 0 0;
    font-size: 15px;
    text-align: left;
}
footer  ul.ftlogo02 li {
    width: 40%;
}
footer .ftlogo02 li:nth-child(1) {
    background: url(../images/lp1_ft_logo02.png) no-repeat;
    background-size: 45px 55px;
    padding-left: 55px;
    padding-right: 10px;
    height: 55px;
    float: left;
}
footer .ftlogo02 li:nth-child(2) {
    background: url(../images/lp1_ft_logo03.png) no-repeat;
    background-size: 55px 50px;
    padding-left: 60px;
    padding-right: 10px;
    height: 50px;
    float: right;
}
.corp_box::after {
    display: block;
    content: '';
    clear: both;
}
/* ★５ */

/*
1200-992
=================================================*/
@media screen and (min-width: 992px) and (max-width: 1200px) {
/* form */
.top_form{
	width : 438px;
	top : 210px;
	right : 10px;
	padding-top : 0;
}
.top_form .form_wrap_content{
	/*padding : 75% 0 0 0;*/
}
/* header */
header{
	width: auto;
	padding-left: 20px;
}
/* ★４ */
header h1{
	width : auto;/* 100% */
	padding-left : 20px;
}
/* /★４ */
ul.header_info{
	width : 100%;
}
ul.header_info li{
	font-size: 16px;
	padding: 11px 2%;
}
/* footer */
.footer_images{
	width : 100%;
	padding-top : 55.23%;
	padding-top : calc(100%*718/1300);
	padding-top : -webkit-calc(100%*718/1300);
	padding-top : -moz-calc(100%*718/1300);
	background-size : contain;
}
footer p{
	width : 735px;
	height : 205px;
	top : 130px;
	left :0;
	right : 0;
	bottom : 0;
	margin : auto auto;
	font-size : 36px;
}
/* main sub */
.main_container{
	width : 100%;
}
.main_img_wrap{
	width : 100%;
}
.main_container_img{
	width : 100%;
}
.number{
	font-size : 80px;
}

.n01 h3, .n02 h3, .n03 h3, .n04 h3{
	width : 440px;
	height : 180px;
	line-height : 1.5;
	font-size : 24px;
	top : 0;
	left :0;
	right : 0;
	bottom : 0;
	margin : auto auto;
}
/*  */
.voice_left,
.voice_right{
	width : 975px;
}
.voice_left .vocie_box,
.voice_right .vocie_box{
	width : 100%;
}
.voice_left h3,
.voice_right h3{
	width : 100%;
	font-size : 3vw;
	padding : 1.5vw 0;
}

.voice_right .voice_title .effect2 {
    position: absolute;
    top: 34px;
    left: 17px;
}
.voice_left .voice_title .effect2 {
    position: absolute;
    top: 34px;
    right: 17px;
}
.voice_left .voice_title img,
.voice_right .voice_title img{
	width : 60%;
	top : 8%;
}
.voice_left .vocie_box .voice_minbox{
	width : 295px;
	left : 120px;
}
.voice_left .voice_minbox::after{
	top : 48px;
	left : 305px;
}
.voice_left .vocie_box .com{
	width : 450px;
	font-size : 18px;
	margin-right : 30px;
}
.voice_right .vocie_box .voice_minbox{
	width : 295px;
	left : -68px;
}
.voice_right .voice_minbox::after{
	top : 48px;
}
.voice_right .vocie_box .com{
	width : 450px;
	font-size : 18px;
	left : 120px;
}
.vl1 h3 {
    font-size: 2.5vw;
    text-indent: -130px;
}
/*  */
.sub_container.sub03 section{
	width : 975px;
}
.flow_box h3.flow_01::before,
.flow_box h3.flow_02::before,
.flow_box h3.flow_03::before{
	left : 254px;
}
.flow_box h3.flow_01::after,
.flow_box h3.flow_02::after,
.flow_box h3.flow_03::after{
	left : 251px;
}
h3.flow_02{
	text-indent : 1em;
}
h3.flow_02 span{
	left : 12px;
}
.flow_box p{
	font-size : 13.8px;
	line-height : 1.3;
}
.flow_box{
	width : 241px;
}
}

/*
-992
=================================================*/
@media screen and (min-width: 992px) {
	.rec_left img,
	.rec_right {
	    height: 230px;
	}
	.rec_left img{
		width : 385px
	}

}

/*
991-768
=================================================*/
@media screen and (min-width: 768px) and (max-width: 991px) {
/*  */
.effect_box.yaji03{
	top : 0;
}

/* fonm */
.top_form{
	width : 375.5px;
	top : 160px;
	right : 20px;
	padding-top : 0;
}
.top_form .form_wrap_content{
	/*padding : 85% 0 0 0;*/
}
/* header */

/* ★４ */
header{
	width : 100%;
}
header h1{
	width : auto;/* 100% */
	padding-left : 20px;
}
/* /★４ */

header h1 img{
	/*width : 25%;*/
/*	padding-top: 22px;*/
}
header h1 span{/*
	font-size : 13.9px;*/
	padding-left : 15px;
}

.header_info_box {
    width: 54%;
}
ul.header_info{
	width : 98%;
}
ul.header_info li{
	font-size : 1.6vw;
	padding: 6px 0;
	height: 55px;
}
/* footer */
.footer_images{
	width : 100%;
	background-size : 100% auto;
	padding-top : 55.23%;
	padding-top : calc(100%*718/1300);
	padding-top : -webkit-calc(100%*718/1300);
	padding-top : -moz-calc(100%*718/1300);
}
footer p{
	top : 25%;
	left : 0;
	right : 0;
	bottom : 0;
	margin : auto auto;
	width : 70%;
	height : 35%;
	font-size : 26px;
}
/* slider */
li.swiper-slide img{
	width : 100%;
	height : auto;
}
/**/
.main_img_wrap{
	width : 100%;
}
.main_container_img{
	width : 100%;
}
.n01 h3, .n02 h3, .n03 h3, .n04 h3{
	top : 0;
	bottom : 0;
	left : 0;
	right : 0;
	margin : auto auto;
	width : 50%;
	height : 50%;
	font-size : 2.85vw;
	line-height : 1.6;
}
.number{
	font-size : 9vw;
	top : -1.5vw;
	margin : 0 0 1vw 0;
}
.n01 p, .n02 p, .n03 p, .n04 p{
	font-size : 2.6vw;
}
/**/
.recruit{
	width : 750px;
	margin : 0 auto 10px;
}
.rec_left{
	width : 41.5%;
}
.rec_left img{
	width : 100%;
	height: 188px;
}
.rec_right{
	width : 57.5%;
	padding : 5px 15px 5px 25px;
    height: 188px;
}



.rec_right h3{
	font-size : 22px;
}
.rec_right dl{
	margin : 2px 0;
}
.rec_right dl dt,
.rec_right dl dd,
.rec_right p{
	font-size : 16px;
}
.recruit:before{
	left : 9px;
}
.recruit:after{
	right : 19px;
}
/**/
.voice_left,
.voice_right{
	width : 750px;
}
.voice_left h3,
.voice_right h3{
	width : 100%;
	font-size : 2.5vw;
	padding : 1.5vw 0;
}
.voice_left .voice_title img,
.voice_right .voice_title img{
	width: 76%;
	top : 10%;
	right : 0;
}
.voice_right .voice_title img{
	left : 0;
}
.voice_left .vocie_box,
.voice_right .vocie_box{
	width : 100%;
	padding : 0 10px;
	box-sizing : border-box;
}
.voice_left .vocie_box .voice_minbox{
	left : 60px;
	padding : 10px 10px;
}
.voice_left .voice_minbox::after{
	top : 35px;
	left : 228px;
}
.voice_left .vocie_box .voice_minbox img,
.voice_right .vocie_box .voice_minbox img{
	width : 35%;
	margin-right : 5px;
	margin-top: 10px;
}
.voice_left .vocie_box .voice_minbox p,
.voice_right .vocie_box .voice_minbox p,
.voice_left .vocie_box .voice_minbox.vm3 p{
	font-size : 18px;
	line-height : 1;
	margin-top: 17px;
}
.voice_left .vocie_box .voice_minbox p span,
.voice_right .vocie_box .voice_minbox p span,
.voice_left .vocie_box .voice_minbox.vm3 p span{
	font-size : 19px;
	margin-bottom : 10px;
}
.voice_right .vocie_box .voice_minbox{
	right : 70px;
	padding : 10px 10px;
}
.voice_right .voice_minbox::after{
	top : 35px;
	left : -38px;
}
.voice_left .vocie_box .com{
	width : 45%;
	font-size : 16px;
	right : 70px;
}
.voice_right .vocie_box .com{
	width : 45%;
	font-size : 16px;
	left : 60px;
}


.voice_right .voice_title .effect2 {
    top: 15px;
    left: 9px;
}
.voice_left .voice_title .effect2 {
    top: 15px;
    right: 9px;
}

.vl1 h3 {
    font-size: 20px;
    text-indent: -100px;
    padding: 1.5vw 0;
}

/**/
.sub_container.sub03 section{
	width : 750px;
}
.flow_box{
	width : 185px;
	height : 350px;
}
.flow_box h3{
	font-size : 18px;
	margin : 0 0 15px 0;
	padding : 22px 0;
}
.flow_box h3 span{
	font-size : 26px;
	left : 31px;
	top : 16px;
}
h3.flow_02{
	text-indent : 1em;
}
h3.flow_02 span{
	left : 12px;
}
h3.flow_04 span{
	left : 10px;
}
.flow_box h3.flow_01::before, .flow_box h3.flow_02::before, .flow_box h3.flow_03::before{
	left : 198px;
	top : -2px;
}
.flow_box h3.flow_01::after, .flow_box h3.flow_02::after, .flow_box h3.flow_03::after{
	left : 195px;
	top : -2px;
}
.flow_box img{
	width : 55%;
	margin : 0 auto 15px;
}
.flow_box p{
	padding : 0 10px;
	font-size : 16px;
	text-align : justify;
	line-height : 1.2;
}
}

/*
850-768
=================================================*/
@media screen and (min-width: 768px) and (max-width: 850px) {
/*  */
	.header_info_box{
		margin-left: -13px
	}
	ul.header_info li::before {
	    transform: skew(-22deg);
	}
}

/*

=================================================*/
@media screen and (max-width: 767px){
.header_info_box{
	padding : 5px 0;
}
section.jump{
	width : 100%;
}
.jump a img{
	width : 500px;
}
.jump .jump_b{
	width : 20%;
}
/* from */
/*.top_form{
	display : none;
}
.top_form_sp{
	display : block;
	background : #eee;
	padding-top : 10px;
}*/


/* フォームを転用★ */
.top_form {
     display: block;
}

/* ★3 */
.top_form {
    float: none;
    width: 100%;
    background: #EDEDED;
    box-shadow: none;
    border-radius: 0 0;
    z-index: 1000;
    position: static;
}
.top_form .form_wrap_content {
    padding-top: 50px;
    padding-bottom: 50px;
}

#header_sec {
    position: relative;
   /* overflow: visible;*/
    width: 100%;
}
.top_form_sp {
    display: none;
}

ul.header_info {
    width: 100%;
}
/* /★3 */

/* フォームを転用ここまで★ */

.bottom_form .form_wrap_content{
	/*padding : 320px 0 0 0;*/
}
.bottom_form{
	width : 100%;
	padding-bottom : 25px;
}


/* ※ */

.bottom_form iframe {
    position: static;
    width: 360px;
	height: 360px;
}
.bottom_form .form_wrap_content{
	width: 360px;
	height: 360px;
}
/* ※ */



/**/
img.headr_pc{
	display : none;
}
img.headr_sp{
	display : block;
	margin : 6vw 0 2vw 0;
	width : 320px;
}
/*
header{
	background-image : url(../images/01_main_img01.jpg);
	background-repeat : no-repeat;
	background-position : -230px top;
	background-attachment : fixed;
	background-size : cover;
}
*/

/* ★４ */
header{
	
	height : 90px;
}
/* /★４ */

header h1{
	padding : 5px 5px 0;
	background : #fff;
	height : auto;
}
header h1 span{
	position : absolute;
	padding : 0;
/*	font-size : 3.5vw;*/
	font-weight : bold;
	top : 5px;
}


/* ★４ */
#h_balloon {
    font-size: 15px;
    padding: 5px 10px 3px 10px;
    position: absolute;
    right: 5px;
    top:30px;
    margin-top: 0px;
}
#h_balloon strong{
  font-size: 15px;
}

#h_balloon::before {
    left: -11px;
    bottom: 11px;
    border-right: 15px solid #BCCCC9;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    transform: rotate(0deg);
}
/* /★４ */
header h1 img{
	float : none;
	padding : 22px 0 10px;
/*	padding-top: 22px;*/
}
header h1 span br{
	display : none;
}
span.spbr{
	display : block;
}

ul.header_info{
	width : 100%;
}
ul.header_info li{
	width : 100%;/*
	font-size : 3.3vw;*/
	font-size : 23px;/* フォームを転用★ */
	padding : 5px 0;
}
ul.header_info li::before,
ul.header_info li::after{
	content : none;
}
ul.header_info li:nth-child(odd){
	background : #eee;
}
ul.header_info li:nth-child(even){
	background : #35D5AA;
}
.swiper-container.swiper-container-horizontal{
	display : none;
}
.swiper_sp{
	display : block;
	width : 100%;
	padding : 20px 5px;
	letter-spacing : -3em;
	box-sizing : border-box;
	background : #fff;
	overflow : hidden;
	text-align: center;
}
.swiper_sp span{
	position : relative;
	display : inline-block;
	width : 32%;
	margin-right : 2%;
}
.swiper_sp span img{
	display : block;
	margin : 0 auto;
}
/**/
footer{
	margin-bottom : 135px;
}
/**/
.sub_title p.spbr{
	display : block;
}
.main_container h2,
.sub_container h2{
	font-size : 6.5vw;
}
.main_container h2 span,
.sub_container h2 span{
	font-size : 5.5vw;
}
.main_container h2 span span,
.sub_container h2 span span{
	font-size : 7vw;
}
.main_container h2 span span{
	position : reltive;
	left : 8px;
}
/**/
.n01{
	padding : 0 0 20px;
}
.main_img_wrap{
	width : 100%;
}
.main_container_img{
	padding-top : 65%;
}
.n01 h3, .n02 h3, .n03 h3, .n04 h3{
	font-size : 4.7vw;
	line-height : 1.5;
	width : 79%;
	height : 70%;
}
.br{
	display : none;
}
.n01 h3 .number,
.n02 h3 .number,
.n03 h3 .number,
.n04 h3 .number{
	font-size : 18.5vw;
	margin-bottom : 25px;
}
.n02 .main_container_img{
	background : url(../images/02_feature_img02_sp.jpg);
	background-size : 100%;
}
.n03 .main_container_img{
}
.n04 .main_container_img{
	background : url(../images/02_feature_img04_sp.jpg);
	background-size : 100%;
	background-position-y: 50%;
}
.n01 p, .n02 p, .n03 p, .n04 p{
	text-align : justify;
	padding : 0 10px;
	font-size : 4.5vw;
}
/**/
.recruit{
	width : 100%;
	padding : 0 20px;
	box-sizing : border-box;
}
.recruit:before {
	content : "";
	position : absolute;
	bottom : 16px;
	left : 30px;
	width : 50%;
	box-shadow : 0 0 4px 8px rgba(0,0,0,0.6);
	z-index : 1;
	transform : rotate(-3deg);
}
.recruit:after {
	content : "";
	position : absolute;
	bottom : 16px;
	right : 30px;
	width : 50%;
	box-shadow : 0 0 4px 8px rgba(0,0,0,0.6);
	z-index : 1;
	transform : rotate(3deg);
}
.rec_left{
	float : none;
	width : 100%;
}
.rec_left img{
	width : 100%;
}
.rec_right{
	float : none;
	width : 100%;
	padding : 20px 15px;
	top : -5px;
}
.rec_right h3{
	font-size : 5.15vw;
}
.rec_right dl dt,
.rec_right dl dd,
.rec_right p{
	font-size : 3.7vw;
}
/**/
.sub_container.sub02{
	background : #F7F7F6;
	background-image : url(../images/04_voice_img05.jpg);
	background-position : center bottom;
	background-repeat : no-repeat;
	background-size : 100%;
	padding-bottom : 70%;
	z-index : 11;
}
.sub_container.sub02::after{
	content : "";
	z-index : 1;
}
.voice_left,
.voice_right{
	width : 100%;
	padding : 0 20px;
	box-sizing : border-box;
	overflow : unset;
}
.voice_left:before{
	content : "";
	position : absolute;
	bottom : 10px;
	left : 30px;
	width : 50%;
	box-shadow : 0 0 4px 8px rgba(0,0,0,0.6);
	z-index : 1;
	transform : rotate(-3deg);
}
.voice_left:after{
	content : "";
	position : absolute;
	bottom : 10px;
	right : 30px;
	width : 50%;
	box-shadow : 0 0 4px 8px rgba(0,0,0,0.6);
	z-index : 1;
	transform : rotate(3deg);
}
.voice_right:before{
	content : "";
	position : absolute;
	bottom : 10px;
	left : 30px;
	width : 50%;
	box-shadow : 0 0 4px 8px rgba(0,0,0,0.6);
	z-index : 1;
	transform : rotate(-3deg);
}
.voice_right:after{
	content : "";
	position : absolute;
	bottom : 10px;
	right : 30px;
	width : 50%;
	box-shadow : 0 0 4px 8px rgba(0,0,0,0.6);
	z-index : 1;
	transform : rotate(3deg);
}
.voice_left h3,
.voice_right h3{
	float : none;
	width : 100%;
	padding : 10px 15px;
	margin : 30px 0 0 0;
	font-size : 6.5vw;
}
.voice_right h3,
.voice_left h3{
	background : -moz-linear-gradient(left, rgba(36,150,118,1) 0%, rgba(36,150,118,0.9) 90%, rgba(36,150,118,0.1) 100%); /* FF3.6-15 */
	background : -webkit-linear-gradient(left, rgba(36,150,118,1) 0%,rgba(36,150,118,0.9) 90%,rgba(36,150,118,0.1) 100%); /* Chrome10-25,Safari5.1-6 */
	background : linear-gradient(to right, rgba(36,150,118,1) 0%,rgba(36,150,118,0.9) 90%,rgba(36,150,118,0.1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter : progid:DXImageTransform.Microsoft.gradient( startColorstr='#249676', endColorstr='#1a249676',GradientType=1 ); /* IE6-9 */
	text-align: left;
}
.voice_left .voice_title img,
.voice_right .voice_title img{
/*	display : none;*//*
	width: 17.5vw!important;
	height: 14.5vw!important;*/
}

.voice_left .voice_title .effect2,
.voice_right .voice_title .effect2{
    position: absolute;
    top: 6px;
    left: auto;
    right: 8px;
    z-index: 300000;

}
.voice_title .effect2 img{
	width: 17.5vw;
	height: 14.5vw;
	top: 17px;
}
.voice_left .vocie_box,
.voice_right .vocie_box{
	width : 100%;
	z-index : 11;
	float : none;
}
.voice_left .vocie_box .voice_minbox,
.voice_right .vocie_box .voice_minbox{
	float : none;
	width : 100%;
	box-shadow : none;
	left : 0;
	right : 0;
	overflow : hidden;
	text-align : center;
}
.voice_left .vocie_box .com,
.voice_right .vocie_box .com{
	float : none;
	width : 100%;
	padding : 0 25px 20px;
	background : #fff;
	font-size : 3.67vw;
	right : 0;
	left : 0;
}
.voice_left .voice_minbox::after,
.voice_right .voice_minbox::after{
	content : none;
}
.voice_left h3 span,
.voice_right h3 span{
	display : block;
}
.voice_left .vocie_box .voice_minbox p,
.voice_right .vocie_box .voice_minbox p,
.voice_left .vocie_box .voice_minbox.vm3 p{
	background : url(../images/parts.png) center center no-repeat;
	background-size : 100% 100%;
	padding : 0.5em 0.5em 0.5em 1.5em;
	font-size : 5.1vw;
	position : relative;
	display : inline-block;
	top : -4.5vw;
	text-align: left;
}
.voice_left .vocie_box .voice_minbox p span,
.voice_right .vocie_box .voice_minbox p span{
	font-size : 4.3vw;
}
.voice_left .vocie_box .voice_minbox img,
.voice_right .vocie_box .voice_minbox img{
	width : 22%;
	float : none;
	margin : 0;
}
.vl1 h3 {
    text-indent: 0px;
}
/*  */
.sub_container.sub03 section{
	padding : 0 20px;
	box-sizing : border-box;
}
.sub_container.sub03 section{
	width : 100%;
}
.flow_box h3.flow_01::before,
.flow_box h3.flow_02::before,
.flow_box h3.flow_03::before,
.flow_box h3.flow_01::after,
.flow_box h3.flow_02::after,
.flow_box h3.flow_03::after{
	content : none;
}
.flow_box{
	float : none;
	width : 100%;
	height : 63vw;
	margin : 0 0 40px 0;;
	box-sizing : border-box;
}
.flow_box::after{
	content : "";
	width : 0;
	height : 0;
	position : absolute;
	bottom : -40px;
	left : 0;
	right : 0;
	margin : auto;
	border : 15px solid transparent;
	border-top : 25px solid #445c57;
}
.flow_box:last-child::after{
	content : none;
}
.flow_box h3{
	font-size : 4.4vw;
	padding : 4vw 0;
}
.flow_box h3.flow_01 span,
.flow_box h3.flow_02 span,
.flow_box h3.flow_03 span,
.flow_box h3.flow_04 span{
	left : 29%;
	top : 4%;
	text-indent : 0;
}
.flow_box p{
	font-size : 2.7vw;
}
/* footer */
.footer_images{
	width : 100%;
	padding-top : 100%;
	background-size : 180%;
}
footer p{
	width : 85%;
	height : 42%;
	font-size : 6vw;
	top : 0;
	left : 0;
	right : 0;
	bottom : 0;
	margin : auto auto;
}
footer p span{
	display : block;
}
footer p br{
	display : none;
}
#copy h3{
	font-size : 24px;
	margin-bottom : 30px;
}
#copy img{
	display : block;
	margin : 0 auto;
	padding : 0 0 15px 0;
}
.header_info_box{
	padding : 5px 0;
}
section.jump{
	width : 100%;
}
.jump a img{
	width : 500px;
}
.jump .jump_b{
	width : 20%;
}

#jump_bt {
    top: auto;
    bottom: 0px!important;
    right: 0;
    z-index: 11111;
    text-align: center;
    width: 100%;
    background: rgba(4,18,18,0.8);
}

#jump_bt img{
    width: 70%;
}

.visible-pc{
	display : none!important;
}
.visible-sp{
	display : inline-block!important;
}

/* 20180116 ★3 */
.visible-pc-b{
	display : none!important;
}
.visible-sp-b{
	display : block!important;
}
/* /20180116 ★3 */

/*img.visible-sp{
	max-width: 300px
}*/

.header_button{
	margin: 5px;
}
/* ★5 */
footer  ul.ftlogo02 li {
    width: 84%;
    padding-bottom: 30px;
    font-size: 13px;
}
footer .ftlogo02 li:nth-child(1) {
    background: url(../images/lp1_ft_logo02.png) no-repeat;
    background-size: 45px 55px;
    padding-left: 55px;
    padding-right: 10px;
    height: auto;
    float: none;
}
footer .ftlogo02 li:nth-child(2) {
    background: url(../images/lp1_ft_logo03.png) no-repeat;
    background-size: 55px 50px;
    padding-left: 60px;
    padding-right: 10px;
    height: auto;
    float: none;
}
/* ★5 */
}

/*

=================================================*/
@media screen and (max-width: 543px) {
.top_cv_sp{
	top : 55vh;
}
.top_cv_sp img{
	width : 350px;
}
a.yaji span{
	position : relative;
	display : inline-block;
	width : 0;
	height : 0;
	border-style : solid;
	border-width : 45px 90px 0 90px;
	border-color : #dadada transparent transparent transparent;
}
.yaji_bou{
	position : relative;
	display : block;
	width : 100px;
	height : 40px;
	margin : 10px 0;
	background : #dadada;
	margin : 0 auto;
	z-index : -1;
}
/*  */

.header_info_box{
	padding : 5px 0;;
}



ul.header_info li{
    padding : 5px 0;
}


section.jump{
	padding : 25% 0 25%;;
}
.jump a img{
	width : 90%;
}
.jump .jump_b{
	top : 8vw;
	left : 0;
}
.flow_box img{
	width : 30%;
	margin : 0 auto 3vw;
}
.flow_box h3{
	margin : 0 0 6vw 0;
}
.flow_box p{
	font-size : 3.95vw;
}
.flow_box h3.flow_01 span, .flow_box h3.flow_02 span, .flow_box h3.flow_03 span, .flow_box h3.flow_04 span{
	top : 2.5%;
	font-size : 8vw;
}
.sub_container.sub03 section{
	padding : 0 10px;
}
.flow_box{
	height : 68vw;
}
.voice_left .vocie_box .voice_minbox img,
.voice_right .vocie_box .voice_minbox img{
	width : 28%;
}
.swiper_sp{
	width : 100%;
	letter-spacing : -1em;
}
.swiper_sp span{
	width : 32%;
	margin-right : 2%;
}
.swiper_sp span img{
	width : 100%;
}
div#formArea{
	width : 100% !important;
}

.n04::after{
	content : "";
	width : 0;
	height : 0;
	position : absolute;
	bottom : -58px;
	left : 0;
	right : 0;
	margin : auto;
	border : 30px solid transparent;
	border-top : 30px solid #dadada;
}
.sub_container.sub01::after{
	content : "";
	width : 0;
	height : 0;
	position : absolute;
	bottom : -58px;
	left : 0;
	right : 0;
	margin : auto;
	border : 30px solid transparent;
	border-top : 30px solid #949494;
}
.sub_container.sub02::after{
	content : "";
	width : 0;
	height : 0;
	position : absolute;
	bottom : -58px;
	left : 0;
	right : 0;
	margin : auto;
	border : 30px solid transparent;
	border-top : 30px solid #D5D5D5;
}
.sub_container.sub03::after{
	content : "";
	width : 0;
	height : 0;
	position : absolute;
	bottom : -58px;
	left : 0;
	right : 0;
	margin : auto;
	border : 30px solid transparent;
	border-top : 30px solid #C7C7C7;
}

.yaji a span {
  margin-left: -30px;
   border-top: 30px solid #666;
   border-right: 30px solid transparent;
   border-bottom: 30px solid transparent;
   border-left: 30px solid transparent;
}
}

@media screen and (max-width: 480px){
	header h1 span {
	    font-size: 3.5vw;
	}

	/* フォームを転用★ */
	/* ★3 */
/*	.top_form {
	    top: 710px;
	}*/
	/* ★3 */
	ul.header_info li {
	    font-size: 17px;
	}
	/* フォームを転用ここまで★ */

	/* ★４ */
	header {
	    height: 74px;
	}
	header h1 img{
		width: 50%;
		max-width: 195px;
	}
	#h_balloon {
	    font-size: 13px;
	    padding: 5px 6px 3px 6px;
	    line-height: 1.1;
		margin-top: -5px;
	}
	#h_balloon strong{
	  font-size: 13px;
	}
	/* /★４ */
}

@media screen and (max-width: 360px){
#copy span{
	font-size : 70%;
}
}



/* ヘッダー専用の記載 
=====================================================================*/


/* 横幅 1200px以上 */
.header_wrap{
	height : 700px;
}

/**/
.header_wrap{
	position : relative;
	width : 100%;
	background-image : url(../images/01_main_img01.jpg);
	background-repeat : no-repeat;
	background-size : cover;
	background-position : center bottom;
}
.header_box{
	position : relative;
	width : 1200px;
	height : 100%;
	margin : 0 auto;;
}
.header_box h2{
/*	font-family : 'Noto Serif Japanese', serif;*/
	font-family : 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGP明朝B', "Sawarabi Mincho", serif;
	font-size : 50px;
	font-weight: 700;
	letter-spacing : 0.03em;
	                -webkit-writing-mode: vertical-rl;
	                -ms-writing-mode: tb-rl;
	                 writing-mode: vertical-rl;
	position : absolute;
	top : 215px;
	left : 0;
	color : #fff;
	text-shadow : -2px 3px 5px #000;
	margin : 0;
}

/* ★2 メインコピー画像 */
.header_box h2 img{
	height: auto;
	width: 100%;
	max-width: 550px;
}

/*@media all and (-ms-high-contrast: none) {
	.header_box h2 img{
		height: 600px;
		width: auto;
	}
}*/

/*
.ie	.header_box h2 img{
		height: 500px;
		width: auto;
	}
*/

.header_box h3 img{
	width: 100%;
	height: auto;
}
.header_box h3 {
    max-width: 460px;
    width: 50vw;
}
/* /★2 メインコピー画像 */

.header_box h3{
	position : absolute;
	color : #435B56;
	font-size : 36px;
	font-weight : bold;
	margin : 0;
	right : 20px;
	margin-top: 30px;/* added20171107 */
	font-family : '游ゴシック  Medium','Yu Gothic Medium', 'Yu Gothic', meiryo, "Noto Sans Japanese", sans-serif;
}

.header_box h3 .h_01{
	position : relative;
	display : block;
	font-size : 90px;
	font-weight : bold;
	letter-spacing : 4px;
	border-bottom : 3px solid #435B56;
	margin-bottom : 5px;
}
.header_box h3 .h_02{
	font-size : 46px;
	font-weight : bold;
	margin-left : 15px;
}

.top_cv_sp{
	display : none;
}





/*
w992～1200
=================================================*/

@media screen and (min-width: 992px) and (max-width: 1200px) {
	.header_wrap {
	    background-position: 70% center;
	}
	.header_box{
		width : 100%;
	}
/*	header h1{
		width : 100%;
		padding-left : 20px;
	}*/

	.header_box h2{
		font-size : 50px;
		left : 25px;
		width: 50%;
	}
	.header_box h3{
		font-size : 2.8vw;
		top : 1%;
		right : 2%;
	}
	.header_box h3 .h_01{
		font-size : 6.8vw;
		letter-spacing : 7px;
	}
	.header_box h3 .h_01::after{
		top : 106%;
		left : 0;
		width : 19.2vw;
	}
	.header_box h3 .h_02{
		font-size : 3.6vw;
	}
}


/*
991-768
=================================================*/
@media screen and (min-width: 768px) and (max-width: 991px) {
	.header_wrap{
		background-image : url(../images/01_main_img01.jpg);
		background-position: 70% center;
		background-size : cover;
		height: 600px;
	}
	.header_box{
		width : 100%;
	}
	.header_box h2{
		font-size : 45px;
		top : 200px;
		left : 20px;
		width: 43%;
	}
	.header_box h2 img {
	    height: auto;
	    width: 100%;
	}

	/* /★2 メインコピー画像 */
	.header_box h3 {
	    width: 384px;
	}
	/* /★2 メインコピー画像 */
	.header_box h3{
		font-size : 24px;
	}
	.header_box h3 .h_01{
		font-size : 59px;
	}
	.header_box h3 .h_01::after{
		content : "";
		top : 104%;
		width : 16vw;
	}
	.header_box h3 .h_02{
		font-size : 31px;
		margin-left : 5px;
	}
}


/*

=================================================*/
@media screen and (max-width: 767px){
	.header_wrap{
		height : 600px;
		background-image : url(../images/01_main_img01_sp2.jpg);
		background-size : cover;
		background-position: 50% 0;
		background-repeat : no-repeat;
		margin-bottom: 800px;/* ★3 */
	}
	.header_box{
		width : 100%;
		height : auto;
	}
	.header_box h2 .spbr{
		text-indent : 0.5em;
	}

	.header_box h2{
		letter-spacing : 0;
		writing-mode : horizontal-tb;
		-webkit-writing-mode : horizontal-tb;
		-ms-writing-mode : horizontal-tb;
		top: 235px;
	    left: 0;
	    right: 0;
	    bottom: 0;
	    margin: auto 40px auto;
	    /*margin: auto auto;*/
	    /*text-align: center;*/
	    font-size: 9.7vw;
		text-shadow: -2px 3px 5px #000, 1px -1px 4px #000;
	}
	
	/* ★2 メインコピー画像 */
	.header_box h2{
		width: 80vw;
		text-align: left;
		/*max-width: 375px;*/
	}

	.header_box h2 img{
		width: 90%;
		height: auto;
	}

	.header_box h3 {
	    width: 80vw;
	}
	.header_box h3 .img{
		width: 90%;
		height: auto;
	}

	/* /★2 メインコピー画像 */

/* ★3 */
	.header_box h3 {
	    top: 15px;
	    bottom: 0;
	    right: 0;
	    left: 0;
	    margin: 0 auto 299px;
	    text-align: center;
	    font-size: 4.2vw;
	    position: static;
	    height: 300px;
	}
	/* /★3 */

	.header_box h3 .h_01{
		font-size : 9.5vw;
		border : none;
	}
	.header_box h3 .h_01::before{
		content : "";
		border-bottom : 2px solid #435B56;
		width: 59vw;
		bottom : 0;
		position : absolute;
		left : 0;
		right : 0;
		top : 0;
		margin : auto auto;
	}
	.header_box h3 .h_02{
		font-size: 4.5vw;
		margin : 0;
	}
	.header_box h3 .h_01::after{
		content : none;
	}
	/* ★3 */
	.top_cv_sp{
		position : absolute;
		display : block;
		width : 100%;
		top: 465px;
		height: 190px;
	}
	/* /★3 */
	.top_cv_sp img{
		position : relative;
		display : block;
		width : 400px;
		margin : 0 auto;
	}


}


/*

=================================================*/
@media screen and (max-width: 543px) {
	.header_wrap {
		/* margin-bottom: 630px; ★3 */
	}
	header h1{
		width : 100%;
	}
	.top_cv_sp{
		    height: 140px;
	}

	/* ★４ */
	#h_balloon {
	    font-size: 14px;
	}
	#h_balloon strong{
	  font-size: 14px;
	}
	/* /★４ */

}



@media screen and (max-width: 480px){
	.header_wrap{
		height : 450px;
		margin-bottom: 760px;
/*		background-size : cover;*/
	}
	.header_box h2{
		top: 200px;
	    width: 80vw;
	    margin: auto auto;
	    text-align: left;
	}

	.header_box h2 img{
		width: 100%;
	}
	/* ★3 */
	.header_box h3 {
		height: 150px;
		top : 10px;
	}
	.header_box h3 {
	    font-size: 4.0vw;
	}
	.header_box h3 .h_01 {
	    font-size: 9.5vw;
	    margin: 0;
	}
	.header_box h3 .h_02 {
	    font-size: 5.5vw;
	    margin: 0;
	}
	.top_cv_sp{
		top : 364px;
	}
	
	.top_cv_sp img{
		width : 280px;
	}
	/* ★４ */
	header {
	    height: 74px;
	}
	header h1 img{
		width: 50%;
		max-width: 195px;
	}
	#h_balloon {
	    font-size: 13px;
	    padding: 5px 6px 3px 6px;
	    line-height: 1.1;
		margin-top: -5px;
	}
	#h_balloon strong{
	  font-size: 13px;
	}
	/* /★４ */

}


@media screen and (max-width: 360px){
	.bottom_form{
		overflow: hidden;
	}
	.form_wrap_content{
		width: 318px;
	}
	#h_balloon {
	    font-size: 12px;
	    padding: 5px 1px 3px 6px;
	}
	.bottom_form iframe,
	.bottom_form .form_wrap_content {
	    width: 300px;
	}
}

/*iPhone対策追加*/
/*
.top_form iframe,
.bottom_form iframe {
    height: 360px;
}

.top_form .form_wrap_content {
    height: 380px;
    overflow: hidden;
}
*/