body{
    background-color: ghostwhite
}


.pink_circle{
    position: absolute;
    left: 50vw;
    opacity: 0.3;
    z-index: -1;
}
.box_blue{
    position: relative;
    top: -10vw;
    right: 20vw;
    opacity: 0.3;
    z-index: 0;
}

.message_title{
    margin-top: 3vw;
    margin-left: 5vw;
    font-size: 3vw;
    font-weight: 600;
    width: 40vw;
    padding-bottom: 6px;
    border-bottom: solid 2px #0074e8;
}

.company_head{
    color: black;
    border-bottom: 0.4vh solid #0074e8;
    padding-bottom: 2vh;
}
.company_head.active{
    color: white;
}
.home_head{
    border-bottom: none;
}
/* /////////メニューバーアニメーション///////// */
.call_head:hover{
    border-bottom: 0.4vh solid #0074e8;
    padding-bottom: 2vh;
    transition: 0.3s;
}

.access_head:hover{
    border-bottom: 0.4vh solid #0074e8;
    padding-bottom: 2vh;
    transition: 0.3s;
}
.home_head:hover{
    border-bottom: 0.4vh solid #0074e8;
    padding-bottom: 2vh;
    transition: 0.3s;
}
.work_head:hover{
    border-bottom: 0.4vh solid #0074e8;
    padding-bottom: 2vh;
    transition: 0.3s;
}


/* /////////////////////////メッセージボックス設定///////////////////////////////// */
.message_box{
    width: 80vw;
    margin-top: 10vw;
    margin-left: 10vw;
    padding-bottom: 5vw;
    background-color: white;
    box-shadow: 0 15px 30px 0 rgba(0,0,0,.11), 0 5px 15px 0 rgba(0,0,0,.08);
}
.message_box hr{
    width: 20vw;
    color: rgb(210, 210, 210);
    margin-top: 1.5vw;
}
.message_box h1{
    font-size: 2.5vw;
    font-weight: 600;
}
.message_box span{
    color: #0074e8;
    font-size: 2.5vw;
    font-weight: 600;
}
.message_box_title{
    display: flex;
    justify-content: center;
    padding-top: 5vw;
}
.message_box h2{
    margin-top: 4vw;
    font-weight: 600;
    text-align: center;
    font-size: 2vw;
}
.message_box p{
    margin-top: -28vw;
    margin-left: 6vw;
    font-size: 1.7vw;
    line-height: 3.2vw;

}
.ceo_pic{
   margin-left: 48vw; 
   margin-top: 6vw;
}
.sitemap_content{
   position: relative;
   left: -33vw;
   top: 7vw;
   padding-bottom: 5vw;
}
.mes_footer{
    position: absolute;
    top: 179vw;
    left: 0vw;
    width: 100vw;
    background-color: #2E3642;
}
.mes_footer h1{
    text-align: center;
    padding: 1vw;
    color: white;
    font-size: 1.5vw;
}

.sitemap_mes_450{
    display: none;
}

.mail_top{
    text-align: center;
}
.phone_top{
    text-align: center;
}

@media screen and (max-width:780px) {
    .message_title{
        margin-left: 10vw;
    }
    .message_full_content{
        margin-top: 20vw;
    }
    .mes_footer{
        top: 186vw;
    }
}
@media screen and (max-width:650px) {
    .logo_footer_text{
        width: 30vw;
    }
}
@media screen and (max-width:600px) {
    .mes_footer{
        top: 195vw;
    }
}
@media screen and (max-width:450px) {
    .message_full_content{
        margin-top: 25vw;
    }
    .sitemap_mes_450{
        display: block;
    }
}




