/* Base */
p, a, li, dt, dd, time, h1, h2, h3, h4, h5, h6, th, td, span, label, input {
	font-family: "Zen Maru Gothic", serif;
}

p{
	color: #3e3a39;
	font-weight: 500;
}

body {
    background-color: #f2f0e9;
}

.title h2 {
    color:#505050;
	text-align: center;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.17em;
    font-size: 34px;
    position: relative;
}

.home .title h2 {
    margin: 20px 0 50px;
}

.home .title h2::after {
	content: "";
	font-family: "Pacifico", cursive;
    position: absolute;
    top: -20px;
    color: rgb(109 182 63 / 30%);
    font-size: 80px;
    font-style: italic;
    display: block;
    margin: 0 auto;
    left: 0;
    right: 0;
}

section#recruit .title h2,section#info .title h2 {
    color: #ffffff;
}

section#recruit .title h2:after,section#info .title h2:after {
    color: rgb(255 255 255 / 30%);
}

#news .title h2::after {
	content:"News";
}

#greeting .title h2::after {
	content: "Greeting";
}

#intro .title h2::after {
  content: "Introduction";
}

#recruit .title h2::after {
  content: "Recruit";
}

#info .title h2::after {
  content: "Access";
}

#contact .title h2::after {
	content: "Contact";
}

.sub-header-txt {
    color: var(--main);
	border-radius: 10px;
}

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

/* Header */

.header-content02 {
    padding: 0;
}

.header-sub-box {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto 20px;
}

.g-sub-nav02 .g-sub-nav-list.flex a {
    font-size: 1.6rem;
    border-radius:0 0 15px 15px;
    padding: 7px 20px;
    border-top:none;
}

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

.header-box01 .logo {
    max-width: 300px;
    width: 100%;
    margin-top:20px;
}

.header-menu > li a {
    font-size: 1.8rem;
    color: #727272;
    padding: 0 0 0 60px;
    border-right: none;
}

section.slider {
    margin: 50px 80px auto;
    border-radius: 400px 400px 10px 10px;
    overflow: hidden;
}

.n2-ss-slider .n2-ss-shape-divider-bottom {
    bottom: -1px !important;
}

#hamburger {
    border-radius: 5px;
}

/* Footer */

.footer {
    background-color: #7ec29e;
}

.home .footer {
    padding: 0px 0 15px;
}

.footer-logo {
    background-color: #fff;
    padding: 20px 0px;
    border-radius:20px;
    border:none;
}

.footer-logo img{
    width:100%;
    max-width:350px;
    margin:0 auto;
}

/* BG */

section.slider{
	position:relative;
}

section.slider:after{
	content:url(/wp-content/uploads/2025/04/bg-illust06.png);
	position:absolute;
	bottom:-60px;
	left:0;
	transform:scale(0.7);
}

section#news {
    padding: 100px 0 30px;
	position:relative;
}

section#news:after{
	content:url(/wp-content/uploads/2025/04/bg-illust01.png);
	position:absolute;
	bottom:-300px;
	right:-100px;
	transform:scale(0.6);
}

section#greeting {
    padding-bottom: 100px;
	position:relative;
}

section#intro {
    background-image: url(/wp-content/uploads/2025/04/bg03.png),url(/wp-content/uploads/2025/04/bg4.png);
    background-repeat:no-repeat;
    background-position:top center,bottom center;
    background-size:100% auto;
    background-color: #5d9e68;
    padding: 0px;
	position:relative;
}

section#intro:before{
	content:url(/wp-content/uploads/2025/04/bg-illust02.png);
	position:absolute;
	top:-250px;
	left:0;
	transform:scale(0.7);
}

section#intro:after{
	content:url(/wp-content/uploads/2025/04/bg-illust03.png);
	position:absolute;
	bottom:100px;
	right:0;
	transform:scale(0.7);
}

section#recruit {
    background-color: #afbd8f;
    padding-top: 10px;
	position:relative;
}

section#info {
	background-image: url(/wp-content/uploads/2025/04/bg05.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	background-size:100% auto;
	background-color: #afbd8f;
	padding: 50px 0 200px;
	position:relative;
}

section#info:before{
	content:url(/wp-content/uploads/2025/04/bg-illust04.png);
	position:absolute;
	top:-200px;
	left:-100px;
	transform:scale(0.5);
}

section#info:after{
	content:url(/wp-content/uploads/2025/04/bg-illust05.png);
	position:absolute;
	bottom:-300px;
	right:-100px;
	transform:scale(0.6);
}

section#contact {
	background-image: url(/wp-content/uploads/2025/04/bg06.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	background-size:100% auto;
    padding: 0 0 200px;
	position:relative;
}

/*
section#intro:after {
	content:url(/wp-content/uploads/2025/04/bg02.png);
	position:absolute;
	top:-100px;
	right:-250px;
}
*/

/* News */

ul.news-list01 {
    background-color: #fff;
    border-radius: 20px;
    padding: 50px 50px;
    margin-bottom: 50px;
}

/* Greeting */
.greeting_child_title {
    width: 5%;
    margin-left:10%;
}

.greeting_child_title h2{
    writing-mode: vertical-rl;
    height: 310px;
    text-align: left;
}

.greeting_child_title h2:after{
    writing-mode: vertical-rl;
}

.greeting_child_content {
    width: 25%;
    margin-top: 150px;
}

.greeting_child_content h3 {
    font-size:2.4em;
    font-weight:bold;
    color:var(--main);
    margin-bottom:10px;
}

.greeting_child_content p{
    margin-bottom:50px;
    line-height:2.5em;
    font-weight:500;
}

.greeting_child_img {
    width: 50%;
    margin-top: 100px;
    margin-left:5%;
}

.greeting_child_img img{
    border-radius:30px 0 0 30px;
	height: 600px;
}

/* Intro */

.intro_wrap {
    padding-top:100px;
}

.intro_wrap>h3 {
    font-size: 2.4em;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
}

.intro_wrap .com-box03-list{
    margin-bottom:50px;
}

.intro_wrap .com-box03-img img {
    border-radius:20px
}

.intro_wrap .com-box03-head {
    font-size: 18px;
    color: #ffffff;
    background-color: #fac35a;
    border-radius:5px;
}

.intro_wrap .com-box03-txt{
    background-color: #f2f0e9;
    padding: 10px 10px;
    border-radius: 10px;
}

.intro_wrap .com-list01 li{
    width: 30%;
    padding: 40px;
    background-color: #f2f0e9;
    border-radius: 10px;
}

.intro_wrap .com-list01-nm {
    color: #fac35a;
}

.intro_wrap .com-list01-icon img {
    filter: brightness(0) saturate(100%) invert(53%) sepia(31%) saturate(528%) hue-rotate(79deg) brightness(99%) contrast(87%);
}

.intro_wrap .com-list01-head {
    font-size: 1.8rem;
    background-color: #82c9a2;
}

.intro_wrap .com-list01-txt {
    font-size: 1.6rem;
    color: #3e3a39;
    font-weight: bold;
    margin-bottom: 0;
}

/* Recruit */

.tab-panel-a .tab {
    background-color: #f0efe7;
}

.recruit-feed01 > li {
    background-color: #f0efe7;
}

.recruit-single-title {
  background-color: var(--main);
  color: #fff;
  border-radius:10px;
}

table.job-table {
  border-radius:10px;
  overflow:hidden;
}

.job-table th {
  background-color: var(--main);
  color: #fff;
}

.entry-btn a {
  border-radius:10px;
}

/* Info */

table#tablepress-1{
    border-radius:15px;
    overflow:hidden;
    border-collapse: separate;
    margin-bottom:40px;
}

.tablepress tbody td.column-1 {
    background-color: #f0efe7;
    color: #746060;
}

.gmap {
    border-radius: 15px;
}

/* Contact */

.contact-form01 th {
  background-color: var(--main);
  color: #fff;
}

.contact-form01 td {
  border-bottom: 1px solid #d1dee8;
  background-color: #fff;
}

.required {
  color: var(--main);
  background-color: #ffffff;
  border-radius:5px;
}