@charset "utf-8";
/*
Theme Name:テンプレート__01
Version: 1.1
Author:エイジェック広報部
Author URI:https://www.agekke.co.jp/

/*============================
トップページ
============================*/
.ly_container {
	position: relative;
	overflow: hidden;
}
.ly_container::before {
    background: url(images/bg.webp) no-repeat top left / cover;
    content: "";
    width: 100%;
    height: 100dvh;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}

/* ----- メインビジュアル -----*/
.bl_top_mv {
	position: relative;
	z-index: 0;
}
.bl_top_mv_img .hp_mo {
	display: none;
}
.bl_top_cc {
	position: absolute;
	top: 34%;
    left: 24%;
}
.bl_top_txt_expand p {
	font-size: 5rem;
	font-weight: 900;
	color: #034B9E;
	mix-blend-mode: overlay; 
}
.bl_top_txt {
	font-size: 3rem;
	font-weight: 900;
	margin: 0 0 15px;
	line-height: 1.6;
}
.bl_top_txt span {
	background: #fff;
    padding: 4px 6px 9px;
    line-height: 1;
    color: #034B9E;
    display: inline-block;
}
.bl_top_cc h1 {
	max-width: 280px;
}
.bl_top_txt_en {
	font-size: 1.5rem;
	font-weight: 900;
	color: #000;
}
.bl_top_mv_people-1 {
	position: absolute;
	top: 27%;
	left: 12%;
}
.bl_top_mv_people-2 {
	position: absolute;
    top: 20%;
    left: 62.5%;
}
.bl_top_mv_people-3 {
	position: absolute;
	bottom: 10%;
    left: 50%;
}
.bl_top_mv_people-4 {
	position: absolute;
	bottom: -60px;
	right: 10%;
}
.bl_top_mv_people-1 img {
	width: 9vw;
}
.bl_top_mv_people-2 img {
	width: 12vw;
}
.bl_top_mv_people-3 img {
	width: 7.5vw;
}
.bl_top_mv_people-4 img {
	width: 10vw;
}
@media screen and (max-width: 1700px){
	.bl_top_txt {
		font-size: 2.5rem;
	}
}
@media screen and (max-width: 1279px){
	.bl_top_cc h1 {
    	max-width: 230px;
	}
	.bl_top_txt_en {
    	font-size: 1.25rem;
	}
	.bl_top_txt {
        font-size: 2rem;
    }
}
@media screen and (max-width: 1023px){
    .bl_top_txt {
        font-size: 1.5rem;
    }
	.bl_top_cc h1 {
        max-width: 180px;
    }
	.bl_top_txt_en {
        font-size: 1.0625rem;
    }
}
@media screen and (max-width: 767px){
	.bl_top_mv_img .hp_pc {
		display: none;
	}
	.bl_top_mv_img .hp_mo {
		display: block;
	}
	.bl_top_cc {
		top: 43%;
		left: 0;
		padding: 0 30px;
	}
	.bl_top_txt {
        font-size: 1.75rem;
		margin: 0 0 10px;
	}
	.bl_top_txt_en {
        font-size: 1rem;
    }
	.bl_top_mv_people-1 {
    	left: 10%;
	    top: 25%;
	}
	.bl_top_mv_people-1 img {
    	width: 14vw;
	}
	.bl_top_mv_people-2 {
    	top: 17%;
	}
	.bl_top_mv_people-2 img {
    	width: 19vw;
	}
	.bl_top_mv_people-3 {
    	left: 220px;
		bottom: 15%;
	}
	.bl_top_mv_people-3 img {
    	width: 15vw;
	}
	.bl_top_mv_people-4 img {
    	width: 18vw;
	}
	.bl_top_cc h1 {
        max-width: 180px;
    }
}
/* ----- メッセージ -----*/
.bl_message_cont {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}
.bl_message_wrap {
    margin-right: calc(calc(100% - 1200px) / 2);
}
.bl_message_left img {
	display: block;
	width: 100%;
}
.bl_message_ttl {
	font-size: 2.25rem;
	margin: 8px 0 0;
	font-weight: 700;
}
.bl_message_ttl span {
	display: inline-block;	
}
.bl_message_ttl .hp_point {
	position: relative;
}
.bl_message_ttl .hp_point:before {
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #034B9E;
	position: absolute;
	top: -8px;
	left: 50%;
	transform: translateX(-50%);
}
.bl_message_ttl .hp_en {
	display: inline-block;
	background: #1EA2DD;
	background: linear-gradient(135deg, rgba(30, 162, 221, 1) 0%, rgba(3, 75, 158, 1) 100%);
	color: #fff;
	padding: 4px 8px 7px;
    line-height: 1;	
}
.bl_message_sent {
	font-size: 1.375rem;
	line-height: 1.9;
	margin: 36px 0 0;
}
@media screen and (max-width: 1800px) {
	.bl_message_ttl {
		font-size: 1.875rem;
	}
	.bl_message_sent {
		font-size: 1.0625rem;
		margin: 30px 0 0;
	}
}
@media screen and (max-width: 1500px) {
.bl_message_ttl {
        font-size: 1.5rem;
    }
}
@media screen and (max-width: 1279px) {
	.bl_message_ttl .hp_en {
		margin: 0 5px;
	}
	.bl_message_ttl {
        font-size: 1.25rem;
    }
	.bl_message_sent {
        font-size: 1rem;
        margin: 20px 0 0;
		line-height: 1.6;
    }
}
@media screen and (max-width: 1023px) {
	.bl_message_cont {
    	display: block;
	}
	.bl_message_left {
		display: none;
	}
	.bl_message_wrap {
		padding: 60px 0;
	}
}
@media screen and (max-width: 767px) {
    .bl_message_wrap {
       padding: 50px 15px 40px;
    }
	.bl_message_ttl {
		margin: 0;
		line-height: 1.8;
	}
	.bl_message_ttl .hp_en {
		margin: 0 3px 0 0;
	}	
	.bl_message_sent {
        line-height: 1.8;
    }
}
/* ----- 私たちについて -----*/
.bl_aboutus {
	background: #F0F4F7;
}
.bl_aboutus_cont {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px;
	margin: 0 auto 10px;
	max-width: 900px;
}
.bl_aboutus_item {
	position: relative;	
}
.bl_aboutus_inner {
	display: grid;
	grid-template-columns: 54% 1fr;
	gap: 20px;
	align-items: center;
	position: relative;
	padding: 30px 50px 30px 30px;
	background: #fff;
	box-shadow: 6px 6px 0 #034B9E;
	border-radius: 4px;
	transition: .3s;
}
.bl_aboutus_inner:hover {
	transform: translate(6px,6px);	
	box-shadow: none;
}
.bl_aboutus_arrow {
	position: absolute;
	bottom: 14px;
	right: 14px;
	width: 30px;
}
.bl_aboutus_inner h3 {
	font-size: 1.25rem;
	font-weight: 600;
}
@media screen and (max-width: 1023px) {
	.bl_aboutus_inner {
    	grid-template-columns: 66% 1fr;
	}
}
@media screen and (max-width:  767px) {
	.bl_aboutus_cont {
    	display: block;
	}
	.bl_aboutus_cont .bl_aboutus_item:not(:last-of-type) {
		margin: 0 0 30px;
	}
}
/* ----- 職種紹介 -----*/
.bl_job_cont {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 60px;
}
.bl_job_item h3,
.bl_job_comeback_item h3 {
	font-weight: 600;
	margin: 12px 0 0;
    display: inline-block;
    position: relative;
	font-size: 1.125rem;
}
.bl_job_comeback_item h3 {
	margin: 0 0 15px;
}
.bl_job_item img {
	border-radius: 4px;
}
.bl_job_item h3 .el_arrow,
.bl_job_comeback_item h3 .el_arrow {
	right: -36px;
	transition: .3s;
}
.bl_job_item:hover h3,
.bl_job_comeback_item a:hover h3{
	color: #034B9E;
}
.bl_job_item:hover .el_arrow span,
.bl_job_item:hover .el_arrow span::before,
.bl_job_item:hover .el_arrow span::after,
.bl_job_comeback_item a:hover h3 .el_arrow span,
.bl_job_comeback_item a:hover h3 .el_arrow span::before,
.bl_job_comeback_item a:hover h3 .el_arrow span::after {
	background: #034B9E;
}
.bl_job_item:hover h3 .el_arrow,
.bl_job_comeback_item a:hover h3 .el_arrow {
	right: -50px;
}
.bl_job_desc {
	margin: 15px 0 0;
	font-size: .9375rem;
	line-height: 1.5;
}
.bl_job_comeback {
	margin: 60px 0 0;
	display: grid;
	grid-template-columns: 59% 1fr;
	gap: 90px;
	padding: 30px 50px;
	border: 1px solid #034B9E;
	align-items: center;
}
.bl_job_comeback img {
	border-radius: 4px;	
}
.bl_job_comeback_item p {
	font-size: .9375rem;
	line-height: 1.6;	
}
.bl_job_comeback_item.hp_img {
	order: 1;
}
@media screen and (max-width: 1279px) {
	.bl_job_cont {
    	gap: 30px;
	}
	.bl_job_comeback {
    	margin: 30px 0 0;
    	padding: 30px;
	}
}

@media screen and (max-width: 1023px) {
	.bl_job_cont {
    	display: block;
    	max-width: 500px;
		margin: 0 auto;
	}
	.bl_job_cont .bl_job_item:not(:last-of-type) {
		margin: 0 0 30px;
	}
	.bl_job_comeback {
		grid-template-columns: 50% 1fr;
    	gap: 30px;
	}
}

@media screen and (max-width: 767px) {
	.bl_job_comeback {
		display: block;
		padding: 15px;
	}
	.bl_job_comeback_item.hp_img {
		margin: 0 0 15px;
	}
	.bl_job_comeback_item h3 {
    	margin: 0 0 9px;
	}
}
/* ----- 新卒採用 -----*/
.bl_newGraduate_cont {
	display: grid;
	grid-template-columns: 50% 1fr;
	gap: 60px;
	align-items: center;
}
.bl_newGraduate .el_lv2Heading {
	margin: 0 0 40px;
}
.bl_newGraduate_txt {
	line-height: 1.9;
	font-size: 1.125rem;
}

@media screen and (max-width: 1023px) {
	.bl_newGraduate_cont {
    	display: block;
		max-width: 600px;
		margin: 0 auto;
	}
	.bl_newGraduate_txt {
		margin: 0 0 30px;
	}
}
@media screen and (max-width: 767px) {
	.bl_newGraduate .el_more a {
    	padding: 20px;
    	font-size: .9375rem;
	}
	.bl_newGraduate .el_more_icon {
    	width: 20px;
    	height: 20px;
    	right: 15px;
	}
	.bl_newGraduate_txt {
    	line-height: 1.7;
    	font-size: 1rem;
	}
	.bl_newGraduate .el_lv2Heading {
    	margin: 0 0 30px;
	}
}
/* ----- 先輩インタビュー -----*/
.bl_interview_cont {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}
.bl_interview_inner {
	display: grid;
	grid-template-columns: 33% 1fr;
	gap: 20px;	
	align-items:end;
}
.bl_interview_img img {
	display: block;
	margin: 0 0 -30px;
    padding: 18px 0 0;
}
.bl_interview_item {
	position: relative;
	background: #fff;
	padding: 20px 20px 30px;
	box-shadow: 0 3px 10px #00000029;
	border-radius: 4px;
}
.bl_interview_arrow {
    position: absolute;
    bottom: 14px;
    right: 14px;
    width: 26px;
}
.bl_interview_ctgr span {
	display: inline-block;
	line-height: 1;
	background: #F0F4F7;
	color: #034B9E;
	font-weight: 600;
	font-size: .875rem;
	padding: 4px 7px;
}
.bl_interview_item h3 {
	color: #034B9E;	
	font-weight: 600;
	margin: 10px 0;
}
.bl_interview_business {
	font-size: .875rem;
	line-height: 1.5;
}
/* ----- 募集要項一覧・応募 -----*/
.bl_entry_cont {
	max-width: 900px;
	display: grid;
	grid-template-columns:  1fr 500px;
	gap: 60px;
	margin: 0 auto;
}
.bl_entry_btn {
	position: relative;
}
.bl_entry_btn a {
    line-height: 50px;
    display: block;
    font-size: .875rem;
    padding: 10px 30px;
    font-weight: 600;
    letter-spacing: .1em;
}
.bl_entry_btn.hp_entry a {
    background: #EF287C;
    color: #fff;
    border: 1px solid #EF287C;
	margin: 0 0 20px;
}
.bl_entry_btn.hp_shin a {
    background: #41B468;
    color: #fff;
    border: 1px solid #41B468;
	margin: 0 0 20px;
}
.bl_entry_btn.hp_come a {
    color: #fff;
    border: 1px solid #fff;
}
.bl_entry_btn .el_arrow {
	right: 30px;
}
.bl_entry_btn .el_arrow span,
.bl_entry_btn .el_arrow span::before,
.bl_entry_btn .el_arrow span::after {
	background: #fff;
}
.bl_entry_btn a:hover {
    background: #fff;
}
.bl_entry_btn.hp_entry a:hover {
    color: #EF287C;
}
.bl_entry_btn.hp_shin a:hover {
    color: #41B468;
}
.bl_entry_btn.hp_come a:hover {
    color: #034B9E;
}
.bl_entry_btn a:hover .el_arrow {
	right: 40px;
}
.bl_entry_btn.hp_entry a:hover .el_arrow span,
.bl_entry_btn.hp_entry a:hover .el_arrow span::before,
.bl_entry_btn.hp_entry a:hover .el_arrow span::after {
	background: #EF287C;
}
.bl_entry_btn.hp_shin a:hover .el_arrow span,
.bl_entry_btn.hp_shin a:hover .el_arrow span::before,
.bl_entry_btn.hp_shin a:hover .el_arrow span::after {
	background: #41B468;
}
.bl_entry_btn.hp_come a:hover .el_arrow span,
.bl_entry_btn.hp_come a:hover .el_arrow span::before,
.bl_entry_btn.hp_come a:hover .el_arrow span::after {
	background: #034B9E;
}
@media screen and (max-width: 1023px) {
	.bl_entry_cont {
    	grid-template-columns: 1fr 400px;
	}
}
@media screen and (max-width: 767px) {
	.bl_entry_cont {
    	display: block;
	}
}