/*-- Base Layout ----------------------------------------*/
ol {
	padding-left: 2em;
	line-height: 1.6;
}
ol li {
	list-style-type: decimal;
	display: list-item;
	padding-left: 5px;
	margin-bottom: 15px;
}
ol li:last-child { margin-bottom: 0; }
a {
	-webkit-transition: all 0.15s;
	-moz-transition: all 0.15s;
	-ms-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
}
img { border: none; max-width: 100%; max-height: 100%; }
body {
	-webkit-print-color-adjust: exact;
	font-size: 12pt;
	line-height: 0;
	text-align: left;
	word-wrap: break-word;
	word-break: break-all;
	letter-spacing: 0.02em;
	color: #0A0A0A;
	font-family: "Noto Sans JP","Hiragino Kaku Gothic Pro","Hiragino Kaku Gothic ProN",sans-serif;
	font-weight: 400;
	background-color: #E2F3FD;
}
p { line-height: 1.8; }
h2, h3, h4, h5, h6 { font-weight: 600; }

.formBtn input[type="submit"] {
	font-family: "Noto Sans JP","Hiragino Kaku Gothic Pro","Hiragino Kaku Gothic ProN",sans-serif;
	font-weight: 500;
}
.eng {
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 600;
}

/*-- Header ----------------------------------------*/
header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
	display: block;
}
header #nav_top h1 { background-color: #FFF; }
header #nav_scroll {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
	background-color: rgba(255,255,255,0.92);
	box-shadow: 0 0 10px rgba(0,0,0,0.92);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
header #nav_scroll.scroll {
	top: 0;
	z-index: 99;
	opacity: 1;
	animation-name: hnavi_scroll;
	animation-duration: 1s;
	animation-timing-function: ease;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
}

/*-- Gnavi -----------------------------------------*/
header:after {
	display: block;
	content: "";
	clear: both;
}
h1 { float: left; }
#gnavi {
	float: right;
	margin-right: 2vw;
}
h1, #gnavi ul {
	display: table;
}
h1 a, #gnavi ul li {
	display: table-cell;
	vertical-align: middle;
}
#gnavi ul li a { display: inline-block; }

/*-- Content ---------------------------------------*/
#mainImg { position: relative; }
#mainImg .title, #mainImg .inner:before,
#mainImg .inner .kumo, #mainImg .inner .machi {
	position: absolute;
	z-index: 5;
	margin: auto;
}
#mainImg .title {
	overflow: hidden;
	z-index: 15;
	bottom: 0;
}
#mainImg .title h2 {
	display: block;
	white-space: nowrap;
	line-height: 1.1;
	color: #062D59;
	font-size: clamp(24pt, 5vw, 46pt);
	margin-bottom: 0.4em;
}
#mainImg .inner .kumo {
	top: 0;
	left: 0;
}
#mainImg .inner .machi,
#mainImg .inner:before {
	opacity: 0.75;
}
#mainImg .inner .pic {
	position: relative;
	z-index: 10;
	overflow: hidden;
	border-radius: 20px;
}
#mainImg .inner:before {
	display: block;
	content: "";
	background-color: #A9D4EA;
	bottom: 0;
	left: 0;
}
#mainImg .inner:after {
	display: block;
	content: "";
	clear: both;
}
#mainImg .title,
#mainImg .inner .kumo,
#mainImg .inner .machi {
	animation-duration: 2.5s;
	animation-timing-function: ease;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
}
#mainImg .title { animation-name: main_tit; }
#mainImg .inner .kumo { animation-name: main_kumo; }
#mainImg .inner .machi { animation-name: main_machi; }
@keyframes main_kumo {
	0% { opacity: 0; }
	30% { opacity: 0; }
	80% { opacity: 1; }
	100% { opacity: 1; }
}

.box {
	width: 100%;
	overflow: hidden;
}
.case {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 1200px;
	max-width: 90%;
}
.case.w02 { width: 900px; }
.case.w03 { width: 700px; }
.case .case { max-width: 100%; }

h3 { text-align: center; }
h3, h3 span { display: block; }
h3 .eng {
	font-size: 3.8rem;
	line-height: 1.1em;
}
h3 .eng:first-letter { color: #062D59; }
h3 .sub {
	color: #062D59;
	line-height: 1.2em;
	font-size: 1.3rem;
	margin-top: 0.2em;
}

.bg01 {
	background: url('../images/recruit/bg_1.jpg') no-repeat center bottom;
	background-size: cover;
	color: #FFF;
}
.bg01 h3 .eng:first-letter, .bg01 h3 .sub { color: #FFF; }
.bg02 {
	background-image: url('../images/recruit/bg_2-1.png'), url('../images/recruit/bg_2-2.png');
	background-repeat: no-repeat, no-repeat;
	background-position: left -1% top, right -1% top;
	background-size: 22%, 22%;
}
.bg03 {
	background-image: url('../images/recruit/bg_3-1.png'), url('../images/recruit/bg_3-2.png');
	background-repeat: no-repeat, no-repeat;
	background-position: left top, right top;
	background-size: 25%, 25%;
	padding-top: 120px;
}
.bg03 .b2col { width: auto !important; }

.tbl01 {
	width: 100%;
	background-color: #FFF;
	line-height: 1.6;
}
.tbl01 th, .tbl01 td {
	vertical-align: middle;
	border: 1px solid #BFCFDD;
}
.tbl01 th {
	text-align: center;
	white-space: nowrap;
	background-color: #D5EDF7;
	color: #062D59;
}

/*-- Form ----------------------------------------*/
.formTbl {
	width: 100%;
	text-align: left;
}
.formTbl th {
	font-weight: 500;
	padding-right: 1.5em;
}
.formTbl th:first-child { padding-right: 0.5em; }
.formTbl th, .formTbl td { line-height: 1.4; }
.formTbl th p {
	display: block;
	line-height: 1.4;
}
.formTbl th .red {
	background-color: #8F0A30;
	color: #FFF;
	text-align: center;
	font-size: 80%;
	padding: 0.15em 1em 0.2em;
}
.formTbl td {
	width: 60%;
	font-size: 90%;
}
.formTbl .vat th {
	vertical-align: top;
	padding-top: 0.4rem;
}
.formTbl .date input { width: 90px; }
.formTbl .date span:first-child input { width: 130px; }
.formTbl .date { position: relative; }
.formTbl .date .wpcf7-not-valid-tip {
	position: absolute;
	left: 0;
	font-size: 9pt;
	letter-spacing: 0;
	overflow: hidden;
	line-height: 1.2;
}
.formTbl .w02 input { width: 350px; }
.checkpolicy th, .checkpolicy td {
	vertical-align: top;
	padding-top: 30px;
	padding-bottom: 0;
	padding-right: 0;
}
.checkpolicy td a {
	display: inline-block;
	color: #062D59;
}
.checkpolicy th .wpcf7-form-control-wrap {
	top: 0.3em;
}
.checkpolicy .wpcf7-list-item-label { display: none !important; }
.checkpolicy .wpcf7-not-valid-tip { color: #EDF1F4 !important; }
.checkpolicy .wpcf7-not-valid-tip:before {
	display: inline-block;
	color: #dc3232;
	content: "チェック項目が無効です";
}
.formBox input, .formBox select, .formBox textarea {
	font-size: 11pt;
	line-height: 1.6;
	border: 1px solid #ccc !important;
	box-sizing: border-box;
	padding: 5px 10px;
	width: 100%;
}
.formBox select::-ms-expand { display: none; }
.formBox select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url('../images/common/icn_ab_form.png');
	background-repeat: no-repeat;
	background-position: center right 10px;
	-webkit-background-size: 10px;
	     -o-background-size: 10px;
	        background-size: 10px;
	position: relative;
	cursor: pointer;
	cursor: hand;
	padding: 5px 30px 5px 10px;
	background-color: #FFF;
}
.formBox .wpcf7-list-item { margin: 0 5px 0 0; }
.ui-datepicker .ui-datepicker-title { line-height: 1.5 !important; }
.ui-datepicker .ui-datepicker-title select {
	margin: -3px 2.5% 0 !important;
	width: 40% !important;
}
.ui-datepicker-calendar { line-height: 1 !important; }
input[type="checkbox"] {
	position: relative;
	bottom: 2px;
	margin-right: 5px;
	width: 22px;
	height: 22px;
	-moz-transform: scale(1.15);
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}
.mwform-checkbox-field, .mwform-radio-field,
.wpcf7-radio .wpcf7-list-item.first { margin-left: 0 !important; }
.mwform-checkbox-field label, .mwform-radio-field label {
	display: inline-block !important;
	padding: 5px 0;
	padding-right: 15px;
}
input[type="radio"] {
	position: relative;
	bottom: 2px;
	left: 2px;
	width: 22px;
	height: 22px;
	-moz-transform: scale(0.8);
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	margin-left: 2em;
	margin-right: 0 !important;
}
input[type="radio"]:first-child { margin-left: 0; }
.formBtn { text-align: center; }
.formBtn a,
.formBtn input[type="submit"],
.formBtn input[type="button"] {
	display: inline-block;
	color: #FFF;
	font-size: 13pt;
	line-height: 1.2;
	padding: 1.4em 1em 1.5em;
	text-align: center;
	width: 240px;
	cursor: pointer;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	background: -webkit-gradient(linear, left top, right top, from(#8BB978), to(#15AAC2));
	border: none !important;
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    -ms-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
}
.formBtn input[type="button"] {
	background: -webkit-gradient(linear, left top, right top, from(#999999), to(#999999));
	border: none !important;
	padding: 1.3em 1em 1.3em;
}
.formBtn input:hover { opacity: 0.6; }
::placeholder { color: #bbb; }
.ajax-loader {
	position: absolute !important;
	top: 15px !important;
	right: 0 !important;
}
.min .wpcf7-not-valid-tip {
	float: left;
	width: 2.5em;
	height: 1.4em;
	overflow: hidden;
}
.wpcf7-not-valid-tip, .wpcf7-response-output {
	line-height: 1.4;
}
.error {
	line-height: 1.4;
	display: inline-block !important;
}
.wpcf7-spinner { display: none !important; }

/*-- Footer ----------------------------------------*/
footer {
	background: url('../images/recruit/bg_f.png') repeat-x center bottom;
	text-align: center;
	line-height: 1.4;
	width: 100%;
	padding-left: 2%;
	padding-right: 2%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.txt_f .ttl { font-size: 13pt; }
.txt_f .txt { font-size: 90%; }
.Copyright {
	font-size: clamp(7.5pt, 1vw, 9pt);
	margin-top: 20px;
	text-align: center;
}
.pagetop {
	position: fixed;
	bottom: 90px;
	right: 30px;
	width: 50px;
	z-index: 90;
}
.grecaptcha-badge { z-index: 999 !important; }


/* ------- pcSite　----------------------------------- */
@media screen and (min-width:768px) { /* PC */
body { text-align: justify; }
.spSite { display: none !important; }

/*-- Header ----------------------------------------*/
header #nav_top h1 { border-radius: 0 0 20px 0; }
header #nav_scroll h1 a {
	height: 50px;
	padding: 25px 2vw;
}

/*-- Gnavi -----------------------------------------*/
h1 a {
	height: 60px;
	padding: 20px;
}
#gnavi ul li { padding: 20px 0; }
#gnavi ul li:last-child { padding-left: 1vw; }
#gnavi ul li a {
	height: 60px;
	max-height: 4.5vw;
}

/*-- Content ---------------------------------------*/
#mainImg .inner { padding: 120px 4.5vw 0; }
#mainImg .title {
	top: 0;
	left: 9.5%;
	height: 200px;
	max-height: 15vw;
}
#mainImg .title .sub {
	width: 32.5vw;
	max-width: 600px;
}
#mainImg .inner .kumo {
	width: 28.5%;
	max-width: 600px;
}
#mainImg .inner .machi {
	left: 1.5%;
	right: 50%;
    width: 52.5%;
    max-width: 800px;
}
#mainImg .inner .pic {
	float: right;
	width: 57.5vw;
}
#mainImg .inner:before {
	right: 10vw;
	height: 5px;
}
@keyframes main_tit {
	0% { width: 0; }
	20% { width: 0; }
	100% { width: 60%; }
}
@keyframes main_machi {
	0% { bottom: -150px; }
	30% { bottom: 5px; }
	100% { bottom: 5px; }
}

.tbl01 th, .tbl01 td { padding: 1.2rem 2rem; }

/* カラム */
.b2cols .b2col {
	float: left;
	width: 48.5%;
	margin-left: 3%;
}
.b2cols.w02 .b2col {
	width: 47.5%;
	margin-left: 5%;
}
.b2cols .single01 { width: 40%; }
.b2cols .marge01 { width: 57%; }
.b2cols .single02 { width: 43.5%; }
.b2cols .marge02 { width: 53.5%; }

.flip .b2col { margin-left: 0; }
.flip .b2col:nth-child(2n+1) { float: right; }

.b3cols .b3col {
	float: left;
	width: 31%;
	margin-left: 3.5%;
}
.b4cols .b4col {
	float: left;
	width: 22.9%;
	margin-left: 2.8%;
}
.b2cols .b2col:nth-child(2n+1), .b3cols .b3col:nth-child(3n+1),
.b4cols .b4col:nth-child(4n+1) {
	margin-left: 0;
	clear: both;
}
.b2cols:after, .b3cols:after,
.b4cols:after {
	content: "";
	display: block;
	clear: both;
}

/*-- Form ----------------------------------------*/
.formTbl th { white-space: nowrap; }
.formTbl th:first-child { width: 20%; }
.formTbl th, .formTbl td {
	vertical-align: middle;
	line-height: 1;
	padding-bottom: 26px;
}
.checkpolicy .wpcf7-not-valid-tip {
	position: absolute;
	top: 3em;
}

/*-- Footer ----------------------------------------*/
footer {
	background-size: 1600px;
	padding-top: 120px;
	padding-bottom: 130px;
}
.txt_f {
	display: table;
	margin-left: auto;
	margin-right: auto;
}
.txt_f div {
	display: table-cell;
	vertical-align: middle;
}
.txt_f .ttl {
	white-space: nowrap;
	padding-right: 1rem;
	border-right: 1px solid #000;
}
.txt_f .txt { padding-left: 1rem; }

/* ------- tbSite　----------------------------------- */
@media screen and (max-width:1100px) { /* タブレット */
	.case { max-width: 94%; }
} /* --- /tb --- */
} /* --- /pc --- */


/* ------- spSite　----------------------------------- */
@media screen and (max-width:767px) { /* スマホ */
body { font-size: 11pt; }
.pcSite { display: none !important; }

/*-- Header ----------------------------------------*/
header #nav_top h1 { border-radius: 0 0 10px 0; }
header #nav_scroll h1 { max-width: calc(98% - 140px); }

/*-- Gnavi -----------------------------------------*/
h1 a {
	height: 40px;
	padding: 15px;
}
#gnavi ul li { padding: 15px 0; }
#gnavi ul li a { height: 40px; }

/*-- Content ---------------------------------------*/
#mainImg .inner { padding: 80px 5vw 27vw; }
#mainImg .title {
	bottom: 19vw;
	left: 4%;
	height: 25vw;
}
#mainImg .title h2 {
	font-size: clamp(24pt, 8vw, 46pt);
	overflow: visible;
	text-shadow:
		0px 0px 8px rgba(255, 255, 255, 1),
		0px 0px 8px rgba(255, 255, 255, 1),
		0px 0px 8px rgba(255, 255, 255, 1),
		0px 0px 12px rgba(255, 255, 255, 1),
		0px 0px 12px rgba(255, 255, 255, 1),
		0px 0px 12px rgba(255, 255, 255, 1);
}
#mainImg .title .sub {
	width: 68vw;
	max-width: 500px;
}
#mainImg .inner .kumo {
	width: 33.5%;
	max-width: 600px;
}
#mainImg .inner .machi {
	left: 0;
	right: 0;
	width: 95%;
    max-width: 600px;
}
#mainImg .inner:before {
	right: 0;
	height: 3px;
}
@keyframes main_tit {
	0% { width: 0; }
	20% { width: 0; }
	70% { width: 90%; }
	100% { width: 90%; }
}
@keyframes main_machi {
	0% { bottom: -25vw; }
	30% { bottom: 3px; }
	100% { bottom: 3px; }
}

h3 .eng { font-size: 3.2rem; }
h3 .sub {
	font-size: 1.1rem;
	margin-top: 0.2em;
}
.bg02 { background-size: 30%, 30%; }
.bg03 {
	background-size: 40%, 40%;
	padding-top: 60px;
}
.tbl01 th, .tbl01 td { padding: 1rem 0.8rem; }

/* カラム */
.sp2cols > div {
	float: left;
	width: 48%;
	margin-left: 4%;
}
.sp2cols > div:nth-child(2n+1) {
	margin-left: 0;
	clear: both;
}
.sp2cols:after {
	content: "";
	display: block;
	clear: both;
}
.b2col { margin-top: 30px; }
.b3col, .b4col { margin-top: 15px; }
.sp2cols > div { margin-top: 15px; }
.b2cols .b2col:first-child,
.b3cols .b3col:first-child,
.b4cols .b4col:first-child,
.sp2cols > div:nth-child(-n+2) {
	margin-top: 0;
}

/*-- Form ----------------------------------------*/
.formTbl, .formTbl tbody,
.formTbl tr, .formTbl td {
	display: block;
	width: 100%;
}
.formTbl th { display: inline-block; }
.formTbl td { padding: 5px 0 30px; }
.formTbl .tar { text-align: left; }
.formTbl .date input { width: 22%; }
.formTbl .date span:first-child input { width: 28%; }
.checkpolicy th:first-child { display: none; }
.checkpolicy .wpcf7-not-valid-tip { display: inline; }
.mwform-tel-field input { width: 65px !important; }
.formBtn { margin-top: 30px; }
.formBtn input[type="submit"] {
	font-size: 14pt;
	padding: 10px 0;
}

/*-- Footer ----------------------------------------*/
footer {
	background-size: 900px;
	padding-top: 60px;
	padding-bottom: 80px;
}
.txt_f .txt { margin-top: 10px; }
.pagetop {
	bottom: 85px;
	right: 15px;
	width: 45px;
}

} /* --- /sp --- */