@charset "UTF-8";




/* ----------------------service-top---------------------- */

.service-top {
  padding-bottom: 80px;
  background: #73a082;
}
.service-top__ttl-container {
  padding-top: 140px;
  background: #faf8f3;
}
.service-top__ttl {
  max-width: 1920px;
  margin: 0 auto;
  text-align: left;
}
.service-top__ttl-ja {
  color: #373737;
  vertical-align: middle;
}
.service-top__box {
  max-width: 1310px;
  width: 97%;
  margin: -60px auto 0;
  padding: 80px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 60px;
  background: #fff;
  z-index: 2;
}
.service-top__txt {
  font-size: 2rem;
  text-align: left;
}
.service-top__catch {
  writing-mode: vertical-rl;
  text-align: start;  /* ← 頭揃え */
  font-size: 2.8rem;
  line-height: 1.8;
  font-weight: 600;
}
.service-top__item {
  text-align: left;
  font-size: 2.6rem;
  margin-bottom: 30px;
  line-height: 1.4;
}
.service-top__check-icon {
  max-width: 38px;
}
.service-top__item--note {
  text-align: right;
  margin-bottom: 0;
}

@media (max-width: 1100px) {
  .service-top__ttl {
    padding-bottom: 70px;
  }
  .service-top__box {
    margin: -60px auto 0;
  }
}
@media (max-width: 920px) {
  .service-top__item {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .service-top__check-icon {
    max-width: 30px;
  }
}
@media (max-width: 800px) {
  .service-top__ttl-container {
    padding-top: 80px;
  }
  .service-top__box {
    width: 94%;
    flex-direction: column;
    align-items: center;
    padding: 40px;
    gap: 20px;
  }
  .service-top__catch {
   font-size: 2.4rem;
  }
}
@media (max-width: 570px) {
  .service-top__box {
    padding: 25px;
  }
    .service-top__item {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
  .service-top__check-icon {
    max-width: 22px;
  }
}


/* ----------------------service-process---------------------- */

.service-process__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.service-process__ttl {
  text-align: left;
  margin-bottom: 20px;
}
.service-process__lead {
  font-size: 2rem;
  margin-bottom: 40px;
}
.service-process__list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: self-start;
  flex-wrap: wrap;
  gap: 40px;
}
.service-process__item {
  width: 30%;
  position: relative;
  margin-bottom: 20px;
}
.service-process__item::before {
  content: "1";
  position: absolute;
  top: 20px;
  left: 0; 
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  font-size: 2.2rem;
  color: #fff;
  background:#73a082;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}
.service-process__item:nth-child(2):before {
  content: "2";
}
.service-process__item:nth-child(3):before {
  content: "3";
}
.service-process__item:nth-child(4):before {
  content: "4";
}
.service-process__item:nth-child(5):before {
  content: "5";
}
.service-process__item:nth-child(6):before {
  content: "6";
}
.service-process__name {
  color: #73a082;
  font-size: 2.6rem;
}
.service-process__icon {
  height: 98px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-process__hearing {
  width: 107px;
}
.service-process__planning {
  width: 106px;
}
.service-process__production {
  width: 104px;
}
.service-process__revision {
  width: 89px;
}
.service-process__review {
  width: 88px;
}
.service-process__delivery {
  width: 100px;
}
.service-process__text {
  text-align: left;
}

@media (max-width: 840px) {
  .service-process__list {
    gap: 30px;
  }
}
@media (max-width: 720px) {
  .service-process__lead {
    font-size: 1.6rem;
  }
  .service-process__item {
    width: 47%;
  }
  .service-process__name {
    font-size: 2rem;
  }
  .service-process__item::before {
    width: 35px;
    height: 35px;
    top: 25px;
    font-size: 2rem;
  }
  .service-process__hearing {
    width: 92px;
  }
  .service-process__planning {
    width: 91px;
  }
  .service-process__production {
    width: 89px;
  }
  .service-process__revision {
    width: 74px;
  }
  .service-process__review {
    width: 73px;
  }
  .service-process__delivery {
    width: 85px;
  }
}
@media (max-width: 840px) {
  .service-process__list {
    gap: 10px;
  }
}

@media (max-width: 450px) {
  .service-process__hearing {
    width: 76px;
  }
  .service-process__planning {
    width: 79px;
  }
  .service-process__production {
    width: 76px;
  }
  .service-process__revision {
    width: 62px;
  }
  .service-process__review {
    width: 61px;
  }
  .service-process__delivery {
    width: 73px;
  }
}

@media (max-width: 370px) {
  .service-process__item::before {
    width: 28px;
    height: 28px;
    top: 25px;
    font-size: 1.8rem;
  }
}


/* ----------------------service-service---------------------- */

.service-service__ttl {
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
  padding: 0 2%;
}
@media (max-width: 768px) {
  .service-service__ttl {
    padding: 0 4%;
  }
}
@media (max-width: 500px) {
  .service-service__ttl {
    padding: 0 6%;
  }
}
.service-service__item-container {
  width: 100%;
  border-radius: 40px 40px 0 0;
  background: #fff;
  padding-bottom: 40px;
  margin-top: -40px;
  padding: 0 2%;
}
.service-service__item-container:first-child {
  margin-top: 40px;
}
.service-service__item-container:nth-child(even) {
  background: #faf8f3;
}
.service-service__item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  gap: 3%;
  padding: 80px 0 120px;
}
.service-service__item-container:last-child .service-service__item {
  padding-bottom: 0;
}
.service-service__img {
  max-width: 456px;
  width: 47%;
}
.service-service__txtArea {
  max-width: 463px;
  width: 50%;
  text-align: left;
  position: relative;
}
.service-service__ttl-sub {
  font-size: 3.2rem;
  color: #73a082;
}
.service-service__sub {
  font-size: 2.6rem;
  color: #73a082;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 20px;
}
.service-service__tag {
  position: absolute;
  top: 0;
  right: 0;
  background: #73a082;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  border-radius: 15px;
  width: 88px;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-service__tag::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  width: 22px;
  height: 7px;
  background-image: url(../img/icon_arrow_white.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}
.service-service__txt {
  margin-bottom: 10px;
}
.service-service__btn {
  display: block;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  width: 100%;
  padding: 2px;
  background: #73a082;
  color: #fff;
  border-radius: 20px;
  position: relative;
  position: absolute;
  bottom: 0;
}
.service-service__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background-image: url(../img/icon_arrow_border_white.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}

@media (max-width: 900px) {
  .service-service__item {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .service-service__img {
    width: 100%;
    max-width: 500px;
  }
  .service-service__txtArea {
    width: 100%;
    max-width: 500px;
  }
  .service-service__txt {
    margin-bottom: 15px;
  }
  .service-service__btn {
    position: relative;
  }
}

@media (max-width: 768px) {
  .service-service__item-container {
    padding: 0 4%;
  }
  .service-service__ttl-sub {
    font-size: 2.4rem;
  }
  .service-service__sub {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
  .service-service__tag {
    font-size: 1.6rem;
    width: 65px;
    height: 65px;
  }
  .service-service__tag::after {
    top: 7px;
    right: 7px;
    width: 17px;
    height: 6px;
  }
}

@media (max-width: 500px) {
  .service-service__item-container {
    padding: 0 6%;
  }
}