@charset "UTF-8";

.green_bgbox{
	margin-bottom: 60px;
	position: relative;
}

.green_bgbox::after{
	content: "";
	background:#aacc03;
	border-radius: 20px;
	width:100%;
	display: block;
	height: calc(100% - min(30vw,400px));
	position: absolute;
	bottom:0;
	left: 0;
}

.main_visual{
	width:95%;
	max-width: 1250px;
	aspect-ratio:1246 / 608;
	border-radius: 20px;
	overflow: hidden;
	margin:0 auto;
	position: relative;
	z-index: 2;
	background:#000;
}

.main_visual video{
	position: relative;
	z-index: 1;
	opacity: 0.8;
}

.main_visual h1{
	font-size: min(5vw,5.5rem);
	font-weight: 600;
	color:#fff;
	position: absolute;
	bottom:8vw;
	left: 5vw;
	z-index: 2;
	line-height: 1.6em;
}

/*news_cont*/
.news_cont{
	margin-top:-40px;
	position: relative;
	z-index: 3;
	display: flex;
	justify-content: flex-end;
	width:100vw;
	margin-bottom: 40px;
}

.news_cont .innerbox{
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	background:#fff;
	padding:20px max(2.5vw,calc((100vw - 1250px) / 2)) 20px 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.news_cont .innerbox dl{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width:470px;
	padding-right: 50px;
}

.news_cont .innerbox dl dt{
	color:#aacc03;
	font-size: 1.6rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	width:80px;
}

.news_cont .innerbox dl dd{
	width:calc(100% - 80px);
}

.news_cont .innerbox dl dd .date{
	font-size: 1.3rem;
	letter-spacing: 0.025em;
	margin-bottom: 1em;
	display:block;
}

.news_cont .innerbox dl dd a{
	font-size: 1.3rem;
	letter-spacing: 0.025em;
	overflow: hidden;
  	display: -webkit-box;
  	-webkit-box-orient: vertical;
  	-webkit-line-clamp: 2;
	line-height: 1.9em;
}

.message_cont{
	padding-top:60px;
	position: relative;
	z-index:3;
}

.message_cont span.bgtx{
	position: absolute;
	top:0;
	left:2.5vw;
	writing-mode: vertical-rl;
	font-size: 15.5rem;
	font-weight: 600;
	color:#fff;
	opacity: 0.2;
	display: block;
	line-height: 1;
}

.message_cont .txbox{
	position: relative;
	z-index:2;
	width:95%;
	margin:0 auto;
	max-width: 1066px;
	padding:0 0 140px 0;
}

.message_cont .txbox h2{
	font-size: min(4.5vw,5rem);
	font-weight: 600;
	color:#fff;
	line-height: 1.6em;
	margin-bottom: 0.75em;
}

.message_cont .txbox p{
	font-size: 1.8rem;
	font-weight: 600;
	color:#fff;
	line-height: 2.5em;
}

.message_cont .txbox .illbox{
	position: absolute;
	bottom:80px;
	right:2.5vw;
	display: flex;
	width:45%;
}

.message_cont .txbox .illbox figure{
	width:33%;
}

.message_cont .txbox .illbox figure img{
	width:130%;
	max-width: 130%;
}

.message_cont .txbox .illbox figure:nth-child(2) img{
	margin-left: -10%;
}

/*about*/
.about_cont span.bgtx{
	position: absolute;
	top:0;
	left:100%;
	writing-mode: vertical-rl;
	font-size: 15.5rem;
	font-weight: 600;
	color:#00a199;
	opacity: 0.1;
	display: block;
	line-height: 1;
}

.about_cont .txbox{
	width:40%;
	padding:min(6vw,60px) min(8vw,80px) min(6vw,60px) min(5vw,50px);
	position: relative;
}

.about_cont .txbox .illbox{
	position: absolute;
	bottom:max(-4vw,-40px);
	right:max(-4vw,-40px);
	display: flex;
	width:190px;
	z-index: 1;
}

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

/*about*/
.business_cont{
	margin-bottom: 60px !important;
}

.business_cont span.bgtx{
	position: absolute;
	top:0;
	right:100%;
	writing-mode: vertical-rl;
	font-size: 15.5rem;
	font-weight: 600;
	color:#00a199;
	opacity: 0.1;
	display: block;
	line-height: 1;
}

.business_cont .txbox{
	width:40%;
	padding:min(6vw,60px) min(3vw,30px) min(6vw,60px) min(9vw,90px);
	position: relative;
	order: -1;
}

.business_cont .txbox .illbox{
	position: absolute;
	bottom:max(-4vw,-40px);
	left:max(-8vw,-80px);
	display: flex;
	width:190px;
	z-index: 1;
}

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

/*interview*/
.interview_cont{
	width:100%;
	max-width:1245px;
	border-radius: 20px;
	background:#54c2f0;
	padding:75px;
	margin:0 auto 60px;
	display: flex;
	align-items: flex-start;
	position: relative;
}

.interview_cont span.bgtx{
	position: absolute;
	bottom:-0.15em;
	right:0;
	font-size: 15.5rem;
	font-weight: 600;
	color:#fff;
	opacity: 0.2;
	display: block;
	line-height: 1;
}

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

.interview_cont .txbox{
  	width:290px;
	padding:0 min(3vw,30px) 0 0;
}

.interview_cont ul{
  	width:calc(100% - 290px);
	display: flex;
	gap:20px;
	flex-wrap: wrap;
}

.interview_cont ul li{
  	width:calc((100% - 20px) / 2);
	min-height: 270px;
	position: relative;
}

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

.interview_cont 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_cont 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_cont 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_cont ul li a figure{
	width:65%;
	position: absolute;
	bottom:0;
	right:-50px;
	filter: drop-shadow(14px 14px 7px rgba(0,0,0,0.2));
	z-index: 1;
}

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

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

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

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

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

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

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

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

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

/*career*/
.career_cont{
	margin-bottom: 60px !important;
}

.career_cont .txbox{
	width:40%;
	padding:min(6vw,60px) min(5vw,50px) min(6vw,60px) min(5vw,50px);
	position: relative;
}

.career_cont .txbox .illbox{
	position: absolute;
	bottom:0;
	right:max(-4vw,-40px);
	display: flex;
	width:190px;
	z-index: 1;
}

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

/*data*/
.data_cont{
	margin-bottom: 120px;
	position: relative;
	width:100%;
}

.data_cont span.bgtx{
	position: absolute;
	bottom:-0.15em;
	left:0;
	font-size: 15.5rem;
	font-weight: 600;
	color:#fff;
	opacity: 0.2;
	display: block;
	z-index: 2;
	line-height: 1;
}


.data_cont::after{
	content: "";
	max-width:calc(100vw - ((100vw - 1065px) / 2));
	width:97.5%;
	background:#aacc03;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	display: block;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
}

.data_cont .common_arrow_btn span::after{
  	border-top: 1px solid #aacc03;
  	border-right: 1px solid #aacc03;
}

.data_cont .innerbox{
	width:95%;
	max-width: 1065px;
	margin:0 auto;
	padding:70px 50px 70px 0;
	position: relative;
	z-index: 2;
	display: flex;
	align-items: flex-start;
}

.data_cont .illbox{
	position: absolute;
	right:100%;
	bottom:-70px;
	display: flex;
	width:190px;
	z-index: 1;
}

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

.data_cont .innerbox .txbox{
	width:50%;
	padding-right: min(5vw,50px);
}

.data_cont .innerbox ul{
	width:50%;
	display: flex;
	gap:25px;
}

.data_cont .innerbox ul li{
	width:100%;
	border-radius: 10px;
	background:#c3db4f;
	padding: 0 0 40px 0;
	position: relative;
}

.data_cont .innerbox ul li .ill{
	width:90px;
	margin:0 20px 10px auto;
}

.data_cont .innerbox ul li:nth-child(1) .ill{
	top:-5px;
	position: relative;
}

.data_cont .innerbox ul li .num{
	font-size: min(4vw,5rem);
	font-weight: 500;
	color:#fff;
	text-align: center;
}

.data_cont .innerbox ul li .num em{
	font-size: 2em;
	letter-spacing: 0.05em;
}

.data_cont .innerbox ul li .cap{
	font-size: 1.2rem;
	color:#fff;
	text-align: center;
	font-weight: 500;
	letter-spacing: 0.025em;
}

/*data*/
.internship_cont{
	margin-bottom: 120px;
	position: relative;
	width:100%;
}

.internship_cont span.bgtx{
	position: absolute;
	bottom:-0.15em;
	right:0;
	font-size: 15.5rem;
	font-weight: 600;
	color:#fff;
	opacity: 0.2;
	display: block;
	z-index: 2;
	line-height: 1;
}


.internship_cont::after{
	content: "";
	max-width:calc(100vw - ((100vw - 1065px) / 2) - 40px);
	width:calc(97.5% - 40px);
	background:#54c2f0;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	display: block;
	height: 100%;
	position: absolute;
	top:0;
	right:0;
}

.internship_cont .common_arrow_btn span::after{
  	border-top: 1px solid #aacc03;
  	border-right: 1px solid #aacc03;
}

.internship_cont .innerbox{
	width:95%;
	max-width: 1065px;
	margin:0 auto;
	padding:70px 50px 70px 0;
	position: relative;
	z-index: 2;
	display: flex;
	align-items: flex-start;
}

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

.internship_cont .innerbox figure.ph{
	width:45%;
	position: relative;
}

.internship_cont .innerbox .txbox{
	width:55%;
	padding-left: min(7vw,70px);
	position: relative;
}

.internship_cont .innerbox .txbox .illbox{
	position: absolute;
	bottom:max(-15vw,-150px);
	right:max(-4vw,-40px);
	display: flex;
	width:190px;
	z-index: 1;
}

.internship_cont .innerbox .txbox .illbox figure{
	width:100%;
}

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

.loop_cont{
	padding:50px 0 200px 0;
	overflow: hidden;
	width:100%;
}

.loop_cont .loop_wrap {
	display: flex;
 	width:600vw;
}
.loop_cont .list {
	display: flex;
	list-style: none;
	padding: 0;
}

.loop_cont .left {
	animation: infinity-scroll-left 150s infinite linear 0.5s both;
}
.loop_cont .item {
	width:100%;
	margin-left: 10px;
}

.loop_cont .item:nth-child(odd) {
	position: relative;
	top:3vw;
}

.loop_cont .item > img {
	width: 100%;
}

.data_cont .head {
    width: auto;
    position: relative;
    border-bottom-right-radius: 7px;
	background:#aacc03;
	display: inline-block;
	font-size: 1.6rem;
	padding:0.65em 1em;
	font-weight: 700;
	color:#fff;
	letter-spacing: 0.025em;
}

.data_cont .head span{
  	width: 10px;
  	height: 10px;
  	display: block;
    position: absolute;
    transform: translateX(-100%);
    overflow: hidden;
}

.data_cont .head span::after{
    content: "";
    width: 200%;
    height: 200%;
    display: block;
    border-radius: 50%;
    box-shadow: 15px 15px 0 0 #aacc03;
    transform: translate(-50%, -50%);
}

.data_cont .head span.top{
    top:100%;
	left: 0;
	transform: rotate(180deg);
}

.data_cont .head span.bottom{
    top:0;
	left: 100%;
	transform: rotate(180deg);
}


/*common*/

.index_flexbox{
	padding:60px 0;
	width:95%;
	max-width: 1066px;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

.index_flexbox{
	padding:60px 0;
	width:95%;
	max-width: 1066px;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

.index_flexbox figure.ph{
	aspect-ratio:600 / 400;
	width:60%;
}

.index_flexbox .phflex{
	width:60%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.index_flexbox .phflex figure.ph{
	aspect-ratio:290 / 400;
	width:calc((100% - 20px) / 2);
}

.index_flexbox .phflex figure.ph:nth-child(2){
	margin-top:min(7vw,70px);
}

.common_index_txbox{
	position: relative;
	z-index: 2;
}

.common_index_txbox p.sub{
	font-size: 2rem;
	font-weight: 600;
	color:#80d0cc;
	letter-spacing: 0.05em;
	margin-bottom: 0.5em;
}

.common_index_txbox.white p.sub{
	color:#fff;
	opacity: 0.5;
}

.common_index_txbox h2{
	font-size: min(5vw,4.7rem);
	font-weight: 500;
	color:#00a199;
	line-height: 1.3em;
	margin-bottom: 0.2em;
	letter-spacing: 0.025em;
}

.common_index_txbox h2 span{
	font-size: 0.8em;
}

.common_index_txbox p.tx{
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 2em;
	letter-spacing: 0.025em;
}

.common_index_txbox ul{
	margin-top:3em;
}

.common_index_txbox ul li{
	margin-top: 10px;
	padding:2px 0 2px 13px;
	position: relative;
}

.common_index_txbox ul li::before{
	content: "";
	position: absolute;
	top:0;
	left:0;
	height: 100%;
	width:4px;
	border-radius: 9999px;
	background:#00a199;
}

.common_index_txbox ul li a{
	font-size: 1.6rem;
	letter-spacing: 0.025em;
	font-weight: 700;
	line-height: 1.6em;
}

.common_index_txbox.white h2{
	color:#fff;
}

.common_index_txbox.white p.tx{
	color:#fff;
}

.common_index_txbox a{
	margin-top:4em;
}

@media screen and (max-width:750px) {

.green_bgbox{
	margin-bottom: 70px;
	position: relative;
}

.green_bgbox::after{
	content: "";
	background:#aacc03;
	border-radius: 15px;
	width:100%;
	display: block;
	height: calc(100% - min(40vw,400px));
	position: absolute;
	bottom:0;
	left: 0;
}

.main_visual{
	width:90%;
	max-width: 1250px;
	aspect-ratio:650 / 880;
	border-radius: 15px;
	overflow: hidden;
	margin:0 auto;
	position: relative;
	z-index: 2;
}

.main_visual video{
	position: relative;
	z-index: 1;
}

.main_visual h1{
	font-size: min(7vw,2.75rem);
	font-weight: 600;
	width:100%;
	padding:5vw;
	text-align: justify;
	color:#fff;
	position: absolute;
	bottom:0;
	left: 0;
	z-index: 2;
	line-height: 1.6em;
}

/*news_cont*/
.news_cont{
	position: relative;
	z-index: 3;
	display: flex;
	justify-content: flex-end;
	width:95vw;
	margin:20px 0 20px auto;
}

.news_cont .innerbox{
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	background:#fff;
	width:100%;
	padding:20px 5vw 20px 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
}

.news_cont .innerbox dl{
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
	width:100%;
	padding-right: 0;
}

.news_cont .innerbox dl dt{
	color:#aacc03;
	font-size: 1.6rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	width:100%;
	margin-bottom: 1em;
}

.news_cont .innerbox dl dd{
	width:100%;
	margin-bottom: 1em;
}

.news_cont .innerbox dl dd .date{
	font-size: 1.3rem;
	letter-spacing: 0.025em;
	margin-bottom: 0.5em;
	display:block;
}

.news_cont .innerbox dl dd a{
	font-size: 1.3rem;
	letter-spacing: 0.025em;
	overflow: hidden;
  	display: -webkit-box;
  	-webkit-box-orient: vertical;
  	-webkit-line-clamp: 2;
	line-height: 1.9em;
}
	
	.news_cont .innerbox .common_arrow_btn {
		margin:0 0 0 auto;
	}

.message_cont{
	padding-top:50px;
	position: relative;
	z-index:3;
}

.message_cont span.bgtx{
	position: absolute;
	top:0;
	left:2.5vw;
	writing-mode: vertical-rl;
	font-size: 7.75rem;
	font-weight: 600;
	color:#fff;
	opacity: 0.2;
	display: block;
	line-height: 1;
}

.message_cont .txbox{
	position: relative;
	z-index:2;
	width:90%;
	margin:0 auto;
	max-width: 1066px;
	padding:0 0 73vw 0;
}

.message_cont .txbox h2{
	font-size: min(10vw,3.25rem);
	font-weight: 600;
	color:#fff;
	line-height: 1.6em;
	margin-bottom: 0.75em;
}

.message_cont .txbox p{
	font-size: 1.4rem;
	font-weight: 600;
	color:#fff;
	line-height: 2.5em;
}

.message_cont .txbox .illbox{
	position: absolute;
	bottom:50px;
	right:5vw;
	display: flex;
	width:100%;
}

.message_cont .txbox .illbox figure{
	width:33%;
}

.message_cont .txbox .illbox figure img{
	width:130%;
	max-width: 130%;
}

.message_cont .txbox .illbox figure:nth-child(2) img{
	margin-left: -10%;
}

/*about*/
.about_cont span.bgtx{
	position: absolute;
	top:auto;
	bottom:60px;
	left:auto;
	right: -7.5vw;
	writing-mode: vertical-rl;
	font-size: 7.75rem;
	font-weight: 600;
	color:#00a199;
	opacity: 0.1;
	display: block;
	line-height: 1;
}

.about_cont .txbox{
	width:100%;
	padding:min(6vw,60px) min(8vw,80px) min(6vw,60px) 0;
	position: relative;
}

.about_cont .txbox .illbox{
	position: absolute;
	bottom:max(-13vw,-60px);
	right:max(-5vw,-50px);
	display: flex;
	width:160px;
	z-index: 1;
}

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

/*about*/
.business_cont{
	margin-bottom: 60px !important;
}

.business_cont span.bgtx{
	position: absolute;
	top:auto;
	right:auto;
	bottom:20px;
	left:-7.5vw;
	writing-mode: vertical-rl;
	font-size: 7.75rem;
	font-weight: 600;
	color:#00a199;
	opacity: 0.1;
	display: block;
	line-height: 1;
}

.business_cont .txbox{
	width:100%;
	padding:min(6vw,60px) 0 min(6vw,60px) min(30vw,140px);
	position: relative;
	order: -1;
	z-index: 1;
}

.business_cont .txbox .illbox{
	position: absolute;
	bottom:max(-10vw,-100px);
	left:max(-8vw,-80px);
	display: flex;
	width:160px;
	z-index: 1;
}

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

/*interview*/
.interview_cont{
	width:100%;
	max-width:1245px;
	border-radius: 15px;
	background:#54c2f0;
	padding:50px 5vw 50vw;
	margin:0 auto 60px;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	position: relative;
}

.interview_cont span.bgtx{
	position: absolute;
	bottom:-0.15em;
	right:0;
	font-size: 7.75rem;
	font-weight: 600;
	color:#fff;
	opacity: 0.2;
	display: block;
	line-height: 1;
}
	
.interview_cont .common_arrow_btn{
  	margin-left: auto;
}

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

.interview_cont .txbox{
  	width:100%;
	padding:0 0 0 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}

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

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

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

.interview_cont 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_cont 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_cont 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_cont ul li a figure{
	width:60%;
	position: absolute;
	z-index: 1;
	bottom:0;
	right:-50px;
	filter: drop-shadow(14px 14px 7px rgba(0,0,0,0.2));
}

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

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

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

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

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

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

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

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

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

/*career*/
.career_cont{
	margin-bottom: 20px !important;
}

.career_cont .txbox{
	width:100%;
	padding:min(6vw,60px) 0 min(6vw,60px);
	position: relative;
}

.career_cont .txbox .illbox{
	position: absolute;
	bottom:-50px;
	right:max(-4vw,-40px);
	display: flex;
	width:160px;
	z-index: 1;
}

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

/*data*/
.data_cont{
	margin-bottom: 120px;
	position: relative;
	width:100%;
}

.data_cont span.bgtx{
	position: absolute;
	bottom:-0.15em;
	left:0;
	font-size: 7.75rem;
	font-weight: 600;
	color:#fff;
	opacity: 0.2;
	display: block;
	z-index: 2;
	line-height: 1;
}


.data_cont::after{
	content: "";
	max-width:calc(100vw - ((100vw - 1065px) / 2));
	width:95%;
	background:#aacc03;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	display: block;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
}

.data_cont .common_arrow_btn span::after{
  	border-top: 1px solid #aacc03;
  	border-right: 1px solid #aacc03;
}

.data_cont .innerbox{
	width:90%;
	max-width: 1065px;
	margin:0 auto;
	padding:50px 5vw 70px 0;
	position: relative;
	z-index: 2;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}

.data_cont .illbox{
	position: absolute;
	right:auto;
	left: -40px;
	bottom:-80px;
	display: flex;
	width:150px;
	z-index: 1;
}

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

.data_cont .innerbox .txbox{
	width:100%;
	padding-right: 0;
}

.data_cont .innerbox ul{
	width:100%;
	display: flex;
	flex-wrap: wrap;
	gap:15px;
	margin-top:50px;
}

.data_cont .innerbox ul li{
	width:100%;
	border-radius: 10px;
	background:#c3db4f;
	padding: 0 0 40px 0;
	position: relative;
}

.data_cont .innerbox ul li .ill{
	width:70px;
	margin:-10px 20px 10px auto;
}

.data_cont .innerbox ul li:nth-child(1) .ill{
	top:-5px;
	position: relative;
}

.data_cont .innerbox ul li .num{
	font-size: min(12vw,10rem);
	font-weight: 500;
	color:#fff;
	text-align: center;
}

.data_cont .innerbox ul li .num em{
	font-size: 2em;
	letter-spacing: 0.05em;
}

.data_cont .innerbox ul li .cap{
	font-size: 1.2rem;
	color:#fff;
	text-align: center;
	font-weight: 500;
	letter-spacing: 0.025em;
}
	
	.data_cont .common_arrow_btn{
		margin:50px auto 0;
	}

/*data*/
.internship_cont{
	margin-bottom: 80px;
	position: relative;
	width:100%;
}

.internship_cont span.bgtx{
	position: absolute;
	bottom:-0.15em;
	right:auto;
	left:5vw;
	font-size: 7.75rem;
	font-weight: 600;
	color:#fff;
	opacity: 0.2;
	display: block;
	z-index: 2;
	line-height: 1;
}


.internship_cont::after{
	content: "";
	max-width:95%;
	width:95%;
	background:#54c2f0;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	display: block;
	height: 100%;
	position: absolute;
	top:0;
	right:0;
}

.internship_cont .common_arrow_btn span::after{
  	border-top: 1px solid #aacc03;
  	border-right: 1px solid #aacc03;
}

.internship_cont .innerbox{
	width:90%;
	max-width: 1065px;
	margin:0 auto;
	padding:50px 0 50px 0;
	position: relative;
	z-index: 2;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}

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

.internship_cont .innerbox figure.ph{
	width:calc(100% + 5vw);
	left:-5vw;
	position: relative;
	margin-bottom: 25px;
}

.internship_cont .innerbox .txbox{
	width:100%;
	padding:0 5vw 100px;
	position: relative;
}

.internship_cont .innerbox .txbox .illbox{
	position: absolute;
	bottom:max(-15vw,-150px);
	right:max(-4vw,-40px);
	display: flex;
	width:160px;
	z-index: 1;
}

.internship_cont .innerbox .txbox .illbox figure{
	width:100%;
}

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

.loop_cont{
	padding:0 0 140px 0;
	overflow: hidden;
	width:100%;
}

.loop_cont .loop_wrap {
	display: flex;
 	width:1500vw;
}
.loop_cont .list {
	display: flex;
	list-style: none;
	padding: 0;
}

.loop_cont .left {
	animation: infinity-scroll-left 150s infinite linear 0.5s both;
}
.loop_cont .item {
	width:100%;
	margin-left: 10px;
}

.loop_cont .item:nth-child(odd) {
	position: relative;
	top:3vw;
}

.loop_cont .item > img {
	width: 100%;
}

.data_cont .head {
    width: auto;
    position: relative;
    border-bottom-right-radius: 7px;
	background:#aacc03;
	display: inline-block;
	font-size: 1.6rem;
	padding:0.65em 1em;
	font-weight: 700;
	color:#fff;
	letter-spacing: 0.025em;
}

.data_cont .head span{
  	width: 10px;
  	height: 10px;
  	display: block;
    position: absolute;
    transform: translateX(-100%);
    overflow: hidden;
}

.data_cont .head span::after{
    content: "";
    width: 200%;
    height: 200%;
    display: block;
    border-radius: 50%;
    box-shadow: 15px 15px 0 0 #aacc03;
    transform: translate(-50%, -50%);
}

.data_cont .head span.top{
    top:100%;
	left: 0;
	transform: rotate(180deg);
}

.data_cont .head span.bottom{
    top:0;
	left: 100%;
	transform: rotate(180deg);
}


/*common*/

.index_flexbox{
	padding:60px 0;
	width:95%;
	max-width: 1066px;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

.index_flexbox{
	padding:0 0 70px 0;
	width:90%;
	max-width: 1066px;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	align-items: center;
	position: relative;
}

.index_flexbox figure.ph{
	aspect-ratio:600 / 400;
	width:100%;
	order:-1;
	position: relative;
	z-index: 2;
}

.index_flexbox .phflex{
	width:100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.index_flexbox .phflex figure.ph{
	aspect-ratio:290 / 400;
	width:calc((100% - 10px) / 2);
}

.index_flexbox .phflex figure.ph:nth-child(2){
	margin-top:min(7vw,70px);
}

.common_index_txbox{
	position: relative;
	z-index: 2;
}

.common_index_txbox p.sub{
	font-size: 1.5rem;
	font-weight: 600;
	color:#80d0cc;
	letter-spacing: 0.05em;
	margin-bottom: 0.5em;
}

.common_index_txbox.white p.sub{
	color:#fff;
	opacity: 0.5;
}

.common_index_txbox h2{
	font-size: min(9vw,3.3rem);
	font-weight: 500;
	color:#00a199;
	line-height: 1.3em;
	margin-bottom: 0.2em;
	letter-spacing: 0.025em;
}

.common_index_txbox h2 span{
	font-size: 0.8em;
}

.common_index_txbox p.tx{
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 2em;
	letter-spacing: 0.025em;
}

.common_index_txbox ul{
	margin-top:3em;
}

.common_index_txbox ul li{
	margin-top: 10px;
	padding:2px 0 2px 13px;
	position: relative;
}

.common_index_txbox ul li::before{
	content: "";
	position: absolute;
	top:0;
	left:0;
	height: 100%;
	width:4px;
	border-radius: 9999px;
	background:#00a199;
}

.common_index_txbox ul li a{
	font-size: 1.6rem;
	letter-spacing: 0.025em;
	font-weight: 700;
	line-height: 1.6em;
}

.common_index_txbox.white h2{
	color:#fff;
}

.common_index_txbox.white p.tx{
	color:#fff;
}

.common_index_txbox a{
	margin-top:4em;
}
}

@keyframes infinity-scroll-left {
	from {
	  transform: translateX(0);
	}
	  to {
	  transform: translateX(-100%);
	}
}