@charset "utf-8";

/* -------------------- header -------------------- */
header {
	background-color: #fff4ea;
}

/* -------------------- advantage -------------------- */
.advantage .ttl_h2{
	margin-bottom: 75px;
}

.advantage .common_list>li:first-of-type,.advantage .common_list>li:last-of-type {
	top: 0;
}

.advantage .common_list>li {
	padding: 60px 25px 25px;
	box-shadow: none;
	border: 10px solid #f5f5f5;
}

.advantage .common_list_img {
	margin-bottom: 30px;
}
.benefits_tit {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.advantage_mark{
	text-align: right;
	font-size: 1.4rem;
	margin-top: 20px;
}
.secondBox{
	margin-top: 90px;
	display: none;
}

.staffList .apply_content02{
	padding-bottom: 35px;
	position: relative;
}
.staffList .contact_line:last-child{
	border-bottom: none;
}

.staffList .apply_content02>div.close {
	width: 24px;
	height: 24px;
	background-color: #ffffff;
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
	border-left: 2px solid #3c3a4a;
	border-bottom: 2px solid #3c3a4a;
	overflow: hidden;
}

.staffList .apply_content02>div.close:before,
.staffList .apply_content02>div.close:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 34px;
	height: 1px;
	background: #3c3a4a;
	transition: .3s;
	margin: -1px 0 0 -17px;
}

.staffList .apply_content02>div.close:before {
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.staffList .apply_content02>div.close:after {
	-ms-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.staffList>li:first-child  .apply_content02>div.close{
	display: none;
}
.secondBtn{
	margin-top: 50px;
}
.secondBtn>ul{
	width: 920px;
	max-width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
.secondBtn>ul>li{
	width: 50%;
}
.secondBtn>ul>li>a#submit, .secondBtn>ul>li>a#addStaff{
	width: 400px;
	max-width: 95%;
	text-align: center;
}

.formCheck .contactTitle{
	font-size: 20px;
	font-weight: bold;
	padding: 30px 0 10px;
}
.formCheck .staffList{
	
}
.formCheck .staffList>li:first-child{
	border-top: 2px dashed #f15a23;
}
.formCheck .staffList>li{
	border-bottom: 2px dashed #f15a23;
}
.btn_top{
	border: 3px solid #008ece;
	margin-top: 40px;
}
.btn_top::after{
	left: 15px;
	right: auto;
	transform: rotate(180deg);
}
.multiple_apply_mark{
	margin-bottom: 15px;
}
@media only screen and (max-width:768px) {
	.multiple_apply_mark{
		margin-bottom: 10px;
	}
}