@charset "UTF-8";

@font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 200;
    src: url('/themes/trident/fonts/NotoSansJP-Light.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 300;
    src: url('/themes/trident/fonts/NotoSansJP-Regular.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 400;
    src: url('/themes/trident/fonts/NotoSansJP-Medium.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    src: url('/themes/trident/fonts/NotoSansJP-Bold.woff') format('woff');
    font-display: swap;

}

@font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 900;
    src: url('/themes/trident/fonts/NotoSansJP-Black.woff') format('woff');
    font-display: swap;
}

#main-color {
    color: #388E3C;
    color: #292929;
}

@media screen and (max-width:981px) {
    .container {
        max-width: 980px;
    }
}

@media screen and (max-width:480px) {
    [class^=container] {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
}

/* admin */
#adminBox,
.acms-admin-box {
    margin-bottom: 0;
}

#entry-start-date-display {
    display: table-row !important;
}

/* common */
.slick-slider img {
    opacity: 0;
    transition: opacity .3s linear;
}

.slick-initialized.slick-slider img {
    opacity: 1;
}

*,
*:after,
*:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    _font-family: HKGroteskPro, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
    font-family: 'Noto Sans JP', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', 'Yu Gothic', YuGothic, 'メイリオ', Meiryo, sans-serif;
}

.fuwa {
    transition: all 0.3s ease;
}

.op {
    -webkit-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.op:hover {
    opacity: 0.7;
}

a {
    color: #292929;
    text-decoration: none;
    transition: color .3s;
}

a:hover {
    text-decoration: none;
    color: #388E3C;
}

a {
    outline: none;
}

a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
}

a.btn-ctr {
    margin: 0 auto;
    display: block;
    text-align: center;
    max-width: 250px;
}

.js-lazy-load {
    transform: initial;
    opacity: 0;
}

.js-lazy-load.loading {
    transform: initial;
    opacity: 1;
}

p {
    font-weight: 300;
}

.entry-column ul li,
.entry-column ul ol {
    font-weight: 300;
}

body.en_entry_body small.h2_small.text-center,
body.en_index_body small.h2_small.text-center,
body.en__body small.h2_small.text-center {
    display: none;
}

body.en_entry_body span.h2_border,
body.en_index_body span.h2_border,
body.en__body span.h2_border {
    _display: none;
}

body.en_entry_body span.h2_border,
body.en_index_body span.h2_border,
body.en__body span.h2_border {
    border-bottom: 3px solid #388e3c;
    width: 100%;
    max-width: 75px;
    height: 0;
    margin: 30px 0 0;
}


.acms-admin-btn,
.acms-admin-btn-admin {
    font-weight: 400;
}

.trd_bg-dark {
    background: #292929;
}

.btn-trd {
    background-color: #388E3C;
    border-color: #388E3C;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
}

.btn-trd:hover {
    color: #fff;
    background: #2f7632;
    text-decoration: none;
}

a.btn-trd.btn-trd-w {
    border: 2px solid #388E3C !important;
    background: none;
    color: #388E3C;
    transition: all 0.2s ease;
}

a.btn-trd.btn-trd-w:hover {
    border: 2px solid #388E3C !important;
    background: #388E3C;
    color: #fff;
    text-decoration: none
}


a.btn-maru {
    border-radius: 50px;
}

.lift:hover {
    box-shadow: initial !important;
}

.border-primary {
    border-color: #388E3C !important;
}

.btn-primary {
    background-color: #388E3C;
    border-color: #388E3C;
    box-shadow: none;
    color: #fff;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus,
.btn-primary:hover {
    background-color: #226725;
    border-color: #226725;
}

a.btn {
    font-size: 0.925rem;
    font-weight: 400;
}

@media screen and (max-width:991px) {
    a.btn {
        font-size: 0.875rem;
    }
}

@media screen and (max-width:480px) {
    a.btn {
        font-size: 0.85rem;
    }
}

/* header, navbar  */
.navbar_logo_img {
    width: 100%
}

.navbar-brand {
    z-index: 5000;
}

.navbar-brand-img {
    max-height: 1.85rem;
}

.navbar {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    padding: 0;
    height: 100px;
    width: 100%
}

@media (max-width: 991px) {
    .navbar {
        position: fixed;
        top: 0;
        padding: 0;
        height: 100px;
        width: 100%
    }

    body {
        padding-top: 100px
    }


    .mobile-nav-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        padding: 30px 0;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }
}

.navbar-light .navbar-nav .nav-link {
    color: #292929;
    font-size: 1rem;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #388E3C;
}

section#common_global_navi {
    margin-left: auto;
}

a.a__nav_contact {
    width: 15%;
    height: 100px;
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 175px;
    font-size: 1rem;
}

a.a__nav_contact .fa-envelope {
    margin-right: 0.5rem
}

@media (min-width: 1081px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 1.2rem;
        padding-right: 1.2rem;
    }
}

@media screen and (max-width:1080px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media screen and (max-width:767px) {
    .navbar-brand-img {
        max-height: 1.5rem;
    }
}

@media screen and (max-width:480px) {
    .navbar-brand-img {
        max-height: 1.45rem;
    }

    .navbar_logo_img {
        min-width: 145px;
        width: 55%;
    }

    .navbar {
        height: 70px;
        position: fixed;
        width: 100%;
        top: 0;
        display: flex;
        flex-wrap: nowrap;
    }

    body {
        padding-top: 70px;
    }
}

/* ハンバーガーメニュー */

.nav-menu-btn {
    display: flex;
    align-items: center;
    height: 45px;
    padding: 0px 10px;
    font-size: 20px;
    color: #222;
}

.icon-toggle-menu:before,
.icon-toggle-menu:after {
    width: 28px;
    height: 3px;
    background-color: #222;

}

.icon-toggle-menu {
    width: 28px;
    height: 3px;
    margin: 5px 0;
    vertical-align: middle;
    background-color: #222;
}

.icon-toggle-menu:after {
    bottom: -8px;
}

.icon-toggle-menu:before {
    top: -8px;
}

.navbar .navbar-toggler {
    padding: 0;
}

[aria-expanded=true] .icon-toggle-menu:before {
    width: 28px;
    -webkit-transform: translate(0px, 8px) rotate(45deg);
    transform: translate(0px, 8px) rotate(45deg);
}

[aria-expanded=true] .icon-toggle-menu:after {
    width: 28px;
    -webkit-transform: translate(0px, -8px) rotate(-45deg);
    transform: translate(0px, -8px) rotate(-45deg);
}

@media screen and (min-width:481px) {

    .icon-toggle-menu:before,
    .icon-toggle-menu:after {
        width: 35px;
        height: 4px;
        background-color: #222;
    }

    .icon-toggle-menu:after {
        bottom: -10px;
    }

    .icon-toggle-menu:before {
        top: -10px;
    }

    .icon-toggle-menu {
        width: 35px;
        height: 4px;
    }

    [aria-expanded=true] .icon-toggle-menu:after {
        width: 35px;
        -webkit-transform: translate(0px, -12px) rotate(-45deg);
        transform: translate(0px, -12px) rotate(-45deg);
    }

    [aria-expanded=true] .icon-toggle-menu:before {
        width: 35px;
    }
}

/* 見出し */
.wrap_common_h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 40px;
}

span.h2_border {
    display: block;
    border-bottom: 1px solid #292929;
    width: 100%;
    max-width: 175px;
    height: 0;
    margin: 13px 0;
}

.wrap_common_h2 h2 {
    font-size: 2.45rem;
    font-weight: 600;
    margin: 0;
    padding: 0;
}

.entry-column .wrap_common_h2 h2 {
    font-size: 2.45rem;
    font-weight: 600;
    margin: 0;
    padding: 0;
    color: #292929;
    border-left: none;
    line-height: 1.35;
}

small.h2_small {
    font-weight: 300;
    letter-spacing: 0.75px;
}

@media screen and (max-width:1280px) {

    .wrap_common_h2 h2,
    .entry-column .wrap_common_h2 h2 {
        font-size: 2rem;
    }
}

@media screen and (max-width:767px) {

    .wrap_common_h2 h2,
    .entry-column .wrap_common_h2 h2 {
        font-size: 1.85rem;
    }
}

@media screen and (max-width:480px) {

    .wrap_common_h2 h2,
    .entry-column .wrap_common_h2 h2 {
        font-size: 1.75rem;
    }
}




/* footer */
section#common_footer {
    margin-top: 80px;
}

footer .fs-5 {
    font-size: 0.9rem !important;
    font-weight: 300 !important;
}

img.footer-brand {
    width: 100%;
    max-width: 170px;
}

ul.ul__footer_links {
    font-weight: 300;
}

ul.ul__footer_links li {
    font-size: 1rem;
}

@media screen and (max-width:767px) {
    footer .copyright.mb-n10 {
        margin-bottom: -2rem !important;
    }
}

@media screen and (max-width:480px) {
    section#common_footer {
        margin-top: 60px;
    }

    small.copyright-text {
        font-size: 0.8rem !important;
    }

    ul.ul__footer_links li {
        font-size: 0.9rem;
    }

    img.footer-brand {
        max-width: 175px;
    }
}

/* footer調整 */
.ul_social-item__common_footer {
    display: flex;
    align-items: center;
}

li.li__social-item__common_footer a {
    margin-right: 20px;
    display: flex;
    align-items: center;
}

a.logo__common_footer {
    margin-bottom: 15px;
    display: block;
}

#common_footer .list-social-icon {
    max-width: 48px;
    width: 25px;
}

@media screen and (max-width:480px) {
    a.logo__common_footer {
        margin-bottom: 2rem;
    }

    li.li__social-item__common_footer a {
        margin-right: 30px;
    }

    #common_footer .list-social-icon {
        width: 28px;
    }
}

/* header調整 */
.navbar div.container-fluid {
    position: relative
}

.navbar .navbar-toggler {
    position: absolute;
    right: 15px;
}

.navbar_logo_img {
    max-width: 235px;
}

@media screen and (min-width:992px) {
    .navbar-brand {
        width: 25%;
    }
}

@media screen and (max-width:991px) {
    .navbar_logo_img {
        width: 100%;
        margin-right: auto;
        max-width: 210px;
    }
}

@media screen and (max-width:480px) {
    .navbar .navbar-toggler {
        right: 10px;
    }

    .navbar_logo_img {
        max-width: 165px;
    }
}

/* デバイス別display設定 */

@media screen and (min-width: 768px) {
    .acms-hide-pc {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .pc_only {
        display: none !important;
    }
}

@media screen and (max-width: 480px) {
    .pc_tb_only {
        display: none !important;
    }
}

@media screen and (min-width: 768px) {
    .sp_tb_only {
        display: none !important;
    }
}

@media screen and (min-width: 481px) {
    .sp_only {
        display: none !important;
    }
}

/* // X-Small devices (portrait phones, less than 576px)
@media (max-width: 575.98px) {
    ...
}

// Small devices (landscape phones, less than 768px)
@media (max-width: 767.98px) {
    ...
}

// Medium devices (tablets, less than 992px)
@media (max-width: 991.98px) {
    ...
}

// Large devices (desktops, less than 1200px)
@media (max-width: 1199.98px) {
    ...
}

// X-Large devices (large desktops, less than 1400px)
@media (max-width: 1399.98px) {
    ...
} */


/* 5カラム */
.col-xl-five-1,
.col-lg-five-1,
.col-md-five-1,
.col-sm-five-1,
.col-xs-five-1,
.col-xl-five-2,
.col-lg-five-2,
.col-md-five-2,
.col-sm-five-2,
.col-xs-five-2,
.col-xl-five-3,
.col-lg-five-3,
.col-md-five-3,
.col-sm-five-3,
.col-xs-five-3,
.col-xl-five-4,
.col-lg-five-4,
.col-md-five-4,
.col-sm-five-4,
.col-xs-five-4 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-five-1 {
    width: 20%;
    flex: 0 0 20%;
    float: left;
}

.col-xs-five-2 {
    width: 40%;
    flex: 0 0 40%;
    float: left;
}

.col-xs-five-3 {
    width: 60%;
    flex: 0 0 60%;
    float: left;
}

.col-xs-five-4 {
    width: 80%;
    flex: 0 0 80%;
    float: left;
}

@media (min-width: 576px) {
    .col-sm-five-1 {
        width: 20%;
        flex: 0 0 20%;
        float: left;
    }

    .col-sm-five-2 {
        width: 40%;
        flex: 0 0 40%;
        float: left;
    }

    .col-sm-five-3 {
        width: 60%;
        flex: 0 0 60%;
        float: left;
    }

    .col-sm-five-4 {
        width: 80%;
        flex: 0 0 80%;
        float: left;
    }
}

@media (min-width: 768px) {
    .col-md-five-1 {
        width: 20%;
        flex: 0 0 20%;
        float: left;
    }

    .col-md-five-2 {
        width: 40%;
        flex: 0 0 40%;
        float: left;
    }

    .col-md-five-3 {
        width: 60%;
        flex: 0 0 60%;
        float: left;
    }

    .col-md-five-4 {
        width: 80%;
        flex: 0 0 80%;
        float: left;
    }

    .col-md-offset-five-1 {
        margin-left: 4.3333333%;
    }
}

@media (min-width: 992px) {
    .col-lg-five-1 {
        width: 20%;
        flex: 0 0 20%;
        float: left;
    }

    .col-lg-five-2 {
        width: 40%;
        flex: 0 0 40%;
        float: left;
    }

    .col-lg-five-3 {
        width: 60%;
        flex: 0 0 60%;
        float: left;
    }

    .col-lg-five-4 {
        width: 20%;
        flex: 0 0 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-xl-five-1 {
        width: 20%;
        flex: 0 0 20%;
        float: left;
    }

    .col-xl-five-2 {
        width: 40%;
        flex: 0 0 40%;
        float: left;
    }

    .col-xl-five-3 {
        width: 60%;
        flex: 0 0 60%;
        float: left;
    }

    .col-xl-five-4 {
        width: 20%;
        flex: 0 0 20%;
        float: left;
    }
}