@charset "EUC-JP";
/*------------------------------
基本
--------------------------------*/
html{
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: aliased;
	font-size: 62.5%;
}
body{
	font-family: "M PLUS 1p", sans-serif;
	font-size:1.4rem;
	line-height: 1.8rem;
	color:#4D4D4D;
	margin:0px;
	padding: 0px;
	box-sizing: border-box;
}
img{
	border:none;
}
a{
	color:#4D4D4D;
	text-decoration:none;
}
a:hover{
	color:#666464;
	text-decoration:none;
}
strong{
	font-weight:bold;
}


/*------------------------------
フォーマット
--------------------------------*/
#container {
	width: 100%;
	/*max-width:1200px;*/
	box-sizing:border-box;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	height:auto;
	overflow: hidden;
	background: #fff;
}
#contents{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	position:relative;
	height:auto;
	scroll-behavior: smooth;
}
#maincontents{
	margin:0px 0px 0px 0px;
	padding:0px 25px 0px 25px;
}
#main{
	margin:0 auto;
	padding:0px 0px 50px 0px;
	position:relative;
	width: 95%;
}
.page_c{
	text-align: center;
}



/*------------------------------
共通
--------------------------------*/
.red{
	color:#e30000;
}

.page_c{
	clear:both;
	text-align:center;
}

.all_clear{
	clear:both;
	height:0px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.ta_r{
	text-align: right;
}
.ta_l{
	text-align: left;
}
h3{
    font-size: 3.4rem;
    line-height: 5rem;
}

#newyear_banner{
	max-width: 600px;
    width: 90%;
    margin: 20px auto 20px auto;
    padding: 0px 0px 0px 0px;
}
#newyear_banner img{
	width:100%;
    height: auto;
}
.contact_btn{
	margin:20px 0px 20px 0px;
	padding:0px 0px 0px 0px;
	text-align:center;
}
a.base_btn{
	border: 1px solid #333;
    display: inline-block;
    padding: 7px 12px;
    border-radius: 3px;
    color: #333;
    box-shadow: 0px 0px 6px -1px #777777;
	background: #fff;
	cursor: pointer;
}
.mini_box_gray{
	background: #efefef;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 3% 3% 1.8% 3%;
    box-sizing: border-box;
	border-radius: 5px;
}
.smp_none,
.smp_none2{
    display: block;
}
.pc_none,
.pc_none2{
    display: none;
}

/*------------------------------
ヘッダー
--------------------------------*/
header{
    /*position: relative;*/
    width: 100%;
	background: #FFFFFF;
    height: 75px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    z-index: 10;
    box-shadow: 0px 0px 10px -5px #777777;
}
h1{
	height: 100%;
}
h1 img{
    height: 85%;
    margin: 6px 20px;
}
nav ul{
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
	font-size: 1.8rem;
	font-weight: bold;
}
nav ul li{
	margin-right: 15px;
    line-height: 3rem;
}
nav ul li a.entry{
	background: #80B987;
    color: #fff;
    padding: 6px 12px;
    transition: 0.2s;
}
nav ul li .entry:hover{
    background: #4d4d4d;
}
nav ul li a.entry i{
    color: #fff;
}
nav ul .underline a{
	position: relative;
	padding: 0 2px;
}
nav ul .underline a::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #4D4D4D;
	bottom: 20px; /*アンダーラインが現れ始める位置（aタグの下辺からの高さ）*/
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
}
nav ul .underline a:hover::after {
	visibility: visible;
	bottom: -7px; /*アニメーションが止まる位置*/
	opacity: 1;
}
#blog_link{
	margin-top: 88px;
    z-index: 10;
    display: flex;
    flex-direction: row-reverse;
    position: fixed;
	right: 0;
}
#blog_link a{
	background: #ffe082;
    padding: 12px 55px 12px 25px;
    font-size: 1.5rem;
    border-radius:20px 0px 0px 20px;
    font-weight: bold;
	box-shadow: 0px 0px 8px -1px #777777;
	cursor: pointer;
	transition: 0.2s;
}
#blog_link svg{
	height: 20px;
    width: auto;
    vertical-align: bottom;
}
#blog_link a .cls-1 {
	fill: #4d4d4d;
	transition: 0.2s;
}
#blog_link a:hover{
	background: #80b987;
	color: #fff;
}
#blog_link a:hover .cls-1 {
	fill: #fff;
}

/*------------------------------
メインビジュアル
--------------------------------*/
#main_v{
    background:  url(../images/mainv.png)  no-repeat;
    background-size: contain;
    background-position: top center;
	background-color: #80b987;
    clip-path: polygon(0 0px, 100% 0, 100% calc(100% - 75px), 0px 99.4%);
    width: 100%;
	height: 550px;
	position: relative;
    top: 74px;
}
#main_v p{
	position: absolute;
	top: 92px;
    left: 3%;
}
#main_v p img{
	width: 260px;
    height: auto;
}
#main_v h2{
	position: absolute;
	width: 90%;
    margin: 0 5%;
}
#main_v h2 span{
	background: #ffffffde;
	font-family: "fot-tsukubrdgothic-std", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 4.6rem;
	padding: 10px 2%;
	color: #5E8E68;
	line-height: 8rem;
}
.h2_text1{
	top: 260px;
}
.h2_text2{
	top: 350px;
}
#main_v2{
    margin-top: 75px;
}
#main_v2 img{
    width: 100%;
    height: auto;
}

@media screen and (min-width:1300px) {
    /*　画面サイズが1024pxからはここを読み込む　*/
	 #main_v{
			zoom:85%;
	}
	#main_v p {
		left: 15%;
	}
	#main_v h2 {
		width: 70%;
		margin: 0 15%;
	}
}
@media screen and (max-width:1280px){
	#main_v{
		height: 524px;
		background-size: contain;
		clip-path: polygon(0 0px, 100% 0, 100% calc(100% - 68px), 0px 99.4%);
        top: 72px;
        background-size: cover;
	}
}
@media screen and (max-width:1024px){

}
@media screen and (max-width:840px){
    #main_v{
        zoom: 85%;
        height: 455px;
        top: 75px;
	}
    #main_v p{
        top: 50px;
    }
    .h2_text1 {
        top: 200px;
    }
    .h2_text2 {
        top: 290px;
    }

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

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

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

}


/*------------------------------
不安や不満はありませんか？
--------------------------------*/
.fuan{
    position: relative;
}
    
.fuan:after {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    border-style: solid;
}
.fuan:after {
    bottom: 0;
    border-color: transparent #FFE082 transparent;
    border-width: 5vw 50vw 0;
}
.fuan div{
    width: 100%;
    max-width: 1000px;
    height: 110px;
    margin: 0 auto 30px auto;
    z-index: 1;
    position: absolute;
    display: flex;
    justify-content: flex-end;
    top: -135px;
    
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.fuan h3{
    float: right;
    font-size: 3.3rem;
}
.fuan h3 small{
    font-size: 2.8rem;
}
.fuan h3 span{
    background: #333333;
    border: #fff 4px solid;
    border-radius: 3px;
    color: #fff;
    padding: 6.5px 8px;
}
.fuan ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
    max-width: 1000px;
    width: 100%;
    margin: 200px auto 0 auto;
}
.fuan li{
    background: url(../images/fuan_fukidashi.png) no-repeat;
    background-size: contain;
    background-position: center;
    height: 115px;
    width: 380px;
    margin-bottom: 80px;
    
    font-size: 2.1rem;
    line-height: 3rem;
    font-weight: normal;
    
    /*画像の中央にテキスト*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.fuan p{
    position: absolute;
    width: 100%;
    max-width: 1200px;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    margin-top: -90px;
}
.fuan p img{
    width: 100%;
    height: auto;
}
.fuan2{
    margin-bottom: -10px;
}
.fuan2 img{
    width: 100%;
    height: auto;
}
@media screen and (max-width:840px){
    .fuan ul{
        /*zoom: 65%;*/
    }
}


/*------------------------------
経験を活かして輝くママ大歓迎
--------------------------------*/
.kagayaku{
    background: #FFE082;
    text-align: center;
    padding: 50px 10px;
}
.k_fukidashi{
    position:relative;
    background:#fff;
    display: inline-block;
    padding:10px;
    text-align:center;
    color:#4D4D4D;
    font-size: 2.2rem;
    font-weight:bold;
    box-shadow: 4px 4px 0px #000000cc;
}
.k_fukidashi:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(0, 153, 255, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:10px;
    border-right-width:10px;
    margin-left: -10px;
    border-top-color:#fff;
    top:100%;
    left:50%;
}
.kagayaku h3{
    font-weight: bold;
    line-height: 9rem;
}
.kagayaku h3 img{
    height: 89px;
    width: auto;
    vertical-align: bottom;
    margin: 0 2%;
}
.kagayaku .p_text{
    font-size: 1.8rem;
    line-height: 3.1rem;
}
@media screen and (max-width:840px){
    .kagayaku h3 img{
        height: 49px;
    }
}
@media screen and (max-width:540px){
    .kagayaku h3{
        line-height: 5rem;
        margin: 25px auto;
    }
    /*.kagayaku h3 img{
        display: none;
    }*/
}


/*------------------------------
働き続けれる環境
--------------------------------*/
#kankyo{
    margin: 45px 0px;
}
#kankyo h3{
    width: 95%;
    max-width: 1100px;
    margin: 0 auto;
    line-height: 5.6rem;
}
#kankyo h3 span{
    background: #5E8C68;
    color: #fff;
    padding: 6.5px 8px;
}
.kankyo_inner{
    max-width: 1100px;
    width: 90%;
    margin: 20px auto;
    
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.kankyo_img{
    width: 33%;
}
.kankyo_img img{
    width: 100%;
    height: auto;   
}
.point{
    width: 60%;
    letter-spacing: 0.1rem;
}
.point h4{
    font-size: 2.3rem;
    font-weight: bold;
    line-height: 4rem;
}
.point p{
    font-size: 1.65rem;
    line-height: 2.6rem;
    font-weight: 400;
    margin-bottom: 20px;
}
/*日常風景のスライドショー*/
.loopSlide {
    display: flex;
    width: 100vw;
    height: 120px;
    overflow: hidden;
}
.loopSlide img {
    width: auto;
    height: 100%;
}
.loopSlide img:first-child {
    animation: slide1 160s -80s linear infinite;
}
.loopSlide img:last-child {
    animation: slide2 160s linear infinite;
}
@keyframes slide1 {
    0% {
        transform: translateX(100%);
    }
    to {
        transform: translateX(-100%);
    }
}
@keyframes slide2 {
    0% {
        transform: translateX(0);
    }
    to {
        transform: translateX(-200%);
    }
}


@media screen and (max-width:840px){
    .kankyo_inner{
        flex-direction: column;
    }
    .point{
        width: 100%;
        margin-top: 20px;
    }
}

/*------------------------------
グラフ
--------------------------------*/
.graph{
    background: #FFE9CD;
    padding: 30px 0px;
}
.graph h3{
    text-align: center;
    font-weight: bold;
    line-height: 7rem;
}
.graph h3 img{
    height: 54px;
    width: auto;
    vertical-align: text-bottom;
    margin: 0 1%;
    
}
h3 .yellow_line{
    background: linear-gradient(transparent 60%, #E8DA21 0%);
}
h3 .yellow_line .big{
    font-size: 6.8rem;
}
.graph div{
    max-width: 900px;
    width: 90%;
    margin: 0 auto;
    
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.graph div p{
    width: 40%;
    margin: 0 2%;
}
.graph p img{
    width: 100%;
    height: auto;
}

@media screen and (max-width:540px){
    .graph h3 img{
        height: 34px;
    }
    h3 .yellow_line .big{
        font-size: 5rem;
    }
}
/*------------------------------
QandA
--------------------------------*/
#qa{
    margin: 70px auto;
}
#qa h3{
    text-align: center;
}
#qa h3 img{
    height: 132px;
    width: auto;
}
.qa_menu{
    background: #DEDEDE;
    max-width: 1000px;
    width: 90%;
    margin: 20px auto 40px auto;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}
.qa_menu li{
    width: 49%;
}
.qa_menu li a{
    font-size: 2rem;
    color: #5E8C68;
    background: #fff;
    
    display: block;
    padding: 15px 8px;
    margin-bottom: 5px;
    transition: 0.2s;
}
.qa_menu li a:hover{
    background: #85bf92db;
    color: #fff;
}
#qa section{
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
}
#qa section h4{
    font-size: 2.8rem;
    line-height: 7rem;
    font-weight: bold;
}
/*qaアコーディオン*/
.accordion {
    margin: 3em auto;
    max-width: 60vw;
}
.toggle {
    display: none;
}
.option {
    position: relative;
    margin-bottom: 1em;
}
.title,
.content_open {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
}
.title {
    border: solid 1px #B8B8B8;
    padding: 20px 35px 20px 20px;
    display: block;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 3rem;
}
.title i.i_question,
.content_open i.i_answer{
    font-size: 3rem;
    vertical-align: sub;
    margin-right: 10px;
}
.title::after,
.title::before {
    content: "";
    position: absolute;
    right: 3%;
    top: 40%;
    width: 2px;
    height: 1.3rem;
    background-color: #999;
    transition: all 0.3s;
}
.title::after {
    transform: rotate(90deg);
}
.content_open {
    max-height: 0;
    overflow: hidden;
}
.content_open .con_inner{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 2rem;
}
.content_open p {
    margin: 0;
    font-size: 1.8rem;
    line-height: 2.8rem;
}
.content_open .answer{
    width: 100%;
}
.toggle:checked + .title {
    background: #FFE9CD;
}
.toggle:checked + .title + .content_open {
    max-height: 500px;
    transition: all 1.5s;
    border: solid 1px #B8B8B8;
    border-top: none;
}
.toggle:checked + .title::before {
    transform: rotate(90deg) !important;
}
.qa_img img{
    width: 100%;
    height: auto;
}
.img_stepup{
    width: 30%;
    max-width: 230px;
}
.img_car{
    width: 30%;
    max-width: 120px;
}
.img_shift{
    width: 50%;
    max-width: 310px;
}
.img_sick{
    width: 30%;
    max-width: 140px;
}
.img_flow{
    width: 100%;
    max-width: 680px;
}
.img_woman{
    width: 90%;
    display: block;
    margin: 0 auto;
}
/*給料モデル*/
.salary_model{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin-top: 5px;
}
.salary_model span{
    height: 32px;
    color: #fff;
    display: inline-block;
}
.salary_f{
    position:relative;
    width:120px;
    background:#4D4D4D;
    padding:3px 2px 0px 2px;
    text-align:center;
    color:#FFFFFF;
    font-size:1.6rem;
    font-weight:normal;
    display: inline-block;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
}
.salary_f:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(77, 77, 77, 0);
    border-top-width: 8px;
    border-bottom-width: 8px;
    border-left-width: 12px;
    border-right-width: 8px;
    margin-top: -8px;
    border-left-color:#4D4D4D;
    left:100%;
    top:50%;
}
.salary_f span,
.kotei1 span,
.buai1 span, .buai2 span,
.teate1 span, .teate2 span{
    font-size: 2.2rem;
    padding: 0px 2px 0px 6px;
}
.kotei1{
    background: #E3801E;
    padding: 3px 14px 0px 14px;
    width: 155px;
    margin-left: 20px;
}
.buai1{
    background: #0071A8;
    padding: 3px 14px 0px 14px;
    width: 180px;
}
.buai2{
    background: #0071A8;
    padding: 3px 14px 0px 14px;
    width: 260px;
}
.teate1{
    background: #858585;
    padding: 3px 14px 0px 14px;
    width: 140px;
}
.teate2{
    background: #858585;
    padding: 3px 14px 0px 14px;
    width: 180px;
}
@media screen and (max-width:1005px){
    .salary_model{
        zoom: 90%;
    }
}
/*給料モデル_ここまで*/

.answer_green{
    background: #5E8C68;
    color: #fff;
    padding: 1px 10px;
    display: inline-block;
    margin: 8px 0px 5px 0px;
}
.answer_entry{
    background: #80B785;
    color: #fff;
    font-weight: bold;
    padding: 12px 70px;
    max-width: 300px;
    width: 100%;
    display: block;
    text-align: center;
    box-sizing: border-box;
    margin: 10px 0px 15px 0px;
    transition: 0.3s
}
.answer_entry:hover{
    color: #fff;
    background: #4D4D4D;
}
.answer .contact_box{
    background: #E6E6E6;
    border-right: 5px;
    display: block;
    padding: 15px 20px;
    border-radius: 3px;
}
.con_account{
    display: inline-block;
    margin: 3px 10px 3px 0px;
}
.answer .contact_box .midashi{
    background: #4D4D4D;
    border-radius: 3px;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.3rem;
    padding: 3px 5px;
    margin-right: 10px;
}
.answer .contact_box .midashi i{
    font-size: 1.5rem !important;
    color: #fff !important;
    margin-right: 3px;
}
.answer .contact_box .midashi i:before{
    color: #fff !important;
}
.answer .contact_box .i_line{
    transition: 0.3s;
    font-size: 2.2rem;
    vertical-align: middle;
}
.answer .contact_box .i_line:hover{
    color: #00CC42;
}

@media screen and (max-width:540px){
    .img_stepup{
        width: 60%;
        max-width: 230px;
        padding-left: 8px;
    }
    .teate1,
    .buai2,
    .teate2{
        margin-left: 144px;
    }
    .img_shift {
        width: 90%;
        max-width: 310px;
        padding-left: 8px;
    }
}

@media screen and (max-width:480px){
    .buai1{
        margin-left: 144px;
    }
    .buai2{
        width: 250px;
    }
    .img_sick {
        padding-left: 8px;
        width: 55%;
    }
    .img_flow{
        margin-top: 10px;
        width: 85%;
    }

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

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

}

/*------------------------------
インタビュー
--------------------------------*/
#interview{
    background: #80B785;
    padding: 30px 0px;
}
#interview h3{
    max-width: 890px;
    width: 90%;
    margin: 0 auto;
}
#interview h3 img{
    width: 100%;
    height: auto;
}
.interview_mother{
    background: #fff;
    max-width: 11000px;
    width: 90%;
    margin: 30px auto;
    padding: 4% 4% 1% 4%;
    box-sizing: border-box;
    border-radius: 10px;
    
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.interview_mother2{
    display: flex;
    flex-direction: row-reverse !important;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.interview_mother .interview_ex,
.interview_mother .interview_ex2{
    width: 48%;
}
.interview_ex img,
.interview_ex2 img{
    width: 100%;
    height: auto;
}
.interview_ex2 img{
    margin-bottom: 20px;
}

.interview_backline span{
    background: #4D4D4D;
    color: #fff;
    display: inline-block;
    padding: 10px 10px;
    font-size: 2rem;
    margin-bottom: 10px;
}
.interview_time span{
    background: #009589;
    color: #fff;
    display: inline-block;
    padding: 4px 10px;
    font-size: 2rem;
    border-radius: 20px;
}
.interview_mother h4{
    font-size: 3rem;
    line-height: 4rem;
    font-weight: bold;
    margin: 20px 0px 60px 0px;
}
.interview_mother section h5{
    font-size: 2.2rem;
    line-height: 2.5rem;
    color: #009589;
    font-weight: bold;
}
.interview_mother section h5 i{
    margin-right: 10px;
}
.interview_mother section p{
    font-size: 1.8rem;
    line-height: 3.2rem;
    margin: 20px 0px 40px;
}
.time_schedule{
    display: flex;
    justify-content: space-around;
}

@media screen and (max-width:840px){
	.interview_mother{
		display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-between;
	}
    .interview_mother .interview_ex{
        width: 100%;
    }
    .interview_mother h4{
        font-size: 2.5rem;
        line-height: 3.5rem;
    }
    .interview_backline span,
    .interview_time span{
        font-size: 1.6rem;
    }
}

@media screen and (max-width:540px){
    .interview_mother{
        margin: 0px auto 30px auto;
    }
    .interview_mother h4{
        margin: 20px 0px 40px 0px;
    }
    
}

/*------------------------------
事業内容
--------------------------------*/
#work_contents{
    padding: 70px 0px;
}
.work_con_hukidashi{
    position:relative;
    width:220px;
    height:50px;
    background:#5E8C68;
    padding:5px;
    text-align:center;
    color:#FFFFFF;
    font-size:3rem;
    font-weight:bold;
    letter-spacing: 0.2rem;
    margin: 0 auto 20px auto;
}
.work_con_hukidashi:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(94, 140, 104, 0);
    border-top-width:15px;
    border-bottom-width:10px;
    border-left-width:10px;
    border-right-width:10px;
    margin-left: -10px;
    border-top-color:#5E8C68;
    top:100%;
    left:50%;
}
#work_contents p{
    font-size: 1.8rem;
    line-height: 2.9rem;
    letter-spacing: 0.1rem;
    margin: 30px;
}
#work_contents ul{
    max-width: 917px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}
#work_contents ul li{
    box-shadow: 0px 0px 4px 0px #777777;
    border-radius: 0px;
    text-align: center;
    width: 200px;
    box-sizing: border-box;
    padding: 2% 1%;
    margin-bottom: 20px;
    font-size: 1.8rem;
    line-height: 2.4rem;
    font-weight: bold;
    letter-spacing: 0.1rem;
}
#work_contents ul li i{
    background: #FFE9CD;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    font-size: 5.4rem;
    line-height: 11rem;
    display: block;
    margin: 0 auto;
}
@media screen and (max-width:840px){
    #work_contents ul li{
        width: 30%;
    }
}
@media screen and (max-width:540px){
    #work_contents ul li{
        width: 48%;
    }
    #work_contents ul li i{
        width: 100px;
        height: 100px;
        line-height: 10rem;
    }
}

/*------------------------------
募集要項
--------------------------------*/
#boshu_youko{
    background: #FFE9CD;
    padding: 50px 0px;
}
#boshu_youko h3{
    font-size: 3.8rem;
    text-align: center;
    padding-bottom: 25px;
}
#boshu_youko h3 span{
    border-bottom: 3px #000000 dashed;
    padding: 10px;
}
#boshu_youko p{
    width: 90%;
    max-width: 1000px;
    font-size: 1.8rem;
    line-height: 2.9rem;
    letter-spacing: 0.1rem;
    margin: 30px auto;
}
#boshu_youko table{
    border: 4px solid #FFE9CD;
	border-collapse: collapse;
    width: 90%;
    max-width: 835px;
    margin: 0 auto;
}
#boshu_youko table td,
#boshu_youko table th{
    border: 4px solid #FFE9CD;
}
#boshu_youko table th {
	background: #DEDEDE;
    width: 150px;
    vertical-align: middle;
    font-weight: bold;
    letter-spacing: 0.15rem;
}
#boshu_youko table td {
	background: #ffffff;
    padding: 2%;
    font-size: 1.6rem;
    line-height: 2.7rem;
}
#boshu_youko table td a{
    text-decoration: underline;
    display: inline-block;
}
#boshu_youko .attention{
    width: 90% !important;
    max-width: 835px !important;
    margin: 20px auto 35px auto;
    background: #fff;
    color: #AD272D;
    padding: 20px;
    box-sizing: border-box;
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 2.6rem;
}
#boshu_youko .entry_btn{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.entry_btn a{
    background: #80B785;
    color: #fff;
    max-width: 420px;
    width: 70%;
    margin: 0 10px;
    padding: 20px 10px;
    font-size: 3rem;
    font-weight: bold;
    box-sizing: border-box;
    transition: 0.2s;
}
.entry_btn a:hover{
    background: #4d4d4d;
}
#boshu_youko .entry_btn i{
    font-size: 3.4rem;
}
.next_green1{
    color: #ABCEB1;
}
.next_green2{
    color: #80B785;
}
.next_green3{
    color: #5E8C68;
}

/*------------------------------
パンくず
--------------------------------*/
.breadcrumbs {
	margin:auto;
	line-height:50px;
}
.breadcrumbs ul {
	display:flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
    justify-content: flex-end;
    align-items: center;
	flex-wrap: wrap;
    
    padding: 0px 14px;
    line-height: 3.4rem;
    border-radius: 5px;
    margin-top: 12px;
}
.breadcrumbs li {
	padding-right:10px;
	font-size:1.2rem;
}

/*------------------------------
バナー/SNS
--------------------------------*/
.banner_list{
    display: flex;
    justify-content: center;
    max-width: 650px;
    width: 90%;
    margin: 30px auto;
}
.banner_list .ban_box{
    width: 30%;
    margin: 0% 1%;
}
.banner_list .ban_box img{
    width: 100%;
    height: auto;
}

.footer_sns{
    max-width: 465px;
    width: 90%;
    margin: 0 auto 20px auto;
    
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer_sns li{
    width: 48%;
}
.footer_sns li i{
    font-size: 3.4rem;
}
.footer_sns li img{
    width: 100%;
    height: 34px;
}

/*------------------------------
フッター
--------------------------------*/
footer {
    background: #ffffff;
}
.footer_company{
    display: flex;
    justify-content: center;
    align-items: center;
	margin-top: 50px !important;
}
.footer_company .brino_logo{
    width: 10%;
    height: auto;
    margin-right: 2%;
}
.footer_company .brino_logo img{
    width: 100%;
    height: auto;
}
.footer_company h5{
    font-size: 2.2rem;
    line-height: 4rem;
    font-weight: 500;
}
.footer_company div p.f_add{
    font-size: 1.8rem;
    line-height: 3.2rem;
    font-weight: 100;
}
.footer_company div p.f_tel{
    font-weight: 500;
    font-size: 1.9rem;
    letter-spacing: 0.1rem;
}
.footer_company div p.f_tel i{
    margin-right: 5px;
}
.footer_nav{
    background: #FFE9CD;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 1.5% 2%;
}
.footer_nav li{
    font-size: 1.6rem;
    line-height: 2.3rem;
    font-weight: bold;
    padding: 0 2%;
}
.copy{
	text-align: center;
    display: block;
    line-height: 4rem;
}

@media screen and (max-width:540px){
    .footer_company{
        width: 90%;
        margin: 0 auto;
        zoom: 80%;
    }
    .footer_company .brino_logo{
        width: 25%;
    }
    .footer_sns li i {
        font-size: 3rem;
    }
}


/*------------------------------
採用エントリー
--------------------------------*/
.inner_box{
    margin-top: 100px;
}
.midashi_h3{
    position: relative;
    text-align: center;
    padding: 0 65px;
    margin: 0 auto 30px auto;
    display: table;
}

.midashi_h3:before,
.midashi_h3:after {
    position: absolute;
    top: calc(50% - 3px);
    width: 50px;
    height: 6px;
    content: '';
    border-top: solid 2px #000;
    border-bottom: solid 2px #000;
}

.midashi_h3:before {
    left: 0;
}

.midashi_h3:after {
    right: 0;
}
.inner_box h4{
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
    font-size: 2rem;
    line-height: 6rem;
    font-weight: bold;
}
.inner_box h4 i{
    color: #fff;
    background: #80b987;
    border-radius: 50%;
    padding: 5px;
    font-size: 2rem;
    margin-right: 7px;
}


#entry_box table{
    border: 1px dotted #b1b1b1;
	border-collapse: collapse;
    width: 90%;
    max-width: 835px;
    margin: 0 auto;
    margin: 0 auto;
}

#entry_box table th {
	background: #DEDEDE;
    width: 150px;
    vertical-align: middle;
    font-weight: bold;
    letter-spacing: 0.15rem;
    border: 1px dotted #b1b1b1;
}
#entry_box table td {
	background: #ffffff;
    padding: 2%;
    font-size: 1.6rem;
    line-height: 2.7rem;
    border: 1px dotted #b1b1b1;
    width: 70%;
}
#entry_box th.th_m {
    background-color: #333;
    color: #fff;
    line-height: 4rem;
    font-size: 1.6rem;
}
#entry_box .answer .contact_box{
	width: 90%;
    max-width: 700px;
    margin: 20px auto;
}
#entry_box .answer .con_account{
	margin: 8px 10px 3px 0px;
}
#entry_box{
    margin-bottom: 80px;
}

.inner_box input[type="text"]{
    font-size: 1.6rem;
    line-height: 2rem;
    padding: 5px 10px;
    border: 1.5px solid #4D4D4D;
    border-radius: 3px;
    margin-right: 4px;
    max-width: 90%;
    display: inline-block;
}
.inner_box input.area{
    width: 90%;
}
.inner_box textarea{
    width: 90%;
}
.inner_box select{
    padding: 7px 10px;
    border: 1.5px solid #4D4D4D;
    font-size: 1.6rem;
    border-radius: 3px;
}
.inner_box input.nen,
.inner_box input.getsu{
    margin-bottom: 10px;
}
.short select{
    margin-top: 10px;
}

.inner_box input[type="reset"] ,
.inner_box input[type="button"] {
    margin: 20px 5px;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 7px 20px;
    border-radius: 4px;
    background: #4d4d4d;
    border: none;
    color: #fff;
    cursor: pointer;
}
.inner_box input[type="submit"] {
    margin: 20px 5px;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 7px 20px;
    border-radius: 4px;
    background: #269180;
    border: none;
    color: #fff;
    cursor: pointer;
}
.hissu{
    background: #AD272D;
    font-size: 1.1rem;
    font-weight: bold;
    color: #fff;
    padding: 3px 4px 3px 5px;
    border-radius: 3px;
    letter-spacing: 0.2rem;
}
.send_box,
.entry_error{
    box-sizing: border-box;
    background: #FFE9CD;
    max-width: 1100px;
    width: 90%;
    margin: 20px auto 40px auto;
    padding: 2%;
    border-radius: 7px;
    
    font-size: 1.6rem;
    line-height: 2.5rem;
    font-weight: 500;
}
.send_box .thanks{
    text-align: center;
    font-size: 3rem;
    line-height: 6rem;
    font-weight: bold;
    letter-spacing: 0.1rem;
}
.send_box strong{
    font-size: 2.2rem;
    line-height: 4.2rem;
    color: #269180;
}
.send_box .red{
    margin-top: 15px;
    display: block;
}
.back a{
    margin: 20px 5px;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 7px 20px;
    border-radius: 4px;
    background: #269180;
    color: #fff;
    display: inline-block;
}
@media screen and (max-width:540px){
    #entry_box{
        /*zoom: 80%;*/
        width: 90%;
        margin: 0 auto;
        overflow: hidden;
		max-width: 540px;
    }
    #entry_box table{
        width: 100%;
        /*table-layout: fixed;*/
        table-layout: initial;
        word-break: break-all;
        word-wrap: break-all;
        box-sizing: border-box;
    }
    #entry_box table th{
        width: 150px;
        table-layout: fixed;
        white-space: nowrap;
        min-width: 10em;
    }
    #entry_box table td{
        width: auto !important;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0){
    /*#entry_box table{
        border: 1px dotted #b1b1b1;
        border-collapse: collapse;
        width: 90%;
        max-width: 835px;
        margin: 0 auto;
    }
    #entry_box table th {
        background: #DEDEDE;
        width: 150px;
        vertical-align: middle;
        font-weight: bold;
        letter-spacing: 0.15rem;
        border: 1px dotted #b1b1b1;
    }
    #entry_box table td {
        background: #ffffff;
        padding: 2%;
        font-size: 1.6rem;
        line-height: 2.7rem;
        border: 1px dotted #b1b1b1;
        width: 70%;
    }*/
}


/*------------------------------
テーブル01
--------------------------------*/
/*.table01{
	margin:0px 0px 15px 0px;
	padding:0px 0px 0px 0px;
	width:100%;
	font-size:1.6rem;
	border-collapse: collapse;
	text-align: center;
}
.table01 th{
	border:1px dotted #b1b1b1;
	background-color:#efefef;
	margin:0px 0px 0px 0px;
	padding:8px;
	text-align:center;
	font-weight:normal;
	color:#333;
	vertical-align:middle;
	line-height:140%;
}
.table01 th.th_m{
	background-color:#333;
	color:#fff;
}
.table01 th.th_m a{
	color:#fff;
	text-decoration:underline;
}
.table01 td{
	border:1px dotted #b1b1b1;
	margin:0px 0px 0px 0px;
	padding:14px 8px 14px 12px;
	color:#333;
	vertical-align:middle;
	line-height:150%;
	background-color:#fff;
	text-align:left;
}
.table01 td.td_c{
	text-align:center;
}
.taw700{
    max-width: 700px !important;
    width: 90% !important;
    margin:  0 auto !important;
}
.thw150{
	width:150px;
}
*/


/*------------------------------
その他
--------------------------------*/

/* チェックボックスデザイン */
input[type="checkbox"] {
    cursor: pointer;
    padding-left: 30px;/*label手前にチェックボックス用の余白を開ける*/
    vertical-align: middle;
    position: relative;
  }
  input[type="checkbox"]::before,
  input[type="checkbox"]::after {
    content: "";
    display: block; 
    position: absolute;
  }
  input[type="checkbox"]::before {
    background-color: #fff;
    border: 1px solid #666464;
    width: 18px;/*チェックボックスの横幅*/
    height: 18px;/*チェックボックスの縦幅*/
    transform: translateY(-50%);
    top: -2px;
    left: 5px;
	border-radius: 2px;
  }
  input[type="checkbox"]::after {
    border-bottom: 3px solid #666464;/*チェックの太さ*/
    border-left: 3px solid #666464;/*チェックの太さ*/
    opacity: 0;/*チェック前は非表示*/
    height: 5px;/*チェックの高さ*/
    width: 9px;/*チェックの横幅*/
    transform: rotate(-45deg);
    top: -7px;/*チェック時の位置調整*/
    left: 9px;/*チェック時の位置調整*/
  }
  input[type="checkbox"]:checked::after {
    opacity: 1;/*チェック後表示*/
  }



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

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

@media screen and (max-width:840px){
	#container{
		/*zoom:75%;*/
	}
    .smp_none2{
        display: none;
    }
    .pc_none2{
        display: block;
    }
}

@media screen and (max-width:640px){
	/*header {
		zoom: 78%;
	}*/
    .smp_none{
        display: none;
    }
    .pc_none{
        display: block;
    }
}

@media screen and (max-width:540px){
	/*#fside_box{
		zoom:85%;
	}*/
    #container{
		zoom:75%;
	}
    .graph div{
        width: 90%;
        flex-direction: column;
    }
    .graph div p {
        width: 100%;
    }
    .loopSlide{
        width: auto;
    }
    .interview_mother .interview_ex2{
        width: 100%;
    }
    #boshu_youko table th{
        width: 110px;
    }
}
.iphone #entry_box table{
	width: 100%;
    table-layout: initial;
    word-break: break-all;
    word-wrap: break-all;
    box-sizing: border-box;
}
.graph_hosoku{
	text-align: center;
    font-weight: bold;
    padding: 5px 10px 0px 10px;
}
span.midashi_line {
    padding: 2.2px 6px;
    background: #b1b1b1;
    line-height: 3rem;
    border-radius: 3px;
}