@charset "UTF-8";

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

/*---------- main ----------*/
.fl_introduction_welcome {
  padding: 10rem 0 30rem;
  position: relative;
  text-align: center;
}
.fl_introduction_staff {
  padding: 20rem 0 5rem;
  background-color: #7ba8f8;
  position: relative;
}
.fl_introduction_staff::before {
  content: '';
  position: absolute;
  height: 100px;
  width: 100%;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  background-color: #fff;
  left: 0;
  top: -1px;
}
.fl_introduction_staff::after {
  content: '';
  position: absolute;
  height: 100px;
  width: 100%;
  clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
  background-color: #7ba8f8;
  left: 0;
  bottom: -99px;
}
.fl_introduction_staff .md_col1 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 3rem 0;
}
.fl_introduction_staff .md_left {
  width: 27rem;
  height: 35rem;
  background-size: cover;
  background-position: center;
}
.fl_introduction_staff .interview_main_pic {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  overflow: hidden;
}
.fl_introduction_staff .md_left.staff_01 {
  background-image: url(../images/img03.png);
}
.fl_introduction_staff .md_left.staff_02 {
  background-image: url(../images/img04.png);
}
.fl_introduction_staff .md_left.staff_03 {
  background-image: url(../images/img03.png);
}
.fl_introduction_staff .md_right {
  width: calc(100% - 27rem);
  padding-left: 5rem;
}
.fl_introduction_staff .inner_up {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 1rem;
  border-bottom: 1px solid #5579b9;
}
.fl_introduction_staff .department {
  width: fit-content;
  background-color: #3a5d9c;
  padding: 0.3rem 1rem;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0;
  color: #fff;
  margin-right: 1rem;
}
.fl_introduction_staff .cath {
  font-size: 4rem;
  width: 100%;
  font-weight: bold;
  margin-top: 0.5rem;
  line-height: 1.5;
}
.fl_introduction_staff .inner_down {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  font-size: 1.4rem;
  letter-spacing: 0;
  margin-top: 1rem;
}
.circle_arrow {
  display: block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
  border: 1rem solid currentColor;
  background: currentColor;
  border-radius: 50%;
  box-sizing: content-box;
  position: relative;
}
.circle_arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: '';
  vertical-align: middle;
  left: 1px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #4f8cf9;
  border-right: 2px solid #4f8cf9;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fl_introduction_staff .interview_link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 16rem;
  color: #fff;
  font-weight: bold;
}
.fl_introduction_staff .interview_link:visited {
  color: #fff;
}

.fl_introduction_recruit {
  padding: 20rem 0 0;
}
.fl_introduction_recruit .title_box h2 {
  color: #333;
  border-bottom: solid 3px #333;
}
.fl_introduction_recruit .bg_text p {
  color: #fff;
  text-shadow: 1px 1px 0 #d5deef, -1px -1px 0 #d5deef, -1px 1px 0 #d5deef, 1px -1px 0 #d5deef, 0px 1px 0 #d5deef,
    0 -1px 0 #d5deef, -1px 0 0 #d5deef, 1px 0 0 #d5deef;
}

.education_box {
  margin-bottom: 7rem;
  margin-top: 10rem;
}
.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;
}

.daily_schedule {
  display: flex;
  margin-bottom: 10rem;
}
.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;
}

.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%;
}

.fl_top_aboutus {
  padding: 0 0 10rem;
}

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

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

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

  /*---------- 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_introduction_welcome {
    padding: 10rem 0 20rem;
  }
  .fl_introduction_welcome h2 {
    line-height: 1.5;
    margin-bottom: 5rem;
  }

  .fl_introduction_staff .md_left {
    margin: 0 auto 2rem;
  }
  .fl_introduction_staff .md_right {
    width: 100%;
    padding: 0;
  }
  .fl_introduction_staff .md_col1 {
    margin: 0 0 4rem;
  }
  .fl_introduction_staff .md_col1:last-of-type {
    margin: 0;
  }
  .fl_introduction_staff .cath {
    font-size: 3rem;
  }

  .education_box .md_col2 {
    width: 100%;
    padding: 2rem;
  }
  .education_box .title_icon {
    left: -2rem;
    top: -4rem;
  }

  .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;
  }

  .merit_box .md_col3 {
    width: 100%;
  }

  .fl_introduction_recruit {
    padding: 15rem 0 0;
  }

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

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