@charset "utf-8";
@import "/css/common/0-import.css";
/*------------------------------------------------------------
	採用開始アラート 設定フォーム
------------------------------------------------------------*/
.fcWhite {
	color: #FFF;
}

.fcBlue {
	color: #278DD8;
}

.bgBlue {
	background-color: #278DD8;
}

.bgLgtBlue {
	background-color: #F3F8FC;
}

/*------------------------------------------------------------
	採用開始アラート #alert-index
------------------------------------------------------------*/
.alertMain {
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}

.alertMain * {
	box-sizing: border-box;
}

.contsHdg01 {
	margin-bottom: 50px;
}

.contsHdg02 {
	margin-bottom: 50px;
	line-height: 1.75;
}

.contsHdg03 {
	margin-bottom: 25px;
}

.contsHdg04 {
	font-size: 22px;
}

.bgGrad01 {
	padding: 7px 5px 2px;
	background: linear-gradient(to right, #F5A14A, #FE4542);
	display: inline-block;
	color: #FFF;
	line-height: 1;
}

.radialBox {
	margin: 0 auto;
	padding: 60px;
	width: 860px;
	border-radius: 15px;
	background-color: #DEEDF8;
	font-size: 20px;
}

.radialBox:not(:last-of-type) {
	margin-bottom: 80px;
}

.borderBox {
	margin-bottom: 25px;
	padding: 25px;
	border: 2px solid #278DD8;
	border-radius: 2px;
	background-color: #FFF;
}

.borderBox:not(:last-of-type) {
	margin-bottom: 25px;
}

/* section01 */
.mv {
	padding: 9.84vh 0 4.92vh;
	height: calc(100vh - 144px);
	background: url(/img/alert/mv_bg.jpg) no-repeat center / cover;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}

.mv .mvCopy img {
	width: auto;
	height: 3.54vh;
}

.mv .mvHdg img {
	width: auto;
	height: 22.53vh;
}

.mv .mvTxt01 {
	color: #414141;
	font-size: 2.36vh;
	font-weight: bold;
	line-height: 1.75;
}

.mv .mvTxt01 .mvTxt01Lrg {
	font-size: 3.14vh;
}

.mv .mvTxt01 .bgGrad {
	margin-right: 5px;
}

.mv .mvTxt01 .bgGrad ~ .bgGrad {
	margin-left: 5px;
}

.mv .mvScroll {
	margin: 0 auto;
	width: 61px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.mv .mvScroll .mvScrollIcon {
	margin-bottom: 10px;
	width: 38px;
	height: 38px;
	border: 1px solid #FFF;
	border-radius: 50%;
	position: relative;
	transition: border-color .4s ease-in-out, background-color .4s ease-in-out;
}

.mv .mvScroll .mvScrollIcon::after {
	margin: -9px auto 0;
	width: 12px;
	height: 12px;
	border-width: 1px 1px 0 0;
	border-style: solid;
	border-color: #FFF;
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	transform: rotate(135deg);
	transition: border-color .4s ease-in-out;
	content: "";
}

.mv .mvScroll:hover .mvScrollIcon {
	border-color: #278dd8;
	background-color: rgba(255, 255, 255, 0.4);
}

.mv .mvScroll:hover .mvScrollIcon::after {
	border-color: #278dd8;
}

.mv .mvScroll .mvScrollTxt {
	width: 100%;
	height: 18px;
}

.mv .mvScroll .mvScrollTxt path {
	fill: #FFF;
	transition: fill .4s ease-in-out;
}

.mv .mvScroll:hover .mvScrollTxt path {
	fill: #278DD8;
}

/* container02 */
.bgBlue {
	padding: 80px 0;
}

.container02 {
	margin-bottom: 80px;
}

.container0201 .imgBox {
	margin-bottom: 50px;
	display: flex;
	justify-content: space-between;
}

.container0201 .imgBox .imgBoxTxt {
	width: 55%;
	text-align: left;
}

.container0201 .imgBox .imgBoxTxt .txt {
	line-height: 1.75;
}

.container0201 .imgBox .imgBoxImg {
	margin: -26px 0 0 0;
	width: 45%;
}

.container020101 .twinBox {
	display: flex;
	justify-content: center;
}

.container020101 .twinBox .imgTxt {
	width: 50%;
	height: 100px;
	background: url(/img/alert/imgtxt_bg.png) no-repeat center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	font-weight: bold;
}

.container03 dl {
	display: flex;
}

.container03 dt {
	margin-right: 30px;
}

.formArea {
	padding: 60px 0 110px;
}

.formArea .bgLgtBlue {
	margin: 0 auto;
	padding: 50px 10px 60px;
	width: 860px;
}

.formArea .contsHdg04 {
	margin-bottom: 30px;
}

.formArea .contsHdg04 .bgGrad01 {
	margin-bottom: 10px;
}

.formArea .errMsg {
	color: #F00;
	font-size: 20px;
}

.formArea .errMsg:last-of-type {
	margin-bottom: 30px;
}


/*------------------------------------------------------------
	採用開始アラート フォーム
------------------------------------------------------------*/
.entryForm #fMail {
	margin-bottom: 50px;
	padding: 15px;
	width: 590px;
	border: 3px solid #414141;
	border-radius: 15px;
	font-size: 30px;
}

.entryForm .any {
	margin-right: 10px;
	padding: 0 5px;
	border: 1px solid #848484;
	display: inline-block;
	color: #848484;
	font-size: 20px;
}

.entryForm .acdBox {
	margin-bottom: 10px;
	background-color: #FFF;
}

.entryForm .acdBox:last-of-type {
	margin-bottom: 40px;
}

.entryForm .acdBox .acdTab {
	padding: 15px 0;
	font-size: 22px;
	transition: opacity .4s ease-in-out;
}

.entryForm .acdBox .acdTab:hover {
	cursor: pointer;
	opacity: 0.7;
}

.entryForm .acdBox .acdTabIcon {
	padding-right: 1em;
	position: relative;
}

.entryForm .acdBox .acdTabIcon::after {
	margin: auto 0;
	width: 0;
	height: 0;
	border-width: 16px 9px 0 9px;
	border-style: solid;
	border-color: #414141 transparent transparent;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	content: "";
}

.entryForm .formList {
	display: flex;
	flex-wrap: wrap;
	font-size: 20px;
}

.entryForm .formList label:hover {
	cursor: pointer;
}

.entryForm .formList .ttl,
.entryForm .formList .desc {
	padding: 10px 15px;
	border-bottom: 1px dotted #DDD;
}

.entryForm .formList .ttl:first-of-type,
.entryForm .formList .desc:first-of-type {
	border-top: 1px dotted #DDD;
}

.entryForm .formList .ttl {
	width: 25%;
	background-color: #F6F6F6;
	display: flex;
	align-items: center;
	box-sizing: border-box;
}

.entryForm .formList .desc {
	padding: 10px;
	width: 75%;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
}

.entryForm .formList .desc.all {
	background-color: #F6F6F6;
}

.entryForm .formList .desc label {
	padding: 5px 0;
}

.entryForm .formList .desc label:not(:last-child) {
	margin-right: 15px;
}

.entryForm .toRule {
	margin-bottom: 30px;
	font-size: 17px;
}

.entryForm .toRule a {
	color: #278DD8;
}

.entryForm button[type="submit"] {
	padding: 20px 130px;
	border: none;
	border-radius: 34px;
	background: linear-gradient(to right, #F5A14A, #FE4542);
	box-shadow: 0 3px 10px rgba(0,0,0,0.15);
	color: #FFF;
	font-size: 24px;
	line-height: 1;
	transition: opacity .4s ease-in-out;
}

.entryForm button[type="submit"]:disabled {
	background: #DDD;
}

.entryForm button[type="submit"]:not(:disabled):hover {
	opacity: 0.7;
}
