/*
Theme Name: luminaut-academy
Author: Luminaut
Description: これは「ルミノートアカデミー」専用のオリジナルテーマです。
*/




/* ＝＝＝＝＝ 全ページ共通 (一時非表示) ＝＝＝＝＝ */

.common_none {
	display: none !important;
}

.teacher_more {
	display: none !important;
}

.teacher_anchor {
	pointer-events: none !important;
}


@media (width <= 599px) {

	
}


@media (width >= 960px) {


}


@media (600px <= width <= 767px) {

	.header_pc_menu {
		margin-right: 15px !important;
	}
	
}


@media (600px <= width <= 959px) {

	
	
}


@media (768px <= width <= 959px) {

	.header_pc_menu {
		margin-right: 15px !important;
	}
	
}


@media (960px <= width <= 1279px) {

	.header_pc_menu {
		margin-right: 15px !important;
	}
	
}


@media (width >= 1280px) {

	.header_pc_menu {
		margin-right: 20px !important;
	}
	
}




/* ＝＝＝＝＝ 全ページ共通 ＝＝＝＝＝ */

:root {
  --white-0: #ffffff;
  --black-90: #222222;
}

body, a, select {
	color: #222;
}

.common_title_1_inner {
	display: flex;
	align-items: center;
	justify-content: center;
}

.common_title_1_text {
	display: inline-block;
	background-color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 1;
}

.common_title_1_inner {
  position: relative;
}

.common_title_1_inner::before,
.common_title_1_inner::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 50%;
	z-index: -1;
}

.common_title_1_inner::before {
  left: 0;
  transform: translateY(-50%); /* 上下中央揃え */
}

.common_title_1_inner::after {
  right: 0;
  transform: translateY(-50%) scaleX(-1); /* 上下中央揃え + 左右反転 */
}

.common_title_2 {
  text-align: center;
}

.common_title_2_inner {
  display: inline-block;
  position: relative;
}

.common_title_2_en {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	font-family: 'Allison', serif;
  text-transform: capitalize;
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
}

.common_title_2_jp {
  position: relative;
	font-family: "Huninn", sans-serif;
	color: #b95654;
	line-height: 1;
}

.common_title_3 {
	font-family: "Huninn", sans-serif;
	font-weight: bold;
	text-align: center;
  color: transparent;
	line-height: 1;
}

.common_title_4 {
  display: block;
  margin: 0 auto;
	font-weight: bold;
  text-align: center;
  background-color: #fff;
}

.common_more_a,
.common_more_a_arrow::before,
.common_more_a_arrow::after {
	transition: all 0.2s;
}

.common_more_a {
	display: flex;
	justify-content: center;
}

.common_more_a_inner {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  border-bottom: 1px solid #bbb;
}

.common_more_a_arrow {
  position: relative;
  display: inline-block;
}

.common_more_a_arrow::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #888;
  position: absolute;
  left: 0;
  top: calc(50% - 0.5px);
}

.common_more_a_arrow::after {
  content: "";
  border-top: 1px solid #888;
  border-right: 1px solid #888;
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  transform-origin: center;
  transform: translateY(calc(-50% + 0.5px)) rotate(45deg);
}


@media (width <= 374px) {

	
	

}


@media (375px <= width <= 599px) {
	
	
}


@media (width <= 599px) {

	.content_medium {
		padding-right: 10px;
    padding-left: 10px;
	}

	.padding_top_narrow {
		padding-top: 30px;
	}
	
	.padding_bottom_narrow {
		padding-bottom: 30px;
	}
	
	.margin_top_narrow {
		margin-top: 30px;
	}
	
	.margin_bottom_narrow {
		margin-bottom: 30px;
	}
	
	.padding_top_medium {
		padding-top: 30px;;
	}
	
	.padding_bottom_medium {
		padding-bottom: 30px;
	}
	
	.margin_top_medium {
		margin-top: 30px;
	}
	
	.margin_bottom_medium {
		margin-bottom: 30px;
	}
	
	.padding_top_wide {
		padding-top: 60px;
	}
	
	.padding_bottom_wide {
		padding-bottom: 60px;
	}
	
	.margin_top_wide {
		margin-top: 60px;
	}
	
	.margin_bottom_wide {
		margin-bottom: 60px;
	}

	.common_title_1 {
		padding-bottom: 60px;
	}

	.common_title_1_text {
		padding: 0 10px;
		font-size: 17px;
		letter-spacing: 0.02em;
	}

	.common_title_1_inner::before,
	.common_title_1_inner::after {
		background: url(assets/img/common_title_1_line.svg) repeat-x left center / auto 3px;
		height: 3px;
	}

	.common_title_2 {
		padding: 10px 0; /* 背景文字の実質的高さを確保 */
	}

	.common_title_2_en {	
		font-size: 60px;
		color: rgba(255, 255, 255, 0.3);
		letter-spacing: 0.08em;
	}

	.common_title_2_jp {
		font-size: 18px;
		letter-spacing: 0.06em;
	}

	.common_title_3 {
		background: url(assets/img/bg_grass_2.jpg) top / cover;
		-webkit-background-clip: text;
		font-size: 17px;
		letter-spacing: 0.02em;
	}

	.common_title_4 {
		background-image: url(assets/img/bg_grass_2.jpg), url(assets/img/bg_grass_2.jpg), url(assets/img/bg_grass_2.jpg), url(assets/img/bg_grass_2.jpg), url(assets/img/bg_grass_2.jpg), url(assets/img/bg_grass_2.jpg), url(assets/img/bg_grass_2.jpg), url(assets/img/bg_grass_2.jpg);
		background-repeat: no-repeat;
		background-size: 4px 1px, 1px 4px, 4px 1px, 1px 4px, 4px 1px, 1px 4px, 4px 1px, 1px 4px;
		background-position: left top, left top, right top, right top, left bottom, left bottom, right bottom, right bottom;
		padding: 10px 10px;
		margin-bottom: 30px;
	}
	
	.common_lead_1 {
		font-size: 13px;
	}

	.common_more_a_inner {
		gap: 15px;
		padding: 0 2px 10px 2px;
	}
	
	.common_more_a_text {
		font-size: 13px;
	}

	.common_more_a_arrow {
		width: 20px;
	}

	.common_more_a_arrow::after {
		width: 4px;
		height: 4px;
	}

}


@media (width >= 600px) {

	.common_lead_1 {
		text-align: center;
	}

}


@media (600px <= width <= 959px) {

	.content_medium {
		padding-right: 20px;
    padding-left: 20px;
	}

	.padding_top_narrow {
		padding-top: 20px;
	}
	
	.padding_bottom_narrow {
		padding-bottom: 20px;
	}
	
	.margin_top_narrow {
		margin-top: 20px;
	}
	
	.margin_bottom_narrow {
		margin-bottom: 20px;
	}
	
	.padding_top_medium {
		padding-top: 40px;;
	}
	
	.padding_bottom_medium {
		padding-bottom: 40px;
	}
	
	.margin_top_medium {
		margin-top: 40px;
	}
	
	.margin_bottom_medium {
		margin-bottom: 40px;
	}
	
	.padding_top_wide {
		padding-top: 80px;
	}
	
	.padding_bottom_wide {
		padding-bottom: 80px;
	}
	
	.margin_top_wide {
		margin-top: 80px;
	}
	
	.margin_bottom_wide {
		margin-bottom: 80px;
	}

	.common_title_1 {
		padding-bottom: 60px;
	}

	.common_title_1_text {
		padding: 0 20px;
		font-size: 22px;
		letter-spacing: 0.04em;
	}

	.common_title_1_inner::before,
	.common_title_1_inner::after {
		background: url(assets/img/common_title_1_line.svg) repeat-x left center / auto 4px;
		height: 4px;
	}

	.common_title_2 {
		padding: 16px 0; /* 背景文字の実質的高さを確保 */
	}

	.common_title_2_en {	
		font-size: 80px;
		color: rgba(255, 255, 255, 0.4);
		letter-spacing: 0.08em;
	}

	.common_title_2_jp {
		font-size: 22px;
		letter-spacing: 0.1em;
	}

	.common_title_3 {
		background: url(assets/img/bg_grass_2.jpg) top / cover;
		-webkit-background-clip: text;
		font-size: 22px;
		letter-spacing: 0.04em;
	}

	.common_title_4 {
		background-image: url(assets/img/bg_grass_2.jpg), url(assets/img/bg_grass_2.jpg), url(assets/img/bg_grass_2.jpg), url(assets/img/bg_grass_2.jpg), url(assets/img/bg_grass_2.jpg), url(assets/img/bg_grass_2.jpg), url(assets/img/bg_grass_2.jpg), url(assets/img/bg_grass_2.jpg);
		background-repeat: no-repeat;
		background-size: 8px 1px, 1px 8px, 8px 1px, 1px 8px, 8px 1px, 1px 8px, 8px 1px, 1px 8px;
		background-position: left top, left top, right top, right top, left bottom, left bottom, right bottom, right bottom;
		padding: 15px 20px;
		margin-bottom: 40px;
	}
	
	.common_lead_1 {
		font-size: 14px;
	}

	.common_more_a_inner {
		gap: 20px;
		padding: 0 2px 15px 2px;
	}

	.common_more_a_arrow {
		width: 20px;
	}

	.common_more_a_arrow::after {
		width: 6px;
		height: 6px;
	}

}


@media (width <= 959px) {

	body {
		font: normal 400 14px/1.9 Helvetica Neue,Helvetica,Arial,sans-serif;
	}

}


@media (width >= 960px) {

	body {
		font: normal 400 16px/2.0 Helvetica Neue,Helvetica,Arial,sans-serif;
	}

	a {
		transition: all 0.1s;
	}

	.padding_top_narrow {
		padding-top: 45px;
	}
	
	.padding_bottom_narrow {
		padding-bottom: 45px;
	}
	
	.margin_top_narrow {
		margin-top: 45px;
	}
	
	.margin_bottom_narrow {
		margin-bottom: 45px;
	}
	
	.padding_top_medium {
		padding-top: 90px;
	}
	
	.padding_bottom_medium {
		padding-bottom: 90px;
	}
	
	.margin_top_medium {
		margin-top: 90px;
	}
	
	.margin_bottom_medium {
		margin-bottom: 90px;
	}
	
	.padding_top_wide {
		padding-top: 135px;
	}
	
	.padding_bottom_wide {
		padding-bottom: 135px;
	}
	
	.margin_top_wide {
		margin-top: 135px;
	}
	
	.margin_bottom_wide {
		margin-bottom: 135px;
	}

	.common_more_a_inner {
		gap: 20px;
		padding: 0 3px 15px 2px;
		transition: all 0.2s;
	}

	.common_more_a_arrow {
		width: 20px;
	}

	.common_more_a_arrow::after {
		width: 6px;
		height: 6px;
	}

	.common_more_a_inner:hover {
		color: #005619;
		border-bottom: 1px solid #005619;
	}

	.common_more_a_inner:hover .common_more_a_arrow::before {
		background-color: #005619;
	}

	.common_more_a_inner:hover .common_more_a_arrow::after {
		border-top: 1px solid #005619;
		border-right: 1px solid #005619;
	}

}


@media (960px <= width <= 1279px) {

	.content_medium {
		padding-right: 30px;
    padding-left: 30px;
	}

	.common_title_1 {
		padding-bottom: 60px;
	}

	.common_title_1_text {
		padding: 0 30px;
		font-size: 30px;
		letter-spacing: 0.04em;
	}

	.common_title_1_inner::before,
	.common_title_1_inner::after {
		background: url(assets/img/common_title_1_line.svg) repeat-x left center / auto 5px;
		height: 5px;
	}

	.common_title_2 {
		padding: 20px 0; /* 背景文字の実質的高さを確保 */
	}

	.common_title_2_en {	
		font-size: 100px;
		color: rgba(255, 255, 255, 0.4);
		letter-spacing: 0.08em;
	}

	.common_title_2_jp {
		font-size: 30px;
		letter-spacing: 0.1em;
	}

	.common_title_3 {
		background: url(assets/img/bg_grass_2.jpg) top / cover;
		-webkit-background-clip: text;
		font-size: 30px;
		letter-spacing: 0.04em;
	}

	.common_title_4 {
		background-image: url(assets/img/bg_grass_2.jpg), url(assets/img/bg_grass_2.jpg), url(assets/img/bg_grass_2.jpg), url(assets/img/bg_grass_2.jpg), url(assets/img/bg_grass_2.jpg), url(assets/img/bg_grass_2.jpg), url(assets/img/bg_grass_2.jpg), url(assets/img/bg_grass_2.jpg);
		background-repeat: no-repeat;
		background-size: 8px 1px, 1px 8px, 8px 1px, 1px 8px, 8px 1px, 1px 8px, 8px 1px, 1px 8px;
		background-position: left top, left top, right top, right top, left bottom, left bottom, right bottom, right bottom;
		padding: 15px 30px;
		margin-bottom: 45px;
	}
	
	.common_lead_1 {
		font-size: 15px;
	}

}


@media (width >= 1280px) {

	.content_medium {
		margin-right: auto;
		margin-left: auto;
		max-width: 1200px;
	}

	.common_title_1 {
		padding-bottom: 60px;
	}

	.common_title_1_text {
		padding: 0 40px;
		font-size: 40px;
		letter-spacing: 0.04em;
	}

	.common_title_1_inner::before,
	.common_title_1_inner::after {
		background: url(assets/img/common_title_1_line.svg) repeat-x left center / auto 5px;
		height: 5px;
	}

	.common_title_2 {
		padding: 34px 0; /* 背景文字の実質的高さを確保 */
	}

	.common_title_2_en {	
		font-size: 160px;
		color: rgba(255, 255, 255, 0.4);
		letter-spacing: 0.08em;
	}

	.common_title_2_jp {
		font-size: 40px;
		letter-spacing: 0.1em;
	}

	.common_title_3 {
		background: url(assets/img/bg_grass_2.jpg) top / cover;
		-webkit-background-clip: text;
		font-size: 40px;
		letter-spacing: 0.04em;
	}

	.common_title_4 {
		background-image: url(assets/img/bg_grass_2.jpg), url(assets/img/bg_grass_2.jpg), url(assets/img/bg_grass_2.jpg), url(assets/img/bg_grass_2.jpg), url(assets/img/bg_grass_2.jpg), url(assets/img/bg_grass_2.jpg), url(assets/img/bg_grass_2.jpg), url(assets/img/bg_grass_2.jpg);
		background-repeat: no-repeat;
		background-size: 8px 1px, 1px 8px, 8px 1px, 1px 8px, 8px 1px, 1px 8px, 8px 1px, 1px 8px;
		background-position: left top, left top, right top, right top, left bottom, left bottom, right bottom, right bottom;
		padding: 15px 40px;
		margin-bottom: 45px;
	}

}




/* ＝＝＝＝＝ 全ページ共通 (ヘッダー) ＝＝＝＝＝ */

.header {
	background-color: #fff;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 3;
}

.header_inner {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	position: relative;
}


@media (width <= 374px) {

	.header_logo img {
		width: 135px;
	}
	
	.consultation_btn_anchor_none {
		display: none;
	}
	
}


@media (375px <= width <= 599px) {

	.header_logo img {
		width: 140px;
	}
	
	.consultation_btn_anchor {
		letter-spacing: 0.04em;
	}

}


@media (width <= 599px) {

	.header_pc_nav {
		display: none;
	}

	body {
		padding-top: 60px;
	}

	.header {
		height: 60px;
	}
	
	.header_inner {
		padding: 0 15px;
	}

	.consultation_btn {
		position: absolute;
		right: 72px;
	}
	
	.consultation_btn_anchor {
		display: flex;
		background-color: #fa87a3;
		font-weight: bold;
		color: #fff;
		padding: 5px 10px;
		border-radius: 4px;
		font-size: 10px;
	}

}


@media (width >= 600px) {
	
	.consultation_btn {
		display: none;
	}
	
	.header_inner {
		justify-content: flex-end;
	}

	.home h1,
	body:not(.home) .header_logo {
		background-color: #fff;
		z-index: 1;
		position: absolute;
		top: 0;
		left: 0;
	}

	.header_pc_nav {
		display: flex;
		align-items: center;
	}

	.header_pc_menu,
	.header_pc_cta {
		display: flex;
	}

	.header_pc_menu_anchor,
	.header_pc_cta_anchor {
		display: block;
		font-weight: bold;
		line-height: 1;
	}

	.header_pc_cta_anchor {
		background-color: #fa87a3;
		color: #fff;
	}
	
}


@media (600px <= width <= 959px) {

	body {
		padding-top: 58px;
	}

	.header {
		height: 58px;
	}

	.header_inner {
		padding: 0 0 0 30px;
	}

	.home h1,
	body:not(.home) .header_logo {
		padding: 30px 30px;
		border-radius: 0 0 30px 0;
	}

	.header_logo img {
		width: 150px;
	}
	
	.header_pc_nav,
	.header_pc_menu,
	.header_pc_cta {
		height: 100%;
	}

	.header_pc_menu_item_home {
		display: none;
	}
	
	.header_pc_menu_anchor,
	.header_pc_cta_anchor {
		display: flex;
		align-items: center;
		height: 100%;
		font-size: 14px;
	}

	.header_pc_menu_item:not(:first-of-type) > a {
		padding-left: 15px;
	}

	.header_pc_menu_item:not(:last-of-type) > a {
		padding-right: 15px;
	}

	.header_pc_cta_anchor {
		background-color: #fa87a3;
		color: #fff;
	}
	
}


@media (600px <= width <= 767px) {

	.header_pc_menu {
		margin-right: 20px;
	}
	
	.header_pc_menu_anchor,
	.header_pc_cta_anchor {
		letter-spacing: 0em;
	}

	.header_pc_cta_anchor {
		padding-right: 15px;
		padding-left: 15px;
	}
	
	.header_pc_cta_anchor_none {
		display: none;
	}

}


@media (768px <= width <= 959px) {

	.header_pc_menu {
		margin-right: 30px;
	}
	
	.header_pc_menu_anchor,
	.header_pc_cta_anchor {
		letter-spacing: 0.08em;
	}

	.header_pc_cta_anchor {
		padding-right: 20px;
		padding-left: 20px;
	}

}


@media (width >= 960px) {

	.header_pc_menu_anchor:hover {
		color: #f65e83;
	}

	.header_pc_cta_anchor:hover {
		background-color: #f65e83;
	}

}


@media (960px <= width <= 1279px) {

	body {
		padding-top: 100px;
	}

	.header {
		height: 100px;
	}
	
	.header_inner {
		padding: 0 30px;
	}

	.home h1,
	body:not(.home) .header_logo {
		padding: 50px 50px;
		border-radius: 0 0 40px 0;
	}

	.header_logo img {
		width: 200px;
	}

	.header_pc_menu {
		margin-right: 30px;
	}

	.header_pc_menu_anchor,
	.header_pc_cta_anchor {
		padding-top: 20px;
		padding-bottom: 20px;
		font-size: 15px;
		letter-spacing: 0.08em;
	}

	.header_pc_menu_item:not(:first-of-type) > a {
		padding-left: 15px;
	}

	.header_pc_menu_item:not(:last-of-type) > a {
		padding-right: 15px;
	}

	.header_pc_cta_anchor {
		background-color: #fa87a3;
		color: #fff;
		padding-right: 20px;
		padding-left: 20px;
		border-radius: 8px;
	}

}


@media (width >= 1280px) {

	body {
		padding-top: 100px;
	}

	.header {
		height: 100px;
	}
	
	.header_inner {
		padding: 0 40px;
	}

	.home h1,
	body:not(.home) .header_logo {
		padding: 50px 60px;
		border-radius: 0 0 40px 0;
	}

	.header_logo img {
		width: 320px;
	}

	.header_pc_menu {
		margin-right: 40px;
	}

	.header_pc_menu_anchor,
	.header_pc_cta_anchor {
		padding-top: 20px;
		padding-bottom: 20px;
		letter-spacing: 0.08em;
	}

	.header_pc_menu_item:not(:first-of-type) > a {
		padding-left: 20px;
	}

	.header_pc_menu_item:not(:last-of-type) > a {
		padding-right: 20px;
	}

	.header_pc_cta_anchor {
		background-color: #fa87a3;
		color: #fff;
		padding-right: 20px;
		padding-left: 20px;
		border-radius: 8px;
	}

}




/* ＝＝＝＝＝ 全ページ共通 (フッター) ＝＝＝＝＝ */

.footer {
	position: relative;
}

.footer::before,
.footer::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
}

.footer_inner_inner {
	background-color: #fff;
	position: relative;
	z-index: 1;
}

.footer_first,
.footer_first_links_list,
.footer_third_links_list {
	display: flex;
	align-items: center;
}

.footer_first_links_anchor {
	display: block;
}

.footer_second_links_anchor {
	display: block;
	position: relative;
}

.footer_second_links_anchor::after { /* あらかじめ同一画像を読込させておくことで、ホバー時のチラつきを解消。 */ 
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.footer_second_links_anchor_inner {
	display: flex;
	align-items: center;
	background-color: #fff;
}

.footer_youtube_text {
	font-family: "Huninn", sans-serif;
}

.footer_third_links_list {
	flex-wrap: wrap;
}

.copyright {
	color: #999;
}


@media (width <= 599px) {
	
	.footer {
		background: url(assets/img/bg_footer_1.jpg) top center / cover no-repeat;
	}

	.footer::before {
		backdrop-filter: blur(2px);
	}

	.footer::after {
		background: linear-gradient(to top, rgba(255, 255, 255, 0.0) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.4) 100%);
	}
	
	.footer_first,
	.footer_second,
	.footer_third {
		padding-bottom: 30px;
	}

	.footer_inner_inner {
		padding-right: 30px;
		padding-left: 30px;
		border-radius: 10px;
	}

	.footer_logo img {
		width: 140px;
		margin-right: 30px;
	}

	.footer_first_links_item:not(:first-of-type) {
		padding-left: 15px;
	}

	.footer_first_links_x img,
	.footer_first_links_instagram img {
		width: 18px;
	}
	
	.footer_second_links_list {
		display: flex;
		flex-direction: column;
		gap: 15px;
	}
	
	.footer_second_links_item {
		width: fit-content;
	}

	.footer_second_links_anchor {
		background: url(assets/img/bg_6.png) top left / 300px auto repeat;
		padding: 2px;
		border-radius: 6px;
	}

	.footer_second_links_anchor_inner {
		padding: 10px 15px;
		border-radius: 4px;
		gap: 10px;
	}

	.footer_youtube_image {
		width: 16px;
	}

	.footer_youtube_text {
		font-size: 12px;
	}

	.footer_third_links_list {
		column-gap: 15px;
		row-gap: 15px;
		font-size: 13px;
	}
	
}


@media (width >= 600px) {

	.footer_second_links_list {
		display: flex;
		align-items: center;
	}

}


@media (600px <= width <= 959px) {
	
	.footer {
		background: url(assets/img/bg_footer_2.jpg) top center / cover no-repeat;
	}

	.footer::before {
		backdrop-filter: blur(4px);
	}

	.footer::after {
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0.0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.8) 100%);
	}
	
	.footer_first,
	.footer_second,
	.footer_third {
		padding-bottom: 40px;
	}

	.footer_inner_inner {
		padding-right: 40px;
		padding-left: 40px;
		border-radius: 10px;
	}

	.footer_logo img {
		width: 150px;
		margin-right: 40px;
	}

	.footer_first_links_item:not(:first-of-type) {
		padding-left: 20px;
	}

	.footer_first_links_x img,
	.footer_first_links_instagram img {
		width: 20px;
	}

	.footer_second_links_item:not(:first-of-type) {
		padding-left: 20px;
	}

	.footer_second_links_anchor {
		background: url(assets/img/bg_6.png) top left / auto auto repeat;
		padding: 3px;
		border-radius: 6px;
	}

	.footer_second_links_anchor_inner {
		padding: 12px 20px;
		border-radius: 3px;
		gap: 10px;
	}

	.footer_youtube_image {
		width: 18px;
	}

	.footer_youtube_text {
		font-size: 13px;
	}

	.footer_third_links_list {
		column-gap: 20px;
		row-gap: 10px;
		font-size: 14px;
	}
	
}


@media (width >= 960px) {
	
	.footer {
		background: url(assets/img/bg_footer_2.jpg) top center / cover no-repeat;
	}

	.footer::before {
		backdrop-filter: blur(4px);
	}

	.footer::after {
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0.0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.8) 100%);
	}

	.footer_first,
	.footer_second,
	.footer_third {
		padding-bottom: 45px;
	}

	.footer_first_links_anchor {
		transition: all 0.2s;
	}

	.footer_first_links_anchor:hover {
		transform: scale(1.08);
	}

	.footer_second_links_anchor::after, /* あらかじめ同一画像を読込させておくことで、ホバー時のチラつきを解消。 */ 
	.footer_second_links_anchor:hover {
		background: url(assets/img/bg_7.png) top left / auto auto repeat;
	}

	.footer_third_links_anchor:hover {
		color: #f65e83;
	}

}


@media (960px <= width <= 1279px) {

	.footer_inner_inner {
		padding-right: 60px;
		padding-left: 60px;
		border-radius: 20px;
	}

	.footer_logo img {
		width: 200px;
		margin-right: 45px;
	}

	.footer_first_links_item:not(:first-of-type) {
		padding-left: 30px;
	}

	.footer_first_links_x img,
	.footer_first_links_instagram img {
		width: 25px;
	}

	.footer_second_links_item:not(:first-of-type) {
		padding-left: 30px;
	}

	.footer_second_links_anchor {
		background: url(assets/img/bg_6.png) top left / auto auto repeat;
		padding: 3px;
		border-radius: 10px;
	}

	.footer_second_links_anchor_inner {
		padding: 12px 20px;
		border-radius: 7px;
		gap: 10px;
	}

	.footer_youtube_image {
		width: 20px;
	}

	.footer_youtube_text {
		font-size: 14px;
	}

	.footer_third_links_list {
		column-gap: 30px;
		row-gap: 15px;
		font-size: 15px;
	}

}


@media (width >= 1280px) {

	.footer_inner_inner {
		padding-right: 90px;
		padding-left: 90px;
		border-radius: 20px;
	}

	.footer_logo img {
		width: 240px;
		margin-right: 45px;
	}

	.footer_first_links_item:not(:first-of-type) {
		padding-left: 30px;
	}

	.footer_first_links_x img,
	.footer_first_links_instagram img {
		width: 30px;
	}

	.footer_second_links_item:not(:first-of-type) {
		padding-left: 30px;
	}

	.footer_second_links_anchor {
		background: url(assets/img/bg_6.png) top left / auto auto repeat;
		padding: 4px;
		border-radius: 10px;
	}

	.footer_second_links_anchor_inner {
		padding: 15px 20px;
		border-radius: 6px;
		gap: 15px;
	}

	.footer_youtube_image {
		width: 24px;
	}

	.footer_youtube_text {
		font-size: 15px;
	}

	.footer_third_links_list {
		column-gap: 30px;
		row-gap: 15px;
	}

}




/* ＝＝＝＝＝ 下層ページ共通 (ページタイトル) ＝＝＝＝＝ */

.page_title {
  position: relative;
  display: grid;
  place-items: center; /* 子要素を上下左右中央寄せ */
}

.page_title_inner {
  text-align: center; /* 複数行時のみ左寄せにする必要コード 1 */
}

.page_title_text {
	display: inline-block; /* 複数行時のみ左寄せにする必要コード 2 */
  text-align: left; /* 複数行時のみ左寄せにする必要コード 3 */
  font-weight: bold;
  color: #fff;
}

.page_meta {

}

.page_date {

}

.page_category {

}

.page_category a {

}







@media (width <= 374px) {

	
	

}


@media (375px <= width <= 599px) {
	
	
}


@media (width <= 599px) {

	.page_title {
		background: url(assets/img/bg_page_title_sp.jpg) center / cover no-repeat;
	}

	.page_title {
		padding: 30px 0;
	}

	.page_title_inner {
		letter-spacing: 0.1em;
	}

	.page_title_text {
		font-size: 20px;
		line-height: 1.6;
		text-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
	}

}


@media (600px <= width <= 959px) {

	.page_title {
		background: url(assets/img/bg_page_title_pc.jpg) center / cover no-repeat;
	}

	.page_title {
		padding: 60px 0;
	}

	.page_title_inner {
		letter-spacing: 0.2em;
	}

	.page_title_text {
		font-size: 24px;
		line-height: 1.6;
		text-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
	}

}


@media (width >= 960px) {

	.page_title {
		background: url(assets/img/bg_page_title_pc.jpg) center / cover no-repeat;
	}

}


@media (960px <= width <= 1279px) {

	.page_title {
		padding: 60px 0;
	}

	.page_title_inner {
		letter-spacing: 0.2em;
	}

	.page_title_text {
		font-size: 32px;
		line-height: 1.6;
		text-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
	}

}


@media (width >= 1280px) {

	.page_title {
		padding: 80px 0;
	}

	.page_title_inner {
		letter-spacing: 0.2em;
	}

	.page_title_text {
		font-size: 36px;
		line-height: 1.6;
		text-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
	}

}




/* ＝＝＝＝＝ 下層ページ共通 (パンくずリスト) ＝＝＝＝＝ */

.breadcrumb_inner {
  background-color: #f4f5f7;
}

.breadcrumbs {
  background-color: #fff;
	border: solid 1px #ddd;
}

.breadcrumb .current-item {
	font-weight: bold;
}


@media (width <= 599px) {
	
	.breadcrumb {
		padding-right: 0;
		padding-left: 0;
	}
	
	.breadcrumb_inner {
    padding: 10px;
		border-top: solid 1px #ddd;
		border-bottom: solid 1px #ddd;
	}

  .breadcrumbs {
    padding: 12px 15px;
    border-radius: 4px;
		font-size: 12px;
    line-height: 1.9;
    letter-spacing: 0.04em;
  }

	.breadcrumbs > span:not(:last-of-type) {
		margin-right: 0.6em;
	}

	.breadcrumb_arrow {
		vertical-align: 1px;
	}

}


@media (600px <= width <= 959px) {
	
	.breadcrumb_inner {
    padding: 15px;
		border: solid 1px #ddd;
    border-radius: 6px;
	}

  .breadcrumbs {
    padding: 12px 20px;
    border-radius: 5px;
		font-size: 14px;
    line-height: 2.0;
    letter-spacing: 0.06em;
  }

	.breadcrumbs > span:not(:last-of-type) {
		margin-right: 0.8em;
	}

	.breadcrumb_arrow {
		vertical-align: 1px;
	}
	
}


@media (width >= 960px) {
	
	.breadcrumb_inner {
    padding: 15px;
		border: solid 1px #ddd;
    border-radius: 6px;
	}

  .breadcrumbs {
    padding: 15px 20px;
    border-radius: 5px;
		font-size: 15px;
    line-height: 2.0;
    letter-spacing: 0.06em;
  }

	.breadcrumbs > span:not(:last-of-type) {
		margin-right: 0.8em;
	}

	.breadcrumbs a:hover {
		color: #00a0e9;
	}

	.breadcrumb_arrow {
		vertical-align: 1px;
	}

}




/* ＝＝＝＝＝ 複数ページ共通 (カスタム投稿「講師」一覧) ＝＝＝＝＝ */

.teacher_anchor {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	height: 100%;
	position: relative;
	overflow: hidden;
	color: inherit !important;
	text-decoration: none !important;
  isolation: isolate; /* 「z-index」の衝突防止 */
}

.teacher_anchor > * {
  position: relative;
  z-index: 1;
}

.teacher_text {
	display: flex;
  flex-direction: column;
	flex: 1;
	width: 100%;
	background-color: #fff;
}

.teacher_name {
	font-weight: bold;
	line-height: 1;
}

.teacher_introduction {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.teacher_common_title {
	line-height: 1;
}

.teacher_more {
  margin-top: auto;
}

.teacher_more_inner {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 1px solid #ddd;
}

.teacher_more_text {
  line-height: 1;
}

.teacher_more_icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.teacher_more_icon_svg {
  display: block;
}


@media (width <= 374px) {

	
	

}


@media (375px <= width <= 599px) {
	
	
}


@media (width <= 599px) {

	.teachers_list {
		display: grid;
		grid-template-columns: repeat(2, 1fr); /* 列数, 1等分 */
		gap: 15px 10px;
	}

	.teacher_anchor,
	.teacher_photo {
		background: url(assets/img/bg_6.png) top left / 300px auto repeat;
	}

	.teacher_anchor {
		padding: 2px;
		border-radius: 6px;
	}

	.teacher_photo,
	.teacher_photo_img {
		border-radius: 4px 4px 0 0;
	}

	.teacher_photo {
		padding-bottom: 2px;
	}

	.teacher_text {
		padding: 15px 15px;
		border-radius: 0 0 4px 4px;
	}

	.teacher_name {
		padding-bottom: 11px;
	}

	.teacher_name {
		font-size: 14px;
	}
	
	.teacher_introduction,
	.teacher_subjects {
		font-size: 13px;
	}

	.teacher_introduction {
		-webkit-line-clamp: 5; /* 上限行数 */
	}

	.teacher_subjects {
		padding-top: 15px;
	}

	.teacher_common_title {
		padding-bottom: 15px;
	}

	.teacher_common_open_book {
		padding-right: 0.5em;
	}

	.teacher_more_inner {
		padding: 12px 20px;
		border-radius: 4px;
		margin-top: 15px;
	}

	.teacher_more_text {
		font-size: 12px;
	}

	.teacher_more_icon {
		right: 11px;
	}

	.teacher_more_icon_svg {
		width: 12px;
		height: 12px;
	}

}


@media (600px <= width <= 959px) {

	.teachers_list {
		display: grid;
		grid-template-columns: repeat(2, 1fr); /* 列数, 1等分 */
		gap: 20px;
	}

	.teacher_anchor,
	.teacher_photo {
		background: url(assets/img/bg_6.png) top left / auto auto repeat;
	}

	.teacher_anchor {
		padding: 3px;
		border-radius: 10px;
	}

	.teacher_photo,
	.teacher_photo_img {
		border-radius: 7px 7px 0 0;
	}

	.teacher_photo {
		padding-bottom: 3px;
	}

	.teacher_text {
		padding: 20px 20px;
		border-radius: 0 0 7px 7px;
	}

	.teacher_name,
	.teacher_common_title {
		padding-bottom: 20px;
	}

	.teacher_name {
		font-size: 18px;
	}

	.teacher_introduction {
		-webkit-line-clamp: 3; /* 上限行数 */
	}

	.teacher_subjects {
		padding-top: 20px;
	}

	.teacher_common_open_book {
		padding-right: 0.5em;
	}

	.teacher_more_inner {
		padding: 15px 20px;
		border-radius: 6px;
		margin-top: 20px;
	}

	.teacher_more_text {
		font-size: 13px;
	}

	.teacher_more_icon {
		right: 20px;
	}

	.teacher_more_icon_svg {
		width: 15px;
		height: 15px;
	}

}


@media (width >= 960px) {

	.teacher_anchor,
	.teacher_photo {
		background: url(assets/img/bg_6.png) top left / auto auto repeat;
	}

	.teacher_anchor {
		padding: 4px;
		border-radius: 16px;
	}

	.teacher_photo,
	.teacher_photo_img {
		border-radius: 12px 12px 0 0;
	}

	.teacher_photo {
		padding-bottom: 4px;
	}

	.teacher_text {
		padding: 30px 30px;
		border-radius: 0 0 12px 12px;
	}

	.teacher_name,
	.teacher_common_title {
		padding-bottom: 20px;
	}

	.teacher_name {
		font-size: 22px;
	}

	.teacher_introduction {
		-webkit-line-clamp: 3; /* 上限行数 */
	}

	.teacher_subjects {
		padding-top: 20px;
	}

	.teacher_common_open_book {
		padding-right: 0.5em;
	}

	.teacher_more_inner {
		padding: 15px 30px;
		border-radius: 8px;
		margin-top: 30px;
	}

	.teacher_more_text {
		font-size: 15px;
	}

	.teacher_more_icon {
		right: 24px;
		transition: 0.1s ease;
	}

	.teacher_more_icon_svg {
		width: 18px;
		height: 18px;
	}

	.teacher_anchor::after {
		content: "";
		position: absolute;
		inset: 0;
		mix-blend-mode: hard-light;
		z-index: 0;
		pointer-events: none;
		opacity: 0;
		background: linear-gradient(-45deg, #38b87b, #d8325f);
		transition: opacity 0.1s ease;
	}

	.teacher_anchor:hover::after {
		opacity: 0.08;
	}

	.teacher_anchor:hover .teacher_more_icon {
		right: 22px;
	}

}


@media (960px <= width <= 1279px) {

	.teachers_list {
		display: grid;
		grid-template-columns: repeat(2, 1fr); /* 列数, 1等分 */
		gap: 30px;
	}

}


@media (1280px <= width <= 1535px) {

	.teachers_list {
		display: grid;
		grid-template-columns: repeat(3, 1fr); /* 列数, 1等分 */
		gap: 40px;
	}

}


@media (width >= 1536px) {

	.teachers_list {
		display: grid;
		grid-template-columns: repeat(3, 1fr); /* 列数, 1等分 */
		gap: 45px;
	}

}
