/** visual **/
.visual{
    background: url(../images/top/visual.png);
    aspect-ratio: 16 / 9;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 32px;
}
.visual .ttl{
    width: 50%;
    aspect-ratio: 75 / 13;
    background: url(../images/top/message.svg)no-repeat;
    position: relative;
}
.visual .ttl .swiper-container{
    width: 100%;
    aspect-ratio: 75 / 13;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}


.visual a.linkArrow{
    color: #252323;
}





/** news **/
.news{
    padding: 40px;
    display: flex;
    align-items: center;
    gap: 32px;
    font-weight: 800;
    border-bottom: 1px solid #d3d3d3;
}
.news .ttl{
    font-size: 16px;
    color: #f04c20;
}
.news li{
    display: flex;
    align-items: center;
    gap: 4px 56px;
    flex-wrap: wrap;
}
.news li .date{
    font-weight: 600;
    opacity: .6; 
}
.news li a{
    color: #181616;
    text-decoration: underline;
}

/** about us **/
.about{
    font-size: 16px;
    font-weight: 800;
    display: flex;
    align-items: center;
    margin-bottom: 140px;
    margin-top: 80px;
    justify-content: space-between;
}
.about .imgBox{
    display: none;
    height: calc(60vw);
    max-height: 400px;
    overflow: hidden;
    position: relative;
    border-radius: 16px;
    margin-bottom: 40px;
}
.about .imgBox img{
    width: 120%;
    position: relative;
}
.about .subttl{
    opacity: .6;
    margin-bottom: 36px;
    font-size: 18px;
}
.about h1{
    font-size: 48px;
    margin-bottom: 80px;
}
.about p{
    font-weight: 400;
    margin-bottom: 104px;
}
.conLetter{
    padding: 0 40px 0 40px;
    box-sizing: border-box;
}
.conImg{
    width: 50%;
    overflow: hidden;
    border-radius: 16px;
}
.about h1 span{
    display: inline-block;
}



/** company **/

.company{
    margin-bottom: 114px;
    display: flex;
    gap: 80px 104px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 40px;
}
.company .con{
    border-bottom: 1px solid #d3d3d3; 
}
.company .con .linkWrap{
    margin: 40px 0;
}
.company a.linkArrow span{
    justify-content: flex-start;
}
.company .imgBox img{
    max-width: 447px;
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
}
.company .imgBox img{
    width: 100%;
}
.conRecruit{
    display: none;
}

.contact h2 {
    font-size: 18px;
}





@media screen and (max-width: 1000px) {

}

@media screen and (max-width: 876px) {
.conImg{
    display: none;
}
.about .imgBox{
    display: block;
}
.about p{
    margin-bottom: 80px;
}
}

@media screen and (max-width: 720px) {

.conLetter,
.company{
    padding: 0 20px;  
}

}


@media screen and (max-width: 500px) {
    .about h1 {
        font-size: 32px;
        margin-bottom: 40px;
        line-height: 1.5;
    }
    .about p{
        margin-bottom: 40px;
    }

}