@charset "UTF-8";

.main{
    position: relative;
    width: 100%;
    height: 68vw;
}
.main_copy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1;
  z-index: 100;
  text-shadow: 0 40px 40px rgba(0, 0, 0, 0.2);
}
.main_copy p{
    font-size: 4vw;
    font-weight: 500;
    margin-left: 2vw;
    color: #FFF;
}
.main_copy h1{
    font-size: 19vw;
    font-weight: bold;
    color: #FFF;
}
.main_recruit{
    position: absolute;
    bottom: 70px;
    right: 70px;
    width: 175px;
    height: 175px;
    z-index: 100;
}
.main_recruit_con{
    text-align: center;
    width: 175px;
    height: 175px;
    background-color: #C7312D;
    color: #FFF;
    padding: 30px;
    border-radius: 100px;
}
.main_recruit_con .en{
    font-size: 26px;
    font-weight: bold;
}
.main_recruit_con p{
    font-size: 18px;
}
.main_recruit_con img{
    width: 25px;
}
.main_recruit_img{
    position: absolute;
    width: 230px;
    height: 230px;
    top: -28px;
    left: -30px;
}
.main_recruit_img {
  transition: transform 0.6s ease;
  transform-origin: center;
}
.main_recruit:hover .main_recruit_img {
  transform: rotate(360deg);
}


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

/* 左：動画 */
.top_visual_left {
  width: 50%;
  height: 68vw;
  overflow: hidden;
}

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

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

.right_block {
  position: relative;
  width: 100%;
  height: 34vw; /* 34vw × 2 = 68vw */
  overflow: hidden;
}

.slider .slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1s ease;
}

.slider .slide.active {
  opacity: 1;
}



/* about */
.about{
    position: relative;
    background-color: #C7312D;
    padding: 30px;
}
.about h2{
    position: absolute;
    top: -40px;
    left: 0;
    font-size: 90px;
    font-weight: bold;
    color: #C7312D;
}
.about_con{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFF;
  width: 100%;
  text-align: center;
}
.about_con h3{
    font-size: 45px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 45px;
    line-height: 1.8;
    letter-spacing: 4.5px;
}
.about_con p{
    width: 625px;
    font-size: 18px;
    margin: 0 auto;
    line-height: 2;
    letter-spacing: 1.4px;
    text-align: left;
}
.about .btn01{
    width: 280px;
    height: auto;
    font-size: 18px;
    font-weight: 400;
    border-radius: 0;
    padding: 25px 49px 20px 10px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.about .btn01::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 14px;
    background-image: url(../images/common/arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 20px;
    top: 37px;
    right: 40px;
    transform: translateY(-50%) translateX(0);
    transition: transform 0.3s ease;
}

/* news */
.news{
    width: 1060px;
    margin: 80px auto 120px;
}
.news_title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: solid 1px #000;
    margin-bottom: 40px;
    padding-bottom: 30px;
}
.news_title h2{
    margin: 0 auto;
    font-size: 45px;
    font-weight: bold;
}
.news_title h2{
    margin: 0 auto;
    font-size: 45px;
    font-weight: bold;
}
.news_title p{
    margin: 0 auto;
    font-size: 24px;
    font-weight: 400;
}
.news_con{
    width: 1060px;
    text-align: center;
}
.news_con_article{
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
.news_con ul{
}
.news_con ul li{
    width: 100%;
}
.news_con ul li a{
    width: 1060px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13.5px;
    margin-bottom: 20px;
}
.news_con ul li a div{
    width: 25%;
    display: flex;
}
.news_con ul li .day{
    width: 100%;
    text-align: left;
}
.news_con ul li .cat{
    width: 100%;
    text-align: left;
}
.news_con ul li .cat span{
    width: 100px;
    display: block;
    padding: 2px 0;
    text-align: center;
    border: solid 1px #000;
}
.news_con .title{
    width: 75%;
    font-size: 13.5px;
    text-align: left;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

/* business */
.business{
    background-color: #C7312D;
    padding: 115px 0;
    color: #FFF;
    text-align: center;
}
.business_title{
     width: 1055px;
    margin: 0 auto 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.business_title p{
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    text-align: left;
}
.business_title h2{
    font-size: 45px;
    font-weight: bold;
}
.business_con{
    width: 1055px;
    margin: 0 auto;
}
.business_con0102{
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
.business_con01,.business_con02{
    display: block;
    position: relative;
    width: 515px;
    height: 298px;
}
/* .business_con01::before,
.business_con02::before,
.business_con03::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FFF;
  width: 10px;
  height: 100%;
  z-index: 10;
} */

.business_con01 h3,.business_con02 h3{
    position: absolute;
    font-size: 30px;
    top: 60px;
    left: 50px;
    font-weight: bold;
    text-align: left;
}
.business_con01 p,.business_con02 p{
    position: absolute;
    font-size: 21px;
    top: 210px;
    left: 50px;
}
.business_con03{
    display: block;
    position: relative;
    width: 1055px;
    height: 95px;
    margin-bottom: 80px;
}
.business_con03 h3{
    position: absolute;
    font-size: 30px;
    top: 23px;
    right: 110px;
    font-weight: bold;
}
.business_con03 p{
    position: absolute;
    font-size: 21px;
    top: 30px;
    left: 150px;
}
.business .btn03{
    width: 470px;
    letter-spacing: 1px;
    margin: 0 auto;
}

/* office */
.office{
    background-color: #FFF;
    padding: 0 0 50px;
    color: #000;
    text-align: center;
}
.office_title{
    position: absolute;
    top: 90px;
    left: 0;
}
.office_title p{
    font-size: 24px;
    line-height: 1;
    text-align: left;
}
.office_title h2{
    font-size: 45px;
    font-weight: bold;
}
.office_con{
    position: relative;
    margin: 0 auto;
    width: 1044px;
    height: 1000px;
}
.office_con img{
    position: absolute;
    width: 1071px;
    height: 915px;
    top: 0;
    left: -26px;
    z-index: 0;
}
.office_west{
    position: absolute;
    width: 283px;
    top: 235px;
    left: 0;
    line-height: 1;
    text-align: left;
    z-index: 2;
}
.office_west div{
    margin-bottom: 25px;
}
.office_west h3{
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: bold;
}
.office_west p{
    font-size: 18px;
    font-weight: 200;
    margin-bottom: 10px;
}
.office_west a{
    display: block;
    font-size: 18px;
    text-align: center;
    color: #FFF;
    background-color: #000;
    padding: 10px 0;
    margin-bottom: 10px;
}
.office_east{
    position: absolute;
    width: 283px;
    bottom: 188px;
    right: 0;
    line-height: 1;
    text-align: right;
    z-index: 2;
}
.office_east div{
    margin-bottom: 25px;
}
.office_east h3{
    font-size: 20px;
    margin-top: 30px;
    font-weight: bold;
}
.office_east p{
    font-size: 18px;
    font-weight: 200;
    margin-bottom: 10px;
}
.office_east a{
    display: block;
    font-size: 18px;
    text-align: center;
    color: #FFF;
    background-color: #000;
    padding: 10px 0;
    margin-bottom: 10px;
}
.office_con .btn01{
  position: absolute;
  bottom: 70px;
  height: auto;
  left: 50%;
  transform: translateX(-50%);
}

/* case */
.case{
    background-color: #C7312D;
}
.case_con{
    position: relative;
    width: 100%;
    margin: 0 auto;
}
.case_title{
    width: 415px;
    position: absolute;
    bottom: 90px;
    left: 80%;
    transform: translateX(-50%);
    z-index: 1;
    color: #FFF;
}
.case_title p{
    font-size: 24px;
}
.case_title h2{
    font-size: 47px;
    font-weight: bold;
    margin-bottom: 30px;
}
.case_title .case_copy{
    font-size: 16px;
    margin-bottom: 60px;
}
.recruit_con .btn02{
    position: absolute;
    top: 300px;
    left: 80px;
}

/* recruit */
.recruit{
    background-color: #FFF;
    text-align: center;
}
.recruit_con{
    position: relative;
    width: 1268px;
    margin: 0 auto;
    padding: 110px 0;
    color: #FFF;
}
.recruit_title{
    position: absolute;
    display: flex;
    line-height: 0.5;
    align-items: flex-end;
    top: 180px;
    left: 80px;
}
.recruit_title h2{
    font-size: 107px;
    font-weight: bold;
    margin-right: 10px;
}
.recruit_title p{
    font-size: 22px;
}
.recruit_link{
    position: absolute;
    top: 400px;
    left: 80px;
}
.recruit_link p{
    font-size: 40px;
    margin-bottom: 50px;
}
.recruit_con ul{
    width: 1082px;
    position: absolute;
    display: flex;
    top: 670px;
    left: 80px;
    justify-content: space-between;
    text-align: center;
}
.recruit_con ul li{
    width: 24%;
    font-size: 24px;
    background-color: #FFF;
    color: #000;
    position: relative;
    padding: 40px 0;
}
.recruit_con ul li::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(../images/common/arrow03.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 20px;
    top: 50%;
    right: 10px;
    transform: translateY(-50%) translateX(0);
    transition: transform 0.3s ease;
}
.recruit_en{
    position: absolute;
    line-height: 0;
    font-weight: bold;
    top: 425px;
    right: 100px;
}
.recruit_en p:nth-child(1){
    font-size: 140px;
    margin-bottom: 100px;
}
.recruit_en p:nth-child(2){
    font-size: 56px;
    margin-bottom: 70px;
}
.recruit_en p:nth-child(3){
    font-size: 81px;
}
.recruit img{
    width: 1268px;
    margin: 0 auto;
    display: block;
}

/* company */
.company{
    background-color: #E4E4E4;
    padding: 115px 0 10px;
    color: #000;
    text-align: center;
}
.company_title{
     width: 1098px;
    margin: 0 auto 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.company_title p{
    font-size: 24px;
    line-height: 1;
    text-align: left;
}
.company_title h2{
    font-size: 45px;
    font-weight: bold;
}
.company .company_con{
    width: 1098px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 100px;
    justify-content: space-between;
}
.company .company_con li{
    width: 48%;
    height: 95px;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 13px;
    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: 20px;
    height: 20px;
    background-image: url(../images/common/arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 20px;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) translateX(0);
    transition: transform 0.3s ease;
}

.company .ir_con{
    width: 1098px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 100px;
    justify-content: space-between;
}
.company .ir_con li{
    width: 48%;
    height: 80px;
    font-size: 18px;
    margin-bottom: 13px;
    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: 20px;
    height: 20px;
    background-image: url(../images/common/arrow03.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 20px;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) translateX(0);
    transition: transform 0.3s ease;
}