@charset "utf-8";
/*
///////////////////////////////////////////////////////////////////////////////////
//
//  共通CSS設定
//
///////////////////////////////////////////////////////////////////////////////////
/*
/* [01.CLEAR]
/* [02.PKG,SPC]
/* [03.FONT,COLOR,TEXT-ALIGN]
/* [04.OTHER]
/*
///////////////////////////////////////////////////////////////////////////////////
/*
/* [TOPanimation]
--------------------------------------------------------------------------*/
.start {
	background: #ccccd1;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9000;
}
.start p {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
	width: 280px;
}
.start p img {
	width: 100%;
	height: auto;
}
/* [01.CLEAR]
--------------------------------------------------------------------------*/
.clr:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clr {
  min-height: 1px;
}
* html .clr {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* [02.PKG,SPC]
--------------------------------------------------------------------------*/
.head_pkg {
	width: 100%;
	max-width: 1320px;
	margin: 0 auto;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 0 20px;
}
.foot_pkg {
	background: #ccccd1;
    color: #FFF;
    text-align: center;
    padding: 80px 20px 10px 20px;
    width: 100%;
    margin: 0 auto;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.pkg {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 80px 0;
}
.pkg_640 {
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 80px 0;
}
.pkg_80 {
	width: 100%;
	max-width: 820px;
	margin: 0 auto;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 80px 0;
}
.pkg_1020 {
	width: 100%;
	max-width: 1020px;
	margin: 0 auto;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 80px 0;
}
.pkg_inner {
	max-width: 1280px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 80px 20px;
	margin: 0 auto;
}
.single {
	margin-top: 124px;
}
.pkg_t_60 {
	padding-top: 60px;
}
.spc_b_10 {
	margin-bottom: 10px;
}
.spc_b_15 {
	margin-bottom: 15px;
}
.spc_b_20 {
	margin-bottom: 20px;
}
.spc_b_30 {
	margin-bottom: 30px;
}
.spc_b_40 {
	margin-bottom: 40px;
}
.spc_b_50 {
	margin-bottom: 50px;
}
.spc_b_60 {
	margin-bottom: 60px;
}
.spc_b_70 {
	margin-bottom: 70px;
}
.spc_b_80 {
	margin-bottom: 80px;
}
.pd_b_40 {
	padding-bottom: 40px;
}
.pd_b_60 {
	padding-bottom: 60px;
}

/* [03.FONT,COLOR,TEXT-ALIGN]
--------------------------------------------------------------------------*/
.fwb {
	font-weight: bold;
}
.fs_12 {
	font-size: 12px;
}
.fs_16 {
	font-size: 16px;
}
.fs_20 {
	font-size: 20px;
}
.tac {
	text-align: center;
}
.c_d06363 {
	color: #d06363;
}
.c_d80000 {
	color: #d80000;
}
.c_fff {
	color: #fff;
}
img {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
.tac {
	text-align: center;
}
/* [04.OTHER]
--------------------------------------------------------------------------*/
.dpb {
	display: block;
}
.dpn {
	display: none;
}
.bg_color {
	background: #f5f5f5;
}
.eng {
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 14px;
	margin-bottom: 10px;
	color: #999899;
}
.br-pc { 
	display:block; 
}
.br-sp { 
	display:none;
}
.conts_img {
	width: 100%;
}
.conts_img img {
	width: 100%;
	height: auto;
}
.wp-pagenavi {
	margin-top: 40px;
	width: 1020px;
	margin: 0 auto;
}
.wp-pagenavi a {
	padding: 0 20px 0 10px;
	border-color: #fff!important;
	color: #ccccd1;
	font-size: 18px;
	padding-top: 10px!important;
}
.wp-pagenavi .inactive {
	font-size: 14px;
	padding: 11px 14px;
	background: #ccccd1;
	border-radius: 50px;
	margin-right: 10px;
	color: #fff;
}
.wp-pagenavi .current,
.wp-pagenavi .pages {
	font-size: 14px;
	padding: 11px 14px;
	color: #ccccd1;
	border: 1px solid #ccccd1;
	border-radius: 50px;
	margin-right: 10px;
}
.wp-pagenavi span.current {
	border-color: #ccccd1!important;
}
/* [CONTACT-FORM]
--------------------------------------------------------------------------*/
input, select {
	vertical-align: middle;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="submit"],
input[type="number"],
textarea,
button {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	vertical-align: middle;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border: none;
}
select::-ms-expand {
	display: none;
}
select {
	background: none;
	vertical-align: middle;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: none;
}
input[type="checkbox"],
input[type="radio"] {
	vertical-align: middle;
	margin-top: -1px;
	cursor: pointer;
}
input[type="submit"],
button {
	cursor: pointer;
	-webkit-transition: opacity 0.6s ease-out;
	-moz-transition: opacity 0.6s ease-out;
	-ms-transition: opacity 0.6s ease-out;
	transition: opacity 0.6s ease-out;
}
input[type="submit"]:hover,
button:hover {
	opacity: 0.50;
	-webkit-opacity: 0.50;
	-moz-opacity: 0.50;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}
label {
	cursor: pointer;
}
input[type="text"],
input[type="tel"],
input[type="email"] {
	width: 100%;
	border: solid 1px #eee;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	line-height: 44px;
	padding: 0 10px;
	font-size: 16px;
	height: 48px;
}
input[type="number"] {
	width: 140px;
	border: solid 1px #eee;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	line-height: 44px;
	padding: 0 10px;
	font-size: 16px;
	height: 48px;
}
textarea {
	width: 100%;
	height: 180px;
	border: solid 1px #eee;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 15px;
}
input[type="submit"] {
	font-size: 18px;
	background: #545c60;
	color: #fff;
	width: 360px;
	height: 72px;
	border-radius: 36px;
	line-height: 72px;
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-size: 15px;
	margin: 0 auto;
	font-weight: bold;
}
.form-tel {
	margin-bottom: 20px;
}
.form-dsp {
	padding: 30px;
	background: #f8f8f8;
	margin-bottom: 60px;
}
.contact-form {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	margin-bottom: 20px;
}
.contact-form li {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding-bottom: 30px;
	border-bottom: 1px solid #eee;
	margin-bottom: 30px;
	align-items: center;
}
.contact-form li div:first-child {
	width: 25%;
	height: auto;
	margin-right: 2%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.contact-form li div:last-child {
	width: 73%;
}
.contact-form li div .ttl,
.contact-form li div .ttl-must {
	width: 80%;
	font-weight: bold;
	text-align: left;
	margin-bottom: 0;
	font-size: 15px;
}
.contact-form li div .must {
	width: 15%;
	max-width: 38px;
	color: #fff;
	display: inline-block;
	background: #e88585;
	padding: 6px 5px;
	font-size: 11px;
	line-height: 100%;
	text-align: center;
}
.contact-form li .horizontal-item {
	margin-right: 20px;
	margin-left: 0px!important;
}	
.contact-form select {
	border: 1px solid #eee;
	padding: 10px;
	font-size: 15px;
	background: #fff;
}
.contact-form li span.txt {
	margin: 0 10px;
	display: inline-block;
}
.contact-fin-ttl {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 140%;
	margin-bottom: 40px;
}
.contact-fin-dsp {
	text-align: center;
	margin-bottom: 40px;
}
#page-contact-fin .btn {
	margin: 0 auto;
}
#required {
	background: #f5f5f5;
	padding: 10px;
	line-height: 42px;
	text-align: center;
	margin-bottom: 40px;
}
.privacy-link {
	width: 205px;
	margin: 0 auto 30px;
}
.privacy-link a {
	font-size: 13px;
	display: block;
	text-decoration: underline;
	position: relative;
	padding-right: 20px;
	color: #009A7D;
}
.privacy-link a:after {
	content: "";
	background: url(../images/layouts/blk-link.svg) no-repeat;
	position: absolute;
	display: inline-block;
	width: 16px;
	height: 16px;
	top: 5px;
	right: 5px;
	vertical-align: middle;
}
input[type="number"]::-webkit-outer-spin-button, 
input[type="number"]::-webkit-inner-spin-button { 
	-webkit-appearance: none; 
	margin: 0; 
} 
input[type="number"] { 
	-moz-appearance:textfield; 
}
.contact-form li div .number_full {
	width: 100%;
}
#main_recruit_form {
	margin: 124px auto 40px auto;
	position: relative;
	padding: 100px 20px 60px;
	text-align: center;
	color: #1d1d1d;
}
#main_recruit_form .eng {
	color: #1d1d1d;
	line-height: 100%;
	padding-bottom: 15px;
	margin-bottom: 40px;
}
#main_recruit_form .eng span {
	border-bottom: solid 1px #1d1d1d;
	padding-bottom: 15px;
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
#recruit-form .pkg {
	max-width: 940px;
}
#recruit-form .btn {
	display: block;
	width: 220px;
	height: 60px;
	margin: 0 auto;
	background: #9bd5cb;
	color: #fff;
	text-align: center;
	line-height: 60px;
}
/* [00.Media Queries]
--------------------------------------------------------------------------*/
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}
@media (max-width: 999px) {
	.contact-form li div:first-child {
		width: 100%;
		margin-bottom: 15px;
	}
	.contact-form li div:last-child {
		width: 100%;
	}
	#main_recruit_form {
		margin-top: 60px;
		padding: 80px 0px;
		margin-bottom: 0;
	}
}