@import url('https://fonts.googleapis.com/css2?family=Cookie&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Zen+Maru+Gothic:wght@400;500;700;900&display=swap');
body {
    overflow-x: hidden;
}
p, a, li, dt, dd, time, h1, h2, h3, h4, h5, h6, th, td, span, label, input {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 400;
}
main {
    overflow-x: hidden;
}
iframe {
    width: 100%;
}
.frame02 {
    background: rgba(240, 237, 235, .2);
    padding: 50px;
    border-radius: 30px;
}
.mb50 {
    margin-bottom: 50px;
}
.mb100 {
    margin-bottom: 100px;
}
.btn01 {
    background: #007541;
    color: #fff;
    position: relative;
    z-index: 9;
    text-align: center;
    margin: 50px auto 0;
    display: block;
    macx-wi: 300px;
    max-width: 300px;
    padding: 10px;
    font-weight: 700;
    font-size: 1.8em;
    border-radius: 50px;
}
.block-flex {
    display: flex;
    justify-content: space-around;
    margin-top;
    20px;
}
.block-flex img {
    border-radius: 5px 25px 5px 25px;
}
.col-50 {
    width: 48%;
}
.f01 {
    font-size: 2.5em;
    color: #007541;
    text-align: center;
    font-weight: 700;
}
.f02 {
    font-size: 2em;
    text-align: center;
    font-weight: 400;
}
.s-txt {
    margin-left: 1.5em;
}
/*-----------------------------
 * ヘッダー
 * ---------------------------*/
.header-box01 .logo {
    position: relative;
    max-width: 500px !important;
    width: 100%;
}
.header-box01 .logo a {
    position: relative;
    z-index: 99;
}
.menu-header-menu-container {
    background: rgba(255, 255, 255, 0.5);
}
.header-box01 {
    margin-bottom: 0 !important;
    background: rgba(255, 255, 255, 0.5);
}
.header-menu {
    position: relative;
    background-color: transparent !important;
}
.g-nav-tel-pc {
    display: none;
}
.header-menu>li a {
    color: #33231d !important;
    border-right: #007541 3px dotted !important;
}
.g-sub-nav02 .g-sub-nav-list.flex a {
    border-radius: 5px;
    border: solid 2px #007541;
    background-color: #007541;
}
.g-sub-nav02 .g-sub-nav-list.flex {
    align-items: center;
}
.g-sub-nav02 .g-sub-nav-list.flex li:first-child a::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url("/wp-content/uploads/2026/02/icon-tel.png");
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
    vertical-align: middle;
}
.g-sub-nav02 .g-sub-nav-list.flex li:first-child a {
    display: flex;
    align-items: center;
    font-size: 2em;
    background: transparent;
    padding: 0;
    color: #4c4545;
    border: none !important;
}
#mobile-nav {
    background-color: #F6FEB7;
    z-index: 9999;
}
.mobile-nav-wrap .mobile-menu-list>li>a {
    color: #333;
    border-top: 2px dashed #333;
}
#hamburger span {
    background-color: #007541;
}
.mobile-sns-icon-title p {
    color: #333 !important;
}
.mobile-sns-sub-nav.flex li a {
    color: #333 !important;
}
.mobile-sns-icon-title p span {
    color: #333 !important;
}
.mobile-sub-nav li a {
    background: #007541 !important;
    color: #fff !important;
}
.mobile-sub-nav-list {
    display: flex;
    justify-content: space-between;
}
.mobile-sub-nav-list li {
    width: 48%;
}
/*-----------------------------
 *スライダー
 * ---------------------------*/
.swiper-button-next, .swiper-button-prev {
    color: #6e533f;
}
.swiper-button-next::after, .swiper-button-prev::after {
    font-size: 24px;
}
/*-----------------------------
 * 見出し
 * ---------------------------*/
.head-ttl {
    position: relative;
    text-align: center;
    font-size: 4em;
    line-height: 1.5;
    margin-bottom: 100px;
    z-index: 101;
}
.head-ttl_02 {
    text-align: center;
    font-size: 3em;
    line-height: 1.5;
    margin-bottom: 50px;
    background: var(--main);
    color: #fff;
    border-radius: 20px 5px 20px 5px;
}
.en {
    position: relative;
    line-height: 1;
    z-index: 101;
    display: inline-block;
    display: flex;
    width: 130px;
    justify-content: center;
    text-align: center;
    margin: 0 auto 10px;
    padding: 6px;
    border-radius: 30px 0;
    display: none;
}
.head-ttl {
    position: relative;
}
.head-ttl:after {
    content: "";
    display: block;
    width: 60px;
    height: 25px;
    background: none;
    margin: 0 auto;
    border-bottom: dotted 10px #007541;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
}
section {
    padding: 100px 0;
    z-index: 999;
    position: relative;
}
.width1200 {
    z-index: 1000;
    position: relative;
}
/*-----------------------------
 * 新着情報
 * ---------------------------*/
#news {
    position: relative;
    padding-top: 0;
    background-image: url(/wp-content/uploads/2026/02/wave-top-white.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-color: #F6FEB7;
    padding-bottom: 200px;
    background-size: 100%;
}
#news::before {
    content: "";
    position: absolute;
    left: -140vw;
    top: -8vw;
    width: 260vw;
    height: 50vw;
    border-radius: 50% 50% 0 0;
    background: #F6FEB7;
    z-index: 99;
}
#news::after {
    content: "";
    position: absolute;
    right: -50vw;
    top: -5vw;
    width: 120vw;
    height: 17vw;
    border-radius: 50%;
    background: #007541;
    z-index: 98;
}
.news-list01 {
    position: relative;
    margin-bottom: 25px;
    background: #fff;
    padding: 50px;
    z-index: 100;
    box-shadow: 10px 10px #b8d200;
    border-radius: 10px;
    border: 2px solid #b8d200;
}
.news-list01 li .news-cat a {
    background-color: transparent;
    border: 1px solid var(--main);
}
.news-list01 li .news-cat a {
    color: var(--main);
}
.sub-header {
    position: relative;
}
.sub-header-txt {
    padding: 10px 25px;
    color: #6e533f;
}
/*-----------------------------
 * 採用までの流れ・よくある質問
 * ---------------------------*/
#recruit-info {
    position: relative;
}
#recruit-info .ab01 {
    position: absolute;
    width: 40vw;
    top: -10vw;
    left: -10vw;
}
/*-----------------------------
 * 採用情報
 * ---------------------------*/
#recruit {
    background: #fffcf1;
    background-image: url(/wp-content/uploads/2026/02/wave-w.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-top: 200px;
    padding-bottom: 200px;
}
#recruit .ab01 {
    position: absolute;
    width: 40vw;
    top: -10vw;
    right: -10vw;
}
/*-----------------------------
 * 先生になる皆さんへ
 * ---------------------------*/
#for {
    background: #fff;
}
#for .ab01 {
    position: absolute;
    width: 40vw;
    top: -10vw;
    left: -10vw;
}
/*-----------------------------
 * 職場を覗いてみる
 * ---------------------------*/
#work {
    background: #fffcf1;
    background-image: url(/wp-content/uploads/2026/02/wave-w.png), url(/wp-content/uploads/2026/02/wave-top-white.png);
    background-position: top, bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-top: 200px;
    padding-bottom: 200px;
}
#work .ab01 {
    position: absolute;
    width: 40vw;
    top: -10vw;
    right: -10vw;
}
.com-box02-head {
    padding: 5px 15px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.05em;
    font-size: 18px;
    color: #007541;
    margin-bottom: 10px;
    border-bottom: 1px solid #007541;
}
.com-interview01-list>li {
    margin-bottom: 40px;
    background: #fff;
    padding: 50px;
    border-radius: 20px;
}
.plus {
    display: inline-block;
    vertical-align: .3em;
    color: #007541;
}
.btn {
    display: block;
    background-color: transparent;
    text-align: right;
    color: #6a3701;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 10px;
    max-width: 100%;
    margin: 0 auto;
    transform-origin: 0.3s;
    border: none;
    border-radius: 5px;
    border-radius: 100px;
    z-index: 99;
    position: relative;
}
.btn:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 8px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: rotate(45deg);
}
.t-center {
    text-align: center;
}
.frame05 {
    background-color: #fff;
    padding: 50px;
}
.block-contact {
    text-align: center;
    margin-bottom: 100px;
}
.block-contact a {
    text-align: center;
    display: block;
    padding: 50px;
    border: 1px solid #ccc;
    color: #02a687;
    border: 1px solid #ccc;
    background-color: #eef8ee !important;
    font-size: 26px;
    border-radius: 10px;
    font-weight: bold;
}
.block-contact .tit-img {
    max-width: 400px;
    width: 90%;
    text-align: center;
    margin: 0 auto;
}
.com-box01-tit, .com-box01-sub-tit {
    display: none;
}
/*-----------------------------
 * table
 * ---------------------------*/
.tablepress tbody td.column-1 {
    background-color: #fff;
}
.head-ttl03 {
    font-size: 2em;
    border-bottom: 1px solid var(--main);
    padding: 10px;
    margin-bottom: 20px;
    display: flex;
    color: var(--main);
    font-weight: bold;
}
.head-ttl03 span {
    font-size: 1.3em;
    font-weight: bold;
    color: var(--main);
    margin-right: 10px;
}
.post_content {
    margin-bottom: 50px;
}
.center {
    text-align: center;
}
/*-----------------------------
 * お問い合わせ
 * ---------------------------*/
#contact {
    background: #F6FEB7;
    background-image: url(/wp-content/uploads/2026/02/wave-b.png), url(/wp-content/uploads/2026/02/wave-top-white.png);
    background-position: top, bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-top: 200px;
    padding-bottom: 200px;
}
#contact .ab01 {
    position: absolute;
    width: 40vw;
    top: -10vw;
    left: -10vw;
}
.contact-form01 th {
    background: #F0EDEB;
}
.contact-form01 td {
    background: #fff;
}
.tab-panel-a .tab.is-active, .tab-panel-a .tab:hover {
    background-color: #007541;
    color: #fff;
}
/*-----------------------------
 * singleページ
 * ---------------------------*/
.single-recruit-post #breadcrumbs {
    display: none;
}
.recruit-single {
    background: #fffcf1;
    background-image: url(/wp-content/uploads/2026/02/wave-top-white.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-top: 200px;
    padding-bottom: 200px;
}
.recruit-single-title {
    text-align: center;
    font-size: 2.4rem;
    padding: 15px 20px;
    background-color: transparent;
}
.job-table th {
    background: #F6FEB7;
}
.recruit-feed01>li {
    padding: 20px;
    box-shadow: 10px 10px #007541;
    border-radius: 10px;
    border: 2px solid #007541;
    background: #fff;
}
.tab-panel-a .tab {
    background-color: rgba(0, 117, 65, 0.1);
}
/*-----------------------------
 * footer
 * ---------------------------*/
#footer iframe {
    border: 0;
    width: 100%;
    margin-top: 50px;
}
#footer {
    position: relative;
    background-color: transparent;
}
#footer * {
    color: #333;
}
.footer-menu-title {
    display: none;
}

/*追加*/
.com-box02-head {
    padding: 5px 15px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.05em;
    font-size: 16px;
    color: #007541;
    margin-bottom: 10px;
    border-bottom: 1px solid #007541;
}