@charset "UTF-8";

main {
    background-color: #000;
}

.about {
    margin: 0 0 50px 0;
}

.aboutTtl span {
    font-family: "Lora";
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
    font-size: 45px;
    color: #FFF;
    letter-spacing: 10px;
}

.aboutJapanese {
    margin: 25px 0 40px 0;
}

.aboutJapanese span {
    font-family: "Noto Serif JP";
    font-optical-sizing: auto;
    font-style: normal;
    color: #FFF;
    font-size: 16px;
    letter-spacing: 3px;
}

.aboutTxt p {
    font-family: "Noto Serif JP";
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    letter-spacing: ;
    line-height: 2;
    color: #FFF;
}

.line {
    height: 1px;
    background: linear-gradient(
        to right,
        rgba(255,255,255,0),
        rgba(255,255,255,0.3),
        rgba(255,255,255,0)
    );
}

.mission {
    margin: 50px 0;
}

.missionTtl {
    margin: 0 0 50px 0;
}

.missionTtl span {
    font-family: "Lora";
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
    font-size: 22px;
    color: #FFF;
    letter-spacing: 10px;
}

.missionJapanese {
    margin: 0 0 20px 0;
}

.missionJapanese span {
    font-family: "Noto Serif JP";
    font-optical-sizing: auto;
    font-style: normal;
    color: #FFF;
    font-size: 24px;
    letter-spacing: 3px;
}

.missionTxt p {
    font-family: "Noto Serif JP";
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    letter-spacing: ;
    line-height: 2;
    color: #FFF;
}

.features {
    margin: 50px 0;
}

.featuresTtl {
    text-align: center;
    margin: 0 0 12px 0;
}

.featuresTtl span {
    font-family: "Lora";
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
    font-size: 22px;
    color: #FFF;
    letter-spacing: 10px;
}

.shortLine {
    border: solid 1px #5C5C5C;
    width: 30px;
}

.features .shortLine {
    margin: 0 auto;
}

.features ul {
    margin: 20px 0 0 0;
}

.featuresContentTtl span {
    color: #FFF;
    font-family: "Google Sans";
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "GRAD" 0;
    letter-spacing: 2px;
    font-size: 14px;
}

.featuresContentTxt p {
    font-family: "Noto Serif JP";
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    letter-spacing: ;
    line-height: 2;
    color: #FFF;
}

.history {
    margin: 50px 0 0 0;
}

.historyTtl {
    margin: 0 0 12px 0;
}

.historyTtl span {
    font-family: "Lora";
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
    font-size: 22px;
    color: #FFF;
    letter-spacing: 10px;
}

.historyContent {
    margin: 20px 0 0 0;
}

.history li {
    color: #FFF;
    font-family: "Google Sans";
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "GRAD" 0;
    letter-spacing: 2px;
}

.history li:not(:last-child) {
    margin: 0 0 15px 0;  
}

.history li span {
    margin: 0 20px 0 0;
}