

@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-loading {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 9999;
}

.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: 0;
    max-width: 1250px;
    margin: 0 auto;
}

.banner{
    height: 660px;
    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, .banner-wrap-line {
    left: 0;
    width: 60%;
    height: 5px;
    background-color: #00bfff;
    clip-path: polygon(0 0, 99% 0%, 97% 120%, 0% 100%);

}

.banner-wrap {
    height: 80px;
    background-color: #f5f5f5;
}

.banner-wrap-text {
    display: flex;
    align-items: center;
    height: 100%;
    margin: 0 20px;
}

.banner-wrap-title-1{
    font-family: 'Jost', sans-serif;
    color: #00bfff;
    font-size: 1.5rem;
    margin-right: 20px;
}

.banner-wrap-title-2 {
    font-family: 'Jost', sans-serif;
    font-weight: 600;
}

.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: 45%;
    transform: translate(-50%, -50%);
    background: url('../../images/top_page/rigament_logo_01.svg') no-repeat center;
}

.box-area{
    width: 1250px;
    padding-left: 0px;
    padding-right: 0px;
}
.box-1 {
    padding: 20px 0;
}

.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 .title {
    display: flex;
    align-items: flex-end;
    margin-bottom: 30px;
}

.box-1 .content-1 p {
    color: #00bfff;
    font-size: 2rem;
    margin: 20px 10px 0 0;
    line-height: 1;
    font-family: 'Jost', sans-serif;
}

.box-1 .content-1 span {
    font-size: 0.8rem;
    font-weight: bolder;
    line-height: 1.5;
}

.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 .box-item 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( 270px + 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-2 img{
    width: 98px;
    height: auto;

}
.custom-card .icon-3 img{
    width: 40px;
    height: auto;
    padding-bottom: 6px;

}

.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 .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: 320px;
    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{
    border-right: 1px solid #60d1fa;
    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-member .content-3{
    display: block;
    text-align: center;
    margin-left: -18px;
}

.footer-member .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;
}

.search-wrap {
    display: flex;
    align-items: center;
}

.search-container {
    position: absolute;
    bottom: 10%;
    left: 0;
    width: 100%;
}

.search-title {
    width: 12%;
    margin: 0 15px;
    border-right: 1px solid #fff;
    padding: 0 10px;
}

.search-inputs-wrap {
    width: 90%;
    align-items: center;
}

.label-search {
    padding: 0;
    width: 18%;
}

.search-tail {
    width: 10%;
    background-color: #fff;
    color: #02b5ef;
    display: flex;
    align-items: center;
    font-size: 2rem;
}

.btn-input-search {
    height: 45px;
    width: 100%;
    margin: 0 10px;
}

.jobs-number-note-first {
    font-size: 0.5rem;
    margin-bottom: 10px;
}

.jobs-number-note-second {
    color: #ffffff;
}

.jobs-number-num-main {
    font-size: 1.5rem;
    color: #f7fc07;
    margin-right: 5px;
    line-height: 1;
}

.jobs-number-num {
    color: #ffffff;
}

.corp-group {
    padding: 10px;
    display: flex;
    overflow: auto;
}

.corp-group::-webkit-scrollbar {
    display: none;
}

.corp-group {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.corp-group-row {
    display: flex;
    min-width: min-content;
}

.corp-wrap {
    width: 190px;
    height: 150px;
    padding: 20px;
    border: 1px solid #02b5ef;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
}

.corp-img {
    max-width: 100%;
    max-height: 100%;
}

.box-area.box-search {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    max-width: unset;
    background-color: #e4f8f9;
}

.content-search {
    width: 1250px;
    margin: 0 auto;
    padding:  10px 0;
    position: relative;
    min-height: 200px;
}

.content-search .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.content-search .title-wrap p {
    font-size: calc( 36px + var(--font-size-adjust,0));
    color: #00bfff;
    margin-bottom: 5px;
    margin-right: 10px;
    font-family: 'Jost', sans-serif;
}
.content-search .title-wrap span {
    font-size: calc( 12px + var(--font-size-adjust,0));
    font-weight: bolder;
    line-height: 40px;
    font-family: 'Noto Sans JP', sans-serif;
}

.title-wrap {
    display: flex;
    align-items: baseline;
}

.nav-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    padding: 3px 25px;
    border-radius: 30px;
    height: fit-content;
}

.tab-label .nav-link {
    border: none;
    border-radius: 30px;
    padding: 5px 20px;
    background-color: #fff;
    font-size: 0.8rem;
}

.tab-label .nav-link.active {
    background-color: #02b5ef;
    color: #fff;
}

.pref-row {
    display: flex;
    margin: 10px 0;
    flex-wrap: wrap;
}

.district-wrap {
    display: flex;
    width: 90%;
    flex-wrap: wrap;
}

.tab-wrap {
    height: 100%;
    width: 100%;
}

.btn-check {
    display: none;
}

.tab-label {
    display: flex;
    align-items: baseline;
}

.tab-label-icon {
    color: #02b5ef;
    font-size: 2rem;
    margin-right: 10px;
}

.tab-label-text {
    font-size: 1rem;
    font-weight: 600;
}

.btn-check-label {
    font-size: 0.8rem;
    padding: 10px 20px;
    background-color: #fff;
    margin: 5px 5px;
    color: #000;
    border: 1px solid #dfdfdf;
    text-align: left;
}

.btn-check-label:hover, .btn-check-label:active {
    background-color: #fff !important;
    color: #000 !important;
    border: 1px solid #dfdfdf !important;
}

.btn-check:checked+.btn {
    background-color: #02b5ef !important;
    color: #fff !important;
    border: 1px solid #02b5ef !important;
}

.pref-label {
    width: 10%;
    font-weight: 600;
    font-size: 1.1rem;
    padding: 12px 0;
}

.tab-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
}

.btn-search-tab {
    padding: 5px 80px;
    background-color: #02b5ef;
    border: none;
    font-size: 1.5rem;
    position: relative;
    border-radius: 30px;
}

.btn-search-tab:hover, .btn-search-tab:active {
    background-color: #02b5ef;
    border: none;
}

.btn-search-tab i {
    position: absolute;
    left: 20px;
    top: 10px;
}

.tab-search-keyword {
    position: absolute;
    bottom: 20px;
    background-color: #fff;
    border-radius: 20px;
    padding: 5px 15px;
}

.tab-search-keyword input, .tab-search-keyword input:focus {
    border: none;
    outline: none;
    width: 80%;
    height: 40px;
}

.btn-search-keyword, .btn-search-keyword:hover {
    border-radius: 20px;
    background-color: #02b5ef !important;
    color: #fff !important;
    position: absolute;
    right: 10px;
}

.content-wrapper {
    width: 1250px;
    margin: 0 auto;
}

.content-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0;
}

.main-title {
    text-align: center;
    font-size: 2rem;
    color: #02b5ef;
    margin: 10px 0;
}

.sub-title {
    font-size: 1.2rem;
    color: #02b5ef;
    border-left: 2px solid #02b5ef;
    font-weight: 600;
    padding: 0 10px;
}

.content-row-title {
    width: 10%;
    background-color: #aeebff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
    margin-right: 20px;
    height: 40px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 1rem;
}

.box-data {
    flex: auto;
}

.submit-row {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.btn-search {
    background-color: #02b5ef;
    border: none;
    padding: 10px 100px;
}

.btn-search:hover, .btn-search:active {
    background-color: #42cdfc;
}

.new-job-list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
}

.new-job-item {
    width: 25%;
    padding: 20px 10px;
}

.new-job-container {
    border: 1px solid #02b5ef;
    border-radius: 5px;
    padding: 30px 20px;
    width: 100%;
    height: 350px;
    font-size: 0.9rem;
    position: relative;
}

.new-job-image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 85px;
}

.new-job-image img {
    max-width: 100%;
    max-height: 100%;
}

.new-job-title {
    margin: 20px 0 10px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new-job-description {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 5px 0;
}

.new-job-salary {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 5px 0;
}

.new-job-status {
    color: #02b5ef;
    border: 1px solid #02b5ef;
    padding: 2px 5px;
    width: fit-content;
    width: -moz-fit-content;
    margin: 20px 0;
}

.new-job-button {
    position: absolute;
    bottom: -20px;
    left: 0px;
    display: flex;
    justify-content: center;
    width: 100%;
}

.new-job-btn {
    padding: 15px 40px;
    color: #fff;
    background-color: #02b5ef;
    border-radius: 30px;
}

.new-job-btn:hover, .new-job-btn:active {
    color: #02b5ef;
    background-color: #fff;
    border: 1px solid #02b5ef;
}

.news-more {
    display: flex;
    justify-content: flex-end;
    flex: auto;
}

.btn-more-news {
    color: #02b5ef;
    border: 1px solid #02b5ef;
    border-radius: 20px;
    padding: 5px 20px;
}

.btn-more-news:hover, .btn-more-news:active {
    color: #fff;
    background-color: #02b5ef;
}

.news-item {
    text-decoration: none;
    margin: 15px 0;
    display: block;
    transition: all 0.4s ease 0s;
}

.news-time {
    font-weight: 600;
    margin: 5px 0;
    color: #02b5ef;
}

.news-title {
    color: #161616;
}

.news-title:hover {
    text-decoration: underline;
}

.btn-input-wrap {
    width: 28%;
}

.btn-input-wrap.long {
    width: 32%;
}

.box-area.box-1.container .content-2 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.sp-only {
    display: none;
}

.search-page-wrap {
    height: 175px;
    position: relative;
}

.header-btn {
    width: 150px;
    height: 40px;
    font-size: 1rem;
}
.header-btn i {
    left: 10px;
    font-size: 1.3rem;
}
.footer-container.container {
    max-width: 1250px;
}
.layout-content {
    margin: 0 auto 50px;
}
.banner-container {
    max-width: 1250px;
    margin: 0 auto;
    height: 100%;
}
.search-page-container {
    max-width: 1250px;
    margin: 0 auto;
    padding: 20px;
}
.search-header-wrap {
    display: flex;
    margin: 10px 0;
    align-items: center;
}
.search-header-label {
    font-weight: 600;
    width: 10%;
    word-break: keep-all;
}
.search-result-count {
    color: red;
    font-size: 1.5rem;
    margin-right: 10px;
}
.search-header-data {
    font-weight: 600;
}
.search-category {
    display: flex;
    flex-wrap: wrap;
}
.search-category-link, .search-category-link:hover, .search-category-link:active {
    font-weight: 400;
    color: #505050;
    text-decoration: none;
    padding-left: 10px;
    display: block;
    margin: 5px 0;
}
.search-category-link:not(:last-child)::after {
    content: "|";
    margin-left: 10px;
}

.number-jobs-header {
    justify-content: center;
}

.job-item {
    border-top: 1px solid #02b5ef;
}

.job-item-header {
    background-color: #f5f5f5;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.job-item-title {
    font-size: 1.3rem;
    width: 70%;
    word-wrap: break-word;
}

.job-item-group-btn {
    display: flex;
}

.job-item-apply, .job-item-apply:hover, .job-item-apply:active {
    font-size: 1.1rem;
    color: #fff;
    background-color: #02b5ef;
    border-radius: 5px;
    padding: 10px 20px;
    width: 200px;
    text-decoration: none;
    display: block;
    position: relative;
    text-align: center;
    margin-right: 20px;
}

.job-item-apply i {
    position: absolute;
    left: 30px;
    top: 14px;
}

.btn-favorite, .btn-favorite:hover, .btn-favorite:active {
    background-color: #fff;
    border: 1px solid #02b5ef;
    color: #02b5ef;
    width: 50px;
}

.btn-favorite.is-favorite, .btn-favorite.is-favorite:hover, .btn-favorite.is-favorite:active {
    background-color: #02b5ef;
    color: #fff;
}

.job-item-data {
    padding: 10px 20px;
    display: flex;
}

.job-item-company {
    font-size: 1.3rem;
}

.job-item-information {
    width: 70%;
}

.job-item-information-primary {
    margin: 10px 0;
    padding-right: 20px;
}

.job-item-information-row {
    display: flex;
    margin: 5px 0;
    align-items: center;
}

.job-item-information-label {
    width: 10%;
    font-weight: 600;
    text-align: right;
}

.job-item-information-data {
    width: 90%;
    padding: 0 20px;
    word-wrap: break-word;
}

.job-item-image {
    width: 30%;
    height: 200px;
    text-align: right;
}

.job-item-image img {
    max-width: 100%;
    max-height: 100%;
}

.pagination-jobs {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}

.pagination-jobs .page-link {
    border: 2px solid #02b5ef;
    color: #02b5ef;
    min-width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 7px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Jost', sans-serif;
    font-size: 1.2rem;
}

.pagination-jobs .page-item {
    margin: 0 2px;
}

.pagination-jobs .page-item.disabled .page-link {
    border: 1px solid #a1a1a1;
    color: #a1a1a1;
}

.pagination-jobs .page-item.active .page-link {
    border: 1px solid #02b5ef;
    color: #fff;
    background-color: #02b5ef;
}

.job-item-information-status {
    color: #02b5ef;
    border: 1px solid #02b5ef;
    padding: 2px 5px;
    width: fit-content;
    width: -moz-fit-content;
    margin: 20px 0;
}

.box-header{
    width: 90%;
    margin: 0 auto;
    font-weight: bold;
}

.box-img{
    width: 800px;
    height: -webkit-fill-available;
    margin: 0 auto;
    padding-bottom: 20px;
}

.company_img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.job-title{
    margin: 10px 0;
    background-color: #F2F2F2;
    padding: 8px 15px;
    font-size: 2rem;
    word-break:keep-all;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
}

.company-name {
    font-size: 1.5rem;
}

.box-job {
    padding-top: 10px;
    background-color: white;
}

.box-job .title {
    background-color: #00B0F0;
    color: white;
    padding: 6px;
    font-size: 16px;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
}

.box-job .row {
    margin: 4px 0px;
}

.box-job .lb-text {
    word-break: keep-all;
}

.box-job .lb-text {
    text-align: right;
    font-weight: bold;
}

.text-group {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
}

.btn-group {
    display: flex;
    flex-wrap: nowrap;
    margin-top: 30px;
    margin-bottom: 30px;
}

.btn-group div {
    text-align: center;
}

.text-applied span {
    width: 355px;
    display: inline-block;
    text-align: initial;
}

.btn-detail {
    width: 90%;
    margin-top: 15px;
    margin: 0 auto;
    justify-content: space-around;
}

.btn-group a {
    width: 270px;
    text-align: center;
    padding: 10px;
    font-size: 16px;
    background-color: #00B0F0;
    color: white;
    text-decoration: none;
}

.btn-item {
    width: 40%;
}

.hidden {
    opacity: 0;
    height: 0;
    margin: 0;
    z-index: -1;
}

.card-container {
    transition: all 0.4s ease 0s;
}

.bc-silver {
    border-color: #f8f9fa !important;
}

.btn-more-search {
    display: none;
}

.mh-unset {
    max-height: 1000px !important;
}

.btn-more-search::after {
    content: attr(data-content);
    margin-left: 10px;
}

@media screen and (min-width: 1000px){
    .job-item-information-label {
        width: 12%;
    }
}

@media screen and (min-width: 1100px){
    .job-item-information-label {
        max-width: 70px;
    }
}

@media screen and (max-width: 1600px){
    .btn-input-icon {
        font-size: 1rem;
    }
    .btn-input-icon.first {
        left: 8px;
        margin-top: 4px;
    }
    .btn-input-icon.last {
        right: 8px;
    }
    .btn-input-search {
        height: 35px;
    }
    .btn-check-label {
        font-size: 0.7rem;
    }
    .pref-label {
        font-size: 0.8rem;
    }
}

@media screen and (max-width: 1370px){
    .nav-top.large a {
        font-size: 0.6rem;
    }
    .nav-top.small a {
        font-size: 0.5rem;
    }
    .header-btn {
        width: 150px;
        height: 40px;
        font-size: 1rem;
    }
    .header-btn i {
        left: 10px;
        font-size: 1.3rem;
    }
    .nav-top.large a:not(:first-child) {
        padding-left: 10px;
    }
    .nav-top.large a:not(:last-child)::after {
        margin-left: 10px;
    }
    .tab-footer {
        margin-top: 80px;
    }
    .tab-search-keyword {
        bottom: 60px;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .content-wrapper {
        width: 100%;
    }
    .content-row-title {
        font-size: 0.7rem;
        width: 20%;
        margin-right: 10px;
        padding: 3px;
    }
    .content-row {
        font-size: 0.7rem;
    }
    .box-data.form-group {
        width: 70%;
    }
    .working-group {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 1130px){
    .btn-input-icon {
        font-size: 0.9rem;
    }
    .btn-input-search {
        font-size: 0.7rem;
        height: 35px;
    }
}

@media screen and (max-width: 1000px){
    .box-img {
        width: unset;
    }
    .box-job {
        margin-top: 50px !important;
    }
    .search-tail-triangle {
        border-top: 35px solid transparent;
        border-bottom: 35px solid transparent;
    }
    .btn-input-wrap {
        width: 24%;
    }
    .btn-input-wrap.long {
        width: 30%;
    }
    .job-item-apply {
        margin: 0;
    }
    .job-item-image {
        margin: 0 auto 10px;
        text-align: center;
        width: 60%;
        padding: 0 20px;
    }
    .job-item-information-label {
        width: 20%;
        font-size: 0.8rem;
    }
    .job-item-data {
        display: block;
    }
    .job-item-title {
        width: 100%;
        font-size: 1rem;
    }
    .job-item-information-data {
        width: 80%;
        font-size: 0.8rem;
        word-wrap: break-word;
    }
    .job-item-information-primary {
        padding: 0;
    }
    .job-item-company {
        font-size: 1rem;
    }
    .job-item-information {
        width: 100%;
    }
    .job-item-header {
        padding: 10px 20px;
    }
    .search-header {
        padding: 0 20px;
    }
    .search-page-container {
        padding: 0;
    }
    .search-category {
        display: flex;
        flex-wrap: wrap;
    }
    .search-result-count {
        font-size: 1.1rem;
    }
    .search-header-label {
        margin-right: 10px;
        text-wrap: nowrap;
    }
    .search-header-wrap {
        margin: 5px 0;
        font-size: 0.6rem;
    }
    .box-1 .content-1 .title, .title-wrap, .content-search .title {
        display: block;
        text-align: center;
    }
    .search-container {
        bottom: 5%;
    }
    .search-wrap {
        width: 90%;
    }
    .search-page-wrap {
        height: 115px;
    }
    .label-search {
        font-size: 1rem;
    }
    .jobs-number-num-main {
        font-size: 1rem;
        margin: 0 5px 0 10px;
    }
    .jobs-number-note-first {
        font-size: 0.3rem;
    }
    .jobs-number-note-second {
        font-size: 0.5rem;
    }
    .btn-input-search {
        height: 25px;
        margin: 0 5px;
        font-size: 0.7rem;
    }
    .btn-input-icon {
        position: absolute;
        font-size: 0.7rem;
    }
    .btn-input-icon.last {
        right: 10px;
        margin-bottom: 4px;
    }
    .btn-input-icon.first {
        left: 7px;
        margin-top: 4px;
    }
    .search-tail {
        width: unset;
        padding-right: 10px;
        font-size: 1.5rem;
    }
    .corp-wrap {
        width: 110px;
        height: 90px;
    }
    .nav-wrap {
        width: fit-content;
        margin: 20px auto;
        padding: 3px 2px;
    }
    .content-search {
        width: 100%;
        padding: 10px 20px;
    }
    .content-search .title-wrap p {
        margin-bottom: -10px;
    }
    .tab-label .nav-link {
        padding: 5px 6px;
    }
    .btn-check-label {
        padding: 5px 10px;
        margin: 1px 1px;
    }
    .new-job-item {
        width: 50%;
    }
    .pc-only {
        display: none !important;
    }
    .sp-only {
        display: block !important;
    }
    .header-btn {
        color: #000;
        width: 40px;
        flex-direction: column;
        padding: 0;
        border-left: 1px dotted #000;
    }
    .header-btn i {
        position: unset;
        display: block;
        margin-bottom: 8px;
        font-size: 1rem;
    }
    .header-btn span {
        font-size: 0.3rem;
    }

    .navbar.navbar-container {
        padding-top: 0;
        padding-bottom: 0;
    }
    .navbar.navbar-container .container-fluid {
        padding-right: 0px;
    }
    .pref-label {
        width: 20%;
    }
    .district-wrap {
        width: 80%;
    }
    .number-jobs-header .search-header-label {
        width: unset;
    }
    .search-container-sp {
        position: absolute;
        bottom: 3%;
        left: 0;
        width: 100%;
    }
    .search-wrap-sp {
        display: flex;
        align-items: center;
        width: 90%;
        min-width: 40%;
        max-width: 1000px;
        margin: 0 auto;
        background-color: #02b5ef;
        border-radius: 5px;
        border: 1px solid #02b5ef;
        flex-wrap: wrap;
        padding: 30px 10px;
    }
    .search-title-sp {
        width: 100%;
        margin: 0 15px;
        padding: 0 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 30px;
    }
    .label-search-sp {
        font-size: 1.5rem;
        color: white;
    }
    .search-inputs-wrap-sp {
        width: 100%;
        align-items: center;
    }
    .jobs-number-num-sp {
        color: white;
        display: flex;
        align-items: center;
    }
    .jobs-number-num-main-sp {
        font-size: 1.8rem;
        color: #f7fc07;
        margin-right: 20px;
        line-height: 1;
    }
    .jobs-number-note-sp {
        margin-right: 30px;
    }
    .jobs-number-note-second-sp {
        color:white;
    }
    .search-input-sp {
        width: 100%;
    }
    .search-inputs-sp {
        width: 100%;
        gap: 10px;
    }
    .btn-input-wrap-sp {
        width: 30%;
    }
    .btn-input-search-sp {
        height: 100%;
        width: 100%;
        background-color: #ffffff;
        color: #02b5ef;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 600;
        border-radius: 0;
    }
    .btn-input-search-sp:hover {
        background-color: white;
        color: #02b5ef;
    }
    .btn-input-icon-sp {
        position: absolute;
        font-size: 1.2rem;
    }
    .btn-input-icon-sp.first {
        left: 10px;
        margin-top: 2px;
    }
    .btn-input-icon-sp.last {
        right: 10px;
        margin-bottom: 4px;
    }
    .search-tail-sp {
        padding: 10px 15px;
        background-color: #02b5ef;
        color: white;
        border: 1px solid white;
        font-size: 1.2rem;
        border-radius: 5px;
    }
}

@media screen and (max-width: 768px) {
    .tab-body-wrap {
        max-height: 240px;
        overflow: hidden;
        transition: all 0.4s ease 0s;
    }
    .btn-more-search {
        display: block;
        position: absolute;
        bottom: 135px;
        left: 50%;
        transform: translate(-50%, -50%);
        background: #02b5ef;
        padding: 10px 65px;
        border-radius: 30px;
        color: white;
        border: none;
    }
    .tab-footer {
        margin-top: 140px;
    }
}

@media screen and (max-width: 700px){
    .search-title {
        padding: 0;
        font-size: 0.7rem;
    }
    .btn-input-icon {
        font-size: 0.6rem;
    }
    .btn-input-icon.first {
        left: 3px;
        margin-top: 0px;
    }
    .btn-input-search {
        font-size: 0.4rem;
    }
    .label-search {
        font-size: 0.7rem;
        width: 17%;
    }
    .search-tail-triangle {
        border-top: 25px solid transparent;
        border-bottom: 25px solid transparent;
        border-left: 25px solid #02b5ef;
    }
    .search-wrap-sp {
        padding: 20px 10px;
    }
    .jobs-number-num-main-sp { 
        font-size: 1.4rem;
    }
    .search-title-sp {
        padding: 0;
        font-size: 0.8rem;
        margin-bottom: 20px;
    }
    .btn-input-icon-sp {
        font-size: 0.8rem;
    }
    .btn-input-icon-sp.first {
        left: 7px;
        margin-top: 0px;
    }
    .btn-input-icon-sp.last {
        right: 7px;
        margin-top: 0px;
    }
    .btn-input-search-sp {
        font-size: 0.8rem;
    }
    .label-search-sp {
        font-size: 1.2rem;
    }
    .search-tail-sp {
        font-size: 0.8rem;
    }
}

@media screen and (max-width: 550px){
    .tab-search-keyword input, .tab-search-keyword input:focus {
        width: 75%;
    }
    .tab-label .nav-link {
        font-size: 0.5rem;
    }
    .btn-search-tab {
        font-size: 1rem;
    }
    .new-job-container {
        height: 330px;
    }
    .label-search {
        font-size: 0.5rem;
    }
    .jobs-number-note-first {
        font-size: 0.2rem;
    }
    .jobs-number-note-second {
        font-size: 0.3rem;
    }
    .search-title {
        margin: 0 5px;
    }
    .jobs-number-num-main {
        font-size: 0.6rem;
    }
    .jobs-number-num {
        font-size: 0.4rem;
    }
    .btn-input-search {
        height: 20px;
    }
    .btn-input-wrap {
        width: 26%;
    }
    .jobs-number-num-main-sp { 
        font-size: 1.2rem;
    }
    .search-wrap-sp {
        padding: 15px 10px;
    }
    .search-title-sp {
        padding: 0;
        font-size: 0.7rem;
        margin-bottom: 15px;
    }
    .btn-input-icon-sp {
        font-size: 0.7rem;
    }
    .btn-input-icon-sp.first {
        left: 7px;
        margin-top: 0px;
    }
    .btn-input-icon-sp.last {
        right: 7px;
        margin-top: 0px;
    }
    .btn-input-search-sp {
        font-size: 0.7rem;
    }
    .label-search-sp {
        font-size: 1rem;
    }
    .search-tail-sp {
        font-size: 0.7rem;
    }
    .btn-more-search {
        padding: 5px 65px;
    }
    .tab-search-keyword {
        bottom: 52px;
    }
}

@media screen and (max-width: 450px){
    .search-tail-triangle {
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-left: 10px solid #02b5ef;
    }
    .tab-search-keyword input, .tab-search-keyword input:focus {
        width: 70%;
        font-size: 0.8rem;
        height: 25px;
    }
    .new-job-container {
        height: 260px;
        padding: 10px 10px;
        font-size: 0.7rem;
    }
    .new-job-title {
        margin: 10px 0 10px;
    }
    .new-job-btn {
        padding: 10px 20px;
        font-size: 0.8rem;
    }
    .btn-search-keyword, .btn-search-keyword:hover {
        font-size: 0.5rem;
    }
    .btn-input-search {
        font-size: 0.3rem;
        height: 20px;
        padding: 0;
    }
    .btn-input-icon {
        font-size: 0.4rem;
    }
    .btn-input-icon {
        font-size: 0.4rem;
    }
    .btn-input-icon.first {
        left: 3px;
        margin-top: 2px;
    }
    .btn-input-wrap.long {
        width: 30%;
    }
    .label-search {
        font-size: 0.4rem;
    }
    .btn-input-icon.last {
        right: 5px;
        margin-bottom: 1px;
    }
    .search-tail {
        font-size: 1rem;
    }
    .btn-input-icon-sp {
        font-size: 0.6rem;
    }
    .btn-input-icon-sp.first {
        left: 7px;
        margin-top: 0px;
    }
    .btn-input-icon-sp.last {
        right: 7px;
        margin-top: 0px;
    }
    .btn-input-search-sp {
        font-size: 0.6rem;
    }
    .label-search-sp {
        font-size: 0.9rem;
    }
    .search-tail-sp {
        font-size: 0.6rem;
    }
    .tab-search-keyword {
        bottom: 68px;
    }
    .tab-body-wrap {
        max-height: 340px;
    }
}

@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){
    .box-1 .content-2 .box-item {
        display: block
    }
    .navbar-container {
        height: 45px;
        padding-left: 0px;
    }
    .box-img {
        height: unset;
    }
    .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-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 .box-item 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(270px + 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{
        border-bottom: 1px solid #60d1fa;
        border-top: 1px solid #60d1fa;
        padding: 15px 0px 0px 15px;
    }


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

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

    .footer-member .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: 0.95fr 1.2fr 0.9fr;
        margin: 0 auto;
        width: 90%;
        text-align: center;
        margin-bottom: 20px;
        justify-items: start;

    }

    .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-member .content-3 .phone-number{
        font-size: 18px;
    }
    .footer-member .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: 0.96fr 1.35fr 0.9fr;
    }
}

@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;
    }
}
