@charset "shift_jis";

/*--------------------------
　汎用クラス
---------------------------*/
br.sp{display: none;}
br.pc{display:inline;}

.bold{font-weight: bold;}
.tac {text-align: center;}

.fL{ float: left;}
.fR{ float: right;}

.sp{display: none;}
.pc{display: inline-block;}

mb0 { margin-bottom: 0 !important; }
mb05 { margin-bottom: 5px !important; }
mb10 { margin-bottom: 10px !important; }
mb15 { margin-bottom: 15px !important; }
mb20 { margin-bottom: 20px !important; }

.li_indent li {
	padding-left: 1em;
	text-indent: -1em;
}
.clearfix{ clear:both;}
.clearfix:after{
	content: "";
	clear: both;
	display: block;
}

@media only screen and (max-width: 640px) {
	br.sp{display: inline;}
	br.pc{display: none;}

    .sp{display: inline;}
    .pc{display: none;}
	
}

/*--------------------------
　基本layout
---------------------------*/
body {-webkit-text-size-adjust: 100%;}

#contents {
	max-width: 950px;
	width: 100%;
	margin: 0 auto 17px;
	position: relative;
	box-sizing: border-box;
}

#breadClumb > .baseContainer {
	max-width: 950px;
	width: 100%;
	box-sizing: border-box;
}

.mainCol {
	max-width: 950px;
	width: 100%;
	float: left;
	box-sizing: border-box;
}

.sideCol {
	max-width: 225px;
	width: 24.5%;
	float: right;
	box-sizing: border-box;
	margin-top: 3px;
}
.sideCol .baseBg .tit a img {
	vertical-align: bottom;
}
@media only screen and (max-width: 640px) {
	#contents {
		width: 100%;
		padding: 0 4%;
		margin-top: 5%;
		position: relative;
		box-sizing: border-box;
	}
	#breadClumb {
		display: none;
	}
	.mainCol {
		width: 100%;
		float: none;
	}
	.sideCol {
		float: none;
		display: none;
	}
}

/*--------------------------
　見出し
---------------------------*/
#contents .mainCol h1 {
}
#contents .mainCol h1 img {
	width: 100%;
	height: auto;
}
#contents .mainCol .section h2 {
    text-align: center;
}
#contents .mainCol .section h2 img {
    width: 604px;
}

@media only screen and (max-width: 640px) {
    #contents .mainCol .section h2 {
        margin-bottom: 20px;
    }
    #contents .mainCol .section h2 img {
        width: 90%;
    }
}

/*------------------------
メインビジュアル
--------------------------*/
#contents .mainCol {
	width: 100%;
	height: auto;
}
#contents .mainCol .top_txt{
    width: 80%;
    margin: 40px auto 50px;
}
#contents .mainCol .top_txt img{
    width: 100%;
}
@media only screen and (max-width: 640px) {
	#contents .mainCol {
        padding-top: 120%;
		background: url(../img/mv_sp.png) center 0 no-repeat;
        background-size: 100%;
	}
    #contents .mainCol .top_txt{
        width: 90%;
        margin: 30px auto 40px;
    }
}
@media only screen and (min-width: 641px) {
	#contents .mainCol {
        padding-top: 45%;
		background: url(../img/mv_pc.png) center 0 no-repeat;
        background-size: 100%;
	}
}

/*------------------------
仕事の一例
--------------------------*/
#example{
    background: url(../img/bg01.png) center 0 no-repeat;
    background-size: 100%;
}

#example h2#eki{
    width: 100%;
    margin-bottom: 20px;
    border-top: 20px solid #274b89;
}
#example h2#f_language{
    width: 100%;
    margin-top: 50px;
    margin-bottom: 20px;
    border-top: 20px solid #b8445d;
}

#example .example_box{
    width: 96%;
    margin: 0 auto 30px;
}

#example .example_box img{
    width: 54%;
    border-radius: 20px;
    box-sizing: border-box;
}
#example .example_box img.border_blue{
    border: 1px solid #274b89;
}
#example .example_box img.border_red{
    border: 1px solid #b8445d;
}
#example .example_box .txt_box{
    width: 44%;
}
#example .example_box h3{
    margin-bottom: 10px;
    font-size: 280%;
    font-weight: normal;
    line-height: 1.2;
}
#example .example_box h3.h3_eki{
    color: #274b89;
}
#example .example_box h3.h3_f_language{
    color: #b8445d;
}

#example .example_box .txt_box p{
    font-size: 120%;
}

@media only screen and (max-width: 640px) {
    #example{
        background: url(../img/bg01.png) center 0 no-repeat;
        background-size: cover;
    }
    #example h2#eki{
        width: 100%;
        border-top: 10px solid #274b89;
    }
    #example h2#f_language{
        width: 100%;
        border-top: 10px solid #b8445d;
    }
    #example .example_box{
        width: 90%;
        margin: 0 auto 40px;
    }
    #example .example_box img{
        width: 100%;
        margin-bottom: 20px;
    }
    #example .example_box .txt_box{
        width: 100%;
    }
    #example .example_box h3{
        font-size: 180%;
    }
    #example .example_box .txt_box p{
    }
}
/*------------------------
VOICE
--------------------------*/
#voice{
    width: 100%;
    margin-top: 120px !important;
    padding-top: 120px;
    background: #fffcde;
    position: relative;
}
#voice h2{
    width: 100%;
    position: absolute;
    top: -60px;
}
#voice h2 img{
    width: 390px !important;
}
#voice ul#voice_box{
    width: 96%;
    margin: 0 auto;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
#voice ul#voice_box li{
    width: 48.5%;
    margin-bottom: 30px;
    padding: 15px;
    box-sizing: border-box;
}
#voice ul#voice_box li:nth-child(2n+1){
    border: 2px solid #274b89;
    margin-right: 3%;
}
#voice ul#voice_box li:nth-child(2n){
    border: 2px solid #b8445d;
}
#voice ul#voice_box li img{
    width: 35.5%;
    float: left;
}

#voice ul#voice_box li p.occupation{
    width: 64.5%;
    margin-bottom: 30px;
    font-size: 120%;
    float: right;
}
#voice ul#voice_box li:nth-child(2n+1) p.occupation{
    border-bottom: 3px solid #274b89;
}

#voice ul#voice_box li:nth-child(2n) p.occupation{
    border-bottom: 3px solid #b8445d;
}

#voice ul#voice_box li p.voice_txt{
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    font-size: 120%;
}


@media only screen and (max-width: 640px) {
    #voice{
        width: 100%;
        margin-top: 50px !important;
        padding-top: 20px;
        padding-bottom: 1px;
        background: #fffcde;
        position: relative;
    }
    #voice h2{
        width: 100%;
        position: relative;
        top: auto;
    }
    #voice h2 img{
        width: 60% !important;
    }
    
    #voice ul#voice_box{
        width: 90%;
        margin: 0 auto;
        display: block;
        flex-wrap: nowrap;
    }
    #voice ul#voice_box li{
        width: 100%;
        margin-bottom: 30px;
        padding: 15px;
        box-sizing: border-box;
    }
    #voice ul#voice_box li:nth-child(2n+1){
        border: 2px solid #274b89;
        margin-right: 0;
    }
    #voice ul#voice_box li:nth-child(2n){
        border: 2px solid #b8445d;
    }
    #voice ul#voice_box li img{
        width: 50%;
        margin: 0 auto 20px;
        display: block;
        float: none;
    }

    #voice ul#voice_box li p.occupation{
        width: 100%;
        margin-bottom: 20px;
        font-size: 120%;
        float: none;
    }
}
/*------------------------
Q&A
--------------------------*/
#faq{
    width: 100%;
    margin-top: 50px !important;
}
#faq h2 img{
    width: 390px !important;
}

#faq .question{
    margin-bottom: 20px;
    font-size: 154%;
    font-weight: bold;
    color: #00823e;
    padding-left: 46px;
    box-sizing: border-box;
    position: relative;
}
#faq .question:before{
    content: '';
    width: 36px;
    height: 40px;
    margin-right: 10px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/icon_q.png) 0 0 no-repeat;
    background-size: 100%;
}
#faq .answer{
    margin-left: 40px;
    margin-bottom: 40px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    font-size: 140%;
    position: relative;
    text-indent: 30px;
}
#faq .answer:before{
    content: '';
    width: 26px;
    height: 19px;
    margin-right: 10px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/icon_a.png) 0 0 no-repeat;
    background-size: 100%;
}

@media only screen and (max-width: 640px) {
    #faq h2 img{
        width: 60% !important;
    }
}
/*------------------------
応募ボタン
--------------------------*/
#main .section .btn_form {
	display: inline-block;
	box-sizing: border-box;
	position: relative;
	margin: 1.0em auto;
	background-color: #008803;
	text-align: center;
	text-decoration: none;
	line-height: 1;
	font-size: 169%;
	color: #ffffff;
    border-radius: 10px;
}
#main .section .btn_form:after {
	content: '';
	display: block;
	transform: rotate(-45deg);
	position: absolute;
	right: -0px;
	bottom: -0px;
	border: 10px solid transparent;
	border-top-color: #ffffff;
	width: 0;
	height: 0;
}
#main .section .btn_form:hover {
	background-color: #33a035;
}
#main .section .btn_form span.blank {
	box-sizing: border-box;
	display: inline-block;
	position: relative;
	margin-left: 0.5em;
	border: 2px solid #ffffff;
	width: 18px;
	height: 12px;
	box-shadow: 2px 2px #008803;
	vertical-align: top;
}
#main .section .btn_form span.blank:before {
	content: '';
	box-sizing: border-box;
	display: inline-block;
	position: absolute;
	bottom: -6px;
	left: -6px;
	border-bottom: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	width: 16px;
	height: 10px;
}

.caution_entry{
    color: #e20b20;
    font-size: 140%;
    text-align: center;
}
@media only screen and (max-width: 640px) {
	#main .section .btn_form {
		padding: 1em;
		width: 100%;
	}
    .caution_entry{
        color: #e20b20;
        font-size: 140%;
        text-align: left;
    }
}
@media only screen and (min-width: 641px) {
	#main .section .btn_form {
        width: 80%;
		padding: 35px 0;
	}
}
