@charset "UTF-8";
/**
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/
/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

.blank-box dd,.blank-box span,.blank-box dd,.blank-box a {
white-space: nowrap!important;
}

.single .post-content li{
  line-height: 1.5;
  padding: 0.5em 0;
}
.single .post-content dl {
	overflow-x: auto;
    white-space: nowrap; /* 横スクロール時に要素を折り返さないようにする */
}
.single .post-content table {
    display: block;
    overflow-x: auto;
    white-space: nowrap; /* 横スクロール時に要素を折り返さないようにする */
    width: 100%; /* テーブルの横幅を100%にする */
    max-width: 100%; /* 最大幅も100%に設定 */
    font-size: 16px; /* 必要に応じて適切なフォントサイズに調整 */
    padding: 0.5rem;
}
.single .post-content table th,.single .post-content table td{
	padding: 0.5rem 1rem 0.5rem 1.2rem;
}
.source {
	margin-top: -24px;
	margin-bottom: 32px;
}
.single .post-content h4 {
    margin-bottom: 0.2rem;
	padding: 0.5rem;
	padding-bottom: 0.3rem;
	color: #353535;
    font-weight: bold;
	border-bottom: solid 2px #FFB300;
}
.single .post-content h4:before {
    content: '';
    border-left: 2px dotted;
    margin-right: 0.5rem;
}
.single .post-content h3,.single .post-content h4 {
	margin-bottom: 1rem;
}
.box26 {
    position: relative;
    margin: 2em auto; /* 上下2em、左右自動でセンター寄せ */
    padding: 0.5em 1em;
    border: solid 3px #ffaa2a;
    border-radius: 8px;
    max-width: 900px; /* 幅を適宜調整 */
    width: 100%; /* 幅を90%に設定 */
    box-sizing: border-box; /* パディングを含めたボックスサイズにする */
    text-align: center; /* 中央寄せ */
}

.box26 .box-title {
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translateX(-50%); /* タイトルを中央に配置 */
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #ffaa2a;
    font-weight: bold;
}

.box26 p {
    margin: 0;
    padding: 0;
    text-align: center;
	font-weight: bold;
}

/* スライドの外枠 */
.slide-wrapper {
  width: 80%; /* 幅を80%に狭める */
  position: relative;
  overflow: hidden; /* はみ出したスライドを隠す */
  margin: 0 auto; /* 水平方向に中央寄せ */
	margin-bottom: 5%; 
}

/* スライド（コンテンツ） */
.slide {
  width: 300%; /* スライド全体の幅 */
  display: flex;
  transition: all 0.3s;
  margin: 0; /* デフォルトのマージンをリセット */
}

.slide div {
  width: 33.33%;
  height: auto; /* 高さを自動調整 */
  font-size: 16px;
  text-align: center;
}

.slide div img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 50px; /* 角を丸くする */
}

.slide1 {
  transform: translateX(0);
}

.slide2 {
  transform: translateX(-33.33%);
}

.slide3 {
  transform: translateX(-66.66%);
}

/* 左右のボタン */
.next {
  position: absolute;
  width: 15px;
  height: 15px;
  right: 10px;
  bottom: 50%;
  z-index: 10;
  cursor: pointer;
  border-top: solid 3px #000;
  border-right: solid 3px #000;
  -webkit-transform: rotate(45deg) translateY(50%);
  transform: rotate(45deg) translateY(50%);
}
.prev {
  position: absolute;
  width: 15px;
  height: 15px;
  left: 25px;
  bottom: 50%;
  z-index: 10;
  cursor: pointer;
  border-top: solid 3px #000;
  border-right: solid 3px #000;
  -webkit-transform: rotate(-135deg) translateY(-50%);
  transform: rotate(-135deg) translateY(-50%);
}
/* インジケーター */
.indicator {
  width: 100%;
  position: absolute;
  bottom: 20px;
  display: flex;
  column-gap: 18px;
  z-index: 10;
  justify-content: center;
  align-items: center;
}

.indicator li {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  list-style: none;
  background-color: #fff;
  border: 2px #000 solid;
  cursor: pointer;
}

.indicator li:first-of-type {
  background-color: #000;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

html {
	margin-top: 0!important;
}

body {
	background-color: #F7F8E8;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	position: relative;	
}

.container {
	max-width: 100%!important;
	margin: 0 auto;
	font-size: 1rem;
}

a {
	text-decoration: none;
}

ul {
	list-style: none;
	padding-left: 0;
}

.sp-header {
	display: none;
}

.post-content p {
    margin-bottom: 20px; /* 下部に20pxの余白を追加 */
	font-family: '源ノ角ゴシック', 'Source Han Sans', sans-serif;
}


/**ヘッダー装飾**/
.logo {
	font-family: 'Yu Gothic', 'YuGothic', sans-serif;
font-weight: 600; 
	color: #FFAA2A;
	text-align: center;
	padding: 0.27vw;
	width: 10%;
	margin-left: 1.38vw;
	font-size: clamp(1.063rem, 0.247rem + 1.304vw, 1.813rem);
}

.logo img {
	margin-top: 25%;
	width: 90%;
	text-align: center;
}

.logo p {
	padding: 0;
	margin-bottom: 20%;
	text-align: center;
}

nav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
}

.main-nav {
	display: flex;
	justify-content: space-between;
	font-size: clamp(0.75rem, -0.065rem + 1.304vw, 1.5rem);
	text-transform: uppercase;
	margin: 0;
	align-items: center;
	background-color: #fff;
	max-width: 100%;
	color: #FFAA2A;
	border-left: 20px solid #FFAA2A;
	height: 6.94vw;
	padding-right: 20px; /* 右側のパディングを追加 */
    box-sizing: border-box; /* ボックスのサイズを調整 */
}

.main-nav ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 85%;
}



.main-nav li:not(:last-of-type)::after {
	content: '｜'; /* 縦線を表示 */
	color: #888; /* 縦線の色 */ 
	margin-left: 0.7vw; /*縦線の左側の余白 */
}

.main-nav a {
	color: #432;
	font-size: clamp(0.75rem, -0.065rem + 1.304vw, 1.5rem);
	font-weight: 600;
	font-family: 'Yu Gothic', 'YuGothic', sans-serif;
	text-decoration: none;
}

.main-nav a:hover {
	color: #FFAA2A;
}

nav {
	margin: 0;
	padding: 0;
}

nav .logo {
	margin-right: 10px; /* ロゴとメニューの間隔 */
}

/**ヘッダーボタン**/
.btn,
a.btn,
button.btn {
	font-size: clamp(0.75rem, -0.065rem + 1.304vw, 1.5rem);
	font-weight: 700;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	padding: 1rem 2.77vw;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 0.1em;
	color: #fff;
	border-radius: 15px;
	box-shadow: 0px 3px 6px #00000029 ;
	margin-left: 1.04vw;
}

a.btn-border {
	background: #399F3D;
	margin-left: 20px;
	padding-left: 5.08vw;
	padding-right: 5.08vw;
}

a.btn-contact:hover, a.btn-border:hover, .recruit-btn a:hover, .job-text a:hover , .list-text a:hover, .footer-recruit-btn:hover, .footer-contact-btn:hover, .recruit-content-text a:hover {
	color: #fff;
	background: #FFAA2A;
	opacity: .8;
	text-decoration: none;
}

a.btn-contact {
	background: #FFA304FC;
	margin-right: 10px;
}

.list-text a, .recruit-btn a, .job-text a, .footer-recruit-btn, .footer-contact-btn, .recruit-content-text a {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-decoration: none;
}


/**メインコンテンツ幅**/
#main-content {
	width: 100%;
	margin: 6.94vw auto 0;
	overflow: hidden;
}

/**メインビジュアル**/
.main-visual {
	background-image: url(https://recruitment.kodomo-plus.co.jp/wp-content/uploads/2024/03/top.png); 
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 100%;
	height: 50vw;
	position: relative;
	overflow: hidden;
	margin-bottom: 3.47vw;
}

.main-visual-text1 {
	position: absolute;
	bottom: 8%;
	left: 12%;
	color: #fff;
	font-size: clamp(1.375rem, 0.56rem + 1.304vw, 2.125rem);
	line-height: 2.5vw;
	text-align: center;
	width: 25.2vw;
	height: 15.34vw;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: .8;
	background: transparent url(https://recruitment.kodomo-plus.co.jp/wp-content/uploads/2024/03/オレンジくも一日用.png) 0% 0% no-repeat;
	background-size: contain;
	background-position: center center;
	font-weight: Bold;
}


.main-visual-text２ {
	position: absolute;
	bottom: 36%;
	right: 18%;
	color: #000;
	font-size: clamp(1.188rem, 0.372rem + 1.304vw, 1.938rem);
	font-weight: 600;
	background-color: #fff;
	padding: 4px 10px;
}

.main-orange {
	color: #FFA304;
}

.main-visual-text3 {
	position: absolute;
	bottom: 25%;
	right: 14.2%;
	color: #000;
	font-size: clamp(1.5rem, 0.685rem + 1.304vw, 2.25rem);
	font-weight: 600;
	background-color: #fff;
	padding: 4px 10px;
}

.mv-bg1 {
	position: absolute;
	bottom: 43%;
	left: -8%;
	transform: rotate(18deg);
}

.mv-bg1 img{
	width: 	15vw;
}

.mv-bg2 {
	position: absolute;
	bottom: 10%;
	left: -14%;
	transform: rotate(68deg);
}

.mv-bg2 img{
	width: 	21.87vw;
}

.mv-bg3 {
	position: absolute;
	bottom: 33%;
	right: -12%;
	transform: rotate(74deg);
}

.mv-bg3 img{
	width: 	21.87vw;
}

.mv-bg4 {
	position: absolute;
	bottom: 15%;
	right: -5%;
	transform: rotate(20deg);
}

.mv-bg4 img{
	width: 	15vw;
}

/**recruitセクション**/
.recruit-area {
	width: 80%;
	margin: 0 auto 64px;
	background: #fff;
	border-radius: 50px;
	position: relative;
	text-align: center;
}

.recruit-area-title {
	padding-top: 3.47vw;
	color: #FFAA2A;
	margin-bottom: 4.16vw;
}

.recruit-area-title h1 {
	color: #FFAA2A;
	font-size: clamp(1.688rem, 0.872rem + 1.304vw, 2.438rem);
	display: inline-block;
	border-bottom: 5px solid #FFB300;
}

.recruit-area-text {
	margin-bottom: 6.25vw;
}

.recruit-area-text p {
	margin-bottom: 2.08vw;
	font-size: clamp(0.75rem, -0.065rem + 1.304vw, 1.5rem);
	font-weight: 600;
}

.recruit-btn {
	padding-bottom: 50px;
}

.recruit-btn a {
	color: #fff;
	background:#399F3DC4;
	font-size: clamp(1.5rem, 1.092rem + 0.652vw, 1.875rem);
	padding: 15px 50px;
	border-radius: 15px;
	box-shadow: 0px 10px 10px #00000029;
}

.recruit-img {
	position: absolute;
	bottom: 0;
	right: 10px;
}

.recruit-img img{
	width: 14.58vw;
}

/**featureセクション**/
.feature-section {
	background: #fff;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.feature-area {
	width: 57%;
	margin: 0 auto;
	padding-top: 5.55vw;
	text-align: center;
}

.feature-area-icon {
	position: relative;
}

.feature-area-icon img{
	width: 7.15vw;
	height: 4.93vw;
}

.feature-area-icon p {
	position: absolute;
	top: 50%;
	left: 51%;
	transform: translate(-50%, -50%);
	font-size: clamp(1.375rem, 0.56rem + 1.304vw, 2.125rem);
	font-weight: 600;
	color: #FFA304;
}

.feature-area-title {
	margin-top: 3.47vw;
	margin-bottom: 3.47vw;
}

.feature-area-title h2{
	font-size: clamp(1.688rem, 0.872rem + 1.304vw, 2.438rem);
	padding: 2.63vw 2.08vw;
	border-top: 3px solid #F9B108;
	border-bottom: 3px solid #F9B108;
}

.feature-area-text {
	padding-bottom: 6.94vw;
}

.feature-area-text p {
	font-size: clamp(0.75rem, -0.065rem + 1.304vw, 1.5rem);
	font-weight: 600;
	margin-bottom: 30px;
}

.feature-bg1 {
	position: absolute;
	top: 40px;
	left: -60px;
}

.feature-bg2 {
	position: absolute;
	bottom: 18%;
	left: -7%;
}

.feature-bg3 {
	position: absolute;
	bottom: -1%;
	left: -3%;
}

.feature-bg4 {
	position: absolute;
	top: 0;
	right: -6%;
	transform: rotate(-110deg);
}

.feature-bg5 {
	position: absolute;
	top: 28%;
	right: 6%;
}

.feature-bg6 {
	position: absolute;
	bottom: 39%;
	right: -7%;
}

.feature-bg7 {
	position: absolute;
	bottom: -2%;
	right: -6%;
}

.feature-bg1 img {
	width: 22.22vw;
}

.feature-bg2 img, .feature-bg6 img {
	width: 14.51vw;
}

.feature-bg3 img {
	width: 15vw;
}

.feature-bg4 img {
	width: 21.11vw;
}

.feature-bg5 img {
	width: 3.54vw;
}

.feature-bg7 img {
	width: 23.61vw;
}

/**jobセクション**/
.job-area {
	width: 70.3%;
	margin: 0 auto;
	padding-top: 5.55vw;
	padding-bottom: 11.11vw;
	text-align: center;
}

.job-area-icon {
	position: relative;
}

.job-area-icon img {
	width: 7.15vw;
	height: 4.93vw;
}

.job-area-icon p {
	position: absolute;
	top: 50%;
	left: 51%;
	transform: translate(-50%, -50%);
	font-size: clamp(1.375rem, 0.56rem + 1.304vw, 2.125rem);
	font-weight: 600;
	color: #FFA304;
}

.job-area-title {
	margin-top: 3.47vw;
	margin-bottom: 3.47vw;
}

.job-area-title h2{
	font-size: clamp(1.688rem, 0.872rem + 1.304vw, 2.438rem);
}

.job-area-content {
	display: flex;
	justify-content: space-between;
}

.job-img img {
	width: 29.86vw;
}

.job-text {
	width: 36.8vw;
	padding: 0.69vw;
}

.job-text p {
	font-size: clamp(0.75rem, -0.065rem + 1.304vw, 1.5rem);
	font-weight: 600;
	margin-bottom: 3.47vw;
	text-align: left;
}

.job-text a {
	background: #FFA304;
	color: #fff;
	border-radius: 45px;
	padding: 1.11vw 5.83vw 1.11vw 4.16vw;
	box-shadow: 0px 3px 6px #00000029;
	position: relative;
	font-size: clamp(0.75rem, -0.065rem + 1.304vw, 1.5rem);
}

.job-text a::after {
	content: '＞';
	padding: 0 0.41vw 0 0.54vw;
	border-radius: 50%;
	background: #fff;
	color: #F7A304;
	position: absolute;
	bottom: 20%;
	right: 10%;
}


/**listセクション**/
.list-section1 {
	background: url(https://recruitment.kodomo-plus.co.jp/wp-content/uploads/2024/03/教室検索画像.jpg) no-repeat;
	background-size: 100% 100%;
	text-align: center;
	padding: 6.94vw 12.5vw;
	position: relative;
}

.list-from {
	margin-top: 3.08vw;
	padding: 2.08vw;
}

.list-area {
	border-radius: 56px;
	background: rgba(255, 255, 255, .8);
	padding-top: 2.08vw;
	padding-bottom: 3.47vw;
}


.list-area-icon {
	position: relative;
	z-index: 3;
}

.list-area-icon img {
	width: 7.15vw;
	height: 4.93vw;
}

.list-area-icon p {
	position: absolute;
	top: 50%;
	left: 51%;
	transform: translate(-50%, -50%);
	font-size: clamp(1.375rem, 0.56rem + 1.304vw, 2.125rem);
	font-weight: 600;
	color: #FFA304;
}

.list-area-title {
	margin-top: 1.38vw;
	margin-bottom: 3.47vw;
	position: relative;
	z-index: 3;
}

.list-area-title h2{
	font-size: clamp(1.688rem, 0.872rem + 1.304vw, 2.438rem);
}

.list-text p {
	font-size: clamp(0.75rem, -0.065rem + 1.304vw, 1.5rem);
	font-weight: 600;
	margin-bottom: 4.86vw;
	position: relative;
	z-index: 3;
}

.list-text a {
	background: #FFA304;
	color: #fff;
	border-radius: 45px;
	padding: 1.11vw 5.83vw 1.11vw 4.16vw;
	box-shadow: 0px 3px 6px #00000029;
	position: relative;
	z-index: 3;
	font-size: clamp(0.75rem, -0.065rem + 1.304vw, 1.5rem);
}

.list-text a::after {
	content: '＞';
	padding: 0 0.41vw 0 0.54vw;
	border-radius: 50%;
	background: #fff;
	color: #F7A304;
	position: absolute;
	bottom: 20%;
	right: 10%;
}


/**footer**/
.footer {
	margin-top: 0;
	padding: 4.86vw 2.77vw 3.47vw 6.94vw;
}

.footer-content {
	display: flex;
	justify-content: space-between;
}

.footer-logo {
	width: 15%;
}

.footer-logo img {
	width: 13.68vw;
	height: 10.97vw;
	margin-top: 1.38vw;
}

.footer-tel {
	width: 36%;
	margin-top: 2.08vw;
}

.footer-tel .num {
	font-size: clamp(2.125rem, 0.63rem + 2.391vw, 3.5rem);
	font-weight: 600;
	margin-bottom: 1.38vw;
}

.footer-tel .num p {
	text-align: center;
}

.footer-tel .time {
	font-size: clamp(0.625rem, -0.054rem + 1.087vw, 1.25rem);
	font-weight: 600;
	text-align: center;
}

.footer-nav {
	width: 38%;
	margin-top: 1.38vw;
	display: flex;
	justify-content: space-between;
}

.footer-left {
	width: 50%;
}

.footer-right {
	width: 50%;
}

.footer-left, .footer-right {
	padding: 0;
}

.footer-left-btn, .footer-right-btn{
	margin-bottom: 2.08vw;
}

.footer-recruit-btn {
	color: #fff;
	background: #399F3DC4;
	font-size: clamp(0.75rem, -0.065rem + 1.304vw, 1.5rem);
	padding: 1.04vw 4.08vw;
	border-radius: 1.04vw;
	box-shadow: 0px 0.69vw 0.69vw #00000029;
}

.footer-contact-btn {
	color: #fff;
	background: #FFA304FC;
	font-size: clamp(0.75rem, -0.065rem + 1.304vw, 1.5rem);
	padding: 1.04vw 2.77vw;
	border-radius: 1.04vw;
	box-shadow: 0px 0.69vw 0.69vw #00000029;
}

.footer-nav li {
	line-height: 2.77vw;
}

.footer-nav li a {
	color: #010101;
	font-weight: 600;
	font-size: clamp(0.75rem, -0.065rem + 1.304vw, 1.5rem);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.footer-nav li a:hover {
	color: #FFAA2A;
}
.rs-list.seven-items ul {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto auto;
    gap: 1vw; /* お好みで調整 */
    justify-items: center;
    justify-content: initial;
}

/* 1行目：4個 */
.rs-list.seven-items li:nth-child(1) { grid-column: 1; grid-row: 1; }
.rs-list.seven-items li:nth-child(2) { grid-column: 2; grid-row: 1; }
.rs-list.seven-items li:nth-child(3) { grid-column: 3; grid-row: 1; }
.rs-list.seven-items li:nth-child(4) { grid-column: 4; grid-row: 1; }

/* 2行目：3個（中央配置） */
.rs-list.seven-items li:nth-child(5) { grid-column: 2; grid-row: 2; }
.rs-list.seven-items li:nth-child(6) { grid-column: 3; grid-row: 2; }
.rs-list.seven-items li:nth-child(7) { grid-column: 4; grid-row: 2; }

/* 画像はグリッドセルに合わせる */
.rs-list.seven-items li img {
    width: 100%;
    height: auto; /* 縦横比を保持 */
    max-width: 100%;
}
/* タブレット対応（768px以下） */
@media (max-width: 768px) {
    .rs-list.seven-items ul {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: auto auto auto;
    }
    
    /* 1行目：3個 */
    .rs-list.seven-items li:nth-child(1) { grid-column: 1; grid-row: 1; }
    .rs-list.seven-items li:nth-child(2) { grid-column: 2; grid-row: 1; }
    .rs-list.seven-items li:nth-child(3) { grid-column: 3; grid-row: 1; }
    
    /* 2行目：2個 */
    .rs-list.seven-items li:nth-child(4) { grid-column: 1; grid-row: 2; }
    .rs-list.seven-items li:nth-child(5) { grid-column: 2; grid-row: 2; }
    
    /* 3行目：2個 */
    .rs-list.seven-items li:nth-child(6) { grid-column: 1; grid-row: 3; }
    .rs-list.seven-items li:nth-child(7) { grid-column: 2; grid-row: 3; }
}

/* スマホ対応（480px以下） */
@media (max-width: 480px) {
    .rs-list.seven-items ul {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto auto auto auto;
        gap: 16px;
    }
    
    /* 2列配置 */
    .rs-list.seven-items li:nth-child(1) { grid-column: 1; grid-row: 1; }
    .rs-list.seven-items li:nth-child(2) { grid-column: 2; grid-row: 1; }
    .rs-list.seven-items li:nth-child(3) { grid-column: 1; grid-row: 2; }
    .rs-list.seven-items li:nth-child(4) { grid-column: 2; grid-row: 2; }
    .rs-list.seven-items li:nth-child(5) { grid-column: 1; grid-row: 3; }
    .rs-list.seven-items li:nth-child(6) { grid-column: 2; grid-row: 3; }
    
    /* 最後の1個は中央配置 */
    .rs-list.seven-items li:nth-child(7) { 
        grid-column: 1 / -1; 
        grid-row: 4;
        max-width: 50%;
        margin: 0 auto;
    }
}

/* 極小スマホ対応（320px以下） */
@media (max-width: 320px) {
    .rs-list.seven-items ul {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    /* 1列配置 */
    .rs-list.seven-items li:nth-child(1) { grid-column: 1; grid-row: 1; }
    .rs-list.seven-items li:nth-child(2) { grid-column: 1; grid-row: 2; }
    .rs-list.seven-items li:nth-child(3) { grid-column: 1; grid-row: 3; }
    .rs-list.seven-items li:nth-child(4) { grid-column: 1; grid-row: 4; }
    .rs-list.seven-items li:nth-child(5) { grid-column: 1; grid-row: 5; }
    .rs-list.seven-items li:nth-child(6) { grid-column: 1; grid-row: 6; }
    .rs-list.seven-items li:nth-child(7) { grid-column: 1; grid-row: 7; }
}
@media screen and (min-width: 769px) {
.related-sites {
	padding: 1rem;
}
.rs-list {
	padding: 1rem;
}
}

.copy-right {
	background: #FFA304;
	height: 4.02vw;
	text-align: center;
	line-height: 4.02vw;
	font-size: clamp(0.75rem, -0.065rem + 1.304vw, 1.5rem);
	font-weight: 600;
	color: #010101;
}

.copy-right a {
	color: #010101;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.copy-right a:hover {
	color: #fff;
}

/**募集職種ページ**/
.job-main-visual {
	background-image: url(https://recruitment.kodomo-plus.co.jp/wp-content/uploads/2024/03/募集職種-65fa9ec96f5aa.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 100%;
	height: 27.08vw;
	position: relative;
	overflow: hidden;
	margin-bottom: 6.94vw;
}

.job-content {
	position: relative;
}

.job-content-title {
	text-align: center;
	margin-bottom: 4.16vw;
}

.job-content-title h2 {
	color: #FFAA2A;
	font-size: clamp(1.688rem, 0.872rem + 1.304vw, 2.438rem);
	display: inline-block;
	padding: 0.69vw 2.08vw;
	border-bottom: 5px solid #FFB300;
}

.job-content-text {
	width: 64%;
	margin: 0 auto 9.02vw;
}

.job-content-text p {
	font-size: clamp(1.063rem, 0.247rem + 1.304vw, 1.813rem);
	font-weight: 600;
}

.job-content-list {
	width: 82%;
	margin: 0 auto 20.83vw;
}

.job-content-list ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.job-content-list li {
	width: 47.6%;
	background: #fff;
	border-radius: 50px;
	padding: 1.38vw 3.12vw;
	margin-bottom: 3.12vw;
	height: 18.19vw;
}

.job-content-list li h3 {
	font-size: clamp(1.375rem, 0.56rem + 1.304vw, 2.125rem);
	color: #FFAA2A;
}

.job-content-list li p {
	margin-top: 2.08vw;
	font-size: clamp(0.75rem, -0.065rem + 1.304vw, 1.5rem);
	font-weight: 600;
}

.job-content-bg1 {
	position: absolute;
	top: -1%;
	left: -9%;
}

.job-content-bg1 img {
	width: 21.59vw;
}

.job-content-bg2 {
	position: absolute;
	bottom: -6%;
	right: -8%;
}

.job-content-bg2 img {
	width: 23.26vw;
}

.job-content-bg3 {
	position: absolute;
	bottom: -4%;
	right: 18%;
}

.job-content-bg3 img {
	width: 21.59vw;
}

.recruit-content-section {
	
	background: url(https://recruitment.kodomo-plus.co.jp/wp-content/uploads/2024/03/ご応募背景.png) no-repeat;
	background-size: 100% 100%;
	text-align: center;
	padding: 2.08vw 8.33vw;
	position: relative;
}

.recruit-content-section::after {
	content: "";
	position: absolute;
	z-index: 2;
	width: 100%;
	height:100%;
	top: 0;
	left: 0;
	background-color: #fff;
	opacity: .5;
}

.recruit-content {
	border-radius: 56px;
	background: rgba(255, 255, 255, .8);
	padding-top: 5.2vw;
	padding-bottom: 3.47vw;
}

.recruit-content-text a {
	background: #FFA304;
	color: #fff;
	border-radius: 15px;
	padding: 1.11vw 5.83vw 1.11vw 4.16vw;
	box-shadow: 0px 3px 6px #00000029;
	position: relative;
	z-index: 3;
	font-size: clamp(1.5rem, 1.092rem + 0.652vw, 1.875rem);
	display: inline-block;
	margin-bottom: 4.16vw;
}

.recruit-content-text p {
	font-size: clamp(0.75rem, -0.065rem + 1.304vw, 1.5rem);
	font-weight: 600;
	margin-bottom: 2.08vw;
	position: relative;
	z-index: 3;
	text-align: center;
}

/**放デイの一日ページ**/
.flow-main-visual {
	background-image: url(https://recruitment.kodomo-plus.co.jp/wp-content/uploads/2024/03/放デイの一日-65fa9ece6b1ee.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 100%;
	height: 27.08vw;
	position: relative;
	overflow: hidden;
	margin-bottom: 6.94vw;
}

.flow-content-title {
  text-align: center; /* テキストを中央揃え */
  margin-bottom: 2.86vw; /* 下部のマージンをビューポート幅に基づいて設定 */
  max-width: 100%; /* 最大幅を100%に設定 */
  width: 100%; /* 幅を100%に設定 */
  box-sizing: border-box; /* パディングやボーダーを幅に含める */
}

.flow-content-title h2 {
  color: #060606;
  font-size: clamp(1.688rem, 0.872rem + 1.304vw, 2.438rem);
  display: block; /* ブロック要素として表示 */
  margin: 0 auto; /* 自動で中央寄せ */
  padding: 0.69vw 2.08vw; /* パディングを設定 */
  border-bottom: 5px solid #FFB300; /* ボーダーの色と幅を設定 */
  width: fit-content; /* 内容に合わせて幅を設定 */
}
.orange-text {
	color: #FFAA2A;
}

.flow-content-text {
	width: 75%;
	margin: 0 auto 4.02vw;
}

.flow-content-text p {
	font-size: clamp(1.063rem, 0.247rem + 1.304vw, 1.813rem);
	font-weight: 600;
	line-height: 2.08vw;
}

.flowr-content-text p {
	font-size: 19px;
	font-weight: 600;
}

.flow-weekdays, .flow-holiday {
	background: #fff;
	width: 80.3%;
	margin: 0 auto 5.55vw;
	border-radius: 50px;
	padding-top: 2.22vw;
	padding-bottom: 3.47vw;
	position: relative;
}

.flow-holiday {
	margin-bottom: 12.5vw;
}

.flow-weekdays ul, .flow-holiday ul {
	padding-left: 11.25vw;
}

.flow-weekdays li, .flow-holiday li {
	display: flex;
	margin-bottom: 2.08vw;
	position: relative;
}

.flow-weekdays li:not(:last-child):after {
	content: '';
	width: 0.48vw;
	height: 4.43vw;
	background: #FFA304;
	position: absolute;
	bottom: -40%;
	left: 8%;
}

.flow-weekdays li:nth-child(6) {
	margin-bottom: 9.11vw;
}

.flow-weekdays li:nth-child(6):after {
	content: '';
	width: 0.48vw;
	height: 12.43vw;
	background: #FFA304;
	position: absolute;
	bottom: -144%;
	left: 8%;
}

.flow-title {
	text-align: center;
	margin-bottom: 2.77vw;
}

.flow-title h3 {
	font-size: clamp(1.375rem, 0.56rem + 1.304vw, 2.125rem);
}

.flow-time {
	position: relative;
	z-index: 3;
	margin-right: 2.5vw;
}

.flow-time img {
	width: 10.76vw;
	height: 6.18vw;
}

.flow-time p {
	position: absolute;
	top: 46%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 1.94vw;
	color: #fff;
	text-wrap: nowrap;
}

.flow-work {
	height: 6.25vw;
	position: relative;
	width: 80%;
}

.flow-work-content {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
}

.flow-work-content p {
	font-size: clamp(0.75rem, -0.065rem + 1.304vw, 1.5rem);
	font-weight: 600;
}

p.work-title {
	color: #FFAA2A;
	font-size: clamp(1.375rem, 0.56rem + 1.304vw, 2.125rem);
	font-weight: 600;
	text-align: left;
	padding: 0;
}

.flow-holiday p.work-title {
	color: #71AA71;
	font-size: clamp(1.375rem, 0.56rem + 1.304vw, 2.125rem);
	font-weight: 600;
}

.flow-holiday li:not(:last-child):after {
	content: '';
	width: 0.48vw;
	height: 5.43vw;
	background: #71AA71;
	position: absolute;
	bottom: -56%;
	left: 8%;
}

.flow-bg1 {
	position: absolute;
	bottom: 34%;
	left: 40%;
}

.flow-bg1 img {
	width: 14.02vw;
	height: 9.51vw;
}

.flow-bg2 {
	position: absolute;
	bottom: 2%;
	right: 7%;
}

.flow-bg2 img {
	width: 22.56vw;
	height: 22.91vw;
	transform: rotate(-14deg);
}

.flow-bg3{
	position: absolute;
	bottom: 23%;
	right: 11%;
}

.flow-bg3 img {
	width: 5.34vw;
	height: 4.37vw;
}

.flow-bg4{
	position: absolute;
	bottom: 20%;
	right: 3%;
}

.flow-bg4 img {
	width: 5.34vw;
	height: 4.37vw;
}

.flow-bg5{
	position: absolute;
	bottom: 0%;
	right: 6%;
}

.flow-bg5 img {
	width: 20.61vw;
	height: 19.36vw;
}

/**コラムページ**/
.blog-main-visual {
	background-image: url(https://recruitment.kodomo-plus.co.jp/wp-content/uploads/2024/03/コラム-65fa9eafa509d.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 100%;
	height: 27.08vw;
	position: relative;
	overflow: hidden;
	margin-bottom: 6.94vw;
}

.blog-content-title {
	text-align: center;
	margin-bottom: 4.86vw;
}

.blog-content-title h2 {
	color: #060606;
	font-size: clamp(1.688rem, 0.872rem + 1.304vw, 2.438rem);
	display: inline-block;
	padding: 0.69vw 2.08vw;
	border-bottom: 5px solid #FFB300;
}

.contents_align {
	display: flex;
	justify-content: space-evenly;
	border-radius: 4px;
}
.contents_align .main_post {
	margin-left: 20px;
	height: 100%;
	width: 70vw;
}
.contents_align .main_post .shortcode ul, .contents_align .main_post .main_post-content {
	background-color: #fff !important;
    border-radius: 10px;
	border: solid 1px #e6e6e6;
	margin-bottom: 20px;
}
.contents_align .main_post .shortcode li {
	padding-bottom: 30px;
    border-bottom: solid 1px #e6e6e6;
	margin: 20px;
}
.contents_align .main_post .shortcode li:last-of-type {
    border-bottom: none;
	padding-bottom: 10px;
}
.contents_align .main_post .shotcode ul li:nth-last-child(1) {
	border-bottom: 0;
}
.contents_align .main_post .pnavi, .contents_align .main_post .post-pager {
	background-color: #f7f8e8;
	text-align: center;
	margin: 10px 10px 100px;
}
.contents_align .main_post .pnavi span, .contents_align .main_post .pnavi a, .contents_align .main_post .post-pager span, .contents_align .main_post .post-pager a{
	color: #fff;
	border: 0;
}
.contents_align .main_post .pnavi span, .contents_align .main_post .post-pager span.current {
	background-color: #a9a9a9!important;
	font-size: 1.3rem;
	vertical-align: middle;
}
.contents_align .main_post .pnavi a, .contents_align .main_post .post-pager span.page-numbers {
	background-color: #FFB300;
	font-size: 1.3rem;
	vertical-align: middle;
}

span.page-numbers {
	background-color: #FFB300;
	font-size: 1.3rem;
	vertical-align: middle;
}

span.current {
	background-color: #a9a9a9!important;
	font-size: 1.3rem;
	vertical-align: middle;
}

.pnavi a{
	background-color: #FFB300;
	font-size: 1.3rem;
	vertical-align: middle;
}

.pnavi {
    text-align: center; /* ページネーションをセンター寄せ */
    margin: 20px 0; /* 上下にマージンを追加してスペースを確保 */
}

.pnavi span {
	background-color: #a9a9a9!important;
	font-size: 1.3rem;
	vertical-align: middle;
}

.main_post .article_txt {
	padding: 10px;
	margin: 10px;
}

.article_txt h2, .article_txt p {
text-align: left;
}

.article_txt h2, .article_txt p {
  text-align: left;
}

.article_txt a {
  text-decoration: none;
}

.main_post .article_txt .article_data {
	display: flex;
	font-size: 1.0rem;
}
.contents_align .main_post .article_txt .article_data .days {
	margin: 15px 15px 15px 0;
}
.contents_align .main_post .article_txt .article_data .cat {
	margin: 10px;
    padding: 5px 30px;
	background-color: #FFB300;
	border-radius: 5px;
	color: #fff;
	text-decoration: none;
}
.contents_align .main_post article {
	display: flex;
}
.contents_align .main_post article .article_img img {
	max-width: 20vw;
	border-radius: 10px;
	margin-top: 20px;
}
.contents_align #sidebar {
	width: 25vw;
	margin: 0 auto;
	padding: 0;
	background-color: transparent;
	margin-bottom: 20px; /* 各要素の下に余白 */
}

.contents_align #sidebar h3 {
	margin: 0;
	font-weight: 500;
	text-align: center;
	background-color: #FFB300;
	color: #fff;
	border-radius: 10px 10px 0 0;
	border-bottom: solid 1px #e6e6e6;
	
}

.contents_align #sidebar aside {
	background-color: #fff;
	border-radius: 10px;
	border: solid 1px #e6e6e6;
	margin-bottom: 20px; /* 各要素の下に余白 */
}
.contents_align #sidebar aside ul li {
	padding: 10px;
	border-radius: 0 0 10px 10px;
}
.contents_align #sidebar aside ul li a .post-count{
	background-color: #e6e6e6;
    padding: 2px 12px;
    border-radius: 50%;
}
.contents_align #sidebar aside #archives-dropdown-2 {
	margin: 15px 3px;
    max-width: 24.4vw;
}
.contents_align #sidebar aside select {    
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
  	-webkit-appearance: none;
  	-moz-appearance: none;
}
.contents_align #sidebar aside select#archives-dropdown-2 {
  	background-image: linear-gradient(45deg, transparent 50%, #FFB300 50%),linear-gradient(135deg, #FFB300 50%, transparent 50%);
  	background-position: calc(100% - 20px) calc(1em + 2px),calc(100% - 15px) calc(1em + 2px),100% 0;
  	background-size: 5px 5px,5px 5px,2.5em 2.5em;
  	background-repeat: no-repeat;
	
}
.contents_align #sidebar aside select#archives-dropdown-2:focus {
  	background-image: linear-gradient(45deg, #e6e6e6 50%, transparent 50%),linear-gradient(135deg, transparent 50%, #e6e6e6 50%);
  	background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, 100% 0;
  	background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
  	background-repeat: no-repeat;
  	border-color: grey;
  	outline: 0;
}
.contents_align #sidebar aside .swiper-wrapper a {
	border-bottom: solid 1px #e6e6e6;
	width: 24.8vw;
	max-width: 25vw;
	
}
.contents_align #sidebar aside .swiper-wrapper a:nth-last-child(1)  {
	border-bottom: 0;
}
.contents_align #sidebar aside .swiper-wrapper .card-thumb img{
	border-radius: 5px;
}
.is-list-horizontal .swiper-button-next, .is-list-horizontal .swiper-button-prev {
	display: none;
}
.new-entry-cards .is-list-horizontal .swiper {
	margin: 0;	
}
.is-list-horizontal .swiper-wrapper {
	width: 100%;
}
.contents_align #sidebar #new_entries-2 .new-entry-cards, .contents_align #sidebar #popular_entries-2 .popular-entry-cards {
	margin: 0;
}
/**コラム投稿ページ**/
.contents_align .main_post .main_post-content {
	padding: 20px;
}
.contents_align .main_post .main_post-content .post-day {
	text-align: right;
    margin: 20px 0 20px;
}
.contents_align .main_post .main_post-content .post-tc {
	display: flex;
	justify-content: flex-start;
}
.contents_align .main_post .main_post-content .post-cat {
	display: block;
	margin: 20px 0 10px;
	background-color: #FFB300;
	border-radius: 5px;
	height: 100%;
    text-align: center;
	width: 13vw;
}
.contents_align .main_post .main_post-content .post-title {
	margin: 10px;
}
.contents_align .main_post .main_post-content .post-cat a {
	color: #fff;
}
.contents_align .main_post .main_post-content .post-img {
	width: 60vw;
    margin: 40px auto;
	text-align: center;
}	
.contents_align .main_post .main_post-content .post-img img {
	border-radius: 40px;
}
.contents_align .main_post .main_post-content .post-content{
	margin: 40px;
}

.post-content p{
	text-align: left;
}
.recruit-bottom {
	width: 80%; 
	text-align: center;
	margin: 5% auto;
	background-color: #f6f5f5;
	padding: 3%;
	font-size: 16px;
}

/*検索・カテゴリー一覧*/
.entry-title, .archive-title{
	margin: 150px 20px 16px;
}
.entry-card .admin-pv {
	display: none;
}

/**個別**/
.search-main-visual {
	background-image: url(https://recruitment.kodomo-plus.co.jp/wp-content/uploads/2024/03/求人情報ページ.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 100%;
	height: 27.08vw;
	position: relative;
	overflow: hidden;
	margin-bottom: 6.94vw;
}

.company-main-visual {
	background-image: url(https://recruitment.kodomo-plus.co.jp/wp-content/uploads/2024/03/会社概要.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 100%;
	height: 27.08vw;
	position: relative;
	overflow: hidden;
	margin-bottom: 6.94vw;
}

.policy-main-visual {
	background-image: url(https://recruitment.kodomo-plus.co.jp/wp-content/uploads/2024/03/プライバシーポリシー.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 100%;
	height: 27.08vw;
	position: relative;
	overflow: hidden;
	margin-bottom: 6.94vw;
}


.office-section {
    background-color: #fff;
    padding: 60px 60px;
    border-radius: 10px;
}

.office-table {
    width: 80%;
	margin: 10px auto;
}

.office-table th {
    background: #3d914c;
    border: 1px solid #ccc;
    color: #fff;
    padding: 10px;
}

.office-table td {
    border: 1px solid #ccc;
    padding: 10px;
}

.office-table1 {
    width: 80%;
	margin: 10px auto;
}

.office-table1 th {
    background: #F7F8E8;
    border: 1px solid #ccc;
    color: #000;
    padding: 10px;
}

.office-table1 td {
    border: 1px solid #ccc;
    padding: 10px;
}

.office-link ul {
    margin-top: 16px;
    display: flex;
    justify-content: center;
}

.office-link li img {
    width: 60px;
    height: auto;
    margin-right: 8px;
}

.office-link li:last-child a {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f39c08;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 50px;
    height: 60px;
    width: 250px;
    font-size: 2rem;
}

.office-icon {
    margin-right: 4px;
    transform: translateY(4px);
}

.office-map {
    text-align: center;
}

body .recruit-area-content h2 {
    border-left: 5px solid #3d914c !important;
    margin-top: 40px;
    font-size: 2rem;
}

.service-ul {
    display: flex;
}

.support {
    width: 80px;
    height: 80px;
    background: url(https://kodomo-plus.co.jp/wp-content/uploads/2023/11/support.png) no-repeat;
    background-size: cover;
    margin-right: 6px;
}

.day {
    width: 80px;
    height: 80px;
    background: url(https://kodomo-plus.co.jp/wp-content/uploads/2023/11/day.png) no-repeat;
    background-size: cover;
    margin-right: 6px;
}

#office-sentence {
    text-align: center;
}

body #office-sentence h2 {
    background: initial !important;
    font-size: 2.3rem !important;
    border-left: initial !important;
    position: relative;
    display: inline-block;
    margin: 0 auto;
    margin-bottom: 40px;
}

#office-sentence h2:before {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 60px;
    height: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #f39c08;
    border-radius: 2px;
}

#office-sentence p {
    margin-bottom: 20px;
}

#office-sentence p:last-child {
    margin-bottom: 40px;
}


.system-main-visual {
	background-image: url(https://recruitment.kodomo-plus.co.jp/wp-content/uploads/2024/03/研修制度-65fa9edd1fce1.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 100%;
	height: 27.08vw;
	position: relative;
	overflow: hidden;
	margin-bottom: 6.94vw;
}

/*教室一覧*/
.list-main-visual {
	background-image: url(https://recruitment.kodomo-plus.co.jp/wp-content/uploads/2024/03/募集教室一覧.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 5.55vw;
    border-radius: 50px;
    padding: 2.22vw;
}


/* 日本地図DOM */
.japan_map{
    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: 3px solid #333333;
    border-radius: 5px;
    background-color: #FFF;
    padding: 0.2em auto;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
}

/* ボタン配置（使用する日本地図画像により微調整） */
.japan_map .area_btn.area1{
    top: 30%;
    right: 0;
    width: 30%;
}
.japan_map .area_btn.area2{
    top: 73%;
    right: 30%;
    width: 13%;
}
.japan_map .area_btn.area3{
    top: 50%;
    right: 40%;
    width: 13%;
}
.japan_map .area_btn.area4{
    top: 65%;
    right: 50%;
    width: 13%;
}
.japan_map .area_btn.area5{
    top: 70%;
    left: 10%;
    width: 25%;
}
.japan_map .area_btn.area6{
    top: 85%;
    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; /* ホバー時のボーダーカラーを変更 */
    }

/* ご応募・ご登録 */

.thanks-content-text {
	width: 64%;
	margin: 0 auto 9.02vw;
}

.thanks-content-text p {
	font-size: clamp(1.063rem, 0.247rem + 1.304vw, 1.813rem);
	font-weight: 600;
	text-align: center;
}

.thanks-img {
    text-align: center;
	width: 35vw;
	margin: 0 auto 3.02vw;
}

.entry-main-visual {
	background-image: url(https://recruitment.kodomo-plus.co.jp/wp-content/uploads/2024/03/ご応募・ご登録.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 100%;
	height: 27.08vw;
	position: relative;
	overflow: hidden;
	margin-bottom: 6.94vw;
}

.entry-img {
    text-align: center;
}

.entry-img img {
	width: 18vw;
}

.entry {
    background: #fff;
    width: 80.3%;
    margin: 0 auto 5.55vw;
    border-radius: 50px;
    padding: 2.22vw;
}


.entry-content-title {
    text-align: center;
    margin-bottom: 4.86vw;
}

.entry-content-title h2 {
    color: #060606;
   font-size: clamp(1.688rem, 0.872rem + 1.304vw, 2.438rem);
    display: inline-block;
    padding: 0.69vw 2.08vw;
    border-bottom: 5px solid #FFB300;
    font-family: 'Zen Maru Gothic', Bold;
}

.entry-content-text {
	width: 75%;
	margin: 0 auto 9.02vw;
}

.entry-content-text p {
	font-size: clamp(1.063rem, 0.247rem + 1.304vw, 1.813rem);
	font-weight: 600;
	line-height: 2.08vw;
}

.inquiry {
    margin: 0 auto; 
    width: 80%; 
}
.inquiry p {
    text-align: left;
}

.inquiry th {
    text-align: left;
    font-size: 16px;
    color: #444;
    padding-right: 0.5vw;
    width: 30%;
    background: #F7F8E8;
    border: solid 1px #d7d7d7;
}


.haveto, .any {
   font-size: 0.8vw; 
   padding: 0.5vw 1.5vw;
    background: #ff9393;
    color: #fff;
    border-radius: 50px;
    margin-right: 0.5vw;
    position: relative;
   bottom: 0.05vw;
    text-align: left; 
}


.inquiry th, .inquiry td {
    width: 50%; 
    border-top: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.inquiry tr:first-child th {
    border-top: 1px solid #d7d7d7;
}


.inquiry td {
    font-size: 15px;
    border: solid 1px #d7d7d7;    
}


.inquiry select {
    font-size: 15px; 
}


.inquiry input[type="text"],
.inquiry input[type="email"],
.inquiry input[type="tel"],
.inquiry input[type="number"],
.inquiry textarea {
    font-size: 15px; 
}


.entry-content .inquiry tr, .entry-content table {
    border: solid 1px #d7d7d7;    
}

/* 必須の調整 */
.haveto {
    font-size: 12px; /* フォントサイズを小さく */
    padding: 3px 8px; /* パディングを小さく */
    background: #ff9393;
    color: #fff;
    border-radius: 30px; /* ボーダー半径を小さく */
    margin-right: 3px; /* 右マージンを小さく */
    position: relative;
    bottom: 0; /* bottomプロパティを調整 */
}

/* 任意の調整 */
.any {
    font-size: 12px;
    padding: 3px 8px;
    background: #93c9ff;
    color: #fff;
    border-radius: 30px;
    margin-right: 3px; 
    position: relative;
    bottom: 0; 
}

/* 送信ボタンのデザイン変更 */
#formbtn {
    display: block;
    margin: 0 auto;
    padding: 20px 20px; /* パディングを適切なサイズに調整 */
    margin-top: 20px; /* 上部のマージンを調整 */
    width: 400px; /* 幅を固定 */
    background: #399F3DC4;
    color: #fff;
    font-size: 20px; /* フォントサイズを小さく調整 */
    font-weight: bold;
    border-radius: 50px;
    border: none;
}


#formbtn:hover {
    background: #FFB300;
    color: #fff;
}


.inquiry th {
    width: 25%; 
}


.inquiry select {
    width: 70%; 
}

.inquiry input[type="number"] {
    width: 25%;
}


.inquiry input[type="text"].content {
    width: 62%; 
}

/** メールフォーム同意 **/
.contact-accept {
	text-align: center;
        font-size: 16px;
        margin: 0;
        padding: 0;
}

.contact-accept .wpcf7-form-control-wrap {
	display: block;
	margin-top: 24px;
	margin-bottom: 8px;
	text-align: center;
}
.privacy-link {
    display: inline-block; 
    vertical-align: middle; 
    line-height: 1; 
    margin: 0; 
}
.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(-50%);
}


.privacy-link {
    display: inline-block; 
    vertical-align: middle; 
    line-height: 1;  
}


	
/**レスポンシブ用非表示**/
.sp-br {
	display: none;
}

.sp-space {
	display: none;
}

.sp-main-visual-text {
	display: none;
}

/**よくある質問**/
.faq-main-visual {
	background-image: url(https://recruitment.kodomo-plus.co.jp/wp-content/uploads/2024/03/よくある質問.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 100%;
	height: 27.08vw;
	position: relative;
	overflow: hidden;
	margin-bottom: 6.94vw;
}

.p-accordion-desc  {
  border: 1px solid #FFAA2A; 
  padding: 10px; 
}

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

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

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

.p-accordion:last-child {
  margin-bottom: 35px; /* 下部に20pxの余白を追加 */
}

/**レスポンシブ**/
@media screen and (max-width: 999px){
	.pc-br {
		display: none;
	}

	.sp-br {
		display: block;
	}

	.sp-space {
		display: block;
		margin-bottom: 20px;
	}
	
	/**ヘッダー**/
	.pc-header {
		display: none;
	}

	.sp-header {
		position: fixed;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: auto;
		z-index: 50;
	}

	.sp-header-inner {
		padding: 0 10px;
		position: relative;
		height: 70px;
		background: #fff;
		border-left: 20px solid #FFB300;
	}

	.sp-logo {
		display: flex;
		align-items: center;
		height: 100%;
	}

	.sp-logo p {
		font-size: 16px;
		font-weight: 600;
		margin-left: 10px;
		color: #FFB300;
	}

	.memu-text {
		color: #fff;
		font-size: 12px;
		font-weight: 600;
		position: fixed;
		top: 44px;
		right: 14px;
		z-index: 999;
	}

	#menu-btn-check {
		display: none;
	}

	.menu-btn {
		position: fixed;
		top: 0;
		right: 0;
		display: flex;
		height: 70px;
		width: 70px;
		justify-content: center;
		align-items: center;
		z-index: 90;
		background-color: #FFB300;
		
	}
	.menu-btn span,
	.menu-btn span:before,
	.menu-btn span:after {
		content: '';
		display: block;
		height: 3px;
		width: 25px;
		border-radius: 3px;
		background-color: #fff;
		position: absolute;
		transition: .3s;
	}
	.menu-btn span:before {
		bottom: 8px;
	}
	.menu-btn span:after {
		top: 8px;
	}

	#menu-btn-check:checked ~ .menu-btn span {
		background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
	}
	#menu-btn-check:checked ~ .menu-btn span::before {
		bottom: 0;
		transform: rotate(45deg);
		transition: .3s;
	}
	#menu-btn-check:checked ~ .menu-btn span::after {
		top: 0;
		transform: rotate(-45deg);
		transition: .3s;
	}

	.sp-menu-content {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 100%;/*leftの値を変更してメニューを画面外へ*/
		z-index: 80;
		background-color: #f7f8e8;
		transition: all 0.5s;/*アニメーション設定*/
		margin-top: 70px;
	} 

	.sp-menu-content ul {

	}
	.sp-menu-content ul li {
		border-bottom: solid 3px #fff;
	}
	.sp-menu-content ul li a {
		display: block;
		width: 100%;
		font-size: 18px;
		font-weight: 600;
		box-sizing: border-box;
		color:#333;
		padding: 9px 15px 10px 40px;
		position: relative;
		text-decoration: none;
	}

	.sp-menu-content ul li a::before {
		content: "";
		width: 30px;
		height: 30px;
		background: #fff;
		border-radius: 50px;
		position: absolute;
		right: 20px;
		top: 13px;
	}

	.sp-menu-content ul li a::after {
		content: "＞";
		font-size: 18px;
		color: #FFB300;
		position: absolute;
		right: 25px;
		top: 12px;
	}

	#menu-btn-check:checked ~ .sp-menu-content {
		left: 0;/*メニューを画面内へ*/
	}

	/**メイン**/
	.main-visual-text1 {
		font-size: clamp(1rem, 0.666rem + 1.336vw, 1.5rem);
		bottom: 4%;
		left: 10%;
	}

	.main-visual-text２ {
		font-size: clamp(0.625rem, 0.208rem + 1.669vw, 1.25rem);
		bottom: 36%;
		right: 16%;
	}

	.main-visual-text3 {
		font-size: clamp(0.75rem, 0.333rem + 1.669vw, 1.375rem);
		bottom: 23%;
		right: 14.4%;
	}

	.recruit-area {
		padding: 0 10%;
	}

	.list-area {
		padding-left: 10%;
		padding-right: 10%;
	}

	/**フッター**/
	.footer {
		padding: 40px 0;
	}

	.footer-logo {
		width: 13%;
	}

	.footer-tel {
		width: 40%;
		text-align: center;
	}

	.footer-nav {
		width: 46%;
	}

	.footer-tel .num {
		font-size: 20px;
	}

	.footer-recruit-btn, .footer-contact-btn {
		font-size: 12px;
		padding: 10px 9px;
	}

	/**募集職種**/
	.job-content-list li {
		height: auto;
	}

	.flow-content-text p {
		line-height: 24px;
	}


	.recruit-content {
		padding-left: 10%;
		padding-right: 10%;
	}

	/**放デイの一日**/
	.flow-bg1 {
		bottom: 34%;
		left: 43%;
	}

	/**コラムページ**/
	.blogw-main-visual {
		height: 30vw;
	}

	.search-main-visual {
		height: 30vw;
	}
	
	.company-main-visual {
		height: 30vw;
	}
	
	.policy-main-visual {
		height: 30vw;
	}
	
	.blog-content-title {
		margin-bottom: 40px;
	}

	.blog-content-title h2 {
		font-size: 18px;
		line-height: 24px;
		padding: 6px 20px;
		border-bottom: 3px solid #FFB300;
	}
	
	.contents_align {
    	display: block;
		margin: 0 auto;
	}
	.contents_align .main_post .main_post-content .post-tc{
		display: block;
		
	}
	.contents_align .main_post {
		width: 92vw;
		margin: 0 auto;
	}
	.contents_align .main_post .main_post-content .post-cat {
		text-align: center;
		margin: auto 0;
		width: 20vw;
		min-width: 50vw;
	}
	.contents_align .main_post .main_post-content .post-content {
		margin: 4px 10px;
		font-size: 14px;
	}
	
	.post-title {
    font-size: 20px; /* タイトルの文字サイズを小さくする */
	margin: 0;
  }
	
	.post-cat{
    font-size: 14px; /* タイトルの文字サイズを小さくする */
	margin: 0;
  }
	
	.post-day {
    font-size: 11px; /* 文字サイズを設定 */
    margin: 0; /* 上下の余白をなくす */
}
	.contents_align .main_post .main_post-content .post-day {
    margin: 0; /* 上下の余白をなくす */
  }
	
	.contents_align .main_post .main_post-content .post-img {
		width: 80vw!important;
	}
	.main_post .article_txt {
		margin: 0;
		padding: 0;
	}
	.contents_align .main_post article {
		display: block;
	}
	.contents_align .main_post article .article_img img {
		max-width: 80vw;
    	margin: 30px auto 10px;
		display: block;
	}
	.contents_align #sidebar{
		width: 92vw;
		margin: 0 auto;
	}
	.contents_align #sidebar #archives-2 {
		text-align: center;
	}
	.contents_align #sidebar aside #archives-dropdown-2{
		max-width: 50vw;
	}
	.contents_align #sidebar aside .swiper-wrapper a {
		width: 90vw;
		max-width: 90vw;
		margin: 0 auto; 
	}
	.recruit-content-section {
		display: none;
	}
	/*検索・カテゴリー一覧*/
	.entry-title, .archive-title{
		margin: 100px 0px 16px 0px;
		padding: 1.5%;
	}
	.main_post .article_txt .article_data {
	font-size: 0.7rem;
}
	
	
}


/**会社概要**/
.company {
    background: #fff;
    width: 80.3%;
    margin: 0 auto 5.55vw;
    border-radius: 50px;
    padding: 2.22vw;
}

.company table {
    margin: 0; 
    width: 100%;
    border-collapse: collapse;
}

.company th,
.company td {
    padding: 1vw; 
}

.company th {
    background-color: #F7F8E8;
    width: 23.61vw;
    text-align: left;
}

.company td {
    width: calc(100% - 23.61vw);
}

.company-content-title {
    text-align: center;
    margin-bottom: 4.86vw;
}

.company-content-title h2 {
    color: #060606;
    font-size: 2.29vw;
    display: inline-block;
    padding: 0.69vw 2.08vw;
    border-bottom: 5px solid #FFB300;
    font-family: 'Zen Maru Gothic', Bold;
}

.company-content-text {
    width: 75%;
    margin: 0 auto 9.02vw;
}

.company-content-text p {
    font-size: 1.6vw;
    font-weight: 600;
    line-height: 2.08vw;
}

.company-title {
    text-align: center;
    margin-bottom: 2.77vw;
}


　/**教室一覧**/
	
    .japan_map .area_btn{
        font-size: 4vw;
    }

.list-content {
	position: relative;
}

.list-content-title {
	text-align: center;
	margin-bottom: 4.16vw;
}

.list-content-title h2 {
	color: #FFAA2A;
	font-size: clamp(1.688rem, 0.872rem + 1.304vw, 2.438rem);
	display: inline-block;
	padding: 0.69vw 2.08vw;
	border-bottom: 5px solid #FFB300;
}

/* セクションの間隔 */
.tab-wrap {
    margin-bottom: 20px;
}

/* セクションタイトル */
.hd-h4 {
    font-size: 20px;
    margin-bottom: 10px;
}

/* テーブル全体 */
.table {
    width: 100%; /* テーブルの幅を80%に設定 */
    border-collapse: collapse; /* ボーダーを結合して表示 */
    margin: 0 auto 20px; /* テーブルを中央寄せにし、下部に20pxのマージンを追加 */
     margin-top: 20px; /* 上部の余白を追加 */
    margin-bottom: 60px; /* 下部の余白を追加 */
   background-color: #ffffff; 
}

.table td {
    background-color: #ffffff; /* セルの背景色を白に設定 */
}

/* テーブルのヘッダー */
.table th {
    text-align: left; /* テキストを左寄せにする */
}

/* 県の見出し */
.hd-h4 {
    text-align: left; /* テキストを左寄せにする */
    margin-bottom: 0; /* 下部のマージンを削除 */
    margin-top: 0; /* 上部のマージンを削除 */
}

/* 市の見出し */
.table th[colspan="3"] {
    text-align: center; /* テキストを中央寄せにする */
  background-color: #F7F8E8;
}


/* 住所ゾーン */
.table td:nth-child(2) {
    width: 50%; /* 住所セルの幅を50%に設定 */
}

/* 電話番号 */
.td--03 {
    width: 20%; /* 電話番号セルの幅を20%に設定 */
}

.tab-wrap .tab-ctt > h4 {
    text-align: left; /* テキストを左寄せにする */
    margin-bottom: 10px; /* 下部のマージンを追加 */
    margin-top: 0; /* 上部のマージンを削除 */
    display: inline-block; /* インラインブロック要素にする */
}

.table td a {
    color: black; /* テキストカラーを黒に設定 */
    text-decoration: underline;
}

/* リンクが含まれるテーブルセルのホバー時のテキストカラー */
.table td a:hover {
    color: #FFAA2A; /* ホバー時のテキストカラーをグレーに設定 */
}
	
.custom-table {
            border-collapse: collapse;
            width: 100%;
        }
        .custom-table th, .custom-table td {
            border: 1px solid #ddd !important;
            padding: 8px;
            text-align: left;
            background-color: #fff !important;
			
        }
        .custom-table th {
            background-color: #F7F8E8 !important;
        }
        .custom-table td a {
            color: black; /* テキストカラーを黒に設定 */
            text-decoration: underline;
        }
        /* リンクが含まれるテーブルセルのホバー時のテキストカラー */
        .custom-table td a:hover {
            color: #FFAA2A; 
        }

.th-30 {
    width: 30%; /* 30%の幅 */
}

.th-50 {
    width: 50%; /* 50%の幅 */
}

.th-20 {
    width: 20%; /* 20%の幅 */
}
/**スマホ用レスポンシブ**/
@media screen and (max-width: 500px) {
	.custom-table th, .custom-table td {
        padding: 4px;
        font-size: 12px; /* テキストサイズを調整 */
    }
    
	.custom-table {
          margin: 50px 0;
        }
	
	.copy-right {
	margin-bottom: 60px;
}
	
	#main-content {
		margin: 60px auto 0;
		position: relative;
	}

	.main-inner {
		position: relative;
	}

	/**ヘッダー**/
	.sp-header-inner {
		height: 60px;
	}

	.menu-btn {
		height: 60px;
		width: 60px;
	}

	.memu-text {
		font-size: 10px;
		top: 38px;
		right: 13px;
	}

	.sp-menu-content {
		margin-top: 60px;
	}

	/**メイン**/
	.main-visual {
		background-image: url(https://recruitment.kodomo-plus.co.jp/wp-content/uploads/2024/03/sptop-1-1.png);
		background-size: cover;
		background-position: center;
		height: 90vw;
		margin-bottom: 80px;
	}

	.mv-bg1, .mv-bg4 {
		display: none;
	}

	.mv-bg2 {
		bottom: 4%;
		left: -13%;
	}

	.mv-bg3 {
		bottom: 16%;
		right: -10%;
		transform: rotate(70deg);
	}

	.main-visual-text1{
		display: none;
	}

	.main-visual-text２ {
		font-size: 15px;
		bottom: 29%;
		right: inherit;
		left: 46%;
		transform: translate(-50%, 0);
		text-wrap: nowrap;
		width: 84%;
		text-align: center;
	}

	.main-visual-text3 {
		font-size: 18px;
		bottom: 15%;
		right: inherit;
		left: 50%;
		transform: translate(-50%, 0);
		text-wrap: nowrap;
		width: 92%;
		text-align: center;
		z-index: 10;
	}

	.sp-main-visual-text {
		position: absolute;
		bottom: -21%;
		left: 4%;
		color: #fff;
		font-size: 14px;
		
		text-align: center;
		width: 200px;
		height: auto;
		padding: 19px 0px;
		display: flex;
		justify-content: center;
		align-items: center;
		opacity: .8;
		background: transparent  url(https://recruitment.kodomo-plus.co.jp/wp-content/uploads/2024/03/オレンジくも一日用.png) 0% 0% no-repeat;
		background-size: cover;
		background-position: center center;
		font-weight: 600;
	}

	.recruit-area {
		width: 90%;
		padding: 30px 20px 40px;
		margin: 0 auto 80px;
	}

	.recruit-area-title {
		margin-bottom: 4.16vw;
	}

	.recruit-area-title h1 {
		font-size: 18px;
		border-bottom: 3px solid #FFB300;
		padding-bottom: 10px;
	}

	.recruit-area-text p {
		margin-bottom: 20px;
		font-size: 13px;
		text-align: left;
	}

	.recruit-btn {
		display: none;
	}

	.recruit-img {
		bottom: -60px;
		right: 14px;
	}

	.recruit-img img {
		width: 110px;
	}

	.feature-area {
		width: 84%;
		padding-bottom: 160px;
	}

	.feature-area-icon img, .job-area-icon img, .list-area-icon img {
		width: 56px;
		height: auto;
	}

	.feature-area-icon p, .job-area-icon p, .list-area-icon p {
		font-size: 16px;
	}

	.feature-area-title {
		margin-top: 10px;
		margin-bottom: 40px;
	}

	.feature-area-title h2 {
		font-size: 18px;
		padding: 16px 20px;
		display: inline-block;
	}

	.feature-area-text {
		text-align: left;
		padding-bottom: 6.94vw;
		position: relative;
		z-index: 3;
	}

	.feature-area-text p {
	   font-size: 13px;
	}
	
	.feature-bg1 {
		top: inherit;
		left: 6%;
		bottom: -1%;
	}

	.feature-bg1 img {
		width: 170px;
	}

	.feature-bg2 {
		bottom: 27%;
		left: -13%;
	}

	.feature-bg2 img, .feature-bg6 img {
		width: 90px;
	}

	.feature-bg3 {
		bottom: 14%;
		left: -10%;
	}

	.feature-bg3 img {
		width: 100px;
	}

	.feature-bg4 {
		top: 1%;
		right: -7%;
		transform: rotate(-120deg);
	}

	.feature-bg4 img {
		width: 100px;
	}

	.feature-bg5 {
		top: 15%;
		right: 3%;
	}

	.feature-bg5 img {
		width: 24px;
	}

	.feature-bg6 {
		bottom: 66%;
		right: -12%;
	}

	.feature-bg7 {
		bottom: 2%;
		right: 6%;
	}

	.feature-bg7 img {
		width: 170px;
	}

	.job-area-title h2 {
		font-size: 18px;
	}

	.job-area-content {
		display: block;
	}

	.job-img {
		margin-bottom: 30px;
	}

	.job-img img {
		width: 100%;
	}

	.job-text {
		width: 100%;
		padding: 0;
	}

	.job-text p {
		font-size: 13px;
		margin-bottom: 12px;
	}

	.job-text a, .list-text a {
		padding: 10px 56px 10px 46px;
		font-size: 16px;
	}

	.job-text a::after, .list-text a::after {
		padding: 0 4px 0 6px;
		bottom: 18%;
		right: 10%;
	}

	.list-section1 {
		background-image: url(https://recruitment.kodomo-plus.co.jp/wp-content/uploads/2024/03/sp教室検索背景.png);
		padding: 40px 20px;
	}

	.list-area {
    padding: 10px 20px 20px;
    margin: auto; /* 左右を自動で中央に寄せる */
}

	.list-area-title {
		margin-top: 6px;
		margin-bottom: 26px;
	}

	.list-area-title h2 {
		font-size: 18px; 
	}

	.list-text p {
		font-size: 13px;
		margin-bottom: 30px;
		text-align: left;
	}

	.footer {
		margin-top: 70px;
		padding: 30px 0 14px;
	}

	.footer-content {
		flex-direction: column;
		align-items: center;
	}

	.footer-logo {
		width: 100%;
		text-align: center;
	}

	.footer-logo img {
		width: 130px;
		height: auto;
		margin-top: 10px;
	}

	.footer-tel {
		width: 100%;
		text-align: center;
		margin-top: 10px;
	}

	.footer-tel .num {
		font-size: 26px;
	}

	.footer-tel .time {
		font-size: 10px;
		line-height: 14px;
	}

	.footer-nav {
		display: none;
	}

	.related-sites {
		padding: 10px 18px;
	}

	.rs-title p {
		font-size: 12px;
	}

	.rs-list ul {
		flex-wrap: wrap;
	}

	.rs-list li img {
		width: 100%;
		height: auto;
	}

	.copy-right {
		height: 30px;
		line-height: 30px;
		font-size: 10px;
	}

	/**募集職種**/
	.job-main-visual {
		height: 30vw;
	}

	.job-content-title h2 {
		font-size: 18px;
		padding: 2px 14px;
		border-bottom: 3px solid #FFB300;
	}

	.job-content-title {
		margin-bottom: 40px;
	}

	.job-content-text {
		width: 82%;
		margin: 0 auto 60px;
		position: relative;
		z-index: 3;
	}

	.job-content-text p {
		font-size: 13px;
		line-height: 16px;
	}

	.job-content-list {
		width: 94%;
		margin: 0 auto 180px;
	}

	.job-content-list ul {
		display: block;
	}

	.job-content-list li {
		width: 100%;
		border-radius: 24px;
		margin-bottom: 20px;
		padding: 20px;
	}

	.job-content-list li h3 {
		font-size: 15px;
	}

	.job-content-list li p {
		margin-top: 10px;
		font-size: 13px;
	}

	.job-content-bg1 {
		top: 2%;
		left: -12%;
	}

	.job-content-bg1 img {
		width: 90px;
	}

	.job-content-bg2 {
		bottom: -14%;
		right: -14%;
	}

	.job-content-bg2 img {
		width: 110px;
	}

	.job-content-bg3 {
		position: absolute;
		bottom: -15%;
		right: 23%;
	}

	.job-content-bg3 img {
		width: 120px;
	}

	.recruit-content-section {
		background-image: url(https://recruitment.kodomo-plus.co.jp/wp-content/uploads/2024/03/sp応募背景.png);
		padding: 30px 10px;
	}

	.recruit-content {
		padding: 50px 20px;
	}

	.recruit-content-text a {
		border-radius: 14px;
		padding: 10px 50px;
		font-size: 16px;
		margin-bottom: 30px;
	}

	.recruit-content-text p {
		font-size: 12px;
		text-align: left;
		margin-bottom: 16px;
	}

	/**放デイの一日**/
	.flow-main-visual {
		height: 30vw;
	}

	.flow-content-title {
		margin-bottom: 40px;
		text-align: center;
	}

	.flow-content-title h2 {
		font-size: 18px;
		line-height: 24px;
		padding: 6px 20px;
		border-bottom: 3px solid #FFB300;
	}

	.flow-content-text {
		width: 90%;
		margin: 0 auto 50px;
	}

	.flow-content-text p {
		font-size: 13px;
		line-height: 18px;
	}
	
	.flowr-content-text p {
		font-size: 13px;
		line-height: 18px;
	}

	.flow-weekdays, .flow-holiday {
		width: 92%;
		margin: 0 auto 40px;
		border-radius: 40px;
		padding-top: 10px;
		padding-bottom: 80px;
	}

	.flow-title {
		margin-bottom: 24px;
	}

	.flow-title h3 {
		font-size: 16px;
	}

	.flow-weekdays ul, .flow-holiday ul {
		padding-left: 20px;
	}

	.flow-weekdays li:nth-child(2) {
		margin-bottom: 30px;
	}

	.flow-weekdays li:nth-child(6) {
		margin-bottom: 50px;
	}

	.flow-weekdays li:not(:last-child):after {
		width: 2px;
		height: 50px;
		bottom: -80%;
		left: 9%;
	}

	.flow-weekdays li:nth-child(6):after {
		width: 2px;
		height: 80px;
		bottom: -140%;
		left: 9%;
	}

	.flow-weekdays li:nth-child(2) p.work-title {
		margin-top: 34px;
	}

	.flow-weekdays li:nth-child(4) p.work-title {
		margin-top: 14px;
	}

	.flow-weekdays li:nth-child(7) p.work-title {
		margin-top: 14px;
	}

	.flow-time {
		margin-right: 18px;
	}

	.flow-time img {
		width: 60px;
		height: auto;
	}

	.flow-time p {
		top: 40%;
		font-size: 10px;
		width: 100%;
		text-align: center;
	}

	.flow-holiday .flow-time p {
		top: 44%;
	}

	.flow-work {
		height: auto;
		width: 70%;
	}

	.flow-work-content {
		top: 42%;
	}

	.flow-work-content p {
		font-size: 10px;
	}

	p.work-title {
		font-size: 16px;
	}

	.flow-bg1 {
		bottom: 37%;
		left: 50%;
	}

	.flow-bg1 img {
		width: 90px;
		height: auto;
	}

	.flow-bg2 {
		bottom: 2%;
		right: 4%;
	}

	.flow-bg2 img {
		width: 120px;
		height: auto;
		transform: rotate(-14deg);
	}

	.flow-holiday li:nth-child(1) {
		margin-bottom: 40px;
	}

	.flow-holiday p.work-title {
		font-size: 16px;
	}

	.flow-holiday li:nth-child(1) p.work-title {
		margin-top: 34px;
	}

	.flow-holiday li:not(:last-child):after {
		width: 2px;
		height: 50px;
		bottom: -80%;
		left: 9%;
	}

	.flow-holiday li:nth-child(1):after {
		width: 2px;
		height: 80px;
		bottom: -140%;
		left: 9%;
	}

	.flow-bg3 {
		bottom: 23%;
		right: 17%;
	}

	.flow-bg3 img, .flow-bg4 img {
		width: 30px;
		height: auto;
	}

	.flow-bg4 {
		bottom: 20%;
		right: 7%;
	}



	.flow-bg5 {
		bottom: 5%;
		right: 14%;
	}

	.flow-bg5 img {
		width: 130px;
		height: auto;
	}


	/**会社概要**/
.company {
		width: 93%!important;
		margin: 0 auto 40px;
		border-radius: 40px;
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.company-content-title {
		margin-bottom: 40px;
	}

	.company-content-title h2 {
		font-size: 18px;
		line-height: 24px;
		padding: 6px 20px;
		border-bottom: 3px solid #FFB300;
	}

	.company-main-visual {
		height: 30vw;
	}
/* スマホ表示用のスタイル */
@media screen and (max-width: 480px) {
	.system-main-visual {
		height: 30vw;
	}
    
	
    .list-main-visual {
		height: 30vw;
	}
	
    .list-content {
		width: 93%!important;
		margin: 0 auto 40px;
		border-radius: 40px;
		padding-top: 40px;
		padding-bottom: 20px;
	}
	
	
    /* 地図ボタンのサイズ調整 */
    .japan_map .area_btn {
		font-size: 3vw; /* ボタンのフォントサイズを調整 */
		padding: 0.5vw 1.5vw; /* パディングを調整 */
		border-radius: 10px; /* ボーダーの角を丸くする */
    }

    /* 都道府県リストのサイズ調整 */
    .japan_map .pref_list > div {
        font-size: 4vw; /* テキストのフォントサイズを調整 */
        padding: 2vw; /* パディングを調整 */
    }

    /* セクションタイトルのサイズ調整 */
    .list-content-title h2 {
        font-size: 4vw; /* テキストのフォントサイズを調整 */
        padding: 1vw 3vw; /* パディングを調整 */
    }

    /* テーブルのサイズ調整 */
    .table td, .table th {
        padding: 1vw; /* パディングを調整 */
    }

    .td--03 {
        width: 50%; /* 電話番号セルの幅を調整 */
    }
.td--01 {
    width: 30%; /* 幅を調整 */
}

.thanks-content-text {
		width: 82%;
		margin: 0 auto 50px;
		position: relative;
		z-index: 3;
	}

	.thanks-content-text p {
		font-size: 13px;
		line-height: 16px;
	}
	

	
}


 

/**ご応募・ご登録**/
@media screen and (max-width: 768px) {
.entry {
    width: 98%;
    margin: auto;
    padding: 40px 0;
}

.inquiry {
    width: 95%; 
    margin: 5% auto;
}

    .inquiry th,
    .inquiry td {
        width: 100%;
        display: block;
		margin: 0;
		font-size: 14px;
    }

    .inquiry select,
    .inquiry input[type="number"],
    .inquiry input[type="text"].content,
    #formbtn,
.contact-accept {
    width: 100%;
    font-size: 13px; /* フォントサイズを小さく調整 */
    margin-bottom: 3px; /* マージンを少し小さく調整 */
}

#formbtn {
    display: block;
    margin: 0 auto;
    padding: 15px 20px; /* パディングを適切なサイズに調整 */
    margin-top: 20px; /* 上部のマージンを調整 */
    width: 90%; /* 幅を画面幅の80%に設定 */
    max-width: 300px; /* 最大幅を設定 */
    background: #399F3DC4;
    color: #fff;
    font-size: 16px; /* フォントサイズを調整 */
    font-weight: bold;
    border-radius: 50px;
    border: none;
}

	.entry-img img {
        width: 70%;
        max-width: 200px; /* 画像の幅を調整 */
    }
	
	.thanks-img {
        width: 70%;
        max-width: 200px; /* 画像の幅を調整 */
    }
	
.inquiry input[type="number"] {
    width: 50%; 
}
	
	
}

@media only screen and (max-width: 600px) {
    .recruit-bottom {
        width: 90%; 
        margin: 5% auto; 
        padding: 5%; 
		font-size: 13px; 
    }
}

@media screen and(min-width:960px) {
.pc-none{
display: none;
}
}

@media screen and (max-width:959px){
body .recruit-area th,body .recruit-area td {
display: block !important;
width: 100% !important;
}

}



@media screen and (max-width: 959px) {
    .office-table td:last-child {
    border-bottom: solid 1px #ccc;
		width: 90%;
}

.office-table th,
.office-table td {
    border-bottom: none;
    display: block;
   
}

.office-link {
    margin-top: 8px;
}

.office-link ul {
    justify-content: center;
}

.office-table {
	width: 90%;
    margin: 10px auto;
}
	 .office-table1 td:last-child {
    border-bottom: solid 1px #ccc;
    width: 90%;
}

.office-table1 th,
.office-table1 td {
    border-bottom: none;
    display: block;
   
}



.office-table1{
	width: 90%;
	margin: 10px auto;
}


	
}




@media screen and (min-width: 960px) {
    .pc-none {
        display: none;
    }
}

.btn--recruit--a {
    box-shadow: 8px 8px 0 0 #d5d5d5;
    background: #3d914c;
    text-decoration: none;
    line-height: 0;
    width: 110px;
    height: 110px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    transition: all 0.2s ease
}

@media screen and (min-width: 959px) {
    .btn--recruit--a:hover {
        transform: scale(0.95)
    }
}

@media screen and (max-width: 959px) {
    .btns--sp--wrap {
        display: flex;
        justify-content: center;
    }

    #btn--recruit a {
        display: inline-block;
        background-color: #3d914c;
        box-shadow: 8px 8px 0 0 #d5d5d5;
        text-decoration: none;
        line-height: 0;
        width: 80.6666666667px;
        height: auto;
        vertical-align: middle;
        margin: 0 8px;
        border-radius: 50%;
        position: relative;
        z-index: 1;
        transition: all 0.2s ease;
    }
}

.recruit-sentence-area {
    text-align: center;
}

.recruit-sentence-area ul li {
    list-style: none;
}


.list-main-visual {
	background-image: url(https://recruitment.kodomo-plus.co.jp/wp-content/uploads/2024/03/募集教室一覧.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 100%;
	height: 27.08vw;
	position: relative;
	overflow: hidden;
	margin-bottom: 6.94vw;
}

.system-main-visual {
	background-image: url(https://recruitment.kodomo-plus.co.jp/wp-content/uploads/2024/03/研修制度-65fa9edd1fce1.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 100%;
	height: 27.08vw;
	position: relative;
	overflow: hidden;
	margin-bottom: 6.94vw;
}
	


/* 日本地図DOM */
.japan_map{
    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: 3px solid #333333;
    border-radius: 5px;
    background-color: #FFF;
    padding: 0.2em auto;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
}

/* ボタン配置（使用する日本地図画像により微調整） */
.japan_map .area_btn.area1{
    top: 30%;
    right: 0;
    width: 30%;
}
.japan_map .area_btn.area2{
    top: 73%;
    right: 30%;
    width: 13%;
}
.japan_map .area_btn.area3{
    top: 50%;
    right: 40%;
    width: 13%;
}
.japan_map .area_btn.area4{
    top: 65%;
    right: 50%;
    width: 13%;
}
.japan_map .area_btn.area5{
    top: 70%;
    left: 10%;
    width: 25%;
}
.japan_map .area_btn.area6{
    top: 85%;
    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;
}

@media screen and (max-width: 480px){
    /* スマホユーザー向けにボタン文字サイズを調整 */
    .japan_map .area_btn{
        font-size: 4vw;
    }
	
	.japan_map .area_btn.area1{
    width: 50%;
}
	.japan_map .area_btn.area2{
    width: 18%;
}
.japan_map .area_btn.area3{
     width: 18%;
}
.japan_map .area_btn.area4{
    width: 18%;
}
.japan_map .area_btn.area5{
    left: 0;
    width: 33%;
}
.japan_map .area_btn.area6{
    width: 33%;
}

.box26 {
    font-size: 12px;
}

.box26 .box-title {
    font-size: 14px;
}

}



.list-content {
	position: relative;
}

.list-content-title {
	text-align: center;
	margin-bottom: 4.16vw;
}

.list-content-title h2 {
	color: #FFAA2A;
	font-size: clamp(1.688rem, 0.872rem + 1.304vw, 2.438rem);
	display: inline-block;
	padding: 0.69vw 2.08vw;
	border-bottom: 5px solid #FFB300;
}

/* セクションの間隔 */
.tab-wrap {
    margin-bottom: 20px;
}

/* セクションタイトル */
.hd-h4 {
    font-size: 20px;
    margin-bottom: 10px;
}

/* テーブル全体 */
.table {
    width: 100%; /* テーブルの幅を80%に設定 */
    border-collapse: collapse; /* ボーダーを結合して表示 */
    margin: 0 auto 20px; /* テーブルを中央寄せにし、下部に20pxのマージンを追加 */
     margin-top: 20px; /* 上部の余白を追加 */
    margin-bottom: 60px; /* 下部の余白を追加 */
   background-color: #ffffff; 
}

.table td {
    background-color: #ffffff; /* セルの背景色を白に設定 */
}

/* テーブルのヘッダー */
.table th {
    text-align: left; /* テキストを左寄せにする */
}

/* 県の見出し */
.hd-h4 {
    text-align: left; /* テキストを左寄せにする */
    margin-bottom: 0; /* 下部のマージンを削除 */
    margin-top: 0; /* 上部のマージンを削除 */
}

/* 市の見出し */
.table th[colspan="3"] {
    text-align: center; /* テキストを中央寄せにする */
  background-color: #F7F8E8;
}


/* 住所ゾーン */
.table td:nth-child(2) {
    width: 50%; /* 住所セルの幅を50%に設定 */
}

/* 電話番号 */
.td--03 {
    width: 20%; /* 電話番号セルの幅を20%に設定 */
}

.tab-wrap .tab-ctt > h4 {
    text-align: left; /* テキストを左寄せにする */
    margin-bottom: 10px; /* 下部のマージンを追加 */
    margin-top: 0; /* 上部のマージンを削除 */
    display: inline-block; /* インラインブロック要素にする */
}

.table td a {
    color: black; /* テキストカラーを黒に設定 */
    text-decoration: underline;
}

/* リンクが含まれるテーブルセルのホバー時のテキストカラー */
.table td a:hover {
   color: #FFAA2A; 
}

/* スマホ表示用のスタイル */
@media screen and (max-width: 480px) {
    
    
    .list-content {
        width: 90%; /* コンテンツの幅を調整 */
        padding: 5px; /* パディングを追加 */
    }


    /* 都道府県リストのサイズ調整 */
    .japan_map .pref_list > div {
        font-size: 4vw; /* テキストのフォントサイズを調整 */
        padding: 2vw; /* パディングを調整 */
    }

    /* セクションタイトルのサイズ調整 */
    .list-content-title h2 {
        font-size: 4vw; /* テキストのフォントサイズを調整 */
        padding: 1vw 3vw; /* パディングを調整 */
    }

    /* テーブルのサイズ調整 */
    .table td, .table th {
        padding: 1vw; /* パディングを調整 */
    }

    .td--03 {
        width: 50%; /* 電話番号セルの幅を調整 */
    }
.td--01 {
    width: 30%; /* 幅を調整 */
	}
	
}

	
}

table thead {
    background-color: #F7F8E8; /* 好みの色に変更してください */
}

/*メニューをページ下部に固定*/
#sp-fixed-menu{
   position: fixed;
   width: 100%;
   bottom: 0px;
   font-size: 0;
   opacity: 0.9;
   z-index: 99;
}

/*メニューを横並びにする*/
#sp-fixed-menu ul{
   display: flex;
   list-style: none;
   padding:0;
   margin:0;
   width:100%;
}

#sp-fixed-menu li{
   justify-content: center;
   align-items: center;
   width: 50%;
   padding:0;
   margin:0;
   font-size: 14px;
   border-right: 1px solid #fff;
   font-weight:600;
}

/*左側メニューを緑色に*/
#sp-fixed-menu li:first-child{
   background: #399F3DC4;
}

/*左側メニューをオレンジ色に*/
#sp-fixed-menu li:last-child{
   background: #FFAA2A;
}

#sp-fixed-menu li a {
   color: #fff;
   text-align: center;
   display: block;
   width: 100%;
   height: 60px; 
   line-height: 60px; /* テキストを垂直方向に中央揃えにする */
}

@media (min-width: 768px) {
   .for-sp{
      display:none;
    }
	
}

.vkfs {
    max-width: 700px; /* 幅を調整する値に変更 */
    margin: 20px auto; /* 上下に20pxの余白を追加し、水平方向に中央揃え */
}




.contents-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0; /* 外側の余白を削除 */
    max-width: 1600px; /* 最大幅を設定 */
    margin: 0 auto; /* 中央寄せ */
	margin-bottom: 10%; /* 余白を少し減らす */
}

.contents-box {
    margin: 1rem; /* マージンを調整 */
    padding: 2.0rem; /* パディングを調整 */
    width: calc(50% - 2rem); /* ボックスの幅を計算 */
    border: 2px solid #FFAA2A;
    border-radius: 50px;
    background: #FFF;
}

 .contents-box img {
    display: block;
    margin: 0 auto; /* 画像を水平方向に中央寄せ */
    width: 100%;
    height: auto;
}

  .contents-box h2 {
    margin-bottom: 1.5rem; /* 余白を少し減らす */
    font-size: 23px; /* フォントサイズを調整 */
    text-align: center;
  }

  .contents-box a img {
    border: 1px solid #ccc; /* グレーの線を追加 */
  }

  .contents-box a:hover img {
    opacity: 0.8; /* ホバー時に画像の透明度を下げる */
  }

  .title-box {
    background-color: #FFE7BC;
    padding: 15px; /* 適切な余白を設定 */
    text-align: center;
    margin: 20px; /* 下の要素との間隔を設定 */
  }

  .title-box h2 {
    margin: 0; /* h2要素の余白をリセット */
  }

@media screen and (max-width: 768px) {
	.contents-wrap {
    padding: 10px; /* 外側の余白を追加 */
    margin: 0 auto 10px; /* 上下の余白を追加 */
  }
	
  .contents-box {
    width: calc(100% - 2rem); /* パディング分を含めずに幅を計算 */
    margin: 0.8rem auto; /* 上下の余白を増やして中央揃え */
    padding-bottom: 1.8rem; /* 下部のパディングを0.5remに設定 */
    padding-left: 0.8rem; /* 左部のパディングを0.5remに設定 */
    padding-right: 0.8rem; /* 右部のパディングを0.5remに設定 */
	border-radius: 30px;
}


  .contents-box img {
    width: 100%; 
  }

  .contents-box h2 {
    font-size: 1rem; /* フォントサイズをさらに小さくする */
  }

  .title-box {
    padding: 2px; /* パディングをさらに減らす */
	  margin: 5px; /* 下の要素との間隔を設定 */
  }

  .title-box h2 {
    font-size: 1.2rem; /* h2要素のフォントサイズをさらに小さくする */
  }
  
  .contents-box p {
    font-size: 0.8rem; /* フォントサイズをさらに小さくする */
  }
}

.main_post-content h3 {
  padding: 0.5em;
  margin: 30px 0; /* 上下に余白 */
  color: #494949;
  background: #fffaf4;
  border-left: solid 5px #ffaf58;
}

.main_post-content h2 {
  padding: 0.5em;
  background: #d5ead8;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.23);
  margin: 100px 0 30px; /* 上部100px、下部30pxの余白 */
}



@media screen and (max-width: 767px) {
  .main_post-content h2,
  .main_post-content h3 {
    font-size: 16px; /* h2 と h3 の文字サイズをさらに小さくする */
	margin-top: 18px; /* 上側の余白を設定 */
    margin-bottom: 5px; /* 下側の余白を調整 */
  }
	.main_post-content h2 {
		 margin-bottom: 16px;
	}
	.main_post-content img {
    margin-bottom: 20px; /* 下側の余白を調整 */
  }

/**よくある質問**/
	.faq-main-visual {
		height: 30vw;
	}
	
 .p-accordion__head {
    padding: 7px 15px; /* パディングを調整 */
    font-size: 0.8rem; /* フォントサイズを調整 */
  }
  
  .p-accordion__icon {
  width: 24px;
  flex-shrink: 0; /* Flexbox でアイコンのサイズが変化しないようにする */
  transition: transform 0.25s;
}

	.p-accordion__content {
  padding: 0 20px;
  overflow: hidden;
  opacity: 0.5;
  background-color: #F7F8E8;
  transition: padding 0.25s ease, opacity 0.3s ease 0s;
}

.p-accordion__main {
  font-size: 0.8rem; /* フォントサイズを調整 */
}
	
	.p-accordion-desc  {
  font-size: 0.8rem; /* フォントサイズを調整 */
}
	
}

.readmore {
   display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	margin: 20px auto;
	margin-bottom: 50px;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 2px solid ;
	color: #fff;
	border-radius: 100vh;
	transition: 0.5s;
	
	background: #399F3D;
}

.readmore:hover {
    color: #fff;
	background: #FFAA2A;
}

/*==================================================
スライダーのためのcss
===================================*/
.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
    width:94%;
    margin:0 auto;
}

.slider img {
    width:100vw;/*スライダー内の画像を60vwにしてレスポンシブ化*/
    height:auto;
}

.slider .slick-slide {
  transform: scale(0.8);/*左右の画像のサイズを80%に*/
  transition: all .5s;/*拡大や透過のアニメーションを0.5秒で行う*/
  opacity: 0.5;/*透過50%*/
}

.slider .slick-slide.slick-center{
  transform: scale(1);/*中央の画像のサイズだけ等倍に*/
  opacity: 1;/*透過なし*/
}


/* 矢印のスタイル */
.slick-prev, 
.slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    outline: none;
    border: none;
    background: rgba(0, 0, 0, 0.5); /* 半透明の背景 */
    color: white; /* 文字色 */
    font-size: 24px; /* 矢印の大きさ */
    width: 50px;
    height: 50px;
    border-radius: 50%;
    z-index: 9999; /* 他の要素より前面に */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 左矢印の位置 */
.slick-prev {
    left: 10px;
}

/* 右矢印の位置 */
.slick-next {
    right: 10px;
}

/* ホバー時の効果 */
.slick-prev:hover, 
.slick-next:hover {
    background: rgba(0, 0, 0, 0.8);
}
.urgent-mark {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: red;
    color: #fff;
    padding: 5px 10px;
    font-weight: bold;
    border-radius: 3px;
    z-index: 10;
}

/*ドットナビゲーションの設定*/

.slick-dots {
    text-align: center;
    margin: -20px 0 0 0; /* 上方向に20px移動 */
}

.slick-dots li {
    display:inline-block;
  margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:8px;/*ドットボタンのサイズ*/
    height:8px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#ccc;/*ドットボタンの色*/
}

.slick-dots .slick-active button{
    background:#333;/*ドットボタンの現在地表示の色*/
}

h2, p {
    padding: 0px;
	text-align: left;
}

.l-wrapper {
  margin: 3rem auto;
  width: 320px;
}

.card {
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, .16);
  color: #212121;
  text-decoration: none;
  padding-bottom: 10px;
}

.card__header {
  display: flex;

  flex-wrap: wrap;
}

.card__title {
  padding: 1rem 1rem 0;
  font-size: 1.25rem;
  order: 1;
  color: #494949;
}

.card__thumbnail {
  height:200px;
  overflow:hidden;
  margin: 0;
  order: 0;
}

.card__image {
  width: 100%;
}


.card__text {
  font-size: 1.0rem;
	margin: 0;
	text-align: center;
	padding: 10px;
}

.card__text + .card__text {
  margin-top: .5rem;
}

.card__text.-number {
  text-align: right;
}


.button {
  display: inline-block;
  text-decoration: none;
  transition: background-color .3s ease-in-out;
}

.button.-compact {
  padding: .5rem 1rem;
  border-radius: .25rem;
  background-color: #26a69a;
  color: #fff;
  font-weight: bold;
}

.button.-compact:hover,
.button.-compact:focus {
  background-color: #80cbc4;
}
.card-link {
  display: block;
}
.blogcard-site.internal-blogcard-site {
	align-items: flex-start;
}

.slider .slick-slide.slick-center {
    padding: 0;
}

h2, p {
	text-align: center;
}

.ttl_center6 {
    padding: 0.5em; /* 文字周りの余白 */
    color: #494949; /* 文字色 */
    background: #fffaf4; /* 背景色 */
    border-left: solid 20px #ffaf58; /* 左側に実線で20pxの太さ、色は#ffaf58 */
    width: 100%;
    margin: 10px auto;
    font-size: 1.5rem;
    font-weight: bold;
}

.btl_center6 {
    padding: 0.5em; /* 文字周りの余白 */
    color: #494949; /* 文字色 */
    background: #fffaf4; /* 背景色 */
    border-left: solid 20px #ffaf58; /* 左側に実線で20pxの太さ、色は#ffaf58 */
    width: 70%;
    margin: 10px auto;
    font-size: 1.5rem;
    font-weight: bold;
}

.ttl_center6 a {
    color: #000; /* リンクの通常時の文字色 */
    text-decoration: none; /* 下線を削除 */
}

.ttl_center6 a:hover {
    color: #FFB300; /* リンクのホバー時の文字色 */
}
@media (max-width: 768px) {
    .ttl_center6 {
        font-size: 1.0rem;
        padding: 0.4em;
    }
	
	.btl_center6 {
        font-size: 1.0rem;
        padding: 0.4em;
		width: 100%;
    }
	
	.card__title {
  font-size: 1.0rem;
}

.card__text {
  font-size: 0.8rem;
}

	
}
ul.config-error li:contains("(設定エラー)") {
    display: none;
}

article {
	background-color: #fff !important;
    border-radius: 10px !important;
	padding: 0.8rem;
	border: solid 1px #e6e6e6 !important;
}



/* カスタム検索フォームのスタイル */
#searchform {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #FFA304FC;
    border-radius: 5px;
    background-color: #f9f9f9;
	text-align:center;
}

#searchform label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
	text-align:left;
}

#searchform input[type="text"],
#searchform select {
    width: 90%;
    padding: 8px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

#searchform .form-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

#searchform .form-row > div {
    flex: 1;
    margin-right: 10px;
}

#searchform .form-row > div:last-child {
    margin-right: 0;
}

#searchform .form-row:nth-of-type(odd) {
    margin-top: 10px;
}

#searchform input[type="submit"] {
    padding: 10px 20px;
    background-color: #FFA304FC;
    border: none;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
    width: 300px; /* 横幅を調整 */
    display: block; /* ブロック要素として扱う */
    margin: 0 auto; /* 横方向のマージンを自動にして中央に配置 */
    text-align: center; /* テキストを中央揃え */
}

#searchform input[type="submit"]:hover {
    background-color: #399F3D;
}

/* 職種の行を目立たせるためのスタイル */
.job-title-row {
    font-weight: bold;
    background-color: #f0f8ff; /* 背景色を追加 */
    color: #003366; /* 文字色を追加 */
}



.custom-btn-wrap {
  display: flex;
  max-width: 635px;
  margin: 0 auto 20px;
  justify-content: space-between;
}

.custom-btn {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  line-height: 1.4;
  width: 49.5%;
  padding: 1.25rem 0;
}

.custom-btn--contact {
  color: #fff;
  background: #eb6100;
}

.custom-btn--details {
  color: #fff;
  background: #094;
}

.fa-position-right {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1rem;
}

.recruitc {
    background: #fff !important; /* 背景色を白に設定 */
    width: 50%; /* 幅を50%に設定 */
    margin: 0 auto 2.55vw !important; /* 上下のマージンは0、左右は自動で中央寄せ、下部マージンは2.55vw */
    border-radius: 30px !important; /* ボーダー半径を30pxで丸める */
    padding: 1.22vw 4.22vw !important; /* 縦のパディングを1.22vw、横のパディングを4.22vw */
    text-align: center; /* テキストを中央寄せ */
}

/* カード全体のスタイル */
.card-container {
    width: 100%;
    max-width: 800px; /* 最大幅を設定 */
    margin: 10px auto;
	background: #fff;
border-radius: 10px; /* 角を丸くする（10pxに設定） */
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex; /* フレックスボックスに変更 */
    align-items: center; /* 縦方向で中央揃え */
    gap: 20px; /* 画像とテキストの間にスペースを追加 */
}

/* 画像のスタイル */
.card-image-container {
    flex-shrink: 0; /* 画像が縮小しないようにする */
    width: 150px; /* 画像の幅を固定 */
    height: auto; /* 高さを自動調整 */
    border-radius: 10px; /* 画像に角丸を追加 */
}

.card-image {
    width: 100%; /* 画像の幅を親要素に合わせる */
    height: auto; /* 高さを自動調整 */
}

/* テキスト部分のスタイル */
.card-content {
    flex-grow: 1; /* テキスト部分が残りの幅を使用 */
}

/* 各項目のスタイル */
.card-item {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}

.card-item:last-child {
    border-bottom: none; /* 最後の項目にはボーダーを表示しない */
}

/* 項目のタイトルと内容のスタイル */
.card-item-title {
    font-weight: bold;
    width: 40%; /* タイトル部分の幅を固定 */
    text-align: left;
}

.card-item-content {
    width: 60%; /* 内容部分の幅を固定 */
    text-align: left;
    word-wrap: break-word; /* 長いテキストの折り返しを有効にする */
}

/* ボタンのスタイル */
.custom-btn-wrap {
    margin-top: 20px;
    text-align: center;
}

.custom-btn {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 5px;
    background-color: #0073e6;
    color: #fff;
    text-decoration: none;
    margin: 0 10px;
}

.custom-btn--contact {
    background-color: #28a745;
}

.custom-btn--details {
    background-color: #17a2b8;
}


.custom-heading {
  line-height: 60px;
  position: relative;
  height: 60px;
  margin: 2em auto 1em; /* 上下に2em、左右に自動で中央寄せ */
  padding: 0 2rem;
  text-align: center; /* テキストを中央寄せ */
  color: #000;
  background: #ffaa2a;
  width: 50%; /* 幅を50%に変更 */
  font-size: 1.5em; /* フォントサイズを調整 */
  font-weight: bold; /* フォントを太くする */
}

.custom-heading:before,
.custom-heading:after {
  position: absolute;
  top: 0;
  display: block;
  content: '';
  border: 30px solid #ffaa2a;
}

.custom-heading:before {
  left: -40px;
  border-left-width: 15px;
  border-left-color: transparent;
}

.custom-heading:after {
  right: -40px;
  border-right-width: 15px;
  border-right-color: transparent;
}

.custom-heading span {
  position: relative;
  display: block;
}
/*************
 スマホ向け調整
**************/
@media (max-width: 767px) {
    .card-container {
        flex-direction: column; /* スマホでは縦に並べる */
        max-width: 100%; /* 幅を画面いっぱいに調整 */
    }

    .card-item-title, .card-item-content {
        width: 100%; /* スマホでは幅を100%にする */
        text-align: left;
    }

	.custom-btn-wrap {
    text-align: center;
     display: flex;
		}
	
    .custom-btn {
        text-align: center;
		font-size: 0.8rem;
		padding: 0 10px;
    }
	.fa-position-right {
  display: none;
}
	
.recruitc {
    width: 95%; /* 幅を95%に設定 */
    padding: 5vw; /* パディングを設定 */
    margin: 20px auto!important;
    box-sizing: border-box; /* パディングを幅に含める */
    text-align: center; /* テキストを中央寄せ */
}
	
		.custom-heading {
    font-size: 1.0rem; /* フォントサイズを1.0remに設定 */
    width: 70%; /* 幅を70%に設定 */
    margin: 1em auto; /* 上下に1em、左右に自動で中央寄せ */
    padding: 0 1rem; /* 左右のパディングを1remに設定 */
  }
.card-item {
    font-size: 11px;
}
	.list1 {
  max-width: 90% !important; /* 最大幅を90%に設定 */
  font-size: 0.9rem; /* フォントサイズを0.9remに設定 */
}

.list1-title {
  font-size: 1.1em; /* タイトルのフォントサイズを1.1emに設定 */
}

.list1 ul li,
.list1 ol li {
  padding: 0.5em 0 0.5em 1.2em; /* パディングを調整 */
}

.list1 ul li:before,
.list1 ol li:before {
  left: 0.3em; /* アイコンの位置を調整 */
}	
}
/** メディアクエリここまで **/
.heading-container {
  text-align: center; /* 親要素で中央寄せ */
	margin: 30px;
}

.highlight-heading {
  color: #ffaa2a;
	padding: 0.75rem 2rem;
}

/* タブレットや中程度の画面用のスタイル */
@media (max-width: 1024px) {
  .list1 {
    max-width: 80%; /* 最大幅を80%に設定 */
  }

  .list1-title {
    font-size: 1.1em; /* タイトルのフォントサイズを調整 */
  }
}

@media screen and (max-width: 767px) {
    .image-container img {
        max-width: 250px;
        height: auto;
    }
}

.list1 {
  position: relative;
  border: solid 2px #3d914c; /* ボーダーの色を変更 */
  margin: 3em auto 1em auto; /* 上下のマージンを指定し、左右を自動で中央寄せ */
 max-width: 80%;/* 最大幅を90%に変更 */
}

.list1-title {
  font-size: 1.15em;
  background: #3d914c;
  padding: 4px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.list1 ul,.list6 ol {
  margin: 0;
  padding: 0 0.5em 0 0.5em;
  color: #3d914c;
  border: none;
  list-style-type: none;
}
.list1 ol{
  counter-reset: number;
}
.list1 ul li,.list6 ol li {
  line-height: 1.5;
  padding: 0.5em 0 0.5em 1.4em;
  border-bottom: dashed 1px #3d914c;
}
.list1 ul li:before {
  position: absolute;
  font-family: FontAwesome;
  content: "\f14a";
  left : 0.5em;
  color: #3d914c;
}
.list1 ol li:before {
  display: inline-block;
  position: absolute;
  font-family: "Quicksand", sans-serif;
  content: counter(number);
  counter-increment: number;
  left: 0.5em;
  width: 22px;
  height: 22px;
  border-radius: 20%;
  background: #3d914c;
  color: white;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  line-height: 22px;
}
.list1 ul li:last-of-type,.list6 ol li:last-of-type{
  border-bottom: none;
	}
}

/* ページネーションのスタイル */
.custom-pagination {
    text-align: center;
    margin: 20px 0;
}

.custom-pagination .page-numbers {
    display: inline-block;
    padding: 8px 12px;
    margin: 0 5px;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-decoration: none;
    color: #333;
    background-color: #f9f9f9;
}

.custom-pagination .page-numbers.current {
    background-color: #0073e6;
    color: #fff;
    border-color: #0073e6;
}

.custom-pagination .page-numbers.dots {
    display: none; /* 省略記号を非表示にする */
}

.custom-pagination .page-numbers.prev, 
.custom-pagination .page-numbers.next {
    display: none; /* 「前へ」と「次へ」のリンクを非表示にする */
}

a.prev.page-numbers {
    display: none;
}

.pnavi a.next {
    display: none !important;
}
/** 10/29追加 更新日の表示 **/
.post-day {
	margin-bottom: -4px!important;
}
.post-modified-day {
	text-align: right;
	font-size: 14px;
}
@media screen and (max-width: 767px) {
    .blogcard-favicon .blogcard-favicon-image  {
        margin-bottom: 0!important;
    }
	.blogcard-thumb-image {
		margin-bottom: 0!important;
	}
}