@charset "UTF-8";

/**fv**/
h2 {
    background-image: url(../img/top/top-fv.jpg);
}

.interview {
    text-align: center;
}

.award {
    margin-top: 30px;
    text-align: left;
}

.award img {
    border-radius: 10px;
}

.award-01-text,
.award-02-text,
.award-03-text,
.award-04-text {
    width: 100%;
    margin-bottom: 10%;
}

.award-01-text p,
.award-02-text p,
.award-03-text p,
.award-04-text p {
    margin-bottom: 1rem;
}

.award-01-img,
.award-03-img {
    width: 50%;
    float: right;
    margin-left: 1rem;
    margin-bottom: 1rem;
}

.award-02-img,
.award-04-img {
    width: 50%;
    float: left;
    margin-right: 2rem;
    margin-bottom: 1rem;
}


/*font
英語
font-family: "Quicksand", sans-serif;
font-weight: Light-300,Regular-400,Medium-500,SemiBold-600,Bold-700;

日本語
font-family: "Murecho", sans-serif;
font-weight: Thin-100,ExtraLight-200,Light-300,Regular-400,Medium-500,SemiBold-600,Bold-700,ExtraBold-800,Black-900;
*/