@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 {
  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.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;
}
@media screen and (max-width: 1023px) {
	.pad_br {
		display: block;
	}
}
@media screen and (max-width: 767px) {
	.p_br {
		display: inline;
	}	
	.m_br {
		display: block;
	}
}
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;
	}
}
/* ----- 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（上下中央配置） -----*/
.ly_flex {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
/* ----- クリアフィックス -----*/
.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_color__blue {
	color: #0d58e3;
}
.el_asterisk {
	color: #fc4646;
}
/* ----- タイトル -----*/
.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;
	color: #0f3174;
	font-weight: 800;
}
.el_lv2Heading .en {
	color: #96B9E6;
  font-family: "Oooh Baby", cursive;
  font-weight: 400;
  font-style: normal;
	font-size: 1.5rem;
}
.el_lv2Heading.el_lv2Heading__white .ja,
.el_lv2Heading.el_lv2Heading__white .en {
	color: #fff;
}
@media screen and (max-width: 1023px) {
	.el_lv2Heading .en {
    	font-size: 2.25rem;
	}
}
@media screen and (max-width: 767px) {
	.el_lv2Heading {
		margin: 0 0 30px;
	}	
	.el_lv2Heading .ja {
    	font-size: 1.25rem;
	}	
	.el_lv2Heading .en {
		font-size: 1.5rem;
	}
}
/* ----- ボタン -----*/
.el_more a {
	position: relative;
    display: block;
    padding: 24px 30px;
    line-height: 1;
    font-size: 1.125rem;
    font-weight: 600;
    border-radius: 10px;
    background: #0d58e3;
    color: #fff;
}
.el_more a:hover {
    background: #0ea2ed;	
}
.el_more a:before {
	content: '';
    display: block;
    width: 14px;
    height: 1.5px;
    right: 28px;
    position: absolute;
    top: 27.5px;
    transform: rotate(-135deg);
	background: #fff;
}
.el_more a:after {
    content: '';
    display: block;
    width: 50px;
    height: 1.5px;
    right: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
	background: #fff;
}
@media screen and (max-width: 767px) {
	.el_more a {
    	padding: 20px 15px;
    	font-size: 1rem;
	}
	.el_more a:after {
    	width: 20px;
    	right: 15px;
	}
	.el_more a:before {
    	width: 10px;
    	right: 17px;
   		top: 50%;
    	transform: rotate(-135deg) translateY(5px);
	}
}
/*============================
アニメーション
============================*/
.fadeIn{
animation-name: fadeInAnime;
animation-duration:12s;
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;
}
/*============================
header
============================*/
.ly_header {
	width: 100%;
 	position:absolute;
	height: 70px;
	top: 0;
	left: 0;
	box-sizing: border-box;
	text-align: left;
	z-index: 1000;
	background: #fff;
}
.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-image: url(images/bg-panel.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	transition: all 0.5s;
	overflow-y: auto;
}
.bl_panel_cont {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 330px 1fr;
    gap: 100px;
    padding: 0 30px;
}
.bl_nav_pc {
	position: absolute;
	top: 0;
	right: 50%;
	line-height: 1;
	transform: translateX(50%);
}
.bl_nav_pc > li {
	display: inline-block;
	padding: 0 14px;
	vertical-align: middle;
	line-height: 70px;
}
.bl_nav_pc li a,
.bl_nav_pc li p {
	letter-spacing: .1em;
	transition: .3s;
    font-size: .875rem;
	font-weight: 500;
}
.bl_nav_pc li p {
	cursor: pointer;
}
.bl_nav_pc_item p span {
	position: relative;
}
.bl_nav_pc_item p span:after {
	font-family: FontAwesome;
    content: '\f107';
    font-size: 1rem;
    color: #0ea2ed;
    position: absolute;
    top: 2px;
    right: -15px;
    font-weight: 600;
    line-height: 1;
}
.bl_nav_pc_item a:hover {
	color: #0ea2ed;
	cursor: pointer;
}
.bl_nav_pc_item {
	position: relative;
}
.bl_nav_pc_panel {
	width: 240px;
    position: absolute;
    top: 70px;
    left: 50%;
    display: none;
    z-index: 999;
    padding: 30px 24px 15px 28px!important;
    transform: translateX(-50%);
    background: #fffffff0;
	border-top: 5px solid #0ea2ed;
}
.bl_nav_pc_item.open .bl_nav_pc_panel {
	display: block;
}
.bl_nav_pc .bl_nav_pc_list li {
	display: block;
    vertical-align: top;
	line-height: 1.4em;
	transition: .2s;
	margin: 0 0 18px;
	padding: 0;
}
.bl_nav_pc_panel .bl_nav_pc_list li a {
	text-decoration: none;
	display: block;
	position: relative;
	transition: .2s;
	font-size: .9375rem !important;
	line-height:1.4;
	font-weight: normal;
	letter-spacing: .05em;
	color: #333;
}
.bl_nav_pc_panel .bl_nav_pc_list li a:hover{
	color:  #0ea2ed;	
}
.bl_nav_pc_panel .bl_nav_pc_list li a:after {
	font-family: FontAwesome;
    content: '\f105';
	font-size: .85rem;
    color:  #0ea2ed;
    position: absolute;
    top: 4px;
    right: 0;
    font-weight: 700;
}
.ly_header .bl_logo {
	position: fixed;
    width: 320px;
    top: 15px;
    left: 20px;
}
.ly_header .bl_logo img {
	display: block;
}
.bl_top_btn {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	position: absolute;
	top: 10px;
	right: 80px;
	text-align: center;
}
.bl_top_btn_box a {
	line-height: 50px;
	display: block;
	font-size: .875rem;
	padding: 0 20px;
	font-weight: 600;
}
.bl_top_btn_box.hp_shin a {
	background: #efa510;
	color: #fff;
	border: 1px solid #efa510;
}
.bl_top_btn_box.hp_shin a:hover {
	background: #fff;
	color: #efa510;
}
.bl_top_btn_box.hp_entry a {
	background: #0ea2ed;
	color: #fff;
	border: 1px solid #0ea2ed;
}
.bl_top_btn_box.hp_entry a:hover {
	background: #fff;
	color: #0ea2ed;	
}
.bl_top_btn_box.hp_come a {
	color: #fff;
	background: #005bac;
	border: 1px solid #005bac;
}
.bl_top_btn_box.hp_come a:hover {
	color: #005bac;
	background: #fff;
}
.bl_panel_btn {
	text-align: center;
	margin: 30px 0 0;
}
.bl_top_btn_box {
	position: relative;
}
.bl_panel_btn .bl_top_btn_box a {
	font-size: 1rem;
	margin: 0 0 10px;
}
.bl_top_btn_box .el_arrow {
	right: 15px;
}
.bl_panel_nav {
	border-top: 1px solid #0f3174;	
}
.bl_panel_nav_ttl {
	padding: 14px 0 12px;
	border-bottom: 1px solid #0f3174;
}
.bl_panel_nav_ttl .hp_en {
	color: #0ea2ed;
    font-family: "Oooh Baby", cursive;
	letter-spacing: .1em;
    line-height: 1;
	font-size: 1.125rem;
	margin: 0 0 2px;
}
.bl_panel_nav_ttl .hp_ja {
	font-size: 1.25rem;
    font-weight: 500;
}
.bl_panel_nav_ttl {
	position: relative;
}
.bl_panel_nav_ttl ul {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3px 15px;
	margin: 5px 0 0;
}
.bl_panel_nav_ttl ul li a {
	display: block;
	position: relative;
}
.bl_panel_nav_ttl ul li a:hover,
.bl_panel_nav_ttl a:hover {
	color: #0090ff;
}
.bl_panel_sns {
	max-width: 100px;
    display: grid;
    grid-template-columns: 34px 38px;
    gap: 28px;
    align-items: center;
	margin: 50px auto 0;
}
@media screen and (max-width: 1700px) {
	.bl_top_btn_box a {
    	padding: 0 5px;
	    font-size: .75rem;
	}
}
@media screen and (max-width: 1200px) {
	.bl_nav_pc {
		display: none;
	}
	.bl_panel_cont {
    	gap: 60px;
	}
}
@media screen and (max-width: 1023px) {
	.bl_panel_nav_ttl ul {
    	grid-template-columns: repeat(2, 1fr);
	}
	.bl_panel_cont {
    	gap: 40px;
	    grid-template-columns: 270px 1fr;
	}
}
@media screen and (max-width: 767px) {
	.ly_header {
		height: 60px;
	}
	.bl_top_btn {
		display: none;
	}	
	.ly_header .bl_logo {
        width: 240px;
        top: 15px;
        left: 15px;
		z-index: 9999;
	}
	.hp_agk {
		display: none;
	}
	.bl_nav.mo {
		width: auto;
		display: inline-block;
	}
	.bl_panel_cont {
    	display: block;
		padding: 60px 20px;
	}
	.bl_panel_logo {
		display: none;
	}
	.bl_top_btn_box a {
    	line-height: 42px;
	}
	.bl_panel_btn {
    	margin: 0;
	}
	.bl_panel_inner.ly_flex {
		display: block;
	}
	.bl_panel_nav_ttl .el_arrow {
    	right: 0;
	}
	.bl_panel_nav_ttl ul li a {
    	font-size: .9375rem;
	}
}
/* ----- MENU Button -----*/
.bl_nav_menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 70px;
    height: 70px;
    cursor: pointer;
    z-index: 99;
    background: #0f3174;
}
.bl_nav_menu div {
	position: relative;
}
.bl_nav_menu span {
	display: block;
	position: absolute;
	height: 2px;
	width: 50px;
	background: #fff;
	left: 10px;
}
.bl_nav_menu span:nth-child(1) {
	top: 15px;
}
.bl_nav_menu span:nth-child(2) {
	top: 25px;
}
.bl_nav_menu span:nth-child(3) {
	top: 35px;
}
.bl_nav_menu p {
	position: absolute;
    top: 39px;
    font-size: .875rem;
    font-weight: 500;
	left: 13px;
    color: #fff;
    letter-spacing: .08em;
}
@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 {
		height: 2px;
		width: 40px;
		left: 10px;
	}
	.bl_nav_menu span:nth-child(1) {
		top: 11px;
	}
	.bl_nav_menu span:nth-child(2) {
		top: 21px;
	}
	.bl_nav_menu span:nth-child(3) {
		top: 31px;
	}
	.bl_nav_menu p {
		top: 34px;
        font-size: .75rem;
        left: 12px;
        letter-spacing: .05em;
	}
	.bl_top_btn_box a {
    	line-height: 38px;
	}
	.bl_panel_sns {
    	margin: 16px auto 0;
	}
	.bl_panel_nav {
    	border-top: none;
	}
}
/* ----- close Button -----*/
.bl_close {
	position: fixed;
    top: 16px;
    right: 12px;
	width: 46px;
	height: 46px;
	cursor: pointer;
	z-index: 999;
}
.bl_close div {
	position: relative;
}
.bl_close span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #0f3174;
	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: 18px;
    	right: 15px;
	}
}
/*============================
footer
============================*/
.bl_footer_top {
	padding: 100px 0;
	background: #EAEFF9;
	position: relative;
}
.bl_footer_cont {
	display: grid;
	 grid-template-columns: repeat(2, 1fr);
	align-items: end;
}
.bl_footer_left {
	padding: 0 50px 0 0;
}
.bl_footer_right {
	padding: 0 0 0 50px;
}
.bl_footer_logo {
	max-width: 390px;
	margin: 0 0 20px;
}
.bl_footer_address {
	line-height: 1.8;
	font-weight: 500;
	margin: 0 0 20px;
}
.bl_footer_sns ul {
	max-width: 210px;
    display: grid;
    grid-template-columns: 1fr 34px 38px;
    gap: 24px;
    margin-left: auto;
    align-items: center;
}
.bl_footer_sns ul li:first-child p {
	font-family: "Akshar", sans-serif;
    letter-spacing: .1em;
	font-weight: 500;
}
.bl_footer_nav {
    margin: 100px 0 0 auto;
    max-width: 480px;
}
.bl_footer_nav .bl_footer_nav_cont:not(:last-of-type) {
	margin: 0 0 30px;
}
.bl_footer_nav_cont h2 {
    font-weight: 600;
    margin: 0 0 10px;
}
.bl_footer_nav_child {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 8px 30px;
	font-size: .9375rem;
}
.bl_footer_nav_child a:hover,
.bl_footer_nav_cont h2 a:hover {
	color:#0090ff;
}
.bl_footer_under {
	padding: 30px 0 90px;
}
.bl_footer_under_cont {
	display: grid;
	 grid-template-columns: repeat(2, 1fr);
	align-items: center;
}
.bl_footer_under_item ul {
	text-align: center;	
}
.bl_footer_under_item ul li {
	display: inline-block;
	padding: 0 15px;
}
.bl_footer_under_item ul li:not(:first-child) {
	border-left: 1px solid #A5B4C2;
}
.bl_footer_copy {
	text-align: center;
	font-size: .875rem;
}
@media screen and (max-width: 1023px){
	.bl_footer_top {
    	padding: 60px 0 30px;
	}
	.bl_footer_left {
		padding: 0 40px 0 0;
	}
	.bl_footer_right {
		padding: 0;
	}
	.bl_footer_address {
    	font-size: .875rem;
	}
	.bl_footer_nav_child {
		grid-template-columns: repeat(2, 1fr);
		gap: 8px 24px;
	}
}
@media screen and (max-width: 767px){
	.bl_footer_cont {
		display: block;
	}
	.bl_footer_nav {
    	display: none;
	}
	.bl_footer_left {
        padding: 0;
    }
	.bl_footer_sns ul {
		max-width: 300px;
    	margin: 30px auto 0;
	}
	.bl_footer_logo {
    	max-width: 270px;
    	margin: 0 auto 20px;
	}
	.bl_footer_address {
        text-align: center;
    }
	.bl_footer_under_item ul li {
    	display: block;
    	padding: 5px 0;
	}
	.bl_footer_under_item ul li:not(:first-child) {
		border-left: none;
	}
	.bl_footer_under {
    	padding: 30px 0 70px;
	}
}
/*============================
ページトップボタン
============================*/
.bl_pageTop {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 0;
    bottom: 60px;
    background: #1EA2DD;
    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_pageTop {
    	width: 40px;
    	height: 40px;
    	bottom: 44px;
	}
	.bl_pageTop a {
    	width: 40px;
    	height: 40px;
	}
	.bl_pageTop a::before {
    	font-size: 34px;
    	width: 40px;
    	height: 40px;
    	line-height: 38px;
	}
}

/*============================
ページ下部固定ボタン
============================*/
.cta {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #0f3174;
    padding: 12px 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}
.cta a {
    font-weight: 600;
    padding: 6px 0;
    color: #fff;
    display: block;
    width: 30%;
    margin: 0 1%;
    max-width: 300px;
	font-size: .9375rem;
}
.potential_cta {
    background: #efa510 ;
    border: solid 1px #efa510;
}
.potential_cta:hover {
    background: #fff;
    color: #efa510;
}
.career_cta {
    background: #0ea2ed;
    border: solid 1px #0ea2ed;
}
.career_cta:hover {
    background: #fff;
    color: #0ea2ed;
}
.new_cta {
    background: #0f3174;
    border: solid 1px #fff;
}
.new_cta:hover {
    background: #fff;
    color: #0f3174;
}
@media screen and (max-width: 1080px) {
	.cta {
		padding: 7px 0;
	}
    .cta a {
        font-size: .75rem;
        padding: 5px 0;
    }
}