body {
    font-family: 'Noto Sans JP', sans-serif;
}
a {
    transition : all 0.5s;
}
a:hover {
    opacity: 0.7;
}
.wrapper {
    max-width: 1200px;
    margin: 0 auto;
}
header {
    display: flex;
    justify-content: space-between;
}
header h1.site-title {
    flex: 0 0 15%;
}

header .RightBox {
    font-size: 0.875em;
    flex: 0 0 20%;
    display: flex;
}
header .RightBox a {
    width: 240px;
    height: 40px;
    margin-top: 2.0625em;
}
header .RightBox a:nth-child(1) {
    border: 1px solid #042274;
    background-color: #042274;
    color: #fff;
    text-decoration: none;
    text-align: center;
}
header .RightBox a:hover:nth-child(1) {
    background-color: rgba(46, 79, 159, 0.68);
}
header .RightBox a:nth-child(2) {
    border: 1px solid #042274;
    color: #042274;
    text-decoration: none;
    text-align: center;
}
header .RightBox a:hover:nth-child(2) {
    background-color: rgba(46, 79, 159, 0.68);
    color: #fff;
}
header .RightBox p {
    padding: 11px 0;
    margin: 0;
}
#kv {
    background-color: #042274;
    color: #fff;
    height: 634px;
    position: relative;
    z-index: 0;
    margin-top: 40px;
}
#kv .wrapper {
    width: 100%;
    display: flex;
}
#kv .left {
    z-index: 20;
}
#kv .right {
    background-image: url(../images/kv-image.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 863px;
    max-width: 863px;
    left: 37.78%;
    top: -40px;
    height: 606px;
    z-index: 10;
}
#kv .left p:nth-child(1) {
    font-size: 3em;
    font-weight: bold;
    padding-top: 76px;
}
#kv .left p:nth-child(2) {
    font-size: 1.375em;
    font-weight: bold;
}
#Information {
    text-align: center;
    padding: 5% 0;
}
#Information div.Info-Btn {
    width: 30%;
    margin: 3% auto;
    text-decoration: none;
    color: #fff;
    border: none;
}
#Information div.Info-Btn a {
    background-color: #042274;
    font-weight: bold;
    padding: 5% 0;
    text-decoration: none;
    border: none;
    color: #fff;
    display: block;
    width: 100%;
}
#Information div.Info-Btn a:hover {
    background-color: rgba(46, 79, 159, 1);
}
#Detail .Flexbox {
    display: flex;
}
#Detail .Flexbox div {
    flex: 0 0 45%;
    margin: 5% 0;
    padding: 0 2%;
}
#Detail h2 {
    color: #042274;
    font-weight: bold;
    font-size: 1.875em;
}
#Detail p.h2-catch {
    font-weight: bold;
}
#Detail .Flexbox img {
    width: 584px;
    height: auto;
}
#Detail p.text {
    line-height: 1.5;
}

footer {
    background-color: #042274;
    color: #fff;
    padding:4% 0 0 0;
}
footer h2 img {
    width: 160px;
    height: 50px;
}
footer p {
    line-height: 2;
}
footer p img {
    margin-right: 12px;
}
footer p a {
    color: #fff;
    text-decoration: none;
}
footer p a:hover {
    color: #fff;
    text-decoration: none;
}
footer div {
    padding-bottom: 4%;
}
footer .copyright {
    background-color: #001245;
    text-align: center;
    padding: 10px 0;
    font-size: 0.75em;
}
.sp {
    display: none;
}
@media screen and (max-width: 414px) {
    header h1.site-title img {
        max-width: 95%;
        height: auto;
        margin-top: 10px;
    }
    #kv {
        padding: 0 5%;
        height: 464px;
    }
    #kv .left {
        margin-top: 40%;
        padding-right: 5%;
    }
    #kv .right {
        background-size: contain;
        max-width: 100%;
        width: 100%;
        left: 0;
    }
    img.RightImage-img {
        max-width: 100%;
        height: auto;
    }
    #kv .left p:nth-child(1) {
        font-size: 2em;
    }
    header h1.site-title {
        flex: 0 0 40%;
    }
    header .RightBox {
        width: 60%;
    }
    header .RightBox a:nth-child(2) p {
        padding: 4px 0 11px 0;
    }
    #Information div.Info-Btn {
        width: 80%;
    }
    #Detail .Flexbox {
        flex-direction: column;
    }
    #Detail h2 {
        font-size: 1.575em;
    }
    #Detail .Flexbox img {
        max-width: 100%;
    }
    .sp {
        display: block;
    }
    footer .wrapper {
        width: 95%;
        margin: 0 auto;
    }

}