@charset "UTF-8";

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

.company_body section#sec-welcome {
    background-image: url(/themes/trident/img/bg01.jpg);
}

.news_body section#sec-welcome {
    background-image: url(/themes/trident/img/bg02.jpg);
}

.recruit_body section#sec-welcome {
    background-image: url(/themes/trident/img/bg03.jpg);
}

.magicpod_body section#sec-welcome {
    background-image: url(/themes/trident/img/bg_mp.jpg);
}

.member_interview_body section#sec-welcome {
    background-image: url(/themes/trident/img/bg04.jpg);
}

@media screen and (max-width:1280px) {
    #sec-welcome h1 {
        font-size: 1.75rem;
    }
}

@media screen and (max-width:767px) {
    .company_body section#sec-welcome {
        background-image: url(/themes/trident/img/bg01_sp.jpg);
    }

    .news_body section#sec-welcome {
        background-image: url(/themes/trident/img/bg02_sp.jpg);
    }

    .recruit_body section#sec-welcome {
        background-image: url(/themes/trident/img/bg03_sp.jpg);
    }

    .magicpod_body section#sec-welcome {
        background-image: url(/themes/trident/img/bg_mp_tb.jpg);
    }

    .member_interview_body section#sec-welcome {
        background-image: url(/themes/trident/img/bg04_sp.jpg);
    }

    #sec-welcome h1 {
        font-size: 1.55rem;
    }
}

@media screen and (max-width:480px) {
    .magicpod_body section#sec-welcome {
        background-image: url(/themes/trident/img/bg_mp_sp.jpg);
        padding: 5rem 0 !important;
    }

    #sec-welcome h1 {
        font-size: 1.35rem;
    }

    #sec-welcome {
        padding: 3rem 0 !important;
    }
}

/* パンくず */
nav.nav_topicpath {
    background: #F4F5F4;
}

.breadcrumb {
    padding: .95rem 0;
}

.breadcrumb-item+.breadcrumb-item:before {
    content: "\●";
    font-size: 10px;
    color: #388E3C;
}

.topicpath-item {
    float: initial;
    padding: initial;
    background: initial;
}

li.topicpath-item.breadcrumb-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 300
}

li.topicpath-item.breadcrumb-item a {
    color: #292929
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .65rem;
}

.topicpath-link {
    font-size: 13px;
}

ol.breadcrumb.breadcrumb-scroll {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}

@media screen and (max-width:767px) {
    ol.breadcrumb.breadcrumb-scroll {
        -webkit-box-pack: initial;
        -ms-flex-pack: initial;
        justify-content: initial;
    }

    .breadcrumb {
        padding: .85rem 0;
    }

    .topicpath-item:first-child {
        padding: 0;
    }
}

@media screen and (max-width:480px) {
    .topicpath-link {
        font-size: 12px;
    }
}


/* es */
section#sec_es_index {
    padding: 80px 0;
}

.top-news__date,
.index_item__date {
    margin: 10px 0;
    font-weight: 300;
}

.index_item__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.index_item__item {
    margin-bottom: 45px;
}

.wrap__es_index_img {
    display: flex;
    align-items: center;
}

h3.top-news__ttl,
h3.index_item__ttl {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2
}

@media screen and (max-width:980px) {
    .wrap__news_ccd_date {
        display: flex;
        align-items: center;
    }

    .top-news__ccd,
    .index_item__ccd {
        font-size: 0.8rem;
        padding: 0 30px;
    }

    .top-news__date,
    .index_item__date {
        margin: 0px 0 0px 10px;
        display: inline-block;
        font-size: 14px;
    }
}

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

    .top-news__ccd,
    .index_item__ccd {
        width: 37.5%;
        padding: 0 20px;
    }
}

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

    .top-news__ccd,
    .index_item__ccd {
        width: 45%;
    }
}

@media screen and (max-width:480px) {
    .top-news__ccd {
        font-size: 0.675rem;
        padding: 1px 20px;
    }

    .index_item__ccd {
        font-size: 0.675rem;
        padding: 1px 20px;
    }

    li.index_item__item {
        margin-bottom: 25px;
    }

    .index_item__meta {
        padding-left: 0;
    }
}

/* es pager */
.wrap__index_pager {
    padding: 10px 0 0;
}

.wrap__index_pager .acms-pager li.cur button,
.acms-pager li.cur span {
    border: none
}

ul.acms-pager.index_pager li.cur span {
    background: #388E3C;
    padding: 10px;
    width: 40px;
    height: 40px;
    color: #fff;
    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;
}

ul.acms-pager.index_pager li span>a {
    background: #fff;
    border: 1px solid #388E3C;
    padding: 10px;
    width: 40px;
    height: 40px;
    color: #292929;
    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-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

ul.acms-pager.index_pager li span>a:hover {
    background: #388E3C;
    border: 1px solid #388E3C;
    color: #fff;
}

ul.acms-pager.index_pager li a.pager_guide {
    color: #292929;
    background: #fff;
    border: 1px solid #388E3C;
    padding: 10px;
    height: 40px;
    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-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

ul.acms-pager.index_pager li a.pager_guide:hover {
    background: #388E3C;
    color: #fff;
}

.wrap__index_pager .acms-pager li {
    margin-left: 8px;
}

@media screen and (max-width:767px) {
    ul.index_pager li a {
        margin-bottom: 12px;
    }

    ul.acms-pager.index_pager li:last-child a {
        margin-bottom: 0;
    }
}


@media screen and (max-width:480px) {
    ul.acms-pager.index_pager a {
        font-size: 12px;
    }

    ul.acms-pager.index_pager li span>a {
        width: 35px;
        height: 35px
    }

    ul.acms-pager.index_pager li.cur span {
        width: 35px;
        height: 35px
    }

    ul.acms-pager.index_pager li a.pager_guide {
        height: 35px
    }
}

/* news */
.underline {
    display: inline-block;
    padding-bottom: 4px;
    position: relative;
}

.underline::after {
    background-color: #388E3C;
    bottom: 0;
    content: '';
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    -webkit-transition: .3s all;
    transition: .3s all;
    width: 0;
}

a.a__news_links.stay.underline::after {
    background-color: #388E3C;
    bottom: 0;
    content: '';
    display: block;
    height: 0px;
    left: 0;
    position: absolute;
    -webkit-transition: .3s all;
    transition: .3s all;
    width: 0;
}

/* ホバー可能なデバイスでのみ適用 */
@media (any-hover: hover) {
    .underline:hover::after {
        width: 100%;
    }
}

.wrap__news_links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 0 40px;
}

.list-unstyled.ul__news_links {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

li.li__news_links {
    display: inline-block;
}

a.a__news_links {
    padding: 0px 30px 15px;
    border-bottom: 2px solid #eee;
    margin: 30px 10px 10px;
    font-size: 1.25rem;
}

a.a__news_links.stay {
    border-bottom: 2px solid #388E3C;
}

@media screen and (max-width:767px) {
    a.a__news_links {
        padding: 0px 20px 20px;
        border-bottom: 2px solid #eee;
        margin: 0px 5px 10px;
        font-size: 0.95rem;
    }
}

@media screen and (max-width:640px) {
    a.a__news_links {
        font-size: 12px;
    }
}

@media screen and (max-width:480px) {
    a.a__news_links {
        padding: 0px 10px 10px;
        border-bottom: 2px solid #eee;
        margin: 0px 5px 10px;
        font-size: 0.8rem;
    }
}

/* Magic Pod */
#sec_mp_concept .container-xl {
    padding: 0;
}

img.h1__img_mp {
    max-width: 285px;
    width: 45%;
}

.magicpod_body .py-md-10 {
    padding-bottom: 9.5rem !important;
    padding-top: 9.5rem !important;
}

section#top-feature {
    max-width: 1280px;
    margin: 0 auto;
}

#top-feature .acms-entry .mp_tf_row .column {
    padding: 0 15px;
}

#top-feature .mp_tf_row {
    margin-bottom: 60px;
}

@media (min-width: 960px) {
    #top-feature .acms-entry .mp_tf_row {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    #top-feature .acms-entry .mp_tf_row:nth-of-type(odd) {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    #top-feature .col-image {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
        text-align: center;
    }

    #top-feature .mp_tf_row h2 {
        font-size: 1.8rem;
        border: none;
        margin: 0 0 20px;
        color: #161c2d;
        font-weight: 600;
    }

    #top-feature .mp_tf_row p {
        font-size: 16px;
        line-height: 1.7;
    }
}

@media (max-width: 959px) {
    #top-feature .col-image img {
        margin-bottom: 1.5rem;
        width: 100%;
        object-fit: contain;
    }

    #top-feature h2 {
        margin-bottom: 0;
        font-size: 2rem;
    }
}

@media screen and (max-width:767px) {
    .magicpod_body .py-md-10 {
        padding-bottom: 2.5rem !important;
        padding-top: 2.5rem !important;
    }

    section#sec_mp_concept .entry {
        _padding: 60px 0;
    }
}

@media screen and (max-width:959px) {
    section#top-feature {
        padding: 0 0.5rem;
    }

    section#top-feature .mp_tf_row {
        padding: 0;
        margin-bottom: 40px
    }

    .mp_tf_row .column {
        padding: 0;
    }

    #top-feature .acms-entry .mp_tf_row .column {
        padding: 0;
    }

    #top-feature .mp_tf_row h2 {
        margin-bottom: 0;
        font-size: 1.65rem;
        border: none;
        margin: 0 0 20px 0;
        padding: 0;
    }

    section#top-feature .mp_tf_row p {
        font-size: 16.5px;
        margin-left: 0;
        margin-right: 0;
    }

    section#top-feature a.btn-trd.btn-trd-w {
        margin-top: -40px;
    }
}

@media screen and (max-width:480px) {
    section#top-feature {
        padding: 0 0.5rem;
    }

    section#top-feature .mp_tf_row {
        padding: 0;
        margin-bottom: 40px
    }

    .mp_tf_row .column {
        padding: 0;
    }

    #top-feature .acms-entry .mp_tf_row .column {
        padding: 0;
    }

    #top-feature .mp_tf_row h2 {
        margin-bottom: 0;
        font-size: 1.4rem;
        border: none;
        margin: 0 0 20px 0;
        padding: 0;
    }

    section#top-feature .mp_tf_row p {
        font-size: 15.4px
    }

    section#top-feature a.btn-trd.btn-trd-w {
        margin-top: -40px;
    }

    .magicpod_index_body #top-feature .col-image img {
        margin-bottom: 0rem;
    }
}

/* 採用情報 */
li.li__links_recruit_guidelines {
    list-style: none;
    border-bottom: 1px solid #ddd;
}

li.li__links_recruit_guidelines:first-child {
    border-top: 1px solid #ddd;
}

a.a__links_recruit_guidelines {
    font-size: 1.25rem;
    padding: 20px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

a.a__links_recruit_guidelines i {
    color: #388E3C;
}

a.a__links_recruit_guidelines:hover {
    background: #F4F5F4;
}

section#sec_mission {
    padding-bottom: 40px;
}

section#sec_MB_recruit_note {
    padding: 0 0 60px;
}

section#sec_MB_recruit_note img {
    border-radius: 12px;
}

@media screen and (max-width:767px) {
    a.a__links_recruit_guidelines {
        font-size: 1.05rem;
    }

    section#sec_recruit_guidelines p {
        font-size: 16px;
    }

    section#sec_MB_recruit_note {
        margin: 0 -10px;
    }
}

@media screen and (max-width:480px) {
    a.a__links_recruit_guidelines {
        font-size: 16px;
    }

    section#sec_recruit_guidelines p {
        font-size: 15px;
    }

    section#sec_mission {
        padding-bottom: 0px;
    }

    #sec_MB_recruit_note li:first-child {
        margin-bottom: 30px
    }

}

/* 会社情報 */
section#sec_MB_company_note {
    padding: 0 0 80px;
}

#h3_value_company1,
#h3_value_company2,
#h3_value_company3 {
    margin-bottom: 20px
}

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

/* メンバー */
.personal-link {
    display: flex;
    align-items: center;
    margin-top: 5px;
}

.personal-link a {
    font-size: 25px;
    margin-right: 18px;
    color: #388e3c;
    background-color: transparent;
    width: 50px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: start;
    margin: 0;
}

.personal-link_a__note {
    display: flex
}

img.img__a_personal-link {
    max-height: 22px;
    margin: 0;
    padding: 0;
}

.personal-link_a__note img.img__a_personal-link {
    width: 35px;
    height: 35px;
    margin: 0;
    padding: 3px;
    max-height: initial;
    border: 1px solid #111;
    border-radius: 40px;
    transition: background .25s;
}

a.a__personal_interview-link {
    text-align: center;
    width: 100%;
    display: block;
    background: #388e3c;
    color: #fff;
    border-radius: 30px;
    padding: 10px 0;
    margin: 20px 0 10px;
    position: relative;
    font-size: 14px;
    transition: 0.3s;
}

/* ホバー可能なデバイスでのみ適用 */
@media (any-hover: hover) {
    .personal-link_a__note img.img__a_personal-link:hover {
        background: #eee;
    }

    a.a__personal_interview-link:hover {
        text-decoration: none;
        background: #2f7632;
        color: #fff;
    }
}

.personal_interview-link i.fa.fa-angle-right {
    position: absolute;
    right: 25px;
    font-size: 21px;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

@media screen and (max-width:767px) {
    h3.h3__name_member_one {
        font-size: 1.3rem;
    }
}


@media screen and (max-width:575px) {
    .personal-link a {
        font-size: 26px;
        margin-right: 5px;
        padding: 5px;
    }

    p.p__introduction_member_one {
        padding: 5px 0 0;
    }
}

/* 社員インタビュー */
p.mi_title_index {
    margin: 10px 0;
    font-weight: bold;
    font-size: 1.15rem;
}

#tmp_entry p.mi_title_index {
    font-size: 1rem;
}

span.span__mi_index_item_name_en {
    font-size: 13px;
    color: #388E3C;
    margin-left: 15px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.ul__mi_index_item {
    li.li__mi_index_item a:hover {
        color: #111;
    }

    li.li__mi_index_item a:hover .small___mi_index_item {
        color: #111;
    }

    li.li__mi_index_item a h3.index_item__ttl,
    li.li__mi_index_item a p.mi_title_index {
        transition: color .3s;
    }

    li.li__mi_index_item a:hover h3.index_item__ttl,
    li.li__mi_index_item a:hover p.mi_title_index {
        color: #388E3C;
    }

    h3.index_item__ttl {
        margin: 0;
        font-size: 1.25rem;
        font-weight: 600;
        display: flex;
        align-items: center;

    }
}

#tmp_entry .ul__mi_index_item h3.index_item__ttl {
    font-size: 1.15rem;
}


.ul__mi_index_item .index_item__date {
    margin: 10px 0 5px;
    font-weight: 300;
}

li.li__mi_index_item {
    margin-bottom: 30px;
}

/* small.small___mi_index_item {
    border: 2px solid #388E3C;
    margin: 5px 0 10px;
    padding: 5px 10px;
    font-size: 0.85rem;
    border-radius: 7px;
    text-align: center;
    width: fit-content;
    min-width: 250px;
    display: block;
} */

small.small___mi_index_item {
    border: initial;
    margin: 5px 0 10px;
    padding: 5px 20px;
    font-size: clamp(13px, 2.25vw, 14px);
    border-radius: 10px;
    text-align: initial;
    width: fit-content;
    min-width: 250px;
    display: flex;
    background: #ebebeb;
    align-items: center;
    justify-content: center;
    transition: initial;
}

@media screen and (min-width:768px) {
    #tmp_entry small.small___mi_index_item {
        font-size: 0.7rem;
    }
}


@media screen and (max-width: 980px) {
    .ul__mi_index_item h3.index_item__ttl {
        font-size: 1.2rem !important;
    }

    .ul__mi_index_item .index_item__date {
        margin: 10px 0 0px;
        font-weight: 300;
        font-size: 15px
    }
}

@media screen and (min-width:768px) {
    li.acms-col-sm-6.li__mi_index_item {
        padding-right: 15px;
        padding-left: 15px;
    }

    .acms-pager li span>a,
    .acms-pager li.cur span,
    .acms-pager li.cur button,
    .acms-pager li>a,
    .acms-pager li>button {
        font-size: 16px;
    }
}

@media screen and (max-width:767px) {
    .ul__mi_index_item h3.index_item__ttl {
        margin: 5px 0 0 0 !important;
        font-size: 1.1rem !important;
    }

    #tmp_entry .ul__mi_index_item h3.index_item__ttl {
        font-size: 1.2rem !important;
    }

    p.mi_title_index {
        margin: 10px 0;
        font-weight: bold;
        line-height: 1.4;
        font-size: 15px;
    }

    span.span__mi_index_item_name_en {
        font-size: 12px;
        margin-left: 12px;
        border-radius: 8px
    }

    small.small___mi_index_item {
        margin: 5px 0 10px;
        min-width: initial;
        padding: 5px 15px;
    }

    #tmp_entry .acms-entry.entry-column .sns__text_cu_mi a {
        display: flex;
        justify-content: center;
        width: 55px;
        margin: 8px 0 8px 0;
        text-decoration: none;
    }
}

@media screen and (min-width:501px) and (max-width:525px) {
    /* small.small___mi_index_item {
        margin: 5px 0 10px;
        padding: 3px 0px;
        font-size: 0.75rem;
        border-radius: 7px;
        text-align: center;
        width: 80%;
        min-width: 230px;
        display: block;
    } */

}

@media screen and (max-width:500px) {
    small.small___mi_index_item {
        padding: 3px 5px;
        font-size: 0.75rem;
        min-width: 215px;
    }
}

@media screen and (max-width:480px) {
    .ul__mi_index_item li.li__mi_index_item {
        margin-bottom: 40px;
    }

    .ul__mi_index_item .index_item__date {
        margin: 7px 0 0px !important;
    }

    small.small___mi_index_item {
        font-size: 0.8rem;
        margin: 5px 0 10px;
        padding: 4px 15px;
        min-width: 285px;
    }
}