body {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
    margin: 0;
    background-image: url('Images/background.png');
    background-repeat: repeat-y;
    background-size: 90%;
}

h1, h2, h3{
    text-align: center;
}

/*ヘッダ*/
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    box-sizing: border-box;
    background-color: white;
    padding: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    z-index: 10000;
}

    header .logo {
        width: 40px;
        display: inline-block;
        vertical-align: middle;
    }

nav {
    display: inline-block;
    vertical-align: middle;
}

    nav ul {
        margin: 0;
        padding: 20px 0 0 0;
    }

    nav li {
        display: inline;
        margin-left: 10px;
    }

        nav li a {
            color: black;
            text-decoration: none;
        }



@media screen and (max-width: 480px) {
    header nav {
        display: none;
    }
}

header .inq-button {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 60px;
    text-align: center;
}

    header .inq-button a {
        width: 100%;
        max-width: 400px;
        box-sizing: border-box;
        padding: 5px;
        margin: 0;
        position: relative;
        display: inline-block;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        text-align: center;
        vertical-align: middle;
        text-decoration: none;
        border-radius: 0.5rem;
        color: #fff;
        background-color: #ff0e5b;
        border-bottom: 5px solid #cb0041;
    }

    header .inq-button p:first-child {
        font-size: 0.6rem;
        font-weight: normal;
    }

    header .inq-button p {
        font-size: 1rem;
        font-weight: 700;
        margin: 0;
    }

/* TOP画像エリア */
#top-area{
    padding-top: 60px;
    background-color: #DBDBD7;
}

    #top-area .top-image {
        width: 100%;
        min-height: 300px;
        max-height: 550px;
        object-fit: contain;
        object-position: top;
        display: block;

    }

    #top-area .top-sub{
        position: absolute;
        top: 70px;
        left: 55%;
        display: flex;
        flex-direction: column;
    }

    #top-area .top-massage {
        flex: 1;
        margin-bottom:20px;
    }

        #top-area .top-massage p{
            font-size: 2.5rem;
            font-weight: 700;
            color: black;
            margin-top:1rem;
            margin-bottom:1rem;
        }

        #top-area .top-massage p .strong{
            font-weight: 900;
            color: #ff0e5b;
        }

    #top-area .top-logo{
        width:90%;
        background-color: rgba(255, 255, 255, 0.7);
    }

        #top-area .top-logo .logo-prefix{
            text-align: center;
            font-weight: 600;
            font-size: 1rem;
        }

        #top-area .top-logo img{
            width:500px;
            max-width:100%;
            display: block;
        }

@media screen and (max-width: 1240px) {
    #top-area .top-massage p{
            font-size: 2rem;
            margin-top:0.5rem;
            margin-bottom:0.5rem;
        }
}

@media screen and (max-width: 856px) {
    #top-area .top-massage p{
            font-size: 1rem;
            margin-top:0rem;
            margin-bottom:0.5rem;
        }
}

@media screen and (max-width: 662px) {
    #top-area .top-sub{
        position: relative;
        top: 0;
        left:0;
        display: flex;
        flex-direction: column;
    }

    #top-area .top-massage {
        flex: 1;
        text-align: center;
    }

    #top-area .top-logo{
        width:100%;
        background-color: rgba(255, 255, 255, 0.7);
    }

    #top-area .top-logo img{
        margin-left:auto;
        margin-right:auto;
    }
}
        

/*本文*/
.sheet1 {
    padding-bottom: 20px;
    padding-top: 40px;
}

    .sheet1 .paper {
        margin-right: auto;
        margin-left: auto;
        background: #ffffff;
        width: 95%;
        max-width: 845px;
        border-radius: 10px;
        box-shadow: 1px 1px 4px #333;
    }


.sheet2 {
    background-color: #DBDBD7;
    padding-bottom: 20px;
    padding-top: 40px;
}

    .sheet2 .paper {
        margin-right: auto;
        margin-left: auto;
        background: #ffffff;
        width: 95%;
        max-width: 845px;
        border-radius: 10px;
        box-shadow: 1px 1px 4px #333;
    }

.content{
    max-width:900px;
    margin-left:auto;
    margin-right:auto;
}

.features {
    display: flex;
    padding:10px
}

.features-left {
    padding:2px;
}

.features-right {
    max-width: 50%;
    padding:2px;
}

.features img{
    width: 100%;
}

@media screen and (max-width: 480px) {
    .features {
        display: block;
    }
    .features-right {
        max-width: 100%;
    }
}

/* 導入事例の吹き出し */
.faceicon {
    float: left;
    width: 80px;
}

.faceicon img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.sheet2 .faceicon img{
    background-color: #ffffff;
}

.says {
    display: inline-block;
    position: relative;
    margin: 0 0 0 15px;
    padding: 30px;
    max-width: calc(100% - 100px);
    box-sizing: border-box;
    border-radius: 12px;
    background: #fff;
}

.says p {
    margin: 0;
    padding: 0;
    text-align: left !important;
}

.says:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 30px;
    left: -19px;
    border: 8px solid transparent;
    border-right: 18px solid #fff;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
}

/* 3Dサンプル */
#three-d-vision{
    width:800px;
    max-width: 100%;
}

/*お問い合わせボタン*/
.content .inq-button {
    text-align: center;
}

    .content .inq-button a {
        width: 100%;
        max-width: 400px;
        box-sizing: border-box;
        padding: 10px;
        margin: 0;
        position: relative;
        display: inline-block;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        text-align: center;
        vertical-align: middle;
        text-decoration: none;
        border-radius: 0.5rem;
        color: #fff;
        background-color: #ff0e5b;
        border-bottom: 5px solid #cb0041;
    }

    .content .inq-button p:first-child {
        font-size: 0.7rem;
        font-weight: normal;
    }

    .content .inq-button p {
        font-size: 1.3rem;
        font-weight: 700;
        margin: 0;
    }
    
/*フッター*/
footer {
    background-color: #182e38;
    padding: 5px;
    text-align: center;
    margin-top: 50px;
    color: #fff;
    font-size: 0.6rem;
}

footer .block-list {
    text-align:center;
}

    footer .block {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
        margin-bottom:5px;
        padding:5px;
        background: #eeeeee;
    }

footer .block img{
    max-width:200px;
}

footer .copyright {
    text-align: center;
}
