@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-size: 62.5%;
}
body{
	font-family: "Noto Serif JP", serif;
	font-weight: 300;
	font-style: normal;
}
#main {
	font-size: 1.6rem;
}
.main {
	padding: 0;
}
ul {
	padding-left: 0;
	list-style-type: none;
}
.content {
	margin: 0;
	margin-bottom: -80px;
}
a {
	text-decoration: none!important;
	color: #000;
	transition: 0.2s;
}
.wrap {
	width: 100%;
}
.fv {
	overflow: hidden;
}
.page-top {
	overflow: hidden;
}
#breadcrumb {
	margin-top: 0!important;
}
@media screen and (min-width: 759px) { 
	.pc-none {
		display: none;
	}
}
@media screen and (max-width: 758px) { 
	.sp-none {
		display: none;
	}
}
/**　SP時下部メニューバー **/
@media screen and (max-width: 1023px) {
.sidebar-menu-button {
	display: none;
}
}
/** トップへ戻るボタン **/
html .go-to-top {
	right: 15px;
	bottom: 15px;
}
html .go-to-top-button {
	width: 70px;
	height: 70px;
}
html .go-to-top-button:hover {
	transform:translatey(-8px);
}
@media screen and (max-width: 758px) {
	html #go-to-top {
	display: none!important;
}
}
/*===============================
タブ共通CSS
================================*/
/*tabの形状*/
.tab{
  display: flex;
  flex-wrap: wrap;
}
.tab li a{
  display: block;
  background:#ddd;
  margin:0 2px;
  padding:10px 20px;
}
/*liにactiveクラスがついた時の形状*/
.tab li.active a{
  background:#fff;
}


/*エリアの表示非表示と形状*/
.area {
  display: none;/*はじめは非表示*/
  opacity: 0;/*透過0*/
  background: #fff;
  padding:50px 20px;
}

/*areaにis-activeというクラスがついた時の形状*/
.area.is-active {
    display: block;/*表示*/
    animation-name: displayAnime;/*ふわっと表示させるためのアニメーション*/
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

@keyframes displayAnime{
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*========= レイアウトのためのCSS ===============*/

body{
  background:#eee;
}

ul{
  list-style:none;
}

a{
  color:#333;
  text-decoration: none;
}

.wrapper{
  width:100%;
  max-width: 960px;
  margin:30px auto;
    background:#fefefe;
}

.area h2{
  font-size:1.3rem;
  margin:0 0 20px 10px;
}

.area li{
  padding: 10px; 
  border-bottom: 1px solid #ddd;
}
/*===============================
アコーディオン
================================*/
.entry {
	margin: 0 auto;
	padding-bottom: 0;
}
/*===============================
固定ページ-トップ共通
================================*/
body {
	overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
*{
	transition: 0.3s;
	letter-spacing: 0.01rem;
}
.page-top {
	display: flex;
	align-items: center;
}
.page-top-content {
	padding-left: 32px;
}
.page-h1 {
	font-size: 2.8rem;
	color: #fff;
	font-weight: 300;
}
#content {
	margin-top: 0;
}
#breadcrumb {
	background-color: #f4f4f4;
	color: #383838;
}
.main {
	padding-top: 80px;
	background-color: #f4f4f4;
}
.footer {
	margin: 0;
	padding: 0;
	background-color: transparent;
}
#footer {
	padding-top: 200px;
}
.home #footer {
	background-color: #fff;
	margin-top: 80px;
padding-top: 32px;
}
.home .footer-left-bottom {
	background-color: #f4f4f4;
}
#sidebar {
	display: none;
}
.single #sidebar {
display: block !important;
}
#main {
	width: 100%;
}
/*===============================
FV
================================*/

.fv {
	background-image: url(images/fv.webp);
}
@media screen and (max-width: 758px) {
    .fv {
        /* 758px未満の場合の背景画像 */
		background-image: url(images/fv.webp);
    }
}
.sentence-top {
	display: block;
}
@media screen and (max-width: 758px) {
	.fv {
		height:600px;
}
	.fv-wrap {
		padding-left: 2%;
	}
	.fv-h1 {
		font-size: 14px;
		margin-top: 12px;
	}
}
/*===============================
固定ページ-トップ共通
================================*/
.page-top {
	background-image: url(images/page-header.webp);
	width: 100%;
    height: 350px;
    background-size: cover;
    background-position: center;
    position: relative;
}
@media screen and (max-width: 758px) {
.page-top {
	background-image: url(images/page-header.webp);
}
}
/*===============================
PC時　ヘッダー
================================*/

@media screen and (min-width: 759px) {
	.tel-a {
    pointer-events: none;
    cursor: default; /* カーソルをデフォルトに設定することで、リンクとしての外観を削除 */
	}
}

/*-------------------
 PC ドロップメニュー
---------------------*/
/* ナビゲーションメニュー */
.nav-menu {
  background-color: #333; /* メニューの背景色 */
  color: #fff; /* メニューテキストの色 */
}
.menu-list {
  display: flex;
  justify-content: center; /* メニューアイテムを中央揃えに */
}
.menu-item {
  border-left: 1px solid #fff; /* メニューアイテムの左ボーダー */
  position: relative;
}
.menu-item:last-child {
  border-right: 1px solid #fff; /* 最後のメニューアイテムの右ボーダー */
}

/* メニューアイテムのホバースタイル */
.menu-item:hover .drop-menu-list {
  opacity: 1; /* 不透明度を最大に */
  transition: opacity .3s, visibility .3s; /* アニメーション設定 */
  visibility: visible; /* 下層メニューを表示 */
}
/*===============================
共通
================================*/
/** 個別ページh2 **/
.page-heading {
	text-align: center;
	font-weight: normal;
	margin-bottom: -8px;
	font-size: 2.4rem;
}
.page-en {
	text-align: center;
	margin-bottom: 56px;
}
.mobile-footer-menu-buttons.mobile-menu-buttons {
	display: none;
}
/** SP版 **/
@media screen and (max-width: 758px) {
	.page-top {
		height: 200px;
	}
	.page-h1 {
		font-size: 2.2rem;
	}
		#content-in {
	padding-top: 40px!important;
	}
	.page-en {
		margin-bottom: 40px;
	}
}
/** PC版 **/
@media screen and (min-width: 759px) {
	.pc-none {
		display: none;
	}
	.home #main {
		padding-top: 20px;
	}
}
/*===============================
header-ヘッダー
================================*/
.menu-list a {
	color: #4b4b4b;
}
.menu-circle {
	width: 24px;
	margin-left: 6px;
}
.nav-a {
	line-height: 1.3;
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: 0.08rem;
	text-align: center;
	display: block;
}
.menu-item a {
  align-items: center;
  display: flex;
  height: 73px;
  justify-content: center;
  text-decoration: none; /* リンクの下線を非表示 */
	margin-right: 4vw;
}
.nav-li6 a {
	margin: 0;
}
.menu-item a:hover {
	color: 	#e53900;
}
.header-top {
	display: flex;
	justify-content: space-between;
}
.header-top-right {
	display: flex;
}
.header-tel {
	display: flex;
	align-items: center;
	margin-right: 1vw;
}
.tel-a {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.tell-p01 {
	font-size: 3.2rem;
	letter-spacing: 0.1rem;
	margin-top: -12px;
	white-space: nowrap;
}
.tell-p02 {
	font-size: 1.4rem;
	margin-top: -13px;
	white-space: nowrap;
}
.header-contact {
	display: flex;
	align-items: center;
	margin-right: 1vw;
}
.header-contact-a {
	display: flex;
	align-items: center;
	white-space: nowrap;
}
.header-top-left {
	width: 293px;
}
.header-application-a {
	display: flex;
	height: 100%;
	width: 23vw;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 2rem;
	background: rgb(255,145,144);
background: linear-gradient(90deg, rgba(255,145,144,1) 0%, rgba(255,171,164,1) 50%, rgba(255,200,156,1) 100%);
}
.header-application-a:hover {
	opacity: 0.7;
	color: #fff;
}
.menu-item {
	border: none;
}
.menu-item:last-child {
	border: none;
}
.site-name-text {
	line-height: 0;
}
.tel-img {
	width: 40px;
	margin-right: 2px;
}
.mail-img {
	width: 44px;
	margin-right: 6px;
}
.pc-menu {
	background-color: #f8f8f8
}
/** アコーディオン **/
.drop-menu-list {
	background-color: #fff;
}
/* ドロップダウンメニュー */
.drop-menu {
  position: relative;
}
.drop-menu-list {
  background-color: #fff; /* ドロップダウンメニューの背景色 */
  left: -10px;
  opacity: 0; /* 不透明度を最小に */
  position: absolute;
  top: 100%;
  transition: opacity .3s, visibility .3s; /* アニメーション設定 */
  visibility: hidden; /* 下層メニューを非表示 */
  width: max-content;
  z-index: 1;
}
.drop-menu-item a {
display: block;
	margin: 0;
	text-align: center;
	padding: 16px 24px;
	height: auto;
}
/** SP時ハンバーガーメニュー **/
@media screen and (min-width: 759px) {
	.nav-menu{
		display: none;
	}
}
@media screen and (max-width: 758px) {
	.menu-trigger{display:none;}
.logo{text-align:left;}
	.pc-menu{display:none;}
	.header-top-right {
		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: 20px;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: 80px; background-color:#fff;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;}
	.tell-p01 {
	font-size: 6.5vw;
	}
	.tell-p02 {
		font-size: 12px;
	}
	.tel-img {
		width: 32px;
	}
	.sp-contact-btn {
		display: flex;
		flex-direction: column;
	}
	.nav-menu ul li:not(:last-child) {
		padding: 0;
	}
	.sp-li1 a {
		border-top: 3px dotted #DCDCDC;
	}
	.sp-li1 a,.sp-li2 a,.sp-li3 a,.sp-li4 a,.sp-li5 a,.sp-li6 a,.sp-li7 a {
		display: block;
		margin: 0 12px;
		line-height: 1.5rem;
				border-bottom: 3px dotted #DCDCDC;
		text-align: left;
		padding-left: 12px!important;
	}
	.sp-li1:hover,.sp-li2:hover,.sp-li3:hover,.sp-li4:hover,.sp-li5:hover,.sp-li6:hover,.sp-li7:hover {
		background-color: #F7F7FA;
	}
	.nav-menu ul li:not(:last-child) {
position: relative;		
	}
	.nav-menu ul li:not(:last-child)::after {
		content: "";
		position: absolute;
		width: 25px;
		height: 25px;
		top: 25%;
		right: 12px;
		pointer-events: none;
	}
	.nav-menu li {
		padding: 4px 0;
	}
	.sp-contact-a {
		display: block;
		background: rgb(255,145,144);
background: linear-gradient(90deg, rgba(255,145,144,1) 0%, rgba(255,171,164,1) 50%, rgba(255,200,156,1) 100%);
		margin: 4px 12px;
		border-radius: 50px;
		letter-spacing: 0.05rem;
	}
	html .sp-contact-a {
		padding: 0!important;
	}
	.sp-contact-a:hover {
opacity: 0.7;
	}
	.sp-contact-back {
		display: block;
		margin: 2px;
		border-radius: 100px;
		background-color: #fff;
		padding: 10px 0;	
		color: #ff9190;
	}
	.sp-contact-btn span {
		display: block;
		width: 90%;
		margin: 0 auto;
		height: 1px;
		background-color: #DCDCDC;
		margin-top: 8px;
		margin-bottom: 8px;
	}
	.sp-application-a {
		display: block;
background: rgb(255,145,144);
background: linear-gradient(90deg, rgba(255,145,144,1) 0%, rgba(255,171,164,1) 50%, rgba(255,200,156,1) 100%);
		margin: 4px 12px;
		border-radius: 50px;
		color: #fff!important;
		letter-spacing: 0.05rem;
	}
	.sp-application-a:hover {
opacity: 0.7;
	}
	.sp-phone {
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
}
.nav-menu.open {
overflow: hidden;
}
	/*-------------------
 SP アコーディオン
---------------------*/
/*
  アコーディオンそのものの横幅と余白を指定。
  開閉動作に影響なし。
*/
.accordion__list {
  width: 100%;
  padding: 10px;
}
/*
  アコーディオンの開閉ボタンの装飾。
  position: relative;が無いと、
  「+」「-」の位置がずれるので注意。
*/
.accordion__head {
  position: relative;
	text-align: left;
	padding-left: 12px;
	margin: 0 12px;
  width: 100%;
  padding: 10px;
  color: #8c8c8c;
  background-color: #fff;
  cursor: pointer;
}
	.accordion__head p {
		line-height: 1;
	}
/*
  アコーディオンの開閉ボタンの右側に「+」を表示。
*/
.accordion__head::after {
  content: "+";
  position: absolute;
  top: 4px;
  right: 30px;
	color: #8c8c8c;
}

/*
  アコーディオンが開いた際に、
  開閉ボタンの右側に「+」を「-」に変更する。
*/
.accordion__item.active .accordion__head::after {
  content: "-";
  right: 13px;
}

/*
  アコーディオンの閉じている部分の装飾。
  height: 0; overflow: hidden;にすることで、
  通常時は表示されないようにする。
*/
.accordion__body {
  overflow: hidden;
  width: 100%;
  height: 0;
  padding: 0 10px;
  background: #e8e8e8;
  transition: all .25s ease;
}

/*
  アコーディオンが開いた際に、
  heightを0からautoに、paddingの上下を0から10に。
*/
.accordion__item.active .accordion__body {
  height: auto;
  padding: 10px;
}
}
/** SP版 **/
.fv-sp {
	display: none;
}
.fv-wrap-sp {
	display: none;
}
@media screen and (max-width: 758px) {
	.fv {
		display: none
	}
	.fv-sp {
		display: block;
	}
	.fv-wrap-sp {
	display: block;
}
	.menu-trigger {
		top: 21px;
	}
	.header-site-logo-image {
		width: 200px;
		position: relative;
		top: 1px;
		left: -6px;
	}
	.logo-image {
		padding-bottom: 4px;
	}
	.tell-p01 {
font-size: clamp(2.6rem, 2.5vw, 2rem); /* 最小1rem、中間は2.5vw、最大2rem */
	}
	.fv-sp {
	background: url(https://npo-hoiku.com/wp/wp-content/themes/cocoon-child-master/images/sp-fv.webp) no-repeat;
		height: 400px;
		background-position: top right 40%;
		background-size: cover;
		border-radius: 0;
	}
	.fv-p01 {
		padding: 2rem 1.5rem 0 1.5rem;
		font-size:2.5rem!important;
	}
	.fv-h1 {
		padding: 0 1.5rem 2rem;
	}
}
/*===============================
top - トップページ
================================*/
.fv {
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	height: 416px;
}
.fv-content {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-end;
}
.fv-wrap {
	display: flex;
	height: 416px;
	flex-direction: column;
	align-items: flex-start;
justify-content: center;
	padding-right: 56px;
}
.fv-p01 {
	font-size: 32px;
	letter-spacing: 0.15rem;
	margin-bottom: 12px;
	line-height: 1.5;
}
.fv-h1 {
	font-weight: normal;
	font-size: 16px;
	line-height: 1.6;
}
.top-banner-flex {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	margin-bottom: 56px;
}
.top-banner-a:not(:last-of-type) {
	margin-right: 20px;
}
.top-merit-content {
	max-width: 1200px;
	margin: 0 auto;
	padding-bottom: 100px;
}
.top-h2-wrap {
	text-align: center;
	margin-bottom: 40px;
}
.top-h2 {
	font-size: 32px;
	font-weight: normal;
	margin-bottom: -12px;
}
.top-h2-span {
	font-size: 14px;
	display: block;
	margin-bottom: -68px;
}
.top-merit-flex {
	display: flex;
}
.top-merit-left,.top-merit-right {
	width: 50%;
}
.top-merit-right {
	padding-left: 64px;
}
.top-merit-left {
	padding-top: 24px;
}
.top-merit-p01 {
	line-height: 1.7;
	margin-bottom: 40px;
}
.merit-figure {
	min-width: 100px;
	max-width: 100px;
	margin-right: 24px;
}
.top-merit-left-flex {
	display: flex;
	margin-bottom: 40px;
}
.top-merit-left-flex:last-child {
	margin-bottom: 0;
}
.top-merit-figure {
	position: relative;
}
.top-merit-figure::after {
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	background-color: #4b4b4b;
}
.top-merit-left-flex-wrap {
	width: 70%;
	padding-left: 32px;
}
.top-merit-h3 {
	margin-top: -4px;
	font-weight: normal;
	margin-bottom: 8px;
}
.top-merit-p02 {
	line-height: 1.7;
}
.top-program-content {
	max-width: 1200px;
	margin: 0 auto;
	padding-bottom: 100px;
}
.top-program-flex {
	display: flex;
}
.top-program-left,.top-program-right {
	width: 50%;
}
.top-program-left {
	padding-right: 64px;
}
.top-program-h3 {
	font-weight: normal;
	line-height: 1.7;
	font-size: 24px;
	margin-bottom: 32px;
}
.top-program-p01 {
	margin-bottom: 20px;
}
.top-qua .grade-h3 {
	font-size: 30px;
	color: #ff9da0;
}
.qua-p01 {
	border-top: 1px solid #4b4b4b;
	padding-top: 28px;
}
.qua-h4 {
	display: inline-block;
	margin-right: 16px;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 0.05rem;
	margin-bottom: 4px;
}
.grade-h4-wrap {
	display: inline!important;
}
.top-qua-content {
	padding-bottom: 100px;
}
.top-qua-btn-wrap {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}
.top-qua-btn-a{
	border-radius: 50px;
	display: inline-block;
	padding: 20px 2.5px 19.1px 2.5px;
		background: rgb(255,145,144);
background: linear-gradient(90deg, rgba(255,145,144,1) 0%, rgba(255,171,164,1) 50%, rgba(255,193,159,1) 100%);
	position: relative;
}
.top-qua-btn-span {
	border-radius: 50px;
	padding: 2rem 8rem;
	background-color: #fff;
}
.top-qua-btn-a:hover {
	color: #888;
	opacity: 0.7;
}
.top-qua-btn-a::after {
	content: "";
	position: absolute;
	background: url(https://npo-hoiku.com/wp/wp-content/themes/cocoon-child-master/images/black-arrow.svg) no-repeat;
	width: 35px;
	height: 35px;
	right: 20px;
	transform: translateY(-10%);
}
.top-app {
	background: url(https://npo-hoiku.com/wp/wp-content/themes/cocoon-child-master/images/top-background01.webp) no-repeat;
	padding: 64px 0;
}
.top-app-content {
	max-width: 1200px;
	margin: 0 auto;
}

.grid-container {
display: grid;
grid-template-columns: repeat(6, 1fr);
grid-template-rows: repeat(2, 1fr);
grid-column-gap: 14px;
grid-row-gap: 16px;
}
.div1 { grid-area: 1 / 1 / 2 / 2; }
.div2 { grid-area: 1 / 2 / 2 / 3; }
.div3 { grid-area: 1 / 3 / 2 / 4; }
.div4 { grid-area: 2 / 1 / 3 / 4; }
.div5 { grid-area: 1 / 4 / 3 / 7; }
.div1,.div2,.div3,.div5 {
    background-color: #ffffff;
    border: 1px solid #ccc;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.div1,.div2,.div3:hover {

}
.grid-container > div {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.div1,.div2,.div3 {
	justify-content: flex-end!important;
}
.div4 {
	border: 1.5px solid #ffff;
	border-radius: 10px;
}
.grid-a-top {
	padding: 3rem 0 1.8rem 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.app-h2 {
	font-size: 18px;
	font-weight: normal;
	margin-top: 4px;
}
.div1 .app-img {
	width: 70px;
	padding-bottom: 5px;
}
.div2 .app-img {
	width: 72px;
}
.div3 .app-img {
padding-bottom: 1px;
	width: 68px;
}
.app-img {
	margin-bottom: 8px;
}
.app-h2.day{
	font-size: 28px;
	color: #fff;
	letter-spacing: 0.05rem;
}
.div4 {
	position: relative;
}
.div4:hover {
	background-color: rgba(255, 255, 255, 0.3);
}
.div4::after {
	content: "";
	position: absolute;
	width: 50px;
	height: 50px;
	background: url(https://npo-hoiku.com/wp/wp-content/themes/cocoon-child-master/images/white-arrow.svg) no-repeat;
	right: 2.7rem;
}
.div4 .grid-a-top {
	padding: 0;
}
.app-btn-wrap {
	width: 80%;
	margin: 0 auto;
}
.app-a {
background: rgb(255,145,144);
background: linear-gradient(90deg, rgba(255,145,144,1) 0%, rgba(255,171,164,1) 50%, rgba(255,193,159,1) 100%);
	display: block;
	padding: 2rem;
	border-radius: 50px;
	color: #fff;
	font-size: 27px;
	position: relative;
}
.app-a::after {
	content: "";
	position: absolute;
	width: 40px;
	height: 40px;
	background: url(https://npo-hoiku.com/wp/wp-content/themes/cocoon-child-master/images/white-arrow.svg) no-repeat;
	right: 2.7rem;
	top: 29%;
}
.app-a:hover {
	opacity: 0.6;
	color: #fff;
}
.top-h2-en.app-h2-en {
	margin-top: 2px;
	margin-bottom: 20px;
}
.app-p01 {
	line-height: 1.6;
	margin-bottom: 20px;
}
.top-npo-content {
  padding-top: 100px;
	padding-bottom: 100px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative; /* 右の画像を絶対位置で配置するための基準 */
  overflow: visible; /* コンテナをはみ出す要素が表示されるようにする */
}

.top-npo-flex {
  display: flex;
  justify-content: space-between; /* 左右の要素の間にスペースを配置 */
	position: relative;
}

.top-npo-left {
  width: 50%; /* 左のコンテンツをコンテナの半分に */
}

.top-npo-right {
  position: absolute; /* 右の画像を絶対位置で配置 */
  top: 8%;
  right: -15%; /* 右端から50%飛び出させる */
  transform: translateX(0%); /* 右側の幅分だけ移動させる */
	width: 60%;
}

.top-npo-right img {
  width: 100%;
  height: auto;
}
.top-npo-p01 {
	font-size: 27px;
	line-height: 1.6;
	margin-bottom: 20px;
}
.top-npo-p02 {
	margin-bottom: 20px;
}
.top-npo-btn-wrap {
	display: flex;
	width: 100%;
	justify-content: space-between;
}
.top-npo-btn-left,.top-npo-btn-right {
	width: 48%;
	display: flex;
	justify-content: center;
	background: rgb(255,145,144);
background: linear-gradient(90deg, rgba(255,145,144,1) 0%, rgba(255,171,164,1) 50%, rgba(255,193,159,1) 100%);
	border-radius: 50px;
	padding: 1px;
}
.top-npo-span {
	background-color: #fff;
	display: block;
	width: 100%;
	border-radius: 25px;
	text-align: center;
	padding: 1rem;
	position: relative;
}
.top-npo-span::after {
		content: "";
	position: absolute;
	width: 29px;
	height: 29px;
	background: url(https://npo-hoiku.com/wp/wp-content/themes/cocoon-child-master/images/black-arrow.svg) no-repeat;
	right: 1.2rem;
}
.top-npo-btn-wrap a:hover {
	color: #888;
	opacity: 0.6;
}
.top-column-content {
	max-width: 1200px;
	margin: 0 auto;
	padding-bottom: 100px;
}
.top-column-ul {
	  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3つの等幅カラム */
  gap: 20px; /* 各要素間のギャップ */
}
.item {
  background-color: #f0f0f0;
  padding: 20px;
  text-align: center;
  border: 1px solid #ccc;
}
.top-column .thumbnail-container {
	height: 237px;
	overflow: hidden;
	margin-bottom: 6px;
}
.top-column .thumbnail-container img {
	width: 100%;
  height: 100%;
  object-fit: cover; /* 画像を要素にフィットさせ、アスペクト比を維持したまま中央に配置する */
  object-position: center; /* 画像を中央に配置する */
}
.top-column-category span {
	font-size: 14px;
	color:#ff8487;
}
.top-column-title {
	font-size: 21px;
	line-height: 1.5;
}
.top-column-date {
	font-size: 13px;
}
.top-column-btn {
	text-align: right;
	margin-top: 32px;
}
.top-column-a {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.top-column-text {
	font-size: 18px;
	padding-bottom: 8px;
	margin-right: 8px;
}
.app-img {
	width: 55px;
}
.top-column-a:hover {
	color: #808080;
}
.top-column-a:hover .app-img {
	transform: translateX(20%);
}
.top-youtube-content {
	max-width: 1200px;
	margin: 0 auto;
}
.top-youtube-p01 {
	text-align: center;
	line-height: 1.7;
	margin-bottom: 40px;
}
.youtube-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, auto); /* 画像の高さを自動調整 */
  grid-column-gap: 20px;
  grid-row-gap: 20px;
	margin-bottom: 48px;
}
.youtube-grid iframe {
	height: 250px;
}
.youtube-ch-wrap{
	text-align: center;
}
.youtube-ch-a {
	font-weight: 500;
	display: block;
	width: 40%;
	margin: 0 auto;
	background-color: #fff;
	padding: 2rem;
	border-radius: 50px;
	border: 1.5px solid #4b4b4b;
}
.youtube-ch-a:hover {
	background-color: #ebebeb;
	color: #4b4b4b;
	border: 1.5px solid transparent;
}
/** SP版 **/
@media screen and (max-width: 758px) {
	main.main {
		padding: 0;
		margin: 0;
	}
	main {
		padding: 0;
		background-color: initial;
	}
	.top-banner-a:not(:first-of-type) {
display: none;
	}
	.top-banner-a:first-child {
		margin-right: 0;
		margin-top: 16px;
	}
	.sp-banner {
		display: block;
		width: 100%;
		height: 100px;
		max-height: 100px;
		margin-bottom: 20px;
		margin-top: -20px;
		background: url(https://npo-hoiku.com/wp/wp-content/themes/cocoon-child-master/images/sp-banner.webp) no-repeat;
		background-size: contain;
		background-position: center;
	}
	.sp-banner-a {
		display: block;
	}
	.sp-banner-a:hover {
		opacity: 0.6;
	}
	.top-banner-content {
		display: none;
	}
	.top-merit-content {
		padding: 0 0.8rem;
		padding-bottom: 80px;
	}
	.top-merit-flex {
		flex-direction: column;
	}
	.top-merit-left,.top-merit-right {
		width: 100%;
	}
	.top-merit-right {
		padding-left: 0;
		text-align: center;
	}
	.merit-img {
		width: 90%;
	}
	.top-merit-left-wrap {
		margin-bottom: 40px;
	}
	.top-merit-left-flex {
		flex-direction: column;
	}
	.top-merit-left-flex-wrap {
		width: 100%;
		padding-left: 0;
		margin-top: 16px;
	}
	.top-program-content {
		padding: 0 0.8rem;
		padding-bottom: 80px;
	}
	.top-program-flex {
		flex-direction: column;
	}
	.merit-figure {
		width: 48px;
		height: 48px;
		margin-left: -17px;
		padding-bottom: 4px!important;
	}
	.top-merit-figure {
		border-bottom: 1px solid #4b4b4b;
	}
	.top-merit-figure::after{
		content: none;
	}
	.top-merit-left {
		padding-top: 0;
	}
	.top-program-left,.top-program-right {
		width: 100%;
	}
	.merit-img {
		width: 100%;
	}
	.top-program-left .merit-img {
		width: 100%;
	}
	.top-program-left {
		padding-right: 0;
		margin-bottom: 16px;
	}
	.top-program-p01 {
		line-height: 1.7;
	}
	.top-program-p01.last{
		margin-bottom: 0;
	}
	html .tab li a {
		padding: 10px 3vw!important;
	}
	.tab a {
		font-size: 13px;
		white-space: nowrap
	}
	.tab {
		flex-wrap: nowrap;
	}
	.grade-h3 {
		font-size: 26px!important;
	}
html	.area {
		padding: 3rem 2rem;
	}
	.grade-p01 {
		white-space: nowrap;
	}
	html .grade-flex-img {
		margin: 8px;
		display: flex;
		width: 32px;
	}
	.grade-flex {
		flex-direction: column;
	}
	.grade-flex-element {
		width: 100%;
		text-align: center;
	}
	.qua-h4 {
		font-size: 20px;
		margin-right: 8px;
	}
	html .grade-h4-span {
		font-size: 14px;
		line-height: 1;
		display: inline-block;
	}
	html .qua-wrap {
		padding: 2rem 2rem;
		width: 100%;
	}
	html .qua-li {
		line-height: 1.5;
		padding: 0.5rem 0;
	}
	html .top-qua-btn-a {
		width: 100%;
		padding: 3px;
	}
	.top-qua-btn-span {
		padding: 1rem;
		display: inline-block;
		width: 100%;
		text-align: center;
		line-height: 1.5
	}
	.top-qua-btn-a::after {
		top: 50%;
		transform: translateY(-50%);
	}
	.top-qua-content {
		padding-bottom: 24px;
	}
 .grid-container {
        display: flex;
        flex-wrap: wrap; /* 横並びにするためにアイテムをラップ */
	 padding: 3%;
    }
    .grid-container > div {
        flex: 1 1 30.33%; /* 最初の3つのアイテムを横並びにするために33.33%の幅を指定 */
    }
	.grade-h4-wrap {
		white-space: nowrap
	}
    .grid-container > div:nth-child(n+4) {
        flex: 1 1 100%; /* 4番目以降のアイテムは全幅を使用 */
    }
	html .top-app .app-img {
		width:  40%!important;
		margin-bottom: 0;
	}
	.app-h2 {
		font-size: 15px;
	}
	.grid-a-top {
		padding: 2.3rem 0 1.8rem 0;
	}
	.div4 {
		margin: 20px 0;
	}
	.app-h2.day{
		font-size: 24px;
		padding: 0.6rem 0 1rem 0;
	}
	.div4::after {
		width: 30px;
		height: 30px;
		right: 1.5rem;
	}
	.div5 {
		padding: 2rem;
	}
	.top-h2.app-contact {
		font-size: 22px;
		line-height: 1.4;
		margin-bottom: -2px;
	}
	.app-btn-wrap {
		width: 100%;
	}
	.app-a {
		font-size: 20px;
	}
	.app-a::after {
		right: 1.7rem;
		top: 29%;
		width: 35px;
		height: 35px;
	}
	.top-app {
		padding: 40px 0; 
	}
	.top-h2 {
		font-size: 26px;
		margin-bottom: -8px;
	}
	.top-h2-span {
		margin-bottom: -54px;
	}
	.top-npo-content {
		padding: 0 0.8rem;
		padding-top: 80px;
	}
	.top-npo-content .top-h2 {
		line-height: 1.5;
		margin-bottom: 1px;
	}
	.top-npo-flex{
		flex-direction: column-reverse;
	}
	.top-npo-right {
		position: initial;
		width: 100%;
	}
	.top-npo-right,.top-npo-left {
		width: 100%;
	}
	.top-program-h3 {
		font-size: 20px;
	}
	.top-npo-p02.last {
		margin-bottom: 40px;
	}
	.top-npo-btn-wrap {
		flex-direction: column;
	}
	.top-npo-btn-left,.top-npo-btn-right {
		width: 100%;
	padding: 2px;
	}
	.top-npo-btn-left {
		margin-bottom: 20px
	}
	.top-column-content {
		padding: 0 0.8rem;
		padding-top: 80px;
		padding-bottom: 60px;
	}
	.top-column-ul {
		display: flex;
		flex-direction: column;
	}
	.top-column-title{
		line-height: 1.4;
	}
	.top-column-btn {
		margin-top: 10px;
	}
	.top-youtube-content {
		padding: 0 0.8rem;
	}
	.youtube-grid {
	display: flex;
		flex-direction: column;
		align-items: center;
	}
	.youtube-ch-a {
		width: 100%;
		white-space: nowrap
	}
	.accordion__item.active .accordion__head::after {
		right: 15px;
	}
	.accordion__body {
		background-color: transparent;
	}
	.sp-li2:hover,.sp-li3:hover {
		background-color: transparent;
	}
	.accordion__body__li:hover {
		background-color:#F7F7FA;
	}
	.sp-li2,.sp-li3 {
		margin: 0 12px;
		border-bottom: 3px dotted #DCDCDC;
	}
	.accordion__head::after {
		right: 15px;
	}
	.accordion__head {
		margin: 0; 
		padding-left: 13px;
	}
	.accordion__body a {
		border-bottom: none;
		white-space: nowrap;
	}
	.sp-news-inner{
		position: relative;
	}
	.sp-news-inner:hover {
		color: #909090;
	}
	.sp-news-inner::before {
    content: "\f0e0"; /* FontAwesomeのアイコンのUnicode */
    font-family: "Font Awesome 5 Free"; /* FontAwesomeのフォントファミリ */
    font-weight: 900; /* 必要に応じてアイコンのスタイル（通常、軽量、またはソリッド）を指定 */
    margin-right: 8px; /* アイコンとテキストの間にスペースを追加 */
}
	.nav-menu {
		padding-top: 68px;
	}
	.nav-menu.open {
		padding-top: 68px;
	}
}
/*===============================
footer-フッター
================================*/
.footer-content  {
	display: flex;
	justify-content: space-between;
	max-width: 1200px;
	margin: 0 auto;
}
.footer-left {
	width: 38%!important;
}
.footer-btn-contact {
background: rgb(255,145,144);
background: linear-gradient(90deg, rgba(255,145,144,1) 0%, rgba(255,171,164,1) 50%, rgba(255,193,159,1) 100%);
	border-radius: 100px;
	display: block;
	padding: 2px 2px;
	text-align: center;
	font-size: 20px;
	color: #ff9da0;
	margin-bottom: 32px;
	position: relative;
}
.footer-btn-form {
background: rgb(255,145,144);
background: linear-gradient(90deg, rgba(255,145,144,1) 0%, rgba(255,171,164,1) 50%, rgba(255,193,159,1) 100%);
	display: block;
	border-radius: 50px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	margin-bottom: 32px;
	position: relative;
}
.footer-btn-span {
	display: inline-block;
	background-color: #fff;
	padding: 2rem;
	border-radius: 50px;
	display: block;
}
.footer-btn-form .footer-btn-span {
	background-color: initial;
}
.footer-btn-contact::after {
		content: "";
	position: absolute;
	width: 40px;
	height: 40px;
	background: url(https://npo-hoiku.com/wp/wp-content/themes/cocoon-child-master/images/orange-arrow.svg) no-repeat;
	right: 2.5rem;
	top: 26%;
}
.footer-btn-form::after {
		content: "";
	position: absolute;
	width: 40px;
	height: 40px;
	background: url(https://npo-hoiku.com/wp/wp-content/themes/cocoon-child-master/images/white-arrow.svg) no-repeat;
	right: 2.5rem;
	top: 26%;
}
.footer-btn-contact:hover {
	color: #ff9da0;
	opacity: 0.5;
}
.footer-btn-form:hover {
	opacity:0.5;
	color: white;
}
.footer-left-bottom {
	background-color: #fff;
	border-radius: 3px;
	padding: 3rem 2.5rem;
}
.footer-name {
	font-size: 22px;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom:4px;
}
.footer-address {
	font-size: 14px;
	margin-bottom: 16px;
}
.footer-dt,.footer-dd {
	font-size: 14px;
	line-height: 1.6;
}
.footer-dl {
	display: flex;
	flex-wrap: wrap;
}
.footer-dt {
	width: 22%;
}
.footer-dd {
	width: 75%;
}
.footer-right {
	display: flex;
	flex-direction: column;
}
.footer-right-top{
	display: flex;
	justify-content: flex-end;
}
.footer-top-a {
	display: block;
	line-height: 2.8;
}
.footer-li-p {
	font-size: 20px;
	white-space: nowrap;
}
.footer-right li {
	margin-bottom: 16px;
	font-weight: 500;
}
.footer-right-ul-left {
	margin-right: 60px;
}
.footer-ul-inner {
	padding-left: 2rem;
}
.footer-li-inner {
	margin-bottom: 0!important;
}
.footer-li-inner a {
	display: inline-block;
	line-height: 2.5;
}
.footer-li-inner::before {
	content: "-";
	margin-right: 1rem;
}
.footer-right-top {
	margin-bottom: 20px;
}
.footer-banner-ul {
	margin-bottom: 20px;
	display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: repeat(2, 1fr);
grid-column-gap: 10px;
grid-row-gap: 8px;
}
.footer-banner-li {
	margin-bottom: 0!important;
}
.footer-right {
	width: 40%;
}
.footer-right-bottom-heading {
	font-size: 20px;
	margin-bottom: 4px;
}
.copylight {
	text-align: center;
}
.footer-bottom {
	padding: 0!important;
}
.footer-bottom .top-app {
	margin-bottom: 40px;
}
@media screen and (max-width: 758px) {
	.footer-content {
		flex-direction: column;
	}
	.footer-left,.footer-right {
		width: 100%!important;
	}
	.footer-left {
		display: flex;
		flex-direction: column-reverse;
	}
	.footer-bottom{
		margin-top: 0;
}
	.footer-left-bottom {
		margin-bottom: 40px;
	}
	.footer-btn-contact {
		margin-bottom: 24px;
	}
	.footer-right-top {
		flex-direction: column;
	}
	.footer-right-ul-left {
		margin-right: 0;
	}
	.footer-right-li,.footer-top-li {
		border-bottom: 1px solid #d6d6d6;
		margin-bottom: 0!important;
	}
	.footer-ul-inner {
		border-top: 1px solid #d6d6d6;
		padding-left: 0;
	}
	.footer-li-inner:not(:last-child) {
		border-bottom: 1px solid #d6d6d6;
	}
	.footer-li-inner a {
		line-height: 2.8;
	}
	.footer-li-p {
		line-height: 2.8
	}
	.footer-right a {
		display: block;
		position: relative;
	}
	.footer-li-inner::before {
		content: none;
	}
	.footer-right-ul-left {
		border-top: 1px solid #d6d6d6	
	}
	.footer-btn-span {
		padding: 1.5rem 0;
		font-size: 16px;
		padding-right: 20px;
	}
	.footer-btn-contact::after {
		width: 30px;
		top: 28%;
		right: 2rem;
	}
	.footer-btn-form::after {
		width: 30px;
		top: 28%;
		right: 2rem;
	}
	.footer-banner-ul {
		display: flex;
		flex-direction: column;
	}
}
/*===============================
report-活動報告
================================*/
.report-content {
	max-width: 1200px;
	margin: 0 auto;
}
.report-p01 {
	padding-top: 32px;
	text-align: center;
	line-height: 1.7;
	margin-bottom: 40px
}
.report-flex {
	display: flex;
	margin-bottom: 120px;
}
.facebook-wrap {
	padding-right: 80px;
	position: relative;
	width: 30%;
}
.youtube-wrap {
	width: 70%;
}
.report-content .youtube-wrap iframe {
	height: 180px;
}
.report-content .youtube-wrap {
	position: relative;
}
.report-content .youtube-wrap::before {
	content: ' ';
	display: block;
	width: 87%;
	height: 1px;
	left: 13%;
	top: 3.2%;
	position: absolute;
	background-color: #d12a30;
}
.facebook-wrap::before {
	content: ' ';
	display: block;
	width: 54%;
	height: 1px;
	left: 29%;
	top: 3.2%;
	position: absolute;
	background-color: #4267b2;
}
.facebook-wrap .sns-heading {
	color: #4267b2;
	margin-bottom: 16px;
}
.youtube-wrap .sns-heading{
	color: #d12a30;
	margin-bottom: 16px;
}
.chronicle .page-en {
	margin-bottom: 40px;
}
.report-list {
	display: flex;
	background-color: #fff;
	border-radius: 5px;
	padding: 2rem 2.5rem;
	margin-bottom: 40px;
}
.report-list li {
	width: 100px;
	text-align: center;
	margin-right: 16px;
}
.report-list--icn img {
	width: 80px;
}
.report-h3,.hd-h3 {
	font-weight: 500;
	margin-bottom: 12px;
	line-height: 1.5;
	padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #494949;/*文字色*/
  background: transparent;/*背景透明に*/
border-left: 5px solid;
  border-image: linear-gradient(90deg, rgba(255,145,144,1) 0%, rgba(255,171,164,1) 50%, rgba(255,193,159,1) 100%);
  border-image-slice: 1;
}
/** SP版 **/
@media screen and (max-width: 758px) {
	.report-flex {
		flex-direction: column;
	}
	.report-content {
		width: 100%;
	}
	.facebook-wrap {
		width: 100%;
		padding-right: 0; 
	}
	.youtube-wrap {
		width: 100%;
	}
	.youtube-grid {
		width: 100%;
	}
	.facebook-wrap::before {
content:none;
}
	.report-content .youtube-wrap::before {
		content: none;
	}
	.facebook-wrap {
		margin-bottom: 40px;
	}
	.report-flex {
		margin-bottom: 80px;
	}
	.report-list {
		flex-wrap: wrap;
	}
	.report-list li {
		width: 60px;
	}
}
/*===============================
privacy-プライバシーポリシー
================================*/
.privacy-content {
	max-width: 1200px;
	margin: 0 auto;
}
.privacy h3 {
	font-weight: 600;
	border-bottom: 1px solid #8c8c8c; 
	padding-bottom: 4px;
	margin-bottom: 20px;
	letter-spacing: 0.02rem;
}
.privacy h3:not(:first-child){
	margin-top: 40px;
}
.privacy h4 {
	margin-top: 16px;
	margin-bottom: 6px;
	font-weight: 600;
}
.qua-p01,.qua-p02 {
	line-height: 1.7;
	margin-bottom: 20px;
}
.qua-wrap {
	background-color: #ebebeb;
	display: inline-block;
	padding: 2rem 10rem 2rem 2.5rem;
	margin-bottom: 48px;
}
.qua-h5 {
	font-size: 16px;
	font-weight: normal;
}
.qua-li::before {
	content: "・";
	margin-right: 4px;
}
.qua-li {
	font-size: 16px;
	line-height:0.8;
}
/** SP版 **/
@media screen and (max-width: 758px) {
	.privacy-content {
		padding-bottom: 80px;
	}
}
/*===============================
contact-お問い合わせ・資料請求
================================*/
.contact-content {
	max-width: 1200px;
	margin: 0 auto;
}
.contact-p01 {
	text-align: center;
	margin-bottom: 56px;
}
.contact-line-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 1000px;
	margin: 0 auto;
	margin-bottom:56px;
	background: rgb(255,145,144);
background: linear-gradient(90deg, rgba(255,145,144,1) 0%, rgba(255,171,164,1) 50%, rgba(255,193,159,1) 100%);
	border-radius: 3px;
	padding: 4rem 8rem;
	color: #fff;
}
.contact-line-left {
	text-align: center;
}
.contact-line-img {
	width: 200px;
}
.contact-line-right {
	padding-left: 64px;
}
.contact-p02 {
	font-size: 32px;
	letter-spacing: 0.1rem;
	font-weight: 500;
	margin-bottom: 12px;
	text-align: center;
}
.contact-p03 {
	line-height: 1.65;
	margin-bottom: 20px;
	text-align: center;
}
.contact-p04 {
	text-align: center;
	font-size: 14px;
	letter-spacing: 0.1rem;
	margin-bottom: 4px;
}
.contact-line-btn {
	display: block;
	background-color: #fff;
	padding: 1.5rem;
	width: 100%;
	text-align: center;
	border-radius: 50px;
	margin: 0 auto;
	color: #ff8e91;
	position: relative;
}
.contact-line-btn::after {
    content: "";
    display: inline-block;
    background: url(https://npo-hoiku.com/wp/wp-content/themes/cocoon-child-master/images/orange-arrow.svg) no-repeat;
    width: 35px;
    height: 35px;
    background-size: cover;
    position: absolute;
	right: 18px;
	top: 20%;
}
.contact-line-btn:hover {
	color: #ff8e91;
	opacity: 0.6;
}

.contact-bottom-wrap{
	background-color: #fff;
	max-width: 1000px;
	margin: 0 auto;
	padding: 80px 0 40px 0 ;
}
.wpcf7{
	max-width: 800px;
	margin: 0 auto;
}
input[type=text], input[type=password], input[type=date], input[type=datetime], input[type=email], input[type=number], input[type=search], input[type=tel], input[type=time], input[type=url], textarea, select, .search-edit{
	border: none;
	border-bottom: 1px solid #707070;
	border-radius: initial;
}
[data-name="radio-318"] {
	margin-left: 16px;
	line-height: 2.2;
}
[data-name="radio-318"] .wpcf7-list-item{
	display: block;
	margin: 0;
	margin-left: 16px;
	line-height: 2.2;
}
textarea {
	border: 1px solid #707070;
}
.contact-accept {
	text-align: center;
	margin-bottom: 40px;
}
.privacy-link {
	position: relative;
	font-size: 1.4rem;
}
.privacy-link::after {
    content: "";
    display: inline-block;
    background: url(https://npo-hoiku.com/wp/wp-content/uploads/2024/06/privacy-link.png) no-repeat;
    width: 15px;
    height: 15px;
    background-size: cover;
    position: absolute;
    top: 50%;
    transform: translateY(-48%);
    right: -20px;
}
/* テキストフィールド フォーカス時 */
.wpcf7 .template01 input[type=text]:focus,
.wpcf7 .template01 input[type=tel]:focus,
.wpcf7 .template01 input[type=email]:focus,
.wpcf7 .template01 input[type=url]:focus,
.wpcf7 .template01 input[type=date]:focus,
.wpcf7 .template01 input[type=number]:focus,
.wpcf7 .template01 textarea:focus {
  outline: 0;
	background-color: #f8f8f8;
}
.wpcf7-form-control.wpcf7-submit{
	height: 60px;
	background-color: #ffaba4;
	color: #fff;
}
.wpcf7-form-control.wpcf7-submit:hover {
opacity: 0.7;
}
.wpcf7 .template01 input[type="submit"]:disabled {
  cursor: not-allowed;
  box-shadow: none!important;
  border: 1px solid #f8f8f8!important;
  background-color: #f8f8f8!important;
  color: #999!important;
}
.form__row {
	margin-bottom: 32px;
}
.form__label {
	margin-bottom: 8px;
}
.wpcf7-form-control::placeholder {
	font-family: "Noto Serif JP", serif;
	color: #C2BCBC;
}
.grecaptcha-badge { visibility: hidden; }
.recaptcha {
	text-align: center;
	margin-top: 56px;
	margin-bottom: 160px;
}
.recaptcha a {
	color: #4485bf;
	text-decoration: underline;
}
.is-required {
	position: relative;
}
.is-required::after {
	position: absolute;
	content: "*";
	color: #E53900;
	line-height: 1.5;
	border-radius: 2px;
	padding: 0 6px;
	margin-left: 6px;
	transform: translatex(-30%);
}
.contact-required {
	max-width: 800px;
	margin: 0 auto;
	margin-bottom: 24px;
	color: #E53900;
	font-size: 1.4rem;
}
.check-none {
	display: none;
}
.magazine-check {
	margin-top: -14px;
	margin-bottom: 48px;
}
.magazine-check .wpcf7-list-item.first.last {
	margin-left: 0;
}
/** SP版 **/
@media screen and (max-width: 758px) {
	.contact-line-wrap {
		flex-direction: column-reverse;
		padding: 3rem 2rem;
	}
	.contact-line-right {
		width: 100%;
		padding-left: 0;
		margin-bottom: 30px;
		margin-bottom: 0;
	}
	.contact-line-left {
		display: none;
	}
	.contact-p02{
		font-size: 24px;
	}
	.contact-p01 {
		margin-bottom: 40px;
	}
	.contact-bottom-wrap {
		background-color: transparent;
padding: 0 0.5rem;
	}
	.form__row {
		margin-bottom: 20px;
	}
	[data-name="radio-318"]{
		margin-left: 0;
	}
	.wpcf7-list-item {
		margin-left: 0!important;
	}
	.contact-accept{
		margin-bottom: 24px;
	}
	.recaptcha {
		margin-top: 0;
		margin-bottom: 64px;
		border-top: 1px solid var(--cocoon-x-pallid-text-color);
		padding-top: 24px;
	}
}
/*===============================
newsletter -メルマガ登録
================================*/
.newsletter-top-wrap {
	text-align: center;
    max-width: 1000px;
    margin: 0 auto;
    padding: 80px 0;
}
.newsletter-p01 {
	font-size: 2.4rem;
	margin-bottom: 16px;
	color: rgb(255,145,144);

}
.newsletter-bottom-wrap {
    background-color: #fff;
    max-width: 1000px;
    margin: 0 auto;
	padding: 80px 0 40px 0;
}
.donate-top-wrap {
	max-width: 1000px;
	margin: 0 auto;
}
.donate-dl-wrap {
	border: 1px solid #8c8c8c;
	padding: 2.2rem;
	margin-bottom: 56px;
}
.donate-h3 {
	font-weight: 400;
	margin-bottom: 8px;
	color: #8c8c8c;
}
.donate-dl {
	display: flex;
	flex-wrap: wrap;
	padding-left: 16px;
}
.donate-dt {
	width: 10%;
}
.donate-dd {
	width: 90%;
}
.donate-p01 {
	margin-bottom: 24px;
	line-height: 3rem;
}
.donate-p02 {
	margin-bottom: 16px;
}
/** SP版 **/
@media screen and (max-width: 758px) {
	.newsletter-top-wrap {
		padding-top: 0;
		padding-bottom: 0;
	}
	.newsletter-p01 {
		line-height: 1.5;
	}
	.newsletter-bottom-wrap {
		padding: 0;
		background-color: transparent;
	}
	.donate-p02 {
		margin-bottom: 40px;
	}
	.donate-dl-wrap {
		padding: 2rem;
	}
	.donate-dl {
		flex-direction: column;
		padding-left: 8px;
	}
	.donate-dt,.donate-dd {
		width: 100%;
	}
	.donate-dt {
		font-size: 16px;
		color: #ff8e91;
	}
	.donate-dd {
		border-bottom: 1px solid #666;
		margin-bottom: 8px;
	}
}
/*===============================
thanks-サンクスページ
================================*/
.thanks-content {
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
}
.thanks-p01 {
	font-size: 2.2rem;
}
.thanks-p02 {
	font-size:1.4rem;
	margin-top: -4px;
	margin-bottom: 32px;
		background: rgb(255,145,144);
background: linear-gradient(90deg, rgba(255,145,144,1) 0%, rgba(255,171,164,1) 50%, rgba(255,193,159,1) 100%); 
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.thanks-p03 {
	margin-bottom: 24px;
}
.thanks-bottom {
	background-color: #fff;
	display: inline-block;
	padding: 5rem 10rem;;
	margin-bottom: 56px;
	border-radius: 8px;
}
.top-btn {
	background: rgb(255,145,144);
background: linear-gradient(90deg, rgba(255,145,144,1) 0%, rgba(255,171,164,1) 50%, rgba(255,200,156,1) 100%);
	width: 387px;
	height: 50px;
	margin: 0 auto;
	padding: 2px;
	border-radius: 25px;
}
.top-btn-a {
	display: flex;
	background-color: #fff;
	width: 100%;
	height: 100%;
	border-radius: 25px;
	align-items: center;
	justify-content: center;
	letter-spacing: 0.06rem;
}
.top-btn:hover .top-btn-a {
	background-color: transparent;
	color: #fff;
}
/** SP版 **/
@media screen and (max-width: 758px) {
	.thanks-bottom {
		padding: 2rem;
	}
	.thanks-bottom p {
		text-align: left;
	}
	.top-btn {
		width: 100%;
	}
}
/*===============================
step お申し込みの流れ
================================*/
/**　アコーディオン **/
.p-accordion-desc  {
  border: 1px solid #FFAA2A; 
  padding: 10px; 
}

.p-accordion {
  max-width: 800px; /* 幅を調整 */
  margin-inline: auto; /* 左右中央寄せ */
}

.p-accordion__head {
  cursor: pointer;
  background-color: #FFAA2A;
  display: block;
  color: #000;
  font-weight: bold;
  padding: 7px 20px;
  margin-top: 10px;
}

.p-accordion__head-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-accordion__icon {
  display: block;
  position: relative;
  width: 24px;
  transition: transform 0.25s;
}
.p-accordion__icon:before {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 2px;
  background-color: #fff;
}
.p-accordion__icon:after {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 2px;
  background-color: #fff;
}
.p-accordion__icon:before {
  left: 0;
  transform: rotate(45deg);
}
.p-accordion__icon:after {
  right: 0;
  transform: rotate(-45deg);
}
.p-accordion__input input[name=p-accordion__block] {
  display: none;
}
.p-accordion__input .p-accordion__block {
  cursor: pointer;
}
.p-accordion__input .p-accordion__content {
  height: 0;
  padding: 0 20px;
  overflow: hidden;
  opacity: 0.5;
  background-color: #F7F8E8;
  transition: padding 0.25s ease, opacity 0.3s ease 0s;
}
.p-accordion__input input[name=p-accordion__block]:checked + .p-accordion__head > .p-accordion__head-inner .p-accordion__icon {
  transform: rotate(-180deg);
}
.p-accordion__input input[name=p-accordion__block]:checked + .p-accordion__head + .p-accordion__content {
  /*開閉時*/
  height: auto;
  opacity: 1;
  padding: 20px;
}

.p-accordion:last-child {
  margin-bottom: 35px; /* 下部に20pxの余白を追加 */
}
/** アコーディオンここまで **/
.step-content {
	max-width: 1200px;
	margin: 0 auto;
}
.step-wrap {
	background-color: #fff;
	padding: 3rem 4rem;
	border-radius: 5px;
}
.step-li {
	margin-bottom: 80px;
	position: relative;
	display: flex;
}
.step-li:not(:last-child)::after {
	position: absolute;
	content: "";
	background: url(https://npo-hoiku.com/wp/wp-content/themes/cocoon-child-master/images/step-arrow.svg) no-repeat;
	width: 26px;
	height: 21px;
	background-size: cover;
	left: 50%;
	bottom: -50px;
}
.step-img {
	margin-right: 32px;
}
.step-wrap {}
.step-li {
	display: flex;
}
.step-img {
	width: 100px;
	height: 100%;
}
.step-wrap {
box-shadow: 0px 0px 10px 7px #f5f5f5;
flex-grow: 1;
}
.step-h3 {
	font-weight: normal;
	font-size: 2rem;
	margin-bottom: 8px;
	letter-spacing: 0.05rem;
}
.step-p {
	line-height: 1.7;
}
.step-a {
	color: #ff8e91;
	text-decoration: underline;
}
.step-a:hover {
	color: #ccc;
}
.step-img02 {
	margin-top: 16px;
	width: 480px;
}
.step-li.step04 .step-p {
	margin-bottom: 16px;
}
/** アコーディオン **/
.p-accordion__head {
	margin-top: 0;
	background-color: #fff;
	border: 1px solid #888;
	border-bottom: 1px solid transparent;
}
.p-accordion__head.last {
	border-bottom: 1px solid #888;
}
.step .p-accordion {
margin-left: initial;
	margin-right: initial;
	max-width: 100%;
}
.p-accordion__head-inner {
	font-weight: normal;
	letter-spacing: 0.07rem;
}
.p-accordion__content {
	background-color: #fff!important;
	border-left: 1px solid #888;
	border-right: 1px solid #888;
}
.step-h4 {
	font-weight: normal;
}
.accordion-top {
	padding: 2rem;
	background-color: #f7f7f7;
	margin-bottom: 20px;
}
.step-acco-ul {
	padding-left: 20px;
}
.accordion-bottom .step-acco-ul {
	list-style-type: disc;
	margin-left: 20px;
}
.small {
	font-size: 1.4rem;
}
.accordion-bottom .step-acco-li {
	margin-bottom: 8px;
} 
/* チェックボックスがチェックされた状態の場合にボーダーを追加する */
.p-accordion__input input[name=p-accordion__block]:checked + .p-accordion__head.last + .p-accordion__content {
    border-bottom: 1px solid #888;
}
.step .p-accordion__icon:before {
	background-color: #888;
	height: 1.5px;
	width: 14.5px;
}
.step .p-accordion__icon:after {
	background-color: #888;
	height: 1.5px;
	width: 14.5px;
}
.p-accordion__input input[name=p-accordion__block]:checked + .p-accordion__head.last {
	border-bottom: none;
}
/** SP版 **/
@media screen and (max-width: 758px) {
	.step-li {
		flex-direction: column;

		margin-bottom: 56px;
	}
	.step-img {
		width: 80px;
		margin-right: 0;
		margin-bottom: 8px;
	}
	.step-li:not(:last-child)::after {
		transform: translatex(-50%);
		bottom: -13%;
	}
	.step-wrap {
		padding: 2rem 3rem;
	}
}
/*===============================
faq - よくあるご質問
================================*/
.faq h2,.faq h3 {
	font-weight: normal;
}
.faq-content{ 
max-width: 1200px;
margin: 0 auto;
}
.faq-h2 {
	text-align: center;
	color: #ff8487;
	margin-bottom: 24px;
}
.faq-wrap {
	background-color: #fff;
	border-radius: 5px;
	padding: 3rem 4rem;
	margin-bottom: 40px;
	box-shadow: 0px 0px 10px 7px #f5f5f5;
}
.faq-h3 {
	padding-left: 40px;
	position: relative;
	margin-bottom: 8px;
}
.faq-h3::after {
	position: absolute;
	content: "";
	background: url(https://npo-hoiku.com/wp/wp-content/themes/cocoon-child-master/images/faq-img.svg) no-repeat;
	width: 30px;
	height: 30px;
	background-size: cover;
	left: 0;
	transform: translatey(1px);
}
.faq-p {
	background-color: #f8f8f8;
	padding: 2rem;
}
.faq-li {
	margin-bottom: 24px;
}
.faq-a {
	color: #ff8487;
	text-decoration: underline;
}
.faq-a:hover {
	color: #ccc;
}
/** SP版 **/
@media screen and (max-width: 758px) {
	.faq-wrap{
	padding: 2rem 2rem;
		padding-bottom: 1rem;
	}
	.faq-h2 {
		margin-bottom: 16px;
	}
	.faq-h3 {
		font-size: 16px;
		line-height: 1.5;
		padding-left: 30px;
		margin-bottom: 10px;
	}
	.faq-h3::after {
		top: -1px;
		width: 24px;
		height: 24px;
	}
	.faq-p {
		padding: 1.5rem;
	}
	.faq-content {
		padding-bottom: 60px;
	}
}
/*===============================
outline -団体概要-
================================*/
.outline-wrap {
	max-width: 1200px;
	margin: 0 auto; 
	background-color: #fff;
	padding: 8rem;
	margin-bottom: 80px;
}
.outline table:not(.has-border-color) :where(th, td) {
	border: none;
}
.outline table th,table td {
	background-color: #fff;
}
.outline table th {
width: 15%;
	text-align: left;
	font-weight: normal;
}
.outline tr{
	border-bottom: 1px solid #b8b8b8;
	line-height: 5;
}
.outline td {
	line-height: 2;
}
.outline-pdf {
	text-decoration: underline;
}
.message-content {
	max-width: 1200px;
	margin: 0 auto;
}
.message-flex01 {
	display: flex;
	margin-bottom: 40px;
}
.message-left01 {
	width: 70%;
	padding-right: 60px;
}
.message-right01 {
	width: 30%;
}
.message-h3 {
	font-size: 2.1rem;
	line-height: 1.6;
	font-weight: normal;
	margin-bottom: 32px;
}
.message-p {
	margin-bottom: 24px;
	line-height: 1.75;
}
.message-flex02 {
	display: flex;
	flex-direction: row-reverse;
	margin-bottom: 80px;
}
.message-left02 {
	width: 70%;
	padding-left: 60px;
}
.message-right02 {
	width: 30%;
}
.message-p.name {
	text-align: right;
	font-weight: bold;
	letter-spacing: 0.1rem;
}
/** SP版 **/
@media screen and (max-width: 758px) {
	.outline-wrap {
		padding: 2rem;
	}
	.outline-table tr {
		display: flex;
		flex-direction: column;
		background-color: transparent!important;
	}
	.outline table th, .outline table td {
		width: 100%!important;
		font-size: 16px;
		line-height:1.6;
	}
	.outline table th {
		margin-bottom: 8px;
	}
	.outline tr {
		padding: 20px 1rem;
	}
	.message-flex01 {
		flex-direction: column;
	}
	.message-left01,.message-right01 {
		width: 100%;
	}
	.message-left01 {
		padding-right: 0;
	}
	.message-right01 {
		height: 250px;
		overflow: hidden;
		background: url(https://npo-hoiku.com/wp/wp-content/themes/cocoon-child-master/images/message-img01.webp)no-repeat;
		background-position: 50% 85%;
		background-size: 120%;
	}
	.message-img01{
		display: none
	}
	.message-flex02 {
		flex-direction: column;
	}
	.message-left02 {
		padding-left: 0;
		width: 100%;
	}
	.message-right02 {
		width: 100%;
	}
}
/*===============================
hoiku - 運動保育士資格認定
================================*/
.hoiku-content p {
	line-height: 1.7;
}
.hoiku-content {
	max-width: 1200px;
	margin: 0 auto;
}
.hoiku-about-p01 {
	text-align: center;
	margin-bottom: 32px;
}
.hoiku-about-flex {
	display: flex;
	justify-content: center;
	max-width: 750px;
	margin: 0 auto;
	margin-bottom: 40px;
}
.hoiku-about-flex .plus-img {
	width: 41px;
	margin: 0 3rem;
}
.hoiku-about-left {
	background-color: #ff8e91;
	color: #fff;
	text-align: center;
	padding: 2rem;
	width: 42%;
}
.hoiku-about-h3 {
font-size: 2.4rem;
	font-weight: normal;
}
.hoiku-about-right {
	background-color: #ffaaa5;
	color: #fff;
	text-align: center;
	padding: 2rem;
	width: 42%;
}
.hoiku-about-p03 {
	max-width: 750px;
	margin: 0 auto;
	margin-bottom: 40px;
}
.hoiku-about-pdf {
	display: flex;
	justify-content: center;
	margin-bottom: 6px;
}
.hoiku-about-description {
	text-align: center;
	font-size: 1.5rem;
}
.hoiku-heading {
	margin-top: 60px;
	background-color: #ff8e91;
	color: #fff;
	font-weight: normal;
	padding: 1rem;
	text-align: center;
	letter-spacing: 0.05rem;
	margin-bottom: 32px;
}
.hoiku-undo-p01 {
	margin-bottom: 2rem;
}
.hoiku-undo-p02 {
	margin-bottom: 40px;
}
.hoiku-undo-h3 {
	margin-bottom: -4px;
	font-weight: normal;
	letter-spacing: 0.07rem;
}
.hoiku-undo-en {
  font-size: 1.4rem;
  color: #ff8e91;
  position: relative;
  display: inline; /* 親要素をインライン表示 */
}

.hoiku-undo-en::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 100%; /* 親要素の右端に配置 */
  transform: translateY(-50%); /* 垂直方向の中央に配置 */
  width: 100%; /* 親要素の幅を基準にする */
  height: 1px;
  background-color: #bfbfbf;
}
.hoiku-undo-en {
  font-size: 1.4rem;
  color: #ff8e91;
	padding-right: 8px;
}
.en-wrap {
	display: flex;
	align-items: center;
}
.en-span {
	display: inline-block;
	width: 100%;
	position: relative;
}
.en-span::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%); /* 垂直方向の中央に配置 */
  width: 100%; /* 親要素の幅を基準にする */
  height: 1px;
  background-color: #bfbfbf;
}
.hoiku-undo-h4 {
	font-weight: normal;
	margin-top: 16px;
	line-height: 1.6;
	margin-bottom: 16px;
}
.hoiku-undo-p03 {
	margin-bottom: 20px;
}
.hoiku-undo-p03.last-p {
	margin-bottom: 40px;
}
.pink {
	color: #ff8e91;
}
.mark {
	background-color: #f5f0b7;
}
.hoiku-undo-flex {
	display: flex;
	margin-top: 20px;
}
.hoiku-undo-left,.hoiku-undo-right {
	width: 50%;
}
.hoiku-undo-right {
	text-align: center;
}
.hoiku-undo-img {
	width: 382px;
}
.hoiku-brain .hoiku-undo-p03 {
	margin-top: 16px;
}
.hoiku-grade-content {
	padding-top: 60px;
}
.wrapper {
	max-width: 1200px!important;
	background-color: transparent!important;
}
.grade-p00 {
	text-align: center;
	margin-bottom: 40px!important;
}
.tab li a {
	display: inline-block;
	padding: 10px 60px!important;
	margin-left: 0;
	margin-right: 8px;
	border-radius: 10px 10px 0 0;
}
.area {
	padding: 4rem 5rem;
}
.grade-h3 {
	text-align: center;
	margin-bottom: 24px;
	font-weight: normal;
	letter-spacing: 0.1rem;
}
.grade-p01 {
	text-align: center;
	margin-bottom: 16px;
}
.grade-flex {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 40px;
}
.grade-flex-img {
	width: 37px;
	margin: 0 16px;
}
.grade-flex-element {
	line-height: 1;
	border: 1px solid #555;
	padding: 1.5rem 2.5rem;
	background-color: #ededed;
}
.grade-h4 {
	font-size: 24px;
	font-weight: normal;
	display: inline-block;
	margin-right: 16px;
	margin-bottom: 16px;
	letter-spacing: 0.05rem;
}
.grade-h4-wrap {
    border: 3px solid transparent; /* 最初に透明なボーダーを設定 */
    border-image: linear-gradient(90deg, rgba(255,145,144,1) 0%, rgba(255,171,164,1) 50%, rgba(255,193,159,1) 100%);
    border-image-slice: 1;
    display: inline-block; /* インライン要素を中央揃えするため */
    box-sizing: border-box; /* パディングとボーダーを含めたサイズを設定 */
}

.grade-h4-span {
    font-size: 16px;
    background-color: #fff;
    padding: 0 8px;
    display: inline-block; /* 内部要素をインラインブロックにして高さを自動調整 */
    line-height: 1.5; /* テキストの行間を調整 */
}
.grade-p02 {
	background-color: #ededed;
	padding: 2.5rem 3rem;
	margin-bottom: 28px;
}
.grade-p02.last {
	margin-bottom: 48px;
}
.grade-h4-bottom {
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 0.05rem;
	border-bottom: 1px solid #bfbfbf;
	margin-bottom: 20px;
}
.area li {
	border: none;
}
.grade-ul {
	list-style-type: disc;
	padding-left: 40px;
	margin-bottom: 40px;
}
.grade-li {
	padding: 0!important;
	line-height: 2;
}
.grade-recommend-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	border: 1px solid #a2a2a2;
	padding: 3rem;
}
.grade-recommend-wrap02 {
	display: flex;
	margin-bottom: 6px;
}
.grade-p03 {
	padding: 0 0.8rem;
	font-size: 21px;
	background: linear-gradient(transparent 50%, #f5f0b7 50%);
    display: inline-block; /* インライン要素として表示 */
margin-bottom: 20px;
}
.grade-recommend-wrap02 .hoiku-undo-img {
	width: 23px;
	margin-right: 8px;
}
.grade-small-p {
	margin-top: 12px;
}
.hoiku-about-pdf.ryoiku {
	width: 70%;
	margin: 0 auto;
}
.hoiku-grade .page-en {
	margin-bottom: 40px;
}
/** SP版 **/
@media screen and (max-width: 758px) {
	.hoiku-about-flex {
		flex-direction: column;
		align-items: center;
	}
	.hoiku-about-left,.hoiku-about-right {
		width: 100%;
	}
	.hoiku-content .plus-img{
		margin: 10px 0;
	}
	.hoiku-undo-flex {
		flex-direction: column;
	}
	.hoiku-undo-left,.hoiku-undo-right {
		width: 100%;
	}
	.grade-h4 {
		font-size: 20px;
		margin-right: 4px;
	}
	.grade-ul {
		padding-left: 20px;
	}
	.grade-small{
		display: block;
		margin-top: 8px;
		font-size: 14px;
		line-height: 1.6;
	}
	html .area {
		padding: 3rem 1.5rem;
	}
	.grade-recommend-wrap {
		padding: 2rem 3rem;
	}
	.grade-recommend-span {
		display: block;
		line-height: 1.6;
	}
	.grade-recommend-wrap02 {
	 align-items: flex-start;
	}
	.grade-recommend-wrap02 .hoiku-undo-img {
		padding-top: 2px;
	}
	.hoiku-content .tab li a {
		padding: 10px 10vw!important;
	}
}
/*===============================
lecture - 講演会
================================*/
.lecture-top-content {
	display: flex;
	max-width: 1200px;
	margin: 0 auto;
	margin-bottom: 100px;
}
.lecture-top-left,.lecture-top-right {
	width: 50%;
}
.lecture-top-right {
	padding-top: 20px;
	padding-left: 56px;
}
.lecture-top-h2 {
	font-weight: normal;
	line-height: 1.6;
	margin-bottom: 24px;
}
.lecture-top-p01 {
	margin-bottom: 20px;
	line-height: 1.7;
}
.lecture-about-content {
	display: flex;
	max-width: 1200px;
	margin: 0 auto;
	margin-bottom: 100px;
}
.lecture-about-left {
	padding-left: 40px;
	padding-right: 80px;
	width: 50%;
}
.lecture-about-right {
	width: 50%;
}
.lecture-about-right .page-heading {
	text-align: left;
}
.lecture-about-right .page-en {
	text-align: left;
	margin-bottom: 24px;
}
.lecture-about-p01 {
	line-height: 1.7;
	margin-bottom: 20px;
}
.lecture-area {
	max-width: 1200px;
	margin: 0 auto;
	background-color: #fff;
	padding: 4rem 5rem;
}
.lecture-area:first-child {
	margin-bottom: 40px;
}
.lecture-h2-wrap {
	border-bottom: 1px solid #4b4b4b;
	padding-bottom: 8px;
	margin-bottom: 24px;
}
.lecture-detail-h2 {
	font-weight: normal;
	letter-spacing: 0.05rem;
	display: inline-block;
	margin-right: 10px;
	color: #ff8487;
}
.lecture-span-wrap {
		background: rgb(255,145,144);
background: linear-gradient(90deg, rgba(255,145,144,1) 0%, rgba(255,171,164,1) 50%, rgba(255,193,159,1) 100%);
	padding: 4px 2px;
	margin-right: 4px;
}
.lecture-span {
	background-color: #fff;
	padding: 2px 8px;
}
.lecture-detail-p01 {
	line-height: 1.7;
	margin-bottom: 24px;
}
.lecture-detail-wrap {
	background-color: #f8f8f8;
	padding: 2.5rem 3rem;
		margin-bottom: 24px;
}
.lecture-detail-h3 {
	font-weight: normal;
	margin-bottom: 8px;
}
.lecture-detail-ul {
	padding-left: 1rem;
}
.lecture-detail-li::before {
	content: "・";
	margin-right: 4px;
}
.lecture-detail-p02,.lecture-detail-p03 {
	line-height: 1.7;
}
.lecture-detail-p03 {
	margin-bottom: 12px;
}
.lecture-detail-p02 {
	margin-top: 12px;
}
.lecture-detail-content {
		padding-bottom: 100px;
}
.lecture-voice-p01 {
	text-align: center;
	line-height: 1.7;
	margin-bottom: 40px;
}
.lecture-voice-wrap {
	max-width: 1100px;
	margin: 0 auto;
}
.lecture-voice-li {
	display: flex;
	align-items: flex-end;
	margin-bottom: 32px;
}
.lecture-voice-left {
	width: 25%;
	padding-right: 7rem;
}
.lecture-voice-right {
	background-color: #fff;
	padding: 3rem 4rem;
	border-radius: 10px;
	position: relative;
}
.lecture-voice-right::before {
	content: "";
	position: absolute;
	width: 63px;
	height: 63px;
	left: -3.4%;
	top: 10%;
	background-image: url(https://npo-hoiku.com/wp/wp-content/themes/cocoon-child-master/images/lecture-before.svg);
}
.lecture-voice-h3 {
	color: #ff8e91;
	font-weight: normal;
	margin-bottom: 8px;
}
.lecture-voice-p02 {
	line-height: 1.6;
}
.lecture-form-content {
	max-width: 800px;
	margin: 0 auto;
	padding-top: 80px;
}
.lecture-form-wrap {
	text-align: center;
	border: 1px solid #333;
	margin-bottom: 60px;
	padding: 3rem;
	background-color: #fff;
}
.fee-span {
	font-size: 2.5rem;
	margin-left: 4px;
	letter-spacing: 0.1rem;
}
.fee-small:first-child {
	margin-left: 14px;
}
.lecture-p02 {
	font-size: 2rem;
	letter-spacing: 0.1rem;
	margin-bottom: 4px;
	font-weight: 500;
	color: #ff8487;
}
.lecture-p01 {
	font-size: 14px;
	margin-bottom: 4px;
}
.lecture-fee {
	margin-bottom: 4px;
}
/** SP版 **/
@media screen and (max-width: 758px) {
	.lecture-top-content {
		flex-direction: column;
		margin-bottom: 80px;
	}
	.lecture-top-left,.lecture-top-right {
		width: 100%;
	}
	.lecture-top-right {
		padding: 0 1rem;
		margin-top: 20px;
	}
	.lecture-about-content {
		flex-direction: column;
		margin-bottom: 80px;
	}
	.lecture-about-left,.lecture-about-right {
		width: 100%;
	}
	.lecture-about-left {
		padding: 0;
		height: 250px;
		overflow: hidden;
		background-image: url(https://npo-hoiku.com/wp/wp-content/themes/cocoon-child-master/images/lecture02.webp);
            background-attachment: fixed;
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;
		border-radius: 10px;
		margin-bottom: 20px;
	}
	.lecture-about .lecture-top-img {
		display: none;
	}
	.lecture-area {
		padding: 2.5rem 1.5rem;
	}
	.lecture-detail-h2 {
		display: block;
		margin-bottom: 2px;
}
	.lecture-span {
		font-size: 14px;
		padding: 0.5rem 1rem 0.3rem 1rem; 	
	}
	.lecture-detail-wrap {
		padding: 1.5rem;
	}
	.lecture-detail-ul {
		padding-left: 2px;
	}
	.lecture-detail-li::before {
		margin-right: 0;
	}
	.lecture-detail-li {
		padding: 0.1rem 0;
	}
	.lecture-detail-h3 {
		line-height: 1.5;
	}
	.lecture-detail-content {
		padding-bottom: 80px;
	}
	.lecture-voice-li {
		flex-direction: column;
		align-items: center;
	}
	.lecture-voice-left {
		width: 50%;
		padding-right: 0;
		margin-bottom: 16px;
	}
	.lecture-voice-content {
		padding-bottom: 60px;
	}
	.lecture-form-content {
	padding-left: 1%;
	padding-right: 1%;
	padding-top: 0px;
}
.lecture-form-wrap {
	padding: 2rem 1rem;
	margin-bottom: 40px;
}
.lecture-fee {
	line-height: 1.2;
	margin-bottom: 12px;
	white-space: nowrap;
}
.fee-small:last-of-type {
	display: block;
	padding-top: 8px;
}
.fee-small:first-child {
	margin: 0;
}
.lecture-p02 {
	margin-bottom: 8px;
}
}
/*===============================
voice - 推薦の声
================================*/
.voice-h2 {
	background-color: #ff8e91;
	text-align: center;
	color: #fff;
	font-weight: normal;
	font-size: 26px;
	padding: 0.8rem 0 0.2rem 0;
	margin-bottom: 56px;
	letter-spacing: 0.1rem;
}
.voice-span {
	font-size: 14px;
	display: block;
	margin-bottom: -56px;
}
.voice-h3 {
	text-align: center;
	font-weight: normal;
	font-size: 24px;
	margin-bottom: 40px;
}
.voice-h3-span {
	position: relative;
}
.voice-h3-span::after {
	position: absolute;
	content: "";
	width: 25px;
	height: 25px;
	right: -3rem;
	top: -1rem;
	background: url(https://npo-hoiku.com/wp/wp-content/themes/cocoon-child-master/images/voice15.svg) no-repeat;
}
.voice-flex-wrap {
	display: flex;
}
.voice-hoiku .voice-flex-wrap {
	margin-bottom: 40px;
}
.voice-hoiku .voice-name {
	margin-top: 8px;
	text-align: center;
	line-height: 1.5;
}
.voice-flex-left {
	width: 20%;
	padding-right: 8%;
	padding-top: 8px;
}
.voice-flex-right {
	width: 80%;
	background-color: #fff;
	border-radius: 25px;
	padding: 4rem 4.5rem;
}

.voice-q {
	font-size: 18px;
color: #ff8689;
	margin-bottom: 8px;
	font-weight: 500;
	line-height: 1.6;
}
.voice-a {
	line-height: 1.7;
}
.voice-a:not(:last-child) {
	margin-bottom: 20px;
}
.voice-h3:not(:first-of-type) {
	padding-top: 56px;
}
.voice-content {
	max-width: 1200px;
	margin: 0 auto;
}
.voice-p01 {
	text-align: center;
	line-height: 1.7;
	margin-bottom: 80px;
}
.voice-recommend .voice-h2 {
	background-color: #ffa19c;
	padding-bottom: 1rem;
}
.voice-recommend-content {
	padding-top: 40px;
}
.voice-flex-outer:not(:last-child){
	margin-bottom: 40px;
}
.reco-h3 {
	font-size: 20px;
	font-weight: 500;
	color: #ff8487;
	margin-bottom: 12px;
}
.voice-recommend .voice-flex-right {
	position: relative;
}
.voice-recommend .voice-flex-right::before {
		position: absolute;
	content: "";
	width: 62px;
	height: 38px;
left: -30px;
	top: 30px;
	background: url(https://npo-hoiku.com/wp/wp-content/themes/cocoon-child-master/images/lecture-before.svg) no-repeat;
	transform: rotate(25deg);
}
.voice-name {
	font-size: 15px;
	text-align: right;
	line-height: 1.5;
	margin-top: 10px;
}
/** SP版 **/
@media screen and (max-width: 758px) {
	.voice-p01{
		margin-bottom: 48px;
	}
	.voice-h2 {
		font-size: 22px;
		margin-bottom: 36px;
	}
	.voice-span {
		margin-bottom: -48px;
	}
	.voice-h3 {
		margin-bottom: 20px;
	}
	.voice-flex-wrap {
		flex-direction: column;
	}
	.voice-flex-left,.voice-flex-right {
		width: 100%;
	}
	.voice-flex-left {
		padding-right: 0;
	}
	.voice-flex-left {
		display :flex;
		justify-content: center;
		align-items: center;
		margin-bottom: 20px;
	}
	.voice-top-img {
		width: 40%;
		margin-right: 20px;
	}
	.voice-h3-span::after {
		content: none;
	}
	.voice-h3 {
		padding-top: 8px!important;
	}
	.voice-flex-right {
		padding: 3rem 2.5rem;
	}
	.voice-h3 {
		line-height: 1.5;
		font-size: 24px;
	}
	.reco-h3 {
		line-height: 1.6;
	}
	.voice-top-img {
		margin-right: 0;
	}
.reco-h3 {
    position: relative;
    display: block;
    border-bottom: solid 2px #ff8487;
    padding: 16px;
    min-width: 240px;
    max-width: 100%;
    text-align: center;
	margin-bottom: 26px;
}
.reco-h3:before,
.reco-h3:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.reco-h3:before {
    border: solid 12px transparent;
    border-top: solid 12px #ff8487;
}
.reco-h3:after {
    border: solid 14px transparent;
    border-top: solid 14px #f7f7f7;
    margin-top: -5px;
}
	.voice-content {
		padding-bottom: 80px;
	}
}
/*===============================
404
================================*/
.p404-wrap {
	text-align: center;
}
.p404-p01 {
	font-size: 36px;
	margin-bottom: 40px
}
.p404-p02 {
	line-height: 1.7;
	margin-bottom: 80px;
}
.p404-a {
display: block;
	max-width:350px;
	margin: 0 auto;
	background: rgb(255,145,144);
background: linear-gradient(90deg, rgba(255,145,144,1) 0%, rgba(255,171,164,1) 50%, rgba(255,193,159,1) 100%);
	border-radius: 50px;
	padding: 1px;
}
.p404-span {
	background-color: #fff;
	display: block;
	width: 100%;
	border-radius: 50px;
	text-align: center;
	padding: 1rem;
	position: relative;
}
.p404-span::after {
		content: "";
	position: absolute;
	width: 29px;
	height: 29px;
	background: url(https://npo-hoiku.com/wp/wp-content/themes/cocoon-child-master/images/black-arrow.svg) no-repeat;
	right: 1.2rem;
}
.p404-a:hover {
	opacity: 0.5;
	color: #4b4b4b;
}
@media screen and (max-width: 758px){
	.p404-p02 {
		margin-bottom: 40px;
	}
	.error404 .no-scrollable-main .main {
		height: auto;
	}
	.error404 main {
		min-height: auto;
	}
	.error404 .page-top {
		display: none;
	}
}
/*===============================
 schedule - 開催日程
================================*/
.sh-content {
	max-width: 1200px;
	margin: 0 auto;
}
.sh-heading-wrap {
	display: flex;
	justify-content: center;
}
.sh-content .page-heading {
	margin-bottom: 40px;
	display: inline-block;
}
.table-head {
	background-color: #ff999d;
	color: #fff;
	font-weight: 500;
	letter-spacing: 0.5rem;
}
.table-back {
	background-color: #f0f0f0;
	font-weight: 400;
	letter-spacing: 0.1rem;
}
.sh table td {
	text-align: center;
}
.sh-bottom {
	margin-top: 40px;
}
.notes-ul {
	background-color: #e6e6e6;
	padding: 2rem 2rem;
}
.notes-li::before {
	content: "※";
	margin-right: 4px;
}
.notes-inner-ul {
	display: flex;
	padding-left: 20px;
}
.notes-inner-li {
	margin-right: 8px;
}
/** SP版 **/
@media screen and (max-width: 758px) {
	.sh-content {
		padding-bottom: 80px;
	}
}
/*===============================
 column - コラム
================================*/
#sidebar {
	background-color: transparent;
	padding-top: 65px!important;
}
.column-left .entry-wrap {
	background-color: #fff;
	border-radius: 10px;
	padding: 3rem 3.5rem;
	margin-bottom: 24px;
	position: relative;
	padding-bottom: 0;
}
.entry-header {display: flex;}
.entry-cat {
	background-color: #ff8e91;
	padding: 2px 8px;
	border-radius: 3px;
	color: #fff;
	margin-right: 12px;
}
#column .entry-cat a {
	color: #fff;
} 
#column .entry-meta .posted-on {
	letter-spacing: 0.05rem;
}
#column .entry-title {
	font-weight: 400;
	width: 57%;
}
#column .entry-bottom-wrap {
	display: flex;
}
#column .entry-content {
	width: 90%;
	padding-right: 30px;
}
#column .more-btn {
	text-align: right;
}
#column .entry-bottom-wrap .post-thumbnail {
width:  60%;
	position: relative;
	top: -42px;
}
.entry-bottom-wrap .entry-content {
	margin: 0;
}
#column .read-more {
	letter-spacing: 0.05rem;
	padding-bottom: 6px;
	position: relative;
	padding-right: 46px;
}
#column .read-more::after {
	content: "";
	position: absolute;
	width: 40px;
	height: 40px;
	background: url(https://npo-hoiku.com/wp/wp-content/themes/cocoon-child-master/images/orange-arrow.svg) no-repeat;
	right: 0;
	top: -9px;
}
.pagination a:hover {
	background-color: var(--cocoon-current-background-color);
}
.pagination .current {
	background-color: #ff8e91;
	color: #fff;
}
.search-box.input-box {
position: relative;
}
.search-box.input-box::after {
		content: "";
	position: absolute;
	width: 25px;
	height: 25px;
	background: url(https://npo-hoiku.com/wp/wp-content/themes/cocoon-child-master/images/voice15.svg) no-repeat;
	right: -12px;
	top: -10px;
}
.widget-sidebar-title {
	background-color: transparent!important;
	padding-left: 0!important;
	font-weight: 500;
	letter-spacing: 0.05rem;
	color: #ff8e91;
	font-size: 15px;
	margin-bottom: 12px!important;
	padding-bottom: 4px!important;
	border-bottom: 4px double #d1d1d1;
}
.widget-sidebar {
	margin-bottom: 10px!important;
}
.widget-sidebar .cat-item a {
	padding: 0.4rem 1rem;
}
.widget-sidebar .card-title:hover {
	color: #e53900;
}
.widget-sidebar .card-title {
	font-weight: 400;
}
.widget-sidebar .cat-item a:hover {
	background-color: #fff;
	border-radius: 25px;
	color: #e53900;
}
.widget_archive ul li a {
	padding: 0.4rem 1rem;
}
.widget_archive ul li a:hover {
	background-color: #fff;
	border-radius: 25px;
	color: #e53900;
}
.widget-entry-card-thumb {
	width: 100px!important;
}
.widget-entry-card-content {
	margin-left: 0
}
/** 個別記事ページ **/
html .single #sidebar {
display: block !important;
}
html .single #main {
	width: 75%;
}
html #sidebar {
	width: 25%;
	padding: 30px;
}
html .single .content-in {
max-width: 1300px;
margin: 0 auto;
}
.single .entry-header {
	flex-direction: column;
}
.single .article {
	background-color: #fff;
	padding: 3.5rem 4rem;
	border-radius: 8px;
}
.single .entry-title {
	font-weight: 500;
	color: #ff8e91;
}
.single .cat-label {
	background-color: #ff8e91;
}
.single .eye-catch-caption {
	display: none;
}
.single .post-date,.single .post-update {
	font-size: 1.5rem;
}
.single .sns-buttons {
	margin-bottom: 24px;
}
.sns-follow.bc-brand-color.fbc-hide.sf-bottom {
	display: none;
}
.footer-meta {
	display: none;
}
.single .pager-post-navi {
	flex-direction: row;
	justify-content: space-between;
}
.single .prev-post,.single .next-post {
	width: 50%;
}
.single .prev-post:hover,.single .next-post:hover {
	background-color: #fff;
	border-radius: 50px;
}
.related-entry-card-wrap:hover {
	background-color: #fff;
}
.related-entry-card-title {
	font-weight: 500;
}
/** SP版 **/
@media screen and (max-width: 758px) {
	html #main {
		width: 100%;
		padding: 0rem 1rem;
	}
	html #sidebar {
		width: 100%;
		padding-top: 30px!important;
	}
	.column-left .entry-wrap {
		padding: 3rem 2rem;
	}
	.entry-bottom-wrap {
		flex-direction: column;
	}
	#column .entry-bottom-wrap .post-thumbnail {
		width: 100%;
		position: initial;
	}
	#column .entry-title {
		width: 100%;
	}
	#column .more-btn {
		margin-top: 8px;
	}
	#column .read-more::after {
		width: 35px;
		right: 4px;
		top: -5px;
	}
	#column .entry-content {
		width: 100%;
		padding-right: 0;
		margin-bottom: 16px;
	}
	.next.page-numbers {
		white-space: nowrap;
	}
	.page-numbers {
		width: 40px;
		height: 40px;
	}
	.sidebar h3 {
		padding-top: 0;
	}
	.entry-title, .article h2 {
		padding: 2rem 0;
		margin-bottom: 0;
	}
	#footer {
		padding-top: 80px;
	}
	.single .article {
		padding: 1rem 2rem;
		border-radius: 25px;
	}
	.sns-share.ss-top.ss-col-6 a, .sns-share.ss-bottom.ss-col-6 a {
		display: none;
	}
	.sns-share.ss-top
	{
		display: none;
	}
	.single .entry-title {
		margin-bottom: -8px;
	}
	.single .entry-date.date.published {
		font-size: 14px;
	}
	.single .entry-content {
		margin-top: 0.5rem;
	}
	.single .under-entry-content {
		padding: 0 1rem;
	}
	.single .pager-post-navi {
		margin-top: 0;
	}
	.single .related-list {
		margin-bottom: 0;
	}
	html .single #main {
	width: 100%;
		padding: 0;
	}
	html #sidebar {
		padding: 0 1.5rem;
	}
	.breadcrumb {
		padding: 0 1rem;
	}
}
@media screen and (min-width: 600px) {
.content-in {
flex-wrap: nowrap;
}
}
/*===============================
 philosophy - 活動理念・活動内容
================================*/
.philosophy-content {
	max-width: 1200px;
	margin: 0 auto;
	line-height: 1.65;
}
.sec1 {
	display: flex;
	margin-bottom: 72px;
}
.sec1-left {
	width: 60%;
}
.ph-h3 {
	font-weight: 500;
	font-size: 24px;
	line-height: 1.6;
	margin-bottom: 24px;
}
.sec2 {
	height: 250px;
	background: url(https://npo-hoiku.com/wp/wp-content/themes/cocoon-child-master/images/ph-01.webp) no-repeat;
	background-attachment: fixed;
	background-position: 50% 50%;
	background-size: 100%;
	margin-bottom: 72px;
}
.sec3 {
	display: flex;
	margin-bottom: 72px;
}
.sec3-left {
	width: 60%;
}
.ph-p01.first{
	margin-bottom: 24px;
}
.sec4 {
	display: flex;
	margin-bottom: 72px;
}
.sec4-left,.sec4-right {
	width: 50%;
}
.sec4-left {
	padding-right: 56px;
}
.sec4-p01 {
	margin-bottom: 24px;
}
.sec5 {
		height: 250px;
	background: url(https://npo-hoiku.com/wp/wp-content/themes/cocoon-child-master/images/ph-03.webp) no-repeat;
	background-attachment: fixed;
	background-position: 50% 50%;
	background-size: 100%;
	margin-bottom: 72px;
}
.sec6 {
	display: flex;
	margin-bottom: 72px;
}
.sec6-left {
	width: 60%;
}
.sec6-right {
	width: 40%;
	padding-left: 40px;
}
.sec7{
	display: flex;
	margin-bottom: 72px;
}
.sec7-left {
	width: 40%;
	padding-right: 40px;
}
.sec7-right {
	width: 60%;
}
.sec8 {
	display: flex;
	justify-content: space-between;
}
.sec8-left {
	width: 50%;
}
.sec8-right {
	width: 40%;
	background: url(https://npo-hoiku.com/wp/wp-content/themes/cocoon-child-master/images/ph-06.webp) no-repeat;
	background-size: 250%;
	background-position: 70% 0%;
	border-radius: 100px 0 0 0;
}
.sec8 .ph-p01 {
	margin-bottom: 24px;
}
.sec8 .ph-p01.middle {
	margin-bottom: 50px;
}
/** SP版 **/
@media screen and (max-width: 758px) {
	.sec1 {
		display: block;
		margin-bottom: 56px;
	}
	.sec1-left {
		width: 100%;
	}
	.sec2 {
		height: 150px;
		margin-bottom: 56px;
	}
	.sec3 {
		flex-direction: column;
		margin-bottom: 56px;
	}
	.sec3-left,.sec3-right {
		width: 100%;
	}
	.sec4 {
		flex-direction: column;
		margin-bottom: 56px;
	}
	.sec4-left,.sec4-right {
		width: 100%;
	}
	.sec4-left {
		padding-right: 0;
		margin-bottom: 20px;
	}
	.sec4-left .voice-top-img {
		width: 100%;
	}
	.sec5 {
		height: 150px;
	}
	.sec6 {
		flex-direction: column;
		margin-bottom: 56px;
	}
	.sec6-left,.sec6-right {
		width: 100%;
	}
	.sec6-right {
		padding-left: 0;
		margin-top: 20px;
	}
	.sec6-right .voice-top-img {
		width: 100%;
	}
	.sec7 {
		flex-direction: column-reverse;
	}
	.sec7-left,.sec7-right {
		width: 100%;
		padding-right: 0;
	}
	.sec7-left .voice-top-img {
		width: 100%;
	}
	.sec8 {
		flex-direction: column;
		padding-bottom: 80px;
	}
	.sec8-left,.sec8-right{
		width: 100%;
	}
	.ph-h3 {
		font-weight: 400!important;
	}
}
	/* デフォルトのマーカーを消す */
li::marker {
	content: ""!important;
}