@charset "UTF-8";
@media screen and (max-width: 767px) {
    .pc{ display: none !important; }
    .sp{ display: block !important; }



.main{
    position: relative;
    width: 100%;
    height: 183vw;
}
.main_copy{
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1;
}
.main_copy p{
    font-size: 6vw;
    font-weight: 500;
    margin-left: 6vw;
    margin-bottom: 3vw;
    color: #FFF;
}
.main_copy h1{
    font-size: 34vw;
    font-weight: bold;
    color: #FFF;
    line-height: 0.8;
}
.main_copy h1 .line01{
    letter-spacing: 5vw;
}
.main_recruit{
    position: absolute;
    bottom: 8vw;
    right: 8vw;
    width: 30vw;
    height: 30vw;
}
.main_recruit_con{
    text-align: center;
    width: 30vw;
    height: 30vw;
    background-color: #C7312D;
    color: #FFF;
    padding: 6vw;
    border-radius: 30vw;
}
.main_recruit_con .en{
    font-size: 4vw;
    font-weight: bold;
}
.main_recruit_con p{
    font-size: 3vw;
}
.main_recruit_con img{
    width: 3.5vw;
}
.main_recruit_img{
    position: absolute;
    width: 40vw;
    height: 40vw;
    top: -5.3vw;
    left: -5.5vw;
}
.main_recruit_img {
  transition: transform 0.6s ease;
  transform-origin: center;
}
.main_recruit:hover .main_recruit_img {
  transform: rotate(360deg);
}





/* topimg */
.top_visual {
    position: relative;
  display: flex;
  width: 100%;
}

/* 左：動画 */
.top_visual_left {
  position: absolute;
  top: 61vw;
  width: 100%;
  height: 62vw;
  overflow: hidden;
}

.top_visual_left video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* 右：上下2枚のスライダー */
.top_visual_right {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.right_block {
  position: absolute;
  width: 100%;
  height: 61vw;
  overflow: hidden;
  margin: 0;
}

.slider .slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1s ease;
}
.right_block#slider1{
    top: 0;
}
.right_block#slider2{
    top: 123vw;
}
.slider .slide.active {
  opacity: 1;
}




/* about */
.about{
    position: relative;
    background-color: #C7312D;
    padding: 15vw 4vw 90vw;
}
.about h2{
        position: absolute;
        top: -6vw;
        right: 0;
        left: auto;
        font-size: 12vw;
        font-weight: bold;
        color: #C7312D;
}
.about_con{
    position: absolute;
    top: 68vw;
    left: 4vw;
    transform: translate(0%, 0%);
    color: #FFF;
    width: 100%;
    text-align: left;
}
.about_con h3{
    font-size: 7vw;
    font-weight: bold;
    text-align: left;
    margin-bottom: 0;
    line-height: 1.5;
    letter-spacing: 0.5vw;
}
.about .btn01{
width: 60vw;
height: auto;
font-size: 3.8vw;
font-weight: 400;
border-radius: 5vw;
padding: 3vw 6vw;
position: absolute;
bottom: -75vw;
right: 17vw;
background-color: #fff;
color: #000;
}
.about .btn01::after {
    position: absolute;
    content: "";
    width: 3vw;
    height: 3vw;
    background-image: url(../images/common/arrow03.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 3vw;
    top: 5vw;
    right: 6vw;
    transform: translateY(-50%) translateX(0);
    transition: transform 0.3s ease;
}
.about p.sp{
    position: absolute;
    top: 120vw;
    font-size: 3.8vw;
    width: 90vw;
    color: #FFF;
    line-height: 2;
}

/* news */
.news{
    width: 90vw;
    margin: 15vw auto;
}
.news_title{
    display: flex;
    justify-content: center;
    border-bottom: solid 0px #000;
    margin-bottom: 5vw;
    padding-bottom: 5vw;
    align-items: center;
    text-align: center;
}
.news_title h2{
    margin: 0 auto;
    font-size: 12vw;
    font-weight: bold;
}
.news_title p{
    margin: 0 auto;
    font-size: 3.8vw;
    font-weight: 400;
}
.news_con{
    width: 90vw;
    text-align: center;
}
.news_con_article{
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-bottom: 3.911vw;
}
.news_con ul{
}
.news_con ul li{
    width: 100%;
}
.news_con ul li a{
    width: 90vw;
    display: block;
    font-size: 3.2vw;
    margin-bottom: 5vw;
    padding-bottom: 5vw;
    border-bottom: solid 1px #000;
}
.news_con ul li a div{
    width: 90vw;
    display: flex;
    margin-bottom: 2vw;
    align-items: center;
}
.news_con ul li .day{
    width: 25%;
    text-align: left;
}
.news_con ul li .cat{
    width: 75%;
    text-align: left;
}
.news_con ul li .cat span{
    width: 25vw;
    display: block;
    padding: 0.261vw 0;
    text-align: center;
    border: solid 1px #000;
}
.news_con .title{
    width: 100%;
    min-width: 0;
    font-size: 3.8vw;
    text-align: left;

    /* 2行省略（line-clamp） */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news .btn01{
    width: 60vw;
    margin: 10vw auto 0;
}

/* business */
.business{
    background-color: #C7312D;
    padding: 14.993vw 0;
    color: #FFF;
    text-align: center;
}
.business_title{
    width: 94vw;
    margin: 0 auto 6vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}
.business_title p{
    font-size: 3.2vw;
    font-weight: 400;
    line-height: 1;
    text-align: center;
}
.business_title h2{
    font-size: 12vw;
    font-weight: bold;
}
.business_con{
    width: 94vw;
    margin: 0 auto;
}
.business_con0102{
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    flex-direction: column;
}
.business_con01,.business_con02{
    display: block;
    position: relative;
    width: 94vw;
    height: 53.5vw;
    margin-bottom: 5vw;
}
/* .business_con01::before,
.business_con02::before,
.business_con03::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FFF;
  width: 2vw;
  height: 100%;
  z-index: 10;
} */

.business_con01 h3,.business_con02 h3{
    position: absolute;
    font-size: 5vw;
    top: 7vw;
    left: 10vw;
    font-weight: bold;
    text-align: left;
}
.business_con01 p,.business_con02 p{
    position: absolute;
    font-size: 3.8vw;
    top: 40vw;
    left: 10vw;
}
.business_con03{
    display: block;
    position: relative;
    width: 100%;
    height: 38.5vw;
    margin-bottom: 10vw;
}
.business_con03 h3{
    position: absolute;
    font-size: 3.8vw;
    top: 26vw;
    right: auto;
    left: 10vw;
    font-weight: 400;
}
.business_con03 p{
    position: absolute;
    font-size: 5vw;
    font-weight: bold;
    top: 4vw;
    left: 10vw;
    text-align: left;
}
.business .btn03{
    width: 70vw;
    letter-spacing: 0.13vw;
}
.business .btn02{
    width: 60vw;
    margin: 0 auto 10vw;
}



/* office */
.office{
    background-color: #FFF;
    padding: 0 0 6.519vw;
    color: #000;
    text-align: center;
}
.office_title{
    position: static;
    text-align: center;
    margin: 15vw;
}
.office_title p{
    font-size: 3.8vw;
    line-height: 1;
    text-align: center;
}
.office_title h2{
    font-size: 12vw;
    font-weight: bold;
}
.office_con{
    position: relative;
    margin: 0 auto;
    width: 100vw;
    height: 250vw;
}
.office_con img{
    position: absolute;
    width: 100vw;
    height: auto;
    top: 29vw;
    left: 0;
    z-index: 0;
}
.office_west{
    position: absolute;
    width: 47vw;
    top: 45vw;
    left: 6.5vw;
    line-height: 1;
    text-align: left;
    z-index: 2;
}
.office_west div{
    margin-bottom: 3.5vw;
}
.office_west h3{
    font-size: 3.8vw;
    margin-bottom: 4vw;
    padding-bottom: 2vw;
    border-bottom: 2px solid #000;
    font-weight: bold;
}
.office_west p{
    font-size: 3.8vw;
    font-weight: 200;
    margin-bottom: 1vw;
}
.office_west a{
    display: block;
    font-size: 3.2vw;
    text-align: center;
    color: #FFF;
    background-color: #000;
    padding: 2.5vw 0;
    margin-bottom: 2vw;
}
.office_east{
    position: absolute;
    width: 47vw;
    bottom: 32vw;
    right: 6.5vw;
    line-height: 1;
    text-align: left;
    z-index: 2;
}
.office_east div{
    margin-bottom: 3vw;
}
.office_east h3{
    font-size: 3.8vw;
    margin-top: 3vw;
    text-align: right;
    font-weight: bold;
}
.office_east p{
    font-size: 3.8vw;
    font-weight: 200;
    margin-bottom: 1vw;
    text-align: right;
}
.office_east a{
    display: block;
    font-size: 3.2vw;
    text-align: center;
    color: #FFF;
    background-color: #000;
    padding: 2.5vw 0;
    margin-bottom: 2vw;
}
.office_con .btn01{
  position: absolute;
  bottom: 9.126vw;
  height: auto;
  left: 50%;
  transform: translateX(-50%);
}

/* case */
.case{
    background-color: #C7312D;
}
.case_con{
    position: relative;
    width: 100vw;
    margin: 0 auto;
    padding: 0 0 70vw;
}
.case_title{
    width: 90vw;
    position: absolute;
    top: 55vw;
    bottom: auto;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    z-index: 1;
    color: #FFF;
    text-align: center;
}
.case_title p{
    font-size: 3.8vw;
}
.case_title h2{
    font-size: 12vw;
    font-weight: bold;
    margin-bottom: 8vw;
}
.case_title .case_copy{
    font-size: 3.8vw;
    text-align: left;
    margin-bottom: 10vw;
}
.recruit_con .btn02{
    position: absolute;
    top: 85vw;
    left: 16vw;
}

/* recruit */
.recruit{
    background-color: #FFF;
    text-align: center;
    margin: 18vw auto;
}
.recruit_con{
    position: relative;
    width: 90vw;
    background-color: #C7312D;
    margin: 0 auto;
    padding: 27vw 3vw;
    color: #FFF;
}
.recruit_title{
    position: absolute;
    display: flex;
    line-height: 0.5;
    align-items: flex-end;
    top: 10vw;
    left: 4vw;
}
.recruit_title h2{
    font-size: 13.95vw;
    font-weight: bold;
    margin-right: 1.304vw;
}
.recruit_title p{
    font-size: 2.868vw;
}
.recruit_link{
    position: absolute;
    top: 52.151vw;
    left: 10.43vw;
}
.recruit_link p{
    font-size: 5.215vw;
    margin-bottom: 6.519vw;
}
.recruit_con ul{
    width: 141.069vw;
    position: absolute;
    display: flex;
    top: 87.353vw;
    left: 10.43vw;
    justify-content: space-between;
    text-align: center;
}
.recruit_con ul li{
    width: 24%;
    font-size: 3.129vw;
    background-color: #FFF;
    color: #000;
    position: relative;
    padding: 5.215vw 0;
}
.recruit_con ul li::after {
    position: absolute;
    content: "";
    width: 2.608vw;
    height: 2.608vw;
    background-image: url(../images/common/arrow03.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 2.608vw;
    top: 50%;
    right: 1.304vw;
    transform: translateY(-50%) translateX(0);
    transition: transform 0.3s ease;
}
.recruit_en{
    position: absolute;
    line-height: 0;
    font-weight: bold;
    top: 55.411vw;
    right: 13.038vw;
}
.recruit_en p:nth-child(1){
    font-size: 18.253vw;
    margin-bottom: 13.038vw;
}
.recruit_en p:nth-child(2){
    font-size: 7.301vw;
    margin-bottom: 9.126vw;
}
.recruit_en p:nth-child(3){
    font-size: 10.561vw;
}
.recruit img{
    width: 100%;
    margin: 0 auto;
    display: block;
}

/* company */
.company{
    background-color: #E4E4E4;
    padding: 14.993vw 0 1.304vw;
    color: #000;
    text-align: center;
}
.company_title{
     width: 90vw;
    margin: 0 auto 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.company_title p{
    font-size: 3.8vw;
    line-height: 1;
    text-align: left;
}
.company_title h2{
    font-size: 7vw;
    font-weight: bold;
}
.company .company_con{
    width: 90vw;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 12vw;
    justify-content: space-between;
    flex-direction: column;
}
.company .company_con li{
    width: 100%;
    height: 15vw;
    font-size: 3.8vw;
    line-height: 1.5;
    margin-bottom: 3vw;
    background-color: #000;
}
.company .company_con li a{
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    color: #FFF;
}
.company .company_con li a:after{
        position: absolute;
        content: "";
        width: 3vw;
        height: 3vw;
        background-image: url(../images/common/arrow.png);
        background-size: contain;
        background-repeat: no-repeat;
        margin-left: 3vw;
        top: 50%;
        right: 3vw;
        transform: translateY(-50%) translateX(0);
        transition: transform 0.3s ease;
}

.company .ir_con{
    width: 90vw;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 12vw;
    justify-content: space-between;
    flex-direction: column;
}
.company .ir_con li{
    width: 100%;
    height: 15vw;
    font-size: 3.8vw;
    line-height: 1.5;
    margin-bottom: 3vw;
    background-color: #FFF;
}
.company .ir_con li a{
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    color: #000;
}
.company .ir_con li a:after{
    position: absolute;
    content: "";
    width: 2.608vw;
    height: 2.608vw;
    background-image: url(../images/common/arrow03.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 2.608vw;
    top: 50%;
    right: 2.608vw;
    transform: translateY(-50%) translateX(0);
    transition: transform 0.3s ease;
}

}