@charset "utf-8";

/* index ------------------------------------------------- */

.topContents {
	position: relative;
    .mainimage img {
        width: 100%;
        vertical-align: bottom;
    }
    .topStage {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 20px;
        position: absolute;
        display: flex;
        align-items: center;
        @media (width <= 768px) {
            padding: 15px;
            position: relative;
            display: block;
        }
        .main-text {
            width: 670px;
            margin: 0 auto;
            font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
            font-size: 5rem;
            font-weight: bold;
            line-height: 1.3;
            position: absolute;
            bottom: 30px;
            @media (width <= 768px) {
                width: 100%;
                font-size: 2.5rem;
                position: relative;
                left: unset;
                bottom: unset;
            }
            div {
                text-align: center;
                @media (width <= 768px) {
                    text-align: center;
                }
                &:first-child {
                    margin-bottom: 15px;
                }
                /*&:last-child {
                    text-align: right;
                    @media (width <= 768px) {
                        text-align: center;
                    }
                }*/
                span {
                    /*background: #ffea35;*/
                    padding: 5px 15px 1px 15px;
                }
            }
            
        }
    }
}

/* headline */
.headlineSection {
    h2 {
        margin-bottom: 40px;
        font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
        font-size: 3.8rem;
        font-weight: bold;
        text-align: center;
        position: relative;
        @media (width <= 768px) {
            font-size: 3.0rem;
        }
        &::after {
            content: "";
            background: #9b2231;
            border-radius: 500px;
            width: 150px;
            height: 5px;
            display: block;
            position: absolute;
            bottom: -10px;
            left: calc((100% - 150px) / 2);
        }
    }
    .futureBox {
        background: #ffe8eb;
        margin: 0 auto 50px auto;
        padding: 30px;
        font-size: 3rem;
        display: table;
        @media (width <= 768px) {
            padding: 15px;
            font-size: 2.0rem;
        }
    }
}

/* 本ビジネススクールの特徴 */
.futureSection {
    h2 {
        background: #9b2231;
        margin-bottom: 40px;
        padding: 22px 10px 15px 10px;
        font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
        font-size: 3.4rem;
        font-weight: bold;
        text-align: center;
        line-height: 1;
        color: #fff;
        position: relative;
        @media (width <= 768px) {
            font-size: 2.8rem;
        }
    }
    .futureList {
        .futureList-img {
            margin-bottom: 15px;
            img {
                vertical-align: bottom;
            }
        }
        .futureList-title {
            border-bottom: 2px dotted #666;
            margin-bottom: 15px;
            font-size: 2.0rem;
            font-weight: bold;
        }
        .futureList-text {
            
        }
    }
}