.title-container > h1 {
    margin-top: -6.66vw;
}
@media only screen and (max-width:560px) {
    .title-container {
        height: 36.97vw;
    }
    .title-container > h1 {
        font-size: 3.5vw;
        margin-top: 3.48vw;
    }
    .title-container > h1.right {
        right: 20.89vw;
    }
}


.message-container {
    height: 127.267vw;
    background-color: #91425B;
    padding: 12.5vw 0px;
    padding-left: 47.25vw;
    position: relative;
    width: 100%;
}
.message-body {
    overflow: hidden;
    white-space: nowrap;
    font-family: "A1明朝";
    font-size: 1.86vw;
    line-height: 7.8vw;
    color: #FFF;
    margin-top: -3vw;
}
@media only screen and (max-width:560px) {
    .message-body {
        font-size: 2.48vw;
    }
}
.message-image {
    position: absolute;
    top: 12.5vw;
    left: 22.3vw;
    width: 7.266vw;
}
.message-image > img {
    width: 7.266vw;
    height: 92.8vw;
}
.message-image > h2 {
    
    color: #FFF;
    margin: -1.0vw 2.0vw 2.0vw 2.0vw;

    width: 7.266vw;
    white-space: nowrap;

    font-size: 9.156vw;
    letter-spacing: 3.5vw;
    
    font-feature-settings: normal;
    writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.message-image > h2 > span{
    display: inline-block;
    letter-spacing: -3.0vw;
}
.message-image > h2 > span.spacer {
    letter-spacing: -8.0vw;
}


.vision-container > div {
    width: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: #000;
    color: #FFF;
    text-align: center;
    width: 100vw;
    height: 58.667vw;
}
.vision-container > div > div {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.vision-container > div h3 {
    font-family: "A1明朝";
    font-size: 3.33vw;
}
.vision-container > div ul,
.vision-container > div ol {
    display: inline-block;
    padding: 0;
}
.vision-container > div ol {
    text-align: left;
    list-style: cjk-ideographic;
    list-style: none;
}

.vision-container > div ul {
    list-style: none;
}
.vision-container > div ul li,
.vision-container > div ol li {
    margin: 2.66vw 0;
    font-size: 2.0vw;
}
@media only screen and (max-width:560px) {
    .vision-container > div ul li,
    .vision-container > div ol li {
        font-size: 3.13vw;
    }
}

.vision-container > div ol li span {
    display: none;
}
.vision-container > div ol li::before {
    content: attr(data-label);
    padding-right: 1.66vw;
}

.company-container,
.histrory-container {
    text-align: center;
}
.company-container p,
.histrory-container p {
    margin: 0;
}
.company-container p:first-of-type,
.histrory-container p:first-of-type {
    padding-top: 5.46vw;
}
.company-container p:nth-of-type(2),
.histrory-container p:nth-of-type(2) {
    padding-top: 2.8vw;
}
.company-container p:nth-of-type(3),
.histrory-container p:nth-of-type(3) {
    font-family: "ヒラギノ角ゴ ProN W3", "Noto Sans JP";
    font-size: 1.73vw;
    padding-top: 1.46vw;
}
.company-container > p:nth-child(1) > img,
.histrory-container > p:nth-child(1) > img {
    width: 3.33vw
}
.company-container > p:nth-child(2) > img {
    width: 38.33vw
}
.histrory-container > p:nth-child(2) > img {
    width: 18.06vw
}
@media only screen and (max-width:560px) {
    .company-container p:nth-of-type(3),
    .histrory-container p:nth-of-type(3) {
        font-size: 3.191vw;
    }
    .company-container > p:nth-child(1) > img,
    .histrory-container > p:nth-child(1) > img {
        width: 4.653vw;
    }
    .company-container > p:nth-child(2) > img {
        width: 54.10vw
    }
    .histrory-container > p:nth-child(2) > img {
        width: 25.42vw
    }
}



.company-container > div,
.histrory-container > div {
    display: inline-block;
}
.company-container > table,
.histrory-container > table {
    margin-top: 50px;
    border-collapse:collapse;
    display: inline-table;
    text-align: left;
    width: 60%;
}
@media only screen and (max-width:560px) {
    .company-container > table,
    .histrory-container > table {
        width: 90%;
    }
}
.company-container > table td.item,
.histrory-container > table td.item {
    font-family: "ヒラギノ角ゴ ProN W3", "Noto Sans JP";
    white-space: nowrap;
    width: 13.3vw;
    padding: 0.66vw;
    font-size: 1.55vw
}
.company-container > table td.value,
.histrory-container > table td.value {
    font-family: "ヒラギノ角ゴ ProN W3", "Noto Sans JP";
    width: calc(100% - 13.3vw);
    padding: 1.0vw 0.66vw;
    font-size: 1.55vw
}
.company-container > table td.value ul,
.histrory-container > table td.value ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.company-container > table td.value li,
.histrory-container > table td.value li {
    font-family: "ヒラギノ角ゴ ProN W3", "Noto Sans JP";
    padding: 0.5vw;
}
.company-container > table td.value li:before,
.histrory-container > table td.value li:before {
    content: '・';
    margin-right: 0.5em;
}
@media only screen and (max-width:560px) {
    .company-container > table td.item,
    .histrory-container > table td.item {
        width: 18.75vw;
        font-size: 2.675vw;
        padding: 1.6vw 2.5vw 1.6vw 2.5vw;
    }
    .company-container > table td.value,
    .histrory-container > table td.value {
        width: calc(100% - 18.75vw);
        font-size: 2.675vw;
        padding: 1.6vw 2.5vw 1.6vw 2.5vw;
    }
}
.company-container table tr,
.histrory-container table tr {
    border-bottom: 1px solid #000;
}
.company-container table tr:first-child,
.histrory-container table tr:first-child {
    border-top: 1px solid #000;
}

.map-container {
    margin-top: 6.66vw;
    width: 100%;
    height: 55.06vw;
}
@media only screen and (max-width:560px) {
    .map-container {
        margin-top: 6.66vw;
        width: 100%;
        height: 76.07vw;
    }
}

.map-container > iframe {
    border: none;
    width: 100%;
    height: 100%
}
