@charset "utf-8";

/**********************************************************************************/
/* PC */
/**********************************************************************************/

/* フォント */
body,
button,
input[type="button"],
input[type="submit"],
input[type="text"],
textarea,
select {
	font-family: Meiryo, メイリオ, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Osaka, sans-serif;
	font-family: 'UD新ゴR', sans-serif;
	font-size: 1.8rem;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6,
#main_header_special h2, #main_body h2, #main_body h3, #main_body h4, #main_body h5, #main_body h6 {
	font-family: 'UD新ゴR', sans-serif;
}
.f_bold,
strong {
	font-family: 'UD新ゴM', sans-serif;
}
em {
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Osaka, 'MS PGothic', sans-serif;
}

.mincho {
	font-family: '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HiraMinProN-W3', serif;
}

/* リンク */
a:link {
	color: #333;
	text-decoration: underline;
}
a:visited {
	color: #333;
	text-decoration: underline;
}
a:active {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}

a img {
	border: none;
	-webkit-transition: .3s opacity ease;
	-o-transition: .3s opacity ease;
	transition: .3s opacity ease;
}
a img:hover, a img:focus {
	opacity: 0.7;
}

/* 本文 */
#mymainback {
	padding: 0px 0px 50px;
	padding-top: 45px;
	max-width: none;
	display: block;
	margin: 0;
}
#main_a {
	margin: 0;
}
.column_wid {
	max-width: 1100px;
	-webkit-box-sizing: border-box;
		box-sizing: border-box;
	margin: 0 auto;
}


/*----------------------
● 補足調整 ●
----------------------*/
#main_header {
	display: none !important;
}
.content_header_wrap {
	display: none !important;
}
#section_footer:empty {
	display: none !important;
}
#sidebar_recommend {
	margin: 0px auto 80px;
}
#link_area {
	margin: 0px auto 50px;
}

/*----------------------
● 共通 ●
----------------------*/
#main_header_special {
	text-align: center;
	background: url(/img/site/kosodate/subpages/bg_sakura.png) no-repeat center bottom #f6f6f6;
	background-size: 100% auto;
	margin: 0px 0px 90px;
	border-radius: 40px;
	padding: 50px 0px;
}
#main_header_special h2::after {
	content: none !important;
}

#main_header_special h2 {
	margin: 0px 0px 20px;
	padding: 0px;
	background: none;
	border-radius: 0;
	border: 0;
}

#main_header_special p,
.kosodate_torikumi #main_header_special p,
.kosodate_interview #main_header_special p {
	font-size: 1.8rem;
	line-height: 2;
	max-width: 400px;
	margin: 0 auto;
}

@keyframes arrow-bounce {
  0%   { transform: translateX(0); }
  50%  { transform: translateX(20px); }
  100% { transform: translateX(0); }
}

/*----------------------
■ 取り組み紹介ページ ■
----------------------*/

/* 注目の取り組み */
.highlights_column {
	background: url(/img/site/kosodate/subpages/bg_wave.png) repeat-x bottom -1px center #fddbec;
	padding: 50px 0px 90px;
}
.highlights_column .column_wid {
	padding: 30px 40px;
	background: #ffffff;
	border: 1px solid #ff91b5;
	border-radius: 30px;
}
.highlights_column h2,
#main_body .highlights_column h2 {
	text-align: center;
	background: url(/img/site/kosodate/subpages/bg_nature.png) no-repeat left bottom 25px, url(/img/site/kosodate/subpages/bg_family.png) no-repeat right bottom 10px;
	margin: 0px 0px 15px;
	padding: 0px;
	border: 0;
	border-radius: 0;
}
.highlights_list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.highlights_list ul li {
	font-size: 2.4rem;
	font-weight: bold;
	padding: 7px 10px 5px 90px;
	margin: 0px 0px 30px;
	background: url(/img/site/kosodate/subpages/icon_sakura.png) no-repeat left 20px top 2px;
}
.highlights_list ul li p {
	margin: 0;
}
.highlights_list ul li a {
	color: #333333;
}
.highlights_list ul li:empty {
	padding: 0;
	margin: 0;
	background: none;
}
.highlights_extra_column {
	background: #ff91b5;
	padding: 10px 0px 50px;
	text-align: center;
}
.highlights_extra_column p {
	display: inline-block;
	font-size: 2.4rem;
	-webkit-box-sizing: border-box;
		box-sizing: border-box;
	max-width: 1080px;
	margin: 0 auto;
	padding: 15px 106px 0px;
	background: url(/img/site/kosodate/subpages/bg_flower1.png) no-repeat left top, url(/img/site/kosodate/subpages/bg_flower2.png) no-repeat right top;
}
.highlights_extra_column p span {
	display: inline;
	padding: 0px 0px 15px;
	background: url(/img/site/kosodate/subpages/bg_dots.png) repeat-x bottom left;
	line-height: 2;
}

.content_bottom_column {
	padding: 50px 0px;
	background: url(/img/site/kosodate/subpages/bg_cute_pieces.png) repeat-y left calc(50% - 620px) top -8px, url(/img/site/kosodate/subpages/bg_cute_pieces.png) repeat-y right calc(50% - 620px) top -8px;
}

.case_column {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	gap: 50px 55px;
	margin: 0px 0px 50px;
}
.case_block {
	border-radius: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	width: 330px;
	max-width: 100%;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.case_block_inner {
	width: 100%;
	max-width: 100%;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	padding: 30px;
	border: 1px solid #ff91b5;
	border-radius: 30px;
	background: url(/img/site/kosodate/subpages/bg_sakura_small.png) no-repeat top 17px right 20px #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	-webkit-box-flex: 1;
		-ms-flex: 1;
			flex: 1;
}
.case_block:has(.case_block_inner:empty) {
	display: none;
}
.case_block_inner:empty {
	padding: 0;
	border: 0;
}
.case_block h2,
#main_body .case_block h2 {
	padding: 25px 0px;
	margin: 0;
	background: url(/img/site/kosodate/subpages/bg_dots_grey.png) repeat-x bottom left;
	font-size: 2.4rem;
	font-weight: bold;
	border: 0;
	border-radius: 0;
}
.case_block p:has(a),
#main_body .case_block p:has(a) {
	text-align: right;
	margin-top: auto;
}
.case_block a,
#main_body .case_block a {
	display: inline-block;
	font-size: 1.4rem;
	margin: 0 0 0 auto;
	padding: 10px 60px 10px 5px;
	position: relative;
	text-decoration: none;
}
.case_block a::after,
#main_body .case_block a::after {
	position: absolute;
	z-index: 1;
	content: "";
	width: 40px;
	height: 40px;
	background: url(/img/site/kosodate/subpages/icon_arr.png) no-repeat center center;
	top: calc(50% - 20px);
	right: 0;
	display: inline-block;
	transition: transform 1s ease;
}
.case_block a:hover::after,
#main_body .case_block a:hover::after {
	animation: arrow-bounce 1s ease;
}

#main_body .case_block:empty {
	padding: 0;
	border: 0;
}

@media screen and (max-width : 1099px) {
	.highlights_column {
		padding: 40px 15px 80px;
	}
	.case_column {
		gap: 40px;
		max-width: calc(100% - 20px);
		margin: 0px auto 20px;
	}
	.case_block {
		width: calc(50% - 20px);
		border-radius: 25px;
	}
	.case_block_inner {
		padding: 20px;
		border-radius: 25px;
	}
	.case_block h2,
	#main_body .case_block h2 {
		font-size: 1.8rem;
	}
	.case_block p,
	#main_body .case_block p {
		font-size: 1.4rem;
	}
}

@media screen and (max-width : 690px) {
	.case_column {
		gap: 25px;
		max-width: 100%;
	}
	.case_block {
		width: 100%;
		max-width: 100%;
	}
	.case_block h2,
	#main_body .case_block h2 {
		font-size: 1.8rem;
		padding: 20px 0px;
	}
	.case_block p,
	#main_body .case_block p {
		font-size: 1.4rem;
	}
	.case_block a, #main_body .case_block a {
		padding-right: 45px;
	}
	.case_block a::after, #main_body .case_block a::after {
		width: 30px;
		height: 30px;
		top: calc(50% - 15px);
		background-size: contain;
	}
}

.content_bottom_column .fspace_column {
	margin-bottom: 50px;
}
.content_bottom_column .fspace_column:empty {
	margin-bottom: 0;
}


/*----------------------
■ 保育士一覧ページ ■
----------------------*/
.teacher_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	margin: 0px 0px 70px;
}
.teacher_block {
/*	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;*/
	width: 320px;
	height: 50rem;
	max-height: 700px;
	padding-top: 25px;
	max-width: 100%;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	position: relative;
	overflow: hidden;
}
.teacher_block:has(.teacher_info:empty) {
	width: 0;
}

.teacher_block .teacher_info {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: auto;
	max-height: calc(100% - 40px);
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
			transform: translateX(-50%);
	margin: 0;
	padding-bottom: 40px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.teacher_block .teacher_info p {
	margin: 0;
	font-size: 2.4rem;
	line-height: 1.7;
	text-align: center;
	font-weight: bold;
}
.teacher_block .teacher_info p span {
	font-size: 1.2rem !important;
	font-weight: normal;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #fff111));
		background: -o-linear-gradient(transparent 70%, #fff111 70%);
			background: linear-gradient(transparent 70%, #fff111 70%);
	/*text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;*/
}

.teacher_block .teacher_info p:has(img) {
	position: absolute;
	z-index: -1;
	bottom: 0;
	font-size: 1.3rem;
	line-height: 1;
	text-shadow: none;
	width: 100%;
	height: calc(50rem - 25px);
	max-height: calc(700px - 25px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}
.teacher_block p > img,
.teacher_block p > a > img {
	width: auto !important;
	height: auto !important;
	max-width: 100%;
	max-height: 100%;
}
.teacher_block {
	transition: opacity 0.3s ease;
}
@media (hover: hover) {
/* ホバーに対応している場合 */
	.teacher_block:hover {
		opacity: 0.75;
	}
}

.teacher_block p > a:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	z-index: 1;
}



/* 背景色をCSSで指定 */
.teacher_list .teacher_block.bg_green {
	background-color: #439f7c;
}
.teacher_list .teacher_block.bg_pink {
	background-color: #ff91b5;
}
.teacher_list .teacher_block.bg_blue {
	background-color: #4775b0;
}
.teacher_list .teacher_block.bg_yellow {
	background-color: #e5af00;
}
.teacher_list .teacher_block.bg_orchid {
	background-color: #d684b5;
}
.teacher_list .teacher_block.bg_salmon {
	background-color: #ff7b5b;
}
.teacher_list .teacher_block.bg_rose {
	background-color: #f76161;
}
.teacher_list .teacher_block.bg_mint {
	background-color: #5ecbbd;
}

/* 事由登録エリア */
.teacher_extra_column .fspace_column {
	margin-bottom: 70px;
}
.teacher_extra_column .fspace_column:empty {
	margin-bottom: 0;
}


@media screen and (max-width : 1099px) {
	.teacher_block {
		width: 256px;
		height: 40rem;
		padding-top: 20px;
	}
	.teacher_block .teacher_info {
		padding-bottom: 20px;
	}
	.teacher_block .teacher_info p:has(img) {
		height: calc(40rem - 20px);
	}
	.teacher_block .teacher_info p {
		font-size: 2rem;
		line-height: 1.57;
	}
	.teacher_block .teacher_info p span {

	}
}

@media screen and (max-width : 580px) {
	.teacher_block {
		width: 50%;
		height: 36vh;
	}
	.teacher_block .teacher_info {
		padding-bottom: 10px;
	}
	.teacher_block .teacher_info p:has(img) {
		height: calc(36vh - 20px)
	}
	.teacher_block .teacher_info p {
		font-size: 1.8rem;
	}
	.teacher_block .teacher_info p span {
		font-size: 1.1rem !important;
	}
}


/*----------------------
■ 保育士記事ページ ■
----------------------*/

/* 各カラムの余白 */
#main_header_hoikupage,
.hoiku_interview_column,
.hoiku_movie_column,
.hoiku_fulfilling_column {
	margin: 0px 0px 100px;
}
.see_more_column {
	padding: 0px 0px 100px;
}

.hoiku_pg_bd {
	background: url(/img/site/kosodate/subpages/bg_cute_pieces.png) repeat-y left calc(50% - 620px) top -8px, url(/img/site/kosodate/subpages/bg_cute_pieces.png) repeat-y right calc(50% - 620px) top -8px;
}
/* タイトルカラム */
#main_header_hoikupage {
	background-repeat: repeat;
	background-size: auto;
	background-position: top left;
}
.main_headerbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}
.main_headerbox > div {
	width: 50%;
	-webkit-box-sizing: border-box;
		box-sizing: border-box;
}
.main_headerbox > div > div {
	width: 540px;
	max-width: 100%;
	-webkit-box-sizing: border-box;
		box-sizing: border-box;
}
.main_header_txt_bg {
	background: rgba(255, 255, 255, 0.6);
}
.main_header_txt {
	padding: 55px 50px 55px 30px;
	margin: 0 0 0 auto;
}
.main_header_img_bg {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.main_header_img {
	padding: 20px 0px 0px 65px;
	margin: 0 auto 0 0;
	background: url(/img/site/kosodate/subpages/teacher_bg_sakura.png) no-repeat left 25px center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
		-ms-flex-pack: start;
			justify-content: flex-start;
	-webkit-box-align: end;
		-ms-flex-align: end;
			align-items: flex-end;
}
#main_header_hoikupage h2 {
	font-size: 1.2rem;
	margin: 0;
	padding: 0;
	border-radius: 0;
	border: 0;
	background: none;
}
.txt_catchcopy {
	margin: 50px 0px 65px;
	font-size: 3.2rem;
	font-weight: bold;
}
.txt_catchcopy span {
	line-height: 2;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #fff111));
		background: -o-linear-gradient(transparent 70%, #fff111 70%);
			background: linear-gradient(transparent 70%, #fff111 70%);
}
.sch_tch_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	line-height: 2;
}
.txt_schoolname {
	font-size: 1.2rem;
}
.txt_workexp {
	font-size: 1.2rem;
}
.txt_workexp span {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #fff111));
		background: -o-linear-gradient(transparent 70%, #fff111 70%);
			background: linear-gradient(transparent 70%, #fff111 70%);
}
.txt_teachername {
	margin: 0;
	font-size: 2.4rem;
	line-height: 1.7;
	text-align: center;
	font-weight: bold;
}
.txt_teachername div {
	margin: 0 !important;
}
.main_header_img p {
	margin: 0;
	line-height: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.main_header_img img {
	max-width: 100%;
	height: auto !important;
}
.hoiku_ttlbg {
	display: none;
}

.main_headerbox > div > div.main_header_movie {
	position: absolute;
	bottom: 28px;
	right: calc(50% - 160px);
	z-index: 1;
	width: 17.9rem;
	height: 16.8rem;
	box-sizing: border-box;
	font-size: 1.2rem;
	text-align: center;
}
.main_headerbox > div > div.main_header_movie:not(:has(a)) {
	padding: 4.7rem 27px 85px;
	background: url(/img/site/kosodate/subpages/bg_movie_link.png) no-repeat center center;
	background-size: contain;
}
.main_headerbox > div > div.main_header_movie a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 4.7rem 27px 85px;
	box-sizing: border-box;
	text-decoration: none;
	background: url(/img/site/kosodate/subpages/bg_movie_link.png) no-repeat center center;
	background-size: contain;
	transition: opacity 0.3s;
}
.main_header_movie a:hover {
	opacity: 0.75;
}

/* インタビューカラム */
.hoiku_interview_column:has(.hoiku_interview_info:empty) {
	margin: 0px;
}
#main_body .hoiku_interview_info {
	padding: 0px 30px;
}
#main_body .hoiku_interview_info h2 {
	font-size: 3.2rem;
	margin: 80px 0px;
	padding: 0px;
	border-radius: 0;
	border: 0;
	background: none;
}
#main_body .hoiku_interview_info h2 span.highlight-text {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #fff111));
		background: -o-linear-gradient(transparent 70%, #fff111 70%);
			background: linear-gradient(transparent 70%, #fff111 70%);
}
#main_body .hoiku_interview_info h2:nth-of-type(1) {
	margin-top: 0px;
}
#main_body .hoiku_interview_info h3 {
	font-size: 2rem;
	margin: 40px 0px;
	padding: 0px 0px 0px 55px;
	position: relative;
	border: 0;
	border-radius: 0;
	background: none;
}
#main_body .hoiku_interview_info h3:before {
	content: "";
	width: 40px;
	height: 1px;
	position: absolute;
	z-index: 1;
	top: calc(50% - 0.5px);
	left: 0px;
	background: #000000;
}
.hoiku_interview_pic {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-end;
	gap: 60px;
	margin-top: 100px;
}
.hoiku_interview_pic:not(:has(img)) {
	margin-top: 0px;
}
.hoiku_interview_info:empty + .hoiku_interview_pic {
	margin-bottom: 100px;
}
.hoiku_interview_pic p {
	margin: 0px;
	width: calc(50% - 30px);
}
.hoiku_interview_pic p img {
	max-width: 100%;
	height: auto !important;
}

/* 動画カラム */
.hoiku_movie_column:has(.hoiku_movie_emb:empty) {
	margin: 0px;
}
.hoiku_movie_emb {
	width: 960px;
	height: 540px;
	margin: 0 auto;
}
.hoiku_movie_emb iframe {
	width: 100%;
	height: 100%;
	aspect-ratio: 16 / 9;
}

.hoiku_movie_emb:empty {
	height: 0;
	width: 0;
}
/* 1099px以下ではレスポンシブ対応 */
@media (max-width: 1099px) {
	.hoiku_movie_emb {
		position: relative;
		width: 100%;
		/* 高さはwidthに対して16:9を確保 */
		padding-top: 56.25%; /* 9 ÷ 16 × 100 = 56.25% */
		height: 0; /* 高さはpaddingで決まる */
	}
	.hoiku_movie_emb iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.hoiku_movie_emb:empty {
		padding: 0;
	}
}


/* やりがいを感じるカラム */
.hoiku_fulfilling_column .column_wid {
	background: url(/img/site/kosodate/subpages/bg_stripe.png) repeat center top;
	border-radius: 40px;
	padding: 40px 40px 60px;
}
.hoiku_fulfilling_ttl {
	text-align: center;
	width: 60.5rem;
	max-width: 100%;
	margin: 0 auto;
}
.hoiku_fulfilling_ttl > span.ttl_extra {
	display: inline-block;
	padding: 0px 25px;
	font-size: 2.4rem;
	background: url(/img/site/kosodate/subpages/line_rgt.png) no-repeat right top, url(/img/site/kosodate/subpages/line_lft.png) no-repeat left top;
	background-size: auto 100%;
}
.hoiku_fulfilling_ttl h2,
#main_body .hoiku_fulfilling_ttl h2 {
	display: inline-block;
	background: url(/img/site/kosodate/subpages/bg_ttl_yarigai.png) no-repeat center center;
	background-size: contain;
	margin: 10px 0px 0px;
	padding: 15px 139px 40px;
	border: 0;
	font-size: 3.2rem;
}
.hoiku_fulfilling_factbox {
	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;
}
.hoiku_fulfilling_fact {
	margin: 10px;
	background: url(/img/site/kosodate/subpages/bg_point_yarigai.png) no-repeat center center;
	background-size: contain;
	width: 32rem;
	height: 30.8rem;
	max-width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	padding: 50px;
	text-align: center;
}
.hoiku_fulfilling_fact:empty {
	margin: 0;
	padding: 0;
	width: 0;
	height: 0;
}
.hoiku_fulfilling_fact p {
	margin: 0;
	font-size: 2rem;
	line-height: 1.9;
}

/* ほかも見るカラム */
.see_more_column {
	text-align: center;
}
.see_more_interview {
	width: 60rem;
	max-width: 100%;
	margin: 0 auto;
}
.see_more_interview a {
	font-size: 2rem;
	display: block;
	width: 100%;
	height: 15rem;
	background: #ff91b5;
	border-radius: 30px;
	position: relative;
	box-sizing: border-box;
	padding: 35px 20px 70px 300px;
	text-decoration: none;
	text-align: left;
	-webkit-transition: -webkit-filter 0.4s ease;
	transition: -webkit-filter 0.4s ease;
	-o-transition: filter 0.4s ease;
	transition: filter 0.4s ease;
	transition: filter 0.4s ease, -webkit-filter 0.4s ease;
}
.see_more_interview a:hover {
	-webkit-filter: brightness(1.17);
		filter: brightness(1.17);
}

.see_more_interview a br {
	display: none;
}
.see_more_interview a:before {
	content: "";
	position: absolute;
	z-index: 1;
	width: 341px;
	height: 219px;
	top: -45px;
	left: 14px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(/img/site/kosodate/subpages/bg_seemore.png);
}

.see_more_interview a:after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 40px;
	height: 40px;
	bottom: calc(80px - 40px - 5px);
	right: 140px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(/img/site/kosodate/subpages/icon_seemore.png);
}

@media screen and (max-width : 1099px) {

	#main_header_hoikupage,
	.hoiku_interview_column,
	.hoiku_movie_column,
	.hoiku_fulfilling_column {
		margin: 0px 0px 80px;
	}
	.see_more_column {
		padding: 0px 0px 70px;
	}
	.main_header_txt {
		padding: 35px 25px;
	}
	.main_header_img {
		padding: 20px 0px 0px  35px;
	}
	.txt_catchcopy {
		font-size: 2.6rem;
		line-height: 1.57;
		margin: 40px 0px;
	}
	.txt_teachername {
		font-size: 2rem;
	}
	.hoiku_fulfilling_column .column_wid {
		padding: 30px 30px 45px;
		border-radius: 30px;
	}
	.hoiku_fulfilling_ttl > span.ttl_extra {
		font-size: 2rem;
	}
	.hoiku_fulfilling_ttl h2, #main_body .hoiku_fulfilling_ttl h2 {
		font-size: 2.6rem;
		padding: 10px 110px 35px;
	}
	.hoiku_fulfilling_fact {
		width: 25rem;
		height: 24rem;
		padding: 40px;
	}
	.hoiku_fulfilling_fact p {
		font-size: 1.8rem;
		line-height: 1.7;
	}
	.main_headerbox > div > div.main_header_movie {
		bottom: 15px;
		right: calc(50% - 160px);
		z-index: 1;
		width: 16rem;
		height: 15rem;
		max-width: 210px;
		max-height: 179px;
		box-sizing: border-box;
		font-size: 1.1rem;
	}
	.main_headerbox > div > div.main_header_movie:not(:has(a)) {
		padding: 39px 25px 58px;
	}
	.main_headerbox > div > div.main_header_movie a {
		padding: 39px 25px 58px;
		font-size: 1.1rem;
	}
}

/**********************************************************************************/
/* PC ここまで */
/**********************************************************************************/

/**********************************************************************************/
/* PC ここまで */
/**********************************************************************************/



/**********************************************************************************/
/* 背景色変更 */
/**********************************************************************************/

/* 共通 */
.color_change .highlights_column,
.color_change .highlights_extra_column,
.color_change .content_bottom_column,
.color_change .case_block div.detail_free,
.color_change .case_block,
.color_change .case_block_inner {
	background-image: none !important;
	background-color: transparent !important;
	border-color: rgba(255, 255, 255, 0.5) !important;
}
.color_change #main_header_special {
	background: rgba(255, 255, 255, 0.2) !important;
}
.color_change #main_header_special h2 {
	background: #fff !important;
}
.color_change .highlights_column {
	outline: 1px solid rgba(255, 255, 255, 0.5);
}
.color_change .highlights_column .column_wid {
	background: rgba(255, 255, 255, 0.2) !important;
	border-color: rgba(255, 255, 255, 0.5) !important;
}
.color_change .highlights_list ul li {
	background: none;
}
.color_change .case_block a::after {
	content: none !important;
}
.color_change .teacher_column .teacher_block {
	background-color: rgba(255, 255, 255, 0.2) !important;
}
.color_change .teacher_block .teacher_info p span,
.color_change #main_body .hoiku_interview_info h2 span.highlight-text,
.color_change .txt_catchcopy span,
.color_change .txt_workexp span {
	background-image: none !important;
}
/* 黒 */
.color_black .teacher_block .teacher_info p {
	background-color: rgb(51, 51, 51, 0.7) !important;
}
.color_black .teacher_block .teacher_info p:has(img) {
	background-color: transparent !important;
}
/* 青 */
.color_blue .teacher_block .teacher_info p {
	background-color: rgb(0, 0, 170, 0.7) !important;
}
.color_blue .teacher_block .teacher_info p:has(img) {
	background-color: transparent !important;
}

.color_change #main_header_hoikupage {
	background: rgba(255, 255, 255, 0.2) !important;
}
.color_change .main_headerbox > div,
.color_change .main_header_img {
	background: none !important;
}
.color_change .hoiku_pg_bd {
	background: none !important;
}
.color_change #main_body .hoiku_interview_info h3:before {
	content: none !important;
}
.color_change .hoiku_fulfilling_column .column_wid {
	background: none !important;
}
.color_change .hoiku_fulfilling_fact,
.color_change .main_headerbox > div > div.main_header_movie:not(:has(a)),
.color_change .main_headerbox > div > div.main_header_movie a {
	background: rgba(255, 255, 255, 0.2) !important;
	border-radius: 100%;
}
.color_change .see_more_interview a {
	background: rgba(255, 255, 255, 0.2) !important;
}
.color_change .see_more_interview a:before,
.color_change .see_more_interview a:after {
	content: none !important;
}
/**********************************************************************************/
/* 背景色変更 ここまで */
/**********************************************************************************/

/**********************************************************************************/
/* 印刷ぺージ ここから */
/**********************************************************************************/


.view_print_mode #main #main_a #main_header_special h2 {
}


/**********************************************************************************/
/* 印刷ぺージ ここから */
/**********************************************************************************/



/**********************************************************************************/
/* タブレット */
/**********************************************************************************/
@media screen and (max-width : 1099px) {

} /* 1099px以下 ここまで */

@media screen and (min-width: 671px) and (max-width: 1099px) {
	#main_a {
		margin: 0 10px;
	}
	/*
	.content_bottom_column {
		background-size: 100px auto;
		background-position: left -73px top, right -73px top;
	}
	*/

} /* 1099px以下・671px以上 ここまで */
/**********************************************************************************/
/* タブレット ここまで */
/**********************************************************************************/



/**********************************************************************************/
/* スマートフォン */
/**********************************************************************************/
@media screen and (max-width: 670px){

	/* フォント */
	body,
	button,
	input[type="button"],
	input[type="submit"],
	input[type="text"],
	textarea,
	select {
		font-size: 1.4rem;
		line-height: 1.5;
	}

	#mymainback {
		padding-top: 30px;
		padding-bottom: 25px;
	}
	#main_a {
		margin: 0 10px;
	}
	#main_header_special {
		border-radius: 20px;
		padding: 30px 0px;
		margin-bottom: 40px;
	}
	#main_header_special h2 {
		margin-bottom: 10px;
	}
	#main_header_special h2 img {
		height: 31px;
		width: auto;
	}
	#main_header_special p,
	.kosodate_torikumi #main_header_special p,
	.kosodate_interview #main_header_special p {
		font-size: 1.4rem;
	}

	/*----------------------
	● 補足調整 ●
	----------------------*/
	#sidebar_recommend {
		margin: 0px auto 45px;
	}
	#link_area {
		margin: 0px auto 40px;
	}

	/*----------------------
	■ 取り組み紹介ページ ■
	----------------------*/
	.highlights_column {
		padding: 30px 12px 60px;
		background-size: auto 25px;
	}
	.highlights_column .column_wid {
		padding: 25px 12px;
	}
	.highlights_column h2,
	#main_body .highlights_column h2 {
		padding: 0px 0px 40px;
		background-size: auto 60px, auto 70px;
		background-position: left bottom 10px, right bottom 0px;
	}
	.highlights_column h2 img,
	#main_body .highlights_column h2 img {
		height: 105px;
		width: auto;
	}
	.highlights_list ul li {
		font-size: 1.4rem;
		background-size: 20px auto;
		background-position: left 2px top;
		padding: 2px 2px 2px 30px;
		margin: 0px 0px 15px;
	}
	.highlights_extra_column {
		padding-bottom: 10px;
	}
	.highlights_extra_column p {
		font-size: 1.4rem;
		background-size: 45px auto;
		background-position: left 25px top, right 25px top;
		padding: 20px 60px;
	}
	.highlights_extra_column p span {
		background-size: 12px auto;
		padding-bottom: 5px;
	}

	/*----------------------
	■ 保育士記事ページ ■
	----------------------*/

	/* 各カラムの余白 */
	#main_header_hoikupage,
	.hoiku_interview_column,
	.hoiku_movie_column,
	.hoiku_fulfilling_column {
		margin: 0px 0px 50px;
	}
	.see_more_column {
		padding: 0px 0px 50px;
	}

	.hoiku_pg_bd {
		background: none;
	}

	/* タイトルカラム */
	.main_headerbox {
		flex-direction: column;
	}
	.main_headerbox > div {
		width: 100%;
	}
	.main_header_txt_bg {
		order: 2;
	}
	.main_header_img_bg {
		order: 1;
	}
	.main_header_img {
		justify-content: center;
		padding: 20px 20px 0px;
		background-position: center center;
		background-size: 97% auto;
	}
	.main_header_txt {
		padding: 25px 15px;
		margin: 0px;
	}
	#main_header_hoikupage h2 {
		font-size: 1.1rem;
	}
	.txt_catchcopy {
		font-size: 2.2rem;
		line-height: 1.5;
		margin: 20px 0px;
	}
	.txt_schoolname, .txt_workexp {
		font-size: 1.1rem;
	}
	.txt_teachername {
		font-size: 1.8rem;
	}

	.main_headerbox > div > div.main_header_movie {
		width: 14.3rem;
		height: 13.4rem;
	}
	.main_headerbox > div > div.main_header_movie:not(:has(a)) {
		padding: 30px 25px 55px;
	}
	.main_headerbox > div > div.main_header_movie a {
		padding: 30px 25px 55px;
		font-size: 1.1rem;
	}

	/* インタビューカラム */
	#main_body .hoiku_interview_info {
		padding: 0px 15px;
	}
	#main_body .hoiku_interview_info h2 {
		font-size: 2rem;
		margin: 40px 0px;
	}
	#main_body .hoiku_interview_info h2 span.highlight-text {

	}
	#main_body .hoiku_interview_info h3 {
		font-size: 1.8rem;
		margin: 20px 0px;
		padding: 0px 0px 0px 40px;
	}
	#main_body .hoiku_interview_info h3:before {
		width: 25px;
	}
	.hoiku_interview_pic {
		flex-direction: column;
		gap: 30px;
		margin-top: 50px;
	}
	.hoiku_interview_info:empty + .hoiku_interview_pic {
		margin-bottom: 50px;
	}
	.hoiku_interview_pic p {
		width: 100%;
		box-sizing: border-box;
	}

	/* やりがいを感じるカラム */
	.hoiku_fulfilling_column .column_wid {
		padding: 30px 20px 35px;
		border-radius: 25px;
	}
	.hoiku_fulfilling_ttl > span.ttl_extra {
		font-size: 1.4rem;
	}
	.hoiku_fulfilling_ttl h2, #main_body .hoiku_fulfilling_ttl h2 {
		font-size: 1.9rem;
		padding: 10px 35px 20px;
		margin: 5px 0px 0px;
		min-width: 210px;
	}
	.hoiku_fulfilling_fact {
		width: 24rem;
		height: 23rem;
		padding: 30px;
	}
	.hoiku_fulfilling_fact p {
		font-size: 1.4rem;
		line-height: 1.7;
	}


	/* ほかも見るカラム */
	.see_more_interview {
		width: calc(100% - 20px);
	}
	.see_more_interview a {
		font-size: 1.4rem;
		line-height: 1.7;
		height: auto;
		padding: 25px 35px 25px 160px;
		border-radius: 20px;
	}
	.see_more_interview a:before {
		width: 160px;
		height: 106px;
		top: -10px;
		left: -5px;
	}
	.see_more_interview a:after {
		width: 24px;
		height: 24px;
		top: calc(50% - 12px);
		right: 15px;
	}

	@media screen and (max-width : 420px) {
		.see_more_interview a {
			padding-left: 145px;
		}
		.see_more_interview a br {
			display: block;
		}
	}




}
/**********************************************************************************/
/* スマートフォン ここまで */
/**********************************************************************************/