@charset "UTF-8";
/* CSS Document */

header .header__inner{
    background-color: transparent;
}

header .header__nav-list--pages{
    display: none;
}

header .header__logo{
    margin-top: 15%;
    display: block;
}
    

/*header .header__nav{
    display: none;
}*/

.contents_wrap{
    overflow: hidden;
    position: relative;
}

@media screen and (max-width: 767px) {
    .contents_wrap{
        width: 100vw;
        overflow: hidden;
    }
}

/*=========splash========*/
#splash_wrap{
    background-color: #000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100vh;
    opacity: 1;
    transition: opacity 1s;
    transition-delay: 1s;
    display: none;
}

#splash_wrap .splash{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    object-position: center;
    opacity: 1;
    transition: opacity 1s;
}

#splash_wrap.remove .splash,
#splash_wrap.remove{
    opacity: 0;
}

@media screen and (max-width: 767px) {
    #splash_wrap .splash{
        object-fit: cover;
    }
}

/*========= top ========*/

#top{
    visibility: hidden;
}
#top.visible{
    visibility: visible;
}

#top a{
    text-decoration: none;
}

#top a:hover,
#top a:hover *{
    color: #C50219;
}

/*=========bg========*/
#top #bg{
    position: fixed;
    z-index: -2;
}

#top #bg img{
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    object-position: center;
}

@media screen and (max-width: 767px) {
    #top #bg{
        display: none;
    }

    #top #bg.visible{
        display: block;
    }
    
}

/*=========fv========*/
#top #fv{
    position: relative;
    background: #fff;
    z-index: 1;
    width: 100%;
    height: 100vh;
}

#top .movie1{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 80vh;
    object-fit: contain;
    opacity: 0.3;
}

#top .movie1.move{
    animation: scroll-anim 2s ease-in-out forwards;
    z-index: -1;
}

#top .movie1.back{
    animation: scroll-anim-back 2s ease-in-out forwards;
}

#top #fv .main_img img{
    width: 100%;
    height: auto;
    display: block;
}

#top #fv .ttl_box{
    width: auto;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#top #fv .ttl_box h1{
    font-size: 72px;
    line-height: 1.5em;
    font-weight: 700;
    text-align: left;
    word-break: keep-all;
    padding-left: 80px;
}

#top #fv .ttl_box p{
    font-size: 14px;
    line-height: 1.5em;
    font-weight: 400;
    text-align: center;
}

#top #fv .scroll_down{
    writing-mode: vertical-lr;
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
}

#top #fv .scroll_down::after {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: #000;
    display: block;
    position: absolute;
    left: calc(50% - 2.3px);
    bottom: -130px;
}
#top #fv .scroll_down::before {
    animation: scroll 2s infinite;
    background-color: #000;
    bottom: -130px;
    content: "";
    height: 120px;
    margin: auto;
    position: absolute;
    left: 50%;
    width: 1px;
}

@keyframes scroll-anim {
    0% { 
        scale: 1 1;
        transform: translate(-50%, -50%);
     }

     /*
     45% { 
        scale: 0.8 0.8;
        transform: translate(0%, 50%);
     }

     50% { 
        scale: 0.8 0.8;
        transform: translate(0%, 50%);
     }

     55% { 
        scale: 0.8 0.8;
        transform: translate(0%, 50%);
     }
*/

    100% { 
        scale: 1.2 1.2;
        transform: translate(-100%, 50%);
     }
}

@keyframes scroll-anim-back {
    0% { 
        scale: 1.2 1.2;
        transform: translate(-100%, 50%);
        
     }
/*
     45% { 
        scale: 0.8 0.8;
        transform: translate(0%, 50%);
     }

     50% { 
        scale: 0.8 0.8;
        transform: translate(0%, 50%);
     }

     55% { 
        scale: 0.8 0.8;
        transform: translate(0%, 50%);
     }
*/

    100% { 
        scale: 1 1;
        transform: translate(-50%, -50%);
     }
}



@media screen and (max-width: 1200px) {
    #top .movie1{
        object-fit: cover;
        object-position: center;
    }

}

@media screen and (max-width: 767px) {
    #top #fv{
        height: 100vh;
        background: #fff;
        z-index: 10;
        position: relative;
        overflow: hidden;
    }

    #top .movie1{
        width: 160vw;
        height: 100vh;
        display: block;
        object-fit: contain;
        position: absolute;
        top: 50vh;
        left: 50vw;
        transform: translate(-50%, -50vh);
        z-index: 999;
    }

    #top .movie1.move{
        animation: scroll-anim_sp 2s ease-in-out forwards;
        z-index: 999;
    }
    
    #top .movie1.back{
        animation: scroll-anim_sp-back 2s ease-in-out forwards;
        z-index: 999;
    }

    #top #fv .ttl_box{
        width: auto;
    }

    #top #fv .ttl_box h1{
        font-size: 9.6vw;
        padding-left: 1em;
    }
    
    #top #fv .ttl_box p{
        font-size: 2.67vw;

    }
}

@keyframes scroll-anim_sp {
    0% { 
        scale: 1 1;
        transform: translate(-50%, -50%);
     }

     /*
     45% { 
        scale: 0.8 0.8;
        transform: translate(-30%, -30%);
     }

     50% { 
        scale: 0.8 0.8;
        transform: translate(-30%, -30%);
     }

     55% { 
        scale: 0.8 0.8;
        transform: translate(-30%, -30%);
     }
*/

    100% { 
        scale: 1.2 1.2;
        transform: translate(-70%, 20%);
     }
}

@keyframes scroll-anim_sp-back {
    0% { 
        scale: 1.2 1.2;
        transform: translate(-70%, 20%);
        
     }

     /*
     45% { 
        scale: 0.8 0.8;
        transform: translate(-30%, -30%);
     }

     50% { 
        scale: 0.8 0.8;
        transform: translate(-30%, -30%);
     }

     55% { 
        scale: 0.8 0.8;
        transform: translate(-30%, -30%);
     }
*/

    100% { 
        scale: 1 1;
        transform: translate(-50%, -50%);
     }
}

/*=========description,description2========*/
#top #description,
#top #description2{
    position: relative;
    height: 100vh;
}

#top #description{
    background: none;
    z-index: 2;
}

#top #description2{
    background-color: #000;
    overflow: hidden;
}

#top #description .description_video{
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    margin-left: -50%;
    opacity: 0.3;
}

#top #description2 .description_video{
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    object-position: center;
    opacity: 0.3;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

#top #description .scroll_down{
    writing-mode: vertical-lr;
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
}

#top #description .scroll_down::after {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: #000;
    display: block;
    position: absolute;
    left: calc(50% - 2.3px);
    bottom: -130px;
}
#top #description .scroll_down::before {
    animation: scroll 2s infinite;
    background-color: #000;
    bottom: -130px;
    content: "";
    height: 120px;
    margin: auto;
    position: absolute;
    left: 50%;
    width: 1px;
}
/* 線のアニメーション */
@keyframes scroll {
    0% {
      transform: scale(1, 0);
      transform-origin: 0 0;
    }
    50% {
      transform: scale(1, 1);
      transform-origin: 0 0;
    }
    51% {
      transform: scale(1, 1);
      transform-origin: 0 100%;
    }
    100% {
      transform: scale(1, 0);
      transform-origin: 0 100%;
    }
  }

#top #description .ttl_box,
#top #description2 .ttl_box{
    width: auto;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
    margin-left: -610px;
}

#top #description .ttl_box h2,
#top #description2 .ttl_box h2{
    font-size: 72px;
    line-height: 1.5em;
    font-weight: 700;
    text-align: left;
}

#top #description2 .ttl_box h2{
    color: #fff;
}

#top #description .ttl_box p{
    font-size: 14px;
    line-height: 1.5em;
    font-weight: 400;
    text-align: left;
    color: #919191;
    letter-spacing: 0.3em;
    margin-top: 1em;
}

#top #description .description_box,
#top #description2 .description_box{
    width: auto;
    margin: 0 auto;
    text-align: left;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
    margin-left: 30px;
}

#top #description .description_box p,
#top #description2 .description_box p{
    font-size: 16px;
    line-height: 2em;
    font-weight: 400;
    text-align: left;
    margin-bottom: 2em;
}

#top #description2 .description_box p{
    color: #fff;
}

@media screen and (max-width: 1365px) {
    #top #description .scroll_down{
        right: 10px;
    }

    #top #description .ttl_box, #top #description2 .ttl_box{
        margin-left: -45vw;
    }
}

@media screen and (max-width: 1200px) {
    #top #description .ttl_box h2,
    #top #description2 .ttl_box h2{
        font-size: 6vw;
    }

    #top #description .description_box p,
    #top #description2 .description_box p{
        font-size: clamp(14px, 1.3vw, 16px);
    }
    
#top #description2 .description_box {
        width: 45%;
        padding-right: 20px;
        box-sizing: border-box;
        position: relative;
        top: 0;
        margin: 0 5%;
    }
}

@media screen and (max-width: 767px) {
    #top #description{
        padding-top: calc(12vw + 20vh);
        height: auto;
        z-index: 11;
        background: none;
        position: relative;
        margin-top: -20vh;
    }

    #top #description2{
        height: auto;
        padding: 34.67vw 0;
        overflow: hidden;
    }

    #top #description .scroll_down{
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 1em;
        height: auto;
        line-height: 1em;
        display: block;
    }

    #top #description .scroll_down::before {
        height: 10.67vw;
        width: 0.13vw;
        bottom: -13vw;
    }

    #top #description .scroll_down::after{
        bottom: -13vw;
    }

    #top #description .scroll_down p{
        font-size: 2.1vw;
    }

    #top #description .video_area{
        width: 100vw;
        overflow: hidden;
        height: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    #top #description .description_video{
        position: relative;
        top: 0;
        left: 0;
        transform: none;
    }

    #top #description2 .description_video{
        width: 200vw;
        height: 112.5vw;
        display: block;
        object-fit: cover;
        object-position: center;
        opacity: 0.3;
        position: absolute;
        top: auto;
        bottom: auto;
        margin: auto;
        left: 50%;
        transform: translateX(-50%);
    }

    #top #description2 .ttl_box{
        position: relative;
        top: 0;
        left: 0;
        margin: 0 5% 5%;
        transform: none;

    }

    #top #description2 .ttl_box h2{
        font-size: 7.73vw;
        line-height: 2em;
        letter-spacing: 0.2em;
    }

    #top #description .description_box,
    #top #description2 .description_box {
        width: 100%;
        position: relative;
        margin: 0 auto;
        padding: 0 5%;
        top: 0;
        left: 0;
        box-sizing: border-box;
        transform: none;
    }

    #top #description .description_box p,
    #top #description2 .description_box p{
        font-size: 3.73vw;
    }

    
}

/*=========other_site========*/
#top .other_site{
    position: relative;
}

#top .other_site1{
    margin-bottom:40px;
}

#top .other_site2{
    margin-bottom:40px;
}

#top .other_site .swiper_wrap{
    width: 1190px;
    margin: 0 auto;
    position: relative;
}

#top .other_site .other_site__swiper{
    width: 1075px;
    height: auto;
    margin: 0 auto;
}

#top .other_site .other_site__swiper .swiper-wrapper .swiper-slide img{
    width: 100%;
    height: auto;
    display: block;
}

/* 前へ次への矢印カスタマイズ */
#top .other_site .swiper-button-prev::after,
#top .other_site .swiper-button-next::after {
  bottom: 0;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  width: 26px;
  height: 26px;
  background-size: contain;
  background-repeat: no-repeat;
}

/* 前への矢印カスタマイズ */
#top .other_site .swiper-button-prev::after {
  background-image: url("../../common/img/arrow_red.svg");
  transform: rotate(180deg);
}

#top .other_site .swiper-button-prev:hover::after {
    background-image: url("../../common/img/arrow_white.svg");
  }

/* 次への矢印カスタマイズ */
#top .other_site .swiper-button-next::after {
background-image: url("../../common/img/arrow_red.svg");
}

#top .other_site .swiper-button-next:hover::after {
    background-image: url("../../common/img/arrow_white.svg");
}

@media screen and (max-width: 1200px) {
    #top .other_site .swiper_wrap{
        width: 100%;
    }
    
    #top .other_site .other_site__swiper{
        width: 80%;
    }
}

@media screen and (max-width: 767px) {
    #top .other_site .other_site__swiper{
        margin: 14% auto;
    }
}


/*=========image_movie_area========*/
#top #image_movie_area{
    position: relative;
    height: 400px;
    overflow: hidden;
}

#top #image_movie_area .image_movie{
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
    #top #image_movie_area{
        width: 100%;
        aspect-ratio: 16/9;
        height: auto;
        overflow: auto;
    }
}

/*=========about_us========*/
#top #about_us{
    position: relative;
}

#top #about_us .about_us_wrapper{
    width: 100%;
    margin: 0 auto;
    position: relative;
}

#top #about_us .about_us_ttl{
    max-width: 1100px;
    width: 100%;
    padding: 30px 0;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

#top #about_us .about_us_ttl p.en_title{
    font-size: 12px;
    line-height: 1.5em;
    font-weight: 400;
    text-align: left;
    margin-right: 40px;
    color: #919191;
}

#top #about_us .about_us_ttl h2.jp_title{
    font-size: 35px;
    line-height: 1.5em;
    font-weight: 700;
    text-align: left;
}

#top #about_us .about_us_box{
    max-width: 1366px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    border-top: 1px solid #919191;
}


#top #about_us .about_us_box .about_us_box_inner{
    display: flex;
    justify-content: center;
    align-items: stretch;
    position: relative;
}

#top #about_us .about_us_box .about_us_box_inner .img_box{
    width: 50%;
    height: 610px;
    overflow: hidden;
    position: relative;
}

#top #about_us .about_us_box .about_us_box_inner .img_box img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

#top #about_us .about_us_box .about_us_box_inner .ttl_box{
    width: 50%;
    height: 100%;
    position: relative;
    background-color: #fff;
}

#top #about_us .about_us_box .about_us_box_inner .ttl_box ul{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#top #about_us .about_us_box .about_us_box_inner .ttl_box ul li{
    width: 100%;
    min-height: 200px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #919191;
}

#top #about_us .about_us_box .about_us_box_inner .ttl_box ul li:last-child{
    border-bottom: none;
}

#top #about_us .about_us_box .about_us_box_inner .ttl_box ul li .content_wrap{
    width: 84%;
    padding: 0 6% 0 10%;
    box-sizing: border-box;
}

#top #about_us .about_us_box .about_us_box_inner .ttl_box ul li h3{
    font-size: 28px;
    line-height: 1.5em;
    font-weight: 700;
    text-align: left;
    margin-bottom: 0.5em;
}

#top #about_us .about_us_box .about_us_box_inner .ttl_box ul li .icon_wrap{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0.5em;
    flex-wrap: wrap;
}

#top #about_us .about_us_box .about_us_box_inner .ttl_box ul li .icon_wrap span{
    display: inline-block;
    border: 1px solid #000;
    padding: 5px;
    margin-right: 6px;
    font-size: 12px;
    font-weight: 400;
    min-width: 80px;
    text-align: center;
}

#top #about_us .about_us_box .about_us_box_inner .ttl_box ul li p{
    font-size: 14px;
    line-height: 1.5em;
    font-weight: 400;
    text-align: left;
}

#top #about_us .about_us_box .about_us_box_inner .ttl_box ul li{
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

#top #about_us .about_us_box .about_us_box_inner .img_box img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

#top #about_us .about_us_box .about_us_box_inner .ttl_box ul li:first-of-type{
    transition-delay: 0s;
}

#top #about_us .about_us_box .about_us_box_inner .ttl_box ul li:nth-of-type(2){
    transition-delay: 3s;
}

#top #about_us .about_us_box .about_us_box_inner .ttl_box ul li:nth-of-type(3){
    transition-delay: 6s;
}

#top #about_us .about_us_box.is-show .about_us_box_inner .ttl_box ul li{
    opacity: 1;
}

#top #about_us .about_us_box.is-show .about_us_box_inner .img_box img:first-of-type{
    animation: fade-in-out 9s ease-in-out 0s infinite;
}


#top #about_us .about_us_box.is-show .about_us_box_inner .img_box img:nth-of-type(2){
    animation: fade-in-out 9s ease-in-out 3s infinite;
}


#top #about_us .about_us_box.is-show .about_us_box_inner .img_box img:nth-of-type(3){
    animation: fade-in-out 9s ease-in-out 6s infinite;
}

@keyframes fade-in-out {
    0% {
      opacity: 0;
    }
    33% {
      opacity: 1;
    }
    66% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  

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

    #top #about_us .about_us_box .about_us_box_inner .img_box img{
        width: auto;
        height: 100%;
        display: block;
        object-fit: cover;
        object-position: center;
        display: block;
    }
}

@media screen and (max-width: 1200px) {
    #top #about_us .about_us_ttl{
        width: 100%;
        padding: 30px 5%;
        box-sizing: border-box;
    }
    

    #top #about_us .about_us_box .about_us_box_inner .ttl_box ul li .content_wrap {
        width: 100%;
    }

    #top #about_us .about_us_box .about_us_box_inner .ttl_box ul li .icon_wrap span{
        margin-bottom: 0.5vw;
    }
}

@media screen and (max-width: 767px) {
    #top #about_us .about_us_ttl{
        display: block;
        padding: 5.33% 5%;
    }

    #top #about_us .about_us_ttl p.en_title{
        font-size: 2.4vw;
    }

    #top #about_us .about_us_ttl h2.jp_title{
        font-size: 5.07vw;
    }

    #top #about_us .about_us_box .about_us_box_inner .ttl_box{
        width: 100%;
    }

    #top #about_us .about_us_box .about_us_box_inner .ttl_box ul{
        display: block;
    }

    #top #about_us .about_us_box .about_us_box_inner .ttl_box ul li{
        display: block;
    }

    #top #about_us .about_us_box .about_us_box_inner .img_box{
        width: 100%;
        height: auto;
    }

    #top #about_us .about_us_box .about_us_box_inner .img_box img{
        width: 100%;
        height: auto;
        display: block;
        object-fit: contain;
        object-position: center;
        overflow: auto;
    }

    #top #about_us .about_us_box .about_us_box_inner .ttl_box ul li .content_wrap{
        width: 100%;
        padding: 8% 5% 18.67%;
    }

    #top #about_us .about_us_box .about_us_box_inner .ttl_box ul li h3 {
        font-size:4.67vw;
        letter-spacing: 0.2em;
    }

    #top #about_us .about_us_box .about_us_box_inner .ttl_box ul li .icon_wrap span {
        display: inline-block;
        padding: 0.2em 0.5em;
        line-height: 1em;
        margin-right: 1.33%;
        font-size: 2.4vw;
        min-width: 0;
        border:0.13vw solid #000;
    }

    #top #about_us .about_us_box .about_us_box_inner .img_box img{
        opacity: 1;
    }

    #top #about_us .about_us_box .about_us_box_inner .ttl_box ul li{
        opacity: 0;
        transition: opacity 1s ease-in-out;
    }

    #top #about_us .about_us_box .about_us_box_inner .img_box img:first-of-type,
    #top #about_us .about_us_box .about_us_box_inner .ttl_box ul li:first-of-type{
        position: relative;
        transition-delay: 0.5s;
        animation: none;
    }

    #top #about_us .about_us_box .about_us_box_inner .img_box img:nth-of-type(2),
    #top #about_us .about_us_box .about_us_box_inner .ttl_box ul li:nth-of-type(2){
        transition-delay: 0.5s;
        animation: none;
    }

    #top #about_us .about_us_box .about_us_box_inner .img_box img:nth-of-type(3),
    #top #about_us .about_us_box .about_us_box_inner .ttl_box ul li:nth-of-type(3){
        transition-delay: 0.5s;
        animation: none;
    }

    

    #top #about_us .about_us_box .about_us_box_inner .ttl_box ul li.is-show{
        opacity: 1;
    }
}


/*=========our_service========*/

#top #our_service{
    overflow: hidden;
    position: relative;
    background: #fff;
}

#top #our_service .scroll_inner{
    padding: 0;
    display: block;
    position: relative;
}

#top #our_service .service_head {
    max-width: 1366px;
    width: 100%;
    padding: 60px 120px 30px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    border-top: 1px solid #919191;
}

#top #our_service .service_head .en_title{
    font-size: 12px;
    line-height: 1.5em;
    font-weight: 400;
    text-align: left;
    margin-right: 40px;
}

#top #our_service .service_head .jp_title{
    font-size: 35px;
    line-height: 1.5em;
    font-weight: 700;
    text-align: left;
}

#top #our_service .our_service_wrapper{
    margin: 0 auto;
    position: relative;
    display: flex; /* 要素を横並び */
    height: 100vh; /* 要素の高さを画面いっぱい */
    width: 300%; /* 要素の数×100% */
}

#top #our_service .bg_text_service {
    position: absolute;
    bottom: 40px;
    right: 40px;
    font-size: 70px;
    font-weight: bold;
    color: #f2f2f2;
    z-index: 0;
    white-space: nowrap;
    user-select: none;
    line-height: 1em;
    letter-spacing: 0.2em;
}

#top #our_service .our_service_wrapper .side-scroll{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    /*background-color: #fff;*/
}


#top #our_service .our_service_wrapper .side-scroll.side-scroll-04{
    background: inherit;
}

#top #our_service .our_service_wrapper .side-scroll .scroll_inner{
    width: 100%;
}

#top #our_service .our_service_wrapper .side-scroll.side-scroll-02 .scroll_inner,
#top #our_service .our_service_wrapper .side-scroll.side-scroll-03 .scroll_inner{
    padding-top: 170px;
}

#top #our_service .service_body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 80px;
}

#top #our_service .service_left {
    width: 45%;
}

#top #our_service .service_right {
    width: 50%;
    display: block;
    text-align: right;
}

#top #our_service .service_intro {
    margin-bottom: 30px;
}

#top #our_service .service_intro .tag {
    display: inline-block;
    border: 1px solid #333;
    padding: 5px 10px;
    font-size: 12px;
    margin-bottom: 15px;
}

#top #our_service .service_intro .ttl_box{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#top #our_service .service_intro .num {
    font-size: 55px;
    font-weight: bold;
    line-height: 1em;
}

#top #our_service .service_intro .ttl_box .ttl{
    margin-left: 1em;
}

#top #our_service .service_intro .name {
    font-size: 24px;
    font-weight: bold;
    margin: 0.3em 0;
}

#top #our_service .service_intro .en {
    font-size: 12px;
    color: #999;
    padding-left: 0.5em;
    letter-spacing: 0.1em;
}

#top #our_service .service_list li {
    border-bottom: 1px solid #ddd;
}

#top #our_service .service_list li:first-child {
    border-top: 1px solid #ddd;
}

#top #our_service .service_list li a {
    display: flex;
    align-items: center;
    padding: 20px 0 20px 15px;
    text-decoration: none;
    color: #333;
    position: relative;
}

#top #our_service .service_list li a::after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: url('../../common/img/arrow_red.svg') no-repeat center center;
    background-size: contain;
    position: absolute;
    right: 10px;
}

#top #our_service .service_list li a:hover::after {
    background: url('../../common/img/arrow_white.svg') no-repeat center center;
    background-size: contain;
}

#top #our_service .service_list li a .num {
    font-size: 16px;
    margin-right: 20px;
}

#top #our_service .service_list li a .text {
    font-size: 18px;
}

#top #our_service .service_right .img_box {
    margin-bottom: 20px;
}

#top #our_service .service_right .img_box img {
    width: 100%;
}

#top #our_service .service_right .text_box h4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

#top #our_service .service_right .text_box p {
    font-size: 16px;
    line-height: 1.8;
}

@media screen and (max-width: 1200px) {
    #top #our_service .service_head{
        width: 100%;
        padding: 30px 5%;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 767px) {
    #top #our_service{
        background: none;
    }

    #top #our_service .bg_text_service{
        display: none;
    }

    #top #our_service .service_head{
        display: block;
        padding: 5.33% 5%;
        box-sizing: border-box;
        border-bottom: 1px solid #919191;
    }

    #top #our_service .service_head p.en{
        font-size: 2.4vw;
    }

    #top #our_service .service_head h2.jp_title{
        font-size: 5.07vw;
    }

    #top #our_service .our_service_wrapper .side-scroll {
        width: 100%;
        height: auto;
        align-items: flex-start;
    }

    #top #our_service .our_service_wrapper .side-scroll .scroll_inner{
        padding: 0;
        background: none;
    }

    #top #our_service .our_service_wrapper .side-scroll.side-scroll-02 .scroll_inner,
    #top #our_service .our_service_wrapper .side-scroll.side-scroll-03 .scroll_inner{
        padding-top: 0;
    }

    #top #our_service .service_body{
        padding-left: 0;
        display: block;
    }

    #top #our_service .service_left{
        width: 100%;
    }

    #top #our_service .service_body{
        padding-top: 10vw;
    }

    #top #our_service .service_body .service_left .service_img{
        width: 100%;
        height: auto;
        padding: 0 5%;
        box-sizing: border-box;
    }
    #top #our_service .service_body .service_left .service_img img{
        width: 100%;
        height: auto;
    }

    #top #our_service .service_intro {
        margin: 4vw auto 0;
        padding-left: 10.67%;
        box-sizing: border-box;
    }

    #top #our_service .service_intro .ttl_box{
        padding: 5.33% 0;
    }

    #top #our_service .service_intro .tag{
        margin-bottom: 0;
    }

    #top #our_service .service_intro .ttl_box .num{
        font-size: 10.67vw;
    }

    #top #our_service .service_intro .ttl_box .ttl{
        margin-left: 0.5em;
    }

    #top #our_service .service_intro .ttl_box .ttl .name{
        font-size: 4.67vw;
    }

    #top #our_service .service_intro .ttl_box .ttl .en{
        font-size: 2.4vw;
    }

    #top #our_service .service_list{
        padding: 0 5%;
        box-sizing: border-box;
    }

    #top #our_service .service_list li a {
        padding: 0.8em 1em;
    }

    #top #our_service .service_list li a .num{
        font-size: 4vw;
    }

    #top #our_service .service_list li a .text{
        font-size: 4vw;
    }
    
    #top #our_service .service_list li a::after {
        width: 4vw;
        height: 4vw;
        right: 1em;
    }

}

/*=========works========*/
#works {
    padding: 80px 0;
}

#works .works_wrapper {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    padding: 0 40px;
}

#works .works_head {
    text-align: center;
    margin-bottom: 40px;
}

#works .works_head .jp_title {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.2em;
}

#works .works_head .en_title {
    font-size: 14px;
    color: #999;
    margin-top: 10px;
    letter-spacing: 0.2em;
}

#works .works_list > ul {
    display: flex;
    justify-content: space-around;
    list-style: none;
}

#works .works_list li {
    width: 23%;
}

#works .works_list li a {
    text-decoration: none;
    color: #333;
    display: flex;
    flex-direction: column;
    height: 100%;
}

#works .works_list .img_box {
    background: #f7f7f7;
    margin-bottom: 15px;
    position: relative;
    width: 276px;
    height: 188px;
    overflow: hidden;
}

#works .works_list .img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease-out;
    will-change: transform;
}

#works .works_list a:hover .img_box img {
    transform: scale(1.09);
}

#works .works_list .text_box {
    flex-grow: 1;
}

#works .works_list .text_box .name {
    font-weight: bold;
    margin-bottom: 5px;
}

#works .works_list .text_box .desc {
    font-size: 14px;
    color: #666;
}

#works .works_list a:hover .text_box .desc {
    color: #C50219;
}

#works .works_list .tag_list {
    display: flex;
    margin-top: 15px;
    list-style: none;
}

#works .works_list .tag_list li {
    border: 1px solid #ccc;
    font-size: 12px;
    padding: 3px 10px;
    margin-right: 10px;
    width: auto;
}

#works .works_list a:hover .tag_list li {
    border: 1px solid #C50219;
}

#works .works_list .more{
margin-top: 15px;	
font-size: 12px;	
text-align: right;	
text-decoration: underline;	
}

#works .btn_more {
    text-align: center;
    margin-top: 50px;
}

#works .btn_more a {
    display: inline-block;
    border: 1px solid #333;
    padding: 15px 60px;
    text-decoration: none;
    color: #333;
    font-weight: bold;
    letter-spacing: 0.1em;
}

@media screen and (max-width: 1200px) {
    #works .works_wrapper {
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
        padding: 0 5%;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 767px) {
    #works{
        padding: 10vw 0 0;
    }

    #works .works_head .jp_title {
        font-size: 5.33vw;
    }

    #works .works_head .en_title {
        font-size: 2.4vw;
    }
    
    #works .works_list ul {
        display: block;
    }
    
    #works .works_list li {
        width: 100%;
        margin-bottom: 5%;
    }
    
    #works .works_list .img_box {
        width: 100%;
        height: auto;
    }

    #works .works_list .text_box .name {
        font-size: 3.73vw;
    }

    #works .works_list .text_box .desc {
        font-size: 3.47vw;
    }

    #works .works_list .tag_list li {
        font-size: 2.4vw;
        padding: 0.2em 0.5em;
        margin-right: 0;
        margin-bottom: 0.5em;
    }
    
    #works .works_list .more{	
        margin-top: 1em;	
        font-size: 2.4w;	
    }
}


/*=========other_site2========*/
#top .other_site2{
    margin-bottom:80px;
}

/*=========news========*/
#news {
    
}

#news .news_wrapper {
    max-width: 1366px;
    width: 100%;
    margin: 0 auto;
}

#news .news_head {
    text-align: center;
    margin-bottom: 40px;
}

#news .news_head .jp_title {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.2em;
}

#news .news_head .en_title {
    font-size: 14px;
    color: #999;
    letter-spacing: 0.2em;
    margin-top: 10px;
}

#news .news_list {
    background: #f7f7f7;
    border-radius: 60px 60px 0 0;
    padding: 40px;
}

#news .news_list li {
    border-bottom: 1px solid #ddd;
}


#news .news_list li a {
    text-decoration: none;
    color: #333;
    display: block;
    padding: 25px 30px 25px 0;
    position: relative;
    transition: color 0.3s ease;
}

#news .news_list li a::after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: url('../../common/img/arrow_red.svg') no-repeat center center;
    background-size: contain;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

#news .news_list li a:hover::after {
    background: url('../../common/img/arrow_white.svg') no-repeat center center;
    background-size: contain;
}

#news .news_list .info {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

#news .news_list .info time {
    font-size: 14px;
    margin-right: 20px;
}

#news .news_list .info .category {
    background: #9a0d0d;
    color: #fff;
    font-size: 12px;
    padding: 5px 15px;
    border-radius: 5px;
    margin-right: 0.5em
}

#news .news_list .title {
    font-size: 16px;
    line-height: 1.7em;
}

#news .btn_more {
    text-align: right;
    margin-top: 20px;
}

#news .btn_more a {
    display: inline-flex;
    align-items: center;
    background: #fff;
    padding: 10px 20px;
    border-radius: 20px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    transition: color 0.3s ease;
}

#news .btn_more a::after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
background: url('../../common/img/arrow_red.svg') no-repeat center center;
    background-size: contain;
    margin-left: 10px;
}

#news .btn_more a:hover{
    color: #C50219;
}

#news .btn_more a:hover::after {
background: url('../../common/img/arrow_white.svg') no-repeat center center;
    background-size: contain;
}

@media screen and (max-width: 767px) {
    #news .news_head .jp_title {
        font-size: 5.33vw;
    }
    
    #news .news_head .en_title {
        font-size: 2.4vw;
    }

    #news .news_list {
        border-radius: 60px 60px 0 0;
        padding: 13% 5%;
    }

    #news .news_list li a {
        text-decoration: none;
        color: #333;
        display: block;
        padding: 25px 30px 25px 0;
        position: relative;
    }
    
    #news .news_list li a::after {
        width: 5.07vw;
        height: 5.07vw;
        right: 0;
    }
    
    #news .news_list .info {
        margin-bottom: 4vw;
    }
    
    #news .news_list .info time {
        font-size: 2.93vw;
        margin-right: 2.67vw;
    }
    
    #news .news_list .info .category {
        padding: 0.5em 1em;
        border-radius: 5px;
    }
    
    #news .news_list .title {
        font-size: 3.2vw;
    }

    #news .btn_more {
        margin-top: 5.33vw;
    }
    
    #news .btn_more a {
        padding: 4vw 0;
        border-radius: 6vw;;
        font-size: 3.47vw;
        line-height: 1em;
        width: 100%;
        justify-content: center;
        position: relative;
    }

    #news .btn_more a::after {
        position: absolute;
        width: 5.07vw;
        height: 5.07vw;
        right: 0;
        margin-right: 5.33vw;
    }
}

/*=========company & recruit========*/
#company .company_wrapper,
#recruit .recruit_wrapper,
#group .group_wrapper{
    display: flex;
    align-items: center;
    min-height: 340px;
}

#company,
#group{
    background: #333;
    color: #fff;
}

#recruit {
background: #fff url('../../top/img/recruit_bg.webp') repeat;
}

#company .company_wrapper {
    background-image: url('../../top/img/company_bg.webp');
    background-repeat: no-repeat;
    background-position: 65% 0;
    background-size: cover;
}

#recruit .recruit_wrapper {
    background-image: url('../../top/img/recruit_bg.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    justify-content: flex-end;
}

#group .group_wrapper {
    background-image: url('../../top/img/group_company_bg.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


#company .text_content,
#recruit .text_content,
#group .text_content{
    width: 50%;
    padding: 60px 40px 60px 100px;
    box-sizing: border-box;
    text-align: center;
}

#company .ttl_box,
#recruit .ttl_box,
#group .ttl_box{
    margin-bottom: 30px;
}

#company .ttl_box .jp_title,
#recruit .ttl_box .jp_title,
#group .ttl_box .jp_title{
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.2em;
}

#company .ttl_box .en_title,
#recruit .ttl_box .en_title,
#group .ttl_box .en_title {
    font-size: 14px;
    margin-top: 10px;
    letter-spacing: 0.2em;
}

#recruit .ttl_box .jp_title,
#recruit .ttl_box .en_title {
    color: #333;
}

#company .btn_more a,
#recruit .btn_more a,
#group .btn_more a{
    display: inline-block;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 18px 40px;
    border-radius: 35px;
    font-weight: bold;
    position: relative;
    width: 300px;
}



@media screen and (max-width: 767px) {
    #company .company_wrapper {
        background-image: url('../../top/img/company_bg_sp.webp');
        height: 160vw;
    }
    
    #recruit .recruit_wrapper {
        background-image: url('../../top/img/recruit_bg_sp.webp');
        height: 160vw;
        align-items: flex-end;
    }
    
    #group .group_wrapper {
        background-image: url('../../top/img/group_company_bg_sp.webp');
        height: 160vw;
    }

    #company .btn_more a, 
    #recruit .btn_more a,
    #group .btn_more a{
        width: 30%;
    }

    #company .text_content,
    #recruit .text_content,
    #group .text_content{
        width: 100%;
        padding: 0 5%;
        box-sizing: border-box;
        text-align: center;
    }

    #recruit .text_content {
        margin-bottom: 12vw;
    }

    #company .ttl_box,
    #recruit .ttl_box,
    #group .ttl_box{
        margin-bottom: 30px;
    }

    #company .ttl_box .jp_title,
    #recruit .ttl_box .jp_title {
        font-size: 5.33vw;
        font-weight: bold;
    }

    #company .ttl_box .en_title,
    #recruit .ttl_box .en_title,
    #group .ttl_box .en_title{
        font-size: 2.4vw;
    }

    #company .btn_more a,
    #recruit .btn_more a,
    #group .btn_more a{
        display: block;
        width: 100%;
        padding: 4vw 0;
        border-radius: 6.67vw;
    }

}
