@charset "UTF-8";
/****************
基本
*********************************/
body {
	font-size: 14px;
	font-family: "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
}
a  {
	text-decoration: none;
}

.sp {
	display: none;
}

.bg-navy {
	background-color: #30344b;
}
.bg-blk {
	background-color: #141414;
}
/****************
ヘッダー
*********************************/
.header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}
.header .inner {
	width: 1000px;
	margin: 0 auto;
}
.header .top_head{
	background-color:#ee3635;
	position: relative;
	top: 0;
}
.header h1 {
    text-align: center;
    padding: 10px 0 9px;
}
.header h1 img{
	width: 66px;
}
.header .btn-recruit {
    position: absolute;
    right: 0;
    top: 0;

}
.header .btn-recruit:hover{
	background-color:#fff ;
	color: #333;
}
.header .btn-recruit a{
    text-align: center;
    background-color: #333333;
    color: #fff;
    line-height: 1.2;
    padding: 12px 19px;
	cursor: pointer;
	display: block;
	transition: .4s;
}
.header .btn-recruit a:hover{
	color: #333;
	background-color:#fff001 ;
}
.header .btn-recruit .btn-blk .moji{
	font-size: 15px;
}
.header .btn-recruit .btn-blk .mark{
	font-size: 22px;
}
.header .inner {
	width: 1000px;
	margin: 0 auto;
}
.nav {
	background-color: #fff;
	width: 100%;
	border-bottom: 1px solid #d8d8d8;
}
.nav a {
	width: 125px;
	text-align: center;
	color:#333;
	font-size: 14px;
	font-weight: bold;
	float: left;
	display: block;
	padding: 16px 0;
	cursor: pointer;
	transition: .4s;
}
.nav a:hover {
	background-color: #333;
	color: #fff;
}
/*KV*/
.kv img {
	width: 100%;
}
/****************
wrap
*********************************/
#wrap .inner {
	width: 1000px;
    margin: 0 auto;
    padding: 60px 0;
}
#wrap h2.c-ttl {
    font-weight: bold;
    font-size: 28px;
    border-bottom: 2px dotted #dedede;
    margin: 0 auto 16px;
	display: inline-block;
    width: 100%;
  font-family: 'Lora', serif;  
}
#wrap h2.c-ttl span{
	/*color: #ee3635;*/
	font-size: 32px;
}
#wrap h2.c-ttl .en {
	display: inline-block;
  font-family: 'Lora', serif;
}
#wrap h2.c-ttl .kana {
    display: inline-block;
    font-size: 16px;
    vertical-align: middle;
  font-family: 'Lora', serif;
}
.cont_inner .txt_100{
	font-size: 24px;
	text-align: center;
	line-height: 2;
}
.cont_inner .txt_100:first-child{
	margin-bottom: 24px;
}
/****************
blc01
*********************************/
.blc01 {
	background-image:url(../images/recruit/bg_blc01.jpg);
	background-position: center top;
	background-size: cover;
}

/****************
blc_apply
*********************************/
.blc_apply {
	width: 100%;
	background-color:#f04442;
}
.blc_apply .btn-center {
	text-align: center;
	padding:32px 0 ;
}
.blc_apply a {
    position: relative;
    display: inline-block;
    padding: 14px 148px;
    text-decoration: none;
    color: #000;
    background: #fff;
    transition: .4s;
    border-radius: 12px;
    font-size: 22px;
}
.blc_apply a:hover {
    background: #fff001;
    color: #333;
}
/****************
blc02
*********************************/
.ggmap{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.ggmap iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}
/****************
blc04
*********************************/
.qa_ptn {
	margin-bottom: 32px;
}
.qa_ptn:last-child {
	margin-bottom: 0;
}
.qa_ptn dt {
    display: table;
    width: 100%;
    padding-bottom: 2px;
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1.6;
    font-weight: bold;
    border-bottom: #d2d2d2 1px dotted;
}
.qa_ptn dt span{
    margin-left: 12px;
}
.qa_ptn dd {
    display: table;
    width: 100%;
    text-align: justify;
    font-size: 14px;
    line-height: 1.6;
}
.qa_ptn dd span{
   margin-left: 12px;
}
/****************
blc07
*********************************/
.detail-recruit table {
	box-sizing: border-box;
	font-size: 14px;
    line-height: 1.7;
}
.detail-recruit table th {
    text-align: left;
    vertical-align: top;
	padding-bottom: 4px;
}
.detail-recruit table td {
    text-align: left;
    vertical-align: top;
	padding-left: 12px;
	margin-bottom: 12px;
}
.detail-recruit table th, .detail-recruit table td {
	display: block;
	width: 100%;
}
/****************
BLOG
*********************************/
.blog-contents {
	display: table;
	margin: 0 auto 20px;
}
.blog-contents .blog-one{
	float: left;
	padding: 12px;
	text-align: center;
	width: 216px;
}
.blog-contents .blog-one .name {
    font-size: 16px;
    padding: 8px 0;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    margin: 14px 0;
}
.blog-contents a{
	color: #4CAF50;
}
.blog-contents a:hover{
	text-decoration: underline;
}
/****************
footer
*********************************/
footer{
	color: #fff;
	background-color: #141414;	
	padding: 12px;
	font-size: 10px;
	text-align: center;
}
footer p.foot-link a{
	color: #fff;
	margin: 0 4px;
}
footer p.foot-link a:hover{
	text-decoration: underline;
}
footer p.cpr {
	margin-top: 3px;
}

/****************
/entry/
*********************************/
#wrap .form-area .inner {
	padding:32px 0 60px 0;
}
.form-txt {
	font-size: 16px;
    margin-bottom: 16px;
}
.form {
	width: 100%;
	margin: 0 auto;
	border: 1px solid #dfdfdf;
}
.form:first-child {
	margin-bottom: 40px;
}
.form td {
	text-align: left;
}
.form td p {
	display: inline-block;
}
.form th .req {
	color: #F00;
}
.form p.error {
	color: #F00;
	display: block;
}
.contact-area .col-2 {
	display: inline-block;
	width: 34%;
}
.col-5 {
	width: 80px;
}
input[type="date"] {
	padding: 8px;
	border: 1px solid #b6b6b6;
	background-color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 3px;
}
.form input[type=text] {
	display: inline-block;
	margin-right: 10px;
}
input[type="number"] {
	padding: 8px;
	border: 1px solid #b6b6b6;
	background-color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-right: 4px;
}
.form input[type=text], .form textarea, .form select, .form input[type=select] {
	padding: 8px;
	border: 1px solid #b6b6b6;
	background-color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 3px;
}
.form input[type=text]:focus, .form textarea:focus {
	background: #e3f0ff;
	border: 1px solid #000;
}
.form input[type=text].error, .form textarea.error, .form select.error {
	border-color: #F99;
	border-width: 2px;
}
input.w-middle {
    width: 40%;
}
.form textarea {
	width: 760px;
	height: 150px;
	max-width: 760px;
}
.form input.max {
	width: 95%;
}
.form input.min {
	width: 70px;
}
.form th, .form td {
	border-bottom: 1px solid #dfdfdf;
	padding: 12px;
	vertical-align: top;
	font-size: 	12px;
}
.form th {
	width:24%;
	vertical-align: middle;
	background-color:#565656;
	color: #fff;
	font-weight: normal;
}
.form th span.hissu {
    color: #fff700;
}
.form td label {
	margin: 5px;
	font-size: 13px;
	display: block;
	text-align: left;
	cursor: pointer;
}
.btns {
	text-align: center;
}
.btns button {
    position: relative;
    display: inline-block;
    padding: 16px 76px;
    text-decoration: none;
    background: #565656;
    color: #fff;
    transition: .4s;
    border-radius: 12px;
    font-size: 16px;
    border: none;
}
.btns button:hover{
	background: #fff001;
    color: #333;
}
@media screen and (max-width: 767px) {
/****************
基本
*********************************/
body {
	font-size: 3.5vw;
}

.sp {
	display: block;
}
.pc {
	display: none;
}
.inner {
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
}
	.header h1 img{
		width: 48px;
	}
	.header h1 {
		padding: 8px 0 7px;
	}
	.header .btn-recruit a{
		padding: 8px 14px;
	}	
.header .btn-recruit .btn-blk .moji {
    font-size: 12px;
}	
.header .btn-recruit .btn-blk .mark {
    font-size: 18px;
}
#wrap h2.c-ttl span {
    font-size: 24px;
}
#wrap .inner {
    width: 100%;
    margin: 0 auto;
    padding: 40px 10px;
    box-sizing: border-box;
}
#wrap h2 {
    font-size: 20px;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    width: 100%;
    margin: 0 auto 24px;
    padding: 10px;
    box-sizing: border-box;
    text-align:center;
	
}
.cont_inner .txt_100 {
    font-size: 16px;
    text-align: left;
    line-height: 1.7;
}
.blc01 {
    background-position: center center;
    background-size: cover;
}
.blc_apply .btn-center {
    padding: 24px 0;
}
.blc_apply a {
    padding: 15px 54px;
    font-size: 18px;
}
.qa_ptn dt {
	font-size: 15px;
    margin-bottom: 12px;
}
	.qa_ptn dd {
		font-size: 13px;
	}
	.detail-recruit table{
		width: 100%;
	}
	.detail-recruit table th{
		background-color: #f5f4f4;
	}
	.detail-recruit table th, .detail-recruit table td {
		display: block;
		width: 100%;
		box-sizing: border-box;
		padding: 12px;
	}
	.blog-contents {
		text-align: center;
	}
.blog-contents .blog-one {
    float: none;
	display: inline-block;
    padding: 12px;
    width: 50%;
    box-sizing: border-box;
	vertical-align: top;
}
.blog-contents .blog-one .img img{
	width: 100%;
}
	.blog-contents .blog-one .urllink {
		word-break: break-all;
		text-align: left;
	}
/****************
/entry/
*********************************/
.form-txt {
    font-size: 12px;
    margin-bottom: 12px;
}
.form {
    border: 1px solid #dfdfdf;
    box-sizing: border-box;
}
.form th, .form td {
    display: block;
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    font-size: 16px;
}
.form td {
    text-align: left;
    padding: 8px 8px 24px 8px;
}
.form td p {
    width: 100%;
}
.form input[type=text], .form textarea {
    font-size: 16px;
    box-sizing: border-box;
    width: 100%;
}
.btns button {
    padding: 10px 0;
    border-radius: 12px;
    font-size: 14px;
    width: 40vw;
}
	
	
#wrap .form-area .inner {
	padding:18px 15px 60px;
	box-sizing: border-box;
}	
}
