@charset "UTF-8";
/*! このファイルを変更する場合は「.scss」から変更して下さい */
/*! 「.scss」ファイルがつかえない場合はcustom.cssを変更する */
/*! このファイルを変更する場合は「.scss」から変更して下さい */
/*! 「.scss」ファイルがつかえない場合はcustom.cssを変更する */
#content__title {
  margin-bottom: 36px;
}

#menu {
  width: 1040px;
  margin: 0 auto 97px auto;
}
#menu li {
  float: left;
}
#menu li.menu-02 {
  margin-right: 5px;
}

.section-block {
  width: 900px;
  text-align: left;
  margin: 0 0 30px 160px;
}

.about__title {
  margin-bottom: 40px;
}

#policy .policy__description {
  margin-bottom: 30px;
}
#policy .policy__item {
  margin-bottom: 60px;
}
#policy .policy__label {
  font-size: 25px;
  background: url(../images/common/icon-fukidashi.png) no-repeat;
  padding-left: 50px;
  line-height: 38px;
  margin-bottom: 15px;
  font-family: Arial;
}
#policy .policy__label span {
  background-color: #ff0;
}

#message .about__title {
  margin-bottom: 30px;
}
#message .message-pic {
  float: left;
  margin-right: 25px;
}
#message .message-body {
  float: left;
  width: 600px;
  margin: 50px 0 60px 0;
}
#message .message-body .message__title {
  font-size: 35px;
  margin-bottom: 15px;
}
#message .message-body .message__title-sub {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 30px;
}

#company .company__about {
  margin-bottom: 60px;
}
#company .company__about th {
  color: #170055;
  font-size: 20px;
  margin-bottom: 5px;
  padding-bottom: 30px;
  width: 170px;
  text-align: left;
}
#company .company__about th:before {
  content: "\f068";
  font-family: FontAwesome;
  margin-right: 0.5em;
}
#company .company__about td {
  padding-bottom: 30px;
}

#history {
  margin-bottom: 60px;
}
#history .history__list .year {
  font-size: 25px;
  background: url(../images/common/icon-fukidashi.png) no-repeat;
  padding-left: 50px;
  line-height: 38px;
  margin-bottom: 15px;
  font-weight: bold;
  width: 100px;
}
#history .history__list .year span {
  background-color: #ff0;
}
#history .history__list .month {
  font-size: 17px;
  line-height: 38px;
  margin-bottom: 15px;
  font-weight: bold;
  text-align: right;
  padding: 0 20px;
  width: 40px;
}
#history .history__list td, #history .history__list th {
  padding-bottom: 20px;
}

.staff {
  margin: 0 0 0 90px;
}
.staff hr.split {
  border-bottom: 5px solid #000;
  width: 1060px;
  margin-bottom: 65px;
}
.staff .staff__row {
  margin-bottom: 65px;
}
.staff .staff__row .staff__left {
  float: left;
  width: 254px;
  margin-right: 40px;
}
.staff .staff__row .staff__left .staff__frame {
  background: url(../images/staff/photoframe.png) no-repeat;
  width: 254px;
  height: 260px;
  margin-bottom: 20px;
}
.staff .staff__row .staff__left .frame__photo {
  background: url(http://127.0.0.1/ycom/hr-design/blog/wp-content/uploads/2015/12/yasunaga.jpg) no-repeat;
  width: 254px;
  height: 260px;
  position: absolute;
  top: 12px;
  left: 12px;
  width: 230px;
  height: 236px;
  background-size: cover;
}
.staff .staff__row .staff__left .frame__icon {
  position: absolute;
  top: -38px;
  left: -40px;
}
.staff .staff__row .staff__left .staff__profile {
  background: url(../images/staff/profile__bg-t.png) no-repeat;
  width: 254px;
  padding: 16px 0 0 0;
  text-align: left;
}
.staff .staff__row .staff__left .staff__profile .profile__text {
  margin: 0 20px;
}
.staff .staff__row .staff__right {
  float: left;
  width: 760px;
  text-align: left;
}
.staff .staff__row .staff__right .staff__title {
  font-size: 35px;
  margin-top: 10px;
  margin-bottom: 15px;
  line-height: 1.2em;
}
.staff .staff__row .staff__right .staff__subtitle {
  font-size: 20px;
  margin-bottom: 45px;
}
.staff .staff__row .staff__right .staff__about {
  margin-bottom: 55px;
}
.staff .staff__row .staff__right .staff__message .message__label {
  margin-bottom: 18px;
}

@media screen and (max-width: 800px) {
  .section-block {
    width: 80%;
    margin: 0 auto 30px auto;
  }

  #content__title img {
    width: 319px;
    height: auto;
    max-width: 80%;
  }

  .about__title {
    margin-bottom: 20px;
  }

  #menu {
    width: 85%;
    margin-bottom: 40px;
  }
  #menu li {
    width: 24%;
    margin: 0;
  }
  #menu li.menu-02 {
    width: 26%;
    margin: 0;
  }
  #menu li.menu-04 {
    width: 26%;
    margin: 0;
  }
  #menu img {
    width: 100%;
    height: auto;
  }

  #policy .about__title img {
    width: 97px;
    height: auto;
  }
  #policy .policy__item {
    margin-bottom: 40px;
  }
  #policy .policy__label {
    background-size: 18px;
    padding-left: 25px;
    line-height: 22px;
    font-size: 20px;
  }

  #message .about__title {
    margin-bottom: 10px;
  }
  #message .about__title img {
    width: 72px;
    height: auto;
  }
  #message .message-pic {
    width: 50%;
    min-width: 135px;
    margin: 0 25%;
  }
  #message .message-body {
    width: 100%;
    margin-top: 30px;
  }
  #message .message-body .message__title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  #message .message-body .message__title-sub {
    font-size: 16px;
  }

  #company .about__title img {
    width: 97px;
    height: auto;
  }
  #company .company__about th {
    font-size: 14rem;
    width: 34%;
    padding-bottom: 20px;
  }
  #company .company__about td {
    padding-bottom: 20px;
  }

  #history {
    margin-bottom: 30px;
  }
  #history .about__title img {
    width: 97px;
    height: auto;
  }
  #history .history__list td, #history .history__list th {
    padding-bottom: 10px;
  }
  #history .history__list .year {
    background-size: 18px;
    padding-left: 25px;
    line-height: 22px;
    font-size: 14rem;
    background-position: 0px 7px;
    width: 60px;
  }
  #history .history__list .month {
    font-size: 14rem;
    padding: 0 10px 0 0;
  }
}
