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;
}

.work_head{
    color: black;
    border-bottom: 0.4vh solid #0074e8;
    padding-bottom: 2vh;
}
.work_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;
}
.company_head:hover{
    border-bottom: 0.4vh solid #0074e8;
    padding-bottom: 2vh;
    transition: 0.3s;
}


/* /////////////////////////メッセージボックス設定///////////////////////////////// */
.message_box{
    width: 80vw;
    margin-top: 10vw;
    margin-left: 10vw;
    margin-bottom: 0vh;
    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:relative;
    width: 102vw;
    left: -10vw;
    bottom: -20vh;
    background-color: #2E3642;
}
.mes_footer h1{
    text-align: center;
    padding: 1vw;
    color: white;
    font-size: 1.5vw;
}

.sitemap_mes_450{
    display: none;
}




/* ここからは会社情報ためのオリジナルCSSです */
.mes_cominfo{
    text-align: center;
    text-decoration: underline;
}
.mes_cominfo:hover{
    padding-left: 10vw;
    transition: .4s;
}
.gaiyou_cominfo{
    text-align: center;
    text-decoration: underline;
}
.gaiyou_cominfo:hover{
    padding-left: 10vw;
    transition: .4s;
}
.yakuin_cominfo{
    text-align: center;
    text-decoration: underline;
}
.yakuin_cominfo:hover{
    padding-left: 10vw;
    transition: .4s;
}
.enkaku_cominfo{
    text-align: center;
    text-decoration: underline;
}
.enkaku_cominfo:hover{
    padding-left: 10vw;
    transition: .4s;
}

@media screen and (max-width:950px) {
    .mes_footer{
        bottom: -15vh;
    }
}
@media screen and (max-width:780px) {
    .message_title{
        margin-left: 10vw;
    }
    .message_full_content{
        margin-top: 20vw;
    }
}
@media screen and (max-width:700px) {
    .mes_footer{
        bottom: -10vh;
    }
}
@media screen and (max-width:600px) {
    .mes_footer{
        bottom: -10vh;
    }
}
@media screen and (max-width:450px) {
    .message_full_content{
        margin-top: 25vw;
    }
    .sitemap_mes_450{
        display: block;
    }
}




