@charset "utf-8";
/* CSS Document */
.mainMenu {
    z-index: 10000;
}

/*PC*/
@media print, screen and (min-width: 769px) {

#hedwrap { position: relative; }
.hed_img { width: 100%; margin: 0 auto; background: url(../images/company/hed_img.jpg) center center; height: 400px; background-size: cover; margin-top: 100px; display: flex; align-items: center; }


/*--------hed_img------------*/

.map { width: 100%; margin: 0 auto; margin-top: 50px; }
.map iframe { width: 100%; margin: auto; }






.message_box { width: 100%; margin: 0 auto; display: flex; flex-wrap: wrap; justify-content: space-between; }
.message_boxL { flex-basis: 48%; max-width: 48%; }
.message_boxR { flex-basis: 48%; max-width: 48%; }

.message_img { width: 100%; margin: 0 auto; }
.message_img img { width: 100%; height: auto; }

.message_txt { line-height: 1.8em; }

.message_name { text-align: right; font-weight: bold; font-size: 16px; color: #1d2088; margin-top: 30px; }






}




/*----------------------------------------------------*/




/*sp*/
@media only screen and (max-width: 768px) {

#hedwrap { position: relative; }
.hed_img { width: 100%; margin: 0 auto; background: url(../images/company/hed_img.jpg) center center; height: 200px; background-size: cover; margin-top: 100px; display: flex; align-items: center; }

.map { width: 100%; margin: 0 auto; margin-top: 50px; }
.map iframe { width: 100%; margin: auto; }


.message_box { width: 100%; margin: 0 auto; display: flex; flex-wrap: wrap; justify-content: space-between; }

.message_boxL { width: 100%; margin: 0 auto 30px;}
.message_boxR { width: 100%; margin: 0 auto; }

.message_img { width: 100%; margin: 0 auto; }
.message_img img { width: 100%; height: auto; }

.message_txt { line-height: 1.8em; }


}
