@charset "utf-8";

/* ==================================================
PC
================================================== */

/* ========== トップページ ========== */

/* Start Top Header  */
.tpl_site_index #header {
	position: relative;
}
.tpl_site_index #header2 {
	width: 100%;
	position: absolute;
	z-index: 99;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.tpl_site_index #main_body h2 {
	border: none !important;
}

.tpl_site_index #main_body h2::before{
	content: none !important;
}

.tpl_site_index .spm_search_open #header2,
.tpl_site_index .spm_menu_open #header2 {
	width: 100%;
	position: absolute !important;
	transform: none !important;
	left: unset !important;
}

.tpl_site_index .spm_search_open .header_nav,
.tpl_site_index .spm_menu_open .header_nav {
	position: absolute;
}

/* End Top Header  */

/* Start Slider Section PC */

.tpl_site_index #mymainback_bg {
	max-width: 100%;
}

.tpl_site_index #mymainback {
	padding-top: 0px;
}

.pg_class_slide_a_center {
	height: 820px;
}

.swiper-slide img.pg_class_slide_img_fit {
	width: 100%;
	height: 100%;
	object-fit: cover !important;
}

.swiper-wrapper {
	height: auto !important;
}

.pg_class_slide_div_center {
	height: 820px !important;
	align-items: start !important;
}

button.swiper-button-next {
	width: 26px !important;
	height: 26px !important;
	top: 113px !important;
	right: clamp(10px, calc(50% - 530px), 50%) !important;
	background: #3e3e3e !important;
}

button.swiper-button-next::after {
	clip-path: none !important;
	width: 8px !important;
	height: 10px !important;
	left: 10px !important;
	background: url("/img/sites/ijyuiizuka/top/next_btn.png") no-repeat center center !important;
	background-size: contain !important;
}

button.swiper-button-start,
button.swiper-button-stop {
	width: 26px !important;
	height: 26px !important;
	top: 113px !important;
	right: clamp(10px, calc(50% - 496px), 50%) !important;
	background: #3e3e3e !important;
}

.font_size_changed button.swiper-button-start,
.font_size_changed button.swiper-button-stop,
.font_size_changed button.swiper-button-next,
.font_size_changed button.swiper-button-prev {
	top: 173px !important;
}

.font_size_changed.font_size_limit_max button.swiper-button-start,
.font_size_changed.font_size_limit_max button.swiper-button-stop,
.font_size_changed.font_size_limit_max button.swiper-button-next,
.font_size_changed.font_size_limit_max button.swiper-button-prev {
	top: 222px !important;
}

button.swiper-button-stop::after {
	clip-path: none !important;
	width: 8px !important;
	height: 10px !important;
	left: 13px !important;
	background: url("/img/sites/ijyuiizuka/top/pause_btn.png") no-repeat center center !important;
	background-size: contain !important;
}

button.swiper-button-prev {
	width: 26px !important;
	height: 26px !important;
	top: 113px !important;
	left: unset !important;
	right: clamp(10px, calc(50% - 462px), 50%) !important;
	background: #3e3e3e !important;
}

button.swiper-button-prev::after {
	clip-path: none !important;
	width: 8px !important;
	height: 10px !important;
	left: 8px !important;
	background: url("/img/sites/ijyuiizuka/top/prev_btn.png") no-repeat center center !important;
	background-size: contain !important;
}

.swiper-pagination {
	width: fit-content !important;
	position: absolute !important;
	top: 108px !important;
	right: clamp(10px, calc(50% - 420px), 50%) !important;
	bottom: unset !important;
	left: unset !important;

	margin: 0 !important;

	display: flex;
	justify-content: center;
	align-items: center;

	gap: 16px;
}

.font_size_changed .swiper-pagination {
	top: 169px !important;
}

.font_size_changed.font_size_limit_max .swiper-pagination {
	top: 218px !important;
}

.color_change.color_black .swiper-pagination,
.color_change.color_blue .swiper-pagination {
	background-color: transparent !important;
}

.swiper-pagination-bullet {
	width: 10px !important;
	height: 10px !important;
	background: #ffffff !important;
	border: 2px solid #bfbfbf !important;
	opacity: 1 !important;
	margin: 0 !important;
}

.swiper-pagination-bullet-active {
	background: #222222 !important;
	border: 2px solid #bfbfbf !important;
}

.color_change .swiper-pagination-bullet {
	background: #ffffff !important;
	border: 2px solid #bfbfbf !important;
}

.color_change .swiper-pagination-bullet-active {
	background: #222222 !important;
	border: 2px solid #bfbfbf !important;
}

/* End Slider Section PC  */

.tpl_site_index .free_box_wrapper .free_box a {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 6px;
}

.tpl_site_index .free_box_wrapper .free_box a:hover {
	box-shadow: 6px 6px 5px -2px rgba(0, 0, 0, 0.5);
	transition: all 0.25s ease;
}

/* 非表示 */
.tpl_site_index #footstep_wrap {
	display: none !important;
}
/* スライドショー */

/* 新着情報 */
.section_information_wrapper {
	background-color: #fff5dc;
	padding: 75px 0 69px;
}

.section_information_container {
	max-width: 1080px;
	margin: 0 auto;
}

.section_information {
	background: #fff5dc !important;
	margin: 0;
	padding: 0;
}

.section_information h2 {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 0px;
	border: none;
	border-radius: 0;
	background: none;
	font-size: 2.4rem;
}

.color_change.color_black .section_information h2 {
	background-color: #333 !important;
}

.section_information h2 .eng_ttl {
	background: url('/img/sites/ijyuiizuka/top/information_ttl.png') no-repeat center center;
	background-size: contain;
	width: 100%;
	max-width: 105px;
	height: 15px;
	margin-top: 7px;
}

.section_information p.no_data {
	margin: 0px;
	padding: 20px 0px;
}

.section_information_list ul {
	margin: 40px 0 20px;
	padding: 0;
	list-style: none;
}

.section_information_list ul li {
	width: 100%;
	display: flex;
	gap: 70px;
	box-sizing: border-box;
	margin: 0px 0px 10px;
	background: #fff;
	padding: 16px 20px 14px 40px;
	border-radius: 6px;
}

.section_information_list ul li>span {
	display: table-cell;
	vertical-align: top;
}

.section_information_list ul li>span.article_date {
	max-width: 154px;
	width: 100%;
	font-size: 1.6rem;
	letter-spacing: 0.025em;
}

.section_information_list ul li>span.article_title {
	width: calc(100% - 15.4rem);
	font-size: 1.8rem;
}

.section_information_list ul li>span.article_title a {
	color: #333333;
	text-underline-offset: 2px;
}

.section_information_list img.icon_new {
	vertical-align: middle;
	margin-left: 10px;
	width: 36px;
	height: auto;
	margin-top: -8px;
}

.section_information .jp_ttl {
	position: relative;
	padding-left: 71px;
	transform: translateX(-28px);
}

.section_information .jp_ttl::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 51px;
	height: 43px;
	background-image: url(/img/sites/ijyuiizuka/top/info_icon.png);
	background-repeat: no-repeat;
	background-size: contain;
}

/* 新着情報（文字拡大時） */
.font_size_changed .section_information_list ul li,
.font_size_changed .section_information_list ul li>span {
	display: block;
}

.font_size_changed .section_information_list ul li>span.article_date {
	width: auto;
	padding-top: 0px;
}

/* 新着情報（一覧 / RSS） */
.section_information_list div.link_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: end;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 30px;
}

.section_information_list div.link_box span {
	display: inline-block;
	vertical-align: top;
	width: unset;
	max-width: 100%;
}

.section_information_list div.link_box span a {
	display: block;
	border: 1px solid transparent;
	border-radius: 0;
	background: #ffffff;
	color: #333333 !important;
	font-size: 1.6rem;
	text-decoration: none;
	margin: 0;
	padding: 0;
	text-align: center;
	position: relative;
	padding-right: 25px;
	letter-spacing: 0.1em;
	font-family: 'BIZ UDPGothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Arial, Meiryo, メイリオ, Osaka, sans-serif;
}

.color_change.color_black .section_information_list div.link_box span a {
	border: none !important;
	color: #ffff00 !important;
}

.color_change.color_blue .section_information_list div.link_box span a {
	border: none !important;
	color: #ffffff !important;
}

.section_information_list div.link_box span a::after {
	content: "";
	background-image: url(/img/sites/ijyuiizuka/top/right_arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}

.section_information_list div.link_box span a:hover::after {
	transform: translateY(-50%) rotate3d(1, 0, 0, 360deg);
	transition: 2s;
}

.section_information_list div.link_box span a:hover::after,
.section_information_list div.link_box span a:focus {
	text-decoration: underline;
}

.section_information_list div.link_box span a,
.top_search_menu_list ul li a,
#search_trend_word p a,
.top_tab_detail_box .link_box span[class*="link_"] a {
	background: none !important;
}

.tpl_site_index #main_body .toc_link_wrap {
	display: none !important;
}

/* free box */
.free_box_container {
	max-width: 1080px;
	margin: 0 auto;
}

.free_box_circle_flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: baseline;
	gap: 30px;
	position: relative;
	z-index: 2;
	margin-top: -211px;
}

.free_box_circle_img {
	text-decoration: none;
}

.free_box_circle_img.circle_one {
	width: 245px;
	height: 275px;
}

.free_box_circle_img.circle_one img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.free_box_flex {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
	margin: 50px 0;
}

#main_body .toc_link_wrap summary.toc_link_toggle {
	display: none;
}

#main_body h2.youtube_ttl {
	padding: 0;
	margin: 0;
	text-align: center;
	display: flex;
	flex-direction: column;
	margin-bottom: 40px;
	align-items: center;
}

#main_body h2.youtube_ttl .jp_ttl {
	width: fit-content;
	position: relative;
	padding-left: 96px;
	font-size: 2.4rem;
}

#main_body h2.youtube_ttl .jp_ttl::before {
	content: "";
	position: absolute;
	bottom: 7px;
	left: 0;
	width: 78px;
	height: 42px;
	background-image: url(/img/sites/ijyuiizuka/top/pr_vd_icon.png);
	background-repeat: no-repeat;
	background-size: contain;
}

#main_body h2.youtube_ttl .eng_ttl {
	background: url('/img/sites/ijyuiizuka/top/pr_ttl.png') no-repeat center center;
	background-size: contain;
	width: 100%;
	max-width: 239px;
	height: 16px;
	margin-top: 5px;
}

.youtube_wrapper {
	background-color: #ffebb8;
}

.youtube_container {
	max-width: 1080px;
	margin: 0 auto;
	padding: 70px 0;
}

.youtube_wrapper h2.youtube_ttl {
	background: none !important;
	border: none !important;
}

#main_body h2.youtube_ttl::after{
	content: none;
}

#main_body .movie_list_flex .movie_list div[class*="detail_"] p {
	padding: 0;
	margin: 0;
}

#main_body .movie_list_flex .movie_list div[class*="detail_"] p:nth-child(2) {
	font-size: 1.6rem;
	line-height: 1.4;
	margin-bottom: 5px;
	padding-left: 10px;
}

#main_body .movie_list_flex .movie_list div[class*="detail_"] p:nth-child(3) {
	font-size: 1.8rem;
	line-height: 1.4;
	padding-left: 10px;
}

#main_body .movie_list_flex .movie_list div[class*="detail_"] p a:link,
#main_body .movie_list_flex .movie_list div[class*="detail_"] p a:visited {
	color: #333333 !important;
}

.color_change.color_black #main_body .movie_list_flex .movie_list div[class*="detail_"] p a {
	color: #ffff00 !important;
}

.color_change.color_blue #main_body .movie_list_flex .movie_list div[class*="detail_"] p a {
	color: #ffffff !important;
}

#main_body .movie_list_flex .movie_list .detail_free {
	max-width: 350px;
	width: 100%;
	margin: 0;
	padding: 10px;
	background: #fff;
}

#main_body .movie_list_flex .movie_list .detail_movie {
	max-width: 350px;
	width: 100%;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

#main_body .movie_list_flex .movie_list .detail_movie {
	margin-left: 0;
}

#main_body .movie_list_flex .movie_list {
	display: flex;
	justify-content: center;
	gap: 15px;
	flex-wrap: wrap;
}

#main_body .movie_list_flex .movie_list .detail_free:nth-of-type(1) {
	margin-left: 0;
}

#main_body .movie_list_flex .movie_list .detail_free p:first-child,
#main_body .movie_list_flex .movie_list .detail_movie iframe {
	max-width: 330px;
	aspect-ratio: 330 / 174;
	background-color: #ffffff;
	margin: 0 auto;
}

#main_body .movie_list_flex .movie_list .detail_free p img,
#main_body .movie_list_flex .movie_list .detail_movie iframe {
	width: 100% !important;
	height: 100% !important;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
	aspect-ratio: auto 330 / 174;
}

/* free box */

.iizuka_info_wrapper {
	background: #fff5dc;
}

.iizuka_info_container {
	max-width: 1080px;
	margin: 0 auto;
	padding: 30px 0;
}

.iizuka_info_container .free_box {
	display: flex;
	justify-content: center;
}

.iizuka_info_container .free_box p {
	margin: 0 !important;
}

/* Common start */
.common_ctnr {
	max-width: 1125px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}

.bg_wrp {
	background: url(/img/sites/ijyuiizuka/top/main_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 100px 0 75px;
	position: relative;
	z-index: 0;
}

.color_change.color_black .bg_wrp,
.color_change.color_blue .bg_wrp {
	background: none !important;
}

/* Common end */

/* Iizuka Education Section start */
.iizuka_edu {
	background: url(/img/sites/ijyuiizuka/top/iizuka_education_background.png);
	background-repeat: repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}

.bg_wrp::after {
	content: "";
	position: absolute;
	top: 1px;
	left: 0;
	width: 100%;
	height: 1px;
	background: url(/img/sites/ijyuiizuka/top/border_img.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.iizuka_edu_img {
	display: none;
}

.edu_txt_box {
	max-width: 480px;
	display: block;
	margin: 0 auto;
	padding: 70px 40px;
	background-color: #fff5dc;
	box-sizing: border-box;
}

.edu_ttl {
	font-family: 'BIZ UDPGothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Arial, Meiryo, メイリオ, Osaka, sans-serif;
	font-size: 3rem;
	color: #222;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.1em;
	width: fit-content;
	margin: 0 auto;
	text-shadow:
		-1px -1px 0 #fff,
		1px -1px 0 #fff,
		-1px 1px 0 #fff,
		1px 1px 0 #fff;
	position: relative;
	z-index: 0;
	margin-top: 35px;
	margin-bottom: 0;
}

.edu_ttl::after {
	content: "";
	width: 112%;
	height: 1.9rem;
	border-radius: 100vmax;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	background-color: #ffff28;
	z-index: -1;
}

.edu_ttl:before {
	content: "";
	background-image: url(/img/sites/ijyuiizuka/top/edu_ttl_img.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 110px;
	height: 100px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -2;
}

.edu_para {
	font-family: 'BIZ UDPGothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Arial, Meiryo, メイリオ, Osaka, sans-serif;
	font-size: 1.8rem;
	color: #222;
	line-height: 1.7;
	letter-spacing: 0.1em;
	margin-top: 55px;
	margin-bottom: 45px;
}

.edu_btn_ctnr {
	max-width: 280px;
	margin: 0 auto;
}

.edu_btn_ctnr.youtube_btn_ctnr {
	margin-top: 30px;
}

.edu_btn_ctnr.youtube_btn_ctnr .gallery_btn.edu_btn{
	max-width: 250px;
	letter-spacing: 0.1em;
	font-weight: 400;
}

.edu_btn_ctnr a:link,
.edu_btn_ctnr a:visited {
	color: #222222;
	text-decoration: none;
}

.edu_btn_ctnr a:link:hover,
.edu_btn_ctnr a:visited:hover {
	text-decoration: underline;
}

.gallery_btn.edu_btn {
	padding-left: 35px;
}

.gallery_btn.edu_btn::after {
	right: 30px;
}

.color_change.color_black .color_triggered {
	color: #ffff00 !important;
}

.color_change.color_black a.color_triggered {
	color: #ffff00 !important;
}

.color_change.color_black a.color_triggered:hover,
.color_change.color_black a.color_triggered:visited {
	color: #ffff00 !important;
}

.color_black * {
	background-color: #000 !important;
}

.color_blue * {
	background-color: #0000ff !important;
}

.color_change.color_blue .color_triggered {
	color: #fff !important;
}

.color_change.color_blue a.color_triggered {
	color: #ffffff !important;
}

.color_change.color_blue a.color_triggered:hover,
.color_change.color_blue a.color_triggered:visited {
	color: #ffffff !important;
}

/* Iizuka Education Section end */

/* Gallery Section start */
.gallery_grid {
	display: grid;
	grid-template-columns: auto 34%;
	gap: 15px;
	margin-top: 40px;
}

.gallery_grid:first-child {
	margin-top: 0;
}

.raise_child_img_wrp {
	padding: 6.5% 4% 4% 1.8%;
	position: relative;
	align-self: flex-start;
	box-sizing: border-box;
	width: 100%;
	aspect-ratio: 25 / 18;
}

.gallery_grid.gallery_grid_work .raise_child_img_wrp {
	margin-top: 27px;
}

.raise_child_img_wrp::before {
	content: "";
	background-image: url(/img/sites/ijyuiizuka/top/lightgreen_img_frame.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 100%;
	height: 100%;

	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.raise_child_img_wrp img {
	width: 100%;
	height: auto;
	object-fit: contain;
}

.gallery_info_blk {
	background-color: #e1f6fb;
	padding: 13px 30px 35px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 30px;
	margin-right: 10px;
}

.gal_info_ttl {
	font-family: sans-serif;
	font-size: 2.2rem;
	font-weight: normal;
	color: #222;
	text-align: center;
	letter-spacing: 0;
	position: relative;
	width: fit-content;
	margin: 0 auto;
}

.gal_ttl_img {
	max-width: 8em;
	height: auto;
	display: block;
	position: relative;
}

.color_change.color_black .gal_ttl_img {
	background-color: #fff !important;
}

.gal_ttl_img.raise_child_ttl {
	width: 176px;
	height: 116px;
}

.gal_ttl_img.raise_child_ttl::before {
	content: "";
	background: url(/img/sites/ijyuiizuka/top/raise_ttl.png) no-repeat center center;
	background-size: contain;
	width: 100%;
	max-width: 176px;
	height: 116px;
	display: block;
}

.gal_ttl_img.academy_ttl {
	width: 176px;
	height: 99px;
}

.gal_ttl_img.academy_ttl::before {
	content: "";
	background: url(/img/sites/ijyuiizuka/top/academy_ttl.png) no-repeat center center;
	background-size: contain;
	width: 100%;
	max-width: 176px;
	height: 99px;
	display: block;
}

.gal_ttl_img.work_ttl {
	width: 171px;
	height: 74px;
}

.gal_ttl_img.work_ttl::before {
	content: "";
	background: url(/img/sites/ijyuiizuka/top/work_ttl.png) no-repeat center center;
	background-size: contain;
	width: 100%;
	max-width: 171px;
	height: 74px;
	display: block;
}

.gal_ttl_img img {
	width: 100%;
	height: auto;
	object-fit: contain;
}

.gal_info_ttl_jp {
	font-family: 'BIZ UDPGothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Arial, Meiryo, メイリオ, Osaka, sans-serif;
	font-size: 2.4rem;
	font-weight: 700;
	color: #222;
	width: fit-content;
	margin: 0 auto;
	margin-bottom: 0;
	position: relative;
	z-index: 0;
	margin-top: 15px;
	display: block;
}

.gal_info_ttl_jp::before {
	content: "";
	width: 167px;
	height: 14px;
	position: absolute;
	left: 49%;
	transform: translateX(-50%);
	bottom: -2px;
	background-color: #ffff28;
	z-index: -1;
	border-radius: 100vmax;
}

.color_change.color_black .gal_info_ttl_jp::before,
.color_change.color_blue .gal_info_ttl_jp::before {
	background-color: #333333;
}

.gal_info_para {
	font-family: 'BIZ UDPGothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Arial, Meiryo, メイリオ, Osaka, sans-serif;
	font-size: 1.8rem;
	font-weight: 700;
	color: #222;
	line-height: 1.7;
	margin-top: 35px;
	margin-bottom: 0;
	letter-spacing: 0.1em;
}

.gallery_btns_ctnr {
	max-width: 250px;
	width: 100%;
	margin: 0 auto;
}

.gallery_btns_ctnr a:link,
.gallery_btns_ctnr a:visited {
	color: #222222;
	text-decoration: none;
}

.gallery_btns_ctnr a:link:hover,
.gallery_btns_ctnr a:visited:hover {
	text-decoration: underline;
}

.gallery_btn {
	font-family: 'BIZ UDPGothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Arial, Meiryo, メイリオ, Osaka, sans-serif;
	font-size: 1.4rem;
	letter-spacing: 0;
	color: #222222;
	line-height: 1.5;
	padding: 12px 60px 12px 45px;
	border: 2px solid #222222;
	background-color: #fff;
	text-decoration: none;
	display: block;
	position: relative;
	margin: 0 auto;
	width: 100%;
	box-sizing: border-box;
}

.gallery_btn::after {
	content: "";
	background-image: url(/img/sites/ijyuiizuka/top/right_arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
}

.gallery_btn:hover {
	text-decoration: underline;
	text-underline-offset: 4px;
	opacity: 0.8;
	border: 2px solid #e26000;
}

.gallery_btn:hover::after {
	/* animation: roatateX 1s linear; */
	transform: translateY(-50%) rotate3d(1, 0, 0, 360deg);
	transition: 2s;
}

.gallery_grid.gallery_grid_academy {
	grid-template-columns: 34% auto;
}

.gallery_grid_academy .gallery_info_blk {
	background-color: #fffcd2;
	padding: 10px 30px 25px;
	grid-area: 1 / 1 / 2 / 2;
	gap: 20px;
	margin-right: 0;
	margin-left: 10px;
}


.gallery_grid_academy .gal_info_para {
	margin-top: 25px;
}

.gallery_grid_academy .raise_child_img_wrp::before {
	background-image: url(/img/sites/ijyuiizuka/top/yellow_img_frame.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.gallery_grid_academy .gallery_btn {
	margin-top: 10px;
}

.gallery_grid_academy .gallery_btn:first-child {
	margin-top: 0;
}

.gallery_grid_work .gallery_info_blk {
	background-color: #eff8cc;
	padding: 20px 20px 25px;
	gap: 14px;
}

.gallery_grid_work .gal_info_para {
	margin-top: 25px;
}

.gallery_grid_work .raise_child_img_wrp::before {
	background-image: url(/img/sites/ijyuiizuka/top/green_img_frame.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.gallery_grid_work .gallery_btn {
	margin-top: 10px;
}

.gallery_grid_work .gallery_btn:first-child {
	margin-top: 0;
}

/* Gallery Section end */


/* ========== 背景色変更 ========== */

/* 共通 */
.color_change * {}

/* 黒 */
.color_black * {}

/* 青 */
.color_blue * {}

/* ==================================================
PC ここまで
================================================== */


/* ==================================================
スマートフォン
================================================== */
@media screen and (max-width: 1080px) {

	/* ========== トップページ ========== */

	/* ヘッダ */
	.tpl_site_index .spm_kaiyu_open #header2 {
		z-index: 0;
	}

	/* スライドショー */
	#top_photo {
		width: auto;
		margin: 15px 15px 0px;
	}

	/* スライドショー（3枚表示） */
	#top_photo.triple #top_photo_list {
		width: auto;
		left: auto;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	/* スライドコントロールボタン */
	*[id*="_control_box"] {
		text-align: center;
	}

	/* スライドナビゲーションボタン */
	*[id*="_control_navigation"] {
		margin: 5px 20px;
	}

	/* Start Slider Section SP */
	.pg_class_slide_a_center {
		width: 100%;
		height: 600px;
	}

	.pg_class_slide_div_center {
		width: 100%;
		height: 600px !important;
	}

	.swiper-pagination {
		top: unset !important;
		bottom: 137px !important;
		min-width: 26px !important;
		width: auto !important;
		flex-direction: column;
		flex-flow: column wrap-reverse;
		right: clamp(15px, calc(50% - 550px), 50%) !important;
		gap: 25px;
		height: 175px;
		justify-content: end;
		align-items: end;
	}

	button.swiper-button-next {
		top: unset !important;
		bottom: 0px !important;
	}

	button.swiper-button-start,
	button.swiper-button-stop {
		top: unset !important;
		bottom: 42px !important;
		right: clamp(10px, calc(50% - 550px), 50%) !important;
	}

	button.swiper-button-prev {
		top: unset !important;
		bottom: 82px !important;
		right: clamp(10px, calc(50% - 550px), 50%) !important;
	}

	.font_size_changed button.swiper-button-start,
	.font_size_changed button.swiper-button-stop,
	.font_size_changed button.swiper-button-next,
	.font_size_changed button.swiper-button-prev {
		top: unset !important;
	}

	.font_size_changed .swiper-pagination {
		top: unset !important;
	}

	/* End Slider Section SP */

	/* 新着情報 */
	.section_information {
		padding: 0px;
	}

	.section_information_wrapper {
		padding: 50px 0 45px;
	}

	.section_information h2 {
		margin: 0px;
		padding: 0;
		font-size: 2rem;
	}

	.section_information p.no_data {
		padding: 20px;
	}

	.section_information .jp_ttl {
		padding-left: 45px;
		transform: translateX(-21px);
	}

	.section_information h2 .eng_ttl {
		margin-top: 3px;
	}

	.section_information h2 .eng_ttl img {
		width: 80px;
		height: auto;
	}

	.section_information .jp_ttl::before {
		width: 38px;
		height: 32px;
	}

	.section_information_list ul {
		padding: 0px 15px 0;
		margin: 15px 0 15px;
	}

	.section_information_list ul li {
		display: block;
		width: auto;
		margin: 0px;
		padding: 13px 20px 10px;
		border-bottom: 0;
		margin-bottom: 5px;
	}

	.section_information_list ul li>span {
		display: block;
	}

	.section_information_list ul li>span.article_date {
		width: 100%;
		max-width: 100%;
		padding-top: 0px;
	}

	.section_information_list ul li>span.article_date {
		font-size: 1.3rem;
	}

	.section_information_list ul li>span.article_title {
		width: 100%;
		font-size: 1.4rem;
		margin-top: 7px;
	}

	.section_information_list ul li a {
		display: inline;
		background: none;
		background-size: 8px auto;
		padding-right: 10px;
		text-decoration: underline;
	}

	.section_information_list ul li:has(img.icon_new) {
		position: relative;
	}

	.section_information_list ul li:has(img.icon_new)>span.article_date {
		padding-left: 0;
	}

	.section_information_list img.icon_new {
		margin: 0px;
		position: unset;
		width: 29px;
		height: auto;
	}

	/* 新着情報（一覧 / RSS） */
	.section_information_list div.link_box {
		padding: 0;
		gap: 12px;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}

	.font_size_changed .section_information_list div.link_box {
		padding: 0 10px;
	}

	.section_information_list div.link_box span {
		width: auto;
		max-width: none;
		min-width: unset;
	}

	.section_information_list div.link_box span a {
		font-size: var(--fontsize-main-small, 1.3rem);
	}

	.section_information_list div.link_box span a::after {
		width: 17px;
		height: 17px;
	}

	.free_box_flex {
		row-gap: 30px;
	}

	#main_body h2.youtube_ttl{
		margin-bottom: 30px;
	}

	#main_body h2.youtube_ttl .jp_ttl {
		font-size: 1.8rem;
		padding-left: 72px;
	}

	#main_body h2.youtube_ttl .jp_ttl::before {
		width: 58px;
		height: 32px;
	}

	.youtube_container {
		padding: 50px 0 43px;
	}

	/* ========== 背景色変更 ========== */

	/* common sp start */
	.common_ctnr {
		padding: 0 15px;
	}

	.bg_wrp {
		background: url(/img/sites/ijyuiizuka/top/main_bg_sp.png);
		background-repeat: repeat;
		background-size: cover;
		padding: 45px 0 35px;
	}

	/* common sp end */

	/* Iizuka education sp start */
	.iizuka_edu {
		background: unset;
	}

	.iizuka_edu_img {
		display: flex;
		width: 100%;
	}

	.iizuka_edu_img img {
		width: 100%;
		height: auto;
		object-fit: cover;
	}

	.edu_txt_box {
		padding: 30px 15px 45px;
		max-width: unset;
	}

	.edu_ttl {
		font-size: 2.3rem;
		margin-top: 25px;
	}

	.edu_ttl:before {
		width: 90px;
		height: 80px;
	}

	.edu_para {
		font-size: 1.4rem;
		margin-top: 40px;
		margin-bottom: 25px;
		line-height: 1.7;
	}

	.edu_btn_ctnr {
		max-width: 225px;
	}

	.gallery_btn.edu_btn {
		padding: 7px 30px 7px 15px;
	}

	.font_size_changed .gallery_btn.edu_btn {
		padding: 7px 30px 7px 15px;
	}

	/* iizuka education sp end */

	/* gallery section sp start */
	.gallery_grid {
		grid-template-columns: 1fr;
		margin-top: 35px;
		gap: 10px;
	}

	.gallery_info_blk {
		gap: 25px;
		padding: 20px 15px 35px;
		margin: 0;
	}

	.gal_ttl_img {
		max-width: 6em;
		padding-left: 0;
	}

	.gal_info_ttl_jp {
		font-size: 1.9rem;
		margin-top: 10px;
	}

	.gallery_grid.gallery_grid_work .raise_child_img_wrp img {
		height: auto;
	}

	.gal_info_bg {
		width: 130px;
	}

	.gal_info_para {
		font-size: 1.4rem;
		margin-top: 30px;
	}

	.gallery_btn {
		font-size: 1.3rem;
		padding: 8px 35px 8px 20px;
		border: 1px solid #222;
	}

	.gallery_btn::after {
		width: 18px;
		height: 18px;
		right: 15px;
	}

	.gallery_btns_ctnr {
		max-width: 188px;
	}

	.gallery_btn::after {
		width: 14px;
		height: 14px;
	}

	.raise_child_img_wrp {
		aspect-ratio: 25 / 18;
	}

	.gallery_grid.gallery_grid_academy,
	.gallery_grid.gallery_grid_work {
		grid-template-columns: 1fr;
	}

	.gallery_grid_academy .gallery_info_blk,
	.gallery_grid_work .gallery_info_blk {
		padding: 20px 15px 35px;
		gap: 20px;
		grid-area: unset;
		margin: 0;
	}

	.gallery_grid_academy .gal_info_para,
	.gallery_grid_work .gal_info_para {
		margin-top: 20px;
	}

	/* gallery section sp end */

	.free_box_circle_img.circle_one {
		width: unset;
		height: unset;
	}

	.free_box_circle_flex {
		max-width: 750px;
		margin: 0 auto;
		margin-top: -78px;
	}

	#main_body .movie_list_flex .movie_list div[class*="detail_"] p:nth-child(2) {
		font-size: 1.3rem;
		margin-top: 10px;
	}

	#main_body .movie_list_flex .movie_list div[class*="detail_"] p:nth-child(3) {
		font-size: 1.4rem;
	}

	#main_body .movie_list_flex .movie_list .detail_free,
	#main_body .movie_list_flex .movie_list .detail_movie {
		max-width: 262px;
		margin-left: 0;
	}

	#main_body .movie_list_flex .movie_list {
		max-width: 534px;
		margin: 0 auto;
		justify-content: center;
		gap: 10px;
		flex-wrap: wrap;
	}

	.iizuka_info_container {
		padding: 45px 50px;
	}

	.iizuka_info_container .free_box {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 0;
	}

	.tpl_site_index .free_box p {
		margin: 0;
	}

	/* 共通 */
	.color_change * {}

	/* 黒 */
	.color_black * {}

	/* 青 */
	.color_blue * {}

}

@media screen and (max-width: 767px) {
	.swiper-pagination {
		gap: 13px;
	}

	.free_box_circle_flex {
		max-width: 300px;
		margin: 0 auto;
		margin-top: -39px;
		gap: 0;
		column-gap: 20px;
	}

	.free_box_circle_img img {
		max-width: 135px;
		width: 100%;
		height: auto;
	}

	.free_box_circle_img.circle_one {
		width: 135px;
		height: auto;
	}

	.free_box_circle_img.circle_one img {
		max-width: 135px;
		width: 100%;
		height: auto;
	}

	.free_box_flex {
		padding: 0px 5px;
		gap: 10px;
		margin: 20px auto 36px;
	}

	.free_box_flex .free_box {
		max-width: 175px;
	}

	#main_body .movie_list_flex .movie_list {
		max-width: 262px;
	}

	#main_body h2.youtube_ttl {
		margin-bottom: 13px;
	}

	
	.font_size_changed .section_information .jp_ttl {
		transform: translateX(0);
	}

	.section_information_list div.link_box span a::after {
		width: 14px;
		height: 14px;
	}

	.edu_btn_ctnr.youtube_btn_ctnr {
		margin-top: 15px;
	}

	.edu_btn_ctnr {
		text-align: center;
	}
	.edu_btn_ctnr.youtube_btn_ctnr .gallery_btn.edu_btn {
		display: inline-block;
		width: auto;
		max-width: none;
		padding: 7px 35px 7px 20px;
	}

	.gallery_btn.edu_btn::after,
	.edu_btn_ctnr.youtube_btn_ctnr .gallery_btn.edu_btn::after {
		right: 15px;
	}

}

@media screen and (max-width: 500px) {
	.pg_class_slide_a_center {
		width: 100%;
		height: 400px;
	}

	.pg_class_slide_div_center {
		width: 100%;
		height: 400px !important;
	}
}

@media screen and (max-width: 375px) {
	.section_information .jp_ttl::before {
		left: 5px;
	}
}

/* ==================================================
スマートフォン ここまで
================================================== */