@charset "UTF-8";

/******************** CSS RESET ********************/
*,
::before,
::after {
	box-sizing: border-box;
	border-style: solid;
	border-width: 0;
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
	scroll-behavior: smooth;
}

body {
	margin: 0;
}

main {
	display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	margin: 0;
	font-weight: bold;
}

ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
	border-top-width: 1px;
	margin: 0;
	clear: both;
	color: inherit;
}

pre {
	font-family: monospace, monospace;
	font-size: inherit;
}

address {
	font-style: inherit;
}

a {
	background-color: transparent;
	text-decoration: none;
	color: inherit;
}

abbr[title] {
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: inherit;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
	vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
	-webkit-appearance: none;
	appearance: none;
	vertical-align: middle;
	color: inherit;
	font: inherit;
	background: transparent;
	padding: 0;
	margin: 0;
	border-radius: 0;
	text-align: inherit;
	text-transform: inherit;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
	cursor: default;
}

:-moz-focusring {
	outline: auto;
}

select:disabled {
	opacity: inherit;
}

option {
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	min-width: 0;
}

legend {
	padding: 0;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

[type="number"] {
	-moz-appearance: textfield;
}

label[for] {
	cursor: pointer;
	font-weight: bold;
}

details {
	display: block;
}

summary {
	display: list-item;
}

[contenteditable]:focus {
	outline: auto;
}

table {
	border-color: inherit;
	border-collapse: collapse;
}

td,
th {
	vertical-align: top;
	padding: 0;
}

th {
	font-weight: bold;
}

/******************** ALL ********************/
body {
	background: #FFF9DD;
	color: #5E4F44;
	font-size: 100%;
	font-family: 'M PLUS Rounded 1c', arial, "BIZ UDGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", "Arial Rounded MT Bold", "MS PGothic", sans-serif;
	line-height: 1.8;
	letter-spacing: 0.1em;
}

a {
	transition: 0.3s;
	text-decoration: none;
}

a:focus {
	box-shadow: none;
}

a:hover {
	color: #5E4F44;
}

header {
	background-color: #fff;
}

@media (min-width: 1400px) {
	.container {
		max-width: 1140px;
	}
}

/******************** FONT ********************/

.m-plus-rounded-1c-thin {
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 100;
	font-style: normal;
}

.m-plus-rounded-1c-light {
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 300;
	font-style: normal;
}

.m-plus-rounded-1c-regular {
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.m-plus-rounded-1c-medium {
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 500;
	font-style: normal;
}

.m-plus-rounded-1c-bold {
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.m-plus-rounded-1c-extrabold {
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 800;
	font-style: normal;
}

.m-plus-rounded-1c-black {
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 900;
	font-style: normal;
}

/******************** HEADER ********************/

.head_area {
	position: relative;
	padding: 30px 0 20px;
}

.head_back_img img {
	position: absolute;
	width: 100%;
	aspect-ratio: 1400 / 167;
	top: 100%;
	z-index: 1;
}

.head_box {
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 30px;
	padding: 0;
	z-index: 10;
}

.head_logo {
	text-align: center;
}

.head_area .head_logo img {
	width: 318px;
	position: relative;
	z-index: 5;
}

.menu_box ul {
	display: flex;
	justify-content: center;
	gap: 50px;
	width: 100%;
}

.menu_box ul li a {
	font-size: 125%;
	font-weight: bold;
	letter-spacing: 0.13em;
	padding: 10px;
	position: relative;
}

.menu_box ul li a::before {
	content: '';
	position: absolute;
	display: inline-block;
	width: 100px;
	height: 42px;
	background-size: contain;
	top: calc(50% - 21px);
	left: calc(50% - 50px);
	z-index: -1;
	transition: 0.4s;
}

.menu_box ul li:nth-of-type(1) a::before {
	background: url(../img/head_c_news.png)center center / contain no-repeat;
}

.menu_box ul li:nth-of-type(2) a::before {
	background: url(../img/head_c_blog.png)center center / contain no-repeat;
}

.menu_box ul li:nth-of-type(3) a::before {
	background: url(../img/head_c_about.png)center center / contain no-repeat;
}

.menu_box ul li:nth-of-type(4) a::before {
	background: url(../img/head_c_life.png)center center / contain no-repeat;
}

.menu_box ul li:nth-of-type(5) a::before {
	background: url(../img/head_c_parent.png)center center / contain no-repeat;
}

.menu_box ul li:nth-of-type(6) a::before {
	background: url(../img/head_c_recruit.png)center center / contain no-repeat;
}

.menu_box ul li a:hover::before,
.menu_box ul li a[aria-current="page"]::before {
	width: 155px;
	height: 65px;
	top: calc(50% - 35px);
	left: calc(50% - 80px);
}

.entry-header .entry-title {
	text-align: center;
	width: 100%;
	font-size: 250%;
	font-weight: bold;
	letter-spacing: 0.16em;
	background: #F1F3CC;
	padding: 140px 0 60px;
	position: relative;
}

.entry-header .entry-title::after {
	content: '';
	position: absolute;
	background: url(../img/line_theme.png) center center / 12px 3px repeat;
	width: 100%;
	height: 3px;
	right: 0px;
	bottom: 10px;
}

.h1_box .page_h1.f_round span {
	width: 100%;
	font-size: 250%;
	letter-spacing: 2px;
	font-weight: 700;
}

.h1_box .page_h1.f_round {
	text-align: center;
	background: #F1F3CC;
	padding: 120px 0 60px;
	position: relative;
}

.h1_box .page_h1.f_round::after {
	content: '';
	position: absolute;
	background: url(../img/line_theme.png) center center / 12px 3px repeat;
	width: 100%;
	height: 3px;
	right: 0px;
	bottom: 10px;
}

.home .entry-header,
.home .entry-header .entry-title {
	display: block;
}

.home_slider {
	position: relative;
	top: 1px;
}

.home_slider .slide_catch {
	position: absolute;
	width: 1110px;
	height: 280px;
	background-size: contain;
	left: calc(50% - 575px);
	bottom: -140px;
}

/********* PANKUZU *********/

.pankuzu {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 5px 30px;
	max-width: 1170px;
	margin: 15px auto;
	padding-left: 20px;
}

.pankuzu li {
	font-weight: bold;
	font-size: 87.5%;
	letter-spacing: 2px;
	position: relative;
}

.pankuzu li:first-child::before {
	position: absolute;
	content: '';
	background: url(../img/pankuzu_house.png) center center / contain no-repeat;
	width: 14px;
	height: 13px;
	left: -20px;
	top: 6px;
}

.pankuzu li a::after {
	position: absolute;
	content: '';
	background: url(../img/page_menu_under.png) center center / contain no-repeat;
	transform: rotate(-90deg);
	width: 11px;
	height: 10px;
	right: -20px;
	top: 8px;
}

.pankuzu li a:hover {
	text-decoration: underline;
}

/* --------------------　ABOUT-NAV　-------------------- */

.page_menu {
	margin-bottom: 200px;
}

.page_menu ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 25px;
	margin: 20px 0 30px;
}

.page_menu ul li {
	width: 150px;
}

.page_menu ul li a {
	display: inline-block;
	width: 100%;
	padding: 8px 25px 8px 20px;
	border: 2px solid #B2C600;
	background-color: #FFF;
	border-radius: 20px;
	font-size: 87.5%;
	font-weight: bold;
	position: relative;
}

.page_menu ul li a::after {
	content: '';
	width: 13px;
	height: 10px;
	background: url(../img/page_menu_under.png) center center / contain no-repeat;
	position: absolute;
	top: calc(50% - 4px);
	right: 15px;
	transition: 0.3s;
}

/* --------　hover-ABOUT「NAV」　-------- */

.page_menu ul li a:hover {
	background: #F0F4CC;
}

.page_menu ul li a:hover:after {
	top: calc(50% - 1px);
}

/* ------- ナビ　レスポンシブ ------ */

@media (max-width:1199px) {

	.page_menu ul {
		gap: 15px;
	}

	#page-recruit .page_menu ul li {
		width: 140px;
	}
}

@media (max-width: 991px) {

	.page_menu ul li {
		width: 160px;
	}
}

@media (max-width: 767px) {

	.page_menu ul li {
		width: 140px;
	}
}

@media (max-width: 483px) {

	.page_menu ul {
		gap: 10px;
	}
}

.about_box {
	background-color: #fff;
	padding-bottom: 80px;
	margin-bottom: 80px;
}

.page_box {
	background-color: #fff;
	border-radius: 30px;
	margin: 0 auto;
	margin-bottom: 80px;
	text-align: center;
	padding: 0px 70px 60px;
}

.page_box .about_h2 {
	padding: 50px 0 10px;
}

@media (max-width: 991px) {

	.page_box {
		padding: 0px 30px 60px;
	}

	.page_menu {
		margin-bottom: 120px;
	}
}

@media (max-width: 767px) {

	.page_box {
		padding: 0px 20px 60px;
	}

	.page_menu ul li a {
		padding: 8px 25px 8px 10px;
	}
}

@media (max-width: 575px) {

	.page_menu {
		margin-bottom: 80px;
	}
}

@media (max-width: 375px) {
	.page_box {
		padding: 0px 15px 60px;
	}
}

/* ---　h2　---- */

.about_h2 {
	padding-top: 80px;
	font-size: 200%;
	text-align: center;
}

.about_h2 span {
	display: inline-block;
	padding-bottom: 30px;

	position: relative;
}

.about_h2 span::before {
	content: '';
	width: 100%;
	height: 25px;
	background: url(../img/back_h2.png) center center / contain no-repeat;
	position: absolute;
	top: 5px;
	right: 170px;
}

.about_h2 span::after {
	content: '';
	width: 100%;
	height: 25px;
	background: url(../img/back_h2.png) center center / contain no-repeat;
	position: absolute;
	top: 5px;
	left: 170px;
}

/* ---　h2--　--- */

.history_h2 {
	padding-top: 80px;
	font-size: 200%;
}

.history_h2 span {
	display: block;
	padding-bottom: 30px;

	position: relative;
}

.history_h2 span::before {
	content: '';
	width: 10%;
	height: 25px;
	background: url(../img/back_h2.png) center center / contain no-repeat;
	position: absolute;
	top: 5px;
	left: 280px;
}

.history_h2 span::after {
	content: '';
	width: 10%;
	height: 25px;
	background: url(../img/back_h2.png) center center / contain no-repeat;
	position: absolute;
	top: 5px;
	right: 280px;
}

.history_area .page_box .about_h2 {
	padding-top: 70px;
}

/******** お問い合わせ　LINE TEL  ********/

.top_recruit_button {
	display: flex;
	justify-content: center;
	margin-top: 40px;
	gap: 50px;
}

.top_recruit_button .button_title {
	padding: 0 0 5px 0;
	text-align: center;
	color: #FFF;
	font-size: 143.8%;
}

.button p {
	text-align: center;
	color: #FFF;
	padding: 10px 0;
	font-weight: 600;
}

/******** 概要　沿革　応募要項 ********/

.page_in .outline_list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0 40px;
}

.page_in .outline_list dt {
	margin: 0;
	width: 20%;
	padding: 15px 10px 10px 30px;
	position: relative;
	font-weight: bold;
	font-size: 100%;
	letter-spacing: 2px;
	text-align: left;
	border-bottom: 2px solid #65BEC5;
}

.page_in .outline_list dt::before {
	position: absolute;
	content: '';
	bottom: -4px;
	left: -5px;
	width: 6px;
	/*左側丸の幅*/
	height: 6px;
	/*左側丸の高さ*/
	background: #65BEC5;
	border-radius: 50%;
}

.page_in .outline_list dt::after {
	position: absolute;
	content: '';
	bottom: -4px;
	right: -5px;
	width: 6px;
	/*左側丸の幅*/
	height: 6px;
	/*左側丸の高さ*/
	background: #65BEC5;
	border-radius: 50%;
}

.page_in .outline_list dd {
	margin: 0;
	width: 71%;
	padding: 15px 10px 10px 30px;
	position: relative;
	font-weight: bold;
	font-size: 100%;
	letter-spacing: 2px;
	text-align: left;
	border-bottom: 2px solid #C6C6C6;
}

.page_in .outline_list dd::before {
	content: '';
	background: #C6C6C6;
	position: absolute;
	bottom: -4px;
	left: -5px;
	width: 6px;
	/*左側丸の幅*/
	height: 6px;
	/*左側丸の高さ*/
	border-radius: 50%;
}

.page_in .outline_list dd::after {
	content: '';
	background: #C6C6C6;
	position: absolute;
	bottom: -4px;
	right: -5px;
	width: 6px;
	/*左側丸の幅*/
	height: 6px;
	/*左側丸の高さ*/
	border-radius: 50%;
}

/* --------　概要　応募要項　ボタン　-------- */

.page_in .profile_file_ul {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 30px;
}

.page_in .profile_file_ul li {
	position: relative;
	display: inline-block;
}

.page_in .profile_file_ul li a {
	width: 250px;
	padding: 15px 40px 15px 15px;
	border: 2px solid #B2C600;
	border-radius: 20px;
	text-align: center;
	transition: 0.5s;
	font-weight: bold;
	font-size: 100%;
	letter-spacing: 2px;
	display: grid;
	text-decoration: none;
	position: relative;
}

.page_in .profile_file_ul li a::before {
	content: '';
	width: 18px;
	height: 16px;
	background: url(../img/page_menu_under.png) center center / contain no-repeat;
	transform: rotate(-90deg);
	position: absolute;
	top: 35px;
	right: 20px;
	transition: 0.5s;
}

.page_in .profile_file_ul li a:hover:before {
	right: 15px;
}

.page_in .profile_file_ul li a:hover {
	background-color: #FDFFDE;
}

/* --------　thanksページ　-------- */

.thanks_area {
	padding-top: 30px;
}

.thanks_area h1 {
	font-size: 125%;
	padding-bottom: 20px;
}

/******************** ブログ 投稿記事 ********************/

.post-thumbnail {
	display: none;
}

/*********** お知らせ一覧ページ 記事がない時 ************/

.no-news p {
	font-weight: 500;
	text-align: center;
}

@media (max-width: 425px) {
	.no-news p {
		text-align: left;
	}
}

/******************** FOOTER ********************/

/*    -----　PAGE TOP　----- 　 */

footer {
	position: relative;
}

footer #btn_top {
	left: auto;
	right: 15px;
	z-index: 999;
	transition: .3s;
}

footer #btn_top img {
	width: 81px;
}

.foot_back_img .back_foot {
	width: 100vw;
	display: block;
	padding-top: 80px;
}

/*    -----　電車　----- 　 */

.foot_back_img {
	position: relative;
}

.train_stage {
	position: absolute;
	width: 100%;
	height: 50px;
	margin-bottom: 15px;
	top: auto;
	bottom: 50px;
	left: 0;
}

.train_wrap {
	display: block;
	position: absolute;
	top: 0;
	animation-fill-mode: forwards;
	animation-timing-function: linear;
	animation-duration: 10s;
	animation-iteration-count: 1;
}

[data-order="right"]>.train_item {
	transform: rotateY(180deg);
}

.train_item {
	display: block;
	position: relative;
	width: 250px;
	height: 80px;
	background-image: url(../img/train.png);
	background-size: 100% 100%;
	background-position: 0 0;
	background-repeat: no-repeat;
}

.train_wrap[data-order="left"] {
	animation: GoLeft 20s forwards linear, UpDown 1s infinite linear;
}

.train_wrap[data-order="right"] {
	animation: GoRight 20s forwards linear, UpDown 1s infinite linear;
}

@keyframes GoLeft {
	0% {
		right: 0%;
		transform: translateY(10px);
		/* 右少し下 */
	}

	100% {
		right: calc(100% - 250px);
		transform: translateY(0);
		/* 左下がらない */
	}
}

@keyframes GoRight {
	0% {
		right: calc(100% - 250px);
		transform: translateY(0);
	}

	100% {
		right: 0%;
		transform: translateY(10px);
		/* 右少し下 */
	}
}

@media (max-width: 1199px) {

	.train_stage {
		bottom: 40px;
	}
}

@media (max-width: 767px) {

	.train_item {
		width: 200px;
		height: 60px;
	}

	.train_stage {
		bottom: 10px;
	}

	@keyframes GoLeft {

		0% {
			right: 0%;
		}

		100% {
			right: calc(100% - 200px);
		}
	}

	@keyframes GoRight {

		0% {
			right: calc(100% - 200px);
		}

		100% {
			right: 0%;
		}
	}
}

@media (max-width: 575px) {

	.train_item {
		width: 150px;
		height: 50px;
		top: 4px;
	}

	.train_stage {
		bottom: -5px;
	}

	@keyframes GoLeft {

		0% {
			right: 0%;
		}

		100% {
			right: calc(100% - 150px);
		}
	}

	@keyframes GoRight {

		0% {
			right: calc(100% - 150px);
		}

		100% {
			right: 0%;
		}
	}
}

@media (max-width: 440px) {

	.train_item {
		width: 120px;
		height: 40px;
	}

	.train_stage {
		bottom: -15px;
	}

	.train_wrap[data-order="left"] {
		animation: GoLeft 10s forwards linear, UpDown 1s infinite linear;
	}

	.train_wrap[data-order="right"] {
		animation: GoRight 10s forwards linear, UpDown 1s infinite linear;
	}
}

/*    -----　線路　----- 　 */

.foot_back_col {
	background: #E0E89A;
	position: relative;
}

.foot_box {
	display: flex;
	justify-content: space-between;
	padding-top: 70px;
}

.active img {
	width: 394px;
	height: auto;
}

.foot_address p {
	font-weight: 500;
	font-size: 112.5%;
	letter-spacing: 2px;
	padding-bottom: 10px;
}

.foot_add p {
	display: flex;
	align-items: end;
}

/*    -----　コピーライト　----- 　 */

.foot_copy p {
	text-align: center;
	font-size: 75%;
	padding: 40px 0 25px;
}

.foot_menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 50px;
	padding: 50px 0 0;
	font-weight: bold;
}

.foot_menu li a {
	position: relative;
	padding: 10px;
}

.foot_menu li a[aria-current="page"]:after,
.foot_menu li a:hover:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 3px;
	background: #ffffff;
	bottom: 0;
	border-radius: 5px;
	left: 0;
}

/*    -----　Edit　----- 　 */

.entry-footer .edit-link {
	display: none;
}

/*********** HEADER レスポンシブ ***********/

@media (max-width: 1199px) {

	.menu_box ul {
		gap: 15px;
	}

	.entry-header .entry-title {
		padding: 90px 0 60px;
	}

	.home_slider .slide_catch {
		width: 800px;
		height: 210px;
		left: calc(50% - 400px);
		bottom: -90px;
	}
}

@media (max-width: 991px) {

	.head_box {
		justify-content: space-between;
		gap: 20px;
		position: relative;
	}

	.menu_btn {
		display: flex;
		align-items: flex-end;
		justify-content: center;
		width: 50px;
		height: 50px;
		background: #fff;
		border: 3px solid #B7E1E4;
		border-radius: 5px;
		cursor: pointer;
		position: relative;
		transition: 0.3s;
		z-index: 9999;
	}

	.menu_btn:focus {
		outline: auto;
		box-shadow: none;
	}

	.menu_btn span {
		display: inline-block;
		width: 26px;
		height: 3px;
		background: #B7E1E4;
		border-radius: 2px;
		transition: 0.3s;
		position: absolute;
		right: 9px;
	}

	.menu_btn span:nth-of-type(1) {
		top: 10px;
	}

	.menu_btn span:nth-of-type(2) {
		top: 20px;
	}

	.menu_btn span:nth-of-type(3) {
		top: 30px;
	}

	.menu_btn[aria-expanded="true"] span:nth-of-type(1) {
        top: 15px;
        left: 14px;
        transform: translateY(6px) rotate(-45deg);
        width: 40%;
    }

	.menu_btn[aria-expanded="true"] span:nth-of-type(2) {
       display: none;
    }

	.menu_btn[aria-expanded="true"] span:nth-of-type(3) {
		top: 27px;
        left: 14px;
        transform: translateY(-6px) rotate(45deg);
        width: 40%;
    }

	.menu_box ul {
		flex-wrap: wrap;
		gap: 0;
	}

	.menu_box ul li {
		display: inline-block;
		width: calc(100% / 3);
		text-align: center;
	}

	.menu_box ul li a {
		display: inline-block;
		padding: 20px 0;
	}

	.entry-header .entry-title {
		padding: 100px 0 60px;
	}

	.home_slider .slide_catch {
		width: 600px;
		height: 150px;
		left: calc(50% - 300px);
		bottom: -60px;
	}
}

@media (max-width: 767px) {

	.head_area .head_logo img {
		width: 250px;
	}

	.menu_box ul li {
		display: inline-block;
		width: calc((100% - 30px) / 3);
	}

	.menu_box ul li a {
		padding: 15px 0;
	}

	.entry-header .entry-title {
		padding: 80px 0 40px;
	}
}

@media (max-width: 699px) {

	.entry-header .entry-title {
		font-size: 187.5%;
	}
}

@media (max-width: 690px) {

	.home_slider .slide_catch {
		width: 440px;
		height: 115px;
		left: calc(50% - 220px);
		bottom: -40px;
	}
}

@media (max-width: 575px) {

	.head_area {
		padding: 20px 0 10px;
	}

	.head_area .head_logo img {
		width: 200px;
	}

	.menu_box ul li {
		width: 50%;
	}

	.menu_box ul li a {
		font-size: 100%;
		padding: 10px 0;
	}

	.menu_box ul li a::before {
		width: 80px;
		height: 38px;
		top: calc(50% - 19px);
		left: calc(50% - 40px);
	}

	.menu_box ul li a:hover::before,
	.menu_box ul li a[aria-current="page"]::before {
		width: 130px;
		height: 55px;
		top: calc(50% - 31px);
		left: calc(50% - 65px);
	}

	.entry-header .entry-title {
		font-size: 175%;
		padding: 65px 0 35px;
	}
}

@media (max-width: 470px) {

	.home_slider .slide_catch {
		width: 320px;
		height: 80px;
		left: calc(50% - 160px);
		bottom: -50px;
	}
}

@media (max-width: 425px) {

	.entry-header .entry-title {
		padding: 40px 0;
	}
}





/* ---　h2　レスポンシブ　---- */

@media (max-width:1399px) {

	.history_h2 span::before {
		left: 300px;
	}

	.history_h2 span::after {
		right: 300px;
	}
}

@media (max-width: 1199px) {

	.history_h2 span::before {
		left: 230px;
	}

	.history_h2 span::after {
		right: 230px;
	}
}

@media (max-width: 991px) {

	.history_h2 span::before {
		left: 90px;
		width: 30%;
	}

	.history_h2 span::after {
		right: 90px;
		width: 30%;
	}
}

@media (max-width: 767px) {

	.history_h2 span::before {
		left: 30px;
	}

	.history_h2 span::after {
		right: 30px;
	}
}

@media (max-width: 699px) {

	.about_h2,
	.history_h2 {
		padding-top: 80px;
		font-size: 175%;
	}

	.about_h2 span::before {
		width: 80%;
		right: 170px;
	}

	.about_h2 span::after {
		width: 80%;
		left: 170px;
	}
}

@media (max-width: 575px) {

	.about_h2,
	.history_h2 {
		font-size: 150%;
	}
}

@media (max-width: 450px) {

	.about_h2 span::before {
		right: 150px;
		top: 2px;
	}

	.about_h2 span::after {
		left: 150px;
		top: 2px;
	}
}

@media (max-width: 425px) {

	.about_h2 span::after {
		display: none;
	}

	.history_h2 span::after {
		display: none;
	}

	.about_h2 span::before {
		right: calc(50% - 35px);
		top: 35px;
		width: 70px;
	}

	.history_h2 span::before {
		left: calc(50% - 35px);
		top: 35px;
		width: 70px;
	}

	.about_h2 span {
		padding-bottom: 60px;
	}

	.page_box .about_h2 {
		padding-bottom: 20px;
	}

	.about_h2,
	.history_h2 {
		padding-top: 50px;
	}
}

/*********** 概要　ボタン レスポンシブ ***********/

@media (max-width:1199px) {

	.page_in .profile_file_ul {
		padding-left: 0;
	}

	.page_in .profile_file_ul li a {
		width: 230px;
	}
}

@media (max-width:991px) {

	.page_in .profile_file_ul li a {
		width: 190px;
	}

	.page_in .profile_file_ul li a span {
		font-size: 87.5%;
	}

	.button p {
		padding: 10px 0 0;
	}

	.page_in .profile_file_ul {
		gap: 10px 20px;
	}
}

@media (max-width:767px) {

	.top_recruit_button .button_title {
		font-size: 125%;
	}
}

@media (max-width: 575px) {

	.page_in .profile_file_ul li {
		width: 100%;
	}

	.page_in .profile_file_ul li a {
		width: 100%;
	}
}

@media (max-width: 506px) {

	.page_in .profile_file_ul li a {
		margin: 0 0px 5px 0;
	}

	.page_in .profile_file_ul .p_li {
		margin-top: 0;
	}
}

/*********** 園の概要 レスポンシブ ***********/

@media (max-width: 1199px) {

	.page_in .outline_list {
		gap: 0 30px;
	}

	.page_in .outline_list dt {
		width: 21%;
		padding-left: 10px;
	}

	.page_in .outline_list dd {
		width: 74%;
		padding-left: 10px;
	}
}

@media (max-width: 991px) {

	.guidline_box .page_in .outline_list {
		padding: 0 30px;
	}

	.page_in .outline_list dd {
		width: 71%;
		padding: 15px 5px 12px 5px;
	}

	.page_in .outline_list dt {
		width: 24%;
		padding: 15px 5px 12px 5px;
	}
}

@media (max-width: 767px) {

	.page_in .outline_list {
		justify-content: left;
	}

	.page_in .outline_list dt {
		width: 40%;
		padding: 20px 5px 6px 10px;
	}

	.page_in .outline_list dd {
		width: 100%;
		padding: 10px 0 6px 10px;
	}
}

@media (max-width: 470px) {

	.page_in .outline_list dt {
		width: 60%;
	}
}

/*********** 沿革 レスポンシブ ***********/


@media (max-width: 767px) {

	.top_recruit_button {
		gap: 18px;
	}
}

@media (max-width: 699px) {

	.top_recruit_button .button_title {
		font-size: 125%;
	}
}

@media (max-width: 535px) {

	.top_recruit_button .button_title {
		font-size: 112.5%;
	}
}

@media (max-width: 500px) {

	.top_recruit_button {
		display: block;
		margin-top: 0;
	}

	.contact_address .top_recruit_button {
		display: flex;
	}
}

@media (max-width: 425px) {

	.contact_address .top_recruit_button {
		display: block;
	}

	.top_recruit_button .contact_link {
		width: 100%;
		margin: 10px auto;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 15px 10px;
	}

	.top_recruit_button .button_title {
		padding-bottom: 0px;
	}

	.top_recruit_button .button p {
		padding-top: 0;
	}
}

/*    -----フッター　レスポンシブ----- 　 */

@media (max-width: 1199px) {

	.foot_menu {
		gap: 40px;
	}
}

@media (max-width: 991px) {

	.foot_address {
		padding-top: 30px;
		text-align: center;
	}

	.foot_menu {
		padding-top: 30px;
		gap: 40px;
	}

	.foot_box {
		justify-content: center;
	}
}

@media (max-width: 767px) {

	.active img {
		width: 350px;
	}

	.foot_address p {
		padding-bottom: 5px;
		justify-content: center;
	}

	.foot_menu {
		padding-top: 15px;
		gap: 20px 30px;
	}

	.foot_box {
		justify-content: center;
	}

	.foot_area #btn_top img {
		width: 60px;
	}
}

@media (max-width: 575px) {

	.foot_menu {
		gap: 20px 40px;
	}
}

@media (max-width: 425px) {

	.active img {
		width: 280px;
	}

	.foot_address {
		padding-top: 20px;
	}

	.foot_menu {
		gap: 10px 30px;
		padding-top: 30px;
		gap: 20px;
	}

	.foot_copy p {
		padding: 30px 0 25px;
	}
}