.service-overview {
  position: relative;
  padding-top: 0;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .service-overview {
    margin-bottom: 45px;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.service-overview__inner {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 0 0;
}
@media screen and (max-width: 768px) {
  .service-overview__inner {
    width: 90%;
    padding: 0 0;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.service-overview__header {
  width: 100%;
  height: 480px;
  background: linear-gradient(to bottom, #00317F, #3db7a5);
  display: flex;
  padding: 100px 0 100px;
  position: relative;
}
@media screen and (max-width: 1120px) {
  .service-overview__header {
    padding-top: 160px;
    height: 350px;
  }
}
.service-overview__image {
  position: relative;
  width: 800px;
  max-width: 90%;
  margin: -250px auto 100px;
  z-index: 10;
  border-radius: 8px;
  overflow: hidden;
}
.service-overview__image img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1120px) {
  .service-overview__image {
    margin-top: -90px;
    margin-bottom: 45px;
  }
}
.service-overview__content {
  margin: 0 auto;
  max-width: 680px;
}
@media screen and (max-width: 768px) {
  .service-overview__content {
    padding: 0;
    width: 100%;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.service-overview__title {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  color: white;
  margin-bottom: 20px;
  padding: 0 6%;
}
@media screen and (max-width: 768px) {
  .service-overview__title {
    text-align: left;
    display: flex;
    flex-direction: column;
    padding: 0;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.service-overview__title-en {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 8px;
  padding-right: 6px;
  position: relative;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .service-overview__title-en {
    display: block;
    margin-bottom: 8px;
    margin-top: 0;
    font-size: 26px;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.service-overview__title-ja {
  display: block;
  font-size: 21px;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .service-overview__title-ja {
    font-size: 12px;
    gap: 0px;
    margin-top: 0;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.service-overview__title-ja::before {
  content: "";
  display: block;
  background-image: url(../image/keyvisual-text-bar.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 25px;
  height: 15px;
  position: static;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
  transition: all 0.3s ease;
}
.service-overview__text section {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .service-overview__text section {
    margin-bottom: 40px;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.service-overview__text section h3 {
  font-size: 46px;
  font-weight: bold;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .service-overview__text section h3 {
    font-size: 24px;
    line-height: 2;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.service-overview__text p {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  letter-spacing: 0;
  line-height: 3;
  margin-bottom: 1em;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .service-overview__text p {
    font-size: 12px;
    line-height: 2;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.service-overview__text p:last-child {
  margin-bottom: 0;
}

.service-overview-low {
  margin-bottom: 0;
}
.service-overview-low .service-overview__header {
  height: 260px;
  padding: 0;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .service-overview-low .service-overview__header {
    height: 280px;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.service-overview-low .service-overview__header .service-overview__inner {
  width: 100%;
  padding: 0 0%;
}
@media screen and (max-width: 768px) {
  .service-overview-low .service-overview__header .service-overview__inner {
    padding: 0 6%;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.service-overview-low .service-overview__header h2 {
  margin: 0;
}
.service-overview-low .service-overview__header .service-overview__title {
  margin-bottom: 0;
}
@media screen and (max-width: 1120px) {
  .service-overview-low .service-overview__header {
    padding: 0;
    padding-top: 100px;
  }
}

.overview-keyvisual__title {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  color: #00B3BA;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .overview-keyvisual__title {
    text-align: left;
    display: flex;
    flex-direction: column;
    padding: 0;
    margin-bottom: 40px;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.overview-keyvisual__title-en {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 12px;
  padding-left: 24px;
  position: relative;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .overview-keyvisual__title-en {
    display: block;
    margin-bottom: 8px;
    margin-top: 0;
    font-size: 12px;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.overview-keyvisual__title-en::before {
  content: "";
  display: block;
  background-image: url(../image/keyvisual-text-bar-green.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 20px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s ease;
}
.overview-keyvisual__title-ja {
  display: block;
  font-size: 21px;
  position: relative;
  color: #2D2D2D;
  font-weight: bold;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .overview-keyvisual__title-ja {
    font-size: 23px;
    gap: 0px;
    margin-top: 0;
    transition-property: all;
    transition-duration: 0.3s;
  }
}

.service-overview__ceo {
  margin-top: 60px;
  text-align: right;
}
.service-overview__ceo p {
  margin: 0;
  line-height: 1.6;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  text-align: right;
}
.service-overview__ceo-company {
  font-size: 14px;
  margin-bottom: 5px;
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .service-overview__ceo-company {
    font-size: 12px;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.service-overview__ceo-name {
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .service-overview__ceo-name {
    font-size: 12px;
    transition-property: all;
    transition-duration: 0.3s;
  }
}

.service-overview__content-career section {
  margin-bottom: 0 !important;
}
.service-overview__content-career h3 {
  font-size: 24px !important;
  font-weight: bold;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .service-overview__content-career h3 {
    font-size: 18px;
    line-height: 2;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.service-overview__content-career p {
  margin-top: 40px;
  font-size: 16px;
  line-height: 3;
}
@media screen and (max-width: 768px) {
  .service-overview__content-career p {
    font-size: 12px;
    line-height: 2;
    margin-top: 20px;
    transition-property: all;
    transition-duration: 0.3s;
  }
}

/**  **/
.service-detaile-career .service-overview__header {
  height: 260px;
  padding: 0;
  display: flex;
  align-items: center;
}

.news-list {
  padding: 100px 6%;
}
@media screen and (max-width: 768px) {
  .news-list {
    padding: 60px 6%;
    transition-property: all;
    transition-duration: 0.3s;
  }
}

.wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 1120px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .wrapper {
    width: 90%;
    margin: 0;
    transition-property: all;
    transition-duration: 0.3s;
  }
}

.news-item__link {
  display: block;
  padding: 32px;
  background: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
  border-bottom: 1px solid #eee;
}
@media screen and (max-width: 768px) {
  .news-item__link {
    padding: 20px 0;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.news-item__meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.news-item__date {
  font-family: system-ui;
  font-size: 14px;
  color: #666;
}
.news-item__category {
  display: inline-block;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background: #00B3BA;
  border-radius: 4px;
  line-height: 1.4;
}
.news-item__title {
  font-size: 18px;
  font-weight: bold;
  color: black;
  margin-bottom: 12px;
  line-height: 1.6;
}
.news-item__excerpt {
  font-size: 14px;
  color: #666;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .news-item__excerpt {
    font-size: 12px;
    transition-property: all;
    transition-duration: 0.3s;
  }
}

.pagination {
  margin: 0px auto 100px;
  padding: 0 6%;
}
@media screen and (max-width: 768px) {
  .pagination {
    margin: 0 0 60px;
    padding: 0;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.pagination .wrapper {
  max-width: 1120px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .pagination .wrapper {
    width: 90%;
    margin: 0 0 60px;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.pagination__inner {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 1px;
  flex-wrap: nowrap;
}
.pagination__prev, .pagination__next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #666;
  text-decoration: none;
  font-size: 16px;
  flex-shrink: 0;
  background: #f5f5f5;
  transition: all 0.3s ease;
}
.pagination__prev:hover, .pagination__next:hover {
  background: #00B3BA;
  color: #fff;
}
.pagination__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 16px;
  color: #666;
  text-decoration: none;
  transition: all 0.3s ease;
  flex-shrink: 0;
  background: #f5f5f5;
}
.pagination__item.is-active {
  background: #00B3BA;
  color: #fff;
}
.pagination__item:hover:not(.is-active) {
  background: #00B3BA;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .pagination {
    width: 90%;
    margin: 40px auto 0;
    transition-property: all;
    transition-duration: 0.3s;
  }
  .pagination .wrapper {
    gap: 4px;
  }
  .pagination__item, .pagination__prev, .pagination__next {
    width: 36px;
    height: 36px;
    font-size: 14px;
  }
}