@charset "UTF-8";

/*=============================================================
@Media
---------------------------------------------------------------

min-width: 560px
min-width: 640px
min-width: 768px
min-width: 900px
min-width: 1040px
min-width: 1200px
min-width: 1300px

===============================================================
=============================================================*/

/*リンクボタン*/

#details .nextarrow {
	background-color: #005198;
	position: relative;
	overflow: hidden;
}
#details .nextarrow_clear {
	border: 1px solid #fff;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
#details .nextarrow_white {
	background-color: #FFFFFF;
	border: 1px solid #cfcfcf;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
#details .nextarrow:after,
#details .nextarrow_clear:after,
#details .nextarrow_white:after {
	position: absolute;
	top: 0;
	left: -100%;
	content: '';
	background-color: #A79364;
	width: 100%;
	height: 100%;
	z-index: 1;
	transition: 0.3s;
}
#details .nextarrow a,
#details .nextarrow_clear a {
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 0.2rem;
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 2;
}
#details .nextarrow_white a {
	color: #585858;
	text-decoration: none;
	letter-spacing: 0.2rem;
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 2;
	transition: 0.3s;
}
#details .nextarrow a:after,
#details .nextarrow_clear a:after {
	content: '';
	height: 1px;
	width: 20px;
	background-color: #FFFFFF;
	position: absolute;
	top: 50%;
	right: 10px;
}
#details .nextarrow_white a:after {
	content: '';
	height: 1px;
	width: 20px;
	background-color: #585858;
	position: absolute;
	top: 50%;
	right: 10px;
	transition: 0.3s;
}
#details .nextarrow a:before,
#details .nextarrow_clear a:before {
	content: '';
	height: 1px;
	width: 8px;
	background-color: #FFFFFF;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: rotate(45deg);
	transform-origin: right;
}
#details .nextarrow_white a:before {
	content: '';
	height: 1px;
	width: 8px;
	background-color: #585858;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: rotate(45deg);
	transform-origin: right;
	transition: 0.3s;
}


/*intro*/

/*#details .intro {
    width: 100%;
    height: 250px;
    background-image: url("../../../images/page/recruit/details/mainimg.png");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin-bottom: 20px;
}
#details .intro .titlewrap {
	text-align: center;
}
#details .intro .titlewrap h1 {
	font-size: 30px;
	margin-bottom: 10px;
}
#details .intro .titlewrap p {
	letter-spacing: 0.4rem;
}*/

/*essentials*/

#details .essentials {
	margin-bottom: 30px;
}
#details .essentials_intro {
    background-image: url("../../../images/page/recruit/details/essentials_titleline.jpg");
    padding-top: 30px;
    background-repeat: no-repeat;
    background-size: inherit;
}
#details .essentials_titlewrap {
	max-width: 1040px;
	margin: 0 auto 50px;
	background-color: #FFFFFF;
	width: 80%;
	overflow: hidden;
}
#details .essentials_titlewrap h1 {
	font-size: 24px;
	text-align: center;
	position: relative;
	padding-top: 80px;
	margin-bottom: 30px;
	font-weight: bold;
}
/*#details .essentials_titlewrap h1:after {
	content: 'Sales';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	font-size: 100px;
	font-weight: bold;
	color: hsla(0,0%,0%,0.03);
}*/
#details .essentials_titlewrap p {
	font-size: 14px;
	width: 90%;
	margin: 0 auto;
	line-height: 1.8;
	letter-spacing: 0.2rem;
}
#details .essentials_body .essentials_stomach h2 {
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
#details .essentials_body .essentials_stomach h2:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100px;
	height: 1px;
	background-color: #000000;
	content: '';
}
#details .essentials_body {
    background-image: url("../../../images/page/recruit/details/essentials_bk.jpg");
    padding-top: 30px;
    background-repeat: no-repeat;
    background-size: cover;
	margin-bottom: 50px;
}
#details .essentials_stomach {
	width: 90%;
	max-width: 1040px;
	margin: 0 auto;
	padding-bottom: 30px;
}
#details .essentials_stomach .line_wrap > div:not(:last-of-type) {
	margin-bottom: 20px;
}
#details .essentials_stomach .line_wrap > div:last-of-type {
	margin-bottom: 50px;
}
#details .essential_line {
	border: 1px solid #cfcfcf;
}
#details .essential_line h3 {
	background-color: #f3f3f3;
	font-size: 16px;
	padding: 20px;
}
#details .essential_line div {
	padding: 20px;
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: 0.2rem;
	background-color: #FFFFFF;
}
#details .essential_line div > dl:not(:last-of-type) {
	margin-bottom: 20px;
}
#details .essential_line div dl dd ul {
	list-style: disc;
	padding-left: 2rem;
}
#details .entryline div {
	max-width: 375px;
	height: 60px;
	margin: 0 auto;
}
#details .entryline div:not(:last-of-type) {
	margin-bottom: 20px;
}
#details .entryline div a {
	font-size: 16px;
}
#details .entryline .nextarrow_white {
	text-align: center;
}
#details .backto {
	width: 180px;
	height: 40px;
	margin: 0 auto 80px;
	
}

/*otheroffer*/

#details .otheroffer {
	margin-bottom: 50px;
}
#details .otheroffer h3 {
	font-size: 24px;
	text-align: center;
	margin-bottom: 30px;
}
#details .otheroffer_wrap {
	width: 90%;
	max-width: 1040px;
	margin: 0 auto;
}
#details .otheroffer_element {
    width: 100%;
    height: 280px;
    margin-bottom: 20px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 0%;
}
#details .otheroffer_element .titleline {
	color: #FFFFFF;
	padding: 20px 20px 30px;
	position: absolute;
	left: 50%;
	top: 0px;
	transform: translateX(-50%);
	width: 100%;
	overflow: hidden;
}
#details .otheroffer_element .titleline h4 {
	font-size: 26px;
	margin-bottom: 20px;
	line-height: 1.2;
}
#details .otheroffer_element .titleline p {
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: 0.2rem;
}
#details .otheroffer_element figure {
	width: 100%;
	height: 100%;
}
#details .otheroffer_element figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#details .otheroffer_element .nextarrow_clear {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	width: 90%;
	height: 40px;
}

@media screen and (min-width: 560px){
	
	#details .entryline .nextarrow_white {
		text-align: left;
	}
	#details .entryline .nextarrow_white br {
		display: none;
	}
	#details .otheroffer_wrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	#details .otheroffer_element {
		width: calc(50% - 10px);
		margin: 0 5px 20px;
	}
	#details .otheroffer_element .titleline h4 {
		margin-bottom: 10px;
	}
	#details .otheroffer_element .titleline p {
		font-size: 12px;
	}
	
}

@media screen and (min-width: 640px){
	
}

@media screen and (min-width: 768px){
	
	#details .essentials_titlewrap h1 {
		font-size: 30px;
	}
	#details .essentials_body .essentials_stomach h2 {
		margin-bottom: 50px;
	}
	#details .essential_line {
		display: flex;
		flex-wrap: wrap;
	}
	#details .essential_line h3 {
		width: 200px;
	}
	#details .essential_line > div {
		width: calc(100% - 200px);
	}
	#details .essentials_stomach .line_wrap > div:not(:last-of-type) {
		margin-bottom: 0;
		border-bottom: none;
	}

}

@media screen and (min-width: 900px){
	
	#details .nextarrow_clear:hover {
		border: 1px solid hsla(42,28%,52%,1.00);
	}
	#details .nextarrow_white:hover {
		border: 1px solid #cfcfcf;
	}
	#details .nextarrow:hover:after,
	#details .nextarrow_clear:hover:after,
	#details .nextarrow_white:hover:after {
		left: 0%;
	}
	#details .nextarrow_white:hover a {
		color: #FFFFFF;
	}
	#details .nextarrow_white:hover a:after,
	#details .nextarrow_white:hover a:before {
		background-color: #FFFFFF;
	}
	/*#details .intro {
		height: 400px;
		    background-position: center top;
	}
	#details .intro .titlewrap {
		position: absolute;
		top: 125px;
		left: calc(50% + 255px);
	}
	#details .intro .titlewrap h1 {
		font-size: 40px;
		margin-bottom: 20px;
	}
	#details .intro .titlewrap p {
		font-size: 20px;
		text-align: left;
	}*/
	#details .essentials_body {
		padding-bottom: 50px;
	}
	#details .entryline {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	#details .entryline div {
		margin: 0 10px;
		width: 375px;
	}
	#details .otheroffer_element {
		width: calc(25% - 10px);
		margin: 0 5px 20px;
	}


}

@media screen and (min-width: 1040px){
	
	/*#details .intro .titlewrap {
		left: calc(50% + 297px);
	}*/
	#details .otheroffer_element .titleline h4 {
		margin-bottom: 20px;
	}

}

@media screen and (min-width: 1200px){

	#details .essentials_titlewrap p {
		text-align: center;
	}
}

@media screen and (min-width: 1300px){

	
}



