@charset "UTF-8";

/* ==================================================
	common
 ================================================== */
.mb20{
 margin-bottom: 20px;
}
img {
	width: 100%;
}
body {
	font-family: ヒラギノ角ゴシック, "Hiragino Sans", 游ゴシック, "Yu Gothic", sans-serif;
	overflow: hidden;
}

.wrap {
	max-width: 960px;/* 960px */
	margin: 0 auto;
}

.pc {
	display: block;
}
.sp {
		display: none;
	}
.red {
	color: #c01920;
	font-weight: bold;
}
@media screen and (max-width: 1300px) {
	.pc {
		display: none !important;
	}
}
.tablet {
	display: none;
}
@media screen and (min-width: 1299px) {
	.tablet {
		display: none !important;
	}
}
@media screen and (max-width: 1299px) {
	.tablet {
		display: block!important;
	}
	.sp {
		display: none!important;
	}
}
@media screen and (max-width: 768px) {
	.tablet {
		display: none!important;
	}
	.sp {
		display: block!important;
	}
}
a {
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
@media screen and (min-width: 767px) {
a:hover {
	opacity: .7;
}
}

.pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 42px;
	height: 42px;
	cursor: pointer;
	z-index: 999;
}

.pagetop img {
	width: 42px;
	height: 42px;
}
#form{
	display:block;
	margin-top: -13px;
	padding-top: 13px;
}
@media screen and (min-width: 1300px) {
	.sp {
		display: none !important;
	}
}
@media screen and (min-width: 1299px) {
	.tablet {
		display: none !important;
	}
}

@media screen and (max-width: 768px) {
	.pc {
		display: none !important;
	}
}



/* ==================================================
	header
 ================================================== */

header {
	height: 120px;
	background: url("../img/header_bg.jpg") no-repeat center center;
	    background-size: cover;
	z-index: 9999;
	width: 100%;
display: flex;
    justify-content: space-between;
    margin: 0 auto;
    align-items: center;
    position: fixed;
	font-size: 5em;
	display: flex;
    justify-content: center;
	align-items: center;
	color: #fff;
}

.caution{
	font-size: 0.4em;
	font-weight: normal;
}

header h1 {
    line-height: 0.6;
    padding: 7% 1%;
    width: 44%;
}
header a {
    line-height: 0.6;
    width: 16%;
    padding: 7% 1%;
}
#point{
	padding: 9rem 0;
}
.pcbtn{
	display: block;
}
.spbtn{
	display: none;
}

.tel.pcbtn{
	padding-right: 15px;
}
/* ==================================================
	kv
 ================================================== */

#kv img{
	margin-top:120px;
}

@media screen and (max-width: 768px) {
/* ==================================================
	kv
 ================================================== */

#kv img{
	margin-top:45px;
}
header h1 {
    line-height: 0.6;
    padding: 7% 1%;
    width: 50%;
}
header a {
    line-height: 0.6;
    width: 22%;
    padding: 7% 1%;
}
	header{
		height: 50px;
	}
.pcbtn{
	display: none;
}
.spbtn{
	display: block;
}
.entry_list{
	display: flex;
	justify-content: space-between;
	align-items: center;
	}
	#point {
    padding: 9rem 15px;
}
.tabs {
    margin-top: 50px;
    /*padding-bottom: 40px;*/
    /*background-color: #f3f3f3;*/
    margin: 0 15px;
}
}
 @media screen and (max-width: 530px) {   
header h1{
	    line-height: 0.6;
	padding: 7% 1%;
	width: 70%;
}
	header a{
	    line-height: 0.6;
	width: 30%;
	padding: 7% 1%;
}
}




/* ==================================================
	section
 ================================================== */

section {

}

section .ttl {
	font-size: 30px;
	letter-spacing: 4px;
	text-align: center;
	margin-bottom: 40px;
	position: relative;
}
section .ttl .big {
	font-size: 40px;
}
section .ttl .red {
	color: #c01920;
}
section .ttl::after {
	content:"";
    display:inline-block;
    width:60px;
    height:6px;
    background-color: #c01920;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -30px;
}
section .lead {
	font-size: 18px;
	line-height: 2.2;
	text-align: center;
}
section .attention {
	font-size: 13px;
	text-align: center;
	padding-top: 20px;
}


/* 個別
 -------------------------------------------------- */
#job{
	padding: 20rem 0 30rem;
	background: url("../img/jobbg.jpg") no-repeat center top;
	background-size: cover;
	position: relative;
}
.jobs {
	margin-bottom: 60px!important;
}
.job-comment{
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	margin-top: 30px;
}
.about-job{
	border: solid 3px #c11920;
    border-radius: 10px;
    background: #fff;
    box-shadow: #ccc 10px 6px 10px;
    margin: 10px auto;
    width: 60%;
}
.about-job p{
	padding-bottom: 20px;
	font-size: 18px;
}
.job_txt{
	padding: 20px 20px 10px;

}
.about-job h3{
	background-color: #c11920;
	color: #fff;
	padding: 20px;
	font-size: 22px;
	text-align: center;
}
.wants{
	color: #c11920;
	font-weight: bold;
	text-align: center;
}
#point2{
	padding: 9rem 0;
	position: relative;
}
#point2 img{
	position: absolute;
	top:147px;
	left: 66%;
	max-width: 150px;
	z-index: 100;
}
.point-about{
	padding: 35px;
	background-color: #c11920;
	color: #fff;
	text-align: center;
	margin-bottom: 20px;
}
.point-about h3{
	border-bottom: #fff solid 2px;
	font-size: 20px;
	margin: 0 auto 20px;
	max-width: 600px;
}
.point-about p {
	font-size: 18px;
}
.job-txt{
    text-align:center;
    font-size:16px;
    font-weight:bold;
    padding:20px 10px;
}
#gather{
	padding: 9rem 0;
	/*position: relative;*/
	background: url("../img/gather_bg.jpg") repeat-y center;
	background-size: cover;
	font-size: 18px;
}
#gather ttl{
	margin-bottom: 20px;
}
#gather table{
	margin-bottom: 20px;
}
#gather h3{
	font-size: 20px;
	text-align: center;
	color: #c11920;
	border-bottom: solid #c11920 2px;
	margin-bottom: 20px;
}
#gather th{
	font-weight: bold;
	width: 30%;
}
#gather tr{
height: 45px;
}

#flow{
	padding: 9rem 0;
}
.bnrArea {
	padding: 60px 0 0;
}
.bnrArea .wrap{
	text-align: center;
}
.bnrArea .wrap .txt{
	font-size: 20px;
}
.bnrArea a{
}
#formArea {
	padding-top: 70px;
	margin-top: 70px;
	padding-bottom: 70px;
	background: url("../img/bg_form.jpg") repeat-y center top;
	background-size: cover;
	color:#fff;
}
#formArea .ttl::after {
    background-color: #fff;
}

#formArea dl {
	font-size: 16px;
	width: 640px;
	margin-left: auto;
	margin-right: auto;
    border-bottom:5px solid #fff;
	padding: 20px 0;
	overflow: hidden;
}
#formArea dl dt{
	width: 30%;
	float: left;
	font-weight: bold;
	padding-top: 6px;
}
#formArea dl dt span{
	display: inline-block;
	background: #fff;
	border-radius: 4px;
	color: #c01920;
	font-size: 80%;
	padding: 2px 6px 1px;
	margin-left: 10px;
}
#formArea dl dd{
	width: 65%;
	float: left;
}
#formArea dl dd input{
	width: 100%;
	font-size: 14px;
	padding: 6px 10px;
}
#formArea dl dd select{
	width: 100%;
}
#formArea .sendBtn{
	padding:60px 0 0;
	text-align: center;
}



#cta .fixArea {
	width: 100%;
	z-index: 999;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	font-weight: bold;
	background: url("../img/bg_form.gif") repeat center top;
    border-top: #c01920 solid 3px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
	-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.07);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
}
#cta.fixed{
	height: 124px;
}
#cta.fixed .fixArea{
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
}
#cta .wrap{
	width: 700px;
}
#cta .txtArea{
	float: left;
}
#cta .txtArea .color{
	color: #ffff00;
}
#cta .txtArea .lead{
	font-size: 30px;
	line-height: 1.2;
}
#cta .txtArea .lead span{
	font-size: 50px;
}
#cta .txtArea .attention span{
	text-decoration: underline;
}
#cta .btnArea{
	float: right;
}



/* ==================================================
	footer
 ================================================== */

footer {
	background-color: #eee;
	text-align: center;
	padding: 20px;
}
footer a{
	font-size: 15px;
}
.copy {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 70px;
	color: #666;
}

@media screen and (max-width: 768px) {
    #gather th{
	font-size: 15px;
}
	.about-job{
	    margin: 5px auto;
	    width:90%;
}
	/* ==================================================
	common
 ================================================== */
	.wrap {
		width: auto;
	}
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	img {
		max-width: 100%;
	}
	/* ==================================================
	header
 ================================================== */
	header {
	 height: 46px;
	}
	header .h_wrap {
		width: 100%;
		max-width: none;
		padding: 0 3%;
	 display: flex;
	 justify-content:         space-between;
}
	
	header .h_wrap .utility .tel{
	margin-right: 0px;
	padding-top: 8px;
	padding-bottom: 4px;
}
	
	
	
	header .h_wrap .utility .tel img{
		display: none;
}
	header .h_wrap .utility .btn img{
		width: 180px;
		
}
	#kv {
		margin-top: 0;
		height: auto;
		background-image: none;
		margin-bottom: -20px;
		text-align: center;
	}


	/* ==================================================
		section
	 ================================================== */

	section {
	    padding-top: 40px;
	}

	section .ttl {
		font-size: 18px;
		margin-bottom: 20px;
		letter-spacing: 0;
	}
	section .ttl .big {
		font-size: 22px;
	}
	section .ttl::after {
		height:4px;
		bottom: -4px;
	}
	section .lead {
		font-size: 14px;
		padding-left: 15px;
		padding-right: 15px;
	}
	section .attention {
		font-size: 10px;
	}

	/* 個別
	 -------------------------------------------------- */


	.careerpass{
		text-align: center;
	}
	.careerpass img{
		max-width:60%;
		display: inline;
	}
	
	#faq dl {
		font-size: 14px;
		width: 94%;
	}
#faq dl dt{
	background: url("../img/faq_q.gif") no-repeat left 5px;
	background-size: 20px 20px;
	padding: 6px 40px 14px 30px;
}
#faq dl dt span{
 width: 6px;
  height: 6px;
}
#faq dl dd{
	background: url("../img/faq_a.gif") no-repeat left 5px;
	background-size: 20px 20px;
	padding: 6px 0px 14px 30px;
}

	.bottom dl {
		font-size: 14px;
		width: 94%;
		padding: 8px 0;
	}
	.bottom dl dt,.bottom dl dd{
		width: auto;
		float: none;
	}
.bottom .moreRead{
	font-size: 16px;
	width: 80%;
}
.bottom .moreRead span{
	top:6px;
	}
.bnrArea{
	padding-top: 40px;
}
.bnrArea .wrap .txt{
	font-size: 14px;
	margin-bottom: 10px;
}
.bnrArea a{
	width: 44%;
	display: inline-block;
}
	#formArea {
		padding-top: 40px;
		margin-top: 40px;
		padding-bottom: 40px;
	}

	#formArea dl {
		font-size: 14px;
		width: 75%;
		padding: 8px 0;
		border-bottom: none;
	}
	#formArea dl dt{
		width: 100%;
		float: none;
		margin-bottom: 10px;
	}
	#formArea dl dd{
		width: 100%;
		float: none;
	}
	#formArea .sendBtn{
		padding:30px 0 0;
	}
	#formArea .sendBtn img{
		width: 90%;
	}




#cta .fixArea{
	padding-top: 6px;
	padding-bottom: 6px;
/*    border-top: #c01920 solid 1px;*/
	font-weight: normal;
}
#cta.fixed{
	height: 64px;
}

#cta .wrap{
	width: auto;
	display: flex;
	-webkit-justify-content: space-around; /* Safari */
  justify-content:         space-around;
}
#cta .txtArea{
	float: none;
}
#cta .txtArea .lead{
	font-size: 16px;
}
#cta .txtArea .lead span{
	font-size: 22px;
}
#cta .txtArea .attention{
	display: none;
	font-size: 10px;
}
#cta .txtArea .attention span{
	display: block;
}
#cta .btnArea{
	float: none;
	width: 30%;
}

.foot{
	padding: 10px;
}
.foot .attention{
	font-size: 10px;
}
.foot .attention .color{
	color: #c01920;
}


	/* ==================================================
	footer
 ================================================== */
	.pagetop {
		bottom: 15px;
		right: 15px;
		width: 30px;
		height: 30px;
	}
	.pagetop img {
		width: 30px;
		height: 30px;
	}
	footer {
		height: 50px;
		text-align: left;
		margin-bottom: 0;
	}
	.copy {
		font-size: 10px;
		line-height: 1.4em;
		padding: 18px 3%;
	}
}

/*footer tel 追加*/
.utility01{
	text-align: center;
	margin-bottom: 5px;
}

/* PC */
@media screen and (min-width: 767px) {
	.utility01{
		display: none;
	}
}


/*フォーム*/


#formArea .error {
    color: #ffff00;
}
#confirm #formArea {
    margin-top: 0;
}
#confirm #formArea .topback {
	margin-top: 30px;
	font-size: 18px;
	line-height: 2.2;
	text-align: center;
}
#confirm #formArea .topback a {
	text-decoration: underline;
	color: #ffffff;
}
#confirm #formArea .btnArea {
	width: 700px;
	margin: 0 auto;
	margin-top: 40px;
}
#confirm #formArea .btnArea form {
	float: left;
}
#confirm #formArea .btnArea form:last-child {
	float: right;
}
#formArea .confirmbtn,
#confirm #formArea .backbtn,
#confirm #formArea .sendbtn {
cursor: pointer;
  display: block;
  width: 330px;
  height: 85px;
	margin: 0 auto;
  border: none;
  text-indent: -9999px;
	background: url(../img/btn_send.gif) no-repeat 0 0;
	margin-top: 20px;
}
#confirm #formArea .backbtn {
	background: url(../img/btn_back.gif) no-repeat 0 0;
}
#formArea .confirmbtn {
	background: url(../img/btn_confirm.gif) no-repeat 0 0;
}


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

#confirm #formArea .btnArea {
	width: auto;
	margin-top: 20px;
}
#formArea .confirmbtn,
#confirm #formArea .backbtn,
#confirm #formArea .sendbtn {
  width: 280px;
  height: 72px;
	background-size: cover;
}

	#confirm #formArea .btnArea form {
		float: none;
	}
	#confirm #formArea .btnArea form:last-child {
		float: none;
		margin-top: 10px;
	}
}
	/* ==================================================
	modal
 ================================================== */
.modal_area,.modal_areaB{
	display: flex;
	
}
.modal_area img,.modal_areaB img{
	max-width: 100%;
}
.modal_area h3,.modal_areaB h3{
	font-size: 1.7rem;
	color:#c01920;
	margin-bottom: 10px;
}
.modal_area > div{
	margin-left: 20px;
	text-align: left;
}
.modal_areaB > div{
	margin-left: 20px;
}
	.modal_area > figure{
	width: 80%;
}
.modal_areaB > figure{
	width: 100%;
}
.fcBr{
	color:#333333;
}
.mB10{
	margin-bottom: 10px;
}
.modal_area h4,.modal_areaB h4{
	font-size: 1.6rem;
}
.modal_inner_list{
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
	font-size: 1.4rem;
}
.modal_inner_list li about-job:nth-child(1){
	width: 70%;
	-webkit-box-ordinal-group:1;
        -ms-flex-order:1;
        -webkit-order:1;
        order:1;
}
.modal_inner_list li about-job:nth-child(2){
	width: 25%;
	-webkit-box-ordinal-group:2;
        -ms-flex-order:2;
        -webkit-order:2;
        order:2;
}
.modal_inner_list li about-job:nth-child(2) img{
	max-width: 100%;
}.modal_inner_list_inexperience{
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
	font-size: 1.4rem;
}
.modal_inner_list_inexperience li about-job:nth-child(1){
	width: 70%;
	-webkit-box-ordinal-group:1;
        -ms-flex-order:1;
        -webkit-order:1;
        order:1;
}
.modal_inner_list_inexperience li about-job:nth-child(2){
	width: 25%;
	-webkit-box-ordinal-group:2;
        -ms-flex-order:2;
        -webkit-order:2;
        order:2;
}
.modal_inner_list_inexperience li about-job:nth-child(2) img{
	max-width: 100%;
}
@media screen and (max-width: 768px) {
	.job-comment {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-top: 30px;
    padding: 15px;
}
	.modal_area{
		display: block;
	}
	.modal_area > div{
	text-align: center;
		margin-left: 0;
}
	.modal_area > figure{
	width: 60%;
	margin: 0 auto 5vw;
}
	.modal_inner_list{
 -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap:         wrap;
		margin-bottom: 5vw;
	}
	.modal_inner_list li about-job:nth-child(1){
	width: 100%;
	-webkit-box-ordinal-group:2;
        -ms-flex-order:2;
        -webkit-order:2;
        order:2;
		font-size: 1.2rem;
}
.modal_inner_list li about-job:nth-child(2){
	width: 100%;
	-webkit-box-ordinal-group:1;
        -ms-flex-order:1;
        -webkit-order:1;
        order:1;
}
	.modal_inner_list_inexperience{
		margin-bottom: 5vw;
	}
	.modal_inner_list_inexperience li about-job:nth-child(1){
	width: 70%;
	-webkit-box-ordinal-group:2;
        -ms-flex-order:2;
        -webkit-order:2;
        order:2;
		text-align: left;
		font-size: 1.2rem;
}
.modal_inner_list_inexperience li about-job:nth-child(2){
	width: 25%;
	-webkit-box-ordinal-group:1;
        -ms-flex-order:1;
        -webkit-order:1;
        order:1;
	margin-right: 2vw;
}
	.modal_inner_list li about-job > figure{
	width: 60%;
		margin: 0 auto 5vw;
	}
}

.form_list{
	display: flex;
}
.form_list l about-jobi{
	width: 30%;
}
#formArea dl dd #man,#formArea dl dd #woman{
	width: inherit;
	padding: 6px 4px 6px 10px;
}

/*character画像位置調整*/

@media screen and (max-width: 1200px) {
#point2 img{
	position: absolute;
	top:147px;
	left: 72%;
	max-width: 150px;
}
}

@media screen and (max-width: 850px){
	#point2 img {
    position: absolute;
    top: 50px;
    left: 68%;
    max-width: 86px;
}
}


/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
 /* padding-bottom: 40px;*/
  /*background-color: #f3f3f3;*/
  margin: 0 auto;
}

/*タブのスタイル*/
.tab_item {
  width: 100%;
  height: 50px;
  border-bottom: 3px solid #c11920;
  background-color: #828282;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  display: block;
  /*float: left;*/
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
	border-radius: 10px 10px 0 0;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
    display: none;
    padding: 40px;
    clear: both;
    overflow: hidden;
    background: #fff;
	margin-bottom: 30px;
}


/*選択されているタブのコンテンツのみを表示*/
#lift:checked ~ #lift_content,
#made:checked ~ #made_content,
#work:checked ~ #work_content,
#company:checked ~ #company_content{
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #c11920;
  color: #fff;
	    border-radius: 10px 10px 0 0;
}

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

	.tabs {
    margin-top: 50px;
    /*padding-bottom: 40px;*/
    /*background-color: #f3f3f3;*/
    margin: 0 15px;
}
	.point-about {
    padding: 30px 20px;
    background-color: #c11920;
    color: #fff;
    text-align: center;
    margin: 0 15px 20px;
}
	#flow{
	margin: 0 15px;
		padding: 9rem 0 4rem;
}
	.about-job h3 {
    background-color: #c11920;
    color: #fff;
    padding: 6px;
    font-size: 22px;
    text-align: center;
}
}
@media screen and (max-width: 900px) {

.tabs .lift-tab{
	 line-height: 1.2;
    font-size: 13px;
    height: 32px;
    padding-top: 18px;
}
}

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

.tabs .lift-tab{
	line-height: 1.2;
    font-size: 17px;
    height: 35px;
    padding-top: 15px;
	margin-top: 15px;
}
	.tab_content {
    display: none;
    padding: 20px;
    clear: both;
    overflow: hidden;
    background: #fff;
}
	#gather{
	padding: 6rem 0;
	position: relative;
	background: url("../img/gather_bg_sp.jpg") repeat-y center top;
	font-size: 16px;
}
}
@media screen and (max-width: 1400px) {
#job{
	padding: 10rem 0 20rem;
	background: url("../img/jobbg.jpg") no-repeat center top;
	background-size: cover;
	position: relative;
}
}
@media screen and (max-width: 1000px) {
#job{
	padding: 7rem 0 10rem;
	background: url("../img/jobbg_tab.jpg") no-repeat center top;
	background-size: cover;
	position: relative;
}
}
@media screen and (max-width: 468px) {
#job{
	padding: 7rem 0 10rem;
	background: url("../img/jobbg_sp.jpg") no-repeat center top;
	background-size: cover;
	position: relative;
}
}

/*スライダー*/
@media only screen and (min-width: 769px) {
.fvslider-pc{
    margin: 0px auto;
    width: 100%;
}
.fvslider-pc img{
    height: auto;
    width: 100%;
}
.fvslider-pc .slick-prev{
    left: 10px;
}
.fvslider-pc .slick-next{
    right: 10px;
}
.fvslider-pc .slick-prev,
.fvslider-pc .slick-next {
    z-index: 100;
}
.fvslider-pc .slick-prev::before,
.fvslider-pc .slick-next::before {
    color: #f56700;
}
#kv .fvslider-sp{
    font-size: 120%;
    display: none;
}
}
@media only screen and (max-width: 768px){
.fvslider-sp{
    margin: 0px auto;
    width: 100%;
}
.fvslider-sp img{
    height: auto;
    width: 100%;
}
.fvslider-sp .slick-prev{
    left: 10px;
}
.fvslider-sp .slick-next{
    right: 10px;
}
.fvslider-sp .slick-prev,
.fvslider-sp .slick-next {
    z-index: 100;
}
.fvslider-sp .slick-prev::before,
.fvslider-sp .slick-next::before {
    color: #f56700;
}
#kv .fvslider-pc{
    display: none;
}
}

/*btn*/
.btn_text{
    font-size: 16px;
}
.point a {
   padding:0px 5px;
   width: 100%;
}
#point5 {
    margin-bottom: 90px;
    padding-top: 70px;
}

@media screen and (min-width: 768px){
#point5 .point {
    padding-top: 0px;
    padding-bottom: 20px;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
}
}
@media screen and (max-width: 768px){
#point a {
    width: 50%;
}
#point5 .point {
    padding-top: 0px;
    padding-bottom: 20px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.point a {
   width: 41%;
}
}
/*btn*/

/*募集中の地域*/
.areabox {
    width: auto;
    margin: auto;
    margin-top: 30px;
    margin-left: 20px;
    margin-right: 20px;
    display:flex;
    border: solid 2px #c11920;
    border-radius: 10px;
    font-weight: bold;
    font-size: 18px;
    min-width: 0;
}
.area-title {
    flex: 1;
    text-align: center;
    background-color: #c11920;
    color: #fff;
    justify-content: center;
    display: flex;
    align-items: center;
    padding: 10px;
    border-top-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-bottom-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
}
.area-text {
    flex: 3;
    justify-content: center;
    display: flex;
    align-items: center;
    padding: 10px;
}

@media screen and (max-width: 1465px) {
    .area-title {
    flex: 1;
    background-color: #c11920;
    color: #fff;
    justify-content: center;
    display: flex;
    align-items: center;
    padding: 10px;
    border-top-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-bottom-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
}
.area-text {
    flex: 2;
    text-align: center;
    padding: 10px;
}
}




/* 210917 */
@media screen and (min-width:768px){
    header{
        height: 104px;
    }
    #kv img{
        margin-top: 104px;
    }
    .tab_item{
        box-sizing: border-box;
        /*border-left: 2px solid #fff;*/
		margin-top: 20px;
    }
    .tabs input:checked + .tab_item{
        border-left: none;
    }
}

.header_inner{
    display: flex;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
}

.header_inner .logo{
    display: block;
    width: 350px;
    object-fit: contain;
}
.header_inner .tel_btn{
    margin-left: 10%;
}
.header_inner .tel_btn,
.header_inner .contact_btn{
    display: block;
    height: 100%;
    width: 30%;
}
.header_inner .tel_btn img,
.header_inner .contact_btn img{
    height: 100%;
    object-fit: cover;
}
.header_inner a span{
    color: #fff;
    margin-top: 10px;
    font-size: 16px;
    display: block;
    text-align: center;
    font-weight: bold;
}

.tabs input:checked + .tab_item {
    background: linear-gradient(to right, #9c0e14 0%, #c11920 25%, #f2444b 50%, #c11920 75%, #9c0e14 100%);
}


@media screen and (max-width:640px){
    .header_inner{
        width: 95%;
    }
    .header_inner .logo{
        width: 40%;
    }
    .header_inner .tel_btn{
        display: none;
    }
    .header_inner a span{
        display: none;
    }
}

/* 募集要項 製造ライン*/
.notice{
    width: auto;
    margin-bottom:25px;
    border:solid 2px #c11920;
    text-align:center;
    color:#c11920;
    padding:5px;
	font-weight: bold;
}
@media screen and (max-width:640px){
.notice{
    margin:auto;
	margin-top: 5px;
	margin-bottom: 15px;
}
}

/*_______________________________追記_________________*/

#gather ul {
  display: none;
}

#gather span {
  cursor: pointer;
}

#gather li {
  cursor: pointer;
}
.tab_content {
	border-radius: 0 0 10px 10px;
}
.tab_item {
	background: linear-gradient(to right, #7e7d7d 0%, #9b9b9b 50%, #7e7d7d 100%);
}

.middle {
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 15px;
}

#gather span {
	border-radius: 10px;
}

#gather span.active {
	background: linear-gradient(to right, #9c0e14 0%, #c11920 25%, #f2444b 50%, #c11920 75%, #9c0e14 100%);
	border-radius: 10px 10px 0 0;
}

/*___________________センターぞろえ追記*/
.point-about {
	text-align: left;
	}
.point-about p {
	max-width: 600px;
	margin: auto;
}
.job-txt p:first-child {
		margin-bottom: -15px;
	}
@media screen and (min-width:640px){
	.point-about {
		text-align: left;
		margin: 30px 70px 20px 70px;
	}
	.job-txt_detail {
		text-align: left;
		max-width: 365px;/*←ここまでの2行削除でセンターぞろえ復活*/
		margin: auto;
	}
}
@media screen and (max-width:640px){
	.point-about {
		text-align: left;
	}
	section .lead {
		text-align: left;
	}
	.job-txt_detail {
		text-align: left;
	}
}