@charset "utf-8";
/* RECRUIT INTRO CSS 
------------------------------------------ */

/* rsec-01 ---------------*/
#rsec-01 {
	position: relative;
	background: #ffffef;
}

.sec-rintro .container {
	width: 92%;
    max-width: 92% !important;
}

.sec-rintro .rmain-ttl {
	width: 550px;
	box-sizing: border-box;
}
.sec-rintro .rmain-stxt {
	width: calc(50% - 275px);
	box-sizing: border-box;
}

.sec-rintro .rmain-stxt.order-md-1 {
	padding-right: 4%;
    order: -1;
}

.sec-rintro .rmain-stxt.order-md-3 {
	padding-left: 4%;
}

.rmain-ttl .rmain-catch {
	background-color: #fff;
	position: relative;
	z-index: 1;
	margin-bottom: 100px;
}

.rmain-ttl .rmain-catch::before,
.rmain-ttl .rmain-catch::after {
	content:"";
	position: absolute;
	width: 1px;
	height: 200px;
	background: #e4e4e4;
	transform: rotate(-45deg);
	display: block;
	left: 50%;
	top: 50%;
	z-index: -1;
	transform-origin: center;
	margin-top: -70px;
}

.rmain-ttl .rmain-catch::after {
	transform: rotate(45deg);
}

.rmain-ttl .rmain-catch .rmain-img {
	position: absolute;
	bottom: -100px;
	width: 100%;
	left: 0;
}

.rmain-ttl .rmain-catch .rmain-img .rttlimg01 {
	margin-left: 8.7%;
}
.rmain-ttl .rmain-catch .rmain-img .rttlimg02 {
	margin-left: 7.2%;
	margin-top: 50px;
}
.rmain-ttl .rmain-catch .rmain-img .rttlimg03 {
	margin-left: 5.8%;
	margin-top: 34px;
}
.rmain-ttl .rmain-catch .rmain-img .rttlimg04 {
	margin-left: 18.9%;
	margin-top: 19px;
}

.rmain-ttl .rmain-catch p {
	text-align: center;
	z-index: 2;
}

.rmain-ttl .rmain-catch p:first-child {
	color: #fa5c91;
	font-weight: 100;
}

.rmain-ttl .rmain-catch p:nth-child(2) {
	color: #333;
}

.rmain-ttl .rmain-catch p .img-VJ {
	width: 450px;
}

.sec-rintro .rmain-stxt span {
	display: block;
	margin-bottom: 20px;
}



@media (max-width: 1199px) {
	.sec-rintro .container {
		width: 90%;
		max-width: 90% !important;
	}
	
	.sec-rintro .container > .row {
		-webkit-flex-direction: column;
    	flex-direction: column;
	}

	.sec-rintro .rmain-stxt {
		width: 100%;
	}
	
	.sec-rintro .rmain-stxt.order-md-1 {
		padding-left: 4%;
		padding-bottom: 0;
		padding-top: 50px;
	}
	
	.sec-rintro .rmain-stxt.order-md-3 {
		padding-right: 4%;
		padding-top: 0;
		padding-bottom: 0;
	}
	
	.rmain-ttl.order-md-2 {
		order: -1;
		-ms-flex-order: -1;
		margin-left: auto;
    	margin-right: auto;
	}
}

@media (max-width: 640px) {
	.sec-rintro .rmain-ttl {
		width: 90%;
	}
	.rmain-ttl .rmain-catch p .img-VJ {
	    width: 380px;
	}
	.rmain-ttl .rmain-catch .rmain-img {
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: flex;
	}
	
	.rmain-ttl .rmain-catch .rmain-img .rttlimg01,
	.rmain-ttl .rmain-catch .rmain-img .rttlimg02,
	.rmain-ttl .rmain-catch .rmain-img .rttlimg03 {
		margin-left: 3.5%;
	}
	.rmain-ttl .rmain-catch .rmain-img .rttlimg04 {
		margin-left: auto;
	}
}

@media (max-width: 480px) {
	.rmain-ttl .rmain-catch::before, 
	.rmain-ttl .rmain-catch::after {
	    margin-top: -90px;
	}
	.rmain-ttl .rmain-catch p .img-VJ {
		width: 290px;
	}

	.rmain-ttl .rmain-catch .rmain-img {
		bottom: -110px;
	}
	.rmain-ttl .rmain-catch .rmain-img span img {
		transform: scale(0.85,0.85);
	}
	.rmain-ttl .rmain-catch .rmain-img .rttlimg01,
	.rmain-ttl .rmain-catch .rmain-img .rttlimg02,
	.rmain-ttl .rmain-catch .rmain-img .rttlimg03 {
		margin-left: 0;
	}
	
	.sec-rintro .rmain-stxt.order-md-1 {
		padding-top: 15px;
	}
	
	.sec-rintro .rmain-stxt span {
		margin-bottom: 10px;
	}

}

@media (max-width: 360px) {
	.rmain-ttl .rmain-catch p .img-VJ {
		width: 250px;
	}
}


/* rsec-02 ------------------------------*/
#rsec-02 {
	background: #99dcd7;
}

.listbox-about {
	width: 91%;
	margin: 0 auto;
	position: relative;
}
.divCount {
    counter-increment: divCount;
}
.divCount .scount {
	position: relative;
	padding-top: 75px;
}
.divCount .scount span:before {
    content: "0" counter(divCount);
    font-family: 'Lobster', cursive;
    position: absolute;
	font-size: 72px;
	color: #fff;
	letter-spacing: 0.12em;
	text-align: right;
	line-height: 1.0;
	top: 0;
	right: -10px;
    margin-top: -25px;
}
.listbox-about .sbox {
	width: 50%;
	display: inline-block;
	box-sizing: border-box;
	float: left;
	margin-top: 75px;
}
.listbox-about .sbox:nth-child(2n-1) {
	padding-right: 2.5%;
}
.listbox-about .sbox:nth-child(2n) {
	padding-left: 2.5%;
}

.listbox-about .sbox .inner-about dl{
	display: table;
	width: 100%;
	table-layout: auto;
	transition: all ease 0.28s;
}
.listbox-about .sbox .inner-about dl dt,
.listbox-about .sbox .inner-about dl dd {
	display: table-cell;
	vertical-align: middle;
	box-sizing: border-box;
	position: relative;
	transition: all ease 0.28s;
}

.listbox-about .sbox .inner-about dl dt {
	vertical-align: top;
}

.listbox-about .sbox .inner-about dl dd {
	width: 280px;
}
.listbox-about .sbox .inner-about dl dt {
	padding-right: 35px;
	text-align: right;
}

.listbox-about .sbox .inner-about dl dt:before {
	position: absolute;
	content:"";
	width: 0;
	height: 1px;
	display: block;
	background: rgba(0,0,0,0.3);
	top: 85px;
	left: 0;
	visibility: hidden;
	opacity: 0;
	transform: translateX(-100%);
	transition: all linear 0.5s;
}

.listbox-about .sbox.activein .inner-about dl dt:before {
	width: calc(100% - 135px);
	visibility: visible;
	opacity: 1;
	transform: translateX(0);
	transition-delay: 0.1s;
}

.listbox-about .sbox .inner-about dl dt .f-noto {
	font-weight: 300;
	color: rgba(0,0,0,0.8);
	padding-top: 55px;
    display: block;
    line-height: 1.1;
    position: relative;
	font-size: calc(100vw / 36);
}

/* 01 */
.box-percent {
	text-align: center;
	display: -webkit-flex;
    display: flex;
    margin-bottom: 15px;
}

.box-percent .percent-sbox {
	width: 50%;
    padding: 0 10px;
	box-sizing: border-box;
	z-index: auto;
}

.box-percent .percent-sbox:first-child {
	position: relative;	
}

.box-percent .percent-sbox:first-child::before,
.box-percent .percent-sbox:first-child::after {
	content: "●";
    position: absolute;
    right: -10px;
    font-size: 25px;
    font-family: Arial, Helvetica, sans-serif;
    color: rgba(45,73,71,0.6);
	transform: scale(0,0);
	visibility: hidden;
	opacity: 0;
	transition: all ease-in 0.5s;
}

.box-percent .percent-sbox:first-child::before {
    top: 30%;
}

.box-percent .percent-sbox:first-child::after {
    top: 50%;
}

.sbox.activein .box-percent .percent-sbox:first-child::before,
.sbox.activein .box-percent .percent-sbox:first-child::after {
	transform: scale(1,1);
	opacity: 1;
	visibility: visible;
	transition-delay: 0.5s;	
}

.sbox.activein .box-percent .percent-sbox:first-child::after {
	transition-delay: 0.6s;
}


.box-percent .percent-sbox .s-item {
	color: #2d4947;
}
.box-percent .percent-sbox .l-item {
	font-family: 'Fjalla One', sans-serif;
	font-size: 100px;
	color: #2d4947;
    line-height: 0.9;
	transform: scale(4,4);
	visibility: hidden;
	opacity: 0;
	transition: all ease-out 0.35s;
}

.sbox.activein .box-percent .percent-sbox .l-item {
	transform: scale(1,1);
	opacity: 1;
	visibility: visible;
	transition-delay: 0.1s;
}

.sbox.activein .box-percent .percent-sbox:nth-child(2) .l-item {
	transition-delay: 0.3s;
}


/* 01 */
.listbox-about .sbox:nth-child(1) .inner-about dl dd {
	background: url(../img/recruit/intro/aboutimg01_bg.png) no-repeat left 50px;
}

.aboutimg01 {
	text-align: center;
}

/* 02 */
.aboutimg02 {
	display: table;
	width: 100%;
	table-layout: auto;
}

.aboutimg02 > span {
	display: table-cell;
	vertical-align: top;
	box-sizing: border-box;
}

.aboutimg02 .sbox-img01 .f-nicn {
	color: #eaff00;
	display: block;
}

.aboutimg02 .sbox-img02 {
	padding-top: 85px;
	text-align: right;
}
.aboutimg02 .sbox-img02 img {
	position: relative;
    display: block;
    margin: 0 auto 10px auto;
}

.aboutimg02 .sbox-img02 .stxt span {
	line-height: 1.4;
	text-align: right;
	display: block;
}

.aboutimg02 .sbox-img02 .stxt .f-sz17 {
	color: #000;
	white-space: nowrap;
}

.aboutimg02 .sbox-img02 .stxt .f-sz15 {
	color: #00776e;
}

/* 03 */
.box-strength {
	text-align: center;
	display: -webkit-flex;
    display: flex;
    margin-bottom: 15px;
	justify-content: center;
  	align-items: center;
}

.box-strength .strength-sbox {
    width: 45%;
    padding: 0 10px;
    box-sizing: border-box;
	position: relative;
}
.sbox.activein .box-strength .strength-sbox .s-item {
	transition: all ease-in 0.5s;
	color: #2d4947;
}
.sbox.activein .box-strength .strength-sbox:first-child .s-item {
	font-weight: bold;
	font-size: 7.5rem;	
}

.sbox.activein .box-strength .strength-sbox:nth-child .s-item {
	font-size: 4.25rem;
}

.box-strength .strength-sbox:first-child::after {
	content:"";
	position: absolute;
    top: 50%;
    margin-top: -20px;
    right: -18px;
    display: block;
    width: 45px;
    height: 45px;
    box-sizing: border-box;
    transform: scale(0,0) rotate(45deg);
    border-right: 2px solid rgba(45,73,71,0.4);
    border-top: 2px solid rgba(45,73,71,0.4);
	visibility: hidden;
	opacity: 0;
	transition: all ease-in 0.4s;	
}

.sbox.activein .box-strength .strength-sbox:first-child::after{
	transform: scale(1,1) rotate(45deg);
	opacity: 1;
	visibility: visible;
	transition-delay: 0.2s;
}

.aboutimg03 .sbox-img {
	padding-top: 15px;
	text-align: center;
	display: block;
}



/* 04 */
.aboutbg04 {
	background: url(../img/recruit/intro/aboutimg04_img.png) no-repeat right bottom;
	padding-bottom: 60px;
}
.aboutbg04 .box-time .mtxt,
.aboutbg04 .box-time .stxt span {
	text-align: right;
}
.aboutbg04 .box-time .mtxt span {
	color: #000;
}
.aboutbg04 .box-time .stxt {
	line-height: 1.4;
}
.aboutbg04 .box-time .stxt span {
	color: #00786f;
	line-height: 1.4;
    display: inline-block;
	right: 50px;
    position: relative;
    width: calc(100% - 70px);
}

.aboutbg04 .box-time .time {
	position: relative;
	display: inline-block;
    line-height: 1.4;
}
.aboutbg04 .box-time .time span {
	font-family: 'Fjalla One', sans-serif;
	color: #2d4947;
	font-size: 8.0rem;
	padding: 0 15px;
}

.aboutbg04 .box-time .time::before,
.aboutbg04 .box-time .time::after {
	content: "●";
    position: absolute;
    left: 50%;
    font-size: 24px;
    font-family: Arial, Helvetica, sans-serif;
    color: #2d4947;
	margin-left: -8px;
}

.aboutbg04 .box-time .time::before {
    top: 25%;
}
.aboutbg04 .box-time .time::after {
    top: 40%;
}

.aboutbg04 .box-time {
	position: relative;
}

.aboutbg04 .box-time .i-surprise {
	position: absolute;
	top: -30px;
	right: -30px;
	display: block;
	width: 57px;
	height: 54px;
}

/* 05 */
.box-percent.kindPC .percent-sbox .s-item {
	position: relative;
	min-height: 60px;
	padding-top: 15px;
	z-index: 1;
}

.box-percent.kindPC .percent-sbox .s-item::before {
	content:"";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	display: block;
	width: 100%;
    height: 60px;
	transform: scale(0,0);
	transition: all ease-in 0.4s;
	transition-delay: 0.1s;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
}

.box-percent.kindPC .percent-sbox:first-child .s-item::before {
	background: url(../img/svg/mac.svg) no-repeat center top;
}

.box-percent.kindPC .percent-sbox:nth-child(2) .s-item::before {
	background: url(../img/svg/windows.svg) no-repeat center top;	
}

.box-percent.kindPC .percent-sbox:first-child::before {
	top: 40%;
}

.box-percent.kindPC .percent-sbox:first-child::after {
	top: 60%;
}

.sbox.activein .box-percent.kindPC .percent-sbox:first-child .s-item::before,
.sbox.activein .box-percent.kindPC .percent-sbox:nth-child(2) .s-item::before {
	transform: scale(1,1);
	opacity: 1;
	visibility: visible;
}

.sbox.activein .box-percent.kindPC .percent-sbox:nth-child(2) .s-item::before {
	transition-delay: 0.2s;
}

.abouttxt05 {
	transition: all ease 0.25s;
}

.abouttxt05 p span {
	transition: all ease 0.25s;
	position: relative;
	display: inline-block;
	opacity: 0;
	visibility: hidden;
	transform: translateX(-40px);
}

.abouttxt05 p span::before,
.abouttxt05 p span::after {
	transition: all ease 0.25s;
	position: relative;
	opacity: 0;
	visibility: hidden;
	content:"";
	position: absolute;
	display: block;
	background-color: #eaff00;
	width: 1px;
	height: 30px;
	top: -2px;
}

.abouttxt05 p span::before {
	left: -20px;
	transform: translateY(30px) rotate(45deg);
}

.abouttxt05 p span::after {
	right: -20px;
	transform: translateY(30px) rotate(-45deg);
}

.sbox.activein .abouttxt05 p span::before,
.sbox.activein .abouttxt05 p span::after {
	transition-delay: 0.8s;
	opacity: 1;
	visibility: visible;
}

.sbox.activein .abouttxt05 p span::before {
	transform: translateY(0) rotate(45deg);
}

.sbox.activein .abouttxt05 p span::after {
	transform: translateY(0) rotate(-45deg);
}

.sbox.activein .abouttxt05 {
	transition-delay: 0.75s;
	visibility: visible;
	opacity: 1;
}

.sbox.activein .abouttxt05 p span {
	transform: translateX(0);
	transition-delay: 0.5s;
	visibility: visible;
	opacity: 1;
}

/* 06 */
.aboutimg06 {
	text-align: center;
    display: -webkit-flex;
    display: flex;
}

.aboutimg06 span {
	width: 50%;
}
.sbox .aboutimg06 .sbox-img01 img,
.sbox .aboutimg06 .sbox-img02 img {
	transform: scale(0,0);
	opacity: 0;
	visibility: hidden;
	transition: all ease-in 0.25s;
	transition-delay: 0.65s;
	
}
.sbox.activein .aboutimg06 .sbox-img01 img,
.sbox.activein .aboutimg06 .sbox-img02 img {
	transform: scale(1,1);
	opacity: 1;
	visibility: visible;
}
.sbox.activein .aboutimg06 .sbox-img02 img {
	transition-delay: 0.75s;
}

.bgimgL, .bgimgR {
	font-weight: bold;
	position: relative;
	z-index: 1;
	height: 56px;
    line-height: 56px;
    /*margin-bottom: 10px;*/
	transition: all 0.28s ease;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-20px);
}

.bgimgL {
	text-align: left;
	padding-left: 11px;
}

.bgimgR {
	text-align: right;
	padding-right: 11px;
}

.sbox.activein .bgimgL,
.sbox.activein .bgimgR {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	transition-delay: 0.65s;
}

.bgimgL::before,
.bgimgR::before {
	content:"";
	position: absolute;
	width: 50px;
	/*height: 70px;*/
	display: block;
	top: 0;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	transition: all 0.2s ease-in;
	transform: scale(0,0);
	background: rgb(43, 201, 189);
    border-radius: 50%;
	aspect-ratio: 1 / 1;
}

.bgimgL::before {
	left: 0;
	/*background: url(../img/svg/hukidashiL.svg) no-repeat left top;*/
}
.bgimgR::before {
	right: 0;
	/*background: url(../img/svg/hukidashiR.svg) no-repeat right top;*/
}
.box-percent.kindfootwear .percent-sbox:first-child::before {
	top: 40%;
}
.box-percent.kindfootwear .percent-sbox:first-child::after {
	top: 60%;
}

.sbox.activein .bgimgL::before,
.sbox.activein .bgimgR::before {
	opacity: 1;
	visibility: visible;
	transform: scale(1,1);
	transition-delay: 0.5s;
}


.f-dgreen {
	color: #2d4947;
}

/* for IE */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.box-percent .percent-sbox .s-item,
	.sbox.activein .box-strength .strength-sbox .s-item.f-noto,
	.sbox.activein .bgimgL.f-noto, .sbox.activein .bgimgR.f-noto {
		font-family: "ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
		font-weight: bold;
	}
}

@media (min-width: 769px) {
	.listbox-about .sbox:first-child,
	.listbox-about .sbox:nth-child(2) {
		min-height: 425px;
	}
	
	.listbox-about .sbox:nth-child(3),
	.listbox-about .sbox:nth-child(4) {
		min-height: 405px;
	}	
}
@media (min-width: 1200px) {
	.listbox-about .sbox:first-child,
	.listbox-about .sbox:nth-child(2) {
		min-height: 272px;
	}
	
	.listbox-about .sbox:nth-child(3),
	.listbox-about .sbox:nth-child(4) {
		min-height: 255px;
	}

}

@media (max-width: 1199px) {
	.listbox-about .sbox .inner-about dl,
	.listbox-about .sbox .inner-about dl dt, 
	.listbox-about .sbox .inner-about dl dd {
		display: block;
		padding: 0;
		width: 100%;
	}
	.listbox-about .sbox .inner-about dl dt {
		height: auto !important;
		margin-bottom: 50px;
	}
	.divCount .scount span:before {
		right: -5px;
		font-size: 65px;
		margin-top: -10px;
	}
	.listbox-about .sbox .inner-about dl dt:before {
		top: 25px;
	}
	.listbox-about .sbox .inner-about dl dt .f-noto {
		padding-top: 60px;
    	display: block;
		font-size: calc(50vw / 15);
	}
	.listbox-about .sbox .inner-about dl dd {
		max-width: 280px;
		margin: 0 auto;
	}
}



@media (max-width: 768px) {
	.listbox-about .sbox {
		width: 100%;
		display: block;
	}
	.listbox-about .sbox:nth-child(2n),
	.listbox-about .sbox:nth-child(2n-1) {
		padding: 0;
	}
	.listbox-about .sbox .inner-about dl dt {
		text-align: left;
	}
	.listbox-about .sbox.activein .inner-about dl dt:before {
		left: 100px;
		width: calc(100% - 100px);
	}
	.divCount .scount span:before {
		right: auto;
		left: 0;
		margin-top: 0;
    	font-size: 55px;
	}
	.listbox-about .sbox .inner-about dl dt .f-noto {
		font-size: calc(100vw / 15);
	}
	
	/* 01 */
	.listbox-about .sbox:nth-child(1) .inner-about dl dd {
		background-position: center bottom;
	}
	
	/* 02 */
	.aboutimg02 .sbox-img02 {
		padding-top: 45px;
	}
	
}

@media (max-width: 480px) {
	.listbox-about .sbox {
		margin-top: 50px;
	}
	.box-percent .percent-sbox .l-item {
		font-size: 85px;
	}
	.divCount .scount span:before {
		font-size: 32px;
	}
	.listbox-about .sbox .inner-about dl dt .f-noto {
		font-size: 3.3rem;
		padding-top: 40px;
	}
	.sbox .pc-only-ll {
		display: block !important;
	}
	
	.listbox-about .sbox.activein .inner-about dl dt:before {
		width: calc(100% - 60px);
		left: 60px;
		top: 17px;
	}
	
	/* 04 */
	.aboutbg04 .box-time .mtxt {
		padding-right: 25px;
	}
	.aboutbg04 .box-time .i-surprise {
		top: -20px;
		right: 0;
	}
	

}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
       only screen and (   min--moz-device-pixel-ratio: 2),
       only screen and (     -o-min-device-pixel-ratio: 2/1),
       only screen and (        min-device-pixel-ratio: 2),
       only screen and (                min-resolution: 192dpi),
       only screen and (                min-resolution: 2dppx) {
		.aboutbg04 {
			background-image: url(../img/recruit/intro/aboutimg04_img@2x.png);
			background-size: 105px 189px;
		}
}