body#recruit .l-contents {
  padding-top: 60px;
}

@media all and (max-width: 767px) {
  body#recruit .l-contents {
    padding-top: 20px;
  }
}

/* .kv
  ================================================ */
.kv {
  background-image: url(../img/recruit/kv_pc.jpg);
}

@media all and (max-width: 767px) {
  .kv {
    background-image: url(../img/recruit/kv_sp.jpg);
  }
}

/* .message
  ================================================ */
.message {
  background: url(../img/recruit/bg_message_pc.png) 80% 50% no-repeat;
  background-size: cover;
  min-height: 681.5px;
  padding: 55px 0 0;
}

.message__in {
  width: 600px;
  height: 600px;
  margin: auto;
  border-radius: 50%;
  background-color: #FFF000;
  padding-top: 42px;
  text-align: center;
}

.message__tit {
  color: #009844;
  letter-spacing: 0.1em;
}

.message__sub {
  margin-top: 18px;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

.message__txt {
  margin-top: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

@media all and (max-width: 550px) {
  .message__txt {
    width: calc(100vw / 375 * 335);
    margin: 0 auto;
  }
}

.message__icon {
  margin-top: 20px;
}

.message__btn {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.message__btn .m-btn01--link:after {
  -webkit-transform: translate(0, -50%) rotate(90deg);
          transform: translate(0, -50%) rotate(90deg);
}

@media all and (max-width: 767px) {
  .message {
    background-image: url(../img/recruit/bg_message01_sp.png), url(../img/recruit/bg_message02_sp.png);
    background-position: 60% 0, 20px 100%;
    background-repeat: no-repeat;
    background-size: 125%, 100%;
    min-height: 762.5px;
    padding: 115px 0 95px;
  }
  .message__in {
    position: absolute;
    left: -108px;
    right: -108px;
    width: 550px;
    height: 550px;
    margin: 0 auto;
    padding: 50px 50px 0;
  }
  .message__sub {
    margin-top: 10px;
    line-height: 1.4;
  }
  .message__txt {
    margin-top: 23px;
    text-align: left;
    letter-spacing: -0.06em;
  }
  .message__icon {
    position: absolute;
    bottom: calc(100vw / 375 * 40);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .message__btn {
    margin: 20px 0 0;
    position: absolute;
    bottom: calc(100vw / 375 * 40);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

/* .bgCircle
  ================================================ */
.bgCircle {
  margin-top: 46px;
  position: relative;
  background-color: #fff;
  background-image: url(../img/recruit/bg_circle01_pc.jpg), url(../img/recruit/bg_circle02_pc.jpg);
  background-size: contain;
  background-position: 50% 0, 50% 100%;
  background-repeat: no-repeat;
  padding: 165px 0 140px;
}

@media all and (max-width: 767px) {
  .bgCircle {
    margin-top: 40px;
    background-image: url(../img/recruit/bg_circle01_sp.jpg), url(../img/recruit/bg_circle02_sp.jpg);
    background-size: contain;
    background-position: 50% 0, 50% 100%;
    background-repeat: no-repeat;
    padding: 90px 0 80px;
  }
}

/* .work
  ================================================ */
.work__tit {
  text-align: center;
  position: relative;
  letter-spacing: 0.1em;
}

.work__tit:before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #FFF000;
  position: absolute;
  top: -35px;
  left: 0;
  right: 0;
  margin: auto;
}

.work__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 700px;
  margin: 40px auto 0;
}

.work__item {
  text-align: center;
  width: 47%;
  margin-bottom: 55px;
}

.work__sub {
  font-size: 20px;
  font-weight: bold;
  color: #009844;
}

.work__img {
  width: 80px;
  margin: 20px auto 0;
}

.work__txt {
  margin-top: 17px;
}

@media all and (max-width: 767px) {
  .work__tit {
    line-height: 1.6;
  }
  .work__tit:before {
    top: -32px;
  }
  .work__list {
    display: block;
    width: 100%;
    margin: 25px 0 0;
  }
  .work__item {
    width: 100%;
    margin-bottom: 0;
  }
  .work__item + .work__item {
    margin-top: 33px;
  }
  .work__img {
    margin-top: 10px;
  }
}

/* .plant
  ================================================ */
.plant {
  margin-top: 52px;
}

.plant__tit {
  text-align: center;
  position: relative;
}

.plant__tit:before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #FFF000;
  position: absolute;
  top: -35px;
  left: 0;
  right: 0;
  margin: auto;
}

.plant__list {
  width: 610px;
  margin: 20px auto 0;
}

.plant__item {
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #00A76D;
}

.plant__sub {
  font-size: 20px;
  font-weight: bold;
  color: #009844;
  letter-spacing: 0.1em;
}

.plant__height {
  min-height: auto;
}

.plant__sub span {
  font-size: 10px;
  color: #333;
  margin-left: 7px;
  letter-spacing: 0.1em;
}

.plant__add {
  margin-top: 20px;
}

.plant__map {
  margin-top: 5px;
}

.plant__map--link {
  color: #009844;
  text-decoration: underline;
  margin-left: 10px;
}

.plant__map--link:after {
  content: '';
  background: url(../img/common/ico_pin.png) 0 0 no-repeat;
  background-size: contain;
  width: 14px;
  height: 20px;
  display: inline-block;
  margin: 0 0 -5px 5px;
}

@media all and (min-width: 768px) {
  .plant__map--link:hover {
    text-decoration: none;
  }
}

.plant__txt {
  margin-top: 5px;
}

.plant__btn {
  margin-top: 15px;
}

.plant__btn--link:before {
  content: none;
}

.plant__btn .is-blank:after {
  content: '';
  background-image: url(../img/common/ico_blank01.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin: 0 0 -1px 10px;
}

.is-blank:after {
  content: '';
  background-image: url(../img/common/ico_blank02.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin: 0 3px -1px 3px;
}

@media all and (max-width: 767px) {
  .plant {
    margin-top: 90px;
  }
  .plant__tit:before {
    top: -32px;
  }
  .plant__list {
    display: block;
    width: 100%;
    margin-top: 28px;
  }
  .plant__txt {
    margin-top: 15px;
  }
  .plant__btn {
    margin: 20px auto 0;
  }
  .plant__map {
    margin-top: 15px;
  }
  .plant__map--link {
    margin-left: 0;
  }
  .plant__btn .is-blank:after {
    margin: 0 0 -1px 10px;
  }
  .is-blank:after {
    margin: 0 3px -1px 3px;
  }
}

/* .info
  ================================================ */
.info {
  padding-top: 116px;
}

.info__tit {
  text-align: center;
  position: relative;
}

.info__tit:before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #FFF000;
  position: absolute;
  top: -35px;
  left: 0;
  right: 0;
  margin: auto;
}

.info__in {
  /*background-color: #fff;*/
  /*border-radius: 40px;*/
  /*padding: 60px 0;*/
  margin-top: 40px;
}

.info__txt {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.info__txt a {
  text-decoration: underline;
  color: #009844;
}

.info__tab {
  margin-top: 50px;
  padding-bottom: 40px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.info__tab:after {
  content: '';
  width: 100%;
  height: 3px;
  background: #009844;
  display: block;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.info__tab__label {
  width: calc(1400vw / 100 * 293);
  background: #FFF;
  white-space: nowrap;
  text-align: center;
  padding: 10px .5em;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 20px 20px 0 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 16px;
  font-weight: bold;
}

.info__tab__label:not(:last-of-type) {
  margin-right: 10px;
}

.info__content {
  width: 100%;
  display: none;
  background-color: #fff;
  padding: 35px 40px 55px;
  border-bottom: solid 1px #009844;
}

.info__tab__item:checked + .info__tab__label {
  background: #009844;
  color: #FFF;
}

.info__tab__item:checked + .info__tab__label + .info__content {
  display: block;
}

.info__tab__item {
  display: none;
}

.info__content__list__item {
  display: table;
}

.info__content__list__item--heading {
  display: table-cell;
  width: calc(1400vw / 100 * 100);
  width: 100px;
  padding: 20px 0;
  border-bottom: 1px solid #00A76D;
  font-weight: bold;
}

.info__content__list__item--txt {
  display: table-cell;
  width: calc(1400vw / 100 * 720);
  width: 720px;
  padding: 20px 0;
  border-bottom: 1px solid #F4EFEA;
}

.info__entry {
  text-align: center;
}

@media all and (max-width: 767px) {
  .info {
    padding-top: 95px;
  }
  .info__tit:before {
    top: -32px;
  }
  .info__in {
    border-radius: 20px;
    padding: 30px 0;
    margin-top: 35px;
  }
  .info__txt {
    font-size: 18px;
  }
  .info__tab {
    margin-top: 0px;
  }
  .info__tab__label {
    width: calc(375vw / 100 * 108);
    padding: 10px 12px;
    border-radius: 10px 10px 0 0;
    font-size: 14px;
    font-weight: normal;
  }
  .info__tab__label:not(:last-of-type) {
    margin-right: 10px;
  }
  .info__content {
    padding: 20px 30px;
  }
  .info__tab__item:checked + .info__tab__label {
    background: #009844;
    color: #FFF;
  }
  .info__content__list__item--heading {
    width: calc(375vw / 100 * 100);
    padding: 20px 0;
  }
  .info__content__list__item--txt {
    width: calc(375vw / 100 * 190);
    padding: 30px 0;
  }
}
