@import url(https://fonts.googleapis.com/css?family=Raleway:400,200,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:300);

html {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    letter-spacing: 0.1em;
}
body {
    margin: 0;
    padding: 0;
    color: #333333;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
* {
    box-sizing: border-box;
}
a {
    color: #f82faa;
    text-decoration: none;
    font-weight: bold;
    transition: 0.2s;
    word-break: break-all;
}

header {
    position: relative;
    margin: 0;
}
header .logo {
    text-align: center;
    height: 110px;
    padding: 30px 0;
    z-index: 1;
    position: relative;
    margin: 0 auto;
    width: 102px;
}
header .japanese {
    font-size: 13px;
    letter-spacing: 0.05em;
    position: absolute;
    right: 40px;
    top: 42px;
}
header .japanese a {
    color: #555555;
    font-weight: normal;
}
header:after {
    content: "";
    display: block;
    width: 82px;
    height: 14px;
    background: url("/vn/images/bg_global_nav.png") no-repeat center top;
    background-size: 82px 14px;
    position: absolute;
    bottom: -14px;
    left: 50%;
    margin: 0 0 0 -41px;
    z-index: 10;
}
@media screen and (max-width: 768px) {
    header .logo {
        height: 55px;
        padding: 15px 0;
    }
    header .logo img {
        width: 51px;
        height: 24px;
    }
    header .japanese {
        font-size: 12px;
        right: 20px;
        top: 20px;
    }
}

#mainvisual {
    margin: 0;
    background-image: url("/vn/images/bg_mainvisual.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#mainvisual h1 {
    display: none;
}

#mainvisual {
    height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#mainvisual p {
    margin: 0 30px;
    line-height: 1.0;
    font-size: 40px;
    text-align: center;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    font-weight: 200;
    letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
    #mainvisual p {
        font-size: 32px;
        line-height: 1.5;
    }
}

h2 {
    margin: 100px 0 0;
    font-weight: 200;
    font-size: 48px;
    text-align: center;
    text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
    h2 {
        margin: 50px 0 0;
        font-size: 36px;
    }
}

section {
    width: 960px;
    margin: 100px auto 0;
}
@media screen and (max-width: 1024px) {
    section {
        width: auto;
        margin: 50px 30px 0;
    }
}
section h3 {
    font-size: 28px;
    font-weight: 200;
    text-align: center;
}
section h3 + * {
    margin-top: 50px;
}

section dl {
    display: grid;
    grid-template-columns: 240px 1fr;
    gap: 45px 10px;
}

section dl dt {
    font-weight: 700;
}
section dl dd {
    font-family: "Roboto", sans-serif;
    margin: 0;
    padding: 0;
}
@media screen and (max-width: 768px) {
    section dl {
        display: block;
    }
    section dl dd + dt {
        margin-top: 40px;
    }
    section dl dt + dd {
        margin-top: 5px;
    }
}

#service .images {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
@media screen and (max-width: 768px) {
    #service .images {
        gap: 10px
    }
    #service .images img {
        max-height: 150px;
        width: auto;
        height: auto;
    }
}

#group dl {
    grid-template-columns: 400px 1fr;
    align-items: center;
}
#group dt {
    position: relative;
    padding-left: 120px;
    min-height: 48px;
}
#group dt img {
    position: absolute;
    left: 0;
}
@media screen and (max-width: 768px) {
    #group dt {
        padding-left: 60px;
        min-height: 24px;
    }
    #group dt img {
        width: 51px;
        height: auto;
    }
}

footer {
    text-align: center;
    margin: 100px 0 20px;
}
footer .copyright {
    margin: 40px 0 0;
    font-size: 0.72rem;
    letter-spacing: 0;
}
