@charset "UTF-8";

/*
Theme Name: insp_theme02
Description: This theme was created by Inspire.
Author: 株式会社インスパイア
Author URI: https://insp.co.jp
Version: 1.0
*/
/*=======================================================
共通
=======================================================*/
p, a, li, dt, dd, time, h1, h2, h3, h4, h5, h6, th, td, span, label, input {
    font-family: "Noto Sans JP", sans-serif;
    color: #2F2F2F;;
}
p, a, li, dt, dd, th, td {
    line-height: 1.75em;
}
.pc { display: block; }
.sp { display: none; }

.common_ttl {
    text-align: center;
    color: #75542F;
    margin-bottom: 40px;
}
.common_ttl h2 {
    color: #5A5A5A;
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 15px;
}
.common_ttl p.subttl {
    font-family: "Zen Maru Gothic", serif;
    color: #00BFFF;
    font-size: 6.8rem;
    font-weight: 700;;
    letter-spacing: 0.1rem;
    display: flex;
    justify-content: center;
	align-items: center;
    margin-bottom: 18px;
    position: relative;
}
.common_ttl p.subttl:after {
    content:"";
    position: absolute;
	background: url(/wp-content/uploads/2024/10/line_01.webp) no-repeat center top;
    background-size: 100% auto;
    width: 72px;
    height: 8px;
    bottom: -5px;
}
.common_ttl p span{
    font-weight: 700;
    color: #4CAB77;
}
.common_ttl .color-1{
    color: #4CAB77;
    font-size: 3.6rem;
    font-weight: 700;
}
.common_ttl .color-2{
    font-size: 3.6rem;
    color: #75542F;
    font-weight: 700;
}
.ttl_h2{
    font-size:4.0rem;
    font-weight: 700;
    color: #5A5A5A;
    margin-bottom: 80px;
    position: relative;
    text-align: center;
}
.ttl_h2::after{
    display: inline-block;
    position: absolute;
    content: '';
    bottom: -20px;
    width: 184px;
    height: 4px;
    border-bottom: 4px dotted #DBC02A;
    left: 50%;
    transform: translateX(-50%);

}
.ttl_h3 {
    font-size:4.0rem;
    font-weight: 700;
    color: #63C8D1;
    margin-bottom: 50px;
    position: relative;
}
.ttl_h3::after {
    display: inline-block;
    position: absolute;
    content: '';
    bottom: -20px; /*下線の上下の位置*/
    left: 0%;
    width: 54px; /*下線の幅*/
    height: 4px; /*下線の太さ*/
    border-bottom: 4px dotted #DBC02A;
}
.common_ttl_h4 {
    font-size:2.1rem;
    font-weight: 700;
    color: #75542F;
    background: #F9EFEF;
	border-radius: 15px;
    padding:13px 30px;
    display: block;
    margin-bottom: 20px;
    position: relative;
}
.common_ttl_h4::before {
    content: '';
    position: absolute;
    left: 0;
    top: 16px; /* 上部の空けたい部分のサイズ */
    bottom: 16px;
    width: 5px;
    background: #EFCACA; /* ボーダーの色 */
}
.common_ttl2{
    margin-bottom: 15px;
}
.common_ttl2 h3{
    font-size: 3.2rem;
    color: #5A5A5A;
    font-weight: 700;
    letter-spacing: 0.1rem;
    display: inline-block;
}
.common_ttl2 p{
    display: inline-block;
    color: #A6A6A6;
    font-size: 2.0rem;
    font-weight: 600;
    margin-left: 10px;
    position: relative;
}
.common_ttl2::after{
    content: "";
    position: absolute;
    top: auto;
    background: url(/wp-content/uploads/2024/10/line_01.webp) no-repeat left 20px top;
    background-size: 71% auto;
    width: 97px;
    height: 8px;
    margin-top: 29px;
}
.txt1{
    font-size: 2.0rem;
    color: #63C8D1;
    font-weight: 600;
}

.width1100 {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}
.btn01 {
    transition-duration:0.3s;
    background-image: url(/wp-content/uploads/2024/10/arrow_01.webp), url(/wp-content/uploads/2024/10/bg_11.png);
	background-repeat: no-repeat,repeat;
	background-position:right 10px center,left top;
    color: #ffffff;
    background-size: 24px 24px,auto auto;
	border:none;
}
.btn01:hover {
    transition-duration:0.3s;
    background-image: url(/wp-content/uploads/2024/10/arrow_01.webp), url(/wp-content/uploads/2024/10/bg_12.png);
	background-repeat: no-repeat,repeat;
	background-position:right 6px center,left top;
    color: #ffffff;
    background-size: 24px 24px,auto auto;
	border:none;
}
section.parallax-window {
    height: 500px;
}
@media screen and (max-width: 1100px) {
    .width1100 {
        width: 96%;
        margin: 0 2%;
    }
}
@media screen and (max-width: 1000px) {
    .common_ttl {
        margin-bottom: 80px;
    }
    .common_ttl .color-1 ,
    .common_ttl .color-2 {
        font-size: 3.0rem;
    }
    .common_ttl p {
        font-size: 1.4rem;
    }
}
@media screen and (max-width: 750px) {
	.sp { display: block; }
	.pc { display: none; }

    .common_ttl_h3 {
        font-size: 5vw;
        padding: 4vw 5vw;
        min-width: auto;
    }
    .common_ttl_h4 {
        font-size: 4.5vw;
    }
    .common_ttl h2 {
        font-size: 4.5vw;
        letter-spacing: 0.2rem;
    }
	.common_ttl2 h3 {
	    font-size: 7vw;
	}
    .common_ttl {
        margin-bottom: 30px;
    }
    .common_ttl p.subttl {
        font-size: 11vw;
    }
    section.parallax-window {
        height: 300px;
    }
    .ttl_h2 {
        font-size: 7vw;
    }
    .ttl_h3 {
        font-size: 4.5vw;
    }
    .txt1 {
        font-size: 1.8rem;
    }
}
/*=======================================================
ヘッダー
=======================================================*/
.home header {
    position: absolute;
    z-index: 1;
	background-color: rgba(255,255,255,0.8);
}
.header-content02 {
    padding: 19px 0 0;
}
.header-box01 .logo {
    max-width: 314px;
    width: 100%;
}
.header-box01 {
    margin-bottom: 20px;
}
.header-box01 .header-sub-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
	text-align:center;
}
.header-box01 .header-sub-box .g-nav-contact-pc a{
    background-image:url(/wp-content/uploads/2024/10/icon_03.webp),url(/wp-content/uploads/2024/10/bg_11.png);
    background-repeat:no-repeat, repeat;
    background-position:left 20px center, left top;
    background-size:22px auto, auto auto;
    padding: 11px 30px 11px 53px;
	color:#ffffff;
	font-size:20px;
	border-radius: 30px;
    transition-duration:0.3s;

}
.header-box01 .header-sub-box .g-nav-contact-pc a:hover{
    background-image:url(/wp-content/uploads/2024/10/icon_03.webp),url(/wp-content/uploads/2024/10/bg_12.png);
    background-repeat:no-repeat, repeat;
    background-position:left 20px center, left top;
    background-size:22px auto, auto auto;
    padding: 11px 30px 11px 53px;
	color:#ffffff;
	font-size:20px;
	border-radius: 30px;
    transition-duration:0.3s;
}
.header-menu {
    background-color: #fff;
}
.header-menu > li {
    padding: 8px 0;
}
.header-menu > li a {
    font-weight: 400;
    font-size: 1.8rem;
    color: #444444;
    border-right: 0px;
    padding:10px 40px 13px 20px;
}
header .fixed_link{
    position: fixed;
    top:150px;
    right: 0;
    z-index: 1;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
    text-orientation: upright;

}
header .fixed_link a{
    color: #ffffff;
    letter-spacing: 0.2rem;
    font-size: 2.0rem;
    padding:66px 14px 40px;
    border-radius: 30px;
	background: url(/wp-content/uploads/2024/10/icon_06.webp) no-repeat center top 30px #F596AA;
    background-size: 30px auto;
    display: block;
	transition-duration:0.3s;
}
header .fixed_link a:hover{
	background: url(/wp-content/uploads/2024/10/icon_06.webp) no-repeat center top 30px #F16180;
    background-size: 30px auto;
	transition-duration:0.3s;
}
#hamburger {
    background-color: transparent;
}
#hamburger span {
    background-color: #00BFFF;
}
#mobile-nav {
    background: #00BFFF;
	display:none;
}
.mobile-nav-wrap .mobile-menu-list > li > a {
    color: #00BFFF;
    border-top: 2px dotted #DBC02A;
}
.moblie-menu-head {
    color: #00BFFF;
}
.moblie-menu-tel-number {
    color: #fff;
}
.moblie-menu-time {
    color: #444444;
}

@media screen and (max-width: 1450px) {
    .header-menu>li a {
        padding: 10px 0vw 13px 1vw;
    }
}
@media screen and (max-width: 1120px) {
    .header-menu>li a {
        font-size: 1.4rem;
        padding: 0 1vw;
    }
}
@media screen and (max-width: 750px) {
	.home header {
	    position: static;
	}
    header .fixed_link{
        display: none;
    }
	#mobile-nav {
		display:block;
	}
}
/*=======================================================
フッター
=======================================================*/
.footer{
    padding: 0;
    background-color: #fff;
}
.footer .img{
	background: url(/wp-content/uploads/2024/10/bg_10.webp) no-repeat center top;
    background-size: 100% auto;
    text-align: center;
    padding-top: 100px;
}
.footer .img img{
    max-width: 601px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.footer_menu {
    background:url(/wp-content/uploads/2024/10/bg_11.png) repeat;
}
.footer_menu #navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.footer_menu #navi .menu-top {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.footer_menu #navi li {
    padding: 17px 0;
}
.footer_menu #navi li a {
    font-size: 1.8rem;
    color: #ffffff;
    border-right: 0px;
    padding: 10px 40px 13px 20px;
}
.footer-inner {
    padding: 80px 0;
    text-align: center;
    margin: 0 auto;
}
.footer-logo-address {
    width: 100%;
}
.footer-logo {
    padding-bottom: 20px;
    border-bottom: 0px dotted #fff;
}
.footer .footer-logo img {
    max-width: 314x;
    display: inline-block;
}
.footer-address p, .footer-address a {
    color: #444444;
}
.footer-address .name {
    display: block!important;
}
.footer .footer-logo{
    border: 0px;
    margin: 0;
}
.footer .footer-logo img{
    max-width: 360px;
}
.footer-address .name {
    display: none;
}
.footer .copyright{
    padding: 18px 0;
    text-align: center;
    background: #00BFFF;
}
.footer .copyright p{
    color: #fff;
    font-size: 1.2rem;
    margin: 0;
}
.footer #page-top img {
    max-height: 105px;
    width: auto;
}
@media screen and (max-width: 750px) {
    .footer .img img {
        width: 50%;
    }
    .footer .img {
        background: url(/wp-content/uploads/2024/10/bg_10.webp) no-repeat center bottom;
        background-size: 150% auto;
    }
    .footer-inner {
        padding: 40px 0;
    }
    .footer .footer-logo img {
        max-width: 70%;
    }
    .footer_menu #navi li {
        padding: 10px 0;
        width: 100%;
    }
    .footer .footer-logo img{
        margin-bottom: 30px;
    }
	.footer #page-top img {
	    max-height: 55px;
	}
}

/*=======================================================
メインビジュアル
=======================================================*/
.slider .img{
    position: absolute;
    bottom: -1px;
}
.slider .img img{
    width: 100%;
    height: auto;
}
/*=======================================================
お知らせ
=======================================================*/
.home_topics {
    background-image:url(/wp-content/uploads/2024/10/bg_01.webp),url(/wp-content/uploads/2024/10/bg_02.webp);
    background-repeat: no-repeat,no-repeat;
    background-position: left top 8vw,right top;
    background-size: 181px auto,242px auto;
    padding: 40px 0 120px;
}
.home_topics .layout{
    padding: 70px 0 0;
}
.home_topics .news-list01{
    margin: 0 8% 60px;
}
.home_topics .news-list01 li{
    display: flex;
}
.news-list01 li .date-cat.flex {
    margin-bottom: 0px;
    flex-wrap: nowrap;
    width: 24%;
}
.news-list01 li .date {
    margin-right: 4%;
    color: #00BFFF;
}
.news-list01 li .news-txt {
    margin-left: 4%;
}
.news-list01 li .news-txt a{
    font-size: 1.8rem;;
}
.news-list01 li .news-cat a {
    background-color: #FAB950;
    border: 0px;
    margin-left: 20px;
    font-weight: 400;
    font-size: 1.6rem;
    padding: 7px 8px 8px;
}
.news-list01 li .news-cat a:hover {
    background-color: #F16180;
    color: #ffffff;
}
.home_topics .block{
    margin: 0 8% 40px;
}
.home_topics .link_sec a{
    padding: 21px 20px;
    border-radius: 50px;
}

@media screen and (max-width: 1100px) {
    .news-list01 li {
        grid-template-columns: 25% 75%;
    }
}
@media screen and (max-width: 750px) {
    .home_topics {
        background-size: 24% auto, 32% auto;
    }
    .home_topics .news-list01 li {
        display: block;
    }
    .news-list01 li .date-cat.flex {
        width: 100%;
    }

    .news-list01 {
        margin-bottom: 30px;
    }
    .news-list01 li {
        grid-template-columns: 33% 67%;
        padding: 15px 0;
    }
    .news-list01 li .date {
        margin-bottom: 10px;
        width: 50%;
    }
    .news-list01 li .news-txt {
        margin-left: 0%;
    }
	.news-list01 li .news-txt a {
	    font-size: 1.4rem;
	}
    .news-list01 li .news-cat a,
	.news-list02 li .news-cat a,
	.news-list03 li .news-cat a {
        font-size: 1.2rem;
    }
    .news-cat {
        margin: 0 0 0 auto;
    }
}
/*=======================================================
園の紹介
=======================================================*/
.home_about {
    background:url(/wp-content/uploads/2024/10/bg_03.webp) no-repeat left top 8vw;
    background-size: 156px auto;
}
.home_about .sec1 {
    position: relative;
}
.home_about .sec1 .img_sec {
    position: absolute;
    right: 0;
    top: -223px;
}
.home_about .sec1 .img_sec img{
    max-width: 326px;
    width: 100%;
    height: auto;
}
.home_about .sec1 .subsec {
    display: table;
    margin-bottom:50px;
}
.home_about .sec1 .subsec .tl {
    display: table-cell;
    width: 50%;
	vertical-align: top;
    padding-right: 5%;
}
.home_about .sec1 .subsec .tr img{
    max-width: 555px;
    width: 100%;
    height: auto;
}
.home_about .sec1 .subsec .tr {
    display: table-cell;
    width: 50%;
	vertical-align: top;
}
.home_about .sec2 {
    margin: 0 auto 80px;
    background-image:url(/wp-content/uploads/2024/10/bg_04.webp),url(/wp-content/uploads/2024/10/bg_05.webp);
    background-repeat: no-repeat,no-repeat;
    background-position: center top -1px,center bottom -1px;
    background-size: 100% auto,100% auto;
    background-color: #EDF8FF;
    padding: 130px 0 170px;
}
.home_about .sec2 .img_sec {
    width: 100%;
    position: relative;
    text-align: right;
    margin-top: -120px;
}
.home_about .sec2 .img_sec img{
    width: 100%;
    height: auto;
    max-width: 344px;
    display: block;
    margin: 0 0 0 auto;
}
.home_about .sec2 .block{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}
.home_about .sec2 .block .youtube {
    width: 100%;
    aspect-ratio: 16 / 9;
  }
  .home_about .sec2 .block .youtube iframe {
    width: 100%;
    height: 100%;
  }

.home_about .sec3 {
    margin: 0 auto 80px;
    position: relative;
    background-image:url(/wp-content/uploads/2024/10/bg_06.webp),url(/wp-content/uploads/2024/10/bg_07.webp);
    background-repeat: no-repeat,no-repeat;
    background-position: left top 0px,right top 0px;
    background-size: 224px auto,323px auto;
}
.home_about .sec3 .common_ttl{
    margin-bottom:80px;
}
.home_about .sec3 .block{
}
.home_about .sec3 .block ul{
}
.home_about .sec3 .block ul li{
    width: 94%;
    margin: 0 auto 60px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
	grid-template-columns: 23% 72%;
    gap: 40px;
}
.home_about .sec3 .block ul li .tl{
    text-align: center;
}
.home_about .sec3 .block ul li .tr{
	box-sizing: border-box;
}

.home_about .sec3 .block ul li .tl img{
    margin-bottom:20px;
    border-radius: 200px;
}
.home_about .sec3 .block ul li .tl .name{
    padding: 12px;
    border: 1px solid #87CEFA;
    border-radius: 30px;
    min-width: 170px;
    display: inline-block;
}
.home_about .sec3 .block ul li .tr .box{
    margin-bottom: 20px;
	box-sizing: border-box;
}
.home_about .sec3 .block ul li .tr .com-interview01-q{
    border-bottom: 2px dashed #EACFA4;
    padding:0px 35px 15px 0;
    position: relative;

}
.home_about .sec3 .block ul li .tr .com-interview01-a{
    padding-left:3%;
    padding-right:3%;
	padding-top:0;
	padding-bottom:0;
    color:#467C8E;
}

@media screen and (max-width: 750px) {
    .home_about .sec2 {
        background-size: 150% auto, 150% auto;
        background-color: #EDF8FF;
        padding: 80px 0 90px;
    }
    .home_about .sec1 .img_sec img {
        max-width: 30vw;
        width: 100%;
        height: auto;
    }
    .home_about .sec2 .block{
        grid-template-columns: 1fr;
    }
    .home_about .sec2 .img_sec {
        margin-top: 0px;
    }
    .home_about .sec3 {
        background-size: 22% auto, 26% auto;
    }
    .home_about .sec3 .common_ttl {
        margin-bottom: 40px;
    }
    .home_about .sec3 .block ul li {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .home_about .sec3 .block ul li .tl {
        width: 60%;
        margin: 0 auto;
    }
    .home_about .sec3 .block ul li .tr {
        margin: 0 auto 40px;
    }
    .home_about .sec1 .subsec .tl ,
    .home_about .sec1 .subsec .tr {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }
    .home_about .sec1 .subsec .tl img {
        max-width: 230px;
    }
    .home_about {
        background-size: 24% auto;
    }
    .home_about .sec2 .img_sec .img1 {
        max-width: 30%;
        top: -80px;
    }
    .home_about .sec2 .img_sec .img2 {
        max-width: 26%;
        top: -90px;
    }
	.home_about .sec3 {
	    margin: 0 auto;
	}
    .home_about .sec3 .block ul li {
        margin: 0;
    }
}
/*=======================================================
よくある質問
=======================================================*/
.home_faq {
    padding: 40px 0;
    background-image:url(/wp-content/uploads/2024/10/bg_08.webp),url(/wp-content/uploads/2024/10/bg_09.webp);
    background-repeat: no-repeat,no-repeat;
    background-position: left top,right top;
    background-size: 290px auto,250px auto;
    margin-top: 50px;
}
.home_faq .block ul li .com-faq01-q{
    background-repeat: no-repeat;
    background-size: 33px auto;
    background-position: left 10px;
    padding:10px 5% 20px;
    border-bottom: 2px dashed #EACFA4;
	position: relative

}
.home_faq .block ul li .com-faq01-a{
    background-repeat: no-repeat;
    background-size: 33px auto;
    padding:0px 0 0 5%;
    margin: 0;
    color: #467C8E;
}
.home_faq .sec1 {
    margin-bottom: 100px;
}
@media screen and (max-width: 750px) {
    .home_faq {
        background-position: left top 10vw,right top 8vw;
        background-size: 28% auto, 26% auto;
    }
	.home_faq .block ul li .com-faq01-q {
	    padding: 10px 5% 20px 13%;
	}
	.home_faq .block ul li .com-faq01-a {
	    padding: 0px 0 0 13%;
	}
}
/*=======================================================
求人情報
=======================================================*/
.home_guideline .common_ttl{
    margin-bottom: 60px;;
}
.home_guideline .sec1{
    margin-top: -200px;
}
.flex-st {
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	-moz-flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-moz-justify-content: flex-start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
.panel{
	display:none;
}
.panel.is-show{
	display:block;
}
.tab-img li{
    flex-grow: 1;
    width: 49%;
}
.tab-img .tab-category01 img{
    max-width: 257px;
    width: 100%;
    height: auto;
}
.tab-img .tab-category02 img{
    max-width: 166px;
    width: 100%;
    height: auto;
    margin: 0 0 0 auto;
}
.tab-img  img{
	display:none;
}
.tab-img .is-active img{
	display:block;
}
.tab-group,
.tab-img{
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -moz-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -moz-justify-content: flex-start;-webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.tab-group .tab {
    flex-grow: 1;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 15px 10px;
    list-style: none;
    text-align: center;
    cursor: pointer;
    width: 49%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto 0 0;
    font-weight: bold;
    font-size: 2.4rem;
    border-radius: 8px 8px 0 0;
    color: #00BFFF;
    border: none;
    letter-spacing: 2px;
    background:#D6EFFF;
}
.tab-group .tab:nth-child(2n) {
    margin:0 0 0 auto;
}
.tab-group .tab.is-active,
.tab-group .tab:hover {
    background:url(/wp-content/uploads/2024/10/bg_11.png) repeat;
    color: #fff;
}

.panel-group{
    background:url(/wp-content/uploads/2024/10/bg_11.png) repeat;
    padding: 30px;
}

.panel-group .panel{
    background-color: #fff;
    border-radius: 8px;
    padding: 30px;
}

.recruit-block01 {
    margin-bottom: 60px;
}

dl.recruit-box{
    width: 30%;
    margin: 10px 15px 20px;
    padding:30px 20px 20px;
    border-radius: 0;
    border: none;
    background: #eaf7ff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 8px;
    position: relative;
}

dl.recruit-box dt p {
    color: #2F2F2F;
    font-size: 2.0rem;
    font-weight: 600;
}

dl.recruit-box dt span {
    color: #2F2F2F;
}

dl.recruit-box dt span.cat {
    display: none;
}

dl.recruit-box dd.custum-feeld span {
    background: #00BFFF;
    padding: 3px 8px 5px;
    border-radius: 5px;
    margin: 5px;
    color: #fff;
}
dl.recruit-box a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
dl.recruit-box:hover {
    opacity: 0.6;
}
/*--------------------------------------------
 * recruitsingle
 * -----------------------------------------*/

section#recruit-single {
    padding-top: 60px;
}

section#recruit-single .title.grid-full {
    margin: 0 auto;
}

section#recruit-single h3 {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 1px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.17em;
    margin: 0 0 5px;
    background: none;
    padding: 5px 5px 0 5px;
    color: #000;
    margin-bottom: 20px;
}

.job-table tr,
.job-table td {
    border: none;
}

.job-table tr th {
    background: #00BFFF;
    color: #fff;
    text-align: center;
    margin-top: 15px;
    border-radius: 0;
    font-size: 15px;
}

.job-table tr td {
    background: #FFF;
    line-height: 1.7;
    font-size: 1.3em;
    border-radius: 0;
}

.job-table tr th,
.job-table tr td {
    display: table-cell;
}

.job-table td {
    font-size: 15px;
    background: #fff;
    padding: 1em;
    vertical-align: middle;
}

.job-table th {
    width: 25% !important;
    text-align: center;
}

.job-table tr,
.job-table td {
    border: 1px solid #d4d4d4;
    line-height: 23px;
}

section#recruit-single dl.recruit-box.category01 {
    width: 29%;
}

.more {
    display: inline-block;
    width: 280px;
    text-align: center;
    background-color: #ffffff;
    font-size: 20px;
    line-height: 48px;
    border: 2px dotted #00BFFF;
    border-radius: 30px;
    color: #00BFFF !important;
    text-decoration: none;
    font-weight: bold !important;
    -webkit-box-shadow: 0px 0px 0px 3px #ffffff;
    box-shadow: 0px 0px 0px 3px #ffffff;
    margin-top: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    font-family: 'Kosugi Maru', sans-serif;
}

.more a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -999px;
    z-index: 2;
}

.more:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    background-color: #fff2f7;
    -webkit-box-shadow: 0px 0px 0px 3px #fff2f7;
    box-shadow: 0px 0px 0px 3px #fff2f7;
    color: #00BFFF !important;
}

.recruit-list p.title {
    margin-top: 2em;
    border-top: 2px solid #00BFFF;
    border-bottom: 2px solid #00BFFF;
}

.entry-btn a {
    border-color: #f7ae0a;
    background: #f7ae0a;
    color: #ffffff !important;
    display: block;
    padding: 25px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    font-weight: 900;
    font-size: 22px;
}

.entry-btn a:hover {
    background: #ffffff;
    color: #f7ae0a !important;
    border-bottom: none;
    -webkit-box-shadow: 0px 0px 0px 10px #f7ae0a;
    box-shadow: 0px 0px 0px 10px #f7ae0a;
}
@media screen and (max-width: 750px) {
    .home_guideline .sec1 {
        margin-top: -50px;
    }
    .tab-img .tab-category01 img{
            width: 70%;
    }
    .tab-img .tab-category02 img {
            width: 50%;
    }
    .tab-group .tab {
        font-size: 3.5vw;
    }
    .panel-group {
        padding: 15px;
    }
    .panel-group .panel {
        padding: 15px 2%;
    }
    dl.recruit-box.recruit-cat02,
    dl.recruit-box.recruit-cat01 {
            width: 100%;
    }
	dl.recruit-box dt p {
	    font-size: 1.8rem;
	}
	dl.recruit-box.recruit-cat01 {
	    margin: 10px 2% 20px;
	}
}
/*=======================================================
園の概要
=======================================================*/
.home_access {
    background: url(/wp-content/uploads/2024/10/bg_16.webp) no-repeat right top #ffffff;
    background-size: 100% auto;
}
.home_access .sec1 .subsec1 .tb {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5%;
}
.home_access .sec1 .subsec1 .tb .tl table {
    width: 100%;
    border-right: 1px solid #A6A6A6;
}
.home_access .sec1 .subsec1 .tb .tl table th {
    width: 25%;
    background: #00BFFF;
    padding: 15px 3%;
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
    vertical-align: middle;
}
.home_access .sec1 .subsec1 .tb .tl table tr:last-child th {
}
.home_access .sec1 .subsec1 .tb .tl table tr:first-child th {
    border-top: 1px solid #00BFFF;
}
.home_access .sec1 .subsec1 .tb .tl table td {
}
.home_access .sec1 .subsec1 .tb .tl .ttl_h3 {
    margin-top: 40px;
}
.home_access .sec1 .subsec1 .tb .tl ul li {
    text-align: left;
    position: relative;
    padding-left: 0.9em;
    text-indent: -0.9em;
}
.home_access .sec1 .subsec1 .tb .tl ul li:before {
    content: "● ";
    color: #F596AA;
    font-size: 1.0rem;
}
.home_access .sec1 .subsec1 .tb .tr .gmap {
    position: relative;
    height: 100%; /* 高さいっぱいにする */
    padding: 0; /* paddingを削除 */
    overflow: hidden;
}
.home_access .sec1 .subsec1 .tb .tr .gmap iframe,
.home_access .sec1 .subsec1 .tb .tr .gmap object,
.home_access .sec1 .subsec1 .tb .tr .gmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 95px);
}


.home_access .sec1 .subsec2 {
    background: #EFFEFF;
    border-radius: 12px;
    padding: 50px 5%;
    position: relative;
}
.home_access .sec1 .subsec2 .pdf_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6%;
    margin-bottom: 40px;
}
.home_access .sec1 .subsec2 .pdf_list li {
    margin-bottom: 20px;
}
.home_access .sec1 .subsec2 .pdf_list li a {
    border-radius: 12px;
    color: #ffffff;
    transition-duration: 0.3s;
    display: block;
    width: 100%;
    padding: 15px 0 15px 60px;
    background: url(/wp-content/uploads/2024/10/icon_04.webp) no-repeat left 20px center #DBC02A;
    background-size: 25px auto;
}
.home_access .sec1 .subsec2 .pdf_list li a:hover {
	transition-duration:0.3s;
	background: url(/wp-content/uploads/2024/10/icon_04.webp) no-repeat left 20px center #C8AB0A;
    background-size: 25px auto;
}

.home_access table.tablepress {
  border: 1px solid #A6A6A6;
}
.home_access .tablepress tbody th,
.home_access .tablepress tbody td {
  padding: 15px 3%;
}
.home_access table.tablepress thead th {
  background-color: #00BFFF;
  color: #fff;
  text-align: left;
}
.home_access table.tablepress thead th {
  border-right: 0px solid #4a8cbe;
}
.home_access .tablepress tbody td.column-1 {
  width: 25%;
  font-weight: 300;
  color: #ffffff;
  background-color: #00BFFF;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #00BFFF;
}
.home_access .tablepress tbody tr:last-child td.column-1 {
    border-bottom: 1px solid #00BFFF;
}
.home_access .tablepress tbody td.column-2 {
  width: 75%;
  background-color: #fff;
    border-bottom: 1px solid #A6A6A6;
    border-top: 1px solid #A6A6A6;
}
.home_access .table-wrap02 table.tablepress tbody th,
.home_access .table-wrap02 table.tablepress tbody td {
  width: 25%;
  text-align: left;
}
.home_access .table-wrap02 table.tablepress tbody th.column-1 {
  background-color: #00BFFF;
}
.home_access .table-wrap02 table.tablepress tbody td {
  border-left: 1px solid #A6A6A6;
}

.home_access .tablepress {
    --head-active-bg-color: #00BFFF;
    --head-active-text-color: var(--head-text-color)
}

@media screen and (max-width: 750px) {
    .home_access .sec1 .subsec1 .tb {
        grid-template-columns: 1fr; /* 1列に変更 */
        gap: 20px;
    }
    .home_access .sec1 .subsec2 .pdf_list {
        grid-template-columns: 1fr; /* 1列に変更 */
        gap: 15px;
    }
	.home_access .sec1 .subsec1 .tb .tr .gmap {
	    padding: 175px;
	}
}

/*=======================================================
お問い合わせ
=======================================================*/
.home_contact {
    background-image:url(/wp-content/uploads/2024/10/bg_13.webp),url(/wp-content/uploads/2024/10/bg_14.webp);
    background-repeat: no-repeat,no-repeat;
    background-position: left 3% top 80px,right 2% top;
    background-size: 173px auto,214px auto;
    padding: 0;
}
.home_contact .common_ttl{
    margin-bottom: 60px;
}
.home_contact .subsec{
    display: flex;
    justify-content: center;
}
.home_contact .subsec .tb{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8%;
    display: flex;
    justify-content: center;

}
.home_contact .subsec .tb .tl{
}
.home_contact .subsec .tb .tl .tel{
    border-radius: 10px;
    padding: 8px 0;
    width: 400px;
    text-align: center;
    background: url(/wp-content/uploads/2024/10/icon_01.webp) no-repeat left 22px bottom 14px #00BFFF;
    background-size: 33px auto;
    font-weight: 600;
    height: 98px;
}
.home_contact .subsec .tb .tl .tel .op1{
    color: #ffffff;
    font-size: 1.6rem;
    margin: 0;
}
.home_contact .subsec .tb .tl .tel .op2{
    color: #ffffff;
    font-size: 4.0rem;
    font-weight: 600;
    margin: -9px 0;
}
.home_contact .subsec .tb .tr .line{
    background: #07B53B;
    flex-direction: column;
    font-size: 2.0rem;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: #ffffff;
    padding: 8px 10px;
    width: 400px;
    text-align: center;
    font-weight: 600;
    transition-duration: 0.3s;
    height: 98px;
}
.home_contact .subsec .tb .tr a{
    display: grid;
	grid-template-columns: 25% 75%;
    gap: 10px;
    width: 100%;
    height: 100%;
}
.home_contact .subsec .tb .tr .line:hover{
    background: #009B2E;
	transition-duration:0.3s;
}
.home_contact .subsec .tb .tr .line img{
    max-width:79px;
    width: 100%;
    height: auto;
    display: block;
}
.home_contact .subsec .tb .tr .line .op1{
    font-size: 2.0rem;
    color: #ffffff;
    margin: 0;
    display: block;
    text-align: left;
    font-weight: 600;
}
.home_contact .msgsec{
    margin: 50px 0;
    text-align: center;
}

.home_contact .required {
    background: #FE9327;
    border-radius: 6px;
    font-weight: 300;
    font-size: 1.4rem;
    float: right;
    padding: 0px 7px;
}
.home_contact .contact_sec .contact-form01 {
    background-color: #ffffff;
    border: 0px;
    border-top: 1px #838383 solid;
}
.home_contact .contact_sec .contact-form01 tbody{
    border: 0px;
}
.home_contact .contact_sec .contact-form01 th {
    border: 0px;
    background: transparent;
    border-bottom: 1px #838383 solid;
    box-sizing: border-box;
    width: 23%;
    color: #ffffff;
    background: #87CEFA;
    font-weight: 400;
    padding:  0 1% 0 2%;
}
.home_contact .contact_sec .contact-form01 td {
    border: 0px;
    border-bottom: 1px #838383 solid;
    background-color: transparent;
    box-sizing: border-box;
    width: 77%;
    padding:  25px 0 25px 2%;

}
.home_contact .contact_sec .contact-form01 .policy{
	height:200px;
	margin-bottom:10px;
}
.home_contact .contact_sec .contact-form01 .privacy-check {
    text-align: left;
    margin-bottom: 0px;
}
input[type="text"],
textarea, input[type="email"],
input[type="tel"] {
    background-color: #EFFEFF;
    border-radius: 5px;
    font-size: 1.6rem;
    padding: 10px 15px;
    width: 100%;
    color: #1a1a1a;
}
input[type="submit"],
input[type="button"] {
    padding: 30px 20px;
    background: #FE9327;
    color: #fff;
    font-size: 3.2rem;
    font-weight: 700;
    text-align: center;
    display: block;
    width: 390px;
    margin: 0 auto;
    border: 0px solid #0067b5;
    margin: 0 auto;
    border-radius: 10px;
	transition-duration:0.3s;
    letter-spacing: 0.2rem;
}
input[type="submit"]:hover, input[type="button"]:hover {
    color: #ffffff;
    background: #F67C02;
    cursor: pointer;
	transition-duration:0.3s;
}
@media screen and (max-width: 830px) {
    .home_contact .contact_sec .contact-form01 {
        border-top: 0px;
    }
    .home_contact .contact_sec .contact-form01 th {
        width: 100%;
        display: block;
        border: 0px;
        padding: 10px 2%;
    }
    .home_contact .contact_sec .contact-form01 td {
        width: 100%;
        display: block;
        padding: 10px 0px;
        border-bottom: 0px ;
    }
    .home_contact .contact_sec .contact-form01 .txt1 {
        width: 100%;
    }
}
@media screen and (max-width: 750px) {
    .home_contact {
        background-size: 18% auto, 24% auto;
    }
    .home_contact .subsec {
        display: block;
    }
    .home_contact .subsec .tb {
        grid-template-columns: 1fr;
        gap: 20px;
        display: grid;
        }
    .home_contact {
        padding-bottom: 10vw;
    }
    .home_contact .subsec .tb .tl .tel ,
    .home_contact .subsec .tb .tr .tel ,
    .home_contact .subsec .tb .tr a {
            width: 100%;
        min-height: auto;
    }
	.home_contact .subsec .tb .tl .tel {
	    background-size: 28px auto;
	    height: 87px;
	}
    .home_contact .subsec .tb .tr .line {
        width: 100%;
    }
	.home_contact .subsec .tb .tl .tel .op2 {
	    font-size: 9vw;
	}
}
