/* service
--------------------------------------------------------------- */
.service {
  background: #e9eff2;
}
.service__smallTtl {
  text-align: center;
}
.service__wrapper__left {
  width: 50%;
  margin: auto 0;
}
.service__wrapper__left__imgWrap {
  margin-left: -20.7%;
}
.service__wrapper__left__imgWrap__img {
  width: 100%;
}
.service__wrapper__right {
  width: 50%;
  flex-direction: column;
  justify-content: center;
  gap: clamp(1.5em, 3.5vw, 3em);
  padding-left: clamp(40px, 5.2vw, 100px);
}
.service__wrapper__right__ttl {
  font-size: clamp(2.6rem, 3.2vw, 4rem);
  font-weight: 700;
  line-height: 1.5;
  color: #18318b;
}
.service__wrapper__btn {
  display: none;
  order: 3;
}
.service__container {
  flex-direction: column;
  color: #fff;
}
.service__container__link__item {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 0;
  background-color: #093149;
  padding: clamp(60px, 7vw, 80px) clamp(30px, 3.5vw, 40px);
}
.service__container__link__item__bg {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.service__container__link__item__bg__img {
  aspect-ratio: 30/7;
  object-fit: cover;
  object-position: center;
  height: 100%;
  transition: 0.4s;
}
.service__container__link__item:is(:hover, :active)
  .service__container__link__item__bg__img {
  transform: scale(1.1);
  transition: 0.4s;
}
.service__container__link__item__left {
  width: 79%;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
}
.service__container__link__item__left__ttl {
  font-size: clamp(2.6rem, 2.9vw, 3.2rem);
  font-weight: 700;
  line-height: 33.6px;
}
.service__container__link__item__left__txt {
  font-size: 1.4rem;
}
.service__container__link__item__right {
  width: 20%;
  justify-content: right;
  align-items: center;
}
.service__container__link__item__right__wrapper {
  gap: clamp(10px, 1vw, 20px);
  transition: transform 0.4s ease;
}
.service__container__link__item__right__wrapper__txt {
  font-family: var(--sub-font01);
  font-size: 1.6rem;
  font-weight: 700;
  white-space: nowrap;
  line-height: 16.8px;
  margin: auto 0;
}
.service__container__link__item__right__wrapper__btnWrap__btn {
  width: clamp(32px, 6vw, 52px);
  height: clamp(32px, 6vw, 52px);
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
  transition: 0.4s;
}
.service__container__link__item:is(:hover, :active)
  .service__container__link__item__right__wrapper__btnWrap__btn {
  transform: translateX(5px);
  color: #18318b;
  background-color: #fff;
  transition: 0.4s;
}

@media (max-width: 1300px) {
  .service__generationAi__br {
    display: none;
  }
}
@media (max-width: 1040px) {
  .service__container__link__item__left {
    width: 74%;
  }
  .service__container__link__item__right {
    width: 25%;
  }
  .service__aiAgent__br {
    display: none;
  }
}
@media (max-width: 960px) {
  .service__smallTtl {
    text-align: left;
    width: 85%;
    margin: 0 auto;
  }
  .service__wrapper {
    padding-top: clamp(30px, 5.7vw, 53px);
  }
  .service__wrapper {
    flex-direction: column;
    gap: 1.5em;
  }
  .service__wrapper__left {
    width: 100%;
    align-self: center;
    order: 2;
  }
  .service__wrapper__left__imgWrap {
    margin-left: 0;
  }
  .service__wrapper__right {
    width: 100%;
    order: 1;
    padding-left: 0;
  }
  .service__wrapper__right__ttl {
    line-height: 1.6;
  }
  .service__wrapper__right__btn {
    display: none;
  }
  .service__wrapper__btn {
    display: block;
    text-align: center;
    margin-top: 20px;
  }
  .service__wrapper__btn__link {
    width: 80%;
  }
  .service__container {
    width: 100%;
  }
  .service__container__link__item {
    flex-direction: column;
    gap: 30px;
    padding: 40px 22px 26px;
  }
  .service__container__link__item__left {
    width: 100%;
  }
  .service__container__link__item__left__ttl {
    line-height: 1.5;
  }
  .service__container__link__item__right {
    width: 100%;
  }
  .service__container__link__item__right__wrapper__txt {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 520px) {
  .service__smallTtl {
    width: 89%;
  }
  .service__wrapper__btn__link {
    width: 100%;
  }
}

/* serviceUnder
----------------------------------------------------------- */

.serviceUnder .service {
  background: #fff;
}
.serviceUnder .service__wrapper__right {
  gap: clamp(15px, 1.5vw, 30px);
}
.serviceUnder .service__wrapper__right__ttl {
  font-size: clamp(2.4rem, 2.4vw, 3.2rem);
  color: #093149;
}
.serviceUnder .service__wrapper__right__btn {
  margin-top: 10px;
}
.serviceUnder .service__wrapper__right__btn__link,
.serviceUnder .service__wrapper__btn__link,
.serviceUnder .serviceUnder__product__content__box__txtWrap__btn__link {
  color: #fff;
  border: solid 1px #093149;
  background: #093149;
  box-shadow: 0px 2px 40px 0px rgba(18, 37, 65, 0.25);
}
.serviceUnder .service__wrapper__right__btn__link:hover,
.serviceUnder .serviceUnder__product__content__box__txtWrap__btn__link:hover {
  color: #093149;
  background: #fff;
  box-shadow: 0px 2px 40px 0px rgba(18, 37, 65, 0.25);
}

/* serviceUnder case
----------------------------------------------------------- */
.serviceUnder__case {
  background: #e9eff2;
}
.serviceUnder__case__inner__ttlWrap__ttl {
  width: 50%;
}
.serviceUnder__case__inner__ttlWrap__right {
  width: 50%;
  display: inline-block;
  flex-direction: column;
  margin-top: auto;
  gap: 10px;
}
.serviceUnder__case__inner__ttlWrap__right__txt {
  color: #fff;
  background-color: #093149;
  font-size: 500;
  font-size: clamp(1.6rem, 2vw, 2.4rem);
  letter-spacing: 0.05em;
  padding: 0 8px 2px 8px;
}
.serviceUnder__case__inner__group {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 24px;
  row-gap: clamp(16px, 3vw, 28px);
  margin-top: clamp(40px, 7.6vw, 64px);
}
.serviceUnder__case__inner__group__list {
  display: flex;
  flex-direction: column;
  column-gap: 12px;
  background: #fff;
  padding: clamp(22px, 4.2vw, 33px);
  box-shadow: 0px 2px 20px 0px rgba(25, 50, 140, 0.2);
}
.serviceUnder__case__inner__group__list__ttl {
  font-size: clamp(2rem, 3.8vw, 2.5rem);
  font-weight: 700;
  line-height: 1.5;
  color: #093149;
  height: 35%;
}
.serviceUnder__case__inner__group__list__txt {
  font-size: clamp(1.4rem, 2.6vw, 1.5rem);
  font-weight: 400;
  line-height: 1.7;
  margin-top: clamp(8px, 1.5vw, 12px);
}

@media screen and (max-width: 960px) {
  .serviceUnder__case__inner__group {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .serviceUnder__case__inner__ttlWrap {
    flex-direction: column;
    gap: 24px;
  }
  .serviceUnder__case__inner__ttlWrap__ttl,
  .serviceUnder__case__inner__ttlWrap__right {
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  .serviceUnder__case__inner__group {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* serviceUnder product
------------------------------------------------ */
.serviceUnder__product__ttlWrap {
  flex-direction: column;
  gap: 2em;
}
.serviceUnder__product__ttlWrap__ttl__en {
  font-size: clamp(5rem, 9vw, 12rem);
  margin: 0 auto;
}
.clientSp {
  display: none !important;
}
.serviceUnder__product__ttlWrap__ttl__jp {
  margin: 0 auto;
}
.serviceUnder__product__ttlWrap__bottom {
  text-align: left;
  width: fit-content;
  margin: 0 auto;
}
.serviceUnder__product__content {
  margin-top: clamp(40px, 7.6vw, 80px);
}
.serviceUnder__product__content__box + .serviceUnder__product__content__box {
  margin-top: clamp(40px, 7.6vw, 70px);
}
.serviceUnder__product__content__box:nth-child(even) {
  flex-direction: row-reverse;
}
.serviceUnder__product__content__box__txtWrap {
  width: 52.7%;
  padding: clamp(50px, 5.2vw, 80px) clamp(40px, 4.1vw, 73px) 0
    clamp(60px, 6.2vw, 120px);
}
.serviceUnder__product__content__box:nth-child(even)
  .serviceUnder__product__content__box__txtWrap {
  padding: clamp(50px, 5.2vw, 80px) clamp(60px, 6.2vw, 120px) 0
    clamp(40px, 4.1vw, 73px);
}
.serviceUnder__product__content__box__txtWrap__ttl {
  font-size: clamp(22px, 4.2vw, 32px);
  font-weight: 700;
  line-height: 1.5;
  color: #093149;
}
.serviceUnder__product__content__box__txtWrap__txt {
  margin-top: clamp(13px, 2.4vw, 30px);
}
.serviceUnder__product__content__box__txtWrap__btn {
  margin-top: clamp(13px, 2.4vw, 30px);
}
.serviceUnder__product__content__box__txtWrap__btn__link {
  display: inline-flex;
  align-items: center;
  gap: 1.5em;
  padding: 24px clamp(70px, 9vw, 120px) 24px 40px;
}
.serviceUnder__product__content__box__txtWrap__btn__link::before {
  content: "";
  display: inline-block;
  width: 31px;
  height: 31px;
  mask-image: url(../img/icon/icon-download.svg);
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background: #fff;
}
.serviceUnder__product__content__box__txtWrap__btn__link:hover::before {
  background: #093149;
}
.serviceUnder__product__content__box__imgWrap {
  width: 47.2%;
  align-content: center;
}
.serviceUnder__product__content__box__imgWrap__img {
  aspect-ratio: 680/460;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .serviceUnder__product__content__box__txtWrap__btn {
    text-align: center;
  }
  .serviceUnder__product__content__box__txtWrap__btn__link {
    padding: 24px clamp(70px, 18vw, 120px) 24px 40px;
  }
}

/* serviceUnder benefit
-------------------------------------------------------- */
.serviceUnder__benefit {
  background: #093149;
}
.serviceUnder__benefit__ttlWrap {
  flex-direction: column;
  gap: 2em;
}
.serviceUnder__benefit__ttlWrap__ttl__en {
  font-size: clamp(5rem, 9vw, 12rem);
  margin: 0 auto;
}
.clientSp {
  display: none !important;
}
.serviceUnder__benefit__ttlWrap__ttl__jp {
  margin: 0 auto;
  color: #fff;
}
.serviceUnder__benefit__ttlWrap__bottom {
  text-align: left;
  width: fit-content;
  margin: 0 auto;
}
.serviceUnder__benefit__ttlWrap__bottom__txt {
  background: #fff;
  color: #093149;
}
.serviceUnder__benefit__content {
  margin-top: clamp(40px, 4vw, 64px);
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(15px, 1.4vw, 24px);
}
.serviceUnder__benefit__content__box {
  display: flex;
  flex-direction: column;
  row-gap: 18px;
  align-items: center;
  justify-content: flex-start;
  max-width: clamp(300px, 25vw, 384px);
  width: 100%;
  background: #fff;
  padding: clamp(28px, 2.8vw, 32px) clamp(20px, 2vw, 32px);
}
.serviceUnder__benefit__content__box__imgBox {
  width: 150px;
}
.serviceUnder__benefit__content__box__ttl {
  font-size: clamp(2.2rem, 4.2vw, 2.4rem);
  font-weight: 700;
  line-height: 1.5;
  color: #093149;
}
.serviceUnder__benefit__content__box__txt {
  font-size: clamp(1.4rem, 2.6vw, 1.6rem);
}
/* serviceUnder study
-------------------------------------------------------- */
.serviceUnder__study__ttlWrap {
  flex-direction: column;
  gap: 2em;
}
.serviceUnder__study__ttlWrap__ttl__en {
  font-size: clamp(5rem, 9vw, 12rem);
  margin: 0 auto;
}
.clientSp {
  display: none !important;
}
.serviceUnder__study__ttlWrap__ttl__jp {
  margin: 0 auto;
}

.serviceUnder__study__content {
  margin-top: clamp(40px, 7.6vw, 64px);
  background: #e9eff2;
  padding: clamp(40px, 4vw, 70px) clamp(60px, 6vw, 110px);
}

.serviceUnder__study__content__ttlBox {
  column-gap: clamp(20px, 2vw, 40px);
}
.serviceUnder__study__content__ttlBox__right__company {
  font-size: clamp(18px, 3.4vw, 30px);
  font-weight: 700;
  line-height: 1.5;
  color: #093149;
}
.serviceUnder__study__content__ttlBox__right__txt {
  font-size: clamp(1.4rem, 1.4vw, 1.6rem);
  font-weight: 500;
}

.serviceUnder__study__content__box {
  margin-top: 30px;
}
.serviceUnder__study__content__box__heading {
  position: relative;
  font-size: clamp(2rem, 2vw, 2.6rem);
  font-weight: 700;
  color: #093149;
  padding-bottom: 4px;
  border-bottom: 1px solid #9a9a9a;
}
.serviceUnder__study__content__box__heading::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: clamp(100px, 10vw, 190px);
  height: 1px;
  background: #093149;
}
.serviceUnder__study__content__box__txt {
  margin-top: clamp(12px, 2.3vw, 18px);
  font-size: clamp(1.4rem, 1.4vw, 1.6rem);
}

.serviceUnder__study__content__box__results {
  justify-content: center;
  gap: clamp(13px, 2.4vw, 27px);
  margin-top: 34px;
  flex-wrap: wrap;
}
.serviceUnder__study__content__box__results__circle {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 5px;
  width: clamp(140px, 14vw, 190px);
  height: clamp(140px, 14vw, 190px);
  background: #fff;
  border: solid 12px #dbe8ef;
  border-radius: 50%;
}
.serviceUnder__study__content__box__results__circle__item {
  font-size: clamp(4.8rem, 4.8vw, 60px);
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1;
  color: #093149;
  align-items: flex-end;
}
.serviceUnder__study__content__box__results__circle__item__small {
  font-size: clamp(3.6rem, 3.6vw, 4.8rem);
  letter-spacing: 0;
  line-height: 1;
}
.serviceUnder__study__content__box__results__circle__txt {
  width: 65%;
  margin: 1px auto 0;
  text-align: center;
  font-size: clamp(1.2rem, 1.2vw, 1.4rem);
  line-height: 1.29;
  letter-spacing: 0;
}
/* serviceUnder download
-------------------------------------------------------- */
.serviceUnder__download__inner {
  padding: clamp(50px, 5vw, 65px) 0 clamp(50px, 5vw, 74px);
  background: #213f50;
}
.serviceUnder__download__inner__ttlWrap {
  flex-direction: column;
  gap: 2em;
}
.serviceUnder__download__inner__ttlWrap__ttl {
  align-items: center;
}
.serviceUnder__download__inner__ttlWrap__ttl__en {
  font-size: clamp(3rem, 3vw, 5.7rem);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  white-space: wrap;
}
.serviceUnder__download__inner__ttlWrap__ttl__jp {
  font-size: clamp(1.6rem, 1.6vw, 1.8rem);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: center;
  white-space: wrap;
}

.serviceUnder__download__inner__ttlWrap__downloadBtn__link {
  position: relative;
  background: #fff;
  color: #093149;
  padding: 14px 0;
  border: 1px solid #fff;
  box-shadow: none;
  transition: 0.4s;
}
.serviceUnder__download__inner__ttlWrap__downloadBtn__link::before {
  content: "";
  position: absolute;
  width: 31px;
  height: 31px;
  top: 50%;
  transform: translateY(-50%);
  left: 21px;
  mask-image: url(../img/icon/icon-download.svg);
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background: #093149;
}
.serviceUnder__download__inner__ttlWrap__downloadBtn__link:hover {
  transition: 0.4s;
  color: #fff;
  background: #093149;
}
.serviceUnder__download__inner__ttlWrap__downloadBtn__link:hover::before {
  background: #fff;
}

/* serviceUnder related
-------------------------------------------------------- */
.serviceUnder__related__ttlWrap {
  flex-direction: column;
  gap: 2em;
}
.serviceUnder__related__ttlWrap__ttl__en {
  font-size: clamp(5rem, 9vw, 12rem);
  margin: 0 auto;
}
.clientSp {
  display: none !important;
}
.serviceUnder__related__ttlWrap__ttl__jp {
  margin: 0 auto;
}

.serviceUnder__related__container {
  margin-top: clamp(40px, 4vw, 60px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.serviceUnder__related__container__box {
  color: #fff;
}
.serviceUnder__related__container__box__link {
  position: relative;
  padding: clamp(34px, 3.4vw, 60px) clamp(20px, 2vw, 40px);
  height: 100%;
  flex-direction: column;
}
.serviceUnder__related__container__box__link__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #232a37;
  z-index: -1;
  overflow: hidden;
}
.serviceUnder__related__container__box__link__bg__img {
  aspect-ratio: 48/31;
  object-fit: cover;
  object-position: center;
  height: 100%;
  transition: 0.4s;
}
.serviceUnder__related__container__box__link__ttl {
  font-size: clamp(2.4rem, 2.4vw, 32px);
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.05;
}
.serviceUnder__related__container__box__link__txt {
  flex: 1;
  font-size: 1.4rem;
  margin-top: clamp(16px, 2vw, 30px);
}
.serviceUnder__related__container__box__link__more {
  align-items: center;
  column-gap: clamp(10px, 1vw, 17.5px);
  width: fit-content;
  margin: clamp(20px, 2vw, 50px) 0 0 auto;
}
.serviceUnder__related__container__box__link__more__btnWrap__btn {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  transition: 0.4s;
}
.serviceUnder__related__container__box__link:is(:hover, :active)
  .serviceUnder__related__container__box__link__more__btnWrap__btn {
  color: #213f50;
  background: #fff;
  transform: translateX(5px);
}
.serviceUnder__related__container__box__link:is(:hover, :active)
  .serviceUnder__related__container__box__link__bg__img {
  scale: 1.1;
  transition: 0.4s;
}

@media screen and (max-width: 1117px) {
  .serviceUnder__benefit__content__box {
    max-width: 384px;
  }
}
@media screen and (max-width: 960px) {
  .serviceUnder__study__content {
    padding: clamp(28px, 5.3vw, 40px) clamp(20px, 5.3vw, 60px);
  }
  .serviceUnder__study__content__ttlBox__logoBox {
    max-width: clamp(90px, 30vw, 100px);
  }
  .serviceUnder__study__content__ttlBox {
    column-gap: clamp(10px, 3vw, 20px);
  }
  .serviceUnder__download__inner__ttlWrap__ttl--cover {
    width: 90%;
    text-align: center;
  }
  .serviceUnder__download__inner__ttlWrap__ttl--cover2 {
    width: 80%;
    text-align: center;
  }
  .serviceUnder__related__ttlWrap__ttl__en {
    margin: 0 auto 0 0;
    line-height: 1;
  }
  .serviceUnder__related__ttlWrap__ttl__jp {
    margin: 0 auto 0 0;
  }
  .serviceUnder__related__container {
    grid-template-columns: 1fr;
  }
  .serviceUnder__related__container__box
    + .serviceUnder__related__container__box {
    margin-top: -1px;
  }
}
@media screen and (max-width: 767px) {
  .serviceUnder__product__content {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
  .serviceUnder__product__content__box {
    flex-direction: column;
  }
  .serviceUnder__product__content__box:nth-child(even) {
    flex-direction: column;
  }
  .serviceUnder__product__content__box__txtWrap {
    width: 100%;
    padding: 0;
  }
  .serviceUnder__product__content__box:nth-child(even)
    .serviceUnder__product__content__box__txtWrap {
    padding: 0;
  }
  .serviceUnder__product__content__box__imgWrap {
    width: 100%;
    margin-top: 25px;
  }
  .serviceUnder__product__content {
    width: 89%;
  }
}

@media screen and (max-width: 520px) {
  .serviceUnder__download__inner {
    width: 100%;
  }
  .serviceUnder__download__inner__ttlWrap__downloadBtn__link {
    width: 335px;
  }
  .serviceUnder__download__inner__ttlWrap__ttl--cover2 {
    width: 65%;
  }
}
