/* RECRUIT */
#sec1 {
	position: relative;
	padding: 15vw 0;
	background: url(../img/shared/bg02.jpg);
}
#sec1::before {
	content: "";
	background: url(../img/recruit/sec1_shadow.png) repeat-y top center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
}
#sec1 .box {
	color: #fff;
	padding: 0 6%;
}
#sec1 .box h2 {
	line-height: 1.6;
	margin-bottom: 8vw;
}
#sec1 .box .photo {
	position: relative;
	margin-bottom: 5vw;
}
#sec1 .box .text {
	margin-bottom: 5vw;
}
#sec1 .box .bnr__shared {
	margin-bottom: 0;
}

@media screen and (min-width: 768px) {
#sec1 {
	margin-bottom: 0;
	padding: 0;
}
#sec1::before {
	content: "";
	background: url(../img/recruit/sec1_shadow.png) repeat-y top center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}
#sec1 .box {
	width: 599px;
	margin-left: auto;
	padding: 218px 68px 232px 0;
}
#sec1 .box h2 {
	line-height: 70px;
	margin-bottom: 20px;
	position: relative;
	z-index: 2;
}
#sec1 .box .photo {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	margin-bottom: 0;
}
#sec1 .box .text {
	padding-right: 79px;
	margin-bottom: 29px;
	position: relative;
	z-index: 2;
}
#sec1 .box .bnr__shared {
	margin-bottom: 0;
	position: relative;
	z-index: 2;
	width: 294px;
}
}
#sec2 {
	position: relative;
	padding-bottom: 15vw;
}
#sec2::before {
	content: "";
	background: url(../img/recruit/sec2_deco01.png) no-repeat top center;
	position: absolute;
	top: 0;
	left: -31vw;
	height: 1238px;
	width: 200%;
	background-size: 100% auto;
}
#sec2 .set1 {
	padding-top: 15vw;
	padding-bottom: 13vw;
}
#sec2 .set1 .box {text-align: center;}
#sec2 .set1 .box h2 {
	line-height: 1;
	padding: 2vw 0;
	margin-bottom: 5vw;
	position: relative;
	display: inline-block;
}
#sec2 .set1 .box h2::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	border-top: 1px solid rgba(0, 0, 0, 0.3);
}
#sec2 .set1 .box .slider__s {
	position: relative;
	margin-bottom: 3vw;
}
#sec2 .set1 .box .slider__s .ob-img {
	height: 60vw;
}
#sec2 .set1 .box .text {
	text-align: justify;
}
#sec2 .set2 {
	position: relative;
}
#sec2 .set2::before {
	content: "";
	background: url(../img/recruit/arrow_right.png) no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	width: 34px;
	height: 32px;
	position: absolute;
	bottom: 0;
	left: 0;
	transform: rotate(90deg);
}
#sec2 .set2::after {
	content: "";
	background: #222222;
	position: absolute;
	top: 12vw;
	bottom: 10px;
	left: 15px;
	width: 8px;
}
#sec2 .set2 .wrap {
	max-width: 1032px;
}
#sec2 .set2 .heading__h3 {
	text-align: center;
	position: relative;
	margin-bottom: 5vw;
}

#sec2 .set2 .heading__h3 h3 {
	line-height: 1;
	padding: 0 30px;
	position: relative;
	z-index: 2;
	display: inline-block;
}
#sec2 .set2 .box-2 {
	gap: 12px;
	align-items: center;
	margin-left: 15px;
}
#sec2 .set2 .box-2 .item {
	background: url(../img/shared/bg03.png);
	font-size: 18px;
	line-height: 1.6;
	box-sizing: border-box;
	padding: 20px;
}
#sec2 .set2 .box-2 .item:nth-child(1),  #sec2 .set2 .box-2 .item:nth-child(3) {
}
#sec2 .set2 .box-2 .item + .item {
	margin-top: 3vw;
}

@media screen and (min-width: 768px) {
#sec2 {
	padding-bottom: 111px;
}
#sec2::before {
	position: absolute;
	top: 0;
	left: calc(50% - 281px);
	height: 1238px;
	width: 1094px;
}
#sec2 .set1 {
	padding-top: 179px;
	padding-bottom: 140px;
}
	
	#sec2 .set1 .slick-dots {
    bottom: 20px;
}
#sec2 .set1 .slick-dots li,
#sec2 .set1 .slick-dots li button:before,
#sec2 .set1 .slick-dots li button {
	  width: 25px;
	  height: 25px;
	}	
	
#sec2 .set1 .box {
	width: 400px;
	margin-left: auto;
	padding-right: 11px;
}
#sec2 .set1 .box h2 {
	padding: 9px 0;
	margin-bottom: 28px;
}
#sec2 .set1 .box h2::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
#sec2 .set1 .box .slider__s {
	width: 710px;
	position: absolute;
	top: -65px;
	right: 490px;
	margin-bottom: 0;
}
#sec2 .set1 .box .slider__s .ob-img {
	height: 480px;
}
#sec2 .set1 .box .text {
	padding-right: 20px;
}
#sec2 .set2::before, #sec2 .set2::after {
	display: none;
}
#sec2 .set2 .heading__h3 {
	margin-bottom: 27px;
}
#sec2 .set2 .heading__h3::before {
	content: "";
	background: url(../img/recruit/arrow_right.png) no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	width: 46px;
	height: 37px;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -23px;
}
#sec2 .set2 .heading__h3::after {
	content: "";
	background: #222222;
	height: 15px;
	position: absolute;
	top: 50%;
	margin-top: -11px;
	left: 0;
	right: 45px;
}
#sec2 .set2 .heading__h3 h3 {
	padding: 0 30px;
	background: url(../img/shared/bg.jpg);
}
#sec2 .set2 .box-2 {
	gap: 12px;
	align-items: center;
	margin-left: 0;
}
#sec2 .set2 .box-2 .item {
	font-size: 22px;
	line-height: 35px;
	box-sizing: border-box;
	padding: 0 7px 0 22px;
	min-height: 200px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	width: 30%;
	letter-spacing: 0;
}
#sec2 .set2 .box-2 .item:nth-child(1),  #sec2 .set2 .box-2 .item:nth-child(3) {
	padding: 0 24px 0 51px;
}
#sec2 .set2 .box-2 .item + .item {
	margin-top: 0;
}
	#sec2 .set2 .box-2 .item:nth-child(2) {
		font-size: 22px;
		line-height: 35px;
	}
}
#sec3 {
	position: relative;
	background: url(../img/shared/bg02.jpg);
	color: #fff;
	overflow: hidden;
}
#sec3::before {
	content: "";
	background: url(../img/recruit/sec3_deco01.png) no-repeat top center;
	width: 45vw;
	height: 367px;
	position: absolute;
	top: -30px;
	right: -30px;
	background-size: 100% auto;
}
#sec3 .col-right .staff__info h3 {
	font-size: 16px;
	line-height: 1;
	margin-bottom: 10px;
}
#sec3 .col-right .staff__info h4 {
	line-height: 1;
	margin-bottom: 6vw;
}
#sec3 .col-right .list {
	border-bottom: 1px solid #fff;
	padding-bottom: 15vw;
}
#sec3 .set3 .col-right .list {
	border-bottom: none!important;
}
#sec3 .col-right .list dl dt {
	font-size: 18px;
	text-decoration-thickness: 1px;
	text-decoration-line: underline;
	text-underline-offset: 1px;
	text-decoration-color: rgba(255, 255, 255, 0.3);
}
#sec3 .col-right .list dl + dl {
	margin-top: 5vw;
}
#sec3 .two-col {
	margin: 0;
	position: relative;
	z-index: 2;
}
#sec3 .two-col .photos {
	position: relative;
}

#sec3 .two-col .photos .thumb_s .ob-img {
	height: 99vw;
}
#sec3 .two-col .photos .thumb_s .ob-img img {
	object-position: 50% 15%;
}
#sec3 .two-col .col-right {
	margin-bottom: 0;
}
#sec3 .two-col .stick {
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
	position: relative;
}
#sec3 .photos {
	margin-bottom: 5vw;
}
#sec3 .main-visual-l {
	position: relative;
}
#sec3 .main-visual-l figure {
	position: absolute;
	top: 0;
	left: 0;
	width: 650px;
	transition: all .4s ease;
}
#sec3 .main-visual-l .ii02 {
	z-index: 2;
	opacity: 0;
}
#sec3 .main-visual-l .ii03 {
	z-index: 3;
	opacity: 0;
}
#sec3 .main-visual-l .ii03.menu-item-active,  #sec3 .main-visual-l .ii02.menu-item-active {
	opacity: 1;
}
#sec3 .main-visual-l .list__dotted {
	position: absolute;
	bottom: -40px;
	left: 0;
	right: 0;
	text-align: center;
	line-height: 1;
}
#sec3 .main-visual-l .list__dotted li {
	display: inline-block;
	font-size: 0;
	width: 15px;
	height: 15px;
	margin: 0 15px;
	background: url(../img/recruit/dotted_inactive.jpg) no-repeat center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
#sec3 .main-visual-l .ii01 .list__dotted li:nth-child(1) {
	background: url(../img/recruit/dotted_active.jpg) no-repeat center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
#sec3 .main-visual-l .ii02 .list__dotted li:nth-child(2) {
	background: url(../img/recruit/dotted_active.jpg) no-repeat center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
#sec3 .main-visual-l .ii03 .list__dotted li:nth-child(3) {
	background: url(../img/recruit/dotted_active.jpg) no-repeat center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
#sec3 .set1 {
	position: relative;
	padding-top: 13vw;
}
#sec3 .set1 .deco-1 {
	width: 35vw;
	position: absolute;
	top: 0;
	left: -3vw;
}
#sec3 .set1 .deco-2 {
	width: 35vw;
	position: absolute;
	top: 0;
	left: -3vw;
}
#sec3 .set1 .heading__h2 {
	text-align: center;
	margin-bottom: 10vw;
}
#sec3 .set1 .heading__h2 h2 {
	position: relative;
	padding: 2vw 0;
	line-height: 1;
	display: inline-block;
}
#sec3 .set1 .heading__h2 h2::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	border-top: 1px solid rgba(255, 255, 255, 0.3);
}
#sec3 .set1 .main-visual-l figure .ob-img {

}
#sec3 .set2 {
	position: relative;
	padding-top: 13vw;
}
#sec3 .set2 .deco {
	width: 24vw;
	position: absolute;
	top: 761px;
	right: 0;
}
#sec3 .set2 .main-visual-l figure .ob-img {

}
#sec3 .set3 {
	position: relative;
	padding-top: 15vw;
}
#sec3 .set3 .deco {
	width: 34vw;
	position: absolute;
	top: 139vw;
	left: -10vw;
}
#sec3 .set3 .main-visual-l figure .ob-img {

}

@media screen and (min-width: 768px) {
#sec3 {
	margin-bottom: 0;
	padding-bottom: 35px;
}
#sec3::before {
	width: 355px;
	height: 367px;
	position: absolute;
	top: -30px;
	right: -30px;
}
	#sec3 .wrap {
		max-width: 1400px;
	}
	#sec3 .col-right .staff__info {
		padding-left: 51px;
	}
#sec3 .col-right .staff__info h3 {
	font-size: 18px;
	margin-bottom: 9px;
	letter-spacing: 1px;
}
#sec3 .col-right .staff__info h4 {
	margin-bottom: 34px;
}
#sec3 .col-right .list {
	border-bottom: 3px solid #fff;
	padding-bottom: 93px;
	padding-left: 51px;
}
#sec3 .col-right .list dl dt {
	font-size: 20px;
	margin-bottom: 10px;
	letter-spacing: 0;
}
#sec3 .col-right .list dl + dl {
	margin-top: 41px;
}
	#sec3 .col-right .list dl dd {
		padding-right: 91px;
	}
#sec3 .two-col {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	margin: 0;
}
#sec3 .two-col .photos {
	position: relative;
}
#sec3 .two-col .col-right {
	width: 700px;
	margin-bottom: 0;
	margin-right: 0;
	margin-left: 0;
	padding-right: 0;
	box-sizing: border-box;
}
#sec3 .two-col .stick {
	width: 650px;
	padding-bottom: 0;
}
	
	#sec3 .set1 .two-col .stick {
		padding-top: 83px;
	}
	#sec3 .set1 .two-col .col-right {
		padding-top: 80px;
	}
	#sec3 .set1 .two-col .col-right .list {
/*		min-height: 1135px;*/
	}
	#sec3 .set2 .two-col .stick {
		        padding-top: 102px;
	}
	#sec3 .set2 .two-col .col-right {
		        padding-top: 98px;
	}
	#sec3 .set2 .two-col .col-right .list {
/*		min-height: 945px;*/
	}
	#sec3 .set3 .two-col .stick {
		padding-top: 102px;
	}
	#sec3 .set3 .two-col .col-right {
		padding-top: 100px;
	}
	#sec3 .set3 .two-col .col-right .list {
/*		min-height: 1146px;*/
	}
	
#sec3 .main-visual-l {
	margin-bottom: 0;
}
#sec3 .main-visual-l figure {
	position: absolute;
	top: 0;
	left: 0;
	width: 650px;
	transition: all .4s ease;
}
#sec3 .main-visual-l .ii02 {
	z-index: 2;
	opacity: 0;
}
#sec3 .main-visual-l .ii03 {
	z-index: 3;
	opacity: 0;
}
#sec3 .main-visual-l .ii03.menu-item-active,  #sec3 .main-visual-l .ii02.menu-item-active {
	opacity: 1;
}
#sec3 .main-visual-l .list__dotted {
	position: absolute;
	bottom: -40px;
	left: 0;
	right: 0;
	text-align: center;
	line-height: 1;
}
	
	

	
	
#sec3 .main-visual-l .list__dotted li {
	display: inline-block;
	font-size: 0;
	width: 15px;
	height: 15px;
	margin: 0 15px;
	background: url(../img/recruit/dotted_inactive.jpg) no-repeat center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
#sec3 .main-visual-l .ii01 .list__dotted li:nth-child(1) {
	background: url(../img/recruit/dotted_active.jpg) no-repeat center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
#sec3 .main-visual-l .ii02 .list__dotted li:nth-child(2) {
	background: url(../img/recruit/dotted_active.jpg) no-repeat center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
#sec3 .main-visual-l .ii03 .list__dotted li:nth-child(3) {
	background: url(../img/recruit/dotted_active.jpg) no-repeat center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
	

	
	
#sec3 .set1 {
	position: relative;
	padding-top: 100px;
}
#sec3 .set1 .deco-1 {
	width: 329px;
	top: 0;
	left: -106px;
}
#sec3 .set1 .deco-2 {
        width: 299px;
        top: 974px;
        left: calc(50% - 191px);
}
#sec3 .set1 .heading__h2 {
	margin-bottom: 0;
}
#sec3 .set1 .heading__h2 h2 {
	padding: 6px 0 11px;
}
#sec3 .set1 .heading__h2 h2::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	border-top: 1px solid rgba(255, 255, 255, 0.3);
}
#sec3 .set1 .main-visual-l figure .ob-img {
	height: 800px;
}
#sec3 .set1 .contents {

}
#sec3 .set2 {
	padding-top: 0;
}
#sec3 .set2 .deco {
	width: 185px;
	position: absolute;
	top: 761px;
	right: -150px;
}
#sec3 .set2 .main-visual-l figure .ob-img {
	height: 800px;
}
#sec3 .set2 .contents {

}
#sec3 .set3 {
	padding-top: 0;
}
#sec3 .set3 .deco {
	width: 219px;
	position: absolute;
	top: 823px;
	left: -106px;
}
#sec3 .set3 .main-visual-l figure .ob-img {
	height: 800px;
}
#sec3 .set3 .contents {

}
}
#sec4 {
	position: relative;
	padding: 6vw;
}
#sec4 .wrap {
	max-width: 100%;
	position: relative;
	background: url(../img/shared/bg03.png);
}
#sec4 .wrap::before {
	content: "";
	border: 1px solid #b2ab9d;
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
}
#sec4 .box {
	padding: 10vw 5vw;
}
#sec4 .box h2 {
	text-align: center;
	position: relative;
	margin-bottom: 5vw;
}
#sec4 .box h2::after {
	content: "";
	background: #a10c03;
	height: 2px;
	width: 80px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -40px;
}
#sec4 .box .list {
	max-width: 700px;
	margin: 0 auto 50px;
}
#sec4 .box .list dl {
	padding: 10px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.5);
	line-height: 30px;
	display: block;
}
#sec4 .box .list dl dt {
}
#sec4 .box .list dl dd {
}
#sec4 .box .tel {
	margin-bottom: 20px;
}
#sec4 .box .tel dl dt {
	margin-bottom: 15px;
	font-size: 13px;
}
#sec4 .box .tel dl .mtel {
	margin-bottom: 15px;
}
#sec4 .box .tel dl .mdes {
	font-size: 15px;
	line-height: 25px;
}
#sec4 .box .bnr__shared {
	margin-left: auto;
	margin-right: auto;
	width: 70vw;
}

@media screen and (min-width: 768px) {
#sec4 {
	padding: 51px;
}
#sec4 .wrap {
	max-width: 100%;
}
#sec4 .wrap::before {
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
}
#sec4 .box {
	padding: 86px 0 80px 0;
}
#sec4 .box h2 {
	margin-bottom: 85px;
}
#sec4 .box h2::after {
	height: 3px;
	width: 80px;
	bottom: -41px;
}
#sec4 .box .list {
	margin: 0 auto 62px;
}
#sec4 .box .list dl {
	padding: 14px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.5);
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	line-height: 30px;
	letter-spacing: 1px;
}
#sec4 .box .list dl dt {
	width: 21.5%;
}
#sec4 .box .list dl dd {
	width: 78.5%;
}
#sec4 .box .tel {
	margin-bottom: 27px;
}
#sec4 .box .tel dl dt {
	margin-bottom: 20px;
}
#sec4 .box .tel dl .mtel {
	margin-bottom: 0;
	font-size: 40px;
}
#sec4 .box .tel dl .mdes {
	font-size: 15px;
	line-height: 25px;
}
#sec4 .box .bnr__shared {
	margin-left: auto;
	margin-right: auto;
	width: 376px;
}
	
#sec4 .box .bnr__shared a::before {
    left: 61px;
}	
	
}
#sec5 {
	padding: 10vw 0px 15vw;
	position: relative;
}
#sec5::before {
	content: "";
	background: url(../img/recruit/sec5_deco02.png) no-repeat top center;
	width: 134%;
	height: 727px;
	position: absolute;
	top: -70px;
	left: 0;
}
#sec5 .wrap {
	max-width: 1000px;
	background: url(../img/shared/bg02.jpg);
}
#sec5 .wrap::before {
	content: "";
	background: url(../img/recruit/sec5_deco01.png) no-repeat;
	width: 39vw;
	height: 235px;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	position: absolute;
	top: 0;
	left: 0;
}
#sec5 .box {
	color: #fff;
	position: relative;
	max-width: 700px;
	margin: 0 auto;
	padding: 10vw 0;
}
#sec5 .box .list {
	max-width: 700px;
	margin: 0 auto;
}
#sec5 .box .list dl {
	padding: 10px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	line-height: 30px;
}
#sec5 .box .list dl dt {
	width: 21.5%;
}
#sec5 .box .list dl dd {
	width: 78.5%;
}
#sec5 h2 {
	text-align: center;
	line-height: 1;
	margin-bottom: 3vw;
}

@media screen and (min-width: 768px) {
#sec5 {
	padding: 47px 0 118px;
}
#sec5::before {
	width: 987px;
	height: 727px;
	top: -64px;
	left: calc(50% + 42px);
}
#sec5 .wrap {
	margin-bottom: 0;
}
#sec5 .wrap::before {
	width: 264px;
	height: 235px;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	position: absolute;
	top: 0;
	left: 0;
}
#sec5 .box {
	padding: 58px 0 83px;
}
#sec5 .box .list {
	max-width: 700px;
	margin: 0 auto;
}
#sec5 .box .list dl {
	padding: 14px 0;
}
#sec5 .box .list dl dt {
	width: 21.5%;
}
#sec5 .box .list dl dd {
	width: 78.5%;
}
#sec5 h2 {
	margin-bottom: 22px;
}
}


@media screen and (min-width: 768px) and (max-width: 1299px) {
	#sec1 .box {
		padding-right: 0;
	}
	#sec3 .col-right .list dl dt,
	#sec3 .col-right .list dl dd {
		padding-right: 30px;
	}
}


@media screen and (min-width: 768px) and (max-height: 800px) {
	#sec3 .wrap {
		max-width: 1100px;
	}
	#sec3 .main-visual-l figure {
		width: 500px;
	}
	#sec3 .set3 .main-visual-l figure .ob-img,
	#sec3 .set2 .main-visual-l figure .ob-img,
	#sec3 .set1 .main-visual-l figure .ob-img {
		height: 530px;
	}
	#sec3 .contents {
		width: 45%;
	}
	#sec3 .col-right .list dl dt, #sec3 .col-right .list dl dd {
		padding-right: 0!important;
	}
	#sec3 .col-right .list dl + dl {
		margin-top: 25px;
	}
}











