.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;
}

.member {
  height: auto;
  overflow: hidden;
  background: #00B3BA;
  padding: 100px 0;
}
.member__inner {
  max-width: 100%;
  margin: 0 auto;
}
.member__title {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  text-align: center;
  color: white;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .member__title {
    text-align: left;
    padding: 0 6%;
    display: flex;
    flex-direction: column-reverse;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.member__title-en {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 8px;
  padding-right: 6px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .member__title-en {
    display: block;
    margin-bottom: 0;
    margin-top: 8px;
    font-size: 24px;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.member__title-ja {
  display: block;
  font-size: 21px;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .member__title-ja {
    font-size: 12px;
    gap: 0px;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.member__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;
}
.member__slider {
  overflow: hidden;
  padding: 60px 0;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .member__slider {
    padding: 40px 0;
    padding-bottom: 0;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.member__slider .swiper-wrapper {
  display: flex;
  will-change: transform;
  touch-action: pan-x;
  cursor: grab;
}
.member__slider .swiper-wrapper::after {
  content: "";
  display: block;
  width: 100%;
  flex: 0 0 auto;
}
.member__slider .swiper-slide {
  flex-shrink: 0;
  width: 245px;
}
.member .swiper-slide {
  height: auto !important;
  transition: all 0.3s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
}
.member .swiper-slide .member__card-link {
  display: block;
  text-decoration: none;
}
.member .swiper-slide .member__card-figure {
  width: 100%;
  aspect-ratio: 245/375;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 16px;
}
.member .swiper-slide .member__card-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}
.member .swiper-slide .member__card-caption {
  position: static;
  padding: 0;
  background: none;
  text-align: left;
}
.member .swiper-slide .member__card-name-ja {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  display: block;
  font-size: clamp(12px, 1vw, 12px);
  margin-bottom: 10px;
  font-weight: bold;
  color: white;
  letter-spacing: 0.05em;
}
.member .swiper-slide .member__card-name-en {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  display: block;
  font-size: clamp(13px, 1vw, 13px);
  font-weight: bold;
  color: white;
}

.entry-section {
  padding: 80px 6%;
}
.entry-section .container {
  max-width: 1240px;
  margin: 0 auto;
}
.entry-section__title {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  text-align: left;
  color: #333;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .entry-section__title {
    text-align: left;
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 40px;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.entry-section__title-en {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 8px;
  padding-right: 6px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .entry-section__title-en {
    display: block;
    margin-bottom: 0;
    margin-top: 8px;
    font-size: 24px;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.entry-section__title-ja {
  display: block;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #00B3BA;
}
@media screen and (max-width: 768px) {
  .entry-section__title-ja {
    font-size: 12px;
    gap: 0px;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.entry-section__title-ja::before {
  content: "";
  display: block;
  background-image: url(../image/keyvisual-text-bar-green.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 25px;
  height: 15px;
  position: static;
  transition: all 0.3s ease;
}
.entry-section .job-list {
  max-width: 1120px;
  margin: 0 auto;
}
.entry-section .job-list ol {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 32px;
  padding: 0;
  list-style: none;
  justify-content: flex-start;
}
.entry-section .job-list li {
  flex: 1 1 calc(50% - 32px);
  max-width: 48%;
  min-width: 320px;
  box-sizing: border-box;
  margin: 0;
  transition: box-shadow 0.2s;
}
.entry-section .job-list a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  border: 1.5px solid #00B3BA;
  border-radius: 6px;
  background: #fff;
  text-decoration: none;
  transition: background 0.2s, box-shadow 0.2s;
  box-shadow: none;
  background-image: url(../image/cta-arrow-green.svg);
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: 50%;
  background-size: 1%;
}
.entry-section .job-list a:hover {
  background: #00B3BA;
  color: white;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  background-image: url(../image/cta-arrow-white.svg);
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: 50%;
  background-size: 1%;
}
.entry-section .job-list a:hover .job-list__item-title {
  color: white;
}
.entry-section .job-list .job-list__item-title {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  color: #00B3BA;
  font-size: clamp(16px, 1.25vw, 18px);
  font-weight: bold;
  text-align: center;
  width: 100%;
  margin: 0;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .entry-section {
    transition-property: all;
    transition-duration: 0.3s;
  }
  .entry-section .job-list ol {
    flex-direction: column;
    gap: 16px;
  }
  .entry-section .job-list li {
    max-width: 100%;
    min-width: 0;
  }
  .entry-section .job-list a {
    height: 56px;
  }
  .entry-section .job-list .job-list__item-title {
    font-size: 15px;
  }
}