@charset "utf-8";

/*SP（750px以下）*/

@media screen and (max-width: 750px) {

    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .gasten2025-area {
        width: 100%;
        padding: 45px 0;
        background-color: #191970;
    }

    .gasten2025-title {
        background-color: #1771f8;
        color: #ffffff;
        text-align: center;
        font-size: 7vw;
        line-height: 1.2;
        padding: 2vw;
    }

    .gasten2025-img {
        width: 100%;
        margin: 1vw auto;
        text-align: center;
    }

    .gasten2025-text {
        width: 80%;
        margin: 3vw auto 0 auto;
        line-height: 1.2;
    }

    .gasten2025-text {
        display: flex;
        justify-content: center;
        align-items: center;
        color: #333333;
        font-size: 3.5vw;
    }

    .gasten2025-text::before,
    .gasten2025-text::after {
        width: 3px;
        height: 40px;
        background-color: #2589d0;
        content: '';
    }

    .gasten2025-text::before {
        transform: rotate(-35deg);
        margin-right: 30px;
    }

    .gasten2025-text::after {
        transform: rotate(35deg);
        margin-left: 30px;
    }

    .gasten2025-text2 {
        width: 90%;
        text-align: left;
        line-height: 1.4;
        font-size: 4vw;
        margin: 1vw auto;
    }

    .gasten2025-text2 p {
        background-color: #ffffff;
        padding: 3vw;
        border-radius: 15px;

        display: inline-block;
    }

    .gasten2025-button {
        background-color: #fff;
        border: solid 2px #191970;
        color: #191970;
        border-radius: 20px;
        padding: 10px 30px;
        text-decoration: none;
        font-size: 1em;
        box-shadow: 0 5px 0 #191970;
        display: inline-block;
        transition: .3s;
        font-size: 5vw;
    }

    .gasten2025-button:hover {
        color: #191970;
        transform: translateY(5px);
        box-shadow: 0 0 0 #191970;
    }

    .gasten2025-center {
        margin: 1vw auto;
        text-align: center;
    }

    .gasten2025_title {
        margin: 2vw auto 7vw auto;
        font-size: 5vw;
        text-align: center;
        color: #ffffff;
        font-weight: bold;
    }

    .gasten2025_title span {
        position: relative;
    }

    .gasten2025_title span::after {
        content: '';
        background-size: 10px 10px;
        background-color: #e1eef5;
        background-image: repeating-linear-gradient(-45deg, #ffffff 0, #ffffff 3px, #191970 0, #191970 50%);
        width: 100%;
        height: 7px;
        position: absolute;
        bottom: -5px;
        left: 0;
    }

    .gasten2025_title2 {
        margin: 3vw auto;
        position: relative;
        text-align: center;
        color: #ffffff;
        padding: 3vw;
        border: #ffffff 2px solid;
        width: 95%;
        font-size: 4vw;
        text-align: left;
        line-height: 1.2;

    }

    .gasten2025_title3 {
        position: absolute;
        right: 0;
        left: 0;
        background-color: #191970;
        padding: 0.5vw;
        color: #ffffff;
        text-align: center;
        font-size: 4vw;
        top: -3.5vw;
        display: table;
        margin: 0 auto;
    }

}