/* font */
body {
    font-family: "Roboto", system-ui;
    font-family: "Noto Sans JP", sans-serif;
}

.word-break {
    overflow-wrap: break-word;
    word-break: keep-all;
}

/* 画面幅を制限 */
@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 960px;
    }
}

@media (max-width: 1500px) {
    .background_image {
        object-fit: cover;
        object-position: 0% 100%;
        width: 90%;
    }
}

@media (min-width: 1500px) {
    .kv_logo {
        position: absolute;
        left: 300px;
        top: 450px;
    }
}
@media (max-width: 1500px) {
    .kv_logo {
        position: absolute;
        left: 100px;
        top: 450px;
    }
}

.navbar {
    background-color: #424242;
}

.title_text {
    color: #ffffff;
}

.main {
    padding-top: 3em;
    background-color: #f0f0f0;
}

.footer {
    padding-top: 3em;
    padding-bottom: 1em;
    background-color: #f0f0f0;
}

.nav-text {
    color: #ffffff;
}
.nav-link {
    padding: 0.5rem 0.5rem;
}

@media (max-width: 1000px) {
    .youtube {
        width: 100%;
        aspect-ratio: 16 / 9;
    }
    .youtube iframe {
        width: 100%;
        height: 100%;
    }
}
@media (min-width: 1000px) {
    .youtube {
        width: 900px;
        aspect-ratio: 16 / 9;
        margin: 0 auto;
    }
    .youtube iframe {
        width: 100%;
        height: 100%;
    }
}

.overview {
    background-color: #f8c6bd;
}

@media (min-width: 1200px) {
    .tiled-img {
        width: 400px;
    }
}

.model_sample {
    background-color: #d7df96;
}

.start_guide {
    background-image: url(../img/overview.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
    background-color: #f0c8c8;
    object-fit: cover;
    object-position: 0% 100%;
    width: 100%;
}
.start_guide_bg {
    background-color: rgba(255, 255, 255, 0.95);
}

.application-button_wrapper {
    text-align: center;
    padding-top: 2em;
    padding-bottom: 2em;
}
.button_wrapper {
    text-align: center;
    padding-top: 1em;
    padding-bottom: 1em;
}

.width100 {
    width: 100%;
}

@media (min-width: 540px) {
    .application {
        width: 350px;
        height: 80px;
    }
}
@media (max-width: 540px) {
    .application {
        width: 90%;
        height: 80px;
    }
}

.model-viwer {
    width: 100%;
    height: calc(10);
}

/* 強調リンク */
.select-link:hover {
    background-color: #99e5f5;
}
.application-section {
    background-color: #424242;
    background-size: cover;
    padding: 1em;
}

/* 装飾 */
h3 {
    margin-top: 1.5em;
    margin-bottom: 1em;
    border-bottom: solid 3px black;
}

h4 {
    margin-top: 1em;
}

.order {
    padding-top: 1em;
    padding-bottom: 0.5em;
}
@media (max-width: 992px) {
    .order-last {
        margin-bottom: 3rem;
    }
}

/* テーブル */
tbody {
    background-color: #f8f8f8;
}

/* 改行位置の調整 */
span {
    display: inline-block;
}

/* ナビゲータ */
@media (max-width: 540px) {
    .align-right {
        text-align: center;
    }
}
@media (min-width: 540px) {
    .align-right {
        justify-content: flex-end !important;
    }
}

a.footerLink {
    color: #6c757d;
}
.footerLink:hover {
    color: #3c4247;
}
