@charset "UTF-8";
/* CSS Document */

/*------
Common
------*/
html{
	font-size: 62.5%;
	color: #3f3f3f;
	font-family: 'ヒラギノ明朝 ProN','Hiragino Mincho ProN','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,sans-serif;
}
body{
	font-size: 1.4rem;
	line-height: 1.8;
	background: url("../img/bg.jpg");
	background-size: contain;
}
ul{
	list-style: none;
	padding: 0;
}
a{
	color: #3f3f3f;
	text-decoration: none;
}
img{
	max-width: 100%;
}
.inner{
	max-width: 1000px;
	margin: 0 auto;
}
/*h1,
.logo h2,
.logo p{
	font-family: 'Lora', serif;
}*/
.pc{
	display: block;
}
.sp{
	display: none;
}
@media (max-width: 768px){
	.sp{
		display: block;
	}
	.pc{
		display: none;
	}
	.inner{
		width: 92%;
		margin: 0 auto;
	}
}

/*------
Header
------*/
header{
	background: #d49688;
	height: 60px;
	position: fixed;
	width: 100%;
	z-index: 10;
	padding-top: 4px;
}
header .inner{
	display: flex;
	justify-content: space-between;
}
header img{
	width: 35%;
	margin-top: 8px;
}
ul{
	display: flex;
}
li{
	padding-left: 20px;
}
header a{
	color: #fff;
}
@media (max-width: 768px){
	header{
		padding-top: 18px;
	}
	header img{
		width: 50%;
		margin: 0;
	}
	.sp_nav_btn{
		position: relative;
		width: 30px;
		z-index: 100;
	}
	.sp_nav_btn span{
		display: block;
		width: 30px;
		border-bottom: 2px solid #fff;
		border-radius: 1px;
		position: absolute;
		transition: .35s ease-in-out;
	}
	.sp_nav_btn span:nth-child(1){
		top: 0;
		right: 0;
	}
	.sp_nav_btn span:nth-child(2){
		top: 9px;
		right: 0;
	}
	.sp_nav_btn span:nth-child(3){
		top: 18px;
		right: 0;
	}
	/*クラス名openが付与された時にspanタグを45度にする*/
	.sp_nav_btn.open span:nth-child(1){
		transform: rotate(-45deg);
		top: 9px;
		right: 0;
	}
	.sp_nav_btn.open span:nth-child(2),
	.sp_nav_btn.open span:nth-child(3){
		transform: rotate(45deg);
		top: 9px;
		right: 0;
	}

	nav{
		background: rgba(123,95,77,0.9);
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		padding-top: 60px;
		height: 100vh;
		transform: translateY(-100%);
		transition: all .6s;
	}
	nav.open{
		transform: translateY(0);
	}
	/*nav a{
		color: #fff;
		display: block;
		height: 44px;
		line-height: 44px;
	}*/
	ul{
		display: block;
		text-align: center;
	}
	li{
		font-size: 2rem;
		padding:0 0 20px 0;
		margin: 20px auto;
		border-bottom: 1px solid #fff;
	}
}

/*------
Footer
------*/
footer{
	text-align: center;
}
footer .logo{
	background: #EED4CD;
	height: 200px;
    padding-top: 38px;
}
footer img{
	width: 100px;
	    margin: 0 auto 10px;
}
footer p:last-child{
	background: #CD9285;
}
footer a{
	color: #fff;
	font-size: 1.2rem;
}
/*------
 PageTopButton
------*/
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
#pageTop a {
  display: block;
  z-index: 999;
  padding: 12px 5px 5px;
  border-radius: 30px;
  width: 50px;
  height: 50px;
  background-color: #ccc;
  color: #4A4A4A;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  font-size: 1.0rem;
}

/*------
Main
------*/

/*Common*/
section{
	padding: 80px 0;
}
.en{
	font-family: 'Pinyon Script', cursive;
}
.btn_1{
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
	background: #CC9184;
	box-shadow: 5px 5px 0 #EED4CC;
	text-align: center;
	width: 300px;
	padding: 10px 0;
	margin: 0 auto;
}
.btn_1 a{
	color: #fff;
}
.btn_1:hover{
	background: #7B5F4D;
	transition: background 1s;
}
.btn_2{
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
	background: #7B5F4D;
	box-shadow: 5px 5px 0 #EED4CC;
	text-align: center;
	width: 300px;
	padding: 10px 0;
	margin: 0 auto;
}
.btn_2 a{
	color: #fff;
}
.btn_2:hover{
	background: #CC9184;
	transition: background 1s;
}

#staff h2,
#benefit h2,
#recruit h2{
	font-size: 3rem;
	text-align: center;
	color: #fff;
	border-top: 2px solid #CC9184;
	border-bottom: 2px solid #CC9184;
	margin-bottom: 40px;
}
#staff h2 span,
#benefit h2 span,
#recruit h2 span{
	display: block;
	background-color: #CC9184 ;
	margin: 7px auto;
}
@media (max-width: 768px){
	section{
		padding: 40px 0;
	}
	.btn_1,
	.btn_2{
		width: 270px;
	}
	#staff h2,
	#benefit h2,
	#recruit h2{
		font-size: 2rem;
		width: 270px;
		margin: 0 auto;
	}
}

/*Animation*/
.fadeIn{
  opacity: 0;
  transform: translate(0, 10%);
  transition: 2s;
}
.fadeIn.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

/*MV*/
.mv{
	position: relative;
}
.mv_img{
	magin: 0 0 60px;
}
.mv_img img{
	width: 100%;
	height: auto;
}
.mv_img .slick-next{
	right: 20px;
	z-index: 99;
}
.mv_img .slick-prev{
	left: 15px;
	z-index: 100;
}
.mv_left{
	position: absolute;
	left: 10%;
	bottom: 8%;
}
.mv_left p{
	font-size: 9rem;
	color: #EED4CC;
	text-shadow: 2px 3px 0 #CC9184,3px 4px 5px #3f3f3f;
	position: absolute;
	bottom: -20%;
	left: 25%;
	transform: rotate(-10deg);
}
.mv_left img{
	width: 35%;
	z-index: 5;
}
.mv_right{
	position: absolute;
	right: 5%;
	bottom: 8%;
	color: #fff;
	text-shadow: 3px 4px 5px #3f3f3f;
	width: 500px;
}
@media (max-width: 768px){
	.mv_left{
	position: absolute;
	bottom: 10%;
	left: 10%;
	}
	.mv_left p{
		font-size: 5rem;
		bottom: -18%;
		left: 26%;
	}
	.mv_left img{
		width: 40%;
	}
	.mv_right{
		display: none;
	}
}

/*Concept*/
.concept_box{
	height: 40vh;
	padding-bottom: 80px;
	position: relative;
}
.concept_box img{
	width: 60%;
	position: absolute;
	top: 0;
	left: 0;
}
.concept_text{
	background-color: rgba(238,212,204,0.6);
	width: 60%;
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 50px 40px;
}
.concept_text h2{
	text-align: center;
	padding-bottom: 10px;
}
.concept_text h2 span{
	font-size: 3rem;
}
.point_box{
	padding-top: 80px;
}
.point_box_1,
.point_box_2,
.point_box_3{
	display: flex;
}
.point_box img{
	width: 50%;
	height: auto;
}
.point_box div{
	padding: 0 30px;
}
.point_box div h2{
	display: inline-block;
	position: relative;
	color: #7B5F4D;
	text-align: center;
	width: 100%;
	padding-bottom: 15px;
	margin-bottom: 25px;
}
.point_box div h2:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%,-50%);
	display: inline-block;
	width: 80px;
	height: 2px;
	background-color: #7B5F4D;
}
.point_box div span{
	display: block;
	color: #7B5F4D;
	font-size: 2rem;
	line-height: 3rem;
	text-align: center;
	padding-top: 30px;
}
.point_box div strong{
	font-size: 3.5rem;
	padding-left: 5px;
}
.point_box .btn_1{
	margin-top: 28px;
}
.point_box_3 div{
	padding-top: 40px;
}
@media (max-width: 768px){
	#concept{
		padding-bottom: 0;
	}
	.concept_box{
		height: 65vh;
	}
	.concept_box img{
		width: 80%;
	}
	.concept_text{
		width: 80%;
		padding: 15px;
	}
	.concept_text h2{
		font-size: 1.6rem;
	}
	.concept_text h2 span{
		font-size: 2rem;
	}
	.point_box_1,
	.point_box_2,
	.point_box_3{
		display: block;
	}
	.point_box_2{
		margin: 40px 0;
	}	
	.point_box img{
		width: 100%;
	}
	.point_box div{
		padding: 0 20px;
	}
	.point_box div h2{
		font-size: 1.6rem;
	}
	.point_box div span{
		font-size: 1.2rem;
	}
	.point_box div strong{
		font-size: 1.6rem;;
	}
}

/*Curriculum*/
#curriculum .wrap{
	text-align: center;
}
#curriculum h2{
	position: relative;
	display: inline-block;
	text-align: center;
	color:#fff;
	background-color: #d49688;
	width: 800px; 
	padding: 20px;
	margin: 0 auto 50px;
	border-radius: 10px;
}
#curriculum h2:before{
	content: '';
	position: absolute;
	display: block;
	z-index: 1;
	border-style: solid;
	border-color: #d49688 transparent;
	border-width: 10px 10px 0 10px;
	bottom: -10px;
	left: 50%;
	margin-left: -10px;
}
#curriculum p{
	text-align: center;
}
.curriculum_img{
	display: flex;
	width: 50%;
	margin-top: 40px;
}
#curriculum .btn_1{
	margin-top: 40px;
}
@media (max-width: 768px){
	#curriculum h2{
		font-size: 1.5rem;
		width: 85%;
		margin-bottom: 30px;
	}
	.logo_text{
		width: 80%;
		margin: 0 auto;
	}
	.logo_text img{
		margin-bottom: 20px;
	}
	.curriculum_img{
		display: block;
		width: 90%;
		margin: 0 auto;
	}
	.curriculum_img img:first-child{
		margin-top: 40px;
	}
	.curriculum_img img:nth-child(2){
		margin-top: 20px;
	}
}

/*Modal*/
button{
	color: #fff;
	border: none;
	background: none;
}
.modal{
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	overflow: auto;
	background-color: rgba(0,0,0,0.5);
}
.modal-header{
	height: 0;
}
.modal-header span{
	display: block;
	font-size: 1.4rem;
	line-height: 3rem;
	color: #fff;
	background: #7B5F4D;
	width: 80%;
	max-width: 300px;
	height: 30px;
	text-align: center;
	position: absolute;
	bottom: 5%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.modal-content{
	background-color: #f4f4f4;
	margin: 10% auto;
	width: 50%;
	box-shadow: 0 5px 8px 0 rgba(0,0,0,0.2),0 7px 20px 0 rgba(0,0,0,0.17);
	animation-name: modalopen;
	animation-duration: 1s;
	position: relative;
}
.modal-content img{
	width: 75%;
	margin: 40px auto 0;
	position: relative;
	
}
@keyframes modalopen{
	from {opacity: 0}
	to {opacity: 1}
}
.modalClose{
	font-size: 2rem;
}
.modalClose:hover{
	cursor: pointer;
}
.modal-body{
	margin: 0 30px 50px 30px;
}
@media (max-width: 768px){
	.modal-content{
		width: 85%;
		margin: 16% auto;
	}
	.modal-header span{
		bottom: 5%;
		right: 10%;
	}
	#curriculum .modal-body h2{
		font-size: 1.6rem;
		margin-bottom: 30px;
	}
	#curriculum .modal-body p{
		text-align: left;
		width: 100%;
		margin: 0;
	}
	#curriculum .modal-body img{
		width: 100%;
		margin: 30px 0 10px;
	}
}

/*Staff*/
#staff{
	background-color: rgba(238,212,204,0.6);
}
.staff_1,
.staff_2,
.staff_3{
	display: flex;
	background-color: rgba(255,255,255,0.5);
	margin: 40px 0;
	padding: 40px;
}
#staff img{
	width: 90%;
    margin: 0 auto;
}
#staff div p{
	text-align: center;
	font-size: 3rem;
	color: #CC9184;
}
#staff table{
	border-collapse: collapse;
	width: 100%;
	margin-left: 30px;
}
#staff table th{
	text-align: left;
	font-size: 2.5rem;
	line-height: 3rem;
	color: #CC9184;
	border-bottom: 2px solid #CC9184;
}
#staff table td{
	border-bottom: 1px solid #fff;
}
#staff table td:first-child{
	width: 50%;
}
@media (max-width: 768px){
	.staff_1,
	.staff_2,
	.staff_3{
		display: block;
		margin: 20px 0;
		padding: 20px 0;
	}
	#staff img{
		width: 80%;
	}
	#staff table{
		width: 80%;
		margin: 20px auto 10px;
	}
	#staff table th{
		font-size: 2rem;
		text-align: center;
		border: none;
	}
	#staff table td{
		display: block;
		padding: 5px 10px;
	}
	#staff table td:first-child{
		width: 100%;
		background: rgba(204,145,132,0.5);
	}
	#staff table td:nth-child(2){
		width: 100%;
		background: rgba(255,255,255,0.5);
	}
}

/*Benefit*/
.benefit_point{
	display: flex;
	flex-wrap: wrap;
}
.benefit_point div{
	margin: 40px 30px;
	width: 44%;
}
.benefit_logo{
	background: #CC9184;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	margin: 0 auto;
}
.benefit_logo img{
	width: 65%;
	margin: 0 auto;
	padding-top: 35px;
}
.benefit_point h3{
	text-align: center;
	background-color: rgba(255,255,255,0.5);
	padding: 10px 0;
	margin: 20px 0;
}
.benefit_list{
	background-color: rgba(255,255,255,0.5);
	margin: 40px 0 80px;
	padding: 40px;
}
.benefit_list h3{
	text-align: center;
	border-bottom: 2px solid #d49688;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.benefit_list_box{
	display: flex;
}
.benefit_list_box div{
	width: 50%;
	margin-left: 40px;
}
.benefit_list_box p::before{
	content: '\f00c';
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	padding-right: 10px;
}
.benefit_img{
	display: flex;
	margin-top: 40px;
}
.benefit_img img{
	width: calc(100%/4); 
}
@media (max-width: 768px){
	.benefit_point div{
		margin: 20px 10px;
	}
	.benefit_logo{
		width: 100px;
		height: 100px;
	}
	.benefit_logo img{
		padding-top: 18px;
	}
	.benefit_point h3{
		font-size: 1.6rem;
	}
	.benefit_list{
		max-width: 80%;
		margin: 20px auto 40px;
	}
	.benefit_list_box{
		display: block;
	}
	.benefit_list_box div{
		width: 100%;
		margin: 0;
	}
	.benefit_img{
		flex-wrap: wrap;
	}
	.benefit_img img{
		width: calc(100%/2);
	}
}

/*Recruit*/
#recruit p{
	text-align: center;
}
.recruit_flow{
	display: flex;
	max-width: 800px;
	margin: 40px auto;
}
.recruit_flow div{
	width: calc(100%/3); 
	background-color: rgba(255,255,255,0.5);
	border: 20px solid #CC9184;
	padding: 15px;
}
.recruit_flow div span{
	display: block;
	color: #7B5F4D;
	line-height: 2rem;
	padding-bottom: 10px;
}
.recruit_flow div h3{
	font-size: 1.6rem;
	line-height: 2rem;
	text-align: center;
	position: relative;
}
.recruit_flow div h3:before{
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background-color: #7B5F4D;
	position: absolute;
	top: 40%;
	right: 0;	
}
.recruit_flow i{
	color:#7B5F4D; 
	font-size: 5rem;
	padding: 55px 10px;
}
#recruit table{
	width: 100%;
	max-width: 800px;
	margin: 40px auto;
	border-collapse: collapse;
}
#recruit table td{
	border-bottom: 1px solid #7B5F4D;
	padding: 10px 0;
}
#recruit table td:first-child{
	width: 40%;
}
#recruit table iframe{
	width: 500px;
	height: 300px;
	padding-top: 15px;
}
.contact_box{
	margin-top: 40px;
}
.contact_box .line_title{
	font-size: 1.6rem;
	font-weight: bold;
	color: #7B5F4D;
}
.contact_box .tel{
	display: block;
	font-size: 5rem;
	text-align: center;
	color: #7B5F4D;
}
.contact_box .btn_2{
	margin-top: 20px;
}
@media (max-width: 768px){
	#recruit p:nth-child(2){
		width: 80%;
		margin: 40px auto 0;
	}
	.recruit_flow{
		display: block;
	}
	.recruit_flow div{
		width: 80%;
		margin: 0 auto;
	}
	.recruit_flow i{
		text-align: center;
		padding: 0;
	}
	#recruit table{
		max-width: 80%;
	}
	#recruit table td{
		display: block;
		border: none;
		padding: 5px 10px;
	}
	#recruit table td:first-child{
		width: 100%;
		background: rgba(204,145,132,0.5);
	}
	#recruit table td:nth-child(2){
		background: rgba(255,255,255,0.5);
	}
	#recruit table iframe{
		width: 100%;
		padding: 0;
	}
	.contact_box .tel{
		font-size: 3.5rem;
	}
	
}