@charset "utf-8";

/* ========================
Construction details
======================== */

.ConstructionDetails__JPtitle,
.partsUsed__JPtitle,
.characteristic__JPtitle,
.process__JPtitle,
.example__JPtitle {

    color: #333;
    text-align: center;
    font-size: 2.2rem;
    font-weight: 600;
    letter-spacing: 0.44px;
}

.ConstructionDetails__title,
.partsUsed__title,
.characteristic__title,
.process__title,
.example__title {

    color: #70BAC4;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.32px;
}

.ConstructionDetails__text {
    color: #333;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.21px;
    margin-top: 32px;
}

.ConstructionDetails__list {
    margin: 50px auto;
    max-width: 380px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}


.ConstructionDetails__item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 110px;
    height: 110px;
    border-radius: 60px;
    background-color: #D2E1EB;
    color: #333;
    font-size: 1.4rem;
    font-weight: 900;
    line-height: 100%;
    letter-spacing: 0.28px;
}

.partsUsed__list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin-top: 24px;
    z-index: 1;
}

.partsUsed__title {
    padding-bottom: 15px;
}

.partsUsed__item {
    display: flex;
    width: 250px;
    height: 50px;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    background-color: #D2E1EB;
    color: #333;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.24px;
}

.img__parts,
.img__tab,
.img__pc {
    display: none;
}

.section--Construction-details {
    padding: 30px 0 0;
}

.background {
        padding: 80px 10px;
        clip-path: polygon(0 0, 100% 0, 100% calc(90% - 4vw), 0 100%);
        background-color: #EBF3F6;
        z-index: -1;
    }

.section--partsUsed {
    padding-bottom: 70px;
}

/* Construction details 767px tab */

@media screen and (min-width: 767px) {
    
    .ConstructionDetails__JPtitle,
    .partsUsed__JPtitle,
    .characteristic__JPtitle,
    .process__JPtitle,
    .example__JPtitle {
        font-size: 2.4rem;
        font-weight: 700;
        letter-spacing: 0.48px;

    }

    .ConstructionDetails__title,
    .partsUsed__title,
    .characteristic__title,
    .process__title,
    .example__title {
        font-size: 1.8rem;
        font-weight: 500;
        letter-spacing: 0.36px;
    }

    .ConstructionDetails__text {
        font-size: 1.6rem;
        font-weight: 500;
        letter-spacing: 0.24px;
        margin-top: 40px;

    }

    .spBr {
        display: none;
    }

    .ConstructionDetails__list {
        margin-top: 50px;
        margin: 50px auto;
        max-width: 700px;
    }

    .ConstructionDetails__item {
        width: 135px;
        height: 135px;
        border-radius: 50%;
        color: #333;
        font-size: 1.6rem;
        font-weight: 900;
        line-height: 100%;
        letter-spacing: 0.4px;

    }

    .partsUsed__JPtitle {
        margin-top: 0px;
    }

    .partsUsed__list {
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .img--constructionTab {
        display: block;
        position: absolute;
        transform: translate(65px, -183px);
        width: 33%;
    }

    .section--Construction-details {
        padding: 50px 3% 0;
    }

    .section--partsUsed {
        padding-bottom: 138px;
    }

}

    /* Construction details　959px pc */

    @media screen and (min-width: 959px) {

        .ConstructionDetails__JPtitle,
        .partsUsed__JPtitle,
        .characteristic__JPtitle,
        .process__JPtitle,
        .example__JPtitle {
            font-size: 3.0rem;
            letter-spacing: 0.6px;
        }

        .ConstructionDetails__title,
        .partsUsed__title,
        .characteristic__title,
        .process__title,
        .example__title {
            font-size: 2.1rem;
            font-weight: 500;
            letter-spacing: 0.42px;
        }

        .ConstructionDetails__text {
            font-size: 1.8rem;
            letter-spacing: 0.345px;
            margin-top: 55px;
        }

        .spTab {
            display: none;
        }

        .ConstructionDetails__list {
            gap: 30px;
            max-width: 1400px;
            margin-top: 60px;
        }

        .ConstructionDetails__item {
            width: 135px;
            height: 135px;
            font-size: 1.8rem;
        }

        .img--constructionTab {
            display: none;
        }

        .img--constructionPc {
            display: block;
        }

        .img__parts {
            display: block;
            z-index: 1;
        }

        .img--constructionPc {
            transform: translate(56px, -170px);

        }

        .partsUsed__JPtitle {
            margin-top: 90px;
        }

        .partsUsed__list {
            display: flex;
            flex-direction: row;
            align-items: center;
            gap: 45px;
            margin-top: 24px;
        }

        .partsUsed__item {
            display: flex;
            width: 395px;
            height: 67px;
            justify-content: center;
            align-items: center;
            background-color:#D2E1EB;
            color: #333;
            font-size: 1.8rem;
            font-weight: 900;
            line-height: 1;
            letter-spacing: 0.4px;
            color: #333;
        }
    
        .section--Construction-details {
            padding: 85px 2% 0;
        }
}

/* ========================
characteristic
======================== */

.characteristic__JPtitle {
    margin-top: 50px;
}

.characteristic__contents {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 45px;
    gap: 45px;
}

.characteristic__item {
    width: 350px;
    border-radius: 5px;
    background: #FFF;
    display: flex;
    padding: 12px 3.3%;
    flex-direction: column;
    align-items: center;
}

.characteristic__detail {
    color: #333;
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.48px;
    margin-top: 22px;
    z-index: 1;
}

.characteristic__border {
    width: 222px;
    border: solid 7px rgba(254, 212, 105, 0.75);
    transform: translate(0px, -9px);

}

.characteristic__detailTxt {
    color: #333;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.3px;
    margin: 35px 3%;
}


/* characteristic 767px tab */

@media screen and (min-width: 767px) {

    .characteristic__JPtitle {
        margin-top: -30px;
    }

    .characteristic__contents {
        gap: 60px;
        margin-top: 50px;
    }
    
    .characteristic__item {
        padding: 12px 1.5%;
        
    }
    
}

/* characteristic 959px pc */

@media screen and (min-width: 959px) {
    .characteristic__contents {
        flex-direction: row;
        justify-content: center;
        align-items: stretch;
        gap: 60px;
    }
    
    .characteristic__item {
        margin-top: 50px;
        padding: 12px 1.2%;

    }

    .characteristic__JPtitle {
        margin-top: -223px; 

}

}





/* ========================
process
======================== */

.process__JPtitle {
    margin-top: 100px;

}

.step__titleItem {
    display: flex;
    justify-content: center;
}

.step__title {
    background-color: #FED469;
    color: #333;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.36px;
    width: 250px;
    height: 39px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-24px, 1px);
  }

  .step__title::after {
    content: "";
    position: absolute;
    color: #FED469;
    right: -39px;
    border-left: 20px solid;
    border-top: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid transparent;
}

.step__number {
    border-radius: 50%;
    width: 55px;
    height: 55px;
    background-color: #FDFFEF;
    text-align: center;
    border:2px solid #2D8BBA;
    color: #333;
    font-size: 1.8rem;
    letter-spacing: 1px;
    padding: 11px;
    transform: translate(-8px, -8px);
    z-index: 1;
}

.step__text {
    color: #333;
    font-size: 1.4rem;
    letter-spacing: 0.21px;
    max-width: 140px;
}

.step__contents {
    margin-top: 24px;
    gap: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.process__namber {
    margin-top: 45px;
    display: flex;
    flex-direction: column;
}


.step {
    margin-top: 34px;
}

/* process 767px tab */

@media screen and (min-width: 767px) {
    .process__JPtitle {
        margin-top: 105px;
    
    }
    
    .process__namber {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 50px 20px;
        margin-top: 35px;
    }

    .step__number {
        border-radius: 50%;
        width: 55px;
        height: 55px;
        background-color: #FDFFEF;
        text-align: center;
        border:2px solid #2D8BBA;
        color: #333;
        font-size: 1.8rem;
        letter-spacing: 1px;
        padding: 11px;
        transform: translate(-8px, -8px);
        z-index: 1;
    }
    
}

/* process 959px tab */

@media screen and (min-width: 959px) {

    .process__JPtitle {
        margin-top: 160px;
    
    }

    .step__title {
        font-size: 1.5rem;
        letter-spacing: 0.27px;
        width: 153px;
        height: 39px;
        position: relative;
        transform: translate(-24px, 1px);
      }


    .step__number {
        border-radius: 50%;
        width: 46px;
        height: 46px;
        font-size: 1.6rem;
        letter-spacing: 1px;
        padding: 9px;
        transform: translate(-13px, -3px);
        z-index: 1;
    }
    .step:nth-child(3) .step__title {
        text-indent: 12px;
        font-size: 1.4rem;
        width: 157px;

    }

    .step:nth-child(6) .step__title::after { 
        content: none;
    }


    .step:nth-child(6) .step__title { 
        width: 163px;
    }
    
    .step__text {
        font-size: 1.4rem;
        letter-spacing: 0.21px;
        max-width: 180px;
    }


    .step__contents {
        margin-top: 20px;
        gap: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .process__namber {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 20px;
        margin-top: 45px;
    }
    

}


/* ========================
example
======================== */

.example__JPtitle {
    margin-top: 150px;
}

li {
    list-style: none;
  }

  .slide img {
    width: 100%;
    height: 100%;
  }
  /* ↓ スライドの外枠 */
  .slide-wrapper {
    width: 80%;
    height: auto;
    position: relative;
    overflow: hidden; /* はみ出したスライドを隠す */
    margin: 30px auto;
  }
  /*  ↓ スライド（コンテンツ） */
  .slide { /*スライド全体 */
    width: 500%;
    height: auto;
    display: flex;
    transition: all 0.3s;
  }
  .slide div { /* スライド */
    width: 20%;
    height: 100%;
    font-size: 16px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  .slide1 { /* スライドさせるために必要なクラス */
    transform: translateX(0);
  }
  .slide2 { /* スライドさせるために必要なクラス */
    transform: translateX(-20%);
  }
  .slide3 { /* スライドさせるために必要なクラス */
    transform: translateX(-40%);
  }
  .slide4 { /* スライドさせるために必要なクラス */
    transform: translateX(-60%);
  }
  .slide5 { /* スライドさせるために必要なクラス */
    transform: translateX(-80%);
  }
  .slide div {
    background-color: transparent;
  } /* 背景色 */

  /* ↓ 左右のボタン */
  .next {
    position: absolute;
    width: 17px;
    height: 17px;
    right: 10px;
    bottom: 50%;
    z-index: 10;
    cursor: pointer;
    border-top: solid 3px #F3F9FB;
    border-right: solid 3px #F3F9FB;
    -webkit-transform: rotate(45deg) translateY(50%);
    transform: rotate(45deg) translateY(50%);
  }
  .prev {
    position: absolute;
    width: 17px;
    height: 17px;
    left: 25px;
    bottom: 50%;
    z-index: 10;
    cursor: pointer;
    border-top: solid 3px #F3F9FB;
    border-right: solid 3px #F3F9FB;
    -webkit-transform: rotate(-135deg) translateY(-50%);
    transform: rotate(-135deg) translateY(-50%);
  }
  /* ↓ インジケーター */
  .indicator {
    width: 100%;
    position: absolute;
    bottom: 20px;
    display: flex;
    column-gap: 18px;
    z-index: 10;
    justify-content: center;
    align-items: center;
  }
  .indicator li {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    list-style: none;
    background-color: #F3F9FB;
    border: 2px #70BAC4 solid;
    cursor: pointer;
  }

/* example 767px tab */

@media screen and (min-width: 767px) {
    .example__JPtitle {
        margin-top: 171px;
    }

    .slide-wrapper {
        width: 74%;
        margin: 45px auto;
    }

}

/* example 959px tab */

@media screen and (min-width: 959px) {
    .example__JPtitle {
        margin-top: 150px;
    }

    .slide-wrapper {
        width: 50%;
        margin: 70px auto;
    }

}