@charset "utf-8";

/* -----------------------------------------------------------
    MV
-------------------------------------------------------------- */
.lower-ttl-area {
	height: 920px;
	padding-top: 0;
	border-radius: 0 0 110px 110px;
	position: relative;
	margin: 0 0 80px;
}
.lower-ttl-area .int-mv-inner {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.lower-ttl-area .int-mv-inner .img-area {
	width: 50%;
	height: 920px;
	flex-shrink: 0;
	border-radius: 0 0 0 100px;
	overflow: hidden;
	z-index: -1;
}
.lower-ttl-area .int-mv-inner .img-area img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.lower-ttl-area .txt-area {
	padding: 0px 0px 0px calc((100% - 1400px) / 2);
	position: absolute;
	left: 0px;
	top: 200px;
}
.lower-ttl-area .txt-area::before{
	content: '';
	position: absolute;
	width: 711px;
	height: 260px;
	top: -80px;
    left: 50px;
	background: url("../img/template-mv-bg.png") no-repeat top center / contain;
	z-index: -1;
}

.lower-ttl-area .txt-area .wrap {
	display: inline-block;
}
.lower-ttl-area .titlebox{
	margin: 0 0 65px;
	position: relative;
}
.lower-ttl-area .titlebox .title-en span{
	display: inline-block;
}
.lower-ttl-area .titlebox .title-jp span{
	display: inline-block;
}

.lower-ttl-area .catch{
	margin: 0 0 40px;
}
.lower-ttl-area .job-cate {
	background-color: #31D8A8;
	padding: 5px 30px;
	border-radius: 10px;
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
	position: relative;
	top: -15px;
	left: -10px;
	display: inline-block;
}
.lower-ttl-area .job-cate p {
	font-size: 2rem;
	font-weight: 700;
	display: inline;
}

.lower-ttl-area .job-cate:before {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 20px;
    border: 8px solid transparent;
    border-top: 10px solid #31D8A8;
    z-index: 0;
}

.lower-ttl-area .catch {
	font-size: 4rem;
	max-width: 665px;
}

.lower-ttl-area .txt{
	width: 665px;
}

.h1-wrap h1 {
    top: 950px;
	text-align: right;
}
.breadcrumbs {
    top: 940px;
}


/*-------catchなど無し-------*/
.lower-ttl-area.type2 {
	height: 500px;
}

.lower-ttl-area.type2 .int-mv-inner .img-area {
	height:  500px;
}
.lower-ttl-area.type2 .int-mv-inner .img-area img {
    object-position: top;
}

.lower-ttl-area.type2 .txt-area {
    top: 250px;
}

.h1-wrap.type2 h1 {
    top: 520px;
}
.breadcrumbs.type2 {
    top: 510px;
}


@media screen and (max-width: 1350px){
	.lower-ttl-area .int-mv-inner .img-area {
		width: 45%;
	}
	
	.lower-ttl-area .txt-area {
		padding: 0px 0px 0px calc(50% - 600px);
	}
	
}

@media screen and (max-width: 768px) {
	.lower-ttl-area {
		height: auto;
		margin: 0 0 40px;
	}
	.lower-ttl-area .int-mv-inner {
		flex-direction: column-reverse;
		margin-bottom: 0px;
		align-items: flex-start;
	}
	.lower-ttl-area .titlebox .title-en{
		margin: 0;
	}

	.lower-ttl-area .int-mv-inner .img-area {
		width: 100%;
		height: 200px;
		position:relative;
		z-index: -1;
		top: 0;

		border-radius: 0 0 0 20px;
	}
	.lower-ttl-area .int-mv-inner .img-area img {
        height: 200px;
	}

	.lower-ttl-area .txt-area {
		/*position: inherit;*/
		padding: 20px 20px 0;
		position: relative;
		top: auto;
	}
	.lower-ttl-area .txt-area::before{
		display: none;
	}

	.lower-ttl-area .txt-area .wrap {
		margin: 0 0 0;
	}
	.lower-ttl-area .titlebox{
		margin: 0 0 30px;
	}
	.lower-ttl-area .titlebox::before{
		width: 100px;
        height: 74px;
        top: 0px;
        left: auto;
        right: -10px;
	}
	.lower-ttl-area .catch{
		font-size: 2.5rem;
		margin: 0 0 20px;
	}
	.lower-ttl-area .job-cate {
		left: 0;
		padding: 5px 20px;
	}
	.lower-ttl-area .job-cate p {
		font-size: 1.6rem;
	}

	.lower-ttl-area .job-cate:before {

	}
	.lower-ttl-area .txt{
		width: 100%;
	}
	
	.titlebox.big .title-en{
		font-size: 6rem;
	}
	.h1-wrap h1 {
		top: 5px;
	}
	#recruit .h1-wrap h1 {
		top: 5px;
	}
	
	
	/*-------catchなど無し-------*/
	.lower-ttl-area.type2 {
		height: 100%;
		margin-bottom: 0;
	}

	.lower-ttl-area.type2 .int-mv-inner .img-area {
		height: 100%;
	}
	
	.lower-ttl-area.type2 .txt-area {
		top: auto;
	}
	
	.h1-wrap.type2 h1 {
		top: 5px;
	}
}

/* -----------------------------------------------------------
    
-------------------------------------------------------------- */
.titlebox {
	position: relative;
}

.titlebox.big .title-en {
	font-size: 15rem;
	z-index: -1;
	color: #ECEFF1;
	position: absolute;
	left: -80px;
	top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.titlebox.big .title-jp {
	line-height: 4;
}

@media screen and (max-width: 768px) {
	.titlebox.big .title-en {
		font-size: 7rem;
		left: -15px;
		letter-spacing: normal;
	}
	.titlebox.big .title-jp {
		line-height: 4;
	}
}




