@charset "UTF-8";

/* PC固定ページ 事業内容 */
#service_contents {
  padding: 0 0 150px;
}

#service_contents .item {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 50px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(22, 28, 97, 0.25);
}

#service_contents .item:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}

#service_contents .item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

#service_contents .item:nth-child(n+2) {
  margin-top: 60px;
}

#service_contents .item_image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 400px;
  flex: 0 0 400px;
}

#service_contents .item_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#service_contents .item_contents {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#service_contents .item_head {
  gap: 30px;
}

#service_contents .item_en {
  display: inline-block;
  min-width: 120px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #fff;
  background: #161C61;
  padding: 2px 5px;
  margin-top: 10px;
  text-align: center;
}

#service_contents .item_title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.05em;
  color: #06081E;
}

#service_contents .item_title .accent {
  position: relative;
  display: inline-block;
  font-weight: 900;
  color: #161C61;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 4px;
}

#service_contents .item_text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.05em;
  margin-top: 32px;
}

@media (max-width: 750px) {

  /* SP固定ページ 事業内容 */
  #service_contents {
    padding: 0 0 15.38vw;
  }

  #service_contents .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5.13vw;
    padding-bottom: 10.26vw;
  }

  #service_contents .item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #service_contents .item:nth-child(n+2) {
    margin-top: 10.26vw;
  }

  #service_contents .item_image {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  #service_contents .item_image img {
    height: auto;
    aspect-ratio: 350/180;
  }

  #service_contents .item_head {
    display: block;
  }

  #service_contents .item_en {
    min-width: 25.13vw;
    font-size: 3.59vw;
    padding: 0.38vw 1.28vw;
  }

  #service_contents .item_title {
    font-size: 6.15vw;
    margin-top: 2.56vw;
  }

  #service_contents .item_title .accent {
    text-underline-offset: 3px;
    text-decoration-thickness: 3px;
  }

  #service_contents .item_text {
    font-size: 3.59vw;
    line-height: 1.7;
    margin-top: 6.41vw;
  }
}
