/* ==========================================
 * 各所設定
 * ========================================== */

:root {
    --txt-Color: #665f5b;
    --base: #fff9e7;
    --main: #7dc6ff;
}

body.home {
    background-color: #ffffe9;
}

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

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

.width600 {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}


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

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

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

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

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

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

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

.youtube {
	width: 100%;
	max-width: 800px;
	aspect-ratio: 16 / 9;
	margin: 0 auto 30px;
	position: relative;
}

.youtube iframe {
    width: 100%;
    height: 100%;
    border-radius: 30px;
}

.youtube:before {
    position: absolute;
    content: "";
    width: 300px;
    height: 200px;
    bottom: 0;
    left: -250px;
    background-image: url(/wp-content/uploads/2025/09/yt01.png);
    background-size: contain;
    z-index: 50;
}

.youtube:after {
    position: absolute;
    content: "";
    width: 300px;
    height: 200px;
    bottom: 0;
    right: -250px;
    background-image: url(/wp-content/uploads/2025/09/yt03.png);
    background-size: contain;
    z-index: 50;
}

.map {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 50%;
}
 
.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 25px;
}

table.tablepress {
    border: none;
}

.tablepress tbody td.column-1 {
    width: 25%;
    font-weight: 700;
    color: #4cc0cd;
    background-color: transparent;
    font-family: "Zen Maru Gothic", sans-serif !important;
}

.tablepress tbody td.column-2 {
    width: 75%;
    background-color: transparent;
    color: #665f5b;
    font-family: "Zen Maru Gothic", sans-serif !important;
    font-weight: 500;
}

.tablepress a {
    font-weight: 500;
}



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

.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 dashed #cdc4b7;
    background-image: url(/wp-content/uploads/2025/10/faq-q.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 5px 50%;
}

.faq-a {
	margin-bottom: 0;
    padding: 5px 5px 5px 40px;
    border-bottom: 1px dashed #cdc4b7;
    background-image: url(/wp-content/uploads/2025/10/faq-a.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 5px 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: 1px dashed #cdc4b7;
}

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


#breadcrumbs ul li a, #breadcrumbs ul li {
    font-weight: 500;
}

#breadcrumbs {
    margin-bottom: 0;
    padding: 10px 15px 35px;
}


/* ==========================================
 * 文字・見出し系
 * ========================================== */

.hlBox {
    text-align: center;
	margin-bottom: 30px;
}

span.hlEng {
    font-family: "Varela Round", sans-serif !important;
    font-weight: 900;
    font-size: 2.2rem;
    color: #bde4e8;
}

h2.h2type01 {
    font-size: 4.2rem;
    font-weight: 600;
    color: #61e0ec;
    text-shadow: 2px 2px #99c9ce70;
}

h3.h3type01 {
    text-align: center;
    font-size: 2.4rem;
    font-weight: 700;
    background-image: url(/wp-content/uploads/2025/09/h3type02.png);
    background-repeat: no-repeat;
    background-size: 400px;
    background-position: bottom, center;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

h3.h3type02 {
    font-size: 1.9rem;
    font-weight: 600;
    border-bottom: 1px solid #d3e3e5;
    padding: 5px 15px 5px 45px;
    margin-bottom: 10px;
    background-image: url(/wp-content/uploads/2025/09/ic03.png);
    background-repeat: no-repeat;
    background-size: 40px;
}

h3.h3type03 {
    background-color: #50c0cc;
    border-radius: 10px;
    color: #fefefe;
    font-weight: 900;
    text-align: center;
    margin: 15px 0;
}

h3.h3tpye04 {
    position: absolute;
    bottom: 15px;
    right: 25px;
    padding: 5px 15px;
    background-color: #50bfcd;
    border-radius: 15px;
    font-size: 2rem;
    font-weight: 600;
    box-shadow: 0 0 3px 3px #00000020;
    color: #fefefe;
}

h4.h4type01 {
    background-color: #50c0cc;
    border-radius: 10px;
    color: #fefefe;
    font-weight: 900;
    text-align: center;
    margin: 15px 0;
}





/* ==========================================
 * header
 * ========================================== */

header {
    width: 100%;
    background-color: #eafdff;
}

.header-inner.flex {
    align-items: baseline;
}

.logo {
    width: 275px;
    margin-bottom: 0;
}

.g-menu-wrap {
    width: calc(100% - 280px) !important;
}

.menu-image-title {
    font-size: 1.4rem;
}

.g-menu-a-list>li {
    width: 12.5% !important;
    border-right: 1px solid #cbf0f5 !important;
}

.header-content {
    padding: 70px 0 30px;
}

#hamburger {
    top: 3px;
    right: 3px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #fefefe;
    border-radius: 10px;
}

.mobile-menu-icon-list > li.sub-off {
    background-color: #f0f8ff;
}

.header-content {
	transition: all 0.3s ease;
}

.header-content.is-fixed {
    position: fixed;
    top: -25px;
    z-index: 100;
    width: 95%;
    background-color: #eafdffdd;
    border-radius: 0 0 35px 35px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.g-sub-nav {
	transition: all 0.3s ease;
}

.g-sub-nav.is-fixed02 {
    position: fixed;
    z-index: 100;
    right: 7rem;
}





/* ==========================================
 * mv
 * ========================================== */

section.mv {
    background-color: #FFFFE9;
    background: linear-gradient(0deg, rgba(255, 255, 233, 1) 0%, rgba(255, 255, 233, 1) 0%, rgba(234, 253, 255, 1) 100%);
}

.swiper-wrapper picture img {
    border-radius: 75px;
}

.swiper.mv-swiper {
    padding: 0 75px 30px;
}

.swiper:before {
    position: absolute;
    content: "";
    width: 450px;
    height: 300px;
    bottom: 0px;
    left: 0;
    background-image: url(/wp-content/uploads/2025/09/mv01.png);
    z-index: 50;
    background-size: contain;
}

.swiper:after {
    position: absolute;
    content: "";
    width: 450px;
    height: 300px;
    bottom: 0;
    right: 0;
    background-image: url(/wp-content/uploads/2025/09/mv02.png);
    z-index: 50;
    background-size: contain;
}



/* ==========================================
 * news
 * ========================================== */

#news .hlBox {
    text-align: center;
    margin-bottom: 30px;
    padding-top: 40px;
    background-image: url(/wp-content/uploads/2025/09/ic02.png);
    background-repeat: no-repeat;
    background-size: 50px;
    background-position: 50% 0;
}

section#news {
    background-color: #ffffe9;
}


.news-list02 li .news-img img {
    aspect-ratio: 4 / 3;
    border-radius: 20px;
}

.news-list01 {
    margin-bottom: 0;
    background-color: #fefefe;
    padding: 35px 40px 35px;
    border-radius: 30px;
}

.nwsItems.nwsL {
    width: 70%;
}

.nwsItems.nwsR {
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.news-list01 li .date {
    font-family: "Varela Round", sans-serif !important;
    font-weight: 700;
    font-size: 1.5rem;
}

p.news-txt a {
    font-weight: 500;
}

a.nwsBtn01 {
    background-color: #fdd92f;
    width: 100%;
    max-width: 300px;
    height: 100%;
    max-height: 180px;
    text-align: center;
    border-radius: 50px;
    font-size: 3rem;
    display: flex
;
    justify-content: center;
    align-items: center;
    font-weight: 900;
    color: #fefefe;
    border: 3px dashed #fefefe;
    box-shadow: 0 0 0 5px #fdd92f;
    position: relative;
    transition: .3s;
    text-shadow: 3px 3px 1px #ecc924, -3px 3px 1px #ecc924, 3px -3px 1px #ecc924, -3px -3px 1px #ecc924, 3px 0px 1px #ecc924, 0px 3px 1px #ecc924, -3px 0px 1px #ecc924, 0px -3px 1px #ecc924;
}

a.nwsBtn01:hover {
    background-color: #ffeb8c;
    box-shadow: 0 0 0 5px #ffeb8c;
	text-shadow: 3px 3px 1px #fdd92f, -3px 3px 1px #fdd92f, 3px -3px 1px #fdd92f, -3px -3px 1px #fdd92f, 3px 0px 1px #fdd92f, 0px 3px 1px #fdd92f, -3px 0px 1px #fdd92f, 0px -3px 1px #fdd92f;
}

a.nwsBtn01:before {
    position: absolute;
    content: "";
    width: 80px;
    height: 80px;
    bottom: -10px;
    left: -30px;
    background-image: url(/wp-content/uploads/2025/09/icrn02.png);
    background-size: 100%;
}

a.nwsBtn01:after {
    position: absolute;
    content: "";
    width: 80px;
    height: 80px;
    top: -15px;
    right: -15px;
    background-image: url(/wp-content/uploads/2025/09/icrn01.png);
    background-size: 100%;
}


a.nwsBtn02 {
    background-color: #50c0cc;
    width: 100%;
    max-width: 300px;
    height: 100%;
    max-height: 180px;
    text-align: center;
    border-radius: 40px;
    font-size: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 900;
    color: #fefefe;
    border: 3px dashed #fefefe;
    box-shadow: 0 0 0 5px #50c0cc;
    position: relative;
    transition: .3s;
	text-shadow: 3px 3px 1px #4fb2bd, -3px 3px 1px #4fb2bd, 3px -3px 1px #4fb2bd, -3px -3px 1px #4fb2bd, 3px 0px 1px #4fb2bd, 0px 3px 1px #4fb2bd, -3px 0px 1px #4fb2bd, 0px -3px 1px #4fb2bd;
}

a.nwsBtn02:hover {
    background-color: #87e3ed;
    box-shadow: 0 0 0 5px #87e3ed;
	text-shadow: 3px 3px 1px #50c0cc, -3px 3px 1px #50c0cc, 3px -3px 1px #50c0cc, -3px -3px 1px #50c0cc, 3px 0px 1px #50c0cc, 0px 3px 1px #50c0cc, -3px 0px 1px #50c0cc, 0px -3px 1px #50c0cc;
}

a.nwsBtn02:before {
    position: absolute;
    content: "";
    width: 120px;
    height: 80px;
    bottom: -20px;
    left: -40px;
    background-image: url(/wp-content/uploads/2025/09/oyako01.png);
    background-size: 100%;
}

a.nwsBtn02:after {
    position: absolute;
    content: "";
    width: 80px;
    height: 80px;
    bottom: -15px;
    right: -30px;
    background-image: url(/wp-content/uploads/2025/09/icrn02.png);
    background-size: 100%;
}

.InstagramBox {
    margin-top: 50px;
}

span.sbi_follow_btn.sbi_custom span {
    font-family: "Varela Round", sans-serif !important;
    color: #fefefe;
}

span.sbi_follow_btn.sbi_custom a {
    border-radius: 300px !important;
}

#sb_instagram .sbi_photo_wrap {
    border-radius: 50px !important;
}



/* ==========================================
 * about us
 * ========================================== */

section#about {
    background-color: #eafdff;
    border-radius: 100px;
    overflow: hidden !important;
}

#about .hlBox {
    text-align: center;
    margin-bottom: 30px;
    padding-top: 40px;
    background-image: url(/wp-content/uploads/2025/09/ic03.png);
    background-repeat: no-repeat;
    background-size: 50px;
    background-position: 50% 0;
}

.greetWrap {
    background-color: #fefefe;
    padding: 30px 40px;
    border-radius: 30px;
    margin-top: 75px;
}

.philosophyBox {
    background-color: rgb(254, 254, 254);
    padding: 30px 40px;
    border-radius: 30px;
	margin-top: 75px;
}

.policyBox {
    margin-top: 75px;
}

.poliItems {
    width: 31%;
}

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

.poliItems p {
    background-color: rgb(254, 254, 254);
    padding: 20px 30px;
    border-radius: 30px;
}

.grSentBox01 {
    align-items: center;
}

.grSentBox01 p {
    width: 70%;
}

.grSentBox01 img {
    width: 25%;
    aspect-ratio: 3/2;
    border-radius: 25px;
}

.grSentBox02.flex {
    align-items: center;
    flex-direction: row-reverse;
}

.grSentBox02 p {
    width: 70%;
}

.grSentBox02 img {
    width: 25%;
    aspect-ratio: 3/2;
    border-radius: 25px;
}

.grSentBox03 {
    padding: 15px 0 0;
}

.grSentBox03 p {
    padding: 15px 0;
}

.grtImgBox {
    justify-content: space-evenly;
    gap: 15px;
    margin: 20px 0;
}

.grtImgBox img {
    width: 25%;
    aspect-ratio: 3/2;
    border-radius: 25px;
}

.grSentBox04 img {
    width: 60%;
    min-width: 300px;
    border-radius: 30px;
    margin: 50px auto 15px;
    aspect-ratio: 3 / 2;
}


/* ==========================================
 * life
 * ========================================== */

/*
section#life {
    background-image: url(/wp-content/uploads/2025/10/wv01.png);
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: 100%;
}
*/

section#life {
    background-image: repeating-linear-gradient(115deg, #fdfaee, #fdfaee 10px, transparent 10px, transparent 20px);
}

section#life .hlBox {
    text-align: center;
    margin-bottom: 30px;
    padding-top: 40px;
    background-image: url(/wp-content/uploads/2025/09/ic04.png);
    background-repeat: no-repeat;
    background-size: 50px;
    background-position: 50% 0;
}

.com-list02-img img {
    height: 100% !important;
    width: 100% !important;
    aspect-ratio: 4 / 3 !important;
    object-fit: cover !important;
    border-radius: 15px !important;
}

.com-list02-ttl {
    font-size: 2rem !important;
    font-weight: 700 !important;
    color: #fefefe !important;
    background-color: #50c0cc !important;
    border-bottom: none !important;
    line-height: 1;
    border-radius: 10px !important;
    margin-bottom: 15px !important;
    padding: 10px 25px 8px 40px !important;
    font-family: "Varela Round","Zen Maru Gothic", sans-serif !important;
}

.com-list02-list li {
    margin-bottom: 5px !important;
    padding-bottom: 0 !important;
    font-weight: 500;
}

.com-list02-sub-inner {
    background-color: #fefefe !important;
    padding: 30px 40px !important;
    border-radius: 30px !important;
    margin-top: 75px !important;
    text-align: left !important;
}

.com-list02-sub-head {
    display: none;
}

section#life .width1200 {
    max-width: 1400px;
}

.tab-A h3.com-list02-ttl {
    background-image: url(/wp-content/uploads/2025/10/tm.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 8px 50%;
}

.tab-B h3.com-list02-ttl {
    background-image: url(/wp-content/uploads/2025/10/ss.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 8px 50%;
}






/* ==========================================
 * admission
 * ========================================== */

section#admission .hlBox {
    text-align: center;
    margin-bottom: 30px;
    padding-top: 40px;
    background-image: url(/wp-content/uploads/2025/09/ic05.png);
    background-repeat: no-repeat;
    background-size: 50px;
    background-position: 50% 0;
}

section#admission {
    background-color: #eafdff;
    border-radius: 100px;
    overflow: hidden !important;
}

.eduBox {
    background-color: #fefefe;
    padding: 20px 30px;
    border-radius: 30px;
    margin-bottom: 50px;
}

.tableBox {
	width: 48%;
}

.tblFlex.flex {
    margin-bottom: 50px;
}






/* ==========================================
 * preschool01
 * ========================================== */

section#preschool01 {
    background-image: url(/wp-content/uploads/2025/10/flg01.png), url(/wp-content/uploads/2025/10/flg02.png), url(/wp-content/uploads/2025/10/bd02.png);
    background-repeat: no-repeat;
    background-size: 250px, 250px, 450px;
    background-position: 7% 80px, 93% 80px, 100% 90%;
}

section#preschool01 .hlBox {
    text-align: center;
    margin-bottom: 30px;
    padding-top: 40px;
    background-image: url(/wp-content/uploads/2025/09/ic06.png);
    background-repeat: no-repeat;
    background-size: 50px;
    background-position: 50% 0;
}

.presImg img {
    width: 100%;
    height: 100%;
    aspect-ratio: 5 / 3;
    object-fit: cover;
    border-radius: 75px;
}

.presImg {
    max-width: 800px;
    margin: auto;
	position: relative;
}

.presImg:before {
    position: absolute;
    content: "";
    width: 250px;
    height: 250px;
    bottom: -40px;
    left: -55px;
    background-image: url(/wp-content/uploads/2025/10/fl01.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 30;
}

.presImg:after {
    position: absolute;
    content: "";
    width: 250px;
    height: 250px;
    bottom: -40px;
    right: -55px;
    background-image: url(/wp-content/uploads/2025/10/fl01-r.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 30;
}

.preItemsBox {
    margin: 50px 0;
}



/* ==========================================
 * preschool02
 * ========================================== */

section#preschool02 {
    background-color: #eafdff;
    border-radius: 100px;
    overflow: hidden !important;
    background-image: url(/wp-content/uploads/2025/10/flg01.png), url(/wp-content/uploads/2025/10/flg02.png), url(/wp-content/uploads/2025/10/bd01.png);
    background-repeat: no-repeat;
    background-size: 250px, 250px, 450px;
    background-position: 7% 80px, 93% 80px, -1% 75%;
}

section#preschool02 .hlBox {
    text-align: center;
    margin-bottom: 30px;
    padding-top: 40px;
    background-image: url(/wp-content/uploads/2025/09/ic07.png);
    background-repeat: no-repeat;
    background-size: 50px;
    background-position: 50% 0;
}




/* ==========================================
 * overview
 * ========================================== */

section#overview {
    background-image: url(/wp-content/uploads/2025/09/mztm01.png), url(/wp-content/uploads/2025/10/ov_dec01.png), url(/wp-content/uploads/2025/10/bln01.png);
    background-repeat: no-repeat;
    background-size: 500px, 0, 150px;
    background-position: 110% 90%, 50% 20px, 2% 90%;
}

section#overview .hlBox {
    text-align: center;
    margin-bottom: 30px;
    padding-top: 40px;
    background-image: url(/wp-content/uploads/2025/09/ic08.png);
    background-repeat: no-repeat;
    background-size: 50px;
    background-position: 50% 0;
}

.ovItems {
    width: 48%;
}

.ovItemsbkMap {
    margin-top: 50px;
}

.amBox img {
    border-radius: 20px;
}




/* ==========================================
 * contact
 * ========================================== */

section#contact {
    padding-top: 0;
    background-image: url(/wp-content/uploads/2025/09/mztm02.png), url(/wp-content/uploads/2025/10/bln02.png);
    background-repeat: no-repeat;
    background-size: 400px, 150px;
    background-position: -10% 50%, 98% 10%;
}

.contact-form01 tbody {
    border: none;
    border-bottom: none;
}

.contact-form01 th {
    background-color: transparent;
    font-size: 1.6rem;
    width: 30%;
    color: #50bfcd;
    font-weight: 700;
    font-family: "Zen Maru Gothic", sans-serif !important;
}

.required {
    padding: 3px 10px;
    color: #fefefe;
    background-color: #ffc107;
    font-size: 1.2rem;
    font-weight: 900;
    margin-left: 10px;
    border-radius: 50px;
}

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

input[type="radio"] {
    background: #f2f2f2;
}

input[type="text"], textarea, input[type="email"], input[type="tel"] {
    background-color: #f2f2f2 !important;
    border-radius: 10px;
    font-size: 1.4rem;
    padding: 10px 15px;
    width: 100%;
    color: #665f5b;
    font-family: "Zen Maru Gothic", sans-serif !important;
    font-weight: 500;
}

input[type="checkbox"] {
    border-radius: 5px;
}

input[type="submit"], input[type="button"] {
    color: #fefefe;
    font-weight: 900;
    border: 1px solid #50c0cc;
    font-family: "Zen Maru Gothic", sans-serif !important;
    border-radius: 15px;
    background-color: #50c0cc;
    transition: .3s;
}

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



/* ==========================================
 * recruit-page---feature
 * ========================================== */

section#feature {
    padding: 50px 0;
}

body.page-id-939 {
    background-color: #eafdff;
}

.featItems {
    width: 31%;
}

.featImg img {
    width: 100%;
    height: 100%;
    aspect-ratio: 5/3;
    object-fit: cover;
    border-radius: 30px;
}

.featTxt {
    background-color: #fefefe;
    padding: 20px 30px;
    border-radius: 30px;
}

a.pdfLinkBtn {
    background-color: #50c0cc;
    margin: 0 auto 75px;
    width: 300px;
    height: 120px;
    text-align: center;
    border-radius: 40px;
    font-size: 2.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 900;
    color: #fefefe;
    border: 3px dashed #fefefe;
    box-shadow: 0 0 0 5px #50c0cc;
    position: relative;
    transition: .3s;
    text-shadow: 3px 3px 1px #4fb2bd, -3px 3px 1px #4fb2bd, 3px -3px 1px #4fb2bd, -3px -3px 1px #4fb2bd, 3px 0px 1px #4fb2bd, 0px 3px 1px #4fb2bd, -3px 0px 1px #4fb2bd, 0px -3px 1px #4fb2bd;
}

a.pdfLinkBtn:hover {
    background-color: #87e3ed;
    box-shadow: 0 0 0 5px #87e3ed;
	text-shadow: 3px 3px 1px #61cfda, -3px 3px 1px #61cfda, 3px -3px 1px #61cfda, -3px -3px 1px #61cfda, 3px 0px 1px #61cfda, 0px 3px 1px #61cfda, -3px 0px 1px #61cfda, 0px -3px 1px #61cfda;
}

a.pdfLinkBtn:before {
    position: absolute;
    content: "";
    width: 120px;
    height: 80px;
    background-image: url(/wp-content/uploads/2025/09/mv02.png);
    background-size: contain;
    bottom: -20px;
    left: -100px;
}

a.pdfLinkBtn:after {
    position: absolute;
    content: "";
    width: 120px;
    height: 80px;
    background-image: url(/wp-content/uploads/2025/09/mv01.png);
    background-size: contain;
    bottom: -20px;
    right: -100px;
}


/* ==========================================
 * recruit-page---Interview
 * ========================================== */

section#interview {
    background-color: #ffffe9;
    background-image: repeating-linear-gradient(115deg, #fdfaee, #fdfaee 10px, transparent 10px, transparent 20px);
    border-radius: 100px;
}

.intvItems {
    width: 45%;
}

.intvImg {
    position: relative;
}

.intvImg img {
    max-width: 85%;
    width: 100%;
    height: 100%;
    aspect-ratio: 5 / 4;
    object-fit: cover;
    border-radius: 75px 75px 225px 75px;
    margin: auto;
}

.intvImg:before {
    position: absolute;
    content: "";
    width: 150px;
    height: 150px;
    background-image: url(/wp-content/uploads/2025/10/grs01.png);
    background-size: contain;
    top: -20px;
    left: 15px;
}

.faqBox {
    padding: 15px 15px;
    border-radius: 35px;
    margin-top: 20px;
    background-image: url(/wp-content/uploads/2025/10/wdtxc.jpg);
    box-shadow: 0px 3px 3px 2px #00000030;
    position: relative;
}

.faqBox:before {
    position: absolute;
    content: "";
    width: 100px;
    height: 100px;
    background-image: url(/wp-content/uploads/2025/10/grs02.png);
    background-size: contain;
    bottom: -15px;
    right: -15px;
}



ul.com-faq01-list {
    background-color: #fefefe;
    border-radius: 25px;
    padding: 10px 20px;
}

.intvBox.flex {
    gap: 50px 0;
}



/* ==========================================
 * recruit-page---faq
 * ========================================== */

section#faq {
    background-image: url(/wp-content/uploads/2025/10/bd01.png), url(/wp-content/uploads/2025/10/bd02.png);
    background-repeat: no-repeat;
    background-size: 350px;
    background-position: -1% 100%, 101% 100%;
}



/* ==========================================
 * recruit-page---kyujin
 * ========================================== */

section#kyujin {
    background-color: #ffffe9;
    border-radius: 100px 100px 0 0;
}

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

.recruit-feed01 .recruit-img img {
    aspect-ratio: 4 / 3;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 25px;
}

.recruit-feed01 .time-cat time {
    font-family: "Varela Round", sans-serif !important;
    font-weight: 700;
}

.recruit-content span.cat {
    background-color: #ffc107;
    padding: 0 10px;
    border-radius: 10px;
    font-weight: 700;
    color: #fefefe;
}

.recruit-feed01 .recruit-sub.flex span {
    color: #fefefe;
    background-color: #ffc107;
    padding: 3px 10px;
    border-radius: 7px;
    font-weight: 700;
}

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



/* ==========================================
 * parent-page
 * ========================================== */

body.page-id-912 {
    background-color: #ffffe9;
}

.btn {
    margin-top: 50px;
	border-radius: 20px;
}

a.docuItems {
    display: block;
    width: 30%;
    background-color: #50c0cd;
    border-radius: 20px;
    padding: 10px 20px 10px 45px;
    color: #fefefe;
    font-weight: 700;
    transition: .3s;
    border: 3px solid #50c0cd;
    background-image: url(/wp-content/uploads/2025/10/file01.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 15px 50%;
}

a.docuItems:hover {
    background-color: #fefefe;
    border-radius: 20px;
    padding: 10px 20px 10px 45px;
    color: #50c0cd;
    font-weight: 700;
    transition: .3s;
    border: 3px solid #50c0cd;
}

.docuBox.flex {
    gap: 25px 0;
    justify-content: space-around;
}



/* ==========================================
 * post---common
 * ========================================== */

.sidebar h3 {
    color: #fefefe;
    text-align: center;
    padding: 5px 10px;
    font-weight: 700;
    border-radius: 15px;
}

.side-box li a, .widget_archive li a {
    font-weight: 500;
}

.sub-header-txt {
    padding: 10px 25px;
    color: #4dbfd1;
    font-weight: 900;
    background-color: #fefefebb;
    border-radius: 20px;
    font-family: "Zen Maru Gothic", sans-serif !important;
}

.sub-header {
    width: 97%;
    margin: 30px auto 0;
    border-radius: 50px;
}





/* ==========================================
 * post---archive
 * ========================================== */

body.page-id-618 {
    background-color: #ffffe9;
}

body.archive {
    background-color: #ffffe9;
}

.archive-time-cat time {
    font-size: 1.8rem;
    margin-right: 10px;
    font-family: "Varela Round", sans-serif !important;
    font-weight: 700;
}

.archive-info-img img {
    border-radius: 25px;
}

.archive-info-title a {
    font-weight: 500;
}



/* ==========================================
 * post---single
 * ========================================== */

body.single {
    background-color: #ffffe9;
}

.single-info-date-cat time {
    font-family: "Varela Round", sans-serif !important;
    font-weight: 700;
	margin-right: 10px;
}

.page-nav > div {
    background-color: #fefefe;
	border-radius: 30px;
}

.page-nav div img {
    border-radius: 15px;
}

.single-info-title {
    font-family: "Zen Maru Gothic", sans-serif !important;
}

p.recruit-single-time time {
    font-family: "Varela Round", sans-serif !important;
    font-weight: 600;
}

.recruit-single-title {
    text-align: center;
    font-size: 2.4rem;
    padding: 5px 15px;
    background-color: #4dbfd1;
    font-weight: 700;
    color: #fefefe;
    margin-bottom: 25px;
    border-radius: 15px;
}

.recruit-single-img img {
    max-width: 500px;
    margin: 0 auto 20px;
    width: 100%;
    height: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 30px;
}

.job-table {
    border: none;
}

.job-table th {
    width: 25%;
    font-weight: 700;
    color: #4dbfd1;
    background-color: transparent;
    font-family: "Zen Maru Gothic", sans-serif !important;
}

.job-table td {
    width: 75%;
    background-color: transparent;
    font-family: "Zen Maru Gothic", sans-serif !important;
    font-weight: 500;
}

.entry-btn a {
    background-color: #ffc107;
    color: #fefefe;
    border-radius: 20px;
}











/* ==========================================
 * footer
 * ========================================== */

.footer {
    background-color: #50c0cc;
    border-radius: 100px 100px 0 0;
	position: relative;
}

footer:before {
    content: "";
    position: absolute;
    width: 95%;
    height: 100px;
    background-image: url(/wp-content/uploads/2025/10/footer_dec02.png);
    background-repeat: no-repeat;
    background-size: 75%;
    background-position: bottom center;
    top: -52px;
    left: 50%;
    transform: translate(-50%, 0%);
}

.footer-menu-title {
    margin-bottom: 15px;
}

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

.footer-menu-title {
    background-color: #fefefe;
    font-weight: 800;
    padding: 5px 20px 0;
    text-align: center;
    font-size: 2rem;
    font-family: "Varela Round", sans-serif !important;
}




/* ======================================
 * 2025-12-17
 * ====================================== */

@media screen and (min-width: 769px) {
    .mv picture img {
        aspect-ratio: 5 / 3;
    }
}

p.rec-txt {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 30px;
}
ul.flex.rec-list {
    justify-content: center;
    gap: 250px;
}


.qrLinka01 {
	max-width: 150px;
	display: block;
}


/* ======================================
 * 2026-03-18
 * ====================================== */

.newsBox.flex {
    min-height: 400px;
}