@charset "UTF-8";
/* Access */
.mv:before{background: url("../img/access/mv.jpg") no-repeat center center/cover;}

@media only screen and (max-width: 480px) {
  .mv:before{background: url("../img/access/mv_sp.jpg") no-repeat center center/cover;}
}

.box-1 {
    margin-bottom: 100px;
}

img {
    height: auto;
}

.box-1 .titleBig {
    margin-bottom: 75px;
}

.flexbox .col {
    width: 48.5%;
}

.box-1 .flexbox .col {
    text-align: center;
    padding: 10px 0;
    border: 1px solid #e60012;
    margin-bottom: 30px;
}

.box-1 .flexbox .col p {
    font-size: min(2.5vw,25px);
    color: #e60012;
    line-height: 1.5;
}

.box-1 .flexbox .col b {
    font-size: 200%;
    color: #e60012;
    line-height: 1;
}

.box-1 figure {
    margin-bottom: 20px;
}

.box-1 figure.img-1 {
    width: 52.5%;
    position: relative;
}

.box-1 figure.img-2 {
    width: 42.5%;
}

.box-1 figure.img-1::after {
    position: absolute;
    content: '';
    background-image: url('../img/access/access_ic.png');
    width: 19px;
    height: 12px;
    right: -6%;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
}

.box-1>figure {
    margin-top: 50px;
}
.box-2{margin-bottom: 60px;}
.box-2 .titleLine {
    font-weight: 500;
}

.box-2>figure {
    margin-bottom: 30px;
}

.box-3 h5 {
    font-size: 18px;
    margin-bottom: 10px;
    border-bottom: 1px solid #234da0;
    color: #234da0;

}

.box-3 .col-2 h5 {
    border-bottom: 1px solid #eb6d9a;
    color: #eb6d9a;
}

.box-3 .col a {
    font-size: 25px;
    line-height: 17px;
}

.box-3 .info {
    margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
    .box-1 .titleBig {
        margin: 0 -20px 40px;
    }

    .box-1 .flexbox .col p {
        font-size: min(4.5vw,25px);
    }

    .box-1 figure.img-1 {
        margin-bottom: 50px;
    }

    .box-1 figure.img-1,
    .box-1 figure.img-2 {
        width: 100%;
    }

    .box-1 figure.img-1::after {
        transform: rotate(90deg);
        display: block;
        left: 15%;
        right: auto;
        top: auto;
        bottom: -25px;
    }

    .flexbox .col {
        width: 100%;

    }
    .box-2{margin-bottom: 30px;}
    .box-3 .flexbox .col {
        margin-bottom: 30px;
    }


    

    .box-3 .col a {
        font-size: 22px;
    }

    .box-1 {
        margin-bottom: 50px;
    }
    .box-1 .box-btn{padding-bottom: 10px;}
    .box-1 .flexbox .col {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 576px) {
    iframe {
        height: 300px;       
    }
}