@charset "UTF-8";
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■COMMON
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#shifts.bg02 {
  padding-bottom: 168px;
}

/*---------------------------------------------------------------------------
	SP
---------------------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  #shifts.bg02 {
    padding-bottom: 80px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■calendar
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#sec-calendar {
  margin-bottom: 130px;
}

#sec-calendar h3 {
  margin-bottom: 43px;
}

#sec-calendar .img {
  text-align: center;
  line-height: 1.0;
  margin-bottom: 33px;
}

#sec-calendar .img img {
  max-width: 100%;
  max-height: 100%;
}

#sec-calendar .txt {
  max-width: 690px;
  margin: 0 auto;
}

/*---------------------------------------------------------------------------
	SP
---------------------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  #sec-calendar {
    margin: 50px 0 60px 0;
  }
  #sec-calendar h3 {
    margin-bottom: 22px;
  }
  #sec-calendar .img {
    margin-bottom: 17px;
  }
  #sec-calendar .img img {
    width: 100%;
    height: auto;
    max-width: inherit;
    max-height: inherit;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■efforts
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#sec-efforts {
  margin-bottom: 140px;
}

#sec-efforts .txt {
  max-width: 690px;
  margin: 0 auto;
}

#sec-efforts .main_img {
  margin: -23px 0 30px 0;
  font-size: 0;
  letter-spacing: -1em;
  line-height: 1.0;
  text-align: center;
}

#sec-efforts .main_img li {
  display: inline-block;
  letter-spacing: normal;
  padding-right: 10px;
}

#sec-efforts .main_img li:nth-of-type(2) {
  padding: 0 0 0 10px;
}

#sec-efforts .sub_img {
  max-width: 660px;
  margin: 29px auto;
  font-size: 0;
  line-height: 1.0;
  overflow: hidden;
  padding: 1px;
  background: #0280c7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#sec-efforts .sub_img li {
  float: left;
  width: 33.33%;
  border: 1px solid #0280c7;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#sec-efforts .sub_img li img {
  width: 100%;
  height: auto;
}

#sec-efforts .sub_img li p {
  position: absolute;
  right: 0;
  bottom: 4px;
  display: inline-block;
  width: 105px;
  text-align: center;
  background: #0280c7;
  color: #fff;
  font-size: 1.4rem;
  padding: 4px 0 2px 0;
}

/*---------------------------------------------------------------------------
	SP
---------------------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  #sec-efforts {
    margin-bottom: 60px;
  }
  #sec-efforts .main_img {
    margin: 0 0 19px 0;
  }
  #sec-efforts .main_img li {
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 5px;
  }
  #sec-efforts .main_img li:nth-of-type(2) {
    padding: 0 0 0 5px;
  }
  #sec-efforts .main_img li img {
    width: 100%;
    height: auto;
  }
  #sec-efforts .sub_img {
    margin-top: 26px;
    margin-bottom: 15px;
  }
  #sec-efforts .sub_img li p {
    position: static;
    bottom: 0;
    display: block;
    width: 100%;
    font-size: 1.2rem;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■merit
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#sec-merit {
  max-width: 1280px;
  margin: 0 auto;
}

#sec-merit .txt {
  max-width: 390px;
}

#sec-merit ul {
  margin-top: -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#sec-merit ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#sec-merit ul li:nth-of-type(1) {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

#sec-merit ul li:nth-of-type(2) {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

#sec-merit ul li:nth-of-type(3) {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

/*---------------------------------------------------------------------------
	SP
---------------------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  #sec-merit .txt {
    padding-top: 12px;
    clear: both;
  }
  #sec-merit ul {
    margin-top: 0;
    display: block;
  }
  #sec-merit ul li {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #sec-merit ul li:nth-of-type(1) {
    width: 50%;
    float: left;
    padding-right: 5px;
  }
  #sec-merit ul li:nth-of-type(2) {
    width: 50%;
    float: right;
    padding-left: 5px;
  }
  #sec-merit ul li img {
    width: 100%;
    height: auto;
  }
}
