@charset "UTF-8";

/*---------------------------------

    common

---------------------------------*/

@media (max-width: 767px) {

    .only-pc {
        display: none !important;
    }

}
@media (min-width: 768px) {

    .only-sp {
        display: none !important;
    }

}
body {
    font-family: "Zen Karu Gothic", sans-serif;
    font-weight: 500;
    color: #222;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Zen Maru Gothic", sans-serif;
}
.ls h1, .ls h2, .ls h3, .ls h4, .ls h5, .ls h6 {
    color: #222;
}
.side-item h2, .side-item h3, .side-item h4 {
    line-height: 1.4;
}
::selection {
    color: #fff;
    background-color: #51AC75;
}
a {
    color: #222;
}
a:hover {
    color: #51AC75;
}
.ls, .ls.ms {
    color: #222;
}
.btn {
    min-width: 160px;
    padding: 9px 23px;
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0;
}
.btn-maincolor {
    background-color: #51AC75;
}
.section-title {
    margin-bottom: 1.6em;
    font-size: 48px;
    line-height: 1.5;
    text-align: center;
    text-transform: uppercase;
}
.section-title02 {
    margin-bottom: 1.6em;
    font-size: 40px;
    line-height: 1.5;
}
.title {
    margin-top: 0;
    margin-bottom: 1em;
    font-size: 24px;
    letter-spacing: 0.04em;
    line-height: 1.5;
}
.text {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.15em;
    line-height: 1.9;
}
@media (hover: hover) and (pointer: fine) {

    a[href^="tel:"] {
        pointer-events: none;
    }

}
@media (min-width: 1200px) {

    .btn {
        min-width: 200px;
    }

}
@media (max-width: 767px) {

    .section-title {
        font-size: 32px;
    }
    .section-title02 {
        font-size: 28px;
    }
    .title {
        font-size: 22px;
    }
    .text {
        line-height: 1.7;
    }
    .btn {
        font-size: 18px;
    }

}
@media (max-width: 575px) {

    br {
        display: block;
    }

}

/*---------------------------------

    header

---------------------------------*/

.page_header .row {
    min-height: unset;
}
.boxed .page_header,
.page_header.affix {
    opacity: 1;
}
.page_header h1 {
    width: fit-content;
    font-size: 16px;
}
a.logo {
    display: inline-flex;
}
.toggle_menu {
    opacity: 1;
}
.toggle_menu.mobile-active {
    background-color: #51AC75;
}
@media (max-width: 1440px) {

    .page_header .btn {
        padding: 6px 33px;
    }

}
@media (max-width: 1199px) {

    .page_header {
        min-height: 60px;
    }
    .page_header .row {
        height: 60px;
    }
    .sf-menu {
        border-top-color: #51AC75;
    }
    .top-nav .sf-menu li {
        padding: 10px 0;
    }
    .top-nav .sf-menu a {
        display: inline-block;
        position: relative;
        color: #222;
        font-size: 20px;
    }
    .top-nav .sf-menu a::after {
        position: absolute;
        bottom: 0;
        left: 10px;
        width: calc(100% - 20px);
        height: 2px;
        background-color: #51AC75;
        content: "";
    }
    .top-nav .sf-menu li:last-child a::after {
        content: none;
    }
    .top-nav .sf-menu li:last-child .media + .media {
        margin-top: 30px;
        margin-left: 0;
    }
    .top-nav .sf-menu li:last-child .media-body dd {
        margin-top: 5px;
    }
    .top-nav .sf-menu li:last-child .media-body dd a {
        padding: 10px 0;
        text-transform: none;
    }

}
@media (max-width: 767px) {

    a.logo {
        width: 70px;
    }

}
@media (min-width: 1200px) {

    .page_topline .container-fluid,
    .page_toplogo .container-fluid,
    .page_header .container-fluid {
        padding-left: 40px;
        padding-right: 40px;
    }
    .sf-menu {
        padding: 28px 0;
    }
    .affix .sf-menu {
        padding: 20px 0;
    }
    .ls .sf-menu > li > a {
        color: #222;
    }
    .sf-menu > li > a {
        margin: 0 22px;
        line-height: 1.4;
    }
    .sf-menu a {
        font-size: 18px;
        font-weight: 700;
    }
    .sf-menu > li.active > a::before,
    .sf-menu > li > a.active::before {
        transform: scaleX(0);
    }
    .sf-menu > li.active > a:hover::before,
    .sf-menu > li > a.active:hover::before {
        transform: scaleX(1);
    }

}
@media (min-width: 1440px) {

    .sf-menu a {
        font-size: 20px;
        font-weight: 700;
    }

}
@media (min-width: 1600px) {

    .page_topline .container-fluid,
    .page_toplogo .container-fluid,
    .page_header .container-fluid {
        padding-left: 80px;
        padding-right: 80px;
    }

}

/*---------------------------------

    footer

---------------------------------*/

.page_footer .col-md-6 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.page_footer .menu-container {
    display: grid;
    place-items: center;
}
.page_footer .menu-container p {
    width: fit-content;
}
.page_footer .social-icons a[class*='fa-']:before {
    font-size: 16px;
}
@media (min-width: 575px) {

    .page_footer a.border-icon:before,
    .page_footer a.bg-icon:before,
    .page_footer a.color-bg-icon:before {
        width: 3em;
        height: 3em;
        line-height: 3em;
    }

}
@media (max-width: 574px) {

    .page_footer a.border-icon:before,
    .page_footer a.bg-icon:before,
    .page_footer a.color-bg-icon:before {
        width: 3em;
        height: 3em;
        line-height: 3em;
    }

}


/*---------------------------------

    mv

---------------------------------*/

.intro_section {
    position: relative;
    height: 100vh;
}
.flexslider {
    height: inherit;
}
.flexslider ul {
    height: inherit;
}
.flexslider ul li {
    display: block !important;
    position: relative;
    height: inherit;
}
.flexslider ul li::before {
    position: absolute;
    inset: 0;
    z-index: 10;
    opacity: 1 !important;
    background-color: rgb(0 0 0 / 0.15) !important;
    content: "";
}
.flexslider ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}
.intro_section .container-fluid {
    z-index: 100;
}
.intro_section .emptytext {
    font-family: 'Montserrat', sans-serif;
    font-size: 160px;
    font-weight: 700;
    line-height: 1;
}
.intro_section .mv-text {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3;
}
.intro_section .mv-text span {
    width: auto;
}
@media (max-width: 1620px) {

    .intro_section .emptytext{
        font-size: 120px;
    }

}
@media (max-width: 1440px) {

    .intro_section {
        height: calc(100vh - 107px);
        height: calc(100svh - 107px);
    }

}
@media (max-width: 1400px) {

    .intro_section .emptytext {
        font-size: 80px;
    }
    .intro_section .mv-text {
        font-size: 24px;
    }

}
@media (max-width: 1199px) {
    .intro_section .emptytext {
        font-size: 90px;
    }
    .intro_section .mv-text {
        font-size: 24px;
    }
    

}
@media (max-width: 991px) {

    .intro_section .emptytext {
        font-size: 100px;
    }
    .intro_section .mv-text {
        font-size: 24px;
    }

}
@media (max-width: 767px) {

    .intro_section .emptytext {
        font-size: 60px;
    }
    .intro_section .mv-text {
        font-size: 18px;
    }

}


/*---------------------------------

    intro

---------------------------------*/

.intro {
    padding-top: 100px;
}
.intro-inner {
    position: relative;
    padding: 0 80px;
    text-align: center;
}
.intro-inner::before {
    position: absolute;
    top: 50px;
    left: calc(50% - 660px);
    width: 180px;
    height: 222px;
    background-image: url(../images/intro-deco01.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
}
.intro-inner::after {
    position: absolute;
    top: -60px;
    right: calc(50% - 790px);
    width: 306px;
    height: 320px;
    background-image: url(../images/intro-deco02.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
}
.intro-text {
    display: inline;
    position: relative;
    z-index: 1;
    background-image: linear-gradient(transparent calc(100% - 2px), #51AC75 0%);
    padding-bottom: 2px;
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 2.5;
    font-family: "Zen Maru Gothic", sans-serif;
}
@media (max-width: 1500px) {

    .intro-inner::before {
        left: calc(50% - 510px);
        width: 130px;
        height: 164px;
    }
    .intro-inner::after {
        right: calc(50% - 640px);
        width: 218px;
        height: 211px;
    }

}
@media (max-width: 1200px) {

    .intro-inner::before {
        left: calc(50% - 480px);
        width: 110px;
        height: 137px;
    }
    .intro-inner::after {
        right: calc(50% - 530px);
        width: 158px;
        height: 151px;
    }

}
@media (max-width: 991px) {

    .intro-inner::before {
        left: calc(50% - 400px);
        width: 90px;
        height: 107px;
    }
    .intro-inner::after {
        top: 40px;
        right: calc(50% - 400px);
        width: 128px;
        height: 134px;
    }

}
@media (max-width: 767px) {

    .intro {
        padding-top: 70px;
    }
    .intro-inner {
        padding: 0 20px;
    }
    .intro-inner::before {
        left: calc(50% - 210px);
        width: 50px;
        height: 67px;
    }
    .intro-inner::after {
        top: 100px;
        right: calc(50% - 210px);
        width: 78px;
        height: 84px;
    }
    .intro-text {
        padding-bottom: 4px;
        font-size: 14px;
        line-height: 1.8;
    }

}


/*---------------------------------

    feature

---------------------------------*/

#feature .leaf-wrap .leaf {
    display: grid;
    place-items: center;
}
.post-title {
    margin-bottom: 1.25em;
    font-size: 40px;
    line-height: 1.4;
}
.cover-img {
    width: 90%;
}
.leaf-wrap .leaf.leaf01 img {
    scale: 1.4;
    transform: translate(44%, 3%);
    transform-origin: right center;
}
.leaf-wrap .leaf.leaf02 img {
    transform: translate(-68%, 7%);
    transform-origin: left center;
}
.leaf-wrap .leaf.leaf03 img {
    scale: 1.3;
    transform: translate(41%, 3%);
    transform-origin: right center;
}
.leaf-wrap .leaf.leaf04 img {
    scale: 1.2;
    transform: translate(-45%, 0);
    transform-origin: left center;
}
@media (max-width: 1599px) {

    #feature .leaf-wrap .leaf img {
        width: 140px;
    }

}
@media (max-width: 1199px) {

    #feature .row > .d-md-flex {
        position: relative;
        z-index: 2;
    }
    #feature .leaf-wrap .leaf img {
        width: 120px;
    }
    .leaf-wrap .leaf.leaf01 img {
        scale: 1;
        transform: translate(27%, 3%);
    }
    .leaf-wrap .leaf.leaf02 img {
        scale: 0.8;
        transform: translate(-48%, 7%);
    }
    .leaf-wrap .leaf.leaf03 img {
        scale: 1;
        transform: translate(21%, 11%);
    }
    .leaf-wrap .leaf.leaf04 img {
        scale: 1;
        transform: translate(-40%, 7%);
    }

}
@media (max-width: 991px) {

    .post-title {
        font-size: 32px;
    }

}
@media (max-width: 767px) {

    #feature .leaf-wrap {
        width: 80%;
        margin: 0 auto;
    }
    #feature .leaf-wrap .leaf img {
        width: 50px;
    }
    .post-title {
        font-size: 24px;
    }
    .cover-img {
        width: 100%;
    }
    .leaf-wrap .leaf.leaf01 img {
        transform: translate(87%, 3%);
    }
    .leaf-wrap .leaf.leaf02 img {
        scale: 1;
        transform: translate(-74%, 7%);
    }
    .leaf-wrap .leaf.leaf03 img {
        scale: 1.2;
        transform: translate(51%, 20%);
    }
    .leaf-wrap .leaf.leaf04 img {
        scale: 1.2;
        transform: translate(-55%, -6%);
    }

}

/*---------------------------------

    instagram

---------------------------------*/

#instagram {
    position: relative;
    z-index: 2;
    padding-top: 70px;
}
#instagram .section-title {
    margin-bottom: 1.2em;
}
.instagram-wrap {
    height: fit-content;
}

/*---------------------------------

    use

---------------------------------*/

#use {
    margin-top: -8px;
}
#use.leaf-wrap.about-2 .leaf {
    right: 80px;
    width: 300px;
}
.collapse_shortcode-item.news {
    padding-top: 0;
}
.collapse_shortcode-item.news::before,
.collapse_shortcode-item.news::after {
    content: none;
}
.collapse_shortcode-item-title {
    margin: 0;
    font-size: 24px;
    line-height: 1.5;
}
.news-item + .news-item {
    margin-top: 5px;
}
.news-item time {
    color: #51AC75;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.04em;
}
.news-item .text:first-of-type {
    margin: 0;
}
#use .btn {
    min-width: 220px;
}
.media + .media {
    margin-left: 40px;
}
.media-body {
    margin-bottom: 0;
}
.media-body dt {
    font-size: 20px;
}
.media-body dd {
    margin: 15px 0 0;
    font-weight: 700;
}
@media (min-width: 992px) {

    .collapse_shortcode-item > *:first-child {
        width: 48%;
    }
    .collapse_shortcode-item > *:last-child {
        width: 52%;
    }

}
@media (max-width: 1199px) {

    #use.leaf-wrap.about-2 .leaf {
        display: block;
        right: 0;
    }
    #use.leaf-wrap.about-2 .leaf img {
        width: 188px;
    }

}
@media (max-width: 767px) {

    #use.leaf-wrap.about-2 .leaf {
        right: 20px;
        text-align: right;
    }
    #use.leaf-wrap.about-2 .leaf img {
        width: 130px;
    }
    .collapse_shortcode-item-title {
        margin-bottom: 10px;
        font-size: 22px;
    }
    #use .btn {
        min-width: 200px;
    }
    .media + .media {
        margin-top: 20px;
        margin-left: 0;
    }

}

/*---------------------------------

    facility

---------------------------------*/

#facility .section-title02 {
    margin-bottom: 0.5em;
}
#facility .list-styled {
    padding-left: 10px;
    color: #222;
}
#facility .list-styled li {
    display: flex;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.5;
}
#facility .list-styled li::before {
    flex-shrink: 0;
    font-size: 16px;
    padding-right: 20px;
    margin-top: 2px;
}
#facility .hero-bg {
    height: 100%;
}
.list-item {
    display: flex;
}
.list-name {
    flex-shrink: 0;
    min-width: 4em;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
}
.list-text {
    margin: 0 0 10px 1em;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
}
.list-text span {
    margin-left: 1em;
}
@media (max-width: 767px) {

    #facility .list-styled li {
        font-size: 16px;
    }
    #facility .list-styled li::before {
        font-size: 14px;
        padding-right: 16px;
        margin-top: 3px;
    }
    .list-name {
        font-size: 16px;
    }
    .list-text {
        font-size: 16px;
    }

}

/*---------------------------------

    recruit

---------------------------------*/

#recruit {
    padding-top: 80px;
}
.before-footer.before-footer1 .col-12 > div {
    background-image: none;
    background-color: #51AC75;
}
.recruit-heading {
    font-size: 40px;
    line-height: 1.5;
}
#recruit .before-footer-content .btn {
    font-size: 16px;
    padding: 12px 23px;
}
@media (max-width: 991px) {

    .recruit-heading {
        font-size: 36px;
    }

}
@media (max-width: 767px) {

    .recruit-heading {
        font-size: 28px;
    }

}

/*---------------------------------

    モーダル

---------------------------------*/

.mon-modal {
	display: none;
	position: fixed;
    inset: 0;
    z-index: 10000;
}
.mon-modal.is-open {
    display: grid;
	place-items: center;
}
.mon-modal-overlay {
    position: absolute;
    inset: 0;
    background-color: rgb(0 0 0 / 0.6);
}
.mon-modal-container {
	position: relative;
    width: 90%;
    max-width: 750px;
    max-height: 80vh;
    padding: 60px 40px;
    overflow-y: auto;
    background-color: #fff;
}
.mon-modal-button {
	position: absolute;
    top: 20px;
	right: 20px;
	width: 40px;
    height: 40px;
	cursor: pointer;
    background: none !important;
    border: none !important;
    padding: 0 !important;
}
.mon-modal-button::before,
.mon-modal-button::after {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 2px;
    background-color: #222;
    content: "";
}
.mon-modal-button::before {
    transform: translate(-50%, -50%) rotate(45deg);
}
.mon-modal-button::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.mon-modal-title {
    font-size: 40px;
    line-height: 1.5;
    text-align: center;
}
.mon-modal-title02 {
    font-size: 22px;
    line-height: 1.5;
}
.mon-modal-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.mon-modal-list li {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.9;
}
.mon-modal-close {
    margin-top: 40px;
    text-align: center;
}
@media (max-width: 767px) {

    .mon-modal-container {
        padding: 60px 20px;
    }
    .mon-modal-title {
        font-size: 32px;
    }
    .mon-modal-title02 {
        font-size: 19px;
    }
    .mon-modal-button {
        top: 15px;
        right: 15px;
        width: 35px;
        height: 35px;
    }
    .mon-modal-button::before,
    .mon-modal-button::after {
        width: 36px;
    }

}
.border-bottom{
    border-bottom: 1px solid #51AC75!important;
    padding-bottom: 4px;
}