@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
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/** ==========
 * ブログカード表示
 ==========**/

/** ==========
 * ブログカード表示
 ==========**/
.external-blogcard-thumbnail{
display: none;	
}
.internal-blogcard-thumbnail{
display: none;	
}
.blogcard-site.external-blogcard-site {
	display: none;
}
.blogcard-site.internal-blogcard-site {
	display: none;
}
.blogcard-content {
	margin: 0;
	min-height: auto;
}
.blogcard-snippet.external-blogcard-snippet {
	display: none;
}
.blogcard-snippet.internal-blogcard-snippet {
	display: none;
}
.blogcard-date.internal-blogcard-date{
	display: none;
}
.blogcard {
	border: none;
	padding: 0;
	display: block; 
}
.blogcard:hover {
	color: #e53900;
}
.blogcard-title {
	color: #4485bf;
	text-decoration: underline;
}
.blogcard-title:hover {
	opacity: 0.7;
}
.blogcard-title::before {
	content:"関連記事:　";
}
.blogcard.a-wrap {
	display: inline-block;
}
/** =================
 * お問い合わせ - contact
 ==================**/
.contact-content {
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 80px;
}
.contact-line-wrap.flex {
	display: flex;
	margin: 0 auto;
	margin-bottom: 56px;
	width: 70%;
	justify-content: center;
	padding: 4rem;
	  background: repeating-linear-gradient(
    135deg,
    #ecebe4,
    #ecebe4 5px,
    transparent 4px,
    transparent 9px
  );
}
.contact-line-left {
	width: 280px;
	height: auto;
	padding-right: 40px;
}
.contact-p02 {
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 12px;
}
.contact-p03 {
	line-height: 1.7;
	margin-bottom: 16px;
}
.contact-p04 {
	font-size: 0.9rem;
	margin-bottom: 12px;
}
.contact-line-btn {
	text-align: center;
	display: block;
	padding: 1rem;
	color: #fff;
	background-color: #070e31;
	border: 2px solid transparent;
	border-radius: 50px;
	letter-spacing: 0.05rem;
}
.contact-line-btn:hover {
	border: 2px solid #070e31;
	color: #070e31;
	background-color: transparent;
}
.wpcf7 {
	background-color: #fff;
}
.form__row {
	display: flex;
}
.form__label, .form__body {
	padding: 2.5rem;
	border-bottom: 1px solid #d6d6d6;
}
.wpcf7-form-control {
	background-color: #fafafa;
}
.form__body {
	width: 75%;
}
.cf7-name .wpcf7-form-control {
	width: 40%;
}
.cf7-name2 .wpcf7-form-control {
	width: 40%;
}
.cf7-tel .wpcf7-form-control {
	width: 30%;
}
.cf7-zip .wpcf7-form-control {
	width: 30%;
}
.cf7-date .wpcf7-form-control {
	width: 30%;
}
.privacy-link {
	margin-top: 8px;
	display: inline-block;
	position: relative;
}
.privacy-link::after {
	content:"";
	background-image: url(https://kodomo-plus.jp/wp/wp-content/themes/cocoon-child-master/images/link.png);
	position: absolute;
	background-size: cover;
	width: 15px;
	height: 15px;
	top: 50%;
	transform: translateY(-50%);
	right: -20px;
}
.contact-accept {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
}
/* テキストフィールド フォーカス時 */
.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: #f5d41e;
	font-size: 18px;
}
.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.row-submit {
	display: block;
	text-align: center;
	width: 100%;
}
.form__label {
	width: 25%;
}
.submit-btn {
	margin-bottom: 64px;
}
.is-required::after {
	content:'（必須）';
	color: #f66847;
	font-size: 0.9rem;
	margin-left: -4px;
}
.wpcf7-form-control.wpcf7-acceptance {
	background-color: transparent;
}
	.cf7-label .wpcf7-form-control {
	background-color: transparent;	
	}
.magazine-check .wpcf7-form-control {
	background-color: transparent;
}
.magazine-check .wpcf7-list-item{
	margin-left: 0;
}
.wpcf7-submit  {
	display: block;
	width: 40%!important;
}
.form__row.row-submit {
	display: block;
	text-align: center; /* ボタンの親要素をセンター揃え */
	width: 100%;
}

.wpcf7-submit {
	display: inline-block; /* ボタン自体をインラインブロックに設定 */
	width: auto; /* 必要に応じて幅を自動に設定 */
	margin: 0 auto; /* ボタン自体をセンターに配置 */
}
.wpcf7-spinner {
	display: block;
	margin: 10px auto 0; /* ボタンの下に余白を追加 */
}
.wpcf7-form-control.wpcf7-submit　 {
	background-color: #f5d41e;
}
.wpcf7-form-control.wpcf7-textarea{
	width: 80%;
}
/** SP版 **/
@media screen and (max-width: 758px) {
	.wpcf7 {
		padding: 0.4rem;
		padding-top: 24px;
	}
	.contact-line-wrap.flex {
		width: 100%;
		flex-direction: column;
		padding: 2rem;
		margin-bottom: 40px;
	}
	.contact-line-left {
		display: none;
	}
	.contact-line-right {
		text-align: center;
	}
	.contact-p03 {
		margin-bottom: 20px;
	}
	.contact-p04 {
		display: none;
	}
	.form__row {
		flex-direction: column;
	}
	.form__label,.form__body {
		width: 100%;
		border: none;
	}
	.form__label {
		padding: 0;
		padding-left: 1rem;;
	}
	.form__body {
		padding: 1rem;
		padding-top: 0.1rem;
		margin-bottom: 12px;
	}

	html .wpcf7-form-control {
		width: 100%!important;
	}
	.contact-accept .wpcf7-list-item {
		margin-left: 0;
	}
	.privacy-link {
		margin-top: 0;
	}
	.submit-btn {
		width: 90%;
		margin: 0 auto;
	}
	.form__label{
		font-size: 15px;
	}
	.cf7-message .form__label, .cf7-message .form__body {
margin-bottom: 0px;
} 
.magazine-check .form__label {
		display: none;
	}
	.contact-accept {
		margin-top: 0;
	}
	.contact-content {
		padding-left: 4%;
		padding-right: 4%;
	}
}
.magazine-check p {
	line-height: 1.5;
}
.row-name p {
	line-height: 1.5;
	white-space: nowrap;
}
@media screen and (max-width: 758px){
.contact-content {
	padding-bottom: 60px;
}
}
/** =================
 * 代表ご挨拶 - greeting
 ==================**/
.greeting-content {
	padding-top: 80px;
}
.ceo-wrap {
		background: url(https://kodomo-plus.jp/wp/wp-content/themes/cocoon-child-master/images/pattern02.svg) repeat;
	background-size: 120px;
	position: relative;
	padding-top: 40px;
	padding-bottom: 100px;
}
.ceo-wrap::before {
	content: "";
	position: absolute;
			background: url(https://kodomo-plus.jp/wp/wp-content/themes/cocoon-child-master/images/greeting-section.webp) no-repeat;
	width: 100%;
	height: 100px;
	top: -5vw;
	background-size: cover;
}
.ceo-wrap-content {
	max-width: 1200px;
	margin: 0 auto;
}
/** 下部ceo **/

.ceo-h3 {
	position: relative;
	font-size: 20px;
	margin-bottom: 8px;
}

.ceo-p02 {
	letter-spacing: 0.05rem;
	margin-bottom: 40px;
}
.ceo-bottom-flex {
	display: flex;
	justify-content: space-between;
	margin-bottom: 56px;
}
.ceo-bottom01 {
		background-color: #FFF;
	border-radius: 2px;
	padding: 24px 24px; 
  width: calc((100% - 40px) / 3); /* (100% - 40px) はコンテナ全体の幅から20px × 2 を引いた値 */
  margin-right: 40px;
}
.ceo-bottom01:last-child {
  margin-right: 0;
}
.ceo-bottom01 .ceo-li01 {
	line-height: 1.9;
}
.ceo-ul02 {
	display: flex;
	justify-content: space-between;
}
.ceo-li02:not(:last-child) {
	margin-right: 20px;
}
.ceo-li02 {
	width: calc((100% - 60px) / 4); /* 幅を計算し、4つの要素の間に20pxの間隔を持たせる */
}
.ceo-a01 {
	border-radius: 2px;
}
.ceo-img02 {
	border-radius: 2px;
}
.ceo-bottom-wrap02 {
	margin-bottom: 56px;
}
.ceo-ul03 {
	display: flex;
}
.ceo-li03 {
	border: 1px solid #B2B2B2;
	margin-right: 20px;
}
.ceo-a02 {
	display: block;
}
.ceo-a02 {
    line-height: 0;
}
	.ceo-img02 {
		transition: 0.3s;
	}
	.ceo-img02:hover {
		opacity: 0.5;
		transition: 0.3s;
	}
.ceo-h2 {
	margin-bottom: 40px;
}
.ceo-career-wrap {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.career-right {
	width: 20%;
}
.career-left {
	width: 80%;
	padding-right: 40px;
	background: url(https://kodomo-plus.jp/wp/wp-content/themes/cocoon-child-master/images/pattern01.svg)repeat;
	background-size: 100px;
	border:5px double  #808080;
	padding: 1.5rem 1.5rem;
	margin-bottom: 100px;
	margin-right: 80px;
}
.ceo-bottom-heading {
	margin-bottom: 16px;
}
.ceo-ul01 {
	padding-left: 1rem!important;
}
.ceo-ul01 {
	padding-left: 2rem;
}
.ceo-ul02,.ceo-ul03 {
	padding-left: 0;
}
.ceo-p03 {
	margin-top: 10px;
	line-height: 1.6;
	color: #070e31;
}
.career-right figcaption {
	font-size: 14px;
	font-weight: 500;
}
/**　上部greeting **/
.colums-wrap {
	max-width: 1000px;
	margin: 0 auto;
}
.columns {
  font-size: 1.0rem;
  columns: 281px 2;
  column-gap: 40px;
  column-rule: 1px solid #999;
}
.greeting-bottom-wrap {
  display: flex;
  gap: 40px; /* カラム間の隙間 */
}
.greeting-flex.top {
 border-right: 1px solid #999;
	padding-right: 40px;
}
.greeting-flex {
  flex: 1; /* フレックスアイテムを均等に広げる */
}

.greeting-img01 {
  max-width: 50%; /* 画像の最大幅をカラムの幅に合わせる */
  height: auto; /* 画像の高さを自動調整 */
}
.greeting-inner {
	text-align: center;
}
.greeting-h2 {
	line-height: 1.75;
	margin-bottom: 32px;
	font-weight: 500;
}
.greeting-span {
	color: #2db1d5;
}
.columns {
	margin-bottom: 72px;
}
.greeting-bg {
	max-width: 1000px!important;
	height: 300px;
	background: url(https://kodomo-plus.jp/wp/wp-content/themes/cocoon-child-master/images/greeting-bg.webp) no-repeat;
	background-attachment: fixed;
	background-position: 50% 50%;
	background-size: 80%;
	margin: 0 auto;
	margin-bottom: 72px;
	border-radius: 3px;
}
@supports (-webkit-touch-callout: none) {
  .greeting-bg {
    background-attachment: scroll; /* iOS Safari用に変更 */
  }
	.ph-bg01,.ph-bg02,.ph-bg03 {
		background-attachment: scroll!important; /* iOS Safari用に変更 */
	}
}

.colums-wrap.bottom .greeting-h2 .greeting-span {
color: #f66847;
}
.colums-wrap.bottom {
	padding-bottom: 180px;
}
.greeting-inner {
	padding-top: 40px;
}
/* メディアクエリでレスポンシブ対応 */
@media screen and (max-width: 768px) {
	.ceo-wrap::before {
		height: 40px;
	}
	.ceo-wrap {
		padding-top: 60px;
	}
	.ceo-wrap-content {
		padding-left: 4%;
		padding-right: 4%;
	}
	.career-left {
		width: 100%;
		padding: 1.5rem 1rem;
		margin-right: 0;
		font-size: 14px;
		line-height: 2;
		margin-bottom: 20px;
	}
	.career-left .ceo-ul01 {
		padding-left: 0.5rem!important;
	}
	.career-right {
		width: 60%;
		margin-bottom: 24px;
	}
  .columns {
    flex-direction: column; /* スマホなどの小さな画面では縦並びに */
  }
	.colums-wrap {
		padding-left:4%;
		padding-right: 4%;
	}
	.greeting-bg {
		height: 250px;
		background-size: cover;
	}
	.greeting-bottom-wrap {
		flex-direction: column;
	}
	.greeting-flex.top {
		border: none;
		padding-right: 0;
	}
	.greeting-flex.top {
		display: flex;
		flex-direction: column-reverse;
	}
	.greeting-inner {
		padding-top: 0;
		margin-top: -24px;
		margin-bottom: 24px;
	}
	.greeting-img01 {
		width: 40%;
	}
	.colums-wrap.bottom {
		padding-bottom: 100px;
	}
	.ceo-career-wrap {
	 flex-direction: column-reverse;
		align-items: center;
	}
	.ceo-bottom-flex {
		flex-direction: column;
	}
	.ceo-bottom01 {
		width: 100%;
	}
	.ceo-bottom01:not(:last-child){
		margin-bottom: 16px;
	}	
		.ceo-ul02 {
		flex-direction: column;	
		}
	.ceo-li02 {
		width: 100%;
	}
	.ceo-li02:not(:last-child) {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.ceo-img02 {
		width: 100%;
	}
	.ceo-ul03 {
		flex-direction: column;
	}
	.ceo-li03 {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.ceo-img03 {
		width: 100%;
	}
}
/** =================
 *理念と目標 - philosophy
 ==================**/
.ph-content {
	padding-top: 80px;
	max-width: 1000px;
	margin: 0 auto;
}
.ph-flex {
	display: flex;
	max-width: 1000px;
	margin: 0 auto;
}
.ph-flex-inner {
	width: 50%;
	padding-right: 10px;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.rotate {
  animation: rotate 18s infinite linear;
}
#content,#main {
	position: static!important;
}
.rotate {
	width: 300px;
	right: 1%;
	bottom: 0;
	position: fixed;
	mix-blend-mode: multiply;
}
.ph-bg01 {
	max-width: 1000px!important;
	height: 300px;
	background: url(https://kodomo-plus.jp/wp/wp-content/themes/cocoon-child-master/images/ph-img01.webp) no-repeat;
	background-attachment: fixed;
	background-position: 50% 50%;
	background-size: 80%;
	margin: 0 auto;
	margin-top: 80px;
	border-radius: 3px;
}
.ph-bg02 {
	max-width: 1000px!important;
	height: 300px;
	background: url(https://kodomo-plus.jp/wp/wp-content/themes/cocoon-child-master/images/ph-img02.webp) no-repeat;
	background-attachment: fixed;
	background-position: 50% 0%;
	background-size: 80%;
	margin: 0 auto;
	margin-top: 80px;
	border-radius: 3px;
}
.ph-bg03 {
	max-width: 1000px!important;
	height: 300px;
	background: url(https://kodomo-plus.jp/wp/wp-content/themes/cocoon-child-master/images/ph-img03.webp) no-repeat;
	background-attachment: fixed;
	background-position: 50% 50%;
	background-size: 80%;
	margin: 0 auto;
	margin-top: 80px;
	border-radius: 3px;
}
.ph-h3 {
	display: inline-block;
	padding: 0.5rem 0.5rem;
	margin: 0 auto;
	margin-left:24px;
	background-color: #fff;
	border: 1px solid #dad8cd;
	margin-bottom: 8px;
	font-size: 1.5rem;
	line-height: 1;
}
.h3-wrap {
	margin-top: -28px;
	margin-bottom: 40px;
}
.ph-flex.bottom {
	margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
	.ph-content {
		padding: 0 4%;
		padding-top: 80px;
	}
	.ph-flex-inner {
		width: 100%;
		padding-right: 0;
	}
	.ph-bg01,.ph-bg02,.ph-bg03 {
		height: 200px;
		background-size: 100%;
		margin-top: 60px;
	}
	.ph-bg02 {
		background-position: 0;
	}
	.ph-h3 {
		font-size: 20px;
		margin-left: 12px;
	}
	.rotate {
		width: 250px;
		bottom: -15%;
		right: -20%;
		opacity: 0.7;
	}
}
/** =================
 *会社概要 - company
 ==================**/
.company-content {
	padding-top: 80px;
}
.outline-wrap {
  max-width: 1000px;
  margin: 0 auto;
}

.outline-table {
  width: 100%;
  border-collapse: collapse;
	margin-bottom: 80px;
}

.outline-table th,
.outline-table td {
  border-bottom: 1px solid #d6d6d6;
  padding: 2rem;
  text-align: left;
  vertical-align: top;
}

.outline-table th {
  font-weight: normal;
  width: 20%; /* Adjust width as needed */
	background-color: transparent;
}

.outline-table td {
  width: 80%; /* Adjust width as needed */
	background-color: transparent;
}

.outline-p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: bold;
}

.outline-ul {
  margin: 0;
  padding-left: 20px;
  list-style-type: disc;
}

.outline-li {
  margin-bottom: 5px;
}

.outline-pdf {
  text-decoration: none;
  color: #df5a5d;
  font-weight: bold;
}

.outline-pdf:hover {
  text-decoration: underline!important;
}
.outline-table {
	background-color: #fff;
}
.company table:not(.has-border-color) :where(th, td) {
	border: none;
	border-bottom: 1px solid #d6d6d6;
}
table tr:nth-of-type(2n+1) {
	background-color: transparent;
}
.google-map iframe {
	width: 100%;
}
.google-map {
	margin-bottom: -10px;
}
@media screen and (max-width: 768px) {
	.outline-wrap {
		padding-left: 4%;
		padding-right: 4%;
	}
.company tr {
	display: flex;
	flex-direction: column;
}
	.company th,.company td {
		width: 100%;
		font-size: 1rem;
	}
	.company th {
		border-bottom: none!important;
		padding-bottom: 0;
	}
	.company td {
		margin-top: -20px;
	}
}
/** =================
 *プライバシー - privacy
==================**/ 
.privacy-content {
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 80px;
	padding-bottom: 100px;
	padding-left: 20px;
	padding-right: 20px;
}
.m-top {
	font-weight: 500;
}
.privacy h3 {
	font-weight: 500;
	border-bottom: 1.5px solid #292824;
	padding-bottom: 0.5rem;
	margin-bottom: 1rem;
}
.privacy h3:not(:first-child) {
	margin-top: 32px;
}
@media screen and (max-width: 768px) {
	.privacy-content {
		padding-left: 4%;
		padding-right: 4%;
	}
}
/************************************
** サイドバー収納
************************************/

/** 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;
}
.archive-year-toggle:hover {
	background-color: #FFF;
}

/* ==============================
 * 
 * =============================*/
/** =================
 * 共通設定
 ==================**/
 *, *:before, *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
a:hover, button:hover {
	transition: 0.25s;
}
html {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
ul, ol {
  list-style: none;
}
table {
  border-collapse: collapse;
}
a {
  text-decoration: none!important;
}
#breadcrumb {
	margin: 0;
}
.content {
	margin-top: 0!important;
}
.wrap {
	width: 100%;
}
body {
	overflow-x: hidden;
	background: url(https://kodomo-plus.jp/wp/wp-content/themes/cocoon-child-master/images/pattern01.svg) repeat;
	background-size: 120px;
}
#main {
	background-color: transparent;
}
.main {
	padding: 0!important;
}
.footer {
	margin-top: 0;
}
.go-to-top-button {
	width: 70px;
}
.go-to-top {
	bottom: 26px;
	right: 12px;
	transition: 0.25s;
}
.go-to-top:hover {
	transform: translatey(-10px);
	transition: 0.25s;
}
.page-heading-wrap {
	text-align: center;
	margin-bottom: 56px;
}
.category .content {
	max-width: 1300px;
	margin: 0 auto;
}
.category #main {
	width: 860px!important;
}
.category #sidebar {
	width: 376px!important;
}
.category.no-sidebar .content-in {
	display: flex;
}
@media screen and (max-width: 758px) {
	.category .content-in {
		padding: 0 12px;
	}
	.category.no-sidebar #sidebar {
		width: 100%!important;
}
}
@media screen and (max-width: 758px) {
html,body {
  max-width: 100vw;
  overflow-x: hidden;
	height: 100%;
}

	.sp-none {
		display: none;
	}
	.page-heading-wrap {
		margin-bottom: 24px;
	}
}
@media screen and (min-width: 759px) {
	.pc-none {
		display: none;
	}
}
/** =================
 * 見出し - heading
 ==================**/
h2 {
	text-align: center;
	font-weight: 500;
	letter-spacing: 0.02rem;
	font-size: 2rem;
}
.heading-small {
	font-size: 1rem;
	display: block;
	margin-bottom: -7px;
}
.heading-img {
	width: 113px;
	display: block;
  margin-left: auto;
  margin-right: auto;
	margin-bottom: 56px;
}
/** =================
 * パンくず - breadcrumb
 ==================**/
#breadcrumb {
	background: url(https://kodomo-plus.jp/wp/wp-content/themes/cocoon-child-master/images/pattern02.svg) repeat;
	background-size: 120px;}
.support-btn:hover {
	background-color: transparent;
	border: 2px solid #070e31;
	transition: 0.25s;
	color: #070e31;
}
.breadcrumb-item .breadcrumb-caption,.breadcrumb-item span {
	color: #333;
}

/** =============================
 * 
 * 柳沢運動プログラム - program

===============================**/
.page-program-content p {
	line-height: 1.75
}
.page-program-content {
	padding-top: 80px;
	max-width: 1000px;
	margin: 0 auto;
	padding-left:20px;
	padding-right: 20px;
}
.page-program h1 {
	font-size: 24px;
}
.program-h2-wrap {
	text-align: center;
}
.program-h2{
	display: inline-block;
    position: relative;
    padding: .3em 1.4em .3em;
    border: 3px solid #333;
	border-radius: 100px;
    color: #333333;
	margin-bottom: 52px;
	font-size: 26px;
}
.program-h2::before,
.program-h2::after {
    position: absolute;
    left: 50%;
	transform: translatex(-50%);
    bottom: -15px;
    width: 30px;
    height: 15px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}
.program-h2::before {
    background-color: #333;
}
.program-h2::after {
    bottom: -11px;
		background: url(https://kodomo-plus.jp/wp/wp-content/themes/cocoon-child-master/images/pattern01.svg) repeat;
	background-size: 100%;
}
.program-h2-wrap {
	padding-top: 80px;
}
.program-h2-wrap.first {
	padding-top: 0;
}
.page-program01 ul {
	display: inline-block;
    list-style-type: disc;
    padding: 1em 1em 1em 2.5em;
    border: none;
	line-height: 1.5;
	background-color: #fff;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	border-radius: 4px;
}
.page-program01 li {
    padding: .3em .3em .3em 0;
}
.page-program01 li::marker {
    color: #f9e168;
}
.program01-p03 {
	margin-bottom: 32px;
}
.program01-flex {
	display: flex;
	justify-content: space-between;
	margin-bottom: 24px;
}
.program01-flex.first {
		margin-bottom: 48px;
}
.program01-left {
	width: 50%;
}
.program01-right {
	width: 42%;
 background-image: url(https://kodomo-plus.jp/wp/wp-content/themes/cocoon-child-master/images/program-img01.webp);
  height: 500px;
  background-position: 10%;
  background-repeat: no-repeat;
  background-size: 100%;
}
.program01-flex-wrap {
	width: calc((100% / 3) - 20px);
	background-color: #fff;
	padding: 1.5rem;
	padding-top: 0;
	border-radius: 6px;
	margin-top: 24px;
}
.program01-h3 {
	text-align: center;
	margin-bottom: -8px;
	border: 1.5px solid #333;
	border-radius: 25px;
	padding: 4px 0;
	background-color: #f9e168;
	font-weight: 500;
	transform: translatey(-50%);
}
.program02-h3 {
	letter-spacing: 0.03rem;
	font-size: 22px;
	font-weight: 500;
	padding: 8px 1em;
  border-radius: 5px;
  background: #f9E168;
	margin-bottom: 1rem;
}
.program02-p02 {
	margin-bottom: 40px;
}
.program03-p01 {
	margin-bottom: 1rem;
}
.page-program03 ul {
	display: inline-block;
    list-style-type: disc;
    padding: 1em 1em 1em 2.5em;
    border: none;
	line-height: 1.5;
}
.page-program03 li {
    padding: .3em .3em .3em 0;
}
.page-program03 li::marker {
    color: #f9e168;
    font-size: 1.1em;
}
.program03-p02 {
	margin-bottom: 32px;
}
.program03-h3 {
	  padding: 1em;  border-radius: 10px;
	margin-bottom: 1rem;
    color: #6d5353;
    background: repeating-linear-gradient(135deg, #ecebe4, #ecebe4 5px, transparent 4px, transparent 9px);
}
.program03-h4 {
font-size: 20px;
}
.page-program03 ol {
	list-style-type: decimal;
	margin-bottom: 1rem;
}
.page-program03 li::marker {
    color: #333;
    font-size: 1.1em;
}
.page-program03 .program03-flex  li::marker{
	color: #f9e168;
}
.program03-flex {
	display: flex;
	margin-bottom: 32px;
}
.program03-flex p {
	width: 50%;
}
.program03-flex ul {
	width: 50%;
	margin-left: 40px;
	background-color: #fff;
	border-radius: 4px;
}
.program03-h4 {
	letter-spacing: 0.03rem;
	color: #ef6c4f;
	padding-bottom: 2px;
	border-bottom: 2px dashed;
	margin-bottom: 8px;
}
.program03-p03 {
	margin-bottom: 2rem;
}
.program03-p04 {
	margin-bottom: 2rem;
	line-height: 1.7;
}
.program04-p01 {
	margin-bottom: 40px;
}
.program04-flex {
	display: flex;
	justify-content: space-between;
}
.program04-wrap {
	width: calc((100% / 3) - 20px);
	background-color: #fff;
	padding: 1.5rem;
	padding-top: 0;
	border-radius: 6px;
	margin-top: 24px;
}
.program04-h3 {
	text-align: center;
	margin-bottom: -8px;
	border: 1.5px solid #333;
	border-radius: 25px;
	padding: 4px 0;
	background-color: #f9e168;
	font-weight: 500;
	transform: translatey(-50%);
}
.program04-wrap ul {
	list-style: disc;
	padding-left: 20px;
}
.program04-wrap li {
	line-height: 2;
}
.program04-wrap li::marker {
    color: #f9e168;
}
.program05-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); /* 自動で列数を調整 */
    gap: 20px;
}

.one-gallery {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.gallery-img img {
    width: 100%;
    height: 250px; /* 画像の高さを統一 */
    object-fit: cover;
    border-radius:6px;
}

.gallery-txt {
    margin-top: 10px;
}
	.page-program07 ul {
		padding-left: 0;
		display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3列均等 */
		margin-bottom: 40px;
}
	.page-program07 ul li {
		position: relative;
	}
	.page-program07 ul li::before {
		content: "";
	position: absolute;
	width: 40px;
	height: 40px;
	background: url(https://kodomo-plus.jp/wp/wp-content/themes/cocoon-child-master/images/black-arrow.svg) no-repeat;
	right: 10px;
	top: 50%;
		transform: translatey(-50%);
	}
	.page-program07 ul li a {
		display: block;
		padding: 1rem;
		border-right: 1px solid #333;
		color: #333;
		transition: 0.25s;
	}
.page-program07 ul li a:hover {
	transition: 0.25s;
	background-color: #e0ded9;
}
.program07-li-last {
	border-right: none!important;
}
.page-program07 ul {
	border: 1px solid #333;
}
.program07-p01 {
	margin-bottom: 1rem;
}
.program07-p02 {
	margin-bottom: 20px;
}
.program07-p03 {
	margin-bottom: 40px;
}
.page-program-content {
	padding-bottom: 80px;
}
.page-program07-content dt {
	font-size: 1.1rem;
	line-height: 2.3;
	font-weight: 500;
}
.page-program07-content dd {
	background-color: #FFF;
	padding: 1rem 1.2rem;
	border-radius: 5px;
}
.page-program07-content dd:not(:last-child) {
	margin-bottom: 20px;
}
.q-icon {
	font-size: 1.5rem;
	font-weight: bold;
	display: inline-block;
	color: #ef6c4f;
	vertical-align: -2%;
}
.a-icon {
	font-size: 1.3rem;
	font-weight: bold;
	display: inline-block;
	margin-right: 2px;
	vertical-align: -5%;
	line-height: 1.5;
	color: #2db1d5;
}
/** =================
 * ヘッダー - header
 ==================**/
/* ヘッダーのスタイル */
header {
	height: auto!important;
	margin-bottom: 48px;
}
.header-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  background-color: transparent;
	margin-bottom: 32px;
}
.logo-section {
width: 30%;
padding-left: 16px;
}
.logo {
	margin-right: 10px;
}
header .contact-section {
	background-color: transparent;
	padding: 0;
}
@media (min-width:759px) {
	.phone-number {
		pointer-events: none;
		cursor: default;
	}
}
.btn-main, .btn-contact {
  background-color: transparent;
  border: 1px solid #333;
  padding: 5px 10px;
  margin-left: 10px;
  font-size: 14px;
  cursor: pointer;
}
.cta-section {
  margin-left: 20px;
}
.header-wrap-wrap {
	display: flex;
}
.header-wrap {
	display: flex;
	flex-direction: column;
}
.phone-wrap {
	display: flex;
	align-items: center;
}
.contact-section {
  align-items: center;
}
.phone-number {
  margin-right: 20px;
  text-align: right;
	font-size: 2rem;
	color: #333;
	margin-right: 8px;
	margin-bottom:2px;
	white-space: nowrap;
}
.phone-p {
	line-height: 1.2;
	font-size: 14px;
}
.cta-section {
	height: 100%!;
}
.btn-yellow {
	display: block;
  background-color: #f5d41e;
	border: 2px solid transparent!important;
  border: none;  color: #333;
  font-weight: bold;
  cursor: pointer;
		height: 100%;
	width: 230px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom-left-radius: 25px;
	padding-bottom: 8px;
	transition: 0.25s;
	position: relative;
}
.btn-yellow::after {
content: "";
	width: 8px;
	height: 12px;
	background: url(	https://kodomo-plus.jp/wp/wp-content/themes/cocoon-child-master/images/arrow-black.svg) no-repeat;
	position: absolute;
	right: 6%;
	top: 42%;
}
.btn-yellow:hover {
	border: 2px solid #f4bf1f;
	background-color: #f4bf1f;
	border-top: 2px solid transparent;
	transition: 0.25s;
	color: #333;
}
.header-calendar {
	width: 32px;
	height: auto;
	margin-right: 12px;
	margin-top: 4px;
}
.header-contact-wrap {
	font-size: 22px;
	font-weight: normal;
	line-height: 1.1;
	margin-right: 10px;
}
.header-contact-small {
	font-size: 13px;
	letter-spacing: 0.04rem;
}
.contact-section {
	display: flex;
	justify-content: space-between;
}
.btn-main {
	width: 50%;
	margin-left: 0;
	border-radius: 4px;
	transition: 0.25s;
	position: relative;
	color: #333;
	text-align: center;
}
.btn-contact {
	text-align: center;
	width: 50%;
	border-radius: 4px;
	transition: 0.25s;
	position:relative;
	color: #333;
}
.btn-contact::after,.btn-main::after {
content: "";
	width: 6px;
	height: 10px;
	background: url(	https://kodomo-plus.jp/wp/wp-content/themes/cocoon-child-master/images/arrow-black.svg) no-repeat;
	position: absolute;
	right: 6%;
	top: 37%;
}
.btn-main:hover,.btn-contact:hover {
	background-color: #333;
	color: #fff;
	transition: 0.25s;
}
.nav1,.nav2,.nav3,.nav4 {
	position: relative;
}
.nav1::after {
	content: "";
	width: 16px;
	height: 10px;
	background: url(	https://kodomo-plus.jp/wp/wp-content/themes/cocoon-child-master/images/arrow-yellow.svg) no-repeat;
	position: absolute;
	right: 50%;
	transform: translateX(50%);
	top: 130%;
}
.nav2::after {
	content: "";
	width: 16px;
	height: 10px;
	background: url(	https://kodomo-plus.jp/wp/wp-content/themes/cocoon-child-master/images/arrow-lightblue.svg) no-repeat;
	position: absolute;
	right: 50%;
	transform: translateX(50%);
	top: 130%;
}
.nav3::after {
	content: "";
	width: 16px;
	height: 10px;
	background: url(	https://kodomo-plus.jp/wp/wp-content/themes/cocoon-child-master/images/arrow-blue.svg) no-repeat;
	position: absolute;
	right: 50%;
	transform: translateX(50%);
	top: 130%;
}
.nav4::after {
	content: "";
	width: 16px;
	height: 10px;
	background: url(	https://kodomo-plus.jp/wp/wp-content/themes/cocoon-child-master/images/arrow-pink.svg) no-repeat;
	position: absolute;
	right: 50%;
	transform: translateX(50%);
	top: 130%;
}
/* ハンバーガーメニュー */
.hamburger {
  font-size: 32px;
  cursor: pointer;
  display: none; /* デフォルトでは非表示 */
	position: fixed;
	right: 14px;
	top: -2px;
	z-index: 100
}

nav ul {
  list-style: none;
  display: flex;
	justify-content: center;
	padding-left: 0;
}

nav ul li {
  position: relative; /* ドロップダウン用 */
}
/* アコーディオンボタンのスタイル */
.accordion-btn {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 16px;
  color: #333;
  text-align: left;
	font-weight: 400;
	font-family: "Noto Sans JP", sans-serif;
}

.nav-menu a {
	color: #333;
}
.nav-menu li {
	margin: 0 32px;
	transition: 0.2s;
}
/* アコーディオンの内容 */
.accordion-content {
  display: none; /* 初期状態で非表示 */
  position: absolute;
  left: -50%;
  top: 100%;
  background-color: #fff;
  width: 200px; /* 固定幅 */
  z-index: 10;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
.accordion-content li a {
	transition: 0.25s;
}
/* ドロップダウンメニューが開いているとき */
nav li:hover .accordion-content {
  display: block; /* ホバー時に表示 */
	transition: 0.25s;
}
.accordion-content ul {
	display:flex;
	flex-direction: column;
	padding-left: 0;
	position: relative;
}
.accordion-content li {
	white-space: nowrap;
	padding: 0.5rem 0;
	transition: 0.25s;
}
.accordion-content li:hover a {
	color: #2FB1D5;
	transition: 0.25s;
}
.nav3:hover,.nav4:hover {
	color: #979090!important;
	transition: 0.25s;
}
@media (min-width:759px) {
	.close-menu {
		display: none;
	}
}
@media screen and (max-width: 758px) {
		.header-container {
	margin-bottom: 20px;	
	}
}


/** =============================
 * 
 * トップページ - top

===============================**/
body.home {
		background: url(https://kodomo-plus.jp/wp/wp-content/themes/cocoon-child-master/images/pattern01.svg) repeat;
	background-size: 120px;
}
.container {
  width: 100%;
	height: 550px;
  display: flex;
  flex-direction: column;
	position: relative;
}
fv {
	position: relative;
}
.fv::after {
	content: "";
	width: 450px;
	height: 526px;
	background: url(	https://kodomo-plus.jp/wp/wp-content/themes/cocoon-child-master/images/top-surcle.svg) no-repeat;
	position: absolute;
	right: -20px;
	top: 70%;
	mix-blend-mode: multiply;
}
.image-section {
  flex: 1;
  position: relative;
	overflow: hidden;
	padding-right: 25%;
}

.image-section img {
  width: 100%;
  height: 100%;
	object-fit: cover;
	object-position: right top;
}

.text-section {
  position: absolute;
  top: 30%;
  right: 6%;
  transform: translateY(-50%);
  padding: 1rem;
  border-radius: 10px;
}

.text-section h1 {
  font-size: 2rem!important;
  font-weight: normal!important;
	letter-spacing: 0.1rem;
  color: #333;
	writing-mode: vertical-rl;
  text-orientation: upright;
  line-height: 1.5;
}
.fv-small {
	font-size: 1rem;
	margin-top: -10px;
}

@media screen and (max-width: 1000px) {
	.image-section {
		padding-right: 34%;
	}
	.fv-small,.text-section h1, .benefits-h2, .benefits-h3 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
	.benefits-h2,.benefits-h3 {
		line-height: 1.5;
	}

}
/**************************
 * 
 * benefits-section
 * 
 * ***********************/
.benefits-section {
  padding: 80px 20px;
	padding-bottom: 100px;
	max-width: 1200px;
	margin: 0 auto;
}
.benefits-content {
	display: flex;
}
.benefits-h2 {
	text-align: center;
	font-weight: 500;
	letter-spacing: 0.03rem;
	line-height: 1.7;
	margin-bottom: 60px;
}
.benefits-h3 {
	font-size: 1.3rem;
	font-weight: 500;
	margin-bottom: 24px;
}
.benefits-p01 {
	margin-bottom: 1rem;
}
.benefits-p01,.benefits-p02 {
	line-height: 2;
}
.text-content {
  width: 60%;
	padding-right: 40px;
}
.venn-diagram {
	width: 40%!important;
}
/**************************
 * 
 * support-section
 * 
 * ***********************/
.support-content {
  padding: 100px 20px;
}

.support-tag {
	border: 1px solid #333;
	border-radius: 25px;
	padding: 2px 12px;
	margin-right: 8px;
	font-size: 14px;
	display: inline-block;
	letter-spacing: 0.02rem;
}
.support-item h3 {
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.04rem;
	margin-bottom: 8px;
}
.support-item:nth-child(1) h3 {
	color: #1684c4;
}
.support-item:nth-child(1) p {
	margin-bottom: 3.3rem;
}
.support-item:nth-child(2) h3 {
	color: #df5a5d;
}
.support-item:nth-child(3) h3 {
	color: #2da000;
}
.support-item img{
	margin-bottom: 20px;
}
.support-item p {
	line-height: 1.75;
	margin-bottom: 24px;
}
.support-btn {
	display: block;
	text-align: center;
	background-color: #070e31;
	color: #fff;
	letter-spacing: 0.03rem;
	padding: 0.8rem;
	border-radius: 50px;
	position: relative;
	border: 2px solid transparent;
	transition: 0.25s;
}
.support-btn::after {
	content: "";
	width: 16px;
	height: 10px;
	background: url(	https://kodomo-plus.jp/wp/wp-content/themes/cocoon-child-master/images/arrow-white.svg) no-repeat;
	position: absolute;
	right: 5%;
	top: 50%;
	transform: translateY(-50%);
}
/**　**/
.support-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); /* カードを自動で調整 */
  grid-gap: 24px;
	max-width: 1200px;
	margin: 0 auto;
}
.support-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* ボタンを下部に揃える */
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 26px;
  height: 100%;
}
.support-item p {
  flex-grow: 1; /* テキスト部分が均等に伸びる */
  margin-bottom: 20px;
}
.support-section {
	background: url(https://kodomo-plus.jp/wp/wp-content/themes/cocoon-child-master/images/pattern02.svg) repeat;
	background-size: 120px;}
.support-btn:hover {
	background-color: transparent;
	border: 2px solid #070e31;
	transition: 0.25s;
	color: #070e31;
}
/* ホバー時の::after擬似要素の変更 */
.support-btn:hover::after {
	background: url(https://kodomo-plus.jp/wp/wp-content/themes/cocoon-child-master/images/arrow-black.svg) no-repeat;
}
/**************************
 * 
 * program-section
 * 
 * ***********************/
.program-section {
	padding: 100px 20px;
}
.program-wrap {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
}
.program-left,.program-right {
	width: 50%;
}
.program-right {
	position: relative;
}
.program-right::after {
	content: "";
	width: 327px;
	height: 200px;
	background: url(	https://kodomo-plus.jp/wp/wp-content/themes/cocoon-child-master/images/deco02.svg) no-repeat;
	position: absolute;
	right: -28%;
	bottom: -10%;
	mix-blend-mode: multiply;
}
.program-left {
padding-right: 64px;
}
.program-p01 {
	margin-bottom: 1rem;
}
.program-p02 {
	margin-bottom: 48px;
}
.program-btn {
	display: block;
	max-width: 310px;
	text-align: center;
	background-color: #070e31;
	color: #fff;
	letter-spacing: 0.03rem;
	padding: 0.8rem;
	border-radius: 50px;
	position: relative;
	border: 2px solid transparent;
	transition: 0.25s;
}
.program-btn::before {
	content: "";
	width: 267px;
	height: 191px;
	background: url(	https://kodomo-plus.jp/wp/wp-content/themes/cocoon-child-master/images/deco01.svg) no-repeat;
	position: absolute;
	left: -65%;
	transform: translateX(50%);
	top: -120%;
	mix-blend-mode: multiply;

}
.program-btn::after {
	content: "";
	width: 16px;
	height: 10px;
	background: url(https://kodomo-plus.jp/wp/wp-content/themes/cocoon-child-master/images/arrow-white.svg) no-repeat;
	position: absolute;
	right: 5%;
	top: 50%;
	transform: translateY(-50%);
}

/* ボタンホバー時のスタイル */
.program-btn:hover {
	background-color: transparent;
	border: 2px solid #070e31;
	transition: 0.25s;
	color: #070e31;
}

/* ホバー時の::after擬似要素の変更 */
.program-btn:hover::after {
	background: url(https://kodomo-plus.jp/wp/wp-content/themes/cocoon-child-master/images/arrow-black.svg) no-repeat;
}
/**************************
 * 
 * faq-section
 * 
 * ***********************/
.faq-section {
	padding: 100px 20px;
}
.faq-section .heading-img {
	width: 60px;
}
/**************************
 * 
 * contact-section
 * 
 * ***********************/
main .contact-section {
  padding: 100px 20px;
	background: url(https://kodomo-plus.jp/wp/wp-content/themes/cocoon-child-master/images/pattern02.svg) repeat;
	background-size: 120px;  text-align: center;
	display: flex;
	flex-direction: column;
	border-radius: 50px;
}
.contact-p01 {
	max-width: 700px;
	margin: 0 auto;
	margin-bottom: 64px;
}
.contact-options {
	width: 100%;
	display: grid;
  grid-template-columns: 1fr 1fr; /* 2つのコンテンツを横に並べる */
  gap: 32px; /* コンテンツ間のスペース */
	max-width: 1200px;
}
.contact-button {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #fff;
	border: 1.5px solid #000;
	border-radius: 100px;
	padding: 1rem 2rem;
	font-size: 1.2rem;
	color: #333;
	transition: 0.25s;
}
.contact-arrow {
	width: 14px;
	height: 14px;
	transform: translatex(8px);
}
.contact-button img {
	width: 33px;
}
.application-button {
	display: flex;justify-content: space-between;
	align-items: center;
	background-color: #df5a5d;
	border: 1.5px solid #000;
	border-radius: 100px;
	padding: 1.5rem 2rem;
	font-size: 1.2rem;
	color: #fff;
	transition: 0.25s;
}
.application-button img {
	width:40px;
}
.application-button .contact-wrap{
	line-height: 1;
}
.footer-contact-small {
	font-size: 0.9rem;
	display: block;
	margin-bottom: -12px;
}
.contact-button:hover {
	color: #333;
	background-color: #f2f2f2;
	transition: 0.25s;
}
.application-button:hover {
	background-color: #e58282;
	color: #fff;
}
/** =============================
 * 
 * column-section
 *
===============================**/
.top-column {
	padding: 100px 20px;
	background: url(https://kodomo-plus.jp/wp/wp-content/themes/cocoon-child-master/images/pattern01.svg) repeat;
	background-size: 120px;
}
.top-column-content {
	max-width: 1200px;
	margin: 0 auto;
}
.top-column-ul {
	  display: grid;
  grid-template-columns: 1fr 1fr 1fr; /* 2つのコンテンツを横に並べる */
  gap: 20px; /* コンテンツ間のスペース */
	padding-left: 0;
}
.top-column ul li img {
	width: 100%;
  height: 19vw;
  overflow: hidden; /* サムネイルがはみ出さないようにする */
	object-fit: cover;
	border: 1.5px solid #333;
		border-radius: 30rem;
		margin-bottom: 12px;
}
.top-column ul li:hover {
opacity: 0.7;
}
.top-column-category {
	display: inline-block;
	padding: 2px 1rem;
	background-color: #ffe100;
	border-radius: 100px;
	color: #333;
	margin-bottom: 6px;
}
.top-column-title {
	color: #000;
	line-height: 1.5;
}
.top-column-date {
	color: #000;
	font-size: 14px;
	letter-spacing: 0.02rem;
}
.top-column-btn {
	text-align: right;
	margin-top: 32px;
}
.top-column-a {
  display: inline-flex; /* aタグ内の要素を横並びに */
  align-items: center;  /* 縦中央揃え */
	color: #333;
	position: relative;
}
.top-column-a:hover {
	transform: translatex(10px);
	mix-blend-mode: multiply;
	transition: 0.3s;
}
.top-column-a::after {
	content: "";
	width: 90px;
	height: 90px;
	background: url(	https://kodomo-plus.jp/wp/wp-content/themes/cocoon-child-master/images/deco01.svg) no-repeat;
	position: absolute;
	right: -10px;
	top: -120%;
	mix-blend-mode: multiply;
}
.yazirusi {
  display: inline-block; /* インラインでブロック要素化 */
  width: 100px; /* 矢印の幅 */
  margin-left: 10px; /* テキストと矢印の間の余白 */
  border-bottom: solid 1px;
	position: relative;
}
.yazirusi::after {
	position: absolute;
  content: '';
	height: 15px;
	border-right: solid 1px;
  transform: rotate(-45deg);
	top: -12px;
right: 4px;
}
	.top-column-li {
	transition: 0.25s;
}
/** =============================
* 
 * 指導員の派遣 - haken
 *
===============================**/
.haken-content {
	padding-top: 80px;
	max-width: 1000px;
	margin: 0 auto;
}
.haken-top {
	text-align: center;
	margin-bottom: 60px;
}
.haken-flex1 {
	display: flex;
}
.haken-flex2 {
	display: flex;
	margin-bottom: 40px;
}
.p-heading {
	font-size: 24px;
	line-height: 1.4;
	font-weight: 500;
	margin-bottom: 20px;
}
.haken .right p,.haken .left p {
	margin-bottom: 1rem;
}
.haken-h2 {
	margin-bottom: 60px;
	position: relative;
}
.haken-h3 {
	font-size: 26px;
	margin-bottom: 4px;
}
.haken-span {
	padding-left: 16px;
	font-size: 16px;
	color: #808080;
}
.haken-h2::after {
	content: "";
	width: 16px;
	height: 10px;
	background: url(	https://kodomo-plus.jp/wp/wp-content/themes/cocoon-child-master/images/arrow-yellow.svg) no-repeat;
	position: absolute;
	right: 50%;
	transform: translateX(50%);
	top: 110%
}
.haken-wrap {
	background-color: #fff;
	border-radius: 5px;
}
.haken-wrap-heading {
	background-color: #FFE100;
	padding: 0.5rem 1rem;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.02rem;
}
.haken-flex1 .p-heading {
	color: #2db1d5;
}
.haken-flex2 .p-heading {
	color: #F66847;
}
.haken-flex1 .right {
	padding-left: 60px;
}
.haken-flex1 img,.haken-flex2 img {
	border-radius: 5px;
}
.haken-flex1 {
	margin-bottom: 40px;
}
.haken-flex2 .left {
	padding-right: 60px;
}
.haken-wrap-inner {
	padding: 1.5rem;
	padding-top: 1rem;
}
.haken-price {
	text-align: center;
	font-size: 20px;
	font-weight: 500;
}
.price-span {
		font-size: 40px;
	font-weight: 700;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.haken-sub {
	text-align: center;
	margin-top: -8px;
	color: #808080;
}
.haken-break {
	font-size: 20px;
	font-weight: 700;
	background-color: #f7f7f7;
	text-align: center;
	margin-top: 24px;
	margin-bottom: 20px;
	padding: 0.5rem;
}
.haken-h4 {
	font-size: 22px;
	font-weight: 500;
}
.haken-table td:first-child {
	background-color: #f7f7f7;
}
.haken-h3.last{
	margin-top: 40px;
}
.haken-wrap2 {
	margin-bottom: 40px;
}
.haken-address {
	text-align: right;
	line-height: 1.55;
	margin-bottom: 64px;
}
.haken .contact-section {
	border-radius: 50px 50px 0 0!important;
}
/** =============================
* 
 * 講演会 - kouenkai
 *
===============================**/
.lecture {
	padding-top: 80px;
}
.lecture-content {
	max-width: 1000px;
	margin: 0 auto;
}
.lecture-top {
	text-align: center;
	margin-bottom: 56px;
}
.lecture-h2 {
	position: relative;
	margin-bottom: 48px;
}
.lecture-h2::after {
	content: "";
	width: 16px;
	height: 10px;
	background: url(	https://kodomo-plus.jp/wp/wp-content/themes/cocoon-child-master/images/arrow-yellow.svg) no-repeat;
	position: absolute;
	right: 50%;
	transform: translateX(50%);
	top: 110%
}
.lecture-h3 {
	color: #f66847;
	font-size: 20px;
	margin-bottom: 4px;
}
.lecture-p.last {
	margin-bottom: 24px;
}
.lecture-h2-summary {
	margin-top: 56px;
	text-align: left;
	font-size: 24px;
	margin-bottom: 4px;
}
.lecture-ul {
	padding-left: 0;
	background-color: #fff;
	border-radius: 5px;
	padding: 1.5em 2rem;
	border: 1px solid #333;
	margin-bottom: 56px;
}
.lecture-li {
	line-height: 2;
}
.lecture-li::before {
	content: "・";
}
.lecture-asobi-ul {
	padding-left: 0;
	margin-bottom: 32px;
}
.lecture-asobi-li {
	display: inline-block;
	border: 1px solid #333;
	border-radius: 2px;
	margin-right: 4px;
	padding: 0 0.5rem;
}
.lecture-asobi-p {
	margin-bottom: 24px;
}
.lecture-asobi-age {
	margin-bottom: 8px;
	font-size: 22px;
	color: #f66847;
}
.lecture-price .lecture-h2 {
	margin-top: 56px;
}
.lecture-price-wrap {
	padding: 2rem 1.5rem;
	border: 3px solid #f66847;
	border-radius: 10px;
	background-color: #fff;
	margin: 0 20px 80px 20px;
	text-align: center;
}
.lecture-price-price {
	font-size: 20px;
	font-weight: 500;
}
.lecture-time {
	font-size: 24px;
	margin-bottom: -8px;
}
.lecture-price-sub {
	color: #808080;
}
.lecture-img-section {
	width: 100%;
	height: 300px;
    background: url(https://kodomo-plus.jp/wp/wp-content/themes/cocoon-child-master/images/lecture-img01.webp) no-repeat;
    background-attachment: fixed;
    background-position: 50% 50%;
    background-size: 100%;
    margin-top: 80px;
    border-radius: 3px;
	margin-bottom: 40px;
}
/** =============================
* 
 *  指導員の紹介 - member
 *
===============================**/
.member-content {
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 80px;
	padding-bottom: 80px;
}
@media screen and (max-width: 758px) {
	.member-content {
		padding: 0 4%;
		padding-top: 80px;
		padding-bottom: 80px;
	}
}
.member {
  display: grid;
  grid-template-columns: 1fr; /* 初期状態では縦並び */
  gap: 16px;
  text-align: center; /* 中央揃え */
  margin-bottom: 40px;
}
.member-img-wrap {
	border-radius: 5px;
}
.member-photo {
	border-radius: 5px;
}
.member-top {
	margin-bottom: 56px;
	text-align: center;
}
@media (min-width: 768px) {
  .member {
    grid-template-columns: 150px 1fr; /* 写真と詳細を横並び */
    align-items: top;
    text-align: left;
  }
}
.profile-name {
  font-weight: bold;
  font-size: 1.2em;
}
.member-qualification {
	border: 1px solid #333;
	display: inline-block;
	padding: 0 0.7em;
	border-radius: 50px;
	margin-bottom: 2px;
}
.member-name {
	font-size: 22px;
}
.member-message {
	line-height: 1.5;
}
.member-hobby {
	margin-bottom: 8px;
}
/** =============================
* 
 *  お客様の声 - voice
 *
===============================**/
.voice-content {
	padding-top: 80px;
	padding-bottom: 80px;
}
.voice-about {
	text-align: center;
}
.voice-h2 {
	background-color: #FFE100;
	text-align: center;
	color: #333;
	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;
		border-bottom: 4px dotted #FFE100;
	border-bottom: 5px double #FFE100;
	padding-bottom: 2px;
}
.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: 56px;
	padding-top: 8px;
}
.voice-flex-right {
	width: 80%;
	background-color: #fff;
	border-radius: 25px;
	padding: 4rem 4.5rem;
}
.voice-q {
	font-size: 18px;
color: #F66847;
	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;
}
.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;
	}
	.voice-h3-span {
		line-height: 1.6;
		font-size: 22px;
	}
	.voice-h3-span.last {
		font-size: 18px;
	}
	.voice-about {
		padding: 0 4%;
	}
	.voice-p01 {
		text-align: left;
		margin-top: 24px;
	}
	.voice h2 {
		line-height: 1.8;
	}
}
/** =============================
* 
 *  サンクスページ - thanks
 *
===============================**/
.thanks-content {
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
	padding-top: 80px;
	padding-bottom: 80px;
}
.thanks-p01 {
	font-size: 2.2rem;
}
.thanks-p02 {
	font-size:1.4rem;
	margin-top: -4px;
	margin-bottom: 32px;
color: #F66847;
}
.thanks-p03 {
	margin-bottom: 24px;
}
.thanks-bottom {
	background-color: #fff;
	display: inline-block;
	padding: 5rem 10rem;;
	margin-bottom: 56px;
	border-radius: 8px;
}
.top-btn {
border: 2px solid #F66847;
	width: 387px;
	height: 50px;
	margin: 0 auto;
	padding: 2px;
	border-radius: 25px;
	transition: 0.25s;
}
.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;
	color: #333;
	transition: 0.25s;
}
.top-btn:hover .top-btn-a {
	background-color: #F66847;
	color: #fff;
	transition: 0.25s;
}
/** SP版 **/
@media screen and (max-width: 758px) {
	.thanks-p01 {
		font-size: 28px;
	}
	.thanks-content {
		padding-left: 4%;
		padding-right: 4%;
	}
	.thanks-bottom {
		padding: 2rem;
	}
	.thanks-bottom p {
		text-align: left;
	}
	.top-btn {
		width: 80%;
	}
}
/** =============================
* 
 *  404ページ - 404
 *
===============================**/
.p404-wrap {
	text-align: center;
	padding-top: 60px;
	padding-bottom: 80px;
}
.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;
	border: 2px solid #F66847;
	border-radius: 50px;
	padding: 1px;
	color: #333;
	transition: 0.25s;
}
.p404-span {
	background-color: #fff;
	display: block;
	width: 100%;
	border-radius: 50px;
	text-align: center;
	padding: 1rem;
	position: relative;
	transition: 0.25s;
}
.p404-a:hover .p404-span {
	background-color: #F66847;
	color: #fff;
	transition: 0.25s;
}
@media screen and (max-width: 758px){
	.p404-wrap {
		padding-left: 4%;
		padding-right: 4%;
		padding-top: 0;	}
	.p404-p02 {
		margin-bottom: 40px;
	}
	.error404 .no-scrollable-main .main {
		height: auto;
	}
	.error404 main {
		min-height: auto;
	}
	.error404 .page-top {
		display: none;
	}
}
/** =============================
* 
 *   コラム - column
 *
===============================**/
.column-left-content {
	padding-left: 0;
}
.main {
	width: auto;
}
#sidebar {
	background-color: transparent;
	padding: 0!important;
	padding-top: 24px!important;
	width: auto!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-header {
	flex-wrap: wrap;
}
.entry-cat {
	background-color: #F9E168;
	padding: 2px 8px;
	border-radius: 3px;
	color: #fff;
	margin-right: 12px;
}
#column a {
	color: #333;
	transition: 0.25s;
}
#column a:hover {
	color: #979090;
	transition: 0.25s;
}
#column .entry-cat a {
	color: #333;
	font-weight: 500;
} 
#column .entry-meta .posted-on {
	letter-spacing: 0.05rem;
}
#column .entry-title {
	font-weight: 400;
	width: 57%;
	text-align: left;
}
#column .entry-bottom-wrap {
	display: flex;
}
#column .entry-content {
	width: 90%;
	padding-right: 30px;
	padding-bottom: 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://kodomo-plus.jp/wp/wp-content/themes/cocoon-child-master/images/black-arrow.svg) no-repeat;
	right: 0;
	top: -9px;
}
#column .entry-content p {
	margin-bottom: 12px;
}
.pagination a:hover {
	background-color: var(--cocoon-current-background-color);
}
.pagination .current {
	background-color: #ff8e91;
	color: #fff;
}
.search-box.input-box {
position: relative;
}
.widget-sidebar-title {
	background-color: transparent!important;
	padding-left: 0!important;
	font-weight: 500;
	letter-spacing: 0.05rem;
	color: #F66847;
	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
}
#sidebar .widget-entry-card {
	display: flex;
}
#sidebar .widget-entry-card figure {
	flex-shrink: 0;
}
/**==================
 *  個別記事ページ
 * =============== **/
.single .no-sidebar .sidebar {
display: inline-block;
}
.single #content-in {
	display: grid;
	grid-template-columns: 1fr 300px;
  gap: 40px; /* サイドバーとコンテンツの間のスペース */
max-width: 1300px;
margin: 0 auto;
padding: 80px 20px;
}
@media screen and (max-width: 758px) {
.single #content-in {
display: block;
	gap: 10px; /* 隙間を小さくする */
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 20px;
}
}
html .single #sidebar {
display: block !important;
}
html .single #main {
	width: 100%;
}

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: #F66847;
}
.single .cat-label {
	background-color: #F9E168;
	color: #333;
	font-weight: 500;
}
.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;
}
.single .post-date, .single .post-update {
	font-size: 1rem;
}
.article-header {
	margin-bottom: 20px;
}
/** SP版 **/
@media screen and (max-width: 758px) {
	html #main {
		width: 100%;
		padding: 0rem 1rem;
	}
	html #sidebar {
		width: 100%;
		padding-top: 30px!important;
	}
	.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;
	}
	.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: 0px;
	}
	.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;
	}
	.column-left .entry-wrap {
	padding: 2rem 1.5rem;
}
#column .entry-title {
	padding: 1rem 0;
}
#column .entry-content {
	margin-bottom: 0;
}
}
@media screen and (min-width: 600px) {
.content-in {
flex-wrap: nowrap;
}
}
/**===============
 * 個別記事デザイン
 * ==============*/
/*H2見出し*/
.single h2 {
    position: relative;
    color:#6d5353;/*文字色*/
    background: #efece0;/*背景色*/
    display: block;
    padding: 20px;/*文字回りの余白*/
    font-size: 20px;/*文字サイズ*/
    background-image: repeating-linear-gradient(-60deg,#fff 0 3px,transparent 3px 5px);/*背景ストライプの角度・色・太さなど*/
}
/**===============
 * カテゴリーアーカイブ
 * ==============*/
.archive.no-sidebar .sidebar {
display: inline-block;
}
.archive .a-wrap:hover {
    background-color: #fff;
    transition: all 0.3s ease-in-out;
    color: var(--cocoon-text-color);
	border-radius: 10px;
}
.pagination-next-link, .comment-btn {
    background-color: #fff;
}
.page-numbers.current{
    background-color: #F9E163;
	color: #333;
}
.search-results.no-sidebar .sidebar {
display: inline-block;
}
.search-results .a-wrap:hover {
    background-color: #fff;
    transition: all 0.3s ease-in-out;
    color: var(--cocoon-text-color);
	border-radius: 10px;
}
/** =============================
 * 
 * フッター - footer
 *
===============================**/
.footer-bottom {
    display: flex;
    justify-content: space-between;
	margin-top: 0;
	font-size: 16px;
	padding-top: 24px;
}
.footer-left {
width: 40%;
}
.footer-social {
	width: 120px;
	margin-top: 2rem!important;
}
.footer-social a {
	transition: 0.2s;
}
.footer-social a:hover {
	opacity: 0.7;
	transition: 0.25s;
}

.footer-right {
    width: 40%;
}
.cf::after {
	content: none!important;
}
.footer-buttons {
    margin-top: 20px;
	max-width: 350px;
}
.footer-buttons .btn {
    display: block;
		width: 100%;
    margin-bottom: 10px;
	line-height: 3;
	border-radius: 50px;
    background-color: #fff;
    text-align: center;
    text-decoration: none;
    color: #000;
	font-weight: 400;
	font-size: 18px;
	letter-spacing: 0.03rem;
}
 .footer-buttons .btn-contact
{
	margin: 0;
}

.footer-buttons .btn-apply {
    background-color: #ff9900;
}

.footer-social {
    margin-top: 20px;
}
.foorter-flex-left {
	display: flex;
}
.footer-related-sites{
	grid-column: span 2; /* 下段で2列分を占める */
}
.footer-flex-wrap {
	display: flex;
	justify-content: right;
}
.related-grid {
	display: grid;
	gap: 10px;
	grid-template-columns: 1fr 1fr;
}
.footer-bottom .btn-contact::after {
	content: none!important;
}
.footer-flex-left ul {
	padding-left: 0;
}
.footer-flex-wrap a {
	color: #333;
}
.footer-flex-wrap li {
	font-weight: 600;
}
.footer-flex-wrap li a {
	transition: 0.2s;
}
.footer-flex-wrap li a:hover {
	color: #979090;
	transition: 0.2s;
}
.ul-sub li {
	padding-left: 2rem;
	position: relative;
	font-weight: 400;
}
.ul-sub li::before {
	content: "-";
	position: absolute;
	left: 1.2rem;
}
.footer-contact {
	background-color: #f4f2ed;
	padding: 1rem 1.5rem;
	border-radius: 10px;
	margin-top: 0.6em;
	line-height: 1.5;
	margin-bottom: 2rem;
}
.footer-contact p:first-child {
	margin-bottom: 1rem;
}
.footer .footer-buttons a {
	margin-bottom: 16px;
}
.footer .contact-icon {
	margin-right: 16px;
}
.footer .contact-arrow {
	margin-left: 8px;
}
@media screen and (max-width: 850px) {
	.footer-bottom {
		flex-direction: column;
	}
	.footer-left,.footer-right {
		width: 100%;
		padding: 0!important;
	}
	.footer-flex-wrap {
		width: 100%;
		flex-direction: column;
		margin-top: 24px;
		margin-bottom: 24px;
	}
	.footer-flex-wrap li {
		font-size: 18px;
		padding: 4px ;
	}
	.footer-flex-right ul {
		padding-left: 0;
	}
	.ul-sub li {
		padding: 4px 0;
	}
	.ul-sub {
		padding: 0;
	}
	.footer-flex-wrap li a {
		position: relative;
		display: block;
	}
	.footer-flex-wrap li a::after {
		content: "";
	width: 8px;
	height: 8px;
	background: url(https://kodomo-plus.jp/wp/wp-content/themes/cocoon-child-master/images/arrow-black.svg) no-repeat;
	position: absolute;
	right: 10px;
	top: 50%;
		transform: translateY(-50%);
	}
	.first-dashed {
		border-top: 2px solid #979090;	}
	.dashed {
		border-bottom: 2px solid #979090;
	}
	.link-head {
		font-size: 16px;
		margin-bottom: -4px;
		color: #F66847;
	}
	.dotted {
		border-bottom: 2px dotted #979090;
	}
	.related-grid {
		grid-template-columns: 1fr;
		margin-bottom: 24px;
	}
	.copy {
		text-align: center;
	}
	#go-to-top {
		display: none;
	}
	.footer-flex-wrap li {
		border-bottom: 1px solid #808080;
	}
	.ul-sub li {
		border-bottom: 2px dotted #808080;
	}
	.ul-sub li:last-child {
		border-bottom: none;
	}
	.footer-li-first {
		border-top: 1px solid #808080;
	}
}
.logo-section {
	max-width: 350px;
}
.footer-logo {
	max-width: 350px;
}
@media screen and (min-width: 759px){
.logo-section {
	padding-top: 12px;
}
	.footer-left {
		padding-top: 0;
	}
}
@media screen and (max-width: 430px) {
	.footer-left .footer-buttons a {
		white-space: nowrap;
		padding: 1rem 1rem; 
		padding-left: 1.3rem;
	}
	.footer-left .footer-buttons .contact-icon {
		width: 28px;
		margin-right: 12px;
	}
	.footer .contact-arrow {
		margin-left: 0.1vw;
	}
}
/** =============================
 * 
 * メディアクエリ - sp
 *
===============================**/
@media screen and (max-width: 758px) {
	.header {
		margin-bottom: 0;
	}
	.text-section {
		right: 1%;
		top: 40%	}
	.text-section h1 {
		line-height: 1.25;
		background-color: #fff;
		padding: 1.5rem 0.5rem 1rem 0.8rem;
	}
	.container {
		height: 400px;
	}
	.image-section {
		padding-right: 20%
	}
	.image-section img {
		object-position: 50%;
		border-top-right-radius: 50px;
	}
	.fv::after {
		width: 300px;
		top: 80%;
		right: -30%;
		z-index: -1;
	}
	.logo-section {
		padding-left: 8px;
		padding-top: 8px;
	}
	.logo {
		margin-right: 0;
	}
	.benefits-h2 {
		font-size: 24px;
	}
	.benefits-content {
		flex-direction: column;
	}
	.text-content {
		width: 100%!important;
		padding-right: 0!important;
	}
	.venn-diagram {
		width: 100%!important;
	}
	.benefits-section {
		padding-bottom: 56px;
	}
	.support-content {
		padding-top: 56px;
		padding-bottom: 56px;
	}
	h2 {
		line-height: 1.2;
		font-size: 24px;
	}
	.heading-small {
		margin-bottom: 8px;
	}
	.heading-img {
		margin-top: 8px;
		margin-bottom: 24px;
	}
	.program-section {
		padding-top: 56px;
		padding-bottom: 56px;
	}
	.program-wrap {
		flex-direction: column;
	}
	.support-item h3{
		margin-bottom: 2px;
	}
	.program-left {
		padding-right: 0;
		width: 100%;
	}
	.program-btn {
		max-width: none;
		margin-bottom: 40px;
	}
	.program-right {
		width: 100%;
	}
	.program-right::after {
		content: none;
	}
	main .contact-section {
		padding-top: 56px;
		padding-bottom: 56px;
	}
	.contact-options {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	.contact-p01 {
		margin-bottom: 40px;
	}
	.faq-section {
		padding-top: 56px;
		padding-bottom: 56px;
	}
	.top-column {
		padding-top: 56px;
		padding-bottom: 56px;
	}
	.top-column-ul {
		grid-template-columns: 1fr;
	}
	.top-column ul li img {
		height: 240px;
		object-position: bottom;
	}

	.haken-content {
		padding-left: 20px;
		padding-right: 20px;
	}
	.haken-top {
		margin-bottom: 40px;
	}
	.haken-flex1 {
		flex-direction: column-reverse;
		margin-bottom: 32px;
	}
	.haken-flex2 {
		flex-direction: column;
	}
	.haken-flex1 img,.haken-flex2 img {
		margin-bottom: 1.1rem;
		border-radius: 10px;
	}
	.haken-flex1 .right {
		padding: 0;
	}
	.haken-flex2 .left {
		padding:0;
	}
	.haken-h3 {
		font-size: 20px;
		line-height: 1.2;
		margin-bottom: 8px;
		color: #F66847;
	}
	.haken-span {
		font-size: 15px;
		padding-left: 0;
		font-weight: 400;
	}
	.haken-h3-sub {
		line-height: 1.5;
		margin-bottom: 8px;
	}
	.haken-wrap-heading {
		line-height: 1.3;
	}
	.haken-price {
		line-height: 1.5;
	}
	.haken-price {
		font-size: 16px;
	}
	.price-span {
		font-size: 32px;
	}
	.haken-h4 {
		line-height: 1.4;
		font-size: 18px;
		margin-bottom: 8px;
	}
	.haken-table td {
		line-height: 1.4;
	}
	.haken-address {
		font-size: 15px;
	}
	.lecture-img-section {
		height: 180px;
		background-attachment: scroll;
		margin-top: 0;
		background-position: 0 30%;
		margin-bottom: 56px;
	}
	.lecture-img-section {
	background-position: 50% 4%; 
}
	.lecture-content {
		padding-left: 20px;
		padding-right: 20px;
	}
	.lecture-ul {
		padding: 1.5rem 1.2rem;
	}
	.lecture-li {
		line-height: 1.4;
		margin-bottom: 0.5rem;
	}
	.lecture-h2::after {
		top: 120%;
	}
	.lecture-asobi-li {
		margin-bottom: 4px;
	}
	.lecture-price-wrap {
		margin-left: 0;
	margin-right: 0;
		padding: 2rem 1rem;
	}
	.lecture-time {
		font-size: 18px;
	}
	.lecture-price-price {
		font-size: 18px;
	}
	.lecture .price-span {
		font-size: 24px;
		padding-left: 0.2rem;
		padding-right: 0.2rem;
	}
	.lecture-top-headging {
		padding-left: 20px;
		padding-right: 20px;
	}
	.program-h2 {
		font-size: 22px;
	}
	.program01-flex {
		flex-direction: column;
	}
	.program01-left,.program01-right {
		width: 100%;
	}
	.program01-p03 {
		margin-bottom: 0;
	}
	.program01-right {
		background-attachment: fixed;
		height: 250px;
		display: none;
	}
	.program01-flex-wrap {
		width: 100%;
		margin-bottom: 20px;
	}
	.program03-h3 {
		padding: 8px 1rem;
	}
	.page-program03 ol li {
		line-height: 1.5;
	}
	.page-program03 ol {
		padding-left: 20px;
	}
	.program04-flex {
		flex-direction: column;
	}
	.program04-wrap {
		width: 100%;
		margin-bottom: 20px;
	}
	.page-program07 ul {
		grid-template-columns: repeat(1, 1fr);
	}
	.page-program07 ul li a {
		border-right: none;
		border-bottom: 1px solid #333;
	}
	.program03-flex {
	flex-direction: column;
}
.program03-flex p {
width: 100%;	
}
.program03-flex ul {
width: 100%;
	margin-left: 0;
}
.program05-grid {
	grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
}
.page-program07-content dt {
	line-height: 1.3;
margin-bottom: 8px;}
.page-program07 ul {
	border-bottom: none;
}
}
/******************************
 * ハンバーガーメニュー
 * ****************************/
/* モバイル用のハンバーガーメニュー */

.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%;}
.sp-nav{display:none;}
.close-menu {
	display: none;
	transform: translatex(-250px);
	transition: transform 0.5s ease-in; /* transformの移動をスムーズに */
}
@media screen and (max-width: 375px) {
	.header-calendar {
		display: none;
	}
	.btn-yellow {
		width: 140px!important;
	}
}
@media (max-width: 758px) { 
	.logo {
min-width: 120px;	
}
	.cta-section {
		margin-left: 12px;
	}
	.close-menu.open {
		display: block;
		transform: translatex(0);
		 transition: transform 0.3s ease; /* transformの移動をスムーズに */

	}
	.hamburger {
		display: block;
	}
	.header-wrap {
		display: none;
	}
	.cta-section {
		margin-right: 60px;
	}
	.btn-yellow {
		border-bottom-right-radius: 15px;
		border-bottom-left-radius: 15px;
		width: 190px;
	}
	.logo-section {
		width: 200px;
	}
	.header-contact-wrap {
		font-size: 16px;
		text-align: center;
	}
	.header-contact-small {
		font-size: 12px;
	}
	.header-calendar {
		width: 26px;
		margin-right:10px;
	}
	.nav-menu.open {
		display: block;
	}
.nav-menu{
	display:block;
	}
	.close-menu {
		position: fixed;
		top: 20px;
		right: 20px;
		font-size: 36px;
		line-height: 1;
		z-index: 1000;
	}
.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;}
.nav-menu {
	width: 250px;height: 100%;padding-top: 72px; background-color:#fff;position: fixed;top: 0;right: 0;z-index: 100;transform: translate(250px); transition: all .5s;
		background: url(https://kodomo-plus.jp/wp/wp-content/themes/cocoon-child-master/images/pattern01.svg) repeat;
	background-size: 120px;
	}
.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;}
	.nav-menu ul {
		flex-direction: column;
	}
	.accordion-content {
	position: static;
		display: block;
	}
	.nav1::after,.nav2::after,.nav3::after,.nav4::after {
		content: none;
	}
	.nav-menu li {
		padding: 0;
		text-align: left;
		line-height: 2;
		border-bottom: 1px solid #808080;
	}
	.accordion-btn {
		color: #F66847;
		font-weight: 500;
		pointer-events: none;
	}
	.accordion-content ul li {
		margin: 0;
		padding: 0;
	}
	.accordion-content ul li:last-child {
		border-bottom: none;
	}

	.nav-menu li {
		margin: 0;
		padding: 0 1rem;
		line-height: 1.2;
	}
	.accordion-content {
		width: 100%;
		background-color: transparent;
	}
	.nav1-li,.nav2-li {
		margin: 0;
	}
	.accordion-content li {
		border-bottom: 2px dotted #808080;
	}
	.nav-menu li a {
		position: relative;
		display: block;
	}
	.nav-menu li a::after {
			width: 7px;
	height: 12px;
	background: url(	https://kodomo-plus.jp/wp/wp-content/themes/cocoon-child-master/images/arrow-black.svg) no-repeat;
	position: absolute;
	right: 0;
	top: 50%;
		content: "";
		transform: translatey(-50%);
	}
	.nav2-li,.nav1-li {
		padding-top: .5rem!important;
	}
	.nav5-li {
		margin-top: 1rem!important;
		border: 1px solid transparent;
		margin-right: .5rem!important;
		margin-left: .5rem !important;
		border-radius: 50px;
		background-color: #FFE100;
		text-align: center!important;
	}
	.nav-menu li.nav5-li {
		border-bottom: none;
	}
	.nav-menu-ul {
		border-top: 1px solid #808080;
	}
	.nav0 {
		transition: 0.25s;
	} 
	.nav0:hover {
		color: #2FB1D5;
		transition: 0.25s;
	}
}
@media screen and (min-width: 759px){
.accordion-content {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: max-height 0.4s ease-in-out, opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
  will-change: max-height, opacity, visibility;
}
}
.accordion-btn {
	transition: 0.25s;
}
.nav-menu-ul li a{
	transition: 0.25s;
}
.nav-menu-ul li a:hover {
	transition: 0.25s;
}
.nav-menu-ul li:hover {
	transition: 0.25s;
}
/******************************
 * SP時 電話リンク調整
 * ****************************/
@media screen and (max-width: 758px) {
	.nav6-li {
		border-bottom: none!important;
	}
	.nav6-li a {
		font-size: 20px;
		font-weight: 500;
		text-align: center;
		color:#f66847!important;
	}
	.tel-link::after {
		background: initial!important;
	}
}
.tel-link {
	transition: 0.25s;
	font-weight: 500;
	color: #f66847
}
/******************************
 * 研修 - kensyu
 * ****************************/
.kensyu-content {
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
	padding-top: 80px;
	padding-bottom: 80px;
}
.kensyu-soon {
	margin-bottom: 2rem;
}
.kensyu-contact a {
	max-width: 500px;
	margin: 0 auto;
}
@media screen and (max-width: 758px) {
	.kensyu-content{
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 60px;
	}
}
/******************************
 * 認定資格
 * ****************************/
.page-id-10796 .sns-share {
	display: none;
}
.page-id-10796 .date-tags {
	display: none;
}
.page-id-10796 .article-header {
	display: block;
	text-align: center;
}
.page-id-10796 .entry-content {
	text-align: center;
	padding: 0 20px 56px 20px;
}
li::marker {
  content: "" !important;
}
