@charset "UTF-8";
/* ページタイトル */

.mainttl_info{
    width: 92%;
    background-image: url("../images/page_ttl/info.png") ;
    background-repeat:no-repeat;
    background-position: left;
    background-size: 7%;
    padding: 0 0 0 8%;
    position: relative;
    text-align: left;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    margin: 0 auto 20px auto;
}
.ttl_info{
    width: 100%;
    border-bottom: 3px dotted #b45286;
    color: #156fc0;
    font-size: 32px;
    line-height: 1.6em;
    font-weight: 700;
    vertical-align: bottom;
    padding-top: 30px;
}

#info_main{
    position: relative;
    width: 100%;
    margin: 0;
    height: auto;
    display:inline-flex;
    flex-direction: row;
    align-items: stretch;
    padding: 0 0 20px 0;
    overflow: hidden;
}
.main_cp{
    width: 48%;
    height: auto;
    font-size: 29px;
    line-height: 1.6em;
    color: #b45286;
    text-shadow: 2px 2px 4px #aeaeae;
    text-align: left;
    font-weight: 700;
	padding-left: 7%;
}
.info_cp{
    width: 43%;
    height: auto;
    font-size: 18px;
    line-height: 1.6em;
    color: #666;
    text-align: left;
}


.info_cp span{
	font-weight: 700;
}


/*--------------------(RECRUIT-principal)--------------------*/

.rec_top{
	width: 76%;
	background-image: url("../images/recruit/principal_bg.jpg"),url("../images/recruit/principal_bg.jpg");
	background-repeat: repeat-y,repeat-y;
	background-position: left top,right top;
	position: relative;
	overflow: hidden;
	padding: 0 10%;
	color: #666;
	margin: 40px auto;
}
.rec_top_ttl{
	width: 70%;
	margin-right: 30%;
	margin-bottom: 20px;
}
.rec_top_ttl img{
	width: 100%;
}
.rec_top p{
	margin-top: 20px;
}
.rec_top_copy{
	float: right;
	width: 70%;
	text-align: left;
}
.rec_top_photo{
	float: left;
	width:25%;
	margin: 1%;
}
 
.rec_top_photo img{
	width: 100%;
	border-radius: 12px;
}
.recruit_btn2{
	width: 40%;
	margin: 30px 30%;
}
.entrance_mov{
    width: 80%;
    margin: 0 auto 40px;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 15px;
     -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
    background-color: rgba(240,204,223,1.00);
}
.recruit_btn{
	width: 40%;
	margin: 30px 30%;
}
.recruit_btn{

	display: block;
}

.recruit_btn:hover{
-webkit-transform: translatex(5px);
transform: translatex(5px);
}
.rec_st1{
	clear: both;
	width: 45%;
	margin: 50px 0 40px 2%;
}
.rec_st2{
	clear: both;
	width: 75%;
	margin: 50px 0 40px 2%;
}
.rec_coment{
	width: 100%;
	margin: 20px auto;
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	align-content: stretch; 
}
.rec_coment_item{
	width: 45%;
	margin: 10px 1.5%;
	padding: 20px 2%;
	text-align: left;
	border: 1px solid #eee;
	border-radius: 12px;
	box-shadow:2px 2px 6px rgba(0, 0, 0, 0.2) inset;
}
.rec_coment_item_photo{
	width: 40%;
	
}
.rec_coment_item_photo img{
	width: 100%;
	border-radius: 12px;
}
.fl{
	float: left;
	margin-right: 20px;
}
.fr{
	float: right;
	margin-left: 20px;
}
.rec_coment_item2{
	width: 50%;
	margin: 0;
	display: flex;
	flex-direction: column;	
	position: relative;
}
.rec_coment_item_photo_l{
	width: 65%;
	margin:10px 35% 5px 0;
}
.rec_coment_item_photo_r{
	width: 63%;
	margin:10px 0 5px 30%;
}
.rec_fukidashi_1{
	width: 50%;
	position: absolute;
	top:10px;
	right: 0;
	z-index: 10;
}
.rec_fukidashi_2{
	width: 60%;
	position: absolute;
	top:40%;
	left: -10%;
	z-index: 10;
}
.rec_fukidashi_3{
	width: 40%;
	position: absolute;
	top:70%;
	right: 2%;
	z-index: 10;
}

.rec_bottom_area{
	width: 80%;
	margin: 30px auto;
	padding: 20px 30px;
	font-size: 18px;
	line-height: 2em;
	border-radius: 12px;
	background-color: #f2e2eb;
	text-align: left;
}
.rec_bottom_area span{
	font-weight: 700;
}
.rec_bottom_area p{
	color: #b45286;
	font-weight: 700;
}
.rec_bottom_area a{
	color: #B45286;
	text-decoration: none;
}
.rec_bottom_area a:hover{
	color: #321CC8;
	text-decoration: none;
}
.rec_sns_ttl{
	color: #b45286;
	font-weight: 700;
	padding-top: 20px;
	text-align: center;
}
.rec_sns{
	width: 80%;
	margin: 10px auto;
	background-color: #fff;
	padding: 10px 20px;
}
.rec_sns_area{
display: flex;
	flex-direction: row;
	justify-content:center;	
}
.rec_sns_area_item{
	width: 48%;
	margin: 10px auto;
}	
.rec_sns img{
	width: 60%;
	margin: 0 20%;
}
.rec_sns img a{
	width: 60%;
}


/*-----------------width=900max--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:900px){
/* ページタイトル */

.mainttl_info{
    width: 92%;
    background-image: url("../images/page_ttl/info.png") ;
    background-repeat:no-repeat;
    background-position: left;
    background-size: 9%;
    padding: 0 0 0 11%;
    position: relative;
    text-align: left;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    margin: 0 auto 20px auto;
}
.ttl_info{
    width: 100%;
    border-bottom: 3px dotted #b45286;
    color: #156fc0;
    font-size: 28px;
    line-height: 1.6em;
    font-weight: 700;
    vertical-align: bottom;
    padding-top: 10px;
}

#info_main{
    position: relative;
    width: 100%;
    margin: 0;
    height: auto;
    display:inline-flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 0 20px 0;
    overflow: hidden;
}
.main_cp{
    width: 86%;
    height: auto;
    font-size: 26px;
    line-height: 1.6em;
    color: #b45286;
    text-shadow: 2px 2px 4px #aeaeae;
    text-align: left;
    font-weight: 700;
	padding-left: 11%;
}
.info_cp{
    width: 86%;
    height: auto;
    font-size: 16px;
    line-height: 1.6em;
    color: #666;
    text-align: left;
	padding: 20px 0 0 11%;
}


.info_cp span{
	font-weight: 700;
}


/*--------------------(RECRUIT-principal)--------------------*/

.rec_top{
	width: 80%;
	background-image: url("../images/recruit/principal_bg.jpg"),url("../images/recruit/principal_bg.jpg");
	background-repeat: repeat-y,repeat-y;
	background-position: left top,right top;
	background-size: 9%;
	position: relative;
	overflow: hidden;
	padding: 0 10%;
	color: #666;
	margin: 20px auto;
}
.rec_top_ttl{
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
}
.rec_top_ttl img{
	width: 100%;
}
.rec_top p{
	margin-top: 20px;
}
.rec_top_copy{
	float: none;
	width: 94%;
	text-align: left;
	margin:0 3%;
}
.rec_top_photo{
	float: left;
	width:35%;
	margin:0 4% 0 3%;
}
 
.rec_top_photo img{
	width: 100%;
	border-radius: 12px;
}
.recruit_btn2{
	width: 70%;
	margin: 30px auto;
}
.recruit_btn{
	width: 70%;
	margin: 30px auto;
}
.recruit_btn{
	display: block;
}

.recruit_btn:hover{
-webkit-transform: translatex(5px);
transform: translatex(5px);
}
.rec_st1{
	clear: both;
	width: 70%;
	margin: 50px 0 40px 2%;
}
.rec_st2{
	clear: both;
	width: 98%;
	margin: 50px 0 40px 2%;
}
.rec_coment{
	width: 100%;
	margin: 10px auto;
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-content: stretch; 
}
.rec_coment_item{
	width: 80%;
	margin: 15px auto;
	padding: 20px 2%;
	text-align: left;
	border: 1px solid #eee;
	border-radius: 12px;
	box-shadow:2px 2px 6px rgba(0, 0, 0, 0.2) inset;
}
.rec_coment_item_photo{
	width: 40%;
	
}
.rec_coment_item_photo img{
	width: 100%;
	border-radius: 12px;
}
.fl{
	float: left;
	margin-right: 20px;
}
.fr{
	float: right;
	margin-left: 20px;
}
.rec_coment_item2{
	width: 80%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;	
	position: relative;
}
.rec_coment_item_photo_l{
	width: 65%;
	margin:10px 35% 5px 0;
}
.rec_coment_item_photo_r{
	width: 63%;
	margin:10px 0 5px 30%;
}
.rec_fukidashi_1{
	width: 50%;
	position: absolute;
	top:10px;
	right: 0;
	z-index: 10;
}
.rec_fukidashi_2{
	width: 60%;
	position: absolute;
	top:40%;
	left: -10%;
	z-index: 10;
}
.rec_fukidashi_3{
	width: 40%;
	position: absolute;
	top:70%;
	right: 2%;
	z-index: 10;
}

.rec_bottom_area{
	width: 90%;
	margin: 30px auto;
	padding: 20px 30px;
	font-size: 16px;
	line-height: 2em;
	border-radius: 12px;
	background-color: #f2e2eb;
	text-align: left;
}
.rec_bottom_area span{
	font-weight: 700;
}
.rec_bottom_area p{
	color: #b45286;
	font-weight: 700;
}
.entrance_mov{
    width: 90%;
    margin: 0 auto 30px;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 15px;
     -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
    background-color: rgba(240,204,223,1.00);
}
}

/*-----------------(width=480max)-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){
 
.mainttl_info{
    width: 92%;
    background-image: url("../images/page_ttl/info.png") ;
    background-repeat:no-repeat;
    background-position: left;
    background-size: 9%;
    padding: 0 0 0 11%;
    position: relative;
    text-align: left;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    margin: 0 auto 20px auto;
}
.ttl_info{
    width: 100%;
    border-bottom: 3px dotted #b45286;
    color: #156fc0;
    font-size: 22px;
    line-height: 1.6em;
    font-weight: 700;
    vertical-align: bottom;
    padding-top: 10px;
}

#info_main{
    position: relative;
    width: 100%;
    margin: 0;
    height: auto;
    display:inline-flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 0 10px 0;
    overflow: hidden;
}
.main_cp{
    width: 86%;
    height: auto;
    font-size: 22px;
    line-height: 1.6em;
    color: #b45286;
    text-shadow: 2px 2px 4px #aeaeae;
    text-align: left;
    font-weight: 700;
	padding-left: 11%;
}
.info_cp{
    width: 86%;
    height: auto;
    font-size: 14px;
    line-height: 1.6em;
    color: #666;
    text-align: left;
	padding: 10px 0 0 11%;
}


.info_cp span{
	font-weight: 700;
}


/*--------------------(RECRUIT-principal)--------------------*/

.rec_top{
	width: 88%;
	background-image: url("../images/recruit/principal_bg.jpg"),url("../images/recruit/principal_bg.jpg");
	background-repeat: repeat-y,repeat-y;
	background-position: left top,right top;
	background-size: 5%;
	position: relative;
	overflow: hidden;
	padding: 0 6%;
	color: #666;
	margin: 20px auto;
}
.rec_top_ttl{
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
}
.rec_top_ttl img{
	width: 100%;
}
.rec_top p{
	margin-top: 20px;
}
.rec_top_copy{
	float: none;
	width: 94%;
	text-align: left;
	margin:0 3%;
}
.rec_top_photo{
	float: left;
	width:45%;
	margin:0 4% 0 3%;
}
 
.rec_top_photo img{
	width: 100%;
	border-radius: 12px;
}
.recruit_btn2{
	width: 94%;
	margin: 20px auto;
}
.recruit_btn{
	width: 94%;
	margin: 20px auto;
}
.recruit_btn{
	display: block;
}

.recruit_btn:hover{
-webkit-transform: translatex(5px);
transform: translatex(5px);
}
.rec_st1{
	clear: both;
	width: 70%;
	margin: 50px 0 40px 2%;
}
.rec_st2{
	clear: both;
	width: 100%;
	margin: 20px 0;
}
.rec_coment{
	width: 100%;
	margin: 10px auto;
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-content: stretch; 
}
.rec_coment_item{
	width: 90%;
	margin: 15px auto;
	padding: 20px 4%;
	text-align: left;
	border: 1px solid #eee;
	border-radius: 12px;
	box-shadow:2px 2px 6px rgba(0, 0, 0, 0.2) inset;
}
.rec_coment_item_photo{
	width: 40%;
	
}
.rec_coment_item_photo img{
	width: 100%;
	border-radius: 12px;
}
.fl{
	float: left;
	margin-right: 10px;
}
.fr{
	float: right;
	margin-left: 10px;
}
.rec_coment_item2{
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;	
	position: relative;
}
.rec_coment_item_photo_l{
	width: 70%;
	margin:10px 30% 5px 0;
}
.rec_coment_item_photo_r{
	width: 70%;
	margin:10px 0 5px 30%;
}
.rec_fukidashi_1{
	width: 50%;
	position: absolute;
	top:-10px;
	right: -5%;
	z-index: 10;
}
.rec_fukidashi_2{
	width: 50%;
	position: absolute;
	top:40%;
	left: -3%;
	z-index: 10;
}
.rec_fukidashi_3{
	width: 50%;
	position: absolute;
	top:70%;
	right: -5%;
	z-index: 10;
}

.rec_bottom_area{
	width: 90%;
	margin: 30px auto;
	padding: 20px 5%;
	font-size: 14px;
	line-height: 2em;
	border-radius: 12px;
	background-color: #f2e2eb;
	text-align: left;
}
.rec_bottom_area span{
	font-weight: 700;
}
.rec_bottom_area p{
	color: #b45286;
	font-weight: 700;
}
.rec_sns_ttl{
	color: #b45286;
	font-weight: 700;
	padding-top: 20px;
	text-align: center;
}
.rec_sns{
	width: 80%;
	margin: 10px auto;
	background-color: #fff;
	padding: 10px 20px;
}
.rec_sns_area{
display: flex;
	flex-direction: column;
	justify-content:center;	
}
.rec_sns_area_item{
	width: 80%;
	margin: 10px auto;
}	
.rec_sns img{
	width: 80%;
	margin: 0 10%;
}
.rec_sns img a{
	width: 80%;
}
.entrance_mov{
    width: 90%;
    margin: 0 auto 30px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 10px;
     -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
    background-color: rgba(240,204,223,1.00);
}
}
