@charset "utf-8";

.service_about_cont {
    width: 100%;
    padding: 60px 0;
    background: #FFF;
}

.about_main_image {
    max-width: 215px;
    width: 85%;
    margin: 50px auto;
}

.about_main_txt {
    font-size: 1.4rem;
    line-height: 2;
    text-align: center;
    margin-bottom: 35px;
}

.about_nav {
    max-width: 1000px;
    width: 90%;
    margin: auto;
    margin-bottom: 50px;
}

.about_nav a {
    position: relative;
    display: block;
    color: #11704A;
    width: 24%;
    min-height: 185px;
    border: 1px solid #11704A;
    padding-top: 10px;
    border-radius: 10px;
}

.about_nav_main {
    text-align: center;
    width: 92%;
    font-size: 2.2rem;
    font-weight: 500;
    margin: auto;
    margin-bottom: 20px;
}

.about_nav a {
    margin-bottom: 20px;
}

.about_nav_sub {
    width: 90%;
    margin: auto;
    font-size: 1.4rem;
    line-height: 2;
    display: block;
}

.about_link {
    position: absolute;
    width: 100%;
    background: #0F704A;
    border-radius: 0 0 8px 8px;
    padding: 6px;
    bottom: 0;
    left: 0;
}

.about_icon {
    margin-bottom: 10px;
}

.about_flex01 {
    max-width: 1000px;
    width: 90%;
    margin: auto;
    margin-bottom: 35px;
}

.about_phone {
    width: 35%;
}

.service_list {
    max-width: 649px;
    width: 60%;
}

.service_list li {
    max-width: 100%;
    padding: 20px 40px;
    margin-bottom: 20px;
}

.app_list {
    max-width: 672px;
    width: 70%;
}

.app_list li {
    width: 49%;
    min-height: 135px;
    margin-bottom: 20px;
}

.app_num {
    padding: 10px 16px;
    font-size: 2rem;
}

.app_list li h3 {
    font-size: 2rem;
    margin-left: 50px;
    margin-bottom: 20px;
}

.app_txt img {
    max-width: 63px;
}

.app_txt p {
    font-size: 1.2rem;
    line-height: 1.5;
    margin-left: 15px;
}

.support_nav_cont {
    max-width: 920px;
    width: 90%;
    margin: 35px auto 50px auto;
}

.support_nav {
    width: 100%;
    justify-content: space-between;
    margin-top: 70px;
}

.support_nav a {
    width: 23.5%;
}

.app_use_area {
    max-width: 1000px;
    width: 90%;
    margin: 30px auto;
    flex-wrap: wrap;
}

.app_use_area img {
    width: 31%;
    margin: 0 1%;
    margin-bottom: 30px;
}

.app_list_wrap {
    width: 60%;
}

.app_list_txt {
    position: relative;
    margin-top: 30px;
    margin-bottom: 20px;
}

.app_list_txt span {
    font-size: 2.4rem;
    color: #FFF;
}

.app_list_txt.app_list01::after {
    position: absolute;
    content: "";
    width: calc(100% - 8.4rem);
    height: 1px;
    background: #FFF;
    top: 50%;
    right: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.app_list_txt.app_list02::after {
    position: absolute;
    content: "";
    width: calc(100% - 6rem);
    height: 1px;
    background: #FFF;
    top: 50%;
    right: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.app_list_txt.app_list03::after {
    position: absolute;
    content: "";
    width: calc(100% - 15.6rem);
    height: 1px;
    background: #FFF;
    top: 50%;
    right: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.app_list_icon {
    margin-bottom: 18px;
    flex-wrap: wrap;
}

.app_icon {
    width: 70px;
    margin-left: 18px;
    margin-bottom: 18px;
    cursor: pointer;
    transition: .3s;
}

.app_icon:hover {
    opacity: .6;
}

.app_list_icon .app_icon:first-of-type,
.app_list_icon .app_icon:nth-of-type(8) {
    margin-left: 0;
}

/* モーダル */
.modal {
    position: fixed;
    inset: 0;
    display: none;
}

.modal.is-open {
    display: block;
    z-index: 99;
}

.modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .6);
}

.modal__content {
   max-width: 720px;
    width: 50vw;
    position: absolute;
    inset: 50% auto auto 50%;
    transform: translate(-50%, -50%);
    background: #FFF;
    padding: 50px 30px;
    border-radius: 24px;
}

.modal__body {
    position: relative;
}

.modal__ratio {
    width: 100%;
}

.modal__ratio div {
    width: 68%;
}

.modal__close {
    position: absolute;
    top: -10px;
    right: -15px;
    width: 36px;
    height: 36px;
    border: 0;
    cursor: pointer;
}

.modal_icon {
    width: 160px;
}

.modal_tit {
    font-size: 2.4rem;
    color: #0F704A;
    margin-bottom: 10px;
}

.modal_txt {
    font-size: 1.8rem;
    line-height: 2;
}

#use {
    padding-top: 120px;
    margin-top: -120px;
}

@media screen and (max-width: 768px) {
    .af_tit h2 {
        font-size: 2.8rem;
    }

    .service_about_cont {
        padding-bottom: 0;
    }

    .about_main_txt {
        width: 90%;
        font-size: 1.2rem;
        margin: auto;
        margin-bottom: 30px;
    }

    .about_nav_main {
        font-size: 1.8rem;
    }

    .about_nav_sub {
        font-size: 1.2rem;
    }

    .about_phone {
        width: 80%;
        margin: auto;
        margin-bottom: 20px;
    }

    .service_list {
        width: 100%;
    }

    .service_list li {
        padding: 20px;
    }

    .app_list {
        max-width: 100%;
        width: 100%;
    }

    .app_list li {
        width: 100%;
    }

    .use_mov_top {
        margin-top: 50px !important;
    }

    .support_nav {
        flex-wrap: wrap;
        margin-top: 20px;
    }

    .support_nav a {
        width: 48.5%;
        margin-bottom: 20px;
    }

    .about_nav {
        flex-wrap: wrap;
        margin-bottom: 0;
    }

    .about_nav a {
        width: 48.5%;
    }

    .slide_wrap {
        position: relative;
    }

    .use-slider {
        width: 80%;
        margin: auto;
    }

    .prev_arrow {
        max-width: 40px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
        z-index: 5;
        left: 3%;
    }

    .next_arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
        z-index: 5;
        max-width: 40px;
        right: 3%;
    }

    .app_list_wrap {
        width: 100%;
    }

    .app_icon {
        width: 28%;
        margin-left: 8%;
        margin-bottom: 4%;
    }

    .app_list_icon .app_icon:nth-of-type(8) {
        margin-left: 8%;
    }

    .app_list_icon .app_icon:nth-of-type(3n+1) {
        margin-left: 0;
    }

    .modal__content {
        width: 90%;
        padding: 25px;
    }

    .modal_icon {
        max-width: 240px;
        width: 50%;
        display: block;
        margin: auto;
        margin-bottom: 35px;
    }

    .modal_tit {
        font-size: 2.4rem;
        color: #0F704A;
        margin-bottom: 10px;
    }

    .modal_txt {
        font-size: 1.6rem;
        line-height: 2;
    }

    .modal__ratio div {
        width: 100%;
    }

    #use {
        padding-top: 80px;
        margin-top: -80px;
    }

}