/* ==============================================================
 * 全般設定
 * ============================================================== */

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

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

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

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

p {
	font-family: "Zen Kaku Gothic New", sans-serif !important;
	color: #666;
	font-weight: 500;
}

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

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



/* =====================
 * 見出し装飾
 * ===================== */

.hlBox {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}

h2.h2type01 {
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
    color: #30af47;
}

span.hlEng {
    font-size: 5rem;
    font-family: "Urbanist", sans-serif !important;
    font-weight: 600;
    text-align: center;
    color: #fefefe;
}

span.hlEng.bg-white01 {
    color: #7ee290;
}

span.hlEng {
	word-break: break-all;
}

h3.h3type01 {
    color: #30af47;
    font-weight: 600;
    font-size: 2.2rem;
    margin-bottom: 10px;
}

span.emp01 {
    font-size: 2.2rem;
    color: #ffe300;
    font-weight: 700;
}



/* =====================
 * tablepress全般
 * ===================== */

.tablepress tbody td.column-1 {
    width: 30%;
    font-weight: 700;
    color: #30af47;
    background-color: #e5ffe9;
    font-family: "Zen Kaku Gothic New", sans-serif !important;
    font-size: 1.5rem;
}

.tablepress tbody td.column-2 {
    width: 70%;
    background-color: #fefefe;
    font-family: "Zen Kaku Gothic New", sans-serif !important;
    font-weight: 500;
    color: #666;
	font-size: 1.5rem;
}


/* =====================
 * 頻用 txt Box系
 * ===================== */

.full-txtBox {
    padding: 20px 30px;
    margin-top: 50px;
}

p.white-txt01 {
    color: #fefefe;
    font-weight: 500;
}




/* =====================
 * 頻用 width
 * ===================== */

.width1400 {
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
}

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

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



/* ==============================================================
 * mv動画
 * ============================================================== */

.vimeo-wrap {
    padding:56.25% 0 0 0;
    position:relative;
}


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

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

.header-menu > li a {
    font-weight: 700;
    color: #666;
    padding: 0 25px;
    border-right: #30af47 3px dotted;
}

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

.g-sub-nav02 .g-sub-nav-list.flex a {
    font-size: 1.4rem;
    display: block;
    padding: 2px 15px;
    border-radius: 0;
    text-align: center;
    margin-left: 15px;
    border: solid 1px #30af47;
    background-color: #30af47;
    color: #fefefe;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-weight: 600;
}

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



.g-sub-nav02 .g-sub-nav-list.flex li:first-of-type a {
    border: solid 1px #ffab2e;
    background-color: #ffab2e;
    color: #fefefe;
}

.g-sub-nav02 .g-sub-nav-list.flex li:first-of-type a:hover {
	background-color: #fefefe !important;
	color: #ffab2e;
}

.g-sub-nav02 .g-sub-nav-list.flex li:first-of-type:hover {
	background-color: #fefefe !important;
}



.header-menu .sub-menu a {
    background-color: #30af47;
    color: #fefefe;
}

.header-menu .sub-menu li {
  border-bottom: 1px solid #fefefe;
}
.sub-menu li:last-of-child {
  border-bottom: none !important;
}
div#hamburger {
    display: none;
}




/* ==============================================================
 * 動画
 * ============================================================== */

.youtube {
	width: 100%;
	aspect-ratio: 16 / 9;
}

.youtube iframe {
	width: 100%;
	height: 100%;
}




/* =====================
 * TOPページ動画周り
 * ===================== */

section.mvMovie {
    position: relative;
    overflow: hidden;
}

section.mvMovie:before {
    position: absolute;
    content: "";
    width: 200%;
    height: 70%;
    background-color: #7ee290;
    bottom: -15vw;
    left: -100px;
    transform: rotate(-7deg);
}

section.mvMovie {
    padding: 0 3vw;
}


/* =====================
 * アコーディオン
 * ===================== */

.plus {
    display: inline-block;
    vertical-align: .3em;
    color: #ffbc2e;
    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 #d9e3da;
    background-image: url(/wp-content/uploads/2025/06/faq-q.png);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: 8px 50%;
}

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

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

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

li.com-faq01-list:last-of-type .faq-a {
    border-top: 1px solid #d9e3da;
}

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

.ivtxt ul {
    padding: 30px 40px;
    background-color: #fefefe;
}

span.plus {
    margin-left: 10px;
}



/* ==============================================================
 * Home
 * ============================================================== */

/* =====================
 * greet
 * ===================== */

section#home-greet {
    background-color: #7ee290;
}

.landscapeVideoBox {
    width: 45%;
    margin-left: 7vw;
}

.greetBox {
    position: relative;
}

section#home-greet .full-txtBox {
    padding: 20px 30px;
    position: absolute;
    width: 35%;
    margin-right: 8vw;
    right: 0;
    top: -2vw;
}



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

.hlBox.newsBox01 {
    width: 20%;
    text-align: left !important;
}

.newsBox01 .hlEng {
    text-align: left !important;
}

.hlBox.newsBox01 h2 {
    text-align: left;
}

.newsBox02 {
    width: 70%;
}

.news-list01 li .date {
    margin-right: 10px;
    line-height: 1em;
    font-family: "Urbanist", sans-serif !important;
    font-weight: 700;
    color: #666;
}

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

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

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

.news-list01 li {
    border-bottom: 1px solid #d9e3da;
}

.btn01 {
    background-color: #fefefe;
    border: 1px solid #30af47;
}

.btn {
    color: #30af47;
    display: block;
    border-radius: 0;
    margin: 0 0 0 auto;
    max-width: 250px;
}

.btn01:hover {
	transition: .2s;
}

.btn .btn-arrow {
	transition: .2s;
}

.btn:hover .btn-arrow {
    right: 18px;
	transition: .2s;
}

.btn01:hover {
	color: #30af47;
}

.btn-arrow {
    fill: #30af47 !important;
}

.btn01 .btn-arrow {
	fill: #30af47 !important;;
}

.btn-arrow {
    width: 8px;
    position: absolute;
    right: 25px;
    top: 20px;
}








/* =====================
 * our-schools
 * ===================== */

section#our-schools {
    padding: 0;
}

.column3-items {
    width: calc(100%/3);
    padding: 30px;
}

section#our-schools {
    padding: 0;
}

.column3-items {
    width: calc(100%/3);
    padding: 4vw 4vw;
}

.haginoBox {
    background-color: #7ee290;
}

.asahiBox {
    background-color: #ffab2e;
}

.jidoucenterBox {
    background-color: #7fc5ff;
}

a.btntype01 {
    background-color: #fefefe;
    padding: 0px 15px;
    border-radius: 9999px;
    color: #666;
    font-weight: 500;
    min-width: 185px;
    text-align: center;
    font-size: 1.5rem;
    background-image: url(/wp-content/uploads/2025/06/linkicon.png);
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: 90% 50%;
}

a.btntype02 {
    background-color: #fefefe;
    padding: 0px 15px;
    border-radius: 9999px;
    color: #666;
    font-weight: 500;
    min-width: 185px;
    text-align: center;
    font-size: 1.5rem;
    background-image: url(/wp-content/uploads/2025/06/linkicon.png);
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: 93% 50%;
}



.btnBox.flex {
    justify-content: center;
    gap: 20px;
    margin: 30px 0;
}

.stlBox {
    border-left: 5px solid #fefefe;
    padding-left: 15px;
}

span.stl {
    font-size: 1.5rem;
    font-weight: 900;
    font-family: "Urbanist", sans-serif !important;
    color: #fefefe;
    display: block;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.column3-items h3 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #fefefe;
}

.imgBox img {
    width: 100%;
    height: 100%;
    aspect-ratio: 5 / 3;
    object-fit: cover;
    clip-path: polygon(0% 0%, 94% 0%, 100% 10%, 100% 100%, 6% 100%, 0% 90%);
}

.tablepress.tablepress-id-7 tbody td.column-1 {
    color: #ff8300;
    background-color: #ffe9c8;
}

.tablepress.tablepress-id-8 tbody td.column-1 {
    color: #3aa6ff;
    background-color: #e4f3ff;
}

.haginoBox a.btntype01,
.haginoBox a.btntype02 {
    color: #30af47;
    font-weight: 600;
}

.asahiBox a.btntype01,
.asahiBox a.btntype02 {
    color: #ff8300;
    font-weight: 600;
}

.jidoucenterBox a.btntype01,
.jidoucenterBox a.btntype02 {
    color: #3aa6ff;
    font-weight: 600;
}



/* =====================
 * contact-band
 * ===================== */

.contact-band {
    background-size: auto auto;
    background-color: rgba(255, 255, 255, 1);
    background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, rgba(229, 255, 233, 1) 5px, rgba(229, 255, 233, 1) 10px);
}

.cf-cb-txt {
    color: #666;
    font-weight: 500;
}

.contact-band .hlBox {
    margin-bottom: 15px;
}

a.btn.btn01.contact-band-btn {
    margin: auto;
}




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

.footer {
    background-color: #7ee290;
    padding: 100px 0 15px;
}

.footer-address p {
    font-weight: 600;
}

.footer-menu a {
    color: #fefefe;
    font-size: 1.6rem;
    font-weight: 600;
}

.footer-menu-title {
    background-color: #fefefe;
    color: #30af47;
    font-weight: 800;
    padding: 0 20px;
    border-radius: 50px;
    font-family: "Urbanist", sans-serif !important;
    text-align: center;
    font-size: 2rem;
}




/* ==============================================================
 * はぎのこども園
 * ============================================================== */

.sub-header-txt {
    padding: 5px 25px;
    font-size: 3rem;
    font-weight: 600;
    color: #fefefe;
    background-color: #7ee290dd;
    font-family: "Zen Kaku Gothic New", sans-serif !important;
}

.haginokodomoen .sub-header-txt {
    color: #fefefe;
    background-color: #7ee290dd;
}


section#hagino-feature {
    padding-top: 0;
	position: relative;
}

section#hagino-feature:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 200px;
    background-color: #7ee290;
    bottom: -1px;
    z-index: -1;
}

.portraitVideoItems {
    width: 25%;
}

.portraitVideoItems img {
    border-radius: 15px;
}

section#hagino-Instagram {
    background-color: #7ee290;
    padding-top: 0;
}



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

.haginokodomoen .tab-panel-a .tab {
    color: #7ee290;
    background-color: #e0ffe5;
}

.haginokodomoen .com-timeline01-time {
    font-size: 2.5rem;
    font-weight: 900;
    color: #30af47;
    border-bottom: 3px solid #7ee290;
    padding-bottom: 3px;
    font-family: "Urbanist", sans-serif !important;
}

.haginokodomoen .com-timeline01-head {
    color: #30af47;
}

.haginokodomoen .com-list02-ttl {
    color: #30af47;
    border-bottom: 3px solid #7ee290;
}

.haginokodomoen .contact-band {
	background-size: auto auto;
	background-color: rgba(255, 255, 255, 1);
	background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, rgba(229, 255, 233, 1) 5px, rgba(229, 255, 233, 1) 10px );
}

.haginokodomoen .com-list02-sub-inner {
    background-color: #e0ffe5 !important;
    border-radius: 0 !important;
}


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

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

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







/* ==============================================================
 * あさひ保育所
 * ============================================================== */

.page-id-1809 .sub-header-txt {
    padding: 5px 25px;
    font-size: 3rem;
    font-weight: 600;
    color: #fefefe;
    background-color: #ffab2edd;
    font-family: "Zen Kaku Gothic New", sans-serif !important;
}

span.hlEng.bg-white02 {
    color: #ffab2e;
}

section#asahi-feature {
    position: relative;
}

section#asahi-feature:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 200px;
    background-color: #ffab2e;
    bottom: -1px;
    z-index: -1;
}

section#asahi-Instagram {
    background-color: #ffab2e;
	position: relative;
	padding-top: 0;
}


.asahi-nursery .tab-panel-b .tab.is-active, .tab-panel-b .tab:hover {
    background-color: #ffab2e;
    color: #fefefe;
}

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

.asahi-nursery .tab-panel-a .tab {
    color: #ffab2e;
    background-color: #ffe9c8;
}

.asahi-nursery .com-timeline01-time {
    font-size: 2.5rem;
    font-weight: 900;
    color: #ff8d18;
    border-bottom: 3px solid #ffab2e;
    padding-bottom: 3px;
    font-family: "Urbanist", sans-serif !important;
}

.asahi-nursery .com-timeline01-head {
    color: #ff8d18;
}

.asahi-nursery .com-list02-ttl {
    color: #ff8d18;
    border-bottom: 3px solid #ffab2e;
}

.asahi-nursery .com-list02-sub-inner {
    background-color: #ffe9c8 !important;
    border-radius: 0 !important;
}

.asahi-nursery h2.h2type01 {
    color: #ff8300;
}

.asahi-nursery .contact-band {
	background-size: auto auto;
	background-color: rgba(255, 255, 255, 1);
	background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, rgba(229, 255, 233, 1) 5px, rgba(229, 255, 233, 1) 10px );
}

.asahi-nursery .contact-band h2.h2type01 {
    color: #30af47;
}

section#asahijidou-center-overview h2.h2type01 {
    color: #1e8ae2;
}

section#asahijidou-center-overview .imgBox {
    margin-bottom: 30px;
}



/* ==============================================================
 * 朝日児童センター
 * ============================================================== */

section#asahijidou-center-greet {
    padding-top: 0;
    position: relative;
    overflow: hidden;
}

section#asahijidou-center-greet:before {
    content: "";
    position: absolute;
    width: 200%;
    height: 400px;
    background-color: #80c6ff;
    bottom: -250px;
    left: -100px;
    z-index: -1;
    transform: rotate(5deg);
}

.page-id-1815 h1.sub-header-txt {
    background-color: #7fc5ffdd;
}

h2.h2type01.jdch2 {
    color: #1e8ae2;
}

h3.jdcemp {
    color: #1e8ae2;
    font-weight: 800;
    font-size: 2.5rem;
    margin-bottom: 15px;
    text-align: center;
}

span.hlEng.bg-white03 {
    color: #7fc5ff;
}

section#asahijidou-center-overview h2.h2type01 {
    color: #1e8ae2;
}

section#asahijidou-center-overview {
    background-color: #7fc5ff;
    padding-top: 0;
}

section#asahijidou-center-overview .column3-items {
    width: 30%;
    padding: 0;
}

.jdctxtBox {
    background-color: #f4faffdd;
    padding: 30px 45px;
}

table#tablepress-9 tbody td.column-1 {
    background-color: #e4f3ff;
    color: #3aa6ff;
    font-size: 1.5rem;
}

table#tablepress-9 tbody td.column-2 {
    font-size: 1.5rem;
}

table#tablepress-10 tbody td.column-1 {
    background-color: #e4f3ff;
    color: #3aa6ff;
    font-size: 1.5rem;
}

table#tablepress-10 tbody td.column-2 {
    font-size: 1.5rem;
}

table#tablepress-11 tbody td.column-1 {
    background-color: #e4f3ff;
    color: #3aa6ff;
    font-size: 1.5rem;
}

table#tablepress-11 tbody td.column-2 {
    font-size: 1.5rem;
}

.asahijidou-center .contact-band {
    background-size: auto auto;
    background-color: rgba(255, 255, 255, 1);
    background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, rgba(229, 255, 233, 1) 5px, rgba(229, 255, 233, 1) 10px);
}





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

section#recruit-page-mv {
    padding: 0 3vw;
}

section#recruit-page-appeal {
    background-color: #7ee290;
}

.column2-items.flex {
    width: 40%;
    align-items: center;
}

.appImg {
    width: 25%;
}

.appTxt {
    width: 67%;
    position: relative;
}

.appTxt:before {
    position: absolute;
    content: "01";
    font-family: "Urbanist", sans-serif !important;
    font-weight: 700;
    font-size: 8rem;
    top: -35px;
    left: -75px;
    font-style: italic;
    color: #fefefe99;
}

.appealBox.flex .column2-items:nth-of-type(2) .appTxt:before {
    content: "02";
}

.appealBox.flex .column2-items:nth-of-type(3) .appTxt:before {
    content: "03";
}

.appealBox.flex .column2-items:nth-of-type(4) .appTxt:before {
    content: "04";
}

.appealBox.flex .column2-items:nth-of-type(5) .appTxt:before {
    content: "05";
}

.appealBox.flex .column2-items:nth-of-type(6) .appTxt:before {
    content: "06";
}

.appealBox.flex .column2-items:nth-of-type(7) .appTxt:before {
    content: "07";
}

.appTxt p {
    color: #fefefe;
}

h3.h3type03 {
    font-size: 3rem;
    font-weight: 700;
    color: #fefefe;
}

.appealBox.flex {
    justify-content: space-evenly;
    gap: 15px;
}

.portraitVideoFrame {
    position: relative;
}

.portraitVideoFrame {
    position: relative;
}

.ivtxt {
    width: 70%;
    position: relative;
}

.ivImg {
    width: 25%;
}

.ivImg img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
	object-fit: cover;
}

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

.interviewBox {
    padding-top: 50px;
    background-color: #7ee290;
    padding-bottom: 50px;
}

.interviewBox .width1400 .ivItems.flex:nth-of-type(2n) {
    flex-direction: row-reverse;
}

.portraitVideoFrame:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 150px;
    background-color: #7ee290;
    bottom: -1px;
    z-index: -1;
}

span.tname {
    position: absolute;
    font-size: 4rem;
    font-weight: 900;
    color: #30af47;
    top: -10px;
    left: 50%;
    transform: translate(-100%, -50%);
	z-index: 10;
}

section#recruit-page-flow {
    padding-top: 0;
    background-color: #7ee290;
}

section#recruit-page-interview {
    padding-bottom: 0;
}

.flowLeft {
    width: 15%;
    padding: 10px;
    background-color: #e5ffe9;
    text-align: center;
}

.flowLeft span {
    font-family: "Urbanist", sans-serif !important;
    font-weight: 800;
    background-color: #30af47;
    display: block;
    padding: 3px;
    color: #fefefe;
}

.flowLeft h3 {
    color: #30af47;
    font-weight: 800;
    line-height: 3;
    font-size: 2rem;
}

.flowRight {
    width: 82%;
    background-color: #fefefe;
    padding: 15px 25px;
}

.interviewBox .width1400 .ivItems.flex:last-of-type {
    margin-bottom: 0;
}

.flowItems {
    margin-bottom: 30px;    
}

.flowBox {
    padding-bottom: 50px;
}

.faqBox {
    padding: 30px 40px;
    background-color: #fefefe;
}


#recruit-page-content .tab-panel-a .tab.is-active, #recruit-page-content .tab-panel-a .tab:hover {
    background-color: #7ee290;
    color: #fff;
}

#recruit-page-content .tab-panel-a .tab {
    color: #7ee290;
    background-color: #e5ffe9;
}

.recruit-feed01 > li {
    background-color: #e5ffe9;
    border-radius: 0;
}

.recruit-feed01 .time-cat time {
    margin-right: 10px;
    font-family: "Urbanist", sans-serif !important;
    font-weight: 800;
    color: #666;
}

.recruit-feed01 h3 {
    font-size: 2.4rem;
    color: #30af47;
    font-weight: 700;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 3px solid #7ee290;
}

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

.recruit-feed01 .recruit-sub.flex li {
    font-size: 1.6rem;
    margin-right: 15px;
    color: #666;
    font-weight: 600;
}

.recruit-feed01 .recruit-img img {
    height: 205px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 0;
}

.page-id-939 #breadcrumbs {
    display: none;
}

a.flowbtn01 {
    padding: 1px 10px;
    background-color: #30af47;
    color: #fefefe;
    font-weight: 800;
    margin-right: 5px;
    display: inline-block;
    transition: .2s;
}

a.flowbtn01:hover {
    background-color: #7ee290;
}




/* ==============================================================
 * 法人概要
 * ============================================================== */

section#cov-policy {
    padding-top: 0;
}

.company-overview section#cov-policy .full-txtBox {
    background-color: #ebffefdd;
    padding: 30px 45px;
}

section#cov-philosophy {
    padding-top: 0;
}

.company-overview section#cov-philosophy .full-txtBox {
    background-color: #ebffefdd;
    padding: 30px 45px;
}

.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
}
 
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

section#cov-ov-access {
    background-color: #7ee290;
}

h3.spovgt {
    font-size: 2.5rem;
    font-weight: 700;
    color: #fefefe;
}

.infoBox.flex {
    justify-content: space-around;
}

.column2-items {
    width: 45%;
}

section#cov-DL {
    padding-top: 0;
    background-color: #7ee290;
}

a.btntype03 {
    background-color: #fefefe;
    display: block;
    width: 20%;
    min-width: 200px;
    height: auto;
    padding: 15px 35px 15px 45px;
    border: 1px solid #30af47;
    color: #30af47;
    font-weight: 600;
    background-image: url(/wp-content/uploads/2025/06/file-pdf-solid02.png), url(/wp-content/uploads/2025/06/linkicon.png);
    background-size: 20px, 15px;
    background-repeat: no-repeat;
    background-position: 18px 50%, 95% 50%;
    transition: .2s;
}

a.btntype03:hover {
    background-color: #e5ffe9;
}

.docuBox.flex {
    justify-content: space-around;
    gap: 20px 5px;
}






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

.page-id-12 .contact-band {
    display: none;
}

section#contact-info {
    padding-top: 0;
}


a.tellBtn {
    width: 30%;
    height: 100%;
    display: block;
    text-align: center;
    padding: 10px;
}

a.tellBtn h3.h3type04 {
    font-size: 1.8rem;
    margin-bottom: 5px;
    font-weight: 500;
    color: #666;
}

a.tellBtn span {
    font-size: 2.5rem;
    font-family: "Urbanist", sans-serif !important;
    font-weight: 600;
}

section#contact-telLink {
    padding-top: 0;
}

.nsrtelBox.flex {
    justify-content: space-around;
    gap: 30px;
    margin-bottom: 50px;
}

.telB01 {
    background-color: #e5ffe9;
    border: 1px solid #30af47;
    box-shadow: 3px 3px 0 0px #30af47;
}

.telB01 span {
	color: #30af47;
}


.telB02 {
    background-color: #ffe9c8;
    border: 1px solid #ff8300;
    box-shadow: 3px 3px 0 0px #ff8300;
}

.telB02 span {
	color: #ff8300;
}


.telB03 {
    background-color: #e4f3ff;
    border: 1px solid #1e8ae2;
    box-shadow: 3px 3px 0 0px #1e8ae2;
}

.telB03 span {
	color: #1e8ae2;
}


.telB04 {
    background-color: #e4f3ff;
    border: 1px solid #1e8ae2;
    box-shadow: 3px 3px 0 0px #1e8ae2;
}

.telB04 span {
	color: #1e8ae2;
}


.telB05 {
    background-color: #e4f3ff;
    border: 1px solid #1e8ae2;
    box-shadow: 3px 3px 0 0px #1e8ae2;
}

.telB05 span {
	color: #1e8ae2;
}

section#contact-form {
    padding-top: 0;
}


.contact-form01 th {
    background-color: transparent;
    color: #30af47;
}

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

.required {
    padding: 3px 10px;
    color: #fefefe;
    background-color: #ffbc2e;
}

input[type="radio"]:checked:before {
    background: #30af47;
}

input[type="submit"],
input[type="button"] {
  padding: 15px 20px;
  background: #ffbc2e;
  color: #fefefe;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  display: block;
  width: 300px;
  margin: 0 auto;
  border: 1px solid #ffbc2e;
  margin: 0 auto;
  transition: .2s;
  font-family: "Zen Kaku Gothic New", sans-serif !important;
}

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

.privacy-check a {
    font-size: 1.4rem;
    color: #ffbc2e;
    display: block;
    font-weight: 600;
}

input[type="checkbox"]:checked {
    background: #30af47;
    border: none !important;
}
input[type="checkbox"] {
    vertical-align: -8px;
    -webkit-appearance: none;
    position: relative;
    margin-right: 5px;
    border-radius: 0;
    width: 22px !important;
    height: 22px !important;
    background: #dedede;
    border: none !important;
}

.linkBox a.btntype03 {
    width: 30%;
    margin: auto;
    background-size: 0,15px;
    text-align: center;
    padding: 15px;
}

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

input[type="text"], textarea, input[type="email"], input[type="tel"] {
    font-weight: 400;
    font-family: "Zen Kaku Gothic New", sans-serif !important;
}





/* =====================
 * hamburgerメニュー
 * ===================== */

.scroll-ham-trigger {
  position: fixed;
  top: -80px;
  right: 40px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: top 0.5s ease;
  background-color: #30af47;
  padding: 20px 15px;
}

.scroll-ham-trigger span {
  display: block;
  height: 3px;
  background-color: #fefefe;
  transition: 0.4s;
  border-radius: 9999px;
}

.scroll-ham-trigger.is-visible {
  top: 40px;
  right: 40px;
}

.scroll-ham-trigger.is-active span:nth-child(1) {
  transform: rotate(45deg) translateX(6px) translateY(6px);
}

.scroll-ham-trigger.is-active span:nth-child(2) {
  transform: rotate(-45deg) translateX(6px) translateY(-6px);
}

.scroll-ham-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9998;
  transition: background 0.3s ease;
}

.scroll-ham-overlay.is-active {
  display: flex;
  background: rgba(0, 0, 0, 0.6);
}

.scroll-ham-menu {
    background: #fefefecc;
    padding: 25px 40px;
    text-align: center;
    width: 80%;
    height: auto;
    transform: translateY(-40px);
    opacity: 0;
    transition: transform 0.4s ease, opacity 0.4s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.scroll-ham-overlay.is-active .scroll-ham-menu {
  transform: translateY(0);
  opacity: 1;
}

/* スライドアウト用クラス */
.scroll-ham-menu.slide-up {
  transform: translateY(-40px);
  opacity: 0;
}

/* メニューリスト */
.scroll-ham-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: space-around;
}

.scroll-ham-menu li {
  margin: 15px 0;
  position: relative;
}

/* メインリンク */
.scroll-ham-menu a {
    text-decoration: none;
    font-size: 2rem;
    color: #666;
    display: block;
    font-weight: 800;
}

/* 小メニュー（サブリンク） - 常時表示 */
.sub-links {
  display: flex !important;
  flex-direction: column;
  margin-top: 5px;
}

/* 小メニューのリンク */
.sub-links a {
    font-size: 1.2rem;
    color: #888;
    padding: 4px 0;
    text-decoration: none;
}

/* ホバーで色変えたい時用 */
.scroll-ham-menu a:hover,
.sub-links a:hover {
  color: #30af47;
}

.scroll-ham-menu.slide-up {
  transform: translateY(-40px);
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
}

.scroll-ham-menu ul li {
    width: 24%;
}


a.hvBtn01 {
    position: fixed;
    right: 0;
    bottom: 250px;
    width: 50px;
    height: 150px;
    font-weight: 600;
    padding: 30px 13px 10px 10px;
    text-align: center;
    letter-spacing: .1rem;
    background-color: #30af47;
    writing-mode: vertical-rl;
    color: #fefefe;
    background-image: url(/wp-content/uploads/2025/06/mail.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 50% 10px;
    line-height: normal;
    transition: .2s;
}

a.hvBtn01:hover {
    background-color: #7ee290;
}

a.hvBtn02 {
    position: fixed;
    right: 0;
    bottom: 90px;
    width: 50px;
    height: 150px;
    font-weight: 600;
    padding: 30px 13px 10px 10px;
    text-align: center;
    letter-spacing: .1rem;
    background-color: #ffab2e;
    writing-mode: vertical-rl;
    color: #fefefe;
    background-image: url(/wp-content/uploads/2025/06/jnj.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 50% 15px;
    line-height: normal;
    transition: .2s;
}

a.hvBtn02:hover {
    background-color: #ffcc80;
}







.archive-info-img img {
    border-radius: 0;
}

.archive-time-cat time {
    font-size: 1.8rem;
    margin-right: 10px;
    line-height: 1em;
    font-family: "Urbanist", sans-serif !important;
    font-weight: 700;
    color: #666;
}

.archive-info-cat a {
    background-color: #ffbc2e;
    border: 1px solid #ffbc2e;
    border-radius: 0;
}

.archive-info-title a:hover {
    color: #ffbc2e !important;
}
.archive-info-title a {
    font-size: 2rem;
    letter-spacing: 0;
    font-weight: 500;
    color: #666;
}

.archive-info-cat a:hover {
  background-color: #fefefe;
  color: #ffbc2e;
}

.sidebar h3 {
    background-color: #30af47;
}

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

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

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

ul.archive-info-list.flex {
    margin-bottom: 50px;
}


.single-info-date-cat span a {
    background-color: #ffbc2e;
    border: 1px solid #ffbc2e;
    border-radius: 0;    
}

.single-info-date-cat time {
    margin-right: 10px;
    line-height: 1em;
    font-family: "Urbanist", sans-serif !important;
    font-weight: 700;
    color: #666;
}

.single-info-title {
    color: #30af47;
}

.single-info-catch-img img {
    border-radius: 0;
}

.single-info-wrap main {
    margin-bottom: 50px;
}

.gallery-list a img {
    border-radius: 0;
}

.file-list a {
    color: #30af47;
    background-color: #e5ffe9;
}

.file-list a:hover {
  color: #fefefe;
  background-color: #30af47;
}

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

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

article.single-info-article a img {
    width: auto;
}



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

body.archive .contact-band {
    background-size: auto auto;
    background-color: rgba(255, 255, 255, 1);
    background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, rgba(229, 255, 233, 1) 5px, rgba(229, 255, 233, 1) 10px);
}

body.single-post .contact-band {
    background-size: auto auto;
    background-color: rgba(255, 255, 255, 1);
    background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, rgba(229, 255, 233, 1) 5px, rgba(229, 255, 233, 1) 10px);
}

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








.fade-in span {
  opacity: 0;
  transform: translateY(20px);
  display: inline-block;
  animation: fadeInUp 1s ease forwards;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}




h2.h2type01 span {
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
    color: #30af47;
}

span.hlEng span {
    font-size: 5rem;
    font-family: "Urbanist", sans-serif !important;
    font-weight: 600;
    text-align: center;
    color: #fefefe;
}

span.hlEng span:first-of-type {
    color: #ffe300;
}

span.hlEng.bg-white01.fade-text.fade-in span {
    color: #7ee290;
}

.asahi-nursery h2.h2type01 span {
    color: #ff8d18;
}

.asahi-nursery span.hlEng span {
    color: #ffab2e;
}

.asahi-nursery  .contact-band h2.h2type01 span {
    color: #30af47;
}

h2.h2type01.jdch2 span {
    color: #1e8ae2;
}

span.hlEng.bg-white03 span {
    color: #7fc5ff;
}

section#asahijidou-center-overview h2.h2type01 span {
    color: #1e8ae2;
}

section#asahijidou-center-overview span.hlEng span {
    color: #fefefe;
}






.fade-up-element {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.2s ease, transform 1.2s ease;
}

.fade-up-element.is-visible {
  opacity: 1;
  transform: translateY(0);
}


/*埋め込み動画TOP
.video-box.overlay {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 41.67%;
}

#vimeo_player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.player-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;

}
*/

section#hagino-feature:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 200px;
    background-color: #7ee290;
    bottom: -1px;
    z-index: -1;
    display: none;
}

section#asahi-feature:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 200px;
    background-color: #ffab2e;
    bottom: -1px;
    z-index: -1;
	display: none;
}
/*1028*/
.page-id-12 .cnttellBox.flex {
    justify-content: center;
}