/* 
-------------------------------------*/

.front-swiper {
    width: 100%;
    aspect-ratio: 1920 / 872;
}

.front-swiper .swiper,
.front-swiper .swiper-wrapper,
.front-swiper .swiper-slide {
    height: 100%;
}

.front-swiper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-pagination-bullet {
    background: #ccc;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: var(--main-color) !important;
}

/* 
-------------------------------------*/

.btn-more {
    background: var(--main-color);
    color: #fff;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border-radius: 10px;
    position: relative;
    width: 100%;
    max-width: 320px;
    margin: auto;
}

.btn-more::after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    right: 15px;
}

.btn-more-wrap {
    margin-top: 40px;
}

/* 
-------------------------------------*/

.top-point-subttl {
    font-size: 30px;
}

.top-point-subttl-m {
    font-size: 20px;
}

.top-point-ttl {
    font-size: 50px;
    color: var(--main-color);
    margin-bottom: 20px;
    text-align: center;
}

@media(max-width: 1024px) {
    .top-point-subttl {
        font-size: 20px;
    }

    .top-point-ttl {
        font-size: 40px;
    }
}

.top-point-desc {
    line-height: 2;
}


.top-point-flex {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    min-height: 460px;
    margin: 40px 0;
    background: var(--bg-color01);
}

.top-point-text-wrap,
.top-point-img {
    width: 50%;
}

.top-point-text-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px;
}

.top-point-text {
    max-width: 500px;
}

.top-point-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media(max-width: 1024px) {

    .top-point-img {
        width: 100%;
        order: 0;
    }

    .top-point-text-wrap {
        width: 100%;
    }

}



/* 
-------------------------------------*/

.top-service-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

@media(max-width: 1024px) {
    .top-service-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
}

.top-service-item {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    min-height: 110px;
    padding: 10px;
    border: 1px solid #E5E5E5;
    text-decoration: none;
    text-align: center;
    transition: .3s;
    gap: 20px;
}

.top-service-icon {
    width: 60px;
    margin-left: 10px;
}

.top-service-ttl {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.4;
}

.top-service-desc {
    font-size: 14px;
}

@media(max-width: 1024px) {


    .top-service-icon {
        width: 40px;
        margin-left: 0;
    }

    .top-service-ttl {
        font-size: 16px;
    }

    .top-service-desc {
        font-size: 12px;
    }
}

/* 
-------------------------------------*/
.top-band {
    background: var(--main-color);
    color: #fff;
    padding: 50px 0;
    text-align: center;
}

.top-band-text {
    font-size: 20px;
    line-height: 2.5;
}

@media(max-width: 1024px) {
    .top-band-text {
        font-size: 16px;
    }
}

/* 
-------------------------------------*/
.top-parallax01 {
    height: 285px;
    background: url('/assets/img/top-ishikawa-img.jpg') no-repeat center center / cover;
    background-attachment: fixed;
}

.top-parallax02 {
    height: 285px;
    background: url('/assets/img/top-toyama-img.jpg') no-repeat center center / cover;
    background-attachment: fixed;
}

/* 
-------------------------------------*/
.top-office-flex {
    display: flex;
}

.top-office-img {
    width: 40%;
}

.top-office-content {
    width: 60%;
    padding-left: 60px;
}

.top-office-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}



.top-office-title {
    margin-bottom: 40px;
}

.top-office-row {
    display: flex;
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
}

.top-office-row:first-child {
    border-top: solid 1px #ddd;
}

.top-office-row dt {
    width: 140px;
    flex-shrink: 0;
    color: var(--main-color);
    font-weight: normal;
}

.top-office-row dd {
    flex: 1;
}

.map iframe {
    aspect-ratio: 1140/ 460;
    width: 100%;
    height: 100%;
}

@media(max-width: 1024px) {
    .top-office-flex {
        flex-wrap: wrap;
        justify-content: center;
        gap: 40px;
    }

    .top-office-img {
        width: 80%;
    }

    .top-office-content {
        width: 100%;
        padding-left: 0;
    }

    .map iframe {
        aspect-ratio: 3/2;
    }
}

/* 
-------------------------------------*/
/* 
-------------------------------------*/
/* 
-------------------------------------*/
/* 
-------------------------------------*/

/* 
-------------------------------------*/
/* 
-------------------------------------*/
/* 
-------------------------------------*/
/* 
-------------------------------------*/

/* 
-------------------------------------*/
/* 
-------------------------------------*/
.top-link-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

@media(max-width: 1024px) {
    .top-link-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
}

.top-link-list a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80px;
    padding: 10px;
    border: 1px solid #E5E5E5;
    text-decoration: none;
    text-align: center;
    transition: .3s;
}


/* 
-------------------------------------*/