@charset "utf-8";

/*全体設定
=============================*/
main {
    overflow: hidden;
    background: url(../img/shinku/bg.jpg) repeat-y;
    background-size: 100%;
    background-position: top center;
    position: relative;
    padding-bottom: 100px;
}
main::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/shinku/bg_left.png) repeat-y;
    background-size: 200px;
    background-position: left;
}
main::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../img/shinku/bg_right.png) repeat-y;
    background-size: 367px;
    background-position: top right;
}



/*白木原新区
=============================*/
.shinku_Area {
    width: 100%;
    max-width: 1360px;
    margin: 0 auto 0px;
    padding: 150px 0;
    position: relative;
    z-index: 1;
}
.shinku_Area > h2 {
    width: 921px;
    max-width: 80%;
    margin: 0 auto 50px;
    position: relative;
}
.shinku_Area > p {
    color: #fff;
    text-align: center;
    line-height: 2.6;
    font-size: 20px;
}
.shinku_Area > h2 .img01 {
    width: 114px;
    max-width: 20%;
    position: absolute;
    left: 0;
    right: 0;
    top: -167px;
    z-index: 1;
    margin: 0 auto;
}
.shinku_Area > h2 .img02 {
    width: 55px;
    max-width: 20%;
    position: absolute;
    left: -30px;
    bottom: -30px;
}
.shinku_Area > .img03 {
    width: 200px;
    max-width: 30%;
    position: absolute;
    left: 5%;
    bottom: 5%;
}
.shinku_Area > .img04 {
    width: 261px;
    max-width: 20%;
    position: absolute;
    right: 0px;
    bottom: 30%;
}
.shinku_Area > .img05 {
    width: 146px;
    max-width: 20%;
    position: absolute;
    left: 0px;
    bottom: 0;
}



/*進化！新区！白木原！
=============================*/
.sss_Area {
    width: 90%;
    max-width: 1360px;
    margin: 0 auto;
    background-color: rgba(124, 201, 180, 0.8);
    border: 5px solid #fff;
    padding: 3%;
    position: relative;
    z-index: 1;
}
.sss_Area > .txt_Box {
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 5px dotted rgba(255, 255, 255, 0.2);
    color: #fff;
    text-align: center;
}
.sss_Area > .txt_Box h4 {
    font-size: 3vw;
    line-height: 1.6;
}
.sss_Area > .txt_Box h3 {
    font-size: 4vw;
    letter-spacing: 0.1em;
}
.sss_Area .s_map {
    width: 100%;
    margin: 20px auto 70px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap:2%;
}
.sss_Area .s_map li {
    width: 32%;
    display: flex;
    justify-content: space-between;
    background: #fff;
    padding: 1.5%;
}
.sss_Area .s_map li span {
    width: 30px;
    height: 30px;
  margin-right: 10px;
    background: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}
.sss_Area .s_map li p {
    width: fit-content;
    line-height: 1.5;
    font-size: 15px;
    color: #fff;
}
.sss_Area .s_map li.num1 {
    background: #da8e9e;
}
.sss_Area .s_map li.num1 span {
  color: #da8e9e;
}
.sss_Area .s_map li.num2 {
    background: #ef7e00;
}
.sss_Area .s_map li.num2 span {
  color: #ef7e00;
}
.sss_Area .s_map li.num3 {
    background: #0071b0;
}
.sss_Area .s_map li.num3 span {
  color: #0071b0;
}
.sss_Area .shinku_map {
    position: relative;
}
.sss_Area .shinku_map .pc {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.sss_Area .sss_Box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap:2%;
}
.sss_Area .sss_Box li:first-child {
    width: 64%;
}
.sss_Area .sss_Box li:last-child {
    width: 34%;
    display: flex;
    flex-direction: column;
}
.sss_Area .sss_Box li:last-child p {
    margin-bottom: auto;
    line-height: 1.8;
    font-size: 15px;
}
.sss_Area .sss_Box li:last-child figure {
    margin-top: auto;
}
.sss_Area .copy {
    text-align: center;
    font-size: 15px;
    line-height: 2;
    margin: 70px auto;
}
.sss_Area .sss_Box_r {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap:2%;
    position: relative;
}
.sss_Area .sss_Box_r li {
    width: 64%;
    margin-right: 0;
    margin-left: auto;
}
.sss_Area .sss_Box_r li.point {
    width: 34%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.sss_Area .sss_Box_r li.point img {
    width: 257px;
    max-width: 80%;
    margin: 0 auto;
}



@media only screen and (max-width: 1030px) {
    
    
    /*全体設定
    =============================*/
    main {
        padding-bottom: 50px;
    }
    main::before {
        background-size: 20%;
    }
    main::after {
        background-size: 20%;
    }
    
    
    /*白木原新区
    =============================*/
    .shinku_Area {
        padding: 100px 0;
    }
    .shinku_Area > h2 {
        width: 300px;
    }
    .shinku_Area > h2 .img01 {
        top: -90px;
    }
    .shinku_Area > h2 .img02 {
        max-width: 15%;
        width: 40px;
    }
    .shinku_Area > .img03 {
        display: none;
    }
    .shinku_Area > .img04 {
        bottom: 0;
        max-width: 40%;
    }
    .shinku_Area > p {
        width: 90%;
        margin: 0 auto;
        font-size: 14px;
        line-height: 2;
        word-break:auto-phrase;
        position: relative;
        z-index: 1;
    }
    
    
    
    /*進化！新区！白木原！
    =============================*/
    .sss_Area {
        padding: 20px 3%; 
    }
    .sss_Area > .txt_Box {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .sss_Area > .txt_Box h4 {
        font-size: 20px;
    }
    .sss_Area > .txt_Box h3 {
        font-size: 22px;
    }
    .sss_Area .s_map {
        margin-bottom: 50px;
    }
    .js-scrollable {
        overflow-y: hidden;
    }
    .js-scrollable img {
        height: 300px;
        padding: 0 0 10px;
        max-width: unset;
    }
    .scroll-hint-icon-wrap.is-active .scroll-hint-icon {
        letter-spacing: 0;
    }
    .sss_Area .s_map li {
        width: 100%;
        padding: 10px;
        margin-bottom: 10px;
    }
    .sss_Area .s_map li p {
        font-size: 12px;
    }
    .sss_Area .sss_Box {
        flex-wrap: wrap;
    }
    .sss_Area .sss_Box li:first-child {
        width: 100%;
    }
    .sss_Area .sss_Box li:last-child {
        width: 100%;
        margin-top: 10px;
    }
    .sss_Area .sss_Box li:last-child p {
        margin: 30px auto;
        font-size: 13px;
    }
    .sss_Area .copy {
        font-size: 13px;
        text-align: left;
        margin: 40px auto;
    }
    .sss_Area .sss_Box_r {
        flex-wrap: wrap;
    }
    .sss_Area .sss_Box_r li {
        width: 100%;
    }
    .sss_Area .sss_Box_r li.point {
        width: 50%;
        margin: 20px auto 0;
    }
    
    
    
    
    
    
    
}
