@charset "utf-8";
/*
Theme Name:株式会社エイジェックまなび
*/

/*============================
共通STYLE
============================*/
/*----- トップ画像 -----*/
.bl_mainVisual {
	text-align: center;
	position: relative;
	overflow: hidden;
	letter-spacing: 0;
	margin: 70px 0 0;
}

.bl_mainVisual img {
	height: 300px;
	object-fit: cover;
	width: 100%;
}

.bl_mainVisual.hp_filter_none::before,
.co-creation-partner .bl_mainVisual::before {
	content: none;
}

.bl_mainVisual_ttl {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	color: #fff;
	z-index: 10;
	transform: translate(-50%, -50%);
	text-align: center;
	letter-spacing: .1em;
}

.bl_mainVisual_ttl .en span {
display: inline-block;
    font-family: "Akshar", sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: .1em;
    line-height: 1em;
}

.bl_mainVisual_ttl h1 span {
    font-weight: 600;
    letter-spacing: .1em;
    font-size: 2.5rem;
    display: inline-block;
	line-height: 1.1em;
}

.bgextend {
	animation-name: bgextendAnimeBase;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	position: relative;
	overflow: hidden;
	opacity: 0;
	letter-spacing: .1em;
}

@keyframes bgextendAnimeBase {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.bgappear {
	animation-name: bgextendAnimeSecond;
	animation-duration: 1s;
	animation-delay: 0.6s;
	animation-fill-mode: forwards;
	opacity: 0;
}

@keyframes bgextendAnimeSecond {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.bgLRextend::before {
	animation-name: bgLRextendAnime;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #fff;
}

@keyframes bgLRextendAnime {
	0% {
		transform-origin: left;
		transform: scaleX(0);
	}

	50% {
		transform-origin: left;
		transform: scaleX(1);
	}

	50.001% {
		transform-origin: right;
	}

	100% {
		transform-origin: right;
		transform: scaleX(0);
	}
}

@media screen and (max-width: 1023px) {
	.bl_mainVisual_ttl h1 span {
		font-size: 1.75rem;
	}
}

@media screen and (max-width: 767px) {
	.bl_mainVisual_ttl .en {
		margin: 0 0 10px;
	}

	.bl_mainVisual_ttl h1 span {
		font-size: 1rem;
		line-height: 1.4;
	}
	
	.bl_mainVisual_ttl {
		padding: 0 15px;
	}
	
	.bl_mainVisual_ttl .en span {
    	font-size: 2.5rem;
	}
}

/*----- パンくず -----*/
.bl_bread {
	padding: 10px 0 3px;
}

.bl_bread ul {
	margin: 0 auto;
	letter-spacing: .1em;
}

.bl_bread li {
	display: inline;
}

.bl_bread li a,
.bl_bread li {
	color: #333;
	letter-spacing: .1em;
	font-size: .875rem;
}

.bl_bread li a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 767px) {
	.bl_bread li a,
	.bl_bread li {
		font-size: .75rem;
	}
}

/*============================
充実した施設で学べる
============================*/
.bl_facilityTop {
	padding: 60px 0 100px;
}

.bl_facilityTop_link {
	max-width: 870px;
	margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;	
}

.bl_facilityTop_link a {
	display: block;
	text-align: center;
	background: #000;
	color: #fff;
	padding: 20px;
	font-weight: 600;
}

.bl_facilityTop_link a:hover {
	background: #ea3800;	
}

.bl_facility_tochigi,
.bl_facility_ryogoku {
	background: #f0f0f0;
}

.bl_facility_cont li {
    display: inline-block;
	vertical-align: top;
}

.bl_facility_txt {
	width: 55%;
	padding: 40px;
	background: #fff;
	position: relative;
	z-index: 0;
}

.bl_facility_txt:after {
	position: absolute;
	content: '';
	width: 50px;
	height: 100%;
	background: #fff;
	top: 0;
	right: -50px;
	z-index: -1;
}

.bl_facility_txt h3 {
	font-size: 1.25rem;
	font-weight: 600;
	color: #ea3800;
	margin: 0 0 20px;
}

.bl_facility_desc {
	line-height: 1.7;
}

.bl_facility_img {
	width: 45%;
	position: relative;
	z-index: 1;
	margin: 40px 0 0;
}

.bl_facility_illust {
	max-width: 660px;
	margin: 50px auto 0;
}

.bl_facility_exp {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
	margin: 60px 0 0;
}

.bl_facility_exp_item p {
	margin: 20px 0 0;
	line-height: 1.7;
}

.bl_facility_nihonbashi .bl_facility_txt,
.bl_facility_nihonbashi .bl_facility_txt:after {
	background: #ffefea;
}

.bl_facility_yt {
	margin: 80px 0 0;	
}

.bl_facility_yt h3 {
	margin: 0 0 20px;
	text-align: center;
	font-weight: 600;
	font-size: 1.125rem;
}

.bl_facility_yt_inner {
	max-width: 690px;
	margin: 0 auto;
	position: relative;
    height: 400px;
    overflow: hidden;
}

.bl_facility_yt_inner  iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (max-width: 767px) {
	.bl_facility_exp {
    	display: block;
		margin: 40px 0 0;
	}
	
	.bl_facility_exp .bl_facility_exp_item:not(last-of-type) {
		margin: 0 0 30px;
	}
	
	.bl_facility_txt:after {
		content: none;
	}
	
	.bl_facility_cont li {
    	display: block;
	}
	
	.bl_facility_txt {
		width: 90%;
		padding: 30px;
	}
	
	.bl_facility_img {
		width: 70%;
		margin: -20px 0 0 30%;
	}
	
	.bl_facility_txt h3 {
		font-size: 1.0625rem;
		margin: 0 0 15px;
	}
}

@media screen and (max-width: 690px) {
	.bl_facility_yt {
    	margin: 50px 0 0;
	}
	
    .bl_facility_yt_inner {
        padding-bottom: 56.25%;
        height: 0;
    }
	
	.bl_facility_yt h3 {
		font-size: .875rem;
	}
}

/*============================
お問合せフォーム
============================*/
input[type="button"],input[type="email"],input[type="text"],input[type="submit"],input[type="image"],input[type="tel"],textarea,select,input[type="number"] {
    font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	letter-spacing: .1em;
}

.bl_contact_form {
    max-width: 600px;
    margin: 0 auto;
	letter-spacing: .1em;
}

.bl_contact_txt {
    width: 100%;
    padding: 8px 8px;
    font-size: 1rem;
    border: 1px solid#ddd !important;
	letter-spacing: .1em;
}

.bl_contact_box {
	margin: 0 0 24px;
}

.bl_contact_ttl span {
	display: inline-block;
	vertical-align: middle;
}

.bl_contact_ttl .title-contactform7 {
	font-weight: 600;
	font-size: .9375rem;
}

.bl_contact_input {
	margin: 12px 0 0;
}

.bl_contact_input label {
    border: none !important;
    display: inline-block;
    cursor: pointer;
    background: #fff;
    margin: 0 12px 6px 0;
}

.wpcf7-list-item-label,
.bl_contact_privacy {
	font-weight: 600;
	font-size: .9375rem;
}

.bl_contact_box.hp_pp input[type="checkbox"] {
    transform: scale(1.3);
    margin: 0 7px 3px 0;
}

.bl_contact_box.hp_pp {
	text-align: center;
}

.bl_contact_box.hp_pp .wpcf7-list-item-label:hover {
	color: #005bac;
}

.bl_contact_his,
.bl_contact_any {
	background: #ff6347;
    padding: 2px 4px 3px 5px;
    color: #fff;
    border-radius: 3px;
    margin: 0 10px 0 0;
    font-size: 0.75rem;
    line-height: 1;
    letter-spacing: .1em;
}

.bl_contact_any {
	background: #ddd;
}

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

.bl_recaptcha span {
	display: block;
}

.bl_recaptcha a {
	margin: 0 5px;
	border-bottom: 1px solid #00a1e9;
	color: #00a1e9;
	padding-bottom: 2px;
}

.bl_recaptcha a:hover {
	border-bottom: 1px solid #005bac;
	color: #005bac;
}

.bl_contact_submit {
    text-align: center;
    margin: 50px auto 0;
}

.bl_contact_btn,
div.wpcf7cp-btns .wpcf7-form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    appearance: none;
    cursor: pointer;
    background: #ea3800;
    display: inline-block;
    width: 42%;
    outline: none;
    border-radius: 5px;
    font-size: 1.125rem;
	font-weight: bold;
    border: none;
    padding: 12px 0;
    margin: 0 1%;
    letter-spacing: .2em;
    transition: .5s;
    color: #fff;
}

.bl_contact_btn:hover,
div.wpcf7cp-btns .wpcf7-form-control:hover {
    background: #000;
}

.wpcf7-spinner {
	display: block !important;
}

.wpcf7-list-item {
	margin: 0 !important;
}

div#wpcf7cpcnf table {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	border: 1px solid #ccc;
	border-bottom: none;
}

div#wpcf7cpcnf table tr {
	border-bottom: 1px solid #ccc;
}

div#wpcf7cpcnf table th,
div#wpcf7cpcnf table td {
	padding: 12px;
}
div#wpcf7cpcnf table th {
	width: 50%;
	border-right: 1px solid #ccc;
	background: #f0f8ff;
}
div#wpcf7cpcnf table td {
	background: #fff;
}
div.wpcf7cp-btns {
	margin: 50px 0 0 !important;
	text-align: center;
}
.apply-title {
	margin: 0 0 30px;
}

.apply-title span {
	font-weight: bold;
}

.apply-title input[type="text"] {
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    background: #fff;
    border: none;
	padding: 4px 10px;
    font-size: 1rem;
    width: 50%;
	margin: 0 0 0 10px;
}

input[type="date"] {
	padding: 6px 10px 8px 4px;
	font-size: 1rem;
}

@media screen and (max-width: 767px) {
	div#wpcf7cpcnf table th,
	div#wpcf7cpcnf table td {
    	width: 100%;
    	display: block;
	}
	
	div#wpcf7cpcnf table th {
    	border-right: none;
	}
}

/*============================
送信完了しました
============================*/
.bl_completion {
	line-height: 1.9;
	text-align: center;
}

@media screen and (max-width: 767px){
	.bl_completion {
		text-align: left;
	}	
}

/*============================
お知らせ一覧
============================*/
.bl_post_archive {
	padding: 50px 0 100px;
}

.bl_news_box {
	display: grid;
	 grid-template-columns: repeat(3, 1fr);
	gap: 50px;
	margin: 0 0 50px;
}

.bl_news_post {
	border: 1px solid #000;
}

.bl_news_post figure.zoom {
    overflow: hidden;
}

.bl_news_ctgrdate {
	display: grid;
	 grid-template-columns: 100px 1fr;
	gap: 10px;
	margin: 0 0 15px;
	align-items: center;
}

.bl_news_date {
	font-family: "Akshar", sans-serif;
	display: block;
	letter-spacing: .1em;
	line-height: 1;
	margin: 3px 0 0;
}

.bl_news_ctgr span {
	display: inline-block;
    font-size: .75rem;
    padding: 4px 8px 5px;
	line-height: 1;
	border: 1px solid #000;
}

.bl_news_ttl {
	letter-spacing: .1em;
	transition: .2s;
	font-weight: 600;
}

.bl_news_ttl:hover {
	color: #ea3800;
}

.bl_news_boxInner {
	padding: 20px;
}

@media screen and (max-width: 1023px) {
	.bl_news_box {
    	gap: 30px;
		grid-template-columns: repeat(2, 1fr);
	}
	
	.bl_post_archive {
		padding: 50px 0;
	}
}

@media screen and (max-width: 767px) {
	.bl_post_archive {
    	padding: 20px 0 0;
	}
	
	.bl_news_box {
    	display: block;
	}
	
	.bl_news_ctgrdate {
    	margin: 12px 0 5px;
	}
	
	.bl_news_post {
		margin: 0 0 30px;
	}
	
	.bl_news_ctgr {
    	text-align: left;
	}
}

/*============================
お知らせ個別投稿
============================*/
.bl_post_single {
	padding: 60px 0;
}

.bl_post_single .ly_wrap {
	max-width: 900px;
}

.bl_post_eye {
	max-width: 600px;
	margin: 0 auto 30px;
}

.bl_post_date {
	font-family: "Akshar", sans-serif;	
}

.bl_post_ttl {
	font-size: 1.375rem;
	font-weight: 600;
	margin: 0 0 30px;
}

.bl_post_txt p {
	line-height: 1.9;
}

.el_indent__10 {
	margin: 10px 0 0;
}

.el_indent__20 {
	margin: 20px 0 0;
}

.el_font__bold {
	font-weight: 600;
}

@media screen and (max-width: 767px) {
	.bl_post_single {
    	padding: 15px 0 30px;
	}
	
	.bl_post_ttl {
    	font-size: 1.125rem;
    	margin: 0 0 20px;
	}
}

/*============================
ページネーション
============================*/
.pagenation {
    margin: 60px auto 0;
}

.pagenation:after, .pagenation ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.pagenation ul {
    margin: 0 auto;
    text-align: center;
}

.pagenation li {
    list-style: none outside none;
    margin-left: 3px;
    display: -moz-inline-box;
  display: inline-block;
  /*display: inline;*/

}

.pagenation li:first-child {
    margin-left: 0;
}

.pagenation li.active {
    background-color: #999999;
    border-radius: 3px;
    color: #FFFFFF;
    cursor: not-allowed;
    padding: 10px 15px;
}

.pagenation li a {
    background: none repeat scroll 0 0 #CCCCCC;
    border-radius: 3px;
    color: #FFFFFF;
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.pagenation li a:hover {
    background-color: #444444;
    color: #FFFFFF;
    opacity: 0.8;
    transition-duration: 500ms;
    transition-property: all;
    transition-timing-function: ease;
}

@media screen and (max-width: 768px) {
	.pagenation {
		margin: 30px auto 0;
	}
}