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;
    font-style: normal;
}
.center {
    text-align: center;
}

.m-top {
    margin-top: 1em;
}

.p-top {
    padding-top: 3em;
}

.m-bottom {
    margin-bottom: 7em;
}
.m-bottom02 {
    margin-bottom: 5em;
}
.p-bottom {
    padding-bottom: 5em;
}
.p-bottom02 {
	padding-bottom: 7em;
}
.sp {
    display: none;
}

.pc {
    display: block;
}

br.pc {
    display: block;
}

br.sp {
    display: none;
}
.half {
    width: 48%;
	margin-bottom: 2em;
}
.left70 {
    width: 66%;
	margin-bottom: 2em;
}
.right30 {
    width: 30%;
	margin-bottom: 2em;
}
.left30 {
	width: 30%;
	margin-bottom: 2em;
}
.right70 {
	width: 66%;
	margin-bottom: 2em;
}
.left60 {
    width: 56%;
	margin-bottom: 2em;
}
.right40 {
    width: 40%;
	margin-bottom: 2em;
}
.left40 {
	width: 40%;
	margin-bottom: 2em;
}
.right60 {
	width: 56%;
	margin-bottom: 2em;
}
.sub-header {
    width: calc(100% - 60px);
    margin: 0 auto;
    height: 400px;
}



/*------------------------------------------
 * tablepress
 * ---------------------------------------*/
table.tablepress {
    border: 1px solid #dddddd;
}
.tablepress tbody td.column-1 {
    width: 30%;
    font-weight: 700;
    color: #604c3f;
    background-color: #f7f5f3;
}

/*------------------------------------------
 * header
 * ---------------------------------------*/
.header-box02 .logo img {
    max-width: 350px;
    width: 100%;
}
.header-content {
    padding: 50px 0 30px 0;
}
/*.header-inner.flex {
    max-width: 1400px;
    margin: 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.logo {
    width: 250px;
    margin-bottom: 0;
}
.g-menu-wrap {
    width: calc(100% - 260px);
}*/

.g-menu-b-list>li .g-menu-icon-img-wrap svg path {
    fill: #604c3f;
}
.menu-image-title {
    margin: 10px 0 0;
    width: 100%;
    font-weight: 700;
    font-size: 1.6rem;
    color: #604c3f;
}
.g-menu-b-list>li {
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(95% / 3);
    padding: 0 15px;
    border-right: 5px dotted #afa59e;
}
.g-sub-nav {
    position: absolute;
    top: 0;
    right: 40px;
}
.g-sub-nav .g-sub-nav-list.flex a:hover {
    color: #604c3f;
    background-color: #fff;
}
.header-box02 .logo {
    width: 30%;
    margin-top: 20px;
}
.header-box02 .header-box-inner02.flex .header-sub-box02 {
    width: 30%;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: -35px;
}
.header-content02 {
    padding: 0;
}
ul.g-sub-nav-list.flex li {
    width: 50%;
}
.g-sub-nav02 .g-sub-nav-list.flex li.g-sub-nav-list-tel a {
    font-size: 1.8rem;
    display: block;
    padding: 8px 15px;
    border-radius: 0 0 20px 20px;
    text-align: center;
    margin-left: 15px;
    background-color: #00c800;
    border: solid 2px #00c800;
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-weight: 600;
}
.g-sub-nav02 .g-sub-nav-list.flex li.g-sub-nav-list-con a {
    font-size: 1.8rem;
    display: block;
    padding: 8px 15px;
    border-radius: 0 0 20px 20px;
    text-align: center;
    margin-left: 15px;
    background-color: #4fcb99;
    border: solid 2px #4fcb99;
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-weight: 600;
}
.g-sub-nav02 .g-sub-nav-list.flex li.g-sub-nav-list-tel a:hover, .g-sub-nav02 .g-sub-nav-list.flex li.g-sub-nav-list-con a:hover {
	opacity: 0.6;
}
.header-menu {
    background-color: transparent;
}
.header-menu > li a {
    font-size: 1.6rem;
    color: var(--main);
    font-weight: 700;
    letter-spacing: 0.01em;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    display: block;
    color: #040404;
    padding: 0 40px;
    border-right: #00c800 3px dotted;
}

/*------------------------------------------
 * mobile
 * ---------------------------------------*/
#hamburger span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: #ff6900;
    width: 45%;
}
#mobile-nav {
    position: fixed;
    top: 0;
    width: 100%;
    background-size: auto auto;
    background-color: #ff6900;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 20px;
	background-image: none;
}
.mobile-menu-icon-list>li.sub-off .mobile-menu-title {
    font-size: 1.4rem;
    text-align: center;
    font-weight: 700;
    color: #604c3f;
    margin-bottom: 10px;
}
.mobile-menu-icon-list>li.sub-off .mobile-menu-icon path {
    fill: #604c3f;
}
.mobile-sub-nav li a {
    display: block;
    padding: 10px 15px;
    background-color: #fff;
    color: #604c3f;
    font-weight: 700;
    font-size: 1.6rem;
    text-align: center;
    border-radius: 25px;
}

/*------------------------------------------
 * h2
 * ---------------------------------------*/

.title01 {
    color: var(--main);
    font-size: 4rem;
    letter-spacing: 0.1em;
    font-weight: 600;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 50px;
}
.title01 span {
    display: block;
    font-family: cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 3vw;
    color: rgb(255 231 165 / 72%);
    margin-top: -15px;
}
.title01::before {
    display: none;
}
.title02 {
    color: #fff;
    font-size: 4rem;
    letter-spacing: 0.1em;
    font-weight: 600;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 50px;
    background-color: transparent;
}
.title02 span {
    display: block;
    font-family: cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 3vw;
    color: #c8fbe6;
    margin-top: -15px;
}
.title02::before {
    display: none;
}


/*------------------------------------------
 * background
 * ---------------------------------------*/
.bg-y {
    background: #fffce8;
}
.bg-g {
    background: #7BDCB5;
}
.bg-dot {
  background-color   : #fffce8;
  background-image   : radial-gradient(#fff7e1 12%, transparent 15%),
                       radial-gradient(#fff7e1 12%, transparent 15%);
  background-position: 0 0, 33px 33px;
  background-size    : 66px 66px;
}


/*------------------------------------------
 * news
 * ---------------------------------------*/
section#news {
    background-image: url(/wp-content/uploads/2025/06/wave02.png);
    background-repeat: repeat-x;
    background-position: 0 bottom;
    padding-bottom: 10vw;
}
.flex.news-box .left30 img {
    max-width: 300px;
    margin: 0 auto;
}
.news-con {
    background: #fff;
    padding: 50px;
    border-radius: 30px;
    margin-bottom: 50px;
}
.news-list01 li .news-cat a {
    line-height: 1em;
    font-size: 1.2rem;
    padding: 5px 8px;
    font-weight: 700;
    color: #fff;
    background-color: #604c3f;
    border: 1px solid #604c3f;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
}
.news-list01 li .news-cat a {
    background-color: #ff6900;
    border: 1px solid #ff6900;
}
.news-list01 li {
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: dashed 2px #ffe7a5;
}
.btn01 {
    border: 1px solid #ff6900;
    background-color: #ff6900
}

.btn01 .btn-arrow {
    fill: #fff
}

.btn01:hover {
    color: #ff6900;
    background-color: #fff
}

.btn01:hover .btn-arrow {
    fill: #604c3f
}


/*------------------------------------------
 * single
 * ---------------------------------------*/
.sub-header-txt {
    padding: 10px 25px;
    color: #604c3f;
    line-height: 1.5em;
    font-size: 3rem;
    font-weight: 700;
    background-color: rgba(255,255,255,.9);
}
.single-info-title {
    color: #604c3f;
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 20px;
}
.single-info-date-cat span a {
    display: block;
    background-color: var(--main);
    color: #fff;
    font-weight: 700;
    font-size: 1.2rem;
    margin-right: 10px;
    padding: 5px 8px;
    border-radius: 5px;
    border: 1px solid var(--main);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    line-height: 1em;
}
.single-info-date-cat span a:hover {
    background-color: #fff;
    color: var(--main);
}
.file-list a {
    display: block;
    padding: 15px 20px;
    text-align: center;
    color: #604c3f;
    background-color: #ebf9fd;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s
}

.file-list a:hover {
    color: #fff;
    background-color: #604c3f
}
.sidebar h3 {
    font-size: 2rem;
    padding: 0;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    background-color: var(--main);
    font-weight: 700;
    letter-spacing: .1em;
}
.side-box li a:hover, .widget_archive li a:hover {
    color: #b19e73;
}
.side-box li, .widget_archive li {
    padding: 10px 0;
    border-bottom: 1px dashed #b19e73;
}


/*------------------------------------------
 * greet
 * ---------------------------------------*/
section#greeting {
    background: url(/wp-content/uploads/2025/06/greet_bg01.png), url(/wp-content/uploads/2025/06/greet_bg02.png);
    background-repeat: no-repeat;
    background-position: 0 85%, 100% 15%;
}
.greet-img {
    box-shadow: 20px 20px 0 #7BDCB5;
    border-radius: 20px;
}
.half.greet-img img {
    border-radius: 20px;
}



/*------------------------------------------
 * service
 * ---------------------------------------*/
section#service {
    background-image: url(/wp-content/uploads/2025/06/service_bg01.png), url(/wp-content/uploads/2025/06/service_bg02.png);
    background-repeat: no-repeat;
    background-position: 20% 5%, 80% 5%;
}
.bg-w {
    background-color: #fff;
    padding: 100px;
    border-radius: 30px;
}
h3.service-title {
    font-size: 25px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
    background-color: #ff6900;
    padding: 15px;
    border-radius: 15px;
}
ul.service-list li {
    width: 48%;
    background: #fffce8;
    margin-bottom: 30px;
    padding: 15px 30px;
    border-radius: 15px;
}
ul.service-list li:last-child {
	margin-left: auto;
	margin-right: auto;
}
h4.service-sub-title {
    font-size: 20px;
	padding: 10px 10px 10px 75px;
    font-weight: 700;
    color: #ff6900;
    margin-bottom: 15px;
    border-bottom: dashed 3px #F9B62D;
    position: relative;
}
h4.service-sub-title:before {
    content: url(/wp-content/uploads/2025/06/service_img01.png);
    display: inline-block;
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    left: 11px;
}
.s-box {

}
.s-box p {
    margin-bottom: 0;
    font-size: 15px;
}


/*------------------------------------------
 * recruit
 * ---------------------------------------*/
section#recruit {
    background-image: url(/wp-content/uploads/2025/06/recruit‗bg01.png), url(/wp-content/uploads/2025/06/recruit‗bg02.png);
    background-repeat: repeat-y;
	background-position: left top, right top;
}
h3.recruit-title {
    padding: 10px 15px;
    text-align: center;
    font-size: 2.2rem;
    background-color: #ff6900;
    color: #ffffff;
    max-width: 600px;
    margin: 0 auto 30px;
    border-radius: 999px;
    letter-spacing: 0.05em;
    font-weight: 600;
    width: 100%;
}
p.com-faq01-a.open {
	height: 35px!important;
}
.tab-panel-a .tab {
    width: 30%;
    margin: 0 1.5%;
    border-radius: 25px;
    padding: 15px;
    font-weight: 700;
    color: #7BDCB5;
    background-color: #ffffff;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.tab-panel-a .tab.is-active, .tab-panel-a .tab:hover {
    background-color: #7BDCB5;
    color: #fff;
}
.recruit-feed01 > li {
    width: 100%;
    padding: 40px;
    background-color: #ffffff;
    margin-top: 40px;
    border-radius: 10px;
    position: relative;
}



/*------------------------------------------
 * overview
 * ---------------------------------------*/
section#overview {
    padding-bottom: 30px;
    background: url(/wp-content/uploads/2025/06/overview_bg01.png), url(/wp-content/uploads/2025/06/overview_bg02.png);
    background-repeat: no-repeat;
    background-position: 0 85%, 100% 15%;
}



/*------------------------------------------
 * contact
 * ---------------------------------------*/
section#contact {
    background-image: url(/wp-content/uploads/2025/06/wave03.png), url(/wp-content/uploads/2025/06/contact_bg01.png);
    background-repeat: repeat-x;
    background-position: 0 top, 0 bottom;
    padding-bottom: 8vw;
}

/*------------------------------------------
 * footer
 * ---------------------------------------*/
.footer {
    background-color: #F2EFDC;
    padding: 100px 0 15px;
}
.footer-logo.o-hover img {
    display: block;
    height: auto;
    max-width: 350px;
    -o-object-fit: cover;
    object-fit: cover;
}
.footer-menu-title {
    background-color: #fff;
    color: #040404;
    font-weight: 600;
    padding: 5px 30px;
    border-radius: 20px;
}
.footer-menu a:hover {
    color: #ff6900;
}
.footer-menu>li>a {
    color: #040404;
    padding-left: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #F9B62D;
    display: block;
}
.sns-icon-title p {
    font-size: 2rem;
    font-weight: 700;
    color: #ff6900!important;
    margin-bottom: 0;
}
.sns-icon-wrap.flex .line {
    background-color: #ff6900!important;
}



/*------------------------------------------
 * pagetop
 * ---------------------------------------*/
#page-top img {
    max-height: 80px;
    width: auto;
}


/*------------------------------------------
 * privacy
 * ---------------------------------------*/
.privacy-head {
    font-size: 2rem;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: solid 3px #F9B62D;
    margin-top: 40px;
    color: var(--main);
    font-weight: 700;
}
.privacy-head span {
    color: #F9B62D;
    margin-left: 5px;
    font-weight: 700;
    font-size: 1.4rem;
}
