@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;
}

h2 span,
h3,h4,
.fv-p,
.header_info,
.font-weight-bold,
.rec_right dl,
.marker,
footer p,
.voice_minbox p,
.f-yugo{
	font-family : 'Yu Gothic','游ゴシック',"游ゴシック体", YuGothic,'游ゴシック  Medium','Yu Gothic Medium', meiryo, "Noto Sans Japanese", sans-serif;
}


img {
  flex-shrink: 0;
}
.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;
}
.jump_p {
	font-size: 22.65px;
	line-height: 27.37px;
	text-align: center;
	color: #666666;
	position: relative;
	top: 120px;
}
.font-weight-bold {
	font-weight: 700;
}
/* 暫定ここまで */
/*
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;
}
ul.header_info{
	position : relative;
	overflow : hidden;
	margin : 0;
	padding : 0;
	letter-spacing : -1em;
	text-align : center;
	width : 1200px;
	margin : 0 auto;
}
ul.header_info li{
	position : relative;
	display : inline-block;
	width : 25%;
	padding : 35px 0;
	font-size : 1.03vw;
	font-weight : bold;
	line-height : 1.5;
	letter-spacing : normal;
	box-sizing : border-box;
}
ul.header_info li:nth-child(odd){
	background : #ffffff;
}
ul.header_info li:nth-child(even){
	background : #35D5AA;
}
ul.header_info li::before{
	content : "";
	background: #00bc90;
	background : -moz-linear-gradient(to top left, rgba(255,255,255,0) 50%, #00bc90 60.5%) no-repeat top left/100% 100%;
	background : linear-gradient(to top left, rgba(255,255,255,0) 50%, #00bc90 60.5%) no-repeat top left/100% 100%;
	width : 35px;
	height : 35px;
	top : 5px;
	left : 5px;
	position : absolute;
	z-index : 1;
}
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;
}
/*
footer
=================================================*/
footer{
	overflow : hidden;
	background : #fff;
}
.footer_images{
	position : relative;
	width : 100%;;
	height : 0;
	padding-top : 700px;
	margin : 0 auto;
	background : url(../images/05_flow_img05.jpg) center center no-repeat;
	background-size : cover;
}
footer p{
	position: absolute;
	text-align: center;
	color: #fff;
	width: 1200px;
	height: 154px;
	padding: 68px 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
=================================================*/

/*
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: 380px;
}

.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;*/
	height: 400px;
}

.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 : 26px;/* ●201807 */
	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;
}
/**/

.corp_logo img {/* ●201807 */
    max-width: 90%;
    margin-top: 50px;
    margin-bottom: 20px;
}
.corp_logo {/* ●201807 */
    background: #BCCCC9;
    text-align: center;
}


.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{ /* ●201807 */
	position : absolute;
	text-align : center;
	color : #fff;
	width : 555px;
  height: 230px;
  padding: 25px 15px 10px;
	margin : 0 auto;
	line-height : 1.5;
	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;
}
 /* ●201811 */
.fv-p {
	color: #FFFFFF;
	font-size: 20.77px;
	font-weight: 700;
	line-height: 24.61px;
	text-shadow: 3px 2px 5px rgba(0,0,0,0.75);
	position: absolute;
  top: 35px;
  right: -30px;
  text-align: left;
  z-index: 100;
}
.n02 h3 { /* ●201811 */
	width : 818px;
}
.n01 p,.n02 p,.n03 p,.n04 p{
	position : relative;
	text-align : center;
	font-size : 26px;
	line-height : 1.5;
	margin: 25px 0 10px 0;/* ●201807 */
	padding : 0;
}
.n02 p,.n04 p{/* ●201807 */
	/*color : #fff;*/
}
.number{/* ●201807 */
	position: relative;
	border-bottom: 1px solid #fff;
	margin: 0 0 15px 0;
	display: inline-block;
    padding-bottom: 11px;
}
.n01,.n02,.n03,.n04{
	position : relative;
	width : 100%;
	background : #ebebeb;
	padding : 35px 0 20px 0;
}
.n02,.n04{/* ●201807 */
	/*background : #666666;*/
}
.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 #666666;
}

.marker {
	font-weight: bold;
	background: -webkit-linear-gradient(transparent 60%, #ffff66 60%);
	background: -o-linear-gradient(transparent 60%, #ffff66 60%);
	background: linear-gradient(transparent 60%, #ffff66 60%);
}
.sub_container.sub03 section.flow-05-wrap {
	margin-top: 3px;
	padding-bottom: 30px;
	width: 1169px;
  padding-right: 30px;
}
.flow-05 {
	color: #fff;
  background: #435B56;
  text-align: center;
  font-size: 24px;
  padding: 20px 0;
  margin: 0;
}
.flow-05-p {
	background: #FFFFFF;
	color: #949494;
  font-size: 14.8px;
  padding: 20px;
}
/**/


/* ●201807 ▼ */
.sub_container.sub01{
	position : relative;
	margin-bottom : 40px;
	padding-bottom : 0px;

	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;
}
.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;
	z-index : 111;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	max-width: 1200px;
	margin: auto;
}
.recruit{
	box-shadow: 0px 3px 17px #00000091;
	position : relative;
	width : 48%;
	margin : 10px;
	max-width: 580px;
	background-color: #fff;
	min-height: 170px;
}

.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 : 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 : 2;
}*/

.rec_left{ 
	position : relative;
	float : left;
	z-index : 11;
	display: none;
}
.rec_right{
	position : relative;
	float : left;
	width : 100%;
	background : #fff;
	padding : 10px 15px 5px 35px;
	box-sizing : border-box;
	z-index : 11;
}
/* ●201811 ▲ */
.full-support {
	background-color: #666666;
	padding: 50px;
	position: relative;
}

.full-support-inner {
	background-color: #FFFFFF;
	padding: 70px;
}
.full-support-cont {
	font-size: 36px;
	line-height: 43.77px;
	text-align: center;
}
.full-support-cont span.full-support-small {
	font-size: 25px;
	display: block;
	padding-bottom: 15px;
}
.full-support-cont span.full-support-pink {
	color: #f16a70;
}
.text-red {
	color: #ff0000;
}
.text-pink {
	color: #f16a70;
}
.full-support-table, .full-support-table td, .full-support-table th {
	border-collapse: collapse;
  border:1px solid #e2e2e2;
}
.full-support-table {
	margin: 25px auto 5px;
}
.full-support-table th {
	background-color: #e2e2e2;
	font-size: 24px;
	padding: 0 30px;
}
.full-support-table td {
	padding: 50px 30px;
	font-size: 16px;
	line-height: 32px;
}
.check {
	font-size: 18px;
	line-height: 25px;
	position: relative;
	padding-bottom: 15px;
	padding-left: 22px;
	display: block;
}
.check::before {
	content: '';
	position: absolute;
	background: url(../images/check.png) no-repeat;
	background-size: contain;
	top: 0;
	left: 0;
	width: 25px;
	height: 21px;
}
.seminar-wrap {
	padding-top: 50px;
}
.seminar-box {
	background-color: #FFFFFF;
	max-width: 985px;
	width: 90%;
	margin: 0 auto;
	text-align: center;
	padding: 30px 0;
}
.seminar-1 {
	display: block;
	font-size: 21px;
}
.seminar-2 {
	display: block;
	font-size: 16px;
	padding: 0 0 20px 0;
}
.seminar-img img {
	width: 90%;
	max-width: 525px;
	height: auto;
}
.seminar-box2 {
	background-color: #FFFFFF;
	max-width: 985px;
	width: 90%;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 30px 0;
}
.seminar-box2-inner {
	padding: 0 40px;
}
.seminar-plans {
	font-size: 21px;
	text-align: center;
	padding: 30px 0 15px 0;
}
.seminar-pink {
	font-size: 	21px;
	padding-right: 65px;
}
.seminar-green {
    font-size: 18px;
    color: #00916f;
    text-align: right;
    font-weight: 700;
}


.seminar-description::before {
    content: '講座内容';
    display: inline-block;
    text-align: center;
    background-color: #707070;
    color: #FFFFFF;
    font-size: 14px;
    padding: 2px 0;
    width: 59px;
    position: absolute;
    top: -2px;
    left: 0;
}

p.seminar-none {
    font-size: 15px;
    padding: 0 40px;
}
.seminar-description,
.seminar-place, .seminar-fee, .capacity, .clothing, .belongings, .conditions {
	padding-left: 65px;
	line-height: 19px;
	position: relative;
	font-size: 16px;
}

.seminar-description {
	margin-top: 25px;
}
.seminar-place {
	margin-top: 10px;
}

.seminar-ad {
	font-size: 14px;
}
.seminar-place::before {
	content: '場所';
	display: inline-block;
	text-align: center;
	background-color: #f16a70;
	color: #FFFFFF;
	font-size: 14px;
	padding: 2px 0;
	width: 59px;
	position: absolute;
	top: -2px;
	left: 0;
}
.seminar-fee {
	margin-top: 10px;
	margin-bottom: 30px;
}
.seminar-fee::before {
	content: '受講料';
	display: inline-block;
	text-align: center;
	background-color: #00bb8f;
	color: #FFFFFF;
	font-size: 14px;
	padding: 2px 0;
	width: 59px;
	position: absolute;
	top: -2px;
	left: 0;
}
.capacity, .clothing, .belongings, .conditions {
	display: inline-block;
	margin-top: 15px;
	padding-right: 15px;
}
.capacity::before {
	content: '定員';
	display: inline-block;
	text-align: center;
	background-color: #707070;
	color: #FFFFFF;
	font-size: 14px;
	padding: 2px 0;
	width: 59px;
	position: absolute;
	top: -2px;
	left: 0;
}
.clothing::before {
	content: '服装';
	display: inline-block;
	text-align: center;
	background-color: #707070;
	color: #FFFFFF;
	font-size: 14px;
	padding: 2px 0;
	width: 59px;
	position: absolute;
	top: -2px;
	left: 0;
}
.belongings::before {
	content: '持ち物';
	display: inline-block;
	text-align: center;
	background-color: #707070;
	color: #FFFFFF;
	font-size: 14px;
	padding: 2px 0;
	width: 59px;
	position: absolute;
	top: -2px;
	left: 0;
}
.conditions::before {
	content: '応募条件';
	display: inline-block;
	text-align: center;
	background-color: #707070;
	color: #FFFFFF;
	font-size: 14px;
	padding: 2px 0;
	width: 59px;
	position: absolute;
	top: -2px;
	left: 0;
}
/* FEATURE */
.feature-images-box {
	display: flex;
	justify-content: center;
}
.feature-col {
	width: 33%;
	max-width: 308px;
	padding: 30px 10px;
}
.feature-col img {
	width: 100%;
}
.feature-col h4 {
	font-size: 21px;
	margin-top: 10px;
	margin-bottom: 15px;
	text-align: center;
}
.feature-p {
	color: #666666;
	font-size: 17px;
	line-height: 29px;
}
/* ●201807 ▲ */
.rec_right h3{
	position : relative;
	color : #00BC90;
	margin : 0 0 4px 0;
	padding : 0 0 0 0;
	font-size : 23px;
}
.rec_right dl{
	overflow : hidden;
	font-weight : bold;
	margin : 2px 0;
}
.rec_right dl dt{
	float : left;
	color : #fff;
	padding : 3px 12px;
	font-size : 18px;
	margin : 0 10px 3px 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 : 18px;
	margin : 0 0 3px 0;
	padding : 3px 0;
}
.rec_right dl dd span{
	color : #FF5065;
}
.rec_right p{
	position : relative;;
	margin : 0 0 0 0;
	color : #949494;
	font-size : 16px;
	line-height: 1.2;
}
/**/
.sub_container.sub02{
	position : relative;
	margin-bottom : 20px;
	padding-bottom : 50px;
}
.sub02-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	background : url(../images/04_voice_img05.jpg) center 112px no-repeat;
	background-size: cover;
	z-index: -100;
}
.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 -25px;
	overflow : hidden;
	padding-bottom : 20px;
}
.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 : 35px 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: 40%;
  max-width: 350px;
	box-sizing : border-box;
	left : 50px;
	padding : 15px;
	box-shadow : 2px 2px 15px rgba(0,0,0,0.45);
	color: #435b56;
}
.voice_left .voice_minbox::before{
	content : "";	
	position : absolute;
	width : 30px;
	height : 30px;
	top : 50%;
	margin-top: -15px;
	right : -14px;
	z-index: 1;
	background-color: #FFFFFF;
	-webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.voice_left .voice_minbox::after{
	content : "";	
	position : absolute;
	width : 30px;
	height : 30px;
	top : 50%;
	margin-top: -15px;
	right : -14px;
	z-index: -1;
	background-color: #FFFFFF;
	-webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  box-shadow: 2px -2px 15px rgba(0,0,0,0.45);
}
.voice_left .vocie_box .voice_minbox img{
	float : left;
	margin-right : 12px;
	margin: 10px 0;
}
.voice_left .vocie_box .voice_minbox p{
	font-size : 24px;
	font-weight : bold;
	line-height : 30px;
	margin: 20px 0;
}
.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 : 45%;
	font-size : 20px;
	line-height : 1.5;
	margin : 0;
	box-sizing : border-box;
	right : 100px;
}
.voice_right{
	position : relative;
	width : 1200px;
	margin : 0 auto -25px;
	overflow : hidden;
	padding-bottom : 20px;
}
.voice_right h3{
	position : relative;
	color : #fff;
	font-size : 36px;
	padding : 20px 0 20px 0;
	box-sizing : border-box;
	width : 100%;
	margin : 35px 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 : 80px;
}
.voice_right .vocie_box{
	position : relative;
	width : 992px;
	margin : 0 auto;
}
.voice_right .vocie_box .voice_minbox{
	background: #fff;
	position : relative;
	float : right;
	width : 40%;
	box-sizing : border-box;
	right : 50px;
	max-width: 350px;
	padding : 15px;
	box-shadow : 2px 2px 15px rgba(0,0,0,0.45);
}

.voice_right .voice_minbox::before{
	content : "";	
	position : absolute;
	width : 30px;
	height : 30px;
	top : 50%;
	margin-top: -15px;
	left : -14px;
	z-index: 1;
	background-color: #FFFFFF;
	-webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.voice_right .voice_minbox::after{
	content : "";	
	position : absolute;
	width : 30px;
	height : 30px;
	top : 50%;
	margin-top: -15px;
	left : -14px;
	z-index: -1;
	background-color: #FFFFFF;
	-webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  box-shadow: 2px -2px 15px rgba(0,0,0,0.45);
}

.voice_right .vocie_box .voice_minbox img{
	float : left;
	margin-right : 12px;
	margin: 10px 0;
}
.voice_right .vocie_box .voice_minbox p{
	font-size : 28px;
	font-weight : bold;
	line-height : 1.3;
	color: #435b56;
	margin: 20px 0;
}
.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 : 43%;
	font-size : 20px;
	line-height : 1.5;
	margin : 0;
	box-sizing : border-box;
	left : 100px;
}
/**/
.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 : 30px auto 0;
	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;
}


/* ●201807　▼ */
.sub_container.sub04{
	background: #666;
}

.sub_container.sub04 .sub_title {
    background: transparent;
}
.sub_container.sub04 h2 {
	color:#00BC90;
	padding-top: 70px;
	margin-bottom: 40px;
}

.sub_container.sub04 h2 span{
	color:#fff;
	margin-top: 10px;
	display: block;
	font-weight: normal;
}
.sub_container.sub04 h2 span span{
	font-weight: bold;
     margin-bottom: 10px;
}
.consul {
	position: relative;
    max-width: 1200px;
    width: 98%;
    margin: 0 auto 0px;
    overflow: hidden;
    padding-bottom: 50px;
    display: flex;
    justify-content: space-between;
}
.consul_box {
    width: 32.5%;
    background-color: #fff;
    position: relative;
    z-index: 4;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.4);
   background:linear-gradient(180deg, #fff 0%, #fff 80%, #EDEDED 80%, #EDEDED 80%);
}
.consul_box h3{
    text-align: center;
    margin:15px 10px;
    color: #00BC90;
    font-size: 23px;
}
.consul_box .consul_img{
    text-align: center;
}

.consul_box .consul_img img{
    max-width: 92%;
    /*margin-bottom: 12px;*/
}


.consul_box .consul_detail{
	background-color: #EDEDED;
	padding: 10px 20px 20px;
}
.consul_box h4{
	text-align: center;
	margin:12px 0;
	font-size: 18px;
}
.consul_box .consul_detail dt{
	float: left;
	color: #00BC90;
	padding: 0px 0px;
	font-size: 16px;
	margin: 0 5px 5px 0;
	font-weight: bold;
	width: 77px;
}

.consul_box .consul_detail dd{
	font-size: 16px;
	margin: 0 0 5px 0;
	padding: 0px 0px;
}

/*.consul_box: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;
}
.consul_box: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;
}*/
/* 20200507コロナ対応 */
.corona-graywrap {
	background: #8e8e8e;
}
.corona-container {
	max-width: 1074px;
	padding: 52px 15px;
	margin: 0 auto;
}
.size-18-29 {
	font-size: 18px;
	line-height: 1.6;
}
.corona-intro {
	margin-top: 0;
	margin-bottom: 34px;
}
.text-white {
	color: #FFFFFF;
}
.corona-desc {
	background: #FFFFFF;
	padding: 32px 72px;
}
.corona-desc h2 {
	font-weight: 700;
	font-family: '游ゴシック','Yu Gothic', 'Yu Gothic', meiryo, sans-serif;
	font-size: 32px;
	line-height: 1.09;
	margin-top: 0;
	margin-bottom: 25px;
	text-align: center;
}
.corona-desc h2 span {
	color: #f16a70;
}
.corona-desc p {
	margin-top: 0;
	margin-bottom: 0;
}
.corona-campaign {
	background: url(../images/corona-banner-bg.png);
	padding: 27px 72px;
}
.corona-campaign h2 {
	font-size: 32px;
	line-height: 1;
	color: #FFFFFF;
	padding: 15px 10px;
	width: 769px;
	max-width: 75%;
	background: #f16a70;
	text-align: center;
	margin: 0 auto 20px auto;
	position: relative;
}
.corona-campaign h2 span {
	z-index: 100;
	position: relative;
}
.corona-campaign h2::before {
	content: '';
	position: absolute;
	bottom: -19px;
	left: -44px;
	width: 93px;
	height: 59px;
	background: url(../images/corona-ribbon-left.png) no-repeat center center/contain;
}
.corona-campaign h2::after {
	content: '';
	position: absolute;
	bottom: -19px;
	right: -44px;
	width: 93px;
	height: 59px;
	background: url(../images/corona-ribbon-right.png) no-repeat center center/contain;
}
.corona-present span {
	display: inline-block;
}
.corona-present p {
	font-size: 18px;
	line-height: 1.38;
	margin: 0;
}
.corona-present1 {
	font-size: 22px;
	font-weight: 700;
	font-family: '游ゴシック','Yu Gothic', 'Yu Gothic', meiryo, sans-serif;
}
.corona-present2 {
	font-size: 41px;
	line-height: 1;
	font-weight: 700;
	font-family: '游ゴシック','Yu Gothic', 'Yu Gothic', meiryo, sans-serif;
	padding: 5px 15px;
	background: #FFFFFF;
	margin: 15px 0;
}
.corona-present p span {
	font-size: 16px;
	line-height: 1.5625;
}
.corona-period img {
	max-width: 100%;
}
/* 20201113 BIMセミナー */
.bimnoba-container {
	max-width: 900px;
	padding: 52px 15px;
	margin: 0 auto;
}
.bimnoba-img {
	max-width: 100%;
}
@media screen and (min-width: 768px){
	.corona-pc-flex {
		display: flex;
	}
	.corona-period {
		width: 40%;
	}
	.corona-present {
		width: 58%;
    padding: 10px 15px 0;
	}
}
@media screen and (min-width: 992px){
	.corona-period {
		width: 35%;
	}
	.corona-present {
		width: 72%;
	}
}
@media screen and (max-width: 991px){
	.corona-present1 {
    font-size: 18px;
  }
  .corona-present2 {
    font-size: 34px;
  }
  .corona-campaign h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px){
	.size-18-29, .corona-present p {
		font-size: 16px;
	}
	.corona-present p span {
		font-size: 14px;
	}
	.corona-intro {
		margin-bottom: 25px;
	}
	.corona-desc {
		padding: 20px;
	}
	.corona-desc h2 {
		font-size: 27px;
		margin-bottom: 20px;
	}
	.corona-campaign {
		padding: 27px 40px;
	}
	.corona-period {
		text-align: center;
	}
	.corona-campaign h2 {
		font-size: 20px;
	}
	.corona-campaign h2::before {
    bottom: -15px;
    left: -37px;
    width: 74px;
    height: 47px;
  }
  .corona-campaign h2::after {
    bottom: -15px;
    right: -37px;
    width: 74px;
    height: 47px;
  }
  .corona-period img {
    width: 270px;
	}
  .corona-present {
  	max-width: 100%;
  	width: 317px;
  	margin-right: auto;
  	margin-left: auto;
  }
}
@media screen and (max-width: 543px) {
	.size-18-29, .corona-present p {
		font-size: 14px;
	}
	.corona-desc h2 {
		font-size: 19px;
		letter-spacing: -0.07em;
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 480px) {
	.corona-campaign {
    padding: 27px 0px;
	}
	.corona-campaign h2 {
		font-size: 17px;
		max-width: 77%;
		padding: 9px 10px;
	}
	.corona-campaign h2::before {
    bottom: -9px;
    left: -21px;
    width: 42px;
    height: 27px;
	}
	.corona-campaign h2::after {
    bottom: -9px;
    right: -21px;
    width: 42px;
    height: 27px;
	}
	.corona-present {
		text-align: center;
    padding: 0 10px;
    max-width: 93%;
	}
	.corona-present > span, .corona-present > p {
		text-align: left;
	}
	.corona-present1 {
    font-size: 16px;
	}
	.corona-present2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 400px) {
  .corona-period img {
    width: 188px;
	}
}
/* //20200507コロナ対応 */

@media screen and (max-width: 1200px) {
		/* ●201807　▼ */
	.consul_box h3 {
	    font-size: 1.9vw;
	}
		/* ●201807　▲ */
}
@media screen and (max-width: 1360px) {
	 /* ●201811 */
	.fv-p {
		font-size: 17px;
		font-weight: 700;
		line-height: 22px;
	  top: 40px;
	  right: -25px;
	}
}
@media screen and (max-width: 991px){
	.seminar-pink {
		padding-right: 0 ;
	}
	.seminar-green {
		display: block;
		padding: 4px 0;
	}
	.seminar-description {
	    text-align: left;
	    font-size: 15px;
	    line-height: 1.2;
	    margin: 7px 0px 0px;
	}
	.sub_container.sub02 {
    margin-bottom: 0;
	}
}
@media screen and (max-width: 767px){

	/* ●201807　▼ */

	.sub_container.sub04 h2 {
		color:#00BC90;
		padding-top: 50px;
		margin-bottom: 20px;
		max-width: 95%;
		margin: auto;
	}

	.consul {
	    display: block;
	}
	.consul_box {
	    width: 90%;
	    margin: 20px auto;
	}

	.consul_box .consul_detail,
	.consul_box .consul_detail dt,
	.consul_box .consul_detail dd{
		font-size: 14px;
	}
	.consul_box h3{
	    font-size: 5vw;
     padding-top: 14px;
	}
	/* ●201807　▲ */
}

/* ●201807　▲ */

/* ボタン前の矢印 */


.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 {
     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 : #666 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 : #666;
	margin : 0 auto;
	z-index : -1000;
}
.yaji_bou-2 {
	background : #ebebeb;
}
a.yaji-2 span {
	position: relative;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 90px 130px 0 130px;
  border-color: #ebebeb transparent transparent transparent;
}
.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: 220px;
	right : 10px;
	padding-top : 0;
}

.top_form .form_wrap_content{
	/*padding : 75% 0 0 0;*/
}
/* header */
header{
	width : 100%;
	padding : 0 20px;
}
/* ★４ */
header h1{
	width : auto;/* 100% */
	padding-left : 20px;
}
/* /★４ */
ul.header_info{
	width : 100%;
}
ul.header_info li{
	font-size : 1.6555vw;
}
/* 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 : cover;
}
footer p{
	width : 735px;
	height: 100px;
	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{/* ●201807 */
	/*font-size : 80px;*/
}
.n01 h3, .n02 h3, .n03 h3, .n04 h3{
	width : 560px;
	height : 210px;
	line-height : 1.5;
	font-size : 28px;
	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 : 380px;
	font-size : 18px;
	margin-right : 30px;
}
/*
.voice_right .vocie_box .voice_minbox{
	width : 295px;
	left : -110px;
}*/
/*
.voice_right .voice_minbox::after{
	top : 48px;
}*/
.voice_right .vocie_box .com{
	width : 380px;
	font-size : 18px;
	left : 120px;
}
/*  */
.sub_container.sub03 section{
	width : 975px;
}

.sub_container.sub03 section.flow-05-wrap {
	width: 973px;
  padding-right: 2px;
}

.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: 211px;*/
	}
}

/*
991-768
=================================================*/
@media screen and (min-width: 768px) and (max-width: 991px) {
/*  */
.effect_box.yaji03{
	top : 0;
}

/* fonm */
.top_form{
	width : 375.5px;
	top : 300px;
	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;
}



ul.header_info{
	width : 100%;
}
ul.header_info li{
	font-size : 1.6vw;
}
/* 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 : 100px;
	font-size : 40px;
}

/**/
.main_img_wrap{
	width : 100%;
}
.main_container_img{
	width : 100%;
}
.n01 h3, .n02 h3, .n03 h3, .n04 h3{ /* ●201807 */
/*	top : 0;
	bottom : 0;
	left : 0;
	right : 0;
	margin : auto auto;
	width : 50%;
	height : 50%;
	font-size : 2.85vw;
	line-height : 1.3;*/
	font-size: 3.2vw;
	    height: 60%;
}
.number{/* ●201807 */
/*	font-size : 9vw;
	top : -1.5vw;
	margin : 0 0 1vw 0;*/
}
.n01 p, .n02 p, .n03 p, .n04 p{
	font-size : 2.6vw;
}
/**/

.recruit_wrap{
	display: block;
}

.recruit{
	width : 750px;
	margin : 10px;
}
.rec_left{
	width : 41.5%;
}
.rec_left img{
	width : 100%;
    height: 171px;
}
.rec_right{
	/*width : 57.5%;*//* ●201807 ▼ */
	padding : 5px 15px 5px 25px;
    height: auto;
}
.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.9vw;
	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 : 20px;
	padding : 10px 10px;
	width: 45%;
}
/*
.voice_left .voice_minbox::after{
	top : 35px;
	left : 228px;
}*/
.voice_left .vocie_box .voice_minbox img,
.voice_right .vocie_box .voice_minbox img{
	width : 50%;
	margin-right : 5px;
}
.voice_left .vocie_box .voice_minbox p,
.voice_right .vocie_box .voice_minbox p{
	font-size : 23px;
	line-height : 1;
}
.voice_left .vocie_box .voice_minbox p span,
.voice_right .vocie_box .voice_minbox p span{
	font-size : 19px;
	margin-bottom : 10px;
}
.voice_right .vocie_box .voice_minbox{
	right : 0;
	padding : 10px 10px;
	width: 45%;
}
/*
.voice_right .voice_minbox::after{
	top : 35px;
	left : -38px;
}*/
.voice_left .vocie_box .com{
	width : 45%;
	font-size : 16px;
	right : 0;
}
.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;
}

/**/
.sub_container.sub03 section{
	width : 750px;
}
.sub_container.sub03 section.flow-05-wrap {
	width : 750px;
  padding-right: 2px;
}
.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;
}
}



@media screen and (max-width: 1199px){
	/* ●201811 ▲ */
	.full-support {
		padding: 30px;
	}
	.full-support-inner {
		padding: 30px;
	}
	.full-support-cont {
		font-size: 25px;
		line-height: 30px;
	}
	.full-support-cont span.full-support-small {
		font-size: 22px;
	}
	.full-support-cont span.full-support-pink {
		font-size: 26px;
	}
	.full-support-table th {
		min-width: 120px;	
	}
	.voice_left .vocie_box .voice_minbox p, .voice_right .vocie_box .voice_minbox p {
    font-size: 18px;
  }
}
/*

=================================================*/
@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;
}*/
.jump_p {
	font-size: 18px;
	top: 90px;
}

/* フォームを転用★ */
.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;
}

/**/
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.0vw;/* ●201807 */
}
.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{/* ●201807 */
	padding-top: 10%;
	font-size : 4.2vw;
	line-height : 1.3;
	width : 79%;
	height : 50%;
}
.br{
	display : none;
}
.n01 h3 .number,
.n02 h3 .number,
.n03 h3 .number,
.n04 h3 .number{/* ●201807 */
/*	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 : 3.5vw;/* ●201807 */
}
/**/
.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 : 3.8vw;
}
.rec_right dl dt,
.rec_right dl dd,
.rec_right p{
	font-size : 2.5vw;
	line-height: 1.1;
}
/* ●201811 767 ▲ */
	.fv-p {
	position: relative;
	  top: 32px;
	  right: 0;
	  left: 0;
	  margin: 0 auto;
	  width: 520px;
	  font-size: 20.77px;
	  line-height: 24.61px;
	}
	span.sm-normal {
		font-weight: 500;
	}
	.full-support {
		padding: 25px;
	}
	.full-support-inner {
		padding: 20px;
	}
	.full-support-cont {
		font-size: 20px;
		line-height: 25px;
	}
	.full-support-cont span.full-support-small {
		font-size: 18px;
	}
	.full-support-cont span.full-support-pink {
		font-size: 26px;
		display: block;
		padding-top: 12px;
	}
	.full-support-table th, .full-support-table td {
		display: block;
		border: none;
	}
	.full-support-table th {
		padding: 15px 0;
	}
	.seminar-1 {
		font-size: 3.5vw;
	}
	.seminar-2 {
		font-size: 3.3vw;
	}
	.br-767 {
		display: block;
	}
	.seminar-pink {
		font-size: 	19px;
		line-height: 22px;
	}
	.voice_left{
		margin : 0 auto 30px;
	}
	.voice_right{
		margin : 0 auto 30px;
	}
	.voice_left .voice_minbox::before, .voice_right .voice_minbox::before {
		content: none;
	}
/**/
.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 : 55%;
	z-index : 11;
}
.sub02-bg {
	background-image : none;
}
.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 : #249676;
	text-align: center;
}
.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{
    display: none;
}
.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%;
	max-width: 100%;
	box-shadow : none;
	left : 0;
	right : 0;
	overflow : hidden;
	text-align : center;
	padding-bottom: 0;
	margin-bottom: -20px;
}
.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{
	background : url(../images/parts.png) center center no-repeat;
	background-size : 100% 100%;
	padding : 0.5em 20px 0.5em 50px;
	font-size : 3.1vw;
	position : relative;
	display : inline-block;
	top : -4.5vw;
}
.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;
}
/*  */
.sub_container.sub03 section{
	padding : 0 20px;
	box-sizing : border-box;
}
.sub_container.sub03 section{
	width : 100%;
}
.sub_container.sub03 section.flow-05-wrap {
	width : 100%;
	padding-right: 20px;
}


.seminar-wrap {
    padding-top: 0px;
}

.seminar-box2-inner {
padding: 0px 10px;
}

.seminar-plans {
padding: 22px 10px 5px 10px;
}
.full-support-table {
    margin: 20px auto 0px;
}
.feature-col {
    padding: 10px 10px;
}
.feature-col h4 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.feature-p {
    color: #666666;
    font-size: 15px;
    line-height: 22px;
}






.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: -25px;
  left: 0;
  right: 0;
  margin: auto;
  border: 10px solid transparent;
  border-top: 15px 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: 80px;
	    font-size: 6vw;
	    padding: 51px 25px;
	    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) {
/* ●201811 543 ▲ */
.fv-p {
font-size: 13px;
    width: 340px;
    top: 40px;
    right: 0;
    left: 0;
    line-height: 22px;
}
.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 : #666 transparent transparent transparent;
}
.yaji_bou{
	position : relative;
	display : block;
	width : 100px;
	height : 40px;
	margin : 10px 0;
	background : #666;
	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;
}
.jump_p {
	font-size: 16px;
	top: 85px;
	line-height: 20px;
	letter-spacing: -0.05em;
}
.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;
}
.sub_container.sub03 section.flow-05-wrap {
	padding-right : 10px;
	padding-left : 10px;
}
.flow_box{
	height : 68vw;
}
.voice_left .vocie_box .voice_minbox img,
.voice_right .vocie_box .voice_minbox img{
	width : 28%;
}

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 #666666;
}
.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;
}
	/* ●201811 ▲ */
	.full-support {
		padding: 10px 10px 30px;
	}
	.full-support-inner {
		padding: 15px 8px;
	}
	.full-support-cont {
		font-size: 18px;
		line-height: 22px;
	}
	.full-support-cont span.full-support-small {
		font-size: 16px;
	}
	.sm-br {
		display: block;
	}
	.yaji_bou-2 {
		background : #ebebeb;
	}
	a.yaji-2 span {
	  border-color: #ebebeb transparent transparent transparent;
	}
	/* FEATURE */
	.feature-images-box {
		flex-direction: column;
		align-items: center;

	}
	.feature-col {
		width: 90%;		
	}
	.sm-none {
		display: none;
	}
}

@media screen and (max-width: 480px){
	header h1 span {
	    font-size: 3.5vw;
	}
	.jump_p {
		font-size: 14px;
		top: 65px;
		line-height: 20px;
		letter-spacing: -0.05em;
	}

	/* フォームを転用★ */
	/* ★3 */
/*	.top_form {
	    top: 710px;
	}*/
	/* ★3 */
	ul.header_info li {
	    font-size: 17px;
	}
	/* フォームを転用ここまで★ */
}

@media screen and (max-width: 360px){
	#copy span{
		font-size : 70%;
	}
	.jump_p {
    top: 35px;
    left: 0;
    font-size: 15px;
	}
	.fv-p {
		font-size: 12px;
		line-height: 19px;
	  width: 300px;
	}
}



/* ヘッダー専用の記載 
=====================================================================*/


/* 横幅 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 center;
}
.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 : 50px;
	left : 0;
	color : #fff;
	text-shadow : -2px 3px 5px #000;
	margin : 0;
}

/* ★2 メインコピー画像 */
.header_box h2 img{
	height: auto;
	width: auto;
	max-width: 650px;
}


/*
.ie	.header_box h2 img{
		height: 500px;
		width: auto;
	}
*/

.header_box h3 img{
	width: 100%;
	height: auto;
}
.header_box h3 {
    max-width: 548px;
    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 :'Yu Gothic','游ゴシック',"游ゴシック体", YuGothic,'游ゴシック  Medium','Yu Gothic Medium', 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{

	}
	.header_box{
		width : 100%;
	}

	.header_box h2{
		font-size : 50px;
		left : 15px;
	}
	.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;
	}

	.header_box h2 img {
	    width: 53vw;
	}
}


/*
991-768
=================================================*/
@media screen and (min-width: 768px) and (max-width: 991px) {
	.header_wrap{
		background-image : url(../images/01_main_img01.jpg);
		background-position : 50% 50%;
		background-size : cover;
		height: 700px;
	}
	.header_box{
		width : 100%;
	}


	.header_box h2 {
	    font-size: 45px;
	    /* top: 25px; */
	    left: 0%;
	    width: 100%;
	    display: block;
	    text-align: center;
	    position: static;
	    -webkit-writing-mode: inherit;
	}

	.header_box h2 img{
		max-height: 600px;
	}
	.fv-p {
	    top: 135px;
	    text-align: center;
	    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 : center;
		background-repeat : no-repeat;
		margin-bottom: 782px;/* ★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: 360px;
	    left: 0;
	    right: 0;
	    bottom: 0;
	    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;
	}

	.header_box h2 img{
		width: 100%;
		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 0;
	    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 : static;
		display : block;
		width : 100%;
		margin-top: 110px;
		height: 190px;
	}
	/* /★3 */
	.top_cv_sp img{
		position : relative;
		display : block;
		width : 400px;
		margin : 0 auto;
	}
}


/*

=================================================*/
@media screen and (max-width: 543px) {
	.header_wrap {
/*		height: 550px;
		background: url(../images/01_main_img01_sp2.jpg);
		background-size: cover;*/
		background-position: center;
/*		background-repeat: no-repeat;*/
		margin-bottom: 730px;/* ★3 */
	}
	header h1{
		width : 100%;
	}
	.top_cv_sp{
		 height: 180px;
	}


	/* /★3 */
	/*header h1 img{
		width : 300px;;
	}*//*.
	.header_box h2{
		font-size : 11.7vw;
		top : 26vh;
	}
	header_box h3{
		font-size : 5.3vw;
		top: 3vh;
	}
	.header_box h3 .h_01{
		font-size : 13.5vw;
	}
	.header_box h3 .h_01:after {
		content : "";
		border-bottom : 2px solid #435B56;
		width : 86vw;
		bottom : 0;
		position : absolute;
		left : 0;
		right : 0;
		top : 0;
		margin : auto auto;
	}
	.header_box h3 .h_02{
		font-size : 7.2vw;
	}*/
/*	.top_cv_sp {
	    top: 35vh;
	}*/

	/* ★４ */
	#h_balloon {
	    font-size: 14px;
	}
	#h_balloon strong{
	  font-size: 14px;
	}
	/* /★４ */
}



@media screen and (max-width: 480px){
	.header_wrap{
/*		height : 430px;*/
/*		background-size : cover;*/
	    background-position: top;
	    margin-bottom: 600px;
	    background-size: auto 510px;
	}
	.header_box h2{
		top : 300px;
		width: 91vw;

	}

	/* ★3 */
	.header_box h3 {
		    height: 200px;
	}
	/* ★3 */
	.header_box h3{
		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 : 325px;
	}
	
	.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;
}
*/