@charset "UTF-8";
@media screen and (min-width:768px) and ( max-width:1365px){



.main{
    position: relative;
    width: 100%;
    height: 68vw;
}
.main_copy{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1;
}
.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: 5.6vw;
    right: 5.6vw;
    width: 14vw;
    height: 14vw;
}
.main_recruit_con{
    text-align: center;
    width: 14vw;
    height: 14vw;
    background-color: #C7312D;
    color: #FFF;
    padding: 2.4vw;
    border-radius: 8vw;
}
.main_recruit_con .en{
    font-size: 2.08vw;
    font-weight: bold;
}
.main_recruit_con p{
    font-size: 1.44vw;
}
.main_recruit_con img{
    width: 2vw;
}
.main_recruit_img{
    position: absolute;
    width: 18.4vw;
    height: 18.4vw;
    top: -2.24vw;
    left: -2.4vw;
}
.main_recruit_img {
  transition: transform 0.6s ease;
  transform-origin: center;
}
.main_recruit:hover .main_recruit_img {
  transform: rotate(360deg);
}


/* about */
.about{
    position: relative;
    background-color: #C7312D;
    padding: 2.4vw;
}
.about h2{
    position: absolute;
    top: -3.2vw;
    left: 0;
    font-size: 7.2vw;
    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: 3.6vw;
    font-weight: bold;
    text-align: center;
    margin-bottom: 3.6vw;
    line-height: 1.8;
    letter-spacing: 0.36vw;
}
.about_con p{
    width: 50vw;
    font-size: 1.44vw;
    margin: 0 auto;
    line-height: 2;
    letter-spacing: 0.112vw;
    text-align: left;
}
.about .btn01{
    width: 22.4vw;
    height: auto;
    font-size: 1.44vw;
    font-weight: 400;
    border-radius: 0;
    padding: 2vw 3.92vw 1.6vw 0.8vw;
    position: absolute;
    bottom: 0;
    right: 0;
}
.about .btn01::after {
    position: absolute;
    content: "";
    width: 0.64vw;
    height: 1.12vw;
    background-image: url(../images/common/arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 1.6vw;
    top: 2.96vw;
    right: 3.2vw;
    transform: translateY(-50%) translateX(0);
    transition: transform 0.3s ease;
}

/* news */
.news{
    width: 84.8vw;
    margin: 80px auto 120px;
}
.news_title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: solid 1px #000;
    margin-bottom: 3.2vw;
    padding-bottom: 2.4vw;
}
.news_title h2{
    margin: 0 auto;
    font-size: 3.6vw;
    font-weight: bold;
}
.news_title h2{
    margin: 0 auto;
    font-size: 3.6vw;
    font-weight: bold;
}
.news_title p{
    margin: 0 auto;
    font-size: 1.92vw;
    font-weight: 400;
}
.news_con{
    width: 84.8vw;
    text-align: center;
}
.news_con_article{
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-bottom: 2.4vw;
}
.news_con ul{
}
.news_con ul li{
    width: 100%;
}
.news_con ul li a{
    width: 84.8vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.08vw;
    margin-bottom: 1.6vw;
}
.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: 7.326vw;
    display: block;
    padding: 0.147vw 0;
    text-align: center;
    border: solid 1px #000;
}
.news_con .title{
    width: 75%;
    font-size: 1.08vw;
    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: 9.2vw 0;
    color: #FFF;
    text-align: center;
}
.business_title{
     width: 84.4vw;
    margin: 0 auto 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.business_title p{
    font-size: 1.92vw;
    font-weight: 400;
    line-height: 1;
    text-align: left;
}
.business_title h2{
    font-size: 3.6vw;
    font-weight: bold;
}
.business_con{
    width: 84.4vw;
    margin: 0 auto;
}
.business_con0102{
    display: flex;
    justify-content: space-between;
    margin-bottom: 4.8vw;
}
.business_con01,.business_con02{
    display: block;
    position: relative;
    width: 41.2vw;
    height: 23.3vw;
}
/* .business_con01::before,
.business_con02::before,
.business_con03::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FFF;
  width: 0.8vw;
  height: 100%;
  z-index: 10;
} */

.business_con01 h3,.business_con02 h3{
    position: absolute;
    font-size: 2.4vw;
    top: 4.5vw;
    left: 4vw;
    font-weight: bold;
    text-align: left;
}
.business_con01 p,.business_con02 p{
    position: absolute;
    font-size: 1.68vw;
    top: 17vw;
    left: 4vw;
}
.business_con03{
    display: block;
    position: relative;
    width: 84.4vw;
    height: 7.6vw;
    margin-bottom: 6.4vw;
}
.business_con03 h3{
    position: absolute;
    font-size: 2.4vw;
    top: 1.84vw;
    right: 8.8vw;
    font-weight: bold;
}
.business_con03 p{
    position: absolute;
    font-size: 1.68vw;
    top: 2.4vw;
    left: 12vw;
}
.business .btn03{
    width: 37.6vw;
    letter-spacing: 0.08vw;
}

/* office */
.office{
    background-color: #FFF;
    padding: 0 0 4vw;
    color: #000;
    text-align: center;
}
.office_title{
    position: absolute;
    top: 7.2vw;
    left: 0;
}
.office_title p{
    font-size: 1.92vw;
    line-height: 1;
    text-align: left;
}
.office_title h2{
    font-size: 3.6vw;
    font-weight: bold;
}
.office_con{
    position: relative;
    margin: 0 auto;
    width: 83.52vw;
    height: 80vw;
}
.office_con img{
    position: absolute;
    width: 85.68vw;
    height: 73.2vw;
    top: 0;
    left: -2.08vw;
    z-index: 0;
}
.office_west{
    position: absolute;
    width: 22.64vw;
    top: 18.8vw;
    left: 0;
    line-height: 1;
    text-align: left;
    z-index: 2;
}
.office_west div{
    margin-bottom: 2vw;
}
.office_west h3{
    font-size: 1.6vw;
    margin-bottom: 2.4vw;
    font-weight: bold;
}
.office_west p{
    font-size: 1.44vw;
    font-weight: 200;
    margin-bottom: 0.8vw;
}
.office_west a{
    display: block;
    font-size: 1.44vw;
    text-align: center;
    color: #FFF;
    background-color: #000;
    padding: 0.8vw 0;
    margin-bottom: 0.8vw;
}
.office_east{
    position: absolute;
    width: 22.64vw;
    bottom: 15.04vw;
    right: 0;
    line-height: 1;
    text-align: right;
    z-index: 2;
}
.office_east div{
    margin-bottom: 2vw;
}
.office_east h3{
    font-size: 1.6vw;
    margin-top: 2.4vw;
    font-weight: bold;
}
.office_east p{
    font-size: 1.44vw;
    font-weight: 200;
    margin-bottom: 0.8vw;
}
.office_east a{
    display: block;
    font-size: 1.44vw;
    text-align: center;
    color: #FFF;
    background-color: #000;
    padding: 0.8vw 0;
    margin-bottom: 0.8vw;
}
.office_con .btn01{
  position: absolute;
  bottom: 5.6vw;
  height: auto;
  left: 50%;
  transform: translateX(-50%);
}

/* case */
.case{
    background-color: #C7312D;
}
.case_con{
    position: relative;
    width: 100vw;
    margin: 0 auto;
}
.case_title{
    width: 33.2vw;
    position: absolute;
    bottom: 7.2vw;
    right: 6.4vw;
    z-index: 1;
    color: #FFF;
}
.case_title p{
    font-size: 1.92vw;
}
.case_title h2{
    font-size: 3.76vw;
    font-weight: bold;
    margin-bottom: 2.4vw;
}
.case_title .case_copy{
    font-size: 1.28vw;
    margin-bottom: 4.8vw;
}
.recruit_con .btn02{
    position: absolute;
    top: 24vw;
    left: 6.4vw;
}

/* recruit */
.recruit{
    background-color: #FFF;
    text-align: center;
}
.recruit_con{
    position: relative;
    width: 101.44vw;
    margin: 0 auto;
    padding: 8.8vw 0;
    color: #FFF;
}
.recruit_title{
    position: absolute;
    display: flex;
    line-height: 0.5;
    align-items: flex-end;
    top: 14.4vw;
    left: 6.4vw;
}
.recruit_title h2{
    font-size: 8.56vw;
    font-weight: bold;
    margin-right: 0.8vw;
}
.recruit_title p{
    font-size: 1.76vw;
}
.recruit_link{
    position: absolute;
    top: 32vw;
    left: 6.4vw;
}
.recruit_link p{
    font-size: 3.2vw;
    margin-bottom: 4vw;
}
.recruit_con ul{
    width: 86.56vw;
    position: absolute;
    display: flex;
    top: 53.6vw;
    left: 6.4vw;
    justify-content: space-between;
    text-align: center;
}
.recruit_con ul li{
    width: 24%;
    font-size: 1.92vw;
    background-color: #FFF;
    color: #000;
    position: relative;
    padding: 3.2vw 0;
}
.recruit_con ul li::after {
    position: absolute;
    content: "";
    width: 1.6vw;
    height: 1.6vw;
    background-image: url(../images/common/arrow03.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 1.6vw;
    top: 50%;
    right: 0.8vw;
    transform: translateY(-50%) translateX(0);
    transition: transform 0.3s ease;
}
.recruit_en{
    position: absolute;
    line-height: 0;
    font-weight: bold;
    top: 34vw;
    right: 8vw;
}
.recruit_en p:nth-child(1){
    font-size: 11.2vw;
    margin-bottom: 8vw;
}
.recruit_en p:nth-child(2){
    font-size: 4.48vw;
    margin-bottom: 5.6vw;
}
.recruit_en p:nth-child(3){
    font-size: 6.48vw;
}
.recruit img{
    width: 101.44vw;
    margin: 0 auto;
    display: block;
}

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

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


}

