h2 {
	font-family: "Zen Maru Gothic", sans-serif;
}

h3 {
	font-family: "Zen Maru Gothic", sans-serif;
}

h4 {
	font-family: "Zen Maru Gothic", sans-serif;
}

p {
    font-family: "Zen Maru Gothic", sans-serif;
    color: #555;
    margin-bottom: 0;
    font-weight: 500;
}

a {
	font-family: "Zen Maru Gothic", sans-serif;
}

li {
	font-family: "Zen Maru Gothic", sans-serif;
}

span {
	font-family: "Zen Maru Gothic", sans-serif;
}

.hlBox {
    text-align: center;
    display: block;
    max-width: 400px;
    margin: auto;
}

span.hlEng {
    font-family: "Fredoka", sans-serif;
    font-size: 2rem;
    font-weight: 500;
}

.gradient-text01 {
    background: linear-gradient(135deg, #7ac0a9, #bae8ca, #a0d29a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

/*
.gradient-text02 {
    background: linear-gradient(135deg, #efffe5, #62a178, #e1ead6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
*/

h2.h2type01 {
    font-weight: 600;
    font-size: 3.5rem;
    margin-bottom: 20px;
    line-height: 1.5;
    color: #5c7770 !important;
}

.width1100 {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}

.width800 {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}






.slider {
  position: relative;
  overflow: hidden;
  padding-bottom: 200px;
  background-color: #fffbf1;
}

.scroll-slider {
  overflow: hidden;
  width: 100%;
}

.scroll-track {
  display: flex;
  animation: scroll-left 20s linear infinite;
  position: absolute;
  bottom: 0;
  width: calc(100% * 2); /* 12枚分 */
}

.scroll-slide {
    flex: 0 0 8.3333%;
}

.scroll-slide img {
    display: block;
    width: 75%;
    height: auto;
    object-fit: cover;
}

.scroll-slide:nth-of-type(2n) img {
  margin-top: 125px; /* お好みで */
}

/* アニメーション */
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}



/* accordion */

.plus {
    display: inline-block;
    vertical-align: .3em;
    color: #ffbf72;
    line-height: 1;
    width: 1em;
    height: 3px;
    background: currentColor;
    border-radius: .1em;
    position: relative;
}

.plus::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.plus.active:before {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

p.faq-a {
    display: none;
}

.faq-q {
    margin-bottom: 0;
    padding: 5px 5px 5px 40px;
    border-bottom: 1px solid #e2e9e5;
    background-image: url(/wp-content/uploads/2025/07/faq-q.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 10px 50%;
}

.faq-a {
    margin-bottom: 0;
    padding: 5px 5px 5px 40px;
    border-bottom: 1px solid #e2e9e5;
    background-image: url(/wp-content/uploads/2025/07/faq-a.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 10px 50%;
}

ul.com-faq01-list li:last-of-type .faq-q {
    border-bottom: none;
}

ul.com-faq01-list li:last-of-type .faq-a {
    border-top: 2px dashed #cdc4b7;
}

ul.com-faq01-list li:last-of-type .faq-a {
    border-bottom: none;
}




/* ==========================================================
 * ヘッダー
 * ========================================================== */

.header-box01 .logo {
    max-width: 20%;
    width: 100%;
}

.header-sub-box.header-sub-box01 {
    width: 80%;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.header-menu {
    background-color: transparent;
}

.header-menu > li a {
    padding: 0 20px;
}

.header-content02 {
    background-color: #fffbf1cc;
    position: fixed;
    top: 75px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    width: 90%;
    max-width: 1900px;
    border-radius: 9999px;
    padding: 20px 0 0;
}

.header-menu {
    justify-content: end;
}

.g-sub-nav02 .g-sub-nav-list.flex {
    margin-bottom: 0;
}

.header-box01 .header-box-inner01.flex {
    width: 95%;
    max-width: 95%;
}

.header-box01 {
    margin-bottom: 15px;
}

.header-menu > li a {
    color: #50baa1;
    border-right: #aabfb3 3px dotted;
}

.g-sub-nav02 .g-sub-nav-list.flex a {
  border: solid 2px #e5dc68;
  background-color: #e5dc68;
  color: #fefefe;
  transition: 0.3s;
  font-weight: 600;
}

.g-sub-nav02 .g-sub-nav-list.flex a:hover {
  color: #e5dc68;
  background-color: #fefefe;
}

#hamburger {
    background-color: #fefefe;
    border-radius: 0 0 0 10px;
}

#hamburger span {
    background-color: #50baa1;
}

.mobile-logo {
    background-color: #fefefe;
    padding: 10px 0;
}

.mobile-logo img {
    max-width: 200px;
    margin: 0 auto;
}

#mobile-nav {
    background-color: #89d2c0;
}

.mobile-nav-wrap .mobile-menu-list > li > a {
    color: #555;
    border-top: 1px dashed #e2e9e5;
}

.mobile-sub-nav li a {
    background-color: #fff;
    color: #555;
    background-color: #fffbf1;
    font-size: 1.4rem;
}

.mobile-nav-wrap .mobile-menu-list {
    background-color: #fffbf1;
}

.moblie-menu-head {
    width: 80%;
    text-align: center;
    font-weight: 700;
    color: #fefefe;
    margin: 0 auto;
    padding: 5px 10px;
    border-radius: 20px;
    margin: 15px auto 15px;
}



/* ==========================================================
 * お知らせ
 * ========================================================== */

section#news {
    padding-top: 0;
    background-color: #fffbf1;
    background-image: url(/wp-content/uploads/2025/06/bg01-1.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50% 101%;
}

.newsBox {
    border-radius: 20px;
    padding: 25px 40px;
    background-color: #fefefedd;
}

.newsBox time {
    font-family: "Fredoka", sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    color: #50baa1;
}

h3.newsTitle {
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 600;
    color: #555;
}

.newsTitleBox {
    padding-bottom: 5px;
    border-bottom: 2px solid #fffbf1;
    margin-bottom: 5px;
}

.newsTitleBox {
    padding-bottom: 5px;
    border-bottom: 2px solid #e2e9e5;
    margin-bottom: 5px;
}

.newsTitleBox span {
    color: #3c8d78;
    font-size: 1.8rem;
    font-weight: 900;
}

a.codmonLink {
    display: block;
    max-width: 500px;
    margin: 50px auto;
}

.introBox {
    justify-content: space-around;
    gap: 30px;
}

h3.h3type01.h3clGR {
    background-image: url(/wp-content/uploads/2025/06/hl04.png);
    background-size: 20px;
    background-repeat: no-repeat;
    padding-left: 30px;
    background-position: 0 50%;
    font-size: 1.8rem;
    font-weight: 600;
    color: #909e90;
}

h3.h3type01.h3clOR {
    background-image: url(/wp-content/uploads/2025/06/hl03.png);
    background-size: 20px;
    background-repeat: no-repeat;
    padding-left: 30px;
    background-position: 0 50%;
    font-size: 1.8rem;
    font-weight: 600;
    color: #b6aa9b;
}

h3.h3type01.h3clBL {
    background-image: url(/wp-content/uploads/2025/06/hl02.png);
    background-size: 20px;
    background-repeat: no-repeat;
    padding-left: 30px;
    background-position: 0 50%;
    font-size: 1.8rem;
    font-weight: 600;
    color: #a5c0c6;
}


.txtBox01 {
    width: 45%;
    background-color: #fefefedd;
    padding: 15px 25px;
    border-radius: 25px;
}







/* ==========================================================
 * 各園紹介
 * ========================================================== */

section#our-schools {
    background-color: #d7e7b0;
}

a.schoolItems {
    width: 25%;
}

a.schoolItems img {
    border-radius: 20px;
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

.schoolBox.flex {
    gap: 30px 5px;
    justify-content: space-evenly;
}

h3.h3type02 {
    background-color: #fefefe;
    margin-top: 10px;
    padding: 5px 20px;
    text-align: center;
    border-radius: 999px;
    color: #50baa1;
    font-weight: 600;
}

span.hlEng.gradient-text03 {
    color: #fefefe;
    text-shadow: 1px 2px #55555550;
}

a.recLink {
    font-size: 2.5rem;
    font-weight: 700;
    max-width: 400px;
    padding: 10px;
    background-color: #ffbf72;
    margin: 75px auto 0;
    display: block;
    text-align: center;
    border-radius: 30px;
    color: #fefefe;
}

h3.h3type03 {
    text-align: center;
    font-size: 2.3rem;
    font-weight: 800;
    color: #e5dc68;
    border-bottom: 4px dotted #e2e9e5;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.kagaiBox {
    background-color: #fefefedd;
    padding: 25px 45px;
    border-radius: 20px;
    margin-top: 50px;
}

h3.h3type05 {
    text-align: center;
    font-size: 2.3rem;
    font-weight: 800;
    color: #50baa1;
    border-bottom: 4px dotted #e2e9e5;
    padding: 0 0 10px;
    margin: 0 auto 20px;
    max-width: 400px;
}

.schoolFrame {
    background-color: #fefefe;
    border-radius: 20px;
    padding: 25px 20px 35px;
    margin-bottom: 50px;
}

section#our-schools .width1400 .schoolFrame:last-of-type {
    margin-bottom: 0;
}

section#our-schools .width1400 .schoolFrame .schoolItems h3.h3type02 {
    color: #fefefe;
    background-color: #50baa1;
}

section#our-schools .width1400 .schoolFrame:nth-of-type(2) h3.h3type05 {
    color: #e5dc68;
}

section#our-schools .width1400 .schoolFrame:nth-of-type(2) .schoolItems h3.h3type02 {
    color: #fefefe;
    background-color: #e5dc68;
}







/* ==========================================================
 * 採用情報はこちら
 * ========================================================== */

section#to-recruitPage {
    background-image: url(/wp-content/uploads/2025/06/bg02-02.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50% 1%;
    background-color: #fffbf1;
}






/* ==========================================================
 * 課外教室
 * ========================================================== */

section#extra-classes {
    background-image: url(/wp-content/uploads/2025/06/bg02-02.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50% -1%;
    background-color: #fffbf1;
    padding-bottom: 0;
    padding-top: 150px;
}



/* ==========================================================
 * 運営情報
 * ========================================================== */

section#company-overview {
    background-color: #fffbf1;
    background-image: url(/wp-content/uploads/2025/06/bg04.png), url(/wp-content/uploads/2025/07/bg06.png);
    background-size: 100%;
    background-repeat: no-repeat, repeat-y;
    background-position: 50% 100.1%, 50% 0%;
    padding-bottom: 150px;
}

.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%; /* 比率を4:3に固定 */
}
 
.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.ovItems {
    width: 45%;
}

table.tablepress {
    border: none;
}

.tablepress tbody td.column-1 {
    background-color: transparent;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #50baa1;
}

.tablepress tbody td.column-2 {
    background-color: transparent;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #555;
    font-weight: 500;
}

.ovItems h3.h3type03 {
    max-width: 400px;
    margin: 0 auto 20px;
}

a.dcItems {
    background-color: #e5dc68;
    padding: 5px 20px 5px 40px;
    background-image: url(/wp-content/uploads/2025/06/file-pdf-solid.png);
    background-position: 15px 50%;
    background-size: 15px;
    background-repeat: no-repeat;
    border-radius: 15px;
    width: 31%;
    color: #fefefe;
    font-weight: 600;
}

.documentsBox a.dcItems:nth-of-type(2n) {
    background-color: #50baa1;
}

.documentsBox.flex {
    justify-content: space-around;
    gap: 25px 5px;
    margin: 50px auto;
}

h3.h3type03.dltitle {
    max-width: 500px;
    margin: 50px auto 20px;
}




/* ==========================================================
 * その他情報
 * ========================================================== */

section#certified {
    background-color: #dbf5e3;
    background-image: url(/wp-content/uploads/2025/07/bg05.png), url(/wp-content/uploads/2025/07/bg07.png);
    background-size: 100%;
    background-repeat: no-repeat, repeat-y;
    background-position: 50% 100.1%, 0 0;
    padding-bottom: 150px;
}

a.infoItems {
    width: 15%;
    background-color: #fff;
    padding: 15px;
    border-radius: 15px;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
}

a.infoItems img {
    margin: auto;
}

.infoBox.flex {
    justify-content: center;
    gap: 30px 5%;
    margin: 50px 0;
}



/* ==========================================================
 * お問い合わせ
 * ========================================================== */

section#contact-page {
    padding-top: 0;
    padding-bottom: 50px;
    background-color: #dbf5e3;
    background-image: url(/wp-content/uploads/2025/07/bg05.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50% 100.1%;
    padding-bottom: 150px;
}

.contact-form01 tbody {
    border: none;
}

.contact-form01 th {
    background-color: transparent;
    border-bottom: 1px solid #e2e9e5;
    color: #50baa1;
    font-family: "Zen Maru Gothic", sans-serif;
}

.contact-form01 td {
    border-bottom: 1px solid #e2e9e5;
}

.required {
    padding: 3px 13px;
    color: #fefefe;
    background-color: #e5dc68;
    border-radius: 15px;
}

.wpcf7-list-item-label {
    color: #555;
    font-weight: 500;
}

input[type="text"], textarea, input[type="email"], input[type="tel"] {
    color: #1a1a1a !important;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    border-radius: 20px;
}

input[type="radio"]:checked:before {
    background: #50baa1;
}

input[type="checkbox"]:checked {
    background: #50baa1;
}

input[type="submit"]:hover, input[type="button"]:hover {
    color: #ffc089;
    background: #fefefe;
}

input[type="submit"], input[type="button"] {
    background: #ffc089;
    color: #fefefe;
    font-weight: 700;
    border: 1px solid #ffc089;
    font-family: 'Zen Maru Gothic';
    border-radius: 15px;
}

.privacy-check a {
    color: #ffc089;
    font-weight: 700;
}



/* ==========================================================
 * お問い合わせ帯
 * ========================================================== */

.contact-band {
    padding: 60px 0 0;
    background-color: #89d2c0;
}

.home .contact-band h2.h2type01 {
    color: #fefefe !important;
    text-shadow: 1px 2px #55555550;
}

.cf-cb-txt {
    text-align: center;
    margin-bottom: 30px;
    color: #fefefe;
}

.btn01 .btn-arrow {
  fill: #fefefe;
}

.btn01 {
    border: 1px solid #ffc089;
    background-color: #ffc089;
}

.btn {
    color: #fefefe;
    padding: 10px 20px;
    font-size: 1.6rem;
    max-width: 300px;
    width: 100%;
    font-weight: 700;
    border-radius: 15px;
    margin: 0 auto;
    position: relative;
}

.btn01:hover {
	color: #ffc089;
	background-color: #fefefe;
}

.btn01:hover .btn-arrow {
	fill: #ffc089;
}

.contact-band-tel-box {
    margin: 10px 2%;
    width: 21%;
    background-color: #fefefe;
    padding: 15px;
    border-radius: 25px;
}

.contact-band-tel-block.flex {
    max-width: 1400px;
    margin: 50px auto 0;
}

.cf-tel-number {
    color: #555;
    margin-top: 5px;
    font-family: "Fredoka", sans-serif;
    font-weight: 400;
	font-size: 2rem;
}





/* ==========================================================
 * 各園紹介ページ
 * ========================================================== */

section#shcool-header {
    width: 100%;
    height: 600px;
    position: relative;
}

.schoolsubheadContent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-90%, -30%);
    padding-left: 30px;
    padding-bottom: 15px;
    padding-right: 30px;
    border-left: 5px solid #fefefe;
    background-color: #fefefe66;
}

.schoolsubheadContent h2 {
    font-size: 4rem;
    font-weight: 600;
    color: #57bda3;
    text-shadow: 0 0 8px #fefefe,0 0 8px #fefefe,0 0 8px #fefefe,0 0 8px #fefefe,0 0 8px #fefefe,0 0 8px #fefefe;
}

.schoolsubheadContent span {
    font-size: 2rem;
    font-weight: 600;
    font-family: "Fredoka", sans-serif;
    "Fredoka", font-family: sans-serif;
    color: #5c7770;
    text-shadow: 0 0 8px #fefefe, 0 0 8px #fefefe, 0 0 8px #fefefe, 0 0 8px #fefefe, 0 0 8px #fefefe, 0 0 8px #fefefe;
}

.single-school-post {
    background-color: #fffbf1;
    background-image: url(/wp-content/uploads/2025/07/bg06.png);
    background-repeat: repeat-y;
    background-size: 100%;
}



.news-list01 li {
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e2e9e5;
}

.news-list01 li .news-cat a:hover {
    color: #ffbf72;
    background-color: #fefefe;
}

.news-list01 li .news-cat a {
    background-color: #ffbf72;
    border: 1px solid #ffbf72;
}

.news-list01 li .date {
    margin-right: 10px;
    line-height: 1em;
    font-family: "Fredoka", sans-serif;
    font-weight: 500;
    color: #555;
}

p.news-txt a {
    font-weight: 600;
    color: #555;
}

.sbi_inner_wrap {
    border-radius: 20px;
}

h4.h4type01 {
    background-color: #e5dc68;
    padding: 3px 15px;
    color: #fefefe;
    font-weight: 700;
    border-radius: 10px;
    margin-bottom: 10px;
}

.infocontentBox {
    margin-top: 20px;
}

.sinfoContent .infocontentBox:first-of-type {
    margin-top: 0;
}

.sinfoBox.flex {
    margin-bottom: 50px;
    align-items: center;
}

section#school-information .schoolTourBox:last-of-type {
    margin-bottom: 0;
}

.sinfoImg {
    width: 48%;
}

.sinfoImg img {
    border-radius: 25px;
}

section#school-information .schoolTourBox:nth-of-type(2n) .sinfoBox.flex {
    flex-direction: row-reverse;
}

.sinfoContent {
    width: 48%;
}

.sinfoImg img {
    border-radius: 25px;
}

.messImg img {
    width: 100%;
    max-width: 600px;
    border-radius: 20px;
    margin: 0 auto 30px;
}

.messTxt {
        background-color: #fefefedd;
    padding: 25px 45px;
    border-radius: 20px;
    margin-top: 50px;
}

.tab-panel-a .tab.is-active, .tab-panel-a .tab:hover {
    background-color: #ffbf72;
    color: #fefefe;
}

.tab-panel-a .tab {
    color: #ffbf72;
    background-color: #ffeed9;
}

.dailyTxt {
    width: 45%;
}

.dailyImg {
    width: 45%;
}

.dailyImg img {
    width: 100%;
    height: 100%;
    aspect-ratio: 5 / 3;
    border-radius: 25px;
}

h4.h4type02 {
    background-color: #e5dc68;
    padding: 0px 15px 0px 40px;
    color: #fefefe;
    font-weight: 700;
    border-radius: 10px;
    margin-bottom: 10px;
    font-size: 2rem;
}

.dailyBox .dailyItems.flex {
    margin-bottom: 40px;
}

.dailyBox .dailyItems.flex:nth-of-type(2n) {
    flex-direction: row-reverse;
}

.dailyBox {
    position: relative;
}

.dailyBox .timeline {
    width: 40px;
    margin: 50px auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: radial-gradient(#e2e9e5 30%, transparent 30%);
    background-size: 10px 10px;
    background-repeat: no-repeat space;
    background-position: center;
}

.timeline .sun {
    max-width: 40px;
    margin: 0 auto;
    position: absolute;
    width: 50px;
    left: 0;
    right: 0;
    top: -50px;
}

.timeline .sun svg {
    width: 100%;
    fill: #ff8279;
}

.timeline .moon {
    max-width: 40px;
    margin: 0 auto;
    position: absolute;
    width: 50px;
    left: 0;
    right: 0;
    bottom: -50px;
    margin: 0 auto;
}

.timeline .moon svg {
    width: 100%;
    fill: #f5e8a2;
}

.annualTxt {
    width: 48%;
}

.annualImg {
    width: 48%;
}

.annualImg img {
    width: 100%;
    height: 100%;
    aspect-ratio: 5/3;
    border-radius: 25px;
}

.annualItems.flex {
    margin-bottom: 40px;
}

.annualBox .annualItems:nth-of-type(2n) {
    flex-direction: row-reverse;
}

.contentTxt {
    background-color: #fefefedd;
    padding: 25px 45px;
    border-radius: 20px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.tableBox dl {
    width: 100%;
}

.tableBox dl div {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.tableBox dl div dt {
    width: 25%;
    display: block;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #50baa1;
    padding: 15px;
    font-weight: 600;
    border-bottom: 1px solid #e2e9e5;
}

.tableBox dl div dd {
    width: 75%;
    display: block;
    font-family: "Zen Maru Gothic", sans-serif;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #555;
    padding: 15px;
    font-weight: 500;
    border-bottom: 1px solid #e2e9e5;
}

.tableBox dl div:last-of-type dt,
.tableBox dl div:last-of-type dd {
    border: none;
}

.avaBox {
    background-color: #fefefedd;
    padding: 25px 45px;
    border-radius: 20px;
    margin-top: 50px;
    margin-bottom: 50px;
}





.ovItems dl {
    width: 100%;
}

.ovItems dl div {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.ovItems dl div dt {
    width: 25%;
    display: block;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #50baa1;
    padding: 15px;
    font-weight: 600;
    border-bottom: 1px solid #e2e9e5;
}

.ovItems dl div dd {
    width: 75%;
    display: block;
    font-family: "Zen Maru Gothic", sans-serif;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #555;
    padding: 15px;
    font-weight: 500;
    border-bottom: 1px solid #e2e9e5;
}

.ovItems dl div:last-of-type dt,
.ovItems dl div:last-of-type dd {
    border: none;
}

.sub-header-txt {
    background-color: #fefefe66;
    font-size: 3.5rem;
    font-weight: 600;
    color: #57bda3;
    text-shadow: 0 0 8px #fefefe, 0 0 8px #fefefe, 0 0 8px #fefefe, 0 0 8px #fefefe, 0 0 8px #fefefe, 0 0 8px #fefefe;
    font-family: 'Zen Maru Gothic';
    border-left: 5px solid #fefefe;
}









/* ==========================================================
 * 採用情報
 * ========================================================== */

.page-id-939 {
    background-color: #fffbf1;
    background-image: url(/wp-content/uploads/2025/07/bg06.png);
    background-repeat: repeat-y;
    background-size: 100%;
}

.messageBox {
    border-radius: 20px;
    padding: 25px 40px;
    background-color: #fefefedd;
}

.ivItems {
    width: 30%;
    height: 100%;
    border-radius: 50px;
}

.ivImgBox {
    width: 18vw;
    height: 25vw;
    border-radius: 30px;
    background-size: cover;
    background-position: center;
    position: relative;
    margin: auto;
}

.ivnameBox {
    background-color: #fffbf1;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px 15px 0 15px;
    width: 60%;
    height: 120px;
    border-radius: 0 15px 0 0;
}

.ivnameBox span {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    color: #555;
    display: block;
    margin-bottom: 5px;
}

span.shozokuen {
    font-size: 1.2rem;
    font-weight: 900;
    color: #99cdc1;
}

span.yakusyoku {
    color: #50baa1;
    font-weight: 800;
    font-size: 1.5rem;
    padding-left: 5px;
}

span.name {
    font-size: 1.8rem;
    font-weight: 800;
    padding-left: 10px;
    padding-top: 10px;
}

span.yomi {
    font-family: "Fredoka", sans-serif;
    font-size: 1.2rem;
    font-weight: 900;
    padding-left: 40px;
    color: #777;
}

.faqBox {
    margin-top: 10px;
}

.featItems {
    width: 30%;
    background-color: #fefefedd;
    border-radius: 20px;
    padding: 20px 25px;
}

.featureBox.flex {
    gap: 50px 5px;
    justify-content: space-around;
}

.recruit-feed01 > li {
    background-color: #fefefe;
    border-radius: 20px;
}

.recruit-feed01 .recruit-img img {
    border-radius: 15px;
}

.recruit-feed01 .time-cat time {
    margin-right: 10px;
    font-family: "Fredoka", sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    color: #50baa1;
}

.featItems {
    width: 30%;
    background-color: #fefefedd;
    border-radius: 20px;
    padding: 20px 25px;
}

.featureBox.flex {
    gap: 50px 5px;
    justify-content: space-around;
}

.time-cat.flex span {
    font-weight: 600;
    color: #555;
}

.recruit-feed01 h3 {
    padding-bottom: 15px;
    margin-bottom: 25px;
    border-bottom: 3px solid #e2e9e5;
    font-weight: 700;
    color: #50baa1;
}

.recruit-feed01 .recruit-sub.flex span {
    color: #fefefe;
    background-color: #ffbf72;
    padding: 2px 10px;
    border-radius: 5px;
    font-weight: 700;
    margin-right: 5px;
    font-size: 1.4rem;
}

.recruit-feed01 .recruit-sub.flex li {
    font-weight: 500;
    color: #555;
}

.featItems img {
    width: 60%;
    margin: 15px auto;
}

.featItems h3.h3type03 {
    font-size: 1.7rem;
}






/* ==========================================================
 * アーカイブ
 * ========================================================== */

.archive-info-cat a {
    background-color: #ffbf72;
    color: #fefefe;
    border: 1px solid #ffbf72;
}

.archive-time-cat time {
    font-size: 1.8rem;
    margin-right: 10px;
    line-height: 1em;
    font-family: "Fredoka", sans-serif;
    font-weight: 500;
    color: #555;
}

.archive-info-title a {
    font-size: 2rem;
    letter-spacing: 0;
    color: #555;
    font-weight: 500;
}

.sidebar h3 {
    color: #fefefe;
	background-color: #57bda3;
    font-weight: 700;
    border-radius: 10px;
}

.side-box li a:hover, .widget_archive li a:hover {
    color: #888;
}

.side-box li a, .widget_archive li a {
    font-size: 1.6rem;
    color: #555;
    font-weight: 500;
}

.side-box li, .widget_archive li {
    padding: 10px 0;
    border-bottom: 1px solid #e2e9e5;
}

.archive-info-title a:hover {
    color: #888;
}

#breadcrumbs ul li a, #breadcrumbs ul li {
    font-size: 1.4rem;
    color: #555;
    font-weight: 500;
}




/* ==========================================================
 * シングル
 * ========================================================== */

.single-info-date-cat time {
    margin-right: 10px;
    font-family: "Fredoka", sans-serif;
    font-weight: 500;
    color: #555;
}

.single-info-date-cat span a {
    display: block;
    background-color: #ffbf72;
    color: #fefefe;
    font-weight: 700;
    font-size: 1.2rem;
    margin-right: 10px;
    padding: 5px 8px;
    border-radius: 5px;
    border: 1px solid #ffbf72;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    line-height: 1em;
}

.single-info-date-cat span a:hover {
  background-color: #fefefe;
  color: #ffbf72;
}

.single-info-title {
    color: #57bda3;
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: 'Zen Maru Gothic';
}

.single-info-article h2 {
    font-size: 22px;
    padding: 10px 15px;
    color: #57bda3;
    font-weight: 700;
    background: #e1f6f0;
    border-left: solid 5px #57bda3;
    margin-bottom: 20px;
}

.single-info-article h3 {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: #57bda3;
    font-weight: 700;
    border-bottom: solid 2px #57bda3;
}

.page-nav div span {
    font-size: 1.4rem;
    width: calc(100% - 115px);
    line-height: 1.75em;
    color: #57bda3;
    font-weight: 700;
}

.page-nav div img {
    max-width: 100px;
    height: 100px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 15px;
}

.page-nav > div {
    border-radius: 20px;
}










/* ==========================================================
 * フッター
 * ========================================================== */

.footer {
    background-color: #89d2c0;
    padding: 50px 0 0;
}

.footer-nav.flex {
    width: 98%;
    margin: 25px auto;
}

.footer-menu-title {
    background-color: #fffbf1;
    color: #50baa1;
    font-weight: 600;
    padding: 2px 20px;
    border-radius: 20px;
    text-align: center;
    font-size: 2rem;
    font-family: "Fredoka", sans-serif;
    letter-spacing: .3rem;
}

.footer-menu > li > a {
    font-weight: 600;
}







/* ==========================================================
 * ポップアップ
 * ========================================================== */

#popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(254, 254, 254, 0.55);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.newspopup {
    background: #fefefe;
    padding: 35px 25px 25px;
    width: 95%;
    max-width: 800px;
    border-radius: 10px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    position: relative;
}

#close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
}

time.newsTime {
    font-family: "Fredoka", sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    color: #50baa1;
    padding-right: 10px;
}

.ovBox.flex {
    margin-bottom: 25px;
}

#tablepress-8.tablepress tbody td.column-1,
#tablepress-9.tablepress tbody td.column-1 {
    color: #e5dc68;
}

.kagaiImg img {
    width: 100%;
    /*height: 100%;*/
    object-fit: cover;
    aspect-ratio: 16 / 10;
    border-radius: 20px;
}

section#extra-classes a.recLink {
    margin-bottom: 0;
	margin-top: 25px;
}



h3.h3type06 {
    text-align: center;
    font-size: 2.3rem;
    font-weight: 800;
    color: #e5dc68;
    border-bottom: 4px dotted #e2e9e5;
    padding: 0 0 10px;
    margin: 0 auto 20px;
    max-width: 400px;
}

h4.h4type04 {
    padding: 3px 15px;
    background-color: #50baa1;
    color: #fefefe;
    border-radius: 999px;
    text-align: center;
    font-weight: 700;
    max-width: 300px;
    margin: 0 auto 15px;
}

h4.h4type05 {
    padding: 3px 15px;
    background-color: #e5dc68;
    color: #fefefe;
    border-radius: 999px;
    text-align: center;
    font-weight: 700;
    max-width: 300px;
    margin: 0 auto 15px;
}
p.hoiku01 {
    font-size: 20px;
    color: #8be58c;
	text-align: center;
	    font-weight: bold;
}
p.hoiku02 {
    font-size: 20px;
    color: #ffc884;
	text-align: center;
	    font-weight: bold;

}

p.hoiku03 {
    font-size: 20px;
    color: #9ee0f0;
	text-align: center;
	    font-weight: bold;

}


.ivBox.flex {
    gap: 30px 0;
}

/*2025-0916 追加*/
.header-menu .sub-menu a {
    background-color: #50baa1;
}

.mobile-nav-wrap .mobile-menu-list .sub-menu li a {
    background-color: #50baa1;
}

/*2025-0916　追加*/
.wpcf7-form-control.wpcf7-select {
    background-color: #f3f3f3;
    border-radius: 5px;
    font-size: 1.4rem;
    padding: 10px 15px;
    width: 100%;
    color: #1a1a1a;
    border-radius: 20px;
}

@media (max-width: 768px) {
  .wpcf7-form-control-wrap[data-name="radio-609"] .wpcf7-list-item {
      display: block;   /* デフォルトに戻す */
      margin: 0;
  }
}

/*2025-0917　追加*/
.ovBox.flex .ovItems:last-child {
  margin-left: auto;
  margin-right: auto;
}

/*2025-1003　追加*/
.home .youtube,  .single-school-post .youtube {
    aspect-ratio: 1 / 2;
    width: 60%;
	margin: 0 auto;
}
section.school-info-section {
    padding-bottom: 0;
}
.page-id-939 .youtube {
    aspect-ratio: 16 / 9;
    margin: 0 auto 10em;
}
.youtube iframe {
	width: 100%;
	height: 100%;
	border-radius: 30px;
}
.vimeo-wrap iframe {
    aspect-ratio: 9 / 16;
}
@media (max-width: 820px) {
.youtube {
	margin: 0 auto 4em;
}
.home .youtube,  .single-school-post .youtube {
    width: 100%;
}
.vimeo-wrap {
width: 95%;
    max-width: 350px;
    margin: 0 auto;
}
.vimeo-wrap:first-child {
    margin-bottom: 2em;
}
.kagaiImg {
	width: 80%;
	margin: 0 auto 2em;
}
}
