@charset "UTF-8";

/*----------mainvisual---------*/
.mainvisual {
    width: 100%;
    height: 605px;
    background-image: url("../img/top/mainvisual2.avif");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.mainvisual .text {
    padding: 5vw;
}
.mainvisual .text h1 {
    color: white;
    font-size: 48px;
    font-weight: 700;
}
.mainvisual .text .catchphrase2 {
    color: #333;
    font-size: 40px;
    font-weight: 700;
}
.mainvisual .text .red {
    display: inline-block;
    background-color: #d5115f;
    padding: 0.8vw 1.6vw;
    margin-bottom: 1.5vw;
}
.mainvisual .text .white {
    display: inline-block;
    background-color: white;
    padding: 0.8vw;
    margin-bottom: 1.5vw;
}
.text .description {
    width: 100%;
    font-size: 18px;
}

/*----------issue---------*/
.issue-keywords {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.issue-keywords li {
    font-size: 28px;
    color: #006eba;
    font-weight: 700;
    border: 2px solid #006eba;
    padding: 10px 90px;
    border-radius: 10px;
    background-color: #fff;
}
.issue-problem,
.issue-solution {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
}
#issue figure {
    width: 100%;
    max-width: 960px;
    margin: 0 auto 80px;
}
#issue figure img {
    width: 100%;
    height: auto;
}

/* -----------e-cleansystem------------- */
#e-clean {
    margin-bottom: 80px;
    text-align: center;
    padding: 20px 0;
}
#e-clean .arrow {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 70px solid transparent;
    border-right: 70px solid transparent;
    border-top: 45px solid #0066b3;
    margin-bottom: 15px;
}
.feature-title {
    display: block;
    font-size: 48px;
    color: #0066b3;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
}
.feature-label {
    display: block;
    font-size: 18px;
    color: #0066b3;
    font-weight: 700;
    text-align: center;
}

/* -----------e-cleansystem feature-list------------- */
.feature-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 80px;
}
.feature-list li {
    width: calc((100% - 40px) / 3);
    text-align: center;
}
.feature-list figure {
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
}
.feature-list li .title {
    font-size: 20px;
    color: #0066b3;
    font-weight: 700;
    margin-bottom: 5px;
}


/* -----------product slider------------- */
.product-slider-wrap {
    position: relative;
    margin-bottom: 40px;
    overflow: hidden;
}
.product-swiper {
    overflow: visible;
    padding-bottom: 10px;
}
.swiper-slide a {
    display: block;
    text-decoration: none;
    color: #333;
}
.swiper-slide figure {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 12px;
    background-color: #f0f4f8;
}
.swiper-slide figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.swiper-slide a:hover figure img {
    transform: scale(1.04);
}
.product-info {
    padding: 0 4px;
}
.product-name {
    font-size: 16px;
    font-weight: 700;
    color: #0066b3;
    margin-bottom: 6px;
    line-height: 1.4;
}
.product-desc {
    font-size: 13px;
    color: #555;
    line-height: 1.6;
}
.swiper-button-prev,
.swiper-button-next {
    width: 44px;
    height: 44px;
    background-color: #0066b3;
    border-radius: 50%;
    top: calc((100% - 60px) / 2);
}
.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}
.swiper-button-prev {
    left: -12px;
}
.swiper-button-next {
    right: -12px;
}
.product-pagination {
    text-align: center;
    margin-top: 20px;
}
.product-pagination .swiper-pagination-bullet {
    background-color: #0066b3;
}
.product-btn-wrap {
    text-align: center;
    margin-bottom: 80px;
}

#product figure {
    width: 100%;
    max-width: 900px;
    margin-bottom: 50px;
}
.product .btn,
#product .btn {
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    background-color: #d5115f;
    padding: 10px 40px;
    border-radius: 8px;
}
#product .btn a {
    color: #fff;
}
