@charset "UTF-8";
/* CSS Document */

/*---------------------------------
* utility
---------------------------------*/

#lf_form_div .container {
    width: 100%;
    background: transparent;
    border: inherit;
    border-top: inherit;
    font-size: inherit;
    color: inherit;
    margin: 0 auto;
    text-align: left;

}

table.items {
    width: 800px;
    margin: 0 auto;
    border: none !important;
}

tr.item::after {
    content: "";
    display: block;
    clear: both;

}

td.label {
    padding: 16px 0 !important;
    color: inherit !important;
    font-size: inherit !important;
    background: transparent !important;
    width: 215px !important;
    text-align: left !important;
    font-weight: 500 !important;
    letter-spacing: 0.05em !important;
    position: relative !important;
    vertical-align: middle !important;
    font-weight: bold;
    line-height: 1.4;
    padding-right: 60px !important;
    box-sizing: border-box;
}

span.required {
    margin-right: 0;
    font-weight: normal;
    display: inline-block;
    color: #fff !important;
    background-color: #AF002F;
    padding: 5px 9px;
    font-size: 12px;
    letter-spacing: 0.05em;
    position: absolute;
    right: 0;
}

td.value {
    width: 100% !important;
    display: block;
    float: left;
    padding-bottom: 20px;
    line-height: 1.4;


}

td.comment {
    float: left;
    display: inline-block;
    width: 100%;
    padding-left: 20px;
    padding-bottom: 20px !important;
    padding-top: 0 !important;
    border: none !important;
}

tr#item_1 span.label_name {
    padding-right: 20px;
    font-size: 85%;
    font-weight: bold;
    color: DarkSlateGray;
    float: left;
    line-height: 60px;
}

tr#item_1 span.label_name+input {
    border: 1px solid #CBCCDC;
    height: 60px;
    box-sizing: border-box;
    border-radius: 4px;
    width: calc(100% - 40px);
    background-color: #F9FAFC;
    font-size: 16px;
    padding: 16px;
    float: left;
}

input[name="person_name_last"] {
    margin-bottom: 16px;
}

#lf_form_div .download_form tr {
    border: none;


}

#lf_form_div .download_form td {
    border-bottom: 1px solid #CBCCDC;
    line-height: 1.4;

}

input[type="button"] {
    padding: 18px 64px !important;
    background-color: #1D8E76 !important;
    border-radius: 10px !important;
    color: #fff !important;
    border: 0 !important;
    font-size: 19px !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    border: 1px solid #1D8E76 !important;
    box-sizing: border-box !important;
    transition: all .3s linear !important;
}

input[type="button"]:hover {
    background-color: #fff !important;
    color: #1D8E76 !important;
}

div.button_area {
    background: transparent !important;
}

#item_11 td.comment,
#item_10 td.comment,
#item_6 td.comment,
#item_12 td.comment,
#item_13 td.comment,
#item_4 td.comment,
#item_3 td.comment,
#item_0 td.comment,
#item_7 td.comment,
#item_8 td.comment,
#item_9 td.comment,
#item_5 td.comment {
    display: none;
}

#item_3 .label_mail {
    margin: 10px 0;
}

textarea[name="data_10_other"] {
    margin-top: 10px;
}

textarea {
    background-color: #F9FAFC;
    border: 1px solid #CBCCDC;
    border-radius: 4px;
}

select {
    border: 1px solid #CBCCDC;
    height: 60px;
    box-sizing: border-box;
    border-radius: 4px;
    background-color: #F9FAFC;
    font-size: 16px;
    padding: 16px;
}

.privacy_policy .privacy-text-master {
    line-height: 1.7;
}

@media screen and (max-width:768px) {
    td.label {
        float: left;
        width: 95% !important;
        height: auto !important;
        padding-top: 10px;
        padding-left: 2.5% !important;
    }

    td.value {
        float: left;
        width: 95% !important;
        padding-bottom: 0px;
    }
}

p.required_msg {
    text-align: left !important;
    color: #AF002F !important;
    padding-bottom: 20px;
}

@media screen and (max-width:380px) {
    .service_pagelink.pagelink {
        flex-direction: column;

    }

    .service_pagelink.pagelink li {
        width: 100%;
        margin-right: 0;
    }
}

.interview-data .wrapper {
    background: #DFF8F3 !important;
    border: 1px solid #1D8E76;
    border-radius: 15px;
    padding: 30px 38px 35px;
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 60px;
}

.interview-data .wrapper h3 {
    color: #1D8E76;
    font-weight: bold;
    margin-bottom: 12px;
}

.interview-data .wrapper p {
    font-size: 16px;
    line-height: 1.875;
}

.interview-data .wrapper .interviewer {
    border-top: 1px solid #1D8E76;
    padding-top: 24px;
    margin-top: 24px;
}

.interview-info {
    background: #fff;
    padding: 50px 67px 60px;
    border-radius: 15px;
    box-shadow: 8px 8px 15px rgba(0, 0, 0, .08);
    margin-bottom: 80px;
}

.interview-info .d-flex {
    display: flex;
    margin-bottom: 40px;
    align-items: center;

}

.interview-info .d-flex .pic {
    width: 326px;
    margin-right: 60px;
    border-radius: 7px;
    overflow: hidden;
}

.interview-info .d-flex .text {
    flex: 1;

}

.interview-info .d-flex .text h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 22px;
}

.interview-info .d-flex .text p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.875;
}

.interview-info table {
    border-top: 1px solid #C6C6C6;
    width: 100%;
}

.interview-info .table th {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    background: #D5F0EB;
    vertical-align: middle;
    width: 163px;
}

.interview-info .table th,
.interview-info .table td {
    border-bottom: 1px solid #C6C6C6;
    padding: 20px 16px;

}

@media screen and (max-width:768px) {
    .interview-info {
        padding: 40px 20px;
    }

    .interview-info .d-flex {
        flex-direction: column;

    }

    .interview-info .d-flex .pic {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
        border-radius: 7px;
        overflow: hidden;
    }

    /* table.table{
        display: block;
        width:100% !important;

    }
    tr,th,td{
        display: block;
        width:100% !important;
        box-sizing: border-box;
    } */
}

.case_dtl_bl .link_btn01 a {
    width: 300px;
    height: 80px;
    line-height: 80px;
}

.free-area {
    line-height: 1.875;
    margin-top: 60px;
}

strong {
    font-weight: bold;
}

.column_headingwrap h3.h4 {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 10px;
    letter-spacing: 0.05em;
    margin-bottom: 23px;
    border-bottom: 1px solid #22304F;
}

.column_headingwrap h4.h5 {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-bottom: 25px;
}

.writer-profile-wrap {
    background: #F7F7F7;
    padding: 86px 50px 38px;
    position: relative;
    margin-bottom: 60px;
}

.writer-profile-wrap h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 50px;
    line-height: 34px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.05em;
    border-radius: 0px 15px 15px 0px;
    position: absolute;
    width: auto;
    left: 0;
    top: 30px;
    background: #7ED5C2;
}

.writer-profile .d-md-flex {
    display: flex;
    align-items: center;
    margin-bottom: 26px;
}


.writer-profile .pic-wrap {
    width: 104px;


}

.writer-profile .name-wrap {
    flex: 1;
    padding-right: 30px;


}

.writer-profile .name-wrap .name {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.363;
    margin-bottom: 16px;

}

.writer-profile .name-wrap .com_name {
    margin-bottom: 10px;
}

.writer-profile .name-wrap .com_name,
.writer-profile .name-wrap .department_name {
    font-size: 16px;
    font-weight: bold;

}

.writer-profile .desc p {
    font-size: 16px;
    line-height: 1.875;
}


.column_recommend {
    margin-bottom: 60px;
}

.column_pagination {
    padding-top: 26px;
}

@media screen and (max-width:768px) {
    .writer-profile .d-md-flex {
        display: block;
    }


    .writer-profile .pic-wrap {
        width: 100%;
        text-align: center;


    }

    .writer-profile .name-wrap {
        padding-right: 0;
        padding-bottom: 30px;


    }

    .writer-profile-wrap {
        background: #F7F7F7;
        padding: 86px 30px 30px;
        position: relative;
        margin-bottom: 60px;
    }

}

.service_detail div:not(.service_bl02Cont02_text.function-item-title) a,
.service_detail p a,
.service_detail table a {
    text-decoration: underline;
    color: #fff;
    transition: all .3s ease;
    color: #1D8E76;

}

.case-list>li>a {
    background-color: rgba(0, 172, 135, 0.5);
}

.service_detail div.service_bl02Cont02_text.function-item-title {
    color: #1D8E76;
}

.service_detail div:not(.service_bl02Cont02_text) a:hover,
.service_detail p a:hover,
.service_detail table a:hover {
    text-decoration: none;
}

.bl_flex03 li a,
.service_bl02Cont02 ul li a {
    text-decoration: none !important;
}

.seminar_dt_serviceEl {
    width: 100%;

}

.seminar_dt_serviceBtn {
    margin-left: auto;
}

.column_headingwrap h2 {
    font-size: 23px;
    font-weight: 700;
    line-height: 1.65;
    border-left: 3px solid #1D8E76;
    padding-left: 18px;
    margin-bottom: 20px;
    color: inherit;
}


.mega-current-menu-ancestor a {
    color: #222 !important;
}

.mega-current-menu-parent.mega-toggle-on>a:first-child {
    color: #1d8e76;
}

.page-template-container {
    padding: 100px 0 70px;
}

.page-template-container p {
    font-size: 16px;
    line-height: 1.87;
    margin-bottom: 17px;
}

.page-template-container h2 {
    font-size: 18px;
    font-weight: bold;
    color: #1D8E76;
    margin-bottom: 16px;
    text-align: left;
    padding-bottom: 0;
    border-bottom: 0;
}

.page-template-container ul {
    list-style-type: disc;
    line-height: 1.87;
    font-size: 16px;
    padding-left: 18px;
    list-style-position: inside;
}

.page-template-container h2:nth-child(n+2) {
    margin-top: 30px;
}

.titlewrap {
    padding-bottom: 20px;
    border-bottom: 2px solid #1D8E76;
    margin-bottom: 30px;
}

.pl-18 {
    padding-left: 18px;
}

.titlewrap h2 {
    font-size: 26px;
}

.titlewrap p {
    font-size: 13px;
    margin-bottom: 0;
}

#mega-menu-wrap-primary #mega-menu-primary {
    display: flex;
    justify-content: center;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item a:hover,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-toggle-on a {
    border-bottom: 3px solid #1D8E76;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item {
    padding-right: 20px;
    padding-left: 20px;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item a {
    border-bottom: 3px solid transparent;
    transition: all .3s ease;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-toggle-on>a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:hover {
    border-color: #1D8E76;
    color: #1d8e76 !important;
}

.mega-sub-menu .mega-menu-link {
    color: #222 !important;
}

.lang-switch {
    display: flex;
    align-items: center;
    line-height: 17px;
    margin-right: 33px;
}

.lang-switch a,
.lang-switch span {
    font-size: 11px;
    padding: 0 8px;

}

.lang-switch span {
    opacity: 0.3;
}

.lang-switch a:hover {
    text-decoration: underline;
}


@media screen and (max-width:768px) {
    .bl_flex03_cont {
        margin-top: 120px;
        margin-bottom: 0;
    }

    .bl_flex03_text {
        margin-bottom: 80px;
        padding: 30px;
    }
}

.service-backlink {
    padding: 60px 0 0;
    text-align: center;
}

.service-backlink.link_btn01 a {
    width: 300px;
    height: 80px;
    line-height: 80px;
    text-decoration: none !important;
    color: #fff !important;
}

.service-backlink.link_btn01 a::after,
.service-backlink.link_btn01 div::after {
    content: '';
    background-image: url(../img/common/arrow01.png);
    width: 11.51px;
    height: 7.31px;
    background-size: cover;
    display: inline-block;
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
}

.link_btn01.service-backlink a:hover {
    background-color: #fff;
    color: #222222 !important;
}

.link_btn01.service-backlink a:hover::after {
    background-image: url(../img/common/arrow01_bk.png);
    background-size: cover;
}

#seminar02 .seminar_flex02 li {
    margin-bottom: 60px;
}

/*--pagenation--*/
.pagenation {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 120px;
    flex-wrap: wrap;

}

.pagenation a,
.pagenation span {
    display: flex;
    padding: 0 15px;
    height: 45px;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #000;
    margin: 5px;
    border: 1px solid #000;

}

.pagenation span.current,
.pagenation a:hover {
    background: #000;
    color: #fff;
}

.pagenation a.prev::before {
    content: url("../img/news_list/prev.svg");
    padding-right: 10px;
}

.pagenation a.next::after {
    content: url("../img/news_list/next.svg");
    padding-left: 10px;
}

.pagenation a.prev:hover::before {
    content: url("../img/news_list/prev-on.svg");
    padding-right: 10px;
}

.pagenation a.next:hover::after {
    content: url("../img/news_list/next-on.svg");
    padding-left: 10px;
}

.download-template-template-dl-form .underlayer_mv02 h1 {
    flex-direction: column;
}

.download-template-template-dl-form .underlayer_mv02 h1 .underlayer_mv_title {
    margin-bottom: 20px;
}

/* -------------------------------------------------------------------- 
 フロートナビ
-------------------------------------------------------------------- */

.floatNaviWrap01 {
    width: 160px;
    position: fixed;
    right: 0px;
    top: 50%;
    z-index: 9999;
    display: none;

}

.floatNaviWrap01 li {
    margin-top: 2px;
}

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

.floatNaviBtn01 {
    position: relative;
    display: block;
    background-color: #EFA500;
    border: 1px solid #EFA500;
    border-radius: 3px 0px 0px 3px;
    padding-top: 42px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a.floatNaviBtn01:link {
    color: #ffffff;
    text-decoration: none;
}

a.floatNaviBtn01:visited {
    color: #ffffff;
    text-decoration: none;
}

a.floatNaviBtn01:hover {
    color: #EFA500;
    text-decoration: none;
    background-color: #ffffff;
}

a.floatNaviBtn01:active {
    color: #ffffff;
    text-decoration: none;
}

.floatNaviBtn01 p {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0px 20px 0px 30px;
    font-size: 12px;
    line-height: 1.3em;
    font-weight: 500;
    width: 100%;
    height: 44px;
    position: relative;
}

.floatNaviBtn01 p::before {
    content: "";
    background-image: url("../img/common/side-dl.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 11px auto;
    width: 11px;
    height: 11px;
    position: absolute;
    left: 13px;
    top: 50%;
    margin-top: -6px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.floatNaviBtn01:hover p::before {
    background-image: url("../img/common/side-dl-on.svg");
}

.floatNaviBtn01 p::after {
    content: '';
    width: 7px;
    height: 7px;
    border: 0px;
    border-top: solid 1px #ffffff;
    border-right: solid 1px #ffffff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 14px;
    top: 50%;
    margin-top: -4px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.floatNaviBtn01:hover p::after {
    border-top: solid 1px #EFA500;
    border-right: solid 1px #EFA500;
}

.floatNaviBtn01 .img01 {
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0px;
    top: -36px;
}

.floatNaviBtn01 .img01 img {
    width: 105px;
    height: auto;
    -webkit-box-shadow: 4px 4px 30px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 4px 4px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 4px 30px 0px rgba(0, 0, 0, 0.1);
}

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

.floatNaviBtn01.floatNaviBtn02 {
    background-color: #1D8E76;
    border: 1px solid #1D8E76;
    padding-top: 0px;
}

a.floatNaviBtn01.floatNaviBtn02:hover {
    color: #1D8E76;
}

.floatNaviBtn01.floatNaviBtn02 p::before {
    background-image: url("../img/common/side-mail.svg");
    background-size: 12px auto;
    width: 12px;
    height: 10px;
    margin-top: -5px;
}

.floatNaviBtn01.floatNaviBtn02:hover p::before {
    background-image: url("../img/common/side-mail-on.svg");
}

.floatNaviBtn01.floatNaviBtn02:hover p::after {
    border-top: solid 1px #1D8E76;
    border-right: solid 1px #1D8E76;
}

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



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

    .floatNaviWrap01 {
        width: 160px;
        position: fixed;
        right: 0px;
        top: 50%;
        display: none !important;
    }

    .floatNaviWrap01 li {
        margin-top: 2px;
    }

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

    .floatNaviBtn01 {
        position: relative;
        display: block;
        background-color: #EFA500;
        border: 1px solid #EFA500;
        border-radius: 3px 0px 0px 3px;
        padding-top: 42px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    a.floatNaviBtn01:link {
        color: #ffffff;
        text-decoration: none;
    }

    a.floatNaviBtn01:visited {
        color: #ffffff;
        text-decoration: none;
    }

    a.floatNaviBtn01:hover {
        color: #EFA500;
        text-decoration: none;
        background-color: #ffffff;
    }

    a.floatNaviBtn01:active {
        color: #ffffff;
        text-decoration: none;
    }

    .floatNaviBtn01 p {
        display: flex;
        align-items: center;
        box-sizing: border-box;
        padding: 0px 20px 0px 30px;
        font-size: 12px;
        line-height: 1.3em;
        font-weight: 500;
        width: 100%;
        height: 44px;
        position: relative;
    }

    .floatNaviBtn01 p::before {
        content: "";
        background-image: url("/common/img/btn_icon_download01.png");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 11px auto;
        width: 11px;
        height: 11px;
        position: absolute;
        left: 13px;
        top: 50%;
        margin-top: -6px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .floatNaviBtn01:hover p::before {
        background-image: url("/common/img/btn_icon_download01_on.png");
    }

    .floatNaviBtn01 p::after {
        content: '';
        width: 7px;
        height: 7px;
        border: 0px;
        border-top: solid 1px #ffffff;
        border-right: solid 1px #ffffff;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        right: 14px;
        top: 50%;
        margin-top: -4px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .floatNaviBtn01:hover p::after {
        border-top: solid 1px #EFA500;
        border-right: solid 1px #EFA500;
    }

    .floatNaviBtn01 .img01 {
        text-align: center;
        width: 100%;
        position: absolute;
        left: 0px;
        top: -36px;
    }

    .floatNaviBtn01 .img01 img {
        width: 105px;
        height: auto;
        -webkit-box-shadow: 4px 4px 30px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 4px 4px 30px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 4px 4px 30px 0px rgba(0, 0, 0, 0.1);
    }

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

    .floatNaviBtn01.floatNaviBtn02 {
        background-color: #1D8E76;
        border: 1px solid #1D8E76;
        padding-top: 0px;
    }

    a.floatNaviBtn01.floatNaviBtn02:hover {
        color: #1D8E76;
    }

    .floatNaviBtn01.floatNaviBtn02 p::before {
        background-image: url("../img/common/side-mail.svg");
        background-size: 12px auto;
        width: 12px;
        height: 10px;
        margin-top: -5px;
    }

    .floatNaviBtn01.floatNaviBtn02:hover p::before {
        background-image: url("/common/img/btn_icon_contact01_on.png");
    }

    .floatNaviBtn01.floatNaviBtn02:hover p::after {
        border-top: solid 1px #1D8E76;
        border-right: solid 1px #1D8E76;
    }

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



}

.service_mv {
    background-image: url(../img/service/service_mv_img.png);

}

.servicelist_mv {
    background-image: url(../img/service/servicelist_mv_img.png);

}

.servicelist_mv h1 .underlayer_mv_subtitle {

    color: #fff;
}

.seminar_mv {
    height: 370px;
    padding: 0;
}

.seminar_mv .underlayer_mv01_inner {
    height: 100%;
}

.seminar_mv h1 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 50px;
}

.seminar_mv .underlayer_mv01_inner::after {
    background-image: url(../img/seminar/seminar_mv_img.png);
    width: 404px;
    height: 273px;
    top: 58px;
    right: 0;
}

.single-seminar .seminar_mv {
    height: 173px;
}

.single-seminar .seminar_mv .h1 {
    padding: 0;
}

@media screen and (max-width:768px) {
    .single-seminar .seminar_mv .h1 {
        align-items: flex-start;
        height: 100%;
        margin-top: 30px;
    }

    .single-seminar .seminar_mv {
        height: 270px;
    }

    .seminar_mv.underlayer_mv01_sm .underlayer_mv01_inner::after {
        top: 54px;
        right: 0;
        left: auto;
    }
}

.case_detail_mv .wrapper {
    max-width: 100%;
}

.case_detail_mv .case_mv_bl {
    max-width: 1090px;
    margin: auto;
}

.case_mv.case_detail_mv .underlayer_mv01_inner::after {
    top: 0;
}

.single-column .underlayer_mv01_sm .h1 {
    padding: 0;
}

@media screen and (min-width:769px) {
    .page-id-832 .service_el01_list li div:first-child {
        width: 100px;
    }

    .page-id-832 .service_el01_list li div:nth-child(2) {
        width: calc(100% - 100px);
    }
}

/* .page-id-832 .service_el01_list li div:first-child{
    width: 100px;
} */
.page-id-832 .service_el01_list li div:nth-child(2) {
    /* width: calc(100% - 100px); */
    display: flex;
    align-items: center;
}

.page-id-832 .service_el01_list li div:nth-child(2) .development_el_listCont02 {
    width: 22px;
    display: flex;
    align-items: center;
}

.page-id-832 .service_el01_list li div:nth-child(2) .development_el_listCont03 {
    width: calc(100% - 40px);
}

.page-id-832 .service_el01_list li div:nth-child(2) .development_el_listCont03 .font-weight-bold {
    color: #1D8E76;
    font-weight: bold;
}

/* .page-id-832 .development_el02Flex_catch{
    font-size: 28px;
} */
.page-id-832 .development_el02_boxIn ul {
    justify-content: flex-start;
}

.page-id-832 .development_el02_boxIn ul li {
    width: calc((100% - 28px) / 2);
}

.page-id-832 .development_el02_boxIn ul li:not(:last-child) {
    margin-right: 28px;
}

@media screen and (max-width:768px) {
    .page-id-832 .development_el02_boxIn ul li {
        width: 100%;
    }

    .page-id-832 .development_el02_boxIn ul li:not(:last-child) {
        margin-right: 0;
    }
}

.page-id-832 .development_el02Flex_link {
    display: block;
    padding: 20px;
    border: 2px solid #45A79D;
    margin: auto auto 0;
    line-height: 1.5;
}

.page-id-832 .development_el02Flex_text {
    margin-bottom: 10px;
}

.page-id-832 .development_el02Flex_cont02 {
    display: flex;
    flex-direction: column;
}

.page-id-832 .development_el02Flex_link .development_el02Flex_link_title {
    font-weight: bold;
    color: #1D8E76;
    display: block;
    margin-bottom: 10px;
}

.development_el02Flex_link_text.has_btn {
    display: flex;
    align-items: center;

}

.development_el02Flex_link_text.has_btn .development_el02Flex_link_text_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    padding: 15px 10px;
    background: #45A79D;
    border-radius: 10px;
    color: #fff;
    margin-left: 10px;
    font-size: 12px;
}

@media screen and (max-width:768px) {
    .development_el02Flex_link_text.has_btn {
        display: block;


    }

    .development_el02Flex_link_text.has_btn .development_el02Flex_link_text_btn {
        margin: 10px auto 0;
    }
}

.development_el02Flex_link:hover {
    background: #1D8E76;
    color: #fff;

}

.development_el02Flex_link:hover .development_el02Flex_link_title {
    color: #fff;

}

.development_el02Flex_link:hover .development_el02Flex_link_text.has_btn .development_el02Flex_link_text_btn {
    background: #fff;
    color: #1d8e76;
}

/*------car_development----------------*/

.car_development_listwrap {
    background: #F7F7F7;
    padding: 30px;
    border-radius: 15px;

}

.car_development_listwrap dl {
    margin-bottom: 30px;
    text-align: left;
}


.car_development_listwrap dl dt {
    color: #1D8E76;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin-bottom: 11px;
    font-size: 16px;
}

.car_development_listwrap dl dd {
    font-size: 16px;
    line-height: 1.5;
    padding-left: 22px;
}

.car_development_listwrap dl dt::before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    background: #D4F3ED;
    border: 1px solid #1D8E76;
    border-radius: 20px;
    margin-right: 18px;

}

body.home .top_mv_cont {
    text-align: center;
}

@media screen and (max-width:768px) {
    .service_mv {
        height: auto;
        padding-bottom: 30px;
    }
}

.header_sp_nav:not(.mm-menu) {
    display: none;
}

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

    .post-type-archive-service .underlayer_mv01,
    .post-type-archive-products .underlayer_mv01 {
        height: 80px;
    }
}

.video_mv {
    padding: 0;
}

.video_mv .d-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.video_mv .d-flex .underlayer_mv_title {
    margin-bottom: 20px;
}

@media screen and (min-width:769px) {
    a[href^="tel:"] {
        pointer-events: none;

    }
}