@charset "UTF-8";

/* ====================
main visual
==================== */
.article__header {
    pointer-events: none;
}

.mainVisual__box {
    display: none;
}

.txt__position {
    position: relative;
}

.sp-mainVisual img {
    width: 100%;
    height: 173vw;
    object-fit: cover;
}

h2 {
    font-family: "Noto Serif JP";
    font-size: 2.4rem;
    padding: 25px 15px;
    background-color: rgba(255, 255, 255, 0.80);
    position: absolute;
    top: 38.7%;
    left: 4.2%;
}

h2 span {
    font-size: 1.6rem;
    margin-top: 5px;
}

/* main visual tablet  */
@media screen and (min-width: 768px) {
    .sp__mainVisual__box {
        display: none;
    }

    .mainVisual__box {
        display: block;
    }

    .mainVisual img {
        width: 100%;
    }

    .txt__position {
        position: relative;
    }

    h2 {
        font-size: 3rem;
        padding: 25px;
        position: absolute;
        top: 30.4%;
        left: 3.4%;
    }

    h2 span {
        font-size: 1.8rem;
    }
    
}

/* main visual pc */
@media screen and (min-width: 1200px) {

    h2 {
        font-size: 4rem;
        padding: 50px;
    }

    h2 span {
        font-size: 2rem;
        margin-top: 0;
    }

} /* 769px pc */

/* ====================
lead
==================== */
.lead__txt {
    color: #333;
    text-align: center;
    font-family: "Noto Serif JP";
    font-size: 1.6rem;
    line-height: 28px; /* 200% */
    margin-top: 30px;
}

/* lead pc */
@media screen and (min-width: 769px) {
    .lead__txt {
        font-size: 2rem;
        line-height: 35px; /* 175% */
        margin-top: 60px;
    }
}

/* ====================
top ship
==================== */
.top__ship {
    padding: 0 2%;
}

.top__m7, .top__leuk {
    border-radius: 50px 10px;
    width: 100%;
}

.top__m7 {
    margin-top: 30px;
}

.top__leuk {
    margin-top: 40px;
}

.top__ship__txt {
    text-align: center;
}

.ship__tittle {
    color: #223148;
    text-align: center;
    font-family: Roboto;
    font-size: 2rem;
    font-weight: 700;
    margin-top: 20px;
}

.ship__tittle__mini {
    font-family: Roboto;
    font-size: 1.2rem;
    font-weight: 700;
}

.ship__txt {
    color: #333;
    text-align: center;
    font-family: "Noto Serif JP";
    font-size: 1.5rem;
    line-height: 28px; /* 200% */
    margin-top: 20px;
}

.top__ship__btn {
    display: block;
    color: #FFF;
    font-family: Roboto;
    font-size: 1.4rem;
    padding: 12px 17px;
    background: #2F486B;
    border-radius: 10px;
    position: relative;
    width: 200px;
    margin: 20px auto 0;
    text-align: left;
    transition: .3s;
}

.top__ship__btn::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 13px;
    width: 25px;
    height: 25px;
    margin: auto;
    border-radius: 20px;
    background-color: #FFF;
}

.top__ship__btn::after {
    content: '→';
    position: absolute;
    right: 18px;
    font-family: Roboto;
    font-size: 1.6rem;
    color: #2F486B;
}

.top__ship__underTxt {
    color: #333;
    text-align: center;
    font-family: "Noto Serif JP";
    font-size: 1.6rem;
    line-height: 32px; /* 200% */
    margin-top: 30px;
}

/* top ship pc */
@media screen and (min-width: 769px) {
    .top__ship {
        margin: 80px auto 0;
        padding: 0 4%;
    }

    .ship__container {
        max-width: 1180px;
        margin: 0 auto;
    }

    .top__ship__m7 {
        display: flex;
        align-items: center;
    }

    .top__m7 {
        margin-top: 0;
        margin-right: 50px;
        width: 59.2%;
    }

    .top__ship__txt {
        text-align: left;
    }

    .ship__tittle {
        font-size: 3.2rem;
        text-align: left;
    }

    .ship__tittle__mini {
        font-size: 1.6rem;
    }

    .ship__txt {
        font-size: 2rem;
        line-height: 30px; /* 150% */
        text-align: left;
    }

    .top__ship__leuk {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        margin-top: 70px;
    }

    .top__leuk {
        width: 59.2%;
        margin-top: 0;
        margin-left: 50px;
    }

    .top__ship__btn {
        display: block;
        font-size: 1.6rem;
        padding: 15px 17px;
        background: #2F486B;
        border-radius: 10px;
        position: relative;
        width: 250px;
        margin: 30px 0 0;
        text-align: left;
    }
    
    .top__ship__btn::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 21px;
        width: 20px;
        height: 20px;
        margin: auto;
        border-radius: 20px;
        background-color: #FFF;
    }
    
    .top__ship__btn::after {
        content: '→';
        position: absolute;
        right: 23px;
        top: 15.5px;
    }

    .top__ship__underTxt {
        font-size: 2.2rem;
        line-height: 35px; /* 159.091% */
        margin-top: 80px;
    }

} /* 769px pc */


/* ====================
infinite
==================== */
.infiniteslide {
    padding: 40px 0;
}

.infiniteslide img {
    width: 250px;
    margin-right: 10px;
} 

/* infinite pc */
@media screen and (min-width: 769px) {
    .infiniteslide {
        padding: 80px 0;
    }

    .infiniteslide img {
        width: 300px;
    }

} /* 769px pc */

/* ====================
plan
==================== */

.top__plan {
    padding: 40px 2.6% 60px;
    background-color: #F4F3F3;
}

.m7__plan {
    max-width: 500px;
    margin: 0 auto;
}

.plan__item {
    padding: 8px;
    background-color: #FFF;
    margin-top: 30px;
}

.plan__line {
    padding: 10px;
    background-color: #FFF;
    border: 1px solid #896F3D;
}

.plan__topic {
    color: #896F3D;
    text-align: center;
    font-family: Roboto;
    font-size: 3.6rem;
    font-weight: 700;
}

.plan__tittle {
    color: #223148;
    text-align: center;
    font-family: Roboto;
    font-size: 2.5rem;
    font-weight: 700;
    margin-top: 30px;
}

.plan__tittle__mini {
    color: #223148;
    text-align: center;
    font-family: Roboto;
    font-size: 1.2rem;
    font-weight: 700;
    margin-top: 5px;
}

.txt__container {
    margin: 35px 0 20px;
}

.plan__nameBox {
    display: flex;
    align-items: center;
    position: relative;
}

.plan__number {
    height: 70px;
    width: auto;
}

.plan__name {
    color: #333;
    font-family: "Noto Serif JP";
    font-size: 2rem;
    font-weight: 700;
    position: absolute;
    left: 42px;
}

.plan__txt {
    color: #333;
    font-family: "Noto Serif JP";
    font-size: 1.4rem;
    line-height: 24px; /* 171.429% */
    margin-top: 20px;
}

.leuk__plan {
    max-width: 500px;
    margin: 0 auto;
}

.top__plan__btn {
    display: block;
    color: #FFF;
    font-family: Roboto;
    font-size: 1.6rem;
    line-height: 30px;
    padding: 15px 29px;
    background: #2F486B;
    border-radius: 10px;
    position: relative;
    width: 340px;
    margin: 30px auto 0;
    text-align: left;
    transition: .3s;
}

.top__plan__btn::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    width: 30px;
    height: 30px;
    margin: auto;
    border-radius: 20px;
    background-color: #FFF;
}

.top__plan__btn::after {
    content: '→';
    position: absolute;
    top: 15.5px;
    right: 32px;
    font-family: Roboto;
    font-size: 2.5rem;
    color: #2F486B;
}

/* plan pc */
@media screen and (min-width: 769px) {
    .plan__topic {
        font-size: 4.8rem;
    }

    .m7__plan {
        max-width: 1020px;
        margin: 0 auto;
    }

    .plan__tittle {
        font-size: 3.6rem;
    }

    .plan__tittle__mini {
        font-size: 1.8rem;
        margin-top: 10px;
    }

    .plan__tittle1 {
        margin-top: 50px;
    }

    .plan__tittle2 {
        margin-top: 60px;
    }

    .plan__item {
        padding: 10px;
        margin-top: 60px;
    }

    .plan__line {
        display: flex;
        padding: 20px;
    }

    .plan__img {
        width: 53%;
        margin-right: 60px;
        object-fit: cover;
    }

    .txt__container {
        margin: 10px 0 0;
        width: 409px;
    }

    .plan__number {
        height: 100px;
        width: auto;
    }

    .plan__name {
        font-size: 3.2rem;
        font-weight: 700;
        position: absolute;
        left: 43px;
    }

    .plan__txt {
        font-size: 1.6rem;
        line-height: 24px; /* 150% */
        margin-top: 48px;
    }

    .leuk__plan {
        max-width: 1020px;
        margin: 0 auto;
    }

    .top__plan__btn {
        font-size: 2rem;
        padding: 25px 39px;
        background: #2F486B;
        border-radius: 10px;
        position: relative;
        width: 500px;
        margin: 50px auto 0;
        text-align: left;
    }
    
    .top__plan__btn::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 20px;
        width: 40px;
        height: 40px;
        margin: auto;
        border-radius: 20px;
        background-color: #FFF;
    }
    
    .top__plan__btn::after {
        content: '→';
        position: absolute;
        top: 26px;
        right: 28px;
    }

} /* 769px px */

