@charset "UTF-8";

#page_content{
	margin-top:0 !important;
}

.interview_main{
	width:100%;
	aspect-ratio: 1375 / 550;
	position: relative;
	z-index: 2;
}

.interview_main .maintx{
	position: absolute;
	bottom:0;
	left:0;
	width:100%;
}

.interview_main .maintx span{
	width:95%;
	max-width: 1065px;
	margin:0 auto;
	font-size: 15.5rem;
	font-weight: 600;
	color:#fff;
	opacity: 0.6;
	bottom:-0.15em;
	position: relative;
	display: block;
	line-height: 1;
	text-align: right;
}

.interview_index{
	width:100%;
	border-radius: 30px;
	background:#54c2f0;
	padding:200px 0 100px 0;
	margin-top:-100px;
	position: relative;
	z-index: 1;
}

.interview_index .innerbox{
	width:95%;
	max-width: 1065px;
	margin:0 auto;
}

.interview_index .innerbox h2{
	font-size:4.5rem;
	font-weight: 500;
	color:#fff;
	text-align: center;
	line-height: 1.7em;
	letter-spacing: 0.05em;
	margin-bottom: 0.5em;
}

.interview_index .innerbox .mtx{
	text-align: center;
	color:#fff;
}

.interview_index ul{
  	width:100%;
	display: flex;
	gap:min(5vw,50px);
	flex-wrap: wrap;
	margin-top:100px;
}

.interview_index ul li{
  	width:calc((100% - min(5vw,50px)) / 2);
	min-height: 335px;
	position: relative;
}

.interview_index ul li .bubble{
	position: absolute;
	top:25px;
	left: -10px;
	z-index: 2;
}

.interview_index ul li .bubble span{
	font-size: 1.6rem;
	color:#54c2f0;
	border-radius: 9999px;
	background:#fff;
	padding:10px;
	min-width: 120px;
	text-align: center;
	position: relative;
	display: inline-block;
	pointer-events: none;
}

.interview_index ul li .bubble span::after{
	content: "";
	width:14px;
	height: 14px;
	position: absolute;
	background:#fff;
	top:100%;
	left: calc(50% - 7px);
	clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.interview_index ul li a{
	padding:80px min(4vw,40px) 40px;
	background:#90d7f5;
	border-radius: 50px;
	overflow: hidden;
	position: relative;
	display: flex;
	height: 100%;
	z-index: 1;
}

.interview_index ul li a figure{
	width:60%;
	position: absolute;
	bottom:0;
	right:-50px;
	filter: drop-shadow(14px 14px 7px rgba(0,0,0,0.2));
	z-index: 1;
}

.interview_index ul li a figure img{
	transition: all 0.3s;
	transform:scale(1);
}

.interview_index ul li a:hover figure img{
	transform:scale(1.1);
}

.interview_index .textbox{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	height: 100%;
	font-weight: 500;
	width:100%;
	position: relative;
	z-index: 2;
}

.interview_index .textbox .tl{
	font-size: 1.8rem;
	letter-spacing: 0.025em;
	color:#fff;
	line-height: 1.8em;
	font-weight: 700;
	margin-bottom: 0.75em;
}

.interview_index .textbox .bottomtx{
  	margin:0 0 0 0;
	letter-spacing: 0.025em;
	color:#fff;
	line-height: 1.8em;
}

.interview_index .textbox .bottomtx .name{
  	font-size: 1.4rem;
	margin-bottom: 0.2em;
}

.interview_index .textbox .bottomtx .career,
.interview_index .textbox .bottomtx .year{
  	font-size: 1.2rem;
}

.interview_index .txbox .illbox{
	position: relative;
	left:max(-4vw,-40px);
	display: flex;
	width:190px;
	z-index: 1;
}

.interview_index .txbox .illbox figure{
	width:100%;
}

.interview_index .common_arrow_btn{
  	margin-top:1em;
}

.interview_index .common_arrow_btn span::after{
  	border-top: 1px solid #54c2f0;
  	border-right: 1px solid #54c2f0;
}

/*single*/
#page_maintitle.interview_single{
	width:100%;
	max-width: 100%;
}

#page_maintitle.interview_single .innerbox{
	width:100%;
	padding-left: calc((100vw - 1065px) / 2);
	display: flex;
	justify-content: space-between;
}

#page_maintitle.interview_single .innerbox .txcont{
	width:calc(100% - 70% - min(4vw, 40px));
	padding-top:60px;
	position: relative;
	z-index: 2;
}

#page_maintitle.interview_single .innerbox .txcont h1{
	white-space: nowrap;
	font-weight: 600;
	margin-bottom: 100px;
}

#page_maintitle.interview_single .innerbox .txcont h1 span{
	margin-bottom: 40px;
}

#page_maintitle.interview_single .innerbox .txcont h1 span num{
	width:32px;
	height: 32px;
	font-size: 1.6rem;
	font-weight: 600;
	color:#fff;
	background:#80d0cc;
	border-radius: 50%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin-left: 1.5em;
}

#page_maintitle.interview_single .innerbox .txcont h1 span num{
	width:32px;
	height: 32px;
	font-size: 1.6rem;
	font-weight: 600;
	color:#fff;
	background:#80d0cc;
	border-radius: 50%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin-left: 0.5em;
}

#page_maintitle.interview_single .innerbox figure{
	width:70%;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	aspect-ratio:866 / 602;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

#page_maintitle.interview_single .innerbox .infotx .job span{
	font-size: 1.6rem;
	font-weight: 600;
	color:#fff;
	letter-spacing: 0.025em;
	background:#54c2f0;
	border-radius: 9999px;
	padding:0.5em 1.5em;
	display: inline-block;
	white-space: nowrap;
	margin-bottom: 1em;
}

#page_maintitle.interview_single .innerbox .infotx .name{
	font-size: 2.6rem;
	letter-spacing: 0.025em;
	font-weight: 500;
}

#page_maintitle.interview_single .innerbox .infotx .name{
	font-size: 2.6rem;
	letter-spacing: 0.025em;
	font-weight: 500;
	margin-bottom: 1em;
}

#page_maintitle.interview_single .innerbox .infotx .name span{
	margin-right: 1em;
}

#page_maintitle.interview_single .innerbox .infotx .name span.en{
	font-size: 1.6rem;
	color:#54c2f0;
	font-weight: 500;
	display: inline-block;
}

#page_maintitle.interview_single .innerbox .infotx .year{
	font-size: 1.4rem;
	letter-spacing: 0.025em;
	line-height: 2em;
}

#page_maintitle.interview_single .innerbox .infotx .explain{
	font-size: 1.4rem;
	letter-spacing: 0.025em;
	line-height: 2em;
}

.interview_single_inner{
	width:95%;
	max-width: 1065px;
	margin:0 auto;
}

.interview_single_inner dl{
	margin-bottom: 40px;
	padding-bottom: 40px;
	display: flex;
	align-items: flex-start;
	border-bottom:1px dotted #a2a2a2;
}

.interview_single_inner dl.bottomnone{
	margin-bottom: 0;
	padding-bottom: 40px;
	display: flex;
	align-items: flex-start;
	border-bottom:none;
}

.interview_single_inner dl.bordertop{
	margin-top: 0;
	padding-top: 40px;
	margin-bottom: 0;
	padding-bottom: 0;
	display: flex;
	align-items: flex-start;
	border-top:1px dotted #a2a2a2;
	border-bottom:none;
}

.interview_single_inner dl dt{
	width:65px;
}

.interview_single_inner dl dt span{
	font-size: 3.2rem;
	font-weight: 500;
	color:#00a199;
	position: relative;
	letter-spacing: 0.025em;
	padding-bottom:0.1em;
}

.interview_single_inner dl dt span::after{
	content: "";
	width:100%;
	bottom:0;
	left: 0;
	height: 4px;
	background:#00a199;
	border-radius: 9999px;
	position: absolute;
}

.interview_single_inner dl dd{
	width:calc(100% - 65px);
}

.interview_single_inner dl dd p.tl{
	font-size: 2.2rem;
	letter-spacing: 0.025em;
	font-weight: 500;
	color:#00a199;
	line-height: 1.875em;
	margin-bottom: 1em;
}

.interview_single_inner.flexbox{
	width:100%;
	max-width: 100%;
	padding-right: calc((100vw - 1065px) / 2);
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.interview_single_inner.flexbox .txcont{
	width:calc(100% - 40% - min(5vw, 50px));
	position: relative;
	z-index: 2;
}

.interview_single_inner.flexbox figure{
	width:40%;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	aspect-ratio:470 / 570;
	overflow: hidden;
	position: relative;
	z-index: 1;
	margin-bottom: 40px;
}

.interview_single_inner .pickup_cont{
	margin-top:70px;
	border-radius: 20px;
	background:#e4f5fd;
	padding:27px;
	display: flex;
	justify-content: space-between;
}

.interview_single_inner .pickup_cont .txcont{
	width:50%;
	padding:20px 0 20px 20px;
}

.interview_single_inner .pickup_cont .txcont .bubble{
	position: relative;
	z-index: 2;
	margin-bottom: 30px;
}

.interview_single_inner .pickup_cont .txcont .bubble span{
	font-size: 1.6rem;
	color:#fff;
	font-weight: 600;
	border-radius: 9999px;
	background:#00a199;
	padding:15px;
	min-width: 150px;
	text-align: center;
	position: relative;
	display: inline-block;
	pointer-events: none;
}

.interview_single_inner .pickup_cont .txcont .bubble span::after{
	content: "";
	width:14px;
	height: 14px;
	position: absolute;
	background:#00a199;
	top:100%;
	left: calc(50% - 7px);
	clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.interview_single_inner .pickup_cont .txcont p.tl{
	font-size: 2.4rem;
	letter-spacing: 0.025em;
	font-weight: 500;
	color:#00a199;
	line-height: 1.875em;
	margin-bottom: 0.4em;
}

.interview_single_inner .pickup_cont figure{
	width:calc(50% - min(5vw, 50px));
}

@media screen and (max-width:750px) {
#page_content{
	margin-top:0 !important;
}

.interview_main{
	width:100%;
	aspect-ratio: 760 / 450;
	position: relative;
	z-index: 2;
}
	
.interview_main figure{
	width:100%;
	aspect-ratio: 760 / 450;
}

.interview_main .maintx{
	position: absolute;
	bottom:auto;
	top:100%;
	left:0;
	width:100%;
}

.interview_main .maintx span{
	width:95%;
	max-width: 1065px;
	margin:0 auto;
	font-size: 7.75rem;
	font-weight: 600;
	color:#fff;
	opacity: 0.2;
	bottom:0.1em;
	left:-0.2em;
	position: relative;
	display: block;
	line-height: 1;
	text-align: left;
}

.interview_index{
	width:100%;
	border-radius: 15px;
	background:#54c2f0;
	padding:200px 0 20px 0;
	margin-top:-100px;
	position: relative;
	z-index: 1;
}

.interview_index .innerbox{
	width:90%;
	max-width: 1065px;
	margin:0 auto;
}

.interview_index .innerbox h2{
	font-size:2.8rem;
	font-weight: 500;
	color:#fff;
	text-align: center;
	line-height: 1.7em;
	letter-spacing: 0.05em;
	margin-bottom: 0.5em;
}

.interview_index .innerbox .mtx{
	text-align: center;
	color:#fff;
}

.interview_index ul{
  	width:100%;
	display: flex;
	gap:20px;
	flex-wrap: wrap;
	margin:50px 0 0 0;
}

.interview_index ul li{
  	width:100%;
	min-height: 60vw;
	position: relative;
}

.interview_index ul li .bubble{
	position: absolute;
	top:25px;
	left: -10px;
	z-index: 2;
}

.interview_index ul li .bubble span{
	font-size: 1.6rem;
	color:#54c2f0;
	border-radius: 9999px;
	background:#fff;
	padding:10px;
	min-width: 120px;
	text-align: center;
	position: relative;
	display: inline-block;
	pointer-events: none;
}

.interview_index ul li .bubble span::after{
	content: "";
	width:14px;
	height: 14px;
	position: absolute;
	background:#fff;
	top:100%;
	left: calc(50% - 7px);
	clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.interview_index ul li a{
	padding:80px min(4vw,40px) 40px;
	background:#90d7f5;
	border-radius: 50px;
	overflow: hidden;
	position: relative;
	display: flex;
	height: 100%;
	z-index: 1;
}

.interview_index ul li a figure{
	width:60%;
	position: absolute;
	bottom:0;
	right:-50px;
	filter: drop-shadow(14px 14px 7px rgba(0,0,0,0.2));
	z-index: 1;
}

.interview_index ul li a figure img{
	transition: all 0.3s;
	transform:scale(1);
}

.interview_index ul li a:hover figure img{
	transform:scale(1.1);
}

.interview_index .textbox{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	height: 100%;
	font-weight: 500;
	width:100%;
	position: relative;
	z-index: 2;
}

.interview_index .textbox .tl{
	font-size: 2rem;
	letter-spacing: 0.025em;
	color:#fff;
	line-height: 1.8em;
	font-weight: 700;
	margin-bottom: 0.75em;
}

.interview_index .textbox .bottomtx{
  	margin:auto 0 0 0;
	letter-spacing: 0.025em;
	color:#fff;
	line-height: 1.8em;
}

.interview_index .textbox .bottomtx .name{
  	font-size: 1.4rem;
	margin-bottom: 0.2em;
}

.interview_index .textbox .bottomtx .career,
.interview_index .textbox .bottomtx .year{
  	font-size: 1.2rem;
}

.interview_index .illbox{
	position: absolute;
	bottom:0;
	left:max(0vw,0px);
	display: flex;
	width:45vw;
	z-index: 1;
}

.interview_index .illbox figure{
	width:100%;
}

.interview_index .common_arrow_btn{
  	margin-top:1em;
}

.interview_index .common_arrow_btn span::after{
  	border-top: 1px solid #54c2f0;
  	border-right: 1px solid #54c2f0;
}

/*single*/
#page_maintitle.interview_single{
	width:100%;
	max-width: 100%;
}

#page_maintitle.interview_single .innerbox{
	width:100%;
	padding-left: 5vw;
	display: flex;
	justify-content: space-between;
}

#page_maintitle.interview_single .innerbox .txcont{
	width:100%;
	padding-top:0;
	position: relative;
	z-index: 2;
}

#page_maintitle.interview_single .innerbox .txcont h1{
	white-space:normal;
	font-weight: 600;
	margin-bottom: 40px;
	font-size: 2.6rem;
}

#page_maintitle.interview_single .innerbox .txcont h1 span{
	margin-bottom: 10px;
}

#page_maintitle.interview_single .innerbox .txcont h1 span num{
	width:25px;
	height: 25px;
	font-size: 1.1rem;
	font-weight: 600;
	color:#fff;
	background:#80d0cc;
	border-radius: 50%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin-left: 0.5em;
}

#page_maintitle.interview_single .innerbox figure{
	width:100%;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	aspect-ratio:866 / 602;
	overflow: hidden;
	position: relative;
	z-index: 1;
	margin-bottom: 40px;
}

#page_maintitle.interview_single .innerbox .infotx .job span{
	font-size: 1.6rem;
	font-weight: 600;
	color:#fff;
	letter-spacing: 0.025em;
	background:#54c2f0;
	border-radius: 9999px;
	padding:0.5em 1.5em;
	display: inline-block;
	white-space: nowrap;
	margin-bottom: 1em;
}

#page_maintitle.interview_single .innerbox .infotx .name{
	font-size: 2.6rem;
	letter-spacing: 0.025em;
	font-weight: 500;
}

#page_maintitle.interview_single .innerbox .infotx .name{
	font-size: 2.6rem;
	letter-spacing: 0.025em;
	font-weight: 500;
	margin-bottom: 1em;
}

#page_maintitle.interview_single .innerbox .infotx .name span{
	margin-right: 1em;
}

#page_maintitle.interview_single .innerbox .infotx .name span.en{
	font-size: 1.6rem;
	color:#54c2f0;
	font-weight: 500;
	display: inline-block;
}

#page_maintitle.interview_single .innerbox .infotx .year{
	font-size: 1.4rem;
	letter-spacing: 0.025em;
	line-height: 2em;
}

#page_maintitle.interview_single .innerbox .infotx .explain{
	font-size: 1.4rem;
	letter-spacing: 0.025em;
	line-height: 2em;
}

.interview_single_inner{
	width:90%;
	max-width: 1065px;
	margin:0 auto;
}

.interview_single_inner dl{
	margin-bottom: 30px;
	padding-bottom: 30px;
	display: flex;
	align-items: flex-start;
	border-bottom:1px dotted #a2a2a2;
}

.interview_single_inner dl.bottomnone{
	margin-bottom: 0;
	padding-bottom: 40px;
	display: flex;
	align-items: flex-start;
	border-bottom:none;
}

.interview_single_inner dl.bordertop{
	margin-top: 0;
	padding-top: 40px;
	margin-bottom: 0;
	padding-bottom: 0;
	display: flex;
	align-items: flex-start;
	border-top:1px dotted #a2a2a2;
	border-bottom:none;
}

.interview_single_inner dl dt{
	width:45px;
	padding-top:0.3em;
}

.interview_single_inner dl dt span{
	font-size: 2.4rem;
	font-weight: 500;
	color:#00a199;
	position: relative;
	letter-spacing: 0.025em;
	padding-bottom:0.1em;
}

.interview_single_inner dl dt span::after{
	content: "";
	width:100%;
	bottom:0;
	left: 0;
	height: 3px;
	background:#00a199;
	border-radius: 9999px;
	position: absolute;
}

.interview_single_inner dl dd{
	width:calc(100% - 45px);
}

.interview_single_inner dl dd p.tl{
	font-size: 1.8rem;
	letter-spacing: 0.025em;
	font-weight: 500;
	color:#00a199;
	line-height: 1.875em;
	margin-bottom: 1em;
}
	
.interview_single_inner dl dd p.common_tx{
	font-size: 1.4rem;
}

.interview_single_inner.flexbox{
	width:90%;
	max-width: 100%;
	padding-right: 0;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-direction: column;
}

.interview_single_inner.flexbox .txcont{
	width:100%;
	position: relative;
	z-index: 2;
}

.interview_single_inner.flexbox figure{
	width:100%;
	border-radius: 15px;
	aspect-ratio:470 / 570;
	overflow: hidden;
	position: relative;
	z-index: 1;
	margin-bottom: 40px;
}

.interview_single_inner .pickup_cont{
	margin-top:70px;
	border-radius: 15px;
	background:#e4f5fd;
	padding:27px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.interview_single_inner .pickup_cont .txcont{
	width:100%;
	padding:0 0 0 0 ;
}

.interview_single_inner .pickup_cont .txcont .bubble{
	position: relative;
	z-index: 2;
	margin-bottom: 20px;
}

.interview_single_inner .pickup_cont .txcont .bubble span{
	font-size: 1.2rem;
	color:#fff;
	font-weight: 600;
	border-radius: 9999px;
	background:#00a199;
	padding:10px;
	min-width: 100px;
	text-align: center;
	position: relative;
	display: inline-block;
	pointer-events: none;
}

.interview_single_inner .pickup_cont .txcont .bubble span::after{
	content: "";
	width:14px;
	height: 14px;
	position: absolute;
	background:#00a199;
	top:100%;
	left: calc(50% - 7px);
	clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.interview_single_inner .pickup_cont .txcont p.tl{
	font-size: 1.9rem;
	letter-spacing: 0.025em;
	font-weight: 500;
	color:#00a199;
	line-height: 1.875em;
	margin-bottom: 0.4em;
}
	
.interview_single_inner .pickup_cont .txcont p.common_tx{
	font-size: 1.4rem;
}

.interview_single_inner .pickup_cont figure{
	width:100%;
	margin-top:20px;
}
}