@charset "utf-8";
/*
Theme Name:株式会社エイジェック
Theme URI:https://www.agekke.co.jp/
Version: 1.1
Author:エイジェック広報部
Author URI:https://www.agekke.co.jp/
★トップページ専用CSS
*/
/*============================
エレメント要素
============================*/
/*----- レイアウト -----*/
.el_divide__col4 {
	display: grid;
	 grid-template-columns: repeat(4, 1fr);
}
.el_divide__col2 {
	display: grid;
	 grid-template-columns: repeat(2, 1fr);
}
.el_divide__left24p{
	display: grid;
	grid-template-columns: 24% 1fr;
}
.el_divide__gap20 {
	gap:20px; 
}
.el_divide__gap30 {
	gap:30px;
}
.el_divide__gap40 {
	gap:40px;
}
.el_divide__gap60 {
	gap:60px;
}
.el_divide__gap40_60 {
	gap:40px 60px;
}
@media screen and (max-width: 1023px) {
	.el_divide__col4 {
	 	grid-template-columns: repeat(2, 1fr);
	}
	
	.bl_contents .el_divide__col4 {
	 	grid-template-columns: repeat(4, 1fr);
	}
	
	.el_divide__gap60,
	.el_divide__gap40 {
    	gap: 30px;
	}
}
@media screen and (max-width: 767px) {
	.el_divide__gap60,
	.el_divide__gap40 {
    	gap: 15px;
	}
	
	.bl_contents .el_divide__col4 {
	 	grid-template-columns: repeat(2, 1fr);
	}
}
/*----- タイトル -----*/
.el_lv2Heading {
	text-align: center;
	margin: 0 0 50px;
}
.el_lv2Heading .ja {
    line-height: 1;
    margin: 0 0 6px;
	display: block;
	color: #005bac;
}
.el_lv2Heading .en {
	display: block;
  	font-family: "Barlow", sans-serif;
    font-weight: 700;
	font-size: 2.75rem;
    line-height: 1;
    letter-spacing: .05em;
}
.el_lv2Heading__left {
	text-align: left;
}
.el_lv2Heading.el_lv2Heading__white .ja,
.el_lv2Heading.el_lv2Heading__white .en {
	color: #fff;
}
@media screen and (max-width: 1023px) {
	.el_lv2Heading .en {
    	font-size: 2.5rem;
	}
}
@media screen and (max-width: 767px) {
	.el_lv2Heading {
		margin: 0 0 30px;
	}
	.el_lv2Heading .en {
    	font-size: 2rem;
	}
}
/*----- ホバーで写真拡大 -----*/
.el_zoomImg .el_zoomImg_inner {
    overflow: hidden;
}
.el_zoomImg .el_zoomImg_inner img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .8s ease-in-out;
    transition: .8s ease-in-out;
}
.el_zoomImg:hover .el_zoomImg_inner img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.el_shadow {
	box-shadow: 0 3px 12px #00000029;
}
/* ----- ボタン -----*/
.el_more {
	text-align: center;
	position: relative;
}
.el_more a {
	padding: 10px 10px 10px 10px;
	border: 1.5px solid #005bac;
	border-radius: 40px;
	background: #fff;
	display: block;
	color: #005bac;
	font-weight: bold;
	transition: .3s;
}
.el_more a:hover {
	background: #005bac;
    color: #fff;	
}
.el_more a:after {
	content: '\f061';
	font-family: FontAwesome;
    font-size: 16px;
    color: #005bac;
    transition: .3s;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	font-weight: normal;
}
.el_more a:hover:after {
    color: #fff;	
}
.el_more__circle {
	position: relative;
}
.el_more__circle:before {
	font-family: FontAwesome;
    content: '\f054';
    color: #005bac;
    position: absolute;
    bottom: 50%;
    right: 4px;
    font-size: 9px;
    transition: .3s;
    z-index: 2;
    transform: translateY(56%);
}
.el_more__circle::after {
	content: '';
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    right: 0;
    transition: .3s;
    border: 1.5px solid #005bac;
}
.el_more__arrow {
	position: relative;
}
.el_more__arrow:after {
	content: '\f061';
	font-family: FontAwesome;
    font-size: 16px;
    position: absolute;
    top: 50%;
    right: 0;
    color: #005bac;
    transform: translateY(-50%);
    transition: .3s;
}

.bl_business_box li:hover .bl_business_more:after {
	color: #fff;
}

.bl_text_more {
	text-align: center;
}
.bl_text_more img {
	display: inline-block;
	width: 24px;
	margin-left: 6px;
}
.bl_text_more span:hover {
	color: #005bac;	
}
/*============================
メイン画像
============================*/
.bl_topSlider.pc {
	display:none;
}

/* ページ読み込み時に、一瞬縦並びになるのを防止 */
/* slick-initializedが付与されたら表示 */
.bl_topSlider.pc.slick-initialized {
  display: block;
}

.bl_mainVisual {
	position: relative;
	margin: 70px 0 0;
	overflow: hidden;
}

.bl_topSlider .bl_box {
    padding: 0 10px;
}


.bl_topSlider.mo {
	display: none;
}

.bl_mainVisual .slick-list:before {
	content: '';
    display: block;
    position: absolute;
    width: calc(27% - 10px);
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background: #01254538;
}

.bl_mainVisual .slick-list:after {
	content: '';
    display: block;
    position: absolute;
    width: calc(27% - 10px);
    height: 100%;
    top: 0;
    right: 0;
    z-index: 2;
    background: #01254538;
}

.slick-dotted.slick-slider {
	margin: 0 !important;
}

.bl_topSlider .slick-dots,
.bl_pickupSlider .slick-dots {
	position: relative;
	z-index: 3;
	bottom: 5px !important;
	text-align: center !important;
}

.bl_topSlider .slick-dots li,
.bl_pickupSlider .slick-dots li {
	width: 40px !important;
    height: 4px !important;
    display: inline-block;
    margin: 0 5px !important;
  }

.bl_topSlider .slick-dots li button,
.bl_pickupSlider .slick-dots li button {
    padding: 0 !important;
    color: transparent !important;
    outline: none !important;
    width: 40px !important;
    border: unset !important;
    height: 4px !important;
    display: block !important;
    background: #005bac45 !important;
    cursor: pointer !important;
  }

.bl_topSlider .slick-dots li.slick-active button,
.bl_pickupSlider .slick-dots li.slick-active button {
   background: #005bac !important;
 }

.bl_topSlider .slick-dots li button:before,
.bl_pickupSlider .slick-dots li button:before {
	content: none !important;
}

.slide-item {
  width: 100%;
  position: relative;
}

@media screen and (max-width: 767px) {
	.bl_mainVisual {
		margin: 60px 0 0;
	}
	
	.bl_topSlider.pc.slick-initialized {
		display:none;
	}
	
	.bl_topSlider.mo {
		display: none;
	}
	
	.bl_topSlider.mo.slick-initialized {
		display:block;
	}
	.bl_topSlider .bl_box {
    	padding: 0;
	}
	
	.bl_mainVisual .slick-list:before,
	.bl_mainVisual .slick-list:after {
		content: none;
	}
}
/*============================
ピックアップ 
============================*/
.bl_pickUp {
	position: relative;
	z-index: 0;
}

.bl_pickUp .bl_slider {
	position: relative;
	margin: 0 auto;
}

.bl_pickUp ul.el_divide__col4 {
	margin: 20px 0 0;
}

.bl_pickUp ul.el_divide__col4 li {
	position: relative;	
}

.bl_pickUp ul li h3 {
	font-weight: bold;
	margin: 9px 0 0;
	transition: .3s;
	font-size: .875rem;
}

.bl_pickUp ul li:hover h3 {
	color: #005bac;
}
.bl_pickUp ul li h3.el_more__circle:before {
    bottom: 2px;
	transform: none;
}

.bl_pickUp ul li h3.el_more__circle::after {
    bottom: 0;
    right: 0;
	transform: none;
}

.bl_pickUp_desc {
	margin: 0 0 30px;
}

.bl_pickUp .un_deco__right {
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}

.bl_pickUp .un_deco__left {
	position: absolute;
	top: 10%;
	left: 0;
	z-index: -1;
	opacity: .6;
}

.bl_pickUp .un_deco_text {
	position: absolute;
	top: 50px;
	left: 51%;
	z-index: -1;
}

.bl_pickUp ul li:hover .el_more__circle:before {
    color: #fff;	
}

.bl_pickUp ul li:hover .el_more__circle:after {
    background: #005bac;	
}

.bl_pickUp .flex-nav-prev {
	position: absolute;
	top: 52% !important;
	left: 0 !important;
}

.metaslider .flexslider .flex-direction-nav li a {
	opacity: 1 !important;
}

.metaslider .flex-control-paging li a {
    width: 60px !important;
    height: 6px !important;
	border-radius: 0 !important;
}
@media screen and (max-width: 1023px) {
	.bl_pickUp ul.el_divide__col4 li img {
		display: block;
		width: 100%;
	}

	.bl_pickUp ul li h3 {
    	font-size: 1rem;
	}
}

@media screen and (max-width: 767px) {
	.bl_pickUp ul li h3.el_more__circle:before,
	.bl_pickUp ul li h3.el_more__circle:after {
		content: none;
	}
	
	.bl_pickUp ul li h3 {
    	margin: 6px 0 0;
    	font-size: .875rem;
    	line-height: 1.2;
	}
}
/*============================
お知らせ
============================*/
.bl_news {
	position: relative;
	z-index: 0;
	padding: 60px 0 80px;
}

.bl_tabBox {
	text-align: center;	
	margin: 0 0 30px;
}

.bl_tabBox {
	display: grid;
	 grid-template-columns: repeat(3, 1fr);
}

.bl_tabBox li {
    padding: 7px;
    border: 1px solid #DEDDDD;
    font-size: .875rem;
}

.bl_tabBox li span {
    display: block;
	transition: .3s;
	cursor: pointer;
}

.bl_tabBox li:hover {
	border: 1px solid #005bac;	
}

.bl_tabBox li:hover span {
	color: #005bac;
}

.bl_tabBox li.active {
	color: #fff;
	border: 1px solid #005bac;
	background: #005bac;
}

.bl_tabBox li.active span {
	color :#fff !important;
}

.bl_tabBox,
.bl_tabContent {
	position: relative;
	z-index: 3;
}

.bl_news_post {
	border-bottom: 1px solid #DEDDDD;
    padding: 20px 0;
	display: grid;
	grid-template-columns: 260px 1fr;
}

.bl_news_post li {
	vertical-align: top;
}

.bl_news_post span {
	display: inline-block;
	vertical-align: middle;
}

.bl_news_post .date {
  	font-family: "Barlow", sans-serif;
	margin-right: 9px;
	font-size: .9375rem;
    width: 80px;
}

.bl_news_post .ctgr {
    border: 1px solid #005bac;
	line-height: 1;
    padding: 3px 6px 4px 5px;
    text-align: center;
    font-size: .75rem;
    border-radius: 20px;
    color: #005bac;
	letter-spacing:0;
}

.bl_news_post p span.ctgr:nth-of-type(3) {
	margin-left: 6px;
}

.bl_news_post h3 {
	transition: .3s;
	position: relative;
	padding-right: 51px;
	margin: 2px 0 0;
}

.bl_news_post h3 span.end {
	background: #ff5535;
    color: #fff;
    padding: 2px 2px 2px 4px;
    line-height: 1;
    font-size: .875rem;
    display: inline-block;
    margin: 0 0 6px 6px;
}

.bl_news_post h3 img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.bl_news_post:hover h3 {
    color: #005bac;	
}

.bl_news .un_deco__left {
	position: absolute;
	left: -24%;
	bottom: 0;
	z-index: 1;
}

.bl_news_post:hover .el_more__arrow:after {
	  animation: yurayura 1.2s linear infinite;
}

@keyframes yurayura {
 	0% { transform: translate(0 , -50%) }
	25% { transform: translate(-7px , -50%) }
	50% { transform: translate(-14px , -50%) }
	75% { transform: translate(-7px , -50%) }
 	100% { transform: translate(0 , -50%) }
}

.bl_news .bl_text_more {
	margin-top: 24px;
	text-align: right;
}
@media screen and (min-width: 2400px) {	
	.bl_cont_box {
    	max-width: 1620px;
	}
	.bl_news {
		padding: 100px 0;
	}
}
@media screen and (max-width: 1023px) {
	.bl_cont_box {
	    z-index: 2;
        position: relative;
	}
	
	.bl_news .un_deco__left {
    	opacity: .5;
	}
	.bl_news {
		padding: 50px 0;
	}	
}
@media screen and (max-width: 767px) {
	.bl_news {
		padding: 30px 0;
	}	
	.bl_tabBox li {
		margin: 0;
        padding: 7px;
        border: 1px solid #DEDDDD;
        font-size: .875rem;
	}
	
	.bl_tabBox li:not(:last-child) {
    	margin: 0;
	}
	
	.bl_tabBox li.active {
        border: 1px solid #005bac;	
		background: #005bac;
	}
	
	.bl_tabBox {
		display: grid;
	 	grid-template-columns: repeat(2, 1fr);
		gap: 5px;
	}
	
	.bl_news .el_lv2Heading__left {
    	text-align: center;
	}
	
	.bl_tabBox li.active span {
   		color: #fff;
    	border-bottom: none
	}
	
	.bl_news_post h3 {
    	padding-right: 36px;
	}
	
	.bl_news_post {
		display: block;
	}
}
/*============================
事業紹介
============================*/
.bl_business {
	position: relative;
	background: #f5f5f5;
	padding: 100px 0;
	z-index: 0;
}

.bl_business_box {
	display: grid;
    grid-template-columns: repeat(6, 1fr);
	gap: 60px 14px;
}

.bl_business_desc {
	text-align: center;
	margin: 0 0 50px;
}

.bl_overview_img {
	position: relative;
}
.bl_overview_item {
	position: absolute;
	top: 50%;
	left: 0;
	text-align: center;
	transform: translateY(-50%);
}

.bl_overview_item a {
	color: #fff;
	font-size: 1.25rem;
}

.bl_business ul li img.icon {
    display: block;
    width: 105px;
    margin: 0 auto 15px;
    filter: drop-shadow(0 1px 8px #00000020);
}

.bl_business ul li h3 {
	text-align: center;
	font-weight: bold;
	color: #005bac;
	margin: 0 0 14px;
    font-size: .9375rem;
}

.bl_business_more {
    position: relative;
	text-align: center;
	max-width: 140px;
    margin: 0 auto;
    font-size: .75rem;
	padding: 5px 8px 5px 5px;
	border: 1.5px solid #5a5a5a;
	color: #5a5a5a;
    border-radius: 40px;
    background: #fff;
	font-weight: bold;
    transition: .3s;
}
.bl_business_more:after {
	font-weight: normal;
	content: '\f061';
	font-family: FontAwesome;
    font-size: 10px;
    position: absolute;
    top: 50%;
    right: 10px;
	color: #5a5a5a;
    transform: translateY(-50%);
    transition: .3s;
}

.bl_business_box li:hover .bl_business_more {
	border: 1.5px solid #005bac;
	color: #fff;
	background: #005bac;
}
@media screen and (max-width: 1279px) {
	.bl_business_box {
    	grid-template-columns: repeat(4, 1fr);
		gap: 40px 20px;
	}
}

@media screen and (max-width: 1023px) {
	.bl_business_desc {
    	text-align: left;
	}
	
	.bl_business_box {
    	grid-template-columns: repeat(3, 1fr);
	}
}

@media screen and (max-width: 767px) {
	.bl_business {
		padding: 40px 0;
	}
	
	.bl_business_box {
	 	grid-template-columns: repeat(2, 1fr);
	    gap: 30px 14px;
	}
	
	.bl_business {
		padding: 50px 0 55px;
	}
	
	.bl_business ul li img.icon {
    	width: 90px;
    	margin: 0 auto 12px;
	}
}

/*============================
会社情報
============================*/
.bl_overview {
	position: relative;
	z-index: 0;
	overflow: hidden;
}

.bl_overview_img {
	position: relative;
	z-index:0;
}

.bl_overview_item {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	text-align: center;
	transform:translateY(-50%);
}

.bl_overview_item p {
	color: #fff;
	font-size: 1.25rem;
	font-weight: bold;
	text-align: center;
}

.bl_overview .un_deco__left {
	position: absolute;
	left: -100px;
	top: 0;
	z-index: -1;
}

.bl_overview .un_deco__right {
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

.bl_overview .un_deco_text {
	position: absolute;
	left: 2%;
	top: 40px;
	z-index: -1;
}

.bl_overview_img::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .2);
    z-index: 0;
    transition: .5s;
}

.bl_overview_img:hover::before {
    background: rgba(0, 0, 0, .7);
}

@media screen and (max-width: 1023px) {	
}
@media screen and (max-width: 767px) {
	.bl_overview {
    	padding: 40px 0;
	}
	
	.bl_overview_item p {
    	font-size: .9375rem;
	}
}

/*============================
事例紹介
============================*/
.bl_case {
	background: radial-gradient(circle, rgb(224 234 243) 0%, rgb(242 248 255) 45%, rgb(197 231 241) 100%);
	position: relative;
	z-index: 0;
}

.bl_case .contents-slider {
    width: 100%;
    margin: auto;
}

.bl_case .center-mode li {
	position: relative;
    margin: 40px 18px;
    background: #fff;
	box-shadow: 3px 1px 6px #00000014;
	transition: 0.5s;
}

.bl_case_box{
    padding: 20px;
}

.bl_case_ttl  {
	margin: 0 0 6px;
}

.bl_case_ttl p,
.bl_case_ttl h3 {
	display: inline-block;
	vertical-align: middle;
}

.bl_case_ttl p {
	margin-right: 5px;
	font-size: .875rem;
	background: #005bac;
	color: #fff;
	padding: 2px 6px 2px 8px;
	border-radius: 10px;
	line-height: 1;
	letter-spacing: .1em;
}

.bl_case_ttl h3 {
    color: #005bac;
	font-weight: bold;
	line-height: 1.7;
	letter-spacing: .1em;
}

.bl_case .center-mode li .bl_case_desc {
	font-size: .9375rem;
	line-height: 1.7;
}

.bl_case .center-mode .slick-next {
	right: -3% !important;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%)!important;
}

.bl_case .center-mode .slick-prev {
	left: -3% !important;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%)!important;
}

.bl_case .center-mode .slick-prev,
.bl_case .center-mode .slick-next {
	border-radius: 50%!important;
    width: 30px!important;
    height: 30px!important;
    background:#fff !important;
}

.bl_case .center-mode .slick-prev:before,
.bl_case .center-mode .slick-next:before {
	color: #005bac !important;
	font-size: 11px !important;
    font-weight: bold;
    font-family: FontAwesome !important;
}

.bl_case .el_more {
	max-width: 300px;
	margin: 20px auto 0;
}

.slick-prev:before {
    content: '\f053' !important;
	bottom: 5px;
    position: absolute;
    top: 9px;
    right: 12px;
}

.slick-next:before {
    content: '\f054' !important;
    position: absolute;
    top:9px;
    right: 10px;
}

.bl_case .un_deco_text {
	position: absolute;
	right: 2%;
	top: 40px;
	z-index: -1;
}

@media screen and (min-width: 2400px) {
	.bl_case .contents-slider {
    	max-width: 1620px;
	}
}

@media screen and (max-width: 1281px) {
	.bl_case .center-mode .slick-next {
    	right: 10px !important;
	}
	
	.bl_case .center-mode .slick-prev {
		left: 10px !important;
	}
	
	.bl_case .center-mode li {
    	margin: 40px 9px;
	}
	
	.bl_case .center-mode li .desc {
    	font-size: .875rem;
	}
}

@media screen and (max-width: 767px) {
	.bl_case .center-mode li {
    	margin: 10px 10px 30px;
	}
	
	.bl_case .center-mode li .desc {
    	font-size: .9375rem;
	}
}

/* ======================================================
                     ++ 各種コンテンツ++
====================================================== */
.bl_contents {
	position: relative;
	z-index: 0;
}

.bl_contents .el_zoomImg .el_zoomImg_inner img {
    width: 100%;
}

.bl_contents ul li figure img,
.bl_contents figure {
	border-radius: 20px;
}

.bl_contents ul li h3 {
	position: relative;
	font-weight: bold;
	margin: 12px 0 0;
	transition: .3s;
}

.bl_contents ul li a:hover h3 {
	color: #005bac;
}

.bl_contents ul li h3 img {
	position: absolute;
	right: 0;
	top: 6px;
	display: block;
	width: 15px;
}

.bl_contents .un_deco_text {
	position: absolute;
	left: 0;
	top: 40px;
	z-index: -1;
	width: 100%;
}

.bl_contents .un_deco_text img {
	display: block;
	margin: 0 auto;
 }

.bl_contents .un_deco__left {
	position: absolute;
	left: -100px;
	top: 0;
	z-index: -1;
}