@charset "UTF-8";
/* CSS Document */
*{
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

html{
	display: block;
}
body{
	width: 100%;
	font-size: 14px;
	box-sizing: content-box;
	background: #ffdddd;/* IE用 */ 
	background-image: url("../img/haikei.png");
    background-repeat: initial;
	
    /*background-size: cover;*/
	@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
	@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
	font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #595758;
	margin: 0 auto;
}
body p{
	font-size: 1em;
	line-height: 1.75em;
}
body .font_small{
	font-size: 12px;
}
body li{
	font-size: 15px;
	line-height: 1.75em;
}

body a{
	color: #ff92c2;
}
body a:hover{
	color: #ffdddd;
	/*text-decoration:none;*/
}
main{
	max-width: 900px;
	padding-left: 17px;
	padding-right: 17px;
    margin: 0 auto;
	top:30px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 95px;
	box-sizing: content-box;
}

main h2{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background: #ff92c2;
	box-shadow: 0px 0px 0px 5px #ff92c2;
	border: dashed 2px white;
	padding: 0.5em 0.5em;
	margin-bottom: 50px;
	    font-size: 20px;
}
main .midori-h2{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background: #baeea3!important;
	box-shadow: 0px 0px 0px 5px #baeea3!important;
	border: dashed 2px white;
	padding: 0.5em 0.5em;
	margin-bottom: 50px;
	    font-size: 20px;
}

main h4{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	    font-size: 20px;
}

*::-ms-backdrop, main h2{
	width: 60%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background: #ff92c2;
	box-shadow: 0px 0px 0px 5px #ff92c2;
	border: dashed 2px white;
	padding: 0.5em 0.5em;
	margin-bottom: 50px;
	font-size: 20px;

}/*IE11*/


section {
	width: 100%;
	margin-bottom: 70px;
	
}
hr {
  border: 4px dotted #ff92c2;
  margin: 1.35em auto;
  max-width: 100%;
  background-position: 50%;
  box-sizing: border-box;
	margin-bottom: 40px;
}

.mb-0{
	margin-bottom: 0!important;
}

.mb-20{
	margin-bottom: 20px!important;
}

.red-span{
	color: #ff1d21;
	font-size: 15px;
	font-weight: bold;
}

.br_spview{
	display: none;
}
@media screen and (min-width: 769px){
	.br_spview{
	display: block;
	}
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 80%;
}
#page-top a {
    background: #666;
    opacity: 0.9;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 25px 0;
    text-align: center;
    display: block;
    border-radius: 10px;
}

.top2 .info-red {
    width: 80%;
    margin: auto;
    padding: 20px;
    padding-bottom: 20px;
    background: #ffffff;
    border: 4px solid #FF1D21;
    font-size: 12px;
    line-height: 1.75em;
}

*::-ms-backdrop,.top2 .info-red {
    font-size: 16px;
    line-height: 1.75em;
}

.top2 .info-red span{
	color: red;
	font-size: 15px;
	font-weight: bold;
}
*::-ms-backdrop,.top2 .info-red span{
	color: red;
	font-size: 17px;
	font-weight: bold;
}

.top2 .info-red a{
	display: block;
	margin: 0 auto;
	width: 80%;
	padding: 10px;
	background: #3dae2b;
	border-radius: 6px;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	box-shadow: inset 0 3px 0 rgba(255,255,255,0.2), inset 0 -3px 0 rgba(0, 0, 0, 0.05);
	border: solid 2px #246f1a;/*線色*/
	transition:0.5s;
}

.top2 .info-red a:hover{
	background: #fff;
	color: #1b6511;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

.box-Recruit {
    padding: 0.2em 0.5em;
    margin: 2em 0;
    color: #565656;
	padding: 20px 15px 15px 15px;
    background: #ffeaea;
    box-shadow: 0px 0px 0px 10px #ffeaea;
    border: dashed 2px #ffc3c3;
    border-radius: 8px;
}
.button{
	display: block;
	color: #fff;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background: #ff92c2;
	border: 1px solid #ff92c2;
	box-shadow: 2px 2px 4px #a7a7a7;
	border-radius: 5px;
	padding: 0.5em 0.5em;
	margin: 10px;
		font-size: 1.4em;
}
.button:hover{
	background: #fff;
	transition: 0.25s ;
	border: 1px solid #ff92c2;
	box-shadow: 2px 2px 4px #a7a7a7;
}
.blue{
	color: #fff;
	background: #4491E5;
	border: 1px solid rgba(59,79,183,1.00);
}
.blue:hover{
	color: #4491E5;
	border: 1px solid rgba(59,79,183,1.00);
}
.gray{
	color: #595758!important;
	background: #eee!important;
	border: 1px solid rgba(61,61,61,1.00)!important;
}
.yellow{
	color: #595758!important;
	background: #fff699!important;
	border: 1px solid #e8d61b!important;
}
.red{
	color: #fff!important;
	background: #ff92c2!important;
	border: 1px solid #ff7eb8!important;
}
.flex-box{
	display: flex;
}
.flex-1{
	flex: 1;
}

@media screen and (min-width: 769px){
body p{
font-size: 17px;
line-height: 1.75em;
}
body .font_small{
	font-size: 14px;
}	
body li{
	font-size: 18px;
	line-height: 1.75em;
}
main{
	padding-top: 85px;
}

header{
	/*max-width: 950px;*/
    margin: 0 auto;
	/*text-align: center;*/
}
*::-ms-backdrop,.top2 .info-red {
    width: 50%;
}


}

/*TOPメニュー///////////////////////////////////////////////////////////////////////////*/
.inner {
    max-width: 980px;
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
 
/* header ///////////////////////////////////////////////////////////////////////////*/
#top-head {
    position: absolute;
    width: 100%;
    margin: auto 0;
    padding: 15px 0 0;
    line-height: 1;
    z-index: 999;
	/*padding-left: 15px;
	padding-right: 15px;*/
	padding-bottom: 15px;
	background: rgba(255,255,255,.7);
}
#top-head a,
#top-head {
    color: #595758;
    text-decoration: none;
}
#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
    font-size: 36px;
}
#top-head .logo img {
        width: 55%;
    }
#global-nav ul {
    list-style: none;
    position: absolute;
	right: 15px;
    bottom: 18px;
    /*font-size: 14px;*/
}
#global-nav ul li {
    float: left;
}
#global-nav ul li a {
    padding: 0 20px;
}

#global-nav ul li a:hover {
    color:#ff92c2;
}

 
/* Fixed ///////////////////////////////////////////////////////////////////////////*/
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 10px;
    background: #fff;
    background: rgba(255,255,255,.7);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
    font-size: 24px;
    color: #333;
}

#top-head.fixed #global-nav ul li a {
    color: #595758;
    padding: 0 20px;
}

#top-head.fixed #global-nav ul li a:hover {
    color:#ff92c2;
}


 
/* Toggle Button ///////////////////////////////////////////////////////////////////////////*/
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}
#nav-toggle span:nth-child(4) {
	 background: none;
    top: 29px;
    left: -3px;
}

@media screen and (max-width: 730px) {
    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        background: #fff;
        width: 100%;
        /*height: 56px;*/
        z-index: 999;
        position: relative;
    }
    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        left: 13px;
            top: 9px;
        /*color: #333;
        font-size: 26px;*/
    }
	#top-head .logo img {
            width: 40%;
    }
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
        background: #ffdddd;
        width: 100%;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
    }
    #global-nav ul li {
        float: none;
        position: static;
		border-bottom: 1px dashed #fff;
    }
	#global-nav ul li:last-child{
		border-bottom: none;
	}
	
	
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #595758;
        padding: 18px 0;
    }
	
	
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
		z-index: 1000;
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        #global-nav top + #mobile-head height 
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
}

/* メニューここまで ///////////////////////////////////////////////////////////////////////////*/


/* メインメッセージ ///////////////////////////////////////////////////////////////////////////*/

.message {
	display: block;
	margin: 0 auto;
	text-align: center;
	clear: both;
	padding-bottom: 70px;
}
.message .news{
	margin: auto;
	text-align: center;
	background: #fff;
	padding: 10px;
	border: dashed 2px #ff92c2;
	margin-bottom: 40px;
}
@media screen and (min-width: 769px){
.message .news{
	/*max-width: 85%;*/
	}}
/*.message img{
	width: 100%;
}*/
.message .top img{
	width: 83%;
}
*::-ms-backdrop,.message .top img{
	width: 45%;
}

.message .top2{
	    display: block;
	margin-bottom: 40px;
}

.message .top2 img{
	/*float: left;*/
	width: 45%;
}
*::-ms-backdrop,.message .top2 img{
	float: none;
		width: 40%;
}/*IE11*/
.message .top3{
	margin: 0 auto;
	width: 95%;
	padding-bottom: 40px;
}

.message p {
	font-size: 16px;
	margin-bottom: 20px;
}
.message .bosyu{
	width: 80%;
}
*::-ms-backdrop,.message .bosyu{
	width: 65%;
}
	a{
		color: #fff;
		text-decoration:none;
	}
	a:hover{
		color: #ff92c2;
		text-decoration:none;
		transition: 0.1s #fff799;
	}

@media screen and (min-width: 769px){
	/*.message img{
	width: 50%;
	}*/
	.message .top img{
	width: 48%;
	float: left;

	}
	*::-ms-backdrop,.message .top img{
	width: 35%;
	float: none;

	}
	.message .top img:first-child{
	display: block;
	margin-top: 185px;
    /*padding-left: 35px;*/
	}
	*::-ms-backdrop,.message .top img:first-child{
	display: block;
	margin: auto;
	margin-top: 140px;
	}
	
	.message a img{
		float: none;
	width: auto;
	}
	.message{
		clear: both;
	}
	.message .top3{
	display: none;
	}
	.message .bosyu{
	width: 40%;
	}
	*::-ms-backdrop,.message .bosyu{
	width: 35%;
	}
}

/* どんな仕事 ///////////////////////////////////////////////////////////////////////////*/

.work{
	display: block;
	padding-bottom: 70px;
	text-align: center;
	margin: 0 auto;
}

.work img{
		width: 100%;
}
*::-ms-backdrop,.work img{
		width: 50%;
}/*IE11*/
.work .work1{
	padding-bottom: 20px;
}


.work .work2 div{
	display: block;
	width: 80%;
	padding: 20px;
	margin: 0 auto;
	background: #fff;
	text-align: justify; 
	border: solid 5px #ff92c2;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */ 
	margin-bottom: 40px;
}
*::-ms-backdrop, .work .work2 div{
	display: block;
	width: 55%;
	padding: 20px;
	margin: 0 auto;
	background: #fff;
	text-align: justify; 
	border: solid 5px #ff92c2;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */ 
	margin-bottom: 40px;
}/*IE11*/

.work .work2 h3{
	margin-bottom: 50px;
	    font-size: 17px;
}
.work .work2 p{
	text-align: center;
	font-weight: bold;
}

.work .work3 div{
	display: block;
	width: 80%;
	padding: 20px;
	margin: 0 auto;
	background-color: rgba(255,255,255,0.72);
	text-align: justify; 
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */ 
	margin-bottom: 40px;
}
*::-ms-backdrop,.work .work3 div{
	width: 55%;
}

.work .work3 h3{
	margin-bottom: 10px;
	font-size: 17px;
}

.work .work3 ul{
	padding-left: 25px;
	font-size: 18px;
}

.work .work3 ul li{
	list-style: decimal;
}

@media screen and (min-width: 769px){
	.work .work2 h3{
	margin-bottom: 50px;
	    font-size: 19px;
}
	.work br{
	display: none;
}
	.work img{
		width: 70%;
	}
	*::-ms-backdrop, .work img{
		width: 45%;
		
	}
	
	.work .work3 h3{
	margin-bottom: 10px;
	font-size: 19px;
}
}


/* 先輩の働き方 ///////////////////////////////////////////////////////////////////////*/

.interview {
	margin-left: auto;
	margin-right: auto;
}

.interview img.photo {
	display: inline-block;
	width: 100%;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */ 
	box-shadow: 5px 5px ;
	text-align: center;
}

.photo_after{
	margin-bottom: 40px;
}


.interview div {
	text-align: center;
	margin: 0 auto;
}

.interview div .profile{
	padding: 10px;
	text-align: left;
	background: #fff;
	margin-bottom: 10px;
	border: solid 3px #ff92c2;
	box-sizing: content-box;
	margin-bottom: 40px;
}

.interview div>h3{
	text-align: center;
}
.interview div>h3 img {
	width: 80%;
}
.interview .comment{
	background: #fff;
	padding: 20px;
	text-align: justify;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */ 
	box-shadow: 5px 5px #ff92c2;
	border: solid 3px #ff92c2;
	margin-bottom: 40px;
}
*::-ms-backdrop,.interview .comment{
	
}

.schedule {
	width: 80%;
	margin-top: 10px;
	margin-bottom: 40px;
}
*::-ms-backdrop,.schedule{
	width: 60%;
}

@media screen and (min-width: 769px){
	.interview div .profile,.interview .comment{
		width: 80%;
	}
	*::-ms-backdrop,.interview div .profile,.interview .comment{
	width: 50%;
}

	
	.interview img.photo {
		left: 2px;
		width: 50%;
	}
	*::-ms-backdrop,
	.interview img.photo{
		width: 35%;
		
	}
	
	.interview div h3 img{
		width: 45%;
	}
	*::-ms-backdrop,.interview div h3 img{
		width: 30%;
	}	
	
	.interview div .profile{
		width: 50%;
	}
	*::-ms-backdrop,.interview div .profile{
		width: 40%;
	}
	
	.schedule {
	width: 40%;
	margin-top: 20px;
}
	*::-ms-backdrop,.schedule{
		width: 30%;
	}
}

/* 募集要項 ///////////////////////////////////////////////////////////////////////*/

section>.selection{
	margin-left: auto;
	margin-right: auto;
}


.selection dl{
	width: 100%;
	margin-bottom: 40px;
}
*::-ms-backdrop,.selection dl{
	width: 60%;
	margin: auto;
}

.selection dl dt{
	background: #595758;
	color: #fff;
	text-align: center;
	padding: 15px;
}

.selection dd{
	text-align:justify;
	background: rgba(255,255,255,0.72);
	padding: 20px 40px 20px 40px;
	text-align: center;
}
.selection .top2{
	    display: inline-block;
	margin-bottom: 40px;
}

.selection .top2 img{
	/*float: left;*/
	width: 45%;
}
*::-ms-backdrop,.selection .top2 img{
	float: none;
		width: 40%;
}/*IE11*/

@media screen and (min-width:769px){
	section .selection{
	width: 70px !important;
		
}
}


/* FAQ ///////////////////////////////////////////////////////////////////////*/

.question dl{
	width: 100%;
	margin-bottom: 40px;
}
*::-ms-backdrop,.question dl{
	width: 60%;
	margin: auto;
}
.question dl dt{
	background: #ff92c2;
	color: #595758;
	text-align: center;
	padding: 20px;
}

.question dd{
	text-align:justify;
	background: rgba(255,255,255,0.72);
	padding: 20px 40px 20px 40px;
}

/* メディア掲載 ///////////////////////////////////////////////////////////////////////*/

.media div{
	width: 80%;
	padding: 20px;
	background-color: rgba(255,255,255,0.72);
	text-align: justify;
	text-align: center;
	margin: 0 auto;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */ 
	margin-bottom: 40px;
}


/* フッター ///////////////////////////////////////////////////////////////////////*/

footer {
	display: block;
	background: #595758;
	padding: 20px;
	color: #fff;
}

footer small{
	font-size: 12px;
}




