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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/**
/*===============================
共通
================================*/
ul {
	padding-left: 0;
	list-style-type: none;
}
.content {
	margin: 0;
	margin-bottom: -80px;
}
a {
	text-decoration: none;
	color: #000;
	transition: 0.2s;
}
.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;
}
}
/**
html .news-thumbnail{
	width: 500px;
}

/**recaptchaの表示設定**/
.recaptcha {
	margin-top: 48px;
	padding: 24px;
	text-align: center;
	background-color: #F8F8F8;
}
.recaptcha a {
	color: #4485BF;
	text-decoration: underline;
} 
.grecaptcha-badge { visibility: hidden; }
/*===============================
main共通
================================*/
.wrap {
	width: 100%;
}
.main {
	width: 100%;
	padding: 0;
	border: none;
	position: relative;
	z-index: 0;
}
/** heading共通**/
.heading-img {
	width: 50px;
	height: auto;
}
.heading {
	font-family: "Zen Maru Gothic", serif;
	padding-top: 64px;
}
.heading-h2 {
	letter-spacing: 0.08rem;
	font-size: 32px;
}
.heading-en {
	color: #F29700;
	margin-top: -10px;
	font-weight: 500;
	letter-spacing: 0.05rem;
}
@media screen and (max-width: 834px) {
	main.main {
		padding: 0;
	}
}
#breadcrumb {
	margin: 0;
	position: relative;
	z-index: 1;
	margin-top: 4px;
	color: #000;
}
#breadcrumb a {
	color: #000;
	transition: 0.3s;
}
#breadcrumb a:hover {
	opacity: 0.5;
	transition: 0.3s;
}
.fa-home:before {
	color: #F29700;
}
.page-top::after {
	content:"";
	display: inline-block;
	width:2773px;
	height: 90px;
	bottom: -60px;
	background-size: cover;
	position: absolute;
}
.page-top {
	width: 100%;
	height: 350px;
	background-size: cover;
	background-position: center;
	position: relative;
}
.page-top-content {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 350px;
	margin: 0 auto;
}
.page-title {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 25px;
	background-color: rgba(255, 255, 255, 0.85);
	width: 377px;
	height: 153px;
	font-family: "Zen Maru Gothic", serif;
}
.page-h1 {
	font-size: 24px;
	margin-bottom: -12px;
}
.page-title-en {
	color: #F29700;
	font-weight: 500;
	letter-spacing: 0.05rem;
}
.page-title-en::before,.page-title-en::after {
	content: "-";
}
@media screen and (max-width: 758px) {
	.page-title {
		width: 90%;
	}
}
@media screen and (max-width: 400px) {
	.page-top {
		background-position: 25% 0;
	}
	.page-top-content,.page-top {
		height: 300px;
	}
}
/*===============================
ヘッダー
================================*/
.header-content {
	width: 870px;
	margin: 0 auto;
	z-index: 1;
}
.header-top {
	display: flex;
	justify-content: space-between;
}
.header-logo {
	width: 255px;
	padding-top: 10px;
}
.header-tel {
	display: flex;
	justify-content: flex-end;
	padding-top: 14px;
	padding-bottom: 4px;
}
.tel-img {
	width: 34px;
}
.header ul {
	list-style-type: none;
}
.header a {
	text-decoration: none;
	color: #000;
}
.tel-a {
	display: flex;
	flex-direction: column;
	align-items: center;
	line-height: 1;
}
.tell-p01 {
	font-family: "Barlow Semi Condensed","Noto Sans JP", sans-serif;
  font-weight: 600;
  font-style: normal;
	font-size: 40px;
}
.tell-p02 {
	font-size: 14px;
	letter-spacing: 0.06rem;
		margin-top: 2px;
}
.tel-img {
	margin-top: 1px;
	margin-right: 4px;
}
.header-top-right {
	display: flex;
}
.header-contact-a {
	display: flex;
	width: 241px;
	margin-left: 16px;
	background-color: #F29700;
height: 100%;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
	justify-content: center;
	align-items: center;
	font-size: 20px;
}
.header-contact-a p {
	letter-spacing: 0.05rem;
	color: #fff;
	margin-right: 38px;
	position: relative;
	font-weight: 500;
	transition: 0.3s;
}
.header-contact-a p::after {
	content:"";
	display: inline-block;
	width:35px;
	height: 26px;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	right: -40.5px;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s;
}
.header-content {
	padding-bottom: 10px;
}

.header-contact-a {
  transition:0.4s;
background-color: #F29700
  background-size:200px 300px;
	border: 2px solid transparent;
}
.header-contact-a:hover {
background-color: #F2B500;
	transition: 0.4s;
	border: 2px solid #F29700;
	border-top: 2px solid transparent;
}
.header-contact-a:hover p {
	color: #fff;
}
.header-contact-a:hover p::after {
    right: -48px; /* ホバー時の位置 */
	transition: 0.4s ease-out;
}
/**
.header-contact-a:hover p {
		letter-spacing: 0.1rem;
	transition: 0.3s ease-out;
	margin-right: 32px;
}
**/

/** ヘッダー装飾 **/
.header-content {
	position: relative;
}
.header-content::before {
	content:"";
	display: inline-block;
	width:287px;
	height: 247px;
	background-size: contain;
	position: absolute;
	right: 105%;
	top: 60px;
}
.header-content::after {
	content:"";
	display: inline-block;
	width:287px;
	height: 247px;
	background-size: contain;
	position: absolute;
	left: 105%;
	top: -24px;
}
/*===============================
 header
================================*/
.nav-li:hover .nav-p {
	color: #e53900;
}
.nav-li img {
    /* 初期のスタイル */
    transition: transform 0.3s ease; /* アニメーション効果を追加 */
}
.nav-li:hover img {
    /* ホバー時のスタイル */
    transform: scale(1.1); /* 1.1倍に拡大する */
}
.container {
	overflow: hidden;
}
@media screen and (max-width: 758px) {
		.header-logo {
		width: 190px;
	}
}
@media screen and (min-width: 759px) {
	.tel-a {
		pointer-events: none;
	}
}
.header-content {
	max-width: 900px!important;
	width: 100%;
}
/*===============================
 header -　メディアクエリ
================================*/
.menu-trigger{display:none;}
.logo{text-align:left;}
.header-info{display:flex;flex-direction:row;justify-content:space-between;align-items:center;}
.header-tel{font-size:200%;}
.nav-menu{display:none;}
@media screen and (max-width: 758px) {
	.header-nav{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: 30px;z-index: 150;}
.menu-trigger span { display: inline-block;box-sizing: border-box;position: absolute; left: 0;width: 100%;height: 4px;background-color: #333;transition: all .5s;}
.menu-trigger.active span {background-color: #333;}
.menu-trigger span:nth-of-type(1) {top: 0;}
.menu-trigger.active span:nth-of-type(1) { transform: translateY(12px) rotate(-45deg);}
.menu-trigger span:nth-of-type(2) { top: 12px;}
.menu-trigger.active span:nth-of-type(2) {opacity: 0;}
.menu-trigger span:nth-of-type(3) { bottom: 0;}
.menu-trigger.active span:nth-of-type(3) { transform: translateY(-12px) rotate(45deg);}
.nav-menu {
	width: 250px;height: 100%;padding-top: 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;}
	.sp-phone {
		display: flex;
		justify-content: center;
	}
	.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-color: #F29700;
		margin: 4px 12px;
		border-radius: 50px;
		color: #fff!important;
		letter-spacing: 0.05rem;
		border: 2px solid transparent;
	}
	.sp-contact-a:hover {
		background-color: #fff;
		color: #F29700!important;
		border: 2px solid #F29700;
	}
	.sp-contact-btn span {
		display: block;
		width: 90%;
		margin: 0 auto;
		height: 1px;
		background-color: #DCDCDC;
		margin-top: 8px;
		margin-bottom: 8px;
	}
	.sp-recruit-a {
		display: block;
		background-color: #2EA76A;
		margin: 4px 12px;
		border-radius: 50px;
		color: #fff!important;
		letter-spacing: 0.05rem;
		border: 2px solid transparent;
	}
	.sp-recruit-a:hover {
		background-color: #fff;
		color: #2EA76A!important;
		border: 2px solid #2EA76A;
	}
}
@media screen and (max-width: 758px) {
	.sp-instagram {
		display: inline-block;
		margin-left: 8px;
	}
	.sp-instagram-img {
		width: 35px;
	}
	.sp-instagram-img:hover {
		opacity: 0.5;
	}
}
/*===============================
ナビゲーション
================================*/
.nav-ul {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-top: 16px;
}
.nav-p {
	font-size: 16px;
	font-weight: 500;
}
.nav-li {
	text-align: center;
}
.nav-li1 .nav-img {
	height: 46px;
}
.nav-li2 .nav-img {
	height: 47px;
}
.nav-li3 .nav-img {
	height: 39px;
}
.nav-li4 .nav-img {
	height: 39px;
}
.nav-li5 .nav-img {
	height: 57px;
	margin-bottom: -10px;
}
.nav-li6 .nav-img {
	height: 48px;
}
.nav-li7 .nav-img {
	height: 40px;
}
@media screen and (max-width: 758px) {
	.nav-menu ul li:not(:last-child)::after{
		background-image: url(images/yellow-arrow.svg);
	}
}
/*===============================
固定ページ-トップ共通
================================*/
.page-top::after {
	background-image: url(images/wave.svg);
}
.page-top {
	background-image: url(images/page-top.webp);
}
@media screen and (max-width: 758px) {
.page-top {
	background-image: url(images/page-top-sp.webp);
}
}
/*===============================
FV
================================*/
.fv {
	height: 710px;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.fv-content {
	max-width: 1200px;
	margin: 0 auto;
}
.fv-wrap {
	display: flex;
	height: 710px;
	flex-direction: column;
	justify-content: center;
}
.fv {
	background-image: url(https://kodomo-plus.co.jp/wp-content/uploads/2024/04/fv-scaled-1.webp);
}
@media screen and (max-width: 758px) {
    .fv {
        /* 758px未満の場合の背景画像 */
		background-image: url(https://kodomo-plus.co.jp/wp-content/uploads/2024/04/sp-fv-1.webp);
    }
}
.header-contact-a p::after {
	background-image: url(images/paper.svg);
}
.header-content::before {
	background-image: url(images/dot.svg);
}
.header-content::after {
	background-image: url(images/dot.svg);
}
.fv::after {
	background-image: url(images/wave.svg);
}
.sentence-top {
	display: block;
}
.sentence-top span {
	font-size: 24px;
			font-family: "Zen Maru Gothic", serif;
  		font-weight: 500;
    background: #fff;
    padding: 0 8px;
    line-height: 1.3;
    letter-spacing: 0.1rem;
    display: inline-block;
	margin: 6px 0;
	}
.orange {
	padding: 0;
	color: #F29700;
}
.fv-h1 {
	margin-top: 24px;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.1rem;
}
.fv::after {
	content:"";
	display: inline-block;
	width:2773px;
	height: 90px;
	bottom: 0;
	background-size: cover;
	position: absolute;
}
/*===============================
fv - メディアクエリ
================================*/
/** fv - instagram **/
.pc-instagram {
	position: fixed;
	right: -48px;
	top: 18%;
	width: 160px;
	z-index: 100;
}
.pc-instagram:hover {
	transform: translatex(-14px);
}

/** instagram ここまで **/
.fv-content {
	position: relative;
}
.recruit-button{
	position: absolute;
	width: 280px;
	top:60%;
	right: 0;
	z-index: 10;
	transition: 0.3s;
}
.recruit-button:hover {
transform: scale(1.05);
	transition: 0.3s;
}
@media screen and (max-width: 758px) {
	.fv {
		height:600px;
		background-position: -190px -60px!important;
}
	.sentence-top span {
		font-size: 16px;
	}
	.fv-wrap {
		padding-left: 2%;
	}
	.fv-h1 {
		font-size: 14px;
		margin-top: 12px;
	}
	.recruit-button {
		width: 160px;
		top: 2.5%;
		right: 2.5%;
	}
	.fv .orange{
		padding: 0 2px;;
	}
}
@media screen and (max-width: 480px) {
	.sentence-top span {
		font-size: 15px;
		padding-right: 0;
		white-space: nowrap;
		letter-spacing: 0.03rem;
	}
		.recruit-button {
		width: 120px;
		top: 0%;
		right: 2.5%;
	}
	.fv-wrap {
		margin-top: 16px;
	}
}
/*===============================
greeting
================================*/
.greeting-content {
	position: relative;
}
.greeting-content::before {
	background-image: url(images/img04.webp);
}
.greeting-content::after {
	background-image: url(images/img05.webp);
}
.greeting-content::before {
	content: "";
	position: absolute;
	width: 195px;
	height: 195px;
	background-size: contain;
	left: 0;
}
.greeting-content::after {
	content: "";
	position: absolute;
	background-size: contain;
	width: 305px;
	height: 351px;
	background-size: contain;
	right: 0;
	top: 80px;
}
.greeting-content {
	text-align: center;
	max-width: 1200px;
	margin: 0 auto;
}
.greeting-p01 {
	padding-top: 10px;
	font-size: 30px;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;	
	letter-spacing: 0.02rem;
	margin-bottom: 40px;
	color: #F29700;
}
.greeting-p02{
	margin-bottom: 100px;
}
@media screen and (max-width: 1100px) {
	main {
		background-color: initial;
		padding: 0;
	}
	main.main {
		padding: 0;
	}
	.greeting {
		padding: 0 4%;
	}
	.greeting-content::before {
		width:135px;
		height: 135px;
		top: 100%;
		left: -35px
	}
	.greeting-p01 {
		font-size: 23px;
	}
	.greeting-content::after {
		width: 150px;
		height: 172px;
		top: 100%;
		right: -25px;
	}
	.greeting-p02 {
		margin-bottom: 195px;
	}
}
/*===============================
feature
================================*/
.feature {
	background-image: url(images/pattern.png);
}
.effect-li::before {
	background-image: url(images/orange-dot.svg);
}
/** 背景指定 **/
.feature {
	background-color: #F8F8f8;
	background-repeat: repeat;
	background-size: 45px 45px;
}
.feature-heading {
	display: flex;
	flex-direction: column;
	align-items: center;
		margin-bottom: 64px;
}
.feature-wrap01 {
  display: flex;
  max-width: 1200px;
  margin: 0 auto; /* 中央配置 */
	position: relative;
	justify-content: flex-end;
	margin-bottom: 80px;
}
.feature-wrap01-left {
	position: absolute;
	width: 68%;
	height: 354px;
	left: -25%;
  flex-grow: 1; /* 残りのスペースを全て使用 */
	border-radius: 50px;
	overflow: hidden;
}
.feature-wrap01-img {
	border-radius: 50px;
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.feature-wrap01-right {
  max-width: calc(50% - (100% - 1200px) / 2);
  flex-shrink: 0; /* 収縮しない */
}
.feature-wrap01-p01{
	font-size: 34px;
	line-height: 1.6;
	letter-spacing: 0.1rem;
	color: #635048;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	margin-bottom: 32px;
}
.feature-wrap01-p02 {
	margin-bottom: 32px;
}
.effect-heading {
  display: inline-block;
  position: relative;
  height: 50px;/*リボンの高さ*/
  line-height: 50px;/*リボンの高さ*/
  text-align: center;
  padding: 0 50px;/*横の大きさ*/
  font-size: 24px;/*文字の大きさ*/
  background: #F29700;/*塗りつぶし色*/
  color: #FFF;/*文字色*/
	font-weight: 500;
	letter-spacing: 0.05rem;
	margin-bottom:24px;
}
.effect-heading:before, .effect-heading:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}
.effect-heading:before {
  top: 0;
  left: 0;
  border-width: 25px 0px 25px 15px;
  border-color: transparent transparent transparent #f8f8f8;
  border-style: solid;
}
.effect-heading:after {
  top: 0;
  right: 0;
  border-width: 25px 15px 25px 0px;
  border-color: transparent #f8f8f8 transparent transparent;
  border-style: solid;
}
.effect-li {
	font-size: 22px;
	font-weight: 400;
	line-height: 2.3;
	letter-spacing: 0.05rem;
	padding-left: 56px;
	position: relative;
}
.effect-li::before {
	content:"";
	display: inline-block;
	width:16px;
	height: 16px;
	background-size: contain;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 20px;
}
.feature-wrap02 {
  display: flex;
  max-width: 1200px;
  margin: 0 auto; /* 中央配置 */
	position: relative;
	justify-content: flex-end;
	margin-bottom: 120px;
}
.feature-wrap02-p02 {
	margin-bottom: 40px;
}
.feature-wrap02-right {
	position: absolute;
	width: 68%;
	height: 354px;
	right: -25%;
  flex-grow: 1; /* 残りのスペースを全て使用 */
	border-radius: 50px;
	overflow: hidden;
}
.feature-wrap02-img {
	border-radius: 50px;
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.feature-wrap02-left {
  max-width: calc(50% - (100% - 1200px) / 2);
  flex-shrink: 0; /* 収縮しない */
  margin-right: auto; /* 左寄せ */
}
.feature-wrap02-p01 {
	font-size: 34px;
	line-height: 1.6;
	letter-spacing: 0.1rem;
	color: #635048;
	font-weight: 500;
	font-family: "Zen Maru Gothic", serif;
	margin-bottom: 32px;
}
.feature-wrap03 {
  display: flex;
  max-width: 1200px;
  margin: 0 auto; /* 中央配置 */
	position: relative;
	justify-content: space-between;
	margin-bottom: 80px;
}
.feature-wrap03-left {
	width: 50%;
	padding-right: 50px;
	padding-top: 20px;
}
.feature-wrap03-right {
	width: 50%;
}
.feature-wrap03-p01 {
		font-size: 34px;
	line-height: 1.6;
	letter-spacing: 0.1rem;
	color: #635048;
	font-weight: 500;
	font-family: "Zen Maru Gothic", serif;
	margin-bottom: 32px;
}
.five-ul {
	display: flex;
	flex-direction: column;
	margin-bottom:40px;
}
.five-li {
	display: flex;
}
.five-number {
	font-size: 40px;
	font-weight: 600;
	color: #F29700;
}
.five-wrap {
	margin-left: 16px;
	width: 100%;
}
.five-p01 {
    width: 100%;
    margin-top: 18px;
    font-size: 26px;
    font-weight: 500;
	line-height: 1.5;
    border-bottom: 2px dotted #999;
	margin-bottom: 8px;
}
.five-button-wrap {
	text-align: center;
	margin-bottom: 120px;
}
@media screen and (max-width: 758px){
	.five-button-wrap {
		margin-bottom: 56px;
	}
}
@media screen and (max-width: 758px) {
	.five-p01 {
		font-size: 22px;
	}
	.feature-heading{
		margin-bottom: 40px;
	}
	.feature-content {
		padding: 0 4%;
	}
	.effect-heading {
		font-size: 19px;
		display: block;
		width: 90%;
		margin: 0 auto;
		text-align: center;
		margin-bottom: 20px;
	}
	
	.effect-li {
		font-size: 18px;
	}
	.feature-wrap01 {
		margin-bottom: 40px;
	}
	.feature-wrap02-p01 {
		font-size: 28px;
	}
		.feature-wrap01-p01 {
		margin-top: 8px;
		font-size: 26px;
		margin-bottom: 24px;
	}
	.feature-wrap01-p02 {
	margin-bottom: 32px;
}
	.feature-wrap01-left {
		position: static;
		width: 100%;
		left: 0;
		height: 100%;
		margin-bottom: 24px;
	}
	.feature-wrap01-img {
		position: static;
		transform: translate(0);
	}
		.detail-btn-wrap {
		display: block!important;
		width: 90%;
		margin: 0 auto;
		text-align: center;
	}
	.feature-wrap02-right {
				position: static;
		width: 100%;
		left: 0;
		height: 100%;
		margin-bottom: 24px;
	}
	.feature-wrap02-img {
		position: static;
		transform: translate(0);
	}
	.feature-wrap03-right {
		width: 100%!important;
	}
	.feature-wrap03-left {
		padding: 0;
	}
	.feature-wrap03-img {
		width: 100%!important;
	}
	.feature-wrap03-p01 {
		margin-bottom: 16px;
	}
	.feature-wrap03-left {
		margin-bottom: 0px!important;
	}
}
@media screen and (max-width: 1100px) {
		.feature-content {
		padding: 0 4%;
	}
	.feature-wrap01-left {
		position: relative;
		width: 100%;
		left: 0;
		margin-bottom: 16px;
	}
	.feature-wrap01 {
		margin-bottom: 24px;
	}
	.feature-wrap01,.feature-wrap02,.feature-wrap03 {
		flex-direction: column;
	}
	.feature-wrap02-right{
		position: relative;
		width: 100%;
		right: 0;
	margin-top: 40px;
	}
	html .feature-wrap02 {
		flex-direction: column-reverse;
		margin-bottom: 64px;
	}
	html .feature-wrap03 {
		flex-direction: column-reverse;
	}
	.feature-wrap03-right {
		width: 80%;
	}
	.feature-wrap03-left {
		width: 100%;
		text-align: center;
	}
	.feature-wrap03-img {
		width: 80%;
	}
	.five-ul {
		margin-bottom: 40px;
	}
	.feature-wrap03-left {
		margin-bottom: 80px;
	}
}
/*===============================
classroom
================================*/
.classroom .heading-h2::after {
	background-image: url(images/icon02.svg);
}
.detail-btn-wrap::after {
	background-image: url(images/white-green-arrow.svg);
}
	.classroom .heading-h2 {
	position: relative;
}
.classroom .heading-h2::after {
	content:"";
	display: inline-block;
	width:44px;
	height: 46px;
	background-size: contain;
	position: absolute;
	right: -56px;
	top: 4px;
}
.classroom-heading .heading-h2 {
	display: inline-block;
}
.classroom-p01 {
	font-family: "Noto Sans JP", sans-serif;
	margin-top: 16px;
	margin-bottom: 40px;
}
.classroom-content {
  display: flex;
  max-width: 1200px;
  margin: 0 auto; /* 中央配置 */
	position: relative;
	justify-content: flex-end;
	margin-bottom: 292px;
}
.classroom-right {
	position: absolute;
	width: 90%;
	height: 490px;
	right: -25%;
  flex-grow: 1; /* 残りのスペースを全て使用 */
	border-radius: 50px;
	overflow: hidden;
}
.classroom-right-img {
	border-radius: 50px;
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.classroom-left {
  max-width: calc(50% - (100% - 1200px) / 2);
  flex-shrink: 0; /* 収縮しない */
  margin-right: auto; /* 左寄せ */
}

.detail-btn-wrap {
	font-family: "Noto Sans JP", sans-serif;
	display: inline-block;
	background-color: #2FA66A;
	padding: 10px 91px;
	color: #fff;
	font-size: 21px;
	letter-spacing: 0.1rem;
	border-radius: 50px;
	box-shadow: 0px 0px 15px 0px #e0e0e0;
	position: relative;
	transition: 0.2s;
  border: 2px solid transparent; /* 透明なボーダーを設定 */
}
.detail-btn-wrap::after {
	content:"";
	display: inline-block;
	width:38px;
	height: 38px;
	background-size: contain;
	position: absolute;
	right: 12px;
}
.detail-btn-wrap:hover {
	transition: 0.2s;
	color: #2FA66A;
	border: 2px solid #2FA66A;
	background-color: #FFF;
}
.classroom .heading{
	padding-top: 24px;
}
@media screen and (max-width: 758px) {
	.classroom-left {
		width: 100%;
	}
	.classroom .heading {
		margin-top: 40px;
	}
	.classroom .detail-btn-wrap{
		margin-bottom: 60px;
	}
		.classroom-content{
		margin-bottom: 80px!important;
	}
	html .classroom-content{
		flex-direction: column;
		padding: 0 4%;
	}
	.classroom-right {
		position: relative;
		right: 0;
		width: 100%;
	}
	.detail-btn-wrap {
		margin-bottom: 40px;
	}
	.classroom-left {
		max-width: 100%;
	}
	.classroom-content{
		margin-bottom: 100px;
	}
html 	.classroom-right {
		width: 100%;
	margin-bottom: 0px;
	height: auto;
	}
	.classroom-right-img {
		position: static;
		transform: translate(0);
	}
}
@media screen and (max-width: 1100px) {
	.classroom-right {
		width: 80%;
		height: 400px;
		top: 0px;
	}
	/**
	html .classroom-content{
		flex-direction: column;
		padding: 0 4%;
	}
	.classroom-right {
		position: relative;
		right: 0;
		width: 100%;
	}
	.detail-btn-wrap {
		margin-bottom: 40px;
	}
	.classroom-content{
		margin-bottom: 100px;
	}
	**/
}
/*===============================
news
================================*/
.detail-btn-wrap::after {
	background-image: url(images/green-arrow.svg);
}
.news {
	background-image: url(images/pattern.png);
}

 .mask-img {
	mask-image: url(images/book.svg);
	mask-repeat: no-repeat;
	mask-size: 100%;
	-webkit-mask-image: url(images/book.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 100%;
}
	/** 背景指定 **/
.news {
	background-color: #F8F8f8;
	background-repeat: repeat;
	background-size: 45px 45px;
}
.news-content {
	max-width: 1200px;
	margin: 0 auto;
	padding-bottom: 100px;
}
.news-heading {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 35px;
}
.news .detail-btn-wrap {
	position: absolute;
	right: 0;
	background-color: #fff;
	color: #2FA66A;
}
.news-ul {
	display: flex;	
	justify-content: space-between;
}
.news-li {
	width: calc(33.333% - 20px);
}
.thumbnail-container {
	height: 68%;
}
.news-category {
	font-size: 13px;
	letter-spacing: 0.05rem;
	color: #fff; 
	background-color: #F29700;
	padding: 4px 30px 4px 20px;
	position: relative;
	border-radius: 2px;
}
.news-category:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
	top: 0;
  right: 0;
  border-width: 14px 10px 14px 0px;
  border-color: transparent #f8f8f8 transparent transparent;
  border-style: solid;
}
.news-li p {
	margin-top: 10px;
}
.news-date {
	color: #F29700;
	letter-spacing: 0.05rem;
}
.home .thumbnail-container {
	overflow: hidden;
}
.home .thumbnail-container img:hover {
	transform: scale(1.1);
	transition: 0.3s;
}
@media screen and (max-width: 758px) {
	.news-content {
		padding: 0 4%;
		padding-bottom: 80px;
	}
	.news-ul {
		flex-direction: column;
	}
	.news-li {
		width: 100%;
		margin-bottom: 32px;
	}
	.news-heading {
		flex-direction: column;
	}
	.news-heading .heading-en {
		margin-bottom: 32px;
	}
	.detail-btn-wrap{
		left: 0%;
		position: static!important;
		margin-bottom: 20px;
	}
	.detail-btn-wrap::after {
		right: 10%;
	}
	.news-wrap {
		display: block;
		margin-top: 0!important;
	}
}
/*===============================
フッター
================================*/
#footer::before {
	background-image: url(images/footer-image.svg);
}
.footer-top-a::before {
	background-image: url(images/yellow-arrow.svg);
}
#footer-in {
	width: 100%;
}
#footer {
	position: relative;
	padding-top: 160px;
	margin-top: 80px!important;
}
#footer::before {
	content:"";
	display: inline-block;
	width:761px;
	height: 225px;
	background-size: contain;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -60px;
}
.footer {
	padding: 0;
}
.footer a {
	text-decoration: none;
	color: #000;
}
.footer ul {
	list-style-type: none;
}
.footer-content {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.footer-right {
	width: 500px;
}
.footer-left {
	width: 500px;
}
.footer-tell-a {
	display: flex;
	flex-direction: column;
	line-height: 1;
}
.footer-tell-p01 {
	font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 600;
	font-style: normal;
	font-size: 40px;
}
.footer-tell-p02 {
	font-size: 14px;
	letter-spacing: 0.06rem;
		margin-top: 2px;
}
.footer-tell-img {
	margin-top: 1px;
	margin-right: 4px;
	width: 32px;
}
.footer-tell {
	display: flex;
}
.footer-logo-img {
	width: 328px;
	margin-left: -4px;
}
.address {
	font-weight: 500;
	margin-bottom: 16px;
}
.footer-contact {
	padding: 20px;
	display: flex;
	flex-direction: column;
		border-radius: 25px;
	background-color: #F5F4F4;
	align-items: center;
	font-weight: 500;
	font-family: "Zen Maru Gothic", serif;
}
.footer-contact-p01 {
	font-size: 24px;
	margin-bottom: -16px;
}
.footer-contact-p02 {
	font-size: 23px;
	color: #F29700;
	margin-bottom: 8px;
}
.footer-tell {
	margin-bottom: 16px;
}
.footer-tell-img {
	width: 36px;
	height: auto;
	margin-top: -14px;
}
* {
	transition: 0.3s;
} 
.footer-banner-li:hover {
	opacity: 0.5;
}
.footer-top-a {
	transition: 0.3s;
}
.footer-top-a:hover {
	color: #e53900;
	transition: 0.3s;
}
@media screen and (min-width: 400px) {
	.footer-tell-a {
		pointer-events: none;
}
}
.footer-tell-a {
	display: flex;
	align-items: center;
}
.footer-tell-p01 {
	font-size: 58px;
	margin-left: 2px;
}
.footer-tell-p02 {
	font-size: 20px;
}
.footer-btn {
   padding: 16px 60px;
   border-radius: 50px;
  transition: 0.4s;
	background-color: #F29700;
		border: 2px transparent solid;
	margin-bottom: 8px;
}
.footer-btn p {
	color: #fff;
	font-size: 18px;
}
.footer-btn:hover {
	background-color: #fff;
	border: 2px #F29700 solid;
	transition: 0.4s;
}
.footer-btn:hover p {
	color: #F29700;
	transition: 0.4s;
}

.footer-top {
	display: flex;
	justify-content: flex-end;
}
.footer-top-a {
	position: relative;
	margin-left: 42px;
	font-size: 18px;
	font-weight: 500;
	display: block;
	padding: 4px 0;
}
.footer-top-left {
	margin-right: 36px;
}
.footer-top-a::before {
	content:"";
	display: inline-block;
	width:26px;
	height: 26px;
	background-size: contain;
	position: absolute;
	left:-36px;
	top: 50%;
	transform: translateY(-50%);
}
.footer-banner {
	display: flex;
	justify-content: flex-end;
}
.footer-banner-ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	width: 450px;
}
.footer-banner-li {
	width: 50%;
	margin-bottom: 4px;
}
.footer-banner-li:nth-child(odd) {
    padding-right: 8px;
}
.footer-bottom {
	display :flex;
	flex-direction: column;
	align-items: flex-end;
}
.footer-bottom-heading {
	width: 450px;
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 0.03rem;
	margin-bottom: 4px;
}


.copylight {
	background-color: #FDC921;
	padding: 6px 0;
	text-align: center;
	font-weight: 500;
}
@media screen and (max-width: 960px) {
	#footer::before {
		width: 400px;
		height: 118px;
	}
	#footer {
		padding-top: 40px;
	}
html .footer-content {
		flex-direction: column;
	margin: 0;
	width: 100%;
	}
	.footer-left {
		margin-top: 24px;
		width: 100%;
	}
	.footer-contact {
		width: 100%;
	}
	.footer-right {
		width: 100%;
	}
	.footer-top {
		justify-content: center;
	}
	.footer-bottom {
		align-items: center;
	}
	.footer-top-li {
		border-top: 1px solid #B1B1B1;
		padding: 4px 0;
	}
	.footer-top-right .footer-top-li:last-child {
		border-bottom: 1px solid #B1B1B1;
	}
	.footer-top-li:hover {
		background-color: #F5F4F4;
	}
	.footer-bottom{
		margin: 0;
	} 
	.footer-tell-p01{
		font-size: 11vw;
	}
	.footer-tell-p02{
		font-size: 3.8vw;
	}
	.footer-tell-img {
		margin-top: 4px;
	}
	.footer-top {
		flex-direction: column;
	}
	.footer-bottom-heading {
		width: 100%;
	}
	.footer-banner {
		width: 100%;
	}
	.footer-top-left {
		width: 100%;
	}
	.footer-banner-ul {
		flex-direction: column;
		width: 100%;
	}
	.footer-banner-li {
		width: 100%;
	}
	.footer-banner-img {
		width: 100%;
	}
	.footer-btn  {
	padding: 16px 40px;
		min-width: 280px;
		text-align: center;
	}
}
/** 追加 **/
/* 7個バナー用の2-2-2-1配置 */
.footer-banner-ul.seven-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: 
        "item1 item2"
        "item3 item4"
        "item5 item6"
        "item7 .";
    gap: 8px;
    width: 450px;
    justify-content: flex-end;
}

/* 各アイテムの配置 */
.footer-banner-ul.seven-items .footer-banner-li:nth-child(1) { grid-area: item1; }
.footer-banner-ul.seven-items .footer-banner-li:nth-child(2) { grid-area: item2; }
.footer-banner-ul.seven-items .footer-banner-li:nth-child(3) { grid-area: item3; }
.footer-banner-ul.seven-items .footer-banner-li:nth-child(4) { grid-area: item4; }
.footer-banner-ul.seven-items .footer-banner-li:nth-child(5) { grid-area: item5; }
.footer-banner-ul.seven-items .footer-banner-li:nth-child(6) { grid-area: item6; }
.footer-banner-ul.seven-items .footer-banner-li:nth-child(7) { grid-area: item7; }

/* 既存スタイルの上書き */
.footer-banner-ul.seven-items .footer-banner-li {
    width: auto; /* 50%を上書き */
    margin-bottom: 4px;
}

.footer-banner-ul.seven-items .footer-banner-li:nth-child(odd) {
    padding-right: 0; /* 8pxを上書き */
}

/* レスポンシブ対応 */
@media screen and (max-width: 960px) {
    .footer-banner-ul.seven-items {
        grid-template-columns: repeat(2, 1fr);
        grid-template-areas: 
            "item1 item2"
            "item3 item4"
            "item5 item6"
            "item7 .";
        width: 100%;
    }
}
/* ≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
代表紹介 - ceo
 ≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡ */
.ceo-heading-en::before {
	content:"";
	background: url(images/orange-dot.svg) no-repeat;
}
.ceo-li01::before {
	content:"";
	background: url(images/orange-dot.svg) no-repeat;
}
.ceo-top-right::after {
	background: url(images/ceo-03.svg) no-repeat;
}
.ceo-bottom-heading::before {
	background: url(images/ceo-02.svg) no-repeat;
}
.ceo-content {
	padding-top: 50px;
}
.ceo-top-flex {
	display: flex;
	justify-content: space-between;
		 max-width: 1200px;
  margin: 0 auto; /* 中央配置 */
	padding-bottom: 100px;
}
.ceo-top-left {
	width: 555px;
}
.ceo-heading {
	display: flex;
	margin-bottom: 40px;
}
.ceo-p01 {
	margin-bottom: 36px;
}
.cep-top-left-wrap {
	background-color: #F8F8F8;
	border-radius: 25px;
	padding: 32px 36px; 
}
.ceo-h3 {
	position: relative;
	padding-left: 12px;
	font-size: 20px;
	margin-bottom: 8px;
}
.ceo-h3::before {
 content: "";
	position: absolute;
	width: 3.5px;
	height: 23px;
	top: 8px;
	background-color: #F29700;
	left: 2px;
}

.ceo-img {
	margin-top: 12px;
	width: 66px;
	height: 46px;
	margin-right: 10px;
}
.ceo-heading-en {
	color: #F29700;
	position: relative;
	padding-left: 8px;
	font-size: 15px;
	font-weight: 500;
	font-family: "Zen Maru Gothic", serif;
	letter-spacing: 0.05rem;
}
.ceo-heading-en::before {
	content:"";
	 width: 8px;
  height: 8px;
	position: absolute;
	top: 50%;
	transform: translateY(-35%);
	left: -8%;
}
.ceo-h2 {
	background-color: #F29700;
	color: #fff;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	letter-spacing: 0.1rem;
	padding: 0px 10px;
	margin-top: -4px;
	line-height: 1.5;
}
.ceo-ul01 {
	margin-left: 32px;
}
.ceo-li01 {
	position: relative;
	font-size: 16px;
	line-height: 2.1;
}
.ceo-li01::before {
	content:"";
	 width: 10px;
  height: 10px;
	position: absolute;
	top: 50%;
	transform: translateY(-35%);
	left: -18px;
}
.ceo-top-left {
	width: 55%;
}
.ceo-top-right {
	width: 27%;
	margin-right: 42px;
	margin-top: 34px;
	position: relative;
}
.ceo-img01 {
	border-radius: 25px;
}
.ceo-top-right figcaption {
	font-size: 20px;
	letter-spacing: 0.1rem;
	text-align: center;
}
.ceo-top-right::after {
	content:"";
	width: 323px;
	height: 323px;
	position: absolute;
	right: -160px ; 
	top: 240px;
	z-index: -1;
}
.ceo-bottom {
	background-color: #F8f8f8;
	padding-bottom: 120px;
}
.ceo-bottom-content {
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 100px;
}
.ceo-bottom-heading {
	font-size: 24px;
	letter-spacing: 0.05rem;
	font-weight: 400;
	position: relative;
	line-height: 1;
	padding-left: 42px;
	margin-bottom: 32px;
}
.ceo-bottom-heading::before {
	position: absolute;
	content:"";
	width: 34px;
	height: 34px;
	left: 0;
	top: -4px;
}
.ceo-p02 {
	letter-spacing: 0.1rem;
	margin-bottom: 40px;
}
.ceo-bottom-flex {
	display: flex;
	justify-content: space-between;
	margin-bottom: 56px;
}
.ceo-bottom01 {
		background-color: #FFF;
	border-radius: 25px;
	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: 25px;
}
.ceo-img02 {
	border-radius: 25px;
}
.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 - メディアクエリ
================================*/
@media screen and (max-width: 758px) {
	.ceo-top-flex {
		flex-direction: column;
		padding: 0 4%;
		padding-bottom: 80px;
	}
	.ceo-top-right {
		padding-left: 6%;
	}
	.ceo-img01 {
		width: 80%;
	}
	.ceo-top-right figcaption {
		width: 80%;
		font-size: 14px;
	}
	.ceo-top-right::after {
		top: 50%;
		right: -30%;
		width: 60vw;
	}
	.ceo-top-left,.ceo-top-right {
		width: 100%;
	}
	.ceo-bottom-flex {
		flex-direction: column;
	}
	.ceo-bottom01 {
		width: 100%;
	}
	.ceo-ul02 {
		flex-direction: column;
		align-items: center;
	}
	.ceo-li02 {
		width: 100%;
	}
	.ceo-li02:not(:last-child) {
		margin: 0;
	}
	.ceo-a01 {
		text-align: center;
		display: flex;
		flex-direction: column;
	}
	.ceo-a01 {
		margin-bottom: 40px;
	}
	.ceo-ul03 {
		flex-direction: column;
	}
	.ceo-img03 {
		width: 100%;
	}
	.ceo-li03 {
		margin: 0;
		margin-bottom: 40px;
	}
	.ceo-bottom-wrap01 {
		padding: 0 4%;
	}
	.ceo-bottom01 {
		margin-bottom: 20px;
	}
	.ceo-bottom-wrap02 {
		margin: 0 4%;
	}
	.ceo-bottom-wrap03 {
		margin: 0 4%;
	}
	.cep-top-left-wrap {
		padding: 28px 28px;
	}
	.ceo-li01 {
		line-height: 1.5;
		margin-bottom: 10px;
	}
}
/* ≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
プライバシーポリシー - privacy
 ≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡ */
.privacy-content {
	max-width: 1200px;
	margin: 0 auto;
	padding-bottom: 160px;
}
.privacy-content h2 {
	color: #F29700;
	letter-spacing: 0.04rem;
	border-bottom: 1px solid #808080;
	padding-bottom: 4px;
	margin-bottom: 20px;
}
.privacy-content .txt {
	line-height: 1.75;
}
.txt-top {
	margin-bottom: 20px;
}
.s1 {
	margin-bottom: 16px;
}
.list_s3,.ps1 {
	margin-bottom: 20px;
}
.ps1 {
	margin-bottom: 40px;
}
.list_s2,.list_s3,.list_s1 {
	margin-bottom: 40px;
}
.list_s3 .txt {
	font-size: 14px;
}
.page-id-10954 #main {
	padding-top: 80px;
}
.page-id-10954 #sidebar {
	display: none;
}
@media screen and (max-width: 758px) {
.privacy-content {
	padding: 0 4%;
	padding-bottom: 120px;
}
	.page-id-10954 #main {
		padding-top: 40px;
	}
}
/* ≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
コラム - column
 ≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡ */
.page-id-11078 .content {
	background-image: url(images/pattern.png);
}
#column .read-more::after {
	background-image: url(images/green-arrow.svg);
}
.wp-block-categories::before,.popular-entry-cards::before,.wp-block-latest-posts::before,.new-entry-cards::before,.wp-block-search__label::before,.screen-reader-text::before{
	background-image: url(images/column-icon.svg);
}
.widget-sidebar-title.widget-title::before{
	background-image: url(images/column-icon.svg);
}
.widget-sidebar-title.widget-title {
	position: relative;
}
.single .content {
	background-image: url(images/pattern.png);
}
.page-id-11078 .content {
		margin-top: 80px;
		/** チェック背景 **/
	background-color: #F8F8f8;
	background-repeat: repeat;
	background-size: 45px 45px;
		border-radius: 100px;
	padding-bottom: 60px;
}
.page-id-11078 .breadcrumb {
	padding-bottom: 80px;
}

.page-id-11078 .header-container{
	background-color: initial;
}
.page-id-11078 #content-in {
	display: flex;
	max-width: 1200px;
	padding: 0 2%;
	flex-wrap: nowrap;
}
.page-id-11078 #main {
	width: 68%;
}
.page-id-11078 #sidebar {
	width: 30%;
}
.page-id-11078 .main {
	background-color: initial;
}
.column-content {
	max-width: 1300px;
	padding: 50px 0;
	margin: 0 auto;
	overflow: hidden;
}
.column-flex {
	display: flex;
	justify-content: ;
	flex-wrap: no-wrap;
}
/** アーカイブページサイドバー　**/
.page-template-default ..cf::after{
	content: none;
}
/** ここまで **/
.page-id-11078 #sidebar {
	padding-top: 48px;
}
.sidebar {
	background-color: initial;
}
@media screen and (max-width: 758px) {
	.column-left .eye-catch-wrap {
		height: auto!important;
	}
	.column-right {
		width: 100%;
	}
}
.entry-wrap {
	background-color: #fff;
	border-radius: 25px;
	padding: 24px 32px;
	margin-bottom: 32px;
}
.entry-header {
	display: flex;
}
.entry-cat {
	display: inline-block; 
	background-color: #F29700;
	position: relative;
	padding: 0 20px;
	margin-right: 24px;
}
/**
 .entry-cat::after {
    position: absolute;
    top: 0;
    width: 0px;
    height: 0px;
    border-color: #F29700 transparent;
    border-style: solid;
    content: '';
    right: -10px;
    border-width: 14.5px 10px 14px 0px;
}
**/
.entry-cat .posted-in a {
	color: #fff;
}
.entry-meta .posted-on {
	color: #F29700;
	font-size: 16px;
	letter-spacing: 0.02rem;
}
.comma {
	color: #fff;
}
.entry-title {
	font-size: 22px;
	margin-bottom: 20px;
}
.entry-bottom-wrap {
	display: flex;
	justify-content: space-between;
}
.entry-content {
	width: 65%;
	margin-top : 0!important;
	margin-bottom: 0px;
}
.entry-content p {
	line-height: 1.6;
	margin-bottom: 8px;
}
.post-thumbnail {
	width: 220px;
	margin-left: 20px;
	margin-right: 10px;
	border-radius: 10px;
}
.post-thumbnail img {
	border-radius: 10px;
}
.more-btn {
	text-align: right;
}
#column .read-more {
	margin-right: 40px;
	border-bottom: 2px dotted #808080;
	position: relative;
}
#column .read-more::after {
	content:"";
	display: inline-block;
	width:28px;
	height: 28px;
	background-size: contain;
	position: absolute;
	right: -33px;
}
/** サイドバー **/ 
.wp-block-search__inside-wrapper  {
	background-color: #fff;
	padding: 16px 16px;
	border-radius: 0 0 25px 25px;
}
.wp-block-search__label {
	background-color: #FDC921;
	display: block;
	border-radius: 25px 25px 0 0;
	padding: 10px 24px;
	letter-spacing: 0.02rem;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 600;
	padding-left: 48px;
	font-size: 1.17em;
}
html .wp-block-heading,html .widget-title {
	background-color: #FDC921;
 border-radius: 25px 25px 0 0;
	padding-left: 48px;
	margin-bottom: 0;
}
.wp-block-categories,.popular-entry-cards,.wp-block-latest-posts,.new-entry-cards {
	background-color: #fff;
		border-radius: 0 0 25px 25px;
}
.widget-entry-cards .a-wrap{
	padding: 16px 8px;
}
html .widget_block ul li a {
	padding: 8px 16px;
	position: relative;
}
HTML .widget_block ul li:not(:last-child) a:after {
	position: absolute;
	content: ""; /* 擬似要素の内容 */
    position: absolute; /* 絶対位置指定 */
    bottom: 0; /* 下端に配置 */
    left: 50%; /* 左端を中央に配置 */
    width: 92%; /* 水平線の幅 */
    height: 1px; /* 水平線の高さ */
    background-color: #CCC; /* ボーダーラインの色 */
    transform: translateX(-50%); /* 中央揃え */
}
.wp-block-categories,.popular-entry-cards,.wp-block-latest-posts,.new-entry-cards,.wp-block-search__label,.screen-reader-text {
position: relative;
}
.wp-block-search__label::before {
		content:"";
	display: inline-block;
	width:23px;
	height: 33px;
	background-size: cover;
	position: absolute;
	left: 15px;
}
.wp-block-categories::before,.popular-entry-cards::before,.wp-block-latest-posts::before,.new-entry-cards::before,.screen-reader-text::before{
		content:"";
	display: inline-block;
	width:23px;
	height: 33px;
	background-size: cover;
	position: absolute;
	left: 15px;
	top: -45px;
}
#archives-2 .widget-sidebar-title::before {
		content:"";
	display: inline-block;
	width:23px;
	height: 33px;
	background-size: cover;
	position: absolute;
	left: 15px;
	top: 12px;
}
#categories-1 ul {
	background-color: #FFF;
	border-radius: 0 0 25px 25px;
	padding: 0 8px;
}
#categories-1 ul li:not(:last-child) {
	border-bottom: 1px solid #CCC;
}
/**　single.php　**/
.single-bread {
	padding:0.6rem 1em;
	padding-bottom: 80px;
}
.single #content 
{margin-top: 0;} 
.single .content {
			/** チェック背景 **/
	background-color: #F8F8f8;
	background-repeat: repeat;
	background-size: 45px 45px;
	border-radius: 100px;
	padding-bottom: 150px;
	padding-top: 56px;
}
.single .content-in {
	max-width: 1300px;
}
.single .main {
	width: 68%;
	border-radius: 100px;
}
.single #sidebar {
	width: 30%;
}
.single .entry-header {
	display: block;
}
.single .post-categories {
	display: inline-block;
	background-color: #F29700;
	padding: 0 20px;
	position: relative;
}
.single .post-categories::after {
    position: absolute;
    top: 0;
    width: 0px;
    height: 0px;
    border-color: #F29700 transparent;
    border-style: solid;
    content: '';
    right: -10px;
    border-width: 15px 10px 14px 0px;
}
.single .post-categories a {
	color: #fff;
}
.single .column-left {
	padding: 56px 48px;
}
.single .column-left-content{
	background-color: #fff;
}
.fa.fa-clock-o {
	color: #F29700;
}
.fa.fa-history{
	color: #F29700;
}
.column-left .entry-title{
margin-bottom: 12px;	
}
.single .entry-date {
	color: #F29700;
	font-size: 14px;
}
.single .cat-label {
	display: none;
}
.eye-catch-caption {
	display: none;
}
.eye-catch-wrap,.column-left .eye-catch,.single .column-left .wp-post-image {
	border-radius: 50px;
}
.column-left .eye-catch-wrap {
	height: 450px;
	overflow: hidden;
}
html .eye-catch-wrap {
	display: inline-block;
}
 .column-flex figure {
	height: 450px;
	overflow: hidden;
	display: flex;
	align-items: flex-end;
}
.column-left .wp-post-image {
	object-fit: cover;
	/*
	width: 100%;
	*/
}
.single .entry-content {
	padding-top : 40px;
	width: 100%;
}
.single .pager-post-navi{
	margin: 0;
}
/** コラム装飾 **/
.entry-content h2 {
	background-color: #F5F4F4;
	padding: 8px 16px;
}
.entry-content p {
	line-height: 1.75;
}
.cat-link  {
	background-color: #F29700;
	margin-top: 20px;
}
.author-info {
	display: none;
}
.column-left .related-entry-heading{
	margin-bottom: 0;
	margin-top: 12px;
}
.column-left .related-entries{
	border-top: double 5px; 
	border-bottom: double 5px;
}
.column-left .a-wrap {
	margin: 0;
}
.column-left .pager-post-navi {
	flex-direction: row;
	justify-content: space-between;
}
.pager-post-navi a {
	width: 300px;
}
.column-left .cf::after {
	content: none;
}
.page-numbers {
	background-color: #fff;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 600;
}
.page-numbers.current {
	background-color: #F29700;
	color: #FFF;
}
.single h2 {
	margin-bottom: 16px;
}
.single p img {
	margin-bottom: 40px!important;
}
.catch-wrap {
	text-align: center;
}
.single .post-content h3 {
	margin-bottom: 1rem;
	margin-top: 2.3rem;
	padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #494949;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #F29700;/*左線*/
	border-bottom: 1px dashed #808080;
	color: #F29700;
}
.single .post-content h2 {
 position: relative;
	margin-top: 5rem!important;
    padding: 0.6rem 1rem 0.6rem 1.5rem;
    border: 2px solid #FDC822;
	background-color: transparent;
    background-image: repeating-linear-gradient(45deg, #FDC822 0 3px, transparent 3px 6px);
    background-size: 1rem 100%;
    background-repeat: no-repeat;
    background-position: left center;
    color: var(--color-1);
	line-height: 1.5;
}
.single .post-content ul li {
	padding-left: 1.3rem;
	position: relative;
}
.single .post-content ul li::before {
	content: "";
	position: absolute;
		background-image: url(https://kodomo-plus.co.jp/wp-content/themes/cocoon-child-master/images/orange-dot.svg);
	width: 0.7rem;
	height: 0.7rem;
	top: 1rem;
	left: 0;
	transform: translatey(-50%);
}
.single #sidebar h4 {
	border-bottom: none;
	margin-bottom: 0;
	margin-top: 0;
	border-bottom: 3px dotted #DCDCDC;
}
@media screen and (max-width: 834px) {
html .page-id-11078 .content-in {
		flex-direction: column;
	}
	.page-id-11078 #main {
		width: 100%;
	}
	.page-id-11078 #breadcrumb {
		padding-bottom: 40px;
	}
	.page-id-11078 .content {
		border-radius: 50px;
	}
	.page-id-11078 .entry-header {
		flex-wrap: wrap;
	}
	.page-id-11078 .entry-cat {
		padding: 4px 12px;
		margin-right: 12px;
	}
	.page-id-11078 .entry-cat::after{
		content: none;
	}
	.page-id-11078 .entry-bottom-wrap {
		flex-direction: column-reverse;
	}
	.page-id-11078 .entry-content {
		width: 100%;
	}
	.page-id-11078 .column-left .post-thumbnail {
		width: 100%;
	}
	.page-id-11078 #sidebar {
		margin: 0;
		padding-top: 0;
		width: 100%;
	}
	.eye-catch-wrap {
		border-radius: 25px;
	}
}
/**個別記事　- メディアクエリ **/
@media screen and (max-width: 1100px) {
	.postid-10972 .content-in {
		padding: 0 2%;
	}
	.single .content {
		border-radius: 50px!important;
	}
	.postid-10972 #sidebar {
		display: block;
		width: 100%;
	}
	.postid-10972  #main {
		width: 100%;
	}
.column-flex figure{
		height: auto;
	} 
}
@media screen and (max-width: 834px) {
	.postid-10972 #content-in {
		flex-direction: column;
			}
	.single-bread {
		padding-bottom: 40px;
	}
	.single #main {
		width: 100%!important;
	}
	.single #sidebar {
		width: 100%!important;
	}
	}
	.post-thumbnail:hover img {
	transform: scale(1.1);
}
.post-thumbnail {
	overflow: hidden;
}
.widget-entry-cards .a-wrap:last-child {
	margin-bottom: 0;
}
.single-post .page-h1{
	font-size: 18px
} 
/**  カテゴリー アーカイブ **/
.fa-folder-open:before {
	color: #F29700;
}
.category .admin-pv{
	display: none;
}
.category .cat-label {
	background-color: #F29700;
}
.category .entry-card-thumb{
	border-radius: 25px;
}
.category .entry-card-thumb-image {
	border-radius: 25px;
}
.category .content-in {
	flex-wrap: nowrap;
	max-width: 1400px;
	padding-bottom: 160px;
}
.category #main {
	margin-right: 40px;
}
.category .screen-reader-text{
	position: absolute;
}
/**　サイト内検索　**/
.search #main {
	padding-bottom: 120px;
}
.search-results #sidebar {
	display:none;
}
.search .cat-label{
	background-color: #F29700;
}
.fa-search:before {
	color: #F29700;
}
/**　ブログカード表示変更　**/

.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;
	margin: 0;
	padding: 10px 0;
}
.blogcard-title:hover {
	opacity: 0.7;
}
.blogcard-title::before {
	content:"関連記事:　";
}
.blogcard.a-wrap {
	display: inline-block;
}
.blogcard-footer {
	padding: 0;
}
.single .entry-content a {
	color: #4485bf;
	line-height: 2;
}
.single .entry-content a:hover {
	opacity: 0.7;
}
.blogcard-wrap {
	margin-bottom: 16px!important;
}
@media screen and (max-width: 758px) {
	.page-id-10769 .entry-cat{
		font-size: 14px;
		line-height:1.5;
	}
	.page-id-10769 .page-numbers{
		width: 40px;
		height: 40px;
	}
}
@media screen and (max-width: 1023px) {
	.category #sidebar {
		display: block;
	}
	.single #sidebar {
		display: block;
		width: 100%;
	}
	.single #main {
		width: 100%;
	}
	.single .entry-content a {
		text-decoration: underline;
	}
}
/* ≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
会社概要 - company
 ≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡ */
.company .background {
	background-image: url(images/pattern.png);
}
.company { 
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-top: 80px;
  }
  .company-list {
    margin-top: 20px; /* dlの上部のマージン */
    position: relative;
    z-index: 1; /* リストを前面に配置 */
			max-width: 1200px;
		margin: 0 auto;
  }
  .company .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; /* 画面の半分にする */
    z-index: 0; /* 背景を後ろに配置 */
			position: absolute; 
	width: 100%;
	top: 250px;
		/** チェック背景 **/
	background-color: #F8F8f8;
	background-repeat: repeat;
	background-size: 45px 45px;
		border-radius: 100px;
  }
  .overlay-content {
    position: relative;
    z-index: 2; /* コンテンツを前面に配置 */
margin-bottom: 120px;
  }
.company-bottom iframe {
	width: 100%;
	height: 500px;
	margin-bottom
}
.company-list {
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #999999;
	border-radius: 25px;
	overflow: hidden; /* リスト内の子要素がはみ出さないようにする */
}
.company-list dt {
	width: 20%;
	background-color:#f8f8f8;
	text-align: center;
	padding: 30px 0;
	border-right: 1px solid #999999;
}
.company-list dt:not(:last-of-type),.company-list dd:not(:last-of-type) {
	border-bottom: 1px solid #999999;
}
.company-list dd {
	width: 80%;
	background-color: #fff;
	padding: 30px 0;
	padding-left: 24px;
}
.company-list ol {
	padding-left: 15px;
}
	@media screen and (max-width: 758px) {
.page-id-10972 .company{
	padding: 0 4%;
}
.company-list {
	flex-direction: column;
	margin-bottom: -30px;
}
.company-list dt,.company-list dd {
	width: 100%;
}
	.company-list dt {
		border-right: none;
	}
	.company-list dt:last-of-type {
		border-bottom: 1px solid #999;
	}
	.company-list dd {
		padding-right: 24px;
		padding: 24px;
	}
	.company .background {
		top: 100px;
	}
	.page-id-10972 #breadcrumb {
		padding-bottom: 40px;
	}
	.company-list dt {
		padding: 16px;
	}
}
/* ≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
お問い合わせ - contact
 ≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡ */
.contact .background {
	background-image: url(images/pattern.png);
}
.contact-content::before {
	background-image: url(images/ceo-03.svg);
}
.contact-content::after {
	background-image: url(images/contact-paper.svg);
}
html .contact { 
	background-color: #fff;
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-top: 60px;
  }
.page-id-11084 #sidebar {
	display: none;
}
.page-id-11084 .contact-content {
    margin-top: 20px; /* dlの上部のマージン */
    position: relative;
    z-index: 1; /* リストを前面に配置 */
		margin: 0 auto;
		background-color: #fff;
		border-radius: 100px;
	max-width: 1000px;
		box-shadow: 0px 0px 15px 0px #e0e0e0;
		padding: 100px 120px;
  }

  .contact .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; /* 画面の半分にする */
    z-index: 0; /* 背景を後ろに配置 */
			position: absolute; 
	width: 100%;
	top: 250px;
		/** チェック背景 **/
	background-color: #F8F8f8;
	background-repeat: repeat;
	background-size: 45px 45px;
		border-radius: 100px;
  }
  .overlay-content {
    position: relative;
    z-index: 2; /* コンテンツを前面に配置 */
margin-bottom: 120px;
  }
.contact-page-wrap {
	text-align: center;
	margin-top: 40px;
}
.contact-p01 {
	font-size: 32px;
	font-weight: 600;
	font-family: "Zen Maru Gothic", serif;
	letter-spacing: 0.05rem;
}
.contact-p02 {
	font-size: 21px;
	font-weight: 500;
	letter-spacing: 0.02rem;
	color: #F29700;
		font-family: "Zen Maru Gothic", serif;
	margin-top: -16px;
	margin-bottom: 20px
}
.contact-content {
	position: relative;
}
.contact-content::before {
	content: "";
	position: absolute;
	width: 171px;
	height: 171px;
	top: -50px;
	left: 50%;
	transform: translatex(-50%);
}
.contact-content::after {
	content: "";
	position: absolute;
	width: 49px;
	height: 37px;
	top: 21px;
	left: 50%;
	transform: translatex(-50%);
}
}
@media screen and (max-width: 758px) {
	.contact {
		padding: 0 4%;
	}
	.contact-content {
		padding: 80px 8%!important;
		border-radius: 50px!important;
	}
	.thanks-content {
		padding: 80px 8%!important;
		border-radius: 50px!important;
	}
	.thanks {
		padding: 0 4%;
	}
	.thanks-content::after {
		left: 80%;
	}
	.contact-p01{
		font-size: 26px;
		padding-top: 8px;
	}
	.thanks-p01{
		font-size: 22px;
		padding-top: 8px;
	}
	.sp-none {
		display: none;
	}
}
/***********************
 * コンタクトフォーム
 ***********************/
.form__label{
letter-spacing: 0;
}

/* template01 */
.form__wrap {
  width: 100%;
  max-width: 900px;/*フォームの最大幅*/
  margin-right: auto;
  margin-left: auto;
}
.wpcf7 .template01 {
  color: #000;
  font-size: 16px;
}
.wpcf7 .template01 a {
  margin: 0;
  padding: 0;
  text-decoration: underline;
  color: inherit;
  transition: opacity .25s;
}
.wpcf7 .template01 a:hover {
  opacity: .5;
  transition: opacity .25s;
}
.wpcf7 .template01 div.form__row {
  margin: 0;
  padding: 0;
  margin-top: 0;
}
.wpcf7 .template01 div.form__row.row-privacy {
  margin-top: 3.5em;
  text-align: center;
}
.wpcf7 .template01 div.form__row.row-submit {
  margin-top: 3.1em!important;
  text-align: center;
}
.wpcf7 .template01 p.form__label,
.wpcf7 .template01 p.form__body {
  margin: 0;
  margin-bottom: .5em;
  padding: 0;
  box-sizing: border-box;
}
.wpcf7 .template01 p.form__label label {
  position: relative;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.wpcf7 .template01 p.form__label.is-required label {
  padding-right: 40px;
}
.wpcf7 .template01 p.form__label.is-required label::after {
  content: "必須";
  position: absolute;
	display: inline-block;
  top: 1px;
  right: -3px;
  width: 36px;
  padding: 0px 6px;
  background-color: #ED1C24;
  color: #fff;
  font-size: 11px;
  text-align: center;
  border-radius: 5px;
  box-sizing: border-box;
}
.wpcf7 .template01 input[type=text], .wpcf7 .template01 input[type=tel], .wpcf7 .template01 input[type=email], .wpcf7 .template01 input[type=url], .wpcf7 .template01 input[type=date], .wpcf7 .template01 input[type=number], .wpcf7 .template01 textarea{
	background-color: #F8F8F8!important;
	border-radius: 5px!important;
}
/* テキストフィールド */
.wpcf7 .template01 input[type=text],
.wpcf7 .template01 input[type=tel],
.wpcf7 .template01 input[type=email],
.wpcf7 .template01 input[type=url],
.wpcf7 .template01 input[type=date],
.wpcf7 .template01 input[type=number],
.wpcf7 .template01 textarea {
  width: 100%;
  margin: 0;
  padding: .5em 1em;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: none;
  background-color: #fff;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* テキストフィールド placeholder */
.wpcf7 .template01 input[type=text]::placeholder,
.wpcf7 .template01 input[type=tel]::placeholder,
.wpcf7 .template01 input[type=email]::placeholder,
.wpcf7 .template01 input[type=url]::placeholder,
.wpcf7 .template01 input[type=date]::placeholder,
.wpcf7 .template01 input[type=number]::placeholder,
.wpcf7 .template01 textarea::placeholder {
  color: #ccc;
}
.wpcf7 .template01 input[type=text]:-ms-input-placeholder,
.wpcf7 .template01 input[type=tel]:-ms-input-placeholder,
.wpcf7 .template01 input[type=email]:-ms-input-placeholder,
.wpcf7 .template01 input[type=url]:-ms-input-placeholder,
.wpcf7 .template01 input[type=date]:-ms-input-placeholder,
.wpcf7 .template01 input[type=number]:-ms-input-placeholder,
.wpcf7 .template01 textarea:-ms-input-placeholder {
  color: #ccc;
}
.wpcf7 .template01 input[type=text]::-ms-input-placeholder,
.wpcf7 .template01 input[type=tel]::-ms-input-placeholder,
.wpcf7 .template01 input[type=email]::-ms-input-placeholder,
.wpcf7 .template01 input[type=url]::-ms-input-placeholder,
.wpcf7 .template01 input[type=date]::-ms-input-placeholder,
.wpcf7 .template01 input[type=number]::-ms-input-placeholder,
.wpcf7 .template01 textarea::-ms-input-placeholder {
  color: #ccc;
}
/* テキストフィールド フォーカス時 */
.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;
  border: 1px #080808 solid;
}
/* チェックボックス */
.wpcf7 .template01 input[type=checkbox] {
  display: none;
}
.wpcf7 .template01 input[type=checkbox] + span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.8em;
  font-size: inherit;
  box-sizing: border-box;
  transition: opacity .25s ease;
}
.wpcf7 .template01 input[type=checkbox] + span::before {
  content: "";
  opacity: 1;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.24em;
  height: 1.24em;
  border: 1px solid #ccc;
  border-radius: 0;
  background-color: #fff;
  box-sizing: border-box;
  transition: opacity .25s ease;
  z-index: 1;
}
.wpcf7 .template01 input[type=checkbox] + span::after {
  content: "";
  opacity: 0;
  display: block;
  position: absolute;
  top: 0.15em;
  left: 0.44em;
  width: 0.4em;
  height: .8em;
  border-bottom: 3px solid #000;
  border-right: 3px solid #000;
  box-sizing: border-box;
  transform: rotate(40deg);
  transition: opacity .25s ease;
  z-index: 10;
}
.wpcf7 .template01 input[type=checkbox]:checked + span {
  color: #306ad4;
  transition: all .25s ease;
}
.wpcf7 .template01 input[type=checkbox]:checked + span::before {
  opacity: 1;
  transition: opacity .25s ease;
}
.wpcf7 .template01 input[type=checkbox]:checked + span::after {
  opacity: 1;
  border-bottom: 2px solid #306ad4;
  border-right: 2px solid #306ad4;
  transition: opacity .25s ease;
}
/* ラジオボタン */
.wpcf7 .template01 input[type=radio] {
  display: none;
}
.wpcf7 .template01 input[type=radio] + span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.8em;
  font-size: inherit;
  transition: opacity .25s ease;
}
.wpcf7 .template01 input[type=radio] + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  border: 1px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
  box-sizing: border-box;
  transition: opacity .25s ease;
}
.wpcf7 .template01 input[type=radio] + span::after {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  box-sizing: border-box;
  transition: opacity .25s ease;
}
.wpcf7 .template01 input[type=radio]:checked + span {
  color: #306ad4;
  transition: opacity .25s ease;
}
.wpcf7 .template01 input[type=radio]:checked + span::after {
  opacity: 1;
  top: .2em;
  left: .2em;
  width: .6em;
  height: .6em;
  background-color: #306ad4;
  border-radius: 50%;
  box-sizing: border-box;
  transition: opacity .25s ease;
}
/* セレクト */
.wpcf7 .template01 span.select-wrap {
  position: relative;
  width: 250px;
  margin: 0;
  padding: 0;
}
.wpcf7 .template01 select {
  cursor: pointer;
  width: 250px;
  max-width: 100%;
  margin: 0;
  padding: .5em 2.5em .5em 1em;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: none;
  background-color: #fff;
  color: inherit;
  font-size: inherit;
  line-height: 1;
  box-sizing: border-box;
  transition: border-color 0.2s ease, outline 0.2s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.wpcf7 .template01 select::-ms-expand {
  display: none;
}
.wpcf7 .template01 span.select-wrap::after {
  content: "";
  pointer-events: none;
  position: absolute;
  display: block;
  width: .6em;
  height: .6em;
  top: 50%;
  right: 1em;
  margin-top: -3px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: 50% 0;
  box-sizing: border-box;
}
.wpcf7 .template01 select:focus {
  outline: 0;
  border: 1px #080808 solid;
}
.wpcf7 .template01 span.select-wrap:focus-within::after {
  border-bottom: 1px solid #080808;
  border-right: 1px solid #080808;
}
/* 送信ボタン */
.wpcf7 .template01 .submit-btn {
  position: relative;
  width: 320px;
  height: 65px;
  max-width: 100%;
  margin: 0;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}
.wpcf7 .template01 input[type="submit"] {
  cursor: pointer;
  width: 320px;
  max-width: 100%;
  padding: 18px;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #000;
  background-color: #a6a6a6;
  border-radius: 4px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  box-sizing: border-box;
  transition: opacity .25s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.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;
}
.wpcf7 .template01 input[type="submit"]:hover {
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
  transition: opacity .25s, background-color .25s;
}
.wpcf7 .template01 input[type="submit"]:focus {
  outline: 1px #eee solid;
  border: 1px #080808 solid;
}
.wpcf7 .template01  span.wpcf7-list-item {
  margin: 0 1em .2em 0;
}
.wpcf7 .template01 .ajax-loader {
  display: block;
}
@media only screen and (max-width: 768px) {
  .wpcf7 .template01 span.wpcf7-list-item {
    display: block;
  }
}

/** 資料請求or説明会 **/
.wpcf7-form.init{
margin-top: 56px;
}

.wpcf7 .template01 input[type=radio]:checked+span{
color: #000;
}
.wpcf7 .template01 input[type=radio]+span:before{
top: 50%;
transform: translateY(-40%);
}
.wpcf7 .template01 input[type=radio]:checked+span:after{
transform: translateY(50%);
}
@media screen and (max-width: 768px){
.wpcf7-form-control.wpcf7-radio.inquiry{
display: flex;
}
.wpcf7 .template01 input[type=radio]:checked+span:after {
transform: translateY(55%);
}
}

*/
/** メールフォーム同意 **/
.contact-accept {
	padding-bottom: 16px;
}
.contact-accept .wpcf7-form-control-wrap {
	display: block;
	margin-top: 40px;
	margin-bottom: -10px;
}
.privacy-link {
	font-size: 0.9rem;
	letter-spacing: 0;
	position: relative;
	color: #777777;
}
.wpcf7-list-item-label{
letter-spacing: 0;
}
.wpcf7 .template01 input[type=checkbox]+span:before
{
 top: 50%;
 transform: translateY(-47%);
}
.privacy-link::after {
	content: "";
	display: inline-block;
	background: url(https://jc-fc.com/wp-content/uploads/2024/01/0e88e26cc99fcc18d3743edea802e3a4.png) no-repeat;
	width: 15px;
	height: 15px;
	background-size: cover;
	position: absolute;
	top: 50%;
	transform: translateY(-48%);
	right:  -20px;
}

.wpcf7 .template01 input[type=checkbox]+span {
padding-right: 0;
}
.wpcf7 .template01 span.wpcf7-list-item {
margin: 0;
}
.wpcf7 .template01 div.form__row.row-submit{
margin-top: 2rem;
}
.wpcf7-form-control-wrap{
text-align: center;
}
.contact-accept {
text-align: center;
}
.contact-heading-wrap {
text-align: center;
}
.contact-accept .wpcf7-form-control-wrap {
	margin-bottom: -20px;
}
html .wpcf7-submit {
	border-radius: 50px!important;
}
.wpcf7 .template01 input[type="submit"]{
background-color: #2FA66A; 
	border: initial;
}
@media screen and (max-width:959px){
.contact-accept {
	padding-top: 20px;
}
	.contact-accept .wpcf7-list-item{
		margin:  0;
	}
	.contact-accept .wpcf7-form-control-wrap {
	display: block;
	margin-top: 16px;
	margin-bottom: -20px;
}
}

/* ≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
お問い合わせ完了 - thanks
 ≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡ */
.thanks .background {
	background-image: url(images/pattern.png);
}
.thanks-content::before {
	background-image: url(images/ceo-03.svg);
}
.thanks-content::after {
	background-image: url(images/contact-paper.svg);
}
html .thanks { 
	background-color: #fff;
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-top: 60px;
  }
.page-id-11085 #sidebar {
	display: none;
}
.page-id-11085 .thanks-content {
    margin-top: 20px; /* dlの上部のマージン */
    position: relative;
    z-index: 1; /* リストを前面に配置 */
		margin: 0 auto;
		background-color: #fff;
		border-radius: 100px;
	max-width: 1000px;
		box-shadow: 0px 0px 15px 0px #e0e0e0;
		padding: 100px 120px;
  }
  .thanks .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; /* 画面の半分にする */
    z-index: 0; /* 背景を後ろに配置 */
	  position: absolute; 
	  width: 100%;
	  top: 250px;
		/** チェック背景 **/
	background-color: #F8F8f8;
	background-repeat: repeat;
	background-size: 45px 45px;
		border-radius: 100px;
  }
  .overlay-content {
    position: relative;
    z-index: 2; /* コンテンツを前面に配置 */
margin-bottom: 120px;
  }
.thanks-page-wrap {
	text-align: center;
	margin-top: 40px;
}
.thanks-p01 {
	font-size: 32px;
	font-weight: 600;
	font-family: "Zen Maru Gothic", serif;
	letter-spacing: 0.05rem;
}
.thanks-p02 {
	font-size: 21px;
	font-weight: 500;
	letter-spacing: 0.02rem;
	color: #F29700;
		font-family: "Zen Maru Gothic", serif;
	margin-top: -16px;
	margin-bottom: 56px
}
.thanks-p03 {
	margin-bottom: 80px;
}
.thanks-content {
	position: relative;
}
.thanks-content::before {
	content: "";
	position: absolute;
	width: 171px;
	height: 171px;
	top: -50px;
	left: 50%;
	transform: translatex(-50%);
}
.thanks-content::after {
	content: "";
	position: absolute;
	width: 49px;
	height: 37px;
	top: -6px;
	left: 63%;
	transform: translatex(-50%);
}
.thanks .top-btn::after {
	background-image: url(images/white-green-arrow.svg);
}
.thanks .top-btn {
	font-size: 20px;
	letter-spacing: 0.05rem;
	background-color: #2FA66A;
	color: #fff;
	padding: 8px 60px;
	border-radius: 50px;
	transition: 0.4s;
	position: relative;
}
.thanks-content {
	text-align: center;
}
.thanks .top-btn:hover {
	transition: 0.2s;
	background: #fff;
	border: 2px solid #2FA66A;
	color: #2FA66A;
	box-shadow: initial;
}
.thanks .top-btn::after {
	content: "";
	width: 32px;
	height: 32px;
	position: absolute;
	top: 7px;
	right: 8px;
}

/* ≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
404
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡ */
main.main{
	margin: 0;
}
.p404 .background {
	background-image: url(images/pattern.png);
		/** チェック背景 **/
	background-color: #F8F8f8;
	background-repeat: repeat;
	background-size: 45px 45px;
		border-radius: 100px;
	padding-bottom: 200px;
	  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; /* 画面の半分にする */
    z-index: 0; /* 背景を後ろに配置 */
	top: 250px;
}
.error404 .top-btn::after {
	background-image: url(images/white-green-arrow.svg);
}
.p404-content::before {
	background-image: url(images/404img01.svg);
}
.p404-img-wrap::before {
	background-image: url(images/404img03.svg);
}
.p404-img-wrap::after {
	background-image: url(images/404img02.svg);
}
.p404 { 
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-top: 80px;
  }
  .p404-content {
    position: relative;
    z-index: 1; /* リストを前面に配置 */
	  max-width: 1000px;
	  margin: 0 auto;
	  background-color: #fff;
	  border-radius: 100px;
	  box-shadow: 0px 0px 16px -1px #e1e0e0;
		text-align: center;
		padding: 100px 80px;
		padding-bottom: 140px;
  }
 .p404 .overlay-content {
    position: relative;
    z-index: 2; /* コンテンツを前面に配置 */
margin-bottom: 120px;
  }
.error404 .sidebar {
	display: none!important;
}
.p404-p01 {
	font-family: "Zen Maru Gothic", serif;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 32px;
	margin-top: 56px;
}
.p404-p02 {
	line-height: 2;
}
.p404-img04 {
	width: 30px;
	display: flex:
}
.p404-img-wrap{
	margin-top: 24px;
	margin-bottom: 24px;
}
.error404 .top-btn {
	font-size: 20px;
	letter-spacing: 0.05rem;
	background-color: #2FA66A;
	color: #fff;
	padding: 8px 60px;
	border-radius: 50px;
	transition: 0.4s;
	position: relative;
}
.error404 .top-btn:hover {
	transition: 0.2s;
	background: #fff;
	border: 2px solid #2FA66A;
	color: #2FA66A;
	box-shadow: initial;
}
.error404 .top-btn::after {
	content: "";
	width: 32px;
	height: 32px;
	position: absolute;
	top: 7px;
	right: 8px;
}
.p404-content {
	position: relative;
}
.p404-content::before {
	content: "";
	width: 109px;
	height: 196px;
	position: absolute;
	top: -70px;
	left: 50%;
	transform: translatex(-50%);
}
.p404-img-wrap{
	position: relative;
}
.p404-img-wrap::before {
	content: "";
	width: 117px;
	height: 140px;
	position: absolute;
	left: 40px;
	top: 80px;
}
.p404-img-wrap::after {
	content: "";
	width: 120px;
	height: 217px;
	position: absolute;
	top: 150px;
	right: 30px;
}
@media screen and (max-width: 758px) {
	.p404 {
		padding: 0 4%;
	}
	.error404 .background {
		border-radius: 50px;
	}
	.p404-content {
		padding: 80px 6%!important;
		border-radius: 50px!important;
		overflow: visible;
	}
	.error404 .content {
		padding-top: 80px;
	}
	.p404-content::before{
		width: 109px;
	}
	.p404-img-wrap::before {
		width: 100px;
		height: 120px;
		left: 0px;
		top: 60px;
	}
	.p404-img-wrap::after {
		width: 100px;
		height: 180px;
		top: 268px;
		right: 0px;
	}
}
/* ≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
教室一覧 - list
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡ */
.page-id-11082 #content {
	background-image: url(images/pattern.png);
}
/*教室一覧*/
.list-main-visual {
	background-image: url(images/募集教室一覧.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 100%;
	height: 27.08vw;
	position: relative;
	overflow: hidden;
	margin-bottom: 6.94vw;
}

.list-content {
    background: #fff;
    width: 80.3%;
    margin: 0 auto;
    border-radius: 50px;
}


/* 日本地図DOM */
.japan_map{
	width: 600px;
	height: auto;
    position: relative;
    box-sizing: border-box;
    margin: 0 auto;
    display: table;
}
/* 日本地図画像（スマホ対応用） */
.japan_map img{
    max-width: 100%;
    height: auto;
    border: 0;
    -webkit-backface-visibility: hidden;
}
/* 日本地図ボタン */
.japan_map .area_btn{
    position: absolute;
    z-index: 1;
    box-sizing: border-box;
    cursor: pointer;
    border: 1.5px solid #CCC;
    border-radius: 5px;
    background-color: #FFF;
    padding: 0.2em auto;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
	transition: 0.3s;
}
.japan_map .area_btn:hover {
	background-color: #F5F4F4;
	transition: 0.2s;
}

/* ボタン配置（使用する日本地図画像により微調整） */
.japan_map .area_btn.area1{
    top: 25%;
    right: 0;
    width: 30%;
}
.japan_map .area_btn.area2{
    top: 68%;
    right: 25%;
    width: 13%;
}
.japan_map .area_btn.area3{
    top: 45%;
    right: 45%;
    width: 13%;
}
.japan_map .area_btn.area4{
    top: 75%;
    right: 50%;
    width: 13%;
}
.japan_map .area_btn.area5{
    top: 60%;
    left: 8%;
    width: 25%;
}
.japan_map .area_btn.area6{
    top: 90%;
    left: 0;
    width: 25%;
}
/* オーバーレイ */
.japan_map .area_overlay{
    display: none;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    background-color: #111;
    opacity: 0.5;
    cursor: pointer;
}

/* 選択前は表示を隠す */
.japan_map .pref_area{
    display: none;
}

/* 地域毎の都道府県リスト */
.japan_map .pref_list{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    z-index: 3;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 90%;
    background-color: #FFF;
}
.japan_map .pref_list > div{
    box-sizing: border-box;
    width: 50%;
    border: 1px solid #CCC;
    font-weight: bold;
    text-align: center;
    padding: 0.5em;
    cursor: pointer;
}

.btn.btn-primary {
        width: auto; /* 幅を自動に設定 */
        max-width: 250px; /* 最大幅を設定 */
        padding: 10px 30px; /* パディングを調整 */
        background-color: #FFAA2A;
        border-color: #FFAA2A;
        color: #fff; /* ボタンのテキストカラーを白に設定 */
        font-weight: bold; /* テキストの太字を設定 */
        font-size: 16px; /* テキストのフォントサイズを設定 */
        border-radius: 5px; /* ボーダーの角丸を設定 */
        cursor: pointer; /* カーソルをポインターに設定 */
        /* その他のスタイルを必要に応じて追加 */
    }
    .btn.btn-primary:hover {
        background-color: #FF8800; /* ホバー時の背景色を変更 */
        border-color: #FF8800; /* ホバー時のボーダーカラーを変更 */
    }
/** list - 追加調整 **/
.pref_list div {
	transition: 0.3s;
}
.pref_list div:hover {
	background-color: #F5F4F4;
	transition: 0.3s;
}
.page-id-11082 #sidebar {
	display: none;
}
.page-id-11082 #content {
	padding-bottom: 110px;
}
.page-id-11082 #content {
				/** チェック背景 **/
	background-color: #F8F8f8;
	background-repeat: repeat;
	background-size: 45px 45px;
	border-radius: 100px;
	padding-bottom: 150px;
	padding-top: 56px;
	padding-top: 80px;
}
.page-id-11082 main {
	background-color: initial;
}
.page-id-11082 .list-content {
	padding: 2rem 3rem;
}
.page-id-11082 #breadcrumb {
	padding-bottom: 80px;
}
@media screen and (max-width: 758px) {
	.page-id-11082 #breadcrumb{
		padding-bottom: 40px;
	}
	.page-id-11082 #content {
		border-radius: 50px;
	}
	.page-id-11082 .list-content {
		padding: 2rem 2rem;
		width: 90%;
	}
	.japan_map {
		width: 100%;
	}
	.page-id-11082 .main {height: 100%;min-height: auto; }
}
/* ≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
メディア掲載 - media
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡ */
.page-id-11081 .media {
	background-image: url(images/pattern.png);
}
.hd-h3.m-top::before {
	background-image: url(images/ceo-02.svg);
}
.page-id-11081 #sidebar {
	display: none;
}
.hd-h3.m-top{
	position: relative;
	padding-left: 38px;
	margin-bottom: 8px;
	margin-top: 8px;
}
.hd-h3.m-top::before{
	position: absolute;
	content: "";
	width: 34px;
	height: 34px;
	left: 0;
}
.fz14{
	margin-top: -30px;
	margin-bottom: 40px;
}

/**　画像ポップアップ　**/
/* ポップアップの背景 */
.popup-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: flex;
    justify-content: center; /* 水平方向の中央揃え */
    align-items: center; /* 垂直方向の中央揃え */
    visibility: hidden; /* 最初は非表示 */
    opacity: 0; /* 最初は透明 */
    transition: visibility 0s, opacity 0.5s ease; /* トランジションを追加 */
}

/* オーバーレイを表示するクラス */
.popup-background.active {
    visibility: visible; /* 表示 */
    opacity: 1; /* 不透明にする */
}

/* ポップアップのコンテンツ */
.popup-content {
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
/**　ポップアップ時にヘッダーを一つ下げる　**/
.header-content.popup-active {
  z-index: 0;
}
@media screen and (max-width: 758px) {
	.page-id-11081 .media {
		margin-top: 40px!important;
		border-radius: 50px!important;
	}
	.media-content {
		padding: 0 4%;
	}
	.hd-h2.m-top{
		line-height: 1.5;
		margin-top: 6px;
		font-size: 18px;
	}
	.hd-h3.m-top {
		font-size: 14px;
	}
	.hd-h3.m-top {
		padding-left: 30px;
	}
	.hd-h3.m-top::before{
		width: 26px;
		height: 26px;
		transform: translateY(6%);
	}
	.row-4 {
		flex-direction: column;
		align-items: center;
	}
	.row-4 .col-lg-6 {
		width: 90%!important;
	}
	.newspaper-wrap .col-xs-12 {
		width: 90%!important;
	}
	.product-wrap .col-xs-12{
		width: 90%!important;
	}
}
.page-id-11081 .media {
		background-color: #F8F8f8;
	background-repeat: repeat;
	background-size: 45px 45px;
	border-radius: 100px;
	padding-top: 80px;
	margin-top: 80px;
}
.page-id-11081 #content {
	margin: 0;
}
.media-content {
	max-width: 1200px;
	margin: 0 auto;
	padding-bottom: 60px;
}
.media-heading {
	display: flex;
	align-items: center;
	border-bottom: 2px solid #B3B3B3;
	padding-bottom: 4px;
	margin-bottom: 24px;
}
.hd-h3 {
	font-weight: 500;
}
.media-img {
	width: 55px;
	height: 48px;
	margin-right: 8px;
}
.media-en {
	color: #F29700;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.02rem;
	margin-bottom: -12px;
}
.media-h3-wrap {
	display: flex;
	margin-bottom: 16px;
}
.media-h3-img {
	width: 34px;
	margin-right: 8px;
}
.row-4 {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-bottom: 40px;
}
.row-4 .col-lg-6 {
	width: calc(25% - 15px); /* アイテムの幅を設定 */
    box-sizing: border-box; /* ボックスモデルの設定 */
	margin-right: 10px;
}
.newspaper-wrap .row-4{
	display: flex;
}
.newspaper-wrap .col-xs-12 {
	width: 24%;
	margin-right: 10px;
}
.product-wrap .col-xs-12 {
	width: 24%;
		margin-right: 10px;
}
/* ≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
運動療育プログラム - program
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡ */
.program05-li::before {
	background-image: url(images/orange-dot.svg);
}
.program02,.program04,.program06 {
	background-image: url(images/pattern.png);
}
.page-id-11080 #sidebar {
	display: none;
}
.program-heading {
display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 64px;
	padding-top: 80px
}
.program-heading-wrap {
	display: flex;
	flex-direction: column;
}
.program .heading-img {
width:66px;
height:56px;
margin-right:6px;
}
.program .heading-h2 {
	background-color: #F29700;
	font-size: 30px;
	color: #fff;
		font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	line-height: 1.5;
	padding: 0px 8px;
}
.program .feature-wrap01-p01 {
	color: #F29700;
	font-size: 24px;
	letter-spacing: -0.01rem;
}
.program02-content {
	max-width: 1200px;
	margin: 0 auto;
}
.program-p02,.program01-p02 {
	line-height: 1.7;
}
.program .feature-wrap02 {
	margin-bottom: 160px;
}
.program02-top {
	display: flex;
	max-width: 1200px;
	margin: 0 auto;
	margin-bottom: 24px;
}
.program02-top-left,.program02-top-right {
	width: 50%;
}
.program02-top-right {
	padding-left: 10%;
}
.program02-wrap-left {
	color: #F29700;
	font-size: 26px;
	font-family: "Zen Maru Gothic", serif;
	letter-spacing: 0.1rem;
	font-weight: 500;
	line-height: 1.6;
	margin-bottom: 16px;
}
.program02-profile {
	max-width: 1200px;
	margin: 0 auto;
	padding: 2.5rem 2.5rem;
	border: double 5px;
	display: flex;
	margin-bottom: 56px;
}
.program02-en {
	color: #F29700;
	margin-bottom: -8px;
}
.program02-profile-left {
	margin-right: 8%;
}
.program02-p02 {
	font-size: 22px;
	margin-bottom: 16px;
}
.program02 .program-img {
	width: 80%;
}
.program-heading-img {
	width: 34px;
	height: 34px;
}
.program02-book-heading {
	display: flex;
	margin-bottom: 32px;
}
.program-heading-img {
	margin-right: 8px;
}
.program02-profile {
	background-color: #fff;
}
.program02-book-wrap .row-8 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.program02 .col-xs-12 {
	width: calc((100% - 40px) / 5);
	margin-bottom: 20px;
}
.program03-heading {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #BFC0C9;
	margin-bottom: 24px;
}
.program03-p01 {
	margin-bottom: 24px;
}
.program .heading-img {
	width: 34px;
}
.program03-img-flex {
	max-width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.program-img {
width: calc((100% - 40px) / 3);
	margin-bottom: 48px;
	margin-right: 10px;
}
.program03-nowrap {
	width: 100%!important;
}
.program03 .program-img:last-child {
	margin-bottom: 80px;
}
.col-xs-12 img {
  transition: transform 0.3s ease; /* アニメーション効果を追加 */
}
.col-xs-12 img:hover {
 opacity: 0.5;
	transition: 0.3s;
}
.program03-content {
	max-width: 1200px;
	margin: 0 auto;
}
.program04-span {
	display: inline-block;
	background-color: #FDC921;
	color: #fff;
	padding: 0px 12px;
	border-radius: 2px;
	margin-bottom: 8px;
}
.program05-content {
	max-width: 1200px;
	margin: 0 auto;
	padding-bottom: 64px;
}
.program05-flex {
	margin-bottom: 64px;
}
.program05-flex.odd{
	display: flex;
	position: relative;
	flex-direction: row-reverse;
}
.program05-flex.odd .program05-right {
	padding-right: 4%;
	border-radius: 25px;
}
.program05-flex.even .program05-right {
	padding-left: 4%;
	border-radius: 25px;
}
.program05-img {
	border-radius: 25px;
}
.program05-flex.odd .program05-right{
	border-radius: 25px;
}
.program05-right,.program05-left {
	width: 50%;
}
.program05-flex.even {
	display: flex;
	position: relative;
}
.program01-p01 {
	font-size: 26px;
	font-family: "Zen Maru Gothic", serif;
	color: #F29700;
	font-weight: 500;
	margin-bottom: 8px;
}
.program05-ul {
	margin-top: 16px;
}
.program05-li {
	letter-spacing: 0.05rem;
	padding-left: 14px;
	position: relative;
}
.program05-li::before {
	content:"";
	display: inline-block;
	width:12px;
	height: 12px;
	background-size: contain;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left:0;
}
.program06-content {
	max-width: 1200px;
	margin: 0 auto;
	padding-bottom: 60px;
}
.program06-wrap01 {
	display: flex;
}
.program06-left,.program06-right {
	width: 50%;
}
.program06-right {
	padding-top: 40px;
}
.program06-wrap02 {
	display: flex;
}
.program02,.program04,.program06 {
	background-color: #F8F8f8;
	background-repeat: repeat;
	background-size: 45px 45px;
	border-radius: 100px;
	padding-bottom: 80px;
}
.page-id-11080 #footer{
	margin-bottom: 0 !important;
}
@media screen and (max-width: 758px) {
	.program01-content,.program02-content,.program03-content,.program04-content,.program05-content,.program06-content {
		padding: 0 4%;
		padding-bottom: 0px;
	}
	.program .heading-h2 {
		font-size: 20px;
	}
	.program-heading{
	margin-bottom: 40px;	
	}
	.feature-wrap01-p01.program-p01{
		font-size: 20px;
	}
	.program .feature-wrap01-p02 {
		margin-bottom: 0;
	}
	.program01-content {
		padding-bottom: 40px;
	}
	.program01 .program-heading {
		padding-top: 40px;
	}
	.program02-top {
		flex-direction: column;
	}
	.program02-top-left,.program02-top-right {
		width: 100%;
	}
	.program02-top-right {
		padding-left: 0;
		text-align: center;
		padding-top: 20px;
	}
	.program02 .program-img {
		width: 95%;
	}
	.program02-profile {
		flex-direction: column;
	}
	.program02-p03 {
		margin-bottom: 20px;
	}
	.program02-profile-right {
		text-align: center;
	}
	.program02-profile-right  .program-img {
		width: 80%;
		margin-bottom: 0;
	}
	.program02-book-h3 {
		font-size: 18px;
	}
	.program02 .row-8{
	} 
	.program02 .col-xs-12 {
		width:48%;
	}
	.program03-h3 {
		line-height: 1.4;
	}
	.program03-heading {
		padding-bottom: 8px;
	}
	.program01-p01 {
		font-size: 22px;
	}
	.program .feature-wrap02 {
		margin-bottom: 10px;
	}
	.program02,.program04,.program06 {
		border-radius: 50px;
	}
	.program05-flex.odd,.program05-flex.even{
		flex-direction: column;
	}
	.program05-left,.program05-right {
		width: 100%;
	}
	.program05-left {
		margin-bottom: 20px;
	}
	.program05-li {
		line-height: 1.55rem;
		margin-bottom:16px;
	}
.program05-flex.odd .program05-right{
		padding-right: 0;
	}
	.program05-flex.even .program05-right {
		padding-left: 0;
	}
	.program06-wrap01 {
		flex-direction: column;
		margin-bottom: 40px;
	}
	.program06-left,.program06-right {
		width: 100%;
	}
	.program06-wrap02 {
		flex-direction: column;
		margin-bottom: 40px;
	}
	.program03-img-flex {
	max-width: 100%;
	flex-direction: column;
	flex-wrap: wrap;
}
	.program-img {
width: 100%;
	margin-bottom: 16px;
	margin-right: 10px;
}
}
/**　フッター　**/　
.footer-tell-a {
	white-space: nowrap;
}
.footer-tell-p01 {
		font-size: 48px;
}
.footer-tell-p02 {
	font-size: 1.2rem;
}
.footer-tell-img {
	margin-top: 0.5rem;
}
@media screen and (max-width: 758px) {
	.footer-tell-p01 {
		font-size: 30px;
		white-space: nowrap;
}
	.footer-tell-p02 {
		font-size: 12px;
	}
	.footer-banner-li:nth-child(odd) {
		padding-right: 0;
	}
	.footer-tell-img {
	width: 28px;
}
	.footer-btn p {
		font-size: 16px;
	}
	.footer-btn {
		min-width: 250px;
		width: auto;
		max-width: 100%;
		padding: 12px;
	}
	.footer-left,.footer-right {
		padding: 0 2%;
	}
	.footer-left {
		padding-bottom: 20px;
	}
}
/** 実施教室一覧 **/
.page-id-11082 .td--01 a {
	color: #5084bf;
}
.page-id-11082 .td--01 a:hover {
	color: #9ec4ed;
}
.page-id-11082 .td--01 {
	width: 280px;
}
.page-id-11082 .td--03 {
	width: 150px;
}
.list-content {
	max-width: 1050px;
	width: 95%;
}
@media screen and (max-width: 758px) {
	.list-content{
		background: initial;
		padding: 0!important;
	}
	.page-id-11082 .table {
		background-color: #fff;
	}
	.page-id-11082 tbody {
		display: flex;
		flex-direction: column;
		border: 1px solid #DCDCDC;
	}
	.page-id-11082 th {
		display: inline-block;
		width: 100%!important;
	}
	.page-id-11082 tr:not(:last-child) {
		border-bottom: 1px solid #DCDCDC;
	}
	.page-id-11082 .td--01 {
		font-size: 16px;
	}
	.page-id-11082 .td--01 {
		margin-bottom: -8px;
	}
	.page-id-11082 .td--03 {
		margin-top: -20px;
	}
	.table tr:nth-of-type(2n+1) {
		background-color: #fff;
	}
	.page-id-11082 .td--01,.page-id-11082 .td--02,.page-id-11082 .td--03{
		display: inline-block;
		width: 100%;
	}
	.page-id-11082 .table:not(.has-border-color) :where(th, td) {
		border: none;
	}
/**
	.page-id-10949 .td--01 {
	width: 25%;
}

	.page-id-10949 .td--03{
		width: 10%;
		white-space:nowrap;
	}
	.page-id-10949 .td--02 {
		width: 65%;
		white-space:nowrap;
	}*/
	.area_btn {
		font-size: 3vw;
	}
	.page-id-11082 #content {
		padding-bottom: 120px;
	}
}
/** ハンバーガー **/
@media screen and (max-width: 758px) {
	.tel-img {
		width: 25px;
	}
	.tell-p01 {
		font-size:24px;
		white-space: nowrap;
	}
	.tell-p02 {
		font-size: 11px;
	}
	.menu-trigger {
		top: 21px;
	}
}	
/** column **/
	#archives-1 ul {
		background-color: #fff;
		padding: 0 8px;
		border-radius: 0 0 25px 25px;
	}
#archives-1 ul li:not(:last-child) {
border-bottom: 1px solid #CCC;
}
	.widget-sidebar a {
		font-size: 14px!important;
}
.archive.date .content-in{
	flex-wrap: nowrap;
}
.archive.date .fa-calendar:before {
	color: #F29700;
}
.search-no-results .content-in {
	flex-wrap: nowrap;
}
html .attachment-thumb120.size-thumb120.wp-post-image {
	border-radius: 0;
}
html .related-entry-card-thumb-image.card-thumb-image.wp-post-image{
	border-radius: 0;
}
@media screen and (max-width: 758px) {
	.post-thumbnail{
		margin: 0;
	}
.archive.date #sidebar {
	width: 100%;
}
	.search-no-results #sidebar {
	width: 100%;	
	}
}
/** program **/ 
@media screen and (max-width: 758px) {
.program-img {
	margin: 0;
}
	.program02-profile-right .program-img {
		width: 100%;
	}
}
/* ≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
5領域 個別ページ - five-fields
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡ */
.five01,.five03 {
	background-image: url(images/pattern.png);
	background-color: #F8F8f8;
	background-repeat: repeat;
	background-size: 45px 45px;
}
.five-heading::before {
	background-image: url(images/ceo-02.svg);
}
.five-h3::before {
	background-image: url(images/domain03.svg);
}
.five03-2-flex01::after {
	background-image: url(images/domain02.svg);
}
.page-id-11686 #sidebar {
	display: none;
}
.page-id-11686 .page-h1 {
	font-size: 20px;
}
.page-id-11686 #breadcrumb {
	margin-bottom: 80px;
}
.five01,.five03 {
	border-radius: 100px;
}
.five01-content,.five02-content,.five03-content {
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 80px;
}
.five-heading {
	text-align: center;
	position: relative;
	display: inline-block;
	padding-left: 40px;
	font-family: "Zen Maru Gothic", serif;
	color: #F3A000;
	font-size: 30px;
	letter-spacing: 0.05rem;
	margin-bottom: 56px;
}
.five-heading-wrap {
	text-align: center;
}
.five-heading::before {
	content: "";
	position: absolute;
	display: inline-block;
	width: 34px;
	height: 34px;
	background-size: contain;
	left: 0%;
	top:20%;
}
.five01-flex {
	display: flex;
	padding-bottom: 80px;
}
.five01-left {
	width: 330px;
	margin-right: 48px;
}
.five01-ul {
	background-color: #fff;
	border-radius: 10px;
	padding: 24px 32px;
	margin-bottom: 24px;
}
.five01-li::before {
	content: "\f111";
	font-weight: 900;
	font-family: "Font Awesome 5 free";
	display: inline-block;
	font-size: 12px;
	color: #F3A000;
	margin-right: 8px;
}
.five01-li {
	font-size: 18px;
	font-family: "Zen Maru Gothic", serif;
	font-weight :500;
	line-height: 2.2;
}
.five01-p-span {
	display: block;
	margin-top: 1rem;
}
.five02-flex {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.five02-top-left,.five02-top-right {
	background-color: #FFF7D6;
	border-radius: 10px;
	width: 48%;
	padding: 45px;
	position: relative;
}
.five02-img01 {
	position: absolute;
	width: 80%;
	left: 10%;
	bottom: -15px;
}
.five02-img02 {
	position: absolute;
	width: 83px;
	top: -83px;
	z-index: -1;
	right: 0;
}
.five-h3 {
	position: relative;
	font-size: 20px;
	line-height: 1.6;
	font-family: "Zen Maru Gothic", serif;
	color: #674F47;
	font-weight: 500;
	padding-left: 50px;
	margin-top: -8px;
	margin-bottom: 20px;
}
.five-h3::before {
	content: "";
	position: absolute;
	background-size: contain;
	width: 38px;
	height: 38px;
	left: 0;
	top: 7px;
}
.five02-p01 {
	margin-bottom: 1rem;
}
.orange {
	color: #F3A000;
	margin-right: 4px;
}
.five02-top-li {
	font-size: 18px;
	line-height: 2.2;
}
.five02-bottom {
		background-color: #FFF7D6;
	border-radius: 10px;
	padding: 45px;
	position: relative;
	margin-bottom: 80px;
}
.five02-bottom .five-h3 {
	line-height: 2.5;
}
.five02-h4 {
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	font-size: 18px;
	color: #F3A000;
	padding-bottom: 2px;
	border-bottom: 2px dotted #674F47;
	margin-bottom: 6px;
}
.five02-bottom-li:not(:last-child) {
	margin-bottom: 16px;
}
.five03-h3 {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	font-size: 24px;
	text-align: center;
	color:  #fff;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	letter-spacing: 0.1rem;
	position: relative;
	margin-bottom: 48px;
}
.five03-h3::after {
	position: absolute;
	content: "\f0d7";
	font-weight: 900;
	font-family: "Font Awesome 5 free";
	display: inline-block;
	font-size: 50px;
	margin-right: 8px;
	top: 36%;
}
.five03-2,.five03-3,.five03-4,.five03-5  {
	padding-top:80px; 
}
.five03-num {
	font-size: 36px;
	margin-right: 8px;
	padding-bottom: 3.5px;
}
.five03-1 .five03-h3 {
	background-color: #A5C954;
}
.five03-1 .five03-h3::after {
	color: #A5C954;
}
.five03-1-ul {
	display: flex;
	justify-content: space-between;
}
.five03-1-li {
	width: 48.5%;
	background-color: #fff;
	border-radius: 10px;
	padding: 24px;
}
.five03-1-h4 {
	font-size: 18px;
	font-family: "Zen Maru Gothic", serif;
	color: #F3A000;
	font-weight: 500;
	letter-spacing: 0.05rem;
	border-bottom: 2px dotted #674F47;
	padding-bottom: 2px;
	margin-bottom: 8px;
}
.five03-2 .five03-h3{
	background-color: #67D8C8;
}
.five03-2 .five03-h3::after {
	color: #67D8C8;
}
.five03-3 .five03-h3{
	background-color: #FFBF60;
}
.five03-3 .five03-h3::after {
	color: #FFBF60;
}
.five03-4 .five03-h3{
	background-color: #FF794B;
}
.five03-4 .five03-h3::after {
	color: #FF794B;
}
.five03-5 .five03-h3{
	background-color: #ED5533;
}
.five03-5 .five03-h3::after {
	color: #ED5533;
}
.five03-2-h4 {
	font-size: 18px;
	font-family: "Zen Maru Gothic", serif;
	color: #F3A000;
	font-weight: 500;
	padding-bottom: 2px;
	margin-bottom: 10px;
	border-bottom: 2px dotted #674F47;
}
.five03-2-li:not(:last-child) {
	margin-bottom: 40px;
}
.five03-2-p01 {
	margin-bottom: 24px;
}
.five03-2-flex01 {
	display: flex;
	justify-content: space-between;
	position: relative;
}
.five03-2-flex01-left,.five03-2-flex01-right {
	width: 43%;
	background-color: #fff;
	border-radius: 10px;
	padding: 24px 30px;
}
.five03-2-flex01-left {
	border: 2px solid #674F47;
}
.five03-2-flex01-right {
	border: 2px solid #F3A000;
}
.five03-2-p02,.five03-2-p03 {
	font-size: 18px;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	padding-bottom: 2xp;
	margin-bottom: 8px;
	border-bottom: 2px dotted #674F47;
}
.five03-2-p03 {
	color: #F3A000;
}
.five03-2-flex01-ul {
	display: flex;
	flex-wrap: wrap;
}
.five03-2-flex01-li,.five03-2-flex01-li02{
	display: flex;
	align-items: center;
	margin-left: 8px;
}
.five03-2-flex01-li::before,.five03-2-flex01-li02::before {
	content: "\f111";
	font-weight: 900;
	font-family: "Font Awesome 5 free";
	display: inline-block;
	font-size: 4px;
	color: #000;
	margin-right: 8px;
}
.five03-2-flex01::after {
	content:"";
	width: 51px;
	height: 38px;
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translate(52%, -50%);
}
.five03-2-flex02 {
	display: flex;
	justify-content: space-between;
}
.five03-2-flex02-li {
	background-color: #fff;
	width: calc((100% - 40px) / 3);
	border-radius: 10px;
	padding: 24px;
}
.five03-2-p04 {
	text-align: center;
	font-size: 18px;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	color: #674F47;
}
.five03-3-li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #fff;
	margin-bottom: 20px;
	border-radius: 10px;
	padding: 20px 24px;
}
.five03-3-h4 {
	width: 20%;
	color: #F3A000;
	font-size: 18px;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
}
.five03-2-p01-2 {
	text-align: center;
	color: #674F47;
	font-size: 18px;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	margin-bottom: 8px;
}
.five03-3-p {
	width: 74%;
	border-left: 2px dotted #674F47;
	padding-left: 32px;
}
.five03-4-ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.five03-4-li:not(:last-child){
	width: 48.5%;
	margin-bottom: 28px;
}
.five03-4-li {
	background-color: #fff;
	border-radius: 10px;
	padding: 24px 28px;
}
.five03-4-li:last-child {
	display: flex;
	align-items: center;
}
.five03-4-li-left {
	width: 70%;
}
.five03-4-li-right {
	width: 40%;
	padding-left: 32px;
}
.five03-4-h4 {
	color: #F3A000;
	font-size: 18px;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	border-bottom: 2px dotted #674F47;
	margin-bottom: 8px;
	padding-bottom: 2px;
	letter-spacing: 0.02rem;
}
.five03-5-ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.five03-5-ul::after {
display: block;
content:"";
width: calc((100% - 120px) / 3 );
}
.five03-5-img-wrap {
	position: relative;
	margin-bottom: 8px;
}
.five03-5-img01,.five03-5-img02,.five03-5-img03,.five03-5-img04,.five03-5-img05 {
	position: absolute;
	left: 0;
	top: 
}
.five03-5-img01 {
	width: 200px;
	left: 15%;
	top: 24%;
}
.five03-5-img02 {
	top: 27%;
}
.five03-5-img03 {
	width: 250px;
	left: 8%;
	top: 19%;
}
.five03-5-img04 {
	width: 195px;
	left: 17.1%;
	top: 18%;
}
.five03-5-img05 {
	top: 22%;
}
.five03-5-h4 {
		color: #F3A000;
	font-size: 18px;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	border-bottom: 2px dotted #674F47;
	margin-bottom: 8px;
	padding-bottom: 2px;
	letter-spacing: 0.02rem;
}
.five03-5-li {
	width: calc((100% - 120px) / 3 );
	margin-bottom: 40px;
}
.five03-5{
	padding-bottom: 72px;
}
.five-pc-none {display: none;}
@media screen and (max-width: 758px) {
	.five-sp-none {display: none;}
	.five-pc-none {display: inline-block;}
	.five01-content, .five02-content, .five03-content {
		padding-top: 40px;
	}
	.five-heading::before {
		top: 2%;
	}
	.page-id-11686 #breadcrumb {
		margin-bottom: 40px;
	}
	.five01, .five03 {
		border-radius: 50px;
	}
	.five01, .five02, .five03{
		padding: 4%;
	}
	.five-heading{
		font-size: 22px;
		line-height: 1.5;
		text-align: left;
		white-space: nowrap;
	}
	.five01-li {
		white-space: nowrap;
	}
	.five01-flex {
		flex-direction: column;
		align-items: center;
	}
	.five01-left {
		margin-right: 0;
		margin-bottom: 24px;
		width: 100%;
		margin-top: -24px;
	}
	.five02-flex {
		flex-direction: column;
		margin-top: -24px;
	}
	.five02-top-left, .five02-top-right {
		width: 100%;
	}
	.five02-top-left {
		margin-bottom: 40px;
	}
.five02-img01 {
 	max-width: 300px;
	bottom: -30px;
}
	.five02-img02 {
		display: none;
	}
	.five02-top-left, .five02-top-right {
		padding: 32px;
	}
	.five02-bottom {
		padding: 32px;
	}
		.five02-top-right {
		padding-bottom: 120px;
	}
	.five-h3 {
		font-size: 18px;
		padding-left: 36px;
	}
	.five02-bottom .five-h3 {
		line-height: 1.7;
		white-space: nowrap;
	}
	.five02-h4 {
		font-size: 16px;
		
	}
	.five-h3::before {
		width: 30px;
		height: 30px;
		top: 6px;
		left: -6px;
	}
	.five03-1 {
		margin-top: -24px;
	}
	.five03-h3 {
		font-size: 20px;
	}
	.five03-num {
		font-size: 24px;
		padding-bottom: 1px;
	}
	.five03-h3::after {
		top: 0;
	}
	.five03-1-ul{
		flex-direction: column;
	}
	.five03-1-li {
		width: 100%;
	}
	.five03-1-li:first-child {
		margin-bottom: 20px;
	}
	.five03 .five-heading {
		white-space: nowrap;
	}
	.five03-2-flex01 {
		flex-direction: column;
	}
	.five03-2-flex01-left,.five03-2-flex01-right {
		width: 100%;
	}
	.five03-2-flex01-left {
		margin-bottom:56px;
	}
	.five03-2-flex01::after {
		transform: rotate(90deg) translatey(-50%);
top: 52.5%;
		width: 40px;
		height: 29px;
		background-repeat: no-repeat;
	}
	.five03-2-flex02 {
		flex-direction: column;
	}
	.five03-2-flex02-li {
		width: 100%;
	}
	.five03-2-flex02-li:not(:last-child) {
		margin-bottom: 20px;
	}
	.five03-3-li {
		flex-direction: column;
	}
	.five03-3-h4 {
		width: 100%;
			padding-bottom: 2px;
	margin-bottom: 10px;
	border-bottom: 2px dotted #674F47;
	}
	.five03-3-p {
		border: none;
		width: 100%;
		padding: 0;
	}
	.five03-3-li:last-child {
		margin-bottom: 0;
	}
	.five03-4-ul {
		flex-direction: column;
	}
	.five03-4-li:not(:last-child) {
		width: 100%;
	}
	.five03-4-li:first-child .five03-4-h4:first-child {
		white-space: nowrap;
	}
	.five03-4-h4 {
		line-height: 1.5;
		padding-bottom: 4px;
		margin-bottom: 10px;
	}
	.five03-4-li:last-child {
		flex-direction: column;
	}
	.five03-4-li-left,.five03-4-li-right {
		width: 100%;
	}
	.five03-4-p {
		margin-bottom: 20px;
	}
	.five03-4-li-right {
		padding: 0;
	}
	.five03-5-ul {
		flex-direction: column;
		align-items: center;
	}
	.five03-5-li {
		width: 90%;
	}
	.five03-5-img-wrap {
		width: 80%;
		margin: 0 auto;
		margin-bottom: 8px;
	}
	.five03-5-img01 {
		left: 8%;
		top: 21%;
	}
	.five03-5-img03 {
		left: 0;
		top: 14%;
	}
	.five03-5-img04 {
		left: 10%;
		top: 14%;
	}
}
@media screen and (max-width:758px) {
	.single .column-left{
		padding-left:4%;
		padding-right:4%;
	}
}
.fix-banner {
	position: fixed;
	bottom: 0;
	z-index: 1;
}
.fix-banner:hover {
	transform: translatey(4px);
}
.fix-img {
    vertical-align: middle; /* または top */
}
.fix-img {
    border-top-left-radius: 10px; /* 左上の角を丸める */
    border-top-right-radius: 10px; /* 右上の角を丸める */
}
.fix-img-sp {
	display: none;
}
@media screen and (max-width:758px) {
	.fix-img {
		display: none;
	}
	.fix-img-sp {
		display: block;
	border-radius: 10px 10px 0 0;
	}
} 
@media screen and (min-width: 759px) {
	.fix-banner {
		width: 67%;
		left:1%;
	}
	.single .footer-bottom {
		padding-bottom: 30px;
	}
}
.page-id-11082 th {
    vertical-align: top; /* または middle, bottom */
}
@media screen and (min-width: 759px) {
	.fix-banner {
	}
	.single .footer-bottom {
		padding-bottom: 30px;
	}
}
@media screen and (max-width: 1100px) {
		.fix-banner {
		width: 100vw;
		left:0;
	}
}
@media screen and (min-width: 1300px) {
		.fix-banner {
		width: 45vw;
		left:16.5vw;
	}
}

/* 2024/10/31追加 記事ページtable表示の変更 */
@media screen and (max-width: 758px) {.single table {
    overflow-x: auto;
    display: block;
    white-space: nowrap; /* 必要に応じて追加 */
}
	.page-top {
		height: 250px;
		background-repeat: no-repeat;
	}
	.page-top-content {
		height: 250px;
	}
	/* 11/12追加 */
	.single .single-bread {
		padding-bottom: 8px;
		padding-top: 0;
	}
	.single .content {
		border-radius: 0!important;
	}
	.single .main {
		border-radius: 50px;
	}
	.single .entry-title {
		margin-bottom: 0;
	}
}
.single h4 {
	display: inline-block
    padding:0 .4em .2em;
    border-bottom: 2px solid #FDC822;
    background-color: #ffffff;
    color: #333333;
	margin-bottom: 0.8rem;
	margin-top: 1rem;
}
.single h5 {
	margin-bottom: 4px;
	font-size: 0.88rem;
}
.single h5::before {
	content:"・";
	color: #F29700;
}
.single .post-content ul{
	border: 1px solid #adadad;
	padding: 0.8rem 1rem;
	margin-bottom: 16px;
	line-height: 1.5;
}
.single .post-content ul li:not(:last-child) {
	margin-bottom: 6px;
}
/*===============================
アーカイブの格納
================================*/
/** 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;
}
/* ==========
 * 参考文献デザイン調整
 * ==========*/
 .reference-container {
    max-width: 1080px;
    margin: 0 auto 40px;
    border: 2px solid gold;
    background: #fff;
    padding: 1rem 1.8rem;
    position: relative;
    border-radius: 0 10px 10px 10px;
}
	.reference-container ul {
		margin-top: 0!important;
	}
.reference-title {
    padding: 10px 20px;
    letter-spacing: 2px;
    border-radius: 10px 10px 0 0;
    border: 2px solid gold;
    border-bottom: 0;
    position: relative;
    top: 2px;
    display: inline-block;
    color: #F29700;
    background: ;
    font-weight: bold;
    margin-bottom: -2px;
	margin-top: 32px;
}
	.reference-content {
		font-size: 15px;
	}
@media screen and (max-width: 758px){
	.reference-container {
	padding: 1rem;
	}
	.reference-content {
		font-size: 14px;
	}
}
.single .breadcrumb-page.pbp-main-before {
	display: none!important;
}
body .widget_author_box{
		margin-top: 20px!important;
}
.author-box {
	padding-top: 1rem;
}
.author-box p {
	font-size: 15px;
}
.author-box .author-name a {
color: #F29700!important;
	transition: 0.25s;
}
.author-box .author-name a:hover {
	transition: 0.25s;
	opacity: 0.7;
}
.author-description {
	margin-bottom: 0.2rem;
}
@media screen and (max-width: 758px) {
	.page-id-11084 .contact-content {
	padding-left: 20px!important;
	padding-right: 20px!important;
}
}
.single .post-content ul {
	border: 2px solid #F29700;
	border-radius: 2px;
}