@charset "UTF-8";
.p-mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.p-inner {
	max-width: 1000px;
	position: relative;
	z-index: 1;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}
.p-ttl01 {
	font-size: inherit;
	line-height: 1.2;
	margin-bottom: 50px;
	text-align: center;
	font-weight: bold;
}
.p-ttl01::before {
	content: "";
}
.p-ttl01::after {
	content: "";
}
.p-ttl01 > b {}
.p-ttl01 > b::before {
	content: "";
}
.p-ttl01 > b::after {
	content: "";
}
.p-ttl01 > small {
	display: block;
	color: #fff;
	font-size: 20px;
	font-weight: inherit;
	margin-top: 14px;
}
.p-ttl01 > small::before {
	content: "";
}
.p-ttl01 > small::after {
	content: "";
}
.p-ttl01 > img {
	display: block;
	margin: 0 auto;
}
.p-ttl02 {
	line-height: 1;
	margin-bottom: 20px;
	font-size: 29px;
	font-weight: bold;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.p-ttl02::before {
	content: "";
}
.p-ttl02::after {
	content: "";
}
.p-ttl02 > b {
	display: block;
	font-weight: inherit;
	background-color: #FAEE00;
	padding: 14px 16px;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
	letter-spacing: 0.1em;
	text-align: center;
	box-sizing: border-box;
}

[lang="en"] .p-ttl02 > b{
	letter-spacing:0;
}
.p-ttl02 > b:nth-child(2) {
	margin-left: auto;
	margin-top: 10px;
}
.p-ttl02 > b::before {
	content: "";
}
.p-ttl02 > b::after {
	content: "";
}
.p-ttl02 > small {}
.p-ttl02 > small::before {
	content: "";
}
.p-ttl02 > small::after {
	content: "";
}
.p-ttl03 {
	font-size: inherit;
	line-height: 1.2;
	margin-bottom: 20px;
}
.p-ttl03::before {
	content: "";
}
.p-ttl03::after {
	content: "";
}
.p-ttl04 {
	font-size: inherit;
	line-height: 1.2;
	margin-bottom: 20px;
}
.p-ttl04::before {
	content: "";
}
.p-ttl04::after {
	content: "";
}
.p-ttl05 {
	font-size: inherit;
	line-height: 1.2;
	margin-bottom: 20px;
}
.p-ttl05::before {
	content: "";
}
.p-ttl05::after {
	content: "";
}
.p-ttl06 {
	font-size: inherit;
	line-height: 1.2;
	margin-bottom: 20px;
}
.p-ttl06::before {
	content: "";
}
.p-ttl06::after {
	content: "";
}
.p-tbl01 {
	width: 100%;
}
.p-tbl01 > thead {}
.p-tbl01 > thead > tr {}
.p-tbl01 > thead > tr > th {
	padding: 7px 10px;
	border: 1px solid #ddd;
	white-space: nowrap;
	background: #efefef;
	font-weight: normal;
	vertical-align: middle;
}
.p-tbl01 > tbody {}
.p-tbl01 > tbody > tr {}
.p-tbl01 > tbody > tr > th {
	padding: 7px 10px;
	border: 1px solid #ddd;
	white-space: nowrap;
	background: #efefef;
	font-weight: normal;
	text-align: left;
	width: 140px;
	vertical-align: top;
}
.p-tbl01 > tbody > tr > td {
	padding: 7px 10px;
	border: 1px solid #ddd;
	vertical-align: top;
}
.p-tbl02 {
	width: 100%;
}
.p-tbl02 > thead {}
.p-tbl02 > thead > tr {}
.p-tbl02 > thead > tr > th {
	padding: 7px 10px;
	border: 1px solid #ddd;
	white-space: nowrap;
	background: #efefef;
	font-weight: normal;
	vertical-align: middle;
}
.p-tbl02 > tbody {}
.p-tbl02 > tbody > tr {}
.p-tbl02 > tbody > tr > th {
	padding: 7px 10px;
	border: 1px solid #ddd;
	white-space: nowrap;
	background: #efefef;
	font-weight: normal;
	text-align: left;
	width: 140px;
	vertical-align: top;
}
.p-tbl02 > tbody > tr > td {
	padding: 7px 10px;
	border: 1px solid #ddd;
	vertical-align: top;
}
.p-tblWrap {
	overflow: auto;
}
.p-tblWrap_caution {
	display: none;
}
.p-list {
	list-style: none;
	line-height: 1.6;
}
.p-list > li {
	margin-top: 5px;
	position: relative;
	z-index: 1;
	padding-left: 11px;
}
.p-list > li:first-child {
	margin-top: 0;
}
.p-list > li::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	width: 6px;
	height: 6px;
	background-color: #333;
	border-radius: 50%;
	left: 0;
	top: calc(0.8em - 3px);
}
.p-list-square {}
.p-list-square > li {}
.p-list-square > li::before {
	border-radius: 0;
}
.p-sect {
	padding-top: 50px;
	margin-top: -50px;
}
.p-btn01 {
	display: flex;
	text-decoration: none;
	text-align: center;
	box-sizing: border-box;
	width: 100%;
	cursor: pointer;
	border-radius: 5px;
	padding: 0 10px;
	line-height: 1.2;
	background: #efefef;
	border: 1px solid #999;
	height: 50px;
	justify-content: center;
	align-items: center;
	transition-duration: .3s;
	transition-property: background-color, color, border-color;
	position: relative;
	z-index: 1;
	color: inherit;
}
.p-btn01-arrowR {
	padding-right: 20px;
}
.p-btn01-arrowL {
	padding-left: 20px;
}
button.p-btn01 {
	display: block;
}
.p-btn01:active {}
.p-btn01::before {
	content: "";
}
.p-btn01-arrowR::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	right: 10px;
	margin-top: auto;
	margin-bottom: auto;
	border: 2px solid #aaa;
	width: 6px;
	height: 6px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-bottom: none;
	border-left: none;
	transition-duration: .3s;
	transition-property: border-color;
}
.p-btn01-arrowL::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 10px;
	margin-top: auto;
	margin-bottom: auto;
	border: 2px solid #aaa;
	width: 6px;
	height: 6px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	border-bottom: none;
	border-left: none;
	transition-duration: .3s;
	transition-property: border-color;
}
.p-btn01-cancel {
	background: #666;
	color: #fff;
}
.p-btn02 {
	display: flex;
	text-decoration: none;
	text-align: center;
	box-sizing: border-box;
	width: 100%;
	cursor: pointer;
	padding: 0 10px;
	line-height: 1.2;
	background: #1466B2;
	border: none;
	height: 70px;
	align-items: center;
	justify-content: center;
	transition-duration: .3s;
	transition-property: opacity;
	position: relative;
	z-index: 1;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	border-radius: 10px;
}
.p-btn02-cancel {
	background-color: #727171;
}
button.p-btn02 {
	display: block;
}
.p-btn02::before {
	content: "";
}
.p-btn02::after {
	content: "";
}
.p-btn02:active {}
.p-editor {
	word-break: break-all;
}
.p-editor::after {
	content: "";
	display: block;
	clear: both;
}
.p-editor div {
	max-width: 100%;
}
.p-editor img {
	max-width: 100%;
	height: auto;
}
.p-editor iframe {
	max-width: 100%;
}
.p-editor video {
	max-width: 100%;
	height: auto;
}
.p-editor ol,
.p-editor ul {
	padding-left: 1.5em;
}
.p-editor blockquote {
	background-color: #f6f6f6;
	padding: 30px;
	position: relative;
	z-index: 1;
}
.p-editor blockquote::before {
	content: "“";
	font-size: 50px;
	color: #999;
	position: absolute;
	left: 5px;
	top: 5px;
	line-height: 1;
}
.p-editor blockquote::after {
	content: "”";
	font-size: 50px;
	color: #999;
	position: absolute;
	right: 5px;
	bottom: -15px;
	line-height: 1;
}
.p-editor .alignleft {
	float: left;
	margin-right: 1.5em;
}
.p-editor .alignright {
	float: right;
	margin-left: 1.5em;
}
.p-editor .aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.p-selWrap {
	display: block;
	border: 1px solid #727171;
	position: relative;
	z-index: 1;
	border-radius: 0;
	background: #fff;
}
.p-selWrap::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 2;
	top: 0;
	bottom: 0;
	right: 9px;
	margin-top: auto;
	margin-bottom: auto;
	border: 6px solid #9FA0A0;
	width: 0;
	height: 0;
	border-left-color: rgba(255, 255, 255, 0);
	border-right-color: rgba(255, 255, 255, 0);
	border-bottom-color: rgba(255, 255, 255, 0);
	border-top-width: 8px;
	border-bottom-width: 0;
}
.p-selWrap::after {}
.p-selWrap > select {
	margin: 0;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: 0 0;
	outline: 0;
	border: 0;
	line-height: 42px;
	height: 42px;
	width: 100%;
	border-right: 25px solid rgba(0, 0, 0, 0);
	border-radius: 0;
	cursor: pointer;
	position: relative;
	z-index: 2;
	display: block;
	padding-left: 10px;
	font-size: 16px;
}
.p-selWrap > select::-ms-expand {
	display: none;
}
.p-mbXL {
	margin-bottom: 100px;
}
.p-mbL {
	margin-bottom: 60px;
}
.p-mbM {
	margin-bottom: 40px;
}
.p-mbS {
	margin-bottom: 20px;
}
.p-mbXS {
	margin-bottom: 10px;
}
.p-chkLbl {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
}
.p-chkLbl > [type="checkbox"] {
	position: absolute;
	z-index: 1;
	opacity: 0;
	top: 0;
	left: 0;
}
.p-chkLbl > i {
	display: block;
	width: 36px;
	height: 36px;
	margin-right: 4px;
	transition-duration: .3s;
	transition-property: background-color, color;
	border: 1px solid #727171;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	background-color: #fff;
	border-radius: 2px;
	margin-right: 11px;
}
.p-chkLbl > i::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	width: 45px;
	height: 45px;
	background-image: url(/recruit_lp/assets/img/icn-check.svg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin-top: -4px;
	opacity: 0;
	transition-duration: .3s;
	transition-property: opacity;
}
.p-chkLbl > b {
	display: block;
	font-weight: normal;
}
.p-chkLbl > [type="checkbox"]:checked + i {}
.p-chkLbl > [type="checkbox"]:checked + i::after {
	opacity: 1;
}
.p-rdoLbl {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	font-weight: bold;
	margin-right: 2em;
}
.p-rdoLbl > [type="radio"] {
	position: absolute;
	z-index: 1;
	opacity: 0;
	top: 0;
	left: 0;
}
.p-rdoLbl > i {
	display: block;
	width: 36px;
	height: 36px;
	margin-right: 4px;
	transition-duration: .3s;
	transition-property: background-color, color;
	border: 1px solid #727171;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	background-color: #EFEFEF;
	border-radius: 10px;
	margin-right: 11px;
}
.p-rdoLbl > i::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	width: 45px;
	height: 45px;
	background-image: url(/recruit_lp/assets/img/icn-check.svg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin-top: -4px;
	opacity: 0;
	transition-duration: .3s;
	transition-property: opacity;
}
.p-rdoLbl > [type="radio"]:checked + i {
	background-color: #fff;
}
.p-rdoLbl > [type="radio"]:checked + i::after {
	opacity: 1;
}
.p-rdoLbl > b {
	display: block;
	font-weight: normal;
}
.p-hiddenSVG {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;
}
.p-rdoLbl > [type="radio"]:checked + i {}
.p-spBlock {
	display: none;
}
.p-spInline {
	display: none;
}
.p-spNone {}
.p-tabletBlock {
	display: none;
}
.p-tabletInline {
	display: none;
}
.p-tabletNone {}
.p-spsInline {
	display: none;
}
.p-bg {
	height: 570px;
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
	background-color: rgba(46, 167, 224, 0.50);
	width: 100%;
	-webkit-transform: skewY( -20deg);
	transform: skewY( -20deg);
	-webkit-transform-origin: right top;
	transform-origin: right top;
	transition-duration: .3s;
	transition-property: width;
}
.p-bg[data-animation] {
	width: 0;
	transition-delay: 0.5s;
	transition-duration: .7s;
}
.p-bg[data-animation="after"] {
	width: 100%;
}
@media screen and (min-width:1000px) {
	.p-btn01:hover {
		background: #555;
		color: #fff;
	}
	.p-btn01-cancel:hover {
		background: #555;
		color: #fff;
	}
	.p-btn02:hover {
		opacity: .7;
	}
	.p-btn01-arrowR:hover::after {
		border-color: #fff;
	}
	.p-btn01-arrowL:hover::after {
		border-color: #fff;
	}
	.p-btn02:hover::after {}
}
@media screen and (max-width:1199px) {}
@media screen and (max-width:999px) {
	.p-mincho {}
	.p-inner {
		padding: 0 15px;
		width: 100%;
		box-sizing: border-box;
	}
	.p-ttl01 {}
	.p-ttl01::before {}
	.p-ttl01::after {}
	.p-ttl01 > b {}
	.p-ttl01 > b::before {}
	.p-ttl01 > b::after {}
	.p-ttl01 > small {}
	.p-ttl01 > small::before {}
	.p-ttl01 > small::after {}
	.p-ttl01 > img {
		width: 499px;
	}
	.p-ttl02 {
		font-size: 23px;
	}
	.p-ttl02::before {}
	.p-ttl02::after {}
	.p-ttl02 > b {
		padding: 10px 15px;
	}
	.p-ttl02 > b::before {}
	.p-ttl02 > b::after {}
	.p-ttl02 > small {}
	.p-ttl02 > small::before {}
	.p-ttl02 > small::after {}
	.p-ttl03 {}
	.p-ttl03::before {}
	.p-ttl03::after {}
	.p-ttl04 {}
	.p-ttl04::before {}
	.p-ttl04::after {}
	.p-ttl05 {}
	.p-ttl05::before {}
	.p-ttl05::after {}
	.p-ttl06 {}
	.p-ttl06::before {}
	.p-ttl06::after {}
	.p-tbl01 {}
	.p-tbl01 > thead {}
	.p-tbl01 > thead > tr {}
	.p-tbl01 > thead > tr > th {}
	.p-tbl01 > tbody {}
	.p-tbl01 > tbody > tr {}
	.p-tbl01 > tbody > tr > th {
		padding: 10px 10px;
	}
	.p-tbl01 > tbody > tr > td {
		padding: 10px 10px;
	}
	.p-tbl02 {}
	.p-tbl02 > thead {}
	.p-tbl02 > thead > tr {}
	.p-tbl02 > thead > tr > th {}
	.p-tbl02 > tbody {}
	.p-tbl02 > tbody > tr {}
	.p-tbl02 > tbody > tr > th {
		padding: 10px 10px;
	}
	.p-tbl02 > tbody > tr > td {
		padding: 10px 10px;
	}
	.p-tblWrap {}
	.p-tblWrap_caution {}
	.p-list {}
	.p-list > li {}
	.p-list > li:first-child {}
	.p-list > li::before {}
	.p-list-square {}
	.p-list-square > li {}
	.p-list-square > li::before {}
	.p-sect {}
	.p-btn01 {}
	.p-btn01:active {}
	.p-btn01::before {}
	.p-btn01::after {}
	.p-btn01-cancel {}
	.p-btn02 {
		height: 60px;
		font-size: 18px;
	}
	.p-btn02::before {}
	.p-btn02::after {}
	.p-btn02:active {}
	.p-editor {}
	.p-editor::after {}
	.p-editor div {}
	.p-editor img {}
	.p-editor ol,
	.p-editor ul {}
	.p-editor blockquote {}
	.p-editor blockquote::before {}
	.p-editor blockquote::after {}
	.p-editor .alignleft {}
	.p-editor .alignright {}
	.p-editor .aligncenter {}
	.p-selWrap {}
	.p-selWrap::before {}
	.p-selWrap::after {}
	.p-selWrap > select {}
	.p-mbXL {
		margin-bottom: 75px;
	}
	.p-mbL {
		margin-bottom: 45px;
	}
	.p-mbM {
		margin-bottom: 30px;
	}
	.p-mbS {
		margin-bottom: 15px;
	}
	.p-mbXS {
		margin-bottom: 7px;
	}
	.p-chkLbl {}
	.p-chkLbl > [type="checkbox"] {}
	.p-chkLbl > i {}
	.p-chkLbl > i::after {}
	.p-chkLbl > b {}
	.p-chkLbl > [type="checkbox"]:checked + i {}
	.p-chkLbl > [type="checkbox"]:checked + i::after {}
	.p-rdoLbl {}
	.p-rdoLbl > [type="radio"] {}
	.p-rdoLbl > i {}
	.p-rdoLbl > i::after {}
	.p-rdoLbl > b {}
	.p-rdoLbl > [type="radio"]:checked + i {}
	.p-spBlock {}
	.p-spInline {}
	.p-spNone {}
	.p-tabletBlock {
		display: block;
	}
	.p-tabletInline {
		display: inline;
	}
	.p-tabletNone {
		display: none;
	}
	.p-bg {
		height: 360px;
	}
}
@media screen and (max-width:767px) {
	.p-mincho {}
	.p-inner {}
	.p-ttl01 {
		margin-bottom: 20px;
	}
	.p-ttl01::before {}
	.p-ttl01::after {}
	.p-ttl01 > b {}
	.p-ttl01 > b::before {}
	.p-ttl01 > b::after {}
	.p-ttl01 > small {
		font-size: 14px;
		margin-top: 10px;
	}
	.p-ttl01 > small::before {}
	.p-ttl01 > small::after {}
	.p-ttl01 > img {
		width: 300px;
	}
	.p-ttl02 {
		font-size: 18px;
	}
	.p-ttl02::before {}
	.p-ttl02::after {}
	.p-ttl02 > b {
		padding: 10px 10px;
	}
	.p-ttl02 > b::before {}
	.p-ttl02 > b::after {}
	.p-ttl02 > small {}
	.p-ttl02 > small::before {}
	.p-ttl02 > small::after {}
	.p-ttl03 {}
	.p-ttl03::before {}
	.p-ttl03::after {}
	.p-ttl04 {}
	.p-ttl04::before {}
	.p-ttl04::after {}
	.p-ttl05 {}
	.p-ttl05::before {}
	.p-ttl05::after {}
	.p-ttl06 {}
	.p-ttl06::before {}
	.p-ttl06::after {}
	.p-tbl01 {}
	.p-tbl01 > thead {}
	.p-tbl01 > thead > tr {}
	.p-tbl01 > thead > tr > th {}
	.p-tbl01 > tbody {}
	.p-tbl01 > tbody > tr {}
	.p-tbl01 > tbody > tr > th {
		width: auto;
		padding: 3px 5px;
	}
	.p-tbl01 > tbody > tr > td {
		padding: 3px 5px;
	}
	.p-tbl02 {}
	.p-tbl02 > thead {}
	.p-tbl02 > thead > tr {}
	.p-tbl02 > thead > tr > th {}
	.p-tbl02 > tbody {}
	.p-tbl02 > tbody > tr {}
	.p-tbl02 > tbody > tr > th {
		width: auto;
		padding: 3px 5px;
	}
	.p-tbl02 > tbody > tr > td {
		padding: 3px 5px;
	}
	.p-tblWrap {}
	.p-tblWrap_caution {
		margin: 0 5px 0 0;
		font-size: 13px;
	}
	.p-list {}
	.p-list > li {}
	.p-list > li:first-child {}
	.p-list > li::before {}
	.p-list-square {}
	.p-list-square > li {}
	.p-list-square > li::before {}
	.p-sect {}
	.p-btn01 {}
	.p-btn01:active {}
	.p-btn01::before {}
	.p-btn01::after {}
	.p-btn01-cancel {}
	.p-btn02 {
		font-size: 16px;
		height: 50px;
		border-radius: 5px;
	}
	.p-btn02::before {}
	.p-btn02::after {}
	.p-btn02:active {}
	.p-editor {}
	.p-editor::after {}
	.p-editor div {}
	.p-editor img {}
	.p-editor ol,
	.p-editor ul {}
	.p-editor blockquote {}
	.p-editor blockquote::before {}
	.p-editor blockquote::after {}
	.p-editor .alignleft {}
	.p-editor .alignright {}
	.p-editor .aligncenter {}
	.p-selWrap {}
	.p-selWrap::before {
		border-width: 4px;
		border-top-width: 8px;
		border-bottom-width: 0;
		right: 6px;
	}
	.p-selWrap::after {}
	.p-selWrap > select {
		border-right-width: 19px;
		padding-left: 8px;
	}
	.p-mbXL {
		margin-bottom: 50px;
	}
	.p-mbL {
		margin-bottom: 30px;
	}
	.p-mbM {
		margin-bottom: 20px;
	}
	.p-mbS {
		margin-bottom: 10px;
	}
	.p-mbXS {
		margin-bottom: 5px;
	}
	.p-chkLbl {}
	.p-chkLbl > [type="checkbox"] {}
	.p-chkLbl > i {
		width: 18px;
		height: 18px;
		border-radius: 1px;
		margin-right: 5px;
	}
	.p-chkLbl > i::after {
		width: 23px;
		height: 23px;
	}
	.p-chkLbl > b {}
	.p-chkLbl > [type="checkbox"]:checked + i {}
	.p-chkLbl > [type="checkbox"]:checked + i::after {}
	.p-rdoLbl {
		margin-right: 1em;
	}
	.p-rdoLbl > [type="radio"] {}
	.p-rdoLbl > i {
		width: 18px;
		height: 18px;
		border-radius: 5px;
		margin-right: 5px;
	}
	.p-rdoLbl > i::after {
		width: 23px;
		height: 23px;
	}
	.p-rdoLbl > b {}
	.p-rdoLbl > [type="radio"]:checked + i {}
	.p-spBlock {
		display: block;
	}
	.p-spInline {
		display: inline;
	}
	.p-spNone {
		display: none;
	}
	.p-tabletBlock {}
	.p-tabletInline {}
	.p-tabletNone {}
	.p-bg {
		height: 285px;
	}
}
@media screen and (max-width:374px) {
	.p-inner {
		padding: 0 15px;
	}
	.p-spsInline {
		display: inline;
	}
}
