.kv .pickup{
    line-height: 5rem; 
    margin-bottom: 50px;
    padding: 0 5%;
    /* font-family: "Zen Kaku Gothic New", sans-serif; */
    font-weight: 700;
    font-style: normal;
}
.kv .pickup::after{
    bottom: -20px;
}
.article_01 h2{
    margin: 0 auto 10px;
}
/* .article_01 p{
    font-size: 1.8rem;
} */
.article_01 .pickup{
    width: auto;
    font-size: 2.6rem;
    font-weight: bold;
    position: relative;
    line-height: 6rem;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    color: #000;
    margin-top: 0;
}
.article_01 .pickup::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    display: inline-block;
    width: 20px;
    height: 5px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: black;
    border-radius: 2px;
}
.zoom-image {
    margin: 50px 0;
    width: 100%; /* 初期サイズ */
    transition: width 0.5s ease-out; /* トランジション効果 */
}
.scroll-space{
    box-sizing: border-box;
    color: #fff;
  }
  .rotation {
      transition: all 1.0s;
      opacity: 0;
  }
  .instagram-btn-R{
    display: block;
    text-align: center;
    background-color: #184C3D;
    /* border: #fff solid 1px; */
    border-radius: 30px;
    width: 240px;
    line-height: 50px;
    margin: 0 auto;
    font-size: 1.8rem;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    font-family: Zen Maru Gothic;
}
.instagram-btn-R:hover {
    background: #FFF;
    color: #184C3D;
    border: #184C3D solid 1px;
}
.instagram-btn-R::before {
    content: "";
    background-image: url(../img/top/menu_logo_insta-img.png);
    background-repeat: no-repeat;
    display: inline-block;
    background-size: contain;
    width: 35px;
    height: 35px;
    top: 8px;
    position: relative;
    margin-right: 10px;
    transition: 0.3s ease-in-out;
}
.instagram-btn-R:hover::before {
    background-image: url(../img/top/menu_logo_insta_green-img.png);
}
.insta_space{
    margin: -80px 20px 100px;
}
.rotation.rotation-y{
    transform: rotateY(180deg);
}
.rotation.rotation-clockwise{
    transform: rotate(-170deg);
}
.rotation.rotation-counterclockwise{
    transform: rotate(170deg);
}
.rotation.scrollin{
    transform: translate(0, 0)!important;
    opacity: 1!important;
}
.recruitment-image{
    margin-bottom: 50px;
}
@media screen and (max-width:1180px) {/* （タブレット用） */
    h2 {
        font-size: 5rem;
        line-height: 6rem;
    }
    .kv .pickup {
        font-size: 2rem;
        line-height: 4rem;
    }
    
}
@media screen and (max-width:767px) {/* （スマホ用） */

    





}
