@charset "utf-8";
/*
Theme Name:エイジェック環境サービスポータルサイト
Version: 1.1
Author:エイジェック広報部
Author URI:https://www.agekke.co.jp/

/*============================
Reset CSS
============================*/
html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, address, del, em, img,
small, strong, sub, i,
dl, dt, dd, ol, ul, li, form, label, 
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figcaption, figure, 
footer, header, menu, nav, section, time, mark, audio, video {
	background: transparent;
	border: 0;
	font-size: 100%;
	letter-spacing: 0.5px;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	word-break: break-all;
}

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

article,aside,details,figcaption,figure,
footer,header,menu,nav,section {display: block;}

nav,
ul {
	list-style: none;
}

a {
	color: #333;
	background: transparent;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	text-decoration: none;
	transition: .3s;
}

del {
	text-decoration: line-through;
} 

table {
	width: 100%;
	border-collapse:collapse;
	border-spacing:0;
}

hr {
	border: 0;   
	border-top: 1px solid #cccccc;
	display: block;
	height: 1px;
	margin: 1em 0;
	padding: 0;
}

input,
select {
	vertical-align: middle;
}

ul { 
	letter-spacing: -0.5em;
	list-style-type: none;
}

li { 
	letter-spacing: normal;
	list-style-type: none;
}
h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
	font-weight: normal; 
}

figure {
	margin: 0!important;
}

img {
	height: auto;
	max-width: 100%;
	max-height: 100%;
	vertical-align: bottom;
}

.grecaptcha-badge { visibility: hidden; }

/*============================
共通スタイル
============================*/
html,body {
	color: #333;
	font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 100%;
	line-height: 1.5;
	text-align: justify;
	text-justify: inter-ideograph;
	width: 100%;
	height: 100%;
	letter-spacing: .05em;
}

/* ----- コンテンツ幅 -----*/
.ly_wrap {
	max-width: 1260px;
	margin: 0 auto;
	padding: 0 30px;
}

.ly_wrap_mini {
	max-width: 1260px;
	margin: 0 auto;
	padding: 0 30px;
}

@media screen and (max-width: 767px) {
	.ly_wrap,
	.ly_wrap_mini {
		padding: 0 15px;
	}
}

/* ----- 改行 -----*/
.p_br {
	display: block;
}

.m_br {
	display: inline;
}

.pad_br {
	display: inline;
}

@media screen and (max-width: 1023px) {
	.pad_br {
		display: block;
	}
}

@media screen and (max-width: 767px) {
	.p_br {
		display: inline;
	}
	
	.m_br {
		display: block;
	}
}
/* ----- PC/MO　表示切替え -----*/
.m_block {
	display: none;
}

@media screen and (max-width: 767px) {
	.m_block {
		display: block;
	}
	
	.p_block {
		display: none;
	}
}

/* ----- コンテンツのpadding -----*/
.bl_sect {
    padding: 100px 0 0;
}
.home .bl_sect{
    padding: 100px 0;	
}
.bl_sect__top {
    padding: 100px 0 0;
}

.bl_sect__bottom {
    padding:0 0 100px;
}

@media screen and (max-width: 1023px){
	.bl_sect {
    	padding: 60px 0;
	}
	
	.bl_sect__top {
    	padding: 60px 0 0;
	}
	
	.bl_sect__bottom {
    	padding: 0 0 60px;
	}
}

@media screen and (max-width: 767px){
	.bl_sect {
    	padding: 80px 0;
	}
	
	.bl_sect__top {
    	padding: 40px 0 0;
	}
	
	.bl_sect__bottom {
    	padding: 0 0 40px;
	}
}
@media screen and (max-width: 680px){
.home .bl_advantage.bl_sect{
		padding: 10px 0;
	}	
}
@media screen and (max-width: 600px){
.home .bl_sect{
    padding: 60px 0;	
}
}
/* ----- Flex（上下中央配置） -----*/
.flex {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 auto;
	height: 100%;
	z-index: 100;
}

/* ----- クリアフィックス -----*/
.c-fix:after {
	clear: both;
	content: " ";
	display: block;
}

/* ----- テキストカラー -----*/
.red {
	color: red;
}

.el_color__green {
	color: #00885a;
}

/* ----- aタグ -----*/
a.underline {
    padding-bottom: 2px;
    border-bottom: 1px solid;
	color: #004aed;
	margin: 0 5px;
}

a.underline:hover {
	color: #00a1e9;
}

/* ----- タイトル -----*/
.el_lv2Heading {
	text-align: center;
	margin: 0 0 50px;
}

.el_lv2Heading.el_lv2Heading__left {
	text-align: left;
}

.el_lv2Heading .ja {
display: block;
    font-size: 0.9em;
	font-weight:bold;
	letter-spacing: 0.2em;
}

.el_lv2Heading .en {
display: block;
    background: linear-gradient(135deg, #01885a 0%, #b4dd75 100%);
    background: -webkit-linear-gradient(-45deg, #01885a 0%, #b4dd75 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	font-family: "Barlow", sans-serif;
	font-weight: 500;
	font-size: 3rem;
    line-height: 1;
	margin-bottom:8px;
}
.el_lv2Heading .en_green {
    font-family: "Barlow", sans-serif;
    font-size: 3rem;
    margin-bottom: 1%;
    display: block;
	background:linear-gradient(90deg, rgb(0, 188, 212) 0%, rgb(63, 81, 181) 100%) text;
color: transparent;
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
text-fill-color: transparent;
	letter-spacing: 0.1em;
}
.el_lv2Heading.el_lv2Heading__white .ja {
	color: #fff;
}
@media screen and (max-width: 1023px) {
	.el_lv2Heading .ja {
    	font-size: 1.2rem;
	}
}
@media screen and (max-width: 1000px) {
	.el_lv2Heading .en_green{
		font-size:2.4em;
	}
}
@media screen and (max-width: 767px) {
	.el_lv2Heading {
		margin: 0 0 30px;
	}
	
	.el_lv2Heading .ja {
    	font-size: 1.25rem;
	}
	
	.el_lv2Heading .en {
		font-size: .9375rem;
	}
}
@media screen and (max-width: 730px) {
.el_lv2Heading .en_green{
    font-size: 2.2rem;	
}
	.el_lv2Heading .ja {
    	font-size: 1rem;
	}
}
@media screen and (max-width: 500px) {
.el_lv2Heading .en_green{
    font-size: 2rem;	
}
	.el_lv2Heading .ja {
    	font-size: 1.1rem;
	}
}
/* ----- ボタン -----*/
.el_more a {
	position: relative;
    display: block;
    max-width: 240px;
    padding: 18px 10px;
    font-weight: bold;
    text-align: center;
    transition: .2s;
    color: #fff;
    background: #ffa71d;
	border: 1px solid #ffa71d;
    margin: 0 auto;
}

.el_more.el_more__w100 a {
	max-width: 100%;
}

.el_more.el_more__w100 a {
	max-width: 100%;
}

.el_more.el_more__navy a {
    color: #002a43;
    background: #fff;
	border: 1px solid #002a43;
}

.el_more a:hover {
    color: #ffa71d;
    background: #fff;	
}

.el_more.el_more__navy a:hover {
    color: #fff;
    background: #002a43;
}

.el_more a span {
	font-size: 1rem;
	letter-spacing: .1em;
}

.el_more a span:after {
    font-family: FontAwesome;
    content: '\f054';
    position: absolute;
	top: 50%;
	right: 16px;
	transform: translateY(-50%);
    color: #fff;
    font-size: 14px;
    transition: .2s;
	line-height: 1;
}

.el_more a:hover span:after {
	color: #ffa71d;
}

.el_more.el_more__navy a span:after {
    color: #002a43;
}

.el_more.el_more__navy a:hover span:after {
	color: #fff;
}

.el_more__circle:before {
    font-family: FontAwesome;
    content: '\f054';
    color: #00885a;
    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 #00885a;
}

.el_more__circle:hover:before {
    color: #fff;	
}

.el_more__circle:hover:after {
    background: #00885a;
}
/*============================
アニメーション
============================*/
.fuwat {
	opacity : 0;
	transform: translateY(20px);
	transition: all 1s;
}

@media screen and (max-width: 600px) {
	.fuwat {
  		transition: all .5s;
	}
}

/* ----- 画像ホバー -----*/
figure {
	margin: 0 !important;
}

figure.zoom {
	overflow: hidden;
}

figure.zoom img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .8s ease-in-out;
  transition: .8s ease-in-out;
}

figure.zoom:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.fadeIn{
animation-name: fadeInAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeUp{
animation-name: fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(50px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}

.flipLeftTop{
animation-name: flipLeftTopAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes flipLeftTopAnime{
  from {
   transform: translate(-20px,80px) rotate(-15deg);
 	opacity: 0;
  }

  to {
   transform: translate(0,0) rotate(0deg);
	opacity: 1;
  }
}

.flipRightTop{
animation-name: flipRightTopAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes flipRightTopAnime{
  from {
   transform: translate(-20px,80px) rotate(25deg);
   opacity: 0;
  }
  to {
   transform: translate(0,1) rotate(0deg);
	opacity: 1;
  }
}

.zoomIn{
	animation-name: zoomInAnime;
	animation-duration:0.5s;
	animation-fill-mode:forwards;
}

@keyframes zoomInAnime{
  from {
	transform: scale(0.6);
	opacity: 0;
  }
  to {
    transform: scale(1);
	opacity: 1;
  }
}

.fadeUpTrigger,
.zoomInTrigger,
.flipLeftTopTrigger,
.flipRightTopTrigger{
    opacity: 0;
}

/*------- 上下に動く -------*/
.fuwafuwa{
  animation: fuwa 4s linear infinite;
}
@keyframes fuwa {
 	0% { transform: translateY(0) }
	25% { transform: translateY(-6px) }
	50% { transform: translateY(-12px) }
	75% { transform: translateY(-6px) }
 	100% { transform: translateY(0) }
}
/*------- 左右にに動く -------*/
.yurayura{
  animation: yura 2s linear infinite;
}
@keyframes yura {
 	0% { transform: translateX(0) }
	25% { transform: translateX(-7px) }
	50% { transform: translateX(-14px) }
	75% { transform: translateX(-7px) }
 	100% { transform: translateX(0) }
}
/*============================
header
============================*/
.ly_header {
	width: 100%;
 	position: fixed;
	height: 70px;
	top: 0;
	left: 0;
	box-sizing: border-box;
	text-align: left;
	z-index: 1000;
}

.ly_header.sticky {
	background:linear-gradient(107deg, rgb(191 248 255) 0%, #006dc4 100%);
    backdrop-filter: blur(3px);
}

.bl_panel{
	position: fixed;
	z-index: 200;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
}

.bl_panel_inner {
	position: relative;
	width: 100%;
	height: 100%;
	background:#0750b1ab;
	transition: all 0.5s;
	overflow-y: auto;
}

.bl_panel_cont {
	padding-top: 100px;
	background: #006dc4;
	margin: 0 auto;
	height: 100vh;
    position: fixed;
    width: 100%;
}

.bl_nav.mo {
	width: 100%;
	display: grid;
	 grid-template-columns: repeat(2, 1fr);
	max-width: 600px;
	padding: 0 30px;
	gap: 20px;
	margin: 0 auto;
}

.bl_nav.mo li {
	font-size: 1.25rem;
}

.bl_nav.mo li a {
	color: #fff;
    letter-spacing: .1em;
}

.bl_nav.pc {
    position: fixed;
    top: 10px;
    line-height: 1;
    text-align: right;
    right: 30px;
}

.bl_nav.pc li {
	display: inline-block;
	vertical-align: middle;
	line-height: 50px;
	margin: 0 0 0 auto;
	padding: 0 25px 0 0;
}
/*電話番号*/
.bl_nav.pc li.number{
	font-weight:bold;
	font-size:1.3em;
	color:white;
	letter-spacing:0.1em;
}
.bl_nav.pc li.number .fas{
transform: scaleX(-1);
  display: inline-block;
	    margin-right: 5px;
}

.ly_header .bl_nav.pc li:last-child {
	padding: 0;
	transition: .2s;
}

.ly_header .bl_nav.pc li:last-child a {
padding: 0 30px;
/*color: white;
background:#f8984a;*/
background:white;
color:#f8654a!important;
border-radius: 50px;
box-shadow: rgba(40, 40, 40, 0.6) 0 2px 6px 0;
}
.ly_header .bl_nav.pc li:last-child a .fas{
color:#f8654a;
    margin-right: 6px;
}
.ly_header .bl_nav.pc li:last-child a:hover{
color:white!important;
    background:#f8984a;
}
.ly_header .bl_nav.pc li:last-child a:hover .fas{
color: white;
}
.ly_header .bl_nav.pc li a {
	letter-spacing: 0.15em;
	display: block;
	font-size: .9375rem;
	color:#3F51B5;
	font-weight:bold;
	position:relative;
}
.ly_header .bl_nav.pc li a::after {
position: absolute;
left: 0;
content: '';
width:30px;
	margin:-6px auto;
	left:0;
	right:0;
height: 2px;
background:white;
bottom: 20px; /*アンダーラインが現れ始める位置（aタグの下辺からの高さ）*/
opacity: 0;
visibility: hidden;
transition: 0.3s;
}

.ly_header .bl_nav.pc li a:hover::after {
visibility: visible;
bottom: 12px; /*アニメーションが止まる位置*/
opacity: 1;
}
.ly_header.sticky .bl_nav.pc li a {
	color:white;
}
.ly_header.sticky .bl_nav.pc li a:hover{
	color:#e2f5ff;
}
.ly_header.sticky .bl_nav.pc li:last-child a {

	background:	white;
	color:#f8654a;
}
.ly_header.sticky .bl_nav.pc li:last-child a:hover{
	color:	white;	
	background:#f8984a;
}


.ly_header .bl_nav.pc li:last-child a::after {
position:unset;
}

.ly_header .bl_nav.pc li:last-child a:hover::after {
visibility: visible;
bottom: 12px; /*アニメーションが止まる位置*/
opacity: 1;
}

.ly_header .bl_nav.pc li a:hover {
	color:white;
}


.ly_header .bl_logo {
	position: fixed;
    width: 350px;
    top: 10px;
    left: 30px;
}

.ly_header .bl_logo img {
	display: block;
}

.bl_nav_mailIcon {
	display: none;
}
@media screen and (max-width:510px) {
	.ly_header .bl_logo {
		width: 300px;
	}
}
@media screen and (max-width:460px) {
	.ly_header .bl_logo {
		width: 260px;
	}
}
/*下層ページのナビ配色*/
.else_home .ly_header .bl_nav.pc li a{
color:white;
}
.else_home .ly_header .bl_nav.pc li a:hover{
	color:#aee6ff;
}
.else_home .ly_header .bl_nav.pc li:last-child a:hover{
	background:#f8654a;
	color:white;
}
@media screen and (max-width: 1300px) {
	.bl_nav.pc {
		display: none;
	}
	
	.bl_nav_mailIcon{
		display: inline-block;
    	position: fixed;
    	top: 0;
    	right: 72px;
	}
	
	.bl_nav_mailIcon a {
		display: inline-block;
		position: relative;
		width: 70px;
		height: 70px;
		color: #fff;
		background:#0750b1;
	}
	
	.bl_nav_mailIcon a:before {
    	font-family: FontAwesome;
    	content: '\f0e0';
    	position: absolute;
        top: 19px;
        left: 20px;
        font-size: 30px;
    	line-height: 1;
	}
}

@media screen and (max-width: 767px) {
	.ly_header {
		height: 60px;
	}
	
	.ly_header .bl_logo {
    	top: 12px;
    	left: 15px;
	}
	
	.bl_nav_mailIcon{
    	right: 62px;
	}
	
	.bl_nav_mailIcon a {
		width: 60px;
		height: 60px;
	}
	
	.bl_nav_mailIcon a:before {
        top: 20px;
		font-size: 20px;
	}
	
	.bl_panel_cont nav {
		display: flex;
    	display: -webkit-flex;
    	justify-content: center;
	}
	
	.bl_panel_cont {
    	padding-top: 80px;
	}
	
	.bl_nav.mo {
		width: auto;
		display: inline-block;
	}
	
	.bl_nav.mo li {
    	font-size: 1.125rem;
    	margin: 0 0 20px;
	}
}
/* ----- MENU Button -----*/
.bl_nav_menu {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	width: 70px;
	height: 70px;
	cursor: pointer;
	z-index: 99;
	background:#0750b1;
}

.bl_nav_menu div {
	position: relative;
}

.bl_nav_menu span {
	display: block;
	position: absolute;
	height: 2px;
	width: 30%;
	background: #fff;
	left: 35%;
}

.bl_nav_menu span:nth-child(1) {
	top: 20px;
}

.bl_nav_menu span:nth-child(2) {
	top: 35px;
}

.bl_nav_menu span:nth-child(3) {
	top: 50px;
}

@media screen and (max-width: 1300px) {
	.bl_nav_menu{
		display: block;
	}
}

@media screen and (max-width: 767px) {
	.bl_nav_menu {
		width: 60px;
		height: 60px;
	}
	
	.bl_nav_menu span:nth-child(1) {
		top: 24px;
	}

	.bl_nav_menu span:nth-child(2) {
		top: 30px;
	}

	.bl_nav_menu span:nth-child(3) {
		top: 36px;
	}
}
/* ----- close Button -----*/
.bl_close {
	position: fixed;
    top: 11px;
    right: 1px;
	width: 46px;
	height: 46px;
	cursor: pointer;
	z-index: 999;
}

.bl_close div {
	position: relative;
}

.bl_close span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #fff;
	left: 0;
}

.bl_close span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}

.bl_close span:nth-child(2) {
	width: 0;
	left: 50%;
}

.bl_close span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}

@media screen and (max-width: 1279px){
	.bl_close {
    	top: 20px;
		right: 12px;
	}
}

/*============================
footer
============================*/
.ly_footer {
	padding: 30px 0;
	background: #f5f5f5;
}

.bl_footer_cont {
    grid-template-columns: 200px 1fr;
    justify-content: space-between;
    align-items: center;
    display: flex;
}
.bl_footer_prof{
	width:30%;
}
.bl_footer_logo{
	width:90%;
}
.bl_footer_navi ul li {
	display: inline-block;
	padding: 0 15px;
    line-height: 1.8em;
    font-size: .9375rem;
}

.bl_footer_navi ul li a {
    color: #002a43;	
	letter-spacing:0.07em;
}

.bl_footer_navi ul li a:hover {
	color: #0b94d5;
}

.bl_footer_copy {
	background:#f5f5f5;
	padding:0 0 15px;
	text-align: center;
	font-size: .75rem;
}

.bl_pageTop {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 0;
    bottom: 0;
    background:#006dc4;
    z-index: 999;
}

.bl_pageTop a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
}

.bl_pageTop a::before {
    font-family: FontAwesome;
    content: '\f106';
    font-size: 40px;
    color: #fff;
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    line-height: 48px;
}
@media screen and (max-width: 1200px) {
	.bl_footer_cont{
		display:block;
		text-align:center;
	}
.bl_footer_prof {
    width: 100%;
}
.bl_footer_logo {
    width: 30%;
    margin: 0 auto 3%;
}
}
@media screen and (max-width: 950px) {
	.bl_footer_logo{
		width: 40%;
		margin-bottom:0;
	}
	.bl_footer_navi ul li{
		display:none;
	}
}
@media screen and (max-width: 690px) {
	.bl_footer_logo{
		width: 60%;
	}
}
/*hoverで画像がZoomする*/
.img_zoom {
  cursor: pointer;
  overflow: hidden;
  width: 100%;
}
.img_zoom img {
  height: auto;
  transition: transform .6s ease; /* ゆっくり変化させる */
}
.img_zoom:hover img {
  transform: scale(1.1); /* 拡大 */
}
/*ページ内リンク*/
span.anchorlink {
    position: relative;
    top: -150px;
    display: block;
}
@media screen and (max-width:640px){
span.anchorlink {
    top: -80px;
}
}