@charset "utf-8";

.nav_list li.nav-equipment a > span::before{
    width: 100%;
}

@media screen and (max-width: 750px) {
    .nav_list li.nav-equipment a > span::before{
        width: 0;
    }
    .nav_list li.nav-equipment{
        background: rgba(107, 92, 62, 0.5);
    }
}

.subhead {
    background-image: url(../img/equipment03/subhead.jpg);
}


.subhead_box.special {
    height: 700px;
}
.subhead_box.special img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}


.mg0 {
    margin: 0;
}
.mb80 {
    margin-bottom: 80px;
}
.mb60 {
    margin-bottom: 60px;
}
.mb40 {
    margin-bottom: 40px;
}

.mb25 {
    margin-bottom: 25%;
}
.mb20 {
    margin-bottom: 20px;
}

.mt30 {
    margin-top: 30px;
}
.mt20 {
    margin-top: 20px;
}
.mt10 {
    margin-top: 10px;
}

.sec_inner_mb120 {
    margin-bottom: 120px;
}

.sec_text_box.mb150 {
    margin: 0 auto 150px;
}

.pd0 {
    padding: 0;
}
.db1000 {
    display: none;
}
.db1000_dn650 {
    display: none;
}
.db850 {
    display: none;
}
.db500{
    display: none;
}

.dn850 {
    display: block;
}

.ta_c {
    text-align: center;
}
.ta_j {
    text-align: justify;
}
.ta_r {
    text-align: right;
}

.img_cap_out {
    bottom: -1.5em;
}
.img_cap_l {
    left: 0;
}
.img_cap_bg_blk {
    color: rgb(255, 255, 255);
    font-size: 10px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    background: rgba(0, 0, 0, 0.6);
    padding: 3px 5px;
}
.cap_r {
    padding-top: 0.5em;
    text-align: right;
}
.cap.inner_cap {
    font-size: 10px;
    line-height: 1.5;
    padding: 30px 0 0;
}

.sec_pt {
    padding: 80px 0 0px;
}
.sec_pd {
    padding: 80px 0 80px;
}



/* equipment */
.btn_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.btn_box a {
    width: 32%;
    height: 100%;
    transition: 0.5s;
}
.btn_box a:hover {
    transition: 0.5s;
    opacity: 0.5;
}
.btn_list {
    width: 100%;
    border: 2px solid #666666;
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    font-family: ltc-goudy-oldstyle-pro, serif;
    letter-spacing: 0.1em;
}
.btn_list.active {
    background: #cccccc;
    color: #fff;
    border: 2px solid #cccccc;
}

.bdr_box {
    border: 1px solid #666666;
}
.bdr_box_inner {
    padding: 40px;
}
.bdr_box_mainttl {
    font-size: 28px;
    text-align: center;
    margin: 0 auto 40px;
    letter-spacing: 0.1em;
    line-height: 1.5;
}
.bdr_text_box {
    margin-top: 0.5em;
}
.bdr_box_ttl {
    font-size: 16px;
    font-weight: 500;
    margin: 1.5em 0 0.5em;
    letter-spacing: 0.1em;
    line-height: 1.2;
}
.equ_lead {
    font-size: 13px;
    text-align: justify;
    line-height: 1.5;
    letter-spacing: 0.05em;
}
.inner_cap {
    font-size: 10px;
}
.inner_cap.mt05 {
    margin-top: 0.5em;
}

.flex_box.wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.col3_flex_item {
    width: 30%;
}
.col3_flex_item:nth-child(n+4) {
    margin-top: 30px;
}
.col3_flex_item:nth-child(n+10) {
    margin-top: 50px;
}
.col3_flex_item.wd100.mt20 {
    margin-top: 20px;
}
.wd_max275 {
    max-width: 275px;
}

.col2_flex_item.wd48 {
    width: 48%;
}
.flex_box.jc_c{
    display: flex;
    justify-content: center;
}
.flex_box.jc_c.ai_c {
    display: flex;
    justify-content: center;
    align-items: center;
}

.equ_main_ttl {
    font-size: 28px;
    font-family: ltc-goudy-oldstyle-pro, serif;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.1em;
    margin-bottom: 60px;
    white-space: nowrap;
    letter-spacing: 0.1em;
}
.equ_main_ttl::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #666666;
    margin-left: 2%;
}
.equ_ttl {
    font-size: 16px;
    margin: 1.5em 0 0.5em;
}
.equ_ttl.txt_pink {
    color: #d88e81;
}
.equ_ttl.mt0 {
    margin: 0 0 0.5em;
}

.wd65 {
    width: 65%;
}
.wd56 {
    width: 56%;
}
.wd40 {
    width: 40%;
}
.wd36 {
    width: 36%;
}
.wd26 {
    width: 26%;
}
.wd20 {
    width: 20%;
}
.wd14 {
    width: 14%;
}

.col3_flex_item.wd100 {
    width: 100%;
}



/* service */
.flex_box.wrap.end {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-end;
}

/* security */





@media screen and (max-width: 1200px) {
.subhead_box.equipment {
    height: 500px;
}
}

@media screen and (max-width: 1000px) {
.col3_flex_item:nth-child(n+4) {
    margin-top: 30px;
}
.subhead_box.equipment {
    height: 350px;
}

.db1000 {
    display: block;
}
.db1000_dn650 {
    display: block;
}

.sec_pd {
    padding: 60px 0 60px;
}
.mb80 {
    margin-bottom: 60px;
}

.btn_list {
    font-size: 16px;
}
.btn_box a {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}
.btn_box a:nth-child(n+2) {
    margin: 20px auto 0;
}
.bdr_box_ttl {
    font-size: 14px;
}
.bdr_box_mainttl {
    font-size: 24px;
}
.equ_main_ttl {
    font-size: 24px;
    margin-bottom: 40px;
}
.equ_ttl {
    font-size: 14px;
}
.equ_lead {
    font-size: 12px;
}
}



@media screen and (max-width: 750px) {
.bdr_box .col3_flex_item {
    width: 48%;
}
.bdr_box_inner {
    padding: 40px 20px;
}
.bdr_box .col3_flex_item:nth-child(n+3) {
    margin-top: 30px;
}
}



@media screen and (max-width: 650px) {
.subhead_box.equipment {
    height: 250px;
}

.db1000_dn650 {
    display: none;
}

.sec_pt {
    padding: 60px 0 0px;
}
.sec_pd {
    padding: 60px 0 60px;
}

.btn_list {
    font-size: 14px;
}
.bdr_box_mainttl {
    font-size: 20px;
    margin: 0 auto 30px;
}

.equ_main_ttl {
    font-size: 20px;
}
.equ_ttl {
    font-size: 13px;
}

.security_b .col3_flex_item {
    width: 48%;
}
.security_b .col3_flex_item.wd65 {
    width: 100%;
}
.flex_box.wrap.end.wd20 {
    width: 100%;
}

.service_b .col3_flex_item {
    width: 48%;
}
.service_b .col3_flex_item.wd65 {
    width: 100%;
}
.service_b .col3_flex_item:nth-child(n+3) {
    margin-top: 30px;
}
.service_b .col3_flex_item:nth-child(n+9) {
    margin-top: 0;
}
.service_b .col3_flex_item:nth-child(n+10) {
    margin-top: 30px;
}
.col3_flex_item.wd100.mt20 {
    margin-top: 20px;
}
.col3_flex_item.wd100 {
    width: 100%;
}
.col3_flex_item.wd20 {
    width: 100%;
}
.sp_wd450 {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
}
.col3_flex_item.sp_wd100 {
    width: 100%;
}
}



@media screen and (max-width: 500px) {
.db500{
    display: block;
}
}