@charset "utf-8";
/* CSS Document */
html,body{
	font-family: 'Noto Serif JP', serif;
	color: #404040;
}
.SP{
	display: none;
}
.gothic{
	font-family: 'Noto Sans JP', sans-serif;
}
.Times{
	font-family: 'Times New Roman', serif;
	font-weight: 400;
}
.Good{
	font-family: "ff-good-web-pro", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.Good-news{
	font-family: "ff-good-web-pro", sans-serif;
	font-weight: 500;
	font-style: normal;
}

/*ヘッダー*/
header{
	width: 100%;
	height: 100px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
	padding: 0 40px;
}
.head-inner{
	height: 100px;
	display: flex;
	align-items: center;
}
.head-logo{
	width: 210px;
	line-height: 1em;
}

/*トップコンテンツ*/
.top-contents {
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
.top-contents-inner{
	position: relative;
	width: 100%;
	height: 100%;
}
.top-copy{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	text-align: center;
}
.top-copy h2{
	display: inline-block;
	text-align: left;
	font-size: 8rem;
	line-height: 1.1em;
}
.top-copy h2 span{
	display: block;
	font-family: 'Noto Serif JP', serif;
	margin-top: 20px;
	font-size: 1.3rem;
	line-height: 1em;
	letter-spacing: 0.13em;
}

/*メインコンテンツ*/
main{
	
}

/*コンセプトイメージ*/
.concept-image{
	width: 100%;
}
.concept-image-inner{
	width: 90%;
	position: relative;
	padding: 150px 0;
}
.concept-img{
	width: 100%;
	height: 800px;
	background-image: url("../img/top-image.jpg");
	background-size: cover;
	background-position: center center;
}
.concept-copy{
	position: absolute;
	top: 0;
	right: 80px;
	width: 122px;
}
/*.concept-copy h3{
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 2rem;
	letter-spacing: 0.075em;
	line-height: 2.5em;
	font-weight: 200;
	-ms-height: max-content;
    height: max-content;
}
.concept-copy h3 span{
	padding: 0.1em 0.2em;
	background-color: #ffffff;
}
.concept-copy h3 br + span{
	margin-top: 1em;
}*/


/*古宇利島プロジェクト概要*/
.about-project{
	width: 100%;
	padding: 150px 0;
}
.about-project-inner{
	width: 85%;
	max-width: 1200px;
	margin: 0 auto;
}
p.contents-title{
	font-size: 4rem;
}
.sub-title{
	margin-top: 40px;
	padding-left: 80px;
	position: relative;
}
.sub-title::before{
	content: "";
	top: 50%;
	left: 0;
	position: absolute;
	width: 65px;
	height: 1px;
	background-color: #404040;
}
.sub-title h3{
	font-size: 1.4rem;
}
.contents-sentence{
	margin-top: 120px;
}
.contents-sentence h4{
	font-size: 1.7rem;
	line-height: 1.8em;
}
.about-ideal .contents-sentence h4{
	font-size: 1.5rem;
}
.contents-sentence p{
	margin-top: 50px;
	font-size: 1.1rem;
	line-height: 2em;
	text-align: justify;
}
.interview-movie{
	width: 85%;
	max-width: 1200px;
	margin: 120px auto 0;
	background-color: #404040;
}
.interview-movie-inner{
	width: 100%;
	padding-top: 56.25%;
	position: relative;
}
.interview-movie-inner video{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
}



/*求める人物像とは？*/
.about-ideal{
	width: 100%;
	padding: 150px 0;
}
.about-ideal-inner{
	width: 85%;
	max-width: 1200px;
	margin: 0 auto;
}
.interview-person{
	margin-top: 180px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.interview-person + .interview-person{
	margin-top: 80px;
}
.interview-ph{
	width: 480px;
	background-size: cover;
	background-position: center center;
}
.interview-ph.itou{
	background-image: url("../img/itou.jpg");
}
.interview-ph.odawara{
	background-image: url("../img/odahara.jpg");
}
.interview-info{
	width: calc(100% - 520px);
}
.name-wrap{
	display: flex;
	align-items: center;
}
.name-wrap h5{
	font-size: 2.5rem;
	font-weight: 200;
	letter-spacing: 0.13em;
	line-height: 1em;
}
.name-wrap p{
	margin-top: 0.5em;
	font-size: 1.3rem;
	letter-spacing: 0.13em;
	line-height: 1em;
	padding-left: 20px;
}
p.director{
	margin-top: 16px;
	font-size: 0.9rem;
	letter-spacing: 0.2em;
	font-weight: 200;
}
.interview-sentence{
	margin-top: 40px;
}
.interview-sentence p{
	font-size: 1.1rem;
    line-height: 2em;
    text-align: justify;
}


/*募集要項*/
.requirements{
	width: 100%;
	padding: 150px 0;
}
.requirements-inner{
	width: 85%;
	max-width: 1200px;
	margin: 0 auto;
}
.requirements-list{
	margin-top: 120px;
	border-bottom: 1px solid #404040;
}
.requirements-list dl dt{
	position: relative;
	font-size: 1.7rem;
	padding: 70px 0 70px 0.25em;
	cursor: pointer;
	border-top: 1px solid #404040;
	transition: .3s ease;
}
.requirements-list dl dt:hover{
	opacity: 0.5;
}
.requirements-list dl dt::after{
	font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f107";
    position: absolute;
    top: 50%;
    right: 20px;
    font-size: 30px;
    transform: translateY(-50%);
	transition: .3s ease;
}
.requirements-list dl dt.active-dt::after{
	transform: 
		rotate(180deg)
		translateY(0.5em);
}

.requirements-list dl dd{
	display: none;
	padding-bottom: 70px;
}
.requirements-list table{
	width: 90%;
	margin: 0 auto;
	font-size: 1.1rem;
    line-height: 2em;
	font-weight: 100;
	letter-spacing: 0.075em;
    text-align: justify;
}
.requirements-list table th{
	width: 30%;
	padding: 1em 0;
	vertical-align: top;
}
.requirements-list table td{
	width: 70%;
	padding: 1em 0;
}

/*エントリーボタン*/
.entry-btn-wrap{
	width: 85%;
    max-width: 400px;
	margin: 0 auto;
}
.entry-btn-wrap a{
	display: block;
	width: 100%;
	height: 110px;
	text-align: center;
	line-height: 110px;
	font-size: 1.7rem;
	border: 1px solid #404040;
	background-color: #ffffff;
	transition: .3s ease;
}
.entry-btn-wrap a:hover{
	color: #ffffff;
	background-color: #404040;
}

/*フッター*/
footer{
	margin-top: 300px;
	width: 100%;
	background-color: #404040;
	padding: 80px 0;
	position: relative;
}
.foot-inner{
	width: 85%;
	margin: 0 auto;
}
.foot-logo{
	width: 210px;
}
.foot-inner .copy-right{
	position: absolute;
	right: 15px;
	bottom: 15px;
	font-size: 0.7rem;
	letter-spacing: 0.025em;
	color: #ffffff;
	opacity: 0.5;
}


/*調整用*/
@media screen and (max-width:1130px) {
	.top-copy h2{
		font-size: 6.5rem;
	}
	.interview-ph{
		width: 50%;
	}
	.interview-info{
		width: calc(50% - 30px);
	}
}

/*スマートフォン*/
@media screen and (max-width:780px) {
    .PC{
		display: none;
	}
	.SP{
		display: block;
	}
	
	/*ヘッダー*/
	header{
		padding: 0 20px;
		background-color: #ffffff;
	}
	header,
	.head-inner{
		height: 60px;
	}
	.head-logo{
		width: 110px;
	}
	
	/*トップコンテンツ*/
	.top-copy h2{
		font-size: 4rem;
		line-height: 1.3em;
	}
	.top-copy h2 span{
		font-size: 0.8rem;
		line-height: 1.8em;
	}
	
	/*メインコンテンツ*/
	main{
		width: 100%;
		overflow: hidden;
	}
	
	/*コンセプトイメージ*/
	.concept-image-inner{
		width: 100%;
		padding: 100px 0 60px;
		/*display: flex;
		justify-content: center;
		flex-wrap: wrap;*/
	}
	.concept-copy{
		/*position: initial;*/
		width: 55px;
		right: 30px;
	}
	/*.concept-copy h3{
		font-size: 1.8rem;
		height: 560px;
	}
	.concept-copy h3 span{
		padding: 0;
	}*/
	.concept-img{
		height: 250px;
	}
	
	/*古宇利島プロジェクト概要*/
	.about-project{
		padding: 80px 0;
	}
	p.contents-title{
		font-size: 2.6rem;
		line-height: 1.3em;
	}
	.sub-title{
		margin-top: 25px;
		padding-left: 40px;
	}
	.sub-title::before{
		width: 30px;
	}
	.sub-title h3{
		font-size: 0.9rem;
	}
	.contents-sentence{
		margin-top: 60px;
	}
	.contents-sentence h4{
		font-size: 0.9rem;
	}
	.contents-sentence p{
		margin-top: 30px;
		font-size: 0.8rem;
	}
	
	/*求める人物像とは？*/
	.about-ideal{
		padding: 80px 0;
	}
	.about-ideal .contents-sentence h4{
		font-size: 0.9rem;
	}
	.interview-movie{
		width: 100%;
		margin-top: 60px;
	}
	.interview-person{
		margin-top: 90px;
	}
	.interview-person + .interview-person{
		margin-top: 60px;
	}
	.interview-ph{
		width: 100%;
		height: 250px;
	}
	.interview-info{
		width: 100%;
	}
	.about-person{
		text-align: center;
		margin-top: 30px;
	}
	.name-wrap{
		flex-wrap: wrap;
	}
	.name-wrap h5{
		width: 100%;
		font-size: 1.5rem;
	}
	.name-wrap p{
		width: 100%;
		margin-top: 15px;
		font-size: 0.8rem;
		padding-left: 0;
	}
	p.director{
		font-size: 0.8rem;
		letter-spacing: 0.075em;
	}
	.interview-sentence{
		margin-top: 30px;
	}
	.interview-sentence p{
		font-size: 0.8rem;
	}
	
	
	/*募集要項*/
	.requirements{
		padding: 80px 0;
	}
	.requirements-list{
		margin-top: 60px;
	}
	.requirements-list dl dt{
		font-size: 1rem;
		padding: 40px 0 40px 0.25em;
	}
	.requirements-list dl dt::after{
		font-size: 25px;
	}
	.requirements-list table{
		font-size: 0.9rem;
	}
	.requirements-list table th,
	.requirements-list table td{
		display: block;
		width: 100%;
		padding: 1em 0 0;
	}
	.requirements-list table td{
		padding: 0;
		font-size: 0.8rem;
	}
	
	/*エントリーボタン*/
	.entry-btn-wrap a{
		height: 75px;
		line-height: 75px;
	}
	
	/*フッター*/
	footer{
		margin-top: 150px;
		padding: 55px 0;
	}
	.foot-inner{
		display: flex;
		justify-content: center;
	}
	.foot-inner .copy-right{
		right: initial;
		left: 50%;
		transform: translateX(-50%);
	}
	.foot-logo{
		width: 110px;
	}
}