@charset "UTF-8";


/*============================
 a-fearture / about
============================*/
.a-fearture::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 95%;
    background: url(../img/about/aft_bg.png) no-repeat center top /cover;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.aft__ttl {
    .txt {
        margin-top: .5em;
    }
}

.aft__h3 {
    position: relative;

    & img {
        width: 70px;
        position: absolute;
        top: 0;
        left: calc(50% + 380px);
        transform: translate(-50%, -50%);
    }
}

.aft__swiper {
    overflow: visible;
}

.aft__img {
    width: 274px;
    margin: 0 15px;
}

.aft__flex {
    .aft__h4 {
        width: 48%;
    }

    .fs-20 {
        width: 48%;
    }

}

.aft__atc {
    background: #fff;
    margin-bottom: 45px;
    padding: 50px 5%;
    border-radius: 5px;
    border: solid 1px #464D83;

    & h6 {
        line-height: 1.5;
    }
}

.aft__atc--left {
    width: 45%;
}

.aft__atc--img {
    width: 50%;
}

.aft__h5 {
    position: relative;

    & img {
        position: absolute;
        width: 180px;
        top: 50%;
        left: 5%;
        transform: translate(-50%, -50%);
    }
}

.aft__atc02 {
    width: 48%;
    background: #fff;
    padding: 50px 5%;
    border-radius: 5px;
    border: solid 1px #464D83;

    & h6 {
        line-height: 1.5;
    }
}

.aft__atc02 {
    .aft__h5 {

        & img {
            width: 110px;
        }
    }

}

@media screen and (max-width:1024px) {
    .a-fearture::before {
        height: calc(100% - 180px);
    }

    .aft__h3 {
        & img {
            width: 60px;
            top: 0;
            left: calc(50% + 300px);
        }
    }

    .aft__img {
        width: 200px;
        margin: 0 10px;
    }

    .aft__flex {
        .aft__h4 {
            width: 48%;
        }

        .fs-20 {
            width: 48%;
        }

    }

    .aft__atc {
        margin-bottom: 30px;
        padding: 40px 5%;

    }

    .aft__atc--left {
        width: 45%;
    }

    .aft__atc--img {
        width: 50%;
    }

    .aft__h5 {

        & img {
            width: 120px;
            left: 5%;
        }
    }

    .aft__atc02 {
        width: 48%;
        padding: 40px 5%;

    }

}

@media screen and (max-width:767px) {
    .a-fearture::before {
        height: calc(100% - 180px);
    }

    .aft__h3 {
        font-size: 2.4rem;

        & img {
            width: 50px;
            top: 0;
            left: calc(50% + 110px);
        }
    }

    .aft__img {
        width: 150px;
        margin: 0 10px;
    }

    .aft__flex {
        .aft__h4 {
            width: 100%;
            margin-bottom: 1em;
            text-align: center;
        }

        .fs-20 {
            width: 100%;
            text-align: center;
        }

    }

    .aft__atc {
        margin-bottom: 30px;
        padding: 30px 5%;

        text-align: center;

        .fs-14 {
            font-size: 1.4rem;
        }
        h6{
            font-size: 1.7rem;
        }
    }

    .aft__atc--left {
        width: 100%;
        margin-bottom: 20px;
    }

    .aft__atc--img {
        width: 100%;
        margin-bottom: 30px;
    }

    .aft__h5 {
        text-align: center;
        font-size: 1.8rem;
margin-bottom: 30px;
        & img {
            width: 120px;
            left: 10%;
        }
    }

    .aft__atc02 {
        width: 100%;
        margin-bottom: 30px;
        padding: 30px 5%;
        text-align: center;

        &:last-child {
            margin-bottom: 0;
        }

        .fs-14 {
            font-size: 1.4rem;
        }
        h6{
            font-size: 1.7rem;
        }
    }

    
}

/*============================
 a-flow
============================*/
.a-flow {
    padding-bottom: 0;
}

.flow__ttl {

    display: flex;
    align-items: baseline;

    .txt {
        margin-left: .5em;

    }
}

.flow__links {
    & li {
        width: 24%;
        max-width: 248px;

        & a {
            display: flex;
            align-items: center;
            justify-content: space-between;
            width: 100%;
            height: 100%;
            padding: 1.5em 1em;
            border: solid 1px #464D83;
            color: #464D83;
            border-radius: 5px;
            position: relative;
            font-weight: bold;
            transition: .3s;
        }

        .num {
            left: -1em;
            top: 0;
            transform: translate(0, -50%);
            white-space: nowrap;
            line-height: 28px;
            border-radius: 14px;
            text-align: center;
            width: fit-content;
            padding: 0 1em;
            color: #464D83;
            background: #E6E9B8;
            font-weight: bold;
            font-size: 1.6rem;

            .fs-10 {
                font-size: 1rem;
                margin-right: .5em;
                font-weight: bold;
            }
        }

        &:hover a {
            color: #fff;
            background: #464D83;
            opacity: 1;
        }
    }
}

.flow__items {
    max-width: 900px;
    margin: 0 auto;
}

.flow__atc {
    margin-bottom: 40px;
    padding: 80px 5%;
    background: #F7F8FA;
    border-radius: 5px;

}

.flow__img {
    width: 42%;
}

.flow__txtwrap {
    width: 53%;
}

.flow__h4 {
    display: flex;
    align-items: center;

    & img {
        width: 58px;
        margin-right: .5em;
    }
}

.flow__box {
    margin-top: 2em;
    padding: 1.5em;
    background: #fff;
    border-radius: 5px;
    border: solid 1px #464D83;

    .fs-10 {
        font-size: 1rem;
    }
}

.flow__step {
    max-width: 900px;
    margin: 0 auto;
    border: solid 1px #464D83;
    border-radius: 5px;
    padding: 80px 3%;
}

.step__left {
    width: 40%;
}

.step__right {
    width: 55%;
    position: relative;

    &::before {
        content: "";
        position: absolute;
        width: 2px;
        height: calc(100% - 50px);
        border-left: dotted 2px #464D83;
        top: 0;
        left: 28px;
    }

    & li {
        margin-bottom: 40px;
        display: flex;

        &:last-child {
            margin-bottom: 0;
        }

        .fs-14 {
            font-size: 1.3rem;
        }
    }
}

.step__num {
    width: 58px;
    min-width: 58px;
    height: 58px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #464D83;
    color: #464D83;
    background: #fff;
    letter-spacing: .05em;
    margin-right: 1em;
    position: relative;

}

.flow__box--left{
	width:65%;
}
.flow__btn{
	width:30%;
	max-width:130px;
}
@media screen and (max-width:1024px) {


    .flow__links {
        & li {
            width: 24%;

            & a {
                padding: 1em 1em;
                border-radius: 5px;
            }

            .num {
                left: -.5em;
                top: 0;
                line-height: 20px;
                border-radius: 10px;
                font-size: 1.2rem;

                .fs-10 {
                    font-size: 1rem;
                    margin-right: .5em;
                }
            }

        }
    }

    .flow__atc {
        margin-bottom: 40px;
        padding: 50px 5%;

    }

    .flow__img {
        width: 42%;
    }

    .flow__txtwrap {
        width: 53%;
    }

    .flow__h4 {

        & img {
            width: 45px;
            margin-right: .5em;
        }
    }

    .flow__box {
        margin-top: 1em;
        padding: 1em;
    }

    .flow__step {
        padding: 40px 3%;
    }

    .step__left {
        width: 40%;
    }

    .step__right {
        width: 58%;

        &::before {
            width: 2px;
            height: calc(100% - 50px);
            top: 0;
            left: 24px;
        }

        & li {
            margin-bottom: 30px;

            .fs-14 {
                font-size: 1.2rem;
            }
        }
    }

    .step__num {
        width: 50px;
        min-width: 50px;
        height: 50px;
        border-radius: 50%;

    }
}

@media screen and (max-width:767px) {
    .flow__mv img{
        object-fit: cover;
        width: 100%;
        height: 200px;
        border-radius: 5px;
    }
    .flow__links {
        & li {
            width: 80%;
            margin: 0 auto 30px;

            & a {
                padding: 1em 1em;
                border-radius: 5px;
                font-size: 1.4rem;
            }

            .num {
                left: -.5em;
                top: 0;
                line-height: 20px;
                border-radius: 10px;
                font-size: 1.2rem;

                .fs-10 {
                    font-size: 1rem;
                    margin-right: .5em;
                }
            }

        }
    }

    .flow__atc {
        margin: 0 auto 30px;
        padding: 30px 5%;

    }

    .flow__img {
        width: 100%;
        margin-bottom: 20px;
    }

    .flow__txtwrap {
        width: 100%;

        .fs-14 {

            font-size: 1.4rem;
        }
    }

    .flow__h4 {
        font-size: 2rem;

        & img {
            width: 55px;
            margin-right: .5em;
        }
    }

    .flow__box {
        width: 100%;
        margin-top: 1em;
        padding: 2em 1em;
position:relative;
		
        .fs-20 {
            font-size: 1.6rem;
        }
    }

    .flow__step {
        padding: 30px 5%;
    }

    .step__left {
        width: 100%;
        margin-bottom: 30px;

        .fs-14 {
            text-align: center;
        }
    }

    .step__h3 {
        text-align: center;
    }

    .step__h4 {
        font-size: 1.8rem;
        text-align: left;
    }

    .step__right {
        width: 100%;

        &::before {
            display: none;
        }

        & li {
            display: block;
            margin-bottom: 30px;

            .fs-14 {
                font-size: 1.2rem;
            }
        }
    }

    .step__num {
        width: 50px;
        min-width: 50px;
        height: 50px;
        border-radius: 50%;
        margin: 0 auto .5em 0;
        font-size: 1.8rem;

    }
	.flow__box--left{
	width:100%;
}
.flow__btn{
	width:90px;
position:absolute;
	top:-30px;
	right:-30px;
}
}


/*============================
 access
============================*/
.access {
    padding: 120px 0 0;

    & iframe {
        width: 100%;
        display: block;
        height: 460px;
    }
}

.acc__left {
    width: 40%;
}

.acc__img {
    width: 55%;
}

.acc__ttl {
    display: flex;
    align-items: baseline;

    .txt {
        margin-left: .5em;
    }
}

.acc__pop {
    & img {
        max-width: 150px;
        margin-right: 5%;
    }
}


@media screen and (max-width:1024px) {
    .access {
        padding: 80px 0 0;

        & iframe {
            height: 300px;
        }
    }

    .acc__left {
        width: 40%;
    }

    .acc__img {
        width: 55%;
    }

    .acc__pop {
        & img {
            max-width: 120px;
            margin-right: 5%;
        }
    }

}


@media screen and (max-width:767px) {
    .access {
        padding: 80px 0 0;

        & iframe {
            height: 300px;
        }
    }

    .acc__left {
        width: 100%;
    }

    .acc__img {
        width: 100%;
        margin-bottom: 20px;
    }

    .acc__ttl {
        display: block;

        margin-bottom: 20px;

        .txt {
            margin: .5em 0 0;
        }
    }

    .acc__pop {
        justify-content: space-between;
        display: flex;
        max-width: 300px;
        margin: 0 auto;

        & img {
            max-width: 140px;
            margin-right: 0;
        }
    }

}