@charset "UTF-8";

html {
    font-size: 100%;
}

body {
    background-color: #f0f0f0;
    color: #000;
    font-size: 0.875rem;
}

a {
    color: #000;
    font-size: 0.875rem;
    text-decoration: none;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

li {
    list-style: none;
}

.logo {
    width: 100px;
    line-height: 1px;
    margin-right: 60px;
}

.logo a {
    display: block;
}


.page-title{
    font-weight: normal;
    line-height: 1;
    margin-bottom: 10px;
    background-color: #121212;
    color: #fff;
    height: 220px;
}
.page-title::after{
    content: "";
    width: 40px;
    height: 1px;
    background-color: #fff;
    display: block;
    margin: 0 auto;
}
.page-title .en {
    display: block;
    font-size: 2.25rem;
    letter-spacing: 0.3em;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.page-title .ja {
    display: block;
    font-size: 0.875rem;
    margin-bottom: 36px;
}
.pt{
    padding-top: 100px;
    text-align: center;
}