@charset "UTF-8";


/* hero */
section#top_hero {
    background-image: url(/themes/trident/img/hero_image.jpg);
}

#top_hero a.btn-trd {
    padding: .8125rem 2.75rem;
}

#top_hero .container {
    max-width: 1400px;
}

img.img__hero_text {
    max-width: 65%;
}

p.p__hero_text {
    font-weight: 300;
}

@media screen and (min-width:1200px) {
    #top_hero .container {
        max-width: 1400px;
    }
}

@media screen and (max-width:1119px) {
    #top_hero .container {
        max-width: 1200px;
    }

    p.p__hero_text {
        font-size: 14.5px;
    }
}

@media (max-width: 991.98px) {
    img.img__hero_text {
        max-width: 70%;
    }

    p.p__hero_text {
        font-size: 13.5px;
    }

    section#top_hero {
        background-image: initial;
        background-image: url(/themes/trident/img/hero_image_md.jpg);
    }
}

@media (max-width: 767.98px) {
    img.img__hero_text {
        max-width: 70%;
    }

    p.p__hero_text {
        font-size: 13px;
    }

    section#top_hero {
        background-image: initial;
        background-image: url(/themes/trident/img/hero_image_md.jpg);
    }
}

@media (max-width: 575.98px) {
    img.img__hero_text {
        max-width: 80%;
    }

    p.p__hero_text {
        font-size: 12px;
    }

    section#top_hero {
        background-image: initial;
        background-image: url(/themes/trident/img/hero_image_sm.jpg);
        padding-bottom: 6rem !important;
        padding-top: 6rem !important;
    }
}

/* main_contents */
section#top_main_contents {
    padding: 80px 0;
    z-index: 2000;
}

h3.h3__main_contents {
    font-size: 1.25rem;
    margin: 10px 0 30px;
    font-weight: 600;
}

.wrap__card-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (min-width:1201px) {
    h3.h3__main_contents {
        font-size: 1.35rem;
    }
}

@media screen and (min-width: 768px) {
    #top_main_contents .wrap__card-col:nth-of-type(2) {
        -webkit-transition-delay: .1s;
        transition-delay: .1s;
    }

    #top_main_contents .wrap__card-col:nth-of-type(3) {
        -webkit-transition-delay: .2s;
        transition-delay: .2s;
    }
}

@media screen and (max-width:1200px) {
    h3.h3__main_contents {
        font-size: 1.2rem;
    }
}

@media screen and (max-width:980px) {
    h3.h3__main_contents {
        font-size: 1.1rem;
    }
}

@media screen and (min-width:481px) and (max-width:768px) {
    h3.h3__main_contents {
        font-size: 1.25rem;
    }

}

@media screen and (max-width:767px) {
    .wrap__card-col {
        margin-bottom: 40px;
    }

    .wrap__card-col:last-of-type {
        margin: 0
    }
}

@media screen and (max-width:480px) {
    section#top_main_contents {
        padding: 60px 0;
    }

    h3.h3__main_contents {
        font-size: 1.15rem;
        margin: 10px 0 20px;
    }
}

/* お知らせ */
section#top_news {
    padding: 80px 0;
}

@media screen and (min-width:768px) and (max-width:1200px) {
    section#top_news {
        padding: 0;
    }
}


.top-news__ccd {
    display: flex;
    color: #388E3C;
    border: 1px solid #388E3C;
    border-radius: 25px;
    font-size: 0.9rem;
    padding: 0px 25px;
    width: 27.5%;
    max-width: 325px;
    align-items: baseline;
    justify-content: center;
}

li.top-news__item {
    margin-bottom: 30px;
}

.index_item__item img,
.wrap__es_index_img img {
    -webkit-filter: brightness(0.95);
    filter: brightness(0.95);
}

#top_news a.btn.btn-trd {
    margin-top: 80px;
}

@media screen and (max-width:980px) {
    .wrap__es_index_img {
        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;
    }

    h3.top-news__ttl,
    h3.index_item__ttl {
        margin: 10px 0 0 0 !important;
        font-size: 1rem !important;
    }

    .index_item__meta,
    .top-news__meta {
        padding-left: 0;
    }
}

@media screen and (max-width:480px) {
    section#top_news {
        padding: 40px 0;
    }

    ul.top-news__list {
        margin-bottom: 30px
    }

    li.top-news__item {
        margin-bottom: 25px;
    }

    .index_item__ccd,
    .top-news__ccd {
        font-size: 0.7rem;
        padding: 0 20px;
        margin-right: 10px
    }

    .index_item__meta,
    .top-news__meta {
        padding-left: 0;
    }

    .top-news__date,
    .index_item__date {
        margin: 0 !important;
        font-size: 12px;
        display: inline-block;
    }

    h3.top-news__ttl,
    h3.index_item__ttl {
        margin: 10px 0 0 0 !important;
        font-size: 0.925rem !important;
        line-height: 1.5;
    }

    #top_news a.btn.btn-trd {
        margin-top: 40px;
    }
}

/* MVV 202204 */
img.img__hero_text {
    max-width: 95%;
}

p.p__hero_text {
    line-height: 1.8;

}
p.p__hero_text_en {
    max-width: 725px;
}

p.p__hero_text_ja {
    width: 75%;
    min-width: 700px;
}

@media screen and (max-width:1119px) {
    p.p__hero_text {
        font-size: 16px;
    }
}

@media screen and (max-width: 991.98px) {
    p.p__hero_text {
        font-size: 15px;
    }

    p.p__hero_text_ja {
        width: 100%;
        min-width: initial;
    }
}


@media (max-width: 575.98px) {
    section#top_hero {
        padding-bottom: 7rem !important;
        padding-top: 7rem !important;
    }

    p.p__hero_text {
        font-size: 14px;
        line-height: 1.8
    }
}

section#top_hero h1 {
    font-size: 3.5rem;
}

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

    section#top_hero h1 {
        font-size: 3.25rem;
    }
}

@media (max-width: 575.98px) {
    section#top_hero h1 {
        font-size: 2.5rem;
        line-height: 1.3;
    }
}

/* hero追加 2024.5 */
section#top_hero h1 {
    font-weight: bold;
}

@media screen and (min-width:1200px) {
    .h1__br {
        display: none;
    }
}

@media screen and (max-width:1199px) {
    .h1__br2 {
        display: none;
    }
}

@media screen and (max-width:480px) {
    section#top_hero h1 {
        margin: 0 0 2rem;
        font-size: 2.15rem;
    }
}
