

@font-face {
    font-family: 'Futura PT Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Futura PT Medium'), url('../../fonts/FuturaCyrillicMedium.woff') format('woff');
}


:root {
    --font-size-adjust: 0px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "NotoSans", sans-serif;
}

body {
    font-family: "NotoSans", sans-serif;
    font-size: calc( 14px + var(--font-size-adjust,0));
    font-weight: 400;
}

.layout-area{
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
}

.layout-container{
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.navbar-container{
    height: 100px;
    padding-left: 50px;
}

.banner{
    height: 460px;
    background-color: #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url('../../images/top_page/ligament_top.webp') no-repeat center;
    background-size: cover;
    position: relative;

}

.banner div{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
}

.banner-line{
    position: absolute;
    top: -5px;
    left: 0;
    width: 550px;
    height: 8px;
    background-color: #00bfff;
    clip-path: polygon(0 0, 99% 0%, 97% 120%, 0% 100%);

}

.banner-title-1{
    background-color: #00bfff;
    height: 70px;
    width: 650px;
    color: white;
    font-size: 34px;
    clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
    text-align: center;
    vertical-align: revert;
    line-height: 72px;
    position: absolute;
    left: 179px;
    top: 89px;
}

.banner-title-2{
    width: 450px;
    height: 45px;
    background-color: white;
    color: #00bfff;
    font-size: 24px;
    clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
    text-align: center;
    vertical-align: revert;
    line-height: 50px;
    position: absolute;
    left: 155px;
    top: 165px;

}

.banner-title-logo{
    width: 600px;
    height: 80px;
    background-size: 75%;
    position: absolute;
    left: 392px;
    top: 61%;
    transform: translate(-50%, -50%);

    background: url('../../images/top_page/rigament_logo_01.svg') no-repeat center;
}

.box-area{
    width: 1300px;
    padding-left: 0px;
    padding-right: 0px;
}
.box-1{
    padding-top: 75px;
    padding-bottom: 75px;
}

.box-1 span, .box-1 div{
    font-family: 'Noto Sans JP', sans-serif;
}

.box-1 .content-1{
    margin-bottom: 80px;
}
.box-1 .content-2{
    padding: 10px 0px;
}

.box-1 .content-1 .group-btn{
    display: flex !important;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.box-1 .content-1 .group-btn .sub-text{
    margin-top: 10px;
    font-size: 14px;
}

.btn-download-price{
    width: 460px;
    height: 55px;
    background-color: #00bfff;
    border-radius: 0px;
    color: white;
    padding: 15px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-decoration: none;
    border: none;

}

.btn-download-price:focus{
    background-color: #03a0d4;
}

.box-1 .content-2 .title{
    display: flex;
    align-items: baseline;
}

.box-1 .content-2 .title p{
    font-size: calc( 36px + var(--font-size-adjust,0));
    color: #00bfff;
    margin-bottom: 5px;
    margin-right: 10px;
    font-family: 'Jost', sans-serif;

}

.box-1 .content-2 .title span{
    font-size: calc( 12px + var(--font-size-adjust,0));
    font-weight: bolder;
    line-height: 40px;
}

.box-1 .content-2 .box-item{
    display: flex;
    flex-wrap: wrap;

}

.box-1 .content-2 .box-item .box-img{
    width: 55%;

}

.box-1 .content-2 .box-item .box-text{
    width: 40%;
    margin: 0px 0 0 0px;
    font-size: calc( 26px + var(--font-size-adjust,0));
    color: #00bfff;
    font-weight: bolder;
    line-height: 52px;
}

.box-1 .content-2 .box-item .box-text p {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
}

.box-1 .content-2 img{
    margin: 10px 0;
    width: 95%;
    height: auto;
}
.btn-download-price .btn-text{
    flex: 1;
    text-align: center;
    font-size: 20px;
    font-family: 'Noto Sans JP', sans-serif;
}

.btn-download-price .btn-icon{
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    width: 45px;

}

.btn-download-price:hover{
    background-color: #03a0d4;
    color: white;
}

.btn-download-price:active{
    background-color: #00bfff;
    color: white;
}

.box-2, .box-4, .box-6{
    background-color: #f5f5f5;
    padding: 50px 0px;
}

.box-2 .title p{
    font-size: calc( 30px + var(--font-size-adjust,0));
    color: #00bfff;
    margin-bottom: 5px;
    text-align: center;
    font-weight: bolder;
}

.box-2 .content{
    margin-top: 30px;
    padding: 10px 40px;
}

.box-2 .content .card {
    background-color: #f5f5f5;
    border: none;
    max-width: 315px;
}
.box-2 .content .card .card-body{
    padding: 16px calc( 8px - var(--font-size-adjust,0)*4);

}

.box-2 .content .card .card-title{
    font-size: calc( 40px + var(--font-size-adjust,0));
    color: #00bfff;
    margin-bottom: 5px;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bolder;
}

.box-2 .content .card .card-subtitle{
    font-size: calc( 20px + var(--font-size-adjust,0));
    color: #00bfff;
    margin-bottom: 10px;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
}

.box-2 .content .card .card-text{
    font-family: 'Noto Sans JP', sans-serif;
}

.box-2 .content .btn-more{
    width: 140px;
    height: 35px;
    background-color: #00bfff;
    border-radius: 20px;
    color: white;
    margin-top: 10px;
}

.box-2 .content .btn-more:hover{
    background-color: #03a0d4;
    color: white;
}

.box-3{
    padding: 60px 0px;
}

.box-3 .box-title{
    font-size: calc( 30px + var(--font-size-adjust,0));
    color: #00bfff;
    margin-bottom: 10px;
    font-weight: bolder;
}

.box-3 .content .text-1{
    font-size: calc( 12px + var(--font-size-adjust,0));
    margin-bottom: 10px;
}

.box-3 .content .text-2{
    font-size: calc( 12px + var(--font-size-adjust,0));
    margin-bottom: 50px;
    color: black;
    opacity: 0.8;
}

.custom-card{
    border-radius: 10px;
    border: 1px solid #00bfff;
    height:  calc( 250px + var(--font-size-adjust,0)*10);
    position: relative;
    background-color: #fff;
    width: 230px;
    padding: 30px 15px;
}

.card-red{
    background-color: #e36a7f;
    border: none;
}


.custom-card::before{
    position: absolute;
    top: -1px; left: 50%;
    transform: translateX(-50%);
    content: '';
    background: #fff;
    width: 80px;
    height: 1px;
}

.custom-card::after{
    content: '▶';
    position: absolute;
    right: -35px;
    top: 45px;
    transform: translateY(-50%);
    color: #00bfff;
    font-size: 45px;
}

.custom-card .number{
    font-size: calc( 40px + var(--font-size-adjust,0));
    color: #00bfff;
    margin-bottom: 5px;
    text-align: center;
    left: 40%;
    top: -30px;
    z-index: 999;
    position: absolute;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bolder;
}

.card-red .number{
    font-size: calc( 40px + var(--font-size-adjust,0));
    color: #e36a7f;
    text-shadow: rgb(255, 255, 255) 5px 0px 0px, rgb(255, 255, 255) 4.90033px 0.993347px 0px, rgb(255, 255, 255) 4.60531px 1.94709px 0px, rgb(255, 255, 255) 4.12668px 2.82321px 0px, rgb(255, 255, 255) 3.48353px 3.58678px 0px, rgb(255, 255, 255) 2.70151px 4.20736px 0px, rgb(255, 255, 255) 1.81179px 4.6602px 0px, rgb(255, 255, 255) 0.849836px 4.92725px 0px, rgb(255, 255, 255) -0.145998px 4.99787px 0px, rgb(255, 255, 255) -1.13601px 4.86924px 0px, rgb(255, 255, 255) -2.08073px 4.54649px 0px, rgb(255, 255, 255) -2.94251px 4.04248px 0px, rgb(255, 255, 255) -3.68697px 3.37732px 0px, rgb(255, 255, 255) -4.28444px 2.57751px 0px, rgb(255, 255, 255) -4.71111px 1.67494px 0px, rgb(255, 255, 255) -4.94996px 0.7056px 0px, rgb(255, 255, 255) -4.99147px -0.291871px 0px, rgb(255, 255, 255) -4.83399px -1.27771px 0px, rgb(255, 255, 255) -4.48379px -2.2126px 0px, rgb(255, 255, 255) -3.95484px -3.05929px 0px, rgb(255, 255, 255) -3.26822px -3.78401px 0px, rgb(255, 255, 255) -2.4513px -4.35788px 0px, rgb(255, 255, 255) -1.53666px -4.75801px 0px, rgb(255, 255, 255) -0.560763px -4.96845px 0px, rgb(255, 255, 255) 0.437495px -4.98082px 0px, rgb(255, 255, 255) 1.41831px -4.79462px 0px, rgb(255, 255, 255) 2.34258px -4.41727px 0px, rgb(255, 255, 255) 3.17346px -3.86382px 0px, rgb(255, 255, 255) 3.87783px -3.15633px 0px, rgb(255, 255, 255) 4.4276px -2.32301px 0px, rgb(255, 255, 255) 4.80085px -1.39708px 0px, rgb(255, 255, 255) 4.98271px -0.415447px 0px;
}

.card-red::after{
    display: none;
}

.custom-card .icon {
    margin-bottom: 5px;
    text-align: center;
    border-bottom: 1px dotted rgb(0, 191, 255);
}

.custom-card .icon-1 img{
    width: 50px;
    height: auto;

}
.custom-card .icon-1.cmp img{
    width: 60px;
}
.custom-card .icon-2 img{
    width: 98px;
    height: auto;
}
.custom-card .icon-2.cmp img{
    width: 60px;
}
.custom-card .icon-3 img{
    width: 40px;
    height: auto;
    padding-bottom: 6px;
}
.custom-card .icon-3.cmp img{
    width: 60px;
    padding-bottom: 0;
}

.custom-card .icon-4 img{
    width: 95px;
    height: auto;

}


.custom-card .icon-5 img{
    width: 90px;
    height: auto;

}

.card-red .icon{
    color: #ffff;
    border-bottom: 1px dotted #ffff;
}

.custom-card .title{
    font-size: calc( 18px + var(--font-size-adjust,0));
    color: #00bfff;
    margin-bottom: 10px;
    text-align: center;
    font-weight: bolder;
    font-family: 'Noto Sans JP', sans-serif;
}

.custom-card .description{
    font-size: calc( 12px + var(--font-size-adjust,0));
    font-family: 'Noto Sans JP', sans-serif;
}

.card-red .title{
    color: #ffff;
}

.card-red .description{
    color: #ffff;
}

.box-4{

}

.box-4 .title{
    font-size: calc( 24px + var(--font-size-adjust,0));
    color: #00bfff;
    margin-bottom: 10px;
    font-weight: bolder;

}

.box-4 .title span{
    color: #a4a4a5;
    font-weight: 500;
    font-size: calc( 30px + var(--font-size-adjust,0));
    font-family: 'Futura PT Medium', sans-serif;
    letter-spacing: 3px;
}

.box-4 .title .sm-text{
    font-size: calc( 24px + var(--font-size-adjust,0));
}

.qa-container{
    display: flex;
    flex-direction: column;
    padding: 15px 20px;
    background-color: #ffff ;
    margin-bottom: 30px;
    border-radius: 10px;
}

.qa-title{
    display: flex;
    font-size: calc( 20px + var(--font-size-adjust,0));
    color: #00bfff;
    margin-bottom: 8px;
    font-weight: bolder;
}

.qa-title span{
 margin-right: 4px;
}
.qa-title p{
    margin-bottom: 0px;
}
.qa-content{
    margin-left: 28px;
}

.box-4 p, .box-4 span{
    font-family: 'Noto Sans JP', sans-serif;
}

.box-5 {
    height: auto;
    background-color: #f7fcff;
    padding-top: 8px;
}

.box-5 .box-area{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    height: -webkit-fill-available;

}

.box-5 .box-area .content-1{
    width: 50%;
    padding-right: 25px;
    margin-bottom: 55px;
}

.box-5 .box-area .content-1 .title-1 p{
    font-size: calc( 48px + var(--font-size-adjust,0));
    color: #00bfff;
    margin-bottom: 0px;
    font-family: 'Jost', sans-serif;
    font-weight: 500;
}

.box-5 .box-area .content-1 .title-2{
    font-size: calc( 56px + var(--font-size-adjust,0));
    color: black;
    font-weight: bolder;
    margin-bottom: 60px;

}

.box-5 .box-area .content-1 .text{
    font-size: calc( 14px + var(--font-size-adjust,0));
    color: #56595b;
    line-height: 26px;

}

.box-5 .box-area .content-1 .title-1 span{
    font-size: calc( 16px + var(--font-size-adjust,0));
    color: black;
    font-weight: 400;
    font-family: 'Noto Sans JP', sans-serif;
    opacity: 0.8;
}

.box-5 .box-area .content-2{
    position: relative;
    width: 50%;

}

.box-5 .box-area .content-2 img{
    width: 650px;
    height: 433px;
    object-fit: cover;
    bottom: 0px;
    position: absolute;
}


.box-6{
    height: 130px;
    display: flex;
    align-items: center;
    background-color: #ffff;
}

.box-6 .content{
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: space-evenly;
}

.box-6 .content div{
    background-color: #eeeeee;
    height: 70px;
    width: 210px;

}

footer{
    background-color: #02b5ef;
    padding: 35px 0px 10px 0px;
    color: #ffff;
    position: relative;

}


.footer-container .mark{
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
    color: black;
    top: -100px;
    left: 5%;
    transform: rotate(270deg);
    font-size: 10px;
    cursor: pointer;

}

.footer-container .mark .line{
    position: absolute;
    width: 1px;
    height: 1px;
    border-left: 1px solid black;
    height: 45px;
    position: absolute;
    margin-left: -3px;
    top: 1px;
    left: -39px;
    transform: rotate(90deg);
    bottom: 11px;
    top: -13px;
}


.footer-about{
    display: flex;
    flex-direction: column;


}

.footer-about .title{
    font-size: 40px;
    color: #ffff;
    margin-bottom: 40px;
}

.footer-about .content-1{
    margin-bottom: 90px;
    font-size:  calc(  12px + var(--font-size-adjust,0));
    opacity: 0.9;
}

.footer-links{
    display: flex;
    justify-content: center;
    margin-top: 98px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 8px;


}

.social-links{
    margin-left: -50px;
}
.footer-links .nav{
    list-style: disc;
    opacity: 0.9;
}
.footer-links .nav-link {
    color: #fff;
}

.footer-member{
    max-width: 265px;
}

.footer-contact{
    padding-left: 25px;
    max-width: 265px;
}

.footer-member .title, .footer-contact .title{
    font-size: calc( 36px + var(--font-size-adjust,0));
    color: #ffff;
    margin-bottom: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    font-family: "Jost", sans-serif;
}


.footer-btn{
    width: 220px;
    height: 60px;
    border: 1px solid #ffff;
    color: #fff;
    margin-bottom: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 0px;
    font-size:  calc( 14px + var(--font-size-adjust,0));
}

.footer-btn img{
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.footer-btn:hover,.footer-btn:focus{
    border: 1px solid #ffff;
    background-color: #a4d800;
}

.footer-contact .content-3{
    display: block;
    text-align: center;
    margin-left: -18px;
}

.footer-contact .content-3 .phone-number{
    font-size: 28px;
    color: #ffff;
    margin-bottom: 5px;
    text-decoration: none;
    text-align: center;
    font-family: "Jost", sans-serif;
}

.circle{
    border: 1px solid #ffff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin: 0px 4px;
    position: relative;
    cursor: pointer;

}

.circle:hover{
    background-color: #a4d800;
}


.double-circle::after{
    content: '';
    display: block;
    border: 1px solid #ffff;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    top: 1px;
    right: 1px;
    position: absolute;

}

.footer-about .content-2{
    display: flex;
    align-items: center;
    height: 40px;
    opacity: 0.9;
}

.footer-about .content-2 span {
    margin-right: 20px;
}

.footer-copy{
    border-top: 1px solid #60d1fa;
    padding-top: 25px;
    margin-top: 55px;
    display: flex;
    justify-content: space-between;
    opacity: 0.9;
}

.footer-copy p{
    font-size: calc( 10px + var(--font-size-adjust,0));
}

.footer-copy .navbar-nav-pc{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.footer-copy .navbar-nav-pc .nav-item{
    margin-right: 30px;
}

.navbar-nav-sp{
    display: none;
}

.social-links-sp{
    display: none;
}

@media screen and (min-width: 1280px) and (max-width: 1400px){
    .custom-card{
        width: 200px;
    }

    .box-5 .box-area .content-1 .title-2{
        font-size: 48px;
    }
}


@media (min-width: 315px) and (max-width: 991px){
    .navbar-container {
        height: 45px;
        padding-left: 0px;
    }

    .navbar-brand img{
        width: 95px;
        height: 25px;
    }

    .banner{
        height: 122vw;
        width: 100vw;
        background: url('../../images/top_page/ligament_top_sp.fw.webp') no-repeat center;
        background-size: cover;
        max-height: 800px;
    }

    .banner-line{
        display: none;
    }

    .banner-title-1 {
        background-color: #00bfff;
        height: 26px;
        width: 230px;
        color: white;
        font-size: 12px;
        clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
        text-align: center;
        vertical-align: revert;
        line-height: 26px;
        position: absolute;
        left: 0;
        top: 28.5%;
        right: 0px;
        margin-left: auto;
        margin-right: auto;
    }

    .banner-title-2 {
        width: 160px;
        height: 17px;
        background-color: white;
        color: #00bfff;
        font-size: 9px;
        clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
        text-align: center;
        vertical-align: revert;
        line-height: 21px;
        position: absolute;
        top: calc(28.5% + 30px);
        right: 0px;
        margin-left: auto;
        margin-right: auto;
        left: -84px;
    }

    .banner-title-logo {
        width: 158px;
        height: 65px;
        background-size: 75%;
        position: absolute;
        left: 85px;
        top: calc(28.5% + 73px);
        transform: translate(-50%, -50%);
        right: 0px;
        margin-left: auto;
        margin-right: auto;
    }


    .box-area{
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }

    .box-1{
        padding: 15px;
    }

    .btn-download-price{
        width: 200px;
        height: 30px;
    }
    .btn-download-price .btn-text{
        font-size: calc( 12px + var(--font-size-adjust,0));
    }

    .btn-download-price .btn-icon{
        width: 30px;
    }

    .box-1 .content-1{
        margin-bottom: 30px;
    }

    .box-1 .content-1 .btn-download-price{
        width: 290px;
    }
    .box-1 .content-1 .group-btn .sub-text{
        font-size: calc(8px + var(--font-size-adjust,0));
        margin-top: 8px;
    }

    .box-1 .content-2 .title{
        font-size: 18px;
        text-align: center;
        display: block;
    }

    .box-1 .content-2 .title p{
        margin-bottom: 4px;
        font-size: 26px;
        line-height: 0px;
    }

    .box-1 .content-2 .title span{
        font-size: 12px;
    }
    .box-1 .content-2 .box-item .box-img{
        width: 100%;
    }
    .box-1 .content-2 .box-item .box-text{
        width: 100%;
        font-size:  calc(18px + var(--font-size-adjust,0));
        line-height: 34px;
    }

    .box-1 .content-2 img{
        width: 100%;
        height: auto;
        margin-bottom: 10px;
        background-color: unset;
        margin-top: 10px;
    }

    .box-2, .box-4, .box-6 {
        background-color: #f5f5f5;
        padding: 25px 0px;
    }

    .box-2 .title p{
        font-size: calc(26px + var(--font-size-adjust,0));
        margin-bottom: 4px;
    }

    .box-2 .content{
        padding: 10px 30px;
        margin-top: 10px;
    }

    .box-2 .card-container{
        display: flex;
        justify-content: center;
    }

    .box-2 .content .card .card-title{
        font-size: calc(26px + var(--font-size-adjust,0));
        margin-bottom: 4px;
    }

    .box-2 .content .card .card-body{
        padding: 8px 4px;
    }

    .box-2 .content .card .card-subtitle{
        font-size: calc(14px + var(--font-size-adjust,0));
        margin-bottom: 8px;
    }

    .box-2 .content .card .card-text{
        font-size: calc(12px + var(--font-size-adjust,0));
    }

    .box-2 .content .btn-more{
        width: 100px;
        height: 25px;
        font-size: calc(12px + var(--font-size-adjust,0));
        line-height: 12px;
    }

    .box-3{
        padding: 25px 15px;
    }

    .box-3 .box-title{
        font-size: calc(26px + var(--font-size-adjust,0));
    }
    .box-5 .box-area{
        padding: 0px 15px;
        flex-direction: column;
        height: auto;
    }

    .box-5 .box-area .content-1 .title-1 p{
        font-size: calc(24px + var(--font-size-adjust,0));
        margin-bottom: 0px;
    }

    .box-5 .box-area .content-1 .title-1 span{
        font-size: calc(12px + var(--font-size-adjust,0));
    }

    .box-5 .box-area .content-1 .title-2{
        font-size: calc(24px + var(--font-size-adjust,0));
        margin-bottom: 30px;
    }

    .box-5 .box-area .content-1 .text{
        font-size: calc(10px + var(--font-size-adjust,0));
        line-height: 20px;
    }

    .box-5 .box-area .content-1{
        width: 100%;
        margin-bottom: 10px;
    }

    .box-5 .box-area .content-2{
        width: 100%;
        height: 50vw;
        display: flex;
        justify-content: center;
        background: url('../../images/top_page/AdobeStock_215667260.webp') no-repeat  center;
        background-size: 100%;
        background-position: bottom;
        min-height: 160px;
        max-height: 350px;
    }

    .box-5 .box-area .content-2 img{
        width:80vw;
        height: auto;
        max-width: 600px;
        display: none;
    }

    .box-6 {
        background-color: #ffffff;
        height: auto;
        padding: 25px 9% 90px 9%;
        position: relative;
    }

    .box-6 .social-links-sp{
        display: flex;
        filter: invert(40%) sepia(21%) saturate(20%) hue-rotate(321deg) brightness(96%) contrast(99%);
        position: absolute;
        bottom: 10px;
        right: 20px;
    }

    .box-6 .content{
        display: grid;
        grid-template-columns: 1fr 1fr;
        justify-items: center;
    }

    .box-6 .content div{
        height: 50px;
        width: 80%;
        margin: 10px;
    }

    .custom-card{
        width: 150px;
        height: calc(230px + var(--font-size-adjust,0)*14);
        padding-left: 12px;
        padding-right: 12px;
    }

    .row-cols-5{
        overflow-x: scroll;
        overflow-y: hidden;
        white-space:nowrap;
        display: flex;
        height: auto;
        padding: 20px 0;
        -ms-overflow-style: none;  /* Internet Explorer 10+ */
        scrollbar-width: none;  /* Firefox */
        flex-wrap: nowrap;
    }
    .row-cols-5::-webkit-scrollbar {
        display: none;  /* Safari and Chrome */
    }
    .row-cols-5 .col{
        display: inline-block;
        width: 150px;
        margin-right: 10px;
        margin-right: 18px;
    }

    .custom-card .number{
        font-size: 34px;
        margin-bottom: -4px;
        top: -26px;
    }

    .custom-card::before{
        height: 2px;
        top: -2px;
    }
    .custom-card::after{
        top: 30px;
        right: -23.5px;
        font-size: 30px;
    }

    .custom-card .icon{
        font-size: 28px;
    }

    .custom-card .title{
        font-size: calc(16px + var(--font-size-adjust,0));
        margin-bottom: 6px;
    }

    .custom-card .description{
        font-size: calc(10px + var(--font-size-adjust,0));
        white-space: initial;
    }

    footer{
        padding: 15px 0px 10px 0px;
    }

    .footer-about .title{
        font-size: 16px;
        flex: 40%;
    }

    .footer-about {
        padding: 0px 20px;
        flex-wrap: wrap;
        flex-direction: row;

    }

    .footer-about .content-1{
        flex: 60%;
        font-size: calc(8px + var(--font-size-adjust,0));
        margin-bottom: 20px;
    }

    .footer-about .content-2{
        flex: 100%;
        justify-content: center;
    }

    .footer-about .content-2 span{
        font-size: 12px;
    }

    .circle{
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }

    .double-circle::after{
        width: 26px;
        height: 26px;
        top: 1px;
        right: 1px;
    }

    .footer-links{
        display: none;
    }



    .footer-member,.footer-contact{
        border-right: none;
        max-width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .footer-member .title, .footer-contact .title{
        font-size: 20px;
        margin-bottom: 10px;
        flex: 100%;
    }

    .footer-btn{

        width: auto;
        height: 50px;
        font-size: 14px;
        margin-right: 8px;
    }

    .footer-member{
        padding: 15px 0px 0px 15px;
    }


    .footer-member .content-1,.footer-member .content-2, .footer-contact .content-1, .footer-contact .content-2{
        flex: 100%;
        text-align: center;
    }

    .footer-contact .content-3{
        display: flex;
        align-items: baseline;
        margin-left: 0px;
        font-size: 14px;
    }

    .footer-contact .content-3 .phone-number{
        margin-right: 20px;
    }

    .footer-contact{
        padding: 15px 12px 0px 12px ;

    }

    .footer-content {
        margin: 0px;
    }

    .footer-copy{
        margin-top: 10px;
        padding-top: 10px;
        border: none;
        display: block;

    }

    .footer-copy .navbar-nav-pc{
        display: none;
    }

    .footer-copy p{
        font-size: 8px;
        text-align: center;
        margin: 0 auto;
    }

    .footer-copy .navbar-nav-sp{
        display: grid;
        grid-template-columns: auto auto;
        margin: 0 auto;
        width: 90%;
        text-align: center;
        margin-bottom: 20px;
        justify-items: center;

    }

    .footer-copy .navbar-nav .nav-item{
        margin-right: 10px;
        list-style: none;

    }
    .footer-copy .navbar-nav .nav-item::marker{
        font-size: 8px;

    }

    .footer-copy .navbar-nav .nav-item .nav-link{
        font-size: 12px;
        padding: 0px;
    }

    .box-4{
        padding: 25px 15px 0px 15px;
    }

    .box-4 .content{
        padding: 0px 15px;
    }

    .qa-title{
        font-size: calc(16px + var(--font-size-adjust,0));
        margin-bottom: 4px;
    }

    .qa-content{
        margin-left: 20px;
        font-size: calc(12px + var(--font-size-adjust,0));
    }

    .footer-container .mark .text{
        font-size: 8px;

    }

    .footer-container .mark{
        top: -75px;
        left: 1%;
    }

    .footer-container .mark .line{
        top: -5px;
        left: -26px;
        height: 30px;
    }
}

@media (min-width: 992px) and (max-width: 1279px){
    .custom-card{
        width: 200px;
        height: auto;
        min-height: 270px;
    }

    .row-cols-5{
        overflow-x: scroll;
        overflow-y: hidden;
        white-space:nowrap;
        display: flex;
        height: auto;
        padding: 20px 0;
        -ms-overflow-style: none;  /* Internet Explorer 10+ */
        scrollbar-width: none;  /* Firefox */
        flex-wrap: nowrap;
    }
    .row-cols-5::-webkit-scrollbar {
        display: none;  /* Safari and Chrome */
    }
    .row-cols-5 .col{
        display: inline-block;
        width: 200px;
        margin-right: 10px;
        margin-right: 18px;
    }

    .custom-card .number{
        font-size: 24px;
        margin-bottom: 4px;
        top: -16px;
    }

    .custom-card::before{
        height: 2px;
        top: -2px;

    }
    .custom-card::after{
        top: 30px;
        right: -23.5px;
        font-size: 30px;
    }

    .custom-card .icon{
        font-size: 28px;
    }

    .custom-card .title{
        font-size: 16px;
        margin-bottom: 6px;
    }

    .custom-card .description{
        font-size: 12px;
        white-space: initial;
    }

    .box-4{
        padding: 25px 12px 0px 12px;

    }

    .box-5 .box-area .content-2 img{
        width: 500px;
        height: 333px;
    }

    .box-5 .box-area .content-1 .title-1 p{
        font-size: 36px;
        margin-bottom: 0px;

    }

    .box-5 .box-area .content-1 .title-1 span{
        font-size: 18px;
    }

    .box-5 .box-area .content-1 .title-2{
        font-size: 40px;
        margin-bottom: 30px;
    }

    .box-5 .box-area .content-1 .text{
        font-size: 14px;
        line-height: 26px;
    }
}

@media (min-width: 315px) and (max-width: 420px){
    .footer-btn{
        font-size: 10px;
        padding: 4px;
        height: 40px;

    }
    .footer-contact .content-3 .phone-number{
        font-size: 18px;
    }
    .footer-contact .content-3 p{
        font-size: 12px;
    }
    .footer-btn img{
        width: 20px;
    }
    .footer-copy .navbar-nav .nav-item .nav-link{
        font-size: 8px;
    }

    .footer-copy .navbar-nav .nav-item{
        margin-right: 4px;
    }
    .footer-copy .navbar-nav-sp{
        grid-template-columns: auto auto;
    }
}

@media (min-width: 576px) and (max-width: 768px){
    .banner-title-1 {
        background-color: #00bfff;
        height: 45px;
        width: 380px;
        color: white;
        font-size: 19px;
        clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
        text-align: center;
        vertical-align: revert;
        line-height: 46px;
        position: absolute;
        left: 0;
        top: 31.5%;
        right: 0px;
        margin-left: auto;
        margin-right: auto;
    }

    .banner-title-2 {
        width: 323px;
        height: 26px;
        background-color: white;
        color: #00bfff;
        font-size: 13px;
        clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
        text-align: center;
        vertical-align: revert;
        line-height: 28px;
        position: absolute;
        top: calc(31.5% + 50px);
        right: 0px;
        margin-left: auto;
        margin-right: auto;
        left: -84px;
    }

    .banner-title-logo {
        width: 270px;
        height: 65px;
        background-size: 80%;
        position: absolute;
        left: 154px;
        top: calc(31.5% + 111px);
        transform: translate(-50%, -50%);
        right: 0px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 769px) and (max-width: 992px){
    .banner-title-1 {
        background-color: #00bfff;
        height: 45px;
        width: 380px;
        color: white;
        font-size: 19px;
        clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
        text-align: center;
        vertical-align: revert;
        line-height: 46px;
        position: absolute;
        left: 0;
        top: 31.5%;
        right: 0px;
        margin-left: auto;
        margin-right: auto;
    }

    .banner-title-2 {
        width: 323px;
        height: 26px;
        background-color: white;
        color: #00bfff;
        font-size: 13px;
        clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
        text-align: center;
        vertical-align: revert;
        line-height: 28px;
        position: absolute;
        top: calc(31.5% + 50px);
        right: 0px;
        margin-left: auto;
        margin-right: auto;
        left: -84px;
    }

    .banner-title-logo {
        width: 270px;
        height: 65px;
        background-size: 80%;
        position: absolute;
        left: 154px;
        top: calc(31.5% + 111px);
        transform: translate(-50%, -50%);
        right: 0px;
        margin-left: auto;
        margin-right: auto;
    }
}
