@charset "utf-8";
/*
Theme Name:テンプレート__01
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;
	}
}

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

.m_br {
	display: inline;
}

.pad_br {
	display: inline;
}
.br_mo,
.br_pad {
	display: none;
}
@media screen and (max-width: 1200px) {
	.br_pad {
		display: block;
	}
}
@media screen and (max-width: 1023px) {
	.pad_br {
		display: block;
	}
}

@media screen and (max-width: 767px) {
	.p_br {
		display: inline;
	}
	
	.m_br,
	.br_mo {
		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: 40px 0;
	}
	
	.bl_sect__top {
    	padding: 40px 0 0;
	}
	
	.bl_sect__bottom {
    	padding: 0 0 40px;
	}
}

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

.blue {
	color: #005bac;
}

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

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

/* ----- タイトル -----*/
.el_lv2Heading {
	margin: 0 0 50px;
	position: relative;
	padding: 0 0 0 26px;
}

.el_lv2Heading.el_lv2Heading__center {
	text-align: center;
}

.el_lv2Heading:before {
	content:'';
	width: 12px;
	height: 12px;
	background: #005bac;
	border-radius: 50%;
	position: absolute;
	top: 18px;
	left: 0;
}

.el_lv2Heading .ja {
    display: block;
    font-size: .9375rem;
    font-weight: 300;
    margin: 5px 0 0;
}

.el_lv2Heading .en {
	font-family: "Outfit", sans-serif;
	font-weight: 100;
	font-size: 3rem;
	line-height: 1;
}

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

.el_lv2Heading.el_lv2Heading__white:before {
	background: #fff;
}

@media screen and (max-width: 1279px) {

}

@media screen and (max-width: 1023px) {

}


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

/* ----- ボタン -----*/
.el_more a {
	position: relative;
    display: block;
    padding: 18px 10px;
    font-weight: bold;
    text-align: center;
    transition: .2s;
    color: #fff;
	background: #00a497;
    border-radius: 50px;
    margin: 0 auto;
	font-size: .9375rem;
}

.el_more a:hover {
	background: #01c8b8;
}

/*============================
アニメーション
============================*/
.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 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 {
	width: 90%;
 	position: fixed;
	height: 70px;
	top: 20px;
	left: 5%;
	box-sizing: border-box;
	text-align: left;
	z-index: 1000;
	background: #fff;
	border-radius:60px;
	box-shadow: 0px 0px 12px #00000008;
}

.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: #00a497;
	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.pc {
	position:absolute;
	top: 12.5px;
	right: 15px;
	line-height: 1;
	text-align: right;
}

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

.ly_header .bl_nav.pc li:last-child {
	padding: 0;
    background: #ee7800;
    border-radius: 30px;
	transition: .2s;
}

.ly_header .bl_nav.pc li:nth-last-child(2) {
	padding: 0;
    background: #00a497;
    border-radius: 30px;
	transition: .2s;
	margin-right: 15px;
}

.ly_header .bl_nav.pc li:last-child a,
.ly_header .bl_nav.pc li:nth-last-child(2) a {
	padding: 0 30px;
	color: #fff;
	min-width: 170px;
    text-align: center;
}
.ly_header .bl_nav.pc li:last-child:hover {
	background: #f39800;
}
.ly_header .bl_nav.pc li:nth-last-child(2):hover {
	background: #01c8b8;
}


.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: #00a497;
}

.ly_header .bl_nav.pc li:last-child a:hover,
.ly_header .bl_nav.pc li:nth-last-child(2) a:hover {
	color: #fff;
}

.ly_header .bl_logo {
	position: absolute;
    width: 174px;
    top: 12.5px;
    left: 20px;
}

.ly_header .bl_logo img {
	display: block;
}

.bl_nav_mailIcon {
	display: none;
}

@media screen and (max-width: 1200px) {
	.bl_nav.pc {
		display: none;
	}
	
	.ly_header {
    	width: 100%;
   		position: fixed;
		top: 0;
		left: 0;
		background: transparent;
    	height: 70px;
    	border-radius: 0;
    	box-shadow: 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: #ffa71d;
	}
	
	.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;
	}
	
	.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: #00a497;
}

.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: 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
============================*/
.ly_footer {
	padding: 100px 0;
	background-image: linear-gradient(90deg, #d7fbff, #fffbca);
	position: relative;
}

body.home .ly_footer {
	margin: -150px 0 0;
	padding: 200px 0 100px;
}

.bl_footer_cont {
	display: grid;
	grid-template-columns: 300px 1fr;
	gap: 100px;
}

.bl_footer_address {
	text-align: center;
	font-size: .75rem;
	margin: 10px 0 0;
}


.bl_footer_navi {
	text-align: right;
	margin: 20px 0 0;
}

.bl_footer_navi li {
	display: inline-block;
	padding: 0 0 0 30px;
}

.bl_footer_navi li a {
       font-size: .875rem;
}

.bl_footer_navi li a:hover {
	color: #f2922b;
}

.bl_footer_copy {
	margin: 51px 0 0;
	font-size: .75rem;
	text-align: right;
}

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

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

.bl_pageTop a:before,
.bl_pageTop 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;
}

.bl_pageTop a:before {
    transform: rotate(45deg);
}

.bl_pageTop a:after {
    transform: rotate(-45deg);
}
@media screen and (max-width: 1023px) {
	.bl_footer_cont {
    	grid-template-columns: 300px 1fr;
    	gap: 30px;
	}
}

@media screen and (max-width: 767px) {
	body.home .ly_footer {
    	padding: 200px 0 50px;
	}
	.bl_footer_cont {
    	display: block;
	}
	.bl_footer_copy {
    	margin: 30px 0 0;
    	text-align: center;
	}
	.bl_footer_navi {
    	display: none;
	}
	.bl_footer_logo {
		max-width: 240px;
		margin: 0 auto;
	}
}