#contents {
    display: block;
}

.swiper_boder {
    padding: 1em 1em;
    margin: 2em 0;
    font-weight: bold;
    border: solid 5px white;
}

.index_main_box {
    width: 100vw;
    height: 40vw;
    position: relative;
}

.index_box {
    width: 15%;
    height: 30%;
    margin: 0 auto;
    position: absolute;
    top: 0%;
    left: 80%;
}

.index_box2 {
    width: 15%;
    height: 30%;
    margin: 0 auto;
    position: absolute;
    top: 30%;
    left: 80%;
}

.index_box3 {
    width: 15%;
    height: 30%;
    margin: 0 auto;
    position: absolute;
    top: 60%;
    left: 80%;
}

.index_box4 {
    width: 20%;
    height: 40%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 59%;
}

.index_Lbox {
    width: 50%;
    height: 100%;
    float: left;
}

.index_Rbox {
    width: 50%;
    height: 100%;
    float: left;
}


.wsize1 {
    width: 100%;
    height: 100%;
}

.wsize2 {
    width: 100%;
    height: 100%;
}

.wsize3 {
    width: 100%;
    height: 100%;
}


.text_scroll {
    margin: auto;
    width: 100%;
    font-size: 300%;
    line-height: 1.5em;
    text-align: center;
    color: #c0c0c0;
    overflow: hidden;
}

.text_scroll span {
    display: inline-block;
    padding-left: 100%;
    white-space: nowrap;
    line-height: 1em;
    animation: scrollAnime 20s linear infinite;
}

@keyframes scrollAnime {
    100% {
        transform: translateX(-50%)
    }

    0% {
        transform: translateX(-60%)
    }
}

.text_scroll2 {
    margin: auto;
    width: 100%;
    font-size: 300%;
    line-height: 1.5em;
    text-align: center;
    color: #c0c0c0;
    overflow: hidden;
}

.text_scroll2 span {
    display: inline-block;
    padding-left: 100%;
    white-space: nowrap;
    line-height: 1em;
    animation: scrollAnime2 50s linear infinite;
}

@keyframes scrollAnime2 {
    0% {
        transform: translateX(-50%)
    }

    100% {
        transform: translateX(-60%)
    }
}

.index_main_box {
    width: 100vw;
    height: 628px;
    position: relative;
}

.index_box {
    width: 15%;
    height: 30%;
    margin: 0 auto;
    position: absolute;
    top: 0%;
    left: 80%;
}

.index_box2 {
    width: 15%;
    height: 30%;
    margin: 0 auto;
    position: absolute;
    top: 30%;
    left: 80%;
}

.index_box3 {
    width: 15%;
    height: 30%;
    margin: 0 auto;
    position: absolute;
    top: 60%;
    left: 80%;
}

.index_box4 {
    width: 20%;
    height: 40%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 59%;
}


.pagemain {
    height: 770px;
}

.cont_chosene {
    padding: 100px 0;
    border-bottom: 20px solid #F5F5F5;
    position: relative;
}

body .cont_chosene:last-child {
    border-bottom: 0;
}

.chosene_txt_l .icon {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.chosene_txt_r .icon {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.chosene_txt_l .cont_r {
    width: 45%;
}

.chosene_txt_l .cont_l {
    width: 55%;
}

.chosene_txt_l .cont_l img {
    width: 100%;
}

.chosene_txt_r .cont_l {
    width: 45%;
}

.chosene_txt_r .cont_r {
    width: 55%;
}

.chosene_h {
    display: inline-flex;
    align-items: baseline;
}

.chosene_h .chosene_num {
    font-size: 70px;
    font-family: sans-serif;
    color: #104C8A;
    margin-right: 10px;
    line-height: 1;
    margin-bottom: 20px;
    font-weight: bold;
}

.chosene_h h2 {
    font-size: 42px;
    font-weight: bold;
}

.cont_chosene .main_txt {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 30px;
}

.point_txt {
    background: #E5F1FF;
    border-radius: 10px;
    padding: 20px;
    margin-top: 40px;
    position: relative;
}

.point_txt:before {
    content: "";
    display: block;
    background-image: url(../img/chosene/point.png);
    height: 60px;
    width: 50px;
    position: absolute;
    top: -12px;
    left: 0;
}

.point_txt_h {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 26px;
    color: #144A8A;
    padding-left: 40px;
    padding-bottom: 10px;
    ;
}

.point_txt_p {
    font-size: 16px;
    color: #144A8A;
    line-height: 1.6;
}

.chosene_harf {
    position: relative;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: 100px 20px;
    box-sizing: border-box;
}

.chosene_txt_l,
.chosene_txt_r {
    position: relative;
}

.chosene_l .icon {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.photo {
    width: 100%;
}

.chosene_r {
    margin-left: 44px;
}

.chosene_r .icon {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.chosene_harf .chosene_l,
.chosene_harf .chosene_r {
    width: calc(50% - 22px);
    max-width: 604px;
}

@media screen and (max-width: 800px) {

    .text_scroll {
        height: 38px;
        font-size: 26px;
    }

    .pagemain {
        height: 40vh;
    }

    .index_main_box {
        width: 100vw;
        height: calc(40vh - 76px);
        position: relative;
    }

    .index_box,.index_box2,.index_box3,.index_box4 {
        display: none;
    }

    .chosene_txt_l .icon {
        right: -60px;
        left: auto;
    }

    .chosene_txt_l .cont_r {
        width: 100%;
    }

    .chosene_h {
        flex-direction: column;
    }

    .chosene_h h2 {
        font-size: 32px;
        line-height: 1.2;
    }

    .cont_chosene {
        padding: 40px 0;
    }

    .chosene_h .chosene_num {
        font-size: 50px;
        margin-bottom: 0;
    }

    .chosene_r .icon,
    .chosene_l .icon {
        top: 0;
        right: -60px;
        left: auto;
    }

    .cont_chosene .main_txt {
        margin-top: 20px;
    }

    .chosene_txt_l .cont_l {
        width: 100%;
        margin-top: 20px;
    }

    .chosene_harf {
        flex-direction: column;
    }

    .chosene_harf .chosene_l,
    .chosene_harf .chosene_r {
        width: 100%;
        padding: 0 20px 40px;
        box-sizing: border-box;
        position: relative;
        max-width: 100%;
    }

    .chosene_l .photo,
    .chosene_r .photo {
        max-width: 100%;
        margin-top: 20px;
    }

    .cont_chosene .main_txt {
        width: 100%;
    }

    .chosene_l {
        border-bottom: 20px solid #F5F5F5;
    }

    .chosene_harf .chosene_r {
        margin-left: 0;
        padding-top: 40px;
    }

    .chosene_txt_r .cont_r {
        width: 100%;
        flex-direction: column;
    }

    .photo {
        width: 100%;
    }

    .chosene_txt_r .cont_l {
        width: 100%;
    }

    .chosene_txt_r .cont {
        display: flex;
        flex-direction: column-reverse;
    }

    .chosene_txt_r .photo {
        margin-top: 20px;
    }

    .cont_l img {
        width: 100%;
    }

}