@charset "Shift_JIS";

/*=================================================================
	http://www.mdcnet.co.jp/
=================================================================*/


html{
	scroll-behavior: smooth;
}

.profile{
	display: flex;
	justify-content: center;
	background-color: #E2E2DE;
}

.pic_main{
	animation: slidein 2.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

.pic_main img{
	width: 800px;
}

@keyframes slidein {
	0% {
		transform: translateX(50px);
	}
	100% {
		transform: translateX(0);
	}
}

.prof_box{
	width: 600px;
	height: 600px;
	position: relative;
}

.prof_text{
	position: absolute;
	top: 40%;
	right: 0;
}

.prof_btn{
	width: 360px;
	height: 60px;
	border-radius: 9999px;
	background: #ffffff;
	text-align:center;
	line-height: 60px;
	margin-bottom: 2.5em;
}

.text_main{
	text-align: center;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 30px;
	font-weight: 600;
	color: #69645f;
}

.text_sub{
	text-align: left;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 25px;
	font-weight: 550;
	line-height: 1.5;
	color: #69645f;
}

#resize{
	margin-left: 0.3em;
}

.background{
	background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f2f2f2 calc(100% - 1px)),
					  linear-gradient(90deg, transparent calc(100% - 1px), #f2f2f2 calc(100% - 1px));
	background-size: 10px 10px;
	background-repeat: repeat;
	background-position: center;
	padding-top: 20px;
}

.main_area{
	background: #ffffff;
	width: 90%;
	max-width: 1100px;
	height: auto;
	border-radius: 25px;
	margin: 0 auto;
	margin-top: 70px;
	margin-bottom: 100px;
	padding: 70px 80px 20px;
	box-sizing: border-box;
	position: relative;
}

.int_area ul{
	list-style: none;
	line-height: 1.2;
	margin-left: 70px;

	opacity: 0;
	transform: translateY(70px);
	transition: opacity 0.5s ease-out, transform 1s ease-out;
	transition-delay: calc(var(--delay) * 0.1s);
}

.int_area ul.visible {
	opacity: 1;
	transform: translateY(0);
}

.int_area ul li.question{
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 28px;
	font-weight: 600;
	color: #69645f;
	letter-spacing: 0.05em;
	margin-bottom: 1em;
}

.int_area ul li.question:before{
	margin-left:-70px;
	color: #1bb4e7;
}

.int_area ul li#q1:before{
	content: 'Q1　';
}

.int_area ul li#q2:before{
	content: 'Q2　';
}

.int_area ul li#q3:before{
	content: 'Q3　';
}

.int_area ul li#q4:before{
	content: 'Q4　';
}

.int_area ul li#q5:before{
	content: 'Q5　';
}

.int_area ul li#q6:before{
	content: 'Q6　';
}

.int_area ul li#q7:before{
	content: 'Q7　';
}

.int_area ul li.answer{
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 20px;
	font-weight: 550;
	color: #7b7773;
	letter-spacing: 0.03em;
	margin-bottom: 4em;
}

small{
	font-size:0.7em;
}

.pic{
	position: absolute;
	z-index: 200;
	left: 0;
	bottom: -100px;
	height: 150px;
	width: 150px;
	object-fit: cover;
	object-position: left;
}

.pic:hover{
	object-position: right;
}

.box_main{
	display: flex;
	justify-content: center;
	margin: 1em 0 10em;
	position: relative;
}

.box_main img{
	width: 880px;
}

.box_sub{
	width:100%;	
	position: relative;
}

.box_sub img{
	width: 140px;
	height: 140px;
}

.pic1{
	position: absolute;
	right: 25%;
	bottom: 7%;
	animation: shake-up 3s infinite ease-in-out;
}

.pic2{
	position: absolute;
	top: 5%;
	left: 20%;
	animation: shake-up 4s infinite ease-in-out;
}

.pic3{
	position: absolute;
	left: 40%;
	bottom: 5%;
	animation: shake-up 2.5s infinite ease-in-out;
}

@keyframes shake-up {
	0%, 100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(10px);
	}
}

.intro{
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #faf9e0;
	height: 150px;
	width: 1750px;
	border-radius:50% 50% 0 0/100% 100% 0 0;
	position: absolute;
	z-index: 50;
	right: 0;
	left: 0;
	bottom: -10em;
	margin: auto;
	animation: fadeup 2.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

@keyframes fadeup {
	0% {
		transform: translateY(50px);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
	}
	40%,100% {
		opacity: 1;
	}
}

.text{
	text-align: left;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 19px;
	font-weight: 550;
	line-height: 2;
	color: #69645f;
	padding-top: 0.8%;
}

.staff_area{
	background-color: #c3dfe4; 
	padding: 10em 0;
	margin: 0 auto;
	position: relative;
	z-index: 100;
}

.title_main{
	text-align: center;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 30px;
	font-weight: 600;
	color: #69645f;
	letter-spacing: 0.1em;
}

.title_sub{
	text-align: center;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 19px;
	font-weight: 700;
	color: #1bb4e7;
	margin: 1em 0;
}

.staff_list{
	display: flex;
	justify-content:center;
	align-items: center;
}

.staff_btn{
	position: relative;
	margin: 30px;
}

.staff_number{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: #ffffff;
	position: absolute;
	top: -20px;
	left: -20px;
	z-index: 150;
}

.staff{
	width: 250px;
	height: 250px;
	border-radius: 25px;
	border: 10px solid #ffffff;
	overflow: hidden;
}

.staff img{
	width: 250px;
	height: 250px;
	transition: 0.3s ease-in-out;
}

.staff:hover img{
	transform: scale(1.1);
}

.recruit_btn{
	display: flex;
	justify-content:center;
}

.recruit_btn a{
	text-align: center;
	text-decoration: none;
	position: relative;
	width: 150px;
	margin: 30px;
	padding: 1rem 4rem;
	font-weight: bold;
	border-radius: 10px;
	color: #27acd9;
	border: 3px solid #27acd9;
	box-shadow: 5px 5px #27acd9;
	transition: 0.3s ease-in-out;
	font-size: 22px;
}

.recruit_btn a:hover{
	box-shadow: none;
	transform: translate(5px, 5px);
	color: #27acd9;
}





@media screen and (max-width:1920px){

	.pic_main img{
		width: 720px;
	}

	.prof_box{
		width: 540px;
		height: 540px;
	}

	.prof_btn{
		width: 330px;
		height: 55px;
		line-height: 55px;
	}

	.text_main{
		font-size: 28px;
	}

	.text_sub{
		font-size: 23px;
	}

	.main_area{
		margin-top: 60px;
		margin-bottom: 80px;
		padding: 70px 70px 30px;
	}

	.int_area ul{
		margin-left: 65px;
	}

	.int_area ul li.question{
		font-size: 26px;
	}

	.int_area ul li.question:before{
		margin-left:-65px;
	}

	.int_area ul li.answer{
		font-size: 19px;
	}

	.pic{
		bottom: -80px;
		height: 130px;
		width: 130px;
	}

	.box_sub img{
		width: 120px;
		height: 120px;
	}

	.pic1{
		bottom: 9%;
	}

	.pic3{
		bottom: 7%;
	}

	.intro{
		height: 145px;
		width: 1600px;
		max-width: 100%;
	}

	.text{
		font-size: 17.5px;
	}

	.staff_area{
		padding: 9em 0;
	}

	.title_main{
		font-size: 28px;
	}

	.title_sub{
		font-size: 17px;
		margin: 0.9em 0;
	}

	.staff_btn{
		margin: 25px;
	}

	.staff_number{
		width: 75px;
		height: 75px;
	}

	.staff{
		width: 220px;
		height: 220px;
		border: 9px solid #ffffff;
	}

	.staff img{
		width: 220px;
		height: 220px;
	}

}





@media screen and (max-width:1280px){

	.pic_main img{
		width: 540px;
	}

	.prof_box{
		width: 405px;
		height: 405px;
	}

	.prof_btn{
		width: 280px;
		height: 45px;
		line-height: 45px;
		margin-bottom: 2em;
	}

	.text_main{
		font-size: 24px;
	}

	.text_sub{
		font-size: 20px;
	}

	.main_area{
		margin-top: 45px;
		margin-bottom: 65px;
		padding: 60px 65px 30px;
	}

	.int_area ul{
		margin-left: 60px;
	}

	.int_area ul li.question{
		font-size: 24px;
	}

	.int_area ul li.question:before{
		margin-left:-60px;
	}

	.int_area ul li.answer{
		font-size: 18px;
		margin-bottom: 3.5em;
	}
	
	.pic{
		display: none;
	}

	.box_main img{
		max-width: 90%;
		margin: 0 auto;
	}

	.box_sub{
		display: none;
	}

	.intro{
		height: 140px;
		border-radius:50% 50% 0 0/70% 70% 30% 30%;
	}
	
	.text{
		font-size: 16.5px;
		line-height: 1.9;
	}

	.staff_area{
		padding: 6em 0;
	}

	.title_main{
		font-size: 25px;
	}

	.title_sub{
		font-size: 14px;
		margin: 0.8em 0;
	}

	.staff_btn{
		margin: 22px;
	}

	.staff_number{
		width: 60px;
		height: 60px;
	}

	.staff{
		width: 180px;
		height: 180px;
		border: 8px solid #ffffff;
	}

	.staff img{
		width: 180px;
		height: 180px;
	}
	
	.recruit_btn a{
		padding: 1rem 3.5rem;
		font-size: 20px;
	}

}





@media screen and (max-width:960px){

	.profile{
		justify-content: flex-end;
		align-items: center;
	}

	.pic_main{
		width: 57%;
		height: auto;
	}

	.pic_main img{
		max-width: 100%;
	}

	.prof_box{
		position: static;
		width: 43%;
		height: auto;
		display: flex;
		justify-content: flex-end;
		margin-bottom: 1.7em;
	}

	.prof_text{
		position: static;
		padding-top: 5em;
	}

	.prof_btn{
		width: 250px;
		height: 40px;
		line-height: 40px;
	}

	.text_main{
		font-size: 22px;
	}

	.text_sub{
		font-size: 18px;
	}

	.main_area{
		width: 88%;
		margin-top: 30px;
		margin-bottom: 60px;
		padding: 55px 50px 20px;
	}

	.int_area ul{
		margin-left: 55px;
	}

	.int_area ul li.question{
		font-size: 22px;
	}

	.int_area ul li.question:before{
		margin-left:-55px;
	}

	.int_area ul li.answer{
		font-size: 17px;
		margin-bottom: 3em;
	}

	.br-sp{
		display: none;
	}

	.intro{
		height: 137px;
		border-radius:50% 50% 0 0/55% 55% 45% 45%;
	}
	
	.staff_btn{
		margin: 22px 17px;
	}

	.recruit_btn a{
		padding: 1rem 2.5rem;
		font-size: 17px;
	}

}





@media screen and (max-width:768px){
	
	.pic_main{
		width: 55%;
	}

	.prof_box{
		width: 45%;
	}
	
	.prof_text{
		padding-top: 4em;
	}

	.prof_btn{
		width: 230px;
		height: 35px;
		line-height: 35px;
		margin-bottom: 1.5em;
	}

	.text_main{
		font-size: 20px;
	}

	.text_sub{
		font-size: 16px;
	}
	
	.main_area{
		border-radius: 20px;
		margin-top: 25px;
		margin-bottom: 55px;
		padding: 45px 40px 15px;
	}

	.int_area ul{
		margin-left: 50px;
	}

	.int_area ul li.question{
		font-size: 20px;
	}

	.int_area ul li.question:before{
		margin-left:-50px;
	}

	.int_area ul li.answer{
		font-size: 16px;
	}

	.box_main{
		margin: 2em 0 7.5em;
	}

	.intro{
		height: 115px;
		max-height: 43%;
		border-radius:50% 50% 0 0/45% 45% 55% 55%;
		bottom: -7.5em;
	}
	
	.text{
		font-size: 14.5px;
		line-height: 1.6;
		padding-top: 1.2%;
	}

	.staff_area{
		padding: 5em 0;
	}

	.title_main{
		font-size: 22px;
	}

	.title_sub{
		font-size: 12px;
		margin: 0.7em 0;
	}

	.staff_btn{
		margin: 20px 15px;
	}

	.staff_number{
		width: 50px;
		height: 50px;
	}

	.staff{
		width: 150px;
		height: 150px;
		border-radius: 20px;
		border: 7.5px solid #ffffff;
	}

	.staff img{
		width: 150px;
		height: 150px;
	}

	.recruit_btn a{
		padding: 1rem 2rem;
		font-size: 16px;
	}

}





@media screen and (max-width:649px){
	
	.pic_main{
		width: 53%;
	}

	.prof_box{
		width: 47%;
	}
	
	.prof_text{
		padding-top: 3em;
	}

	.prof_btn{
		width: 200px;
		margin-bottom: 1.2em;
	}
	
	.text_main{
		font-size: 18px;
	}

	.text_sub{
		font-size: 14px;
	}

	.main_area{
		border-radius: 15px;
		margin-top: 20px;
		margin-bottom: 50px;
	}

	.int_area ul{
		margin-left: 45px;
	}

	.int_area ul li.question{
		font-size: 18px;
		margin-bottom: 0.8em;
	}

	.int_area ul li.question:before{
		margin-left:-45px;
	}

	.int_area ul li.answer{
		font-size: 15px;
		margin-bottom: 3em;
	}

	.staff_area{
		padding: 4em 0;
	}

	.title_main{
		font-size: 20px;
	}

	.title_sub{
		font-size: 12px;
		margin: 0.6em 0;
	}

	.staff_btn{
		margin: 18px 10px;
	}

	.staff_number{
		width: 45px;
		height: 45px;
		top: -10px;
		left: -10px;
	}

	.staff{
		width: 125px;
		height: 125px;
		border-radius: 15px;
		border: 6.5px solid #ffffff;
	}

	.staff img{
		width: 125px;
		height: 125px;
	}

}





@media screen and (min-width:521px){

	#mobile{
		display: none;
	}

}





@media screen and (max-width:520px){

	.pic_main{
		width: 50%;
	}

	.prof_box{
		width: 50%;
	}
	
	.prof_text{
		padding-top: 2.5em;
	}

	.prof_btn{
		width: 180px;
		height: 32px;
		line-height: 32px;
		margin-bottom: 1em;
	}
	
	.text_main{
		font-size: 17px;
	}

	.text_sub{
		font-size: 12px;
	}

	.main_area{
		width: 80%;
		border-radius: 15px;
		margin-top: 10px;
		margin-bottom: 40px;
		padding: 30px 30px 10px;
	}

	.int_area ul{
		margin-left: 40px;
	}

	.int_area ul li.question{
		font-size: 16px;
	}

	.int_area ul li.question:before{
		margin-left:-40px;
	}

	.int_area ul li.answer{
		font-size: 12px;
		margin-bottom: 2.5em;
	}
	
	.box_main{
		margin: 1em 0 6.5em;
	}
	
	.intro{
		max-height: 42%;
		border-radius:50% 50% 0 0/40% 40% 60% 60%;
		bottom: -6.5em;
	}
	
	.text{
		font-size: 13.5px;
		line-height: 1.5;
	}

	.title_main{
		font-size: 18px;
	}

	.title_sub{
		font-size: 11px;
		margin: 0.3em 0;
	}

	.staff_list{
		flex-wrap: wrap;
		max-width: 90%;
		margin: 0 auto;
		position: relative;
	}

	.staff_btn{
		margin: 14px 10px;
	}

	#mobile .staff{
		border: 6.5px solid #c3dfe4;
		background: #c3dfe4;
	}

	.recruit_btn{
		flex-wrap: wrap;
	}
	
	.recruit_btn a{
		width: 60%;
		margin-top: 5%;
		padding: 0.5em 2rem;
		box-shadow: 3px 3px #27acd9;
		font-size: 15px;
	}

}





@media screen and (max-width:469px){

	.prof_text{
		padding-top: 2em;
	}

	.prof_btn{
		width: 155px;
		height: 29px;
		line-height: 29px;
		margin-bottom: 1em;
	}
	
	.text_main{
		font-size: 16px;
	}

	.text_sub{
		font-size: 11px;
	}

	.main_area{
		border-radius: 12px;
		margin-bottom: 35px;
		padding: 25px 20px 10px;
	}

	.int_area ul{
		margin-left: 35px;
	}

	.int_area ul li.question{
		font-size: 14px;
		margin-bottom: 0.8em;
	}

	.int_area ul li.question:before{
		margin-left:-35px;
	}

	.int_area ul li.answer{
		font-size: 11px;
	}

	.box_main{
		margin: 1em 0 6.2em;
	}
	
	.intro{
		bottom: -6.2em;
		padding: 0.5% 0;
		min-height: min-content;
	}
	
	.text{
		font-size: 11.5px;
		line-height: 1.7;
		max-width: 100%;
	}

	.title_main{
		font-size: 16px;
	}

	.title_sub{
		font-size: 10px;
		margin: 0.2em 0;
	}

	.staff_btn{
		margin: 10px;
	}

	.staff_number{
		width: 40px;
		height: 40px;
	}

	.staff{
		width: 120px;
		height: 120px;
		border-radius: 12px;
		border: 6px solid #ffffff;
	}

	.staff img{
		width: 120px;
		height: 120px;
	}

}





@media screen and (max-width:370px){

	.pic_main{
		width: 47%;
	}

	.prof_box{
		width: 53%;
	}

	.prof_btn{
		width: 145px;
		height: 27px;
		line-height: 27px;
	}
	
	.text_main{
		font-size: 14px;
	}

	.text_sub{
		font-size: 10px;
	}

	.int_area ul li.answer{
		font-size: 10px;
	}
	
	.box_main{
		margin: 1em 0 5.5em;
	}
	
	.intro{
		bottom: -5.5em;
		padding: 1.2% 0;
	}
	
	.text{
		font-size: 11px;
	}

	#mobile{
		display: none;
	}

}