﻿body {
    color: #323232;
    background: #fdfdfd;
    font-family: "YakuHanJP", Lato, Kosugi Maru, "M PLUS Rounded 1c", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.7rem;
    line-height: 1.8;
    -webkit-font-smoothing: antialiased;
    min-height: 100vh;
    font-weight: 400;
    position: relative;
    letter-spacing: 0.1em
}

a {
    color: #338a11;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer
}

#wrapper {
    overflow: hidden
}

img {
    max-width: 100%;
    height: auto
}

.bold {
    font-weight: 600
}

h2,
h3 {
    line-height: 1.4
}

.mincho {
    font-family: "YakuHanMP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif
}

.bigger {
    font-size: 1.8rem
}

@media all and (max-width: 639px) {
    .bigger {
        font-size: 1.25rem
    }
}

@keyframes view-zoomin {
    0% {
        opacity: 0;
        transform: scale(0.95)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes view-slideup {
    0% {
        opacity: 0;
        transform: translate(0, 35px)
    }

    100% {
        opacity: 1;
        transform: translate(0, 0)
    }
}

.animation {
    opacity: 0
}

.slideup.on {
    opacity: 1;
    animation: view-slideup 0.65s cubic-bezier(0.2, 1, 0.2, 1)
}

.zoomin.on {
    opacity: 1;
    animation: view-zoomin 0.65s cubic-bezier(0.2, 1, 0.2, 1)
}

.loader {
    align-items: center;
    background: #fdfdfd;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999
}

.loader::after {
    animation: loader 0.5s linear infinite;
    border: 1px solid #338a11;
    border-radius: 50%;
    border-right: 1px solid rgba(51, 138, 17, 0.2);
    border-top: 1px solid rgba(51, 138, 17, 0.2);
    content: "";
    height: 70px;
    width: 70px
}

.loader.off {
    display: none
}

@keyframes loader {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes hd-scrolled {
    0% {
        opacity: 0;
        transform: translate(0, -100%)
    }

    100% {
        opacity: 1;
        transform: translate(0, 0)
    }
}

#l-header {
    position: relative;
    z-index: 200;
    top: 0;
    left: 0;
    width: 100%
}

#l-header.is-fixed {
    position: fixed;
    background: #fefefe
}

#l-header.is-fixed .inner {
    padding: 10px 0 0 15px
}

#l-header.is-fixed .inner #logo {
    width: 320px
}

#l-header.is-hide {
    transform: translateY(-100%)
}

#l-header .inner {
    display: flex;
    flex-wrap: wrap;
    min-width: 1000px;
    justify-content: space-between;
    padding: 10px 0;
    padding-left: 20px
}

@media all and (max-width: 896px) {
    #l-header .inner {
        min-width: initial;
        padding: 5px 0
    }
}

#l-header .inner #logo {
    width: 400px
}

@media all and (max-width: 1024px) {
    #l-header .inner #logo {
        width: 150px;
        /* width: 290px */
    }
}

#l-header .head-right {
    justify-content: flex-end;
    align-items: center
}

@media all and (max-width: 896px) {
    #l-header .head-right {
        display: none
    }
}

#l-header .head-right_contact {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    margin-left: auto
}

@media all and (max-width: 896px) {
    #l-header .head-right_contact {
        justify-content: flex-start;
        margin-top: 10px
    }
}

@media all and (max-width: 639px) {
    #l-header .head-right_contact {
        justify-content: center
    }
}

#l-header .head-right_tel a,
#l-header .head-right_mail a {
    padding: 4px 15px;
    transition: all 0.2s ease-in;
    border-radius: 40px;
    background: #338a11;
    color: #fff;
    font-weight: 600;
    font-size: 1.7rem
}

#l-header .head-right_tel a:before,
#l-header .head-right_mail a:before {
    margin-right: 5px
}

#l-header .head-right_tel a:hover,
#l-header .head-right_mail a:hover {
    color: #81511c
}

#l-header .head-right_tel {
    margin-right: 20px
}

#l-header .head-right_tel a {
    background: transparent;
    color: #338a11;
    background: rgba(115, 188, 55, 0.3);
    position: relative
}

#l-header .head-right_tel a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f879";
    font-weight: 900
}

#l-header .head-right_tel a:hover {
    color: #ff6e1b;
    background: rgba(255, 145, 44, 0.3)
}

#l-header .head-right_mail {
    margin-left: 10px
}

#l-header .head-right_mail a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0e0";
    font-weight: 900
}

#l-header .head-right_mail a:hover {
    background: #ff6e1b;
    color: #fefefe
}

#header_nav {
    position: relative;
    width: 800px
}

#header_nav ul {
    display: flex;
    flex-wrap: wrap
}

#header_nav ul li {
    position: relative;
    flex: 1 0 auto
}

#header_nav ul li a,
#header_nav ul li .nav-txt {
    display: block;
    letter-spacing: 0.1rem;
    position: relative;
    font-size: 1.6rem;
    padding: 10px 0;
    font-weight: 600;
    color: #333;
    line-height: 2.8
}

#header_nav ul li a.lh-half,
#header_nav ul li .nav-txt.lh-half {
    line-height: 1.4
}

#header_nav ul li a span,
#header_nav ul li .nav-txt span {
    display: block;
    font-size: 1.4rem;
    position: relative;
    color: #338a11
}

#header_nav ul li a:before,
#header_nav ul li .nav-txt:before {
    position: absolute;
    content: "";
    width: 0;
    height: 6px;
    background: #ff912c;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.2s width ease-in;
    border-radius: 10px
}

#header_nav ul li a:hover,
#header_nav ul li a.active,
#header_nav ul li .nav-txt:hover,
#header_nav ul li .nav-txt.active {
    color: #73bc37;
    transition: 0.2s color ease-in
}

#header_nav ul li a:hover:before,
#header_nav ul li a.active:before,
#header_nav ul li .nav-txt:hover:before,
#header_nav ul li .nav-txt.active:before {
    width: 6px
}

#header_nav ul .dropdown {
    display: none;
    position: absolute;
    top: 20px;
    right: 0;
    z-index: 11;
    backdrop-filter: blur(5px);
    width: 200px;
    background: rgba(255, 145, 44, 0.8);
    color: #ffffff;
    margin-top: 40px
}

#header_nav ul .dropdown.type1 {
    left: -200px
}

#header_nav ul .dropdown.type1:after {
    left: 225px
}

#header_nav ul .dropdown:after {
    content: "";
    position: absolute;
    top: -30px;
    left: 123px;
    /* left: 55px; */
    border: 15px solid transparent;
    border-bottom: 15px solid rgba(255, 145, 44, 0.8);
    z-index: 2
}

#header_nav ul .dropdown ul {
    width: 180px;
    margin: 0 auto -10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 15px 0
}

#header_nav ul .dropdown ul li {
    border-bottom: none;
    width: 100%;
    margin: 0 0 10px
}

#header_nav ul .dropdown ul li a {
    display: block;
    position: relative;
    padding: 5px 0;
    color: #ffffff;
    font-size: 1.4rem;
    text-align: center;
    border-radius: 50px;
    border: 1px dashed #fefefe;
    transition: all 0.2s ease-in
}

#header_nav ul .dropdown ul li a:before {
    content: none
}

#header_nav ul .dropdown ul li a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.2s ease-in
}

#header_nav ul .dropdown ul li a:hover,
#header_nav ul .dropdown ul li a.active {
    background: rgba(254, 254, 254, 0.9);
    color: #338a11;
    transition: all 0.2s ease-in
}

.st0 {
    stroke-miterlimit: 5;
    stroke-width: 2;
    fill: none;
    stroke: #fefefe
}

#svg_wrap {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 30
}

#svg {
    width: 800px;
    height: 180px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

@media all and (max-width: 896px) {
    #svg {
        width: 80%;
        height: auto
    }
}

#svg-after {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 800px;
    height: 180px
}

@media all and (max-width: 896px) {
    #svg-after {
        width: 80%;
        height: auto
    }
}

#page-top {
    position: fixed;
    bottom: 10px;
    right: 7px;
    z-index: 200
}

#page-top a {
    display: block;
    background: #225d0b;
    box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    font-size: 1.2rem;
    text-align: center
}

#page-top a:hover {
    opacity: 0.6
}

@media all and (max-width: 639px) {
    #page-top {
        bototm: 20px
    }
}

@keyframes zoom-in {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(1.12)
    }
}

.swiper-slide {
    position: relative
}

.swiper-slide:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    right: 0;
    top: 0;
    background-position: 50%;
    background-size: cover;
    z-index: -1
}

.swiper-slide.slide1:before {
    background-image: url(../img/1.jpg)
}

.swiper-slide.slide2:before {
    background-image: url(../img/2.jpg);
    background-position: 50% 100%
}

.swiper-slide.slide3:before {
    background-image: url(../img/3.jpg)
}

.swiper-slide.slide4:before {
    background-image: url(../img/4.jpg)
}

.slide-img {
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    height: 65vh;
    display: flex;
    justify-content: center;
    align-items: center
}

.slide-img img {
    height: 85%;
    max-width: initial;
    width: auto
}

@media all and (max-width: 1024px) {
    .slide-img {
        height: 50vw
    }
}

@media all and (max-width: 639px) {
    .slide-img {
        height: 45vh
    }
}

#slideshow {
    position: relative
}

#catch {
    z-index: 50;
    position: absolute;
    left: 2%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    width: 27%;
    text-align: center
}

#catch.on {
    opacity: 1;
    transition: 2s
}

@media all and (max-width: 1024px) {
    #catch {
        width: 60%
    }
}

@media all and (max-width: 639px) {
    #catch {
        width: 90%
    }
}

@media all and (max-width: 896px) {
    #recruit-footer .copyright {
        padding-bottom: 80px
    }
}

.footer-title {
    position: absolute;
    font-family: "Jost", sans-serif;
    font-weight: 400;
    font-size: 5.5rem;
    color: #fefefe;
    left: 10px;
    top: 50%;
    transform: translateY(-50%)
}

@media all and (max-width: 639px) {
    .footer-title {
        font-size: 3.5rem;
        position: relative;
        margin-bottom: 20px;
        top: auto;
        tranform: inherit
    }
}

@media all and (max-width: 1024px) {
    .contact_bnr>li {
        width: 90%;
        margin: 0 auto 20px
    }
}

.contact_bnr>li .bnr_tel {
    white-space: nowrap;
    color: #73bc37;
    position: relative
}

.contact_bnr>li .bnr_tel:before {
    font-family: "Font Awesome 5 Free";
    content: "\f879";
    font-weight: 900;
    margin-right: 5px
}

.contact_bnr>li .bnr_tel:hover {
    color: #ff6e1b
}

.contact_bnr>li .bnr_mobile {
    background: #fefefe;
    color: #73bc37
}

.contact_bnr>li .bnr_mobile:before {
    font-family: "Font Awesome 5 Free";
    content: "\f3cd";
    font-weight: 900
}

.contact_bnr>li .bnr_fax {
    background: #ffffff;
    border: 1px solid #338a11;
    color: #338a11
}

.contact_bnr>li .bnr_fax:before {
    font-family: "Font Awesome 5 Free";
    content: "\f1ac";
    font-weight: 900
}

.contact_bnr>li .bnr_mail {
    color: #fefefe;
    font-size: 2.5rem
}

.contact_bnr>li .bnr_mail span {
    font-size: 1.8rem;
    font-weight: normal;
    display: block;
    font-family: "Jost", sans-serif;
    font-weight: 400
}

@media all and (max-width: 639px) {
    .contact_bnr>li .bnr_mail {
        font-size: 1.9rem;
        line-height: 1.3
    }

    .contact_bnr>li .bnr_mail span {
        font-size: 1.2rem
    }
}

.contact_bnr>li .bnr_mail:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0e0";
    font-weight: 900
}

.contact_bnr>li .bnr_mail:hover {
    color: #fff
}

.contact_bnr>li a {
    display: block;
    margin: 0 auto;
    color: #ffffff;
    font-size: 4rem;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.2rem;
    padding: 5px 0;
    line-height: 1.2
}

.contact_bnr>li a:before {
    margin-right: 5px;
    font-size: 2.5rem;
    position: relative;
    display: inline-block
}

@media all and (max-width: 639px) {
    .contact_bnr>li a {
        font-size: 2.5rem;
        white-space: nowrap;
        padding: 3px 0;
        text-align: center
    }

    .contact_bnr>li a:before {
        font-size: 1.5rem;
        transform: translateY(-2px)
    }
}

#l-footer {
    font-size: 1.4rem;
    position: relative;
    background: rgba(241, 237, 238, 0.3)
}

#l-footer .inner {
    max-width: 1500px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center
}

@media all and (max-width: 639px) {
    #l-footer .inner {
        padding: 20px 10px 20px
    }
}

@media all and (max-width: 1024px) {
    #l-footer .inner {
        display: block
    }
}

#l-footer .inner .child2 {
    width: 65%;
    padding-left: 30px
}

@media all and (max-width: 1024px) {
    #l-footer .inner .child2 {
        width: 100%
    }
}

#l-footer .inner .child {
    padding: 60px 35px 60px 0
}

@media all and (max-width: 1024px) {
    #l-footer .inner .child {
        padding: 40px 20px;
        text-align: center
    }
}

@media all and (max-width: 639px) {
    #l-footer {
        font-size: 1.2rem
    }
}

.footer_navi {
    margin: 20px 0 10px auto;
    padding: 15px 0;
    justify-content: flex-end
}

.footer_navi ul {
    display: flex;
    flex-wrap: wrap
}

.footer_navi ul li {
    flex: 1 0 auto;
    margin-bottom: 4px
}

.footer_navi ul li a,
.footer_navi ul li .nav-txt {
    color: #222;
    font-size: 1.4rem;
    position: relative;
    padding-left: 20px;
    font-weight: 700
}

.footer_navi ul li a span,
.footer_navi ul li .nav-txt span {
    display: none
}

.footer_navi ul li a:before,
.footer_navi ul li .nav-txt:before {
    content: "";
    background-color: #73bc37;
    width: 10px;
    height: 2px;
    position: absolute;
    top: 0.5em;
    left: 0
}

.footer_navi ul li a:hover,
.footer_navi ul li .nav-txt:hover {
    color: #58bfcd
}

.footer_navi ul li .dropdown ul {
    display: block;
    padding-top: 10px;
    position: relative
}

.footer_navi ul li .dropdown .dropdown-li {
    width: 100%
}

.footer_navi ul li .dropdown .dropdown-li a {
    font-weight: 400;
    font-size: 1.4rem
}

.footer_navi ul li .dropdown .dropdown-li a:before {
    display: none
}

.flogo {
    width: 300px;
    margin: 0 0 20px;
    z-index: 10
}

@media all and (max-width: 1024px) {
    .flogo {
        margin: 0 auto 20px
    }
}

@media all and (max-width: 639px) {
    .flogo {
        width: 80%
    }
}

.address {
    font-size: 14px
}

.footer-link {
    color: #6cc7d3;
    text-decoration: underline
}

.foot_facility_box{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.foot_facility_box::after{
    content: "";
    display: block;
    width: 24.5%;
}

.foot_facility_box .facility{
    width: 24.5%;
    border: 1px solid #73bc37;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
    text-align: left;
}

@media all and (max-width: 1024px) {
    .foot_facility_box .facility{
        width: 49%;
    }
}

@media all and (max-width: 639px) {
    .foot_facility_box .facility{
        width: 100%;
        padding: 5px;
    }
}

.copyright {
    padding: 30px 0;
    font-size: 1.2rem;
    position: relative;
    background: #333;
    z-index: 2;
    text-align: center;
    color: #fefefe
}

@media all and (max-width: 896px) {
    .copyright {
        font-size: 12px
    }
}

.facility-list {
    display: flex;
    flex-wrap: wrap;
    max-width: 1700px;
    margin: 0 auto;
    position: relative;
    z-index: 2
}

.facility-list li {
    width: 31%;
    margin: 0 1% 5%;
    position: relative;
    text-align: center
}

@media all and (max-width: 896px) {
    .facility-list li {
        width: 48%
    }
}

@media all and (max-width: 639px) {
    .facility-list li {
        width: 90%;
        margin: 0 auto 25px
    }
}

.facility-list li a {
    display: block;
    z-index: 4;
    color: #81511c;
    position: relative;
    padding: 0px 0 60px;
    width: 100%;
    height: 100%
}

.facility-list li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #fff;
    border-radius: 10px;
    transition: all 0.4s cubic-bezier(0.175, 0.4, 0.3, 1.1)
}

.facility-list li:hover:before {
    transform: scale(0.97, 0.98);
    border-radius: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background: #fff5de
}

.facility-list li:hover .facility-list_img {
    transform: scale(0.9, 0.9)
}

.facility-list li:hover .facility-list_img img {
    border-radius: 20px
}

.facility-list li .facility-list_img {
    width: 100%;
    height: 250px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-origin: 50% 90%
}

.facility-list li .facility-list_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;";
    display: block
}

.facility-list li .facility-list_ttl {
    font-size: 1.8rem;
    text-align: center;
    position: relative;
    z-index: 5;
    letter-spacing: 0.2rem;
    padding: 15px 0 10px;
    font-weight: 600;
    color: #338a11
}

@media all and (max-width: 896px) {
    .facility-list li {
        margin-top: 40px
    }

    .facility-list li li {
        width: 48%
    }
}

@media all and (max-width: 639px) {
    .facility-list li li {
        width: 90%;
        margin: 0 auto 5%
    }

    .facility-list li .facility-list_ttl {
        font-size: 1.4rem
    }

    .facility-list li .facility-list_img {
        height: 200px
    }
}

.morebtn {
    position: absolute;
    left: 50%;
    bottom: 15px;
    transform: translateX(-50%);
    width: 200px;
    text-align: center;
    padding: 5px;
    border: 1px solid #555;
    color: #555;
    font-size: 1.4rem;
    font-weight: 700;
    background: #fefefe
}

@media all and (max-width: 639px) {
    .morebtn {
        font-size: 1.2rem
    }
}

.bg-sec1 {
    position: relative
}

@media all and (max-width: 896px) {
    .bg-sec1 {
        margin-top: 30px
    }
}

.bg-sec1:before {
    position: absolute;
    content: "";
    width: 55%;
    height: 100%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../img/bg-sec1.jpg) no-repeat center/cover;
    background: #f6f4eb;
    z-index: -1;
    opacity: 0.7
}

@media all and (max-width: 896px) {
    .bg-sec1:before {
        width: 80%
    }
}

.bg-sec2 {
    position: relative;
    background-image: linear-gradient(to bottom, rgba(255, 223, 44, 0.3), rgba(255, 223, 44, 0.1))
}

.bg-sec2:before {
    position: absolute;
    content: "";
    width: 70%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../img/bg-sec2.jpg) no-repeat center/cover;
    z-index: 1;
    opacity: 0.6
}

@media all and (max-width: 639px) {
    .bg-sec2:before {
        height: 40%
    }
}

.sec2-menu-box {
    margin-top: 40px;
    position: relative;
    z-index: 2
}

.menu-bnr li+li {
    margin-top: 20px
}

.menu-bnr li a {
    display: flex;
    align-items: center;
    background: #fdfdfd;
    position: relative;
    animation: anim-out 0.2s ease-in forwards;
    overflow: hidden
}

.menu-bnr li a:hover {
    animation: anim-in 0.2s ease-in forwards
}

.menu-bnr li a:hover .bnr-img img {
    transform: scale(1.05);
    transition: all 0.2s ease-in
}

.menu-bnr li a:hover .arrow {
    right: 10px;
    transition: all 0.2s ease-in
}

.menu-bnr li .bnr-img {
    width: 40%;
    height: 200px;
    overflow: hidden
}

.menu-bnr li .bnr-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;"
}

@media all and (max-width: 639px) {
    .menu-bnr li .bnr-img {
        width: 30%;
        height: 120px
    }
}

.menu-bnr li .bnr-title {
    padding-left: 20px;
    font-weight: 800;
    font-size: 2rem;
    letter-spacing: 0.1em;
    color: #222;
    line-height: 1.4
}

.menu-bnr li .bnr-title .eng {
    color: #338a11;
    font-family: "Jost", sans-serif;
    font-weight: 400;
    display: block;
    font-size: 1.6rem;
    letter-spacing: 0.1rem
}

@media all and (max-width: 639px) {
    .menu-bnr li .bnr-title {
        font-size: 1.5rem
    }

    .menu-bnr li .bnr-title .eng {
        font-size: 1.2rem
    }
}

.menu-bnr .arrow {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    stroke-miterlimit: 5;
    stroke-width: 1;
    stroke: #73bc37
}

@media all and (max-width: 639px) {
    .menu-bnr .arrow {
        transform: translateY(-50%) scale(0.8)
    }
}

.menu-bnr.type1 {
    display: flex;
    flex-wrap: wrap
}

.menu-bnr.type1 li {
    width: 48%;
    margin-bottom: 25px
}

.menu-bnr.type1 li+li {
    margin-top: 0
}

.menu-bnr.type1 li:nth-child(2n) {
    margin-left: 4%
}

.menu-bnr.type1 li .bnr-img {
    height: 160px
}

@media all and (max-width: 639px) {
    .menu-bnr.type1 li {
        width: 100%;
        margin: 0 auto 25px
    }

    .menu-bnr.type1 li .bnr-img {
        height: 120px
    }

    .menu-bnr.type1 li:nth-child(2n) {
        margin-left: auto
    }
}

@keyframes anim-in {
    0% {
        border-radius: 0
    }

    100% {
        border-radius: 20px;
        box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.2) 0px 30px 60px -30px
    }
}

@keyframes anim-out {
    0% {
        border-radius: 20px;
        box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.2) 0px 30px 60px -30px
    }

    100% {
        border-radius: 0
    }
}

.bg-sec3 {
    position: relative;
    margin: 60px 0
}

.bg-sec3:before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 75%;
    height: 100%;
    z-index: -2;
    background: #f6f4eb;
    opacity: 0.8
}

.list2.sec3 .child {
    padding: 25px 15px;
    box-shadow: 0 0 0 3px rgba(51, 138, 17, 0.4);
    z-index: 2;
    position: relative
}

.list2.sec3 .child:before,
.list2.sec3 .child:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%
}

.list2.sec3 .child:before {
    background: #fefefe;
    left: 0;
    top: 0;
    z-index: -1
}

.list2.sec3 .child:after {
    bottom: -15px;
    right: -15px;
    background-image: radial-gradient(circle, #338a11 15%, rgba(0, 0, 0, 0) 10%), radial-gradient(circle, #338a11 15%, rgba(0, 0, 0, 0) 10%);
    background-size: 8px 8px;
    background-position: 0 0, 4px 4px;
    z-index: -2
}

@media all and (max-width: 639px) {
    .list2.sec3 .child:after {
        bottom: -12px;
        right: -12px
    }
}

.list2.sec3 .child:last-child {
    transform: translate3d(0, 40px, 200px)
}

@media all and (max-width: 639px) {
    .list2.sec3 .child:last-child {
        transform: inherit
    }
}

@media all and (max-width: 896px) {
    .list2.sec3 .child {
        width: 90%;
        margin: 0 auto 40px
    }

    .list2.sec3 .child:nth-child(2n) {
        margin-left: auto
    }
}

.list2.sec3 .child.sub {
    box-shadow: 0 0 0 3px rgba(255, 145, 44, 0.4)
}

.list2.sec3 .child.sub:after {
    background-image: radial-gradient(circle, #ff912c 15%, rgba(0, 0, 0, 0) 10%), radial-gradient(circle, #ff912c 15%, rgba(0, 0, 0, 0) 10%)
}

.fb-wrap {
    min-height: 400px;
    text-align: center;
    margin: 0 auto
}

.bg-sec4 {
    background: #f1edee
}

.sec4-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center
}

.sec4-box .child {
    width: 40%;
    padding: 40px
}

.sec4-box .child:last-child {
    width: 55%;
    padding: 0
}

@media all and (max-width: 1024px) {
    .sec4-box .child {
        width: 90%;
        margin: 0 auto
    }

    .sec4-box .child:last-child {
        width: 90%;
        margin-top: 30px
    }
}

@media all and (max-width: 639px) {
    .sec4-box .child {
        padding: 25px 20px
    }
}

.access-list {
    max-width: 600px;
    margin: 0 auto;
    padding: 25px 20px;
    background: #fefefe;
    border-radius: 10px
}

.access-list li {
    background-image: linear-gradient(to right, #ccc, #ccc 2px, transparent 2px, transparent 5px);
    background-size: 6px 2px;
    background-position: bottom;
    background-repeat: repeat-x;
    padding: 8px
}

.access-list li span {
    font-weight: 700
}

.bnr-onsen {
    margin: 50px auto;
    width: 400px;
    border-radius: 50px;
    box-shadow: 0 0 15px rgba(129, 81, 28, 0.2)
}

.sns-list {
    display: flex
}

.sns-list.center {
    justify-content: center;
    margin: 15px 0
}

.sns-list li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    color: #fefefe;
    display: block;
    background: #333;
    border-radius: 100%;
    text-align: center;
    transition: all 0.2s ease-in;
    position: relative
}

.sns-list li a:hover {
    opacity: 0.7
}

.sns-list li a.btn-facebook {
    background: #1877f2
}

.sns-list li a.btn-twitter {
    background: #1da1f2
}

.sns-list li a.btn-instagram {
    overflow: hidden;
    background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat
}

.sns-list li a.btn-instagram i {
    position: relative;
    z-index: 2
}

.sns-list li a.btn-instagram:before {
    content: "";
    position: absolute;
    top: 18px;
    left: -10px;
    width: 50px;
    height: 50px;
    background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%)
}

.sns-list li:not(:last-child) {
    margin-right: 10px
}

@media all and (max-width: 896px) {
    .sns-list li:not(:last-child) {
        margin-right: 5px;
        margin-bottom: 0
    }
}

.news-box {
    margin: 0px auto 0;
    position: relative;
    z-index: 10;
    display: flex;
    align-items: flex-start;
    border-radius: 10px;
    min-height: 200px
}

@media all and (max-width: 639px) {
    .news-box {
        flex-direction: column;
        padding: 10px
    }
}

.news-title {
    text-align: center;
    font-weight: 600;
    padding: 10px 20px;
    position: relative
}

.news-title span {
    font-size: 5rem;
    display: block;
    font-weight: 600;
    color: #338a11;
    margin-bottom: 0px;
    font-family: "Jost", sans-serif;
    font-weight: 600
}

@media all and (max-width: 639px) {
    .news-title {
        width: 100%;
        padding: 5px 10px;
        text-align: left
    }

    .news-title span {
        font-size: 3rem
    }
}

.sec4-img {
    width: 200px;
    position: absolute;
    bottom: -130px;
    left: 0
}

@media all and (max-width: 639px) {
    .sec4-img {
        width: 40%;
        bottom: auto;
        left: auto;
        right: 0;
        top: 20px
    }
}

.news-right {
    flex: 1;
    margin-left: 80px;
    padding: 15px 0
}

@media all and (max-width: 896px) {
    .news-right {
        margin-left: 30px
    }
}

@media all and (max-width: 639px) {
    .news-right {
        width: 100%;
        margin: 10px 0 0
    }
}

.topic-dl {
    position: relative;
    z-index: 2
}

.topic-dl .topic-inner {
    display: flex;
    border-bottom: 1px dotted #ccc;
    position: relative;
    padding: 10px 0
}

.topic-dl .topic-inner:before {
    width: 40px;
    border-bottom: 1px solid #338a11;
    position: absolute;
    content: "";
    left: 0;
    bottom: 0
}

.topic-dl .topic-inner dt {
    width: 7em;
    font-size: 1.4rem
}

@media all and (max-width: 639px) {
    .topic-dl .topic-inner dt {
        font-size: 12px
    }
}

.topic-dl .topic-inner dd {
    padding-left: 20px
}

.topic-dl .topic-inner dd a {
    font-weight: 600;
    color: #73bc37
}

.topic-dl .topic-inner dd a:hover {
    color: #338a11
}

.top-box1 {
    max-width: 800px;
    padding: 30px;
    box-shadow: 5px 5px rgba(115, 188, 55, 0.4);
    position: relative;
    background: #fefefe
}

.top-box1:before {
    position: absolute;
    content: "";
    width: 300px;
    height: 400px;
    right: -280px;
    bottom: 0;
    background: url(../img/top-img01.png) no-repeat center bottom/contain;
    z-index: 2
}

@media all and (max-width: 896px) {
    .top-box1:before {
        right: 0;
        height: 200px;
        width: 135px
    }
}

@media all and (max-width: 896px) {
    .top-box1 {
        padding: 30px 20px 160px
    }
}

.top-bnr-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1500px;
    margin: 0 auto
}

.top-bnr-list>li {
    width: 31%
}

.top-bnr-list>li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative
}

.top-bnr-list>li a:hover {
    transition: all 0.2s ease-in
}

.top-bnr-list>li a:hover .btn-arrow {
    background: #222
}

.top-bnr-list>li a:hover .btn-arrow i {
    border-bottom-color: #fefefe
}

.top-bnr-list>li a:hover .btn-arrow i:before {
    border-right-color: #fefefe
}

.top-bnr-list>li a:hover .top-bnr-img img {
    transform: scale(1.05)
}

@media all and (max-width: 1024px) {
    .top-bnr-list {
        width: 85%;
        margin: 0 auto
    }

    .top-bnr-list>li {
        width: 48%;
        margin-bottom: 20px
    }
}

@media all and (max-width: 639px) {
    .top-bnr-list {
        width: 95%
    }

    .top-bnr-list>li {
        width: 100%
    }
}

.top-bnr-list .top-bnr-img {
    position: relative;
    width: 100%;
    height: 270px;
    overflow: hidden;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1)
}

.top-bnr-list .top-bnr-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;";
    transition: all 0.2s ease-in
}

@media all and (max-width: 639px) {
    .top-bnr-list .top-bnr-img {
        height: 200px
    }
}

.top-bnr-list .btn-arrow {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 20px;
    top: 250px;
    text-align: center;
    line-height: 60px;
    background: #fefefe;
    border: 2px solid #222;
    border-radius: 100%;
    transition: all 0.2s ease-in
}

@media all and (max-width: 639px) {
    .top-bnr-list .btn-arrow {
        top: 170px
    }
}

.top-bnr-list .btn-arrow i {
    display: block;
    position: absolute;
    width: 30px;
    border-bottom: 2px solid #222;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 5px
}

.top-bnr-list .btn-arrow i:before {
    position: absolute;
    width: 10px;
    height: 8px;
    content: "";
    right: 3px;
    bottom: -2px;
    border-right: 3px solid #222;
    transform: skew(45deg)
}

.top-bnr-list .top-bnr-title {
    font-weight: 600;
    padding: 15px;
    line-height: 1.4
}

.top-bnr-list .top-bnr-title .eng {
    font-family: "Jost", sans-serif;
    font-weight: 400;
    font-size: 3rem;
    letter-spacing: 0.2em;
    color: #338a11;
    display: block
}

.top-bnr-list .top-bnr-title .ja {
    font-size: 1.7rem;
    display: block;
    color: #333
}

@media all and (max-width: 639px) {
    .top-bnr-list .top-bnr-title {
        padding: 10px
    }

    .top-bnr-list .top-bnr-title .eng {
        font-size: 2.4rem
    }

    .top-bnr-list .top-bnr-title .ja {
        font-size: 1.3rem
    }
}

.bg-business {
    background: url(../img/bg-business.jpg) no-repeat center/cover
}

.business-box {
    width: 50%;
    margin: 0 auto
}

@media all and (max-width: 896px) {
    .business-box {
        width: 80%
    }
}

.map-link {
    font-weight: 600;
    color: #73bc37;
    border-bottom: 1px solid #73bc37
}

.map-link:before {
    font-family: "Font Awesome 5 Free";
    content: "\f3c5";
    font-weight: 900;
    margin-right: 5px
}

.single {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 0;
    position: relative
}

.single02 {
    width: calc(100% - 80px);
    margin: 0 auto;
    padding: 80px 0;
    position: relative
}

.single03 {
    max-width: 1500px;
    margin: 0 auto;
    padding: 80px 0;
    position: relative
}

.margin-top {
    margin-top: -60px
}

@media all and (max-width: 639px) {
    .margin-top {
        margin-top: -30px
    }
}

.lsingle,
.rsingle {
    width: 48.44%
}

.lsingle {
    float: left
}

.rsingle {
    float: right
}

.box-1 {
    padding: 20px;
    background: #fefefe
}

.bg-grid {
    background: rgba(255, 255, 255, 0.9);
    background-image: linear-gradient(90deg, transparent 95%, rgba(204, 204, 204, 0.2) 50%, rgba(204, 204, 204, 0.2)), linear-gradient(0deg, transparent 95%, rgba(204, 204, 204, 0.2) 50%, rgba(204, 204, 204, 0.2));
    background-size: 20px 20px;
    background-repeat: repeat
}

.mbox {
    background: rgba(255, 255, 255, 0.95);
    padding: 40px 30px;
    position: relative;
    z-index: 3
}

.mbox.transparent {
    background: transparent
}

@media all and (max-width: 639px) {
    .mbox {
        padding: 15px 10px
    }
}

.mbox2 {
    background: #fefefe url(../img/grid2.png);
    background-size: 60px 60px;
    padding: 40px 30px;
    max-width: 1700px;
    margin-right: auto;
    margin-left: auto
}

@media all and (max-width: 639px) {
    .mbox2 {
        padding: 15px
    }
}

.small-box {
    max-width: 950px;
    margin-right: auto;
    margin-left: auto
}

.small-box2 {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto
}

.sentence {
    letter-spacing: 0
}

.sentence p+p {
    margin-top: 20px
}

.bg-map {
    background: url(../img/map.png) no-repeat right bottom
}

@media all and (max-width: 639px) {
    .bg-map {
        -webkit-background-size: auto 200px;
        background-size: auto 200px;
        background-position: right top
    }
}

.bg-wall {
    background: url(../img/bg-wall.jpg)
}

#main {
    float: left;
    width: 76%
}

#main .mbox {
    min-height: 300px
}

@media all and (max-width: 896px) {
    #main .mbox {
        min-height: initial
    }
}

@media all and (max-width: 896px) {
    #main {
        float: none;
        width: 100%
    }
}

#side {
    float: right;
    position: sticky;
    right: 0;
    top: 0;
    width: 21%;
    padding-right: 10px
}

@media all and (max-width: 896px) {
    #side {
        float: none;
        width: 100%;
        position: static;
        margin-top: 40px
    }
}

.title-big {
    position: relative;
    z-index: 3;
    margin-bottom: 30px
}

.title-big>h2 {
    font-family: "Jost", sans-serif;
    font-weight: 400;
    font-size: 5rem
}

.title-big span {
    display: block
}

.title-big .eng {
    font-family: "Jost", sans-serif;
    font-weight: 600;
    font-size: 11rem;
    line-height: 1.2;
    color: rgba(51, 138, 17, 0.6)
}

@media all and (max-width: 1024px) {
    .title-big .eng {
        font-size: 10vmin
    }
}

@media all and (max-width: 639px) {
    .title-big .eng {
        font-size: 11vmin
    }
}

.title-big .ja {
    font-size: 1.7rem;
    font-weight: 700
}

@media all and (max-width: 639px) {
    .title-big .ja {
        font-size: 1.3rem
    }
}

.title-big .ja2 {
    font-size: 2.2rem;
    font-weight: 700;
    color: #112f06;
    margin-top: -10px
}

@media all and (max-width: 639px) {
    .title-big .ja2 {
        font-size: 1.3rem;
        margin-top: -5px
    }
}

@media all and (max-width: 896px) {
    .title-big {
        position: relative;
        transform: inherit;
        margin-bottom: 20px
    }
}

@media all and (max-width: 639px) {
    .title-big>h2 {
        font-size: 2.8rem
    }
}

.mtitle {
    line-height: 2;
    font-weight: 600;
    position: relative;
    margin: 0 auto 40px;
    text-align: center
}

.mtitle .eng {
    font-size: 4.5rem;
    color: #73bc37;
    display: block;
    line-height: 1.4;
    font-family: "Jost", sans-serif;
    font-weight: 600;
    margin-bottom: -5px
}

.mtitle .ja {
    font-size: 1.5rem;
    color: #111;
    border-bottom: 2px solid #555;
    padding-bottom: 5px
}

.mtitle.white {
    color: #fff;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.2)
}

.mtitle.white span {
    color: #fff;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.2)
}

.mtitle.white span:after {
    background-color: #eee
}

.mtitle.white span.ja {
    border-bottom-color: #fefefe
}

.mtitle.black {
    color: #333
}

.mtitle.black span {
    color: #555
}

.mtitle.black span:after {
    background-color: #555
}

.mtitle.mtitle_left {
    text-align: left;
    margin: 0 0 40px
}

.mtitle.mtitle_left span:after {
    left: 0;
    transform: none
}

@media all and (max-width: 639px) {
    .mtitle {
        text-align: center
    }

    .mtitle .eng {
        font-size: 2.5rem;
        margin-bottom: -5px
    }

    .mtitle .ja {
        font-size: 1.3rem
    }
}

.mtitle2 {
    font-size: 2.6rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    color: #ff6e1b;
    letter-spacing: 0.15em;
    margin-top: 90px
}

.mtitle2:before,
.mtitle2:after {
    position: absolute;
    content: ""
}

.mtitle2:before {
    width: 55px;
    height: 55px;
    top: -65px;
    left: 50%;
    transform: translateX(-50%);
    background: url(../img/logomark.png) no-repeat center/contain
}

@media all and (max-width: 639px) {
    .mtitle2 {
        font-size: 2rem;
        margin-top: 70px
    }

    .mtitle2:before {
        width: 45px;
        height: 45px;
        top: -45px
    }
}

.mtitle3 {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: mixed;
    text-orientation: mixed;
    -webkit-font-feature-settings: "pkna";
    font-feature-settings: "pkna";
    position: absolute;
    min-height: 100px;
    top: 40px;
    left: 30px
}

.mtitle3 .ja {
    display: block;
    font-size: 2.6rem;
    border-right: 2px solid #338a11;
    letter-spacing: 0.2em;
    padding-right: 5px;
    font-weight: 400
}

.mtitle3 .eng {
    display: block;
    font-family: "Jost", sans-serif;
    font-weight: 400;
    font-size: 1.8rem;
    color: #73bc37;
    padding-left: 3px
}

@media all and (max-width: 639px) {
    .mtitle3 {
        left: 10px;
        top: 15px
    }

    .mtitle3 .ja {
        font-size: 1.6rem
    }

    .mtitle3 .eng {
        font-size: 1.3rem
    }
}

.mtitle_line {
    font-size: 2rem;
    padding-bottom: 20px;
    background: url(../img/bg_mtitle_line.gif) repeat-x left bottom;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 0.2rem;
    line-height: 1.6;
    color: #573713
}

@media all and (max-width: 639px) {
    .mtitle_line {
        font-size: 1.4rem
    }
}

.mtitle_balloon {
    font-size: 2.4rem;
    margin-bottom: 15px;
    font-weight: 600
}

.mtitle_balloon span {
    position: relative;
    display: inline-block;
    padding-bottom: 18px;
    line-height: 1.3em;
    overflow: hidden
}

.mtitle_balloon span.eng {
    font-family: "Jost", sans-serif;
    font-weight: 400;
    font-size: 5rem
}

.mtitle_balloon span:before,
.mtitle_balloon span:after {
    content: "";
    display: block;
    border-bottom: 3px solid #333;
    position: absolute;
    width: 50%;
    bottom: 6px
}

.mtitle_balloon span:before {
    left: -5px
}

.mtitle_balloon span:after {
    right: -5px
}

.mtitle_balloon span i {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 3px solid #333;
    border-right: 3px solid #333;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    left: 50%;
    margin-left: -5px;
    bottom: 2px
}

.mtitle_balloon.center {
    text-align: center
}

.mtitle_balloon.white span:before,
.mtitle_balloon.white span:after {
    border-bottom-color: #fefefe
}

.mtitle_balloon.white span i {
    border-color: #fefefe
}

@media all and (max-width: 639px) {
    .mtitle_balloon {
        font-size: 1.7rem
    }

    .mtitle_balloon span.eng {
        font-size: 2.4rem
    }
}

.mtitle-bll {
    font-size: 1.7rem;
    font-weight: 600;
    border-bottom: 2px solid #eeeeee;
    position: relative;
    margin-bottom: 10px;
    line-height: 1.5
}

.mtitle-bll:before {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
    margin-right: 5px;
    color: #338a11
}

.mtitle-bll:after {
    position: absolute;
    content: "";
    display: block;
    bottom: -2px;
    width: 100px;
    height: 2px;
    background: #338a11
}

@media all and (max-width: 639px) {
    .mtitle-bll {
        font-size: 1.6rem
    }
}

.mtitle4 {
    font-weight: 700;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.5
}

.mtitle4 span {
    position: relative;
    display: inline-block;
    min-width: 10%
}

.mtitle4 span:before,
.mtitle4 span:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 2rem;
    background-color: #338a11
}

.mtitle4 span:before {
    left: -11px;
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg)
}

.mtitle4 span:after {
    right: -11px;
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg)
}

.mtitle4.white span:before,
.mtitle4.white span:after {
    background-color: #ffdf2c
}

@media all and (max-width: 639px) {
    .mtitle4 {
        font-size: 1.5rem
    }
}

@media all and (max-width: 320px) {
    .mtitle4 span:before {
        left: -3px
    }

    .mtitle4 span:after {
        right: -3px
    }
}

.mtitle_sub {
    padding-left: 0.5em;
    font-weight: 600;
    position: relative;
    border-left: 6px solid #338a11;
    margin: 8px 0 15px;
    font-size: 1.1em;
    line-height: 1.4;
    text-align: left
}

.mtitle_sub .hissu {
    color: #fff;
    background: #44b717;
    padding: 5px 8px;
    margin-right: 5px;
    font-size: 11px;
    border-radius: 20px
}

.mtitle_sub:before {
    position: absolute;
    left: -6px;
    bottom: 0;
    content: "";
    width: 6px;
    height: 50%;
    background-color: #7ac4df
}

.mtitle_box {
    background: #fefefe;
    color: #26757f;
    border: 2px solid #7ac4df;
    position: relative;
    padding: 10px 10px 10px 14px;
    margin-bottom: 15px;
    font-weight: 600;
    border-radius: 40px
}

.mtitle_box span {
    color: #ff912c;
    padding-right: 5px
}

.mtitle_box:before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: "\f30a";
    font-weight: 900;
    display: block;
    right: -2px;
    top: 50%;
    transform: translateY(-50%);
    color: #7ac4df
}

@media all and (max-width: 639px) {
    .mtitle_box {
        padding: 6px 8px 6px 15px;
        line-height: 1.5
    }
}

.mtitle_box2 {
    background: #338a11;
    font-size: 2.2rem;
    color: #fff;
    position: relative;
    font-weight: 600;
    overflow: hidden;
    letter-spacing: 0.1rem;
    box-shadow: 0 8px 8px rgba(51, 138, 17, 0.2);
    padding: 15px 10px 15px 20px;
    margin-bottom: 15px
}

.mtitle_box2 .small-cap {
    font-weight: normal;
    font-size: 14px
}

.mtitle_box2:before {
    background-color: #fff;
    content: "";
    display: block;
    transform: rotate(60deg);
    position: absolute;
    bottom: -10px;
    right: -150px;
    width: 300px;
    height: 280px
}

@media all and (max-width: 639px) {
    .mtitle_box2 {
        font-size: 15px;
        line-height: 1.5;
        padding: 10px 10px 10px 15px;
        padding-right: 40px
    }

    .mtitle_box2 span {
        font-size: 12px
    }

    .mtitle_box2:before {
        width: 215px;
        right: -170px
    }
}

.mtext1 {
    font-size: 2.2rem;
    line-height: 1.4;
    font-weight: 600
}

.mtext1 span {
    font-size: 1.8rem
}

@media all and (max-width: 639px) {
    .mtext1 {
        font-size: 1.5rem
    }

    .mtext1 span {
        font-size: 1.3rem
    }
}

.mtext2 {
    font-size: 3rem;
    font-weight: 600;
    letter-spacing: 0.1rem;
    line-height: 1.4
}

@media all and (max-width: 639px) {
    .mtext2 {
        font-size: 1.8rem
    }
}

.mtitle_category {
    margin-bottom: 15px;
    font-size: 1.8rem;
    font-weight: normal;
    font-family: "Jost", sans-serif;
    font-weight: 400
}

@media all and (max-width: 639px) {
    .mtitle_category {
        font-size: 1.5rem
    }
}

.mtitle_category:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0ca";
    font-weight: 900;
    margin-right: 5px;
    color: #338a11
}

.btn01 a {
    background: #ff912c;
    text-align: center;
    width: 300px;
    margin: 15px auto;
    color: #222;
    display: block;
    padding: 8px 5px;
    font-weight: 600;
    border: 2px solid #222;
    border-radius: 35px
}

.btn01 a:hover {
    background: #338a11;
    color: #fefefe
}

.btn01.mail {
    flex-basis: 100%
}

.btn01.mail a {
    background: #ffdf2c;
    margin: 15px auto 25px
}

.btn01.mail a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0e0";
    font-weight: 900;
    margin-right: 5px
}

.btn01.btn-mynavi a {
    background: #fefefe;
    padding: 15px 10px
}

.btn01.btn-mynavi a:hover {
    background: #ffdf2c
}

.btn01.btn-mynavi a img {
    width: 80%
}

@media all and (max-width: 639px) {
    .btn01 a {
        width: 95%
    }
}

.btn02 {
    width: 300px;
    margin: 20px auto 20px
}

.btn02 a {
    display: block;
    position: relative;
    padding: 15px 0;
    background-color: #222;
    line-height: 24px;
    letter-spacing: 0.1rem;
    font-size: 1.6rem;
    text-align: center;
    color: #ffffff
}

.btn02 a i {
    display: block;
    position: absolute;
    top: 50%;
    right: -10px;
    width: 50px;
    height: 1px;
    background-color: #ffffff;
    transition: all 0.3s ease
}

.btn02 a:hover i {
    width: 34px
}

@media all and (max-width: 639px) {
    .btn02 {
        width: 260px
    }

    .btn02 a {
        font-size: 1.4rem
    }
}

.btn-gradient {
    margin: 20px auto;
    text-align: center
}

.btn-gradient a {
    display: inline-block;
    color: #fff;
    border-radius: 0;
    background-image: linear-gradient(90deg, #338a11 50%, #38abba 100%);
    font-weight: 600;
    position: relative;
    padding: 2rem 4rem;
    cursor: pointer;
    border-radius: 50px;
    user-select: none;
    transition: all 0.3s;
    text-align: center;
    overflow: hidden;
    min-width: 200px
}

@media all and (max-width: 639px) {
    .btn-gradient a {
        padding: 15px
    }
}

.btn-gradient a:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    transition: all 0.5s;
    background-image: linear-gradient(90deg, #338a11, #38abba, #73bc37)
}

.btn-gradient a span {
    position: relative;
    z-index: 1
}

.btn-gradient a:hover {
    color: #fff
}

.btn-gradient a:hover:after {
    opacity: 0
}

.news {
    display: flex;
    margin-top: 10px;
    flex-wrap: wrap;
    align-items: flex-start;
    letter-spacing: 0;
    line-height: 1.7
}

.news dt {
    width: 7em;
    padding: 3px 5px;
    background: #f0f0f0;
    text-align: center;
    color: #81511c
}

.news dd {
    padding: 5px;
    background: #fff;
    width: calc(100% - 8.5em);
    margin-left: 8px
}

.news dt:not(:last-child),
.news dd:not(:last-child) {
    margin-bottom: 7px
}

.news-bl {
    overflow: hidden
}

.news-bl dt {
    float: left;
    width: 8em;
    padding: 5px;
    line-height: 1.3;
    color: #fefefe;
    text-align: center;
    background: #338a11;
    border-radius: 30px;
    font-size: 1.3rem
}

@media all and (max-width: 639px) {
    .news-bl dt {
        font-size: 1.2rem
    }
}

.news-bl dd {
    padding: 0 0 12px 9.2em;
    line-height: 1.6;
    border-bottom: 1px dotted #dddddd;
    margin: 0 0 10px
}

.news-bl dd a {
    color: #81511c;
    background-image: linear-gradient(to right, #338a11, #38abba);
    padding-bottom: 0.25em;
    background-position: 100% 100%;
    background-size: 0% 1px;
    background-repeat: no-repeat;
    transition: background-size 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    font-weight: 600
}

.news-bl dd a:hover {
    background-position: 0 100%;
    background-size: 100% 1px
}

.news-bl dd:last-child {
    margin: 0;
    border-bottom: none
}

@media all and (max-width: 639px) {
    .news-bl dt {
        float: none
    }

    .news-bl dd {
        padding: 8px 5px
    }
}

.page-title {
    position: relative;
    z-index: 1;
    margin-left: auto;
    overflow: hidden
}

.page-title:before,
.page-title:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.page-title:after {
    background: url(../img/head-bg.jpg) no-repeat center bottom/cover;
    opacity: 0.8
}

.page-title:before {
    background: #000
}

.page-title .inner {
    margin: 0 auto;
    padding: 110px 0;
    max-width: 1200px;
    position: relative;
    z-index: 2
}

.page-title .inner>.mtitle {
    text-align: center;
    color: #fff;
    text-shadow: 0 0 8px rgba(51, 51, 51, 0.2);
    font-size: 2.2rem;
    white-space: nowrap;
    margin-bottom: 0
}

.page-title .inner>.mtitle span {
    line-height: 1.6;
    font-size: 5rem;
    color: #fff
}

.page-title .inner>.mtitle span:first-letter {
    color: #fff
}

@media all and (max-width: 639px) {
    .page-title .inner>.mtitle {
        font-size: 1.5rem
    }

    .page-title .inner>.mtitle span {
        font-size: 2.5rem;
        padding-right: 0;
        display: block
    }
}

@media all and (max-width: 896px) {
    .page-title .inner {
        width: 100%;
        padding: 40px 0 40px
    }
}

.bg-01 {
    margin: 40px 0;
    position: relative
}

.bg-01:before {
    position: absolute;
    content: "";
    left: 50%;
    top: 0;
    width: calc(100% - 80px);
    height: 100%;
    transform: translateX(-50%);
    background: url(../img/bg-01.jpg) no-repeat center/cover;
    opacity: 0.3
}

@media all and (max-width: 639px) {
    .bg-01:before {
        width: calc(100% - 20px)
    }
}

.bg-02 {
    background: url(../img/grid2.png)
}

.bg-pattern {
    background: url(../img/back01.gif);
    background-size: 400px
}

.bg-base {
    position: relative;
    margin-bottom: 40px
}

.bg-base:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 95%;
    height: calc(100% - 130px);
    z-index: -1;
    background: #9bd46c;
    opacity: 0.1
}

@media all and (max-width: 896px) {
    .bg-base:before {
        width: 100%;
        height: calc(100% - 100px)
    }
}

.bg-yellow2 {
    position: relative;
    margin-bottom: 40px
}

.bg-yellow2:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 95%;
    height: calc(100% - 130px);
    z-index: -1;
    background: #ff912c;
    opacity: 0.2
}

@media all and (max-width: 896px) {
    .bg-yellow2:before {
        width: 100%;
        height: calc(100% - 100px)
    }
}

.bg-sub {
    background: rgba(255, 145, 44, 0.8)
}

.bg-fff {
    position: relative
}

.bg-fff:before {
    position: absolute;
    width: calc(100% - 100px);
    background: #fefefe;
    content: "";
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%)
}

@media all and (max-width: 1024px) {
    .bg-fff:before {
        width: calc(100% - 20px)
    }
}

.bg-gray {
    position: relative;
    margin-bottom: 50px
}

.bg-gray:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 95%;
    height: calc(100% - 130px);
    z-index: -1;
    background: #f1edee;
    opacity: 0.6
}

@media all and (max-width: 896px) {
    .bg-gray:before {
        width: 100%;
        height: calc(100% - 100px)
    }
}

.bg-gray.bg-half {
    background: transparent;
    background-image: linear-gradient(to bottom, transparent 0%, transparent 50%, #f1edee 50.1%, #f1edee 100%)
}

.bg-gray.bg-half:before {
    display: none
}

.bg-999 {
    background: #888
}

.bg-blue {
    background: rgba(56, 171, 186, 0.4)
}

.bg-blue.bg-half {
    background: transparent;
    background-image: linear-gradient(to bottom, transparent 0%, transparent 50%, #ffac5f 50.1%, #ffac5f 100%)
}

.bg-beige {
    background: rgba(246, 244, 235, 0.9)
}

.bg-beige.bg-half {
    background: transparent;
    background-image: linear-gradient(to bottom, transparent 0%, transparent 50%, rgba(246, 244, 235, 0.9) 50.1%, rgba(246, 244, 235, 0.9) 100%)
}

.bg-base2 {
    background: repeating-linear-gradient(45deg, rgba(56, 171, 186, 0.1) 0, rgba(56, 171, 186, 0.1) 20px, rgba(56, 171, 186, 0.15) 20px, rgba(56, 171, 186, 0.15) 40px)
}

.tbl {
    width: 100%
}

.tbl th,
.tbl td {
    padding: 15px;
    vertical-align: middle;
    border: 0.9px solid #aaa;
    background: #fefefe
}

.tbl th {
    text-align: left;
    background: rgba(56, 171, 186, 0.1)
}

.tbl th span {
    font-size: 1.4rem;
    color: #333
}

.tbl .th-1 {
    width: 30%
}

.tbl .cell01 {
    width: 60%
}

.tbl.type1 th {
    width: auto
}

.tbl.type1 th,
.tbl.type1 td {
    text-align: center
}

.tbl.type1 td .circle {
    color: #ff6e1b
}

.tbl.type1 td.td-1 {
    text-align: left;
    font-weight: 700;
    background: lemonchiffon;
    width: 40%;
    color: #81511c
}

@media all and (max-width: 639px) {
    .tbl th {
        width: 35%;
        text-align: left
    }

    .tbl th,
    .tbl td {
        padding: 10px
    }
}

.tbl_new {
    margin: 0 auto;
    width: 100%
}

.tbl_new tr th,
.tbl_new tr td {
    vertical-align: middle;
    padding: 15px 10px
}

.tbl_new tr th {
    font-weight: 700;
    width: 24%;
    color: #338a11;
    text-align: left;
    padding-left: 30px;
    letter-spacing: 0
}

@media all and (max-width: 639px) {
    .tbl_new tr th {
        width: 30%;
        padding-left: 10px
    }
}

.tbl_new tr:nth-child(odd) th,
.tbl_new tr:nth-child(odd) td {
    background: #f6f4eb
}

.tbl_new tr:nth-child(even) th,
.tbl_new tr:nth-child(even) td {
    background: #fefefe
}

.tbl-border {
    width: 100%
}

.tbl-border tr:first-of-type th {
    border-top: 3px solid #338a11
}

.tbl-border tr:first-of-type td {
    border-top: 3px solid #73bc37
}

.tbl-border th,
.tbl-border td {
    padding: 15px;
    border-bottom: 1px solid #ccc;
    vertical-align: middle
}

@media all and (max-width: 639px) {

    .tbl-border th,
    .tbl-border td {
        padding: 10px;
        font-size: 1.2rem
    }
}

.tbl-border th {
    width: 20%;
    color: #338a11;
    text-align: left
}

.tbl-border th.th-1 {
    width: 25%
}

@media all and (max-width: 639px) {
    .tbl-border th.th-1 {
        width: 30%
    }
}

@media all and (max-width: 639px) {
    .tbl-border th {
        width: 30%
    }
}

.price {
    font-family: "Lato", sans-serif;
    font-weight: 600;
    font-size: 2rem;
    color: #ff6e1b
}

@media all and (max-width: 639px) {
    .price {
        font-size: 1.4rem
    }
}

.company {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 5px
}

.company.type1 td {
    text-align: center;
    border-right: 3px solid #fff
}

.company th,
.company td {
    padding: 10px 10px;
    vertical-align: middle
}

.company th {
    text-align: left;
    width: 22%;
    position: relative;
    background: #73bc37;
    color: #fff;
    font-weight: 600
}

.company th::after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #73bc37;
    margin-top: -10px
}

.company td {
    background: #f6f4eb
}

.company td.td-1 {
    padding-left: 20px;
    background: #fafafa;
    color: #73bc37;
    font-weight: bold;
    width: 25%;
    letter-spacing: 0
}

@media all and (max-width: 639px) {
    .company td.td-1 {
        width: 30%
    }
}

.company td.td-head {
    background: #73bc37;
    width: 26%;
    color: #fefefe;
    font-weight: 700;
    text-align: center
}

.company td.transparent {
    background: transparent;
    border: 0
}

.ggmap {
    position: relative;
    padding-bottom: 46.25%;
    height: 0;
    overflow: hidden
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ggmap.type1 {
    box-shadow: 0 0 15px rgba(129, 81, 28, 0.2)
}

@media all and (max-width: 896px) {
    .ggmap.type1 {
        padding-bottom: 50%
    }
}

@media all and (max-width: 639px) {
    .ggmap.type1 {
        padding-bottom: 60%
    }
}

.list_common li {
    padding-bottom: 5px;
    padding-left: 1rem;
    margin-bottom: 5px;
    border-bottom: 1px dotted #cccccc
}

.list_common li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none
}

.list_check li {
    padding: 4px 8px;
    font-weight: 600
}

.list_check li span {
    display: block;
    color: #81511c;
    margin-top: 5px
}

.list_check li:not(:last-child) {
    margin-bottom: 8px;
    border-bottom: 2px solid #ff912c
}

.list_check li a {
    color: #338a11;
    border-bottom: 1px dotted #338a11
}

.list_check li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    font-weight: 900;
    margin-right: 10px;
    color: #338a11
}

@media all and (max-width: 639px) {
    .list_check li {
        width: 98%;
        margin: 0 auto 10px;
        font-size: 1.3rem
    }
}

.list_check2 li {
    padding: 4px 5px;
    border-bottom: 1px dashed #aaa
}

.list_check2 li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    font-weight: 900;
    margin-right: 5px;
    color: #ff6e1b
}

.list-inline li {
    display: inline-block;
    padding: 3px
}

.list-inline li:not(:last-of-type):after {
    content: "/";
    margin: 0 5px;
    color: #338a11;
    font-weight: normal
}

@media all and (max-width: 639px) {
    .list-inline li {
        display: block;
        padding: 0
    }

    .list-inline li:before {
        content: "-";
        color: #338a11
    }

    .list-inline li:not(:last-of-type):after {
        display: none
    }
}

.ol-list {
    counter-reset: number;
    list-style: none;
    padding: 5px
}

.ol-list.type1 {
    display: flex;
    flex-wrap: wrap
}

.ol-list.type1>li {
    width: 48%
}

.ol-list.type1>li:nth-child(2n) {
    margin-left: 4%
}

@media all and (max-width: 639px) {
    .ol-list.type1>li {
        width: 90%;
        margin: 0 auto 15px
    }

    .ol-list.type1>li:nth-child(2n) {
        margin-left: auto
    }
}

.ol-list li {
    line-height: 2;
    color: #81511c;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-weight: 600;
    font-size: 1.7rem
}

.ol-list li span {
    font-weight: normal;
    display: block;
    padding: 10px;
    line-height: 1.6
}

.ol-list li:before {
    counter-increment: number;
    content: counter(number);
    background: rgba(56, 171, 186, 0.7);
    display: inline-block;
    width: 2em;
    height: 2em;
    text-align: center;
    font-size: 2rem;
    color: #fefefe;
    margin-right: 10px;
    border-radius: 100%
}

@media all and (max-width: 639px) {
    .ol-list li {
        font-size: 1.3rem
    }

    .ol-list li span {
        font-size: 0.9em
    }

    .ol-list li:before {
        font-size: 1.6rem
    }
}

.list_disc li {
    padding: 5px 0 5px 20px;
    position: relative
}

.list_disc li:not(:last-of-type) {
    /* margin-bottom: 5px;
    border-bottom: 1px dashed #ddd */
}

.list_disc li:before {
    content: "●";
    color: #338a11;
    font-size: 10px;
    position: absolute;
    left: 0;
    top: 10px
}

.list-btn {
    display: flex;
    flex-wrap: wrap
}

@media all and (min-width: 639px) {
    .company_li .list-btn {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .company_li .list-btn li{
        width: 23%;
    }
    .company_li .list-btn li:nth-child(3n) {
        margin: 0 calc(1.33% + (1.33% / 2)) 10px 0;
    }
    .company_li .list-btn li:last-child {
        margin-right: 0;
    }
    }



.list-btn.center {
    justify-content: center
}

.list-btn li {
    width: 32%;
    margin: 0 calc(1.33% + (1.33% / 2)) 10px 0
}


.list-btn li a {
    display: block;
    background: #ffe75f;
    color: #81511c;
    font-weight: 600;
    padding: 10px 3px;
    text-align: center;
    width: 100%;
    height: 100%;
    line-height: 1.5;
    font-size: 1.5rem;
    letter-spacing: 0.1em
}

.list-btn li a:hover {
    background: #ff6e1b;
    color: #fff
}

.list-btn li:nth-child(3n) {
    margin-right: 0
}



@media all and (max-width: 639px) {
    .list-btn li {
        width: 90%;
        margin: 0 auto 10px
    }

    .list-btn li a {
        font-size: 1.2rem
    }

    .list-btn li:nth-child(3n) {
        margin-right: auto
    }
}

.list-btn.type1 {
    max-width: 1000px;
    margin-bottom: 20px
}

.list-btn.type1 li a {
    background: #67a831;
    border: 1px solid #81511c;
    color: #fefefe
}

.list-btn.type1 li a:hover {
    background: #ff912c;
    color: #81511c
}

.list-btn.type1 li a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f13a";
    font-weight: 900;
    margin-right: 5px
}

.top-blog .pages {
    display: none
}

#main .blog-wrap>li {
    width: 32%
}

@media all and (max-width: 1024px) {
    #main .blog-wrap>li {
        width: 49%
    }
}

.blog-wrap {
    display: flex;
    flex-wrap: wrap
}

.blog-wrap * {
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.blog-wrap>li {
    width: 24%;
    margin: 0 0.5% 20px 0.5%;
    background: #f6f4eb;
    position: relative
}

@media all and (max-width: 1024px) {
    .blog-wrap>li {
        width: 49%
    }
}

.blog-wrap>li>a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10
}

.blog-wrap>li>a:hover~.blog-img img {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

@media all and (max-width: 639px) {
    .blog-wrap>li {
        width: 90%;
        margin: 0 auto 10px
    }
}

.blog-img {
    width: 100%;
    height: 200px;
    overflow: hidden;
    box-sizing: border-box
}

.blog-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.4s ease;
    font-family: "object-fit: cover;"
}

.blog-img:hover img {
    opacity: 1 !important;
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.blog-detail {
    padding: 10px
}

.blog-detail-upper {
    position: relative;
    z-index: 2;
    margin: -31px 0 0;
    color: #fff;
    font-size: 12px
}

.blog-page-detail {
    margin: 10px 0;
    color: #fff;
    font-size: 12px
}

.blog-category {
    display: inline-block;
    padding: 8px 5px;
    line-height: 1.3;
    text-align: center;
    background: #111
}

.blog-date {
    background: #338a11;
    width: 100px;
    padding: 8px 5px;
    line-height: 1.3;
    text-align: center;
    display: inline-block
}

.blog-date .year {
    margin-top: 10px;
    display: block;
    font-size: 1.5rem
}

.blog-date .month {
    font-size: 1.2rem
}

.blog-date .day {
    font-size: 1.8rem;
    display: inline-block
}

.blog-date .day:before {
    content: "/";
    padding: 0 3px 0 0
}

.blog-date2 {
    color: #1a4609;
    font-size: 0.9em;
    margin-bottom: 5px;
    margin-right: 5px
}

.blog-date2:before {
    font-family: "Font Awesome 5 Free";
    content: "\f017";
    font-weight: 900;
    margin-right: 5px
}

.blog-title {
    font-weight: 600;
    color: #81511c;
    line-height: 1.3;
    border-left: 3px solid rgba(51, 138, 17, 0.5);
    padding: 10px 10px 10px 15px;
    margin-bottom: 10px
}

.blog-txt {
    font-size: 14px;
    line-height: 1.5;
    color: #338a11;
    padding: 10px
}

@media all and (max-width: 639px) {
    .blog-txt {
        font-size: 12px
    }
}

.pages {
    text-align: center;
    margin-top: 30px
}

.pages .page_next,
.pages .page_prev {
    display: inline;
    margin: 0 20px
}

.pages .page_next a,
.pages .page_prev a {
    color: #112f06;
    padding: 3px 5px;
    background: #fff
}

.category_nav {
    border: 1px solid #dddddd
}

.category_nav li a {
    display: block;
    padding: 15px;
    border-bottom: 1px dotted #dddddd;
    background-color: #ffffff
}

.category_nav li a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0a9";
    font-weight: 900;
    margin-right: 5px
}

.category_nav li a:hover {
    background: #f1edee
}

.category_nav li:last-child a {
    border-bottom: none
}

.cut {
    overflow: hidden;
    zoom: 1
}

.w300 {
    width: 300px
}

.spbr {
    display: none
}

.color1 {
    color: #338a11
}

.color2 {
    color: #ff6e1b
}

.color3 {
    color: #112f06
}

.relative {
    position: relative
}

.num {
    font-weight: 600
}

.num a {
    color: #73bc37;
    font-size: 2.4rem;
    text-align: center;
    margin-left: 5px
}

@media all and (max-width: 639px) {
    .num a {
        font-size: 2rem
    }
}

.num a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f095";
    font-weight: 900;
    margin-right: 5px
}

.num a:hover {
    color: #ff6e1b
}

.telbox {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
    padding: 10px;
    border: 2px solid #73bc37;
    border-radius: 15px;
    text-align: center
}

.telbox .inner {
    background: #fff;
    padding: 10px
}

.breadcrumb {
    max-width: 1200px;
    margin: 20px auto 20px;
    font-size: 1.2rem
}

.breadcrumb li {
    display: inline;
    color: #555
}

.breadcrumb li a {
    color: #73bc37
}

.breadcrumb li+li:before {
    margin: 0 10px;
    content: ">"
}

@media all and (max-width: 639px) {
    .breadcrumb {
        font-size: 12px
    }
}

.form {
    margin: 0 auto;
    width: 90%
}

.form dl dt {
    font-size: 1.4rem;
    padding: 15px 0 12px;
    font-weight: 600;
    color: #999
}

.form dl dt span {
    color: #fff;
    background: #44b717;
    padding: 5px 8px;
    margin-right: 5px;
    font-size: 11px;
    border-radius: 20px;
    position: relative;
    top: -2px
}

.form dl dt span.nini {
    background: #ffdf2c;
    color: #81511c
}

.form dl dd {
    padding-bottom: 20px;
    padding-top: 10px;
    line-height: 1.5;
    border-bottom: 1px dotted #eee
}

.form dl dd:last-child {
    border-bottom: none
}

.form .textarea,
.form textarea {
    border: 1px solid #ddd;
    padding: 5px;
    width: 100%;
    border-radius: 0;
    -webkit-appearance: none;
    padding: 15px
}

.form .textarea {
    height: 30px
}

.form .textarea02 {
    width: 48.5%;
    margin-right: 3%
}

.form .textarea02:last-child {
    margin-right: 0
}

.form .textarea03 {
    width: 25%;
    margin-right: 1%
}

.form button {
    cursor: pointer;
    display: block;
    color: #111;
    text-align: center;
    transition: all 0.2s ease-in-out 0s;
    font-size: 1.5rem;
    font-weight: 600;
    padding: 8px 5px;
    margin: 0 auto;
    width: 250px;
    background: #338a11;
    border: 1px solid #338a11;
    border-radius: 25px;
    color: #fff
}

.form button:hover {
    background: #fff;
    color: #338a11
}

.form button:before {
    font-weight: normal;
    font-family: "Font Awesome 5 Free";
    content: "\f0e0";
    font-weight: 900;
    margin-right: 10px
}

.form .submit {
    cursor: pointer;
    background: #ff912c;
    border-style: none;
    padding: 3px 14px;
    border: 2px solid #f87700;
    font-weight: 700;
    transition: all .2s ease-in
}

.form .submit:hover {
    background: #73bc37;
    color: #fefefe
}

.form .select-wrap {
    position: relative;
    overflow: hidden;
    display: inline-block;
    min-width: 192px;
    min-width: 12em;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    color: #333
}

.form .select-wrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    z-index: 2;
    display: block;
    width: 200%;
    width: -webkit-calc(100% + 5em);
    margin: 0;
    padding: 11px 35px 11px 11px;
    padding: 0.6875rem 2.1875rem 0.6875rem 0.6875rem;
    background: transparent;
    border: 0;
    outline: none;
    line-height: 1.5
}

.form .entypo-down-open-mini:before {
    font-family: "FontAwesome";
    content: "\f0ab";
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 12px;
    right: 0.75rem;
    margin-top: -8px;
    margin-top: -0.5rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    color: #338a11
}

.form label.radio_text {
    cursor: pointer;
    position: relative;
    margin-right: 20px;
    overflow: hidden;
    padding-left: 20px;
    display: inline-block
}

.form label.radio_text:before {
    position: absolute;
    width: 15px;
    height: 15px;
    border: 1px solid #ccc;
    border-radius: 50%;
    left: 0px;
    top: 2px;
    content: "";
    z-index: 3
}

.form label.radio_text:after {
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 100%;
    left: 2px;
    top: 4px;
    background-color: #338a11;
    z-index: 1
}

.form label.radio_text input[type="radio"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    position: absolute;
    z-index: 2;
    width: 20px;
    height: 20px;
    left: -23px;
    top: 0px;
    margin: 0px;
    box-shadow: 20px -1px #fff
}

.form label.radio_text input[type="radio"]:checked {
    box-shadow: none
}

.form label.radio_text input[type="radio"]:focus {
    opacity: 0.2;
    box-shadow: 20px -1px #eeebda
}

.form label.checkbox_text {
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin: 0 20px 5px 0;
    overflow: hidden;
    display: inline-block
}

.form label.checkbox_text:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0px;
    top: 0;
    border: 1px solid #ccc;
    z-index: 3;
    padding: 1px
}

.form label.checkbox_text:after {
    content: "";
    position: absolute;
    top: 40%;
    left: 5px;
    display: block;
    margin-top: -9px;
    width: 8px;
    height: 12px;
    border-right: 3px solid #338a11;
    border-bottom: 3px solid #338a11;
    transform: rotate(45deg);
    z-index: 1
}

@media all and (max-width: 639px) {
    .form label.checkbox_text:after {
        margin-top: -18px
    }
}

.form label.checkbox_text input[type="checkbox"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    position: absolute;
    left: -40px;
    width: 20px;
    height: 20px;
    display: block;
    box-shadow: 41px 0px #fff;
    z-index: 2;
    margin: 0px;
    padding: 0px
}

.form label.checkbox_text input[type="checkbox"]:checked {
    box-shadow: none
}

.form label.checkbox_text input[type="checkbox"]:checked:focus {
    box-shadow: 40px 0px #666;
    opacity: 0.1
}

.form label.checkbox_text input[type="checkbox"]:focus {
    box-shadow: 41px 0px #eee
}

.form input[type="text"],
.form textarea {
    font-size: 16px
}

@media all and (max-width: 639px) {

    .form input[type="text"],
    .form textarea {
        transform: scale(0.9);
        margin-left: -10px
    }
}

.fm-txt {
    font-size: 1.4rem;
    background: rgba(255, 255, 255, 0.5);
    padding: 5px
}

.policy-check-box {
    max-width: 500px;
    padding: 15px;
    background: lemonchiffon;
    margin: 20px auto;
    font-weight: 600;
    text-align: center
}

@media all and (max-width: 639px) {
    .policy-check-box {
        text-align: left
    }
}

.thanks {
    padding: 40px;
    border: 3px solid #338a11;
    box-shadow: 0 0 0 8px rgba(51, 138, 17, 0.2);
    max-width: 700px;
    margin: 0 auto;
    background: #fefefe
}

@media all and (max-width: 639px) {
    .thanks {
        max-width: 90%;
        padding: 30px 20px
    }
}

.shadow {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15)
}

.policy {
    padding: 30px;
    background: rgba(255, 255, 255, 0.5)
}

.mtitle_small {
    position: relative;
    margin-bottom: 15px;
    color: #1a4609;
    font-weight: 600;
    padding: 5px;
    font-size: 1.8rem;
    border-bottom: 1px solid #ccc
}

.mtitle_small.type1 {
    padding-right: 110px
}

.mtitle_small.type1 a {
    position: absolute;
    content: "";
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    background: #ffdf2c;
    color: #222;
    font-weight: 700;
    padding: 2px 5px;
    font-size: 1.3rem
}

.mtitle_small.type1 a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
    margin-left: 5px
}

@media all and (max-width: 639px) {
    .mtitle_small.type1 {
        padding-right: 100px
    }

    .mtitle_small.type1 a {
        font-size: 12px;
        padding: 5px
    }
}

.mtitle_small:before {
    content: "";
    width: 50px;
    height: 1px;
    background-color: #338a11;
    position: absolute;
    left: 0;
    bottom: -1px
}

@media all and (max-width: 639px) {
    .mtitle_small {
        font-size: 1.4rem;
        line-height: 1.5
    }
}

.mtitle_small2 {
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px
}

.mtitle_small2:before {
    content: "";
    background-color: #338a11;
    width: 10px;
    height: 4px;
    position: absolute;
    top: 0.6em;
    left: 0
}

.gallery {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap
}

.gallery li {
    width: 24%;
    margin: 0 calc(1% + (1% / 3)) 25px 0
}

.gallery li:nth-child(4n) {
    margin-right: 0
}

.gallery li a {
    background: rgba(246, 244, 235, 0.2);
    display: block;
    text-align: center;
    padding: 0px;
    height: 200px
}

.gallery li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;"
}

.gallery li p {
    font-size: 14px;
    margin: 3px 0 10px
}

@media all and (max-width: 896px) {
    .gallery li {
        width: 48%;
        margin: 0 1% 20px
    }

    .gallery li:nth-child(2n) {
        margin-right: 0
    }

    .gallery li a {
        height: 120px
    }

    .gallery li p {
        font-size: 12px
    }
}

.list2 {
    display: flex;
    flex-wrap: wrap;
    max-width: 1500px;
    margin: 0 auto
}

.list2.type1>li,
.list2.type1 .child {
    background: #fff;
    padding: 15px
}

.list2.type2 {
    width: 90%;
    margin-left: 0
}

.list2.type2:nth-of-type(2n) {
    margin-right: 0;
    margin-left: auto
}

@media all and (max-width: 639px) {
    .list2.type2 {
        margin-left: auto
    }

    .list2.type2:nth-of-type(2n) {
        margin-right: auto
    }

    .list2.type2 li {
        margin-bottom: 45px
    }
}

.list2.type3 {
    max-width: 1200px
}

.list2>li,
.list2 .child {
    width: 48%;
    margin-bottom: 50px;
    position: relative
}

.list2>li:nth-child(2n),
.list2 .child:nth-child(2n) {
    margin-left: 4%
}

@media all and (max-width: 639px) {

    .list2>li:nth-child(2n),
    .list2 .child:nth-child(2n) {
        margin-left: auto
    }
}

@media all and (max-width: 639px) {

    .list2>li,
    .list2 .child {
        width: 100%;
        margin: 0 auto 20px
    }
}

.list3 {
    display: flex;
    flex-wrap: wrap
}

.list3 li {
    width: 31%;
    margin: 0 calc(2.33% + (2.33% / 2)) 20px 0
}

.list3 li:nth-child(3n) {
    margin-right: 0
}

@media all and (max-width: 639px) {
    .list3 li {
        width: 95%;
        margin: 0 auto 20px
    }

    .list3 li:nth-child(3n) {
        margin-right: auto
    }
}

.list3.link-list>li a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center
}

.list3.link-list>li img {
    width: auto;
    max-height: 80px;
    max-width: 100%;
    margin: 0 auto
}

@media all and (max-width: 639px) {
    .list3.link-list li {
        width: 80%
    }

    .list3.link-list img {
        max-height: 60px
    }
}

.list4 {
    display: flex;
    flex-wrap: wrap
}

.list4 li {
    width: 24%;
    margin: 0 calc(1% + (1% / 3)) 25px 0
}

.list4 li:nth-child(4n) {
    margin-right: 0
}

.list4.type1 {
    max-width: 1700px;
    margin: 0 auto
}

.prv dt {
    color: #338a11;
    border-bottom: 1px solid #ccc;
    margin: 10px 0
}

.note {
    padding: 15px;
    margin-top: 10px;
    background: rgba(241, 237, 238, 0.5);
    border-radius: 5px
}

.flow-dl {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 10px 0
}

.flow-dl dt {
    background: #338a11;
    font-size: 3rem;
    color: #fff;
    width: 50px;
    text-align: center;
    margin-right: 20px;
    font-family: "Jost", sans-serif;
    font-weight: 400
}

.flow-dl dt span {
    font-size: 1.5rem;
    display: block;
    margin-bottom: -10px
}

.flow-dl dd {
    width: calc(100% - 80px)
}

.flow-dl dt:not(:last-child),
.flow-dl dd:not(:last-child) {
    margin-bottom: 20px
}

@media all and (max-width: 639px) {
    .flow-dl dt {
        font-size: 2rem
    }

    .flow-dl dt span {
        font-size: 1.3rem
    }
}

.txt1 {
    padding-left: 10px
}

.fee-box {
    margin: 10px 0 20px;
    font-weight: 600;
    background: lemonchiffon;
    padding: 5px
}

.fee-box span {
    display: block;
    font-weight: normal
}

.blog-month {
    margin-bottom: 10px
}

.blog-month ul {
    display: flex;
    flex-wrap: wrap
}

.blog-month ul li {
    width: 49%;
    padding: 5px 0;
    margin-bottom: 5px;
    text-align: center;
    letter-spacing: 0;
    background: #fefefe
}

.blog-month ul li:nth-child(2n) {
    margin-left: 2%
}

.blog-month ul li a {
    color: #338a11;
    font-size: 13px;
    font-weight: 600
}

#a01,
#a02,
#a03,
#a04,
#a05,
#a06 {
    display: block;
    padding-top: 100px;
    margin-top: -100px
}

.list-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.list-center li {
    width: 50%
}

@media all and (max-width: 639px) {
    .list-center {
        flex-direction: column
    }

    .list-center li {
        width: 100%
    }
}

.faq-dl .faq-inner {
    padding: 10px;
    margin-bottom: 20px
}

.faq-dl .faq-inner:not(:last-of-type) {
    margin-bottom: 10px
}

.faq-dl .faq-inner dt,
.faq-dl .faq-inner dd {
    position: relative;
    padding: 15px 10px 15px 55px;
    background: #fefefe;
    border: 2px solid #73bc37
}

.faq-dl .faq-inner dt:before,
.faq-dl .faq-inner dd:before {
    position: absolute;
    content: "";
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    left: 0;
    top: 0;
    font-family: "Jost", sans-serif;
    font-weight: 600;
    font-size: 2.5rem
}

.faq-dl .faq-inner dt {
    font-weight: 700;
    padding-right: 35px;
    color: #225d0b;
    font-size: 1.7rem;
    cursor: pointer;
    transition: background-color .2s ease-in
}

.faq-dl .faq-inner dt:hover {
    background: #ffb979
}

.faq-dl .faq-inner dt:before {
    content: "Q";
    color: #338a11;
    top: 50%;
    transform: translateY(-50%)
}

.faq-dl .faq-inner dt:after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: "\f067";
    font-weight: 900;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #73bc37;
    font-size: 1.7rem
}

@media all and (max-width: 639px) {
    .faq-dl .faq-inner dt:after {
        font-size: 1.3rem;
        right: 15px
    }
}

.faq-dl .faq-inner dt.on:after {
    content: "\f068"
}

@media all and (max-width: 639px) {
    .faq-dl .faq-inner dt {
        font-size: 1.2rem
    }
}

.faq-dl .faq-inner dd {
    display: none;
    border-top: 0
}

.faq-dl .faq-inner dd:before {
    content: "A";
    color: #ff6e1b;
    background: rgba(255, 223, 44, 0.2)
}

.bnr-list {
    max-width: 1000px;
    padding: 0 10px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.bnr-list>li {
    width: 31%;
    margin: 0 calc(2.33% + (2.33% / 2)) 15px 0
}

.bnr-list>li a {
    display: block;
    padding: 15px 0;
    text-align: center;
    color: #f6f4eb;
    background: #338a11
}

.bnr-list>li a:hover {
    background: #ff912c;
    transition: all 0.2s ease-in
}

.bnr-list>li:nth-child(3n) {
    margin-right: 0
}

.vertical-content {
    position: relative;
    width: calc(100% - 150px);
    margin-left: auto
}

@media all and (max-width: 639px) {
    .vertical-content {
        width: calc(100% - 65px)
    }
}

.concept-box {
    max-width: 900px;
    margin: 0 auto 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative
}

.concept-box .child {
    width: 47%
}

.concept-box:before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    z-index: 3;
    background: url(../img/plus.png) no-repeat center/contain
}

@media all and (max-width: 639px) {
    .concept-box:before {
        width: 30px;
        height: 30px
    }
}

.tracan-logo {
    width: 500px;
    margin: 0 auto 40px
}

@media all and (max-width: 639px) {
    .tracan-logo {
        width: 80%
    }
}

.title01 {
    color: #338a11;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1.5;
    margin-bottom: 20px
}

.title01 span {
    display: block;
    font-family: "Jost", sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    color: #73bc37
}

.rental-top {
    position: relative;
    margin-bottom: 40px
}

.rental-top .img {
    width: 60%
}

.rental-top .img img {
    width: 100%
}

@media all and (max-width: 896px) {
    .rental-top .img {
        width: 100%
    }
}

.rental-top .txt {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 2;
    padding: 40px 30px;
    width: 50%;
    background: #fefefe;
    font-size: 2.2rem;
    font-weight: 800;
    line-height: 1.8;
    letter-spacing: 0.1em
}

.rental-top .txt .eng {
    display: block;
    font-family: "Jost", sans-serif;
    font-weight: 400;
    font-size: 6rem;
    color: #338a11;
    letter-spacing: 0.1rem
}

.rental-top .txt .eng:first-letter {
    color: #73bc37
}

@media all and (max-width: 896px) {
    .rental-top .txt {
        width: 70%;
        position: relative;
        transform: inherit;
        top: auto;
        margin: -30px auto 0;
        text-align: center
    }
}

@media all and (max-width: 639px) {
    .rental-top .txt {
        font-size: 1.4rem;
        width: 90%;
        padding: 30px 20px
    }

    .rental-top .txt .eng {
        font-size: 2.8rem
    }
}

.facility-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.facility-content li {
    width: 31%;
    margin: 0 calc(2.33% + (2.33% / 2)) 15px 0;
    text-align: center;
    font-weight: 700;
    padding: 15px 5px;
    background: #ff912c;
    line-height: 1.5
}

.facility-content li:nth-child(3n) {
    margin-right: 0
}

.facility-content li:hover {
    background: #ffdf2c
}

.facility-content a {
    display: block;
    width: 100%;
    height: 100%;
    color: #333
}

.tel-link {
    font-weight: 600;
    color: #112f06
}

.tel-link:before {
    font-family: "Font Awesome 5 Free";
    content: "\f879";
    font-weight: 900;
    margin-right: 5px
}

.number {
    text-align: center;
    margin: 0 auto;
    width: 50px;
    height: 50px;
    background: #73bc37;
    border-radius: 80%;
    line-height: 50px;
    font-size: 2.5rem;
    font-weight: 600;
    color: #fefefe;
    box-shadow: 0 0 0 4px #f6f4eb;
    position: relative;
    z-index: 1;
    margin-bottom: -20px
}

@media all and (max-width: 639px) {
    .number {
        font-size: 2rem
    }
}

.flow-list {
    display: flex;
    flex-wrap: wrap
}

.flow-list>li {
    width: 32%;
    margin: 0 calc(1.33% + (1.33% / 2)) 35px 0;
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    position: relative
}

.flow-list>li:after {
    position: absolute;
    content: "";
    top: 50%;
    right: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent #73bc37;
    z-index: 1;
    margin-top: -15px;
    opacity: 0.7
}

.flow-list>li:nth-child(3n) {
    margin-right: 0
}

.flow-list>li:nth-child(3n):after {
    display: none
}

.flow-list>li:last-child:after {
    display: none
}

@media all and (max-width: 896px) {
    .flow-list>li {
        width: 48%;
        margin-right: 4%
    }

    .flow-list>li:nth-child(3n) {
        margin-right: 4%
    }

    .flow-list>li:nth-child(3n):after {
        display: block
    }

    .flow-list>li:nth-child(2n) {
        margin-right: 0
    }

    .flow-list>li:nth-child(2n):after {
        display: none
    }
}

@media all and (max-width: 639px) {
    .flow-list>li {
        width: 90%;
        margin: 0 auto 30px
    }

    .flow-list>li:after {
        border-width: 20px 15px 0 15px;
        border-color: #38abba transparent transparent transparent;
        top: auto;
        bottom: -20px;
        margin-top: 0;
        left: 50%;
        margin-left: -15px
    }

    .flow-list>li:nth-child(2n) {
        margin-right: auto
    }

    .flow-list>li:nth-child(2n):after {
        display: block
    }

    .flow-list>li:last-child {
        margin-bottom: 0
    }
}

.season {
    position: relative;
    z-index: 2;
    font-size: 3.5rem;
    font-family: "YakuHanMP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
    color: #965e21;
    text-align: center;
    width: 60px;
    height: 60px;
    margin: 0 auto -20px;
    background: url(../img/body_bg.png)
}

@media all and (max-width: 639px) {
    .season {
        font-size: 3rem
    }
}

.facility-column2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.facility-column2 .left {
    width: 60%
}

.facility-column2 .right {
    width: 32%
}

@media all and (max-width: 896px) {
    .facility-column2 .right {
        width: 37%
    }
}

@media all and (max-width: 639px) {
    .facility-column2 {
        width: 90%;
        margin: 0 auto
    }

    .facility-column2 .left,
    .facility-column2 .right {
        width: 100%
    }

    .facility-column2 .left {
        margin-bottom: 40px
    }
}

.contact-box {
    max-width: 320px;
    margin-right: auto;
    margin-left: auto;
    background: #f8f6ef;
    padding: 20px;
    text-align: center;
    box-shadow: 0 0 10px rgba(129, 81, 28, 0.1)
}

.contact-box .contact-box-title {
    text-align: center;
    margin: -30px auto 10px;
    position: relative
}

.contact-box .contact-box-title span {
    color: #fefefe;
    font-weight: 700;
    background: #73bc37;
    letter-spacing: 0.15em;
    padding: 6px 20px;
    display: inline-block
}

.contact-box a {
    font-weight: 600;
    font-size: 2.8rem;
    color: #225d0b;
    position: relative;
    z-index: 2
}

.contact-box a:hover {
    color: #ff6e1b
}

.contact-box a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f879";
    font-weight: 900;
    margin-right: 8px;
    font-size: 2rem
}

@media all and (max-width: 896px) {
    .contact-box a {
        font-size: 2rem
    }

    .contact-box a:before {
        font-size: 1.6rem
    }
}

.contact-box .contact-box-txt {
    font-size: 1.4rem
}

@media all and (max-width: 639px) {
    .contact-box .contact-box-txt {
        font-size: 12px
    }
}

.intro {
    max-width: 800px;
    margin: 0 auto 50px
}

.history-dl {
    display: flex;
    flex-wrap: wrap;
    position: relative
}

.history-dl:before {
    position: absolute;
    content: "";
    left: 200px;
    top: 0;
    width: 1px;
    height: 100%;
    z-index: -1;
    background: #aaa
}

@media all and (max-width: 639px) {
    .history-dl {
        display: block
    }

    .history-dl:before {
        left: 0
    }
}

.history-dl dt,
.history-dl dd {
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd
}

.history-dl dt {
    width: 160px;
    margin-right: 40px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: .1em;
    color: #73bc37;
    text-align: right;
    line-height: 1
}

.history-dl dt span {
    font-size: 3rem;
    padding: 0 3px;
    color: #2c8793
}

@media all and (max-width: 639px) {
    .history-dl dt {
        width: 60%;
        font-size: 1.5rem;
        padding-left: 20px;
        text-align: left;
        border-bottom: 0;
        margin-bottom: 0
    }

    .history-dl dt span {
        font-size: 1.8rem
    }
}

.history-dl dd {
    width: calc(100% - 200px);
    display: flex;
    flex-wrap: wrap;
    padding-left: 40px;
    align-items: flex-start
}

@media all and (max-width: 639px) {
    .history-dl dd {
        width: 100%;
        padding-left: 20px
    }
}

.history-dl dd .month {
    width: 65px;
    font-weight: 700;
    background: #ffdf2c;
    padding: 5px;
    text-align: center;
    border-radius: 30px;
    position: relative
}

.history-dl dd .month:before,
.history-dl dd .month:after {
    position: absolute;
    content: ""
}

.history-dl dd .month:before {
    left: -40px;
    top: 50%;
    width: 42px;
    height: 1px;
    z-index: -1;
    background: #aaa
}

.history-dl dd .month:after {
    width: 10px;
    height: 10px;
    left: -45px;
    top: 50%;
    border-radius: 100%;
    background: #ff912c;
    margin-top: -5px
}

@media all and (max-width: 639px) {
    .history-dl dd .month:before {
        left: -20px
    }

    .history-dl dd .month:after {
        left: -25px
    }
}

.history-dl dd .txt {
    width: calc(100% - 65px);
    padding: 10px;
    letter-spacing: 0
}

.history-dl dd .month,
.history-dl dd .txt {
    margin-bottom: 10px
}

.genre {
    margin-bottom: 15px
}

.genre li {
    display: inline-block;
    background: #fefefe;
    padding: 2px 6px;
    margin-right: 4px;
    margin-bottom: 4px;
    font-size: 1.4rem;
    color: #81511c;
    font-weight: 700
}

.genre li:before {
    content: "●";
    font-size: 10px;
    color: #e6e1c8;
    margin-right: 5px;
    padding-bottom: 5px
}

@media all and (max-width: 639px) {
    .genre li {
        font-size: 12px
    }
}

.pass-box {
    max-width: 500px;
    margin: 40px auto;
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
    padding: 40px 25px
}

.project-box,
.staff-box {
    position: relative;
    border-radius: 20px
}

.project-box+.project-box,
.staff-box+.project-box,
.project-box+.staff-box,
.staff-box+.staff-box {
    margin-top: 60px
}

@media all and (max-width: 639px) {

    .project-box+.project-box,
    .staff-box+.project-box,
    .project-box+.staff-box,
    .staff-box+.staff-box {
        margin-top: 30px
    }
}

.project-box:before,
.staff-box:before,
.project-box:after,
.staff-box:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 20px
}

.project-box:before,
.staff-box:before {
    background: #fefefe;
    left: 0;
    top: 0;
    z-index: -1
}

.project-box:after,
.staff-box:after {
    bottom: -15px;
    right: -15px;
    background-image: radial-gradient(circle, #338a11 15%, rgba(0, 0, 0, 0) 10%), radial-gradient(circle, #338a11 15%, rgba(0, 0, 0, 0) 10%);
    background-size: 8px 8px;
    background-position: 0 0, 4px 4px;
    z-index: -2
}

@media all and (max-width: 639px) {

    .project-box:after,
    .staff-box:after {
        bottom: -8px;
        right: -8px
    }
}

.project-title {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

@media all and (max-width: 639px) {
    .project-title {
        flex-direction: column;
        justify-content: center
    }

    .project-title .title-big {
        order: 2
    }
}

.project-title .since {
    margin-left: 40px;
    width: 100px;
    height: 100px;
    background: #73bc37;
    color: #fefefe;
    font-size: 2rem;
    text-align: center;
    font-family: "Jost", sans-serif;
    font-weight: 600;
    line-height: 1.3;
    padding-top: 25px;
    border-radius: 100%
}

.project-title .since span {
    display: block;
    font-family: "Lato"
}

@media all and (max-width: 639px) {
    .project-title .since {
        font-size: 1.4rem;
        width: 70px;
        height: 70px;
        padding-top: 15px;
        margin-left: 0
    }
}

.recruit-head {
    background: url(../img/recruit-head-bg.jpg) no-repeat center/cover;
    height: 80vh;
    position: relative;
    overflow: hidden
}

@media all and (max-width: 1024px) {
    .recruit-head {
        height: 50vh
    }
}

@media screen and (max-width: 890px) and (orientation: landscape) {
    .recruit-head {
        height: 100vh
    }
}

@media all and (max-width: 639px) {
    .recruit-head {
        height: 45vh
    }
}

.recruit-head .recruit-head-lead {
    position: absolute;
    top: 20%;
    left: 0;
    width: 100%;
    z-index: 3
}

.recruit-head .recruit-head-lead img {
    position: absolute;
    left: 50%;
    width: 900px;
    top: 0;
    transform: translateX(-50%)
}

@media all and (max-width: 896px) {
    .recruit-head .recruit-head-lead img {
        width: 80%
    }
}

@media all and (max-width: 639px) {
    .recruit-head .recruit-head-lead {
        top: 30%
    }

    .recruit-head .recruit-head-lead img {
        width: 95%
    }
}

.recruit-head .recruit-head-img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1
}

.recruit-head .recruit-head-img img {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80%
}

@media all and (max-width: 1024px) {
    .recruit-head .recruit-head-img img {
        width: 100%
    }
}

@media screen and (max-width: 890px) and (orientation: landscape) {
    .recruit-head .recruit-head-img img {
        width: 80%
    }
}

@media all and (max-width: 639px) {
    .recruit-head .recruit-head-img {
        width: 120%;
        text-align: center
    }
}

.bg-recruit {
    background: url(../img/bg-recruit01.jpg) no-repeat center/cover
}

.recruit-lead {
    font-size: 3.5rem;
    letter-spacing: .15em;
    margin-bottom: 35px
}

@media all and (max-width: 639px) {
    .recruit-lead {
        font-size: 2.8rem
    }
}

.recruit-txt {
    color: #fefefe;
    max-width: 800px;
    margin: 60px auto;
    text-align: center;
    line-height: 2;
    font-weight: 700
}

@media all and (max-width: 639px) {
    .recruit-txt {
        margin: 5px auto;
        text-align: left
    }
}

.staff-box {
    background: #fff;
    width: 95%;
    padding: 25px;
    display: flex;
    justify-content: space-between
}

@media all and (max-width: 639px) {
    .staff-box {
        flex-direction: column;
        paddig: 15px 10px;
        justify-content: center;
        margin-right: auto;
        margin-left: auto
    }
}

.staff-box .photo {
    width: 300px;
    height: 450px;
    position: relative
}

.staff-box .photo .staff-img {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.staff-box .photo .staff-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit:cover"
}

@media all and (max-width: 639px) {
    .staff-box .photo {
        width: 210px;
        height: 300px;
        margin: 0 auto 50px
    }
}

.staff-box .staff-txt {
    width: calc(100% - 350px)
}

@media all and (max-width: 639px) {
    .staff-box .staff-txt {
        width: 100%
    }
}

.staff-box .staff-name {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2
}

@media all and (max-width: 639px) {
    .staff-box .staff-name {
        bottom: -30px
    }
}

.staff-box .staff-name p {
    display: inline-block;
    padding: 6px 15px
}

.staff-box .staff-name .staff-category {
    background: #fafafa;
    line-height: 1.6;
    font-weight: normal;
    font-size: 1.4rem;
    letter-spacing: 0
}

@media all and (max-width: 639px) {
    .staff-box .staff-name .staff-category {
        font-size: 1.2rem
    }
}

.staff-box .staff-name .name {
    background: #225d0b;
    font-size: 1.8rem;
    font-weight: 700;
    color: #fefefe;
    line-height: 1.3
}

.staff-box .staff-name .name span {
    font-weight: normal;
    font-size: 1.4rem
}

@media all and (max-width: 639px) {
    .staff-box .staff-name .name {
        font-size: 1.4rem
    }

    .staff-box .staff-name .name span {
        font-size: 12px
    }
}

.staff-box:nth-child(2n) {
    margin-left: auto
}

#mynavi {
    position: fixed;
    width: 180px;
    right: 70px;
    bottom: 0;
    z-index: 20
}

#mynavi a {
    font-weight: 700;
    background: #ffdf2c;
    color: #222;
    padding: 5px;
    display: block;
    font-size: 1.4rem;
    text-align: center
}

#mynavi img {
    background: #fefefe;
    display: block;
    padding: 5px
}

@media all and (max-width: 639px) {
    #mynavi {
        width: 120px;
        right: 0;
        left: 50%;
        margin-left: -60px
    }

    #mynavi a {
        font-size: 12px;
        letter-spacing: 0
    }
}

.fukidashi {
    text-align: center;
    margin: 20px auto
}

.fukidashi span,
.fukidashi a {
    display: inline-block;
    position: relative;
    background: #ff912c;
    font-weight: 700;
    padding: 15px;
    color: #222
}

.fukidashi span:before,
.fukidashi a:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #ff912c
}

.slide_list {
    position: relative
}

.slide_list li {
    margin-right: 5px
}

.slide_list li img {
    width: auto;
    height: 200px
}

@media all and (max-width: 639px) {
    .slide_list li img {
        height: 100px
    }
}

.mini {
    font-size: 90%
}


/*# sourceMappingURL=basis.css.map */