@charset "utf-8";

@media(hover: hover) and (pointer: fine) {}

/* mv */
.mv {
    height: 760px;
    position: relative;
}

.mv_bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.mv_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mv .inner {
    flex-direction: column;
    justify-content: center;

}

.mv_tit {
    font-weight: 700;
    font-size: 56px;
    line-height: 1.3em;
}

.mv_sub_tit {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.95em;
    margin-top: 40px;
}

.mv_btn {
    border-radius: 50px;
    width: 200px;
    background-color: #FFF;
    line-height: 60px;
    font-size: 17px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mv_btn_group {
    margin-top: 44px;
    display: flex;
    gap: 10px;
}

.mv_btn_group img {
    width: 30px;
}

/* END mv */

/* con1 */
.con {
    padding: 140px 0;
    position: relative;
}

.con_tit_box {
    text-align: center;
}

.con_tit {
    line-height: 1.6em;
    font-size: 40px;
    font-weight: 700;
}

.con_sub_tit {
    font-size: 16px;
    font-weight: 400;
    color: #555;
    line-height: 1.6em;
}

.con1 .con_sub_tit,
.con4 .con_sub_tit {
    margin-top: 20px;
}

.con1_icon_box {
    justify-content: space-between;
    margin-top: 85px;
}

.con1_icon_box .alt_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.con1_icon_box .alt_box .img_icon {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    overflow: hidden;
}

.con1_icon_box .alt_box .tit {
    margin: 35px 0 13px;
    font-size: 20px;
    font-weight: 700;
    color: #4751ED;
    line-height: 1.5em;
}

.con1_icon_box .alt_box .con_sub_tit {
    color: #666;
}

/* END con1 */

/* con2 */
.con2 {
    background-color: #F2F7FF;
    padding-bottom: 0;
}

.con2 .inner {
    justify-content: space-between;
}

.con2 .con_sub_tit {
    margin: 30px 0 50px;
}

.con2 .con2_slide {
    width: 407px;
    height: 668px;
    background: url('../image/main/slide_bg.png') no-repeat center / contain;
    padding: 0 15px;
    padding-top: 9px;
}

.con2 .con2_slide .img_icon {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.con2 .con2_slide_step.swiper-pagination-bullets {
    position: relative;
    bottom: unset;
    left: unset;
    display: inline-flex;
    flex-direction: column;
    width: unset;
}

.con2 .con2_slide_step::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 90%;
    top: 1%;
    left: 50%;
    transform: translate(-50%);
    background-color: #D6E1F2;
}

.con2 .con2_slide_step.swiper-pagination-bullets>span {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #D6E1F2;
    background: unset;
    background-color: #fff;
    font-size: 16px;
    font-weight: 700;
    color: #D6E1F2;
    position: relative;
    margin: unset;
    margin-bottom: 30px;
    opacity: 1;
    z-index: 2;
}

.con2 .con2_slide_step.swiper-pagination-bullets>span:last-child {
    margin-bottom: unset;
}

.con2 .con2_slide_step.swiper-pagination-bullets>span.swiper-pagination-bullet-active {
    background-color: #4751ED;
    color: #fff;
    border: 2px solid transparent;
}

.con2 .con2_slide_step.swiper-pagination-bullets>span.swiper-pagination-bullet-active::after {
    color: #4751ED;
}

.con2 .con2_slide_step>span::after {
    position: absolute;
    margin-left: 22px;
    font-size: 22px;
    font-weight: 600;
    color: #BECDE4;
    min-width: 359px;
    left: 100%;
}

.con2 .con2_slide_step>span:nth-child(1):after {
    content: 'アプリメイン画面の決済ボタンを押す';
}

.con2 .con2_slide_step>span:nth-child(2):after {
    content: '決済金額入力';
}

.con2 .con2_slide_step>span:nth-child(3):after {
    content: '決済するカードをかざす';
}

.con2 .con2_slide_step>span:nth-child(4):after {
    content: 'カード番号入力及びサイン';
}

.con2 .con2_slide_step>span:nth-child(5):after {
    content: '領収書の伝達及び決済完了';
}

/* END con2 */

/* con3 */
.con3 {
    height: 470px;
    background: url('../image/main/con3_bg.jpg') no-repeat center / cover;
    background-attachment: fixed;
}

/* END con3 */

/* con4 */
.con4::after {
    content: '';
    position: absolute;
    background: linear-gradient(180.89deg, rgba(245, 245, 245, 0) -1.86%, #D1DEF2 135.34%);
    height: 30%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.con4 .con_tit_box {
    margin-bottom: 85px;
}

.con4 .con_alt_box {
    gap: 30px;
}

.con4 .con_alt_box .box {
    flex: 1;
    border-radius: 30px;
    padding: 45px 35px;
    padding-bottom: 80px;
    box-shadow: 0px 4px 15px 0px #A2A5CF;
}

.con4 .con_alt_box .box .icon {
    width: 87px;
    height: 87px;
}

.con4 .con_alt_box .box .tit {
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    line-height: 2.4em;
    margin: 10px 0 15px;
}

.con4 .con_alt_box .box .bar {
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    position: relative;
    margin-bottom: 40px;
}

.con4 .con_alt_box .box .bar .step {
    position: absolute;
    width: 20%;
    background-color: #fff;
    height: 3px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.con4 .con_alt_box .box:nth-child(1) {
    background-color: #4751ED;
}

.con4 .con_alt_box .box:nth-child(2) {
    background-color: #09D9B3;
    transform: translateY(60px);
}

.con4 .con_alt_box .box:nth-child(3) {
    background-color: #2A2B41;
}

.con4 .con_alt_box .box:nth-child(1) .chk {
    background-color: #333BC3;
}

.con4 .con_alt_box .box:nth-child(2) .chk {
    background-color: #0FB99A;
}

.con4 .con_alt_box .box:nth-child(3) .chk {
    background-color: #434462;
}

.con4 .con_alt_box .chk {
    min-width: 23px;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 10px;
}

.con4 .con_alt_box .chk img {
    width: 11px;
    height: 8px;
}

.con4 .con_alt_box .sub_box {
    padding: 8px 0;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.6em;
    letter-spacing: -0.02em;
}

.con4 .btn_box {
    justify-content: center;
    gap: 27px;
}

.con4 .btn_box a,
.con4 .btn_box button {
    text-align: center;
    display: block;
    width: 265px;
    padding: 26px 25px;
    font-size: 16px;
    font-weight: 600;
}

.common_btn.border {
    border: 1px solid #4751ED;
    background-color: transparent;
    color: #4751ED;
}

.con4 .icon_box {
    position: relative;
    margin: 300px auto 0;
    width: 100%;
    height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.con4 .icons {
    width: 80%;
    position: absolute;
    top: -35%;
}

.icons .img_icon {
    position: absolute;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

.icons .img_icon:nth-child(1) {
    width: 131px;
    height: 131px;
    top: 0;
    left: 185px;
    animation-name: motion01;
}

.icons .img_icon:nth-child(2) {
    width: 170px;
    height: 170px;
    top: 50px;
    right: 90px;
    animation-name: motion02;
}

.icons .img_icon:nth-child(3) {
    width: 158px;
    height: 158px;
    top: 230px;
    left: 0;
    animation-name: motion02;
}

.icons .img_icon:nth-child(4) {
    width: 112px;
    height: 112px;
    top: 280px;
    right: 0;
    animation-name: motion01;
}

.icons .img_icon:nth-child(5) {
    width: 121px;
    height: 121px;
    left: 290px;
    top: 480px;
    animation-name: motion03;
}

.icons .img_icon:nth-child(6) {
    width: 126px;
    height: 126px;
    top: 430px;
    right: 230px;
    animation-name: motion01;
}

.mv {
    background-image: url(../image/main/mv.jpg);
    background-position: center;
    background-size: cover;
}

@keyframes motion {
    0% {
        margin-top: 0px;
    }

    100% {
        margin-top: 10px;
    }

}

@keyframes motion01 {
    from {
        -webkit-transform: translate(0, 8px);
        -ms-transform: translate(0, 8px);
        transform: translate(0, 8px);
    }

    50% {
        -webkit-transform: translate(0, 0px);
        -ms-transform: translate(0, 0px);
        transform: translate(0, 0px);
    }

    to {
        -webkit-transform: translate(0, 8px);
        -ms-transform: translate(0, 8px);
        transform: translate(0, 8px);
    }
}

@keyframes motion02 {
    from {
        -webkit-transform: translate(0, 0px);
        -ms-transform: translate(0, 0px);
        transform: translate(0, 0px);
    }

    50% {
        -webkit-transform: translate(0, 5px);
        -ms-transform: translate(0, 5px);
        transform: translate(0, 5px);
    }

    to {
        -webkit-transform: translate(0, 0px);
        -ms-transform: translate(0, 0px);
        transform: translate(0, 0px);
    }
}

@keyframes motion03 {
    from {
        -webkit-transform: translate(0, -6px);
        -ms-transform: translate(0, -6px);
        transform: translate(0, -6px);
    }

    50% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    to {
        -webkit-transform: translate(0, -6px);
        -ms-transform: translate(0, -6px);
        transform: translate(0, -6px);
    }
}

/* END con4 */


@media (max-width:1200px) {
    .con1_icon_box {
        row-gap: 100px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        justify-items: center;
    }
}

@media (max-width:700px) {
    .header_inner {
        height: 70px;
    }

    .con {
        padding: calc(100vw * (66/375)) 0;
    }

    .con2 {
        padding-bottom: 0;
    }

    .mv {
        height: calc(100vw * (596/375));
        background-image: url(../image/main/mv_m.jpg);
    }

    .mv_btn {
        padding: 0 calc(100vw * (28/375));
        line-height: calc(100vw * (50/375));
        font-size: calc(100vw * (13/375));
    }

    .mv_tit {
        font-size: calc(100vw * (26/375));
        margin-top: calc(100vw * (170/375));
    }

    .mv_sub_tit {
        font-size: calc(100vw * (13/375));
        margin-top: calc(100vw * (15/375));
    }

    .con1_icon_box {
        row-gap: 100px;
        display: flex;
        flex-direction: column;
        gap: 56px;
        margin-top: calc(100vw * (53/375));
    }

    .con_tit {
        font-size: calc(100vw * (26/375));
    }
    
    .con_sub_tit {
        font-size: calc(100vw * (14/375));
        margin-top: calc(100vw * (17/375));
    }

    .con4 {
        padding-bottom: 0px;
    }

    .con4 .con_alt_box .box:nth-child(2) {
        transform: translateY(0);
    }

    .con4 .con_alt_box {
        flex-direction: column;
    }

    .con4 .btn_box {
        gap: calc(100vw * (9/375));
    }

    .con4 .icons {
        display: none;
    }

    .con4 .icon_box {
        height: 450px;
        margin: 0px auto;
        justify-content: center;
    }

    .con2 .inner {
        flex-direction: column;
    }

    .con2 .left {
        margin-bottom: 30px;
    }

    .con2 .con2_slide_step>span::after {
        font-size: 18px;
    }

    .con2 .con_sub_tit,
    .con2 .con_tit {
        text-align: center;
    }

    .con1_icon_box .alt_box .tit {
        margin: calc(100vw * (19/375)) 0 calc(100vw * (13/375));
        font-size: calc(100vw * (22/375));
    }

    .con1_icon_box .alt_box .con_sub_tit {
        margin-top: 0;
        font-size: calc(100vw * (16/375));
    }

    .mv .inner {
        justify-content: unset;
    }

    .con4 .con_tit_box {
        margin-bottom: calc(100vw * (34/375));
    }

    .con4 .btn_box a, .con4 .btn_box button {
        width: calc(100vw * (166/375));
        font-size: calc(100vw * (14/375));
        padding: calc(100vw * (23/375)) 0;
    }
}

@media (max-width:470px) {
    .con2 .right {
        transform: translateY(calc(100vw * (110/375)));
        margin-top: -110px;
    }
    .con2 .con2_slide {
        width: 85%;
        height: auto;
    }
    .con2 .inner {
        overflow: hidden;
    }
}