@charset "UTF-8";
.top_sec1{
    margin-top: 50px;
    height: 48vw;
}
.top_sec3{
    margin-top: 50px;
    height: 160vh;
}
.sec1_img{
    right: 0;
    top: 5%;
    width: 45%;
}
.txt-right{
    text-align: right;
}
.sec1_text{
    background-color: #004EA2;
    color: #fff;
    padding: 78px 36px;
    left: 20%;
    /* bottom: 0%; */
    top: 27%;
    width: 40%;
}
.top_sec2_news{
    padding-top: 1%;
    text-align: center;
    line-height: 2;
    width: 90%;
}
.top-news_date,.top-news_category{
    font-size: 12px;
}
.top-news_category{
    border-radius: 50px;
    padding: 2px 5px;
    color: #004EA2;
}
.news-item{
    width: 18%;
    margin: 2%;
}
.news-item img{
    margin-bottom: 3%;
}
.top-news-title{
    font-size: 14px;
}
.news-item .-flex{
    justify-content: space-between;   
}
.top-news-exerpt{
    font-size: 12px;
    line-height: 1;
    margin-top: 10px;
    text-align: left;
}
.top_sec3-blue{
    width: 80%;
    top: 39vh;
    right: 0;

}
.top_sec3-blue{
    padding: 20px;
}
.top_sec3-blue-content{
    padding: 80px 80px 0 50px;
    border-left: 1px solid #fff;
    margin-left: 50px;
}
.top_sec3-blue-content:nth-child(2){
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.top_sec3-blue-content:nth-child(3){
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.top_sec3-blue-content h2{
    position: relative;
    z-index: 1;
}
.top_sec3-blue-content_title1:before{
    position: absolute;
    content: url(../images/top/media.png);
    top: -146%;
    left: 0%;
    z-index:-1;
}
.top_sec3-blue-content_title2:before{
    position: absolute;
    content: url(../images/top/adafilliates.png);
    top: -146%;
    left: 0%;
    z-index:-1;
}
.top_sec3-blue-content_title3:before{
    position: absolute;
    content: url(../images/top/mobileshop.png);
    top: -146%;
    left: 0%;
    z-index:-1;
}
.movie{
    max-width: 2000px;
    width: 100%;
    height: 300px;
    object-fit: cover;
}
  .recruit{
    /* position: absolute; */
    background-color: #D9D9D9;
    width: 100%;
    padding: 50px 0;
    /* top: 36%;
    height: 80vh; */
  }
  .recruit-content-area{
    margin:  0 auto;
    justify-content: space-between;
  }
.recruit-content{
    width: 500px;
    height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    background-position: center;
    background-size: cover;
}
.recruit-content p{
    font-size: 2rem;
    z-index: 5;
    top: 50%;
    left: 50%;
    font-weight: bold;
    transform: translate(-50%,-50%);
 }
 
.recruit-content::before{
    content: "";
    position: absolute;
    z-index: 3;
    background-color: #000;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}
.recruit-content:hover::before {
    opacity: 0;
}
.recruit-content:hover p{
    color: #000;
    text-shadow: 2px 2px 0px #fff;
}
.content1{
    
    background-image: url(../images/top/recruit_1.png);
}
.content2{
    background-image: url(../images/top/recruit_sinnenkai.jpg);
}
.news-text {
    writing-mode: vertical-lr;
    top: -155px;
    right: 29px;
    font-weight: bold;
    font-size: 7rem;
    mix-blend-mode: color-dodge;
    color: #004EA2;
    width: 86px;
}
.service-text {
    top: -83px;
    left: -50px;
    width: 86px;
}