@charset "utf-8";

/*PC（751px以上）*/

@media screen and (min-width: 751px) {

    .pc {
        display: block;
    }

    .sp {
        display: none;
    }

    .gasten2025-area {
        width: 100%;
        padding: 90px 0;
        background-color: #191970;
    }

    .gasten2025-title {
        background-color: #1771f8;
        color: #ffffff;
        text-align: center;
        font-size: 2.5vw;
        padding: 2vw;
    }

    .gasten2025-img {
        width: 70%;
        margin: 1vw auto;
        text-align: center;
    }
    .gasten2025-img img{
        width: 1000vh;
    }

    .gasten2025-text {
        width: 80%;
        margin: 3vw auto 0 auto;
    }

    .gasten2025-text {
        display: flex;
        justify-content: center;
        align-items: center;
        color: #333333;
        font-size: 2vw;
        line-height: 1.2;
    }

    .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: 80%;
        text-align: left;
        font-size: 2vw;
        margin: 1vw auto;
        line-height: 1.2;
    }

    .gasten2025-text2 p {
        background-color: #ffffff;
        padding: 1vw;
        border-radius: 30px;

        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: 2.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;
    font-size: 2.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: 60%;
        font-size: 2vw;
        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: 2vw;
        top: -1.5vw;
        display: table;
        margin: 0 auto;
    }

}