.bc1 {
    background-color: aqua;
}

.bc2 {
    background-color: rgb(87, 225, 77);
}

.bc3 {
    background-color: rgb(255, 149, 0);
}

.bc4 {
    background-color: rgb(0, 0, 0);
}

.bc5 {
    background-image: url('/storage/img/back/1.jpg');
}

.bc6 {
    background-color: rgb(255, 193, 193);
}

.bc7 {
    background-image: url('/storage/img/back/3.jpg');
}

.bc8 {
    background-color: rgb(204, 248, 255);
}

.bc9 {
    background-color: rgba(223, 223, 223, 0.532);
}

.bc10 {
    background-color: rgba(45, 207, 161, 0.532);
}

.dis {
    display: flex;
}

.dis2 {
    display: inline-block;
}

.dis3 {
    display: inline;
}

.dis4 {
    display: flex;
    flex-wrap: wrap;
}
.dis5 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.dis6 {
    display: flex;
    justify-content: flex-end;
}
.grid2 {  
    display: grid;    
    grid-template-columns: 49% 49%;
    gap: 2%;
}
.grid3 {  
    display: grid;    
    grid-template-columns: 32% 32% 32%;
    gap: 2%;
}
.grid4 {  
    display: grid;    
    grid-template-columns: 23.5% 23.5% 23.5% 23.5%;
    gap: 2%;
}
.grid5 {  
    display: grid;    
    grid-template-columns: 18.4% 18.4% 18.4% 18.4% 18.4%;
    gap: 2%;
}

.a {
    color: blue;
    /* border-bottom: 1px solid blue; */
}

.a:hover {
    border-bottom: 1px solid blue;
}

.wimax {
    width: 100%;
}
.wi-90 {
    width: 90%;
}
.wi-80 {
    width: 80%;
}
.wi-70 {
    width: 70%;
}

.wi-60 {
    width: 60%;
}
.wi-50 {
    width: 50%;
}
.wi-40 {
    width: 40%;
}
.wi-30 {
    width: 30%;
}
.wi-25 {
    width: 25%;
}

.wi-20 {
    width: 20%;
}
.wi-15 {
    width: 15%;
}
.wi-10 {
    width: 10%;
}
.wi13 {
    width: 1300px;
}

.wi12 {
    width: 1200px;
}

.wi11 {
    width: 1100px;
}

.wi10 {
    width: 1000px;
}

.wi9 {
    width: 900px;
}

.wi8 {
    width: 800px;
}

.wi7 {
    width: 700px;
}

.wi6 {
    width: 600px;
}

.wi5 {
    width: 500px;
}

.wi4-5 {
    width: 450px;
}

.wi4 {
    width: 400px;
}

.wi3-5 {
    width: 350px;
}

.wi3 {
    width: 300px;
}

.wi2 {
    width: 200px;
}

.wi1 {
    width: 100px;
}

.wi1-5 {
    width: 150px;
}

.wi0-5 {
    width: 50px;
}
.wi-1rem {
    width: 1rem;
}
.wi-2rem {
    width: 2rem;
}
.he1rem {
    height: 1rem;
}
.he2rem {
    height: 2rem;
}
.he3rem {
    height: 3rem;
}
.he4rem {
    height: 4rem;
}
.he5rem {
    height: 5rem;
}
.he6rem {
    height: 6rem;
}
.he7rem {
    height: 7rem;
}
.he8rem {
    height: 8rem;
}

.he0-5 {
    height: 50px;
}

.he1-5 {
    height: 150px;
}

.he1 {
    height: 100px;
}

.he2 {
    height: 200px;
}

.he3 {
    height: 300px;
}

.he4 {
    height: 400px;
}

.he5 {
    height: 500px;
}

.he6 {
    height: 600px;
}

.he7 {
    height: 700px;
}

.he8 {
    height: 800px;
}
.hemax {
    height: 100vh
}

.ccenter {
    justify-content: space-around;
}

.ccenter2 {
    justify-content: center;
}

.ccenter3 {
    margin: 0 auto;
}

.ccenter4 {
    margin: auto 0;
}

.tcenter {
    text-align: center;
}

.tr {
    text-align: right;
}

.f1-5 {
    font-size: 1.5rem;
}

.f2 {
    font-size: 2rem;
}

.f2-5 {
    font-size: 2.5rem;
}

.f3 {
    font-size: 3rem;
}

.p20 {
    padding: 20px;
}

.p10 {
    padding: 10px;
}

.p5 {
    padding: 5px;
}

.pr10 {
    padding-right: 10px;
}

.pl10 {
    padding-left: 10px;
}
.pl20 {
    padding-left: 20px;
}

.pt10 {
    padding-top: 10px;
}

.pt20 {
    padding-top: 20px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb30 {
    padding-bottom: 30px;
}

.pl100 {
    padding-left: 100px;
}

.ptb10 {
    padding: 10px 0;
}

.ptb20 {
    padding: 20px 0;
}

.ptb30 {
    padding: 30px 0;
}

.mcenter {
    margin: 0 auto;
}

.m20 {
    margin: 20px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}
.mt50 {
    margin-top: 50px;
}

.mt100 {
    margin-top: 100px;
}

.mr {
    margin: 0 0 0 auto;
}

.mr10 {
    margin-right: 10px;
}

.mr20 {
    margin-right: 20px;
}

.mr30 {
    margin-right: 30px;
}

.mr50 {
    margin-right: 50px;
}

.ml10 {
    margin-left: 10px;
}

.ml20 {
    margin-left: 20px;
}

.ml50 {
    margin-left: 50px;
}

.ml100 {
    margin-left: 100px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}
.mb40 {
    margin-bottom: 40px;
}
.mb50 {
    margin-bottom: 50px;
}

.va {
    vertical-align: middle;
}

.vi {
    align-items: center;
}

.c1 {
    color: white;
}

.c2 {
    color: rgb(0, 0, 0);
}

.c3 {
    color: rgb(255, 0, 0);
}

.box-shadow1 {
    box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.4);
}

.bb {
    border-bottom: 1px solid;
}

.bbd {
    border-bottom: 1px dashed;
}

.br {
    border-right: 1px dashed;
}

.br2 {
    border-right: 1px solid;
}

.b {
    border: solid 2px;
}
.d {
    border: dashed 2px;
}

.b1 {
    border: solid 1px;
}

.b2 {
    border: solid 2px;
}

.b2 {
    border: solid 2px white;
}

.ra10 {
    border-radius: 10px !important;
}

.linkbox {
    position: relative;
    color: #333333;
    background-color: #ffffff;
    border-radius: 3px;
    box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
}

.linkbox a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.linkbox:hover {
    opacity: .7;
    transform: scale(1.02);
}

.cursor {
    cursor: pointer;
}

.original-button {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    color: #000000;
    font-size: 18px;
    border-radius: 0px;
    width: 200px;
    height: 40px;
    position: relative;
    transition: 0.3s;
    background-color: #ffffff;
}

.original-button::before,
.original-button::after {
    content: "";
    display: block;
    position: absolute;
    border: 1px solid #000000;
    width: 100%;
    height: 100%;
    transition: .3s;
}

.original-button::before {
    top: -2px;
    left: -2px;
}

.original-button::after {
    top: 2px;
    left: 2px;
}

.original-button:hover::before,
.original-button:hover::after {
    top: 0;
    left: 0;
}

.original-button2 {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    color: #ffffff;
    font-size: 18px;
    border-radius: 15px;
    width: 100px;
    height: 40px;
    font-weight: bold;
    border: 3px solid #9c1443;
    transition: 0.3s;
    background-color: #e91e63;
}

.original-button2:hover {
    transform: scale(1.05);
}

.original-button3 {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    color: #ffffff;
    font-size: 18px;
    border-radius: 15px;
    width: 100px;
    height: 40px;
    font-weight: bold;
    border: 3px solid #168d14;
    transition: 0.3s;
    background-color: #21e91e;
}

.original-button3:hover {
    transform: scale(1.05);
}

.original-button4 {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    color: #333333;
    font-size: 18px;
    border-radius: 0px;
    width: 200px;
    height: 40px;
    font-weight: bold;
    border: 2px solid #333333;
    transition: 0.3s;
    box-shadow: 5px 5px 0px 0px rgba(51, 51, 51, 1);
    background-color: #ffffff;
  }
  
  .original-button4:hover {
    box-shadow: 0 0 #333;
    color: #fff;
    background-color: #333;
  }

  .original-button5 {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    color: #555555;
    font-size: 12px;
    border-radius: 20px;
    width: 100px;
    height: 40px;
    font-weight: bold;
    border: 2px solid #555555;
    transition: 0.3s;
    box-shadow: 0px 6px 0px -2px rgba(67, 145, 209, 1);
    background-color: #90caf9;
  }
  
  .original-button5:hover {
    box-shadow: 0 0 #fff;
    transform: translateY(1px);
  }
.pc-none {
    display: none !important;
}
.custum-he {
    height: 30px;
}

.jim-img1 {
    background-image: url(../img/jim1.jpg);
    background-size: cover;
    height: 100vh;
    width: 100%;
    /* opacity: 0.7; */
}
.jim-img2::before {
    content: "";
    background-image: url(../img/jim2.jpg);
    background-size: cover;
    background-position: center center;
    position: fixed;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100vh;
    z-index: -1;
    opacity: 0.5;
    transform: translate(-50%, 0);
}
.jim-img3::before {
    content: "";
    background-image: url(../img/jim3.jpg) !important;
    background-size: cover;
    background-position: center center;
    position: fixed;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100vh;
    z-index: -1;
    opacity: 0.5;
    transform: translate(-50%, 0);
}

.jim-img4::before {
    content: "";
    background-image: url(../img/jim4.jpg);
    background-size: cover;
    background-position: center center;
    position: fixed;
    top: 0;
    left: 50%;
    width: 80%;
    height: 100vh;
    z-index: -1;
    opacity: 0.5;
    transform: translate(-50%, 0);
}
.jim-img5::before {
    content: "";
    background-image: url(../img/jim5.jpg);
    background-size: cover;
    background-position: center center;
    position: fixed;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100vh;
    z-index: -1;
    opacity: 0.5;
    transform: translate(-50%, 0);
}
.jim-img16::before {
    content: "";
    background-image: url(../img/jim16.jpg);
    background-size: cover;
    background-position: center center;
    position: fixed;
    top: 0;
    left: 50%;
    width: 80%;
    height: 100vh;
    z-index: -1;
    opacity: 0.5;
    transform: translate(-50%, 0);
}
.jim-img17::before {
    content: "";
    background-image: url(../img/jim17.jpg);
    background-size: cover;
    background-position: center center;
    position: fixed;
    top: 0;
    left: 50%;
    width: 80%;
    height: 100vh;
    z-index: -1;
    opacity: 0.5;
    transform: translate(-50%, 0);
}
.jim-img20::before {
    content: "";
    background-image: url(../img/jim20.jpg);
    background-size: cover;
    background-position: center center;
    position: fixed;
    top: 0;
    left: 50%;
    width: 80%;
    height: 100vh;
    z-index: -1;
    opacity: 0.5;
    transform: translate(-50%, 0);
}
.jim-img21::before {
    content: "";
    background-image: url(../img/jim21.jpg);
    background-size: cover;
    background-position: center center;
    position: fixed;
    top: 0;
    left: 50%;
    width: 80%;
    height: 100vh;
    z-index: -1;
    opacity: 0.5;
    transform: translate(-50%, 0);
}
.jim-img22::before {
    content: "";
    background-image: url(../img/jim22.jpg);
    background-size: cover;
    background-position: center center;
    position: fixed;
    top: 0;
    left: 50%;
    width: 80%;
    height: 100vh;
    z-index: -1;
    opacity: 0.5;
    transform: translate(-50%, 0);
}
.jim-img23::before {
    content: "";
    background-image: url(../img/jim23.jpg);
    background-size: cover;
    background-position: center center;
    position: fixed;
    top: 0;
    left: 50%;
    width: 80%;
    height: 100vh;
    z-index: -1;
    opacity: 0.5;
    transform: translate(-50%, 0);
}

@media(max-width: 600px) {
    .head-sp-he {
        height: 170px;
    }

    .sp-10 {
        width: 10%;
    }
    .sp-20 {
        width: 20%;
    }
    .sp-30 {
        width: 30%;
    }
    .sp-40 {
        width: 40%;
    }
    .sp-50 {
        width: 50%;
    }
    .sp-60 {
        width: 60%;
    }
    .sp-70 {
        width: 70%;
    }
    .sp-80 {
        width: 80%;
    }
    .sp-90 {
        width: 90%;
    }
    .sp-100 {
        width: 100%;
    }
    .sp-he1rem {
        height: 1rem;
    }
    .sp-he2rem {
        height: 2rem;
    }
    .sp-he3rem {
        height: 3rem;
    }

    
    .c3 {
        color: red;;
    }
    .sp1 {
        width: 360px !important;
    }

    .dis {
        display: block;
    }

    .sp2 {
        border: none;
        border-bottom: 1px dashed;
        margin-bottom: 30px;
    }

    .sp-none {
        display: none;
    }

    .pc-none {
        display: contents !important;
    }

    .flex {
        display: flex !important;
    }
    .flex5 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .wi5 {
        width: 300px;
    }
    .sp-grid2 {  
        display: grid;    
        grid-template-columns: 49% 49%;
        gap: 2%;
    }
    .sp-grid3 {  
        display: grid;    
        grid-template-columns: 32% 32% 32%;
        gap: 2%;
    }
    .sp-wimax {
        width: 100%;
    }

}

.ft1 {
    font-family: 'Merriweather', sans-serif;
    font-weight: 700;
}

.original-box-shadow {
    color: #333333;
    background-color: #dddddd;
    border-radius: 3px;
    box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
  }
  .original-box-shadow2 {
    color: #333333;
    background-color: #dddddd82;
    border-radius: 3px;
    box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
  }