@charset "UTF-8";
html {
  margin-top: 0 !important;
}
header {
  height: 100px;
}
header .hd {
  background-color: #e7f0ec;
}
h1 {
  font-weight: bold;
}
.features_inn {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-left: 10%;
}
.features_list {
  max-width: 560px;
  width: 33%;
  margin-right: calc((200 / 1720) * 100%);
}
.features_list li {
  display: flex;
  border: 2px solid #13ae67;
  border-radius: 16px;
  align-items: center;
  padding: calc((24 / 560) * 100%) calc((40 / 560) * 100%);
  margin-bottom: calc((24 / 560) * 100%);
}
.features_list li .features_list_img {
  width: 20%;
}
.features_list li p {
  font-size: 28px;
  font-size: 1.4vw;
  font-weight: bold;
  color: #13ae67;
  padding-left: calc((32 / 560) * 100%);
}
.features_img {
  max-width: 960px;
  width: 56%;
}
h2 {
  text-align: center;
  padding-bottom: 26px;
}
h2 span {
  position: relative;
}
h2 span:before {
  content: "";
  display: block;
  width: 25px;
  height: 26px;
  background-image: url(../images/service/deco_ttl_02.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -26px;
  left: 36%;
}
#job {
  background-color: #e7f0ec;
  padding: 140px 0 120px;
}
.job_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.job_list li {
  width: 49%;
  background-color: #13ae67;
  border-radius: 16px;
}
.job_list li:nth-child(1),
.job_list li:nth-child(2) {
  margin-bottom: 24px;
}
.job_list li a p {
  color: #fff;
  font-size: 1.4vw;
  font-weight: bold;
  padding: calc((52 / 588) * 100%) calc((32 / 588) * 100%);
  position: relative;
}
.job_list li a p span {
  background-color: #faff74;
  border-radius: 54px;
  color: #13ae67;
  padding: 3px 16px;
  margin-left: 10px;
}
.job_list li a p:after {
  content: "";
  display: inline-block;
  width: 48px;
  height: 48px;
  background: url(../images/recruit/arrow_b.svg) no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 4%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
h3 {
  font-size: 2.08vw;
  padding-bottom: 16px;
}
table th {
  color: #006934;
  text-align: left;
  width: 26%;
}
table th,
table td {
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  padding: 16px 0;
  line-height: 1.5;
}
.btn {
  margin: 60px auto 0;
}
#office {
  padding-bottom: 200px;
  padding-top: 200px;
  margin-top: -100px;
}
#foods {
  background-color: #e7f0ec;
  padding-bottom: 100px;
  padding-top: 100px;
  margin-top: -100px;
}
#ip {
  padding-bottom: 140px;
  padding-top: 200px;
  margin-top: -100px;
}

@media all and (max-width: 480px) {
  header {
    height: 60px;
  }
  #features {
    padding: 60px 20px 40px;
  }
  .features_inn {
    display: block;
    padding-left: 0;
  }
  .features_list {
    width: 100%;
    margin-right: 0;
  }
  .features_list li {
    padding: 10px;
    margin-bottom: 8px;
  }
  .features_list li .features_list_img {
    width: 14%;
  }
  .features_list li p {
    font-size: 16px;
  }
  .features_img {
    width: 100%;
  }
  .features_img img {
    border-radius: 16px;
  }
  #job {
    padding: 40px 0;
  }
  .job_inn {
    padding: 40px 0 0;
  }
  .job_list {
    display: block;
  }
  .job_list li {
    width: 100%;
  }
  .job_list li:nth-child(1),
  .job_list li:nth-child(2),
  .job_list li:nth-child(3) {
    margin-bottom: 8px;
  }
  .job_list li a p {
    font-size: 14px;
    padding: 20px 10px;
  }
  .job_list li a p span {
    font-size: 10px;
    padding: 2px 8px;
  }
  .job_list li a p:after {
    width: 28px;
    height: 28px;
    right: 2%;
  }
  h3 {
    font-size: 16px;
    border-bottom: 1px solid #dadada;
  }
  table th {
    width: 35%;
    padding: 16px 0 0;
  }
  table tr {
    display: block;
    border-bottom: 1px solid #dadada;
  }
  table th,
  table td {
    font-size: 14px;
    display: block;
    border-top: unset;
    border-bottom: unset;
  }
  .btn {
    width: 100%;
    margin: 40px auto 0;
  }
  #office {
    padding-bottom: 120px;
    padding-top: 120px;
    margin-top: -60px;
  }
  .office_inn {
    padding: 0;
  }
  #office table tr th:first-child span {
    font-size: 0.8em;
    line-height: 1;
  }
  #foods {
    padding-bottom: 60px;
    padding-top: 60px;
    margin-top: -60px;
  }
  #foods .inn {
    padding: 0;
  }
  #ip {
    padding-bottom: 40px;
    padding-top: 60px;
    margin-top: -60px;
  }
}

.features_btn a.ishi_btn {
  margin: 30px auto 20px;
}
.features_btn p.features_notes {
  text-align: center;
  font-size: 14px;
}
@media all and (max-width: 480px) {
  .features_btn a.ishi_btn {
    margin: 8px auto;
  }
}
