  .fukuri_top {
  background: url(/saiyo/images/workstyle_01/bg_fukuri_top.png) center 4.3rem no-repeat;
  background-size: 136.7rem auto;
  margin-bottom: 14.4rem;
}
.fukuri_top h3 {
  width: 32.8rem;
  margin: 0 auto;
  margin-bottom: 5.4rem;
}
.fukuri_top h4 {
  color: #00B0C1;
  font-size: 3.6rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .fukuri_top {
    background: none;
    padding: 0 3rem;
    margin-bottom: 9rem;
  }
  .fukuri_top h3 {
    width: 31.6rem;
    margin: 0 auto;
    margin-bottom: 3.5rem;
  }
  .fukuri_top h4 {
    font-size: 2rem;
    line-height: 1.6363636364;
  }
}
.skill {
  margin-bottom: 15rem;
}
.skill .parts01 {
  width: 15.2rem;
  margin-left: 32.4rem;
  margin-bottom: 2rem;
}
.skill .l_ttl {
  margin-bottom: 12rem;
}

.skill_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -9rem;
  margin-top: -8rem;
}

.skill_item {
  width: calc(50% - 9rem);
  margin-left: 9rem;
  margin-top: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.skill_item h5 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 2rem;
  color: #000;
}
.skill_item h5 span {
  color: #00B0C1;
}
.skill_item p {
  font-size: 1.6rem;
  line-height: 2;
}
.skill_item p b {
  font-weight: 700;
}
.skill_item p span {
  font-weight: 700;
  color: #00B0C1;
}
.skill_item p + p {
  margin-top: 1em;
}
.skill_item img {
  padding-top: 2rem;
  margin-top: auto;
}

@media screen and (max-width: 767px) {
  .skill .parts01 {
    margin: 0 auto;
    margin-bottom: 2rem;
  }
  .skill_inner {
    margin-left: 0;
    padding: 0 3rem;
    margin-top: -9rem;
  }
  .skill_item {
    width: 100%;
    margin-left: 0;
    margin-top: 9rem;
  }
  .skill_item picture {
    padding-top: 2rem;
  }
  .skill_item h5 span {
    font-size: 85%;
  }
}
.suppert {
  margin-bottom: 15rem;
}
.suppert .parts02 {
  width: 18.3rem;
  margin-left: 31.7rem;
  margin-bottom: 2rem;
}
.suppert .l_ttl {
  margin-bottom: 12rem;
}

@media screen and (max-width: 767px) {
  .suppert .parts02 {
    width: 18.3rem;
    margin: 0 auto;
  }
}
.vacation {
  margin-bottom: 12rem;
}
.vacation .parts03 {
  width: 14.3rem;
  margin-left: 33.1rem;
  margin-bottom: 2rem;
}
.vacation .l_ttl {
  margin-bottom: 12rem;
}

@media screen and (max-width: 767px) {
  .vacation .parts03 {
    margin: 0 auto;
  }
}
.list {
  margin-bottom: 16.7rem;
}
.list .list_inner {
  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;
}
.list .list_item {
  background: #FFFFF7;
  border: 1px solid #00B0C1;
  padding: 5.7rem 1.6rem 2rem;
  position: relative;
  width: 29rem;
}
.list .list_item h4 {
  background-color: #00B0C1;
  color: #FAF7F7;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  padding: 1rem 0;
  margin-bottom: 2rem;
}
.list .list_item h5 {
  color: #00B0C1;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 1.4rem;
}
.list .list_item ul li {
  list-style: none;
  font-size: 1.3rem;
  line-height: 1.4615384615;
}
.list .list_item ul li span {
  color: #01B0C1;
}
.list .list_item ul li + li {
  margin-top: 0.5rem;
}
.list .list_item ul + h5 {
  margin-top: 3rem;
}
.list .parts04 {
  width: 6.5rem;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
}
.list .parts05 {
  width: 5.6rem;
  top: 0.95rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
}
.list .parts06 {
  width: 7rem;
  top: 1.56rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
}
.list .note {
  margin-top: 3rem;
  font-size: 1.2rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .list {
    padding: 0 3rem;
    margin-bottom: 0;
  }
  .list .list_item {
    padding: 5.7rem 1.6rem 9rem;
    margin: 0 auto;
  }
  .list .list_item h4 {
    margin-bottom: 2.5rem;
  }
  .list .list_item + .list_item {
    margin-top: 2rem;
  }
  .list .note {
    margin-top: 3rem;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.other_link {
  width: 45rem;
  margin: 0 auto;
  padding-top: 6.5rem;
  padding-bottom: 3.7rem;
}
.other_link h4 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 2.4rem;
}
.other_link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -9rem;
  margin-bottom: 2.4rem;
}
.other_link ul li {
  width: calc(50% - 9rem);
  margin-left: 9rem;
  list-style: none;
}
.other_link .back {
  text-align: center;
}
.other_link .back a {
  position: relative;
  color: #666666;
  font-size: 1.1rem;
  font-weight: 700;
  padding: 0 1.6rem;
  display: inline-block;
}
.other_link .back a svg {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.6rem;
}

@media screen and (max-width: 767px) {
  .other_link {
    width: 31.5rem;
    margin: 0 auto;
    padding-top: 6.8rem;
    padding-bottom: 0;
  }
  .other_link ul {
    margin-left: 0;
    margin-bottom: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .other_link ul li {
    width: 12.3rem;
    margin-left: 0;
    margin-bottom: 2.4rem;
  }
}
@media screen and (max-width: 1380px) {
  .cover:before {
    left: -3rem;
  }
  .cover:after {
    right: -2rem;
  }
}