@charset "utf-8";

/*------------------------------
  Message(message.html)専用のCSS
------------------------------*/

#wrapper {
}


/*--------------------
  コンテンツ
--------------------*/

#contents {
  margin-top: 70px;
}

#contents>section {
  margin-bottom: 120px;
}

.ceo_msg,
.hr_msg {
  width: 100%;
  margin-bottom: 70px;
}

/*----------
  見出し
----------*/

.msg_title {
  width: 100%;
  margin-bottom: 70px;
}

/*各セクションの見出し背景画像*/

.ceo_msg .msg_title{
  background: url(../../images/back_message_ceo_02.jpg) center center no-repeat;
  background-size: cover;
}

.hr_msg .msg_title{
  background: url(../../images/back_message_hr_02.jpg) center center no-repeat;
  background-size: cover;
}

/*タグ表示部分*/
#message_tag_color{
    color: #016C6C;
/*    padding: px;*/
    font-size: 1.2em;
/*    background-color: #016C6C;*/
    border-bottom: solid 4px #016C6C;
    }

.message_tag{
    margin-bottom: 30px;
}


/*見出しのメッセージ表示部分*/
.wrp_msg_title_box {
  max-width: 1100px;
  height: 100%;
  margin: 0 auto;
}

.msg_title_box {
  font-size: 3.1rem;
  font-weight: 600;
  text-align: left;
  box-sizing: border-box;
  width: 55%;
  min-height: 470px;
  padding: 130px 20px 70px 80px;
}

.msg_title_box h3 { 
  display: none;
}

.msg_title_box h3 span {
  color: #333;
  font-size: 1.6rem;
  display: block
}

.msg_title_box p {
  line-height: 1.5;
  margin-bottom: 30px;
}

.msg_title_box .msg_position {
  color: #016C6C;
  font-size: 1.6rem;
  font-weight: 100;
  text-align: right;
  margin-bottom: 10px;
}

.msg_title_box .msg_name {
  
  color: #016C6C;
  font-size: 3rem;
  text-align: right;
  margin-bottom: 0;
}

.hr_msg .msg_title_box {
  float: right;
}

/*----------
  メッセージ内容
----------*/
.msg_content {
  max-width: 1100px;
  text-align: left;
  margin: 0 auto;
  margin-bottom: 60px;
  padding: 0 80px;
  box-sizing: border-box;
}

.msg_content h4 {
  margin-bottom: 40px;
}

.msg_content p {
  font-size: 1.5rem;
  line-height: 1.8;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",  Verdana, "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
  float: left;
  width: 50%;
  padding-right: 60px;
  box-sizing: border-box;
}

/*2段落目はテキストを右寄せ*/
.paragraph_2 p {
  float: right;
  padding-right: 0;
  padding-left: 60px;
}

/*メッセージ画像*/
.ceo_msg .msg_img_01 {
  float: right;
  background: url("../../images/message_ceo_01_02.jpg") center center no-repeat;
  background-size: cover;
  width: 50%;
  height: 400px;
}

.ceo_msg .msg_img_02 {
  float: left;
  background: url("../../images/message_ceo_02_02.jpg") center center no-repeat;
  background-size: cover;
  width: 50%;
  height: 400px;
}

.hr_msg .msg_img_01 {
  float: right;
  background: url("../../images/message_hr_01_02.jpg") center center no-repeat;
  background-size: cover;
  width: 50%;
  height: 400px;  
}

/*------------------------------
  タブレット(レスポンシブ)
------------------------------*/

@media only screen and ( max-width: 959px) {

  .msg_title_box {
    font-size: 2.2rem;
    font-weight: 600;
    text-align: left;
    box-sizing: border-box;
    width: 60%;
    min-height: 400px;
    padding: 100px 20px 6% 50px;
  }

  .msg_title_box .msg_name {
    font-size: 2.5rem;
  }
  /*----------
    メッセージ内容
  ----------*/
  .msg_content {
    max-width: none;
    padding: 0 6%;
  }


  /*各セクションの見出し背景画像*/

  .ceo_msg .msg_title{
    background: url(../../images/back_message_ceo_02.jpg) center center no-repeat;
    background-size: cover;
  }

  .hr_msg .msg_title{
    background: url(../../images/back_message_hr_02.jpg) center center no-repeat;
    background-size: cover;
  }

  /*メッセージ画像*/
  .ceo_msg .msg_img_01 {
    float: right;
    background: url("../../images/message_ceo_01_02.jpg") center left no-repeat;
    background-size: cover;
    height: 400px;
  }
}


/*------------------------------
  スマートフォン(レスポンシブ)
------------------------------*/

@media only screen and ( max-width: 599px) {
    
  /*--------------------
    コンテンツ
  --------------------*/
  
  #contents {
  margin-top: 30px;
  }
    
  #contents section .msg_title {
    background: none;
  }
  
  .ceo_msg,
  .hr_msg {
    width: 100%;
    margin-bottom: 60px;
  }
  
  /*----------
    見出し
  ----------*/
  .msg_title {
    height: auto;
    margin-bottom: 40px;
  }
  
  .wrp_msg_title_box {
    width: 100%;
    height: auto;
    position: relative;
  }
  
  /* 各セクションの背景画像 */
  .ceo_msg .top_img_box {
    background: url(../../images/sp_back_message_ceo_02.jpg) center center no-repeat;
    background-size: cover;
    width: 100%;
    height: 200px;
  }

  .hr_msg .top_img_box {
    background: url(../../images/sp_back_message_hr_02.jpg) center center no-repeat;
    background-size: cover;
    width: 100%;
    height: 200px;
  }


  .msg_title_box {
    background: #f6f6f6;
    font-size: 1.6rem;
    font-weight: 600;
    width: 100%;
    min-height:inherit;
    padding: 30px 6%;
  }
  
  .msg_title_box h3 {
    display: block;
    position: absolute;
    top: 87px;
  }
  
  .hr_msg .msg_title_box h3 {
    right: 6%;
  }
  
  .msg_title_box h3 span {
    font-size: 1rem;
  }
  
  .msg_title_box p {
    margin-bottom: 20px;
  }
  
  .msg_title_box .msg_position {
    font-size: 1rem;
    font-weight: 100;
    margin-bottom: 6px;
  }

  .msg_title_box .msg_name {
    font-size: 1.6rem;
    text-align: right;
    margin-bottom: 0;
  }
  
  
  /*----------
    メッセージ内容
  ----------*/
  
  .msg_content {
    max-width:none;
    width: 88%;
    margin-bottom: 45px;
    padding: 0;
  }

  .msg_content h4 {
    margin-bottom: 20px;
  }

  .msg_content p {
    font-size: 1.4rem;
    line-height: 1.8;
    float: none;
    width: 100%;
    padding-right: 0;
    box-sizing: border-box;
  }

  .paragraph_2 p {
    float: none;
    padding-right: 0;
    padding-left: 0;
  }
  
  /*メッセージ画像*/
  .ceo_msg .msg_img_01,
  .ceo_msg .msg_img_02,
  .hr_msg .msg_img_01{    
    float: none;
    width: 100%;
    height: 130px;
    margin-bottom: 30px;
  }
  
  
  .ceo_msg .msg_img_01 {
    background: url("../../images/sp_message_ceo_01_02.jpg") center center no-repeat;
    background-size: cover;
  }

  .ceo_msg .msg_img_02 {
    float: none;
    background: url("../../images/sp_message_ceo_02_02.jpg") center center no-repeat;
    background-size: cover;
  }

  .hr_msg .msg_img_01 {
    float: none;
    background: url("../../images/sp_message_hr_01_02.jpg") center center no-repeat;
    background-size: cover;
  }

  
}