.mv{
    position: relative;
    background: url(../images/values/mv.jpg) no-repeat;
    background-size: cover;
    height: 220px;
    margin: 0 0 70px 0;
    padding: 80px 0 0 0;
}

.mv img{
    display: block;
    width: 100%;
    height: auto;
}

.mv_title{
    text-align: center;
}

.mv_title p{
    border-right: 1px solid #005dae;
    border-left: 1px solid #005dae;
    color: #333333;
    padding: 44px 29px 0;
    display: inline-block;
    margin: 0 0 26px 0;
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 0.2em;
}

.mv_title h1{
    font-size: 1.75rem;
    letter-spacing: 0.2em;
    color: #333333;
    margin: 0 40px;
}

.introduction{
    text-align: center;
    font-size: 1rem;
    letter-spacing: 0.1em;
    line-height:36px;
    color:#212121;
    margin: 0 0 14px 0;
}

.tags{
    margin: 0 0 54px 0;
}
.tags_title{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-family: 'Roboto Condensed', sans-serif;;
    font-weight: bold;
    font-size: 1.875rem;
    letter-spacing: 0.05em;
    margin: 0 0 21px 0;
}
.tags_title::before{
    content: "#";
    font-family: "Noto Sans JP";
    font-size: 3.75rem;
    color: #94c1e9;
    margin: 0 16px 0 0;
}

.tags_title::after{
    content:"";
    display:block;
    width:100%;
    height:1px;
    background-color:#94c1e9;
    position:absolute;
    bottom:15px;
    left: 0;
 }
.tags_list{
    position: relative;
    padding: 0 0 25px 0;
    border-bottom: 1px solid #94c1e9;
}
.tags_list li{
    display: inline-block;
    margin: 0 5px 10px 0;
}
.tags_list label{
    display: block;
    font-weight: bold;
    border-radius: 25px;
    font-size: 0.875rem;
    padding: 16px 38px;
    cursor: pointer;
    border:1px solid transparent;
}

.tags_list input{
    display: none;
}

.tags_list .close_tag{
    display: none;
}

.open_button_wrap{
    display: block;
    text-align: center;
}
.open_button{
    display: inline-block;
    border-left: solid 1px #bdd3e5;
    border-right: solid 1px #bdd3e5;
    border-bottom: solid 1px #bdd3e5;
    font-size: 0.8125rem;
    font-weight: bold;
    color: #005dae;
    padding: 8px 48px 7px 20px;
    cursor : pointer;
    background: url(../images/values/arrow.png) no-repeat 85% 50%;
}

.employee{
     display: flex;
     flex-wrap: wrap;
     gap: 60px 27px ;
 }

 .employee > li{
    width: 234px;
 }
 .employee > li:nth-child(4n){
    margin: 0 0 60px 0;
 }
 .employee li span{
    position: relative;
    display:block;
    max-width: 234px;
    max-height: 200px;
    width: 100%;
    height: 200px;
    overflow: hidden;
    margin: 0 0 13px 0;
 }

.employee li span img{
    position: absolute;
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
    margin: auto;
    width: auto;
    height: 100%;
 }
 .employee > li p{
    position: relative;
    display: inline-block;
    font-family: "Noto Sans JP";
    padding: 0 0 0 51px;
    font-size: 0.8125rem;
    line-height: 22px;
    color: #212121;
    background: url(../images/values/icon.png) no-repeat;
    margin: 0 0 20px 0;
}

.employee > li p::after{
    content: "";
    background-size: 4px 1px;
    background-image: -moz-linear-gradient(left, #005dae, #005dae 1px, transparent 1px, transparent 1px);
    background-image: -webkit-linear-gradient(left, #005dae, #005dae 1px, transparent 1px, transparent 1px);
    background-image: linear-gradient(to right, #005dae, #005dae 1px, transparent 1px, transparent 1px);
    background-repeat: repeat-x;
    background-position: left bottom;
    box-sizing: border-box;
    position: absolute;
    display: block;
    height: 1px;
    width: 100%;
    left: 0;
    bottom: -5px;
}

.employee_tag li{
    margin: 0 5px 5px 0;
    display: inline-block;
    border-radius: 14px;
    padding: 5px 19px;
    color: #fff;
}
.tag_blue{
    background: #398fdc;
    color: #fff;
}
.tag_green{
    background: #34c18d;
    color: #fff;
}
.tag_orange{
    background: #fca034;
    color: #fff;
}
.tag_pink{
    background: #ef878d;
    color: #fff;
}
input[type="checkbox"]:checked + .tag_blue{
    background: #fff;
    color: #398fdc;
    border: 1px solid #398fdc;
}
input[type="checkbox"]:checked + .tag_green{
    background: #fff;
    color: #34c18d;
    border: 1px solid #34c18d;
}
input[type="checkbox"]:checked + .tag_orange{
    background: #fff;
    color: #fca034;
    border: 1px solid #fca034;   
}
input[type="checkbox"]:checked + .tag_pink{
    background: #fff;
    color: #ef878d;
    border: 1px solid #ef878d;
}

@media screen and (max-width:949px) {
    .PC_tag_open{
        display: none;
    }
    .SP_tag_open{
        height: 28px;
        display: block;
    }
    .mv{
        padding: 60px 0 0 0;
        height: 120px;
        margin: 0 0 40px 0;
        background: url(../images/values/mv_sp.jpg) center no-repeat;
        background-size: 100%;
        background-position: 0 60px;
    }

    .mv_title p{
        padding: 30px 19px 0;
        border-right: 2px solid #005dae;
        border-left: 2px solid #005dae;
        font-size: 0.6875rem;
    }

    .mv_title h1{
        font-size: 1.125rem;
    }

    .introduction{
        text-align: left;
        font-size: 0.875rem;
        letter-spacing: 0;
        line-height: 26px;
        margin: 0 0 30px 0;
    }
    .tags{
        margin: 0 0 60px 0;
    }
    .tags_title{
        font-size: 1.5rem;
        margin: 0 0 6px 0;
    }

    .tags_title::before{
        content: "#";
        font-family: "Noto Sans JP";
        font-size: 3.125rem;
        color: #94c1e9;
        margin: 0 16px 0 0;
    }

    .tags_title::after{
        content:"";
        display:block;
        width:100%;
        height:1px;
        background-color:#94c1e9;
        position:absolute;
        bottom:13px;
        left: 0;
    }
    .tags_list{
        padding: 0 0 12px 0;
    }
    .tags_list a{
        font-size: 0.875rem;
        font-weight: bold;
        border-radius: 40px;
    }

    .tags_list label{
        font-size: 14px;
        padding: 8px 19px;
    }

    .employee{
        display: block;
    }

    .employee > li{
        width: 100%;
        margin: 0 27px 60px 0;
    }

    .employee > li p{
        font-size: 0.8125rem;
        line-height: 22px;
        letter-spacing: 0;
        padding: 0 0 7px 50px;
        background: url(../images/values/SP_icon.png) no-repeat;
        background-size: 38px;
        background-position: 0 12px;
        margin: 0 0 15px 0;
    }

    .employee > li p::after{
        bottom: 0;
    }

    .employee li span{
        max-width: 335px;
        max-height: 215px;
        height: 215px;
    }

    .employee_tag li{
        font-size: 0.75rem;
        font-weight: bold;
        margin: 0 4px 5px 0;
        display: inline-block;
        border-radius: 24px;
        padding: 5px 13px;
        color: #fff;
    }
    .employee li span img{
      width:100%;
      height:auto;
    }
}