@charset "utf-8";
html {
    font-family: "Noto Sans JP Variable", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", "Montserrat";
    font-style: normal;
}

.navbar-icon{
    padding-right: none;
}
@media screen and (min-width: 768px) {   
    .navbar-icon
        padding-right: 64px;
    }
}

h2{
    position: relative;
    margin-bottom: 1px;
    font-size: 24px;
    font-weight: 700;
}

.h2_english{
    position: relative;
    color: #016AFF;
    font-size: 16px;
    font-weight: 700;
}

.card-english{
    position: relative;
    color: #016AFF;
    font-size: 18px;
    font-weight: 700;
}


div#cover{
    margin-top: 20px;
    padding-bottom: 20px;
}

.hero-message-2{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: center;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 12px;
    background-color: rgba(255, 255, 255, 1);

    font-size: 16px;
    font-weight: 700;
}

.hero-message-3{
    width: 150px;
    font-size: 18px;
    font-weight: 700;
}
a.hero-message-3 span{
    display: inline-block;
}

@media screen and (min-width: 481px) {
    .titanman{
        position: relative;
        margin-left: -100px;
        margin-right: 0px;
    }
    .hero-message{
        position: absolute;
        margin-left: 15%;    }
    .hero-message-1{
        position: relative;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: flex-start;
        justify-content: flex-start;
        width: 340px;
        max-height: 100%;
        padding-left: 8px;
        padding-right: 22px;
        margin-bottom: 18px;
        background-color: rgba(255, 255, 255, 1);

        font-size: 56px;
        font-weight: 700;
    }

    .hero-message-2{
        width: 15rem
    }

    .hero-message-3{
        font-size: 22px;
        font-weight: 700;
        width: auto;
    }
}

@media screen and (min-width: 768px) {   
    .titanman{
        position: relative;
        margin-left: 0px;
        margin-right: 100px;
    }
    .hero-message{
        position: absolute;
        margin-left: 300px;
        width:40%;
    }
    .hero-message-1{
        position: relative;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: flex-start;
        justify-content: flex-start;
        width: 380px;
        max-height: 100%;
        padding-left: 8px;
        padding-right: 0px;
        margin-bottom: 18px;
        background-color: rgba(255, 255, 255, 1);
    }
    .hero-message-2{
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: left;
        justify-content: center;  
    }
    .hero-message-3{
        font-size: 22px;
        font-weight: 700;
    }
}

@media screen and (min-width: 1024px) {   
    .hero-message{
        position: absolute;
        margin-left: 500px;
        width:40%;
    }
}

div#message1{
    margin-left: 20px;
    margin-right: 20px;
}

.message1-text {
    padding-left: 20px;
    padding-right: 20px;
}

.message1-text > * > span{
    display: inline-block;
}

.message1-img{

}
@media screen and (min-width: 993px) {   
    .message1-img{
    }    
}

div#message2{
    margin-top: 20px;
    padding-bottom: 20px;
}

div#aboutus{
    padding-top: 30px;
    margin-bottom: 30px;
}

.aboutus-cards{
    padding-left: 2%;
    padding-right: 2%;
}

.aboutus-card{
    margin-top: 54px;
    margin-bottom: 54px;
    max-height: 800px;
}

.aboutus-img{
    width: 100%;
    min-height: 200px;
    object-fit: cover;
    padding-left: 0%;
    padding-right: 0%;
}

.product-name{
    position: relative;
    margin-bottom: 1px;
    font-size: 32px;
    font-weight: 700;
}

.product-text span{
    display: inline-block;
}

.product-img{
    width: 100%;
    max-width: 640px;
    min-height: 200px;;
    object-fit: cover;
}

.spec-CRAD{
    max-width: 640px;
    align-content: center;
}


.spec-cards div div h4::before{
    content:"■";
    color: #7bd7ff;
}


@media screen and (min-width: 481px) {
    .aboutus-img{
        width: 100%;
        min-height: 300px;
        object-fit: cover;
    }
    .aboutus-cards{
        padding-left: 20%;
        padding-right: 20%;
    }
    
}

@media screen and (min-width: 993px) {   
    .aboutus-card{
        max-height: 350px;
    }
    .aboutus-img{
        height: 100%;
        max-height: 350px;
        min-width: 300px;
        object-fit: cover;
    }
    .aboutus-cards{
        padding-left: 20%;
        padding-right: 20%;
    }
    
}

.news-list-group{
    max-height: 300px;
    margin-bottom: 10px;
    overflow:scroll;
    -webkit-overflow-scrolling: touch;
}

.news-list-group a{
    border-left: solid 8px #7bd7ff;
    padding: 0.5em;
    line-height: 1.5;
    text-align: left;
}

.details-card{
    background-color: #ffffff;
}

.footer-list-item{
    background-color: #f1f9fb1f;
    color: #ffffff;
    border-top: 1px solid #ccc;
    border-left-color: #ccc;
    border-right-color: #ccc;
}

.voice-card{
    text-align: center;
    height: 100%;
}