/* -----------------------------------
  仕事内容
  ----------------------------------- */
.container-wrap .container {
  width: 85%;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 50px;
}

.contents-wrap {
  width: 40%;
  position: relative;
}

.contents-wrap h3 {
  margin: 25px auto 5px;
  font-weight: bold;
  font-size: 1.8rem;
  font-style: italic;
  color: #b03133;
}

.contents-wrap .text span {
  color: #b03133;
}

.contents-wrap .title {
  margin-bottom: 5px;
  padding-top: 15px;
  border-bottom: double 5px #b03133;
  display: inline-block;
}

.contents-wrap .title:first-letter {
  color: #b03133;
  padding-right: 5px;
}

.contents-wrap .txt-img {
  text-align: center;
  margin: 15px auto;
}

.contents-wrap .img-flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  padding-top: 30px;
}

.img-item {
  width: 50%;
}

.img-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.images-wrap,
.images-wrap02 {
  width: 40%;
  height: auto;
  position: relative;
}

.images-wrap img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: 0% 50%;
}

.images-wrap02 img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: 50% 50%;
}

.container-wrap .btn:before {
  display: none;
}

.container-wrap .ineer {
  width: 75%;
  margin: 0 auto;
  text-align: center;
}

.container-wrap .ineer h2 {
  text-align: center;
}

.ineer-content {
  border: solid 1px #fff;
}

.ineer-content ul {
  display: grid;
  width: 100%;
  margin: 0 auto;
  padding: 5%;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.ineer-content ul li {
  color: #fff;
  border-bottom: solid 1px #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 1.6rem;
}

.ineer-content ul li small {
  display: contents;
  font-size: 1.0rem;
}

@media screen and (max-width: 767px) {
  .contents-wrap {
    width: 95%;
    margin: 0 auto;
    position: relative;
    margin-top: 10%;
  }

  .container-wrap .container {
    width: 95%;
    margin: 0 auto;
    padding: 0;
    padding-top: 10%;
    display: block;
    /* flex-direction: column-reverse; */
  }

  .images-wrap,
  .images-wrap02 {
    width: 95%;
    margin: 0 auto;
    margin-top: 30px;
  }

  .heading1 {
    /* padding-left: 50px; */
  }

  .text-first {
    padding-left: 0px;
  }

  .contents-wrap h3 {
    text-align: center;
  }

  .images-wrap img {
    width: 100%;
    height: 250px;
  }

  .images-wrap02 img {
    width: 100%;
    height: 250px;
  }

  .container-wrap .ineer {
    width: 95%;
    margin: 0 auto;
    text-align: center;
  }

  .container-wrap .ineer h2 {
    text-align: center;
  }

  .ineer-content {
    border: solid 1px #fff;
  }

  .ineer-content ul {
    display: grid;
    width: 100%;
    margin: 0 auto;
    padding: 5%;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }

  .ineer-content ul li {
    color: #fff;
      font-size: 1.4rem;
  }

  .ineer-content ul li small {}
}

.wrok-wrap .contents-wrap {
  width: 85%;
  margin: 0 auto;
}

.wrok-wrap .box {
  width: 100%;
  margin: 0 auto;
  margin-top: 50px;
  padding: 5%;
  border: 1px solid #002e15;
}

.box-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  margin-top: 30px;
}

.box-item .txt {
  width: 50%;
}

.box-item .txt p {
  font-size: 1.2rem;
}

.box-item .txt .area {
  background-color: #002e15;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 10px;
}

.box-item .txt span {
  font-size: 1.4rem;
  font-weight: bold;
  padding-bottom: 3px;
  border-bottom: solid 1px #002e15;
}

.box-item .img {
  width: 50%;
}

.box-item .img img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  object-position: 0% 70%;
}

.box-item .img .kyoto {
  width: 100%;
  height: 150px;
  object-fit: cover;
  object-position: 50% 40%;
}

.box-item .img .hyogo {
  width: 100%;
  height: 150px;
  object-fit: cover;
  object-position: 0% 0%;
}

.box .btn:before {
  display: none;
}

@media screen and (max-width: 767px) {
  .wrok-wrap .contents-wrap {
    width: 100%;
    margin: 0 auto;
  }

  .wrok-wrap .box {
    width: 90%;
    margin: 0 auto;
  }

  .box-item {
    display: block;
  }

  .box-item .txt {
    width: 100%;
  }

  .box-item .img {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 50px;
  }
}