@charset "utf-8";
/*	メインイメージ
---------------------------------*/
.main-img {
	background: no-repeat center center / cover;
	background-image: url(../../images/corporation/top/bg_main.png.webp);
	height: 870px;
	position: relative;
	padding-top: 120px;
}

.no-webp .main-img {
	background: no-repeat center center / cover;
	background-image: url(../../images/corporation/top/bg_main.png);
	height: 870px;
	position: relative;
	padding-top: 120px;
}
.main-img .contents-inr{
	height: 100%;
}
.main-left{
	color: #fff;
	padding: 150px 0 0 70px;
	height: 100%;
}
.chatch strong{
	font-size: 6rem;
	font-weight: 400;
	display: block;
	margin-bottom: 20px;
	line-height: 1.3;
}
.chatch{
	font-size: 3rem;
	line-height: 1.5;
	margin-bottom: 60px;
}
.chatch span{
	font-size: 3.5rem;
	display: block;
}
.hd-link{
	width: 224px;
	height: 87px;
	background: no-repeat center center / contain;
	padding: 0 25px 15px;
	background-image: url(../../images/corporation/common/bg_sns.png);
}
.top-slide{
	width: 517px;
	height: 694px;
	padding: 35px;
	background: no-repeat center center / contain;
	background-image: url(../../images/corporation/top/bg_slide.png);
}
.top-slide .slide{
	background: no-repeat center center / cover;
	height: 620px;
}
.top-slide .slide.img01{
	background-image: url(../../images/corporation/top/img_main01.png.webp);
}
.top-slide .slide.img02{
	background-image: url(../../images/corporation/top/img_main02.png.webp);
}
.top-slide .slide.img03{
	background-image: url(../../images/corporation/top/img_main03.png.webp);
}

.no-webp .top-slide .slide.img01{
	background-image: url(../../images/corporation/top/img_main01.png);
}
.no-webp .top-slide .slide.img02{
	background-image: url(../../images/corporation/top/img_main02.png);
}
.no-webp .top-slide .slide.img03{
	background-image: url(../../images/corporation/top/img_main03.png);
}
@media screen and (max-width:1200px) {
	.main-left {
		padding: 150px 0 0 0;
		height: 100%;
	}
}
@media screen and (max-width:1079px) {
	.main-left{
		width: 40%;
	}
	.top-slide{
		width: 55%;
	}
	.top-slide .slide{
		background: no-repeat center center / contain;
		height: 620px;
	}
}
@media screen and (max-width:1023px) {
	.main-img{
		padding-top: 60px;
		height: auto;
	}
	.main-left{
		padding-top: 120px;
	}
}
@media screen and (max-width:767px) {
	.main-img{
		background-image: none;
		padding-top: 50px;
		height: auto;
		position: relative;
	}
	.main-img .contents-inr{
    	position: relative;
		margin: 0;
	}
	.top-slide{
		width: 100%;
		height: auto;
		padding: 0;
	}
	.top-slide .slide{
		background: no-repeat center bottom / cover;
		width: 100%;
		height: 135vw;
	}
	.main-left {
		width: 100%;
		height: auto;
		position: absolute;
		bottom: auto;
		top: 0;
		left: 0;
		z-index: 10;
		padding-top: 20px;
		color: #043106;
	}
	.hd-link{
		display: none;
	}
	.chatch{
		font-size: 2.25rem;
		text-align: center;
		margin-bottom: 0;
	}
	.chatch strong {
		font-size: 2rem;
		font-weight: 500;
		margin-bottom: 5px;
	}
	.chatch span{
		font-size: 2rem;
	}
}
/*	ヘッダー
---------------------------------*/
header{
	width: 100%;
	height: 100px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
}
.hd-inr{
	height: 100%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
.hd-logo{
	width: 263px;
}
.pc-nav li{
	margin-right: 30px;
	position: relative;
	font-size: 1.7rem;
	color: #fff;
	text-align: center;
}
.pc-nav li a{
	font-weight: 700;
}
.pc-nav li a span{
	font-size: 1.1rem;
}
.pc-nav li:after{
	content:  '／' ;
	font-size: 1.7rem;
	font-weight: 700;
	position: absolute;
	top: 0;
	right: -25px;
}
.pc-nav li:last-of-type{
	margin-right: 0;
}
.pc-nav li:last-of-type:after{
	content: none;
}

@media screen and (max-width:1200px) {
	.hd-inr{
    	height: 50px;
		padding: 15px 0 0 15px;
	}
	.pc-nav li{
		width: 130px;
	}
}
@media screen and (max-width:1023px) {
	header {
		padding: 0;
		height: 50px;
	}
	header .contents-inr{
		height: 100%;
	}
}
@media screen and (max-width:767px) {
.hd-inr{
    padding: 10px 0 0 10px;
}
.hd-logo{
	width: 150px;
}
.hd-logo img {
		display: block;
	}
.hd-sns-sp{
	margin-right: 55px;
}
.hd-sns-sp div{
	margin-right: 10px;
}
.hd-sns-sp .mail,.hd-sns-sp .youtube{
	width: 22px;
}
.hd-sns-sp .facebook,.hd-sns-sp .instagram{
	width: 20px;
}
.hd-sns-sp .facebook,.hd-sns-sp .line{
	width: 21px;
}
}
/*	グローバナビ（スマホ用）
---------------------------------*/
.navToggle,
.sp-nav{
	display:none;
}
.sp-nav-block{
	display: none;
}
@media screen and (max-width: 1200px) {
	.sp-nav-block{
		display: block;
	}
	.sp-nav ul.flex-end {
   	 	display: block;
    	height: auto;
		margin-bottom: 30px;
	}
	.sp-nav li{
    	margin-right: 0;
    	padding: 0 20px;
		border-bottom: 1px dotted #ccc;
		height: 60px;
    	font-weight: 400;
		line-height: 60px;
	}
	.sp-nav li br{
		display: none;
	}
	.sp-nav li span{
		margin-left: 20px;
		position: relative;
	}
	.sp-nav li span:before{
		content:  '／' ;
		line-height: 1;
		font-size: 1.5rem;
		font-weight: 400;
		position: absolute;
		top: 3px;
		left: -18px;
	}
 	.pc-nav{
		display: none;
	}
 	.sp-nav {
		display: block;
		position: fixed;
		top: 0;
		right: 0;
		margin: auto;
		padding: 65px 15px 80px;
		width: 100%;
		max-width: 500px;
		height: auto;
		background: rgba(255,255,255,0.95);
		-webkit-transition: .3s ease-in-out;
		-moz-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
		font-size: 1.5rem;
		z-index: 10001;
		visibility: hidden;
		opacity: 0;
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
		-webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
		transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
		overflow: scroll;
	}
 	.sp-nav a *{
		transition: 0s;
	}
	/* ナビゲーション アニメーション */
 	.open .sp-nav {
		visibility: visible;
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
		transition: transform 0.4s, opacity 0.4s;
	}
	/*ハンバーガーボタン*/
 	.navToggle {
		display: block;
		position: fixed;
		right: 0px;
		top: 0px;
		margin: auto;
		width: 50px;
		height: 50px;
		background: #043106;
		cursor: pointer;
		z-index: 10002;
	}
 	.navToggle div {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		width: 25px;
		height: 16px;
	}
 	.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;
	}
 	.navToggle span:nth-child(1) {
		top: 0;
	}
 	.navToggle span:nth-child(2) {
		top: 7px;
	}
	.navToggle span:nth-child(3) {
		top: 14px;
	}
	/* ハンバーガーボタン 切り替えアニメーション */
 	.open .navToggle {
		position: fixed;
	}
 	.open .navToggle span:nth-child(1) {
		top: 7px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
 	.open .navToggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
 	.open .navToggle span:nth-child(3) {
		top: 7px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}
}
@media screen and (max-width: 767px) {
	.sp-nav {
		height: 100vh;
	}
}

/*	フッター
---------------------------------*/
.sitemap{
	width: 90%;
}
.sitemap li{
	line-height: 1.7;
	font-size: 1.5rem;
}
.sitemap-otr{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 100px 0 90px;
}
.ft-bnr{
	padding: 80px 0 30px;
}
.ft-bnr li{
	width: 23%;
	margin-bottom: 20px;
}
.sns-green-link{
	width: 224px;
	height: 87px;
	background: no-repeat center center / contain;
	padding: 0 25px 15px;
	background-image: url(../../images/corporation/common/bg_sns_green.png);
	margin: 0 auto 20px;
}
.copyright{
	font-size: 1.2rem;
	text-align: center;
}
#pagetop{
    width:40px;
    height:auto;
}
.pagetop-sp{
	display: none;
}
@media screen and (max-width:1200px) {
.ft-inr{
	margin-right: 15px;
	margin-left: 15px;
}
}
@media screen and (max-width:1023px) {

.sitemap-otr .ttl-cmn04 {
margin: 0 0 25px;
-ms-writing-mode: initial!important;
writing-mode: initial!important;
}

	.ft-nav ul{
		padding: 10px 20px;
	}
	.sitemap {
		width: 100%;
	}
.sitemap li{
	line-height: 1.7;
	font-size: 1.2rem;
	letter-spacing: 0;
}
}
@media screen and (max-width:767px) {
	.sitemap-otr{
		display: none;
	}
	.ft-otr {
		padding: 0 0 10px;
	}
	.ft-bnr{
		padding: 30px 0;
	}
	.ft-bnr li {
		width: 100%;
		max-width: 300px;
		margin: 0 auto 20px;
	}
	.btn-pagetop{
		display: none !important;
	}
.pagetop-sp{
	display:block;
	height: 60px;
	background: #043106;
	text-align: center;
	position: relative;
}
.pagetop-sp a{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.pagetop-sp img{
	width: 32px;
	margin-top: 20px;
}
.ft-copy{
	font-size: 1rem;
	text-align: center;
}
}


/*	トップページ
---------------------------------*/
.top-information{
	width: 52%;
}
.top-youtube{
	width: 42%;
}
.movie-frame {
	position: relative;
	padding-top: 56%;
	overflow: hidden;
	margin-bottom: 20px;
}
.movie-frame iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.top-info-contents div{
	border-bottom: 1px solid #999999;
	padding: 10px 0;
}
.top-information .ttl-cmn01{
	width: calc(100% - 120px);
}
.top-concept figure{
	width: 56%;
	position: relative;
	height:679px
}
.top-concept .txt{
	width: 38%;
	padding: 60px 100px 0 0;
}
.top-concept .ttl-cmn02{
	line-height: 2.3;
	letter-spacing: 0.2em;
}
.top-concept .rl:nth-of-type(1){
	order: 3;
}
.top-concept .rl:nth-of-type(2){
	order: 2;
}
.top-concept .rl:nth-of-type(3){
	order: 1;
}
.top-map{
	padding: 40px 0 60px;
	background: #edece6;
}
.facility-otr{
	background: #fff;
	padding: 30px;
	position: relative;
}
.facility-otr figure{
	width: 47%;
}
.facility-txt{
	width: 49%;
}
.sitelink{
	width: 100px;
	background: #043106;
	color: #fff;
	text-align: center;
	height: 30px;
	margin-right: 20px;
}
.sitelink a{
	display: block;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 30px;
}
.facility-otr th{
	font-weight: 700;
	line-height: 1.875;
	width: 90px;
	text-align: left;
}
.facility-otr td{
	line-height: 1.875;
}
.facility-otr .txt-box{
	padding: 20px;
	border: 1px solid #999;
}
.facility-otr .txt-box{
	font-size: 1.8rem;
	font-weight: 600;
}
.job p{
	background: #043106;
	font-weight: 500;
	color: #fff;
	padding: 0 5px;
	margin-right: 20px;
	margin-bottom: 15px;
	display:inline-block;
}
.top-recruit .txt{
	width: 47%;
}
.top-recruit figure{
	width: 50%;
	position: relative;
	height:645px
}

map area{
	cursor:pointer;
}
.place{
	display: none;
}

.top-sns{
	padding-bottom: 90px;
	position: relative;
}
.top-sns:before{
	content: '';
	background: #edece6;
	width: 100%;
	height: 80%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -10;
}
.top-fb{
	width: 28%;
	max-width: 380px;
}
.top-insta{
	width: 67%;
}
.top-insta .ttl-cmn01 span{
	font-size: 1.6rem;
}

@media screen and (max-width:1200px) {
	.top-concept .txt{
		padding: 0;
	}
	.top-concept figure{
		height: auto;
		margin-bottom: 30px;
	}
	.top-recruit figure{
		height: auto;
		margin-bottom: 30px;
	}
}

@media screen and (max-width:1023px) {
	.top-concept figure{
		width: 100%;
	}
	.top-concept .txt {
		width: 100%;
		max-width: 400px;
	}
	.facility-txt .ttl-cmn01{
		margin-bottom: 15px;
	}
	.top-recruit figure {
		width: 100%;
	}
	.top-recruit .txt {
		width: 100%;
	}
	.top-insta{
		width: 60%;
	}
}

@media screen and (max-width:767px) {
	.top-information{
		width: 100%;
		margin-bottom: 50px;
	}
	.top-youtube{
		width: 100%;
	}
	.top-concept .txt .flex-btw{
		max-width: 270px;
    	margin: 0 auto 40px;
	}
	.place{
		display: block;
		margin-bottom: 20px;
	}
	.facility-otr{
		padding:20px 15px;
	}
	.facility-otr figure{
		width: 100%;
		margin-bottom: 20px;
	}
	.facility-txt{
		width: 100%;
	}
	.facility-txt .flex-end{
		width: 100%;
		-webkit-box-pack: start;
    	-ms-flex-pack: start;
    	justify-content: flex-start;
	}
	.facility-otr .txt-box{
		font-size: 1.4rem;
		padding: 15px;
	}
	.facility-otr th{
		width: 60px;
	}
	.sitelink{
		height: 25px;
	}
	.sitelink a{
		line-height: 25px;
	}
	.top-maplink-sp{
		width: 48%;
		max-width: 375px;
		margin-bottom: 10px;
	}
	.top-sns{
		padding: 50px 0 60px;
	}
	.top-sns:before{
		width: 100%;
	}
	.top-fb{
		width: 100%;
		max-width: 380px;
		margin-bottom: 30px;
	}
	.top-insta{
		width: 100%;
	}
	.top-insta .ttl-cmn01 span{
		font-size: 1.2rem;
	}
}
/*	下層ヘッダー
---------------------------------*/
header.sub{
	position: relative;
	height: 90px;
}
.hd-logo02{
	width: 263px;
}
header.sub .pc-nav li{
	color: #043106;
}
.sub-hd-link {
    width: 150px;
    background: no-repeat center center / contain;
    padding: 10px 20px 25px;
    background-image: url(../../images/corporation/common/bg_sns_green.png);
    margin: 0 0 10px auto;
}
.sub-hd-link.recruit {
    width: 169px;
    background-image: url(../../images/corporation/common/bg_sns_green02.png);
}
.sub-hd-link .youtube,.sub-hd-link .mail{
	width: 22px;
}
.sub-hd-link .facebook,.sub-hd-link .instagram{
	width: 19px;
}
.sub-hd-link .line{
	width: 21px;
}
.sub-hd-right{
	width: 87.5%;
}
.sub-ttl {
	position: relative;
	padding-top: 50px;
	line-height: 1;
}
.sub-ttl strong{
	font-size:6rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	color: #043106;
	vertical-align: middle;
}
.sub-ttl strong b{
	font-size:4rem;
	font-weight: 700;
}
.outline .sub-ttl strong,.document .sub-ttl strong{
	font-size: 5rem;
}
.sub-ttl span{
	font-size: 2.1rem;
	font-weight: 400;
	margin-top: 15px;
	color: #000;
	vertical-align: sub;
}
.sub-ttl-img {
	margin-top: 20px;
	display: inline-block;
	vertical-align: sub;
}
.sub-nav-otr{
	margin-top: 40px;
	margin-bottom: 30px;
}
.sub-nav .btn-cmn01{
	width: 23.5%;
	max-width: 280px;
	margin-right: 2%;
	margin-bottom: 20px;
}
.sub-nav .btn-cmn01:nth-of-type(4n){
	margin-right: 0;
}
@media screen and (max-width:1200px) {
	header.sub{
		height: 50px;
	}
	.sub-hd-link{
		margin: 50px 0 30px auto;
	}
}
@media screen and (max-width:1079px) {
	.sub-nav .btn-cmn01{
		margin: 0 2% 2% 0;
		width: 32%;
		max-width: 32%;
	}
	.sub-nav .btn-cmn01:nth-of-type(4n){
		margin-right: 2%;
	}
	.sub-nav .btn-cmn01:nth-of-type(3n){
		margin-right: 0;
	}
	.sub-nav .btn-cmn01 a {
		max-width: 100%;
	}
}
@media screen and (max-width:1023px) {
	.sub-ttl strong{
		font-size: 4rem;
	}
	.sub-ttl strong b {
		font-size: 3rem;
	}
	.outline .sub-ttl strong,.document .sub-ttl strong{
		font-size: 4rem;
	}
	.sub-ttl span{
		font-size: 1.6rem;
	}
	.sub-nav .btn-cmn01 a{
		font-size: 1.5rem;
	}
}
@media screen and (max-width:767px) {
	.sub-hd-right{
		width: 100%;
	}
	.sub-hd-otr .contents-inr{
		margin: 0;
		position: relative;
	}
	.sub .hd-inr{
		padding: 10px 0 0 10px;
	}
	.hd-logo02 {
		width: 150px;
	}
	.hd-logo02 img {
		display: block;
	}
	.sub-ttl.rl {
		writing-mode: horizontal-tb;
		position: absolute;
		width: 100%;
		text-align: center;
		top: 0;
		left: 0;
	}
	.sub-ttl strong{
		display: block;
		margin: 0 0 10px;
		font-size: 2.25rem!important;
		font-weight: 500;
	}
	.sub-ttl span {
		font-size: 1.875rem!important;
		font-weight: 500;
		color: #043106;
	}
	.sub-ttl-img {
		display: none;
	}
	.sub-nav-otr {
		margin-top: 30px;
		margin-bottom: 20px;
	}
	.sub-nav .btn-cmn01 {
		margin: 0 2% 2% 0;
		width: 49%;
		max-width: 49%;
	}
	.sub-nav .btn-cmn01:nth-of-type(3n) {
		margin-right: 2%;
	}
	.sub-nav .btn-cmn01:nth-of-type(2n) {
		margin-right: 0;
	}
	.sub-nav .btn-cmn01 a{
		line-height: 40px;
    font-size: 1.2rem;
    letter-spacing: -0.05em;
	}
}

/*	カテゴリメニュー（スマホ）
---------------------------------*/
.dropmenu {
	max-width: 320px;
	margin: 0 auto;
	display: none;
}
.dropmenu li {
	position: relative;
}
.dropmenu li a {
	display: block;
	margin: 0;
	padding: 15px 10px;
	font-size: 14px;
	line-height: 1;
	background: #043106;
	color: #fff;
	font-weight: 500;
	cursor: pointer;
}
.dropmenu li a:after {
	content: '';
	display: inline-block;
	position: absolute;
	right: 15px;
	top: 40%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 5px 0 5px;
	border-color: #fff transparent transparent transparent;
}
.dropmenu li ul {
	position: absolute;
	width: 100%;
	z-index: 9999;
	top: 100%;
	left: 0;
}
.dropmenu li ul li{
	overflow: hidden;
	height: 0;
	transition: .2s;
}
.dropmenu li ul li a{
	border-top: 1px solid #ccc;
	background: #f6f6f6;
	color: #333;
}
.dropmenu li ul li a:after{
	content: none;
}
.dropmenu li ul li:first-child a{
	border-top: none;
}
@media screen and (min-width: 768px) {
	.dropmenu li:hover a:after {
		transform: rotate(180deg);
		transition: .1s;
	}
	.dropmenu li:hover ul li{
		overflow: visible;
		height: 40px;
	}
}
@media screen and (max-width: 767px) {
	.facility .sub-nav{
		display: none;
	}
    .works-cate-pc{
		display: none;
	}
	.dropmenu {
		display: block;
	}
	.dropmenu li.active_sp a:after {
		transform: rotate(180deg);
		transition: .1s;
	}
	.dropmenu li.active_sp ul li{
		overflow: visible;
		height: 40px;
	}
}

/*	お知らせ
---------------------------------*/
/*一覧*/
.post-information{
	margin-bottom: 40px;
}
.post-information li{
	width: 32%;
	margin-right: 2%;
	margin-bottom: 40px;
}
.post-information li:nth-of-type(3n){
	margin-right: 0;
}
.post-information li figure{
	position: relative;
    margin-bottom: 20px;
    height: auto;
}
.post-information li figure:before {
    content: "";
    display: block;
    padding-top: 73%;
}
.post-information li figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    font-family: 'object-fit: contain;';
}
.post-information li p{
	line-height: 1.5;
}
@media screen and (max-width: 767px) {
	.post-information{
		margin-bottom: 20px;
	}
	.post-information li{
		width: 48%;
		margin-right: 2%;
		margin-bottom: 40px;
	}
	.post-information li:nth-of-type(3n){
		margin-right: 2%;
	}
	.post-information li:nth-of-type(2n){
		margin-right: 0%;
	}
}
/*	つつみ会のご案内
---------------------------------*/
/*保育理念・方針*/
.policy figure{
	width: 58%;
    position: relative;
    height: 678px;
}
.policy .txt{
	width: 40%;
	padding-top: 50px;
}
.bg-bottom-beige{
	position: relative;
}
.bg-bottom-beige:before{
	content: '';
	background: #edece6;
	width: 100%;
	height: 300px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -30;
}
@media screen and (max-width: 1023px) {
	.policy figure {
		width: 100%;
		position: relative;
		height: auto;
	}
	.policy .txt {
		width: 100%;
	}
}
/*教育・保育*/
.education-txt{
	width: 52%;
	position: relative;
}
.education-ttl{
	margin-bottom: 30px;
}
.education-txt .ttl-cmn01{
	margin-right: 50px;
}
.education-txt .date{
	min-width: 150px;
	line-height: 30px;
	height: 30px;
	text-align: center;
	color: #fff;
	background:#043106;
	font-weight: 700;
	margin-top: 8px;
}
.education-contents01 .education-ttl,.education-contents01 .education-p{
	margin-right: 120px;
}
.education-contents02 .education-ttl,.education-contents02 .education-p{
	margin-left: 120px;
}
.education-contents01 .education-txt figure{
	margin: 30px 0 50px auto;
	max-width: 400px;
}
.education-contents02 .education-txt figure{
	margin: 30px auto 50px 0;
	max-width: 400px;
}
.education-photo{
	width: 48%;
}
.education-contents01 .education-photo figure{
	max-width: 575px;
	position: relative;
	top: 0;
	left: -50px;
}
.education-contents02 .education-photo figure{
	max-width: 575px;
	position: relative;
	top: 0;
	right: -50px;
}
.education-chatch{
	background: rgba(255,255,255,0.8);
	padding: 20px 20px 30px 20px;
	width: 290px;
	position: relative;
	max-height: 360px;
}
.education-contents01 .education-chatch{
	margin: -50px 30px 50px auto;
}
.education-contents02 .education-chatch{
	margin: -50px auto 50px 30px;
}
.education-chatch p{
	font-size: 2.1rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	line-height: 2.28;
	width: 100px;
	margin: 0 auto;
}
.soccer .education-chatch p{
	width: 200px;
}
.education-contents01 .education-chatch img{
	position: absolute;
	bottom: -10px;
	right: -30px;
}
.education-contents02 .education-chatch img{
	position: absolute;
	bottom: -10px;
	right: -30px;
}
@media screen and (max-width: 1023px) {
	.education-contents01 .education-photo figure{
		left: 0;
	}
	.education-contents02 .education-photo figure{
		right: 0;
	}
	.education-contents01 .education-ttl, .education-contents01 .education-p {
		margin-right: 30px;
	}
	.education-contents02 .education-ttl, .education-contents02 .education-p {
		margin-left: 30px;
	}
	.education-contents01 .education-txt figure{
		width: 80%;
	}
	.education-contents02 .education-txt figure{
		width: 80%;
	}
}
@media screen and (max-width: 767px) {
	.education-txt{
		width: 100%;
	}
	.education-photo {
		width: 100%;
	}
	.education-contents01 .education-ttl, .education-contents01 .education-p {
		margin-right: 0;
	}
	.education-contents02 .education-ttl, .education-contents02 .education-p {
		margin-left: 0;
	}
	.education-txt .ttl-cmn01 {
		margin-right: 30px;
	}
	.education-contents01 .education-txt figure {
		margin: 30px 0 20px auto;
	}
	.education-contents02 .education-txt figure {
		margin: 30px auto 20px 0;
		max-width: 400px;
	}
	.education-contents01 .education-photo figure{
		width: 90%;
	}
	.education-contents02 .education-photo figure{
		width: 90%;
		margin: 0 0 0 auto;
	}
	.education-contents01 .education-chatch {
		margin: -20px 0px 50px auto;
		max-width: 250px;
	}
	.education-contents02 .education-chatch {
		margin: -20px auto 50px 0;
		max-width: 250px;
	}
	.education-chatch p {
		font-size: 1.8rem;
		width: 80px;
	}
	.soccer .education-chatch p{
		width: 170px;
	}
	.education-contents01 .education-chatch img {
		position: absolute;
		bottom: -10px;
		right: 0;
	}
	.bg-bottom-beige:before{
		height: 40%;
	}
}
/*安全・衛生管理*/
.safty-contents{
	padding: 60px 0;
}
.safty-contents:nth-of-type(even){
	background: #edece6;
}
.safty-contents .list{
	padding-left: 1.2em;
	position: relative;
}
.safty-contents .list:before{
	content: '◯';
	position: absolute;
	top: 0;
	left: 0;
}
.safty-contents .txt{
	width: 41%;
}
.safty-contents .ttl-cmn01{
	margin-bottom: 30px;
}
.safty-contents .photo{
	width: 54%;
}
.safty-contents .photo figure{
	width: 49%;
	max-width: 320px;
	margin-right: 2%;
}
.safty-contents .photo figure:last-of-type{
	margin-right: 0;
}
@media screen and (max-width: 1023px) {
	.safty-contents .txt {
		width: 100%;
		margin-bottom: 30px;
	}
	.safty-contents .photo {
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.safty-contents {
		padding: 40px 0;
	}
}
@media screen and (max-width: 767px) {
}
/*法人概要・沿革*/
.outline-contents .ttl-cmn04,.history .ttl-cmn04{
	width: 195px;
}
.outline-contents .tbl-cmn01,.history .tbl-cmn01{
	width: calc(100% - 195px);
}
.history th{
	text-align: right;
	margin-right: 40px;
}
.history-slide{
	margin: 0 60px;
}
.history-slide p{
	line-height: 1.6;
}
.history-slide .slide{
	margin: 0 20px;
}
.history-slide .slide img{
	margin-bottom: 10px;
}
@media screen and (max-width: 1023px) {
	.outline-contents .ttl-cmn04, .history .ttl-cmn04 {
    	width: 100%;
    	margin-bottom: 30px;
	}
	.outline-contents .tbl-cmn01, .history .tbl-cmn01 {
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.history th{
		text-align: left;
	}
	.history-slide{
		margin: 0 30px;
	}
	.history-slide .slide{
		margin: 0 10px;
		width: 270px;
	}
}
@media screen and (max-width: 374px) {
	.history-slide .slide{
		width: 230px;
	}
}
/*	施設・事業
---------------------------------*/
.sec-facility{
	padding: 60px 0 120px;
}
.facility .facility-otr{
	margin-bottom: 120px;
}
.facility .facility-otr:last-of-type{
	margin-bottom: 0;
}
.facility-txt .ttl-cmn01{
	margin-bottom: 15px;
}
.facility-txt .flex-end{
	margin:5px 0 20px;
}
.facility-otr figure.facility-illust{
	width: 38%;
}
.facility-illust{
	width: 38%;
	position: absolute;
	bottom: -50px;
	left: 20px;
}
.facility-history{
	width: 57%;
	margin: 0 0 0 auto;
	min-height: 200px;
}
.facility-history th{
	width: 180px;
}
.facility .under-line{
	display: inline-block;
}
.box{
	border: 1px solid #999;
    padding: 0 10px;
    margin-bottom: 20px;
	display: inline-block;
}
@media screen and (max-width: 1023px) {
.facility-history {
    width: 100%;
    margin: 0 0 150px auto;
    min-height: auto;
}
}
@media screen and (max-width: 767px) {
	.sp-flex-nml{
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		flex-wrap:wrap;
	}
	.facility-txt .ttl-cmn01{
		margin-bottom: 15px;
		margin-right: 20px;
	}
	.facility-otr th{
		width: 70px;
	}
	.facility-history{
		width: 100%;
		margin: 0 0 50px;
		min-height: auto;
	}
	.facility-history th {
		width: 100%;
		display: block;
	}
	.facility-history td {
		width: 100%;
		display: block;
		margin-bottom: 10px;
	}
	.facility-otr figure.facility-illust{
		width: 60%;
		max-width: 220px;
		bottom: -90px;
    	left: 10px;
	}
}

/*	子育て支援
---------------------------------*/

/*	情報公開
---------------------------------*/
.data p{
	margin-bottom: 10px;
}
.data p:last-of-type{
	margin-bottom: 0px;
}
/*	提出書類
---------------------------------*/
.document p{
	margin-bottom: 30px;
}
.btn-cmn01.download a{
	position: relative;
	padding-left: 10px;
}
.btn-cmn01.download a:before{
	content: '';
	background: no-repeat center center / contain;
	background-image: url(../../images/documents/icon_download.png);
	width: 25px;
	height: 26px;
	position: absolute;
	top: 15px;
	left: 20px;
}

/*	よくある質問
---------------------------------*/
.faq-otr{
	margin-bottom: 60px;
}
.faq-otr:last-of-type{
	margin-bottom: 0px;
}
.question{
    padding-left: 50px;
    position: relative;
    margin-bottom: 20px;
	font-size: 1.8rem;
	font-weight: 700;
}
.question:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 30px;
    height: 30px;
    background: url(../../images/corporation/common/icon_ques.png) no-repeat;
    background-size: contain;
}
.answer-otr{
    background-color: #f7f7f7;
    width: 100%;
    padding: 20px 4% 30px;
}
.answer{
    padding-left: 50px;
    position: relative;
}
.answer a{
	text-decoration: underline;
    color: #043106;
}
.answer:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 30px;
    height: 30px;
    background: url(../../images/corporation/common/icon_answ.png) no-repeat;
    background-size: contain;
}
@media screen and (max-width: 767px){
	.faq-otr{
		margin-bottom: 30px;
	}
    .question{
        padding-left: 30px;
        margin-bottom: 20px;
		font-size: 1.6rem;
    }
    .question:before,.answer:before{
        width: 20px;
        height: 20px;
    }
    .answer-otr {
        padding: 20px 15px;
    }
    .answer {
        padding-left: 30px;
    }
}

/*	採用情報
---------------------------------*/
.recruit-about {}
.recruit-about h3 {
	text-align: center;
	font-size: 2.4rem;
	font-weight: 600;
	color: #333;
}
.recruit-about figure {
	text-align: center;
}
.recruit-about p {
	font-size: 1.8rem;
}
.recruit-info {}
.recruit-info-list {
	padding: 40px;
	background: #fff;
}
.recruit-info-list ul {
	margin: 0 0 50px;
}
.recruit-info-list li {
	padding: 5px 0;
	border-bottom: 1px solid #ccc;
}
.recruit-info-date {
	font-size: 1.4rem;
}
.recruit-info-date {
	font-size: 1.6rem;
}
.recruit-flow {
}
.recruit-flow li {
	position: relative;
	margin: 0;
	padding: 0 10px;
	width: 12.5%;
	height: 105px;
	background: #043106;
	border-radius: 15px;
	text-align: center;
	color: #fff;
}
.recruit-flow li::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -35px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 15px;
	border-color: transparent transparent transparent #97b098;
}
.recruit-flow li:nth-of-type(3) {
	width: 16.66%;
}
.recruit-flow li:nth-of-type(2n) {
	background: #538755;
}
.recruit-flow li:last-of-type::after {
	display: none;
}
.recruit-flow li span {
	font-size: 2.1rem;
	font-weight: 500;
	letter-spacing: -0.05em;
}
.recruit-flow li span small {
	display: block;
	margin: 10px 0 0;
	font-size: 0.67em;
}
.recruit-flow li:last-of-type {
	margin-right: 0;
}
.recruit-message {
}
.recruit-message li {
	margin: 0 2.6125% 0 0;
	padding: 0 10px;
	width: 17.91%;
	height: 80px;
	background: #fff;
	border: 2px solid #043106;
	text-align: center;
	color: #043106;
}
.recruit-message li:last-of-type {
	margin-right: 0;
}
.recruit-message li span {
	width: 100%;
	height: 100%;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.5;
}
.recruit-line{
	width: 62px;
	margin: 0 auto 20px;
}
.recruit-contact .cmn-layout-column03-item:not(:last-of-type) .cmn-layout-column03-item-txt{
	padding: 50px 20px;
}
@media screen and (max-width:1023px) {
.recruit-info-list {
	padding: 40px;
	background: #fff;
}
.recruit-info-list ul {
	margin: 0 0 50px;
}
.recruit-info-list li {
	padding: 5px 0;
	border-bottom: 1px solid #ccc;
}
.recruit-info-date {
	font-size: 1.4rem;
}
.recruit-info-date {
	font-size: 1.6rem;
}
.recruit-flow li {
	position: relative;
	margin: 0 3% 3% 0;
	padding: 0 10px;
	width: 30%;
	height: 105px;
	background: #043106;
	border-radius: 15px;
	text-align: center;
	color: #fff;
}
.recruit-flow li:nth-of-type(3) {
	margin: 0 3% 3% 0;
	width: 30%;
}
.recruit-flow li:last-of-type {
	margin: 0 3% 3% 0;
}
.recruit-flow li::after {
	right: -22px;
}
.recruit-message li {
	margin: 0 2% 2% 0;
	width: 32%;
}
.recruit-message li:nth-of-type(3n) {
	margin-right: 0;
}
.recruit-contact .cmn-layout-column03-item{
	margin: 0 auto 25px;
	width: 100%;
}
}
@media screen and (max-width:767px) {
.recruit-about h3 {
	font-size: 1.6rem;
}
.recruit-about p {
	font-size: 1.4rem;
}
.recruit-info-list {
	padding: 20px;
}
.recruit-info-list ul {
	margin: 0 0 20px;
}
.recruit-info-date {
	font-size: 1.2rem;
}
.recruit-info-date {
	font-size: 1.4rem;
}
.schedule{
	overflow-x: scroll;
}
.schedule img{
	max-width: 800px;
}
.recruit-flow li {
	margin: 0 0 50px;
	padding: 0 10px;
	width: 100%;
	height: 65px;
	border-radius: 5px;
}
.recruit-flow li::after {
	content: "";
	position: absolute;
	top: auto;
	bottom: -30px;
	right: auto;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 10px 0 10px;
	border-color: #97b098 transparent transparent transparent;
}
.recruit-flow li:nth-of-type(3) {
	margin: 0 0 50px;
	width: 100%;
}
.recruit-flow li:last-of-type {
	margin: 0;
	width: 100%;
}
.recruit-flow li span {
	font-size: 1.6rem;
}
.recruit-flow li span small {
	font-size: 0.67em;
}
.recruit-message li {
	margin: 0 2% 2% 0;
	padding: 0 10px;
	width: 49%;
}
.recruit-message li:nth-of-type(3n) {
	margin-right: 2%;
}
.recruit-message li:nth-of-type(2n) {
	margin-right: 0;
}
.recruit-message li span {
	font-size: 1.5rem;
}
.recruit-line{
	width: 62px;
	margin: 0 auto 20px;
}
.recruit-contact .cmn-layout-column03-item:not(:last-of-type) .cmn-layout-column03-item-txt{
	padding: 30px 20px;
}
}



/*	投稿サイドバーありレイアウト
---------------------------------*/
.side{
	width: 200px;
}
.side li{
	margin-bottom: 15px;
	font-size: 1.4rem;
}
.post-main{
	width: calc(100% - 300px);
}
@media screen and (max-width:767px) {
	.side{
		width: 100%;
	}
	.post-main{
		width: 100%;
		margin-bottom: 50px;
	}
}
/*	投稿詳細
---------------------------------*/
.post-single-contents{
	border-bottom: 1px solid #cccccc;
	padding-bottom: 60px;
}
.post-single-contents .ttl{
	font-size: 2.1rem;
	font-weight: 500;
	margin-bottom: 15px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 10px;
}
.post-single-contents .date{
	margin-bottom: 30px;
}
.post-single-contents a{
	text-decoration: underline;
    color: #043106;
}
.post-single-contents strong span{
	font-weight: bold;
}
@media screen and (max-width:767px) {
	.post-single-contents{
		padding-bottom: 40px;
	}
	.post-single-contents .ttl{
		font-size: 1.6rem;
		margin-bottom: 10px;
		margin-bottom: 5px;
	}
}

/*	ページナビ
---------------------------------*/
.cmn-pagenav-otr {
	text-align: center;
	padding: 30px 0;
}
.cmn-pagenav-otr .wp-pagenavi a,
.cmn-pagenav-otr .wp-pagenavi span {
	display: inline-block;
	padding: 0;
	width: 30px;
	line-height: 28px;
	text-align: center;
}
.cmn-pagenav-otr .wp-pagenavi span.current {
	background: #000;
	border-color: #000;
	color: #fff;
}
.single-pagenav {
	margin: 30px auto;
}
.single-pagenav ul li.prev,.single-pagenav ul li.next{
	display: inline-block;
	width: 12%;
	max-width: 120px;
}
.single-pagenav ul li.prev a,.single-pagenav ul li.next a {
	display: block;
	padding: 5px;
	width: 100%;
	border: 1px solid #ccc;
	font-size: 0.875rem;
	text-align: center;
}
.single-pagenav ul li.list {
	display: inline-block;
	margin: 0 15px;
	width: 20%;
	max-width: 200px;
}
.single-pagenav ul li.list a{
	display: block;
	padding: 5px;
	width: 100%;
	border: 1px solid #ccc;
	font-size: 0.875rem;
	text-align: center;
}
@media screen and (max-width:767px) {
.single-pagenav ul li.prev,.single-pagenav ul li.next{
	width: 25%;
}
.single-pagenav ul li.prev a,.single-pagenav ul li.next a {
	font-size: 0.75rem;
}
.single-pagenav ul li.list {
	margin: 0 15px;
	width: 25%;
}
.single-pagenav ul li.list a{
	font-size: 0.75rem;
}
}




/*	お問い合わせ
---------------------------------*/
.contact{
	padding: 70px 0 120px;
}
.notes{
	color: #cc0000;
	font-size: 1.4rem;
	margin-bottom: 15px;
	text-align: right;
}
.tbl-cmn02 table {
	margin: 0 auto;
	width: 100%;
	text-align:left;
}
.tbl-cmn02 table tr:first-of-type {
	border-top: 1px solid #999;
}
.tbl-cmn02 table tr {
	border-bottom: 1px solid #999;
}
.tbl-cmn02 table th {
	padding: 15px 0 15px 50px;
	width: 27%;
	font-weight: 600;
	vertical-align: middle;
	line-height: 1.5;
}
.tbl-cmn02 table th span{
	color: #cc0000;
	margin-left: 10px;
}
.tbl-cmn02 table td {
	padding: 15px 50px;
}
@media screen and (max-width:1023px) {
	.tbl-cmn02 table th {
		padding: 15px 0 15px 30px;
	}
}
@media screen and (max-width:767px) {
.contact{
	padding: 50px 0 60px;
}
.tbl-cmn02 table {
	font-size: 1.4rem;
}
.tbl-cmn02 table th {
	display: block;
	padding: 10px 10px 5px 10px;
	width: 100%;
}
.tbl-cmn02 table td {
	display: block;
	padding: 5px 10px 10px 10px;
	width: 100%;
}
}
.contact-form {
	margin-bottom: 40px;
}
.contact-form .tbl-cmn02 td input[type="email"],
.contact-form .tbl-cmn02 td input[type="text"],
.contact-form .tbl-cmn02 td input[type="tel"],
.contact-form .tbl-cmn02 td textarea {
	min-height: 30px;
	vertical-align: middle;
	border: 1px solid #ccc;
	font-size: 1.4rem;
	font-family: 'Noto Sans JP', sans-serif;
	-webkit-appearance: none;
}
.contact-form .tbl-cmn02 td select {
	min-height: 30px;
}
.contact-form .tbl-cmn02 .field-s {
	width: 40%;
}
.contact-form .tbl-cmn02 .field-m {
	width: 60%;
}
.contact-form .tbl-cmn02 .field-l {
	width: 100%;
}
.mwform-checkbox-field label, .mwform-radio-field label{
	display: inline-block;
}
.year-birth .field-s{
	max-width: 100px;
    margin: 0 10px;
}
.mw_wp_form .tbl-cmn02 span.horizontal-item{
	margin: 0 15px 0 0;
}
.recruit-check01 .mwform-checkbox-field + .horizontal-item:nth-of-type(2),.recruit-check01 .mwform-checkbox-field + .horizontal-item:nth-of-type(7){
	margin-right: 100%;
}
@media screen and (max-width:767px) {
.contact-form .tbl-cmn02 .field-s {
	width: 100%;
}
.contact-form .tbl-cmn02 .field-m {
	width: 100%;
}
}

.privacy-box {
    overflow-y: scroll;
    text-align: left;
    margin: 0 auto 40px;
    height: 300px;
    border: 1px solid #ccc;
    padding: 30px;
	background: #fff;
}
.privacy-p01 {
    font-weight: 700;
    border-bottom: 1px solid #ccc;
    margin-bottom: 8px;
    padding-bottom: 3px;
}
.privacy-p02 {
    margin-bottom: 35px;
}

@media screen and (max-width:767px) {
	.privacy-box {
		padding: 20px 10px;
	}
	.privacy-p02 {
		margin-bottom: 20px;
	}
}

.contact-btn-box {
	text-align: center;
}
.contact-btn-box .send-btn {
	display: inline-block;
	width: 100%;
	max-width: 300px;
	line-height: 60px;
	border-radius: 0;
	background: #043106;
	font-size: 2rem;
	font-weight: 600;
	color: #fff;
	text-align: center;
	cursor: pointer;
	-webkit-appearance: none;
}
.contact-btn-box .return-btn {
	display: inline-block;
	margin: 0 15px 0 0;
	width: 100%;
	max-width: 300px;
	line-height: 60px;
	border-radius: 0;
	background: #ccc;
	border: none;
	font-size: 2rem;
	font-weight: 600;
	color: #333;
	text-align: center;
	cursor: pointer;
	-webkit-appearance: none;
}
@media screen and (max-width:767px) {
.contact-btn-box .send-btn {
	line-height: 60px;
	font-size: 1.6rem;
	width: 80%;
}
.contact-btn-box .return-btn {
	margin: 0 0 15px 0;
	line-height: 60px;
	font-size: 1.6rem;
	width: 80%;
}
}

/*支援*/
.support-info-post {
	padding: 25px;
	background: #fff;
}
.support-info-post p:not(:last-of-type) {
	margin: 0 0 1em;
}
.support-info-btn {
	padding: 20px 40px;
	background: #043106;
	color: #fff;
}
.support-info-btn p {
	font-size: 1.8rem;
	font-weight: 500;
}
.support-access-map {
	padding: 0 0 70px;
}
.support-access-photo {
	padding: 70px 0 0;
}
@media screen and (max-width:1023px) {
.support-info-btn {
	padding: 20px 20px;
}
.support-info-btn p {
	width: 100%;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 500;
}
.support-info-btn .cmn-btn-icon {
	margin: 10px auto 0;
}
.support-access-map {
	padding: 70px 0;
}
}
@media screen and (max-width:767px) {
.support-info-post {
	padding: 15px;
}
.support-info-btn {
	padding: 10px 20px;
}
.support-info-btn p {
	font-size: 1.4rem;
}
.support-access-map {
	padding: 0 0 20px;
}
.support-access-photo {
	padding: 20px 0 0;
}
}

/*汎用コンテンツ外枠*/
.cmn-outline-box01 {
	padding: 100px 0;
}
.cmn-outline-box01.top {
	padding-top: 0;
}
.cmn-outline-box01.min {
	padding-bottom: 50px;
}
.cmn-outline-box01 + .cmn-outline-box01 {
	padding: 0 0 100px;
}
.cmn-outline-box02 {
	padding: 100px 0;
	background: #edece6;
}
@media screen and (max-width:767px) {
.cmn-outline-box01 {
	padding: 40px 0;
}
.cmn-outline-box01.top {
	padding-top: 0;
}
.cmn-outline-box01.min {
	padding-bottom: 20px;
}
.cmn-outline-box01 + .cmn-outline-box01 {
	padding: 0 0 40px;
}
.cmn-outline-box02 {
	padding: 40px 0;
	background: #edece6;
}
}

/*汎用リスト（ドット）*/
.cmn-list01 {}
.cmn-list01 li {
	position: relative;
	margin: 0;
	padding-left: 1em;
	line-height: 1.45;
}
.cmn-list01 li:before {
	content: "・";
	position: absolute;
	left: 0;
}
@media screen and (max-width:767px) {
.cmn-list01 li {
	font-size: 1.4rem;
}
}

/*汎用リスト（丸）*/
.cmn-list02 {}
.cmn-list02 li {
	position: relative;
	margin: 0 0 5px;
	padding-left: 1.25em;
	line-height: 1.45;
}
.cmn-list02 li:before {
	content: "◯";
	position: absolute;
	left: 0;
}
@media screen and (max-width:767px) {
.cmn-list02 li {
	font-size: 1.4rem;
}
}

/*汎用レイアウト（写真 + テキスト　２カラム）*/
.cmn-layout-photo01 {}
.cmn-layout-photo01 + .cmn-layout-photo01,
.cmn-layout-photo02 + .cmn-layout-photo01 {
	margin: 70px 0 0;
}
.cmn-layout-photo01 .photo {
	width: 500px;
}
.cmn-layout-photo01 .txt {
	width: calc(100% - 575px);
}
.cmn-layout-photo01 .txt.w100 {
	width: 100%;
}
@media screen and (max-width:1023px) {
.cmn-layout-photo01 .photo {
	margin: 0 auto 25px;
	width: 100%;
	text-align: center;
}
.cmn-layout-photo01 .txt {
	width: 100%;
}
}
@media screen and (max-width:767px) {
.cmn-layout-photo01 .photo {
	margin: 0 auto 15px;
}
}


/*汎用レイアウト（写真 + テキスト　２カラム）*/
.cmn-layout-photo02 {}
.cmn-layout-photo01 + .cmn-layout-photo02,
.cmn-layout-photo02 + .cmn-layout-photo02 {
	margin: 70px 0 0;
}
.cmn-layout-photo02 .photo {
	width: 370px;
}
.cmn-layout-photo02 .txt {
	width: calc(100% - 415px);
}
@media screen and (max-width:1023px) {
.cmn-layout-photo02 .photo {
	margin: 0 auto 25px;
	width: 100%;
	text-align: center;
}
.cmn-layout-photo02 .txt {
	width: 100%;
}
}
@media screen and (max-width:767px) {
.cmn-layout-photo02 .photo {
	margin: 0 auto 15px;
}
}

/*汎用レイアウト（２カラム）*/
.cmn-layout-column02 {}
.cmn-layout-column02-item {
	margin: 0;
	width: calc(100% / 2 - 25px);
}
.cmn-layout-column02-item figure.map {
	position: relative;
	padding-top: 60.8%;
	width: 100%;
}
.cmn-layout-column02-item figure.map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width:1023px) {
.cmn-layout-column02 {}
.cmn-layout-column02-item {
	margin: 0;
	width: 100%;
}
.cmn-layout-column02-item figure.map {
	margin: 0 auto 25px;
}
}
@media screen and (max-width:767px) {
.cmn-layout-column02-item figure.map {
	margin: 0 auto 15px;
}
}


/*汎用レイアウト（３カラム）*/
.cmn-layout-column03 {}
.cmn-layout-column03-item {
	margin: 0 30px 0 0;
	width: calc(100% / 3 - 20px);
}
.cmn-layout-column03-item:nth-of-type(3n) {
	margin-right: 0;
}
.cmn-layout-column03-item-box {
	background: #fff;
	border: 1px solid #043106;
}
.cmn-layout-column03-item-box h4 {
	padding: 10px;
	background: #043106;
	text-align: center;
	font-size: 2.1rem;
	color: #fff;
}
.cmn-layout-column03-item-txt {
	padding: 20px;
}
.cmn-layout-column03-item-txt p:not(:last-of-type) {
	margin: 0 0 1em;
}
.cmn-layout-column03-item-txt p:last-of-type + ul {
	margin: 1em 0 0;
}
.cmn-layout-column03-item-txt p strong {
	font-weight: 600;
}
@media screen and (max-width:1023px) {
.cmn-layout-column03-item-txt {
	padding: 20px 10px;
}
.cmn-layout-column03-item-box h4 {
	font-size: 1.6rem;
}
}
@media screen and (max-width:767px) {
.cmn-layout-column03 {}
.cmn-layout-column03-item {
	margin: 0 auto 20px;
	width: 100%;
	text-align: center;
}
.cmn-layout-column03-item:nth-of-type(3n) {
	margin-right: auto;
}
.cmn-layout-column03-item-box h4 {
	padding: 5px;
	font-size: 1.4rem;
}
.cmn-layout-column03-item-txt {
	padding: 10px;
	font-size: 1.4rem;
}
}


.pd5_letter {
	padding: 0 0 0 5em;
	position: relative;
}
.pd5_letter span {
	position: absolute;
	left: 0;
}
