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


.quality__copy1 {
    font-size: 35px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-align: center;
}

.quality__copy2 {
    font-weight: 700;
    text-align: center;
    font-size: 60px;
    margin-bottom: 0;
}

.quality__copy2 span{
    position: relative;

}

.quality__copy2 span::before{
    position: absolute;
    content: "エクスウォール";
    font-size: 16px;
    top: -55px;
    left: 50%;
    transform: translateX(-50%);
}

.quality__copy3 {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}

.quality__copy4 {
    text-align: center;
    border: 1px solid #000;
    width: fit-content;
    margin: 0 auto;
    padding: 5px 20px;
}

@media screen and (max-width: 767.98px) {
 .quality__copy1{
    font-size: 28px;
 }
 .quality__copy2{
    font-size: 38px;
    line-height: 2;
 }
 .quality__copy2 span::before{
    font-size: 14px;
    top: -25px;
 }
 .quality__copy3{
    margin-top: 10px;
 }
}

/*sec01*/

.sec01__top {
    display: flex;
    gap: 40px;
    margin-top: 80px;
    
}

.sec01__top-left {
    width: 50%;
}

.sec01__top-img {

}

.sec01__top-right {
width: 50%;
}

.sec01__top-title {
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 0.006em;
    margin-bottom: 0;
}

.sec01__top-text1 {
    margin-top: 10px;
}

.sec01__top-text2 {
  margin-top: 10px;
}

.sec01__top-flex {
    display: flex;
}

.sec01__top-copy {
 font-size: 25px;
 font-weight: 700;
 line-height: 1.3;
 margin-top: 20px;
}

.sec01__top-copy .big {
    font-size: 40px;
}

.sec01__top-copy .number {
    font-size: 70px;
}

.sec01__top-text3 {
 letter-spacing: 0.006em;

}

.sec01__top-img2 {
    width: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec01__bottom {
    margin-top: 80px;
    display: flex;
    gap: 40px;
    padding-bottom: 100px;
}

.sec01__bottom-left {
    width: 50%;
}

.sec01__bottom-title {
    font-size: 25px;
    font-weight: 700;
    
}

.sec01__bottom-item {
}

.sec01__bottom-item-title {
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 0.006em;
    margin-bottom: 0;
    border-bottom: 1px solid #ccc;
    margin-top: 30px;
    padding-bottom: 5px;
}

.sec01__bottom-item-text {
    margin-top: 10px;
}

.sec01__bottom-right {
width: 50%;
}

.sec01__bottom-img {

}


@media screen and (max-width: 767.98px) {
.sec01__top{
    flex-direction: column;
}
.sec01__top-left{
    width: 100%;
}
.sec01__top-right{
    width: 100%;
}
.sec01__top-title{
    font-size: 20px;
    text-align: center;
}
.sec01__top-flex{
    flex-direction: column;
}
.flex-sp{
    display: flex;
    justify-content: space-between;
}
.sec01__top-copy{
    font-size: 20px;
}
.sec01__top-copy .big{
    font-size: 30px;
}
.sec01__top-copy .number{
    font-size: 50px;
}
.sec01__top-img2{
    width: 100px;
    margin-top: 10px;
}
.sec01__top-text3{
    margin-top: 20px;
}
    .sec01__bottom{
        flex-direction: column-reverse;
    }
    .sec01__bottom-left{
        width: 100%;
    }
    .sec01__bottom-right{
        width: 100%;
    }
    .sec01__bottom-item-title{
        font-size: 20px;
    }
    .sec01__bottom-title{
        text-align: center;
    }
    .sec01__bottom{
        padding-bottom: 50px;
    }
}

/*sec02*/

.sec02 {
    padding: 100px 0;
    background: #F4F3F3;
}

.container {

}

.sec02__title {
    font-size: 26px;
    letter-spacing: 0.006em;
    font-weight: 700;
    text-align: center;
}

.sec02__top-items {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    gap: 40px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
}

.sec02__item {
    width: calc(33.33% - 20px);
}

.sec02__img {

}

.sec02__item-title {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.006em;
    margin-bottom: 0;
}

.sec02__item-text {
    margin-top: 10px;
    line-height: calc(30 / 16);
     letter-spacing: 0.006em;
}

.sec02__bottom {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}

.sec02__bottom-item {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.sec02__bottom-item1{
    padding-right: 40px;
    border-right: 1px solid #ccc;
}
.sec02__bottom-item2{
    padding-left: 40px;
}

.sec02__bottom-text {

}

.sec02__bottom-img {

}

.sec02__bottom-attention {
    font-size: 14px;
    letter-spacing: 0.004em;
}

@media screen and (max-width: 767.98px){
    .sec02{
        padding: 80px 0;
    }
.sec02__top-items{
        flex-direction: column;
    }
.sec02__item{
    width: 100%;
}
.sec02__item-text{
    margin-top: 5px;
} 
.sec02__bottom{
       flex-direction: column;
}
.sec02__bottom-item{
    width: 100%;
}
.sec02__bottom-item1{
    padding-right: 0;
    border-right: none;
}
.sec02__bottom-item2{
    padding-left: 0;
    margin-top: 40px;
}
.sec02__title{
    font-size: 20px;
}
}

/*sec03*/

.sec03 {
    padding: 100px 0;
}

.container {

}

.sec03__title {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.006em;
}

.sec03__iframe {
    margin-top: 50px;
     position: relative;
     padding-bottom: 56.25%;
     height: 0;
     overflow: hidden;
}


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

@media screen and (max-width: 767.98px){
    .sec03{
        padding: 80px 0;
    }
    .sec03__title{
        font-size: 24px;
    }
    .sec03__iframe{
        margin-top: 30px;
    }
}

/*sec04*/

.sec04 {
    display: flex;
}

.sec04__left {
    width: 45%;
    height: fit-content;
}

.sec04__img img{
display: block;
}

.sec04__right {
  width: 55%;
  background: #231815;
  color: #fff;
  display: flex;              /* Flexboxにする */
  justify-content: center;    /* 横方向中央 */
  align-items: center;    
}

.container {

}

.sec04__text {
    font-size: 25px;
    font-weight: 700;
    line-height: calc(60 / 25);
    padding: 0 50px;
    max-width: 730px;
}

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

.sec04 {
    flex-direction: column;
}
.sec04__left{
    width: 100%;
}
.sec04__right{
    width: 100%;
}
.sec04__text{
    padding: 50px 0;
    font-size: 18px;
}
}

/*sec05*/
.sec05 {
    padding: 100px 0;
}

.container {

}

.sec05__title{
  text-align: center;
}

.sec05__copy {
    text-align: center;
}

.sec05__items {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    gap: 50px;
}

.sec05__item {
    width: calc(33.33% - 34px);
}

.sec05__img {

}

.sec05__item-title {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.006em;
    padding-bottom: 10px;
    margin-top: 5px;
    border-bottom: 1px solid #ccc;
}

.sec05__item-text {
    margin-top: 20px;
    margin-bottom: 0;
}

@media screen and (max-width: 767.98px){
    .sec05 {
    padding: 80px 0;
}
.sec05__items{
    flex-direction: column;
}
.sec05__item{
    width: 100%;
}
.sec05__item-title{
    padding-bottom: 5px;
}
}