@charset "utf-8";

/* ==================================================
PC
================================================== */

/* ========== トップページ ========== */

/* 非表示 */
#footstep_wrap {
	display: none !important;
}

#mymainback {
	width: auto;
	padding: 0px;
}

/*スライドショー*/
.slide_wrap {
	height: 600px;
	position: relative;
}

.slide_wrap::before {
	content: '';
	width: 100%;
	height: 30px;
	background: url("/img/sites/iju/top/mv_down_cloud.png") no-repeat;
	background-size: cover;
	background-position: center;
	position: absolute;
	bottom: -2px;
	left: 0;
	z-index: 3;
}

.swiper-slide img.pg_class_slide_img_fit {
	width: 100%;
	height: 600px;
	object-fit: cover !important;
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
	position: absolute;
}

/* Start Custom Slider CSS  */
/* Fix color contrast for all swiper buttons */
#swiper-container-5 button.swiper-button-prev,
#swiper-container-5 button.swiper-button-next,
#swiper-container-5 button.swiper-button-start,
#swiper-container-5 button.swiper-button-stop,
#swiper-container-5 button.swiper-button-play {
	color: #333;
	text-indent: -9999em;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
}

button.swiper-button-prev::after,
button.swiper-button-next::after {
	transform: unset;
}

#swiper-container-5 .swiper-pagination {
	text-align: start;
	bottom: 47px;
	left: clamp(140px, calc(50% - 540px + 130px), 50%);
}

.color_black #swiper-container-5 .swiper-pagination {
	background: transparent !important;
}

.color_blue #swiper-container-5 .swiper-pagination {
	background: transparent !important;
}

#swiper-container-5 .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: #fff;
	border: 1px solid #28acc0;
	opacity: 1;
}

.color_black #swiper-container-5 .swiper-pagination-bullet {
	background: #fff !important;
	border: 1px solid #000 !important;
}

.color_blue #swiper-container-5 .swiper-pagination-bullet {
	background: #fff !important;
	border: 1px solid #0000ff !important;
}

#swiper-container-5 .swiper-pagination-bullet-active {
	background: #28acc0;
}

.color_black #swiper-container-5 .swiper-pagination-bullet-active {
	background: #ffff00 !important;
}

.color_blue #swiper-container-5 .swiper-pagination-bullet-active {
	background: #ffff00 !important;
}

#swiper-container-5 .swiper-button-prev {
	left: clamp(60px, calc(50% - 540px + 40px), 50%);
	top: unset;
	bottom: 25px;
	background: #fff;
	box-shadow: 0 0 0 2px #28acc0 inset;
	color: #333;
	text-indent: -9999em;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
}

#swiper-container-5 .swiper-button-prev::after {
	clip-path: none;
	background: url("/img/sites/iju/top/prev.png") no-repeat;
	background-size: contain;
	background-position: center;
	top: 50%;
	left: 49%;
	transform: translate(-50%, -50%);
}

.color_black #swiper-container-5 .swiper-button-prev::after,
.color_blue #swiper-container-5 .swiper-button-prev::after {
	background: url("/img/sites/iju/top/prev_white.png") no-repeat;
	background-size: contain;
	background-position: center;
}

#swiper-container-5 .swiper-button-next {
	left: clamp(100px, calc(50% - 540px + 80px), 50%);
	top: unset;
	bottom: 25px;
	background: #fff;
	box-shadow: 0 0 0 2px #28acc0 inset;
	color: #333;
	text-indent: -9999em;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
}

#swiper-container-5 .swiper-button-next::after {
	clip-path: none;
	background: url("/img/sites/iju/top/next.png") no-repeat;
	background-size: contain;
	background-position: center;
	top: 50%;
	left: 53%;
	transform: translate(-50%, -50%);
}

.color_black #swiper-container-5 .swiper-button-next::after,
.color_blue #swiper-container-5 .swiper-button-next::after {
	background: url("/img/sites/iju/top/next_white.png") no-repeat;
	background-size: contain;
	background-position: center;
}

#swiper-container-5 button.swiper-button-start {
	left: clamp(20px, calc(50% - 540px), 50%);
	top: unset;
	bottom: 25px;
	right: unset;
	background: #fff;
	box-shadow: 0 0 0 2px #28acc0 inset;
	color: #333;
	text-indent: -9999em;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
}

#swiper-container-5 .swiper-button-start::after {
	clip-path: none;
	background: url("/img/sites/iju/top/start.png") no-repeat;
	background-size: contain;
	background-position: center;
}

.color_black #swiper-container-5 .swiper-button-start::after,
.color_blue #swiper-container-5 .swiper-button-start::after {
	background: url("/img/sites/iju/top/start_white.png") no-repeat;
	background-size: contain;
	background-position: center;
}

#swiper-container-5 button.swiper-button-stop {
	left: clamp(20px, calc(50% - 540px), 50%);
	top: unset;
	bottom: 25px;
	right: unset;
	background: #fff;
	box-shadow: 0 0 0 2px #28acc0 inset;
	color: #333;
	text-indent: -9999em;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
}

#swiper-container-5 .swiper-button-stop::after {
	clip-path: none;
	background: url("/img/sites/iju/top/stop.png") no-repeat;
	background-size: contain;
	background-position: center;
}

.color_black #swiper-container-5 .swiper-button-stop::after,
.color_blue #swiper-container-5 .swiper-button-stop::after {
	background: url("/img/sites/iju/top/stop_white.png") no-repeat;
	background-size: contain;
	background-position: center;
}

.go_to_latest_btn {
	width: 160px;
	height: 160px;
	position: absolute;
	right: clamp(20px, calc(50% - 424px), 50%);
	bottom: -3px;
	z-index: 2;
}

.go_to_latest_btn img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media screen and (max-width: 768px) {
	#swiper-container-5 .swiper-pagination {
		bottom: 7px;
		left: clamp(20px, calc(50% - 540px + 130px), 50%);
	}

	.slide_wrap {
		height: 281px;
	}

	.swiper-slide img.pg_class_slide_img_fit {
		height: 281px;
	}

	.go_to_latest_btn {
		width: 136px;
		height: 136px;
	}

	.pg_class_slide_a_center {
		height: 370px;
	}

	.slide_wrap::before {
		background: url("/img/sites/iju/top/mv_down_cloud_sp.png") no-repeat;
		background-size: 100% 100%;
		bottom: -6px;
		background-position: center;
		height: 20px;
	}

	.go_to_latest_btn {
		z-index: 3;
		bottom: -75px;
	}
}

/* End Custom Slider CSS */

/* mishima transportation start */
.tsp_bg {
	position: relative;
	overflow: hidden;
}

.tsp_ctnr {
	max-width: 1080px;
	padding: 87px 20px 110px;
	margin-inline: auto;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
}

.tsp_grid {
	display: grid;
	grid-template-columns: 53% auto;
	gap: 50px;
	position: relative;
	overflow: visible;
}

.color_change .tsp_grid {
	background-color: transparent !important;
}

.tsp_grid::after {
	content: '';
	background-image: url(/img/sites/iju/top/transportation_map.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: contain;
	width: 150%;
	height: 158%;
	position: absolute;
	right: -250px;
	bottom: -36px;
	overflow: visible;
	z-index: -1;
}

.tsp_info {
	z-index: 2;
}

.top_ttl {
	width: fit-content;
	margin-inline: auto;
}

.top_ttl img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	position: relative;
	bottom: 10px;
	max-width: 460px;
	left: 6px;
}

.ttl_shinkansen {
	background: url(/img/sites/iju/top/bg_h2_shinkansen.png) no-repeat;
	background-size: contain;
	padding-left: 30px;
	padding-right: 30px;
	left: -47px;
	min-height: 125px;
	position: relative;
	top: 7px;
	min-width: 480px;
	background-position: left center;
}

.ttl_shinkansen h2 {
	margin: 0 !important;
}

.ttl_attraction {
	background: url(/img/sites/iju/top/bg_h2_attraction.png) no-repeat center center;
	background-size: contain;
	max-width: 600px;
	padding: 20px 150px;
	display: flex;
	justify-content: center;
}

.ttl_attraction img {
	object-fit: contain;
}

.ttl_on_off {
	background: url(/img/sites/iju/top/bg_h3_on_off.png) no-repeat center center;
	background-size: contain;
	padding-left: 140px;
	margin-top: 10px;
	margin-left: -30px;
}

.ttl_city_area {
	background: url(/img/sites/iju/top/bg_h3_city_area.png) no-repeat center center;
	background-size: contain;
	width: 300px;
	padding-left: 160px;
	margin-right: -10px;
	padding-right: 17px;
}

.ttl_nature {
	background: url(/img/sites/iju/top/bg_h3_nature.png) no-repeat center center;
	background-size: contain;
	padding: 0 25px;
	position: relative;
	left: -30px;
}

.ttl_environment {
	background: url(/img/sites/iju/top/bg_h3_environment.png) no-repeat center center;
	background-size: contain;
	padding-left: 150px;
}

.ttl_environment h3 {
	margin: 0 !important;
}

.ttl_testimonials {
	background: url(/img/sites/iju/top/bg_h2_attraction.png) no-repeat center center;
	background-size: contain;
	max-width: 600px;
	padding: 20px 150px;
	display: flex;
	justify-content: center;
}

.ttl_support {
	background: url(/img/sites/iju/top/bg_h2_support.png) no-repeat center center;
	background-size: contain;
	max-width: 600px;
	padding: 20px 150px;
	display: flex;
	justify-content: center;
}

@media screen and (max-width: 1200px) {
	.ttl_city_area {
		background: url(/img/sites/iju/top/bg_h3_city_area.png) no-repeat center center;
		background-size: contain;
		width: 27.5vw;
		padding-left: 13.5vw;
		margin-right: 0;
	}

	.ttl_on_off {
		padding-left: 13.5vw;
	}

	.ttl_environment {
		padding-left: 13.5vw;
	}
}

@media screen and (max-width: 1080px) {
	.ttl_shinkansen {
		min-width: unset;
		min-height: unset;
	}

	.ttl_nature {
		left: 0;
	}

	.ttl_on_off {
		margin: 0 auto;
	}
}


@media screen and (max-width: 768px) {
	.top_ttl {
		padding-right: 17px;
		padding-left: 17px;
	}

	p.tsp_para {
		margin: 0;
		margin-top: 0;
	}

	.top_ttl img {
		width: 100%;
		height: 100%;
		object-fit: contain;
		position: unset;
		bottom: unset;
		max-width: unset;
		left: unset;
	}

	.ttl_shinkansen {
		position: unset;
		margin-right: auto;
		background-size: contain;
		background-position: center;
		padding-bottom: 0;
		min-width: unset;
		min-height: unset;
	}

	.ttl_on_off {
		padding-left: 120px;
	}

	.ttl_attraction {
		background: url(/img/sites/iju/top/bg_h2_attraction_sp.png) no-repeat center center;
		background-size: contain;
		padding: 40px 90px;
	}

	.ttl_city_area {
		padding-left: 120px;
		margin-inline: auto;
		width: unset;
		max-width: 335px;
	}

	.ttl_environment {
		padding-left: 120px;
	}

	.ttl_testimonials {
		background: url(/img/sites/iju/top/bg_h2_attraction_sp.png) no-repeat center center;
		background-size: contain;
		padding: 40px 90px;
	}

	.ttl_support {
		background: url(/img/sites/iju/top/bg_h2_support_sp.png) no-repeat center center;
		background-size: contain;
		padding: 40px 90px;
	}
}

@media screen and (max-width: 480px) {
	.top_ttl {
		margin-inline: -10px;
	}

	.ttl_city_area {
		padding-left: 120px;
	}

	.ttl_attraction {
		margin-inline: -40px;
		padding: 40px 90px;
	}

	.ttl_testimonials {
		padding: 40px 90px;
	}

	.ttl_support {
		padding: 40px 90px;
	}
}

@media screen and (max-width: 375px) {
	.ttl_on_off {
		padding-left: 103px;
	}
}

.tsp_para {
	font-size: 1.6rem;
	color: #333;
	line-height: 2.125;
	text-align: left;
	margin-bottom: 0;
	letter-spacing: 0.05em;
}

p.tsp_para {
	margin: 0;
	margin-top: 6px;
}

.tsp_img_ctnr {
	margin: 40px auto 0px;
}

.tsp_img {
	width: 400px;
	height: 220px;
	object-fit: cover;
	display: block;
	border-radius: 10px;
}

.tsp_train {
	justify-self: start;
	max-width: 365px;
	width: 100%;
	position: relative;
	z-index: 2;
	left: 13px;
	bottom: 13px;
}

.color_change .tsp_train,
.color_change .tsp_info {
	background-color: transparent !important;
}

.tsp_train_img {
	width: 100%;
	height: auto;
	object-fit: contain;
}

@media screen and (max-width: 768px) {
	.tsp_ctnr {
		padding: 0px 20px 135px;
		margin-top: 157px;
	}

	.tsp_para {
		margin-top: 5px;
	}

	.tsp_img_ctnr {
		margin-top: 30px;
	}

	.tsp_train_img {

	}

	.tsp_img {
		aspect-ratio: 335 / 185;
		object-position: bottom;
	}

	.tsp_grid {
		grid-template-columns: 1fr;
		align-items: start;
		gap: 36px;
	}

	.tsp_right_ctnr {
		padding-bottom: 400px;
	}

	.tsp_map {
		transform: translate(0) scale(1);
	}

	.tsp_train {
		justify-self: center;
		left: unset;
		bottom: unset;
	}
}

@media (min-width: 431px) and (max-width: 768px) {
	.tsp_train {
		padding-bottom: 300px;
	}

	.tsp_grid::after {
		width: 150%;
		height: 160%;
		bottom: -38px;
		height: 108%;
		right: 0;
	}
}

@media screen and (max-width: 430px) {

	.tsp_train {
		padding-bottom: 310px;
	}

	.tsp_grid::after {
		width: 310%;
		height: 108%;
	}
}

/* mishima transportation end */

/* Start Mishima Of Attraction  */
.mishima_att_sec {
	background: #e8f8fb;
	position: relative;
	padding: 30px 0 90px;
}

.mishima_att_sec::before {
	content: '';
	width: 100%;
	height: 30px;
	background: url("/img/sites/iju/top/mishima_att_cloud.png") no-repeat;
	background-size: cover;
	background-position: center;
	position: absolute;
	top: -30px;
}

.msm_ctnr {
	max-width: 1080px;
	margin-inline: auto;
	padding: 0 20px;
	box-sizing: border-box;
}

.msm_intro_ttl {
	width: 100%;
	height: 157px;
	margin: 0;
	margin-inline: auto;
}

.msm_grid {
	display: grid;
	width: 100%;
	grid-template-columns: minmax(0, 1fr) 58.5%;
	column-gap: 46px;
	row-gap: 50px;
	margin-top: 50px;
}

.msm_intro_ttl_img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.msm_intro_info {
	display: grid;
	grid-template-columns: 1fr;
}

.msm_info_ttl {
	width: 100%;
	margin: 0;
	margin-left: -26px;
	margin-top: 30px;
}

.mishima_att_sec .msm_info_ttl {
	margin-top: 13px;
}

.msm_info_ttl_img {
	width: 100%;
	height: 100%;
}

.msm_info_para {
	font-size: 1.6rem;
	color: rgb(51, 51, 51);
	line-height: 2.125;
	text-align: left;
	letter-spacing: 0.05em;
	margin-top: 0;
	margin-bottom: 0;
}

.places_info .msm_info_para {
	margin-bottom: 16px;
}

.msm_intro_btn {
	width: 100%;
	max-width: 240px;
	height: 20px;
	background-color: #10789f;
	color: #fff !important;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.2;
	text-align: left;
	border-radius: 9999px;
	display: flex;
	align-items: center;
	padding: 20px 40px;
	position: relative;
	text-decoration: none !important;
	letter-spacing: 0.05em;
	transition: all 0.5s ease;
}

.msm_intro_btn:hover {
	box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.35);
	transition: all 0.5s ease;
}

.education_bg .msm_intro_btn {
	margin-left: auto;
}

.font_size_changed .education_bg .msm_intro_btn {
	height: auto;
}

.places_sec .msm_intro_btn {
	margin-top: 24px;
}

.mishima_att_sec .msm_intro_btn {
	margin-top: 40px;
}

.font_size_changed.font_size_limit_max .mishima_att_sec .msm_intro_btn {
	padding: 40px;
}

.msm_intro_btn::after {
	content: "";
	background: url("/img/sites/iju/top/ytube_btn_arr.png") no-repeat;
	background-size: contain;
	background-position: center;
	width: 22px;
	height: 22px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
}

.msm_img_ctnr {
	align-self: start;
	width: 100%;
	border-radius: 10px;
}

.msm_intro_img {
	width: 100%;
	max-height: 423px;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}

.sp {
	display: none;
}

@media screen and (max-width: 1024px) {
	.education_bg .msm_intro_btn {
		width: unset;
		max-width: unset;
		margin-left: auto;
	}
}

@media screen and (max-width: 768px) {
	.pc {
		display: none;
	}

	.sp {
		display: block;
	}

	.mishima_att_sec::before {
		background: url("/img/sites/iju/top/mishima_att_cloud_sp.png") no-repeat;
		background-size: 100% 100%;
		background-position: center;
	}

	.msm_grid {
		grid-template-columns: 1fr;
		margin-top: 0;
		row-gap: 40px;
	}

	.mishima_att_sec {
		padding: 0px 0 84px;
	}

	.mishima_att_sec .msm_info_ttl {
		margin-top: 27px;
	}

	.msm_info_ttl {
		margin-left: 0;
	}

	.mishima_att_sec .msm_intro_btn {
		margin-top: 0;
	}

	.msm_intro_ttl {
		grid-column: unset;
		height: 132px;
		margin-top: 13px;
	}

	.msm_info_para {
		margin-bottom: 30px;
	}

	.mishima_att_sec .msm_info_para {
		margin-top: 5px;
	}

	.places_sec .msm_info_para {
		margin-top: 3px;
	}

	.msm_intro_btn {
		margin: 0 auto;
	}

	.education_bg .msm_intro_btn {
		width: 100%;
		max-width: 240px;
	}

	.education_bg .msm_info_para {
		margin-bottom: 30px;
	}

	.education_bg {
		padding-bottom: 30px;
	}
}

@media screen and (max-width: 375px) {
	.msm_intro_btn {
		padding: 22px 20px;
		max-width: 240px;
	}

	.font_size_changed.font_size_limit_max .mishima_att_sec .msm_intro_btn {
		max-width: 202px;
	}
}

/* End Mishima Of Attraction  */

/* Start Map Section  */

.map_sec {
	position: relative;
}

.map_sec_cont {
	max-width: 1080px;
	margin-inline: auto;
	padding: 33px 20px 120px;
	box-sizing: border-box;
}

.map_sec::before {
	content: '';
	width: 100%;
	height: 30px;
	background: url("/img/sites/iju/top/map_sec_cloud.png") no-repeat;
	background-size: cover;
	background-position: center;
	position: absolute;
	top: -30px;
	left: 0;
	z-index: 1;
}

.map_grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 63%;
	row-gap: 0px;
	column-gap: 50px;
}

.map_grid_ttl {
	max-width: 67%;
	grid-area: 1 / 2 / 2 / 3;
	justify-self: end;
	align-self: end;
	height: 150px;
}

.map_grid_ttl_img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.map_img {
	width: 100%;
}

.map_cell {
	grid-area: 1 / 1 / 3 / 2;
	position: relative;
	z-index: 1;
	width: 100%;
	pointer-events: none;
}

.map_cell_map {
	width: 637px;
	height: 755px;
	position: absolute;
	top: -20%;
	left: 0;
}

.map_cell::after {
	content: "";
	background-image: url(/img/sites/iju/top/map_family_house.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 181px;
	height: 222px;
	position: absolute;
	right: 0;
	bottom: 55px;
}

.map_cards_grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	position: relative;
	z-index: 2;
	margin-top: 49px;
}

.map_card {
	width: 100%;
	height: 100%;
	display: block;
	cursor: pointer;
	border-radius: 20px;
	text-decoration: none !important;
	transition: all 0.3s ease;
}

.map_card:hover {
	box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.35);
	transition: all 0.3s ease;
}

.color_change .map_card {
	border: 1px solid #fff;
	background-color: transparent !important;
}

.map_card_img {
	width: 100%;
	height: 180px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	overflow: hidden;
}

.map_card_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.map_card:hover img {
	transform: scale(1.2);
}

.map_card_bg {
	display: block;
	padding: 0 19px 30px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	margin-top: -3px;
}

.blue_map {
	background-color: #ddf4ff;
}

.green_map {
	background-color: #eef4d3;
}

.pink_map {
	background-color: #fce6ed;
}

.yellow_map {
	background-color: #fef1db;
}

.map_card_btn {
	border-radius: 25px;
	border: 1px solid #f283a5;
	max-width: 260px;
	width: 100%;
	background: #fff;
	font-size: 2rem;
	color: #333;
	font-weight: bold;
	height: 50px;
	text-align: center;
	justify-self: center;
	position: relative;
	letter-spacing: 0.1em;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: -27px auto 13px;
}

.color_change.color_black .map_card_btn {
	color: #ffff00 !important;
}

.font_size_changed.font_size_limit_max .map_card_btn,
.font_size_changed.fs_medium .map_card_btn,
.font_size_changed.fs_large .map_card_btn {
	height: auto;
	padding-left: 10px;
	padding-right: 30px;
	margin-top: -10%;
}

.map_card_btn::after {
	width: 22px;
	height: 22px;

	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
}

.blue_arrow_btn {
	border: 2px solid #8dd9ff;
}

.green_arrow_btn {
	border: 2px solid #d3e874;
}

.pink_arrow_btn {
	border: 2px solid #f283a5;
}

.yellow_arrow_btn {
	border: 2px solid #f8b74d;
}

.blue_arrow_btn::after {
	content: "";
	background-image: url(/img/sites/iju/top/blue_arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.green_arrow_btn::after {
	content: "";
	background-image: url(/img/sites/iju/top/green_arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.pink_arrow_btn::after {
	content: "";
	background-image: url(/img/sites/iju/top/pink_arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.yellow_arrow_btn::after {
	content: "";
	background-image: url(/img/sites/iju/top/yellow_arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.map_card_para {
	font-size: 1.6rem;
	color: rgb(51, 51, 51);
	line-height: 1.75;
	text-align: left;
	margin: 0;
	letter-spacing: 0.03em;
}

@media screen and (max-width: 1080px) {
	.map_card_btn {
		text-align: start;
		padding-right: 10px;
		line-height: 2;
	}

	.map_card_btn::after {
		right: 10px;
	}

	.map_cell_map {
		width: 450px;
		height: 543px;
		top: -15%;
	}

	.map_cards_grid {
		margin-top: 40px;
	}

	.font_size_changed.font_size_limit_max .map_card_btn,
	.font_size_changed.fs_medium .map_card_btn,
	.font_size_changed.fs_large .map_card_btn {
		height: auto;
		width: unset;
		padding-left: 10px;
		padding-right: 30px;
		margin-top: -20%;
	}
}

@media screen and (max-width: 768px) {
	.map_sec_cont {
		padding: 13px 20px 10px;
	}

	.map_sec::before {
		background: url("/img/sites/iju/top/map_sec_cloud_sp.png") no-repeat;
		background-size: 100% 100%;
		background-position: center;
	}

	.map_grid {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.map_grid_ttl {
		grid-area: unset;
		max-width: 350px;
		width: 100%;
		justify-self: center;
		height: 101px;
	}

	.map-cell {
		grid-area: unset;
	}

	.map_cards_grid {
		grid-area: unset;
		margin-top: 5px;
	}

	.map_cell {
		margin-top: -30px;
		margin-bottom: -10px;
		grid-area: unset;
		width: 100%;
		height: 434px;
	}

	.map_cell_map {
		max-width: 335px;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 10%;
		top: -22px;
	}

	.map_cell::after {
		width: 123px;
		height: 163px;
		right: 10%;
		bottom: 22px;
	}

	.map_cards_grid {
		grid-template-columns: 1fr;
	}

	.map_card_btn {
		line-height: 2.5;
		text-align: center;
	}

	.map_card_btn::after {
		right: 20px;
	}

	.map_card_img {
		height: 180px;
	}

	.font_size_changed.font_size_limit_max .map_card_btn {
		max-width: 280px;
	}

	.font_size_changed.font_size_limit_max .map_card_btn::after {
		right: 7px;
	}

	.font_size_changed.font_size_limit_max .map_card_btn,
	.font_size_changed.fs_medium .map_card_btn,
	.font_size_changed.fs_large .map_card_btn {
		height: 50px;
		margin-top: -27px;
	}
}

@media screen and (max-width: 500px) {
	.map_cell_map {
		left: 0;
	}

	.map_cell::after {
		right: 0;
	}
}

@media screen and (max-width: 375px) {

	.font_size_changed.font_size_limit_max .map_card_btn,
	.font_size_changed.fs_medium .map_card_btn,
	.font_size_changed.fs_large .map_card_btn {
		height: auto;
	}

	.map_card_btn {
		padding-right: 0;
	}
}

/* End Map Section  */

/* mishima places start */

.places_sec {
	background: #e8f8fb;
	position: relative;
	padding: 0 0 70px;
}

.places_sec::before {
	content: '';
	width: 100%;
	height: 30px;
	background: url("/img/sites/iju/top/places_cloud.png") no-repeat;
	background-size: cover;
	background-position: center;
	position: absolute;
	top: -30px;
	left: 0;
}

.places_sec .msm_info_ttl {
	margin-top: 0;
}

.places_ctnr {
	max-width: 1080px;
	margin-inline: auto;
	padding: 0 20px 10px;
	box-sizing: border-box;
}

.places_grid {
	display: grid;
	width: 100%;
	grid-template-columns: minmax(0, 1fr) 60%;
	column-gap: 50px;
	row-gap: 50px;
	transform: translateY(-50px);
}

.places_info {
	margin-top: 90px;
}

.places_imgs_grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
	width: 100%;
	height: fit-content;
}

.places_img_ctnr_large {
	width: 100%;
	height: 422px;
	border-radius: 10px;
	overflow: hidden;
	display: block;
}

.places_img_ctnr_large img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.places_img_large {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.places_small_imgs_grid {
	width: 100%;
	display: grid;
	grid-template-columns: auto 37%;
	gap: 20px;
	max-height: 186px;
	margin-bottom: 20px;
}

.places_img_ctnr {
	max-height: 186px;
	border-radius: 10px;
	overflow: hidden;
}

.places_img_ctnr img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


@media screen and (max-width: 768px) {
	.places_sec {
		margin-top: 100px;
		padding-bottom: 40px;
	}

	.places_sec::before {
		background: url("/img/sites/iju/top/places_cloud_sp.png") no-repeat;
		background-size: 100% 100%;
		background-position: center;
	}

	.places_info {
		margin-top: 0;
	}

	.places_grid {
		grid-template-columns: 1fr;
		row-gap: 20px;
		height: fit-content;
	}

	.places_imgs_grid {
		grid-area: 1 / 1 / 2 / 2;
		gap: 10px;
	}

	.places_small_imgs_grid {
		gap: 10px;
		grid-template-columns: auto 40%;
		margin-bottom: 0px;
	}

	.places_img_ctnr {
		max-height: 160px;
	}

	.places_img {
		border-radius: 6px;
	}

	.places_img_ctnr_large {
		height: 222px;
	}
}

@media screen and (max-width: 450px) {
	.places_img_ctnr {
		max-height: 95px;
	}
}

/* mishima places end */

/* mishima education start */
.education_bg {
	background: #fff;
	position: relative;
}

.education_bg::before {
	content: "";
	background: url(/img/sites/iju/top/msm_edu_cloud.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 30px;

	position: absolute;
	top: -30px;
	left: 0;
}

.education_grid {
	display: grid;
	width: 100%;
	grid-template-columns: 58.3% minmax(0, 1fr);
	column-gap: 50px;
	transform: translateY(-60px);
}

.education_bg {
	position: relative;
	padding-bottom: 40px;
}

.edu_small_img_grid {
	grid-template-columns: 44.3% auto;
}

@media screen and (max-width: 768px) {
	.education_grid {
		grid-template-columns: 1fr;
		transform: translateY(-40px);
		row-gap: 40px;
	}

	.education_bg::before {
		background: url(/img/sites/iju/top/msm_edu_cloud_sp.png);
		background-size: 100% 100%;
		background-position: center;
	}

	.education_sec {
		margin-top: 0;
	}

	.edu_small_img_grid {
		grid-template-columns: 45% auto;
	}
}

/* mishima education end */


/* Start Voices Section  */

.voices_sec {
	background: #e8f8fb;
	padding: 33px 0 113px;
	position: relative;
}

.voices_sec::before {
	content: '';
	width: 100%;
	height: 30px;
	background: url("/img/sites/iju/top/voice_sec_cloud.png") no-repeat;
	background-size: cover;
	background-position: center;
	position: absolute;
	top: -30px;
	left: 0;
	z-index: 1;
}

.voices_boxes {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	place-items: center;
	gap: 30px;
	margin-top: 30px;
	padding: 0 20px;
	box-sizing: border-box;
}

.voice_ttl {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	height: 167px;
}

.voice_ttl img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.voice_btn_box {
	width: 100%;
	display: flex;
	justify-content: center;
}

.voice_btn {
	width: 100%;
	max-width: 280px;
	height: 60px;
	position: relative;
	border-radius: 30px;
	background: #10789f;
	padding: 0 40px;
	color: #fff !important;
	font-weight: 700;
	font-size: 1.8rem;
	display: flex;
	justify-content: start;
	align-items: center;
	text-decoration: none !important;
	margin-top: 32px;
	letter-spacing: 0.05em;
	transition: all 0.5s ease;
}

.voice_btn:hover {
	box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.35);
	/*transition: all 0.5s ease;*/
}

.font_size_changed.font_size_limit_max .voice_btn {
	height: auto;
	padding-right: 62px;
	border-radius: 9999px;
}

.voice_btn::after {
	content: '';
	width: 22px;
	height: 22px;
	background: url("/img/sites/iju/top/ytube_btn_arr.png") no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	right: 40px;
	top: 50%;
	transform: translateY(-50%);
}

@media screen and (max-width:768px) {

	.voices_sec {
		padding: 0 0 90px;
	}

	.voices_boxes {
		grid-template-columns: 1fr;
		margin-top: 16px;
		gap: 32px;
	}

	.voice_ttl {
		max-width: 420px;
		height: 140px;
		margin-top: 22px;
	}

	.voice_ttl img {
		width: calc(100% + 40px);
		margin-left: -20px;
		margin-right: -20px;
	}

	.voice_btn {
		max-width: 260px;
		margin-top: 40px;
		padding: 0 20px;
		padding-left: 40px;
	}

	.voices_sec::before {
		background: url("/img/sites/iju/top/voice_sec_cloud_sp.png") no-repeat;
		background-size: 100% 100%;
		background-position: center;
		top: -29px;
	}

	.voice_btn::after {
		right: 20px;
	}
}

@media screen and (max-width:500px) {
	.voices_sec::before {
		background: url("/img/sites/iju/top/voice_sec_cloud_sp.png") no-repeat;
		background-size: contain;
		background-position: center;
		top: -23px;
	}

}

@media screen and (max-width:375px) {
	.font_size_changed.font_size_limit_max .voice_btn {
		max-width: 330px;
		padding: 30px;
		border-radius: 9999px;
	}

	.voice_btn {
		max-width: 240px;
	}
}

@media screen and (max-width:370px) {
	.font_size_changed.font_size_limit_max .voice_btn {
		max-width: 240px;
	}

}

/* End Voices Section  */

/* Start Support System  */
.support_sec {
	padding: 30px 0 130px;
	background: #fff;
	position: relative;
}

.support_sec::before {
	content: '';
	width: 100%;
	height: 30px;
	background: url("/img/sites/iju/top/support_sec_cloud.png") no-repeat;
	background-size: cover;
	background-position: center;
	position: absolute;
	top: -30px;
	left: 0;
	z-index: 1;
}

.support_cont {
	width: 100%;
	max-width: 1080px;
	padding: 0 20px;
	box-sizing: border-box;
	margin: 0 auto;
}

.support_content_box {
	display: grid;
	grid-template-columns: 512px 1fr;
	gap: 50px;
	margin-top: 50px;
}

.support_btn_box {
	width: 100%;
	display: flex;
	justify-content: start;
}

.support_btn {
	width: 100%;
	max-width: 260px;
	height: 60px;
	position: relative;
	border-radius: 30px;
	background: #10789f;
	padding: 0 40px;
	color: #fff !important;
	font-weight: 700;
	font-size: 1.8rem;
	display: flex;
	justify-content: start;
	align-items: center;
	text-decoration: none !important;
	margin-top: 14px;
	letter-spacing: 0.05em;
	transition: all 0.5s ease;
}

.support_btn:hover {
	box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.35);
	transition: all 0.5s ease;
}

.font_size_changed .support_btn {
	padding: 30px 40px;
	border-radius: 9999px;
}

.font_size_changed.fs_large .support_btn {
	padding: 30px 40px;
	padding-left: 20px;
	border-radius: 9999px;
}

.support_btn::after {
	content: '';
	width: 22px;
	height: 22px;
	background: url("/img/sites/iju/top/ytube_btn_arr.png") no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}

.sup_img_box {
	width: 100%;
	max-width: 512px;
	border-radius: 10px;
	overflow: hidden;
	margin: 0 auto;
}

.sup_img_box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sup_txt {
	font-size: 1.6rem;
	color: #333;
	line-height: 2.125;
	letter-spacing: 0.06em;
}

.sup_txt_ttl {
	width: 100%;
	max-width: 436px;
}

.sup_txt_ttl img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media screen and (max-width:1080px) {
	.support_content_box {
		grid-template-columns: 400px 1fr;
		gap: 40px;
	}
}

@media screen and (max-width:768px) {
	.support_sec {
		padding: 0 0 70px;
	}

	.support_sec::before {
		background: url("/img/sites/iju/top/support_sec_sp_cloud.png") no-repeat;
		background-size: 100% 100%;
		background-position: center;
	}

	.support_content_box {
		margin-top: 6px;
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.support_btn_box {
		justify-content: center;
	}

	.font_size_changed.font_size_limit_max .support_btn {
		padding: 40px;
	}
}

@media screen and (max-width:500px) {
	.support_sec::before {
		background: url("/img/sites/iju/top/support_sec_sp_cloud.png") no-repeat;
		background-size: contain;
		background-position: center;
		top: -23px;
	}

}

/* End Support System  */
/* 新着情報 */
.section_information {
	background: transparent;
}

.section_information h2 {
	margin: 0px;
	padding: 0px;
	border: none;
	border-radius: 0;
	background: none;
	font-size: 2.4rem;
}

.section_information p.no_data {
	margin: 0px;
	padding: 20px 0px;
}

.section_information_list ul {
	margin: 0px;
	padding: 10px 0px 0px;
	list-style: none;
}

.section_information_list ul li {
	width: 100%;
	display: table;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 10px;
}

.section_information_list ul li {
	position: relative;
}

.section_information_list ul li:last-child {
	margin-bottom: 10px;
}

.section_information_list ul li:nth-of-type(even) {
	background: rgba(255, 255, 255, 0.5);
}

.section_information_list ul li>span {
	display: table-cell;
	vertical-align: top;
}

.section_information_list ul li>span.article_date {
	width: calc(11em + 10px);
	font-size: var(--fontsize-detail-small, 1.6rem);
	padding-top: 0.1rem;
}

.section_information_list img.icon_new {
	vertical-align: baseline;
	margin-left: 12px;
}

/* 新着情報（文字拡大時） */
.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: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 20px;

	justify-content: end;
	margin-top: 10px;
	padding-top: 27px;
	border-top: 2px solid #8bdeea;
}

.section_information_list div.link_box span {
	display: inline-block;
	vertical-align: top;
	width: 260px;
	max-width: 100%;
}

.section_information_list div.link_box span a {
	display: block;
	border: 1px solid transparent;
	border-radius: 0;
	background: #ffffff;
	color: #333333;
	font-size: var(--fontsize-main-small, 1.5rem);
	line-height: 1.8rem;
	text-decoration: none;
	margin: 0px;
	padding: 10px 20px;
	text-align: center;
}

.section_information_list div.link_box span a:hover,
.section_information_list div.link_box span a:focus {
	text-decoration: underline;
}

/* ========== 背景色変更 ========== */

/* Start Latest News Custom Css  */
.latest_news_sec {
	width: 100%;
	background: #e8f8fb;
	padding: 80px 0 130px;
	position: relative;
}

.latest_news_sec::before {
	content: '';
	width: 100%;
	height: 30px;
	background: url("/img/sites/iju/top/latest_news_cloud_top.png") no-repeat;
	background-size: cover;
	background-position: center;
	position: absolute;
	top: -30px;
	left: 0;
}

.latest_news_sec::after {
	content: '';
	width: 100%;
	height: 30px;
	background: url("/img/sites/iju/top/latest_news_cloud_bottom.png") no-repeat;
	background-size: cover;
	background-position: center;
	position: absolute;
	bottom: 0;
	left: 0;
}

.latest_news_cont {
	width: 100%;
	max-width: 1080px;
	padding: 0 20px;
	margin: 0 auto;
	box-sizing: border-box;
}

.latest_news_box {
	display: grid;
	grid-template-columns: 1fr 340px;
	gap: 60px;
}

.ytube_box {
	padding: 30px;
	background-color: #fff;
	height: max-content;
	border-radius: 10px;
}

.ytube_ttl_box {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
}

.latest_news_sec .free_box p {
	font-size: 1.6rem;
}

.yt_video_cont {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.yt_video_cont .free_box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.yt_video_cont .free_box p:first-child {
	margin: 0px 0px 10px;
}

.ytube_btn {
	width: 100%;
	max-width: 240px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	border-radius: 20px;
	background-color: #10789f;
	color: #fff !important;
	padding: 7px 20px 7px 30px;
	cursor: pointer;
	text-decoration: none !important;
	margin: 25px auto 0;
	font-weight: 700;
	transition: all 0.5s ease;
	font-size: 1.5rem;
}

.ytube_btn:hover {
	box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.35);
	transition: all 0.5s ease;
}

.ytube_btn::after {
	content: '';
	width: 22px;
	height: 22px;
	background: url("/img/sites/iju/top/ytube_btn_arr.png") no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}

.font_size_changed .ytube_btn {
	max-width: 220px;
	padding: 30px 20px !important;
	padding-right: 45px !important;
	border-radius: 9999px !important;
}

.social_box {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	padding: 30px;
	justify-content: space-between;
	gap: 10px;
	background: #fff;
	border-radius: 10px;
}

.social_icon_box {
	width: 35px;
	height: 35px;
}

.social_icon_box img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.social_name {
	text-align: center;
	color: #333333;
	font-size: 1.4rem;
	margin-top: 15px;
	margin-bottom: 0;
}

.social_link_tp {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-decoration: none !important;
}

.list_pack {
	gap: 25px;
	padding: 20px 35px 20px 20px;
}

.list_pack .article_img {
	padding-right: 0px;
}

.list_pack .article_img span {
	width: 100%;
	max-width: 340px;
	height: 156px;
	aspect-ratio: 340 / 156;
	overflow: hidden;
	border-radius: 5px;
}

.list_pack .article_img span img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.list_pack .article_txt {
	width: 100%;
}

.list_pack .article_txt .article_title {
	line-height: 1.8;
}

.list_pack .article_txt .article_title a {
	color: #333;
	font-size: 1.6rem;
}

.list_pack .article_txt .article_date {
	margin-top: 13px;
	display: flex;
	align-items: center;
	font-weight: 700;
	font-size: 1.4rem;
	color: #333;
}

.link_ichiran a {
	letter-spacing: 0.05em !important;
	position: relative;
	width: fit-content;
	text-decoration: none !important;
	padding-right: 40px;
	color: #333333;
}

.link_ichiran a:hover {
	text-decoration: underline !important;
}

.link_ichiran a::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	background: url("/img/sites/iju/top/right_blue_arrow.png") no-repeat;
	background-size: contain;
	width: 23px;
	height: 23px;
}

.sec_info_ttl_eng {
	margin-left: 20px;
}

.section_information_ttl.acc_title {
	padding-bottom: 18px;
	border-bottom: 2px solid #8bdeea;
}

.color_change .section_information_ttl.acc_title {
	border-bottom: 2px solid #8bdeea !important;
}

.section_information_list div.link_box span {
	width: unset;
}

.section_information_list div.link_box span a {
	background: transparent;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-right: 35px;
}

.section_information_list div.link_box span a::before {
	content: '';
	width: 22px;
	height: 22px;
	background: url("/img/sites/iju/common/footer_arr.png") no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);

}

@media screen and (max-width: 768px) {
	.social_box {
		gap: 40px;
	}
}

/* End Latest News Custom Css  */

/* Start Top Page Footer Css  */
.tpl_site_index .footer_container::after {
	content: none;
}

/* End Top Page Footer Css  */

.color_change .slide_wrap::before,
.color_change .mishima_att_sec::before,
.color_change .map_sec::before,
.color_change .places_sec::before,
.color_change .education_bg::before,
.color_change .voices_sec::before,
.color_change .support_sec::before,
.color_change .latest_news_sec::before,
.color_change .latest_news_sec::after {
	content: none;
}

/* 共通 */
.color_change * {}

/* 黒 */
.color_black * {}

/* 青 */
.color_blue * {}

/* ==================================================
PC ここまで
================================================== */


/* ==================================================
スマートフォン
================================================== */
@media screen and (max-width: 1080px) {

	/* ========== トップページ ========== */

	/* 新着情報 */
	.section_information {
		padding: 0px;
	}

	.section_information h2 {
		margin: 0px;
		padding: 15px 20px;
		font-size: 2rem;
	}

	.latest_news_box {
		grid-template-columns: 1fr;
		gap: 55px;
	}

	.latest_news_sec::before {
		background: url("/img/sites/iju/top/latest_news_cloud_top_sp.png") no-repeat;
		background-size: 100% 100%;
		background-position: center;
	}

	.latest_news_sec::after {
		background: url("/img/sites/iju/top/latest_news_cloud_bottom_sp.png") no-repeat;
		background-size: 100% 100%;
		background-position: center;
	}

	.list_pack {
		flex-direction: column;
		padding: 20px;
		align-items: start;
	}

	.list_pack .article_img {
		padding-left: 0;
		max-width: 100%;
		width: 100%;
	}

	.list_pack .article_img span {
		max-width: 100%;
		height: auto;
	}

	.section_information p.no_data {
		padding: 20px;
	}

	.section_information_list ul {
		padding: 10px 0 0px;
	}

	.section_information_list ul li {
		display: block;
		width: auto;
		margin: 0px;
	}

	.section_information_list ul li>span {
		display: block;
	}

	.section_information_list ul li>span.article_date {
		width: auto;
		padding-top: 0px;
	}

	.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: 45px;
	}

	/* 新着情報（一覧 / RSS） */
	.section_information_list div.link_box {
		padding: 0px;
		padding-top: 27px;
		gap: 10px;
	}

	/* .section_information_list div.link_box span {
		width: auto;
		max-width: none;
		min-width: calc(50% - 5px);
	} */
	.section_information_list div.link_box span a {
		font-size: var(--fontsize-main-small, 1.3rem);
	}

	/* ========== 背景色変更 ========== */

	/* 共通 */
	.color_change * {}

	/* 黒 */
	.color_black * {}

	/* 青 */
	.color_blue * {}

}

@media screen and (max-width: 768px) {
	.latest_news_sec {
		padding: 20px 0 90px;
	}

	.social_icon_box {
		width: 35px;
		height: 61px;
	}

	.ytube_btn {
		margin: 27px auto 0;
	}

	.yt_video_cont .free_box p:first-child {
		margin: 0px 0px 10px;
	}

	.list_pack .article_txt .article_date {
		margin-top: 26px;
	}

	.list_pack {
		gap: 20px;
	}

	.section_information h2 {
		padding: 15px 0;
	}

	.sec_info_ttl {
		max-width: 160px;
	}

	.sec_info_ttl_eng {
		max-width: 140px;
		margin-left: 23px;
	}
}

@media screen and (max-width: 500px) {
	.latest_news_sec::before {
		background: url("/img/sites/iju/top/latest_news_cloud_top_sp.png") no-repeat;
		background-size: contain;
		background-position: center;
		top: -23px;
	}
}

@media screen and (max-width: 375px) {
	.list_pack .article_img span {
		max-width: 240px;
	}

	.ytube_btn {
		width: unset;
		max-width: unset;
	}

	.sec_info_ttl {
		max-width: 140px;
	}

	.sec_info_ttl_eng {
		max-width: 120px;
		margin-left: 10px;
	}
}

/* ==================================================
スマートフォン ここまで
================================================== */