@charset "utf-8";
/*
Theme Name:株式会社エイジェックADプロモーション
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.ly_wrap_mini {
	max-width: 1080px;
}
@media screen and (max-width: 767px) {
	.ly_wrap {
		padding: 0 15px;
	}
}
/* ----- 改行 -----*/
br.pad_br,
br.m_br{
	display: none;
}

@media screen and (max-width: 1023px) {
	br.pad_br {
		display: block;
	}
	br.p_br1023 {
		display: none;
	}		
}
@media screen and (max-width: 767px) {
	br.p_br {
		display: none;
	}	
	br.m_br {
		display: block;
	}
}
/* ----- コンテンツの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: 40px 0;
	}
	
	.bl_sect__top {
    	padding: 40px 0 0;
	}
	
	.bl_sect__bottom {
    	padding: 0 0 40px;
	}
}
/* ----- 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;
}
/* ----- 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: 1.875rem;
	font-weight: 800;
	color: #123b4d;
}
.el_lv2Heading .en {
	color: #019B4D;
	font-family: "Barlow", sans-serif;
	font-weight: 600;
}
.el_lv2Heading.el_lv2Heading__white .ja,
.el_lv2Heading.el_lv2Heading__white .en {
	color: #fff;
}
@media screen and (max-width: 1279px) {
	.el_lv2Heading .ja {
    	font-size: 2rem;
	}
}
@media screen and (max-width: 1023px) {
	.el_lv2Heading .ja {
    	font-size: 1.5rem;
	}
}
@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: 320px) {
    .el_lv2Heading .ja {
        font-size: 1.125rem;
    }
}
/* ----- ボタン -----*/
.el_btn a {
	display: block;
	line-height: 40px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	border-radius: 100px;
}
.el_btn.hp_green a {
	background: #019B4D;
}
.el_btn.hp_blue a {
	background: #1278D0;
}
.el_btn.hp_green a:hover {
	background: #018b45;
}
.el_btn.hp_blue a:hover {
	background: #0765b6;
}

/* ----- 矢印 -----*/
.el_arrow {
    position: absolute;
    top: 50%;
    right: -20px;
    color: #000;
    line-height: 1;
    display: inline-block;
	transform: translateY(-50%);
	transition: .3s;
}
.el_arrow span {
	content:'';
	position: relative;
	display: block;
	width: 16px;
	height: 2px;
	background: #000;
	border-radius: 9999px;
}
.el_arrow span::before,
.el_arrow span::after {
	content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 2px;
    background: #000;
    transform-origin: calc(100% - .5px) 50%;
    border-radius: 9999px;
}
.el_arrow span::before {
  transform: rotate(45deg);
}
.el_arrow span::after {
  transform: rotate(-45deg);
}
.el_arrow.el_arrow__green span,
.el_arrow.el_arrow__green span::before,
.el_arrow.el_arrow__green span::after {
    background: #019B4D;
}
/* ----- テキストカラー -----*/
.el_col__green {
    color: #019B4D;	
}
/*============================
アニメーション
============================*/
.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;
}
/*============================
header
============================*/
.ly_header {
	width: 100%;
 	position: fixed;
	height: 80px;
	top: 0;
	left: 0;
	box-sizing: border-box;
	text-align: left;
	z-index: 1000;
	background: #fff;
}

.ly_header.sticky {
	background: rgba(255, 255, 255, .3);
    backdrop-filter: blur(3px);
}
.bl_header_name {
	text-align: center;
	line-height: 1;
	padding: 4px;
	font-size: .875rem;
	background: #019B4D;
	color: #fff;
}
.bl_panel{
	position: fixed;
	z-index: 200;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	display: none;
}
.bl_panel_inner {
	position: relative;
	width: 100%;
	height: 100%;
	background: #C9E7D8;
	transition: all 0.5s;
	overflow-y: auto;
}
.bl_panel_cont {
	margin: 0 auto;
	height: 100%;
}

.bl_panel_box {
	display: grid;
	 grid-template-columns: 600px 1fr;
	gap: 40px;
}
.bl_panel_item .el_btn a {
	padding: 8px 50px;
}
.bl_panel_item .el_btn.hp_green {
	margin: 0 0 20px;
}
.bl_nav.mo {
	width: 100%;
	display: grid;
	 grid-template-columns: repeat(2, 1fr);
    gap: 20px 40px;
}
.bl_nav.mo li > a {
	color: #123b4d;
    font-weight: 600;
    letter-spacing: .1em;
    background: #fff;
    text-align: center;
    display: block;
    width: 100%;
    padding: 8px 50px;
    border-radius: 30px;
    line-height: 40px;
}
.bl_nav.mo li > a:hover {
	color: #1278D0;	
}
.bl_nav.pc {
	position: fixed;
	top: 22px;
	left: 50%;
	line-height: 1;
	transform: translateX(-50%);
}
.bl_nav.pc li {
	display: inline-block;
	vertical-align: middle;
	line-height: 58px;
	margin: 0 0 0 auto;
	padding: 0 12px;
}
.ly_header .bl_nav.pc li a {
	letter-spacing: .1em;
	font-weight: bold;
	display: block;
	font-size: .875rem;
}
.ly_header .bl_nav.pc li a:hover {
	color: #1278D0;
}
.ly_header .bl_logo {
	position: fixed;
	width: 110px;
    top: 30px;
    left: 30px;
}
.ly_header .bl_logo img {
	display: inline-block;
}
.ly_header.sticky .bl_logo {
    width: 62px;
}
.bl_logo_name {
	display: none;
}
.bl_header_btn {
	width: 100%;
	max-width: 360px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	position: absolute;
	top: 31px;
	right: 90px;
}

@media screen and (max-width: 1700px) {
	.bl_header_btn {
		max-width: 240px;
		gap: 10px;
	}
	.bl_header_btn .el_btn a {
		font-size: .875rem;
	}
	.bl_nav.pc li {
    	padding: 0 8px;
	    letter-spacing: .05em;
	}
}
@media screen and (max-width: 1365px) {
	.bl_nav.pc {
    	left: 180px;
    	transform: none;
	}
}
@media screen and (max-width: 1279px) {
	.bl_nav.pc {
    	display: none;
	}
}
@media screen and (max-width: 1023px) {
	.bl_nav.mo {
		display: block;
	}
	.bl_nav.mo li:not(:last-child),
	.bl_panel_item .el_btn.hp_green {
		margin: 0 0 16px;
	}
	.bl_panel_box {
    	grid-template-columns: 240px 1fr;
        gap: 30px;
	}
	.ly_header .bl_logo {
    	width: 80px;
	}
	.ly_header.sticky .bl_logo {
    	width: 80px;
	}
}
@media screen and (max-width: 767px) {
	.ly_header {
		height: 60px;
	}
	.bl_nav.mo li {
    	font-size: 1rem;
    	margin: 0 0 12px;
	}
	.bl_nav.mo li:not(:last-child) {
		margin: 0 0 12px;
	}
	.bl_header_btn {
		display: none;
	}
	.ly_header .bl_logo {
    	width: 47px;
    	top: 24px;
    	left: 13px;
	}
	.ly_header.sticky .bl_logo {
    	width: 47px;
	}
	.bl_header_name {
		font-size: .75rem;
	}
	.bl_logo_name {
		display: block;
        position: absolute;
        top: 32px;
        left: 68px;
        font-weight: 800;
        color: #123b4d;
        font-size: .9375rem;
        line-height: 1;
	}
	.bl_panel_box {
		display: block;
		margin: -30px 0 0;
	}
	.bl_panel_item .el_btn.hp_green {
    	margin: 0 0 12px;
	}
	.bl_panel_item .el_btn a,
	.bl_nav.mo li > a {
		line-height: 30px;
	}
}
@media screen and (max-width: 320px) {
    .bl_panel_item .el_btn a, .bl_nav.mo li > a {
        line-height: 20px;
    }
}
/* ----- MENU Button -----*/
.bl_nav_menu {
	position: fixed;
	top: 37.5px;
	right: 20px;
	width: 50px;
	height: 27px;
	cursor: pointer;
	z-index: 99;
}

.bl_nav_menu div {
	position: relative;
}

.bl_nav_menu span {
	display: block;
	position: absolute;
	height: 3px;
	width: 50px;
	background: #019B4D;
	left: 0;
}
.bl_nav_menu span:nth-child(1) {
	top: 0;
}
.bl_nav_menu span:nth-child(2) {
	top: 12px;
}
.bl_nav_menu span:nth-child(3) {
	top: 24px;
}
@media screen and (max-width: 767px) {
	.bl_nav_menu {
    	top: 31px;
    	right: 13px;
    	width: 40px;
    	height: 18px;
	}
	.bl_nav_menu span:nth-child(2) {
		top: 8px;
	}
	.bl_nav_menu span:nth-child(3) {
    	top: 16px;
	}
	.bl_nav_menu span {
		height: 2px;
		width: 40px;
	}
}
/* ----- close Button -----*/
.bl_close {
	position: fixed;
    top: 37px;
    right: 23px;
	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: #123b4d;
	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: 767px){
	.bl_close {
    	top: 27px;
    	right: 14px;
	}
}

/*============================
footer
============================*/
.ly_footer {
	padding: 60px 0;
	background: #f5f5f5;
}
.bl_footer_cont {
	max-width: 1020px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 300px 1fr;
	gap: 100px;
    align-items: center;
}
.bl_footer_logo {
	max-width: 210px;	
}
.bl_footer_corp {
	margin: 15px 0 0;
    font-size: .9375rem;
    font-weight: 600;
    color: #123B4D;
    letter-spacing: .1em;
}
.bl_footer_navi {
	text-align: right;
}
.bl_footer_navi ul li {
	display: inline-block;
	padding: 0 20px;
    line-height: 1.8em;
    font-size: .9375rem;
}
.bl_footer_navi ul li:last-child {
	padding: 0 0 0 20px;	
}
.bl_footer_navi ul li:not(:last-child) {
	border-right: 1px solid #002a43;
}
.bl_footer_navi ul li a {
    color: #002a43;	
}
.bl_footer_navi ul li a:hover {
	color: #1278D0;
}
.bl_footer_copy {
	margin: 20px 0 0;
	font-size: .75rem;
}
.bl_pageTop {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 0;
    bottom: 0;
    background: #019B4D;
    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: 1023px) {
	.bl_footer_cont {
    	display: block;
	}
	.bl_footer_prof{
		text-align: center;
		margin: 0 0 30px;
	}
	.bl_footer_navi {
		text-align: center;
	}
	.bl_footer_logo {
    	margin: 0 auto;
	}
	.bl_footer_navi ul li:not(:last-child) {
    	border-right: none;
	}
	.bl_footer_navi ul li {
		display: block;
		padding: 0;
		margin: 0 0 10px;
	}
}