@charset "utf-8";
.main-visual {
    padding-top: 140px;
    padding-bottom: 100px;
    background-image: url("images/main.png");
    background-size: cover;
    color: #f5f5f5;
    text-align: center;
}
.top-title {
    font-size: 64px;
    margin-bottom: 10px;
    text-shadow: 2px 3px 2px #527fd3; 
}
.me {
    height: 200px;
    margin-top: 8px;
    border-radius: 50%;
}
.main {
    padding: 80px 0;
    color: #5a5c5f;
}
.one {
    text-align: center;
    text-decoration:underline;
    text-decoration-color: #5597d4;
}
.two {
    text-align: left;
}
.box{
    margin: -3.5em auto;
    padding: 1em;
    width: auto;
    background-color: #fff; /* 背景色 */
    border: 1px solid #ccc; /* 枠線 */
    text-align: center;
}