#main_menu li#mm04 a {
 color:#2f3195;
}
#main_menu li#mm04 span {
 color: #0071bd;
}
#main_menu li#mm04 span::after {
  border-top: 6px solid #0071bd;
}

/* -- PC -- */
@media screen and (min-width: 768px) {
  .ContentBody{
    padding: 0;
    width: 980px;
  }
  .TextBox_ p {
    line-height: 2.0em;
    font-size: 15px;
  }
}

/* 経営理念
--------------------------- */
/* -- SP -- */
@media screen and (max-width: 767px) {
  #philosophy p{
    font-size: 17px !important;
  }
}

/* OUR VISION
--------------------------- */
/* -- PC -- */
@media screen and (min-width: 768px) {
  #vison_image {
    width: 557px;
  }
}

/* OUR MESSAGE
--------------------------- */
section#message {
  position: relative;
  background: url(/img/fm/ghr01/company/bg_message.jpg) center center no-repeat;
  background-size: cover;
}
#message .ContentBody {
  background-color: rgba(255,255,255,0.8);
}
#message .HeadingBox_  {
  margin-bottom: 20px;
}
/* -- PC -- */
@media screen and (min-width: 768px) {
  section#message{
    background-attachment: fixed;
  }
  #message .ContentBody {
    padding: 70px 50px 50px;
  }
}
/* -- SP -- */
@media screen and (max-width: 767px) {
  #message .ContentBody {
    padding: 30px 10px;
  }
  #message .TextBox_ p{
    line-height: 1.7em;
  }
}

/* 会社概要
--------------------------- */
#Profile table {
 border:solid 1px #FFF;
 border-collapse: collapse;
 width:100%;
}
#Profile table tr th,
#Profile table tr td {
 padding:1vw;
}
#Profile table thead tr th,
#Profile table thead tr td {
 border:solid 1px #FFF;
}

#Profile table tr th {
 background-color:#4298d3;
 color:#FFF;
 width:30%;
}
#Profile table tr td {
 background-color:#FFF;
}
#Profile table tbody tr th {
 border-bottom:dotted 1px #FFF;
}
#Profile table tbody tr td {
 border-bottom:dotted 1px #4298d3;
 border-right:dotted 1px #4298d3;
}
/* SP */
@media screen and (max-width: 767px) {
  #Profile table {
    font-size: 13px;
  }
  #Profile table td p{
    margin: 0 0 7px;
  }
  .SFS11 {
    font-size: 11px;
  }
}

/* ACCESS
--------------------------- */
#access_area.ContentArea{
  margin: 0;
  padding: 0;
}
/* PC */
@media (min-width: 768px){
  #access_area{
    background: linear-gradient(90deg, #4198d2 0%, #4198d2 50%, #eafbff 50%, #eafbff 100%);
  }
  #access_area .ContentBody{
    display: flex;
    margin-left: auto;
    margin-right: 0;
    padding: 0;
    width: calc(50% + 550px);
    height: 550px;
    overflow: hidden;
  }
}
/* SP */
@media screen and (max-width: 767px) {
  #access_area .ContentBody{
    margin: 0;
    padding: 0;
  }
}

/* --- 見出し領域 --- */
.flex-inner-lt{
  box-sizing: border-box;
  margin: 0;
  padding:  100px 0;
  width: 450px;
  background-color: #4198d2;
}
/* アクセステキスト */
#access_area .TextBox_ p {
  line-height: 1.7em;
  font-size: 15px;
}
/* SP */
@media (max-width: 768px){
  .flex-inner-lt{
    padding: 30px 20px 20px;
    width: 100%;
  }
  /* アクセス見出し */
  #access_area .HeadingBox_ h1{
    font-size: 26px;
    text-align: center;
  }
  /* アクセステキスト */
  #access_area .TextBox_ p {
    line-height: 1.5em;
    font-size: 13px;
  }
}

/* --- コンテンツ領域 --- */
/* PC */
@media (min-width: 768px){
  .flex-inner-rt{
    box-sizing: border-box;
    padding:  0px;
    width: calc(100% - 450px);
    height: 
    background-color: #eafbff;
  }
  /* GoogleMap BOX */
  .GMapBox_ {
    position: relative;
    margin: 0;
    padding 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .GMapBox_ iframe,.GMapBox_ object,.GMapBox_ embed {
    position: relative;
    width: 100%;
    height: 100%;
  }
}
/* SP */
@media (max-width: 768px){
  .flex-inner-rt{
    margin: 0;
    padding: 0;
    width: 100%;
  }
}

