
@media screen and (max-width: 767.98px) {
  .is-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .is-tab-down {
    display: none;
  }
}
@media screen and (max-width: 991.98px) {
  .is-tab-up {
    display: none;
  }
}

body .site-body {
    letter-spacing: 0.1em;
}

.breadcrumb,
.site-body{
    background-color: #282625;
}

.site-body {
    padding-bottom: 0;
}


.top {

}

.top__copy {
    font-size: 45px;
    font-weight: bold;
}

.top__copy span{
    color: #ed7700;
}

.top__items-wrapper {
    margin-top: 20px;
    display: flex;
    gap: 20px;

}

.top__item {
    width: calc(33% - 10px);
    padding: 15px;
    background: #fff;
    color: #000;
    font-weight: bold;
    border-radius: 10px;
    display: flex;
    gap: 20px;
        justify-content: center;
    align-items: center;
}

.top__item-number {
     color: #ed7700;
     font-size: 65px;
     font-weight: 500;
    font-family: "Oswald", sans-serif;
    line-height: 1;
    margin-bottom: 5px;
}

.top__item-text {
    margin: auto 0;
}

.sec01 {
    margin-top: 50px;
    padding-bottom: 100px;
    position: relative;
}

.h2 {
    color: #fff;
    margin-bottom: 0;
    padding: 10px;
    font-size: 30px;
    font-weight: bold;
    position: relative;
    z-index: 0;
}

.h2::before{
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background-color: #ed7700;
    z-index: -1;
}

.sec__copy {
    font-size: 40px;
    font-weight: bold;
    margin-top: 50px;
}

.sec__copy span{
    font-size: 80px;
    color: #ed7700;
}

.sec__text {
    max-width: 580px;
    line-height: calc(35 / 18);
    margin-top: 20px;
}

.sec01__top-img{
    position: absolute;
    width: 600px;
    height: 410px;
    top: 62px;
    right: -30px;
}

.sec01__top,
.sec02__top {
    margin-top: 50px;
    display: flex;
    gap: 50px;
}

.sec01__item,
.sec02__item {
    display: flex;
    flex-direction: column;
}

.sec01__item:first-child{
    width: 45%;
}

.sec01__item:last-child{
    width: 55%;
}

.sec01__item-title,
.sec02__item-title,
.sec03__item-title {
    background: #4d4d4d;
    color: #fff;
    font-weight: bold;
    text-align: center;
    color: #fff;
    padding: 10px;
    font-size: 25px;
}

.sec01__item-bottom,
.sec02__item-bottom,
.sec03__item-bottom {
    padding: 25px;
    color: #000;
    background: #fff;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.sec01__item-text1 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.sec01__img-wrapper{
    display: flex;
}

.sec01__item-img {

}

.p__orange {
    color: #fff;
    background:  #ed7700;
    width: 100%;
    text-align: center;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    line-height: 1.2;
    margin-top: auto;
}

.p__orange span{
    font-size: 12px;
}

.sec01__bottom {
    margin-top: 50px;
    background: #fff;
    padding: 20px;
    display: flex;
    gap: 20px;
}

.sec01__bottom-img1 {
    width: 85%;
}

.sec01__bottom-img2 {
    width: 15%;
}


/*sec02*/

.sec02{
    padding-bottom: 100px;
    position: relative;
}

.sec02__top-img{
    position: absolute;
    width: 419px;
    height: 425px;
    right: 0;
    top: 10px;
}
.sec02__text{
    font-size: 35px;
    font-weight: bold;
    margin-top: 30px;
}

.sec02 .sec__text{
    max-width: 530px;
}

.sec02__top{
    margin-top: 10px;
}

.sec02__item{
    width: 50%;
}

.sec02__item .p__orange{
    margin-top: 20px;
}

.sec02__bottom {
    margin-top: 50px;
    background: #fff;
    color: #000;
    padding: 20px;
    display: flex;
    gap: 40px;
}

.mb0{
    margin-bottom: 0;
}

.sec__orange-title{
    font-size: 25px;
    font-weight: bold;
    color: #ed7700;
    margin-bottom: 20px;
}

.sec02__bottom-left{
    width: 65%;
}

.sec02__bottom-img{
    width: 35%;
    margin: auto;
}

/*sec03*/

.sec03{
    padding-bottom: 100px;
    position: relative;
}

.sec03__top-wrapper{
    display: flex;
    gap: 50px;
    justify-content: space-between;
}

.sec03__top-img{
    max-width: 467px;
    margin-top: 50px;
    width: 40%;
}

.sec03__text{
    font-size: 35px;
    font-weight: bold;
    margin-top: 30px;
}

.front{
    position: relative;
    z-index: 10;
}

.sec03__item-img1{
    margin-top: -50px;
}

.sec03 .sec__orange-title{
    margin-bottom: 10px;
    margin-top: 40px;
}

.sec03__middle{
    display: flex;
    gap: 20px;
}

.sec03__middle p{
    width: 55%;
}

.sec03__middle .sec03__middle-right{
    width: 45%;
}

.sec03__middle-item{
    border: 1px solid #323232;
}

.sec03__middle-title {
    font-size: 20px;
    text-align: center;
    background: #b5b5b6;
    color: #fff;
    padding: 8px 0;
}

.sec03__middle-item:last-child{
    border-top: none;
}

.sec03__middle-title.orange{
    background:  #ed7700;
}


.sec03__middle-text {
    text-align: center;
    font-size: 20px;
    padding: 8px 0;
}

.sec03__bottom{
    display: flex;
    gap: 20px;
}

.sec03__bottom p{
    width: 43%;
}

.sec03__bottom .sec03__item-img{
    width: 56%;
}


/*sec04*/

.sec04 {

}

.gray {
    padding: 80px 0 100px;
    position: relative;
    z-index: 1;
}


.gray::before{
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background-color: #4d4d4d;
    z-index: -1;
}

.performance__h2 {
    font-size: 35px;
    font-weight: bold;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    letter-spacing: 0.1em;
}

.sec__flex {
    display: flex;
    gap: 50px;
}

.sec__flex-left {

}

.sec__subtitle {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 10px;
}

.sec04__item-img {

}

.sec__flex-right {

}

.movie {
    margin-top: 50px;
    background: #000;
    color: #fff;
    padding: 50px 0;
}

.movie__title {
    font-size: 35px;
    text-align: center;
    font-weight: bold;
    font-family: "Oswald", sans-serif;
}

.movie__wrapper {
    position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 800px;
  margin: 30px auto 0;
}

.movie__wrapper iframe{
    position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.movie__text {
    font-size: 25px;
    text-align: center;
    margin-top: 40px;
}


@media screen and (max-width: 991.98px) {
  .top__copy{
    font-size: 36px;
  }
  .top__item{
    gap: 10px;
    padding: 15px 8px 15px 7px;
  }
  .top__item-number{
    font-size: 40px;
  }
  .top__item-text{
    font-size: 15px;
  }
  .sec__copy{
    font-size: 26px;
    margin-top: 30px;
  }
  .sec__copy span{
    font-size: 60px;
  }
  .sec__text{
    width: 50%;
  }
  .sec01__top-img{
    width: 400px;
    height: 250px;
  }
  .sec01__top, .sec02__top{
    gap: 20px;
  }
  .sec01__item-bottom, .sec02__item-bottom, .sec03__item-bottom{
    padding: 15px;
  }
  .p__orange{
    font-size: 13px;
  }
  .sec02__top-img{
    width: 208px;
    height: 212px;
    top: 100px;
  }
  .sec01__bottom,
  .sec02__bottom{
    margin-top: 20px;
  }
  .sec03 .sec__text{
    width: 100%;
  }
  .sec03__text,
  .sec02__text{
    font-size: 28px;
  }
  .sec__orange-title{
    font-size: 19px;
  }
  .sec03__item-img1{
    margin-top: -35px;
  }
  .sec03 .sec__orange-title{
    margin-top: 25px;
  }
  .sec03__middle-title,
  .sec03__middle-text{
    font-size: 16px;
  }
}



@media screen and (max-width: 767.98px) {
  .top__copy {
    font-size: 24px;
  }
  .top__items-wrapper{
    flex-direction: column;
  }
  .top__item{
    width: 100%;
    margin: auto;
    justify-content: start;
    padding-left: 30px;
  }
  .top__item-text{
    margin-left: 20px;
  }
  .h2{
    font-size: 20px;
  }
  .sec01__top-img{
    width: 200px;
    height: 125px;
  }
  .sec__copy {
    font-size: 20px;
  }
  .sec__copy span{
    font-size: 40px;
  }
  .sec01__top-img{
    top: 76px;
  }
  .sec__text{
    width: 100%;
  }
  .sec01__top,
  .sec02__top{
    flex-direction: column;
  }
  .sec01__item:first-child,
  .sec01__item:last-child,
  .sec02__item{
    width: 100%;
  }
  .sec01__item-title, .sec02__item-title, .sec03__item-title{
    font-size: 18px;
  }
  .sec01__item-text1{
    font-size: 16px;
    margin-bottom: 10px;
  }
  .sec01__bottom-orange{
    color:  #ed7700;
    letter-spacing: 0.05em;
    font-weight: bold;
  }
  .sec01__bottom-item{
    display: flex;
    gap: 10px;
  }
  .sec01__bottom-item-text1{
    background: #172e6f;
    color: #fff;
    width: 80px;
    border-radius: 50px;
    text-align: center;
    height: fit-content;
    margin-top: 4px;
    letter-spacing: normal;
  }
  .sec01__bottom-item-text2{
    width: calc(100% - 70px);
    letter-spacing: normal;
  }
  .p__orange{
    margin-bottom: 10px;
  }
  .sec01__bottom{
    flex-direction: column;
    color: #000;
  }
  .sec01__bottom-img1{
    width: 100%;
  }
  .sec02__top-img{
    width: 124px;
    height: 126px;
    right: 0px;
    top: 70px;
  }
    .sec03__text, .sec02__text {
        font-size: 20px;
    }
    .sec02__bottom{
        flex-direction: column;
    }
    .sec02__bottom-left,
    .sec02__bottom-img{
        width: 100%;
    }
    .sec03__top-wrapper{
        gap: 10px;
    }
    .sec03__top-img{
        width: 33%;
    }
    .sec03__item-img1{
        margin-top: 0;
    }
    .sec03 .sec__orange-title{
        margin-top: 20px;
        font-size: 15px;
    }
    .sec03__middle,
    .sec03__bottom{
        flex-direction: column;
        gap: 0px;
    }
    .sec03__middle p,
    .sec03__middle .sec03__middle-right,
    .sec03__bottom p,
    .sec03__bottom .sec03__item-img{
        width: 100%;
    }
    .performance__h2{
        font-size: 18px;
    }
    .sec__flex{
        flex-direction: column;
    }
    .sec__subtitle{
        font-size: 16px;
    }
    .movie{
            padding: 30px 0;
    }
    .movie__title{
        font-size: 24px;
    }
    .movie__text{
        font-size: 16px;
        margin-top: 30px;
    }

}


