@charset "UTF-8";
.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;
}

.agent-list {
  padding: 100px 6%;
}
@media screen and (max-width: 768px) {
  .agent-list {
    padding: 60px 6%;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.agent-list__wrapper {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .agent-list__wrapper {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.agent-list .agent-list__link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.agent-list .agent-list__link .agent-list__img {
  overflow: hidden;
  border-radius: 16px; /* 角を丸くする */
  width: 100%;
  aspect-ratio: 245/375;
  position: relative;
}
.agent-list .agent-list__link .agent-list__img img {
  width: 100%;
  height: auto;
  transition: transform 0.4s ease; /* アニメーションのスピードとイージング */
}
.agent-list .agent-list__link .agent-list__names {
  margin: 60px 0;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .agent-list .agent-list__link .agent-list__names {
    margin: 30px 0;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.agent-list .agent-list__link .agent-list__names .agent-list__name-en {
  font-size: clamp(12px, 2vw, 14px);
  font-weight: bold;
  color: #00B3BA;
  margin-bottom: 5px;
  position: relative;
  display: flex;
  align-items: center;
}
.agent-list .agent-list__link .agent-list__names .agent-list__name-en::before {
  content: "";
  position: relative;
  margin-right: 5px;
  width: 15px;
  height: 15px;
  background: url("../image/keyvisual-text-bar-green.svg") no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .agent-list .agent-list__link .agent-list__names {
    font-size: clamp(12px, 2vw, 14px);
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.agent-list .agent-list__link .agent-list__names .agent-list__name-ja {
  font-size: clamp(16px, 2vw, 21px);
  color: black;
  font-weight: bold;
  padding-left: 20px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .agent-list .agent-list__link .agent-list__names .agent-list__name-ja {
    font-size: clamp(14px, 2vw, 18px);
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.agent-list .agent-list__link:hover .agent-list__img img {
  transform: scale(1.1); /* ホバー時に拡大 */
}

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