@charset "utf-8";

/*============================ #header ============================*/
#header {
	position: absolute;
}
#header.hscr {
	height: 120px;
	box-shadow: none;
}
#header.hscr::before {
	width: 0;
}
#header.hscr .logo__link {
	background: url(../common/img/header/logo.png) center /100% no-repeat;
}
.hscr .logo__link {
	width: 325px;
}
.hscr .header-in {
	padding: 0 50px;
	height: 120px;
}

.logo__link {
	pointer-events: none;
}
/*============================ #main ============================*/
/*#wrapper {
	margin: 0;
}*/
.pmain {
	background: url(../img/main_bg.jpg) center /cover no-repeat;
	height: 280px;
	min-height: 0;
	max-height: none;
}
#main {
	padding: 35px 0 50px;
}
/*============================ #lead ============================*/
.lcl-lead {
	font-size: 14px;
	line-height: 1.8;
	position: relative;
	margin-bottom: 45px;
	text-align: center;
}
/*============================ #header ============================*/
.lcl-cnt {
	position: relative;
}
/*============================ #stepbar ============================*/
.lcl-stepbar {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	width: 100%;
	margin: 0 auto 45px;
}
.lcl-stepbar .lcl-step-item {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 33.333%;
	height: 50px;
	padding: 0 30px 0 20px;
	background-color: #f4f3f1;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0.06em;
	color: #000;
}
.lcl-stepbar .lcl-step-item:before,
.lcl-stepbar .lcl-step-item:after {
	position: absolute;
	left: -15px;
	display: block;
	content: '';
	background-color: #f4f3f1;
	border-left: 4px solid #fff;
	width: 25px;
	height: 25px;
}
.lcl-stepbar .lcl-step-item:after {
	top: 0;
	transform: skew(30deg);
}
.lcl-stepbar .lcl-step-item:before {
	bottom: 0;
	transform: skew(-30deg);
}
.lcl-stepbar .lcl-step-item:first-child:before,
.lcl-stepbar .lcl-step-item:first-child:after {
	content: none;
}
.lcl-stepbar .lcl-step-item.current {
	color: #fff;
	background-color: #da261d;
}
.lcl-stepbar .lcl-step-item.current:before,
.lcl-stepbar .lcl-step-item.current:after {
	background-color: #da261d;
}
/*============================ #小さい文字 ============================*/
.lcl-alerttxt {
	font-size: 12px;
	letter-spacing: 0;
}
/*============================ #必須ボタン ============================*/
.lcl-require__icon,
.lcl-require:after {
	font-size: 12px;
	text-align: center;
	display: inline-block;
	line-height: 20px;
	letter-spacing: 0.06em;
	text-indent: 0.06em;
	width: 35px;
	height: 20px;
	background-color: #e54b52;
	color: #fff;
}
.lcl-require__icon {
	margin-right: 5px;
	top: -1px;
	position: relative;
}
.lcl-require:after {
	content: '必須';
	position: absolute;
	color: #fff;
	right: 25px;
	top: 0;
	bottom: 0;
	margin: auto;
}
/*============================ #小さい文字 ============================*/
.lcl-alerttxt {
	font-size: 10px;
	letter-spacing: 0;
}
/* ---------------------------------------------------------------- フォーム部分 ---- */
.lcl-form {
	margin: 0 auto;
	font-size: 15px;
	padding-top: 10px;
	padding-bottom: 55px;
}
.lcl-grouplist {
	border-top: 1px solid #bcbcbc;
}
.lcl-formitem {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: flex-start;
	border-bottom: 1px solid #bcbcbc;
	word-wrap: break-word;
	word-break: break-all;
}
/* ---------------------- option ---- */
.lcl-form__ttl {
	width: 280px;
	padding-left: 20px;
	position: relative;
	background-color: #f4f3f1;
	line-height: 1.2;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	font-size: 14px;
	letter-spacing: 0.05em;
}
.lcl-form__ttl--sub {
	color: #171c61;
	font-size: 11px;
	letter-spacing: 0.06em;
	display: block;
	line-height: 1em;
}
.lcl-form__attention {
	font-size: 13px;
	color: #ea2740;
	margin: 5px 0;
}
/* ---------------------------------------------------------------- box ---- */
input.lcl-form__input:not([type='checkbox']):not([type='radio']),
.lcl-textarea {
	transition: 0.3s ease;
	font-size: 14px;
	padding: 13px 10px;
	box-shadow: 0 0 7px rgba(241, 114, 36, 0);
	border: 1px solid #f7f7f7;
	width: 380px;
	line-height: 1.4;
	background-color: #f7f7f7;
}
.lcl-textarea {
	height: 200px;
	resize: vertical;
	width: 600px;
	padding: 10px 20px;
}
input.lcl-form__input:not([type='checkbox']):not([type='radio']):focus,
.lcl-textarea:focus {
	box-shadow: 0 0 7px #f7f7f7;
	border: 1px solid #f7f7f7;
	transition: 0.3s ease;
}
/* ---------------------- option ---- */
input.lcl-form__input--xs:not([type='checkbox']):not([type='radio']) {
	width: 95px;
}
input.lcl-form__input--s:not([type='checkbox']):not([type='radio']) {
	width: 210px;
}
.lcl-form__input--l {
	width: 600px;
}
/* ---------------------------------------------------------------- box ---- */
.lcl-form__item {
	width: 710px;
	padding: 25px 30px;
	justify-content: flex-start;
}
.lcl-form-radio:not(:last-child) {
	margin-right: 30px;
}
/*============================ #header ============================*/
.lcl-form__subtxt {
	margin: 0 5px;
}
/* ---------------------------------------------------------------- box ---- */
.lcl-form__item__dl {
	justify-content: flex-start;
}
.lcl-form__item__dl:not(:last-child) {
	margin-bottom: 10px;
}
.lcl-form__item__dt,
.lcl-form__item__dd {
	display: inline-block;
	letter-spacing: 0.05em;
}
.lcl-form__item__dt {
	width: 100px;
	line-height: 20px;
}
.lcl-form__item__dd--txt {
	font-size: 12px;
	padding-left: 25px;
	color: #333333;
}
.lcl-form__ttl .lcl-form__item__dd--txt {
	padding-left: 0;
	margin-top: 5px;
}
/*============================ #出し分け ============================*/
.lcl-formitem--recruit,
.lcl-formitem--company {
	display: none;
}
/* ---------------------------------------------------------------- box ---- */
.lcl-policy {
	font-size: 14px;
	margin-top: 65px;
}
.lcl-policy__link {
	color: #da261d;
	text-decoration: underline;
	text-align: center;
	display: inline-block;
}
/*エラー文*/
.lcl-box01-error {
	color: #e15668;
	margin: 20px 0;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}
.lcl-error-comment {
	color: #e15668;
	border: 1px solid;
	text-align: center;
	padding: 3px;
	margin-top: 5px;
	display: block;
	width: 100%;
}
.lcl-policy-e .lcl-error-comment {
	margin: 5px auto;
}

/* ---------------------------------------------------------------- box ---- */
.lcl-button-area {
	justify-content: center;
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
}
@media screen and (min-width: 768px) {
	.lcl-button-area .linkbtn {
		cursor: pointer;
		width: 280px;
		height: 50px;
		border-radius: 25px;
	}
	.lcl-button-area .linkbtn:hover::after {
		color: #da261d;
		right: 5px;
	}
}
/*.lcl-button-area .linkbtn::after {*/
	/*content: '\f105';*/
	/*font-family: fontawesome;*/
	/*position: absolute;*/
	/*top: 0;*/
	/*bottom: 0;*/
	/*right: 15px;*/
	/*margin: auto;*/
	/*line-height: 0.8;*/
	/*height: 1em;*/
	/*font-size: 20px;*/
	/*transition: 0.5s ease;*/
/*}*/
/*============================ #確認画面 ============================*/
.lcl-button-area--edit {
	margin-top: 70px;
}
/* ---------------------- option ---- */
.lcl-button-area .linkbtn.lcl-btn--edit {
	width: 200px;
	border: 1px solid #bcbcbc;
	position: absolute;
	left: 0;
	color: #333;
	justify-content: flex-end;
	padding-right: 20px;
	background-image: linear-gradient(45deg, #bcbcbc 50%, transparent 50%);
	background-color: #fff;
	top: 0;
}
.lcl-button-area .linkbtn.lcl-btn--edit::after {
	color: #e60330;
	right: auto;
	left: 15px;
	content: '\f104';
}
@media screen and (min-width: 768px) {
	.lcl-button-area .linkbtn.lcl-btn--edit:hover .linkbtn-in {
		color: #fff;
	}
	.lcl-button-area .linkbtn.lcl-btn--edit:hover::after {
		color: #e60330;
		right: auto;
		left: 5px;
	}
}
/*============================ #完了ページ ============================*/
.lcl-thanks-wrp {
	padding: 40px 0 50px;
}

/* ---------------------- option ---- */
.lcl-thanks {
	position: relative;
	padding: 10px 0 0;
}
.lcl-thanks__ttl {
	font-size: 40px;
	line-height: 1.4;
	text-align: center;
	color: #da261d;
	letter-spacing: 0.05em;
	font-weight: 400;
	margin-bottom: 25px;
}
.lcl-thanks__txt {
	text-align: center;
	line-height: 1.8;
	font-size: 14px;
}
/* ---------------------- option ---- */
.lcl-thanks-contact {
	width: 430px;
	background-color: #eee;
	margin: auto;
	height: 130px;
	text-align: center;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	font-size: 15px;
	letter-spacing: 0.05em;
	font-weight: bold;
}
.lcl-thanks .lcl-button-area {
	margin-top: 70px;
}

/* ---------------------- option ---- */
.close_arw:before,
.close_arw:after {
	display: block;
	content: '';
	width: 2px;
	height: 18px;
	transform: rotate(-45deg);
	background-color: #fff;
	border-radius: 10px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 30px;
	margin: auto;
	transition: 0.3s ease;
}
.close_arw:after {
	transform: rotate(45deg);
}
.lcl-thanks .lcl-button-area .linkbtn::after {
	content: none;
}

@media screen and (min-width: 767px) {
	.lcl-btn--close:hover .close_arw::before,
	.lcl-btn--close:hover .close_arw::after {
		background-color: #248bdb;
	}
	.lcl-btn--close:hover {
		color: #333;
	}
}

/*------------------------------------------------------------------------footer-----*/
.copyright {
	width: 100%;
	background-color: #333;
	color: #fff;
	font-size: 11px;
	text-align: center;
	padding: 10px 0;
	letter-spacing: 0.1em;
}
#footer::before {
	content: none;
}

.footer-link .block-flex {
	justify-content: center;
	padding: 11px 0;
}

@media screen and (max-width: 767px) {
	/* ---------------------------------------------------------------- SP Style ---- */
	#header {
		padding: 0;
		height: auto;
		text-align: center;
	}
	.header-in {
		padding: 0;

	}
	.pmain {
		min-height: auto;
		max-height: none;
		height: 190px;
	}

	/*============================ #header ============================*/
	#main {
		padding: 25px 0;
	}

	/*============================ #header ============================*/
	.lcl-alertbox {
		width: calc(100% - 30px);
		padding: 15px 15px 20px;
	}
	.lcl-alertbox__ttl {
		font-size: 14px;
	}
	.lcl-alertbox__txt {
		font-size: 12px;
		line-height: 1.6;
	}
	/* ---------------------------------------------------------------- box ---- */
	.lcl-lead {
		font-size: 12px;
		line-height: 1.6;
		text-align: left;
		padding: 0 15px;
		margin-bottom: 30px;
	}
	/* ---------------------------------------------------------------- flow ---- */
	.lcl-stepbar {
		width: 80%;
		margin: 0 auto 30px;
	}
	.lcl-stepbar .lcl-step-item {
		font-size: 13px;
		height: 36px;
		padding: 0 20px 0 10px;
		letter-spacing: 0;
	}
	.lcl-stepbar .lcl-step-item:before,
	.lcl-stepbar .lcl-step-item:after {
		width: 18px;
		height: 18px;
		left: -10px;
		border-left: 2px solid #fff;
	}
	.lcl-stepbar .lcl-step-item::after {
		transform: skew(15deg);
	}
	.lcl-stepbar .lcl-step-item::before {
		transform: skew(-15deg);
	}
	/* ---------------------------------------------------------------- フォーム部分 ---- */
	.lcl-form {
		width: 100%;
		padding-top: 0;
		font-size: 12px;
		padding-bottom: 25px;
	}
	.lcl-form__ttl {
		font-size: 13px;
		width: 100%;
		padding: 12px 0 12px 15px;
	}
	/* ---------------------------------------------------------------- box ---- */
	.lcl-require__icon,
	.lcl-require:after {
		font-size: 10px;
		line-height: 16px;
		letter-spacing: 0;
		text-indent: 0;
		width: 37px;
		height: 17px;
	}
	/* ---------------------------------------------------------------- box ---- */
	.lcl-formitem {
		border-bottom: none;
	}
	/* ---------------------- option ---- */
	.lcl-grouplist {
		margin-bottom: 0;
		border-top: none;
	}
	.lcl-form__item {
		width: 100%;
		padding: 15px 15px 25px 15px;
	}
	/* ---------------------------------------------------------------- box ---- */
	.lcl-textarea,
	.lcl-form__input {
		width: 100%;
	}
	.lcl-form-radio {
		width: 100%;
		margin: 4px 0;
	}
	.lcl-form-radio:not(:last-child) {
		margin-right: 15px;
	}
	input.lcl-form__input:not([type='checkbox']):not([type='radio']),
	.lcl-textarea {
		width: 100%;
		font-size: 16px;
		letter-spacing: 0;
		padding: 0 5px;
		height: 40px;
		border-radius: 3px;
	}
	.lcl-textarea {
		height: 120px;
		padding: 10px 5px;
	}
	input.lcl-form__input--s:not([type='checkbox']):not([type='radio']) {
		width: 100%;
	}
	.lcl-selectbox {
		font-size: 16px;
		padding: 3px 15px 3px 5px;
	}
	/* ---------------------------------------------------------------- box ---- */
	.lcl-form__item__dt,
	.lcl-form__item__dd {
		display: block;
		width: 100%;
	}
	.lcl-form__item__dd:not(:last-child) {
		margin-bottom: 10px;
	}
	.lcl-form__item__dt {
		font-size: 13px;
		line-height: 20px;
		margin-bottom: 5px;
	}
	.lcl-form__item__dd--txt {
		letter-spacing: 0;
		font-size: 11px;
		padding: 5px 0 0;
		line-height: 1;
	}
	/* ---------------------------------------------------------------- policy ---- */
	.lcl-policy {
		padding: 0 20px;
		margin-top: 0;
		font-size: 12px;
	}
	.lcl-policy-txt {
		margin-top: 0;
	}
	.lcl-policy__link {
		margin-top: 0;
		display: inline;
	}
	/* ---------------------------------------------------------------- エラー文 ---- */
	.lcl-box01-error {
		margin: 10px;
		font-size: 12px;
	}
	.lcl-error-comment {
		width: 280px;
		margin: 10px auto 0;
		margin-top: 10px;
	}
	.lcl-policy-e .lcl-error-comment {
		margin: 15px auto;
	}
	/* ---------------------------------------------------------------- box ---- */
	/*.lcl-button-area .linkbtn {
		height: 35px;
		font-size: 12px;
		width: 200px;
		border-radius: 17.5px;
	}*/
	.lcl-button-area--edit {
		width: 100%;
		flex-direction: column-reverse;
	}
	.lcl-button-area .linkbtn.lcl-btn--edit {
		width: 150px;
		position: relative;
		margin-top: 15px;
		height: 35px;
	}
	/* ---------------------------------------------------------------- box ---- */
	.lcl-thanks-wrp {
		padding: 20px 0 30px;
	}
	.lcl-thanks {
		position: relative;
		padding: 0 15px;
	}
	.lcl-thanks-wrp .lcl-stepbar {
		width: 80%;
		margin: 0 auto 20px;
	}
	.lcl-thanks__ttl {
		font-size: 20px;
		line-height: 1.7;
		font-weight: bold;
		margin-bottom: 10px;
	}
	.lcl-thanks__txt {
		font-size: 12px;
		text-align: left;
		letter-spacing: 0.05em;
	}
	.lcl-thanks-contact {
		width: 100%;
		height: 90px;
		font-size: 10px;
	}
	.lcl-thanks .lcl-button-area {
		margin-top: 40px;
	}
	.contactbox-telnum {
		line-height: 1.3;
	}
}
