.headline {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 600px) {
  .headline {
    margin-bottom: 30px;
  }
}
.headline img {
  height: 32px;
  margin-bottom: 20px;
}
.headline span {
  font-size: 15px;
  color: #009E8F;
  font-weight: 500;
  letter-spacing: 0.06em;
}

@media (max-width: 600px) {
  .top-img {
    margin-top: 80px;
    margin-bottom: 30px;
  }
}

.catch-cont {
  margin-top: -70px;
  margin-bottom: 110px;
}
@media (max-width: 600px) {
  .catch-cont {
    max-width: 94%;
    margin: 0 auto;
    margin-bottom: 60px;
  }
}
.catch-cont .catch {
  text-align: center;
  font-size: 37px;
  line-height: 1.5135135135;
  letter-spacing: 0.06em;
  color: #104142;
  margin-bottom: 50px;
  font-weight: 500;
}
@media (max-width: 600px) {
  .catch-cont .catch {
    font-size: 22px;
    line-height: 1.2727272727;
    margin-bottom: 30px;
  }
}
.catch-cont .text {
  max-width: 530px;
  margin: 0 auto;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.028em;
}

.servise-cont {
  margin-bottom: 70px;
  padding-bottom: 105px;
  box-sizing: border-box;
}
.servise-cont .back {
  width: 100%;
  height: 930px;
  bottom: 0;
  background-color: #F3ECE5;
  z-index: -1;
}
@media (max-width: 600px) {
  .servise-cont .back {
    height: 80%;
  }
}
.servise-cont .list {
  max-width: 1100px;
  margin: 0 auto;
  margin-bottom: 50px;
  align-items: stretch;
}
@media (max-width: 1100px) {
  .servise-cont .list {
    max-width: 90%;
  }
}
@media (max-width: 600px) {
  .servise-cont .list {
    max-width: 94%;
  }
}
.servise-cont .list .box {
  width: calc(50% - 15px);
  margin-right: 30px;
  margin-bottom: 30px;
  overflow: hidden;
}
@media (max-width: 600px) {
  .servise-cont .list .box {
    width: 100%;
    margin-right: 0;
  }
}
.servise-cont .list .box:nth-child(2n) {
  margin-right: 0;
}
.servise-cont .list .box:nth-last-child(-n+2) {
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .servise-cont .list .box:nth-last-child(-n+2) {
    margin-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .servise-cont .list .box:last-child {
    margin-bottom: 0px;
  }
}
.servise-cont .list .box a {
  height: 100%;
}
.servise-cont .list .box a .image {
  width: 100%;
}
.servise-cont .list .box a .content {
  width: 100%;
  padding: 50px 30px;
  box-sizing: border-box;
  background-color: #104142;
  height: 100%;
}
.servise-cont .list .box a .content .title {
  background-color: #fff;
  text-align: center;
  padding: 10px 30px;
  box-sizing: border-box;
  color: #009E8F;
  left: 0;
  top: -10px;
}
.servise-cont .list .box a .content .text {
  color: #fff;
}
.servise-cont .btn {
  width: 110px;
  margin: 0 auto;
  text-align: center;
}
.servise-cont .btn a {
  color: #104142;
  font-size: 18px;
  font-weight: 500;
}
.servise-cont .btn a:after {
  content: "";
  display: inline-block;
  width: 150px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/wp-content/uploads/2023/04/arrow-btn.png);
  position: absolute;
  bottom: -25px;
  left: 0;
}
.servise-cont .btn a:hover:after {
  left: 20px;
  transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
}

.about-cont {
  max-width: 1100px;
  margin: 0 auto;
  margin-bottom: 110px;
}
@media (max-width: 1100px) {
  .about-cont {
    max-width: 90%;
  }
}
@media (max-width: 600px) {
  .about-cont {
    max-width: 94%;
  }
}
.about-cont .back {
  height: 420px;
  z-index: -1;
  right: 0;
  bottom: -30px;
}
.about-cont .back img {
  width: auto;
}
@media (max-width: 600px) {
  .about-cont .back {
    height: 160px;
  }
}
.about-cont .text {
  max-width: 580px;
  margin: 0 auto;
  margin-bottom: 70px;
  font-size: 15px;
  line-height: 1.8666666667;
  letter-spacing: 0.028em;
}
@media (max-width: 600px) {
  .about-cont .text {
    line-height: 1.3333333333;
    margin-bottom: 30px;
  }
}
.about-cont .text span {
  font-size: 25px;
  font-weight: 500;
  color: #104142;
  margin-bottom: 40px;
  display: block;
  line-height: 1.92;
  letter-spacing: 0.06em;
}
@media (max-width: 600px) {
  .about-cont .text span {
    font-size: 20px;
    line-height: 1.9;
  }
}
.about-cont .name {
  align-items: flex-end;
  justify-content: right;
  margin-top: 30px;
  letter-spacing: 0.12em;
}
.about-cont .name img {
  width: auto;
  height: 35px;
  margin-left: 30px;
}
.about-cont .list {
  max-width: 580px;
  margin: 0 auto;
}
.about-cont .list .box {
  margin-bottom: 40px;
}
.about-cont .list .box:last-child {
  margin-bottom: 0;
}
.about-cont .list .box .top {
  margin-bottom: 30px;
  font-size: 15px;
  letter-spacing: 0.12em;
}
.about-cont .list .box .bottom {
  padding-bottom: 15px;
  box-sizing: border-box;
  border-bottom: 1px solid #444444;
  color: #777777;
  padding-left: 20px;
}

.bottom-img img {
  width: 33.3%;
}

.recruit-cont {
  max-width: 1100px;
  margin: 0 auto;
  margin-bottom: 110px;
  padding-top: 110px;
}
@media (max-width: 1100px) {
  .recruit-cont {
    max-width: 90%;
  }
}
@media (max-width: 600px) {
  .recruit-cont {
    max-width: 94%;
    padding-top: 60px;
  }
}
.recruit-cont .box-list .box {
  margin-bottom: 60px;
  align-items: flex-start;
}
.recruit-cont .box-list .box .image {
  width: calc(50% - 50px);
  margin-right: 50px;
}
@media (max-width: 1100px) {
  .recruit-cont .box-list .box .image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.recruit-cont .box-list .box .text {
  width: 50%;
}
@media (max-width: 1100px) {
  .recruit-cont .box-list .box .text {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.recruit-cont .box-list .box:nth-child(2n) {
  flex-direction: row-reverse;
}
.recruit-cont .box-list .box:nth-child(2n) .image {
  margin: 0 0 0 50px;
}
@media (max-width: 1100px) {
  .recruit-cont .box-list .box:nth-child(2n) .image {
    width: 100%;
    margin: 0 0 30px 0;
  }
}
.recruit-cont .list {
  max-width: 580px;
  margin: 0 auto;
}
.recruit-cont .list .box {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #444444;
}
.recruit-cont .list .box:last-child {
  margin-bottom: 0;
}
.recruit-cont .list .box .top {
  width: 35%;
  font-size: 15px;
  letter-spacing: 0.12em;
}
.recruit-cont .list .box .bottom {
  width: 65%;
  color: #777777;
}/*# sourceMappingURL=index.css.map */