@charset "utf-8";
*{
    margin: 0;
    padding: 0;
}
.main-visual {
    padding-top: 140px;
    padding-bottom: 120px;
    margin-top: 0px;
    background-image: url("images/main.png");
    background-size: cover;
    background-position: top;
    color: #f5f5f5;
    text-align: center;
}
.top-title {
    font-size: 64px;
    margin-bottom: 0px;
}
.top-title-En {
    font-size: 24px;
    margin-bottom: 25px;
}
.top-subtitle {
    font-size: 24px;
    margin-bottom: 5px;
}
.top-text {
    opacity: 0.9;
    font-size: 20px;
}
.main {
    padding: 80px 0;
    color: #5a5c5f;
    text-align: center;
}
.main h2 {
    margin-bottom: 25px;
}
.main-image {
    width: 503px;
    height: 473px;
    margin-bottom: 25px;
    box-shadow: 2px 2px 4px #b7b7b7;
    border-radius: 5px;
}
.main h3 {
    margin-bottom: 10px;
}
.index a {
    line-height: 56px;
    color: #5a5c5f;
    font-size: 20px;
    font-weight: bold;
    padding: 16px 5px;
}
.index a:hover {
    background-color: #e2f1ff;
    transition: background-color 0.5s;
}