@charset "utf-8";

/*	レイアウト
---------------------------------*/
html {
	font-size: 62.5%;
}

body {
	position: relative;
	margin: 0;
	padding: 115px 0 0;
	width: 100%;
	line-height: 1.7;
	color: #33312d;
	font-family: 'Zen Maru Gothic', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: 500;
}

#wrapper {
	position: relative;
	overflow: hidden;
}

.sponly {
	display: none;
}
.pconly {
	display: inline;
}


@media screen and (min-width: 960px) {
    a[href^="tel:"] {
        display: inline-block;
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}


#link01, #link02, #link03, #link04, #link05, #link0501, #link0502, #link06, #link07, #link08, #link09, #link10 {
	position: relative;
	margin-top: -130px;
	padding-top: 130px;
	z-index: -1000;
}

@media screen and (max-width:959px) {
    #link01, #link02, #link03, #link04, #link05, #link0501, #link0502, #link06, #link07, #link08, #link09, #link10 {
        margin-top: -70px;
        padding-top: 70px;
    }
    body {
        padding: 60px 0 0;
    }
}

@media screen and (max-width:767px) {
}

@media screen and (max-width:599px) {
    .sponly {
        display: inline;
    }
    .pconly {
        display: none;
    }
}


/*	ヘッダー
---------------------------------*/
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	line-height: 1;
	z-index: 1010;
	background-color: rgba(255,255,255,1);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
header.bgwhite {
}
.hd-inr {
	position: relative;
	margin: 0 auto;
	padding: 0 30px 0px 30px;
	width: 100%;
	max-width: 1200px;
	height: 115px;
}
header.bgwhite .hd-inr {
}

.hd-logo {
	margin: 0px 0 0px 0;
	width: 248.5px;
}
.hd-logo img {
    width: 100%;
    height: auto;
}
header.bgwhite .hd-logo {
}
.hd-logo img {
}

.hd-info {
	width: calc(100% - 248.5px);
	vertical-align: top;
}
.hd-menu {
	margin: 0;
	padding: 0px 0 0;
}
.hd-contact {
}

.hd-contact .hd-inst {
    position: absolute;
    top: 31px;
    right: 190px;
}
.hd-contact .hd-inst img {
    width: 23.5px;
    height: auto;
}

.hd-contact .hd-mail {
    position: absolute;
    top: 25px;
    right: 30px;
}
.hd-contact .hd-mail a {
    display: block;
	width: 140px;
    height: 35px;
    text-align: center;
	background: #ffc32e;
    border-radius: 30px;
}
.hd-contact .hd-mail a:hover {
    opacity: 0.8;
}
.hd-contact .hd-mail a span {
	display: inline-block;
    margin-top: 6px;
	font-size: 15px;
	line-height: 1.6;
	letter-spacing: 2.5px;
	font-weight: 500;
	color: #ffffff;
}


@media screen and (max-width: 959px) {
	.hd-inr {
		padding: 0px 15px 0px 15px;
		height: 60px;
	}
	.hd-logo {
		margin: 0px 0 0 0;
		width: 180px;
	}
	.hd-info {
		width: calc(100% - 180px);
		padding: 0 55px 0 0;
		align-items: center;
	}
	.hd-contact {
		height: 52px;
	}
	.hd-menu {
		margin: 0;
		padding: 0;
	}
    .hd-contact .hd-inst {
		position: static;
    }
    .hd-contact .hd-mail {
        display: none;
    }
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 599px) {
	.hd-inr {
		padding: 0px 15px 0px 10px;
	}
	.hd-logo {
		width: 180px;
	}
	.hd-info {
		width: calc(100% - 180px);
		padding: 0 45px 0 0;
	}
}

@media screen and (max-width: 320px) {
	.hd-logo {
		width: 180px;
	}
	.hd-info {
		width: calc(100% - 180px);
	}
}


/*	共通 - 採用情報
---------------------------------*/
.cmn-recruit {
    padding-top: 160px;
    padding-bottom: 30px;
    position: relative;
}
.cmn-recruit::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background: url("../img/cmn/bg_recruit.png") no-repeat center top;
	background-size: auto 100%;
    z-index: -8;
}
.cmn-recruit .contents-inr {
    max-width: 1120px;
}

.cmn-recruit .img_recruit_left {
    position: absolute;
    top: 0%;
    right: 70%;
}
.cmn-recruit .img_recruit_right {
    position: absolute;
    top: 0%;
    left: 70%;
}

.cmn-recruit h3 {
    margin-bottom: 15px;
    text-align: center;
}
.cmn-recruit h3 img {
    width: 193px;
    height: auto;
}
.cmn-recruit h4 {
    margin-bottom: 15px;
    text-align: center;
}
.cmn-recruit p {
    text-align: center;
}
.cmn-recruit .btn-cmn01 {
    margin-top: 20px;
}

@media screen and (max-width:1279px) {
}

@media screen and (max-width: 959px) {
    .cmn-recruit .img_recruit_left {
        right: 78%;
        width: 30%;
    }
    .cmn-recruit .img_recruit_right {
        left: 78%;
        width: 30%;
    }
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 599px) {
    .cmn-recruit {
        padding-top: 100px;
        padding-bottom: 30px;
    }
    .cmn-recruit::before {
        background: url("../img/cmn/bg_recruit.png") no-repeat center bottom;
        background-size: auto 110%;
    }
    .cmn-recruit h3 img {
        width: 160px;
        height: auto;
    }
    .cmn-recruit .img_recruit_left {
        top: -16%;
        right: 80%;
        width: 28%;
    }
    .cmn-recruit .img_recruit_right {
        top: -16%;
        left: 80%;
        width: 28%;
    }
}


/*	共通 - お問い合わせエリア
---------------------------------*/
.cmn-contact {
    padding-top: 90px;
    padding-bottom: 95px;
}
.cmn-contact .contents-inr {
    max-width: 1120px;
}

.cmn-contact li {
}
.cmn-contact li:nth-of-type(1) {
    width: 250px;
    padding-top: 10px;
}
.cmn-contact li:nth-of-type(1) img {
    width: 190px;
    height: auto;
}
.cmn-contact li:nth-of-type(2) {
    width: calc(100% - 560px);
}
.cmn-contact li:nth-of-type(3) {
    width: 310px;
    padding-top: 10px;
}

@media screen and (max-width:1279px) {
}

@media screen and (max-width: 959px) {
    .cmn-contact li:nth-of-type(1) {
        width: 280px;
    }
    .cmn-contact li:nth-of-type(2) {
        width: calc(100% - 280px);
    }
    .cmn-contact li:nth-of-type(3) {
        width: 100%;
        padding-top: 30px;
    }
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 599px) {
    .cmn-contact {
        padding-top: 40px;
        padding-bottom: 50px;
    }
    .cmn-contact li:nth-of-type(1) {
        width: 100%;
        padding-top: 0px;
        padding-bottom: 20px;
    }
    .cmn-contact li:nth-of-type(1) img {
        width: 160px;
        height: auto;
    }
    .cmn-contact li:nth-of-type(2) {
        width: 100%;
    }
    .cmn-contact li:nth-of-type(3) {
        padding-top: 20px;
    }
}


/*	フッター
---------------------------------*/
footer {
    position: relative;
    padding-top: 40px;
    padding-bottom: 15px;
}
footer::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
    background: #00a57e;
    z-index: -8;
}
footer .ft-info {
}
footer .contents-inr {
}

.ft-left {
    width: 300px;
}
.ft-left .ft-logo {
    margin-bottom: 15px;
}
.ft-left .ft-logo img {
    width: 223px;
    height: auto;
}
.ft-left .ft-address {
	font-size: 13px;
	line-height: 1.6;
	letter-spacing: 2px;
	font-weight: 500;
    color: #ffffff;
}
.ft-left .ft-tel {
	font-size: 13px;
	line-height: 1.6;
	letter-spacing: 2px;
	font-weight: 500;
    color: #ffffff;
}
.ft-left .ft-inst {
    margin-top: 20px;
}
.ft-left .ft-inst img {
    width: 29px;
    height: auto;
}

.ft-right {
    width: calc(100% - 300px);
}

.ft-nav {
    text-align: right;
}
.ft-nav > ul {
	margin: 0;
    font-size: 0;
}
.ft-nav > ul > li {
    display: inline-block;
    vertical-align: top;
	margin: 0px 40px 20px 0px;
}
.ft-nav > ul > li:last-of-type {
	margin: 0px 0px 20px 0px;
}
.ft-nav > ul > li p.p01 {
    margin-bottom: 8px;
    padding-left: 12px;
	font-size: 15px;
	line-height: 1.6;
	letter-spacing: 1px;
	font-weight: 500;
    color: #ffffff;
    background: url("../img/cmn/icon_ft01.png") no-repeat left 9px;
}
.ft-nav > ul > li p.p02 {
    margin-bottom: 8px;
    padding-left: 15px;
    padding-bottom: 8px;
	font-size: 12px;
    line-height: 1.6;
    letter-spacing: 1px;
	font-weight: 500;
    color: #ffffff;
    background: url("../img/cmn/icon_ft02.png") no-repeat left 4px, url("../img/cmn/icon_ft03.png") no-repeat 15px bottom;
}
.ft-nav > ul > li .btn {
}
.ft-nav > ul > li .btn a {
    display: block;
	width: 140px;
    height: 35px;
    padding-top: 5px;
    text-align: center;
	background: #ffffff;
    border-radius: 30px;
	font-size: 15px;
	line-height: 1.6;
	letter-spacing: 2.5px;
	font-weight: 500;
	color: #00a57e;
}

.ft-copyright {
    color: #ffffff;
	padding: 15px 5px 0px 5px;
	font-size: 11px;
    letter-spacing: 1px;
    font-weight: 500;
    line-height: 1.6;
    text-align: center;
}
.ft-copyright a {
    color: #ffffff;
	font-size: 11px;
    letter-spacing: 1px;
    font-weight: 400;
    line-height: 1.6;
    margin-right: 20px;
}

@media screen and (max-width:1279px) {
}

@media screen and (max-width: 959px) {
    .ft-right {
        display: none;
    }
    .ft-left {
        width: 230px;
    }
    .ft-left .ft-inst {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 599px) {
    .btn-pagetop img {
        width: 30px;
        height: auto;
    }
    .ft-left {
        position: relative;
    }
    .ft-left .ft-inst {
      position: absolute;
      bottom: -5px;
      right: -10px;
    }
    .ft-copyright a {
        margin-right: 10px;
    }
}

@media screen and (max-width: 320px) {
    .ft-copyright a {
        display: block;
        margin-right: 0px;
        margin-bottom: 10px;
    }
}


/*	グローバナビ（PC用）
---------------------------------*/
.pc-nav {
	line-height: 1;
}
.pc-nav > ul {
	margin: 60px 10px 0 0px;
}
.pc-nav > ul > li {
	position: relative;
	margin: 0px 0px 0 22px;
	padding: 0 0px 0px 25px;
	height: 30px;
    background: url("../img/cmn/icon_menu.png") no-repeat left top 5px;
}
.pc-nav > ul > li.first {
	margin: 0;
	padding: 0;
    background: none;
}
.pc-nav > ul > li.first::before {
	display: none;
}
.pc-nav > ul > li > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
	padding: 0px 0px 0px 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 1px;
	font-weight: 500;
    color: #00a57e;
}
.pc-nav > ul > li > a span {
	position: relative;
}
.pc-nav > ul > li.current a,
.pc-nav > ul > li a:hover {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.pc-nav > ul > li.parent div {
	position: absolute;
	top: 100%;
	left: calc(50% + 0px);
	transform: translateX(-50%);
	padding: 15px 5px 15px 5px;
	width: 140px;
	max-height: 0;
	background: #5076ee;
	text-align: center;
    border-radius: 0px;
	z-index: 100;
	opacity: 0;
	overflow: hidden;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.pc-nav > ul > li.parent div ul {
	display: inline-block;
}
.pc-nav > ul > li.parent div li a {
	display: block;
	padding: 2px 0px 2px 0px;
	text-align: left;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 400;
	line-height: 1.6;
	color: #ffffff;
}
.pc-nav > ul > li.parent div li a:hover {
    opacity: 0.8;
}
.pc-nav > ul > li.parent div li:last-child a {
    border-bottom: none;
}
.pc-nav > ul > li.parent:hover div {
	max-height: 360px;
	opacity: 1;
}

@media screen and (max-width:1100px) {
}

@media screen and (max-width: 959px) {
	.pc-nav {
		display: none;
	}
	.pconly-nav {
		display: none;
	}
}


/*	グローバナビ（スマホ用）
---------------------------------*/
header .navToggle,
header nav.sp-nav {
	display:none;
}
@media screen and (max-width: 959px) {
	header nav.sp-nav {
		display: block;
		position: fixed;
		left: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		padding: 10% 15%;
		width: 100%;
		height: 100%;
		background: #00a57e;
		font-size: 1.8rem;
		font-weight: 500;
        letter-spacing: 1px;
		z-index: 1000;
		visibility: hidden;
		opacity: 0;
		transform: scale(0.8);
		transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
	}
	/* ナビゲーション アニメーション */
	header.open nav.sp-nav {
		visibility: visible;
		opacity: 1;
		transform: scale(1);
		transition: transform 0.4s, opacity 0.4s;
	}
	header nav.sp-nav a {
		color:#fff;
		font-weight: 500;
	}
	header nav.sp-nav a * {
		transition: 0s;
	}
	header nav.sp-nav > ul {
		display: block;
		position :absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		width: 100%;
	}
	header nav.sp-nav > ul > li {
		margin: 20px 0;
		text-align: center;
		line-height: 1;
		text-transform: uppercase;
	}

	header nav.sp-nav > ul > li.parent {
		margin: 25px 5px 25px 5px;
	}
	header nav.sp-nav > ul > li.parent > a {
		text-decoration: none;
		border: none;
	}
	header nav.sp-nav > ul > li.parent div ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		padding: 5px 0 0;
	}
	header nav.sp-nav > ul > li.parent div li {
		margin: 2px 0 0;
		font-size: 0.75em;
		font-weight: 400;
        line-height: 1.4;
        letter-spacing: 1px;
	}
	header nav.sp-nav > ul > li.parent div li a {
		display: inline-block;
		color: #ffffff;
	}
	header nav.sp-nav > ul > li.parent div li a:hover {
		display: inline-block;
		border-bottom: none;
	}
	header nav.sp-nav > ul > li.parent div li:last-of-type {
		margin: 2px 0 0;
	}
	header nav.sp-nav > ul > li.parent div li::after {
		content: "/";
		display: inline;
		margin: 0 5px;
		color: #ffffff;
	}
	header nav.sp-nav > ul > li.parent div li:last-of-type::after {
		display: none;
	}
	header nav.sp-nav ul li strong,
	header nav.sp-nav ul li br {
		display: none;
	}
	header nav.sp-nav ul li span span,
	header nav.sp-nav ul li br {
		display: none;
	}

	header nav.sp-nav > ul > li.tb-contact {
		margin: -5px 0;
	}
	header nav.sp-nav > ul > li.tb-contact a {
	}

	/*ハンバーガーボタン*/
	header .navToggle {
		display: block;
		position: absolute;
		right: 15px;
		top: 10px;
		margin: auto;
		width: 40px;
		height: 40px;
		background: #00a57e;
        border-radius: 0px;
		cursor: pointer;
		z-index: 1002;
	}
	header .navToggle div {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		width: 25px;
		height: 16px;
	}
	header .navToggle span {
		display: block;
		position: absolute;
		height:2px;
		width:100%;
		background: #fff;
		left:0;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
	}
	header .navToggle span:nth-child(1) {
		top: 0;
	}
	header .navToggle span:nth-child(2) {
		top: 7px;
	}
	header .navToggle span:nth-child(3) {
		top: 14px;
	}
	/* ハンバーガーボタン 切り替えアニメーション */
	header.open .navToggle span {
	}
	header.open .navToggle span:nth-child(1) {
		top: 7px;
		transform: rotate(315deg);
	}
	header.open .navToggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	header.open .navToggle span:nth-child(3) {
		top: 7px;
		transform: rotate(-315deg);
	}
}

@media screen and (max-width:599px) {
	header nav.sp-nav {
		font-size: 1.6rem;
	}
	header .navToggle {
		right: 10px;
	}
}


/*	基本レイアウト
---------------------------------*/
.contents-inr {
	position: relative;
	margin: 0 auto;
	padding-left: 40px;
	padding-right: 40px;
	max-width: 1200px;
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 599px) {
    .contents-inr {
        padding-left: 15px;
        padding-right: 15px;
    }
}


/*	汎用タイトル
---------------------------------*/
.ttl-cmn01 {
    text-align: center;
    background: url("../img/cmn/icon_ttl03.png") no-repeat center top;
    padding: 45px 0px 0px 0px;
}
.ttl-cmn01 .span02 {
    background: url("../img/cmn/icon_ttl_line.png") repeat-x left bottom;
    padding: 0px 0px 10px 0px;
}

.ttl-cmn02 {
    text-align: left;
    position: relative;
    padding: 0px 0px 0px 28px;
}
.ttl-cmn02::before {
	content: "";
	display: block;
	position: absolute;
	top: 3%;
	left: 0px;
	margin: 0;
	width: 9px;
	height: 97%;
	background: #ffc32e;
    border-radius: 10px;
}

.ttl-cmn03 {
    text-align: center;
    background: url("../img/cmn/icon_ttl01.png") no-repeat center top;
    padding: 45px 0px 0px 0px;
}
.ttl-cmn03 .span02 {
    background: url("../img/cmn/icon_ttl_line.png") repeat-x left bottom;
    padding: 0px 0px 10px 0px;
}

.ttl-cmn04 {
    text-align: center;
    background: url("../img/cmn/icon_ttl03.png") no-repeat center top;
    padding: 45px 0px 0px 0px;
}
.ttl-cmn04 .span02 {
    background: url("../img/cmn/icon_ttl_line_wh.png") repeat-x left bottom;
    padding: 0px 0px 10px 0px;
}

.ttl-cmn05 {
    text-align: center;
}
.ttl-cmn05 span {
    display: inline-block;
    background: url("../img/top/icon_ttl01_left.png") no-repeat left center, url("../img/top/icon_ttl01_right.png") no-repeat right center;
    padding: 40px 100px 40px 95px;
}

.ttl-cmn06 {
    text-align: center;
    background: url("../img/top/icon_ttl03.png") no-repeat center bottom;
    padding: 0px 0px 30px 0px;
}

.ttl-cmn07 {
    text-align: center;
    background: url("../img/top/icon_ttl07.png") no-repeat center bottom;
    padding: 0px 0px 40px 0px;
}

.ttl-cmn08 {
    text-align: left;
    background: url("../img/top/icon_ttl06.png") no-repeat left center;
    padding: 0px 0px 0px 32px;
}
.ttl-cmn08 .span01 {
    background: linear-gradient(transparent 80%, #f8f665 20%);
}

.ttl-cmn09 {
    text-align: left;
    background: url("../img/recruit/icon_ttl02.png") no-repeat left center;
    padding: 0px 0px 0px 40px;
}

.ttl-cmn10 {
    text-align: left;
    position: relative;
    padding: 15px 0px 15px 28px;
    color: #00a57e;
	font-size: 24px;
	line-height: 1.6;
	letter-spacing: 2.5px;
	font-weight: 700;
}
.ttl-cmn10::before {
	content: "";
	display: block;
	position: absolute;
	top: 3%;
	left: 0px;
	margin: 0;
	width: 9px;
	height: 97%;
	background: #ffc32e;
    border-radius: 10px;
}
.ttl-cmn10 span {
    margin-left: 12px;
    padding: 0px 15px 3px 15px;
    color: #00a57e;
    background: rgba(255,195,46,0.2);
	font-size: 22px;
	line-height: 1.4;
	letter-spacing: 2.5px;
	font-weight: 500;
    border-radius: 15px;
}

.ttl-cmn11 {
    text-align: left;
    position: relative;
    padding: 15px 0px 15px 28px;
    color: #00a57e;
	font-size: 24px;
	line-height: 1.6;
	letter-spacing: 2.5px;
	font-weight: 700;
}
.ttl-cmn11::before {
	content: "";
	display: block;
	position: absolute;
	top: 3%;
	left: 0px;
	margin: 0;
	width: 9px;
	height: 97%;
	background: #f9a5c7;
    border-radius: 10px;
}
.ttl-cmn11 span {
    margin-left: 12px;
    padding: 0px 15px 3px 15px;
    color: #00a57e;
    background: rgba(249,165,199,0.15);
	font-size: 22px;
	line-height: 1.4;
	letter-spacing: 2.5px;
	font-weight: 500;
    border-radius: 15px;
}

.ttl-cmn12 {
    text-align: left;
    background: url("../img/life/icon_ttl07_01.png") no-repeat left 10px center, url("../img/life/icon_ttl07_02.png") no-repeat left top, url("../img/life/icon_ttl07_02.png") no-repeat left bottom;
    padding: 15px 0px 15px 50px;
}

.ttl-cmn13 {
    text-align: left;
    background: url("../img/guidance/icon_ttl04.png") no-repeat left center;
    padding: 10px 0px 10px 50px;
}

.kome {
    text-align: left;
    position: relative;
    padding: 0px 0px 0px 20px;
}
.kome::before {
	content: "※";
	display: block;
	position: absolute;
	top: 2px;
	left: 0px;
	margin: 0;
	font-size: 12px;
	line-height: 1.6;
	letter-spacing: 1px;
	font-weight: 700;
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 599px) {
    .ttl-cmn01 {
    }
    .ttl-cmn01 .span02 {
    }

    .ttl-cmn02 {
        padding: 0px 0px 0px 20px;
    }
    .ttl-cmn02::before {
        width: 6px;
    }

    .ttl-cmn03 {
    }
    .ttl-cmn03 .span02 {
    }

    .ttl-cmn04 {
    }
    .ttl-cmn04 .span02 {
    }

    .ttl-cmn05 {
    }
    .ttl-cmn05 span {
        background-size: 40px, 45px;
        padding: 20px 50px 20px 50px;
    }

    .ttl-cmn06 {
        background-size: 600px;
        padding: 0px 0px 20px 0px;
    }

    .ttl-cmn07 {
        background-size: 600px;
        padding: 0px 0px 25px 0px;
    }

    .ttl-cmn08 {
    }
    .ttl-cmn08 .span01 {
    }

    .ttl-cmn09 {
        background-size: 30px;
        padding: 0px 0px 0px 36px;
    }

    .ttl-cmn10 {
        padding: 10px 0px 10px 20px;
        font-size: 20px;
        line-height: 1.6;
        letter-spacing: 2px;
        font-weight: 700;
    }
    .ttl-cmn10::before {
        width: 6px;
    }
    .ttl-cmn10 span {
        margin-left: 10px;
        padding: 0px 10px 2px 10px;
        font-size: 18px;
        line-height: 1.4;
        letter-spacing: 2px;
        font-weight: 500;
        border-radius: 15px;
    }

    .ttl-cmn11 {
        padding: 10px 0px 10px 20px;
        font-size: 20px;
        line-height: 1.6;
        letter-spacing: 2px;
        font-weight: 700;
    }
    .ttl-cmn11::before {
        width: 6px;
    }
    .ttl-cmn11 span {
        margin-left: 10px;
        padding: 0px 10px 2px 10px;
        font-size: 18px;
        line-height: 1.4;
        letter-spacing: 2px;
        font-weight: 500;
        border-radius: 15px;
    }

    .ttl-cmn12 {
        background-size: 25px, 100%, 100%;
        padding: 10px 0px 10px 40px;
    }

    .ttl-cmn13 {
        background-size: 30px;
        padding: 10px 0px 10px 40px;
    }

    .kome {
    }
    .kome::before {
        top: 0px;
        font-size: 11px;
    }
}


/*	汎用ボタン
---------------------------------*/
.btn-cmn01 {
	text-align: center;
}
.btn-cmn01 a {
	display: inline-block;
	width: 190px;
    height: 40px;
    text-align: center;
	font-size: 18px;
	line-height: 1.6;
	letter-spacing: 2.5px;
	font-weight: 500;
	color: #ffffff;
    padding: 5px 10px 0px 0px;
	background: #f9a5c7 url("../img/cmn/icon_recruit02.png") no-repeat right 10px center;
    border-radius: 20px;
}

.btn-cmn02 {
	text-align: center;
}
.btn-cmn02 a {
	display: inline-block;
	width: 285px;
    height: 63px;
    text-align: center;
	font-size: 25px;
	line-height: 1.6;
	letter-spacing: 2.5px;
	font-weight: 500;
	color: #ffffff;
    padding: 10px 0px 0px 0px;
	background: #ffc32e;
    border-radius: 30px;
}

.btn-cmn03 {
	text-align: center;
}
.btn-cmn03 a {
	display: inline-block;
	width: 190px;
    height: 40px;
    text-align: center;
	font-size: 18px;
	line-height: 1.6;
	letter-spacing: 2.5px;
	font-weight: 500;
	color: #ffffff;
    padding: 5px 10px 0px 0px;
	background: #00a57e url("../img/top/icon_btn.png") no-repeat right 10px center;
    border-radius: 20px;
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 599px) {
    .btn-cmn01 {
    }
    .btn-cmn01 a {
        width: 160px;
        height: 40px;
        font-size: 16px;
        letter-spacing: 1px;
        padding: 7px 15px 0px 0px;
    }

    .btn-cmn02 {
    }
    .btn-cmn02 a {
        width: 200px;
        height: 50px;
        font-size: 20px;
        letter-spacing: 2px;
        padding: 9px 0px 0px 0px;
    }

    .btn-cmn03 {
    }
    .btn-cmn03 a {
        width: 160px;
        height: 40px;
        font-size: 16px;
        letter-spacing: 1px;
        padding: 7px 15px 0px 0px;
    }
}


/*	汎用テキスト
---------------------------------*/
p {
	text-align: justify;
	text-justify: inter-ideograph;
	overflow-wrap: anywhere; /* 収まらない場合に折り返す */
	word-break: normal; /* 単語の分割はデフォルトに依存 */
	line-break: strict; /* 禁則処理を厳格に適用 */
}
p a {
	text-decoration:none;
}
p a:hover {
	text-decoration:underline;
}

.txtgreen {
    color: #00a57e;
}
.txtpink {
    color: #f48cbc;
}
.txtwhite {
    color: #ffffff;
}

.fo-27px700 {
	font-size: 27px;
	line-height: 1.6;
	letter-spacing: 1px;
	font-weight: 700;
}
.fo-27px700w3 {
	font-size: 27px;
	line-height: 1.6;
	letter-spacing: 2.5px;
	font-weight: 700;
}
.fo-24px500w3 {
	font-size: 24px;
	line-height: 1.6;
	letter-spacing: 2.5px;
	font-weight: 500;
}
.fo-24px700w3 {
	font-size: 24px;
	line-height: 1.6;
	letter-spacing: 2.5px;
	font-weight: 700;
}
.fo-24px900 {
	font-size: 24px;
	line-height: 1.6;
	letter-spacing: 1px;
	font-weight: 900;
}
.fo-24px900w3 {
	font-size: 24px;
	line-height: 1.6;
	letter-spacing: 2.5px;
	font-weight: 900;
}
.fo-22px500w3 {
	font-size: 22px;
	line-height: 1.6;
	letter-spacing: 2.5px;
	font-weight: 500;
}
.fo-22px700w3 {
	font-size: 22px;
	line-height: 1.6;
	letter-spacing: 2.5px;
	font-weight: 700;
}
.fo-21px500w3 {
	font-size: 21px;
	line-height: 1.6;
	letter-spacing: 2.5px;
	font-weight: 500;
}
.fo-21px700 {
	font-size: 21px;
	line-height: 1.6;
	letter-spacing: 1px;
	font-weight: 700;
}
.fo-21px700w3 {
	font-size: 21px;
	line-height: 1.6;
	letter-spacing: 2.5px;
	font-weight: 700;
}
.fo-20px700w3 {
	font-size: 20px;
	line-height: 1.8;
	letter-spacing: 2.5px;
	font-weight: 700;
}
.fo-19px500w3 {
	font-size: 19px;
	line-height: 1.8;
	letter-spacing: 2.5px;
	font-weight: 500;
}
.fo-18px400 {
	font-size: 18px;
	line-height: 1.8;
	letter-spacing: 1px;
	font-weight: 400;
}
.fo-18px500 {
	font-size: 18px;
	line-height: 1.8;
	letter-spacing: 1px;
	font-weight: 500;
}
.fo-18px500w3 {
	font-size: 18px;
	line-height: 1.8;
	letter-spacing: 2.5px;
	font-weight: 500;
}
.fo-17px400 {
	font-size: 17px;
	line-height: 1.8;
	letter-spacing: 1px;
	font-weight: 400;
}
.fo-17px400w3 {
	font-size: 17px;
	line-height: 1.8;
	letter-spacing: 2.5px;
	font-weight: 400;
}
.fo-17px500 {
	font-size: 17px;
	line-height: 1.8;
	letter-spacing: 1px;
	font-weight: 500;
}
.fo-17px500w3 {
	font-size: 17px;
	line-height: 1.8;
	letter-spacing: 2.5px;
	font-weight: 500;
}
.fo-16px400 {
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: 1px;
	font-weight: 400;
}
.fo-16px500 {
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: 1px;
	font-weight: 500;
}
.fo-16px500w3 {
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: 2.5px;
	font-weight: 500;
}
.fo-15px400 {
	font-size: 15px;
	line-height: 1.8;
	letter-spacing: 1px;
	font-weight: 400;
}
.fo-15px500 {
	font-size: 15px;
	line-height: 1.8;
	letter-spacing: 1px;
	font-weight: 500;
}
.fo-15px500w3 {
	font-size: 15px;
	line-height: 1.8;
	letter-spacing: 2.5px;
	font-weight: 500;
}
.fo-15px700 {
	font-size: 15px;
	line-height: 1.8;
	letter-spacing: 1px;
	font-weight: 700;
}
.fo-14px500 {
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: 1px;
	font-weight: 500;
}
.fo-14px500w3 {
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: 2.5px;
	font-weight: 500;
}
.fo-13px400 {
	font-size: 13px;
	line-height: 1.8;
	letter-spacing: 1px;
	font-weight: 400;
}
.fo-13px500 {
	font-size: 13px;
	line-height: 1.8;
	letter-spacing: 1px;
	font-weight: 500;
}
.fo-13px500w3 {
	font-size: 13px;
	line-height: 1.8;
	letter-spacing: 2.5px;
	font-weight: 500;
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 599px) {
    .fo-27px700 {
        font-size: 20px;
        line-height: 1.6;
        letter-spacing: 1px;
        font-weight: 700;
    }
    .fo-27px700w3 {
        font-size: 20px;
        line-height: 1.6;
        letter-spacing: 2px;
        font-weight: 700;
    }
    .fo-24px500w3 {
        font-size: 18px;
        line-height: 1.6;
        letter-spacing: 2px;
        font-weight: 500;
    }
    .fo-24px700w3 {
        font-size: 18px;
        line-height: 1.6;
        letter-spacing: 2px;
        font-weight: 700;
    }
    .fo-24px900 {
        font-size: 18px;
        line-height: 1.6;
        letter-spacing: 1px;
        font-weight: 900;
    }
    .fo-24px900w3 {
        font-size: 18px;
        line-height: 1.6;
        letter-spacing: 2px;
        font-weight: 900;
    }
    .fo-22px500w3 {
        font-size: 16px;
        line-height: 1.6;
        letter-spacing: 2px;
        font-weight: 500;
    }
    .fo-22px700w3 {
        font-size: 16px;
        line-height: 1.6;
        letter-spacing: 2px;
        font-weight: 700;
    }
    .fo-21px500w3 {
        font-size: 16px;
        line-height: 1.6;
        letter-spacing: 2px;
        font-weight: 500;
    }
    .fo-21px700 {
        font-size: 16px;
        line-height: 1.6;
        letter-spacing: 1px;
        font-weight: 700;
    }
    .fo-21px700w3 {
        font-size: 16px;
        line-height: 1.6;
        letter-spacing: 2px;
        font-weight: 700;
    }
    .fo-20px700w3 {
        font-size: 15px;
        line-height: 1.6;
        letter-spacing: 2px;
        font-weight: 700;
    }
    .fo-19px500w3 {
        font-size: 15px;
        line-height: 1.6;
        letter-spacing: 2px;
        font-weight: 500;
    }
    .fo-18px400 {
        font-size: 15px;
        line-height: 1.6;
        letter-spacing: 1px;
        font-weight: 400;
    }
    .fo-18px500 {
        font-size: 15px;
        line-height: 1.6;
        letter-spacing: 1px;
        font-weight: 500;
    }
    .fo-18px500w3 {
        font-size: 15px;
        line-height: 1.6;
        letter-spacing: 2px;
        font-weight: 500;
    }
    .fo-17px400 {
        font-size: 14px;
        line-height: 1.6;
        letter-spacing: 1px;
        font-weight: 400;
    }
    .fo-17px400w3 {
        font-size: 14px;
        line-height: 1.6;
        letter-spacing: 2px;
        font-weight: 400;
    }
    .fo-17px500 {
        font-size: 14px;
        line-height: 1.6;
        letter-spacing: 1px;
        font-weight: 500;
    }
    .fo-17px500w3 {
        font-size: 14px;
        line-height: 1.6;
        letter-spacing: 2px;
        font-weight: 500;
    }
    .fo-16px400 {
        font-size: 14px;
        line-height: 1.6;
        letter-spacing: 1px;
        font-weight: 400;
    }
    .fo-16px500 {
        font-size: 14px;
        line-height: 1.6;
        letter-spacing: 1px;
        font-weight: 500;
    }
    .fo-16px500w3 {
        font-size: 14px;
        line-height: 1.6;
        letter-spacing: 2px;
        font-weight: 500;
    }
    .fo-15px400 {
        font-size: 13px;
        line-height: 1.6;
        letter-spacing: 1px;
        font-weight: 400;
    }
    .fo-15px500 {
        font-size: 13px;
        line-height: 1.6;
        letter-spacing: 1px;
        font-weight: 500;
    }
    .fo-15px500w3 {
        font-size: 13px;
        line-height: 1.6;
        letter-spacing: 2px;
        font-weight: 500;
    }
    .fo-15px700 {
        font-size: 13px;
        line-height: 1.6;
        letter-spacing: 1px;
        font-weight: 700;
    }
    .fo-14px500 {
        font-size: 12px;
        line-height: 1.6;
        letter-spacing: 1px;
        font-weight: 500;
    }
    .fo-14px500w3 {
        font-size: 12px;
        line-height: 1.6;
        letter-spacing: 2px;
        font-weight: 500;
    }
    .fo-13px400 {
        font-size: 10px;
        line-height: 1.6;
        letter-spacing: 1px;
        font-weight: 400;
    }
    .fo-13px500 {
        font-size: 10px;
        line-height: 1.6;
        letter-spacing: 1px;
        font-weight: 500;
    }
    .fo-13px500w3 {
        font-size: 10px;
        line-height: 1.6;
        letter-spacing: 2px;
        font-weight: 500;
    }
}


/*	メインイメージ
---------------------------------*/
.main-img-otr {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.main-img-otr .main-img-inr {
	position: relative;
	width: 100%;
	height: 480px;
}

.main-img-otr .main-img-inr .main-img-cap {
	position: absolute;
    top: 50px;
    right: 7%;
	z-index: 1006;
    width: 261px;
}
.main-img-otr .main-img-inr .main-img-cap img {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.main-img-otr .slide-img-otr {
	position: absolute;
    top: 0;
    left: 0;
	z-index: 1001;
    width: 77%;
	height: 480px;
}
.main-img-otr .slide-img-otr .slide-img-inr {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 480px;
}
.main-img-otr .slide-img-otr .slide-img {
	position: relative;
	width: 100%;
	height: 480px;
	background: no-repeat center center / cover;
}
.main-img-otr .slide-img-otr .slide-img.img01 {
	background-image: url("../img/top/img_main_slide01@2x.jpg");
}
.main-img-otr .slide-img-otr .slide-img.img02 {
	background-image: url("../img/top/img_main_slide02@2x.jpg");
}
.main-img-otr .slide-img-otr .slide-img.img03 {
	background-image: url("../img/top/img_main_slide03@2x.jpg");
}
.main-img-otr .slide-img-otr .slide-img.img04 {
	background-image: url("../img/top/img_main_slide04@2x.jpg");
}
.main-img-otr .slide-img-otr .slide-img.img05 {
	background-image: url("../img/top/img_main_slide05@2x.jpg");
}
.main-img-otr .slide-img-otr .slide-img.img06 {
	background-image: url("../img/top/img_main_slide06@2x.jpg");
}
.main-img-otr .slide-img-otr .slide-img.img07 {
	background-image: url("../img/top/img_main_slide07@2x.jpg");
}
.main-img-otr .slide-img-otr .slide-img.img08 {
	background-image: url("../img/top/img_main_slide08@2x.jpg");
}
.main-img-otr .slide-img-otr .slide-img.img09 {
	background-image: url("../img/top/img_main_slide09@2x.jpg");
}
.main-img-otr .slide-img-otr .slide-img.img10 {
	background-image: url("../img/top/img_main_slide10@2x.jpg");
}

.main-img-otr .slide-img-otr .bx-controls {
	position: absolute;
	bottom: 10px;
	left: 0;
    width: 100%;
    text-align: center;
	z-index: 1006;
}
.main-img-otr .slide-img-otr .bx-pager-item {
	display: inline-block;
	margin: 0 6px;
}
.main-img-otr .slide-img-otr .bx-pager-item a {
	display: block;
	width: 8px;
	height: 8px;
	background: #c7c7c7;
	border-radius: 100px;
	text-indent: -9999px;
	text-align: left;
}
.main-img-otr .slide-img-otr .bx-pager-item a.active {
	background: #00a57e;
}

@media screen and (max-width: 1920px) {
}

@media screen and (max-width: 1279px) {
}

@media screen and (max-width: 959px) {
    .main-img-otr .main-img-inr {
        height: 52vw;
    }
    .main-img-otr .slide-img-otr {
        width: 77%;
        height: 52vw;
    }
    .main-img-otr .slide-img-otr .slide-img-inr {
        height: 52vw;
    }
    .main-img-otr .slide-img-otr .slide-img {
        height: 52vw;
    }
    .main-img-otr .main-img-inr .main-img-cap {
        top: 4vw;
        right: 3%;
        width: 30%;
    }
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 599px) {
    .main-img-otr .main-img-inr {
        height: 70vw;
    }
    .main-img-otr .slide-img-otr {
        width: 70%;
        height: 70vw;
    }
    .main-img-otr .slide-img-otr .slide-img-inr {
        height: 70vw;
    }
    .main-img-otr .slide-img-otr .slide-img {
        height: 70vw;
    }
    .main-img-otr .main-img-inr .main-img-cap {
        top: 4vw;
        right: 4.6%;
        width: 40%;
    }
}


/*	各ページメイン画像
---------------------------------*/
.page-header {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.page-header .ttl {
    position: absolute;
    top: 37%;
    left: 0;
    width: 34%;
    text-align: center;
	font-size: min(3.6vw, 24px);
	line-height: 1.6;
	letter-spacing: 2.5px;
	font-weight: 500;
    color: #ffffff;
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 599px) {
    .page-header .ttl {
        top: 34%;
        font-size: min(4vw, 24px);
        letter-spacing: 1.6px;
    }
}


/*	トップページ
---------------------------------*/
/*	お知らせ  */
.top-news {
    padding-top: 50px;
    padding-bottom: 80px;
    position: relative;
}
.top-news::before {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 0;
	margin: 0;
	width: 100%;
	height: calc(100% + 100px);
	background: url("../img/top/bg_info.png") no-repeat center top;
	background-size: auto 100%;
	z-index: -8;
}

.top-news .contents-inr {
    max-width: 1100px;
}

.top-news .ttl {
    width: 30%;
    padding-top: 70px;
    padding-left: 30px;
}
.top-news .ttl img {
    width: 137px;
    height: auto;
}

.top-news .top-news__list {
    width: 70%;
}
.top-news .top-news__list ul {
    padding-bottom: 10px;
}
.top-news .top-news__list ul li {
	font-size: 0;
	margin: 0;
	padding: 15px 0 15px 0;
	background: url("../img/top/icon_info.png") no-repeat left bottom;
}
.top-news .top-news__list ul li:last-child {
	background: none;
}
.top-news .top-news__list ul li .date {
    width: 95px;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.6;
    font-weight: 500;
    color: #00a57e;
}
.top-news .top-news__list ul li .cate {
    width: 55px;
	display: inline-block;
	vertical-align: top;
}
.top-news .top-news__list ul li .cate span {
    margin-top: 4px;
	display: inline-block;
	vertical-align: top;
	font-size: 10px;
    letter-spacing: 1px;
    line-height: 1.2;
    font-weight: 400;
    color: #ffffff;
    background: #00a57e;
    padding: 2px 8px 2px 8px;
}
.top-news .top-news__list ul li .title {
    width: calc(100% - 150px);
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.6;
    font-weight: 500;
}
.top-news .top-news__list ul li .title a {
	text-decoration:none;
}
.top-news .top-news__list ul li .title a:hover {
	text-decoration:underline;
}

.top-news .top-news__list .kujyou {
    width: 48.5%;
    display: inline-block;
    vertical-align: top;
    color: #00a57e;
    border: #00a57e 1px solid;
    padding: 8px 20px 8px 20px;
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 1px;
    font-weight: 500;
    text-align: center;
    margin-right: 2%;
}
.top-news .top-news__list .btn-inst {
    width: 48.5%;
    display: inline-block;
    vertical-align: top;
}
.top-news .top-news__list .btn-inst a {
    background: #00a57e;
    display: block;
    border-radius: 8px;
    text-align: center;
}
.top-news .top-news__list .btn-inst a span {
    display: inline-block;
    padding: 8px 0px 8px 30px;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 1px;
    font-weight: 500;
    color: #ffffff;
	background: url("../img/cmn/icon_inst_wh@2x.png") no-repeat left center;
    background-size: 22px;
}

@media screen and (max-width:1279px) {
}

@media screen and (max-width: 959px) {
    .top-news {
        padding-top: 30px;
    }
    .top-news .ttl {
        width: 100%;
        padding-top: 0px;
        padding-bottom: 10px;
        padding-left: 0px;
    }
    .top-news .top-news__list {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 599px) {
    .top-news {
        padding-top: 20px;
        padding-bottom: 40px;
    }
    .top-news::before {
        height: calc(100% + 160px);
    }
    .top-news .ttl {
        padding-bottom: 0px;
    }
    .top-news .ttl img {
        width: 100px;
        height: auto;
    }
    .top-news .top-news__list ul li {
        padding: 10px 0 10px 0;
    }
    .top-news .top-news__list ul li .date {
        width: 90px;
        font-size: 13px;
    }
    .top-news .top-news__list ul li .cate {
        width: 55px;
    }
    .top-news .top-news__list ul li .cate span {
        margin-top: 2px;
    }
    .top-news .top-news__list ul li .title {
        width: 100%;
        font-size: 13px;
    }
    .top-news .top-news__list .kujyou {
        width: auto;
        display: block;
        padding: 5px 10px 5px 10px;
        font-size: 12px;
        margin-right: 0%;
    }
    .top-news .top-news__list .btn-inst {
        margin-top: 10px;
        width: auto;
        display: block;
    }
    .top-news .top-news__list .btn-inst a {
        border-radius: 8px;
    }
    .top-news .top-news__list .btn-inst a span {
        padding: 5px 0px 5px 26px;
        font-size: 14px;
        background: url("../img/cmn/icon_inst_wh@2x.png") no-repeat left center;
        background-size: 18px;
    }
}


/*	園について
---------------------------------*/
.page-about01 {
    padding-top: 30px;
    padding-bottom: 140px;
    position: relative;
}
.page-about01::before {
	content: "";
	display: block;
	position: absolute;
	top: -80px;
	left: 0;
	margin: 0;
	width: 100%;
	height: calc(100% + 80px);
	background: url("../img/about/bg01.png") no-repeat center top;
	background-size: auto 100%;
	z-index: -8;
}
.page-about01.page-recruit01 {
    padding-top: 30px;
    padding-bottom: 160px;
}
.page-about01.page-recruit01::before {
    display: none;
}

.page-about01 .contents-inr {
    max-width: 1120px;
}

.page-about01 .contents-inr .imgtxt {
    position: absolute;
    top: 30px;
    right: 2%;
    width: 109px;
    height: auto;
}
.page-about01.page-recruit01 .contents-inr .imgtxt {
    top: 130px;
    left: -1.5%;
    width: 109.5px;
    height: auto;
}

.page-about01 .ttl-cmn03 {
    margin-bottom: 50px;
}
.page-about01 .p01 {
    text-align: center;
    margin-bottom: 40px;
    padding-left: 10%;
    padding-right: 10%;
}
.page-about01.page-recruit01 .p01 {
    padding-left: 5%;
    padding-right: 5%;
}
.page-about01 .p02 {
    text-align: center;
	background: url("../img/about/icon_aisatu.png") no-repeat center top;
    padding-top: 35px;
}

@media screen and (max-width:1279px) {
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 767px) {
    .page-about01 .contents-inr .imgtxt {
        width: 80px;
        height: auto;
    }
    .page-about01 .p01 {
        padding-left: 15%;
        padding-right: 15%;
        text-align: left;
    }
    .page-about01.page-recruit01 .contents-inr .imgtxt {
        width: 80px;
        height: auto;
        left: 1%;
    }
    .page-about01.page-recruit01 .p01 {
        padding-left: 15%;
        padding-right: 15%;
    }
}

@media screen and (max-width: 599px) {
    .page-about01 {
        padding-top: 10px;
        padding-bottom: 100px;
    }
    .page-about01.page-recruit01 {
        padding-top: 40px;
        padding-bottom: 100px;
    }
    .page-about01 .contents-inr .imgtxt {
        top: -80px;
        right: 2.5%;
        width: 60px;
        height: auto;
    }
    .page-about01 .p01 {
        padding-left: 10%;
        padding-right: 10%;
    }
    .page-about01.page-recruit01 .contents-inr .imgtxt {
        top: 30px;
        left: 0%;
        width: 60px;
        height: auto;
    }
    .page-about01.page-recruit01 .p01 {
        padding-left: 10%;
        padding-right: 10%;
    }
}


.page-about02 {
    padding-top: 60px;
    padding-bottom: 150px;
}
.page-about02 .contents-inr {
}

.page-about02 .contents-inr .imgtxt {
    position: absolute;
    top: 0px;
    left: 1%;
    width: 108.5px;
    height: auto;
}

.page-about02 .ttl-cmn01 {
    margin-bottom: 85px;
}

.page-about02 .p01 {
    position: relative;
    margin-bottom: 110px;
    margin-left: 25%;
    margin-right: 21%;
}
.page-about02 .p01 .no {
    position: absolute;
    top: -62px;
    left: -130px;
    width: 133px;
    height: auto;
}
.page-about02 .p01 .imgrinen {
    position: absolute;
    top: -132px;
    left: 90%;
}

.page-about02 .p02 {
    position: relative;
    margin-bottom: 110px;
    margin-left: 33.6%;
    margin-right: 10%;
}
.page-about02 .p02 .no {
    position: absolute;
    top: -62px;
    left: -130px;
    width: 132px;
    height: auto;
}
.page-about02 .p02 .imgrinen {
    position: absolute;
    top: 20px;
    left: 80%;
}

.page-about02 .p03 {
    position: relative;
    margin-left: 42%;
    margin-right: 5%;
}
.page-about02 .p03 .no {
    position: absolute;
    top: -62px;
    left: -130px;
    width: 133px;
    height: auto;
}
.page-about02 .p03 .imgrinen {
    position: absolute;
    top: -150px;
    right: 130%;
}

@media screen and (max-width:1279px) {
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 767px) {
    .page-about02 .contents-inr .imgtxt {
        width: 80px;
        height: auto;
    }
    .page-about02 .p01 .no {
        top: -50px;
        left: -100px;
        width: 100px;
        height: auto;
    }
    .page-about02 .p01 .imgrinen {
        top: -120px;
        left: 90%;
        width: 50%;
        height: auto;
    }
    .page-about02 .p02 {
        margin-left: 25%;
        margin-right: 20%;
    }
    .page-about02 .p02 .no {
        top: -50px;
        left: -100px;
        width: 100px;
        height: auto;
    }
    .page-about02 .p02 .imgrinen {
        top: 0px;
        left: 100%;
        width: 50%;
        height: auto;
    }
    .page-about02 .p03 .no {
        top: -50px;
        left: -100px;
        width: 100px;
        height: auto;
    }
    .page-about02 .p03 .imgrinen {
        top: -150px;
        right: 130%;
        width: 50%;
        height: auto;
    }
    .page-about02 .p01 span,
    .page-about02 .p02 span,
    .page-about02 .p03 span{
        display: none;
    }
}

@media screen and (max-width: 599px) {
    .page-about02 {
        padding-top: 5px;
        padding-bottom: 60px;
    }
    .page-about02 .contents-inr .imgtxt {
        top: -100px;
        left: 2.5%;
        width: 60px;
        height: auto;
    }
    .page-about02 .p01 {
        margin-bottom: 120px;
        margin-left: 25%;
        margin-right: 2%;
    }
    .page-about02 .p01 .no {
        top: -20px;
        left: -55px;
        width: 50px;
        height: auto;
    }
    .page-about02 .p01 .imgrinen {
        top: 100%;
        left: 35%;
        width: 120px;
        height: auto;
    }
    .page-about02 .p02 {
        margin-bottom: 120px;
        margin-left: 25%;
        margin-right: 2%;
    }
    .page-about02 .p02 .no {
        top: -20px;
        left: -55px;
        width: 50px;
        height: auto;
    }
    .page-about02 .p02 .imgrinen {
        top: 100%;
        left: 35%;
        width: 120px;
        height: auto;
    }
    .page-about02 .p03 {
        margin-bottom: 120px;
        margin-left: 25%;
        margin-right: 2%;
    }
    .page-about02 .p03 .no {
        top: -20px;
        left: -55px;
        width: 50px;
        height: auto;
    }
    .page-about02 .p03 .imgrinen {
        top: 100%;
        right: auto;
        left: 35%;
        width: 120px;
        height: auto;
    }
    .page-about02 .p01,
    .page-about02 .p02,
    .page-about02 .p03{
      font-size: 14px;
      font-weight: 700;
    }
}


.page-about03 {
    padding-top: 100px;
    padding-bottom: 180px;
    position: relative;
    text-align: center;
}
.page-about03::before {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background: url("../img/about/bg02_icon.png") no-repeat calc(50% + 150px) 200px, url("../img/about/bg02.png") no-repeat center top;
	background-size: auto, auto 100%;
	z-index: -8;
}
.page-about03 .contents-inr {
}

.page-about03 .ttl-cmn04 {
    margin-bottom: 50px;
}

.page-about03 .img-pc-box {
    padding-right: 40px;
}

@media screen and (max-width:1279px) {
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 599px) {
    .page-about03 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .page-about03 .ttl-cmn04 {
        margin-bottom: 40px;
    }
    .page-about03 .img-sp-box {
        text-align: center;
    }
    .page-about03 .img-sp-box li {
        margin: 0 10% 20px 10%;
    }
}


.page-about04 {
    padding-top: 80px;
    padding-bottom: 100px;
}
.page-about04.top-box01 {
    padding-top: 60px;
    padding-bottom: 100px;
    position: relative;
}
.page-about04.top-box01::before {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background: url("../img/top/bg_icon01.png") no-repeat calc(50% + 1px) 360px;
	background-size: auto;
	z-index: -8;
}
.page-about04.top-box02 {
    padding-top: 0px;
    padding-bottom: 100px;
    position: relative;
}
.page-about04.top-box02::before {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background: url("../img/top/bg_icon02.png") no-repeat calc(50% + 1px) 1px;
	background-size: auto;
	z-index: -8;
}
.page-about04.top-box04 {
    padding-top: 0px;
    padding-bottom: 10px;
    position: relative;
}
.page-about04.top-box04::before {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 0;
	margin: 0;
	width: 100%;
	height: calc(100% + 100px);
	background: url("../img/top/bg_icon03.png") no-repeat calc(50% + 1px) 1px;
	background-size: auto;
	z-index: -8;
}

.page-about04 .contents-inr {
}

.page-about04 .txtimg {
    margin-bottom: 35px;
    text-align: center;
}
.page-about04 .txtimg img {
    width: 178px;
    height: auto;
}

.page-about04 .ttl-cmn05 {
    margin-bottom: 40px;
}
.page-about04.top-box01 .ttl-cmn05 {
    margin-bottom: 20px;
}
.page-about04.top-box04 .ttl-cmn05 {
    margin-bottom: 20px;
}
.page-about04 .ttl-cmn06 {
    margin-bottom: 30px;
}
.page-about04 .p01 {
    text-align: center;
    margin-bottom: 60px;
}
.page-about04.top-box02 .p01 {
    margin-bottom: 30px;
}
.page-about04.top-box04 .p01 {
    margin-bottom: 30px;
}

.page-about04 .page-about04__list01 {
    max-width: 1040px;
    margin: 0 auto 0px auto;
    background: #f4f3ea;
    border-radius: 10px;
    padding: 40px 40px 40px 40px;
}
.page-about04 .page-about04__list01 li {
    width: calc((100% - 45px) / 2);
    margin-right: 45px;
	background: #ffffff;
}
.page-about04 .page-about04__list01 li:nth-of-type(2n) {
    margin-right: 0px;
}
.page-about04 .page-about04__list01 li .img-box {
    position: relative;
}
.page-about04 .page-about04__list01 li .img-box .nenrei {
    position: absolute;
    top: -12px;
    left: -20px;
    width: 92px;
    height: auto;
}
.page-about04 .page-about04__list01 li .img-box .ttl {
    position: absolute;
    bottom: 0px;
    left: 10%;
    width: 80%;
    padding: 12px 0 10px 0;
    border-radius: 15px 15px 0 0;
    text-align: center;
}
.page-about04 .page-about04__list01 li:nth-of-type(1) .img-box .ttl {
	background: #ffffff url("../img/top/icon_ttl04.png") no-repeat center bottom;
}
.page-about04 .page-about04__list01 li:nth-of-type(2) .img-box .ttl {
	background: #ffffff url("../img/top/icon_ttl05.png") no-repeat center bottom;
}
.page-about04 .page-about04__list01 li p {
    padding: 15px 20px 20px 20px;
}

.page-about04 .img-flow {
    position: relative;
    text-align: center;
    margin-bottom: 150px;
}
.page-about04 .img-flow img {
    position: absolute;
    top: -10px;
    left: calc(50% - 144.75px);
    width: 289.5px;
    height: auto;
}

.page-about04 .page-about04__list02 {
    max-width: 1040px;
    margin: 0 auto 30px auto;
}
.page-about04 .page-about04__list02 ul.lineyellow {
    border: #ffc32e 5px solid;
    border-radius: 10px;
    padding: 20px 15px 20px 20px;
}
.page-about04 .page-about04__list02 li {
}
.page-about04 .page-about04__list02 li:nth-of-type(1) {
    width: 260px;
}
.page-about04 .page-about04__list02 li:nth-of-type(2) {
    width: calc(100% - 430px);
    padding: 5px 20px 0 0;
}
.page-about04 .page-about04__list02 li:nth-of-type(3) {
    width: 170px;
    padding: 30px 0px 0 0;
    text-align: right;
}
.page-about04 .page-about04__list02 li:nth-of-type(3) .btn-cmn03 {
	display: inline-block;
}
.page-about04 .page-about04__list02 li:nth-of-type(3) .btn-cmn03 a {
	display: inline-block;
	width: 152px;
    height: 36px;
    text-align: center;
	font-size: 15px;
	line-height: 1.6;
	letter-spacing: 1px;
	font-weight: 500;
	color: #ffffff;
    padding: 6px 20px 0px 0px;
	background: #00a57e url("../img/top/icon_btn.png") no-repeat right 10px center;
    border-radius: 20px;
}

.page-about04 .page-about04__list03 {
    max-width: 1040px;
    margin: 0 auto 0px auto;
}
.page-about04 .page-about04__list03 li {
    width: calc((100% - 30px) / 2);
    margin: 0 30px 30px 0;
    padding: 20px 20px 20px 20px;
    border-radius: 10px;
    position: relative;
}
.page-about04 .page-about04__list03 li:nth-of-type(2n) {
    margin: 0 0px 30px 0;
}
.page-about04 .page-about04__list03 li.linepink {
    border: #f9a5c7 5px solid;
}
.page-about04 .page-about04__list03 li.lineyellow {
    border: #ffc32e 5px solid;
}
.page-about04 .page-about04__list03 li .illust {
    position: absolute;
    right: 15px;
    bottom: 25px;
}
.page-about04 .page-about04__list03 li .ttl-cmn08 {
    margin-bottom: 10px;
}
.page-about04 .page-about04__list03 li.liillust p {
    padding-right: 110px;
}

.page-about04 .page-about04__list04 {
    max-width: 1040px;
    margin: 30px auto 30px auto;
}
.page-about04 .page-about04__list04 li {
    width: calc((100% - 40px) / 3);
    margin: 0 20px 20px 0;
    padding: 10px 10px 10px 10px;
    border-radius: 15px;
}
.page-about04 .page-about04__list04 li:nth-of-type(3n) {
    margin: 0 0px 20px 0;
}
.page-about04 .page-about04__list04 li.linepink {
    border: #f9a5c7 4px solid;
}
.page-about04 .page-about04__list04 li.lineyellow {
    border: #ffc32e 4px solid;
}
.page-about04 .page-about04__list04 li .ttl-cmn08 {
}

.page-about04 .page-about04__list05 {
    max-width: 1020px;
    margin: 0px auto 30px auto;
}
.page-about04 .page-about04__list05 li {
}
.page-about04 .page-about04__list05 li:nth-of-type(1) {
    width: 28.8%;
    text-align: center;
    padding-top: 4vw;
}
.page-about04 .page-about04__list05 li:nth-of-type(2) {
    width: 6.8%;
    text-align: center;
    padding-top: 10.5vw;
}
.page-about04 .page-about04__list05 li:nth-of-type(3) {
    width: 28.8%;
    text-align: center;
}
.page-about04 .page-about04__list05 li:nth-of-type(4) {
    width: 6.8%;
    text-align: center;
    padding-top: 10.5vw;
}
.page-about04 .page-about04__list05 li:nth-of-type(5) {
    width: 28.8%;
    text-align: center;
    padding-top: 4vw;
}

.page-about04 .page-about04__list06 {
    max-width: 1040px;
    margin: 0px auto 10px auto;
}
.page-about04 .page-about04__list06 li {
    width: calc((100% - 30px) / 2);
    margin: 0 30px 30px 0;
    padding: 30px 40px 30px 30px;
    border-radius: 15px;
    border: #00a57e 3px solid;
}
.page-about04 .page-about04__list06 li:nth-of-type(2n) {
    margin: 0 0px 30px 0;
}
.page-about04 .page-about04__list06 li table {
    width: 100%;
    border-collapse:separate;
    border-spacing:0px;
    margin: 0 auto 0px auto;
}
.page-about04 .page-about04__list06 li table th {
    vertical-align: middle;
    padding: 0px 30px 0px 30px;
    width: 40%;
    text-align: center;
}
.page-about04 .page-about04__list06 li table td {
    vertical-align: middle;
    text-align: left;
}

.page-about04.top-box01 .btn-cmn03 {
    margin-bottom: 80px;
}
.page-about04.top-box01 .imgphoto {
    max-width: 1040px;
    margin: 0px auto 0px auto;
}

@media screen and (max-width:1279px) {
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 767px) {
    .page-about04 .page-about04__list04 li {
        width: 100%;
        margin: 0 0px 15px 0;
        padding: 10px 10px 10px 10px;
        border-radius: 15px;
    }
    .page-about04 .page-about04__list04 li:nth-of-type(3n) {
        margin: 0 0px 15px 0;
    }
    .page-about04 .page-about04__list06 li {
        padding: 20px 20px 20px 20px;
    }
    .page-about04 .page-about04__list06 li table th {
        padding: 0px 15px 0px 10px;
    }
}

@media screen and (max-width: 599px) {
    .page-about04 {
        padding-top: 20px;
        padding-bottom: 60px;
    }
    .page-about04.top-box01 {
        padding-top: 40px;
        padding-bottom: 80px;
    }
    .page-about04.top-box02 {
        padding-bottom: 60px;
    }
    .page-about04 .txtimg {
        margin-top: -15px;
        margin-bottom: 20px;
    }
    .page-about04 .txtimg img {
        width: 120px;
        height: auto;
    }
    .page-about04 .ttl-cmn05 {
        margin-bottom: 10px;
    }
    .page-about04 .ttl-cmn06 {
        margin-bottom: 15px;
    }
    .page-about04 .p01 {
        margin-bottom: 40px;
    }
    .page-about04 .page-about04__list01 {
        padding: 20px 20px 20px 20px;
    }
    .page-about04 .page-about04__list01 li {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
    }
    .page-about04 .page-about04__list01 li:nth-of-type(2n) {
        margin-right: 0px;
    }
    .page-about04 .page-about04__list01 li .img-box .nenrei {
        top: -12px;
        left: -10px;
        width: 60px;
        height: auto;
    }

    .page-about04 .img-flow {
        margin-bottom: 80px;
    }
    .page-about04 .img-flow img {
        top: -10px;
        left: calc(50% - 80px);
        width: 160px;
        height: auto;
    }

    .page-about04 .page-about04__list02 {
        margin: 0 auto 20px auto;
    }
    .page-about04 .page-about04__list02 ul.lineyellow {
        padding: 15px 15px 15px 15px;
    }
    .page-about04 .page-about04__list02 li:nth-of-type(1) {
        width: 100%;
    }
    .page-about04 .page-about04__list02 li:nth-of-type(2) {
        width: 100%;
        padding: 10px 0px 0 0;
    }
    .page-about04 .page-about04__list02 li:nth-of-type(3) {
        width: 100%;
        padding: 10px 0px 0 0;
    }

    .page-about04 .page-about04__list03 li {
        width: 100%;
        margin: 0 0px 20px 0;
        padding: 15px 15px 15px 15px;
    }
    .page-about04 .page-about04__list03 li:nth-of-type(2n) {
        margin: 0 0px 20px 0;
    }
    .page-about04 .page-about04__list03 li .illust {
        right: 10px;
        bottom: 15px;
        width: 80px;
        height: auto;
    }
    .page-about04 .page-about04__list03 li.liillust p {
        padding-right: 90px;
    }

    .page-about04 .page-about04__list04 li {
        margin: 0 0px 10px 0;
        padding: 5px 10px 5px 10px;
        border-radius: 15px;
    }
    .page-about04 .page-about04__list04 li:nth-of-type(3n) {
        margin: 0 0px 10px 0;
    }

    .page-about04 .page-about04__list05 {
        margin: 0px auto 40px auto;
    }
    .page-about04 .page-about04__list05 li:nth-of-type(1) {
        width: 100%;
        padding-top: 0;
    }
    .page-about04 .page-about04__list05 li:nth-of-type(1) img {
        width: 80%;
        height: auto;
    }
    .page-about04 .page-about04__list05 li:nth-of-type(2) {
        width: 100%;
        padding-top: 0px;
        padding-bottom: 10px;
    }
    .page-about04 .page-about04__list05 li:nth-of-type(3) {
        width: 100%;
    }
    .page-about04 .page-about04__list05 li:nth-of-type(3) img {
        width: 80%;
        height: auto;
    }
    .page-about04 .page-about04__list05 li:nth-of-type(4) {
        width: 100%;
        padding-top: 15px;
        padding-bottom: 10px;
    }
    .page-about04 .page-about04__list05 li:nth-of-type(5) {
        width: 100%;
        padding-top: 0;
    }
    .page-about04 .page-about04__list05 li:nth-of-type(5) img {
        width: 80%;
        height: auto;
    }

    .page-about04 .page-about04__list06 li {
        width: 100%;
        margin: 0 0px 20px 0;
        padding: 10px 10px 10px 10px;
    }
    .page-about04 .page-about04__list06 li:nth-of-type(2n) {
        margin: 0 0px 20px 0;
    }
    .page-about04 .page-about04__list06 li table th {
        padding: 0px 20px 0px 10px;
        width: 32%;
    }

    .page-about04.top-box01 .btn-cmn03 {
        margin-bottom: 60px;
    }
}


.page-about05 {
    padding-top: 0px;
    padding-bottom: 60px;
}
.page-about05 .contents-inr {
}

.page-about05 .page-about05__list {
    margin-bottom: 5px;
}
.page-about05 .page-about05__list li {
}
.page-about05 .page-about05__list li:nth-of-type(1) {
    width: 400px;
    padding-left: 50px;
}
.page-about05 .page-about05__list li:nth-of-type(2) {
    width: calc(100% - 400px);
}
.page-about05 .page-about05__list li .ttl {
	background: url("../img/about/icon_car.png") no-repeat left center;
    padding: 0 0 0 70px;
}
.page-about05 .page-about05__list li .p01 {
    display: inline-block;
    background: #00a57e;
    padding: 10px 30px 10px 30px;
    margin-right: 8px;
    margin-bottom: 10px;
}
.page-about05 .page-about05__list li .p02 {
    display: inline-block;
    background: #00a57e;
    padding: 10px 30px 10px 30px;
    margin-right: 8px;
    margin-bottom: 10px;
}
.page-about05 .page-about05__list li .p03 {
    display: inline-block;
    border: #00a57e 1px solid;
    padding: 10px 30px 10px 30px;
    margin-right: 8px;
    margin-bottom: 10px;
}

.page-about05 iframe {
    width: 100%;
    height: 450px;
}

@media screen and (max-width:1279px) {
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 767px) {
    .page-about05 .page-about05__list li:nth-of-type(1) {
        width: 320px;
        padding-left: 0px;
    }
    .page-about05 .page-about05__list li:nth-of-type(2) {
        width: calc(100% - 320px);
    }
}

@media screen and (max-width: 599px) {
    .page-about05 {
        padding-top: 0px;
        padding-bottom: 20px;
    }
    .page-about05 .page-about05__list {
        margin-bottom: 10px;
    }
    .page-about05 .page-about05__list li:nth-of-type(1) {
        width: 100%;
        padding-left: 0px;
        padding-bottom: 15px;
    }
    .page-about05 .page-about05__list li:nth-of-type(2) {
        width: 100%;
    }
    .page-about05 .page-about05__list li .ttl {
        background: url("../img/about/icon_car.png") no-repeat left center;
        background-size: 40px;
        padding: 0 0 0 50px;
    }
    .page-about05 .page-about05__list li .p01 {
        padding: 5px 20px 5px 20px;
        margin-right: 5px;
        margin-bottom: 5px;
    }
    .page-about05 .page-about05__list li .p02 {
        padding: 5px 20px 5px 20px;
        margin-right: 5px;
        margin-bottom: 5px;
    }
    .page-about05 .page-about05__list li .p03 {
        padding: 5px 20px 5px 20px;
        margin-right: 5px;
        margin-bottom: 5px;
    }

    .page-about05 iframe {
        width: 100%;
        height: 300px;
    }
}


/*	園の生活
---------------------------------*/
.page-life01 {
    padding-top: 0px;
    padding-bottom: 140px;
    position: relative;
}
.page-life01::before {
	content: "";
	display: block;
	position: absolute;
	top: -80px;
	left: 0;
	margin: 0;
	width: 100%;
	height: calc(100% + 80px);
	background: url("../img/life/bg_icon01.png") no-repeat center top 300px, url("../img/life/bg01.png") no-repeat center top;
	background-size: auto, auto 100%;
	z-index: -8;
}
.page-life01 .contents-inr {
    max-width: 1120px;
}

.page-life01 .ttl-cmn03 {
    margin-bottom: 30px;
}
.page-life01 .p01 {
    text-align: center;
    margin-bottom: 25px;
}
.page-life01 .p02 {
    text-align: center;
    margin-bottom: 170px;
}
.page-life01 .p02 .span01 {
    background: #00a57e;
    border-radius: 5px;
    padding: 3px 20px 3px 20px;
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
}
.page-life01 .p02 .span02 {
    background: #ffffff;
    border-radius: 5px;
    padding: 3px 20px 0px 20px;
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
}
.page-life01 .p02 .span03 {
    display: inline-block;
    vertical-align: top;
    margin-top: -7px;
}

.page-life01 .page-life01-box {
    margin-bottom: 60px;
}
.page-life01 .page-life01-box .page-life01-box-left {
    position: relative;
    float: left;
    width: calc((100% - 60px) / 2);
	background: #ffffff;
    border: #00a57e 2px solid;
    border-radius: 20px;
    padding: 30px 30px 20px 30px;
    margin-top: -110px;
    min-height: 430px;
}
.page-life01 .page-life01-box .page-life01-box-left img {
    margin-bottom: 15px;
}
.page-life01 .page-life01-box .page-life01-box-left .imgmonth {
    position: absolute;
    top: -12px;
    left: 20px;
    width: 93px;
    height: auto;
}
.page-life01 .page-life01-box .page-life01-box-left .imgillust {
    position: absolute;
    right: 10px;
    bottom: -5px;
}
.page-life01 .page-life01-box .page-life01-box-left .imgillust08 {
    position: absolute;
    right: 10px;
    bottom: -20px;
}
.page-life01 .page-life01-box .page-life01-box-left .imgillust10 {
    position: absolute;
    right: 15px;
    bottom: 5px;
}
.page-life01 .page-life01-box .page-life01-box-left .maru {
    text-align: left;
    background: url("../img/life/icon_ttl02.png") no-repeat left center;
    padding: 0px 0px 0px 15px;
}
.page-life01 .page-life01-box .page-life01-box-left .maru span {
    display: inline-block;
    vertical-align: top;
    margin-top: -7px;
}
.page-life01 .page-life01-box .page-life01-box-right {
    position: relative;
    float: right;
    width: calc((100% - 60px) / 2);
	background: #ffffff;
    border: #00a57e 2px solid;
    border-radius: 20px;
    padding: 30px 30px 20px 30px;
    min-height: 430px;
}
.page-life01 .page-life01-box .page-life01-box-right img {
    margin-bottom: 15px;
}
.page-life01 .page-life01-box .page-life01-box-right .imgmonth {
    position: absolute;
    top: -12px;
    left: 20px;
    width: 93px;
    height: auto;
}
.page-life01 .page-life01-box .page-life01-box-right .imgillust {
    position: absolute;
    right: 10px;
    bottom: -5px;
}
.page-life01 .page-life01-box .page-life01-box-right .imgillust05 {
    position: absolute;
    right: 10px;
    bottom: -20px;
}
.page-life01 .page-life01-box .page-life01-box-right .imgillust09 {
    position: absolute;
    right: 20px;
    bottom: 0px;
}
.page-life01 .page-life01-box .page-life01-box-right .imgillust01 {
    position: absolute;
    right: 30px;
    bottom: 0px;
}
.page-life01 .page-life01-box .page-life01-box-right .imgillust03 {
    position: absolute;
    right: 10px;
    bottom: -15px;
}
.page-life01 .page-life01-box .page-life01-box-right .maru {
    text-align: left;
    background: url("../img/life/icon_ttl02.png") no-repeat left center;
    padding: 0px 0px 0px 15px;
}
.page-life01 .page-life01-box .page-life01-box-right .maru span {
    display: inline-block;
    vertical-align: top;
    margin-top: -7px;
}
.page-life01 .page-life01-box .page-life01-box-right .maru.maru2 {
    display: inline-block;
    margin-right: 15px;
}

.page-life01 .kome-box {
    margin-top: -130px;
}

@media screen and (max-width:1279px) {
}

@media screen and (max-width: 959px) {
    .page-life01 .page-life01-box .page-life01-box-left {
        width: calc((100% - 30px) / 2);
        padding: 20px 20px 15px 20px;
    }
    .page-life01 .page-life01-box .page-life01-box-right {
        width: calc((100% - 30px) / 2);
        padding: 20px 20px 15px 20px;
    }
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 599px) {
    .page-life01 {
        padding-top: 10px;
        padding-bottom: 100px;
    }
    .page-life01 .p02 {
        margin-bottom: 50px;
    }
    .page-life01 .p02 .span01 {
        padding: 3px 10px 3px 10px;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 10px;
        display: inline-block;
    }
    .page-life01 .p02 .span02 {
        padding: 3px 10px 3px 10px;
        margin-left: 5px;
        margin-right: 5px;
        display: inline-block;
    }
    .page-life01 .p02 .span03 {
        display: inline-block;
        vertical-align: top;
        margin-top: -7px;
    }
    .page-life01 .page-life01-box {
        margin-bottom: 0px;
    }
    .page-life01 .page-life01-box .page-life01-box-left {
        margin-bottom: 30px;
        float: none;
        width: 100%;
        border-radius: 20px;
        padding: 15px 15px 20px 15px;
        margin-top: 0px;
        min-height: auto;
    }
    .page-life01 .page-life01-box .page-life01-box-left .imgmonth {
        top: -12px;
        left: 20px;
        width: 60px;
        height: auto;
    }
    .page-life01 .page-life01-box .page-life01-box-left .imgillust {
        width: 20%;
        height: auto;
    }
    .page-life01 .page-life01-box .page-life01-box-left .imgillust08 {
        width: 20%;
        height: auto;
    }
    .page-life01 .page-life01-box .page-life01-box-left .imgillust10 {
        width: 20%;
        height: auto;
    }
    .page-life01 .page-life01-box .page-life01-box-right {
        margin-bottom: 30px;
        float: none;
        width: 100%;
        border-radius: 20px;
        padding: 15px 15px 20px 15px;
        min-height: auto;
    }
    .page-life01 .page-life01-box .page-life01-box-right .imgmonth {
        position: absolute;
        top: -12px;
        left: 20px;
        width: 60px;
        height: auto;
    }
    .page-life01 .page-life01-box .page-life01-box-right .imgillust {
        width: 20%;
        height: auto;
    }
    .page-life01 .page-life01-box .page-life01-box-right .imgillust05 {
        width: 20%;
        height: auto;
    }
    .page-life01 .page-life01-box .page-life01-box-right .imgillust09 {
        width: 20%;
        height: auto;
    }
    .page-life01 .page-life01-box .page-life01-box-right .imgillust01 {
        width: 20%;
        height: auto;
    }
    .page-life01 .page-life01-box .page-life01-box-right .imgillust03 {
        width: 20%;
        height: auto;
    }
    .page-life01 .kome-box {
        margin-top: 0px;
    }
}


.page-life02 {
    padding-top: 80px;
    padding-bottom: 120px;
}
.page-life02 .contents-inr {
    max-width: 1090px;
}

.page-life02 .contents-inr .imgtxt {
    position: absolute;
    top: -30px;
    right: 92%;
    width: 109px;
    height: auto;
}

.page-life02 .ttl-cmn03 {
    margin-bottom: 30px;
}
.page-life02 .p01 {
    text-align: center;
    margin-bottom: 25px;
}
.page-life02 .p02 {
    text-align: center;
    margin-bottom: 60px;
}
.page-life02 .p02 span {
    background: #f7f6f0;
    padding: 5px 50px 5px 50px;
    display: inline-block;
}

@media screen and (max-width:1279px) {
}

@media screen and (max-width: 959px) {
    .page-life02 .contents-inr .imgtxt {
        top: -50px;
        right: auto;
        left: 2%;
        width: 80px;
        height: auto;
    }
    .page-life02 .p01 {
        padding-left: 10%;
        padding-right: 10%;
    }
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 599px) {
    .page-life02 .contents-inr {
        max-width: 700px;
    }
    .page-life02 {
        padding-top: 40px;
        padding-bottom: 50px;
    }
    .page-life02 .contents-inr .imgtxt {
        top: -60px;
        right: auto;
        left: 2%;
        width: 60px;
        height: auto;
    }
    .page-life02 .p01 {
        padding-left: 10%;
        padding-right: 10%;
    }
}


.page-life03 {
    padding-top: 140px;
    padding-bottom: 120px;
    position: relative;
}
.page-life03::before {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background: url("../img/life/bg02.png") no-repeat center top;
	background-size: auto 100%;
	z-index: -8;
}
.page-life03 .contents-inr {
    max-width: 1120px;
}

.page-life03 .contents-inr .imgtxt {
    position: absolute;
    top: -10px;
    left: 90%;
    width: 109px;
    height: auto;
    z-index: 1;
}
.page-life03 .contents-inr .imgsyoku {
    position: absolute;
    top: -60px;
    right: 70%;
}

.page-life03 .ttl-cmn03 {
    margin-bottom: 35px;
}
.page-life03 .p01 {
    text-align: center;
    margin-bottom: 50px;
}

.page-life03 .page-life03__list {
    margin-bottom: 60px;
}
.page-life03 .page-life03__list li {
    width: calc((100% - 40px) / 2);
    margin-right: 40px;
    margin-bottom: 40px;
    padding: 25px 25px 25px 25px;
	background: #ffffff;
    border-radius: 10px;
    position: relative;
}
.page-life03 .page-life03__list li:nth-of-type(2n) {
    margin-right: 0px;
}
.page-life03 .page-life03__list li .syokuicon {
    position: absolute;
    top: 0px;
    left: 30px;
}
.page-life03 .page-life03__list li h4 {
    margin: 5px 0 10px 0;
}
.page-life03 .page-life03__list li p {
}

.page-life03 .page-life03-box {
    position: relative;
    background: #ffffff;
    border-radius: 10px;
    padding: 45px 70px 30px 70px;
}
.page-life03 .page-life03-box h4 {
    position: absolute;
    bottom: 95%;
    left: 0px;
    background: #ffffff;
    width: 280px;
    border-radius: 10px;
    padding: 20px 0px 15px 0px;
    text-align: center;
}
.page-life03 .page-life03-box .page-life03-box-tbl {
    border: #ffc32e 3px solid;
}
.page-life03 .page-life03-box .page-life03-box-tbl table {
    width: 100%;
    border-collapse:separate;
    border-spacing:0px;
    margin: 0 auto 0px auto;
}
.page-life03 .page-life03-box .page-life03-box-tbl table th {
    vertical-align: middle;
    padding: 20px 10px 20px 10px;
    background: rgba(255,195,46,0.2);
    border-bottom: #ffc32e 1px solid;
    border-right: #ffc32e 1px solid;
    width: 30%;
}
.page-life03 .page-life03-box .page-life03-box-tbl table th p {
    text-align: center;
}
.page-life03 .page-life03-box .page-life03-box-tbl table td {
    vertical-align: middle;
    padding: 20px 40px 20px 40px;
    border-bottom: #ffc32e 1px solid;
}
.page-life03 .page-life03-box .page-life03-box-tbl table td p {
    text-align: left;
}
.page-life03 .page-life03-box .page-life03-box-tbl table tr:last-of-type th {
    border-bottom: none;
}
.page-life03 .page-life03-box .page-life03-box-tbl table tr:last-of-type td {
    border-bottom: none;
}

.page-life03 .page-life03-box .maru {
    margin-top: 15px;
    text-align: left;
    background: url("../img/life/icon_ttl05.png") no-repeat left center;
    padding: 0px 0px 0px 25px;
}

@media screen and (max-width:1279px) {
}

@media screen and (max-width: 959px) {
    .page-life03 .contents-inr .imgtxt {
        top: -20px;
        left: auto;
        right: 2%;
        width: 80px;
        height: auto;
    }
    .page-life03 .contents-inr .imgsyoku {
        top: -60px;
        right: 70%;
        width: 300px;
        height: auto;
    }
    .page-life03 .p01 {
        padding-left: 15%;
        padding-right: 15%;
    }
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 599px) {
    .page-life03 {
        padding-top: 100px;
        padding-bottom: 60px;
    }
    .page-life03 .contents-inr .imgtxt {
        top: -50px;
        left: auto;
        right: 2%;
        width: 60px;
        height: auto;
    }
    .page-life03 .contents-inr .imgsyoku {
        top: -20px;
        right: 70%;
        width: 200px;
        height: auto;
    }
    .page-life03 .p01 {
        padding-left: 15%;
        padding-right: 15%;
    }
    .page-life03 .page-life03__list {
        margin-bottom: 40px;
    }
    .page-life03 .page-life03__list li {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 30px;
        padding: 20px 20px 20px 20px;
    }
    .page-life03 .page-life03__list li:nth-of-type(2n) {
        margin-right: 0px;
    }
    .page-life03 .page-life03__list li .syokuicon {
        left: 20px;
        width: 25px;
        height: auto;
    }
    .page-life03 .page-life03-box {
        padding: 20px 20px 20px 20px;
    }
    .page-life03 .page-life03-box h4 {
        position: absolute;
        bottom: 98%;
        left: 0px;
        background: #ffffff;
        width: 180px;
        border-radius: 10px;
        padding: 10px 0px 10px 0px;
        text-align: center;
    }
    .page-life03 .page-life03-box .page-life03-box-tbl table th {
        padding: 15px 10px 15px 10px;
        width: 30%;
    }
    .page-life03 .page-life03-box .page-life03-box-tbl table td {
        padding: 15px 10px 15px 10px;
    }
}


.page-life04 {
    padding-top: 80px;
    padding-bottom: 120px;
    position: relative;
}
.page-life04::before {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background: url("../img/life/bg03.png") no-repeat center top;
	background-size: auto 100%;
	z-index: -8;
}
.page-life04 .contents-inr {
    max-width: 1120px;
}

.page-life04 .contents-inr .imgtxt {
    position: absolute;
    top: 0px;
    right: 90%;
    width: 109px;
    height: auto;
    z-index: 1;
}

.page-life04 .ttl-cmn03 {
    margin-bottom: 35px;
}
.page-life04 .p01 {
    text-align: center;
    margin-bottom: 50px;
}

.page-life04 .page-life04-box {
    margin-bottom: 20px;
    padding: 30px 30px 30px 30px;
	background: #ffffff;
    border-radius: 10px;
}
.page-life04 .page-life04-box .img-box {
    float: left;
    width: 44%;
}
.page-life04 .page-life04-box.img-right .img-box {
    float: right;
}
.page-life04 .page-life04-box .txt-box {
    float: right;
    width: 51%;
}
.page-life04 .page-life04-box.img-right .txt-box {
    float: left;
}
.page-life04 .page-life04-box .txt-box .ttl-cmn12 {
    margin-top: 20px;
    margin-bottom: 15px;
}
.page-life04 .page-life04-box .txt-box .p02 {
    margin-bottom: 20px;
}
.page-life04 .page-life04-box .txt-box .p03 {
    display: inline-block;
    background: #f48cbc;
    border-radius: 10px;
    padding: 5px 25px 5px 25px;
    margin-right: 10px;
}
.page-life04 .page-life04-box .txt-box .p04 {
    display: inline-block;
    background: #afafb2;
    border-radius: 10px;
    padding: 5px 25px 5px 25px;
    margin-right: 10px;
}

@media screen and (max-width:1279px) {
}

@media screen and (max-width: 959px) {
    .page-life04 .contents-inr .imgtxt {
        top: -10px;
        right: auto;
        left: 2%;
        width: 80px;
        height: auto;
    }
    .page-life04 .p01 {
        padding-left: 15%;
        padding-right: 15%;
    }
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 599px) {
    .page-life04 {
        padding-top: 40px;
        padding-bottom: 60px;
    }
    .page-life04 .contents-inr .imgtxt {
        top: -10px;
        right: auto;
        left: 2%;
        width: 60px;
        height: auto;
    }
    .page-life04 .p01 {
        padding-left: 20%;
        padding-right: 20%;
    }
    .page-life04 .page-life04-box {
        margin-bottom: 20px;
        padding: 15px 15px 15px 15px;
    }
    .page-life04 .page-life04-box .img-box {
        float: none;
        width: 100%;
    }
    .page-life04 .page-life04-box.img-right .img-box {
        float: none;
    }
    .page-life04 .page-life04-box .txt-box {
        float: none;
        width: 100%;
    }
    .page-life04 .page-life04-box.img-right .txt-box {
        float: none;
    }
}


.page-life05 {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}
.page-life05::before {
	content: "";
	display: block;
	position: absolute;
	top: 170px;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background: url("../img/life/bg_icon02.png") no-repeat calc(50% + 100px) top;
	background-size: auto;
	z-index: -8;
}
.page-life05.top-box03 {
    padding-top: 0px;
    padding-bottom: 80px;
}
.page-life05.top-box03::before {
    display: none;
}

.page-life05 .contents-inr {
}

.page-life05 .contents-inr .imgtxt {
    position: absolute;
    top: -30px;
    right: 30px;
    width: 109px;
    height: auto;
    z-index: 1;
}

.page-life05 .ttl-cmn03 {
    margin-bottom: 30px;
}
.page-life05 .p01 {
    text-align: center;
    margin-bottom: 60px;
}

.page-life05 .page-life05-item {
}

.slider-1-2 {
    max-width: 1073px;
    height: 241px;
    margin-left: auto;
    margin-right: auto;
}
.slider-1-2 .slick-slide {
    width: 351px;
    height: 241px;
    margin: 0 5px 0 5px;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.slider-1-2 .slick-arrow {
    cursor: pointer;
    border: none;
    outline: none;
    font-size: 0;
}
.slider-1-2 .slick-next {
    background: url("../img/cmn/icon_slide_right.png") no-repeat center center !important;
    background-size: contain !important;
    width: 19px !important;
    height: 35px !important;
    position: absolute;
    top: 41%;
    right: -30px;
    z-index: 1006;
}
.slider-1-2 .slick-prev {
    background: url("../img/cmn/icon_slide_left.png") no-repeat center center !important;
    background-size: contain !important;
    width: 19px !important;
    height: 35px !important;
    position: absolute;
    top: 41%;
    left: -30px;
    z-index: 1006;
}

@media screen and (max-width:1279px) {
}

@media screen and (max-width: 959px) {
    .page-life05 .contents-inr .imgtxt {
        top: -30px;
        right: 2%;
        width: 80px;
        height: auto;
    }
}

@media screen and (max-width: 767px) {
    .slider-1-2 {
        height: 110px;
    }
    .slider-1-2 .slick-slide {
        width: 160px;
        height: 110px;
        margin: 0 5px 0 5px;
    }
    .slider-1-2 .slick-next {
        width: 7px !important;
        top: 35%;
        right: -15px;
    }
    .slider-1-2 .slick-prev {
        width: 7px !important;
        top: 35%;
        left: -15px;
    }
}

@media screen and (max-width: 599px) {
    .page-life05 {
        padding-top: 40px;
        padding-bottom: 50px;
    }
    .page-life05.top-box03 {
        padding-bottom: 60px;
    }
    .page-life05 .contents-inr .imgtxt {
        top: -60px;
        right: 2%;
        width: 60px;
        height: auto;
    }
}


/*	入園案内
---------------------------------*/
.page-guidance01 {
    padding-top: 0px;
    padding-bottom: 120px;
}
.page-guidance01 .contents-inr {
    max-width: 1120px;
}

.page-guidance01 .ttl-cmn02 {
    margin-bottom: 35px;
}

.page-guidance01 .page-guidance01__list {
    margin-bottom: 20px;
}
.page-guidance01 .page-guidance01__list li {
    width: calc(100% / 3);
    padding: 20px 30px 20px 30px;
    text-align: center;
    border-right: #ffc32e 1px dashed;
}
.page-guidance01 .page-guidance01__list li:nth-of-type(3n) {
    border-right: none;
}
.page-guidance01 .page-guidance01__list li img {
    margin-bottom: 10px;
}
.page-guidance01 .page-guidance01__list li .p01 {
    text-align: left;
}

.page-guidance01 .page-guidance01__list li table {
    width: 100%;
    border-collapse:separate;
    border-spacing:0px;
    margin: 15px auto 0px auto;
    border: #00a57e 2px solid;
    border-radius: 30px;
    overflow: hidden;
}
.page-guidance01 .page-guidance01__list li table th {
    padding: 0px 0px 2px 0px;
    width: 28%;
    text-align: center;
    background: #00a57e;
}
.page-guidance01 .page-guidance01__list li table th p {
    text-align: center;
}
.page-guidance01 .page-guidance01__list li table td {
    padding: 0px 0px 2px 0px;
    text-align: center;
}
.page-guidance01 .page-guidance01__list li table td p {
    text-align: center;
}

.page-guidance01 .p02 {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

@media screen and (max-width:1279px) {
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 599px) {
    .page-guidance01 {
        padding-top: 0px;
        padding-bottom: 60px;
    }
    .page-guidance01 .ttl-cmn02 {
        margin-bottom: 30px;
    }

    .page-guidance01 .page-guidance01__list {
        margin-bottom: 20px;
    }
    .page-guidance01 .page-guidance01__list li {
        width: 100%;
        padding: 20px 30px 20px 30px;
        text-align: center;
        border-right: none;
    }
    .page-guidance01 .page-guidance01__list li:nth-of-type(3n) {
        border-right: none;
    }
    .page-guidance01 .page-guidance01__list li img {
        margin-bottom: 10px;
    }
    .page-guidance01 .page-guidance01__list li .p01 {
        text-align: left;
    }

    .page-guidance01 .page-guidance01__list li table {
        width: 100%;
        border-collapse:separate;
        border-spacing:0px;
        margin: 15px auto 0px auto;
        border: #00a57e 2px solid;
        border-radius: 30px;
        overflow: hidden;
    }
    .page-guidance01 .page-guidance01__list li table th {
        padding: 0px 0px 2px 0px;
        width: 28%;
        text-align: center;
        background: #00a57e;
    }
    .page-guidance01 .page-guidance01__list li table th p {
        text-align: center;
    }
    .page-guidance01 .page-guidance01__list li table td {
        padding: 0px 0px 2px 0px;
        text-align: center;
    }
    .page-guidance01 .page-guidance01__list li table td p {
        text-align: center;
    }

    .page-guidance01 .p02 {
        text-align: center;
        margin-top: 30px;
        margin-bottom: 30px;
    }
}


.page-guidance03 {
    padding-top: 0px;
    padding-bottom: 120px;
    text-align: center;
}
.page-guidance03 .contents-inr {
    max-width: 1120px;
}

.page-guidance03 .ttl-cmn10 {
    margin-bottom: 35px;
}

.page-guidance03 table {
    width: 100%;
    border-collapse:separate;
    border-spacing:0px;
    margin: 15px auto 15px auto;
    border: #00a57e 2px solid;
    border-radius: 40px;
    overflow: hidden;
}
.page-guidance03 table th {
    vertical-align: middle;
    padding: 15px 10px 17px 10px;
    width: 31%;
    text-align: center;
    background: #00a57e;
}
.page-guidance03 table th p {
    text-align: center;
}
.page-guidance03 table td {
    vertical-align: middle;
    padding: 15px 20px 17px 30px;
    text-align: left;
}
.page-guidance03 table td p {
    text-align: left;
}

@media screen and (max-width:1279px) {
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 599px) {
    .page-guidance03 {
        padding-bottom: 60px;
    }
    .page-guidance03 .ttl-cmn10 {
        margin-bottom: 30px;
    }
    .page-guidance03 table {
        margin: 15px auto 15px auto;
        border-radius: 20px;
    }
    .page-guidance03 table th {
        vertical-align: middle;
        padding: 10px 10px 10px 10px;
        width: 100%;
        display: block;
        text-align: center;
        background: #00a57e;
    }
    .page-guidance03 table th p {
        text-align: center;
    }
    .page-guidance03 table td {
        width: 100%;
        display: block;
        vertical-align: middle;
        padding: 10px 15px 10px 15px;
        text-align: left;
    }
    .page-guidance03 table td p {
        text-align: left;
    }
}


.page-guidance04 {
    padding-top: 0px;
    padding-bottom: 120px;
}
.page-guidance04 .contents-inr {
    max-width: 1120px;
}

.page-guidance04 .ttl-cmn10 {
    margin-bottom: 50px;
}
.page-guidance04 .h302.ttl-cmn10 {
    margin-top: 120px;
    margin-bottom: 35px;
}

.page-guidance04 .page-guidance04-tbl01 {
    margin-bottom: 0px;
    border: #ffc32e 3px solid;
}
.page-guidance04 .page-guidance04-tbl01 table {
    width: 100%;
    border-collapse:separate;
    border-spacing:0px;
    margin: 0 auto 0px auto;
}
.page-guidance04 .page-guidance04-tbl01 table th {
    vertical-align: middle;
    padding: 12px 10px 12px 10px;
    width: 16%;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 1px;
}
.page-guidance04 .page-guidance04-tbl01 table td {
    vertical-align: middle;
    padding: 12px 10px 12px 10px;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 1px;
}
.page-guidance04 .page-guidance04-tbl01 table th.th01 {
    border-right: #ffc32e 3px solid;
    border-bottom: #ffc32e 3px solid;
}
.page-guidance04 .page-guidance04-tbl01 table th.th02 {
    border-right: #ffc32e 3px solid;
    border-bottom: #ffc32e 1px solid;
}
.page-guidance04 .page-guidance04-tbl01 table td.td01 {
    width: 28%;
    border-right: #ffc32e 1px solid;
    border-bottom: #ffc32e 3px solid;
    background: rgba(255,195,46,0.4);
}
.page-guidance04 .page-guidance04-tbl01 table td.td01 span {
    color: #00a57e;
    background: #ffffff;
    border-radius: 30px;
    letter-spacing: 2.5px;
    font-weight: 500;
    padding: 3px 25px 3px 25px;
    display: inline-block;
}
.page-guidance04 .page-guidance04-tbl01 table td.td02 {
    width: 28%;
    border-bottom: #ffc32e 3px solid;
    background: rgba(255,195,46,0.4);
}
.page-guidance04 .page-guidance04-tbl01 table td.td02 span {
    color: #00a57e;
    background: #ffffff;
    border-radius: 30px;
    letter-spacing: 2.5px;
    font-weight: 500;
    padding: 3px 25px 3px 25px;
    display: inline-block;
}
.page-guidance04 .page-guidance04-tbl01 table td.td03 {
    padding: 8px 10px 8px 10px;
    border-bottom: #ffc32e 1px solid;
    background: rgba(255,195,46,0.4);
    color: #00a57e;
    font-weight: 500;
}
.page-guidance04 .page-guidance04-tbl01 table td.td04 {
    border-right: #ffc32e 1px solid;
    border-bottom: #ffc32e 3px solid;
}
.page-guidance04 .page-guidance04-tbl01 table td.td05 {
    border-bottom: #ffc32e 3px solid;
}
.page-guidance04 .page-guidance04-tbl01 table td.td06 {
    border-right: #ffc32e 1px solid;
    border-bottom: #ffc32e 1px solid;
    height: 80px;
}
.page-guidance04 .page-guidance04-tbl01 table td.td07 {
    border-right: #ffc32e 1px solid;
    border-bottom: #ffc32e 3px solid;
    background: rgba(255,195,46,0.6);
}
.page-guidance04 .page-guidance04-tbl01 table td.td07 span {
    font-size: 13px;
    letter-spacing: 0.5px;
    font-weight: 500;
}
.page-guidance04 .page-guidance04-tbl01 table td.td08 {
    border-bottom: #ffc32e 1px solid;
}
.page-guidance04 .page-guidance04-tbl01 table td.td09 {
    border-bottom: #ffc32e 3px solid;
    background: rgba(255,195,46,0.6);
}
.page-guidance04 .page-guidance04-tbl01 table td.td09 span {
    font-size: 13px;
    letter-spacing: 0.5px;
    font-weight: 500;
}
.page-guidance04 .page-guidance04-tbl01 table tr:last-of-type th {
    border-bottom: none;
}
.page-guidance04 .page-guidance04-tbl01 table tr:last-of-type td {
    border-bottom: none;
}
.page-guidance04 .maru {
    text-align: left;
    background: url("../img/life/icon_ttl02.png") no-repeat left 7px;
    background-size: 15px;
    padding: 2px 0px 2px 25px;
}
.page-guidance04 .no01 {
    text-align: left;
    margin: 20px 0px 2px 25px;
    position: relative;
}
.page-guidance04 .no01::before {
	content: "1.";
	display: block;
	position: absolute;
	top: 2px;
	left: -20px;
	margin: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 1px;
}
.page-guidance04 .no02 {
    text-align: left;
    margin: 0px 0px 2px 25px;
    position: relative;
}
.page-guidance04 .no02::before {
	content: "2.";
	display: block;
	position: absolute;
	top: 2px;
	left: -20px;
	margin: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 1px;
}
.page-guidance04 .no03 {
    text-align: left;
    margin: 0px 0px 2px 25px;
    position: relative;
}
.page-guidance04 .no03::before {
	content: "3.";
	display: block;
	position: absolute;
	top: 2px;
	left: -20px;
	margin: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 1px;
}
.page-guidance04 .no04 {
    text-align: left;
    margin: 0px 0px 2px 25px;
    position: relative;
}
.page-guidance04 .no04::before {
	content: "4.";
	display: block;
	position: absolute;
	top: 2px;
	left: -20px;
	margin: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 1px;
}

.page-guidance04 .page-guidance04__list {
}
.page-guidance04 .page-guidance04__list li {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
}
.page-guidance04 .page-guidance04__list li:nth-of-type(2n) {
    margin-right: 0px;
}
.page-guidance04 .page-guidance04__list .page-guidance04-tbl02 {
}
.page-guidance04 .page-guidance04__list .page-guidance04-tbl02 table {
    width: 100%;
    border-collapse:separate;
    border-spacing:0px;
    margin: 0px auto 0px auto;
    border: #00a57e 3px solid;
    border-radius: 15px;
    overflow: hidden;
}
.page-guidance04 .page-guidance04__list .page-guidance04-tbl02 table th {
    vertical-align: middle;
    padding: 20px 10px 20px 10px;
    text-align: center;
    background: #00a57e;
}
.page-guidance04 .page-guidance04__list .page-guidance04-tbl02 table th p {
    text-align: center;
}
.page-guidance04 .page-guidance04__list .page-guidance04-tbl02 table th .p01 {
    display: inline-block;
    margin-right: 10px;
}
.page-guidance04 .page-guidance04__list .page-guidance04-tbl02 table th .p02 {
    display: inline-block;
    background: #ffffff;
    padding: 0px 20px 0px 20px;
    border-radius: 20px;
    margin-right: 10px;
}
.page-guidance04 .page-guidance04__list .page-guidance04-tbl02 table td {
    vertical-align: middle;
    padding: 15px 10px 17px 10px;
    text-align: center;
}
.page-guidance04 .page-guidance04__list .page-guidance04-tbl02 table td p {
    text-align: center;
}

@media screen and (max-width:1279px) {
}

@media screen and (max-width: 959px) {
    .page-guidance04 .page-guidance04__list .page-guidance04-tbl02 table th .p01 {
        display: block;
        margin-right: 10px;
    }
}

@media screen and (max-width: 767px) {
	.page-guidance04 .page-guidance04-tbl01 table th {
	    font-size: 15px;
	}
	.page-guidance04 .page-guidance04-tbl01 table td {
	    font-size: 15px;
	}
	.page-guidance04 .page-guidance04-tbl01 table td.td06 {
	    height: 70px;
	}
	.page-guidance04 .page-guidance04-tbl01 table td.td07 span {
	    font-size: 11px;
	}
	.page-guidance04 .page-guidance04-tbl01 table td.td09 span {
	    font-size: 11px;
	}
}

@media screen and (max-width: 599px) {
    .page-guidance04 {
        padding-top: 0px;
        padding-bottom: 60px;
    }
    .page-guidance04 .ttl-cmn10 {
        margin-bottom: 30px;
    }
    .page-guidance04 .h302.ttl-cmn10 {
        margin-top: 60px;
        margin-bottom: 30px;
    }
    .page-guidance04 .maru {
        text-align: left;
        background: url("../img/life/icon_ttl02.png") no-repeat left 5px;
        background-size: 10px;
        padding: 2px 0px 2px 15px;
    }
    .page-guidance04 .no01 {
        text-align: left;
        margin: 20px 0px 2px 20px;
        position: relative;
    }
    .page-guidance04 .no01::before {
        content: "1.";
        display: block;
        position: absolute;
        top: -2px;
        left: -18px;
        margin: 0;
        font-size: 13px;
        font-weight: 400;
        line-height: 1.6;
        letter-spacing: 1px;
    }
    .page-guidance04 .no02 {
        text-align: left;
        margin: 0px 0px 2px 20px;
        position: relative;
    }
    .page-guidance04 .no02::before {
        content: "2.";
        display: block;
        position: absolute;
        top: -2px;
        left: -18px;
        margin: 0;
        font-size: 13px;
        font-weight: 400;
        line-height: 1.6;
        letter-spacing: 1px;
    }
    .page-guidance04 .no03 {
        text-align: left;
        margin: 0px 0px 2px 20px;
        position: relative;
    }
    .page-guidance04 .no03::before {
        content: "3.";
        display: block;
        position: absolute;
        top: -2px;
        left: -18px;
        margin: 0;
        font-size: 13px;
        font-weight: 400;
        line-height: 1.6;
        letter-spacing: 1px;
    }
    .page-guidance04 .no04 {
        text-align: left;
        margin: 0px 0px 2px 20px;
        position: relative;
    }
    .page-guidance04 .no04::before {
        content: "4.";
        display: block;
        position: absolute;
        top: -2px;
        left: -18px;
        margin: 0;
        font-size: 13px;
        font-weight: 400;
        line-height: 1.6;
        letter-spacing: 1px;
    }
    .page-guidance04 .page-guidance04__list li {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
    }
    .page-guidance04 .page-guidance04__list li:nth-of-type(2n) {
        margin-right: 0px;
    }
}


.page-guidance05 {
    padding-top: 180px;
    padding-bottom: 120px;
    position: relative;
}
.page-guidance05::before {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background: url("../img/guidance/bg01.png") no-repeat center top;
	background-size: auto 100%;
	z-index: -8;
}
.page-guidance05 .contents-inr {
    max-width: 1120px;
}

.page-guidance05 .contents-inr .imgtebura01 {
    position: absolute;
    top: -100px;
    right: 63%;
}
.page-guidance05 .contents-inr .imgtebura02 {
    position: absolute;
    top: -100px;
    left: 62%;
}
.page-guidance05 .contents-inr .imgtebura03 {
    position: absolute;
    top: 260px;
    right: 78%;
}
.page-guidance05 .contents-inr .imgtebura04 {
    position: absolute;
    top: 310px;
    left: 70%;
}
.page-guidance05 .contents-inr .imgtxt {
    position: absolute;
    top: -80px;
    left: 95%;
    width: 55px;
    height: auto;
}
.page-guidance05 .ttl-cmn01 {
    margin-bottom: 40px;
}
.page-guidance05 .p01 {
    margin-bottom: 40px;
    text-align: center;
    line-height: 2.5;
}
.page-guidance05 .p02 {
    margin-bottom: 20px;
    text-align: center;
}
.page-guidance05 .btn-cmn02 {
    margin-bottom: 100px;
}
.page-guidance05 .ttl-cmn10 {
    margin-top: 50px;
    margin-bottom: 30px;
}
.page-guidance05 .maru {
    text-align: left;
    background: url("../img/life/icon_ttl02.png") no-repeat left 7px;
    background-size: 15px;
    padding: 2px 0px 2px 25px;
}
.page-guidance05 .page-guidance05-tbl01 {
    margin-bottom: 0px;
    border: #ffc32e 3px solid;
}
.page-guidance05 .page-guidance05-tbl01 table {
    width: 100%;
    border-collapse:separate;
    border-spacing:0px;
    margin: 0 auto 0px auto;
}
.page-guidance05 .page-guidance05-tbl01 table th {
    vertical-align: middle;
    padding: 12px 10px 12px 10px;
    width: 23%;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 1px;
    border-right: #ffc32e 1px solid;
    border-bottom: #ffc32e 1px solid;
    background: rgba(255,195,46,0.2);
}
.page-guidance05 .page-guidance05-tbl01 table td {
    vertical-align: middle;
    padding: 12px 10px 12px 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 1px;
}
.page-guidance05 .page-guidance05-tbl01 table td.td01 {
    width: 17%;
    border-right: #ffc32e 1px dashed;
    border-bottom: #ffc32e 1px solid;
}
.page-guidance05 .page-guidance05-tbl01 table td.td02 {
    width: 29%;
    border-right: #ffc32e 1px dashed;
    border-bottom: #ffc32e 1px solid;
}
.page-guidance05 .page-guidance05-tbl01 table td.td03 {
    width: 3%;
    border-bottom: #ffc32e 1px solid;
}
.page-guidance05 .page-guidance05-tbl01 table td.td04 {
    width: 28%;
    border-bottom: #ffc32e 1px solid;
}
.page-guidance05 .page-guidance05-tbl01 table tr:last-of-type th {
    border-bottom: none;
}
.page-guidance05 .page-guidance05-tbl01 table tr:last-of-type td {
    border-bottom: none;
}


.page-guidance05 .page-guidance05-tbl02 {
    margin-bottom: 0px;
    border: #ffc32e 3px solid;
}
.page-guidance05 .page-guidance05-tbl02 table {
    width: 100%;
    border-collapse:separate;
    border-spacing:0px;
    margin: 0 auto 0px auto;
}
.page-guidance05 .page-guidance05-tbl02 table th {
    vertical-align: middle;
    padding: 12px 10px 12px 10px;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 1px;
    border-bottom: #ffc32e 1px solid;
    background: rgba(255,195,46,0.2);
    height: 80px;
}
.page-guidance05 .page-guidance05-tbl02 table td {
    vertical-align: middle;
    padding: 12px 10px 12px 10px;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 1px;
    border-bottom: #ffc32e 1px solid;
}
.page-guidance05 .page-guidance05-tbl02 table th.th01 {
    border-right: rgba(255,195,46,0.3) 1px solid;
    width: 18%;
}
.page-guidance05 .page-guidance05-tbl02 table th.th02 {
    border-right: #ffc32e 1px solid;
    width: 14%;
}
.page-guidance05 .page-guidance05-tbl02 table tr:last-of-type th {
    border-bottom: none;
}
.page-guidance05 .page-guidance05-tbl02 table tr:last-of-type td {
    border-bottom: none;
}

@media screen and (max-width:1279px) {
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 767px) {
	.page-guidance05 .page-guidance05-tbl01 table th {
	    font-size: 14px;
	}
	.page-guidance05 .page-guidance05-tbl01 table td {
	    font-size: 14px;
	}

	.page-guidance05 .page-guidance05-tbl02 table th {
	    font-size: 15px;
	    height: 70px;
	}
	.page-guidance05 .page-guidance05-tbl02 table td {
	    font-size: 15px;
	}
}

@media screen and (max-width: 599px) {
    .page-guidance05 {
        padding-top: 180px;
        padding-bottom: 80px;
    }
    .page-guidance05 .contents-inr .imgtebura01 {
        position: absolute;
        top: -100px;
        right: 63%;
        width: 150px;
    }
    .page-guidance05 .contents-inr .imgtebura02 {
        position: absolute;
        top: -100px;
        left: 62%;
        width: 150px;
    }
    .page-guidance05 .contents-inr .imgtebura03 {
        position: absolute;
        top: 450px;
        right: 78%;
        width: 150px;
    }
    .page-guidance05 .contents-inr .imgtebura04 {
        position: absolute;
        top: 450px;
        left: 70%;
        width: 150px;
    }
    .page-guidance05 .contents-inr .imgtxt {
        position: absolute;
        top: -100px;
        left: 86%;
        width: 30px;
        height: auto;
    }

    .page-guidance05 .ttl-cmn01 {
        margin-bottom: 40px;
    }
    .page-guidance05 .p01 {
        margin-bottom: 40px;
        text-align: center;
        line-height: 1.8;
    }
    .page-guidance05 .p02 {
        margin-bottom: 20px;
        text-align: center;
    }
    .page-guidance05 .btn-cmn02 {
        margin-bottom: 100px;
    }
    .page-guidance05 .ttl-cmn10 {
        margin-top: 50px;
        margin-bottom: 30px;
    }
    .page-guidance05 .maru {
        text-align: left;
        background: url("../img/life/icon_ttl02.png") no-repeat left 5px;
        background-size: 10px;
        padding: 2px 0px 2px 15px;
    }
}


.page-guidance06 {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
}
.page-guidance06::before {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background: url("../img/guidance/bg02.jpg") no-repeat center center;
	background-size: cover;
	z-index: -8;
}
.page-guidance06 .contents-inr {
    max-width: 1120px;
}

.page-guidance06 .contents-inr .imgtxt {
    position: absolute;
    top: -60px;
    left: 10px;
    width: 55px;
    height: auto;
}

.page-guidance06 h3 {
    text-align: center;
    margin-bottom: 30px;
}
.page-guidance06 h3 img {
    width: 320px;
    height: auto;
}

.page-guidance06 .page-guidance06__list {
    position: relative;
}
.page-guidance06 .page-guidance06__list::before {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 0;
	margin: 0;
	width: 100%;
	height: 110%;
	background: rgba(255,255,255,0.9);
    border-radius: 20px;
	z-index: -6;
}
.page-guidance06 .page-guidance06__list li {
    width: 50%;
    padding: 40px 50px 40px 50px;
}
.page-guidance06 .page-guidance06__list li:nth-of-type(1) {
	background: url("../img/guidance/icon_line.png") no-repeat right center;
}

.page-guidance06 .btn-cmn02 a {
    border: #ffffff 3px solid;
}

@media screen and (max-width:1279px) {
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 599px) {
    .page-guidance06 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .page-guidance06 .contents-inr .imgtxt {
        position: absolute;
        top: -60px;
        left: 10px;
        width: 30px;
        height: auto;
    }

    .page-guidance06 h3 {
        text-align: center;
        margin-bottom: 30px;
    }
    .page-guidance06 h3 img {
        width: 170px;
        height: auto;
    }

    .page-guidance06 .page-guidance06__list {
        position: relative;
    }
    .page-guidance06 .page-guidance06__list::before {
        content: "";
        display: block;
        position: absolute;
        top: 0px;
        left: 0;
        margin: 0;
        width: 100%;
        height: 110%;
        background: rgba(255,255,255,0.9);
        border-radius: 20px;
        z-index: -6;
    }
    .page-guidance06 .page-guidance06__list li {
        width: 100%;
        padding: 20px 30px 20px 30px;
    }
    .page-guidance06 .page-guidance06__list li:nth-of-type(1) {
        background: none;
    }
    .page-guidance06 .page-guidance06__list li:nth-of-type(2) {
        padding-top: 20px;
    }
    .page-guidance06 .btn-cmn02 a {
        line-height: 1.3;
    }
}


.page-guidance07 {
    padding-top: 100px;
    padding-bottom: 20px;
}
.page-guidance07 .contents-inr {
}

.page-guidance07 .page-guidance07__list {
}
.page-guidance07 .page-guidance07__list li {
}
.page-guidance07 .page-guidance07__list li:nth-of-type(1) {
    width: 37%;
    padding-top: 100px;
}
.page-guidance07 .page-guidance07__list li:nth-of-type(1) h3 img {
    width: 216px;
    height: auto;
}
.page-guidance07 .page-guidance07__list li:nth-of-type(1) p {
    padding: 20px 20px 0 40px;
}
.page-guidance07 .page-guidance07__list li:nth-of-type(2) {
    width: 63%;
}
.page-guidance07 .page-guidance07__list li:nth-of-type(2) .page-guidance07-tbl {
}
.page-guidance07 .page-guidance07__list li:nth-of-type(2) .page-guidance07-tbl table {
    width: 100%;
    border-collapse:separate;
    border-spacing:0px;
    margin: 0px auto 30px auto;
}
.page-guidance07 .page-guidance07__list li:nth-of-type(2) .page-guidance07-tbl table th {
    vertical-align: top;
    text-align: left;
}
.page-guidance07 .page-guidance07__list li:nth-of-type(2) .page-guidance07-tbl table th.th01 {
    width: 50px;
}
.page-guidance07 .page-guidance07__list li:nth-of-type(2) .page-guidance07-tbl table th.th02 {
    padding-top: 2px;
}
.page-guidance07 .page-guidance07__list li:nth-of-type(2) .page-guidance07-tbl table th p {
    text-align: left;
}
.page-guidance07 .page-guidance07__list li:nth-of-type(2) .page-guidance07-tbl table td {
    vertical-align: top;
    text-align: left;
}
.page-guidance07 .page-guidance07__list li:nth-of-type(2) .page-guidance07-tbl table td p {
    text-align: left;
}

@media screen and (max-width:1279px) {
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 599px) {
    .page-guidance07 {
        padding-top: 60px;
        padding-bottom: 10px;
    }
    .page-guidance07 .page-guidance07__list li:nth-of-type(1) {
        width: 100%;
        padding-top: 0px;
    }
    .page-guidance07 .page-guidance07__list li:nth-of-type(1) h3 img {
        width: 150px;
        height: auto;
    }
    .page-guidance07 .page-guidance07__list li:nth-of-type(1) p {
        padding: 15px 20px 30px 20px;
    }
    .page-guidance07 .page-guidance07__list li:nth-of-type(2) {
        width: 100%;
    }
    .page-guidance07 .page-guidance07__list li:nth-of-type(2) .page-guidance07-tbl {
    }
    .page-guidance07 .page-guidance07__list li:nth-of-type(2) .page-guidance07-tbl table {
        width: 100%;
        border-collapse:separate;
        border-spacing:0px;
        margin: 0px auto 30px auto;
    }
    .page-guidance07 .page-guidance07__list li:nth-of-type(2) .page-guidance07-tbl table th {
        vertical-align: top;
        text-align: left;
    }
    .page-guidance07 .page-guidance07__list li:nth-of-type(2) .page-guidance07-tbl table th.th01 {
        width: 36px;
    }
    .page-guidance07 .page-guidance07__list li:nth-of-type(2) .page-guidance07-tbl table th.th02 {
        padding-top: 0px;
    }
}












































/*	採用情報
---------------------------------*/
.page-menu {
    padding-top: 60px;
    padding-bottom: 100px;
}
.page-menu.page-guidance {
    padding-top: 10px;
    padding-bottom: 110px;
}

.page-menu .contents-inr {
    max-width: 1120px;
}

.page-menu .page-menu__list {
}
.page-menu .page-menu__list li {
    width: 20%;
    z-index: 10;
}
.page-menu .page-menu__list li a {
    display: block;
    width: 100%;
    height: 71px;
	background: url("../img/guidance/icon_menu01.png") no-repeat left center, url("../img/guidance/icon_menu02.png") no-repeat center bottom;
    font-size: 17px;
    line-height: 1.2;
    letter-spacing: 2px;
    font-weight: 500;
    color: #00a57e;
    text-align: center;
    padding-top: 22px;
}
.page-menu .page-menu__list li.li02 a {
    padding-top: 12px;
}
.page-menu .page-menu__list li:last-of-type a {
	background: url("../img/guidance/icon_menu01.png") no-repeat left center, url("../img/guidance/icon_menu01.png") no-repeat right center, url("../img/guidance/icon_menu02.png") no-repeat center bottom;
}

@media screen and (max-width:1279px) {
}

@media screen and (max-width: 959px) {
    .page-menu .page-menu__list li {
        width: 100%;
        margin-bottom: 10px;
    }
    .page-menu .page-menu__list li a {
        height: 40px;
        background: rgba(255,195,46,0.2) url("../img/guidance/icon_menu02.png") no-repeat center bottom 5px;
        font-size: 15px;
        line-height: 1.2;
        letter-spacing: 1px;
        font-weight: 500;
        padding-top: 10px;
    }
    .page-menu .page-menu__list li.li02 a {
        padding-top: 10px;
    }
    .page-menu .page-menu__list li.li02 a br {
        display: none;
    }
    .page-menu .page-menu__list li:last-of-type a {
        background: rgba(255,195,46,0.2) url("../img/guidance/icon_menu02.png") no-repeat center bottom 5px;
    }
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 599px) {
    .page-menu {
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .page-menu.page-guidance {
        padding-top: 10px;
        padding-bottom: 60px;
    }
}


.page-recruit02 {
    padding-top: 0px;
    padding-bottom: 150px;
    position: relative;
}
.page-recruit02::before {
	content: "";
	display: block;
	position: absolute;
	top: 40px;
	left: 0;
	margin: 0;
	width: 100%;
	height: calc(100% - 40px);
	background: url("../img/recruit/bg01.png") no-repeat center top;
	background-size: auto 100%;
	z-index: -8;
}
.page-recruit02 .contents-inr {
}

.page-recruit02 .ttl-cmn01 {
    margin-bottom: 35px;
}
.page-recruit02 .p01 {
    text-align: center;
    margin-bottom: 60px;
}

.page-recruit02 .page-recruit02__list {
}
.page-recruit02 .page-recruit02__list li {
    width: calc(100% / 3);
    padding: 0px 25px 5px 25px;
    text-align: center;
    position: relative;
}
.page-recruit02 .page-recruit02__list li img {
    margin-bottom: 25px;
}
.page-recruit02 .page-recruit02__list li::before {
	content: "";
	display: block;
	position: absolute;
	top: 30px;
	right: 0;
	margin: 0;
	width: 1px;
	height: calc(100% - 60px);
	background: #00a57e;
	z-index: -8;
}
.page-recruit02 .page-recruit02__list li:nth-of-type(3n)::before {
    display: none;
}

@media screen and (max-width:1279px) {
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 599px) {
    .page-recruit02 {
        padding-top: 0px;
        padding-bottom: 100px;
    }
    .page-recruit02::before {
        top: -10px;
        height: calc(100% + 10px);
    }
    .page-recruit02 .p01 {
        margin-bottom: 40px;
    }
    .page-recruit02 .page-recruit02__list li {
        width: 100%;
        padding: 0px 15px 5px 15px;
    }
    .page-recruit02 .page-recruit02__list li img {
        margin-bottom: 15px;
    }
    .page-recruit02 .page-recruit02__list li::before {
        display: none;
    }
    .page-recruit02 .page-recruit02__list li:nth-of-type(3n)::before {
        display: none;
    }
}


.page-recruit03 {
    padding-top: 60px;
    padding-bottom: 160px;
}
.page-recruit03 .contents-inr {
    max-width: 1120px;
}

.page-recruit03 .ttl-cmn01 {
    margin-bottom: 35px;
}

.page-recruit03 .p01 {
    text-align: center;
    margin-bottom: 40px;
}
.page-recruit03 .p02 {
    display: inline-block;
    background: #00a57e;
    border-radius: 12px;
    padding: 6px 20px 6px 20px;
    font-size: 17px;
    line-height: 1.6;
    letter-spacing: 2px;
    font-weight: 500;
    color: #ffffff;
    margin: 4px 4px 5px 4px;
}

.page-recruit03 .page-recruit03-box01 {
    margin-bottom: 50px;
}

.page-recruit03 .page-recruit03-box02 {
    padding: 25px 35px 30px 35px;
}
.page-recruit03 .page-recruit03-box02.bg-gray {
    background: #f7f6ed;
}
.page-recruit03 .page-recruit03-box02 h4 {
    padding: 2px 0 12px 46px;
	background: url("../img/recruit/icon_ttl01_01.png") no-repeat left 7px, url("../img/recruit/icon_ttl01_02.png") no-repeat left bottom;
	background-size: auto, auto;
}
.page-recruit03 .page-recruit03-box02 h4 span {
    margin-right: 10px;
}
.page-recruit03 .page-recruit03-box02 .p03 {
    padding: 20px 10px 0 10px;
}

.page-recruit03 .page-recruit03__list {
    margin-top: 40px;
}
.page-recruit03 .page-recruit03__list li {
    width: calc((100% - 40px) / 2);
    text-align: center;
    margin: 0 40px 40px 0;
}
.page-recruit03 .page-recruit03__list li:nth-of-type(2n) {
    margin: 0 0px 40px 0;
}

@media screen and (max-width:1279px) {
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 599px) {
    .page-recruit03 {
        padding-top: 10px;
        padding-bottom: 100px;
    }
    .page-recruit03 .p01 {
        margin-bottom: 30px;
    }
    .page-recruit03 .p02 {
        display: inline-block;
        background: #00a57e;
        border-radius: 10px;
        padding: 2px 10px 2px 10px;
        font-size: 14px;
        line-height: 1.6;
        letter-spacing: 2px;
        font-weight: 500;
        color: #ffffff;
        margin: 2px 2px 2px 2px;
    }

    .page-recruit03 .page-recruit03-box01 {
        margin-bottom: 40px;
    }

    .page-recruit03 .page-recruit03-box02 {
        padding: 15px 15px 15px 15px;
    }
    .page-recruit03 .page-recruit03-box02 h4 {
        padding: 2px 0 10px 40px;
        background: url("../img/recruit/icon_ttl01_01.png") no-repeat left 7px, url("../img/recruit/icon_ttl01_02.png") no-repeat left bottom;
        background-size: 30px, auto;
    }
    .page-recruit03 .page-recruit03-box02 h4 span {
        margin-right: 0px;
        display: block;
    }
    .page-recruit03 .page-recruit03-box02 .p03 {
        padding: 10px 0px 0 0px;
    }

    .page-recruit03 .page-recruit03__list {
        margin-top: 20px;
    }
    .page-recruit03 .page-recruit03__list li {
        width: calc((100% - 15px) / 2);
        margin: 0 15px 15px 0;
    }
    .page-recruit03 .page-recruit03__list li:nth-of-type(2n) {
        margin: 0 0px 15px 0;
    }
}


.page-recruit04 {
    padding-top: 0px;
    padding-bottom: 200px;
    position: relative;
}
.page-recruit04::before {
	content: "";
	display: block;
	position: absolute;
	top: 40px;
	left: 0;
	margin: 0;
	width: 100%;
	height: calc(100% - 40px);
	background: url("../img/recruit/bg02.png") no-repeat center top;
	background-size: auto 100%;
	z-index: -8;
}
.page-recruit04 .contents-inr {
    max-width: 1120px;
}

.page-recruit04 .ttl-cmn01 {
    margin-bottom: 35px;
}
.page-recruit04 .p01 {
    text-align: center;
    margin-bottom: 50px;
}

.page-recruit04 .page-recruit04-box {
    position: relative;
    margin-bottom: 20px;
}
.page-recruit04 .page-recruit04-box::before {
	content: "";
	display: block;
	position: absolute;
	top: 20px;
	left: 0;
	margin: 0;
	width: 100%;
	height: calc(100% - 20px);
	background: #ffffff;
    border-radius: 30px;
	z-index: -6;
}
.page-recruit04 .page-recruit04-box .icon03 {
	position: absolute;
	bottom: 30px;
	left: 35px;
}
.page-recruit04 .page-recruit04-box .icon04 {
	position: absolute;
	bottom: 30px;
	right: 35px;
}
.page-recruit04 .page-recruit04-box .img-box {
    float: left;
    width: 32%;
}
.page-recruit04 .page-recruit04-box.img-right .img-box {
    float: right;
}
.page-recruit04 .page-recruit04-box .img-box .name {
    background: #f9a5c7;
    border-radius: 30px 30px 0px 0px;
    padding: 20px 20px 20px 20px;
}
.page-recruit04 .page-recruit04-box .img-box .name .p02 {
    text-align: center;
}
.page-recruit04 .page-recruit04-box .img-box .name .p03 {
    text-align: center;
    margin-top: 5px;
}
.page-recruit04 .page-recruit04-box .img-box .name .p03 span {
    background: #ffffff;
    border-radius: 30px;
    padding: 2px 36px 3px 36px;
}
.page-recruit04 .page-recruit04-box .img-box .photo {
    margin: 40px 10px 0 30px;
    text-align: center;
    position: relative;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.page-recruit04 .page-recruit04-box.img-right .img-box .photo {
    margin: 40px 30px 0 10px;
}
.page-recruit04 .page-recruit04-box .img-box .photo img {
    width: 100%;
    height: auto;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.page-recruit04 .page-recruit04-box .img-box .photo .imgsensei {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.page-recruit04 .page-recruit04-box .img-box .photo .imgsensei:hover {
    opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.page-recruit04 .page-recruit04-box .txt-box {
    float: right;
    width: 64%;
    padding: 60px 40px 40px 0px;
}
.page-recruit04 .page-recruit04-box.img-right .txt-box {
    float: left;
    padding: 60px 0px 40px 40px;
}
.page-recruit04 .page-recruit04-box .txt-box .ttl-cmn09 {
    margin-bottom: 5px;
}
.page-recruit04 .page-recruit04-box .txt-box img {
    margin-top: 25px;
    margin-bottom: 25px;
}

@media screen and (max-width:1279px) {
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 599px) {
    .page-recruit04 {
        padding-top: 0px;
        padding-bottom: 80px;
    }
    .page-recruit04::before {
        top: -10px;
        height: calc(100% + 10px);
    }
    .page-recruit04 .p01 {
        margin-bottom: 40px;
    }

    .page-recruit04 .page-recruit04-box {
        margin-bottom: 30px;
    }
    .page-recruit04 .page-recruit04-box::before {
        top: 20px;
        height: calc(100% - 20px);
        border-radius: 20px;
    }
    .page-recruit04 .page-recruit04-box .icon03 {
        bottom: 10px;
        left: auto;
        right: 10px;
        width: 60px;
        height: auto;
    }
    .page-recruit04 .page-recruit04-box .icon04 {
        bottom: 10px;
        right: 10px;
        width: 60px;
        height: auto;
    }
    .page-recruit04 .page-recruit04-box .img-box {
        float: none;
        width: 100%;
    }
    .page-recruit04 .page-recruit04-box.img-right .img-box {
        float: none;
    }
    .page-recruit04 .page-recruit04-box .img-box .name {
        background: #f9a5c7;
        border-radius: 30px 30px 0px 0px;
        padding: 20px 20px 20px 20px;
    }
    .page-recruit04 .page-recruit04-box .img-box .name .p02 {
        text-align: center;
    }
    .page-recruit04 .page-recruit04-box .img-box .name .p03 {
        text-align: center;
        margin-top: 5px;
    }
    .page-recruit04 .page-recruit04-box .img-box .name .p03 span {
        background: #ffffff;
        border-radius: 30px;
        padding: 2px 36px 3px 36px;
    }
    .page-recruit04 .page-recruit04-box .img-box .photo {
        margin: 30px 15px 0 15px;
        text-align: center;
        position: relative;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    .page-recruit04 .page-recruit04-box.img-right .img-box .photo {
        margin: 30px 15px 0 15px;
    }
    .page-recruit04 .page-recruit04-box .img-box .photo img {
        width: 100%;
        height: auto;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    .page-recruit04 .page-recruit04-box .img-box .photo .imgsensei {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    .page-recruit04 .page-recruit04-box .img-box .photo .imgsensei:hover {
        opacity: 0;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    .page-recruit04 .page-recruit04-box .txt-box {
        float: none;
        width: 100%;
        padding: 30px 15px 60px 15px;
    }
    .page-recruit04 .page-recruit04-box.img-right .txt-box {
        float: none;
        padding: 30px 15px 60px 15px;
    }
    .page-recruit04 .page-recruit04-box .txt-box .ttl-cmn09 {
        margin-bottom: 5px;
    }
    .page-recruit04 .page-recruit04-box .txt-box img {
        margin-top: 25px;
        margin-bottom: 25px;
    }
}


.page-recruit05 {
    padding-top: 60px;
    padding-bottom: 80px;
}
.page-recruit05 .contents-inr {
    max-width: 1120px;
}

.page-recruit05 .ttl-cmn01 {
    margin-bottom: 35px;
}
.page-recruit05 .p01 {
    text-align: center;
    margin-bottom: 50px;
}

.page-recruit05 .page-recruit05__list {
}
.page-recruit05 .page-recruit05__list li {
    width: 230px;
    margin-left: 10px;
    margin-right: 10px;
    z-index: 10;
}
.page-recruit05 .page-recruit05__list li a {
    display: block;
    width: 100%;
    height: 66px;
	background: url("../img/guidance/icon_menu02.png") no-repeat center bottom 10px;
    font-size: 17px;
    line-height: 1.2;
    letter-spacing: 2px;
    font-weight: 500;
    color: #00a57e;
    text-align: center;
    padding-top: 20px;
    border: #00a57e 2px dashed;
}

@media screen and (max-width:1279px) {
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 599px) {
    .page-recruit05 {
        padding-top: 30px;
        padding-bottom: 60px;
    }
    .page-recruit05 .p01 {
        margin-bottom: 40px;
    }
    .page-recruit05 .page-recruit05__list li {
        width: 120px;
        margin-left: 5px;
        margin-right: 5px;
        z-index: 10;
    }
    .page-recruit05 .page-recruit05__list li a {
        display: block;
        width: 100%;
        height: 40px;
        background: url("../img/guidance/icon_menu02.png") no-repeat center bottom 5px;
        font-size: 14px;
        line-height: 1.2;
        letter-spacing: 2px;
        font-weight: 500;
        color: #00a57e;
        text-align: center;
        padding-top: 7px;
        border: #00a57e 1px dashed;
    }
}


.page-recruit0501 {
    padding-top: 0px;
    padding-bottom: 160px;
}
.page-recruit0501.page-guidance {
    padding-top: 0px;
    padding-bottom: 120px;
}

.page-recruit0501 .contents-inr {
    max-width: 1120px;
}

.page-recruit0501 .ttl-cmn10 {
    margin-bottom: 35px;
}

.page-recruit0501 .page-recruit0501-tbl {
    border: #ffc32e 3px solid;
}
.page-recruit0501 .page-recruit0501-tbl table {
    width: 100%;
    border-collapse:separate;
    border-spacing:0px;
    margin: 0 auto 0px auto;
}
.page-recruit0501 .page-recruit0501-tbl table th {
    vertical-align: middle;
    padding: 20px 10px 20px 10px;
    border-bottom: #ffc32e 1px solid;
    border-right: #ffc32e 1px solid;
    width: 23%;
}
.page-recruit0501 .page-recruit0501-tbl table tr:nth-child(even) th {
    background: rgba(255,195,46,0.2);
}
.page-recruit0501 .page-recruit0501-tbl table th p {
    text-align: center;
}
.page-recruit0501 .page-recruit0501-tbl table td {
    vertical-align: middle;
    padding: 20px 40px 20px 40px;
    border-bottom: #ffc32e 1px solid;
    position: relative;
}
.page-recruit0501 .page-recruit0501-tbl table tr:nth-child(even) td {
    background: rgba(255,195,46,0.2);
}
.page-recruit0501 .page-recruit0501-tbl table td p {
    text-align: left;
}
.page-recruit0501 .page-recruit0501-tbl table tr:last-of-type th {
    border-bottom: none;
}
.page-recruit0501 .page-recruit0501-tbl table tr:last-of-type td {
    border-bottom: none;
}
.page-recruit0501.page-guidance .page-recruit0501-tbl table td .btn {
    position: absolute;
    top: 35%;
    right: 25px;
    width: 123.5px;
}

.page-recruit0501 .btn-cmn02 {
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
    z-index: 10;
}
.page-recruit0501.page-guidance .btn-cmn02 {
    margin-top: 40px;
}

@media screen and (max-width:1279px) {
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 599px) {
    .page-recruit0501 {
        padding-top: 0px;
        padding-bottom: 60px;
    }
    .page-recruit0501.page-guidance {
        padding-top: 0px;
        padding-bottom: 60px;
    }
    .page-recruit0501 .ttl-cmn10 {
        margin-bottom: 30px;
    }
    .page-recruit0501 .page-recruit0501-tbl table th {
        vertical-align: middle;
        padding: 10px 10px 10px 10px;
        border-bottom: #ffc32e 1px solid;
        border-right: #ffc32e 1px solid;
        width: 100%;
        display: block;
    }
    .page-recruit0501 .page-recruit0501-tbl table td {
        vertical-align: middle;
        padding: 20px 15px 20px 15px;
        border-bottom: #ffc32e 1px solid;
        width: 100%;
        display: block;
    }
    .page-recruit0501.page-guidance .page-recruit0501-tbl table td .btn {
        position: static;
        margin-top: 10px;
    }
}


.page-recruit0502 {
    padding-top: 0px;
    padding-bottom: 100px;
}
.page-recruit0502 .contents-inr {
    max-width: 1120px;
}

.page-recruit0502 .ttl-cmn11 {
    margin-bottom: 35px;
}

.page-recruit0502 .page-recruit0502-tbl {
    border: #f9a5c7 3px solid;
}
.page-recruit0502 .page-recruit0502-tbl table {
    width: 100%;
    border-collapse:separate;
    border-spacing:0px;
    margin: 0 auto 0px auto;
}
.page-recruit0502 .page-recruit0502-tbl table th {
    vertical-align: middle;
    padding: 20px 10px 20px 10px;
    border-bottom: #f9a5c7 1px solid;
    border-right: #f9a5c7 1px solid;
    width: 23%;
}
.page-recruit0502 .page-recruit0502-tbl table tr:nth-child(even) th {
    background: rgba(249,165,199,0.2);
}
.page-recruit0502 .page-recruit0502-tbl table th p {
    text-align: center;
}
.page-recruit0502 .page-recruit0502-tbl table td {
    vertical-align: middle;
    padding: 20px 40px 20px 40px;
    border-bottom: #f9a5c7 1px solid;
}
.page-recruit0502 .page-recruit0502-tbl table tr:nth-child(even) td {
    background: rgba(249,165,199,0.2);
}
.page-recruit0502 .page-recruit0502-tbl table td p {
    text-align: left;
}
.page-recruit0502 .page-recruit0502-tbl table tr:last-of-type th {
    border-bottom: none;
}
.page-recruit0502 .page-recruit0502-tbl table tr:last-of-type td {
    border-bottom: none;
}

.page-recruit0502 .btn-cmn02 {
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
    z-index: 10;
}

@media screen and (max-width:1279px) {
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 599px) {
    .page-recruit0502 {
        padding-top: 0px;
        padding-bottom: 20px;
    }
    .page-recruit0502 .ttl-cmn11 {
        margin-bottom: 30px;
    }
    .page-recruit0502 .page-recruit0502-tbl table th {
        vertical-align: middle;
        padding: 10px 10px 10px 10px;
        border-bottom: #f9a5c7 1px solid;
        border-right: #f9a5c7 1px solid;
        width: 100%;
        display: block;
    }
    .page-recruit0502 .page-recruit0502-tbl table td {
        vertical-align: middle;
        padding: 20px 15px 20px 15px;
        border-bottom: #f9a5c7 1px solid;
        width: 100%;
        display: block;
    }
}


/*	お問い合わせ
---------------------------------*/
.page-contact01 {
    padding-top: 0px;
    padding-bottom: 80px;
}
.page-contact01.page-guidance {
    padding-top: 30px;
    padding-bottom: 0px;
}
.page-contact01 .contents-inr {
}
.page-contact01 .ttl-cmn01 {
    margin-bottom: 35px;
}
.page-contact01 .p01 {
    text-align: center;
    margin-bottom: 35px;
}
.page-contact01 .p02 {
    text-align: center;
}
.page-contact01 .p02 span {
    border: #00a57e 3px solid;
    border-radius: 5px;
    padding: 12px 30px 12px 30px;
    display: inline-block;
}

.page-contact02 {
    padding-bottom: 20px;
}
.page-contact02 .contents-inr {
}
.page-contact02 .gray-box {
    background: #f7f6ed;
    padding: 40px 40px 50px 40px;
}
.page-contact02 .gray-box .ttl-cmn02 {
    margin-bottom: 50px;
}
.page-contact02 .gray-box-in {
    padding: 0px 5% 0px 5%;
}

@media screen and (max-width:1279px) {
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 599px) {
    .page-contact01 {
        padding-top: 10px;
        padding-bottom: 50px;
    }
    .page-contact01.page-guidance {
        padding-top: 10px;
        padding-bottom: 0px;
    }
    .page-contact01 .ttl-cmn01 {
        margin-bottom: 30px;
    }
    .page-contact01 .p01 {
        margin-bottom: 30px;
    }
    .page-contact01 .p02 span {
        padding: 10px 10px 10px 10px;
    }

    .page-contact02 {
        padding-bottom: 10px;
    }
    .page-contact02 .gray-box {
        padding: 15px 15px 30px 15px;
    }
    .page-contact02 .gray-box .ttl-cmn02 {
        margin-bottom: 30px;
    }
}


/*	プライバシーポリシー
---------------------------------*/
.page-privacy01 {
    padding-top: 50px;
    padding-bottom: 20px;
}
.page-privacy01 .contents-inr {
}
.page-privacy01 .ttl-cmn02 {
    margin-bottom: 35px;
}
.page-privacy01 h3 {
    margin-bottom: 10px;
}
.page-privacy01 p {
    margin-bottom: 20px;
}

@media screen and (max-width:1279px) {
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 599px) {
    .page-privacy01 {
        padding-top: 30px;
        padding-bottom: 10px;
    }
    .page-privacy01 .ttl-cmn02 {
        margin-bottom: 20px;
    }
}

/*	お知らせシングルページ
---------------------------------*/
.page-news01 {
    padding-top: 50px;
    padding-bottom: 20px;
}
.page-news01 .contents-inr {
}
.page-news01 .date {
    width: 95px;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.6;
    font-weight: 500;
  margin-bottom: 10px;
}
.page-news01 .ttl-cmn02 {
    margin-bottom: 35px;
}
.page-news01 h3 {
    margin-bottom: 10px;
}
.page-news01 p {
    margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
    .page-news01 {
        padding-top: 30px;
        padding-bottom: 10px;
    }
    .page-news01 .date {
        width: 90px;
        font-size: 13px;
    }
    .page-newsy01 .ttl-cmn02 {
        margin-bottom: 20px;
    }
}
