@charset "UTF-8";


/* mv-area
----------------------------------------*/
@media screen and (max-width: 767px){
	.mv-area .inner::before{
		width: 100%;
	}
}


/* title
----------------------------------------*/
.title{
	position: relative;
	max-width: 1000px;
	margin: 30px auto 0;
	z-index: 10;
}
.title-company{
	text-align: center;
}
.title-company span{
	display: inline-block;
	padding: 0 10px 10px;
	border-bottom: solid 1px #000;
	font-size: 2.4rem;
	font-weight: 700;
}
.title-main{
	margin-top: 15px;
	text-align: center;
}
.title-main span{
	display: inline-block;
	padding: 0 20px 10px;
	border-bottom: solid 1px #000;
	font-size: 4.0rem;
	font-weight: 700;
	line-height: 1.4;
}
.title-person{
	margin-top: 45px;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
}
.title-person span{
	display: block;
	margin-bottom: 10px;
  font-size: 150%;
  font-weight: 700;
}

@media screen and (max-width: 767px){
	.title-company span{
		font-size: 2.0rem;
	}
	.title-main span{
		font-size: 3.0rem;
	}
	.title-person{
		margin-top: 20px;
	  font-size: 1.4rem;
	}
}


/* btn-area
----------------------------------------*/
.btn-area{
	padding: 60px 5%;
}
.btn-area > .btn-application{
	margin: 0 auto;
}

@media screen and (max-width: 767px){
	.btn-area{
		padding: 40px 5%;
	}
}


/* contents
----------------------------------------*/
.section-heading{
	margin-top: 50px;
}


/* photo
----------------------------------------*/
.photo{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 70px auto 80px;
	padding: 30px;
	background: #fff;
}
.photo-image{
	width: 27.02702702702703%;
}
.photo-text{
	width: 100%;
}
.photo-image + .photo-text{
	width: 68.91891891891892%;
}
.photo-text .name{
	font-size: 1.5rem;
	line-height: 1.6;
}
.photo-text .name span{
	font-size: 150%;
}
.photo-text .profile{
	margin-top: 1em;
	padding-top: 1em;
	border-top: solid 1px #000;
}
.photo-text .profile p{
	margin-bottom: 0.8em;
	font-size: 1.5rem;
	line-height: 1.6;
}
.photo-text .profile p:last-of-type{
	margin-bottom: 0;
}

@media screen and (max-width: 767px){
	.photo{
		margin: 40px auto 50px;
		padding: 20px;
	}
	.photo-image{
		width: 80%;
		margin: 0 auto 1em;
	}
	.photo-image + .photo-text{
		width: 100%;
	}
	.photo-text .name{
		font-size: 1.4rem;
	}
	.photo-text .profile p{
		font-size: 1.4rem;
	}
}


/* figure-center
----------------------------------------*/
.figure-center{
	max-width: 700px;
	margin: 50px auto;
}
.figure-center-caption{
	margin-top: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
}
.figure-center-caption-copyright{
	display: block;
	margin-bottom: 5px;
	font-size: 1.3rem;
	text-align: right;
}
.figure-center.small{
	max-width: 550px;
}

@media screen and (max-width: 767px){
	.figure-center{
		margin: 2em auto;
	}
	.figure-center-caption{
		font-size: 1.4rem;
	}
	.figure-center-caption-copyright{
		font-size: 1.1rem;
	}
}
