@charset "UTF-8";

/* admin */
.entry-column .acms-admin-btn-action-group th {
    font-size: 13px;
}

.entry-column .acms-admin-btn-action-group tr {}

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

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

/* entry */
.entry {
    border-bottom: none;
}

section#sec_entry {
    padding: 60px 0;
}

.entry-title {
    margin: 20px 0 60px;
    font-size: 1.95rem;
    font-weight: bold;
}

section#entry__meta {
    display: flex;
    align-items: center;
}

#entry__meta .index_item__ccd {
    font-size: 0.85rem;
    padding: 2px 20px;
    margin-left: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 280px;
}

ul li::marker {
    color: #388e3c;
}

#tmp_entry .acms-entry.entry-column a {
    text-decoration: underline;
    font-weight: 400 !important;
}

.entryFormColumnBody a {
    font-weight: bold;
    text-decoration: underline;
}

#tmp_entry .acms-entry.entry-column a.btn-trd-w {
    text-decoration: none;
    margin-bottom: 40px;
}

.wrap_common_h3 h3 {
    font-size: 1.65rem;
    text-align: center;
    font-weight: 600;
    color: #161c2d;
    margin: 0 auto 40px;
}


.entry-column h3.h3_sub_midashi {
    font-size: 2.05rem;
    text-align: center;
    font-weight: 600;
    color: #161c2d;
    margin: 0 auto 40px;
}

.entry-column table {
    border-bottom: 1px solid #DFDFDF;
}

.entry-column p {
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 300;
}

.entry-column .column-quote-auto blockquote {
    border: none;
    background: #F4F5F4;
    padding: 30px 20px;
}

.entry-column td {
    font-weight: 300
}

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

    .entry-column th,
    .entry-column td {
        display: table-cell;
        padding: 20px 20px;
        text-align: left;
        font-size: 17px;
        border-top: 1px solid #DFDFDF;
    }
}

@media screen and (max-width:980px) {
    .entry-title {
        margin: 20px 0 50px;
        font-size: 1.85rem;
        font-weight: bold;
    }

    .wrap_common_h3 h3 {
        font-size: 1.45rem;
    }

    .entry-column h3.h3_sub_midashi {
        font-size: 1.75rem;
    }
}

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

    .entry-column th,
    .entry-column td {
        display: block;
        padding: 20px 15px;
        text-align: left;
        vertical-align: top;
        border-top: 1px solid #DFDFDF;
        font-size: 15px;
    }

    .wrap_common_h3 h3,
    .entry-column h3.h3_sub_midashi {
        font-size: 1.55rem;
        padding: 5px 0
    }
}

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

    .wrap_common_h3 h3,
    .entry-column h3.h3_sub_midashi {
        font-size: 1.45rem;
        text-align: center;
        font-weight: 600;
        color: #161c2d;
        margin: 0 auto 40px;
        text-align: initial;
        padding: 0
    }

    .entry-column p {
        font-size: 15px;
        line-height: 1.75;
        margin: 0 0 30px 0;
    }

    .entry-column th,
    .entry-column td {
        display: block;
        padding: 15px 10px;
        color: #333;
        line-height: 1.5;
        text-align: left;
        vertical-align: top;
        border-top: 1px solid #DFDFDF;
        font-size: 15px;
    }

    .entry-title {
        margin: 20px 0 40px;
        font-size: 1.45rem;
    }

    #entry__meta .index_item__ccd {
        font-size: 0.75rem;
        padding: 1px 20px;
        margin-left: 20px;
        max-width: 250px;
    }

    section#entry__meta time {
        font-size: 14px;
    }

    .entry-column .column-quote-auto blockquote {
        width: 100%;
        margin: 0px auto 30px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

}



/* 関連記事 */
p.title__related {
    font-size: 1.25rem;
    margin-bottom: 10px;
    font-weight: 600;
}

.wrap__title__related {
    display: block;
    border-bottom: 1px solid #292929;
    margin-bottom: 25px;
    margin-top: 40px;
}

@media screen and (max-width:480px) {
    .wrap__title__related {
        width: 90%;
        padding: 0 5px;
    }
}

/* pager */
span.nextLink::after,
a.nextLink::after {
    content: "\e912";
    display: inline-block;
    color: #292929;
    position: relative;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: Feather !important;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-left: 10px
}

span.prevLink::before,
a.prevLink::before {
    content: "\e910";
    display: inline-block;
    color: #292929;
    position: relative;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: Feather !important;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-right: 10px
}

span.nextLink,
span.prevLink::before,
span.nextLink::after,
span.prevLink {
    color: #ddd;
}

ul.serial-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

#sec_entry .clearfix:after {
    _content: initial;
}

li.serial-nav-item.serial-nav-item-index {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

li.serial-nav-item.serial-nav-item-next {
    _margin-left: auto
}

ul.serial-nav li {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

ul.serial-nav a {
    border-bottom: none;
}

.serial-nav a {
    display: block;
    padding: 25px 0;
    color: #333;
    border-bottom: 1px solid #E5E5E5;
}

ul.serial-nav a:hover {
    text-decoration: none;
    color: #388E3C;
}

a.prevLink:hover::before,
a.nextLink:hover::after {
    color: #388E3C;
}

li.serial-nav-item.serial-nav-item-index a.btn.btn-trd {
    border: 2px solid #388E3C !important;
    background: none;
    position: relative;
    padding: 15px 50px;
    font-weight: 400
}

li.serial-nav-item.serial-nav-item-index a.btn.btn-trd:hover {
    border: 2px solid #388E3C !important;
    background: #388E3C;
    color: #fff;
    position: relative;
    padding: 15px 50px;
}

.contact-box .message-text {
    color: #292929;
    font-weight: 400;
}

@media screen and (max-width:980px) {
    .serial-nav {
        margin: -15px 0 20px 0;
        padding: 0;
        list-style: none;
    }

    ul.serial-nav {
        padding: 0 15px
    }

    ul.serial-nav li span,
    ul.serial-nav.clearfix li a {
        border: none;
        font-size: 14px;
    }

    li.serial-nav-item.serial-nav-item-index a.btn.btn-trd:hover,
    li.serial-nav-item.serial-nav-item-index a.btn.btn-trd {
        padding: 15px 25px;
    }

    span.nextLink::after,
    a.nextLink::after {
        margin-left: 5px
    }

    span.prevLink::before,
    a.prevLink::before {
        margin-right: 5px
    }
}

@media screen and (max-width:480px) {
    .serial-nav {
        margin: -15px 0 20px 0;
        padding: 0;
        list-style: none;
    }

    ul.serial-nav {
        padding: 0 15px
    }

    ul.serial-nav li span,
    ul.serial-nav.clearfix li a {
        border: none;
        font-size: 12px;
    }

    li.serial-nav-item.serial-nav-item-index a.btn.btn-trd:hover,
    li.serial-nav-item.serial-nav-item-index a.btn.btn-trd {
        padding: 17px 20px;
    }

    span.nextLink::after,
    a.nextLink::after {
        margin-left: 5px
    }

    span.prevLink::before,
    a.prevLink::before {
        margin-right: 5px
    }
}

/* company */
article.article_contents section {
    padding: 80px 0
}

article.article_contents section .entry {
    margin: 0 0;
    border-bottom: none;
}

.wrap_member_one {
    margin-bottom: 50px;
}

.wrap_contents_p {
    display: block;
    padding: 40px 0;
}

.wrap_img_member_one img {
    margin: 0 auto;
    width: 100%;
    border-radius: 5px;
}

.wrap__cfg_member_name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

h3.h3__name_member_one {
    display: inline-block;
    margin: 0 15px 0 0;
    font-weight: 600;
}

p.p__position_member_one {
    background: #388E3C;
    color: #fff;
    margin: 15px 0 10px;
    padding: 3px 35px;
    font-size: 13px;
    border-radius: 3px;
    display: inline-block;
    font-weight: 300;
}

small.small__name_member_one {
    color: #388E3C;
    margin: 0;
    letter-spacing: 1px;
    display: block;
    font-size: 11px;
}

p.p__introduction_member_one {
    margin: 0;
    font-size: 15px;
    color: #222;
    padding: 15px 0 3px;
    line-height: 1.65;
    font-weight: 300;
}

.wrap_works .col-xs-five-1 {
    padding: 0 5px;
    margin: 15px 0 0 0;
}

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

    article.article_contents section {
        padding: 60px 0
    }

    .entry.entry-column.entry-column_EB_recruit_index {
        padding: 0 10px 40px;
    }

}

/* お問い合わせ */
.contact-form-group {
    background: #fff;
    border-bottom: 2px solid #FFF;
}

.contact-form-label {
    background: #E6F6E8
}

.contact-form-group:first-child .contact-form-control {
    border-top: 1px solid #EFF0EF;
}

.contact-form-control {
    border-bottom: 1px solid #EFF0EF;
}

.label-required {
    margin: 0;
    padding: 2px 0px;
    color: #C41134;
    background: none;
    border-radius: 3px;
    font-size: 12px;
    float: right;
}

span.label-required i {
    font-size: 10px;
    margin-right: 2px;
}

p.contact-form-label:after {
    clear: both;
    content: "";
}

.wrap__btn_submit input#btnConfirm {
    padding: 25px 45px;
    background: #fff;
    border: 2px solid #388E3C;
    border-radius: 45px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #111;
}

.wrap__btn_submit input#btnConfirm:hover {
    background: #388E3C;
    color: #fff;
    border: 2px solid #388E3C;
}

.form-btn.form-btn-return input#btnToInput {
    padding: 25px 45px;
    background: #EFF0EF;
    border: 2px solid #EFF0EF;
    border-radius: 45px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.form-btn.form-btn-return input#btnToInput:hover {
    background: #388E3C;
    color: #fff;
    border: 2px solid #388E3C;
}

.form-btn.form-btn-send input#btnSubmit {
    padding: 25px 45px;
    background: #fff;
    border: 2px solid #388E3C;
    border-radius: 45px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.form-btn.form-btn-send input#btnSubmit:hover {
    background: #388E3C;
    color: #fff;
    border: 2px solid #388E3C;
}

.contact-form {
    margin: 0 0 40px 0;
}

@media screen and (min-width:768px) {
    .contact-form-label {
        width: 30%;
        background: #E6F6E8
    }

    .contact-form-control {
        width: 70%;
    }

    .table__contact_confirm .contact-form-label {
        padding: 15px 15px 15px 15px;
        vertical-align: top;
    }

    .table__contact_confirm .contact-form-control {
        padding: 15px 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .table__contact_confirm .contact-form-group:first-child .contact-form-control {
        border-top: none;
    }

    .table__contact_confirm tr.contact-form-group:first-of-type .contact-form-control {
        border-top: 1px solid #EFF0EF;
    }
}

.contact_form_body .acms-form input[type=date],
.contact_form_body .acms-form input[type=datetime-local],
.contact_form_body .acms-form input[type=datetime],
.contact_form_body .acms-form input[type=email],
.contact_form_body .acms-form input[type=month],
.contact_form_body .acms-form input[type=number],
.contact_form_body .acms-form input[type=password],
.contact_form_body .acms-form input[type=search],
.contact_form_body .acms-form input[type=tel],
.contact_form_body .acms-form input[type=text],
.contact_form_body .acms-form input[type=time],
.contact_form_body .acms-form input[type=url],
.contact_form_body .acms-form input[type=week] {
    font-size: 16px;
    line-height: 1.8;
    background: #EFF0EF;
    border: none;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
    -webkit-appearance: none;
}

.contact_form_body .acms-form .entryFormLiteEditor,
.contact_form_body .acms-form textarea {
    font-size: 16px;
    padding: 5px 5px 4px;
    overflow: auto;
    color: #333;
    line-height: 1.7;
    background: #EFF0EF;
    border: none;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
    resize: vertical;
}

@media screen and (max-width:767px) {
    p.contact-form-label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 10px;
        width: 100%;
    }

    span.label-required {
        margin-left: 10px;
    }

    .contact-form-control {
        padding: 10px 5px 25px;
        font-size: 1rem
    }

    .contact-form-control {
        border-bottom: none;
    }

    .contact-box p {
        font-size: 16px;
    }

    .contact-form {
        margin: 0 0 20px 0;
    }

    .contact_form_body .acms-form textarea,
    .contact_form_body .acms-form input {
        padding: 10px 10px;
    }

    .wrap__btn_submit input#btnConfirm {
        font-size: 15px
    }

    .contact-form-label {
        display: block;
        width: 100%;
        margin: 0;
        font-size: 1rem;
        padding: 5px 10px;
        font-weight: bold;
        text-align: left;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }



}

@media screen and (max-width:480px) {
    .contact-box p {
        font-size: 15px;
    }
}

/*　社員インタビュー　*/
header#hero_member_interview {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 40px;
}

.wrap_hero_member_interview {
    background: no-repeat url("%{MEDIA_ARCHIVES_DIR}{image_hero_mi@path}[resizeImg(1920,1080)]");
    height: 600px;
    background-size: cover;
    background-position-x: center;
    border-radius: 15px;
}

.wrap_name_hero_member_interview * {
    color: #fff;
}

p.p__name_hero_member_interview {
    width: 80%;
    text-align: center;
}

.wrap_name_hero_member_interview {
    background: #388E3C;
    width: 33.5%;
    height: inherit;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 0;
    border-radius: 15px 0 0 15px;
}



h2.h2__name_hero_member_interview {
    margin: 0 0 10px;
    text-align: center;
}

small.small__name_hero_member_interview {
    text-align: center;
    display: block;
    letter-spacing: 1px;
}

p.p2__name_hero_member_interview {
    margin: 20px 0 0;
}

.wrap_text_hero_member_interview {
    padding: 20px 0;
}


h1.entry-title.h1__text_hero_member_interview {
    margin: 20px 0 0;
}

p.p__text_hero_member_interview {
    margin: 0 0 0 0;
    font-size: 1rem;
    color: #555;
    font-weight: 600;
}

time.time__text_hero_member_interview {
    color: #388E3C;
    margin-top: 20px;
    display: block;
}

.member_interview_body .entry-column p {
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 17px;
    line-height: 1.8;
}

section#member_interview_other_entry h2 {
    color: #388E3C;
    text-align: center;
    padding: 0;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
    font-size: 2rem
}

section#member_interview_other_entry small.small__h2_mi_other_entry {
    text-align: center;
    display: block;
    color: #388E3C;
    margin-bottom: 30px
}

@media screen and (max-width:960px) {
    .wrap_hero_member_interview {
        background: no-repeat url("%{MEDIA_ARCHIVES_DIR}{image_hero_mi@path}[resizeImg(1440,810)]");
        width: 100%;
        background-size: contain;
        position: relative;
        padding-top: 54.75%;
        height: initial;
        border-radius: 10px;
    }

    .wrap_name_hero_member_interview {
        width: 100%;
        height: inherit;
        position: initial;
        top: initial;
        padding: 20px 0;
        border-radius: 0 0 10px 10px;
    }

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

    p.p__name_hero_member_interview {
        font-size: 14px;
        margin-bottom: 10px;
    }

    h2.h2__name_hero_member_interview {
        margin: 0 0 0px;
        font-size: 24px;
    }

    p.p2__name_hero_member_interview {
        margin: 10px 0 0;
        font-size: 14px;
    }

    small.small__name_hero_member_interview {
        font-size: 12px;
        letter-spacing: 1px;
        margin-left: 15px;
    }
}

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

    h2.h2__name_hero_member_interview {
        font-size: 22px;
    }

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

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

    h1.entry-title.h1__text_hero_member_interview {
        font-size: 1.5rem;
    }

    .member_interview_body .entry-column p {
        font-size: 16px;
    }

}

@media screen and (max-width:480px) {
    .wrap_hero_member_interview {
        background: no-repeat url("%{MEDIA_ARCHIVES_DIR}{image_hero_mi@path}[resizeImg(800,450)]");
        width: 100%;
        background-size: contain;
        position: relative;
        padding-top: 54.75%;
        height: initial;
    }

    header#hero_member_interview {
        margin-bottom: 20px;
    }

    .box_name_hero_member_interview {
        display: initial;
        align-items: initial;
    }

    h2.h2__name_hero_member_interview {
        font-size: 20px;
        text-align: center
    }

    small.small__name_hero_member_interview {
        letter-spacing: 1px;
        margin: 5px 0 0 0;
    }

    p.p__name_hero_member_interview {
        _margin-bottom: 7px;
    }

    p.p2__name_hero_member_interview {
        _margin-top: 7px;
    }

    p.p__text_hero_member_interview {
        font-size: 15px;
    }

    time.time__text_hero_member_interview {
        font-size: 15px;
    }
}

/* 202212 banner_winner */
section#bnr_company > div {
    margin: 0 auto;
}

.wrap__img_bnr_company > div {
    display: flex;
    align-items: center;
}

.wrap__img_bnr_company {
    display: flex;
    justify-content: space-between;
}

.wrap__img_bnr_company img {
    max-height: 135px;
    object-fit: contain;
}

@media screen and (max-width:960px) {
    .wrap__img_bnr_company {
        flex-direction: initial;
    }

    .wrap__img_bnr_company img {
        max-height: 115px;
    }
}

@media screen and (max-width:767px) {
    .wrap__img_bnr_company img {
        max-height: 100px;
    }

    section#bnr_company {
        padding: 0;
    }
}

@media screen and (max-width:600px) {
    .wrap__img_bnr_company img {
        max-height: 85px;
    }
}

@media screen and (max-width:480px) {
    .wrap__img_bnr_company img {
        max-height: 70px;
    }
}

@media screen and (max-width:400px) {
    .wrap__img_bnr_company img {
        max-height: 55px;
    }
}
/* 202212 ---banner_winner */
