@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 {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}
/*============================
共通スタイル
============================*/
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: 1020px;
	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;
}

.bl_sect__top {
    padding: 100px 0 0;
}

.bl_sect__bottom {
    padding:0 0 100px;
}

@media screen and (max-width: 1200px){
	.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（上下中央配置） -----*/
.ly_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;
    color: #004aed;
    line-height: 1.8;
    text-decoration: underline;
    text-underline-offset: 6px;
}

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: 1rem;
    font-weight: 400;
    letter-spacing: .2em;
}

.el_lv2Heading .en {
	display: block;
	color: #0e4fa0;
	font-family: "Roboto", sans-serif;
	font-weight: 200;
	font-size: 4rem;
	line-height: 1;
	margin: 0 0 6px;
}

.el_lv2Heading.el_lv2Heading__white .ja,
.el_lv2Heading.el_lv2Heading__white .en{
	color: #fff;
}

@media screen and (max-width: 1023px) {
	.el_lv2Heading {
    	margin: 0 0 40px;
	}
	
	.el_lv2Heading .en {
		font-size: 2.5rem;
	}
}


@media screen and (max-width: 767px) {
	.el_lv2Heading {
		margin: 0 0 30px;
	}
	
	.el_lv2Heading .en {
		letter-spacing: .05em;
	}
}

/* ----- 装飾 -----*/
.el_mark_circle {
    position: relative;
    display: inline-block;
    padding: 0 0 0 26px;
    letter-spacing: .05em;
}

.el_mark_circle::before {
    position: absolute;
    z-index: 2;
    content: '';
    width: 16px;
    height: 16px;
    top: 6px;
    left: 0;
    background: #30dfed;
    border-radius: 20px;
}
/*============================
アニメーション
============================*/
.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 2s linear infinite;
}
@keyframes fuwa {
 	0% { transform: translateY(0) }
	25% { transform: translateY(-7px) }
	50% { transform: translateY(-14px) }
	75% { transform: translateY(-7px) }
 	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 {
	position: relative;
}

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

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

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

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

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

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

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

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

.bl_nav.pc {
	text-align: center;
}

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

.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: #28619d;
}

.bl_entryBtn {
	position: fixed;
	top: 20px;
	right: 20px;
	line-height: 1;
	text-align: center;
	z-index: 100;
}

.bl_entryBtn a {
	display: block;
	width: 150px;
	line-height: 60px;
	background: #0e4fa0;
	color: #fff;
    font-weight: 700;
    letter-spacing: .15em;
	border-radius: 35px;
	border: 2px solid #fff;
	font-size: 1.0625rem;
}

.bl_entryBtn a:hover {
	background: #30dfed;
}

.bl_panel_contact {
	text-align: center;
	padding: 0 15px;
	color: #fff;
	font-weight: bold;
	margin: 30px 0 0;
}

.bl_panel_ttl,
.bl_panel_mail {
	display: block;
}

.bl_panel_ttl {
	font-size: 1.125rem;
	margin: 0 0 6px;
	letter-spacing: .1em;
}

@media screen and (max-width: 1400px) {
	.bl_logo {
		margin: 14px 0 0 20px;
    	grid-template-columns: 101px 30px 153px 1fr;
    	gap: 0 15px;
	}
	
	.bl_logo_ttl {
    	font-size: 1.125rem;
	}
	
	.bl_logo_txt {
    	font-size: 1.75rem;
	}
	
}

@media screen and (max-width: 767px) {
	.bl_entryBtn a {
        width: calc(100% - 50px);
        line-height: 50px;
        border: none;
        border-radius: 0;
	}
	
	.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;
	}
	
	.bl_entryBtn {
    	top: auto;
    	right: 0;
    	width: 100%;
   	 	bottom: 0;
	}
	
	.bl_entryBtn a {
		background: #1a73e8;
	}
}

/* ----- MENU Button -----*/
.bl_nav_menu {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	width: 70px;
	height: 70px;
	cursor: pointer;
	z-index: 99;
	background: #0e4fa0;
}

.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: 767px) {
	.bl_nav_menu{
		display: block;
	}
	
	.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: 60px 0;
	background: #f5f5f5;
}

.bl_footer {
	text-align: center;
	font-size: 1.125rem;
}

.bl_footer_desc {
	margin: 0 0 16px;
}

.bl_footer_mail {
	display: inline-block;
	margin-left: 16px;
	font-family: "Roboto", sans-serif;
}

.bl_footer_copy {
	background: #0e4fa0;
	padding: 6px 0;
	text-align: center;
	font-size: .75rem;
	color: #fff;
}

.bl_pageTop {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 0;
    bottom: 0;
    background: #0e4fa0;
    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: 767px) {
	.bl_footer_mail {
		display:block;
		margin-left: 0;
	}
}
}