@charset "utf-8";

/* -----------------------------------------------------------
    intro-area
-------------------------------------------------------------- */
.intro-area{
	padding: 0 0 100px;
	position: relative;
}
.intro-area .inner{
	position: relative;
}
.intro-area .flex{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.intro-area .txt-wrap{
	margin: 0 80px 0 0;
}
/*.intro-area .img{
	flex-shrink: 0;
	margin: 0 0 0 auto;
	text-align: right;
	width: 50%;
	max-width: 800px;
	min-width: 650px;
	height: auto;
}
.intro-area .img img{
	width: 100%;
	height: auto;
}*/
.intro-area .img{
	flex-shrink: 0;
	text-align: right;
	width: 500px;
}
.intro-area .img img{
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.intro-area .text-slide{
	width: 100%;
	height: 183px;
	position: absolute;
	bottom: -60px;
	right: 0;
	background: url("../img/text-slide-rec.png") repeat-x top left / auto 183px;
	animation: bg-slider 35s linear infinite;
	overflow: hidden;
	z-index: -1;
}
@keyframes bg-slider {
	from {
        background-position: 0 0;
    }
    to {
        background-position: -3672px 0;
    } /* 3672pxとは使用した背景画像の長さ */
}
@media screen and (max-width: 768px){
	.intro-area{
		padding: 110px 0 0;
		margin: 0 0 0;
	}
	.intro-area .inner{
		position: static;
	}
	.intro-area .flex{
		flex-direction: column-reverse;
	}
	.intro-area .txt-wrap{
		margin: 0 auto;
		padding: 0 20px;
	}
	/*.intro-area .img{
		margin: 0 0 30px auto;
		text-align: right;
		width: 120%;
		max-width: auto;
		min-width: auto;
		height: auto;
		position: relative;
		right: 0;
		left: -20%;
	}
	.intro-area .img img{
		width: 100%;
		height: auto;
	}*/
	
	.intro-area .img{
		position: absolute;
		right: -20px;
		width: 180px;
		top: 20px;
		z-index: -1;
	}
	.intro-area .img img{
	}
	
	.intro-area .catch{
		text-shadow: #fff 2px 0px 0px, #fff -2px 0px 0px, #fff 0px -2px 0px, #fff 0px 2px 0px, #fff 2px 2px 0px, #fff -2px 2px 0px, #fff 2px -2px 0px, #fff -2px -2px 0px, #fff 1px 2px 0px, #fff -1px 2px 0px, #fff 1px -2px 0px, #fff -1px -2px 0px, #fff 2px 1px 0px, #fff -2px 1px 0px, #fff 2px -1px 0px, #fff -2px -1px 0px, #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 1px -1px 0px, #fff -1px -1px 0px;	
	}
	
	.intro-area .text-slide{
		height: 80px;
		position: absolute;
		bottom: auto;
		top: 15px;
		right: 0;
		background: url("../img/text-slide-rec.png") repeat-x top left / auto 80px;
		animation: bg-slider 60s linear infinite;
		overflow: hidden;
		z-index: -1;
	}
	
}


/* -----------------------------------------------------------
    message-area
-------------------------------------------------------------- */
.message-area{
	margin: 100px 0 0;
}
.message-area .inner{
	box-shadow: 7px 7px 30px -10px rgba(0,0,0,0.2);
	border-radius: 80px;
}
.message-area .title-wrap{
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 0 80px 80px;
	height: 580px;
	position: relative;
	z-index: 1;
}
.message-area .title-wrap::before{
	content: "";
	display: block;
	width: 1200px;
	height: 580px;
	background: url("../img/rec-about-message.jpg") no-repeat center/ cover;
	border-radius: 80px 80px 80px 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.message-area .title-wrap::after{
	content: "";
	width: 100px;
	height: 100px;
	background: url("../img/rec-about-message-bg.png") no-repeat center / cover;
	position: absolute;
	top: 382px;
	right: 0;
}
.message-area .catch{
	font-size:3.8rem;
	margin: 0;
}
.message-area .txt-wrap{
	background-color: #fff;
	padding: 80px 100px 10px;
	border-radius: 80px 0 0 80px;
	position: relative;
	top: -100px;
	left: 0;
	width: 100%;
	z-index: 2;
}
.message-area .txt-wrap .txt{
	font-size: 1.7rem;
}
.message-area .txt-wrap .txt.style02{
	font-size: 2.0rem;
	font-weight: 500;
	margin: 40px 0 0 ;
}

.message-area .name{
	text-align: right;
	margin: 0 0 -50px;
}
.message-area .name img{
}

@media screen and (max-width: 768px){
	.message-area{
		margin: 100px 0 0;
	}
	.message-area .inner{
		border-radius: 0 0 30px 30px;
	}
	.message-area .title-wrap{
		padding: 0 20px 20px;
		margin: 0 auto;
		height: auto;
	}
	.message-area .title-wrap::before{
		width: 100%;
		border-radius: 30px 30px 0 0;
		overflow: hidden;
		height: 181px;
		top: -58px;
	}
	.message-area .catch{
		font-size: 2.5rem;
		margin: 60px 0 0;
	}
	.message-area .txt-wrap{
		padding: 0 20px 30px;
		border-radius: 0;
		top: -20px;
	}
	.message-area .txt-wrap .txt{
		font-size: 1.6rem;
	}
	.message-area .txt-wrap .txt.style02{
		font-size: 1.8rem;
		margin: 30px 0 0 ;
	}
	
	.message-area .name{
		text-align: right;
		margin: 10px 0 0;
	}
	.message-area .name img{
		width: 90px;
	}
	
}


/* -----------------------------------------------------------
   about-area
-------------------------------------------------------------- */
.about-area{
	margin: 100px 0 0;
}
.about-area .feature-wrap .point-list{
	background: linear-gradient(to right , var(--bg-green) 0%, var(--bg-green) 50%, #fff 50%,#fff 100%);
}
.about-area .point-list li{
	width: 100%;
	padding: 100px 0;
	display: flex;
	align-items: center;
	border-radius: 0 200px 200px 0;
	background-color: var(--bg-green);
}
.about-area .point-list .catch{
	font-size: 3.5rem;
	line-height: 1.4;
}
.about-area .point-list .txt-wrap{
	margin: 0 70px 0 calc((100% - 1200px) / 2);
}
.about-area .point-list .title-en{
	font-size: 2.0rem;
	line-height: 1;
	color: var(--recruit-main);
	font-family: var(--en-font);
	font-weight: 700;
	position: relative;
	opacity: 1;
	left: 0;
}
.about-area .point-list .title-en span{
	font-size: 10rem;
	opacity: 0.15;
	position: absolute;
	top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	left: 0;
}
.about-area .point-list .title-jp{
	font-size: 2.0rem;
	padding: 5px 0 0;
}
.about-area .point-list .img{
	flex-shrink: 0;
	margin: 0 calc((100% - 1300px) / 2) 0 0;
	border-radius: 30px;
	overflow: hidden;
}

/*.----- point-list li.style02 -----*/
.about-area .point-list li.style02{
	flex-direction: row-reverse;
	border-radius: 200px 0 0 200px;
	background-color: #fff;
}
.about-area .point-list li.style02 .txt-wrap{
	margin: 0 calc((100% - 1200px) / 2) 0 70px ;
}
.about-area .point-list li.style02 .img{
	margin: 0 0 0 calc((100% - 1300px) / 2);
}
@media screen and (max-width: 768px){
	.about-area{
		margin: 50px 0 0;
		position: relative;
	}
	.about-area::before{
		content: "";
		display: block;
		width: 100%;
		height: 50px;
		background: var(--bg-green);
		position: absolute;
		bottom: -50px;
		left: 0;
	}
	.about-area .point-list li{
		width: 100%;
		flex-direction: column-reverse;
		border-radius: 0 40px 40px 0;
		padding: 0 20px 30px;
	}
	.about-area .point-list .txt-wrap{
		margin: 0 auto;
	}
	.about-area .point-list .title-en{
		font-size: 1.8rem;
		margin: 32px 0 5px;
	}
	.about-area .point-list .title-en span{
		font-size: 6rem;
	}
	.about-area .point-list .title-jp{
		font-size: 2.0rem;
	}
	.about-area .point-list .catch{
		font-size: 2.3rem;
		margin: 0;
	}
	.about-area .point-list .img{
		flex-shrink: 0;
		margin: 30px 0 0;
		border-radius: 30px;
		overflow: hidden;
	}

	/*.----- point-list li.style02 -----*/
	.about-area .point-list li.style02{
		flex-direction: column-reverse;
		border-radius: 40px 0 0 40px;
	}
	.about-area .point-list li.style02 .txt-wrap{
		margin: 0 auto;
	}
	.about-area .point-list li.style02 .img{
		margin: 30px 0 0;
	}
}


/* -----------------------------------------------------------
    philosophy-area
-------------------------------------------------------------- */
.philosophy-area{
	margin: 0;
	padding: 100px 0;
	/*background: url("../img/rec-about-philosophy.jpg") no-repeat right bottom/ cover;*/
	background: linear-gradient(to bottom , rgba(0,0,0,0.1), rgba(0,0,0,0.1)) , url("../img/rec-about-philosophy.jpg") no-repeat right bottom / cover;
}
.philosophy-area .catch,
.philosophy-area .txt{
	width: 700px;
	color: #fff;
}
@media screen and (max-width: 768px){
	.philosophy-area{
		margin: 50px 0 0;
		padding: 0;background: none;
		/*background: url("../img/rec-about-aboutus.jpg") no-repeat right bottom/ cover;*/
	}
	.philosophy-area .titlebox{
		padding: 50px 20px;
		background: url("../img/rec-about-philosophy.jpg") no-repeat right bottom/ cover;
	}
	.philosophy-area .titlebox .title-en{
		top: auto;
	}
	.philosophy-area .catch{
		font-size: 2.2rem;
		width: 100%;
		color: #333;
		padding: 0 20px
	}
	.philosophy-area .txt{
		width: 100%;
		color: #333;
		padding: 0 20px;
	}
}



/* -----------------------------------------------------------
    business-area
-------------------------------------------------------------- */
.business-area{
	margin: 100px 0 0;
	display: flex;
	justify-content: space-between;
}
.business-area .txt-wrap{
	margin: 0 0 0 calc((100% - 1200px)/2);
	width: 600px;
	flex-shrink: 0;
}
.business-area .catch{
	font-size: 3.1rem;
	line-height: 1.4;
}
.business-area .img{
	height: 584px;
	max-width: 730px;
	min-width: 525px;
	margin: 0 0 0 60px;
	border-radius: 120px 0 0 120px;
	overflow: hidden;
}


@media screen and (max-width: 768px){
	.business-area{
		margin: 50px 0 0;
		flex-direction: column-reverse;
	}
	.business-area .txt-wrap{
		margin: 0 auto 20px;
		padding: 0 20px;
		width: 100%;
	}
	.business-area .catch{
		font-size: 2.1rem;
	}
	.business-area .img{
		margin: 0 auto 20px 20px;
		height: 210px;
		max-width: 480px;
		min-width: 0;
		width: 100%;
		border-radius: 30px 0 0 30px;
	}
	.business-area .img img{
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}
}