@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
html {
	font-family: 'Noto Sans JP', sans-serif;
}
.page-numbers.current{background:#B6C360;color:#fff;}

/**　横揺れ防止**/
body {
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
/**  電話アイコン **/
.fas.fa-phone-alt{
	 margin-right: 4px;
}
/** カテゴリーの記事数非表示 **/
.post-count {
	visibility: hidden;
}
@media screen and (max-width: 758px){
.footer-left>li:not(:last-child)::after {
	content: none!important;
}
}


/** header-container**/
/** タグライン　**/
.header-wrap h1 {
	display: flex;
	align-items: center;
	margin-bottom: -10px;
	margin-top: 4px;
}
.tagline {
	margin: 0;
	margin-right: 8px;
}
.tagline-blog-name {
	text-align: left;
	letter-spacing: 0.02rem;
	 font-size: 14px;
}
.tagline-blog-name {
	word-break: break-all;
}
.logo.logo-header {
	margin-top: 0;
	margin-bottom: 4px;
}
@media screen and (min-width: 759px){
	.tagline-blog-name{
		margin-left: 20px;
	}
}
@media screen and (max-width: 758px){
	.header-wrap h1 {
		flex-direction: column;
	}
	.tagline {
		margin-bottom: -6px;
	}
}
@media screen and (max-width: 480px){
		.tagline-blog-name {
	 font-size: 12px;
}
}
/**ヘッダー装飾**/
.mv-content {
	position: relative;
}
.mv-content::before {
	 content:"";
   display:inline-block;
   width:250px;
   height:250px;
   background:url(images/star.png)no-repeat;
	background-size: contain;
   position:absolute;
   bottom:0;
	left: -70px;
}
.mv-content::after {
	 content:"";
   display:inline-block;
   width:250px;
   height:250px;
   background:url(images/star.png)no-repeat;
	background-size: contain;
   position:absolute;
   top:0;
	right: -180px;
}

	
/** ナビゲーション　**/
.menu-trigger{display:none;}
.logo{text-align:left;}
.header-info{display:flex;flex-direction:row;justify-content:space-between;align-items:center;}
.header-tel{font-size:200%;}
.nav-menu{display:none;}
/**受付時間**/
.reception {
	font-size: 0.75rem;
	margin-top: 4px;
	font-weight: bold;
	text-align: center;
}
.header-tel-flex a {
	font-size: 32px;
	white-space: nowrap;
}
@media screen and (max-width: 758px){
	.reception{
		font-size: 0.7rem;
		margin-top: -5px;
		font-weight: 300;
	}
	.nav-menu.open ul {
		margin-top: -8px;
	}
	.go-to-top {
		display: none!important;
	}
}
@media screen and (min-width: 759px){
	.header-tel a {		pointer-events: none;

	}
}

/**以下から編集**/
	
/** ナビゲーション　**/
.h-nav ul li{list-style:none;}
.h-nav ul li a{
	text-decoration:none;
	transition:.3s;display: inline-block;position:relative;
	color:#000;}
.top{width:100%;text-align:center;margin-top:20px;}
body:not(.home) .top{display:none;}
.h-nav ul li img {
	width: 70%;
}
.header-tel {
	line-height: 1;
}
.header-tel a {
	text-decoration: none;
	color: #333;
}
.header-in {
	max-width: 1200px
}
.h-nav {
	width: 100%;
	max-width: 1200px;
	min-width: 1000px;
	padding: 0 10px;
	margin: 0 auto;
	margin-top: -12px;
}
.h-nav ul {
	padding-left: 0;
}
.h-nav ul li {
	display: flex;
	width: 120px;
	flex-direction: column;
	text-align: center;
}
.h-nav ul{
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	align-items: flex-end;
	margin-bottom: 24px;
	font-family: 'Zen Maru Gothic', sans-serif;
}
.h-nav ul li {
	font-size: 14px;
}

.li1,.li2,.li3,.li4,.li5,.li6 {
	position: relative;
}
.h-nav .li1::after,.h-nav .li2::after,.h-nav .li3::after,.h-nav .li4::after,.h-nav .li5::after,.h-nav .li6::after{
   content:"";
   display:inline-block;
   width:2px;
   height:75px;
   background-color:#DCDCDC;
   position:absolute;
	bottom: 15px;
	right: -20%;
}
.li1 .nav-img {
	width: 90px;
}
.li1 {
	letter-spacing:-0.08rem;
	line-height: 1.3;
}
.li3 .nav-img {
	width: 100px;
	margin-bottom: 4px;
}
.li6 .nav-img {
	width: 110px;
}
/**アイコン動かす**/
/**
 .nav-img {
	 transition: .3s;
}
.nav-img:hover {
  transform: scale(1.2);
}
**/
.nav-wrap2 {
	display: inline-block;
	transition: all .3s ease 0s;
	text-decoration: none;
}
.nav-wrap2:hover {
	cursor: pointer;
	transform: scale(1.2);
}
/**アコーディオン**/
.li3,.li4,.li5,.li6{
	position: relative;
	z-index: 300;
}
.menu-test .sub-menu{
	display: none;
	z-index: 100;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translatex(-50%);
	background-color: #fff;
	width: 120px;
}
.menu-test .sub-menu li:hover {
	background-color: #DCDCDC;
}
.menu-test.lineup {
	margin: 0;
	padding: 0;

}
.sub-menu a::after {
	content: none;
}

/** mv **/
.mv-content {
	z-index:2;
	max-width: 1256px;
	margin: 0 auto;
	position: relative;
	margin-bottom: -32px;
	border-radius: 60px;
	margin-top: -8px
}
.mv-img-wrap {
	max-height: 500px;
		overflow: hidden;
		border-radius: 60px;
}

.mv-img {
	border-radius:60px;
	object-position: 0 -100px;
}


@media screen and (max-width:1100px){
	.mv-img {
		object-position: 0;
		transition: 0.2s;
	}
}
.mv-wrap {
	position: absolute;
	top: 50%;
	transform:translatey(-50%);
	left: 6%;
  font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	color: #fff;
	text-shadow: 1px 2px 3px #808080;
}
.catch {
	font-size: 2.6vh;
}
.school {
 font-size: 3.5vh;
 line-height: 1.4;
}
.blog-name {
	font-weight: 500;
	font-size: 3.5vh;
	margin-top: -8px;	
}


/**front-page.php**/
/** greeting **/
.greeting-content {
	position:relative;
	margin-bottom: 80px;
}
.greeting-back {
	position: absolute;
	z-index:-1;
}
.sp-greeting-back {
	display:none;
}
.greeting-wrap {
	padding: 60px;
	margin: 0 auto;
}
.greeting-h2 {
	font-size:2rem;
	text-align: center;
	color: #4485BF;
	font-family: 'Zen Maru Gothic', sans-serif; 
	letter-spacing: .1rem;
	position: relative;
	margin-bottom: 48px;
}
.greeting-h2::after {
	content: "";
	position: absolute;
	display:inline-block;
	top: 110%;
	left: 50%;
	transform:translatex(-50%);
	background:url(images/dot-blue.png)no-repeat;
	background-size: contain;
	width: 80px;
	height: 50px;
}
.greeting-content::before {
		content: "";
	position: absolute;
	display:inline-block;
	bottom: -5%;
	left: 1%;
	opacity: 80%;
	transform:translatex(-50%);
	background:url(images/deco-dot.png)no-repeat;
	background-size: contain;
	width: 150px;
	height: 150px;
}
.greeting-content::after {
		content: "";
	position: absolute;
	display:inline-block;
	top: -3%;
	right: -8%;
	opacity: 80%;
	transform:translatex(-50%);
	background:url(images/deco-dot.png)no-repeat;
	background-size: contain;
	width: 150px;
	height: 150px;
}
/** こどもプラスの特徴 **/
.heading-h2 {
	text-align: center;
	color: #4485BF;
	font-family: 'Zen Maru Gothic', sans-serif;
	letter-spacing: .1rem;
	position: relative;
	margin-bottom: 40px;
	font-size: 2rem;
}
.heading-h2::after {
	content: "";
	position: absolute;
	display:inline-block;
	top: 110%;
	left: 50%;
	transform:translatex(-50%);
	background:url(images/dot-blue.png)no-repeat;
	background-size: contain;
	width: 80px;
	height: 50px;
}
.feature-ul {
	list-style: none;
	display: flex;
	flex-direction: column;
	padding: 0;
}
.feature-li{
	display: flex;
	margin-bottom: 40px;
}
.feature-li:nth-child(even){
	flex-direction: row-reverse;
}
.feature-even {
	margin-left: -40px;
		margin-right: 20px;
}
.feature-odd {
	margin-right: -40px;
	margin-left: 20px;
}

.feature-sentence{
	margin-top: 56px;
}
.feature-h3 {
	font-family: 'Zen Maru Gothic', sans-serif;
	letter-spacing: .1rem;
	position: relative;
	margin-bottom: 24px;
	font-size: 1.5rem;
	line-height:1.7;
}
.feature-h3-1 {
	color:#1BADE0;
}
.feature-h3-2 {
	color:#2FA86B;
}
.feature-h3-3 {
	color:#EF858D;
}
.feature-h3-4 {
	color:#FAC171;
}
.feature-li {
	position: relative;
}

/**下に記述したらうまくいったのでここに記述しています**/
/**背景装飾**/
.feature-program {
	width: 120%;
}
.feature-img-wrap-1{
margin-left: -40px;
margin-right: 20px;
}
.feature-odd::after {
	content: "";
	position: absolute;
	display:inline-block;
	top: 50px;
	left: 30px;
	background:url(images/back02.png)no-repeat;
	background-size: contain;
	width: 520px;
	height: 520px;
	z-index: -1;
}
.feature-even::after {
	content: "";
	position: absolute;
	display:inline-block;
	top: 50px;
	right: 50px;
	background:url(images/back02.png)no-repeat;
	background-size: contain;
	width: 520px;
	height: 520px;
	z-index: -1;
}
.feature-img-wrap-1::after {
	content: "";
	position: absolute;
	display:inline-block;
	top: 50px;
	right: 50px;
	background:url(images/back02.png)no-repeat;
	background-size: contain;
	width: 520px;
	height: 520px;
	z-index: -1;
}
/**三角の装飾**/
.feature-img-wrap-1::before {
	content: "";
	position: absolute;
	display:inline-block;
	top: 385px;
	left: 150px;
	background:url(images/deco-trian.png)no-repeat;
	background-size: contain;
	width: 120px;
	height: 120px;
	z-index: 1;
}
.feature-even::before {
	content: "";
	position: absolute;
	display:inline-block;
	top: 360px;
	left: 150px;
	background:url(images/deco-trian.png)no-repeat;
	background-size: contain;
	width: 120px;
	height: 120px;
	z-index: 1;
}
.feature-img-wrap-2::before {
	content: "";
	position: absolute;
	display:inline-block;
	top: 360px;
	right: 250px;
	background:url(images/deco-trian.png)no-repeat;
	background-size: contain;
	width: 120px;
	height: 120px;
	z-index: 1;
}
/** こどもの心・脳・身体が育つ **/
.feature-flex-wrap {
	margin-bottom: 56px;
}
.feature-content {
	margin-bottom: 90px;
}
.feature-sentence-wrap{
	border: 3px solid #B6C360;
	border-radius: 60px;
	padding: 56px 32px;
	background: repeating-linear-gradient(135deg, #faf9f7, #faf9f7 30px, #fff 30px, #fff 60px);
	text-align: center;
		position: relative;
}
.feature-sentence-h3 {
	display: inline-block;
	font-size: 1.6rem;
	font-family: 'Zen Maru Gothic', sans-serif;
  letter-spacing: .1rem;
	margin-bottom: 20px;
	position: relative;
}
.feature-sentence-p {
	line-height: 1.5;
	margin-bottom: 40px;
}
.feature-number-wrap {
	margin: 0 auto;
	width: 80%;
}
.feature-number-ul {
	list-style:none;
	text-align: left;
}
.feature-number-p {
	display:inline-block;
}
.number-maru {
	display:inline-block;
	background-color: #B6C360;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	line-height:40px;
 text-align:center;
	margin-right: 32px;
}
.feature-number-li {
	color: #fff;
	font-weight: 700;
	margin-bottom: 24px;
	display: flex;
	align-items: center;
}
.feature-number-p {
	color: #333;
	font-weight: 400;
 font-size: 1.2rem;
	line-height: 1.5;
}
/**装飾**/
.feature-sentence-wrap::before {
	content: "";
	position: absolute;
	display:inline-block;
	top: -40px;
	right: 50%;
	transform: translatex(50%);
	background:url(images/leaf.png)no-repeat;
	background-size: contain;
	width: 110px;
	height: 110px;
	z-index: 1;
}
.feature-sentence-h3::before {
		content: "";
	position: absolute;
	display:inline-block;
	top: 3px;
	left:-12%;
	background:url(images/comma-left.png)no-repeat;
	background-size: contain;
	width: 40px;
	height: 40px;
	z-index: 1;
}
.feature-sentence-h3::after {
		content: "";
	position: absolute;
	display:inline-block;
	top: 3px;
	right: -12%;
	background:url(images/comma-right.png)no-repeat;
	background-size: contain;
	width: 40px;
	height: 40px;
	z-index: 1;
}

/** 求人募集ボタン　**/
.header-tel-wrap {
	display: flex;
	align-items: center;
}
.header-tel {
	margin-right: 12px;
}
.header-recruit {	
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  	border-radius: 48% 43% 45% 50% / 56% 54% 40% 49% ;
  background: #30A66B;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.2;
	color: #fff;
}
.recruit-p {
  position: relative;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width :80px;
  text-align:center;
}
html a.customize-unpreviewable{
	cursor: auto !important;
}
.header-recruit a {
	color:#fff;
}
.header-recruit:hover {
	opacity: 0.8;
	transition: 0.2s;
}

/**5領域支援**/
.five-p {
	text-align: center;
	margin-bottom: 24px;
}
body .five-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-left: 0!important;
}
.five-li {
 list-style: none;
 width: 30%;
	margin: 4px;
}
.five-content {
	padding-bottom: 80px;
}
.five-wrap {
	text-align: center;
}
.five-wrap a {
	margin-top: 40px;
	display: inline-block;
	padding: 8px 80px;
	color:  #4485bf;
	background-color: #fff;
	border: 2px solid #4485bf;
	position: relative;
	transition: 0.3s;
	margin-bottom: 24px;
}
.five-wrap a {
	overflow: hidden;
}
.five-wrap a::before {
    content: "";
    position: absolute;
    bottom: -2px; /* 三角形の位置を調整 */
    right: -2px; /* 三角形の位置を調整 */
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 15px 15px; /* 三角形の形状を設定 */
    border-color: transparent transparent #4485bf transparent; /* 三角形の色を設定 */
}
.five-wrap button {
	border: none;
	background-color: initial;
	color: #4485bf;
}
.five-wrap a:hover {
	background-color: #4485bf;
}
.five-wrap a:hover button {
	color: #fff;
}
@media screen and (max-width: 758px) {
	.five-wrap a {
		width: 100%;
		padding: 8px 0; 
		margin-top: 24px;
		margin-bottom: 0;
	}
}
/**サイドバー**/
.sidebar {
	padding-right: 0;
	padding-left: 3.5%;
}
.widget_new_entries h3 {
  position: relative;
  background: repeating-linear-gradient(-45deg, #4483BD, #4483BD 15px, #5890c4 15px,#5890c4 30px);
	color: #fff;
	letter-spacing: 0.1rem;
}
.widget_categories h3 {
  position: relative;
  background: repeating-linear-gradient(-45deg, #A8BD5A,#A8BD5A 15px, #B1C46B 15px,#B1C46B 30px);
	color: #fff;
	letter-spacing: 0.1rem;
}
.widget_archive h3 {
  position: relative;
  background: repeating-linear-gradient(-45deg, #D6657D,#D6657D 15px, #DA758A 15px,#DA758A 30px);
	color: #fff;
	letter-spacing: 0.1rem;
}
.widget_archive h3::before {
	content:"";
	margin-right: 5px;
}
.widget-sidebar-standard.widget_categories  ul li{
	border-bottom: 3px dotted #DCDCDC;
	position: relative;
}
.widget-sidebar-standard.widget_categories  ul li::after {
	content: "";
	background: url(images/arrow-green.png)no-repeat;
	display:inline-block;
	background-size: contain;
	width: 28px;
	height: 28px;
	bottom: 50%;
	transform: translatey(50%);
	right: 10px;
	position: absolute;
	pointer-events: none;
}

.widget-sidebar-standard.widget_archive ul li {
	border-bottom: 3px dotted #DCDCDC;
	position: relative;
}
.widget-sidebar-standard.widget_archive ul li::after {
	content: "";
	background: url(images/arrow-pink.png)no-repeat;
	display:inline-block;
	background-size: contain;
	width: 28px;
	height: 28px;
	bottom: 50%;
	transform: translatey(50%);
	right: 10px;
	position: absolute;
	pointer-events: none;
}


/**サイドバー　系列教室**/
#custom_html-9 h3 {
	position: relative;
  background: repeating-linear-gradient(-45deg, #FCAF3A, #FCAF3A 15px, #FFB74A 15px,#FFB74A 30px);
	color: #fff;
	letter-spacing: 0.1rem;
}
.sidebar-classroom ul li{
	border-bottom: 3px dotted #DCDCDC;
	position: relative;
}
body .sidebar-classroom ul {
	list-style: none;
	padding: 0;
}
.sidebar-classroom a {
	display: block;
	text-decoration: none;
	color: #000;
	padding: 10px 0;
	padding-right: 4px;
	padding-left: 4px;
}
.sidebar-classroom ul li::after {
	content: "";
	background: url(images/arrow-orange.png)no-repeat;
	display:inline-block;
	background-size: contain;
	width: 28px;
	height: 28px;
	bottom: 50%;
	transform: translatey(50%);
	right: 10px;
	position: absolute;
	pointer-events: none;
}
.sidebar-classroom ul li:hover {
	   background-color: #f5f8fa;
    transition: all 0.3s ease-in-out;
    color: var(--cocoon-text-color);
}
	
/** 固定バナー **/
.pc-fixed-wrap {
	position: fixed;
	bottom: 0;
	right: 10%;
	width: 500px;
	display: flex;
	z-index: 300;
	transition: 0.5s;
	margin-bottom: -70px;
}
.contact-fixed-img,.recruit-fixed-img {
	width: 250px;
	transition: 0.5s;
}
.contact-fixed-img:hover,.recruit-fixed-img:hover {
 transform: translateY(-60px);
transition: 0.5s;
}
.sp-fixed-wrap {
	display:none;
}


/** お知らせ **/
#blog {
	margin-bottom: 80px;
}
.h2-blog {
	color: #4485BF;
	font-family: 'Zen Maru Gothic', sans-serif;
	letter-spacing: .1rem;
	position: relative;
	margin-bottom: 40px;
	font-size: 2rem;
}
.h2-blog::after {
	content: "";
	position: absolute;
	display:inline-block;
	top: 110%;
	left: 31%;
	transform:translatex(-50%);
	background:url(images/dot-blue.png)no-repeat;
	background-size: contain;
	width: 80px;
	height: 50px;
}
.blog-head-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	margin-bottom: 16px;
}
.blog-archive-wrap {
	font-family: 'Zen Maru Gothic', sans-serif;
}
.blog-archive-wrap a {
	transition: 0.5s;
}
.blog-archive-wrap a p {
	text-decoration: none;
	color: #545454;
	border-bottom: 2px dotted #545454;
	display: block;
}
.blog-archive-wrap > a:hover {
	opacity: 0.5;
	transition: 0.2s;
}
/**
.blog-archive-wrap a::before {
		content: "";
	position: absolute;
	display:inline-block;
	top: 15%;
	right: 9%;
	transform:translatex(-50%);
	background:url(images/arrow-blue.png)no-repeat;
	background-size: contain;
	width: 70px;
	height: 70px;
	z-index: -1;
	pointer-events: none;
}
**/
.ul-blog {
	padding: 0;
}
.ul-blog > li {
	display: block;
	list-style: none;
	border-bottom: 2px solid #CDCDCD;
	font-size: 16px;
	position: relative;
}
.ul-blog > li:nth-child(odd){
	background-color: #FAF9F7;
}
.blog-archive-link {
	display: flex;
	align-items: center;
}
.blog-archive-btnimg {
	width: 70px;
	height: auto;
	margin-right: 12px;
}

.ul-blog > li a::after {
	content: "";
	position: absolute;
	display:inline-block;
	right: 16px;
 top: 50%;
	transform: translateY(-50%);
	background:url(images/arrow.png)no-repeat;
	background-size: contain;
	width: 25px;
	height: 25px;
	z-index: 1;
	pointer-events: none;
}
.blog-date {
	display: block;
	font-size: 15px;
}
.catn {
	background-color: #4485BF;
	margin-left: 5px;
	color: #fff;
	padding: 4px 4px;
	border-radius: 2px;
	font-size: 13px;
	margin-right: 8px;
}

.ul-blog li a {
	display: block;
	padding: 16px 0 ;
}

.ul-blog li:hover {
		opacity: 0.7;
	color: #1967d2;
	transition: 0.2s;
}
 .ul-blog li a:hover {
	color: #1967d2;
}
.blog-archive-wrap>a {
	text-decoration: none;
}

/**ブログ記事ページ個別デザイン**/
.entry-content>h2 {
  border-left: 5px solid #B5C260;/*左線*/
  padding: .5em .7em;/*余白*/
  background: rgba(50,50,50,.07);/*背景色*/
  color: #323232;
}
.entry-content>h3 {
	  border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: none;
  position: relative;
  color: #323232;
  padding-left: 1.3em;
  line-height: 1.2;
}
.entry-content>h3::before {
	content: "";
	background: url(images/arrow-green.png)no-repeat;
	display:inline-block;
	background-size: contain;
	width: 22px;
	height: 22px;
	top: 25%;
 	left: 0;
	position: absolute;
	pointer-events: none;	
}
.cat-link {
	background-color:#4485BF;
}
.cat-label {
	background-color:#4485BF;
}

/** 教室写真 **/
/** 3/8追加　異なる高さの調整　**/
.swiper-wrapper {
	margin-left: 0;
}
.swiper-slide {
	height: auto;
}
.xo-slider {
	height: 358px;
}
.swiper.swiper-container.swiper-initialized.swiper-horizontal.swiper-backface-hidden{
	height: 358px;
}
@media screen and (max-width: 400px) {
	.swiper.swiper-container.swiper-initialized.swiper-horizontal.swiper-backface-hidden{
	height: 250px;
}
}
@media screen and (max-width:758px){
html .photo-right::before{
top: 45%;
}
}
/**　3/8ここまで　**/
.h2-photo {
	color: #4485BF;
	font-family: 'Zen Maru Gothic', sans-serif;
	letter-spacing: .1rem;
	position: relative;
	margin-bottom: 40px;
	font-size: 2rem;
}
.h2-photo::after{
    content: "";
    position: absolute;
    display: inline-block;
    top: 110%;
    left: 2.5rem;
    transform: translatex(-50%);
    background: url(images/dot-blue.png)no-repeat;
    background-size: contain;
    width: 80px;
    height: 50px;
}
.photo2 {
	margin: 30px 0 70px 0;
}
.photo {
	margin-bottom: 120px;
}
.photo-flex {
	display: flex;
}
.photo-left {
	margin-right: 96px;
}
.photo-right {
	width: 66%;
	border-radius: 25px;
	margin-top: 8px;
	position: relative;
}

.swiper.swiper-container.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
	border-radius: 25px;
}
.swiper-wrapper {
	margin-top: 0;
}
.photo-right::after{
    content: "";
	 background: url(images/photo-img02.png)no-repeat;
    position: absolute;
    display: inline-block;
        top: -24px;
			left: 92%;
    background-size: contain;
    width: 65px;
    height: 65px;
	z-index: 2;
}
.photo-right::before{
    content: "";
	 background: url(images/photo-img01.png)no-repeat;
    position: absolute;
    display: inline-block;
	top: 65%;
    left: -18%;
    background-size: contain;
    width: 180px;
    height: 180px;
}
@media screen and (max-width:758px){
.photo-flex {
	flex-direction: column;
}
	.photo-right {
		width: 100%;
	}
	.photo-right::after {
		left: 86%
	}
	.photo {
		margin-bottom: 140px;
	}
}
/***************
5領域支援
***************/
.five-heading{
 color: #6cb4e4;
  text-align: center;
  padding: 0.25em;
  border-top: solid 2px #6cb4e4;
  border-bottom: solid 2px #6cb4e4;
  background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
  background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
	margin-bottom: 40px;
}
.five-heading-wrap:not(:first-child){
	padding-top: 80px;
}
.five01-flex ul {
	background-color: #F6F6F6;
	padding: 20px 40px;
	margin-bottom: 20px;
}
.five-pdf {
	text-align: center;
	padding-top: 32px;
}
.five-pdf a {
	display: block;
	text-decoration: none;
	border: 2px solid #4485bf;
	color: #4485bf;
	padding: 16px;
	font-size: 1rem;
	transition: 0.3s;
}
.five-pdf a:hover {
	transition: 0.3s;
background-color: 	#4485bf;
	color: #fff;
}

.five-h3{
	  border-bottom: solid 3px #cce4ff;
  position: relative;
	margin-bottom: 20px;
}
.five-h3::after {
	  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #5472cd;
  bottom: -3px;
  width: 10%;
}
.five-h3:not(:first-child) {
	padding-top: 20px;
}
.five03-h3 {
		  border-bottom: solid 3px #cce4ff;
  position: relative;
	margin-bottom: 20px;
}
.five03-h3::after {
		  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #5472cd;
  bottom: -3px;
  width: 10%;
}
.five02-h4 {
border-bottom: 2px dotted #000;
	margin-bottom: 16px;
}
.five02-h4:not(:first-of-type) {
	padding-top: 20px;
}
.five02-top-ul {
		background-color: #F6F6F6;
	padding: 20px 40px;
	margin-bottom: 20px;
}
.five03-1-h4,.five03-2-h4,.five03-3-h4,.five03-4-h4,.five03-5-h4 {
	border-bottom: 2px dotted #000;
	margin-bottom: 16px;
}
.five03-1-p,.five03-2-p01,.five03-3-p,.five03-4-p,.five03-5-p {
	margin-bottom: 16px;
}
.five03-h3 {
	position: relative;
  padding: 1rem 2rem;
  border: 3px solid #d8d8d8;
  border-radius: 10px;
  background: #f9f9f9;
	margin-bottom: 24px;
}
.five03-h3:not(:first-child) {
	margin-top: 30px;
}
.five03-h3::before {
	position: absolute;
  bottom: -14px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #d8d8d8 transparent transparent transparent;
}

.five03-h3::after {
  position: absolute;
  bottom: -10px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #f9f9f9 transparent transparent transparent;
}
.five03-2-flex01-left {
			background-color: #F6F6F6;
	padding: 20px 40px;
	margin-bottom: 20px;
}
.five03-2-flex01-right {
	background-color: #FFF9C4;
	padding: 20px 40px;
	margin-bottom: 20px;
}
.five03-2-flex02{
				background-color: #F6F6F6;
	padding: 20px 40px;
	margin-bottom: 20px;
}
.five-fields h4 {
	color: #4485bf;
}
.five-fields-summary {
	border: 3px dotted #B6C360;
	padding: 2rem;
	background-color: #fffffa;
	margin-top: 40px;
}
@media screen and (max-width: 758px) {
	.five-fields-summary {
		padding: 1.2rem;
	}
}
/***************
フッター
***************/
.footer {
	overflow: hidden;
		 background: #B6C360;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  margin-left: -100px;
  margin-right: -100px;
  padding-left: 100px;
  padding-right: 100px;
  min-height: 250px
}
.footer-nav {
	max-width: 1050px;
	margin: 0 auto;
	padding-top: 56px;
}
.footer-nav ul {
	list-style-type: none;
	display:flex;
	justify-content: space-between;
}
.footer-nav>ul>li {
	position: relative;
}
.footer-bottom {
	max-width: 840px;
	margin: 0 auto;
	margin-top: 40px;
}

.footer-nav>ul>li>a{
	color:#fff;
	text-decoration: none;
	position: relative;
	transition: 0.35s;
}
.footer-nav>ul>li>a:hover {
	cursor: pointer;
	color: #4B9B59;
}
.footer-left{ 
	display: flex;
	width: 96%;
}
body .footer-right {
	display: flex;
	width: 96%;
	justify-content: flex-end !important; /* 右寄せにする */
}
.footer-right li:first-child {
	margin-right: 20px;
}
html .footer-right li {
	font-size: 14px;
}
.footer-nav>ul>li>a {
	font-size: 13px;
}
.footer-left>li:not(:last-child)::after{
	content: " ";
    position: absolute;
    background-color: #fff;
    top: 38%;
    right: -12px;
    width: 1px;
    height: 12px;
    display: inline-block;
}
.footer-bottom-new {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.footer-bottom-logo-new {
	margin-bottom: -51px;
}
.copyright-new {
	font-size: 14px;
	margin-bottom: 76px;
	color: #fff;
}
/***************
フッターメディアクエリ
***************/
@media screen and (max-width:758px){
	.footer-nav>ul>li>a:hover {
	color: #fff;
}
	.footer-nav>ul {
		flex-direction: column;
	  padding: 0;
		margin: 0 6px;
		margin-top: 40px;
	}
	.footer-nav>ul>li {
		display: block;
		padding: 6px;
		border-top: 2px dotted #fff;
		position: relative;
}
	.footer-nav>ul>li>a{
		display: block;
	}

	.footer-nav>ul>li:hover {
		display: block;
		background-color: #d7ddaa;
		text-decoration: none;
	}
	.footer-nav>ul>li::before {
		content: "";
		background: url(images/arrow-white.png) no-repeat;
		display: inline-block;
		width: 16px;
		height:16px;
		background-size: contain;
		position: absolute;
	right: 4px;
		top: 25%;
		z-index: 10;
	}
	.footer {
		margin-top: -40px;
	}
	.footer-right li:first-child {
	margin-right: 0;
}
	.footer-right li:last-child {
				border-bottom: 2px dotted #fff;
	}
html	.footer-right{
		margin-top: 0;
	}
.footer-nav>ul>li>a::after {
	display: none;
	}

		.copyright-new {
		padding: 0 16px;
		margin-bottom: 48px;
	}
}


/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/

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

}
@media screen and (max-width:950px){
	.h-nav {
		min-width: 800px;
	}
	.gnavi__lists li a  {
		font-size: 14px;;
	}
	.h-nav .li1::after,.h-nav .li2::after,.h-nav .li3::after,.h-nav .li4::after,.h-nav .li5::after,.h-nav .li6::after{
	right: -6px;
}
	.gnavi__lists li a img {
		width: 60%;
	} 
	.li1 .nav-img {
		width: 80px;
	}
	.li3 .nav-img {
		width: 90px
	}
	.li6 .nav-img {
		width: 100px;
	}
}
@media screen and (max-width: 758px){
.h-nav{display:none;}
.menu-trigger{display:block;}
.nav-menu{display:block;}
.overlay {content: "";display: block; width: 0;height: 0;background-color: rgba(0, 0, 0, 0.5); position: absolute;top: 0;left: 0;z-index: 10;opacity: 0;transition: opacity .5s;}
.overlay.open {width: 100%; height: 100%;opacity: 1;}
.overlay.open{position: fixed;}
main {height: 100%;min-height: 100vh; padding: 0 50px;background-color: #eee;transition: all .5s;display: flex;flex-direction: column;justify-content: center;}

.menu-trigger { display: inline-block; width: 36px;height: 28px;vertical-align: middle; cursor: pointer;position: fixed;top: 30px;right: 30px;z-index: 150;}
.menu-trigger span { display: inline-block;box-sizing: border-box;position: absolute; left: 0;width: 100%;height: 4px;background-color: #333;transition: all .5s;}
.menu-trigger.active span {background-color: #333;}
.menu-trigger span:nth-of-type(1) {top: 0;}
.menu-trigger.active span:nth-of-type(1) { transform: translateY(12px) rotate(-45deg);}
.menu-trigger span:nth-of-type(2) { top: 12px;}
.menu-trigger.active span:nth-of-type(2) {opacity: 0;}
.menu-trigger span:nth-of-type(3) { bottom: 0;}
.menu-trigger.active span:nth-of-type(3) { transform: translateY(-12px) rotate(45deg);}
.nav-menu {width: 250px;height: 100%;padding-top: 100px; background-color:#ED7D31;position: fixed;top: 0;right: 0;z-index: 100;transform: translate(250px); transition: all .5s;}
.nav-menu.open { transform: translateZ(0);}
.nav-menu ul {list-style: none;margin: 0;padding: 0;text-align:center;}
.nav-menu li { padding: 10px 0;}
.nav-menu li a{ color: #333;text-decoration:none;padding: 10px 0;}
* { box-sizing: border-box;}

/***************
SP時ナビ
***************/
	html {
		    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
	}
	.header-info {
		width: 60%;
		min-width: 320px;
		margin-bottom: -10px;
	}
	.header-tel {
		display: none;
	}
/***************
ハンバーガー調整
***************/
.sp-phone {
	margin-top:-14px;
}
.nav-menu {
	padding-top: 90px;
}
	.sp-phone {
	margin-top:-8px;
	margin-bottom: 4px;
}
.sp-phone>a {
	margin: 0 !important;
	padding: 0 !important;
}
.nav-menu {
	padding-top: 80px;
}
.sp-contact-btn>a{
}
	.sp-contact-span
{
	border-bottom: 1px solid #DCDCDC;
	margin: 5px 20px;
}
	.fixed-none {
		display: none !important;
	}

.sp-phone a {
	white-space: nowrap;
	font-size: 1.6rem;
}	

/***************
mv
***************/
	.mv {
		padding: 0 3%;
	}
	.catch {
		font-size: 3vw
	}
	.school {
		font-size: 3vw;
	}
.mv 	h1 {
		font-size: 3vh;
	line-height: 1.4;
	margin-top: 2px;
	}
	
	.header-wrap {
		margin-bottom: 8px;
	}
	
/***************
greeting
***************/
	.greeting-back {
		display: none;
	}
	.greeting-wrap {
		background-color: #FAF9F7;
		border-radius: 50px;
		padding: 40px 32px; 
	}
	.sentence-wrap {
		z-index: 10;
	 position: relative;
	}
.greeting-content::before {
	bottom: -2%;
	left: 4%;
	transform:translatex(-50%);
	width: 100px;
	height: 100px;
}
.greeting-content::after {
	top: -6%;
	right: -22%;
	transform:translatex(-50%);
	width: 100px;
	height: 100px;
}
	.greeting-h2 {
		font-size:1.5rem;
	}
	.greeting-h2::after {
	top: 120%;
}
	.greeting-content {
		margin-bottom: 72px;
	}

/***************
こどもプラスの特徴
***************/
	.feature li.feature-li {
		flex-direction: column;

	}
	.heading-h2 {
	margin-bottom: 48px;
	font-size: 1.5rem;
}
.heading-h2::after {
	top: 120%;
	left: 50%;
}
.feature-even {
	margin-left: 0px;
		margin-right: 0px;
}
.feature-odd {
	margin-right: 0px;
	margin-left: 0px;
}

.feature-h3 {
	margin-bottom: 20px;
}

	.feature-img{
		width: 80%;
	}
	
	/**背景装飾**/
.feature-odd::after {
	top: 55%;
	left: -10%;
	width: 420px;
	height: 520px;
	z-index: -1;
}
.feature-even::after {
	top: 55%;
	right: -10%;
	width: 420px;
	height: 520px;
	z-index: -1;
}
.feature-img-wrap-1::after {
	top: 350px;
	right: -10%;
	width: 420px;
	height: 520px;
	z-index: -1;
}
/**三角の装飾**/
.feature-img-wrap-1::before {
	top: 42%;
	left: 65%;
	width: 120px;
	height: 120px;
	z-index: 1;
}
.feature-even::before {
	top: 42%;
	left: 65%;
	width: 120px;
	height: 120px;
	z-index: 1;
}
.feature-img-wrap-2::before {
	top: 42%;
	right: 67%;
	width: 120px;
	height: 120px;
	z-index: 1;
}
		.feature-img-wrap-1
	{margin:0;
	padding:0;}
.feature-sentence{
	margin-top: 8px;
	width: 100%;
}
	.feature-img-wrap {
		text-align: center;
	}
/** こどもの心・脳・身体が育つ **/
.feature-content {
	margin-bottom: 72px;
}
.feature-sentence-wrap{
	padding: 48px 32px;
}
.feature-sentence-h3 {
	font-size: 1.2rem;
	margin-bottom: 20px;
margin-top: 20px
}
	.sp-none {
		display: none;
	}
.feature-number-wrap {
	width: 100%;
}
	.feature .feature-number-ul {
		padding: 0;
	}
.number-maru {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	line-height:40px;
 text-align:center;
	margin-right: 16px;
		font-size: 1rem;
		flex-shrink: 0;
	}
.feature-number-p {
 font-size: 1rem;
}
/**装飾**/
.feature-sentence-h3::before {
	left: -9%;
	width: 25px;
	height: 25px;
}
.feature-sentence-h3::after {
	right: -9%;
	width: 25px;
	height: 25px;
	z-index: 1;
}
	
/**5領域支援**/
.five-flex {
margin: 0 auto;
	}
.five-li {
	width: 46%;
}
.five-p {
	text-align: left;
}

/***************
ヘッダー装飾
***************/
	.mv-content::after{
		width: 80px;
		right: -45px;
		top: -15px;
	}
		.mv-content::before{
		width: 80px;
		left: -30px;
			bottom: -150px;
	}
	.header-recruit {
		display: none;
	}
/***************
SP時ナビ
***************/
		.nav-menu {
		background-color: #fff;
		font-family: 'Zen Maru Gothic', sans-serif;
	}
	.nav-menu ul li:not(:last-child) {
		color: #333;
	}
	.nav-menu ul li:not(:last-child) {
		text-align: left;
		padding: 0;
		padding-left: 2px;
	}
	.sp-li1>a,.sp-li2>a,.sp-li3>a,.sp-li4>a,.sp-li5>a,.sp-li6>a,.sp-li7>a {
		display: block;
		border-bottom: 3px dotted #DCDCDC;	
		margin: 0 16px;
		position: relative;
		font-size: 16px;
	}
	.nav-menu ul>li>a:not(.not-content)::before {
	content: "";
	position: absolute;
	display:inline-block;
	right: 8px;
	top: 25%;
	background:url(images/arrow-green.png)no-repeat;
	background-size: contain;
	width: 26px;
	height: 26px;
	z-index: 1;
		pointer-events: none;
	}
	.nav-menu ul>li>a:hover {
		background-color: #FAF9F7;
	}
	.sp-contact-btn {
		display: flex;
		flex-direction: column;
	}
	.sp-contact-btn>a {
		padding: 0 !important;
	}
	.sp-phone>a {
	padding: 0 !important;
	margin: 0!important;
}
	.sp-contact-a,.sp-recruit-a {
		display: inline-block;
    width: 230px;
    height:　50px;
    line-height: 50px;
		margin: 8px 10px;
	border-radius: 50px;
font-weight: 500;
		letter-spacing: 0.1rem;
	}
	.sp-contact-a:hover,.sp-recruit-a:hover{
		opacity: 0.7;
		transition: 0.2s;
	}
	.sp-contact-a {
		background-color: #4484BE;
		margin-bottom: 12px;
	}
	.sp-recruit-a {
		background-color: #2EA76A;
	}
	.sp-contact-a,.sp-recruit-a {
		color:#fff !important;
	}
	.sp-phone {
		font-size: 1.8rem;
	}
	/**　ヘッダー時ナビ　アコーディオン　**/

.nav-menu .accordion-header {
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
}
.nav-menu .accordion-inner {
  display: none;
  padding: 30px 30px;
}
.accordion-header {
	padding: 10px 0;
	margin: 0 16px;
	border-bottom: 3px dotted #DCDCDC;
	position: relative;
}
.nav-menu .accordion-inner {
	padding: 10px 0;
	margin: 0 16px;
	border-bottom: 3px dotted #DCDCDC;
}
.nav-menu .accordion-ul li:last-child {
	text-align: left;
	padding: 0;
	border: none;
}
.nav-menu .accordion-a {
	display: block;
	margin:0;
	padding: 4px 0;	
}
.nav-menu .accordion-ul li{
	border-bottom: 2px dotted #DCDCDC;
}
.accordion-header::before {
	content: "";
	position: absolute;
	display:inline-block;
	right: 8px;
	top: 25%;
	background:url(images/arrow-green.png)no-repeat;
	background-size: contain;
	width: 26px;
	height: 26px;
	z-index: 1;
	pointer-events: none;
	}
	.accordion-a {
		position: relative;
	}
	.accordion-a::before {
	content: "";
	position: absolute;
	display:inline-block;
	background:url(images/arrow-gray.png)no-repeat;
	background-size: contain;
	z-index: 1;
	pointer-events: none;
	top: 32%;
	right: 8px;
	width: 16px;
	height: 16px;
	}


	/**固定バナー**/
/**SP固定バナー**/
.pc-fixed-wrap {
		display: none;
	}
.sp-fixed-wrap {
	display: flex;
	position: fixed;
	bottom: 0;
	width:100%;
	margin-bottom: -12px;
	z-index: 9999999999;
	border-radius: 5px 5px 0 0;
	opacity: 0.9;
}
	.sp-recruit-fixed:hover,.sp-contact-fixed:hover {
		opacity: 0.6;
	}	
	
}/**mediaクエリend**/

/**TOPへ戻る**/
#go-to-top .go-to-top-button {
	background: url(images/top.png)no-repeat;
	background-size: contain;
	width: 70px;
	height: 110px;
	background-color: none;
}

.fa-angle-double-up:before {
	content: none;
}
#go-to-top .go-to-top-button{
	transition: 0.2s;
}
#go-to-top {
	bottom: 5px;
	right: 12px;
}
#go-to-top .go-to-top-button:hover {
	transform: translate(2px,2px);
	transition: 0.3s;
}
/** TOPに戻るボタンの重複を削除 **/
html .fa-angle-double-up:before{
	content: none;
}
/***************
小さいスマホ調整用 - メディアクエリ
***************/
@media screen and (max-width: 375px) {
	.nav-menu ul li a {
		padding: 6px;
	}
	.sp-phone {
		margin-top: -14px;
	}
	.nav-menu .reception{
		line-height: 1.5;
	}
	.nav-menu ul>li>a:not(.not-content)::before {
		width: 24px;
	}
	.sp-contact-a {
		margin-bottom: 6px
	}
	.nav-menu {
		padding-top: 70px;
	}
	.menu-trigger {
		top: 20px;
		right: 20px;
	}
	.sp-nav-li a {
		font-size: 14px;
	}
}

 
 	
/** 7/31追加 　支援プログラム**/
.top-wrap {
        text-align: right;
        margin-bottom: -24px;
}
/************************
 *  10月メンテナンス時追加 *
 ************************/
/** シングルページ サムネイル縦型 **/
.single .main .eye-catch img {
	max-height: 500px;
	object-fit: cover;
	object-position: center;
}
@media screen and (max-width: 758px) {
	.single .main .eye-catch img {
	max-height: 300px;	
	}
}
/** 404ページ 人気記事 **/
.error404 .widget-404-page-title {
  padding: 0.5rem 1rem;
  color: #ffffff;
  border-radius: 1px;
  border: 2px dashed #fff;
  background: #f5b965;
  box-shadow: 0 0 0 8px rgba(245, 185, 101);
	margin-bottom:28px;
	font-weight: bold;
	letter-spacing: 0.05rem;
}
.not-found {
	display: none;
}
.error404 .post p {
	margin-bottom: 60px;
}
/** サイドバー人気記事 **/
#sidebar .widget_popular_entries h3 {
	background: repeating-linear-gradient(-45deg, #edb150, #edb150 15px, #efb962 15px, #efb962 30px);
	color: #fff;
}
/**　ヘッダー・フッター　**/
.footer-address {
    display: flex;
    justify-content: center;
    align-items: flex-start; /* 必要なら上下の整列も調整 */
	width: 80%;
	margin: 0 auto;
	margin-top: 150px;
}
.footer-nav {
	padding-top: 0;
}
.footer-ad-right iframe {
	height: 300px;
	border-radius: 5px;
}
.footer-name {
	color: #fff;
	font-size: 20px;	font-weight: bold;
	margin-bottom: 8px;
	padding-bottom: 2px;
	border-bottom: 3px dotted #fff;
}
.footer {
	background-color: #aabf65!important;
}
.footer-ad-left dt,.footer-ad-left dd {
	color: #fff;
	font-size: 16px;
}
.footer-ad-left dl {
	display: flex;
}
.footer-ad-left dt {
	font-weight: bold;
	letter-spacing: 0.05rem;
	padding-top: 2px;
	margin-right: 16px;
	white-space: nowrap
}
.footer-ad-left dd {
	padding-bottom: 8px;
}
.footer-ad-left {
	margin-right:40px;
	padding-top: 12px;
}
.footer-site-logo-image{
	margin-bottom: 40px;
}
.pc-contact,.footer-contact {
	 padding: 0.7em 1.5rem;
  color: #ffffff;
  border-radius: 3px;
  border: 2px dashed #fff;
  background: #336ea7;
  box-shadow: 0 0 0 8px rgba(51, 110, 167);
	text-decoration: none;
	margin-left: 10px;
	margin-right: 8px;
	white-space: nowrap;
	transition: 0.25s;
}
.fa-envelope {
	margin-right: 8px;
	font-size: 1.4rem;
	vertical-align: middle;
}
.pc-contact:hover {
	opacity: 0.6;
	transition: 0.25s;
	color: #fff;
}
.li7 .nav-img {
	width: 110px;
	padding-bottom: 4px;
}
.h-nav .li6::after {
	content: none;
}
.li7 {
	position: relative;
	margin-left: -4px;}
.li7::after {
	content: "";
    display: inline-block;
    width: 2px;
    height: 75px;
    background-color: #DCDCDC;
    position: absolute;
    bottom: 15px;
    right: -20%;
}
.footer-contact {
display: block;
	width: 70%;
	text-align: center;
	margin-top: 12px;
	margin-bottom: 20px;
	transition: 0.25s;
}
.footer-contact:hover {
	opacity: 0.7;
	transition: 0.25s;
	color: #fff;
}
.footer-name span {
	display: block;
	font-weight: normal;
	font-size: 15px;
	margin-bottom: -2px;
}
.display-none {
	display: block!important;
}
.post-update {
	display: none;
}
.no-image.popular-entry-card-thumb-no-image.widget-entry-card-thumb-no-image {
	background-color: #CCC;
}
@media screen and (max-width: 758px) {
	.footer-address {
		flex-direction: column;
		margin-top: 40px;
		width: 90%;
	}
	.footer {
		border-top-left-radius: 20%;
		border-top-right-radius: 20%;
	}
	.footer-ad-left {
		margin-right: 0;
	}
	.footer-ad-left dt,.footer-ad-left dd {
		font-size: 15px;
	}
	.pc-contact {
		display: none;
	}
	.footer-contact {
		margin-bottom: 32px;
	}
	    .greeting-h2 {
        font-size: 1.4rem;
			letter-spacing: 0.05rem;
			white-space: nowrap;
    }
}

/** 11月メンテナンス追加 トップページカスタム **/
.service-custom {
	margin-bottom: 90px;
}
.service-custom h2 {
	margin-bottom: 56px;
}
.custom-left{
	padding-top: 0;
	padding-right: 2rem;
	padding-left: 0;
	width: 55%;
}
.custom-right {
	width: 40%;
	padding-top: 8px;
}
.custom-right img {
border-radius: 6px;
}
.custom-div-wrap {
	display: flex;
	align-items: top;
}
.custom-heading {
	font-size: 16px;
	display:inline-block;
	margin-bottom: 6px;
		padding:0 12px;
  color: #ffffff;
  border-radius: 25px;
  border: 1.5px dashed #fff;
  background: #f9c13e;
  box-shadow: 0 0 0 3px rgba(249, 193, 62);
}
.custom-div-wrap:last-child {
	border-bottom: none!important;
}
.custom-h3 {
	letter-spacing: 0.05rem;
color: #94bf44;
	margin-bottom: 8px;

}
.custom-div-wrap {
margin-bottom: 24px;
	  border-bottom: 3px dotted #999;
	padding-bottom: 1rem;
}
.custom-p01 {
	line-height: 1.6;
}
.cfs-custom .custom-right {
    height: 250px;
    position: relative; /* 必要に応じて調整 */
}

.cfs-custom .custom-right img {
    width: 100%;    /* 親要素に合わせる */
    height: 100%;   /* 親要素に合わせる */
    object-fit: cover;  /* 画像のアスペクト比を保ちながら切り取り */
	object-position: center;
}

@media screen and (max-width: 758px){
.custom-div-wrap {
		flex-direction: column;
	}
	.custom-left{
width: 100%;
padding-right: 0;
}
.custom-right {
	width: 100%;
}
	.custom-p01{ 
	font-size: 16px;
	}
	.service-custom h2 {
		margin-bottom: 48px;
	}
	.custom-heading {
		margin-bottom: 4px;
	}
	.custom-right {
		margin-top: 20px;
		height: 230px;
		overflow: hidden;
		border-radius: 5px;
	}
	.custom-right img {
		transform: translatey(-10%);
	}
}

/**　********
 * トップカスタム修正
 * *********/
 .custom-div-wrap {
	justify-content: space-between;
}
.custom-right {
width: 50%;	
}
@media screen and (max-width: 758px) {
	.custom-right{
		width:100%;
	}
}
/* 画像がない場合に左側を100%幅に */
.custom-div-wrap:not(:has(.custom-right)) .custom-left {
    width: 100%;
}
/**　************* 
 * FVカスタム 
 ************* **/
.mv-content::before,.mv-content::after {
	content: none;
}
.mv-content-1::before {
	 content:"";
   display:inline-block;
   width:250px;
   height:250px;
   background:url(images/star.png)no-repeat;
	background-size: contain;
   position:absolute;
   bottom:0;
	left: -70px;
}
.mv-content-1::after {
	 content:"";
   display:inline-block;
   width:250px;
   height:250px;
   background:url(images/star.png)no-repeat;
	background-size: contain;
   position:absolute;
   top:0;
	right: -180px;
}
/** ===== FV2 ===== **/
.mv-content.mv-content-2 {
	width: 100%;
	border-radius: 0;
	max-width: initial!important;
	position: relative;
}
.mv2 {
	border-radius: 0!important;
}
@media screen and (min-width: 1000px){
.mv-img.mv2 {
	transform: translatey(-10%);
}
}
@media screen and (min-width: 1200px){
.mv-img.mv2 {
	transform: translatey(-15%);
}
}
.mv-content.mv-content-2::after {
	content:"";
	width: 100%;
	height: 40px;
background:url(https://fcportal.xsrv.jp/wp-content/themes/cocoon-child-master/images/top-nami.svg) no-repeat;
	background-size:cover;
	position:absolute;
	display: inline-block;
	top: 100%;
	transform: translateY(-30px);
	left: 0;
}
.blog-name {
    font-size: clamp(1.3rem, 3.5vw, 3rem);
}
@media screen and (max-width: 768px) {
	.mv.mv2{
		padding: 0;
	}
	.mv-content.mv-content-2::after {
		height: 30px;
		transform: translateY(-32px);
	}
	.mv-content.mv-content-2 {
		z-index: 0;
	}
}
/** ===== FV3 ===== **/
.mv-content.mv-content-3 {
position: relative;
}
.mv-content.mv-content-3::before {
	content:"";
	width: 30%;
background:url(https://fcportal.xsrv.jp/wp-content/themes/cocoon-child-master/images/top-cloud1.svg) no-repeat;
	background-size:contain;
	position:absolute;
	display: block;
	left: -50px;
	top: clamp(60%,68%,84%);
}
.mv-content.mv-content-3::after {
	content:"";
	width: 80%;
background:url(https://fcportal.xsrv.jp/wp-content/themes/cocoon-child-master/images/top-cloud2.svg) no-repeat;
	background-size:contain;
	position:absolute;
	display: block;
	right: clamp(-120%,-40%,-50%);
	top: clamp(60%,6%,84%);
}
.mv3-span {
	display: block;
	position: relative;
	height: 0; /* 空間を確保しない */
	overflow: visible; /* 擬似要素がはみ出しても表示されるように */
}
@media screen and (max-width: 1300px) {
	.mv.mv3 {
		padding: 0 2%;
	}
	.mv-content.mv-content-3 {
		border-radius: 40px;
	}
	.mv-img-wrap.mv3{
		border-radius: 40px;
	}
	.mv-img.mv3 {
		border-radius: 40px;
	}
}
@media screen and (max-width: 758px) {
	.mv-content.mv-content-3::after {
		width: 65%;
		left: clamp(-20%,50%,60%);
		top: clamp(50%,8%,4%);
	}
	.mv-content.mv-content-3::before {
		width: 40%;
			right: clamp(10%,0%,40%);
	top: clamp(60%,8%,4%);
	}
		.mv-content.mv-content-3 {
		z-index: 0;
	}
}
/** ===== FV4 ===== **/
.mv-content.mv-content-4 {
	position: relative;
}
.mv.mv4 {
	padding: 0;
	position: relative;
}
.mv4 {
	position: relative;
}
.mv4-background{
	width: 100%;
height: clamp(400px,500px,600px);	background:url(https://fcportal.xsrv.jp/wp-content/themes/cocoon-child-master/images/pattern.svg) repeat;
	background-size: 65px;
	position: absolute;
	top: 10%;
	left: 0;
}
.home .main {
	background-color: transparent;
}
@media screen and (max-width: 1300px) {
	.mv.mv4 {
		padding: 0 2%;
	}
}
@media screen and (max-width: 1200px) {
	.mv4-background {
		background-size: 50px;
		height: clamp(100px,60vw,500px);
		top: 18%;
	}
}
/** ===== ナビゲーション02 ===== **/
.nav2 .h-nav ul li {
	width: 80px!important;
}
.nav2 {
	margin-top: 1px;
}
.nav2 .li1 .nav-img {
	width: 50px;
}
.nav2 .li7 .nav-img {
	width: 60px;
}
.nav2 .li2 .nav-img {
	width: 50px;
}
.nav2 .li3 .nav-img {
	width: 40px;
	margin-bottom: -4px;
}
.nav2 .li4 .nav-img {
	width: 45px;
}
.nav2 .li5 .nav-img {
	width: 38px;
}
.nav2 .li6 .nav-img {
	width: 65px;
}
.nav2 .li1::after, .nav2 .li2::after, .nav2 .li3::after, .nav2 .li4::after, .nav2 .li5::after, .nav2 .li6::after,.nav2 .li7::after{
height: 75px;
	bottom: 5px;
}

/** ===== バナー余白 ===== **/
.image-container {
    margin-bottom: 30px;
}

/** ===== ライン修正 ===== **/
.fimg {
    display: flex;
    justify-content: center;  
    align-items: center;      
    width: 100%;              
}

.fimg img.sp-image {
    display: none;
}

@media screen and (max-width: 768px) {
    .fimg img.pc-image {
        display: none;
    }

    .fimg img.sp-image {
        display: block;
    }
}

@media screen and (min-width: 769px) {
    .fimg img.sp-image {
        display: none;
    }

    .fimg img.pc-image {
        display: block;
    }
}

/** 2025/01 送迎の有無 修正 **/
.transport p {
        line-height: 1.3!important;
}
.tr-span {
        font-size: 1rem;
        display: inline-block;
        margin-left: 8px;
}

/** 1月メンテナンス追加 **/
/** サイト名の調整 **/
@media screen and (max-width: 758px) {
.blog-name {
    font-size: clamp(1.4rem, 3.5vw, 3rem);
line-height: 1.2;
margin-top: 2px; }}
/** 利用者募集バナー余白 **/
.image-container img {
        margin-bottom: 8px; }
/** 下部固定バナー調整 **/
.pc-fixed-wrap {
    bottom: 12px; }

/* ==================
 * 2025/3 メンテナンス FVデザイン追加
 * ==================　*/
#vegas-slider{width:100%;height:500px!important;overflow: hidden;}
.vegas-nav {position: absolute;bottom: 10%;left: 50%;transform: translateY(-50%) translateX(-50%);-webkit- transform: translateY(-50%) translateX(-50%);z-index: 10;}
#vegas-dots {list-style: none; padding: 0; margin: 0; display: flex; flex-direction: row;gap:15px;}
#vegas-dots li {width: 10px; height: 10px; border: 1px solid #336ea7; background: transparent; border-radius: 50%; cursor: pointer; transition: background-color 0.3s ease, transform 0.3s ease;}
#vegas-dots li.active {background-color: #336ea7; animation: bounce 0.5s ease;}
#vegas-slider .vegas-slide-inner {position: absolute;top: 0;left: 0;height: 100%;width: 100%;background-size: cover; background-position: center;}
#vegas-slider .vegas-slide {object-fit: contain;position: absolute;top: 0;left: 0;height: 500px;width: 100%;}
#vegas-slider .vegas-slide:first-child {display: block;}
@keyframes bounce {0%, 100% { transform: scale(1); }50% { transform: scale(1.3); }}

 .h-nav ul{
margin-bottom: 24px!important;
}
.fv5-background{
	width: 100%;
height: clamp(400px,500px,600px);	background:url(/wp-content/themes/cocoon-child-master/images/pattern05.svg) repeat;
	background-size: 65px;
	position: absolute;
	top: 10%;
	left: 0;
}

.fv5-content, .fv6-content {
	  z-index: 2;
    max-width: 1256px;
    margin: 0 auto;
    position: relative;
    margin-bottom: -32px;
    border-radius: 60px;
    margin-top: -8px;
max-height: 760px;
	padding: 0 20px;
	width: 100%;
}
.fv5 {
	position: relative;
}
.fv5-deco-left {
	position: absolute;
	height: 80%;
	left: -20px;
	bottom: 0;
}
.fv5-deco-right {
	position: absolute;
height: 105%;
	right: 0;
	bottom: -20px;
}
.fv5-img-wrap {
	max-height: 500px;
    overflow: hidden;
    border-radius: 20px;
	display: flex;
	align-items: center;
}
#vegas-slider {
	border-radius: 20px;
}
.fv6-deco-top {
	position: absolute;
	top: 20px;
	left: -10px;
	z-index: 1;
	width: 200px;
}
.fv6-deco-left {
	position: absolute;
	z-index: 1;
	left: -50px;
	height: 50%;
	bottom: -20px;
}
.fv6-deco-right {
	position: absolute;
	z-index: 1;
	right: -26px;
	height: 70%;
	bottom: -20px;
}
.fv5 .mv-wrap {
	left: 10%;
}
@media screen and (min-width: 759px) {
	.fv6 .mv-wrap {
	left: 7%;
}
}
@media screen and (max-width: 758px){
	#vegas-slider {
		height: 250px!important;
		width: 100%!important;
	}
	.fv6-deco-top {
		width: 120px;
		top: 12px;
	}
	.fv6-deco-left {
		bottom: -10px;
		left: -25px;
	}
	.fv6-deco-right {
		bottom: -10px;
	}
	.fv5-deco-right {
		bottom: -6px;
	}
	.vegas-slide-inner {
		background-position: 50%!important:
	}
	#vegas-slider .vegas-slide {
		height: auto;
	}
}

/** 2025/2/6 サイドバーアーカイブ 修正 **/
.archive-year-toggle {
    font-weight: normal;
    padding: 10px 0 10px 4px;
    cursor: pointer;
    transition: color 0.5s ease;
        border-bottom: 3px dotted #DCDCDC;
        position:relative;
}

.archive-year-toggle::after {
    content: "";
    background: url(images/arrow-pink.png) no-repeat;
    display: inline-block;
    background-size: contain;
    width: 28px;
    height: 28px;
    bottom: 50%;
    transform: translatey(50%);
    right: 10px;
    position: absolute;
    pointer-events: none;
}

.archive-year-toggle:hover {
    background-color: #f5f8fa;
    transition: all 0.3s ease-in-out;
    color: var(--cocoon-text-color);
}

.monthlist li{
        padding-left:8px;
}

.monthlist li::after{
        background:none!important;
}

.wpcf7-list-item {
    margin: 0 0 1em 0em;
}
/* ==================
 * 2025/4 メンテナンス 追加修正v2
 * ==================　*/
 html .fv5-img-wrap picture,
html .fv5-img-wrap img {
  width: 100%!important;
  height: 100%!important;
  object-fit: cover!important;
  display: block!important;
}
html .fv5-img-wrap picture,
html .fv5-img-wrap picture img,
html .fv5-img-wrap > img {
  width: 100%!important;
  height: 100%!important;
  object-fit: cover!important;
  display: block!important;
}
html .fv5-img-wrap * {
  width: 100%!important;
  height: 100%!important;
  object-fit: cover!important;
}
.contact-fields {
        border: 3px dotted #B6C360;
        padding: 2rem;
        background-color: #fffffa;
        font-size: clamp(0.875rem, 2.2vw, 1.125rem);
        text-align: left;
        line-height: 1.2;
    }
@media screen and (max-width: 758px) {
    html .fv5-img-wrap {
    height: 250px!important;
    }
}
/** FV修正 **/
@media screen and (max-width: 758px) {
        .mv-content-1::after {
                width: 80px!important;
                right: -45px!important;
                top: -15px!important;
        }
        .mv-content-1::before {
        width: 80px!important;
        left: -30px!important;
        bottom: -150px!important;
    }
}

/* PDFアタッチメントリストのスタイル */
.pdf-attachments-list {
  margin: 25px 0;
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.pdf-attachments-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pdf-attachments-list li {
  margin-bottom: 12px;
  padding: 10px 15px;
  background-color: #fff;
  border-left: 3px solid #e74c3c;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.pdf-attachments-list li:hover {
  transform: translateX(5px);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}

.pdf-attachments-list li:last-child {
  margin-bottom: 0;
}

.pdf-attachments-list a {
  display: flex;
  align-items: center;
  color: #333;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
}

.pdf-attachments-list a:hover {
  color: #e74c3c;
}

/* PDFアイコンのスタイル */
.pdf-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='%23e74c3c' d='M181.9 256.1c-5-16-4.9-46.9-2-46.9 8.4 0 7.6 36.9 2 46.9zm-1.7 47.2c-7.7 20.2-17.3 43.3-28.4 62.7 18.3-7 39-17.2 62.9-21.9-12.7-9.6-24.9-23.4-34.5-40.8zM86.1 428.1c0 .8 13.2-5.4 34.9-40.2-6.7 6.3-29.1 24.5-34.9 40.2zM248 160h136v328c0 13.3-10.7 24-24 24H24c-13.3 0-24-10.7-24-24V24C0 10.7 10.7 0 24 0h200v136c0 13.2 10.8 24 24 24zm-8 171.8c-20-12.2-33.3-29-42.7-53.8 4.5-18.5 11.6-46.6 6.2-64.2-4.7-29.4-42.4-26.5-47.8-6.8-5 18.3-.4 44.1 8.1 77-11.6 27.6-28.7 64.6-40.8 85.8-.1 0-.1.1-.2.1-27.1 13.9-73.6 44.5-54.5 68 5.6 6.9 16 10 21.5 10 17.9 0 35.7-18 61.1-61.8 25.8-8.5 54.1-19.1 79-23.2 21.7 11.8 47.1 19.5 64 19.5 29.2 0 31.2-32 19.7-43.4-13.9-13.6-54.3-9.7-73.6-7.2zM377 105L279 7c-4.5-4.5-10.6-7-17-7h-6v128h128v-6.1c0-6.3-2.5-12.4-7-16.9zm-74.1 255.3c4.1-2.7-2.5-11.9-42.8-9 37.1 15.8 42.8 9 42.8 9z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.only{text-decoration:none;margin-top:30px;display:block;}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
  .pdf-attachments-list {
    padding: 15px;
  }
  
  .pdf-attachments-list li {
    padding: 8px 12px;
  }
  
  .pdf-attachments-list a {
    font-size: 14px;
  }
  
  .pdf-icon {
    width: 20px;
    height: 20px;
  }
}