@charset "UTF-8";

/*---------- header ----------*/

/*---------- main ----------*/
.fl_employee_merit {
  padding: 10rem 0 30rem;
  position: relative;
}
.fl_employee_merit h2 {
  text-align: center;
  margin-bottom: 7rem;
}
.merit_box {
  margin-bottom: 7rem;
}
.merit_box h3 {
  text-align: center;
  margin-bottom: 3rem;
}
.merit_box .title_box {
  display: flex;
  font-weight: bold;
  align-items: center;
  padding: 0 0 1rem;
  border-bottom: dotted 1px;
  margin-bottom: 1rem;
}
.merit_box .title_box .title_img {
  width: 13rem;
  height: 8rem;
  background-size: cover;
  background-position: center;
  margin-right: 2rem;
}
.merit_box .title_box .title_01 {
  background-image: url(../images/recruit_01.jpg);
}
.merit_box .title_box .title_02 {
  background-image: url(../images/recruit_02.jpg);
}
.merit_box .title_box .title_03 {
  background-image: url(../images/recruit_03.jpg);
}
.merit_box .title_box .title_04 {
  background-image: url(../images/recruit_04.jpg);
}
.merit_box .title_box .title_05 {
  background-image: url(../images/recruit_05.jpg);
}
.merit_box .col3 {
  display: flex;
  /* align-items: center; */
  flex-wrap: wrap;
  justify-content: space-between;
}
.merit_box .md_col3 {
  width: 30%;
  margin-bottom: 3rem;
}
.merit_box .col3::after {
  display: block;
  content: '';
  width: 30%;
}

.education_box {
  margin-bottom: 7rem;
}
.education_box h3 {
  text-align: center;
  margin-bottom: 3rem;
}
.education_box .col2 {
  display: flex;
  /* align-items: center; */
  flex-wrap: wrap;
  justify-content: space-between;
}
.education_box .md_col2 {
  width: 48%;
  margin-bottom: 3rem;
  padding: 4rem;
  border: solid 2px #4889fd;
}
.education_box .title_box {
  margin-bottom: 1rem;
}
.education_box .title_icon {
  position: absolute;
  color: #fff;
  background-color: #4889fd;
  font-weight: bold;
  width: 12rem;
  text-align: center;
  left: -4rem;
  top: -3rem;
}
.education_box .title {
  margin-top: 4rem;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
}

.environment_box {
  width: 100vw;
  margin-left: -6.5rem;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: center;
}
.environment_img {
  position: relative;
  width: 30%;
}
.environment_img .img_01 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}
.environment_img .img_02 {
  position: absolute;
  top: 10rem;
  left: 10rem;
  z-index: 0;
  width: 100%;
}
.environment_text {
  width: 70%;
  z-index: 1;
  padding-left: 15rem;
}
.environment_heading {
  padding: 5rem;
}
.environment_data {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-around;
  padding-left: 4rem;
}
.data_inner {
  width: 50%;
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.data_inner .data_text {
  font-size: 3.5vw;
  margin-right: 2rem;
}
.data_inner .data_text .title {
  font-size: 1.4rem;
}
.data_inner .data_text .data {
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
}
.data_inner .data_img {
  width: 6vw;
  height: auto;
}
.environment_event {
  max-width: 80rem;
  padding: 0 2rem;
  margin: 5rem auto 0;
}
.event_inner {
  display: flex;
  align-items: center;
}
.event_inner img {
  width: 30%;
  height: auto;
  margin-bottom: 2rem;
}
.event_inner .event_text {
  margin-left: 3rem;
  width: 70%;
}
.event_inner .event_text .title {
  font-size: 2rem;
  font-weight: bold;
}

.fl_employee_schedule {
  padding: 20rem 0 10rem;
}
.daily_schedule {
  display: flex;
}
.schedule_heading {
  width: 30rem;
}
.schedule_info {
  width: calc(95% - 30rem);
  margin-left: 5%;
}
.timeline {
  padding: 4rem;
  background-color: #f0f5fe;
  border-radius: 1rem;
}
.timeline > li {
  overflow: hidden;
  margin: 0;
  position: relative;
  padding-left: 1rem;
  display: flex;
}
.timeline_date {
  width: 110px;
  border-left: 1px #4889fd solid;
  padding-left: 30px;
  font-weight: bold;
}
.timeline_box {
  width: calc(100% - 11rem);
  margin-bottom: 2rem;
}
.timeline > li:before {
  content: '';
  width: 12px;
  height: 12px;
  background: #4889fd;
  position: absolute;
  left: 5px;
  top: 12px;
  border-radius: 100%;
}
.timeline_box .title {
  font-weight: bold;
}

.employee_outline h2 {
  margin: 0 auto 5rem;
  text-align: center;
}
.employee_outline_list {
  border-top: solid 1px #ccc;
  border-left: solid 1px #ccc;
  border-right: solid 1px #ccc;
}
.employee_outline_list dl {
  display: flex;
  border-bottom: solid 1px #ccc;
}
.employee_outline_list dt {
  display: flex;
  align-items: center;
  font-weight: bold;
  width: 15rem;
  background-color: #ddd;
  padding: 1rem;
  font-size: 1.4rem;
}
.employee_outline_list dd {
  width: calc(100% - 15rem);
  word-break: break-all;
  padding: 1rem;
  font-size: 1.4rem;
  letter-spacing: normal;
  line-height: normal;
}
.mb3 {
  margin-bottom: 3rem;
}
.fl_employee_info .normal_btn {
  margin-top: 7rem;
}

/* .fl_top_aboutus {
  padding: 0 0 10rem;
} */

/*---------- footer ----------*/

/*==========================================================================
■ PC版のみ
==========================================================================*/
@media screen and (min-width: 769px) {
  /*---------- header ----------*/

  /*---------- main ----------*/
  .employee_outline_list {
    width: 50%;
    min-width: 700px;
    margin: 0 auto;
  }

  /*---------- footer ----------*/
}
/*==========================================================================
■ Tab版
==========================================================================*/
@media screen and (min-width: 769px) and (max-width: 1024px) {
  /*---------- header ----------*/

  /*---------- main ----------*/

  /*---------- footer ----------*/
}
/*==========================================================================
■ SP版
==========================================================================*/
@media screen and (max-width: 768.98px) {
  /*---------- header ----------*/

  /*---------- main ----------*/
  .fl_employee_merit {
    padding: 10rem 0 20rem;
  }
  .fl_employee_merit h2 {
    margin-bottom: 5rem;
    line-height: 1.5;
  }
  .merit_box .md_col3 {
    width: 100%;
  }
  .education_box .md_col2 {
    width: 100%;
    padding: 2rem;
  }
  .education_box .title_icon {
    left: -2rem;
    top: -4rem;
  }

  .environment_box {
    margin-left: -1rem;
  }
  .environment_text {
    width: 100%;
    padding: 0 1rem;
  }
  .environment_img {
    width: 100%;
    padding: 40%;
    margin: 0 1rem;
  }
  .environment_img .img_01 {
    width: 80%;
  }
  .environment_img .img_02 {
    width: 80%;
    right: 0;
    left: inherit;
  }
  .environment_heading {
    padding: 3rem 0;
  }
  .environment_data {
    padding-left: 0;
  }
  .data_inner {
    width: 24rem;
    justify-content: space-between;
  }
  .data_inner .data_text .data {
    font-size: 3rem;
  }
  .data_inner .data_img {
    width: 8rem;
  }
  .event_inner {
    flex-wrap: wrap;
    margin-bottom: 4rem;
  }
  .event_inner .event_text {
    width: 100%;
    margin: 0;
  }
  .event_inner .event_text,
  .event_inner img {
    width: 80%;
    margin: 0 auto;
  }

  .fl_employee_schedule {
    padding: 15rem 0 10rem;
  }
  .daily_schedule,
  .timeline > li {
    flex-wrap: wrap;
  }
  .schedule_heading {
    width: 100%;
    margin-bottom: 3rem;
    text-align: center;
  }
  .schedule_info {
    width: 100%;
    margin: 0;
  }
  .timeline {
    padding: 2rem;
  }
  .timeline_date {
    width: 100%;
  }
  .timeline_box {
    width: 100%;
    border-left: 1px #4889fd solid;
    padding: 0 0 3rem 3rem;
  }
  .timeline_box {
    margin-bottom: 0;
  }
  .timeline_box .title {
    margin-bottom: 1rem;
  }

  .employee_outline_list dt {
    width: 10rem;
  }
  .employee_outline_list dd {
    width: calc(100% - 10rem);
  }

  /*---------- footer ----------*/
}

/*---------- レイアウト微調整 ----------*/
