@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: 1080px;
	margin: 0 auto;
	padding: 0 30px;
}

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

/* ----- 改行 -----*/
.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;
}

.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: 50px 0;
	}
	
	.bl_sect__top {
    	padding: 50px 0 0;
	}
	
	.bl_sect__bottom {
    	padding: 0 0 50px;
	}
}

/* ----- Flex（上下中央配置） -----*/
.el_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: #218497;	
}

/* ----- 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;
	color: #218497;	
	margin: 0 0 10px;
	letter-spacing: .08em;
}

.el_lv2Heading .en {
	display: block;
    background: linear-gradient(90deg, #185A9D 0%, #43CEA2 100%);
	font-family: "Expletus Sans", sans-serif;
	font-size: 3.75rem;
    line-height: 1;
}

.el_lv2Heading .en.grade {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;	
}

.el_lv2Heading.el_lv2Heading__white .en {
	background: none;
	color: #fff;
}

.el_lv2Heading.el_lv2Heading__white .ja {
	color: #fff;
}
@media screen and (max-width: 1023px) {
	.el_lv2Heading .en {
    	font-size: 3rem;
	}
}

@media screen and (max-width: 767px) {
	.el_lv2Heading {
		margin: 0 0 30px;
	}
	
	.el_lv2Heading .ja {
    	margin: 0 0 5px;
	}
	
	.el_lv2Heading .en {
		font-size: 1.5rem;
	}
}
/* ----- ボタン -----*/
.el_more a {
	position: relative;
    display: block;
    max-width: 240px;
    padding: 14px 10px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: #FF942C;
    background: linear-gradient(90deg, #FF942C 0%, #EBCC37 100%);
    border-radius: 60px;
	letter-spacing: .1em;
}

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

.el_more a:hover {
    background: #FF942C;
}

/*============================
アニメーション
============================*/
.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;
}
/*じわっ（ぼかしから出現） */
.blur{
	animation-name: blurAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
}
@keyframes blurAnime{
  from {
	filter: blur(10px);
	transform: scale(1.02);
	opacity: 0;
  }
  to {
	filter: blur(0);
	transform: scale(1);
	opacity: 1;
  }
}
.blurTrigger{
    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: rgba(255, 255, 255, 0.9);
    z-index: 100;
    -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.06);
}

.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: #1d9c7e;
	transition: all 0.5s;
	overflow-y: auto;
}

.bl_panel_cont {
	max-width: 600px;
	margin: 0 auto;
	height: 100%;
}

.bl_nav.mo {
	width: 100%;
	display: grid;
	 grid-template-columns: repeat(2, 1fr);
	gap: 60px 100px;
}

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

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

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

.ly_header.sticky .bl_nav.pc {
	top: 0;
}

.bl_nav.pc li {
	display: inline-block;
	vertical-align: middle;
	line-height: 70px;
	margin: 0 0 0 auto;
	padding: 0 24px 0 0;
}

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

.ly_header .bl_nav.pc li:last-child a {
    padding: 15px 45px;
	color: #fff !important;
	display: inline;
	background: #FF942C;
	background: linear-gradient(90deg,rgba(255, 148, 44, 1) 0%, rgba(235, 204, 55, 1) 100%);
	border-radius: 10px;
}

.ly_header .bl_nav.pc li:last-child a:hover {
	background: #FF942C;
	background-clip: padding-box;
}


.ly_header .bl_nav.pc li a {
	letter-spacing: .05em;
	font-weight: 500;
	font-size: .9375rem;
	display: block;
	color:#fff;
}

.ly_header.sticky .bl_nav.pc li a {
	color: #218497;
}

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

.ly_header.sticky .bl_nav.pc li a:hover,
body.page .ly_header .bl_nav.pc li a:hover,
body.single-post .ly_header .bl_nav.pc li a:hover,
body.post-type-archive .ly_header .bl_nav.pc li a:hover,
body.error404 .ly_header .bl_nav.pc li a:hover{
	color: #1D9C7E;
}

.ly_header .bl_nav.pc li:last-child a:hover {
	color: #fff;
}

body.page .ly_header .bl_nav.pc li a,
body.single-post .ly_header .bl_nav.pc li a,
body.post-type-archive .ly_header .bl_nav.pc li a,
body.error404 .ly_header .bl_nav.pc li a {
	color: #218497;	
}

.ly_header .bl_logo {
	position: fixed;
	width: 199px;
    top: 40px;
    left: 30px;
}

.ly_header.sticky .bl_logo {
    top: 9px;
}

.ly_header .bl_logo img {
	display: block;
}

.bl_nav_mailIcon {
	display: none;
}

@media screen and (max-width: 1200px) {
	.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;
		background: #1cbb95;
	}
	
	.bl_nav_mailIcon img {
		display: block;
    	position: absolute;
        top: 50%;
        left: 50%;
		transform: translate(-50%,-50%);
		max-width: 30px;
	}

	.ly_header .bl_logo {
    	top: 14px;
	}
}

@media screen and (max-width: 767px) {
	.ly_header {
		height: 60px;
	}
	
	.ly_header .bl_logo {
    	width: 177px;
    	top: 14px;
    	left: 10px;
	}
	
	.ly_header.sticky .bl_logo {
    	top: 7px;
	}
	
	.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: #1cbb95;
}

.bl_nav_menu div {
	position: relative;
}

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

.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: 1200px) {
	.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
============================*/
.site-footer {
  background: linear-gradient(90deg, #185A9D 0%, #43CEA2 100%);
  color: #fff;
  padding: 40px 20px;
  position: relative;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.footer-logo img {
  max-width: 260px;
}

.footer-nav ul {
  list-style: none;
  display: flex;
  gap: 30px;
  margin: 0;
  padding: 0;
}

.footer-nav ul li a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

.bl_copy {
	text-align: right;
}

@media screen and (max-width: 1023px) {
	.footer-inner {
    	display: block;
	}
	.footer-logo img {
    	margin: 0 auto 30px;
    	display: block;
	}
	.footer-nav ul {
    	display: none;
	}
	.bl_copy {
    	text-align: center;
	}
}

/*============================
topスクロール(右下固定)
============================*/
#page-top {
	width: 50px;
    height: 50px;
    position: fixed;
    right: 0;
    bottom: 0;
    background: #218497;
    z-index: 999;
}
#page-top a {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
}

#page-top a::before,
#page-top a::after {
  content: "";
  position: absolute;
  top: 13px;
  left: calc(50% - 2px);
  width: 4px;
  height: 25px;
  border-radius: 9999px;
  background-color: #fff;
  transform-origin: 50% 2px;
}

#page-top a::before {
  transform: rotate(45deg);
}

#page-top a::after {
  transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {
	#page-top {
    	width: 40px;
    	height: 40px;
	}
	#page-top a {
		width: 40px;
		height: 40px;
	}
	#page-top a::before,
	#page-top a::after {
		height: 16px;
	}
}
/*============================
ページネーション
============================*/
.pagination{
  list-style-type: none;
  padding-left: 0;
  margin: 30px 0;
}

.pagination,
.pagination li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.pagination a {
  font-weight: 300;
  padding-top: 1px;
  text-decoration:none;
  border: 1px solid #ddd;
  border-left-width: 0;
  min-width:36px;
  min-height:36px;
  color: #333;
}

.pagination li:not([class*="current"]) a:hover {
  background-color: #eee;
}

.pagination li:first-of-type a {
  border-left-width: 1px;
}

.pagination li.first span,
.pagination li.last span,
.pagination li.previous span,
.pagination li.next span {
  /* screen readers only */
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.pagination li.first a::before,
.pagination li.last a::after,
.pagination li.previous a::before,
.pagination li.next a::after {
  display: inline-block;
  font-family: Fontawesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

.pagination li.first a::before { content: "\f100"; }
.pagination li.last a::after { content: "\f101"; }

.pagination li.previous a::before { content: "\f104"; }
.pagination li.next a::after { content: "\f105"; }

.pagination li.current a {
 background-color: #ddd;
 cursor: default;
 pointer-events: none;
}

.pagination > li:first-child > a {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

@media only screen and ( max-width: 680px ) {
  .pagination li.first,
  .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .pagination li.previous a { border-left-width: 1px; }
}

@media only screen and ( max-width: 500px ) {
  .pagination li {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .pagination li.current,
  .pagination li.first,
  .pagination li.last,
  .pagination li.previous,
  .pagination li.next{
    position: initial;
    top: initial;
    left: initial;
  }

  .pagination li.previous a { border-left-width: 0; }
}

@media only screen and ( max-width: 400px ) {
  .pagination li.first,
  .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .pagination li.previous a { border-left-width: 1px; }
}

@media only screen and ( max-width: 240px ) { /* For watches? */
  .pagination li { width: 50%;}

  .pagination li.current {
    order: 2;
    width: 100%;
    border-left-width: 1px;
  }
}

