@charset "utf-8";

@media(hover: hover) and (pointer: fine) {
    .s1_item:hover .s1_item_num span {
        rotate: 180deg;
    }

    .section2_item:hover {
        box-shadow: 20px 20px 24px 0px rgba(0, 0, 0, 0.12);
        border: 1px rgba(208, 208, 208, 0.10);
    }

    .section3_item:hover {
        background-color: #f9f9f9;
        box-shadow: 12px 12px 28px 0px rgba(0, 0, 0, 0.12);
    }

    .section3_item:hover .s3_item_link {
        color: #3c94d0;
    }

    .s4_btn.btn2:hover {
        color: #3c94d0;
        background-color: #fff;
    }
}

* {
    position: relative;
}


.mv {
    width: 100%;
    height: 600px;
}

.mv_slide {
    width: 100%;
    height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
}

.mv1 {
    background-image: url(../image/main/mv_banner1.png);
}
.mv2 {
    background-image: url(../image/main/mv_banner2.png);
}

.mv_subtit {
    font-weight: 400;
    font-size: 35px;
}

.mv_title {
    font-weight: 700;
    font-size: 56px;
    margin: 10px 0 30px;
}

.mv_title span {
    font-weight: 600;
    font-size: 37px;
}

.mv_txt {
    font-size: 23px;
    font-weight: 300;
}

.mv .swiper-button-prev {
    left: 10% !important;
}

.mv .swiper-button-next {
    right: 10% !important;
}

.mv .swiper-button-next:after,
.mv .swiper-button-prev:after {
    font-size: 60px;
}

.mv .swiper-button-next,
.mv .swiper-button-prev {
    color : #121212;
}

section .inner {
    max-width: 1400px;
    width: 90%;
    margin: 0 auto;
}

.section1 {
    padding: 120px 0 200px;
    background-image: url(../image/main/s1_bg.png);
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
}

.s1_top {
    display: flex;
    justify-content: space-between;
}

.s1_title {
    font-size: 50px;
    font-weight: 800;
    line-height: 1.5em;
    color: #121212;
}

.s1_txt {
    font-size: 22px;
    color: #797979;
    font-weight: 500;
    line-height: 1.8em;
    word-break: keep-all;
    max-width: 900px;
}

.s1_mid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 270px;
}

.s1_mid_text {
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.s1_mid_img {
    max-width: 760px;
}

.s1_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 93px 67px;
    background-color: #f9f9f9;
    border-radius: 50px;
    margin-top: 60px;
}

.s1_item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-weight: 700;
    line-height: 1.6em;
    font-size: 21px;
}

.s1_item_num {
    font-family: "Nunito", sans-serif;
    font-size: 64px;
    font-weight: 800;
    display: flex;
    gap: 4px;
}

.s1_item_num span{
    display: inline-block;
    font-family: "Nunito", sans-serif;
    color: #3c94d0;
    transition: 0.5s;
}


.s1_item_txt {
    text-align: center;
    margin-top: 10px;
    opacity: 0.5;
}

.section_tag {
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 37px;
    border-radius: 50px;
    background-color: rgba(60, 148, 208, 0.1);
    width: fit-content;
    margin: 0 auto;
    color: #3c94d0;
    font-size: 18px;
    font-weight: 700;
    font-family: "Nunito", sans-serif;
}

.section_title {
    font-size: 50px;
    font-weight: 800;
    line-height: 1.1em;
    color: #121212;
    text-align: center;
    margin: 30px 0;
}

.section_txt {
    font-size: 22px;
    color: #797979;
    font-weight: 500;
    line-height: 1.8em;
    word-break: keep-all;
    text-align: center;
}

.section2_item_group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    margin-top: 120px;
}

.section2_item {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 39px 27px;
    background-color: #f9f9f9;
    border-radius: 30px;
    transition: 0.5s;
}

.section2_item_img {
    width: 129px;
}

.section2_item_text {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.section2_item_title {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.1em;
}

.section2_item_txt {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5em;
    color: #797979;
    word-break: keep-all;
}

.section2 {
    padding-bottom: 200px;
}

.section3_item_group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 60px;
}

.section3_item {
    padding: 80px 45px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 450px;
    height: 658px;
    border-radius: 40px;
    transition: 0.5s;
}

.s3_item_img {
    width: 360px;
}

.s3_item_title {
    margin-top: auto;
    font-size: 30px;
    font-weight: 700;
    color: #121212;
    line-height: 1.1em;
}

.s3_item_txt {
    color: #797979;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.5em;
    text-align: center;
    word-break: keep-all;
    margin: 25px 0 45px;
}

.s3_item_link {
    text-decoration: underline;
    font-weight: 700;
    font-size: 18px;
    color: #242331;
    font-family: "Nunito", sans-serif;
}

.section3 {
    padding-bottom: 200px;
}

.section4_item {
    background-image: url(../image/main/s4_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 45px 75px 90px;
    border-radius: 50px;
    color: #fff;
}

.s4_item_text {
    display: flex;
    flex-direction: column;
    max-width: 560px;
}
.s4_item_title {
    font-size: 50px;
    font-weight: 800;
    line-height: 1.1em;
}

.s4_item_txt {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.5em;
    margin: 26px 0 80px;
}

.s4_item_btn_group {
    display: flex;
    align-items: center;
    gap: 20px;
}

.s4_btn {
    padding: 25px 35px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 700;
}

.s4_btn.btn1 {
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    min-width: 390px;
    font-weight: 500;
}

.s4_btn.btn1::placeholder {
    color: rgba(255, 255, 255, 0.5);
    font-weight: 700;
}

.s4_btn.btn2 {
    background-color: #3c94d0;
    color: #fff;
    transition: 0.2s;
}

.s4_item_chart {
    width: 620px;
    border-radius: 50px;
    padding: 20px;
    background-color: #fff;
}

.section4 {
    padding-bottom: 200px;
}

.section_title br,
.mv_txt br,
.s4_item_title br {
    display: none;
}
