@charset "utf-8";

/*------------------------------
  Message(message.html)専用のCSS
------------------------------*/

#wrapper {
}


/*--------------------
  コンテンツ
--------------------*/

#contents {
  margin-top: 70px;
}

#contents>section {
  margin-bottom: 120px;
}

.culture,
.career {
  width: 100%;
  margin-bottom: 90px;
}

/*----------
  見出し
----------*/

.cul_title {
  width: 100%;
  margin-bottom: 70px;
}

/*各セクションの見出し背景画像*/

.culture .cul_title{
  background: url(../../images/back_culture_event.jpg) center center no-repeat;
  background-size: cover;
}

.career .cul_title{
  background: url(../../images/back_career.jpg) center center no-repeat;
  background-size: cover;
}

/*見出しのメッセージ表示部分*/
.wrp_cul_title_box {
  max-width: 1100px;
  height: 100%;
  margin: 0 auto;
}

.cul_title_box {
  background: rgba(255,255,255,0.7);
  font-size: 3.1rem;
  font-weight: 600;
  text-align: left;
  box-sizing: border-box;
  width: 50%;
  min-height: 260px;
  padding: 70px 90px 70px 90px;
}

.cul_title_box h3 {
  font-weight: 600;
}

.cul_title_box h3 span {
  font-size: 1.4rem;
  font-weight: 100;
  margin-top: 15px;
  display: block;
}


/*----------
  カルチャー内共通
----------*/
.cul_content {
  max-width: 1100px;
  text-align: left;
  margin: 0 auto;
  margin-bottom: 60px;
  padding: 0 100px;
  box-sizing: border-box;
}

/*----------
  カルチャー・イベント
----------*/
.cul_content h4 {
  text-align: center;
  margin-bottom: 40px;
}

.cul_list li {
  float: left;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 70px;
}

.cul_list li:nth-child(2n) {
  margin-right: 0;
}

.cul_list li:nth-child(5),
.cul_list li:nth-child(6) {
  margin-bottom: 0;
}

.cul_text {
  line-height: 1.7;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",  Verdana, "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
}

.icon_ev,
.icon_cl {
  margin: 10px 0;
  font-family: "Montserrat", sans-serif;
}

.icon_ev span {
  background: #ea8c62;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  height: 2em;
  line-height: 2em;
  padding: 5px 10px;

}

.icon_cl span {
  background: #71bcd5;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  width: 90px;
  height: 2em;
  line-height: 2em;
  padding: 5px 10px;
}

.cul_list h5 {
  font-size: 1.8rem;
  margin: 10px 0;
}


/*カルチャー画像*/
.culture li:nth-child(1) .cul_img {
  background: url("../../images/event_01.jpg") center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 212px;
}

.culture li:nth-child(2) .cul_img {
  background: url("../../images/culture_01.jpg") center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 212px;
}

.culture li:nth-child(3) .cul_img{
  background: url("../../images/culture_02.jpg") center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 212px;
}

.culture li:nth-child(4) .cul_img{
  background: url("../../images/culture_03.jpg") center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 212px;
}
.culture li:nth-child(5) .cul_img{
  background: url("../../images/culture_02.jpg") center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 212px;
}
.culture li:nth-child(6) .cul_img{
  background: url("../../images/culture_03.jpg") center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 212px;
}

/*ギャラリー*/
.cul_gallery {
}

/*----------
  研修制度とキャリアアップ
----------*/

.car_flow {
  background: url("../../images/back_career_flow.png")top center repeat-y;
  background-position: center 100px;
}

.car_flow img {
  display: block;
  width: 135px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 70px;
}

.car_list li {
  margin-bottom: 70px;
}

.car_list li:last-child {
  background: #fff;
  margin-bottom: 0;
}

.car_list li div{
  width: 36%;
  min-height: 260px;
}

.car_list li .car_img {
  position: relative;
  width: 55%;
  height: auto;
}

.car_list h5 {
  margin-bottom: 20px;
  line-height: 1.6
}

.car_list p {
  line-height: 1.7;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",  Verdana, "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
}

.car_list li:nth-child(2n-1) div
{
  float: right;
}

.car_list li:nth-child(2n-1) .car_img {
  float: left;
}

.car_list li:nth-child(2n) div
{
  float: left;
}

.car_list li:nth-child(2n) .car_img {
  float: right;
}


/*研修制度画像*/
.car_list li:nth-child(1) .car_img {
  background: url("../../images/career_01.jpg") center center no-repeat;
  background-size: cover;
}
.car_list li:nth-child(2) .car_img {
  background: url("../../images/career_02.jpg") center center no-repeat;
  background-size: cover;
}
.car_list li:nth-child(3) .car_img {
  background: url("../../images/career_03.jpg") center center no-repeat;
  background-size: cover;
}
.car_list li:nth-child(4) .car_img {
  background: url("../../images/career_04.jpg") center center no-repeat;
  background-size: cover;
}
.car_list li:nth-child(5) .car_img {
  background: url("../../images/career_05.jpg") center center no-repeat;
  background-size: cover;
}

/*------------------------------
  タブレット(レスポンシブ)
------------------------------*/

@media only screen and ( max-width: 959px) {
  
  /*----------
    カルチャー内共通
  ----------*/
  .cul_content {
    max-width: none;
    padding: 0 6%;
  }

  .cul_title_box {
    font-size: 3.1rem;
    min-height: 260px;
    padding: 70px 6%;
  }

  /*----------
    カルチャー・イベント
  ----------*/
  .cul_content h4 {
    text-align: center;
    margin-bottom: 40px;
  }

  .cul_list li {
    float: left;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 70px;
  }
}


/*------------------------------
  スマートフォン(レスポンシブ)
------------------------------*/

@media only screen and ( max-width: 599px) {
  
  /*--------------------
    ヘッダ
  --------------------*/
  
    
  /*--------------------
    コンテンツ
  --------------------*/
  
  #contents {
  margin-top: 30px;
  }
    
  #contents section .cul_title {
    background: none;
  }
  
  .culture,
  .career {
    width: 100%;
    margin-bottom: 60px;
  }
  
  /*----------
    見出し
  ----------*/
  .cul_title {
    height: auto;
    margin-bottom: 40px;
  }
  
  .wrp_cul_title_box {
    width: 100%;
    height: auto;
    position: relative;
  }
  
  /* 各セクションの背景画像 */
  .culture .top_img_box {
    background: url(../../images/sp_back_culture_event.jpg) center center no-repeat;
    background-size: cover;
    width: 100%;
    height: 175px;
  }

  .career .top_img_box {
    background: url(../../images/sp_back_career.jpg) center center no-repeat;
    background-size: cover;
    width: 100%;
    height: 200px;
  }


  .cul_title_box {
    background: #f6f6f6;
    font-size: 1.6rem;
    font-weight: 600;
    width: 100%;
    min-height:inherit;
    padding: 30px 6%;
  }
  
  .cul_title_box h3 span {
    font-size: 1.4rem;
  }
  
  /*----------
    カルチャー内容
  ----------*/
  
  .cul_content {
    max-width:none;
    width: 88%;
    margin-bottom: 45px;
    padding: 0;
  }

  .cul_content h4 {
    margin-bottom: 20px;
  }
  
  /*カルチャー、研修画像*/

  .cul_list li {
    float: none;
    width: 100%;
    margin-bottom: 45px;
  }

  .cul_list li:nth-child(3),
  .cul_list li:nth-child(4) {
    margin-bottom: 45px;
  }
  
  .cul_list li:last-child {
    margin-bottom: 0;
  }
  
  .culture ul li .cul_img {
    height: 130px;
    margin-bottom: 15px;
  }
  
  
  .car_flow img {
    width: 105px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 45px;
  }

  .car_list li {
    margin-bottom: 45px;
  }
  
  .car_list li div{
    width: 100%;
    min-height: auto;
  }
  
  .car_list li div p {
    background: rgba(255,255,255,0.7);
  }

  .car_list li .car_img {
    width: 100%;
    height: 130px;
    margin-bottom: 15px;
  }

  .car_list h5 {
    font-size: 1.7rem;
    margin-bottom: 10px;
  }

  .car_list p {
    line-height: 1.7;
  }

  .car_list li:nth-child(2n-1) div,
  .car_list li:nth-child(2n-1) .car_img,
  .car_list li:nth-child(2n) div,
  .car_list li:nth-child(2n) .car_img {
    float: none;
  }
  

  
}