/* Base */

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

body{
	background-color:#fffac3;
	position: relative;
}

p {
    color: #666666;
    margin-bottom: 1em;
 Â  Â line-height: 1.8em;
	font-size: 1.6rem;
}

img {
    display: block;
    height: auto;
    width: auto;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

section {
    padding: 50px 0 100px;
}

.title {
    text-align:center;
}

.title h2 {
    color: #666666;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
    line-height: 1.17em;
    font-size: 34px;
    position: relative;
}

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

.home .title.faq h2,.home .title.access h2, .home .title.news h2 {
	margin: 80px 0 50px;
}

.home .title h2::after {
	content: "";
    position: absolute;
    top: -20px;
    color: rgb(163 163 163 / 20%);
    font-size: 80px;
    font-style: italic;
    display: block;
    margin: 0 auto;
    left: 0;
    right: 0;
}

h3.sub-tit {
  position: relative;
  padding: 0 65px;
  text-align: center;
}

h3.sub-tit:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #666666;
}

h3.sub-tit span {
  position: relative;
  padding: 0 1em;
	background: #fffac3;
	font-size:1.2em;
	color: #666666;
  font-weight:bold;
}

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

#appeal .title h2::after {
  content: "ABOUT";
}

#voice .title h2::after {
  content: "MESSAGE";
}

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

#flow .title h2::after {
  content: "FLOW";
}

#flow .title.faq h2::after {
  content: "Q&A";
}

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

#info .title.access h2::after {
	content:"ACCESS";
	font-size: 70px;
}

#info .title.news h2::after {
	content:"NEWS";
	font-size: 70px;
}

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

.home section img{
	border-radius:5px;
}

.aligncenter {
    margin: 0 auto;
}

.mb60 {
    margin-bottom: 60px!important;
}

.movie-box {
	width:100%;
	max-width: 900px;
	margin: 30px auto 50px;
}

.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.sub-header {
    margin-top: 120px;
}

.sub-header-txt {
    color: #85c05b;
}

.g-sub-nav02 .g-sub-nav-list.flex {
    position: fixed;
    z-index: 999;
    width:150px;
    top: 20%;
    right: 0;
    flex-wrap: wrap;
}

.g-sub-nav02 .g-sub-nav-list.flex li{
    width:100%;
    margin-bottom:20px;
}

.g-sub-nav02 .g-sub-nav-list.flex li a {
    font-size: 1.8rem;
    display: block;
    padding: 20px 5px;
    text-align: center;
    border-radius: 10px 0 0 10px;
    margin-left: 0px;
    border: solid 2px #00B900;
    background-color: #00B900;
    border-right-width: 0px;
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-weight: 600;
}

.g-sub-nav02 .g-sub-nav-list.flex a:hover {
  color: #00B900;
}

.single-info-date-cat span a {
  background-color: #85c05b;
  border: 1px solid #85c05b;
}
.single-info-date-cat span a:hover {
  color: #85c05b;
}
.single-info-title {
  color: #85c05b;
}

.page-nav div span {
  color: #85c05b;
}
.sidebar h3 {
    background: #85c05b;
}

.archive-info-title a:hover {
  color: #85c05b;
}

.archive-info-cat a {
  background-color: #85c05b;
  border: 1px solid #85c05b;
}

.archive-info-cat a:hover {
  color: #85c05b;
}

.prev-link, .next-link {
    background-color: #eeffe2;
    border: none!important;
}

article.single-info-article {
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
}

/* Header */

.header-box01 .logo {
    max-width: 570px;
}

.g-nav-tel-pc {
	width: 46%;
	margin: 0 2%;
}

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

.header-menu > li a {
  color: #383635;
  letter-spacing: 0.05em;
  padding: 0 40px;
  border-right: #868686 1px solid;
}

header {
    position: fixed;
    top: 0;
    z-index: 999;
}

.header-content02 {
    padding: 10px 0 0;
}

header.bg-on {
    background-color: #fffac3;
}

.header-box01 .g-nav-tel-pc img {
	max-width: 100%;
}

header .header-box01 .header-box-inner01.flex img{
	filter:brightness(100);
	transition:none;
}

header.bg-on .header-box01 .header-box-inner01.flex img{
	filter:brightness(0);
	transition:none;
}

header.bg-on .menu-header-menu-container {
    background-color:#666;
}

header .menu-header-menu-container {

}

header .menu-header-menu-container ul li a{
    color:#ffffff;
    border-right: #ffffff 1px solid;
}

#mobile-nav{
    display:none;
	transition: all 0.3s;
}

#mobile-nav.panelactive{
    display:block;
	transition: all 0.3s;
}

#hamburger {
  background-color: transparent;
}
#hamburger span {
  background-color: #85c05b;
}

#mobile-nav {
    background-color: #FFFAC3;
    background-image: none;
}

#mobile-nav .menu-header-menu-container {
    background-color: transparent;
}

.mobile-nav-wrap .mobile-menu-list{
	display:flex;
	flex-wrap:wrap;
	background-color:transparent;
}

.mobile-nav-wrap .mobile-menu-list li{
	width:48%;
	margin:10px 1%;
	padding:5px 5px;
	background:#85c05b;
	border:2px solid #85c05b;
	border-radius:5px;
}

.mobile-nav-wrap .mobile-menu-list li:hover{
	background:#ffffff;
}

.mobile-nav-wrap .mobile-menu-list > li > a {
  color:#ffffff;
  border: none;
}

.mobile-nav-wrap .mobile-menu-list li:hover > a{
	color:#85c05b;
}

.moblie-menu-head {
    color: #fff;
    background-color:#85c05b;
}

.moblie-menu-tel-number {
    color: #666666;
}

.mobile-sub-nav li a {
	background-color: #85c05b;
	color: #fff;
}

/* Intro */

section#intro {
    padding: 100px 0 100px;
    background-image: url(/wp-content/uploads/2024/09/bg01.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center 101%;
}

.intro-box {
    background-color: #fff;
    padding: 70px 100px;
    border-radius: 10px;
}

.intro-box .com-box01-wrap{
    margin:0px auto 50px;
}

.intro-box .com-box01-tit {
  color: #85c05b;
}

.intro-box .com-box01-sub-tit {
  color: #86BC6F;
}

.intro-box .com-box01-sub-tit::after {
  background-color: #86BC6F;
}

.intro-box .com-box01-head {
  color: #86BC6F;
}

.intro-box .com-box01-txt-inner{
    border-radius: 0 5px 0 0;
}

h3.com-box03-head {
  position: relative;
  padding: 0 65px;
  text-align: center;
  background-color: transparent;
  color: #666666;
}

h3.com-box03-head:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #666666;
}

h3.com-box03-head span {
  position: relative;
  padding: 0 1em;
  background: #fff;
  font-size:1.2em;
  font-weight:bold;
}

/* About */

section#appeal {
    background-color: #a7a7a7;
}

section#appeal .title h2{
    color: #FFF;
}

section#appeal .title h2::after {
    color: rgb(255 255 255 / 47%);
}

.appeal-wrap {
    background-color: #fff;
    padding: 50px 30px 20px;
    border-radius: 10px;
}

.appeal-wrap h3.sub-tit span {
    background: #ffffff;
}

.message-box {
    margin-bottom: 40px;
}

.appeal-child {
    width: 48%;
}

.appeal-child .com-list01 li {
    width:32%;
    padding: 40px 5px;
}

.appeal-child .com-list01-head {
    padding: 5px 5px;
    border-radius: 0px;
    color: #666666;
    margin: 15px 0;
    background-color: transparent;
}

.appeal-child .com-list01 li:nth-of-type(3n-2) {
    background-color: #fffdeb;
}

.appeal-child .com-list01 li:nth-of-type(3n-2)  .com-list01-nm {
	color: #ebff83;
}

.appeal-child .com-list01 li:nth-of-type(3n-1) {
    background-color: #fff0e2;
}

.appeal-child .com-list01 li:nth-of-type(3n-1)  .com-list01-nm {
	color: #ffc756;
}

.appeal-child .com-list01 li:nth-of-type(3n) {
    background-color: #d2ffd0;
}

.appeal-child .com-list01 li:nth-of-type(3n)  .com-list01-nm {
	color: #63ff5c;
}

/* Voice */

section#voice {
    background-image: url(/wp-content/uploads/2024/09/bg02.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top center;
    padding-top: 120px;
}

section#voice .title h2{
    color: #FFF;
}

section#voice .title h2::after {
    color: rgb(255 255 255 / 47%);
}

.com-interview01-list>li{
    background-color:#fff;
    padding:30px 40px;
    border-radius:10px;
}

.com-interview01-name {
	color: #85c05b!important;
    border-bottom: 3px solid #85c05b !important;
}

.com-interview01-q {
  border-bottom: 1px solid #85c05b !important;
}

.plus {
  color: #85c05b !important;
}

/* Recruit */

section#voice .com-interview01-img-wrap {
    width: 25%;
}

section#voice .com-interview01-content {
    width: 70%;
}

section#voice .com-interview01-img img {
    height: auto;
}

.tab-panel-a .tab {
  color: #85c05b;
  background-color: #eeffe2;
}
.tab-panel-a .tab.is-active,
.tab-panel-a .tab:hover {
  background-color: #85c05b;
  color: #fff;
}

section#recruit .tab-panel-a {
  background-color: #ffffff;
  border-radius:10px;
  padding: 50px 40px;
}

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

.recruit-feed01 h3 {
  color: #85c05b;
  border-bottom: 3px solid #85c05b;
}

.recruit-feed01 .recruit-sub.flex span {
  background-color: #85c05b;
}

/* Flow */

section#flow {
    background-color: #ffdc7d;
    background-image: url(/wp-content/uploads/2024/09/bg03.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top center;
    padding-top: 150px;
}

section#flow .title h2::after {
    color: rgb(104 104 104 / 20%);
}

.com-flow01-box {
  background-color: #ffffff!important;
  border-radius:10px;
}

.com-flow01-box::before {
  content: "";
  border-top: 25px solid #ffffff!important;
}

.com-flow01-head h3 {
  background-color: #85c05b!important;
}

.com-flow01-txt {
  color: #666666!important;
}

.com-faq01-list li {
    background:#fff;
    padding:20px;
    border-radius:5px;
}

.com-faq01-q {
    padding-bottom: 0px !important;
    border-bottom: none!important;
    margin-bottom:0!important;
}

.com-faq01-a.open {
    margin-top:20px;
}

/* Info */

section#info {
    background-image: url(/wp-content/uploads/2024/09/bg04.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top center;
    padding-top: 150px;
}

section#info .title h2::after {
    color: rgb(104 104 104 / 20%);
}

.info-flex.flex > div {
    width: 48%;
}

.info-box img {
    width: 800px;
    margin-bottom: 40px;
}

section#info h3 {
    margin: 10px auto 30px;
}

.tablepress tbody td.column-1 {
  color: #85c05b!important;
  background-color: #eeffe2!important;
}

.news-list01 {
    background: #fff;
    padding: 40px 20px;
    border-radius: 10px;
}

.home .gmap {
    padding-bottom: 25.25%;
}

.news-list01 li .news-cat a {
  background-color: #85c05b!important;
  border: 1px solid #85c05b!important;
}
.news-list01 li .news-cat a:hover {
  color: #85c05b!important;
  background-color: #fff!important;
}

/* Footer */

.footer {
  background-color: #666666;
  padding: 80px 0 15px;
}

.footer-logo{
    display:none;
}

.footer-menu-title{
    display:none;
}

/* Contact */

section.contact .width1200 {
    background-color: #fff;
    padding: 50px 70px;
    border-radius: 10px;
    text-align:center;
}

section.contact p {
    margin:0 auto 40px;
    font-weight:bold;
}

section.contact table{
    text-align:left;
}

.contact-form01 th {
  background-color: #eeffe2;
  color: #85c05b;
}
.required {
  color: #f3f3f3;
  background-color: #85c05b;
}
input[type="submit"],
input[type="button"] {
  background: #85c05b;
  color: #fff;
  border: 1px solid #85c05b;
}
input[type="submit"]:hover,
input[type="button"]:hover {
  color: #85c05b;
  background: #fff;
}
input[type="checkbox"]:checked {
  background: #85c05b;
}
input[type="radio"] {
  background: #dedede;
}
input[type="radio"]:checked:before {
  background: #85c05b;
}
.privacy-check a {
  font-size: 1.4rem;
  color: #85c05b;
}
.wpcf7 form.sent .wpcf7-response-output {
  background-color: #eeffe2;
  color: #85c05b;
}
.privacy-head {
  border-bottom: solid 3px #85c05b;
  color: #85c05b;
}
.privacy-head span {
  color: #85c05b;
}