body {
	font-family: "Meiryo, Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Arial, sans-serif;
}

img{
	max-width: 100%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

ul{	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px; }


.clear { clear:both; }


a, a:link, a:active, a:visited {
	color: #ed6c00;
	outline: none;
	border: none;
	text-decoration: underline;
}

a:hover {
  filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

p {
	color: #3E3A39;
	letter-spacing: 2px;
	font-size: 17px;
	line-height: 38px;
}

a.btn{
	display: block;
	width: 450px;
	letter-spacing: 2px;
	text-align: center;
	color: #fff;
	font-size: 17px;
	font-weight: 700;
	margin-top: 50px;
	margin-bottom: 50px;
	margin-right: auto;
	margin-left: auto;
	padding: 20px 5px 20px 5px;
	background: url('../img/common/arrow-white-right.svg') no-repeat;
	background-size: 8px 8px;	
	background-position: 25px 28px;
	background-color:#69BD83 ;
	text-decoration: none;
	border-radius: 30px;
}
a.btn:hover{
	color: #fff;

}
/*	header
________________________________________*/

header{
	position: relative;
	height: 140px;
	padding: 0px 20px 0px 20px;
	background-color:rgba(255,255,255,0.9);
	z-index: 100;

}
header .left{
	margin-top: 10px;
	float: left;
	width: 30%;
}
header .left img{
	width: 250px;
	margin-left: 0;
}
header .left a{
	filter:alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}
header .right{
	float: right;
	width: 68%;
}
header .right ul{
	margin-top: 40px;
	float: right;
}
header .right ul li{
	float:left;
}

header .right .r-block{
	float: right;
	margin-left: 30px;
}
header .right .r-block a.entry{
	text-align: center;
	background-color: #EF845C;
	padding: 30px 30px 30px 30px;
	border-radius: 10px; 
	color: #fff;
	text-decoration: none;
	width: 250px;
	display: block;
	margin-top: -10px;
}
header .right .r-block a.entry span{
	padding-top: 4px;
	display: block;
	font-size: 22px;
	letter-spacing: 1px;
}
header .right .r-block a.entry small{
	font-size: 16px;
	letter-spacing: 1px;
}
header .right .r-block a.web{
	margin-top: 5px;
	float: right;
	padding-left: 10px;
	background: url('../img/common/arrow-black-right.svg') no-repeat;
	background-size: 5px 5px;	
	background-position: 0px;	
	color: #666;
	text-decoration: none;
	font-size: 12px;
}


/*	menu
_________________*/


.menu {
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	height: 0px;
}

.menu a{
	text-decoration: none;
}

.menu > li a{
	font-size: 15px;
	letter-spacing: 1px;
	margin: 5px 30px 0px 0px;
	padding: 10px 0px 10px 23px;
	height: 40px;
   	line-height: 40px;
	background: url('../img/header/btn-green-under.svg') no-repeat;
	background-size: 18px 18px;	
	background-position: 0px;	
	color: #333;
}
.menu > li.btn-right a{
	background: url('../img/header/btn-green-right.svg') no-repeat;
	background-size: 18px 18px;	
	background-position: 0px;	

}


ul.menu-second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;

}


.menu > li:hover {
	color: #d4987e;
	text-decoration: none;
    background:;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.menu-second-level li{
	width: 100%;
	display: block;
	margin-bottom: 20px;
	padding: 20px 0px 0px 0px;
	float: none;
	clear: both;
	border-top:1px solid #EFEFEF;
}
.menu-second-level li:last-child{
	border-bottom:1px solid #EFEFEF;
	padding: 20px 0px 20px 0px;
}

.menu-second-level li a{
	background: none;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 20px 18px;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0px;
	background: url('../img/header/btn-green-right.svg') no-repeat;
	background-size: 12px 12px;	
	background-position: 0px;	
}


/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}



.menu > li.menu-single {
    position: relative;
}

li.menu-single ul.menu-second-level {
	padding: 10px 15px 0px 15px;
	position: absolute;
	top: 0px;
	width: 318px;
	background: #FFFCF6;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	border-radius: 5px;

}

li.menu-single:hover ul.menu-second-level {
    top: 20px;
    visibility: visible;
    opacity: 1;
}


/*	drawer
_________________*/

.drawer-menu img{
	width: 70%;
}

.drawer-menu li a{
	color: #333;
	text-decoration: none;
}

.drawer-menu li.title{
	letter-spacing: 1px;
	font-size: 15px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	border-bottom: none;
	border-top: none;
	padding: 15px 20px 10px 20px;
	background: none;
}

.drawer-menu li.title01{
	letter-spacing: 1px;
	font-size: 15px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	border-bottom: none;
	border-top: none;
	padding: 15px 20px 10px 20px;
	background: #69BD83;
	text-align: center;
	color: #fff;
}

.drawer-menu li{
	border-bottom: 1px solid #dcdddd;
	letter-spacing: 0px;
	font-size: 13px;
	font-weight: bold;
	margin: 20px 20px 20px 20px;
	padding: 0px 0px 20px 20px;
	background: url('../img/common/arrow-black-right.svg') no-repeat;
	background-size: 10px 7px;
	background-position: 0px 6px;
}
ul.drawer-menu{
	padding: 10px 0px 10px 0px;
}


@media screen and (max-width: 1450px) {
	header .left{
		width: 20%;
	}
	header .right{
		width: 79%;
	}

}

@media screen and (max-width: 1310px) {
	.menu > li a{
		margin: 5px 15px 0px 0px;
	}
	header .right .r-block a.entry{
		width: 200px;
	}
	header .right .r-block{
		margin-left: 10px;
	}
}

@media screen and (max-width: 1210px) {
	.menu > li a{
		font-size: 14px;
		margin: 5px 10px 0px 0px;
		letter-spacing: 0px;
		padding: 10px 0px 10px 20px;
		background: url('../img/header/btn-green-under.svg') no-repeat;
		background-size: 18px 18px;	
		background-position: 0px;	

	}
	header .right .r-block a.entry{
		padding: 30px 10px 30px 10px;
		width: 180px;
	}
}


@media screen and (min-width: 991px) {
	.d-menu{
		display: none;
	}
}

@media screen and (max-width: 991px) {
	header .left{
		width: 100%;
	}
	header .right{
		display: none;
	}

}






/*	home
________________________________________*/

.home main{
	position: relative;
	margin-top: -140px;
	height: 1350px;
	background: url('../img/main/main-bg.jpg') no-repeat center top;
	background-size: 2900px 1350px;
	z-index: 1;
}
.home main h1{
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin: 0;
}
.home main img{
	width: 800px;
	padding-top: 240px;
	margin-left: 280px;
}


@media screen and (max-width: 1200px) {
	.home main{
		height: 1000px;
		background: url('../img/main/main-bg.jpg') no-repeat center top;
		background-size: 2200px 1000px;
		z-index: 1;
	}
	.home main img{
		width: 800px;
		padding-top: 140px;
		margin-left: 10%;
	}

}
@media screen and (max-width: 991px) {
	.home main img{
		width: 90%;
		padding-top: 140px;
		margin-left: auto;
	}
}
@media screen and (max-width: 670px) {
	.home main{
		height: 860px;
		background: url('../img/main/main-bg.jpg') no-repeat center top;
		background-size: 1800px 860px;
		z-index: 1;
	}
}
@media screen and (max-width: 500px) {
	.home main img{
		padding-top: 200px;
	}
}



.home .sc01{
	position: relative;
	margin-top: -100px;
	z-index: 3;
}
.home .sc01 .left{
	float: left;
	width: 30%;	
}
.home .sc01 .left img{
	width: 340px;	
}

.home .sc01 .right{
	float: right;
	width: 65%;	
	margin-top: 20px;
}
.home .sc01 .right img{
	position: absolute;
	width: 350px;
	margin-top: -100px;
	margin-left: 120px;
}

.home .sc01 .right h2{
	font-size: 28px;
	letter-spacing: 1px;
	border-bottom: 1px solid #dcdddd;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.home .sc01 .right h2::before{
	content: url(../img/home/sc01-title.svg);
	display: block;
	width: 80px;
	padding-bottom: 10px;
	margin-left: 0;
}

.home .sc02{
	margin-top: 150px;
}

.home .sc02 img.bg{
	position: absolute;
	height: 530px;
	margin-top: -28px;
	margin-left: -400px;
}

.home .sc02 img.icon01{
	position: absolute;
	width: 400px;
	margin-top: -75px;
	margin-left: 110px;
}
.home .sc02 img.icon02{
	position: absolute;
	width: 30px;
	margin-left: 60%;
}

.home .sc02 h2{
	font-size: 28px;
	letter-spacing: 1px;
	border-bottom: 1px solid #dcdddd;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.home .sc02 h2::before{
	content: url(../img/home/sc02-title.svg);
	display: block;
	width: 80px;
	padding-bottom: 10px;
	margin-left: 0;
}

.home .sc02 iframe{
	margin-top: 70px;
}

.home .sc03{
	height: 650px;
	background: url('../img/home/sc03-bg.jpg') no-repeat center top;
	background-size: 2500px 650px;
	padding-top: 220px;
}

.home .sc03 a.btn{
	width: 90%;
	font-size: 15px;
	margin-top: 25px;
	margin-bottom: 25px;
	padding: 15px 5px 15px 5px;
		background: url('../img/common/arrow-white-right.svg') no-repeat;
	background-size: 8px 8px;	
	background-position: 20px 22px;
	background-color:#69BD83 ;

}

.home .sc03 .inner{
	background-color: #fff;
	border-radius:20px;
	padding: 10px 40px 5px 40px;
}

.home .sc03 img{
	position: absolute;
	z-index: 1;
}
.home .sc03 h2{
	position: relative;
	z-index: 2;
	font-size: 20px;
	text-align: center;
	color: #fff;
	margin-top: -40px;
	letter-spacing: 1px;
}
.home .sc03 p{
	padding-top: 60px;
	font-size: 13px;
	line-height: 24px;

}
.home .sc03 .left img{
	width: 300px;
	margin-top: -165px;
}
.home .sc03 .center img{
	width: 300px;
	margin-top: -115px;
}
.home .sc03 .right img{
	width: 300px;
	margin-top: -125px;
}


.home .sc03 .left h2::before{
	content: url(../img/home/sc03-title01.svg);
	display: block;
	width: 150px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
.home .sc03 .center h2::before{
	content: url(../img/home/sc03-title02.svg);
	display: block;
	width: 140px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
.home .sc03 .right h2::before{
	content: url(../img/home/sc03-title03.svg);
	display: block;
	width: 160px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

.home .sc04{
	background: url('../img/home/sc04-bg.png') no-repeat ,url('../img/home/sc04-bg02.svg') no-repeat,url('../img/home/sc04-bg01.svg') no-repeat;
	background-size: 2500px 650px,700px 650px,700px 650px;
	background-position: center top , right -200px top 650px, right -200px top 1180px;
}
.home .sc04 .respons-full{
	text-align: center;
}
.home .sc04 .respons-full img.title{
	position: absolute;
	width: 350px;
	top: 50%;
    left: 46%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.home .sc04 .respons-full img.title02{
	position: absolute;
	width: 200px;
	top:110%;
    left: 44%;
}

.home .sc04 .respons-full h2{
	padding-top: 270px;
}
.home .sc04 .respons-full h2::before{
	content: url(../img/home/sc04-title.svg);
	display: block;
	width: 80px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

.home .sc04 .respons-full p{
	font-size: 15px;
	line-height: 26px;
	padding-top: 10px;
}

.home .sc04 .left{
	float: left;
	width: 47%;
}
.home .sc04 .right{
	float: right;
	width: 47%;
}

.home .sc04 .left p,
.home .sc04 .right p{
	text-align: left;
}

.home .sc04 .left .title{
	position: absolute;
	z-index: 3;
	margin-left: 280px;
	margin-top: -150px;
}
.home .sc04 .right .title{
	position: absolute;
	z-index: 3;
	margin-left: 80px;
	margin-top: -150px;
}

.home .sc04 .title span.bloon {
	position: relative;
	display: inline-block;
	margin: 10px 0px 10px 0;
	padding: 5px 15px;
	min-width: 160px;
	max-width: 100%;
	color: #fff;
	font-size: 14px;
	background: #F29A76;
	border-radius: 10px;
	
  }
  
.home .sc04 .title span.bloon:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border: 5px solid transparent;
	border-top: 5px solid #F29A76;
  }


.home .sc04 .title span.name {
	display: block;
	color: #333;
	font-size: 16px;
	letter-spacing: 1px;
}

.home .sc04 .contents{
	position: relative;
	z-index: 2;
	padding: 10px 30px 20px 20px;
}
.home .sc04 .contents p{
	font-size: 16px;
	line-height: 32px;
	color: #fff;
}

.home .sc04 .left.first{
	margin-top: -80px;
}
.home .sc04 .left.first img.icon01{
	position: relative;
	width: 280px;
	margin-left: 0;
	z-index: 2;
}
.home .sc04 .left.first img.icon02{
	position: absolute;
	width: 600px;
	margin-left: -50px;
	margin-top: -50px;
	z-index: 1;
}
.home .sc04 img.icon04{
	position: absolute;
	width: 700px;
	margin-left: -550px;
	margin-top: 350px;
	z-index: 0;
}


.home .sc04 .right.first{
	margin-top: 40px;
}

.home .sc04 .right.first img.icon01{
	position: relative;
	width: 280px;
	margin-left: auto;
	margin-right: 0;
	z-index: 2;
}
.home .sc04 .right.first img.icon02{
	position: absolute;
	width: 600px;
	margin-left: -50px;
	margin-top: -50px;
	z-index: 1;
}

.home .sc04 img.icon03{
	position: absolute;
	width: 400px;
	top: 57%;
    left: 46%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.home .sc04 img.icon05{
	position: absolute;
	width: 700px;
	margin-left: -400px;
	margin-top: 1100px;
}



.home .sc04 .left.second{
	margin-top: 200px;
}
.home .sc04 .left.second img.icon01{
	position: relative;
	width: 280px;
	margin-left: 0;
	z-index: 2;
}
.home .sc04 .left.second img.icon02{
	position: absolute;
	width: 600px;
	margin-left: -50px;
	margin-top: -50px;
	z-index: 1;
}


.home .sc04 .right.second{
	margin-top: 180px;
}
.home .sc04 .right.second img.icon01{
	position: relative;
	width: 280px;
	margin-left: auto;
	margin-right: 0;
	z-index: 2;
}
.home .sc04 .right.second img.icon02{
	position: absolute;
	width: 600px;
	margin-left: -50px;
	margin-top: -50px;
	z-index: 1;
}
.home .sc04 .right.second img.icon04{
	position: absolute;
	width: 30px;
	margin-top: 245px;
	margin-left: 110px;
}

.home .sc05{
	margin-top: 300px;
	background-color: #F9F8F8;
	padding-top: 40px;
	padding-bottom:20px;
}

.home .sc05 .respons-full img.title{
	position: absolute;
	width: 800px;
	margin-top: -230px;
}
.home .sc05 img.ph{
	position: absolute;
	width: 600px;
	margin-top: -100px;
    left: 53%;
}

.home .sc05 .respons-full h2{
	font-size: 28px;
	letter-spacing: 1px;
	border-bottom: 1px solid #dcdddd;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.home .sc05 .respons-full {
	width: 50%;
}


.home .sc05 .respons-full h2::before{
	content: url(../img/home/sc05-title.svg);
	display: block;
	width:160px;
	padding-bottom: 10px;
	margin-left: 2px;
}


@media screen and (max-width: 1550px) {
	.home .sc02 img.bg{
		position: absolute;
		height: 530px;
		margin-top: -28px;
		margin-left: -100px;
	}
}

@media screen and (max-width: 1280px) {
.home .sc05 img.ph{
	position: absolute;
	width: 450px;
	margin-top: 0px;
    left: 53%;
}

}





@media screen and (max-width: 1200px) {
	.home .sc02 img.bg{
		display: none;
	}
	.home .sc02{
		margin-top: 130px;
		background-color: #F9F8F8;
	}
}
@media screen and (max-width: 1199px) {
	.home .sc03 .left img{
		margin-top: -50px;
		left: 52%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}
	.home .sc03 .center img{
		margin-top: -20px;
		left: 52%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}
	.home .sc03 .right img{
		margin-top: -30px;
		left: 52%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}

	.home .sc04 .right.first{
		margin-top: 300px;
	}
	.home .sc04 .contents{
		padding: 10px 0px 20px 0px;
	}

	.home .sc04 img.icon03{
		display: none;
	}

	.home .sc04 .right .title{
		position: absolute;
		z-index: 3;
		margin-left: 0px;
		margin-top: -140px;
	}
	.home .sc04 .right.second img.icon04{
		display: none;
	}

	.home .sc04 .right.first img.icon02,
	.home .sc04 .right.second img.icon02 {
		width: 550px;
		margin-left: -85px;
	}



	.home .sc05 .respons-full img.title{
		width: 800px;
		margin-top: -180px;
	}




}


@media screen and (max-width: 991px) {
	.home .sc02{
		margin-top:40px;
	}
.home .sc02 iframe{
	margin-top: 0px;
}
.home .sc02 img.icon01{
	position: absolute;
	width: 200px;
	margin-top: -15px;
}
.home .sc03{
	margin-top: 20px;
	height: 1250px;
	background: url('../img/home/sc03-bg.jpg') no-repeat center top;
	background-size: 3600px 1250px;
	padding-top: 140px;
}

.home .sc03 .respons-4.left,
.home .sc03 .respons-4.center{
	margin-bottom: 120px;
}
.home .sc03 .inner{
	background-color: #fff;
	border-radius:20px;
	padding: 10px 20px 5px 20px;
}


.home .sc04 .left{
	float: left;
	width: 70%;
}
.home .sc04 .right{
	float: right;
	width: 70%;
}

.home .sc04 .right.first img.icon02,
.home .sc04 .right.second img.icon02 {
	width: 600px;
	margin-left: -45px;
}

.home .sc04 .right.first{
	margin-top: -50px;
}

.home .sc04 .left.first {
	margin-top: 20px;
  }

  .home .sc04 .left.second{
	margin-top: 0px;
}
.home .sc04 .right.second{
	margin-top: 0px;
}
.home .sc04 .right .title{
	margin-left: 70px;
}



.home .sc05{
	margin-top: 200px;
}



.home .sc05 .respons-full {
	width: 100%;
}
.home .sc05 .respons-full img.title{
	width: 300px;
	margin-top: -130px;
}
.home .sc05 img.ph{
	width: 200px;
	margin-top: -120px;
    left: 60%;
}

}



@media screen and (max-width: 830px) {

	.home .sc04 .right.first{
		margin-top: 50px;
	}
	.home .sc04 .right.second{
		margin-top: 50px;
	}
	.home .sc04 .left.first img.icon02,
	.home .sc04 .left.second img.icon02,
	.home .sc04 .right.first img.icon02,
	.home .sc04 .right.second img.icon02 {
		display: none;
	}

	.home .sc04 .left.first img.icon01{
		width: 180px;
		margin-left: 150px;
	}
	.home .sc04 .right.first img.icon01{
		width: 180px;
		margin-left: 400px;
	}
	.home .sc04 .left.second img.icon01{
		width: 180px;
		margin-left: 150px;
	}
	.home .sc04 .right.second img.icon01{
		width: 180px;
		margin-left: 400px;
	}


	.home .sc04 .contents{
		width: 100%;
		padding: 10px 10px 20px 10px;
	}

	.home .sc04 .left,
	.home .sc04 .right{
		float: none;
		width: 100%;
	}
	.home .sc04 .left .title{
		margin-left: 320px;
		margin-top: -130px;
	}
	.home .sc04 .right .title{
		margin-left: 220px;
		margin-top: -130px;
	}

	.home .sc04 .respons-full.contents{
		padding-left: 0;
		padding-right: 0;
	}

	.home .sc04 .left.first{
		background: url('../img/home/sc04-h01-bg.svg') no-repeat;
		background-size: 600px 400px;
		background-position: center 190px;
		padding-bottom: 60px;
	}

	.home .sc04 .right.first{
		margin-top: -50px;
		background: url('../img/home/sc04-h02-bg.svg') no-repeat;
		background-size: 600px 400px;
		background-position: center 170px;
		padding-bottom: 60px;
	}
	.home .sc04 .left.second{
		background: url('../img/home/sc04-h03-bg.svg') no-repeat;
		background-size: 600px 400px;
		background-position: center 170px;
		padding-bottom: 60px;
	}

	.home .sc04 .right.second{
		margin-top: -50px;
		background: url('../img/home/sc04-h04-bg.svg') no-repeat;
		background-size: 600px 400px;
		background-position: center 170px;
		padding-bottom: 60px;
	}

	.home .sc04 a{
		text-decoration: none;

	}

	.home .sc04 .contents p{
		width: 450px;
		padding: 10px 10px 20px 10px;
		margin-left: 20%;
	}
	.home .sc05{
		margin-top: 100px;
	}

}





@media screen and (max-width: 690px) {
	.home .sc04 .left.first img.icon01,
	.home .sc04 .left.second img.icon01{
		margin-left:15%;
	}
	.home .sc04 .left .title{
		margin-left: 260px;
	}
	.home .sc04 .contents p{
		width: 450px;
		padding: 10px 10px 20px 10px;
		margin-left:15%;
	}

	.home .sc04 .right.first img.icon01,
	.home .sc04 .right.second img.icon01{
		margin-left: auto;
		margin-right: 10%;
	}
	.home .sc04 .right .title{
		margin-left: 31%;
	}


}
@media screen and (max-width: 560px) {
	.home .sc04 .contents p{
		width: 100%;
		padding: 0px 20px 30px 20px;
		margin-left:0px;
	}
	.home .sc04 .contents p br{
		display: none;
	}
	.home .sc04 .left.first{
		background: url('../img/home/sc04-h01-bg.svg') no-repeat;
		background-size: 600px 400px;
		background-position: center 170px;
		padding-bottom: 60px;
	}
	.home .sc04 .left.first img.icon01,
	.home .sc04 .left.second img.icon01{
		margin-left:0%;
	}
	.home .sc04 .left .title{
		margin-left: 180px;
	}
	.home .sc04 .right.first img.icon01,
	.home .sc04 .right.second img.icon01{
		margin-right: 0%;
	}
	.home .sc04 .right .title{
		margin-left: 28%;
	}

}
@media screen and (max-width: 460px) {
	.home .sc04 .right .title{
		margin-left: 21%;
	}
}

@media screen and (max-width: 450px) {
	.home .sc04 .contents p{
		width: 100%;
		padding: 10px 10px 20px 10px;
		line-height: 32px;
	}
}


@media screen and (max-width: 420px) {
	.home .sc04 .right .title{
		margin-left: 5%;
	}
}



@media screen and (max-width: 780px) {
	.home .sc01 .left{
		float: none;
		width: 100%;	
	}
	.home .sc01 .left img{
		width: 240px;	
	}
	.home .sc01 .right{
		float: none;
		width: 100%;	
		margin-top: 0px;
	}
	.home .sc01 .right img{
		position: absolute;
		width: 150px;
		margin-top: -40px;
		margin-left: 100px;
	}

}


@media screen and (max-width: 650px) {
	a.btn{
		width: 90%;
		letter-spacing: 1px;
		font-size: 15px;
		background: url('../img/common/arrow-white-right.svg') no-repeat;
		background-size: 8px 8px;	
		background-position: 25px 26px;
		background-color:#69BD83 ;
	}
	.home .sc05 img.ph{
		display: none;

	}

}









/*	footer
________________________________________*/

footer .inner01{
	border-top: 1px solid #dcdddd;
	height: 530px;
	background: url('../img/footer/bg.jpg') no-repeat center top;
	background-size: 2500px 530px;
	padding-top: 220px;
	text-align: center;
}
footer .inner01 .respons-full img.title{
	position: absolute;
	width: 500px;
	margin-top: -140px;
    left: 40%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

footer .inner01 .respons-full h3{
	margin-top: -20px;
	font-size: 28px;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
footer .inner01 .respons-full p{
	line-height: 28px;
	padding-bottom: 30px;
}
footer .inner01 .respons-full img.ph{
	position: absolute;
	width: 200px;
	margin-top: 26px;
    left: 42%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

footer .inner01 a.btn.orange{
	background-color: #EF845C;
}

footer .inner02{
	background-color: #2F6343;
	padding: 40px 0px 40px 0px;
}

footer .inner02 .left{
	float: left;
	width: 65%;
}
footer .inner02 ul {
	margin-top: 10px;
}
footer .inner02 ul a li{
	color: #fff;
	float: left;
	padding: 0px 0px 0px 12px;
	background: url('../img/common/arrow-white-right.svg') no-repeat;
	background-size: 6px 6px;	
	background-position: 0px 7px;
	letter-spacing: 2px;
	margin-right: 15px;
	margin-bottom: 5px;
}

footer .inner02 ul li.clear{
	clear: both;
}

footer .inner02 .right{
	float: right;
	width: 30%;
}
footer .inner02 .right img{
	width: 250px;
	float: right;
}


@media screen and (max-width: 991px) {
	footer .inner02 .left,
	footer .inner02 .right{
		float: none;
		width: 100%;
	}
	footer .inner02{
		padding: 20px 0px 20px 0px;
	}
	footer .inner02 .right{
		clear: both;
	}
	footer .inner02 .right img{
		float: none;
		padding-top: 20px;

	}

}

@media screen and (max-width: 650px) {
	footer .inner01 .respons-full img.title{
		position: absolute;
		width: 500px;
		margin-top: -90px;
		left: 40%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}
	footer .inner01 .respons-full h3{
		margin-top: -70px;
		font-size: 24px;
		text-align: left;
	}
	footer .inner01 .respons-full p{
		text-align: left;
	}


}




/*	page
________________________________________*/

.page{
	padding-bottom: 60px;
}

.page main{
	margin-top: -160px;
	height: 650px;
	background: url('../img/page/bg01.jpg') no-repeat;
	background-size: 2500px 650px;	
	background-position: center top;
	position: relative;
	z-index: 1;
}
.page.histry main{
	background: url('../img/page/bg02.jpg') no-repeat;
	background-size: 2500px 650px;	
	background-position: center top;
}
.page.dream main{
	background: url('../img/page/bg05.jpg') no-repeat;
	background-size: 2500px 650px;	
	background-position: center top;
}
.page.job main,
.page.entry main{
	background: url('../img/page/bg06.jpg') no-repeat;
	background-size: 2500px 650px;	
	background-position: center top;
}

.page main h1{
	padding-top: 230px;
	text-align: center;
	font-size: 32px;
	letter-spacing: 1px;
	color: #fff;
}
.page main h1::before{
	content: url(../img/page/title01.svg);
	display: block;
	width: 205px;
	padding-bottom: 2px;
	margin-left: auto;
	margin-right: auto;
}
.page.histry main h1::before{
	content: url(../img/page/title02.svg);
	width: 80px;
	padding-bottom: 2px;
}
.page.education main h1::before{
	content: url(../img/page/title03.svg);
	width: 242px;
	padding-bottom: 2px;
}
.page.social main h1::before{
	content: url(../img/page/title04.svg);
	width: 265px;
	padding-bottom: 2px;
}
.page.dream main h1::before{
	content: url(../img/page/title05.svg);
	width: 252px;
	padding-bottom: 2px;
}
.page.job main h1::before{
	content: url(../img/page/title06.svg);
	width: 230px;
	padding-bottom: 2px;
}
.page.entry main h1::before{
	content: url(../img/page/title07.svg);
	width: 145px;
	padding-bottom: 2px;
}
.page.interview main h1::before{
	content: url(../img/page/title08.svg);
	width: 125px;
	padding-bottom: 2px;
}


.page.iv-single main h1{
	padding-top: 170px;
	text-align: center;
	font-size:18px;
	letter-spacing: 2px;

}
.page.iv-single main h1::before{
	content: url(../img/page/title08.svg);
	width: 125px;
	padding-bottom: 6px;
}


.page .sc01{
	margin-top: -80px;
	position: relative;
	z-index: 2;
}

.page h2{
	text-align: center;
	font-size: 26px;
	line-height: 34px;
	letter-spacing: 1px;
}
.page h2 small{
	color: #333;
}

.page h2::before{
	content: url(../img/page/midashi-common.svg);
	display: block;
	width: 160px;
	padding-bottom: 2px;
	margin-left: auto;
	margin-right: auto;
}

.page h3{
	font-size: 23px;
	line-height: 32px;
	letter-spacing: 1px;
	border-bottom: 1px solid #dcdddd;
	padding-bottom: 20px;
	margin-bottom: 20px;
	margin-top: 0px;
}

.page .sc02{
	background: url('../img/page/bg-right.svg') no-repeat,url('../img/page/bg-left.svg') no-repeat;
	background-size: 600px 650px ,600px 650px;	
	background-position: right -20px top -80px,left -60px top 280px;
	margin-top: 80px;
}
.page span.yellow{
	background-color: #FFF100;
}

.page img.cntnts-icon{
	margin-bottom: 80px;
	margin-top: 80px;
	width:110px;
}

.page .btn-navi {
	margin-top: 20px;
	margin-bottom: 20px;
}
.page .btn-navi a.btn{
	width: 100%;

}

.page .margin-top-01{
	margin-top: 120px;
}
.page .margin-top-02{
	margin-top: 60px;
}
.page p{
	margin-bottom: 20px;
}
.page img.margin-bottom{
	margin-bottom: 30px;
}



.page span.f-title{
	position: relative;
	display: block;
	margin: 10px 0px 30px 0px;
	padding: 12px 15px;
	min-width: 120px;
	max-width: 100%;
	color: #fff;
	font-size: 20px;
	background: #F07850;
	border-radius: 10px;
  }
 .page span.f-title:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 5%;
	margin-left: -5px;
	border: 5px solid transparent;
	border-top: 5px solid #F07850;
}

.page.education a.a-none{
	text-decoration: none;
}
.page.education .intv{
	margin-top: 50px;
	background-color:#F07850 ;
	border-radius: 10px;
	padding: 15px 15px 15px 80px;
}
.page.education .intv .inner{
	background-color:#fff ;
	border-radius: 10px;
	padding: 15px 25px 10px 70px;
}
.page.education .intv .inner img{
	position: absolute;
	width: 150px;
	left: 0px;
	bottom:0px;
}
.page.education .intv .inner span.i-title{
	position: relative;
	display: inline-block;
	margin: 10px 10px 10px 0px;
	padding: 5px 60px;
	min-width: 120px;
	max-width: 100%;
	color: #fff;
	font-size: 12px;
	background: #F07850;
	border-radius: 10px;
	text-align: center;
  }
  .page.education .intv .inner span.i-title:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border: 5px solid transparent;
	border-top: 5px solid #F07850;
}

.page.education .intv .inner span.name{
	color: #333;
}

.page.education .intv .inner p{
	font-size: 15px;
	line-height: 28px;
}

.page .blue span.f-title{
	background: #45B3E7;
  }
.page .blue span.f-title:before {
	border-top: 5px solid #45B3E7;
}
.page.education .blue .intv{
	background-color:#45B3E7 ;
}

.page .yellow span.f-title{
	background: #F6AB00;
  }
.page .yellow span.f-title:before {
	border-top: 5px solid #F6AB00;
}
.page.education .yellow .intv{
	background-color:#F6AB00 ;
}


.page.job .sc01 p.midashi{
	text-align: center;
	padding-top: 10px;
	line-height: 26px;
	margin-bottom: 0px;
	color: #D7000F;
	text-decoration: underline;
}
.page.job .sc02{
	background: url('../img/page/bg-right.svg') no-repeat,none;
	background-size: 600px 650px ,600px 650px;	
	background-position: right -20px top -80px,left -60px top 280px;
	margin-top: 80px;
}



.page.job table{
	background-color: #fff;
}
.page.job table th{
	background-color: #F9F8F8;
	font-size: 16px;
	letter-spacing: 1px;
	white-space: nowrap;
}
.page.job table th small{
	display: block;
}

.page.job table th.blue{
	background-color: #EBF6F9;
	text-align: center;
	width: 17%;
}
.page.job table th.pink{
	background-color: #FDEEF1;
	text-align: center;
	width: 17%;
}
.page.job table th.green{
	background-color: #F6FAED;
	text-align: center;
	width: 17%;
}




.page.job table td{
	font-size: 14px;
	padding: 20px 15px 20px 15px;
}

.page.job table td ul{
	list-style: disc;
	margin-left: 15px;
}
.page.job table td ul li{
	margin-bottom: 5px;
}


@media screen and (max-width: 1201px) {
.page.education .intv{
	margin-top: 30px;
}
}

@media screen and (min-width: 992px) {
	.page span.sc-msg{
		display: none;
	}
}

@media screen and (max-width: 991px) {
.page .sc01{
	margin-top: -120px;
}
.page .btn-navi {
	margin-top: 20px;
	margin-bottom: 50px;
}
.page .btn-navi a.btn{
	width: 100%;
	margin-top: 0px;
	margin-bottom: 10px;
}
.page h3{
	margin-top: 20px;
}
.page .sc02{
	background: none;
	margin-top: 50px;
}
.page .margin-top-01{
	margin-top: 40px;
}
.page .margin-top-02{
	margin-top: 40px;
}

.page .respons-4 img,
.page .respons-8 img{
	width: 350px;
}
.page span.f-title{
	margin: 10px 10px 0px 10px;
  }

  .page .tb-wrap {
	width: 100%;
	overflow-x: scroll;
  }
  .page span.sc-msg{
	display: block;
	padding-bottom: 10px;
}

.page.job .sc01 p.midashi{
	text-align: left;
	margin-bottom: 0px;
}
.page.job .sc01 p.midashi br{
	display: none;
}


}


@media screen and (max-width: 795x) {
	.page.education .intv .inner img{
		position: absolute;
		width: 150px;
		left: 25px;
		bottom:0px;
	}
}

@media screen and (max-width: 580px) {
	.page.education .intv .inner img{
		width: 90px;
		left: -20px;
		bottom:0px;
	}
	.page.education .intv{
		margin-top: 30px;
		padding: 15px 15px 15px 15px;
	}
	.page.education .intv .inner{
		background-color:#fff ;
		border-radius: 10px;
		padding: 15px 20px 10px 40px;
	}
}

@media screen and (max-width: 500px) {
	.page main h1{
		font-size: 28px;
	}
	.page .sc01 h2{
		font-size: 22px;
		line-height: 28px;
		letter-spacing: 1px;
	}
	.page.education .intv .inner span.i-title{
		padding: 5px 10px;
	  }
}

@media screen and (max-width: 400px) {
	.page .respons-4 img,
	.page .respons-8 img{
		width: 100%;
	}
}



/*	page interview ALL
________________________________________*/

.page.interview .sc04{
	background: url('../img/home/sc04-bg02.svg') no-repeat,url('../img/home/sc04-bg01.svg') no-repeat;
	background-size: 700px 650px,700px 650px;
	background-position: right -200px top 250px, right -200px top 900px;
	padding-bottom: 200px;
}

.page.interview .sc04 img.title02{
	position: absolute;
	width: 200px;
	margin-top: 60px;
    left: 44%;
}


.page.interview .sc04 .respons-full{
	text-align: center;
}
.page.interview .sc04 .respons-full img.title{
	position: absolute;
	width: 350px;
	top: 50%;
    left: 46%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.page.interview .sc04 .respons-full h2{
	padding-top: 270px;
}
.page.interview .sc04 .respons-full h2::before{
	content: url(../img/home/sc04-title.svg);
	display: block;
	width: 80px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

.page.interview .sc04 .respons-full p{
	font-size: 15px;
	line-height: 26px;
	padding-top: 10px;
}

.page.interview .sc04 .left{
	float: left;
	width: 47%;
}
.page.interview .sc04 .right{
	float: right;
	width: 47%;
}

.page.interview .sc04 .left p,
.page.interview .sc04 .right p{
	text-align: left;
}

.page.interview .sc04 .left .title{
	position: absolute;
	z-index: 3;
	margin-left: 280px;
	margin-top: -150px;
}
.page.interview .sc04 .right .title{
	position: absolute;
	z-index: 3;
	margin-left: 80px;
	margin-top: -150px;
}

.page.interview .sc04 .title span.bloon {
	position: relative;
	display: inline-block;
	margin: 10px 0px 10px 0;
	padding: 5px 15px;
	min-width: 160px;
	max-width: 100%;
	color: #fff;
	font-size: 14px;
	background: #F29A76;
	border-radius: 10px;
	
  }
  
.page.interview .sc04 .title span.bloon:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border: 5px solid transparent;
	border-top: 5px solid #F29A76;
  }


.page.interview .sc04 .title span.name {
	display: block;
	color: #333;
	font-size: 16px;
	letter-spacing: 1px;
}

.page.interview .sc04 .contents{
	position: relative;
	z-index: 2;
	padding: 10px 30px 20px 20px;
}
.page.interview .sc04 .contents p{
	font-size: 16px;
	line-height: 32px;
	color: #fff;
}

.page.interview .sc04 .left.first{
	margin-top: -80px;
}
.page.interview .sc04 .left.first img.icon01{
	position: relative;
	width: 280px;
	margin-left: 0;
	z-index: 2;
}
.page.interview .sc04 .left.first img.icon02{
	position: absolute;
	width: 600px;
	margin-left: -50px;
	margin-top: -50px;
	z-index: 1;
}
.page.interview .sc04 img.icon04{
	position: absolute;
	width: 700px;
	margin-left: -550px;
	margin-top: 350px;
	z-index: 0;
}


.page.interview .sc04 .right.first{
	margin-top: 40px;
}

.page.interview .sc04 .right.first img.icon01{
	position: relative;
	width: 280px;
	margin-left: auto;
	margin-right: 0;
	z-index: 2;
}
.page.interview .sc04 .right.first img.icon02{
	position: absolute;
	width: 600px;
	margin-left: -50px;
	margin-top: -50px;
	z-index: 1;
}

.page.interview .sc04 img.icon03{
	position: absolute;
	width: 400px;
	top: 57%;
    left: 46%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.page.interview .sc04 img.icon05{
	position: absolute;
	width: 700px;
	margin-left: -400px;
	margin-top: 1100px;
}



.page.interview .sc04 .left.second{
	margin-top: 200px;
}
.page.interview .sc04 .left.second img.icon01{
	position: relative;
	width: 280px;
	margin-left: 0;
	z-index: 2;
}
.page.interview .sc04 .left.second img.icon02{
	position: absolute;
	width: 600px;
	margin-left: -50px;
	margin-top: -50px;
	z-index: 1;
}


.page.interview .sc04 .right.second{
	margin-top: 180px;
}
.page.interview .sc04 .right.second img.icon01{
	position: relative;
	width: 280px;
	margin-left: auto;
	margin-right: 0;
	z-index: 2;
}
.page.interview .sc04 .right.second img.icon02{
	position: absolute;
	width: 600px;
	margin-left: -50px;
	margin-top: -50px;
	z-index: 1;
}
.page.interview .sc04 .right.second img.icon04{
	position: absolute;
	width: 30px;
	margin-top: 245px;
	margin-left: 110px;
}


@media screen and (max-width: 1199px) {
	.page.interview .sc04{
		padding-bottom: 50px;
	}
	.page.interview .sc04 .right.first{
		margin-top: 300px;
	}
	.page.interview .sc04 .contents{
		padding: 10px 0px 20px 0px;
	}

	.page.interview .sc04 img.icon03{
		display: none;
	}

	.page.interview .sc04 .right .title{
		position: absolute;
		z-index: 3;
		margin-left: 0px;
		margin-top: -140px;
	}
	.page.interview .sc04 .right.second img.icon04{
		display: none;
	}

	.page.interview .sc04 .right.first img.icon02,
	.page.interview .sc04 .right.second img.icon02 {
		width: 550px;
		margin-left: -85px;
	}
}


@media screen and (max-width: 991px) {

.page.interview .sc04 .left{
	float: left;
	width: 70%;
}
.page.interview .sc04 .right{
	float: right;
	width: 70%;
}

.page.interview .sc04 .right.first img.icon02,
.page.interview .sc04 .right.second img.icon02 {
	width: 600px;
	margin-left: -45px;
}

.page.interview .sc04 .right.first{
	margin-top: -50px;
}

.page.interview .sc04 .left.first {
	margin-top: 20px;
  }

  .page.interview .sc04 .left.second{
	margin-top: 0px;
}
.page.interview .sc04 .right.second{
	margin-top: 0px;
}
.page.interview .sc04 .right .title{
	margin-left: 70px;
}
.page.interview .sc04 .contents p br{
	display: none;
}
}



@media screen and (max-width: 830px) {
	.page.interview .sc04 img.title02{
		width: 150px;
		margin-top:30px;
		left: 50%;
	}

	.page.interview .sc04 .right.first{
		margin-top: 50px;
	}
	.page.interview .sc04 .right.second{
		margin-top: 50px;
	}
	.page.interview .sc04 .left.first img.icon02,
	.page.interview .sc04 .left.second img.icon02,
	.page.interview .sc04 .right.first img.icon02,
	.page.interview .sc04 .right.second img.icon02 {
		display: none;
	}

	.page.interview .sc04 .left.first img.icon01{
		width: 180px;
		margin-left: 150px;
	}
	.page.interview .sc04 .right.first img.icon01{
		width: 180px;
		margin-left: 400px;
	}
	.page.interview .sc04 .left.second img.icon01{
		width: 180px;
		margin-left: 150px;
	}
	.page.interview .sc04 .right.second img.icon01{
		width: 180px;
		margin-left: 400px;
	}


	.page.interview .sc04 .contents{
		width: 100%;
		padding: 10px 10px 20px 10px;
	}

	.page.interview .sc04 .left,
	.page.interview .sc04 .right{
		float: none;
		width: 100%;
	}
	.page.interview .sc04 .left .title{
		margin-left: 320px;
		margin-top: -130px;
	}
	.page.interview .sc04 .right .title{
		margin-left: 220px;
		margin-top: -130px;
	}

	.page.interview .sc04 .respons-full.contents{
		padding-left: 0;
		padding-right: 0;
	}

	.page.interview .sc04 .left.first{
		background: url('../img/home/sc04-h01-bg.svg') no-repeat;
		background-size: 600px 400px;
		background-position: center 190px;
		padding-bottom: 60px;
	}

	.page.interview .sc04 .right.first{
		margin-top: -50px;
		background: url('../img/home/sc04-h02-bg.svg') no-repeat;
		background-size: 600px 400px;
		background-position: center 170px;
		padding-bottom: 60px;
	}
	.page.interview .sc04 .left.second{
		background: url('../img/home/sc04-h03-bg.svg') no-repeat;
		background-size: 600px 400px;
		background-position: center 170px;
		padding-bottom: 60px;
	}

	.page.interview .sc04 .right.second{
		margin-top: -50px;
		background: url('../img/home/sc04-h04-bg.svg') no-repeat;
		background-size: 600px 400px;
		background-position: center 170px;
		padding-bottom: 60px;
	}

	.page.interview .sc04 a{
		text-decoration: none;

	}

	.page.interview .sc04 .contents p{
		width: 450px;
		padding: 10px 10px 20px 10px;
		margin-left: 20%;
	}

}





@media screen and (max-width: 690px) {
	.page.interview .sc04 .left.first img.icon01,
	.page.interview .sc04 .left.second img.icon01{
		margin-left:15%;
	}
	.page.interview .sc04 .left .title{
		margin-left: 260px;
	}
	.page.interview .sc04 .contents p{
		width: 450px;
		padding: 10px 10px 20px 10px;
		margin-left:15%;
	}

	.page.interview .sc04 .right.first img.icon01,
	.page.interview .sc04 .right.second img.icon01{
		margin-left: auto;
		margin-right: 10%;
	}
	.page.interview .sc04 .right .title{
		margin-left: 31%;
	}


}
@media screen and (max-width: 560px) {
	.page.interview .sc04 .contents p{
		width: 100%;
		padding: 10px 20px 20px 20px;
		margin-left:0px;
	}
	.page.interview .sc04 .left.first{
		background: url('../img/home/sc04-h01-bg.svg') no-repeat;
		background-size: 600px 400px;
		background-position: center 170px;
		padding-bottom: 60px;
	}
	.page.interview .sc04 .left.first img.icon01,
	.page.interview .sc04 .left.second img.icon01{
		margin-left:0%;
	}
	.page.interview .sc04 .left .title{
		margin-left: 180px;
	}
	.page.interview .sc04 .right.first img.icon01,
	.page.interview .sc04 .right.second img.icon01{
		margin-right: 0%;
	}
	.page.interview .sc04 .right .title{
		margin-left: 28%;
	}

}
@media screen and (max-width: 460px) {
	.page.interview .sc04 .right .title{
		margin-left: 21%;
	}
}

@media screen and (max-width: 450px) {
	.page.interview .sc04 .contents p{
		width: 100%;
		padding: 10px 10px 20px 10px;
		line-height: 32px;
	}
}


@media screen and (max-width: 420px) {
	.page.interview .sc04 .right .title{
		margin-left: 5%;
	}
}


/*	page interview Single
________________________________________*/

.page.iv-single .title{
	position: relative;
	margin-top: -480px;
	z-index: 10;
}
.page.iv-single .title.l-left .left img{
	position: absolute;
	width: 350px;
	left: -20px;
}

.page.iv-single .title.l-right .right img{
	position: absolute;
	width: 350px;
	right: -20px;
	top: 0px;
}
.page.iv-single .title.l-right.second .right img{
	right: 10px;
}


.page.iv-single .title.l-left .right{
	width: 760px;
	height: 450px;
	background: url('../img/page/08-h01-bg.svg') no-repeat;
	background-size: 760px 450px;
	background-position: center top;
	margin-left: 260px;
	margin-top: 100px;
	padding-top: 90px;
	padding-left: 70px;
	padding-right: 60px;
}
.page.iv-single .title.l-left.second .right{
	background: url('../img/page/08-h03-bg.svg') no-repeat;
	background-size: 760px 450px;
	background-position: center top;
}

.page.iv-single .title.l-right .left{
	width: 760px;
	height: 450px;
	background: url('../img/page/08-h02-bg.svg') no-repeat;
	background-size: 760px 450px;
	background-position: center top;
	margin-left: 100px;
	margin-top: 100px;
	padding-top: 90px;
	padding-left: 70px;
	padding-right: 60px;
}
.page.iv-single .title.l-right.second .left{
	background: url('../img/page/08-h04-bg.svg') no-repeat;
	background-size: 760px 450px;
	background-position: center top;
}


.page.iv-single .title span.bloon {
	position: relative;
	display: inline-block;
	margin: 10px 0px 10px 0;
	padding: 5px 15px;
	min-width: 160px;
	max-width: 100%;
	color: #333;
	font-size: 14px;
	background: #fff;
	border-radius: 10px;
	text-align: center;
  }
  
  .page.iv-single .title span.bloon:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border: 5px solid transparent;
	border-top: 5px solid #fff;
  }

.page.iv-single .title span.name{
	display: block;
	color: #fff;
	letter-spacing: 1px;
	font-size: 24px;
	border-bottom: 1px solid #fff;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.page.iv-single .title p{
	font-size: 16px;
	line-height: 28px;
	color: #fff;
}

.page.iv-single span.title{
	position: relative;
	display: inline-block;
	margin: 80px 0px 20px 0;
	padding: 10px 35px;
	min-width: 160px;
	max-width: 100%;
	color: #fff;
	font-size: 14px;
	letter-spacing: 1px;
	background: #F07850;
	border-radius: 10px;
	text-align: center;
}
.page.iv-single span.title.first{
	margin: 20px 0px 20px 0;
}
  
.page.iv-single span.title:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border: 5px solid transparent;
	border-top: 5px solid #F07850;
  }

.page.iv-single h3{
	text-align: left;
	font-size: 22px;
	line-height: 30px;
	letter-spacing: 1px;
	border-bottom: 1px solid #C9CACA;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.page.iv-single p{
	font-size: 15px;
	line-height: 32px;

}

.page.iv-single .day{
	margin-top: 100px;

}

.page.iv-single .day .inner{
	background-color: #F9F8F8;
	padding: 30px 30px 30px 30px;
	border-radius: 10px;
}

.page.iv-single .day .inner img{
	margin-top: -80px;
}


.page.iv-single .navi{
	margin-top: 50px;
	text-align: center;
	margin-bottom: 80px;
}
.page.iv-single .navi a{
	text-decoration: none;
}

.page.iv-single .navi .h01,
.page.iv-single .navi .h02,
.page.iv-single .navi .h03{
	width: 23%;
	float: left;
	background-color: #F29A76;
	border-radius: 10px;
	margin-right: 30px;
}
.page.iv-single .navi .h02{
	background-color: #45B3E7;
}
.page.iv-single .navi .h03{
	background-color: #50B464;
}
.page.iv-single .navi .h04{
	width: 23%;
	float: right;
	background-color: #F6AB00;
	border-radius: 10px;
}

.page.iv-single .navi img.human{
	width: 140px;
}
.page.iv-single .navi img.btn{
	width:100px;
	margin-top: 10px;
	margin-bottom: -40px;
}

.page.iv-single .navi span.bloon{
	position: relative;
	display: inline-block;
	margin: 0px 0px 10px 0;
	padding: 5px 15px;
	min-width: 160px;
	max-width: 100%;
	color: #333;
	font-size: 14px;
	background: #fff;
	border-radius: 10px;
	text-align: center;
  }
  
  .page.iv-single .navi span.bloon:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border: 5px solid transparent;
	border-top: 5px solid #fff;
  }

  .page.iv-single .navi span.name{
	display: block;
	color: #fff;
	font-size: 16px;
  }


@media screen and (max-width: 1199px) {
	.page.iv-single .navi .h01,
	.page.iv-single .navi .h02,
	.page.iv-single .navi .h03{
		width: 24%;
		margin-right: 8px;
}
	.page.iv-single .navi .h04{
		width: 25%;
		float: right;
		background-color: #F6AB00;
		border-radius: 10px;
	}
	.page.iv-single .title.l-right .left{
		width: 760px;
		height: 450px;
		background: url('../img/page/08-h02-bg.svg') no-repeat;
		background-size: 760px 450px;
		background-position: center top;
		margin-left: -80px;
		margin-top: 100px;
		padding-top: 90px;
		padding-left: 70px;
		padding-right: 60px;
	}

}
@media screen and (max-width: 1099px) {
	.page.iv-single .title.l-left .left img{
		left: -120px;
	}
	
	.page.iv-single .title.l-left .right{
		width: 760px;
		height: 450px;
		background: url('../img/page/08-h01-bg.svg') no-repeat;
		background-size: 760px 450px;
		background-position: center top;
		margin-left: 150px;
		margin-top: 100px;
		padding-top: 90px;
		padding-left: 70px;
		padding-right: 60px;
	}



}

@media screen and (max-width: 991px) {
	.page.iv-single .title{
		margin-top: -450px;
		padding-bottom: 140px;
	}
	.page.iv-single .title.l-left .left img{
		width: 200px;
		left: -70px;
		margin-top: -40px;

	}
	.page.iv-single .title.l-right .right img{
		width: 200px;
		right: 0px;
		margin-top: -40px;
	}

	.page.iv-single .title.l-right.second .right img{
		right: 0px;
	}
	.page.iv-single .title.l-left .right{
		width: 100%;
		height: 100%;
		background: none;
		background-color:#F07850;
		margin-left: 0px;
		margin-top: 100px;
		padding-top: 20px;
		padding-left: 120px;
		padding-right: 30px;
		padding-bottom: 15px;
		border-radius: 10px;
	}
	.page.iv-single .title.l-left.second .right{
		background-color:#50B464;
	}
	.page.iv-single .title.l-right .left{
		width: 100%;
		height: 100%;
		background: none;
		background-color:#45B3E7;
		margin-left: 0px;
		margin-top: 100px;
		padding-top: 20px;
		padding-right: 200px;
		padding-left: 30px;
		padding-bottom: 15px;
		border-radius: 10px;
	}
	.page.iv-single .title.l-right.second .left{
		background-color:#F6AB00;
	}






	.page.iv-single .title p br{
		display: none;
	}
	.page.iv-single h3{
		margin-top: 0px;
	}
	.page.iv-single span.title{
		margin: 40px 0px 20px 0;
	}
	.page.iv-single .day{
		margin-top: 50px;
	
	}
	
	.page.iv-single .day .inner{
		background-color: #F9F8F8;
		padding: 10px 10px 10px 10px;
		border-radius: 10px;
	}
	.page.iv-single .day .inner img{
		margin-top: -30px;
	}
	.page.iv-single .navi .h01,
	.page.iv-single .navi .h02,
	.page.iv-single .navi .h03{
		width: 350px;
		margin-right: auto;
		margin-left: auto;
		float: none;
		margin-bottom: 50px;
		text-decoration: none;
}
	.page.iv-single .navi .h04{
		width: 350px;
		float: none;
		margin-right: auto;
		margin-left: auto;
		float: none;
	}
}

@media screen and (max-width: 600px) {
	.page.iv-single .title span.name{
		font-size: 20px;
	}

}


@media screen and (max-width: 500px) {
	.page.iv-single .title.l-left .left img{
		width: 150px;
		left: -20px;
		margin-top: -40px;

	}
	.page.iv-single .title.l-right .right img{
		width: 150px;
		right: 0px;
		margin-top: -40px;
	}
	.page.iv-single .title.l-left .right{
		width: 100%;
		height: 100%;
		background: none;
		background-color:#F07850;
		margin-left: 0px;
		margin-top: 100px;
		padding-top: 20px;
		padding-left: 120px;
		padding-right: 30px;
		padding-bottom: 15px;
		border-radius: 10px;
	}
	.page.iv-single .title.l-right .left{
		width: 100%;
		height: 100%;
		background: none;
		background-color:#45B3E7;
		margin-left: 0px;
		margin-top: 100px;
		padding-top: 20px;
		padding-right: 140px;
		padding-left: 30px;
		padding-bottom: 15px;
		border-radius: 10px;
	}


}

/*	page entry
________________________________________*/

.page.entry h3{
	border: none;
	margin: 0px 0px 10px 0px;
	padding: 13px 20px;
	width: 100%;
	color: #fff;
	font-size: 20px;
	background: #F07850;
	border-radius: 10px;
	text-align: left;
}

.page.entry span.tel{
	font-size: 32px;
	display: block;
	letter-spacing: 1px;

}
.page.entry span.tel small{
	font-size: 18px;
}
.page.entry span.time{
	letter-spacing: 1px;
}
.page.entry table{
	background-color: #fff;
}
.page.entry table th{
	background-color: #F9F8F8;
	padding: 30px 30px 30px 30px;
	white-space: nowrap;
}
.page.entry table td{
	padding: 30px 30px 30px 30px;
}



.page.entry p.margin-bottom{
	font-size: 14px;
	margin-bottom: 0px;
}
.page.entry span.mast{
	color: #fff;
	margin-right: 5px;
	border-radius: 5px;
	padding: 5px 10px 5px 10px;
	font-size: 12px;
	letter-spacing: 2px;
	text-decoration: none;
	background-color: #EC6D56;
	text-align: center;
}

.page.entry table th{
	width: 23%;
	letter-spacing: 1px;
}

.page.entry table tr:last-child>*{
	border-bottom:none;
}

.form-control.short {
		width: 50%;
	  }

.page.entry .privacy{
	margin: 0px 0px 20px 0px;
	padding: 20px 20px 20px 20px;
	height: 150px;
	overflow: auto;
	background-color: #efefef;
	border: 1px solid #c0c0c0;
	border-radius: 5px;

}

.page.entry .privacy h5{
	font-size: 16px;
	font-weight: bold;
}
.page.entry .privacy h6{
	margin-top: 30px;
	font-size: 14px;
	font-weight: bold;
}
.page.entry .privacy p{
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 30px;
}
.page.entry .privacy ul{
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 2px;
	list-style:disc;
	padding-left: 10px;
	margin-bottom: 30px;
}
.page.entry .privacy ul li{
	margin-bottom: 0px;
	padding-bottom: 5px;

}

.page.entry .btn-lg{
	margin-top: 30px;
	display: block;
	color: #fff;
	border-radius: 30px;
	padding: 15px 20px 15px 20px;
	font-size: 20px;
	letter-spacing: 2px;
	text-decoration: none;
	width: 500px;
	background: url('../img/common/arrow-white-right.svg') no-repeat;
	background-color: #EC6D56;
	background-size: 9px 9px;
	background-position: 20px 24px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border: 2px solid #fff;
}


@media screen and (max-width: 991px) {
	.page.entry table{
		width: 100%;
	}
	.page.entry table th,
	.page.entry table td{
		display: block;
		width: 100%;
		padding: 15px 15px 15px 15px;
		letter-spacing: 0px;
	}
	.page.entry th{
		border-right: none;
	}
	.page.entry table tr.last th{
		border-bottom:solid 1px #DCDDDD; 
	}
	.page.entry span.tel{
		font-size: 28px;
		letter-spacing: 2px;
	}
	.page.entry span.tel small{
		font-size: 14px;
	}
	.page.entry span.time{
		font-size: 14px;
		letter-spacing: 2px;
	}

}

@media screen and (max-width: 550px) {
	.page.entry .btn-lg{
		font-size: 16px;
		letter-spacing: 2px;
		width: 90%;
		background: url('../img/common/arrow-right-white.svg') no-repeat;
		background-color: #EC6D56;
		background-size: 9px 9px;
		background-position: 20px 22px;
	}
	.page.entry span.tel{
		font-size: 22px;
		letter-spacing: 0px;
	}
	.page.entry span.tel small{
		font-size: 12px;
	}
	.page.entry span.time{
		font-size: 12px;
		letter-spacing: 0px;
	}
	.form-control.short {
		width: 100%;
	  }
}



/*	entry 確認画面
________________________________________*/

.page.entry p.error_messe{
	margin-bottom: 10px;
	color: #D7000F;

}
.page.entry p.error{
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 1px;
}

.page.entry table{
	width: 100%;
}


.page.entry .btn-small{
	display: block;
	text-align: center;
	letter-spacing: 1px;
	width: 200px;
	margin-top: 20px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	color: #999;
	padding: 10px 10px 10px 10px;
	border: none;
	background-color:#f5f5f5;
	background-size:9px 9px;
	border-radius: 30px;
}

.page.entry #formWrap table{
	border-radius: 0px;
}































