@charset "utf-8";

/* ------- TOP ---------------------------------------------- */

.main-image-movie{
	background-color: #000;
	width: 100%;
	position: fixed;
	left: 0;
	overflow: hidden;
}

.main-image-movie .movie {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1; /* コンテンツの下に配置 */
  object-fit: cover; /* 動画を枠に合わせてトリミング */
}
.main-image-movie .movie video{
	
}
@media print, screen and (min-width:781px) {
	.main-image-movie{
		height: 100vh;
		top: 80px;
	}
	.main-image-movie .movie{
		min-width: 100%;
		min-height: 100%;
		width: auto;
		height: auto;
	}
}
@media screen and (max-width: 780px) {
	.main-image-movie{
		height: calc(100vh - 60px);
		height: calc(100dvh - 60px);
		top: 60px;
	}
	.main-image-movie .movie{
		width: 100%;
		height: 100%;
	}
}



#top-contents-wrap{
	position: relative;
	padding-bottom: 1px;
}

@media print, screen and (min-width:781px) {
	#top-contents-wrap{
		padding-top: 100vh;
	}
}
@media screen and (max-width: 780px) {
	#top-contents-wrap{
		padding-top: calc(158.589% - 60px);
	}
}



.catch-wrap{
	background-color: #FFF;
	position: relative;
}
.catch-wrap:before{
	background-color: #FFF;
	content: "";
	display: block;
}
.catch-wrap > .catch-inner{
	position: relative;
	z-index: 1;
}
.catch-wrap h1{
	font-weight: 400;
	line-height: 1.1;
	position: relative;
}
.sub-catch{
	font-weight: 500;
	line-height: 1.94;
}
.sub-catch-exp .txt{
	line-height: 2.66;
}
@media print, screen and (min-width:781px) {
	.catch-wrap{
		margin-top: -230px;
		width: 94%;
	}
	.catch-wrap > .catch-inner{
		margin-left: 6%;
		padding-top: 1px;
		padding-bottom: 130px;
	}
	.catch-wrap > .catch-inner > .inner{
		width: auto;
	}
	.catch-wrap h1{
		font-size: min(6.58vw,9.0rem);
		margin-top: -3.4%;
	}
	.sub-catch-exp{
		display: flex;
		flex-direction: column;
		margin-top: 35px;
	}
	.sub-catch{
		font-size: min(2.19vw,3.0rem);
	}
	.sub-catch-exp .txt{
		align-self: center;
		font-size: min(1.31vw,1.8rem);
		margin-top: 80px;
	}
}
@media screen and (max-width: 780px) {
	.catch-wrap{
		margin-top: -25.128%;
		width: 95%;
	}
	.catch-wrap > .catch-inner{
		margin-left: 5%;
		padding-top: 1px;
		padding-bottom: 100px;
	}
	.catch-wrap > .catch-inner > .inner{
		width: 90%;
	}
	.catch-wrap h1{
		font-size: min(10.25vw,8.0rem);
		margin-top: -9%;
	}
	.sub-catch-exp{
		display: flex;
		flex-direction: column;
		margin-top: 40px;
	}
	.sub-catch{
		font-size: min(5.12vw,4.0rem);
	}
	.sub-catch-exp .txt{
		font-size: min(3.84vw,3.0rem);
		margin: 75px 5% 0 10%;
	}
}



.top-section-wrap2{
	background-color: #FFF;
}
@media print, screen and (min-width:781px) {
	.top-section-wrap2{
		background-color: #FFF;
		margin-top: 400px;
		margin-left: auto;
		padding-bottom: 70px;
		width: 94%;
	}
}
@media screen and (max-width: 780px) {
	.top-section-wrap2{
		background-color: #FFF;
		margin-top: 300px;
		margin-left: auto;
		padding-bottom: 75px;
		width: 95%;
	}
}



.contents-section{
	position: relative;
	z-index: 1;
}
.contents-section .ttl .en3{
	font-weight: 400;
	letter-spacing: -.04em;
	line-height: 1.42;
}
.contents-section .ttl h2{
	font-weight: 400;
}
.contents-section .txt{
	color: #666666;
}
.contents-section .btn-box{
	display: flex;
}
.contents-section .btn-box > a,
.contents-section .btn-box > span{
	background-color: #0088C9;
	font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
	line-height: 1;
	color: #FFF;
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: .3s;
}
.contents-section .btn-box > a:after,
.contents-section .btn-box > span:after{
	background-image: url("../common/img/ic_arrow_navi.svg");
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: block;
	height: 6px;
	width: 23px;
}
@media print, screen and (min-width:781px) {
	.contents-section .ttl .en3{
		font-size: min(5.12vw,7.0rem);
	}
	.contents-section .btn-box > a,
	.contents-section .btn-box > span{
		font-size: 1.2rem;
		padding: 15px 15px 15px 20px;
		max-width: 180px;
		width: 80%;
	}
	@media (hover: hover) and (pointer: fine){
		.contents-section .btn-box > a:hover,
		.contents-section .btn-box > span:hover{
			opacity: .7;
		}
	}
}
@media screen and (max-width: 780px) {
	.contents-section .ttl .en3{
		font-size: min(7.69vw,6.0rem);
	}
	.contents-section .btn-box > a,
	.contents-section .btn-box > span{
		font-size: 1.1rem;
		padding: 15px 15px 15px 20px;
		margin-left: auto;
		margin-right: auto;
		max-width: 180px;
		width: 80%;
	}
	.contents-section .btn-box > a:after,
	.contents-section .btn-box > span:after{
		height: 3px;
		width: 12px;
	}
}



#top-about-section > .image{
	background-image: url("../img/img_about.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#top-about-section > .detail .ttl h2{
	letter-spacing: .07em;
	line-height: 1.25;
}
#top-about-section > .detail .ttl h2 .en3{
	line-height: .6;
}
@media print, screen and (min-width:781px) {
	#top-about-section{
		display: flex;
		justify-content: space-between;
	}
	#top-about-section > .image{
		height: 700px;
		width: 60.5447%;
	}
	#top-about-section > .detail{
		align-self: flex-end;
		padding-bottom: 55px;
		width: 33.07392%;
	}
	#top-about-section > .detail .ttl h2{
		font-size: min(1.46vw,2.0rem);
		display: flex;
		align-items: flex-end;
		margin-top: 20px;
	}
	#top-about-section > .detail .ttl h2 .en3{
		font-size: min(13.1vw,18.0rem);
		margin-right: 15px;
	}
	#top-about-section > .detail > .txt{
		margin-top: 25px;
	}
	#top-about-section > .detail .btn-box{
		margin-top: 40px;
	}
}
@media screen and (max-width: 780px) {
	#top-about-section > .image{
		padding-bottom: 67.47638%;
		width: 100%;
	}
	#top-about-section > .detail{
		padding-bottom: 75px;
	}
	#top-about-section > .detail .ttl{
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-top: 50px;
	}
	#top-about-section > .detail .ttl h2{
		font-size: min(5.89vw,4.6rem);
		line-height: 1.6;
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-top: 20px;
	}
	#top-about-section > .detail .ttl h2 .en3{
		font-size: min(28.2vw,22.0rem);
		text-align: center;
		margin-bottom: 10px;
	}
	#top-about-section > .detail > .txt{
		margin-top: 25px;
		text-align: center;
	}
	#top-about-section > .detail .btn-box{
		margin-top: 25px;
	}
}



#top-zukan-section > .image{
	background-image: url("../img/img_zukan.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#top-zukan-section > .detail > .ttl > h2{
	font-weight: 300;
	line-height: 1.6;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
#top-zukan-section > .detail > .ttl > h2 > span{
	border-bottom: 1px solid #707070;
	width: 100%;
}
#top-zukan-section > .detail > .ttl > h2 > span:nth-child(1){
	border-top: 1px solid #707070;
	margin-top: .2em;
}
@media print, screen and (min-width:781px) {
	#top-zukan-section{
		display: flex;
		flex-direction: row-reverse;
		align-items: center;
		margin-top: 175px;
	}
	#top-zukan-section > .image{
		padding-bottom: calc(58.36575% * 66.6666% / 100%);
		margin-left: 7.626%;
		width: 58.36575%;
	}
	#top-zukan-section > .detail{
		max-width: 290px;
		width: 22.568%;
	}
	#top-zukan-section > .detail > .ttl{
		padding-top: min(5.12vw,7.0rem);
		position: relative;
	}
	#top-zukan-section > .detail > .ttl > .en3{
		white-space: nowrap;
		position: absolute;
		left: 0;
		top: 0;
	}
	#top-zukan-section > .detail > .ttl > h2{
		font-size: min(2.48vw,3.4rem);
		margin-top: .5em;
		width: 100%;
	}
	#top-zukan-section > .detail > .ttl > h2 > span{
		font-size: min(5.12vw,7.0rem);
	}
	#top-zukan-section > .detail > .txt{
		margin-top: 20px;
	}
	#top-zukan-section > .detail > .btn-box{
		justify-content: center;
		margin-top: 40px;
	}
}
@media screen and (max-width: 780px) {
	#top-zukan-section > .image{
		padding-bottom: 67.47638%;
		width: 100%;
	}
	#top-zukan-section > .detail > .ttl{
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-top: 50px;
	}
	#top-zukan-section > .detail > .ttl > h2{
		font-size: min(4.35vw,3.4rem);
		margin-top: .5em;
	}
	#top-zukan-section > .detail > .ttl > h2 > span{
		font-size: min(8.97vw,7.0rem);
		padding-left: 35px;
		padding-right: 35px;
	}
	#top-zukan-section > .detail > .txt{
		margin-top: 25px;
		text-align: center;
	}
	#top-zukan-section > .detail > .btn-box{
		margin-top: 25px;
	}
}



.top-section-wrap3{
	position: relative;
}
.top-section-wrap3:before{
	background-color: #FFF;
	content: "";
	display: block;
}
@media print, screen and (min-width:781px) {
	.top-section-wrap3{
		padding-top: 70px;
		margin-top: 400px;
	}
	.top-section-wrap3:before{
		width: 94%;
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		z-index: 0;
	}
}
@media screen and (max-width: 780px) {
	.top-section-wrap3{
		background-color: #FFF;
		margin-top: 300px;
		margin-right: auto;
		width: 95%;
	}
}



#top-interview-section .ttl .ttl-wrap > h2{
	font-weight: 300;
}
.interview-item > a{
	display: block;
	position: relative;
}
.interview-item .bar{
	background-color: #EBF4FF;
	line-height: 1;
	-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
	position: absolute;
	left: 0;
	z-index: 1;
}
.interview-item .image{
	overflow: hidden;
	position: relative;
	z-index: 0;
}
.interview-item .image img{
	transition: .6s;
}
.interview-item .detail{
	position: relative;
	z-index: 1;
}
.interview-item .detail > p{
	background-color: #FFF;
}
.interview-item .btn-box > span:after{
	background-image: url("../img/icon_arrow.svg");
}
@media print, screen and (min-width:781px) {
	#top-interview-section .ttl{
		display: flex;
		align-items: center;
	}
	#top-interview-section .ttl .ttl-wrap{
		border-left: 1px solid #666666;
		padding: 25px 0 25px 50px;
		margin-left: 50px;
	}
	#top-interview-section .ttl .ttl-wrap > h2{
		font-size: min(2.48vw,3.4rem);
	}
	#top-interview-section .ttl .ttl-wrap > .txt{
		margin-top: 10px;
	}
	.interview-list{
		display: flex;
		justify-content: space-between;
		margin-left: auto;
		margin-right: auto;
		margin-top: 75px;
		max-width: 1920px;
	}
	.interview-item{
		width: 22.6939%;
	}
	.interview-item .bar{
		font-size: min(1.31vw,1.8rem);
		padding: 35px 20px;
		top: -45px;
		transition: .6s;
	}
	@media (hover: hover) and (pointer: fine){
		.interview-item a:hover .bar{
			transform: translateY(20px);
		}
		.interview-item a:hover .image img{
			transform: scale(1.05);
		}
		.interview-item a:hover .btn-box > span{
			opacity: .7;
		}
	}
	.interview-item .detail{
		display: flex;
		align-items: flex-start;
		flex-direction: column;
	}
	.interview-item .detail > p{
		font-size: min(1.02vw,1.4rem);
		padding: 15px 30px 0 30px; 
		margin-top: -3em;
	}
	.interview-item .btn-box{
		margin-top: 20px;
		margin-left: 30px;
	}
	.interview-item .btn-box > span{
		width: 120px;
	}
	.interview-item .btn-box > span:after{
		height: 6px;
		width: 23px;
	}
}
@media screen and (max-width: 780px) {
	#top-interview-section{
		padding-top: 70px;
		margin-left: auto;
		margin-right: auto;
		width: 90%;
	}
	#top-interview-section .ttl{
		text-align: center;
	}
	#top-interview-section .ttl .ttl-wrap{
	}
	#top-interview-section .ttl .ttl-wrap > h2{
		font-size: min(5.89vw,4.6rem);
		margin-top: 25px;
	}
	#top-interview-section .ttl .ttl-wrap > .txt{
		margin-top: 15px;
	}
	.interview-list{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.interview-item{
		margin-top: 75px;
		width: 46.8986%;
	}
	.interview-item .bar{
		font-size: min(3.33vw,2.6rem);
		padding: 15px 8px;
		top: -25px;
		white-space: nowrap;
	}
	.interview-item .detail > p{
		font-size: min(3.33vw,2.6rem);
		text-align: center;
		margin-top: 20px;
	}
	.interview-item .btn-box{
		margin-top: 10px;
	}
	.interview-item .btn-box > span{
		font-size: 1.1rem;
		max-width: 100px;
	}
	.interview-item .btn-box > span:after{
		height: 3px;
		width: 12px;
	}
}


#top-talk-section > .image{
	background-image: url("../img/img_talk.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#top-talk-section > .detail .ttl{
	display: flex;
	flex-direction: row-reverse;
}
#top-talk-section > .detail .ttl > h2{
	font-weight: 300;
	line-height: 1.6;
	display: flex;
	flex-direction: column;
	-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
#top-talk-section > .detail .ttl > h2 > span{
	border-left: 1px solid #707070;
	border-right: 1px solid #707070;
	white-space: pre;
}
#top-talk-section > .detail .ttl > p{
	-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
@media print, screen and (min-width:781px) {
	#top-talk-section{
		display: flex;
		align-items: flex-start;
		margin-top: 150px;
	}
	#top-talk-section > .image{
		margin-right: 5.44747%;
		padding-bottom: calc(59.92217% * 67.1428% / 100%);
		width: 59.92217%;
	}
	#top-talk-section > .detail{
		padding-bottom: 65px;
	}
	#top-talk-section > .detail .ttl-wrap{
		transform: translateX(-2em);
	}
	#top-talk-section > .detail .ttl > h2{
		font-size: min(2.48vw,3.4rem);
	}
	#top-talk-section > .detail .ttl > h2 > span{
		font-size: min(5.12vw,7.0rem);
	}
	#top-talk-section > .detail > .txt{
		margin-top: 45px;
	}
	#top-talk-section > .detail > .btn-box{
		margin-top: 45px;
	}
}
@media screen and (max-width: 780px) {
	#top-talk-section{
		display: flex;
		flex-direction: column-reverse;
		margin-top: 95px;
	}
	#top-talk-section > .image{
		margin-top: 50px;
		padding-bottom: 67.47638%;
		width: 100%;
	}
	#top-talk-section > .detail .ttl-wrap{
		display: flex;
		justify-content: center;
	}
	#top-talk-section > .detail .ttl > h2{
		font-size: min(4.35vw,3.4rem);
	}
	#top-talk-section > .detail .ttl > h2 > span{
		font-size: min(8.97vw,7.0rem);
	}
	#top-talk-section > .detail > .txt{
		margin-top: 20px;
		text-align: center;
	}
	#top-talk-section > .detail > .btn-box{
		margin-top: 20px;
	}
}




.other-contents-item > a{
	background-color: #FFF;
}
.other-contents-item .image{
	overflow: hidden;
}
.other-contents-item .detail .ttl h2{
	font-weight: 400;
}
.other-contents-item .detail .ttl .en{
	background-image: url("../img/icon_arrow2.svg");
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
	font-weight: 500;
	letter-spacing: -.04em;
	line-height: 1;
}
@media print, screen and (min-width:781px) {
	.other-contents{
		margin: 240px auto;
		max-width: 920px;
		width: 90%;
	}
	.other-contents-item:nth-child(n + 2){
		margin-top: 20px;
	}
	.other-contents-item > a{
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 20px;
	}
	.other-contents-item .image{
		width: 31.818%;
	}
	.other-contents-item .image img{
		transition: .6s;
	}
	.other-contents-item .detail{
		margin-right: 4.545%;
		width: 20.909%;
	}
	.other-contents-item .detail .ttl{
		transition: .4s;
	}
	.other-contents-item .detail .ttl h2{
		font-size: 2.0rem;
	}
	.other-contents-item .detail .ttl .en{
		padding-bottom: 6px;
		margin-top: 15px;
	}
	@media (hover: hover) and (pointer: fine){
		.other-contents-item > a:hover .image img{
			transform: scale(1.05);
		}
		.other-contents-item > a:hover .detail .ttl{
			transform: translateX(4.545%);
		}
	}
}
@media screen and (max-width: 780px) {
	.other-contents{
		margin: 250px auto 100px;
		width: 80%;
	}
	.other-contents-item:nth-child(n + 2){
		margin-top: 20px;
	}
	.other-contents-item > a{
		display: block;
		padding: 5%;
	}
	.other-contents-item .detail{
		margin-top: 20px;
	}
	.other-contents-item .detail .ttl{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.other-contents-item .detail .ttl h2{
		font-size: 2.0rem;
	}
	.other-contents-item .detail .ttl .en{
		font-size: 1.1rem;
		padding-bottom: 3px;
		width: 59px;
	}
}



@media print, screen and (min-width:781px) {
}
@media screen and (max-width: 780px) {
}



@media print, screen and (min-width:781px) {
}
@media screen and (max-width: 780px) {
}