@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&family=Zen+Maru+Gothic&display=swap');
body {
    overflow-x: hidden !important;
}

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

* {
    cursor: default !important;
}

p,
a,
li,
dt,
dd,
time,
h1,
h2,
h3,
h4,
h5,
h6,
th,
td,
span {
    font-size: 2.4rem;
    word-break: break-all;
}

section {
    padding: 8vw 0;
}
.width1400{
	position:relative;
}
.is-scrolled {
    display: none;
}

section .l_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 50px;
}

section .l_flex.col1>* {
    flex: 1;
}

section .l_flex.col2>* {
    flex: 1;
}

.l_flex .box {
    position: relative;
    flex: 1;
    color: #fff;
    margin-bottom: 50px;
    padding: 50px;
}

/*.l_flex .img {
    height: 300px;
}*/

.l_flex img {
    width: 100%;
    height: 90%;
    object-fit: cover;
    clip-path: polygon(50px 0, 100% 0, 100% 100%, 0% 100%, 0 50px);
    overflow: hidden;
}

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

.footer-logo {
    padding-bottom: 40px;
    border-bottom: none;
    margin-bottom: 0;
}


/*MV*/

.video-box.overlay {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9 Aspect Ratio */
}

#yt_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;
}


/*--------------------------------------------------
 * PCスライドメニュー
 * ------------------------------------------------*/

.open-btn-wrap {
    -webkit-transform: translateY(-130px);
    transform: translateY(-130px);
    position: fixed;
    top: 30px;
    right: 30px;
    z-index: 50;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    transition: -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55), -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55), -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55), -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.open-btn-wrap.active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.openbtn {
    position: relative;
    background: #385724;
    cursor: pointer;
    width: 80px;
    height: 80px;
    border: 1px solid #fff;
}

.openbtn span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    left: 20px;
    height: 3px;
    border-radius: 2px;
    background: #fff;
    width: 45%;
}

.openbtn span:nth-of-type(1) {
    top: 27px;
}

.openbtn span:nth-of-type(2) {
    top: 36px;
}

.openbtn span:nth-of-type(3) {
    top: 45px;
}

.openbtn.active span:nth-of-type(1) {
    top: 29px;
    left: 19px;
    -webkit-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg);
    width: 50%;
}

.openbtn.active span:nth-of-type(2) {
    opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
    top: 41px;
    left: 19px;
    -webkit-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
    width: 50%;
}

.pc-side-menu {
    position: fixed;
    height: 100%;
    width: 800px;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.9);
    right: 0;
    top: 0;
    padding: 150px 50px 100px;
    -webkit-transform: translateX(800px);
    transform: translateX(800px);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    overflow-y: auto;
}

.pc-side-menu .mobile-sns-icon-title p {
    color: #fff;
    !important
}

.pc-side-menu .mobile-sns-icon-title p span {
    color: #fff;
    !important
}

.pc-side-menu.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    background-color: #000 animation: none;
    transform: none;
    transition: unset;
    background-image: url(/wp-content/uploads/2025/03/fabicon.png);
    background-repeat: repeat;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: bottom -10% right -15%;
    background-size: 70%;
}

.pc-side-list {
    margin-bottom: 40px;
}

.pc-side-list li a {
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
    letter-spacing: 0.1em;
    font-size: 2rem;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    color: #fff;
}

.pc-side-list li a:hover {
    opacity: 0.7;
}

.pc-side-list .g-sub-nav .g-sub-nav-list.flex a {
    display: flex;
    align-items: center;
    font-size: 1.8rem;
    border: solid 2px #7ED8C2;
    background-color: #7ED8C2;
    color: #fff;
    width: 100%;
    text-align: center;
    justify-content: center;
}

.g-sub-nav .g-sub-nav-list li {
    display: flex;
}

.g-sub-nav .g-sub-nav-list li:nth-child(1) a:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(/wp-content/uploads/2025/03/icon-mail.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.g-sub-nav .g-sub-nav-list li:nth-child(2) a:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(/wp-content/uploads/2025/03/icon-tel.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.pc-side-menu.active .g-sub-nav .g-sub-nav-list li {
    display: flex;
    width: 50% !important;
    margin-top: 50px;
}

.pc-side-menu.active .g-sub-nav .g-sub-nav-list.flex a {
    display: flex;
    align-items: center;
    width: 100%;
    border: none;
    background: var(--main);
    ;
    justify-content: center;
    padding: 10px;
    border-radius: 5px;
    font-size: 18px;
}

.pc-side-menu .g-sub-nav {
    position: relative;
}

.mobile-logo img {
    max-width: 50%;
    margin: 0 auto;
}

.mobile-sub-nav li a {
    display: block;
    padding: 10px 15px;
    background-color: rgb(56, 87, 36);
    border: 1px solid #ccc;
    color: #fff;
    font-weight: 700;
    font-size: 1.6rem;
    text-align: center;
    border-radius: 0;
    line-height: 1;
}

.mobile-sub-nav-list {
    display: flex;
    width: 100%;
    justify-content: space-around;
}

.mobile-sub-nav li {
    margin-bottom: 10px;
    width: 48%;
}

.mobile-sub-nav li:first-child a::before {
    display: block;
    margin-right: 10px;
    content: "";
    width: 25px;
    height: 25px;
    background-image: url(/wp-content/uploads/2025/03/icon_tel.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.mobile-sub-nav li:last-child a::before {
    display: block;
    margin-right: 10px;
    content: "";
    width: 25px;
    height: 25px;
    background-image: url(/wp-content/uploads/2025/03/icon_mail.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.mobile-sub-nav li a {
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}


/**/

#home {
    position: relative;
    padding: 0;
}

#home:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
    /* グラデーションの高さ */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), transparent);
    pointer-events: none;
    z-index: 1;
}

header {
    width: 100%;
    position: fixed;
    z-index: 99;
}

.header-box01 .logo {
    max-width: 400px;
    width: 100%;
    margin: 20px 20px 0;
    /*position: fixed;
  top: 0;
  left: 10px;
	*/
}

.header-content02 {
    padding: 0;
}

.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: #fff;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
    padding: 0 20px;
    border-right: none;
}

.header-menu {
    /*	background: rgba(0,0,0,.5);*/
    background-color: transparent;
    justify-content: flex-end;
}

.header-box01 .header-box-inner01.flex {
    max-width: 100%;
}

.header-box01 .header-box-inner01.flex {
    justify-content: flex-start;
}

.header-sub-box {
    margin-left: auto;
}

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

.g-sub-nav02 .g-sub-nav-list.flex {
    margin-bottom: 0;
    background: transparent;
    align-content: center;
}

.g-sub-nav02 .g-sub-nav-list.flex a:hover {
    color: #fff;
    background-color: #385724;
    opacity: 0.8;
}

.g-sub-nav02 .g-sub-nav-list.flex a {
    font-size: 2rem;
    display: block;
    padding: 15px;
    border-radius: 0;
    text-align: center;
    margin-left: 15px;
    border: solid 2px #385724;
    background-color: #385724;
}

.g-sub-nav02 .g-sub-nav-list.flex li:first-child a {
    display: flex;
    align-items: center;
    font-size: 2vw;
    background: transparent;
    border: none;
}

.g-sub-nav02 .g-sub-nav-list.flex li:first-child a:before {
    display: block;
    margin-right: 10px;
    content: "";
    width: 40px;
    height: 40px;
    background-image: url(/wp-content/uploads/2025/03/icon_tel.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.g-sub-nav02 .g-sub-nav-list.flex li:last-child a:before {
    display: block;
    margin: 0 auto;
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(/wp-content/uploads/2025/03/icon_mail.png);
    background-repeat: no-repeat;
    background-size: contain;
}


/*見出し*/

.title01 {
    text-align: left;
    color: rgb(56, 87, 36);
}

.title01::before {
    display: none;
}

.w80 {
    width: 90vw;
    margin: 0 auto;
    position: relative;
    z-index: 9;
}

.font01 {
    font-size: 4vw;
    margin-bottom: 0;
    text-align: center;
    line-height: 1;
}


/*sub-header*/

.sub-header {
    position: relative;
}

.sub-header:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 18%);
}


/**/

.box-l01 {
    margin-left: 5vw;
}

.title-en {
    font-family: "Roboto Slab", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 12rem;
    margin: 0;
    line-height: 1;
    color: rgb(56, 87, 36);
    margin-bottom: 20px;
}


/*アニメーション*/

@keyframes slide_left {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(100%);
    }
}

.inner {
    width: 90%;
    margin: auto;
    max-width: 1400px;
}

.photo span {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.photo.is-show span::before {
    animation: slide_left 0.9s ease-in-out forwards;
}

.photo span::before {
    content: "";
    display: block;
    width: 101%;
    height: 101%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    top: -1px;
    left: 100px;
}

.photo span:after {
    content: "";
    display: block;
    width: 70%;
    height: 70%;
    background: rgba(56, 87, 36, .3);
    position: absolute;
    bottom: -2vw;
    left: -2vw;
    z-index: -1;
}

.photo img {}


/*Mwssage*/

#greeting {
    background: url(/wp-content/uploads/2025/10/logo-opacity.png);
    background-repeat: no-repeat;
    background-position: top 50px left 50px;
    background-size: 25%;
    padding-bottom: 0;
}

.greeting-l {
    position: relative;
	direction:flex;
}

.greeting-l .photo {
   /* position: absolute;
    bottom: -10vw;
    right: -10vw;
    z-index: 1;
    width: 60vw;
    height: auto;
    aspect-ratio: 16 / 9;
   	*/
width: 50vw;
  margin: 50px auto 0;
}

.greeting-txt {
    /*max-width: 900px;*/
    background: #fff;
    padding: 40px;
    position: relative;
    z-index: 10;
  	width:60vw;
}
.greeting-l .photo span::before{
	background-color:transparent;
}

/**/

#about {
    position: relative;
    background-image: url(/wp-content/uploads/2025/09/bg_plofile.jpg);
    background-size: cover;
}

#about:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

#about h2.title01,
#about .title-en {
    color: #fff;
    position: relative;
}

section.about .l_flex {
    gap: 50;
}

.l-employee {}

.l-employee .box {
    position: relative;
    flex: 1;
    border: 1px solid #fff;
    color: #fff;
    margin-bottom: 50px;
    padding: 40px;
}

.l-employee .box .title {
    font-size: 3rem;
    text-align: center;
    margin-bottom: 30px;
    padding: 10px;
    line-height: 1;
}

.bar-chart-horizontal {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0;
    font-family: sans-serif;
    font-size: 20px;
}

.bar-label {
    width: 6rem;
    font-weight: bold;
    font-size: 18px;
}

.bar-chart02 .bar-label {
    width: 10rem;
}

.bar-wrap {
    background: #eee;
    width: 100%;
    height: 50px;
    border-radius: 0;
    overflow: hidden;
}

.bar {
    background: #385724;
    height: 100%;
    color: #fff;
    padding-left: 10px;
    display: flex;
    align-items: center;
    width: 0;
    transition: width 0.5s ease-out;
    overflow: hidden;
}

.countup-box {
    text-align: center;
}

.countup-box span {
    font-size: 2vw;
}

.countup-box span.countup {
    font-size: 5vw;
    font-weight: 900;
}

#menu li {
    padding: 20px;
}

#menu li:hover {
    background: rgba(60, 179, 113, .1);
    transition: all 0.3s ease;
}

#menu .title {
    font-size: 2rem;
    text-align: center;
}

#menu .title span {
    display: block;
    font-size: clamp(14px, 2vw, 30px);
    margin-top: 10px;
    background: #000;
    color: #fff;
    padding: 10px;
}

.btn-datail01 {}

.arrow-button {
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    margin: 0;
}

.arrow-button:after {
    content: "";
    display: block;
    /*position: absolute;
top: calc(50% – 5px);
  left: 90%;
	*/
    width: 40px;
    height: 5px;
    border: none;
    border-right: 2px solid #000;
    border-bottom: 1px solid #000;
    transform: skew(45deg);
    transition: .3s;
}

#menu li:hover .arrow-button:after {
    /* position: absolute;
  top: calc(50% – 5px);
  left: 90%;*/
    width: 60px;
    height: 5px;
}

#page-top img {
    max-height: 100px;
}

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

.recruit-feed01>li {
    width: 100%;
    padding: 40px;
    background-color: #eee;
    margin-top: 40px;
    border-radius: 10px;
    position: relative;
}

.recruit-feed01 .recruit-img img {
    height: auto;
}

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

table a {
    color: rgb(56, 87, 36);
    font-weight: bold;
}

.parallax {
    width: 100%;
    background-attachment: fixed;
    background-position: 50% 0;
    background-position: center;
    background-size: cover;
    height: 80vh;
}

.frame01 {
    padding: 100px 0;
}

.parallax.para01 {
    background-image: url(/wp-content/uploads/2025/10/para01.jpg);
}

.parallax.para02 {
    background-image: url(/wp-content/uploads/2025/09/bg_re_02.jpg);
}

.parallax.para03 {
    background-image: url(/wp-content/uploads/2025/09/bg_re_03.jpg);
}

.parallax.para04 {
    background-image: url(/wp-content/uploads/2025/10/候補①.jpg);
}

#breadcrumbs {
    display: none;
}

.sub-header-txt {
    padding: 10px 25px;
    color: #fff;
    line-height: 1.5em;
    font-size: 3rem;
    font-weight: 700;
}

.sub-header-title {
    position: relative;
}

.sub-header-txt {
    font-size: 3vw;
    background-color: rgba(255, 255, 255, 0);
    margin-top: 5vw;
    margin-bottom: 0;
}

#point {
    position: relative;
    background: url(/wp-content/uploads/2025/03/pt01.jpg);
    background-size: 100%;
}

#point:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
}

#point:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-right: 50vw solid #000;
    border-bottom: 20vw solid transparent;
}

.com-box01-head,
.com-box01-sub-tit {
    display: none !important;
}


/**/


.s-02 {
    position: relative;
    padding-bottom: 0;
}

.s-02:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 20vw solid #385724;
    border-right: 50vw solid transparent;
    z-index: 0;
}

.s-02:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-right: 50vw solid #385724;
    border-bottom: 20vw solid transparent;
}

.s-02 .title-en {
    text-align: center;
}

.s-02 .title01 {
    text-align: center;
}

iframe {
    width: 100%;
}

table.tablepress {
    border: none;
}

.tablepress tbody td.column-1 {
    background-color: transparent;
}

.main-txt {
    font-size: 20px;
    color: #000;
    width: 1000px;
    width: 100%;
    margin-right: auto;
    margin-bottom: 100px;
}

.tab-panel-a .tab {
    width: 22%;
    text-align: center;
}

.block-feature .title {
    font-size: 3em;
}

.l_flex.block-feature .box {
    padding: 0;
}


/*interview*/

.com-interview02-position {
	background:#000000;
   font-size: 2.5rem;
    color: #fff;
    font-weight: 700;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: none;
}


/*voice*/

#voice {
    position: relative;
    background: rgb(56, 87, 36);
    position: relative;
    background-image: url(/wp-content/uploads/2025/03/pt01.jpg);
    background-size: auto;
    background-size: 100%;
}

#voice::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(56, 87, 36, 0.95);
}

.font-w {
    color: #fff;
}

#recruit {
    background: #000;
}

.tab-panel-a .tab.is-active,
.tab-panel-a .tab:hover {
    background-color: var(--main);
    color: #fff;
    background: rgb(56, 87, 36);
    border: 5px solid #fff;
}

.recruit-none-txt {
    color: #fff;
}

.recruit-feed01 .recruit-sub.flex li {
    margin-bottom: 10px;
}

.w60 {
    width: 60vw;
    margin: 0 auto;
}

#news {
    position: relative;
    background-image: url(/wp-content/uploads/2025/09/候補③.jpg);
    background-size: cover;
    background-position: center center; /* 画像を中央寄せ */
    background-repeat: no-repeat;      /* 画像を繰り返さない */
}

#news::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

#news .title01,
#news .title-en {
    text-align: center;
    color: #fff;
}

.news-list01 {
    margin-bottom: 25px;
    background: #fff;
    padding: 50px;
    max-width: 1000px;
    margin: 0 auto 50px;
}

.archive-info-wrap {
    margin-bottom: 100px;
    padding-top: 100px;
}

.single-info-wrap {
    margin-bottom: 100px;
    padding-top: 100px;
}

body.archive .sub-header,
body.single .sub-header {
    position: relative;
}

.com-box01-txt-wrap {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.com-box01-txt-inner {
    background-color: transparent !important;
    padding: 50px 0 0 0 !important;
    width: 100% !important;
    color: #fff !important;
}

.com-box01-wrap .com-box01:nth-of-type(2n) .com-box01-txt-inner {
    background-color: transparent !important;
    padding: 50px 0 0 !important;
    width: 100% !important;
    margin-left: 0 !important;
}

.com-box01-tit {
    text-align: center !important;
}

.com-box01-txt-inner p {
    margin-bottom: 0;
}

.recruit-single-title {
    text-align: left;
    font-size: 2.4rem;
    padding: 15px 20px;
    background-color: transparent;
    font-weight: 700;
    color: var(--main);
    margin-bottom: 25px;
}

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

.contact-form01 th {
    font-size: 1.6rem;
    width: 30%;
    vertical-align: middle;
    padding: 10px 15px;
    background-color: transparent;
}

.btn01 {
    border-radius: 0;
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
}

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

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


/*---------------------------------
 * お問い合わせ：contact
 * -------------------------------*/

main.contact {
    background: #385724;
}

.contact-form01 th {
    font-size: 1.6rem;
    width: 30%;
    vertical-align: middle;
    padding: 10px 15px;
    background-color: #111;
    color: #fff;
}

.required {
    padding: 5px 10px;
    color: #f3f3f3;
    background-color: #385724;
}

.privacy-check .wpcf7-list-item-label {
    color: #fff;
}

.privacy-check a {
    color: #fff;
}

.contact-form01 td {
    background: #fff;
}

.home main {
    overflow: hidden!important;
}

.block-schedule {}

/*.box-oneday {
    background: url("/wp-content/uploads/2025/04/bg-logo.png");
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: left 10% top 10%;
}*/

.l-schedule .box {
    width: 45%;
    margin-bottom: 0;
}

.recruit-list__item {
    background: #fff;
    color: #333;
    margin: 20px 0;
    padding: 30px;
    border-radius: 10px;
}
.block-schedule {
    background: #385724;
    padding-top: 8vw;
}
.block-schedule .title-en, .block-schedule .title01 {
    color: rgb(255 255 255);
}

.mb100 {
    margin-bottom: 100px!important;
}



.recruit-list:hover {
    opacity: 0.9;
}

.recruit-list__item h3 {
  font-weight: 900;
  margin-bottom: 10px;
  line-height: 1.5;
}

.recruit-sub {
    margin-top: 10px;
    margin-bottom: 20px;
    justify-content: flex-start;
}

.recruit-sub span {
    background: rgb(56, 87, 36);
    padding: 5px 10px;
    font-size: 0.7em;
    color: #fff;
    border-radius: 5px;
    margin-right: 10px;
}

.recruit-sub li {
    margin-right: 15px;
}

dl.list-oneday {
    display: flex;
    flex-wrap: wrap;
}

dl.list-oneday dt {
    width: 150px;
    color: rgb(74 119 41);
    font-weight: 900;
}

dl.list-oneday dd {
    width: calc(100% - 150px);
	font-size:16px;
}

dl.list-oneday dd p {
    margin-bottom: 0;
    color: #fff;
}
dl.list-oneday dt,
dl.list-oneday dd {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;

}

dl.list-oneday dt {
    font-weight: bold;
}

.slide {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0 20px;
    box-sizing: border-box;
}

.title03 {
    font-size: 3rem;
    letter-spacing: 0.1em;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: left;
    color: #fff;
    border: none;
}

/*p.time-heading {
    font-size:1.1em;
}*/



/*2025-0916*/
/*2025-0916*/
.bar-label {
    width: 11rem;
    font-size: 1.7rem;
}


@media screen and (max-width: 1024px) {
.bar-label {
    font-size: 1.5rem;
    width: 12rem;
}
}

/*2025-0919:施設ページの上部の動画*/

.movie-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;animation-duration
  overflow: hidden;
}

.movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.movie-mask {
  pointer-events: none;
}
.movie-mask iframe {
  width: 100%;
  height: 100%;
  display: block;
}
.s-01 {
  background-color: #fff;
  /*background: #000 url("/wp-content/uploads/2025/03/fabicon.png") right 10px top 10px / 50vw no-repeat;*/
	padding-top: 0 !important;
}
.s-01 .l_flex .box {
    color: #000000;
}
section.s-01 {
    padding-top: 0 !important;
    padding-bottom: 0;
}
.block-title{
	  background-color: #fff;
	padding:30px 0;
}
.page-title {
  padding: 50px 0;
  color: #385724;
  line-height: 1.5em;
  font-size: 5rem;
  font-weight: 700;
  background-image: repeating-linear-gradient(45deg, #385724, #385724 10px, transparent 10px, transparent 14px);
  background-repeat: no-repeat;
  background-size: 2rem 15rem;
  background-position: 0.7rem 50%;
  padding-left: 50px;
}

.l_flex.block-feature .box{
	width:30%;
	flex: unset;
}

.block-feature .title{
    position: relative;
    padding: .7em 0;
	text-align:center;

}
.block-feature .title:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    content: '';
    background-image: -webkit-repeating-linear-gradient(135deg, #385724, #385724 1px, transparent 2px, transparent 5px);
    background-image: repeating-linear-gradient(-45deg, #385724, #385724 1px, transparent 2px, transparent 5px);
    background-size: 7px 7px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.l_flex.block-feature img{
	height: 18vw;
}

/*
.block-feature .title:before,
.block-feature .title:after {
    display: inline-block;
    position: absolute;
    width: 1em;
    height: 1em;
    content: '';
}

.block-feature .title:before {
    top: 0;
    left: 0;
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
}

.block-feature .title:after {
    bottom: 0;
    right: 0;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
}
*/

.title-center {
    text-align: center;
}

.greeting-txt {
    width: 100%;
    margin: 0 auto 80px;
    text-align: center;
    padding: 0 15px;
    background-color:rgba(255,255,255,0);
}

.greeting-name {
    background-color: #000;
    font-size: 2rem;
    color: #fff;
    padding: 15px;
    max-width: 400px;
    width: 100%;
    margin: 40px auto 0;
    transform: translateY(-20px);
    text-align: center;
}
.yt-box {
  width: 100%;
  max-width: 1000px;
  margin: 50px auto;
}

.yt-box .gmv {
  padding-bottom: 56.25%;
}

.gmv {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.gmv iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}


/*2025-1016
li:has(a[href="https://daretame-recruit.jp/category/column/"]) {
  display: none;
}*/

/*20251017_schedule design*/
.schedule {
    position: relative;
    font-size: 14px;
}
.schedule::before {
    position: absolute;
    top: 0px;
    left: 14em;
    width: 6px;
    height: 100%;
    background-color: #fff;
    content: "";
}

.schedule ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.schedule li {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}
.schedule li + li {
    margin-top: 2em;
}

.schedule_time {
display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 7em;
  height: 2em;
  border-radius: 6px;
  background-color: #000;
  color: #fff;
  text-align: center;
}
.schedule_time::before {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateX(50%) translateY(-50%) rotate(45deg);
    width: 0.5em;
    height: 0.5em;
    z-index: -1;
    background-color: #000;
    content: "";
}
.schedule_time::after {
    position: absolute;
    top: 50%;
    left: 7.8em;
    transform: translateY(-50%);
    width: 1em;
    height: 1em;
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: #000;
    content: "";
}

.schedule_content_title {
    font-weight: bold;
	color:#fff;
}

.schedule_content {
    margin: 0px 0px 0px 3em;
    width: calc(100% - 10em);
}

.footer-menu .sub-menu a {
  line-height: 1.2em;
  display: inline-block; /* ←追加 */
}

.link-bnr001 {

}

.link-bnr001 img {
            max-width: 400px;
margin: 40px auto;
transition-duration: .3s;
}

.link-bnr001 img:hover {
    opacity: 0.7;
}