@charset "UTF-8";

section#face .inner{
    background: url(/images/equipment/bk_face.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center right;
    width:100%;
    margin:  0 auto 0;
    padding: 6% 0;
}

section#face .inner h2{
    font-size: var(--font28-40);
    font-weight: 500;
    margin: 0 auto 1% 0;
    padding: 0 0 1% 6.2%;
    max-width: 1600px;
    width: 100%;
    position: relative;
}
section#face .inner h2:after{
    content:"";
    background: var(--color02);
    width:50%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
}
section#face .inner h3 b{
    color: var(--color02);
    font-family: var(--fontN);
    font-size: var(--font26-30);
    padding: 0 1% 0 0;
}
section#face .inner h3{
    font-family: var(--fontJ);
    font-size: var(--font40-50);
    font-weight: 500;
    font-style: normal;
    margin: 0 auto 1% 0;
    padding: 0 0 1% 6.2%;
    max-width: 1600px;
    width: 100%;
}
section#face .inner p{
    line-height: 2.4em;
    margin: 0 auto 1% 0;
    padding: 0 0 1% 6.2%;
    min-width: 520px;
    width: 30%;
}

section#list{
    margin: 0 auto 3%;
    padding: 5% 0 0;
    max-width: 1400px;
    width: 100%;
}

section#list .list_inner{
    display: flex;
    flex-wrap: wrap;
}
section#list .list_inner a,
section#list .list_inner div.box{
    margin: 0 3% 5%;
    width: 19%;
    position: relative;
}
section#list .list_inner a span{
    display: inline-block;
    border: 1px solid var(--colorW);
    border-radius: 100px;
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 0;
    right: 2px;
    margin: 0 0 0 10px;
    transition: all ease 0.5s;
}
section#list .list_inner a span:after{
    content: "";
    background: url(/images/arrow_w.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 12px;
    height: 8px;
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translate(0, -50%);
    transition: all ease 0.5s;
}
section#list .list_inner a:hover span{
    background: var(--colorW);
    right: 0;
}
section#list .list_inner a:hover span:after{
    background: url(/images/arrow_b.svg);
    background-size: 100%;
    background-repeat: no-repeat;
}

section#list .list_inner a h4,
section#list .list_inner div.box h4{
    font-size: var(--font14-16);
}
section#list .list_inner a figure,
section#list .list_inner div.box figure{
    max-height: 230px;
    overflow: hidden;
    margin: 0 auto 8%;
}
section#list .list_inner a figure img,
section#list .list_inner div.box figure img{
    width:100%;
    height: 100%;
    object-fit: contain;
}

@media print, screen and (min-width:769px){
}

@media print, screen and (max-width:768px){
section{
    overflow: hidden;
}
section#face{
    padding: 15vw 3vw 0;
}
section#face .inner{
    background-size: 160%;
    background-position: center right 70%;
}
section#face .inner h2{
    margin: 0 auto 3% 0;
    padding: 0 0 3% 6.2%;
}
section#face .inner h3{
    margin: 0 auto 5% 0;
}
section#face .inner h3 b{
    padding: 0 4% 0 0;
}
section#face .inner p{
    min-width: unset;
    width: 90%;
}
section#list .list_inner a,
section#list .list_inner div.box{
    margin: 0 3% 8%;
    width: 42%;
}
section#list .list_inner a h4{
    font-size: 0.9em;
}
section#list .list_inner a span{
    width: 15px;
    height: 15px;
}
section#list .list_inner a span:after{
     width: 8px;
    height: 6px;  
}
}
