@charset "utf-8";

/* -----------------------------------------------------------
    recruit-top mv
-------------------------------------------------------------- */
.mv-area {
	position: relative;
	margin: 155px 0 0;
	height: 620px;
}

.mv-area .txt-area{
	position: absolute;
	z-index: 1;
	left: 5%;
	bottom: 115px;
}
.mv-area .section-title-en{
	font-size: 2rem;
	margin: 0;
	padding: 5px 20px;
	border-radius: 50px;
	font-weight: bold;
	color: var(--green);
	background: #fff;
	display: inline-block;
}
.mv-area .section-title-ja{
}

.mv-area .section-catch{
	padding: 20px 0 0;
	font-size: 8rem;
	color: #fff;
	line-height: 1.2;
	font-weight: bold;
}
.mv-area .section-catch span{
	color: #33FF66;
}

.mv-area .mv-slider {
	position: absolute;
    background: url(../img/recruit-mv.jpg) repeat-x 0 0;
    background-size: 1600px auto;
    width: 100%;
    height: 620px;
    overflow: hidden;
    -moz-animation: mv-loop 50s linear infinite;
    animation: mv-loop 50s linear infinite;
    top: 0;
	z-index: 0;
}

@keyframes mv-loop {
	
	0% {
		background-position: 0 0;
		}

	100% {
		background-position: -1600px 0;
		}
}



@media screen and (max-width: 768px){

	.mv-area {
		margin: 55px 0 0;
		height: 400px;
	}

	.mv-area .txt-area{
		left: 30px;
		bottom: 55px;
	}
	
	.mv-area .section-title-en{
		font-size: 1.6rem;
		padding: 5px 10px;
	}

	.mv-area .section-catch{
		padding: 15px 0 0;
		font-size: 4rem;
		line-height: 1.3;
	}
	.mv-area .section-catch span{
	}

    .mv-area .mv-slider {
        background-size: auto 400px;
        height: 400px;
        -moz-animation: mv-loop 30s linear infinite;
        animation: mv-loop 30s linear infinite;
    }
	
    @keyframes mv-loop {
    0% {
        background-position: 0 0;
        }

    100% {
        background-position: -1032px 0;
        }
    }

}


/*MV下*/
.mv-under-area{
	background: var(--green);
	color: #fff;
	padding: 50px 0 130px;
}
.mv-under-area .basic-txt{
	font-size: 1.8rem;
	font-weight: 500;
}

@media screen and (max-width: 768px){
	
	.mv-under-area{
		padding: 40px 20px 80px;
	}
	.mv-under-area .basic-txt{
		font-size: 1.8rem;
		font-weight: 500;
	}
	
}



/*    .low-contents-area
-------------------------------------------------------------- */

.low-contents-area {
	padding: 100px 0 80px;
}

@media screen and (max-width: 768px) {
	
	.low-contents-area {
		padding: 50px 20px 40px;
	}
	
}


/*    .line-title
-------------------------------------------------------------- */
.line-title {
    display: flex;
    align-items: center;
	font-size: 2.6rem;
	font-weight: bold;
	margin: 10px 0 50px 0;
	line-height: 1.4;
	color: var(--main-txt);
}
.line-title:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background: var(--green);
}
.line-title:after {
    margin-left: 2rem;
}
/*
.line-title span {
	color: #fff;
	position: relative;
	font-weight: bold;
	border-radius: 50px;
	padding: 3px 20px 5px;
	background: var(--green);
	display: inline-block;
	font-size: 1.6rem;
	margin: 0 10px 0 0;
}
*/

@media screen and (max-width: 768px){
	
	.line-title {
		font-size: 2.2rem;
		margin: 0 0 20px 0;
	}
	.line-title:after {
		margin-left: 1rem;
	}
	/*
	.line-title span {
		padding: 3px 20px 5px;
		display: block;
		font-size: 1.6rem;
		margin: 0 10px 0 0;
	}
	*/
	
}

/*    .section-title-en
-------------------------------------------------------------- */
.section-title-en.rad {
	color: #fff;
	position: relative;
	margin: 0 0 5px;
	font-weight: bold;
	border-radius: 50px;
	padding: 3px 20px 5px;
	background: var(--green);
	display: inline-block;
}

@media screen and (max-width: 768px){
	
	.section-title-en.rad {
		padding: 5px 10px 5px;
		font-size: 1.4rem;
	}
	
}


/*    .intro-area
-------------------------------------------------------------- */
.intro-area {
}
.intro-area .inner {
	display: flex;
	justify-content: space-between;
	/*
	align-items: center;
	*/
}
.intro-area .section-catch{
	font-size: 4rem;
	letter-spacing: .1em;
	line-height: 1.5;
}
.intro-area .basic-txt{
	font-size: 1.6rem;
	width: 650px;
}

@media screen and (max-width: 768px) {
	
	.intro-area {
		padding: 0;
	}
	.intro-area .inner {
		display: block;
	}
	.intro-area .section-catch{
		font-size: 2.6rem;
		margin: 0 0 20px;
	}
	.intro-area .basic-txt{
		font-size: 1.6rem;
		width: auto;
	}
	
}


/*    .message-area
-------------------------------------------------------------- */
.message-area {
	padding: 70px 0 100px;
	/*
	background: url("../img/bg-about-area2.jpg") no-repeat center top / cover;
	*/
}

.message-area .title-block {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 40px;
}
.message-area .line-title {
	margin: 0;
	width: calc(100% - 140px);
	color: var(--green);
}
.message-area .section-title-en.rad {
	margin: 0;
}

.message-area .wrap{
	display: flex;
	justify-content: space-between;
	padding: 0;
}
.message-area .img{
	text-align: center;
	width: 450px;
	order: 2;
}
.message-area .img img{
	width: 100%;
	height: 570px;
	object-fit: cover;
	object-position: center top;
	border-radius: 20px;
}
.message-area .txt-area{
	width: 680px;
	order: 1;
}
.message-area .section-catch{
	padding: 0 0 10px;
}
.message-area .basic-txt{
	margin: 20px 0 0;
}
.message-area .name{
	text-align: right;
	line-height: 1.6;
	margin: 30px 0 0;
}


@media screen and (max-width: 768px){
	
	.message-area {
		padding: 0 20px 40px;
	}

	.message-area .title-block {
		margin: 0 0 20px;
		/*
		justify-content: flex-start;
		*/
		display: block;
	}
	.message-area .line-title {
		width: auto;
		margin: 10px 0 0;
	}
	
	.message-area .wrap{
		display: block;
	}
	.message-area .img{
		width: auto;
	}
	.message-area .img img{
		height: 200px;
		border-radius: 10px;
	}
	.message-area .txt-area{
		width: auto;
	}
	.message-area .section-catch{
		padding: 30px 0 0;
	}
	.message-area .basic-txt{
		margin: 15px 0 0;
	}
	.message-area .name{
		margin: 20px 0 0;
	}
	
}



/*    .job
-------------------------------------------------------------- */
.job-area {
	background: url("../img/bg-mv-area.jpg") no-repeat center top / cover;
	position: relative;
}

.job-area .top-wrap {
	display: flex;
	justify-content: space-between;
	position: relative;
}
.job-area .left-box {
	width: 55%;
	padding: 100px 60px 80px calc((100% - 1200px) / 2);
	order: 1;
	position: relative;
	z-index: 2;
}
.job-area .basic-txt{
	margin: 20px 0 0;
}
.job-area .right-box {
	width: 45%;
	order: 2;
}

.job-area .slider{
	height: 480px;
	overflow: hidden;
}
.job-area .slider img{
	width: 100%;
	height: 480px;
	object-fit: cover;
	border-radius: 0 0 0 80px;
}


/*業務例*/
.job-area .inner{
	position: relative;
	z-index: 1;
	padding: 80px 0 150px;
}
.job-area .job-box{
	display: flex;
	justify-content: space-between;
}
.job-area .job-box .ill-area{
	width: 150px;
	text-align: center;
}
.job-area .job-box .ill-area img{
	display: block;
	width: 140px;
	margin: 0 auto 0;
}
.job-area .job-box .ill-area .section-title{
	font-size: 2rem;
	margin: 10px 0 0 10px;
}

.job-area .job-box .col-list{
	width: calc(100% - 210px);
	display: flex;
	flex-wrap: wrap;
	gap: 0 30px;
}
.job-area .job-box .col-list li{
	font-size: 1.7rem;
	font-weight: 500;
	width: calc((100% - 60px) / 3);
	border-bottom: 1px var(--green) dashed;
	padding: 0 0 10px 15px;
	margin: 0 0 20px;
}
.job-area .job-box .col-list li::before {
	top: 12px;
}


/*英字スライド*/
.marquee-area {
    overflow: hidden;
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
    z-index: 1;
}
.marquee-txt {
    transform: translateX(100%);
    animation: marquee 40s linear infinite;
    font-family: var(--en);
    font-weight: 500;
    line-height: 1;
    color: #fff;
    mix-blend-mode: screen;
    opacity: .9;
    font-size: 10rem;
    white-space: nowrap;
    letter-spacing: .2rem;
}
@keyframes marquee {
  0% {
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}


@media screen and (max-width: 768px){
	
	.job-area {
		display: block;
		margin: 0;
	}
	
	.job-area .top-wrap {
		display: block;
	}
	
	.job-area .left-box{
		width: auto;
		margin: 30px 20px 30px;
		padding: 0;
	}

	.job-area .section-catch{
		padding: 0;
		font-size: 2.6rem;
	}
	.job-area .basic-txt{
		margin: 15px 0 0;
	}

	.job-area .right-box {
		width: auto;
	}
	.job-area .slider{
		height: 220px;
	}
	.job-area .slider img{
		height: 220px;
		border-radius: 0;
	}
	
	
	/*業務例*/
	.job-area .inner{
		padding: 0 20px 50px;
	}
	.job-area .job-box{
		display: block;
	}
	.job-area .job-box .ill-area{
		width: auto;
		margin: 0 0 25px;
	}
	.job-area .job-box .ill-area img{
		width: 100px;
		margin: 0 auto 0;
	}
	.job-area .job-box .ill-area .section-title{
		font-size: 2rem;
		margin: 10px 0 0 20px;
	}

	.job-area .job-box .col-list{
		width: auto;
		display: block;
	}
	.job-area .job-box .col-list li{
		width: auto;
		padding: 0 0 10px 15px;
		margin: 0 0 10px;
	}
	.job-area .job-box .col-list li::before {
		top: 12px;
	}
	
	
	/*英字*/
    .marquee-area {
        bottom: -120px;
    }
    .marquee-txt {
        mix-blend-mode: screen;
        opacity: .9;
        font-size: 6rem;
        white-space: nowrap;
        letter-spacing: .2rem;
        animation: marquee 15s linear infinite;
    }
	
}




/*    .works-area
-------------------------------------------------------------- */
.works-area {
    position: relative;
	/*
	background: url("../img/bg-about-area2.jpg") center top / cover, no-repeat;
	*/
	background: url("../img/recruit-work-bg.png") no-repeat center top;
	min-height: 905px;
	
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	
	margin: -100px 0 0;
}

.works-area .section-catch{
	margin: 20px 0 40px;
}
.works-area .basic-txt{
	margin: 20px 0 0;
	font-size: 1.8rem;
}

.works-area .works-slider {
	display: none;
}

@media screen and (max-width: 768px) {
	
    .works-area {
        padding: 0 0 40px;
		min-height: inherit;
		margin: 0 auto;
		background: none;
		display: block;
    }
	.works-area .section-catch{
		font-size: 2.4rem;
		margin: 10px 0 20px;
	}
	.works-area .basic-txt{
		margin: 15px 0 0;
		width: auto;
		font-size: 1.7rem;
		text-align: left;
	}
	
	.works-area .works-slider {
		padding: 4px 0 0;
		margin: 0 auto 40px;
		display: block;
	}
	.works-area .works-slider img {
		width: 100%;
		height: 130px;
		object-fit: cover;
	}
	.works-area .works-slider .slick-slide {
		margin:0 2px;
	}

}


/*    .requirements-area
-------------------------------------------------------------- */
.requirements-area {
	text-align: center;
	margin: -80px 0 0;
	padding: 100px 0;
	background: #f6f6f6;
}

.requirements-area .section-catch{
	margin: 10px 0 40px;
	text-align: center;
}
.requirements-area .basic-txt.no{
	margin: 80px 0 50px;
	font-size: 1.8rem;
	text-align: center;
}

.requirements-area table {
	width: 900px;
	border-collapse: collapse;
	border-top: 1px #ddd solid;
	line-height: 1.6;
	margin: 0 auto;
	text-align: left;
}
.requirements-area table th {
	text-align: left;
	font-weight: 500;
    position: relative;
	padding: 24px 20px;
	width: 180px;
    vertical-align: top;
	border-bottom: 1px #ddd solid;
}
.requirements-area table th::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 36px;
    background: var(--green);
	width: 8px;
	height: 2px;
}
.requirements-area table td {
	padding: 24px 0 24px 20px;
    vertical-align: top;
	border-bottom: 1px #ddd solid;
}
.requirements-area table .basic-txt{
	line-height: 1.6;
}
.requirements-area table .basic-txt.s{
	font-size: 1.4rem;
}

.requirements-area table .col-list li::before {
	top: 10px;
}

.requirements-area table a {
	color: #0088FF;
	font-weight: 500;
}
.requirements-area table a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 768px) {
	
    .requirements-area {
		margin: 0;
		padding: 40px 20px 60px;
    }
	.requirements-area .section-catch{
		font-size: 2.4rem;
		margin: 5px 0 20px;
	}
	.requirements-area .basic-txt.no{
		margin: 15px 0 0;
		margin: 50px 0;
		width: auto;
		font-size: 1.6rem;
		text-align: left;
	}

	.requirements-area table {
		width: auto;
	}
	.requirements-area table th {
		text-align: left;
		padding: 20px 0 0 20px;
		width: auto;
		white-space: inherit;
		display: block;
		border-bottom: none;
		font-size: 1.7rem;
	}
	.requirements-area table th::before {
		top: 34px;
	}
	.requirements-area table td {
		display: block;
		padding: 10px 0 20px 20px;
	}
	
}



/*    entry-btn
-------------------------------------------------------------- */
.entry-btn {
	text-align: center;
	margin: 80px 0 0;
}
.entry-btn a {
    border-radius: 50px;
    padding: 30px 30px;
    background: #0088FF;
    position: relative;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 2.2rem;
    font-weight: 500;
    z-index: 1;
    overflow: hidden;
    vertical-align: middle;
	
	margin: 0 auto;
	width: 400px;
	box-shadow: 0 10px 30px rgba(0,0,0,.2);
}
.entry-btn a::before {
	position: absolute;
	content: "";
	width: 0;
	height: 100%;
	top: 0;
	right: 0;
	z-index: -1;
    background: #0079E8;
	/*
	background: linear-gradient(to right, #F9A17D, #FB7A70);
	*/
	transition: all 0.3s ease;
}
.entry-btn a:hover {
	box-shadow: none;
}
.entry-btn a:hover::before {
	left: 0;
	width: 100%;
}


@media screen and (max-width: 768px) {
	
	.entry-btn {
		margin: 40px 0 0;
	}
	.entry-btn a {
		padding: 25px 10px;
		font-size: 1.8rem;
		width: 100%;
	}
	
}


/*------------------ fixed-btn ------------------*/
.fixed-entry{
	position: fixed;
	right: 10px;
    bottom: 10px;
	z-index: 100;
}
.fixed-entry .wrap{
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
	line-height: 1.4;
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
}
.fixed-entry a{
	background: #0088FF;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
	box-shadow: 0 10px 30px rgba(0,0,0,.3);
	padding: 20px 15px;
}
.fixed-entry a:hover{
	background: #0079E8;
	box-shadow: none;
	opacity: 1;
}

.is-hidden {
	visibility: hidden;
	opacity: 0;
}

@media screen and (max-width: 768px){

	.fixed-entry{
		display: block;
		width: 100%;
		right: auto;
		bottom: 0;
	}
	.fixed-entry .wrap{
		display: block;
		background: #f6f6f6;
		padding: 8px;
	}
	.fixed-entry a{
		border-radius: 6px;
		box-shadow: none;
		padding: 18px 15px;
	}
	.fixed-entry a:hover{
	}


}



/*    .f-copy simple
-------------------------------------------------------------- */
.f-copy.simple {
	padding: 20px 0;
}
