.top-mv {
  background: #fff;
}
.top-mv .inner {
  padding: 0 1.6rem;
}
@media (max-width: 768px) {
  .top-mv .inner {
    padding: 0 0.8rem;
  }
}
.top-mv__wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 1%;
  align-items: center;
  justify-content: space-between;
  height: 35vw;
}
@media (max-width: 1050px) {
  .top-mv__wrap {
    height: 53vw;
  }
}
@media (max-width: 768px) {
  .top-mv__wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.8rem;
    height: 100%;
  }
}
.top-mv__left {
  background: url("../img/pc-mv-bg.webp") no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 768px) {
  .top-mv__left {
    padding: 19% 0;
  }
}
@media (max-width: 768px) {
  .top-mv__left .btn {
    margin: 0;
  }
}
.top-mv__left .btn-icon {
  width: 3.2rem;
}
.top-mv__left .btn a {
  width: 25.6rem;
  height: 6.4rem;
  font-size: clamp(17px, 1vw, 18px);
  font-weight: 700;
  margin: auto;
}
@media (max-width: 768px) {
  .top-mv__left .btn a {
    width: 30rem;
    height: 4.8rem;
    font-size: 1.6rem;
  }
}
.top-mv__left .btn a .arrow {
  width: 2rem;
}
.top-mv__left .btn.white a {
  background: #fff;
  color: #1d1f87;
  width: 25.6rem;
  height: 6.4rem;
  font-size: clamp(17px, 1vw, 18px);
  margin: auto;
}
@media (max-width: 768px) {
  .top-mv__left .btn.white a {
    width: 30rem;
    height: 4.8rem;
    font-size: 1.6rem;
  }
}
.top-mv__left .btn.white a:hover {
  background: #f1f4ff;
  transform: translateY(-0.4rem);
  box-shadow: 0.4rem 0.4rem 1.2rem 0 rgba(12, 29, 133, 0.4) inset;
}
.top-mv__left .btn.white a .arrow {
  width: 1.3rem;
}
.top-mv__ttl {
  color: #fff;
  font-size: clamp(30px, 3.5vw, 52px);
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.02em;
  text-shadow: 0 0 1.2rem rgba(0, 77, 178, 0.5);
  text-align: center;
  margin-bottom: 2%;
}
@media (max-width: 768px) {
  .top-mv__ttl {
    font-size: 3rem;
  }
}
.top-mv__txt {
  color: #fff;
  text-align: center;
  text-shadow: 0 0 0.8rem rgba(0, 77, 178, 0.5);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(18px, 1.14vw, 20px);
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .top-mv__txt {
    font-size: 1.4rem;
  }
}
.top-mv__flex {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.6rem;
  margin: 9% auto 0;
}
@media (max-width: 768px) {
  .top-mv__flex {
    margin: 6% auto 0;
  }
}
.top-mv__right {
  overflow: hidden;
  height: 100%;
}
.top-mv__img {
  height: 100%;
}
@media (max-width: 768px) {
  .top-mv__img img {
    aspect-ratio: 1.6/1;
  }
}
.top-mv__group {
  margin-top: 2.4rem;
}
@media (max-width: 768px) {
  .top-mv__group {
    margin-top: 1.5rem;
  }
}
.top-mv__case {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.6rem;
}
@media (max-width: 768px) {
  .top-mv__case {
    gap: 1.1rem;
  }
}
.top-mv__case-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  text-align: center;
}
@media (max-width: 768px) {
  .top-mv__case-item {
    gap: 0.5rem;
  }
}
@media (max-width: 768px) {
  .top-mv__case-item:nth-child(3) {
    width: 100%;
    justify-content: center;
  }
}
.top-mv__case-item p {
  font-size: clamp(18px, 1.14vw, 20px);
  font-weight: 500;
  line-height: 100%;
}
@media (max-width: 768px) {
  .top-mv__case-item p {
    font-size: 1.4rem;
  }
}
.top-mv__case-item span {
  font-size: clamp(18px, 1.5vw, 24px);
  font-weight: 700;
  line-height: 150%;
  color: #1d1f87;
}
@media (max-width: 768px) {
  .top-mv__case-item span {
    font-size: 1.6rem;
  }
}
.top-mv__case-item span strong {
  font-size: clamp(25px, 2.5vw, 38px);
  background: linear-gradient(90deg, #4e76e4 0%, #1d1f87 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  font-family: "Afacad", sans-serif;
}
@media (max-width: 768px) {
  .top-mv__case-item span strong {
    font-size: 2.6rem;
  }
}
.top-mv__case-left {
  width: 2.8rem;
}
@media (max-width: 768px) {
  .top-mv__case-left {
    width: 1.9rem;
  }
}
.top-mv__case-right {
  width: 2.8rem;
}
@media (max-width: 768px) {
  .top-mv__case-right {
    width: 1.9rem;
  }
}
.top-mv__company {
  margin-top: 2.4rem;
}
.top-mv__logo .slick-track {
  display: flex;
  gap: 1.6rem;
}
@media (max-width: 768px) {
  .top-mv__logo .slick-track {
    gap: 1.2rem;
  }
}
.top-strengths {
  background: url("../img/pc-strengths-bg.webp") no-repeat;
  background-size: cover;
  background-position: top;
  padding: 6.4rem 0 8rem;
  background-color: #fff;
}
@media (max-width: 768px) {
  .top-strengths {
    background: url("../img/sp-strengths-bg.webp") no-repeat;
    background-size: 100%;
    background-position: top;
    padding: 3.2rem 0 5.8rem;
    background-color: #fff;
  }
}
.top-strengths__wrap {
  margin-top: 6.4rem;
}
@media (max-width: 768px) {
  .top-strengths__wrap {
    margin-top: 5.6rem;
  }
}
.top-strengths__flex {
  max-width: 118.2rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .top-strengths__flex {
    flex-direction: column-reverse;
    gap: 4.8rem;
  }
}
.top-strengths__left {
  width: 41%;
}
@media (max-width: 768px) {
  .top-strengths__left {
    width: 34.8rem;
    margin: auto;
  }
}
.top-strengths__right {
  width: 49%;
  margin-top: 6.4rem;
}
@media (max-width: 768px) {
  .top-strengths__right {
    width: 100%;
    margin-top: 0;
  }
}
.top-strengths__right .btn {
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .top-strengths__right .btn {
    margin-top: 2.4rem;
  }
}
.top-strengths__right .btn a {
  width: 29.6rem;
  height: 5.6rem;
}
@media (max-width: 768px) {
  .top-strengths__right .btn a {
    height: 4.5rem;
  }
}
.top-strengths__right .btn a .arrow {
  width: 2rem;
}
.top-strengths__en {
  position: relative;
  font-size: clamp(15px, 0.91vw, 16px);
  font-weight: 500;
  line-height: 130%;
  color: #1d1f87;
  font-family: "Afacad", sans-serif;
  margin-bottom: 1.6rem;
  display: inline-block;
}
@media (max-width: 768px) {
  .top-strengths__en {
    font-size: 1.3rem;
  }
}
.top-strengths__en::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -9.2rem;
  margin: auto;
  width: 8rem;
  height: 0.1rem;
  background: #999ad6;
}
@media (max-width: 768px) {
  .top-strengths__en::before {
    right: -7.8rem;
  }
}
.top-strengths__ttl {
  font-size: clamp(28px, 3.2vw, 48px);
  font-weight: 700;
  line-height: 150%;
  background: linear-gradient(90deg, #4e76e4 0%, #1d1f87 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 2.4rem;
}
@media (max-width: 768px) {
  .top-strengths__ttl {
    font-size: 2.8rem;
    margin-bottom: 1.6rem;
  }
}
.top-strengths__catch {
  display: block;
  font-size: clamp(18px, 1.5vw, 24px);
  font-weight: 700;
  line-height: 180%;
  margin-bottom: 1.6rem;
}
@media (max-width: 768px) {
  .top-strengths__catch {
    font-size: 2rem;
  }
}
.top-strengths__txt {
  font-size: clamp(15px, 0.91vw, 16px);
  font-weight: 500;
  line-height: 200%;
}
@media (max-width: 768px) {
  .top-strengths__txt {
    font-size: 1.3rem;
  }
}
.top-strengths__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.2rem;
  max-width: 103.6rem;
  margin: 6.4rem auto 0;
}
@media (max-width: 768px) {
  .top-strengths__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.6rem;
    margin-top: 4rem;
  }
}
.top-strengths__item {
  display: flex;
  flex-direction: column;
  box-shadow: 0 1rem 2rem 0 rgba(12, 29, 133, 0.15);
}
@media (max-width: 768px) {
  .top-strengths__item {
    flex-direction: row;
  }
}
.top-strengths__img {
  width: 63%;
  margin: auto;
}
@media (max-width: 768px) {
  .top-strengths__img {
    width: 32%;
    padding: 1.5rem 0.8rem;
  }
}
.top-strengths__content {
  padding: 1.6rem 2.4rem;
  background: #f1f4ff;
  text-align: center;
  flex-grow: 1;
}
@media (max-width: 768px) {
  .top-strengths__content {
    width: 68%;
    padding: 1.6rem 1.2rem;
    text-align: left;
  }
}
.top-strengths__sbttl {
  font-size: clamp(18px, 1.14vw, 20px);
  font-weight: 700;
  line-height: 180%;
  margin-bottom: 0.4rem;
  color: #1d1f87;
}
@media (max-width: 768px) {
  .top-strengths__sbttl {
    font-size: 1.5rem;
  }
}
.top-strengths__sbtxt {
  font-size: clamp(14px, 0.8vw, 15px);
  font-weight: 500;
  line-height: 160%;
  color: #333333;
}
@media (max-width: 768px) {
  .top-strengths__sbtxt {
    font-size: 1.2rem;
  }
}
.top-news {
  background: #fff;
  max-width: 101.6rem;
  margin: auto;
  border: 0.1rem solid #eaeaea;
  border-radius: 0.4rem;
}
.top-news__wrap {
  padding: 2rem 3.2rem;
}
@media (max-width: 768px) {
  .top-news__wrap {
    padding: 1.2rem 1rem;
  }
}
.top-news__flex {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .top-news__flex {
    align-items: flex-end;
  }
}
.top-news__en {
  font-size: clamp(20px, 1.8vw, 28px);
  color: #1d1f87;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: 0.05em;
  font-family: "Afacad", sans-serif;
  padding-right: 2.4rem;
  border-right: 0.1rem solid #eaeaea;
}
@media (max-width: 768px) {
  .top-news__en {
    display: none;
  }
}
.top-news__more {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  margin-left: 2.4rem;
  padding-right: 4rem;
}
@media (max-width: 768px) {
  .top-news__more {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.8rem;
    margin-left: 0;
    padding-right: 1.6rem;
  }
}
.top-news__column {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
@media (max-width: 768px) {
  .top-news__column {
    gap: 0.8rem;
  }
}
.top-news__date {
  font-size: clamp(13px, 0.68vw, 14px);
  font-weight: 500;
  line-height: 130%;
  color: #505050;
  letter-spacing: 0.05em;
  font-family: "Afacad", sans-serif;
}
@media (max-width: 768px) {
  .top-news__date {
    font-size: 1.2rem;
  }
}
.top-news__tag {
  font-size: clamp(12px, 0.55vw, 13px);
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.4rem 1.6rem;
  white-space: nowrap;
  background: #f1f4ff;
  border-radius: 20rem;
}
@media (max-width: 768px) {
  .top-news__tag {
    font-size: 1rem;
  }
}
.top-news__ttl {
  font-size: clamp(13px, 0.68vw, 14px);
  font-weight: 500;
  line-height: 160%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-decoration: underline;
}
.top-news__link {
  font-size: clamp(14px, 0.8vw, 15px);
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.07em;
  margin-left: auto;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .top-news__link {
    font-size: 1.3rem;
  }
}
@media (max-width: 768px) {
  .top-news__link span {
    display: none;
  }
}
.top-news__link .arrow {
  width: 3.2rem;
  margin-left: 0.8rem;
}
@media (max-width: 768px) {
  .top-news__link .arrow {
    width: 1.9rem;
  }
}
.top-concept {
  background: linear-gradient(90deg, #4e76e4 0%, #1d1f87 100%);
}
.top-service {
  position: relative;
  background: #fff;
}
.top-service .inner {
  background: linear-gradient(90deg, #4e76e4 0%, #1d1f87 100%);
  clip-path: polygon(0 0, 30rem 0, 38rem 3rem, 100% 3rem, 100% 100%, 0 100%);
  padding: 7.7rem 4rem 10.1rem;
}
@media (max-width: 768px) {
  .top-service .inner {
    clip-path: polygon(0 0, 100px 0, 14rem 3rem, 100% 3rem, 100% 100%, 0 100%);
    padding: 5.5rem 2.1rem 6.4rem;
  }
}
.top-service__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2.4rem;
  max-width: 122.4rem;
  margin: auto;
}
@media (max-width: 768px) {
  .top-service__head {
    flex-direction: column;
    align-items: flex-start;
  }
}
.top-service__head .btn a {
  background: #fff;
  color: #1d1f87;
  width: 26.4rem;
  height: 5.6rem;
  font-size: clamp(15px, 0.91vw, 16px);
}
@media (max-width: 768px) {
  .top-service__head .btn a {
    font-size: 1.5rem;
  }
}
.top-service__head .btn a:hover {
  background: #f1f4ff;
  transform: translateY(-0.4rem);
  box-shadow: 0.4rem 0.4rem 1.2rem 0 rgba(12, 29, 133, 0.4) inset;
}
.top-service__head .btn a .arrow {
  width: 1.3rem;
}
.top-service__more {
  display: flex;
  align-items: center;
  gap: 5.6rem;
}
@media (max-width: 768px) {
  .top-service__more {
    flex-direction: column;
    gap: 2.4rem;
  }
}
.top-service__desc {
  font-size: clamp(17px, 1vw, 18px);
  color: #fff;
  font-weight: 700;
  line-height: 180%;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .top-service__desc {
    font-size: 1.5rem;
  }
}
.top-service__list {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  margin-top: 3.2rem;
}
@media (max-width: 768px) {
  .top-service__list {
    margin-top: 4rem;
  }
}
.top-service__item {
  position: relative;
  background: #fff;
  padding: 4%;
}
@media (max-width: 768px) {
  .top-service__item {
    padding: 5.6rem 1.3rem 3.2rem;
  }
}
.top-service__item .btn a {
  margin: 3.2rem auto 0;
  width: 29.6rem;
  height: 5.6rem;
  font-size: clamp(15px, 0.91vw, 16px);
}
@media (max-width: 768px) {
  .top-service__item .btn a {
    margin: 1.6rem auto 0;
    height: 4.5rem;
    font-size: 1.4rem;
  }
}
.top-service__item .btn a .arrow {
  width: 2rem;
}
.top-service__num {
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #4e76e4 0%, #1d1f87 100%);
  color: #fff;
  font-family: "Afacad", sans-serif;
  font-size: clamp(18px, 1.5vw, 24px);
  clip-path: polygon(0 0, 100% 0, calc(100% - 2rem) 100%, 0 100%);
  text-transform: uppercase;
  width: 24.8rem;
  height: 5.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .top-service__num {
    font-size: 2rem;
    width: 16rem;
    height: 4rem;
  }
}
.top-service__heading {
  position: relative;
  border-bottom: 0.1rem solid #eaeaea;
  padding-bottom: 1.6rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.top-service__heading::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 18.8rem;
  height: 0.1rem;
  background: #1d1f87;
}
.top-service__ttl {
  background: linear-gradient(90deg, #4e76e4 0%, #1d1f87 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: clamp(28px, 3.2vw, 48px);
  font-weight: 700;
  line-height: 150%;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .top-service__ttl {
    font-size: 2.8rem;
  }
}
.top-service__en {
  font-size: clamp(72px, 11vw, 136px);
  color: #f6f6f6;
  font-weight: 500;
  line-height: 100%;
  font-family: "Afacad", sans-serif;
}
@media (max-width: 768px) {
  .top-service__en {
    display: none;
  }
}
.top-service__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 4rem;
  max-width: 118.2rem;
}
@media (max-width: 768px) {
  .top-service__content {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.8rem;
    margin-top: 2.4rem;
  }
}
.top-service__sbttl {
  font-size: clamp(22px, 2vw, 32px);
  font-weight: 700;
  line-height: 150%;
}
@media (max-width: 768px) {
  .top-service__sbttl {
    font-size: 2.2rem;
  }
}
.top-service__txt {
  font-size: clamp(15px, 0.91vw, 16px);
  font-weight: 500;
  line-height: 200%;
}
@media (max-width: 768px) {
  .top-service__txt {
    font-size: 1.3rem;
  }
}
.top-service__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
  max-width: 100.8rem;
  margin: 6.5rem auto 0;
}
@media (max-width: 768px) {
  .top-service__grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 3.5rem;
    margin-top: 3.9rem;
  }
}
.top-service__grid-item {
  background: #f1f4ff;
  padding: 0 5%;
  height: 95%;
}
.top-service__grid-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translateY(-3.3rem);
}
@media (max-width: 768px) {
  .top-service__grid-content {
    transform: translateY(-2.3rem);
  }
}
.top-service__grid-icon {
  width: 7rem;
  margin-bottom: 0.8rem;
}
@media (max-width: 768px) {
  .top-service__grid-icon {
    width: 4.8rem;
  }
}
.top-service__grid-ttl {
  font-size: clamp(18px, 1.3vw, 22px);
  color: #1d1f87;
  font-weight: 700;
  line-height: 180%;
  margin-bottom: 0.4rem;
}
@media (max-width: 768px) {
  .top-service__grid-ttl {
    font-size: 1.8rem;
  }
}
.top-service__grid-txt {
  font-size: clamp(15px, 0.91vw, 16px);
  font-weight: 500;
  line-height: 160%;
  color: #333333;
  text-align: center;
}
@media (max-width: 768px) {
  .top-service__grid-txt {
    font-size: 1.2rem;
  }
}
.top-service__container {
  background: #f6f6f6;
  margin-top: 3.2rem;
  padding: 1.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .top-service__container {
    flex-direction: column;
    gap: 0.8rem;
    margin-top: 1.6rem;
  }
}
.top-service__left {
  width: 27%;
}
@media (max-width: 768px) {
  .top-service__left {
    width: 100%;
  }
}
.top-service__lead {
  font-size: clamp(18px, 1.3vw, 22px);
  font-weight: 700;
  line-height: 150%;
  text-align: center;
}
@media (max-width: 768px) {
  .top-service__lead {
    font-size: 1.8rem;
  }
}
.top-service__right {
  width: 69%;
}
@media (max-width: 768px) {
  .top-service__right {
    width: 100%;
  }
}
.top-service__group {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.8rem;
}
@media (max-width: 768px) {
  .top-service__group {
    grid-template-columns: repeat(2, 1fr);
  }
}
.top-service__group-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  padding: 0.8rem 0;
  background: #fff;
  clip-path: polygon(1.2rem 0, 100% 0, 100% calc(100% - 1.2rem), calc(100% - 1.2rem) 100%, 0 100%, 0 1.2rem);
}
@media (max-width: 768px) {
  .top-service__group-item {
    gap: 0.4rem;
  }
}
.top-service__group-item:nth-child(1) {
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .top-service__group-item:nth-child(1) {
    flex-direction: column;
  }
}
.top-service__group-item:nth-child(2) {
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .top-service__group-item:nth-child(2) {
    flex-direction: column;
  }
}
.top-service__group-img {
  width: 7.2rem;
}
@media (max-width: 768px) {
  .top-service__group-img {
    width: 3.6rem;
  }
}
.top-service__group-txt {
  font-size: clamp(15px, 0.91vw, 16px);
  font-weight: 700;
  line-height: 150%;
  text-align: center;
}
@media (max-width: 768px) {
  .top-service__group-txt {
    font-size: 1.3rem;
  }
}
.top-service__group-txt span {
  display: block;
  font-size: clamp(11px, 0.45vw, 12px);
}
@media (max-width: 768px) {
  .top-service__group-txt span {
    font-size: 1rem;
  }
}
.top-service__note {
  font-size: clamp(11px, 0.45vw, 12px);
  font-weight: 500;
  line-height: 200%;
  color: #505050;
  margin-top: 0.8rem;
}
@media (max-width: 768px) {
  .top-service__note {
    font-size: 1rem;
  }
}
.top-service__contact {
  display: flex;
  justify-content: space-between;
  gap: 2.4rem;
  max-width: 122.4rem;
  margin: 7.2rem auto 0;
}
@media (max-width: 768px) {
  .top-service__contact {
    flex-direction: column;
    gap: 1.6rem;
    margin: 3.3rem auto 0;
  }
}
.top-service__contact-link {
  background: url("../img/t-service-bg.webp") no-repeat;
  background-size: cover;
  background-position: center;
  box-shadow: 0 1.6rem 1.6rem 0 rgba(12, 29, 133, 0.4);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 4.8rem 4rem;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .top-service__contact-link {
    padding: 2.6rem 2.4rem;
  }
}
.top-service__contact-link:hover {
  background: linear-gradient(90deg, #4494fd 0%, #29359f 100%);
  transform: translateY(-0.4rem) !important;
  transition: all 0.3s ease;
}
.top-service__contact-link:hover .top-service__contact-en,
.top-service__contact-link:hover .top-service__contact-ttl {
  color: #fff;
}
.top-service__contact-link:hover .arrow {
  display: none;
}
.top-service__contact-link:hover .arrow.none {
  display: block;
}
.top-service__contact-link .arrow {
  width: 4rem;
}
@media (max-width: 768px) {
  .top-service__contact-link .arrow {
    width: 3.2rem;
  }
}
.top-service__contact-link .arrow.none {
  display: none;
}
.top-service__contact-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.8rem;
}
.top-service__contact-en {
  position: relative;
  font-size: clamp(15px, 0.91vw, 16px);
  font-weight: 500;
  line-height: 130%;
  color: #1d1f87;
  font-family: "Afacad", sans-serif;
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
@media (max-width: 768px) {
  .top-service__contact-en {
    font-size: 1.2rem;
    gap: 0.8rem;
  }
}
.top-service__contact-en::after {
  content: "";
  width: 8rem;
  height: 0.1rem;
  background: #bed6ff;
}
.top-service__contact-ttl {
  font-size: clamp(19px, 1.7vw, 26px);
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .top-service__contact-ttl {
    font-size: 1.8rem;
  }
}
.top-about {
  background: url("../img/t-pc-about-bg.webp") no-repeat;
  background-size: cover;
  background-position: bottom;
  clip-path: polygon(0 0, 64% 0, 68% 3rem, 100% 3rem, 100% 100%, 0 100%);
  padding: 10.7rem 0 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .top-about {
    padding: 5.6rem 0 0;
  }
}
.top-about__flex {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .top-about__flex {
    flex-direction: column;
    gap: 2.4rem;
  }
}
.top-about__left .heading h2 {
  background: linear-gradient(90deg, #4e76e4 0%, #1d1f87 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.top-about__left .heading span {
  color: #222222;
}
.top-about__right {
  width: 56%;
}
@media (max-width: 768px) {
  .top-about__right {
    width: 100%;
  }
}
.top-about__right .btn a {
  width: 29.6rem;
  height: 5.6rem;
  font-size: clamp(15px, 0.91vw, 16px);
}
@media (max-width: 768px) {
  .top-about__right .btn a {
    height: 4.5rem;
    font-size: 1.4rem;
  }
}
.top-about__right .btn a .arrow {
  width: 2rem;
}
.top-about__ttl {
  font-size: clamp(26px, 2.7vw, 40px);
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.05em;
  background: linear-gradient(90deg, #4e76e4 0%, #1d1f87 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 2.4rem;
}
@media (max-width: 768px) {
  .top-about__ttl {
    font-size: 2.6rem;
    margin-bottom: 1.6rem;
  }
}
.top-about__txt {
  font-size: clamp(15px, 0.91vw, 16px);
  font-weight: 500;
  line-height: 200%;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .top-about__txt {
    font-size: 1.3rem;
    margin-bottom: 2.4rem;
  }
}
.top-about__list {
  margin-top: 8rem;
}
@media (max-width: 768px) {
  .top-about__list {
    margin-top: 6.7rem;
  }
}
.top-about__list .slick-track {
  gap: 2.4rem;
}
@media (max-width: 768px) {
  .top-about__list .slick-track {
    gap: 1.2rem;
  }
}
.top-solution {
  position: relative;
  padding: 12.8rem 0 10.3rem;
  z-index: 2;
}
@media (max-width: 768px) {
  .top-solution {
    padding: 5.6rem 0;
    margin: 0;
  }
}
.top-solution::before {
  content: "";
  position: absolute;
  inset: 0;
  height: 72rem;
  background: #f1f4ff;
  clip-path: polygon(0 0, 100% 10rem, 100% 100%, 0 calc(100% - 10rem));
  z-index: -1;
  margin-top: 4.8rem;
}
@media (max-width: 768px) {
  .top-solution::before {
    height: 70rem;
    top: 20.8rem;
  }
}
.top-solution:after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 50%;
  background: #fff;
  z-index: -2;
}
.top-solution__wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .top-solution__wrap {
    flex-direction: column;
    gap: 4rem;
  }
}
.top-solution__left {
  width: 42%;
}
@media (max-width: 768px) {
  .top-solution__left {
    width: 100%;
  }
}
.top-solution__left .btn a {
  width: 29.6rem;
  height: 5.6rem;
  font-size: clamp(15px, 0.91vw, 16px);
}
@media (max-width: 768px) {
  .top-solution__left .btn a {
    height: 4.5rem;
    font-size: 1.4rem;
  }
}
.top-solution__en {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  font-size: clamp(15px, 0.91vw, 16px);
  color: #1d1f87;
  font-weight: 500;
  line-height: 130%;
  font-family: "Afacad", sans-serif;
  margin-bottom: 1.6rem;
}
@media (max-width: 768px) {
  .top-solution__en {
    font-size: 1.3rem;
  }
}
.top-solution__en:after {
  content: "";
  width: 8rem;
  height: 0.1rem;
  background: #999ad6;
}
.top-solution__ttl {
  font-size: clamp(28px, 3.2vw, 48px);
  font-weight: 700;
  line-height: 150%;
  background: linear-gradient(90deg, #4e76e4 0%, #1d1f87 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .top-solution__ttl {
    font-size: 2.8rem;
    margin-bottom: 2.4rem;
  }
}
@media (max-width: 768px) {
  .top-solution__img {
    margin: 2.4rem auto 0;
    width: 34.8rem;
  }
}
.top-solution__right {
  width: 50%;
}
@media (max-width: 768px) {
  .top-solution__right {
    width: 100%;
  }
}
.top-solution__list {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
@media (max-width: 768px) {
  .top-solution__list {
    gap: 1.2rem;
  }
}
.top-solution__item:nth-child(7) .top-solution__link {
  padding: 3% 12% 3% 5%;
}
.top-solution__item:nth-child(1) {
  transition-delay: 0.1s;
}
.top-solution__item:nth-child(2) {
  transition-delay: 0.2s;
}
.top-solution__item:nth-child(3) {
  transition-delay: 0.3s;
}
.top-solution__item:nth-child(4) {
  transition-delay: 0.4s;
}
.top-solution__item:nth-child(5) {
  transition-delay: 0.5s;
}
.top-solution__item:nth-child(6) {
  transition-delay: 0.6s;
}
.top-solution__item:nth-child(7) {
  transition-delay: 0.7s;
}
.top-solution__link {
  position: relative;
  background: #fff;
  box-shadow: 0 0.4rem 1.2rem 0 rgba(12, 29, 133, 0.1);
  display: flex;
  align-items: center;
  padding: 3% 15% 3% 5%;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .top-solution__link {
    padding: 1.2rem 6.4rem 1.2rem 1.6rem;
  }
}
.top-solution__link:hover {
  background: #4e76e4;
  transform: translateY(-0.4rem);
  transition: all 0.3s ease;
  color: #fff;
}
.top-solution__link:hover .arrow {
  display: none;
}
.top-solution__link:hover .arrow.none {
  display: block;
}
.top-solution__link .arrow {
  position: absolute;
  right: 5%;
  width: 3.2rem;
}
@media (max-width: 768px) {
  .top-solution__link .arrow {
    right: 1.6rem;
    width: 2.4rem;
  }
}
.top-solution__link .arrow.none {
  display: none;
}
.top-solution__sbttl {
  font-size: clamp(15px, 0.91vw, 16px);
  font-weight: 500;
  line-height: 180%;
}
@media (max-width: 768px) {
  .top-solution__sbttl {
    font-size: 1.3rem;
  }
}
.top-contents {
  position: relative;
  z-index: -1;
}
.top-contents:before {
  content: "";
  background: url("../img/t-pc-case-bg.webp") no-repeat;
  background-size: cover;
  background-position: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.top-case {
  position: relative;
}
.top-case__wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.top-case__arrows {
  display: flex;
  gap: 1.2rem;
  align-items: center;
}
.top-case__dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10rem;
}
@media (max-width: 768px) {
  .top-case__dots {
    bottom: 8rem;
  }
}
.top-case__dots ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.2rem;
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .top-case__dots ul {
    gap: 0.8rem;
  }
}
.top-case__dots li {
  width: 1rem;
  height: 1rem;
  margin: 0;
}
@media (max-width: 768px) {
  .top-case__dots li {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.top-case__dots li button {
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #c4c4c4;
  border: none;
  padding: 0;
  font-size: 0;
  cursor: pointer;
  transition: background 0.3s ease;
}
@media (max-width: 768px) {
  .top-case__dots li button {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.top-case__dots li.slick-active button {
  background: #1d1f87;
}
.top-case .case-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.6rem;
  height: 5.6rem;
  padding: 0;
  border-radius: 50%;
  border: 0.1rem solid #e6e6e6;
  background: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .top-case .case-arrow {
    width: 4rem;
    height: 4rem;
  }
}
.top-case .case-arrow svg {
  width: 2.1rem;
  height: 2.1rem;
}
@media (max-width: 768px) {
  .top-case .case-arrow svg {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.top-case .case-arrow:hover {
  background: #1d1f87;
}
.top-case .case-arrow:hover svg path {
  fill: #fff;
}
.top-case .heading h2 {
  background: linear-gradient(90deg, #4e76e4 0%, #1d1f87 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.top-case .heading span {
  color: #222222;
}
.top-case__list .slick-track {
  gap: 2.4rem;
  padding-bottom: 9rem;
}
@media (max-width: 768px) {
  .top-case__list .slick-track {
    padding-bottom: 5.7rem;
  }
}
.top-case__item {
  margin-top: 3.2rem;
}
@media (max-width: 768px) {
  .top-case__item {
    margin-top: 2.4rem;
  }
}
.top-case__link {
  transition: all 0.3s ease;
  box-shadow: 0 0.4rem 1.2rem 0 rgba(12, 29, 133, 0.1);
  display: flex !important;
  flex-direction: column;
}
.top-case__link:hover:hover {
  box-shadow: 0px 0.8rem 2rem 0px rgba(12, 29, 133, 0.2);
  transform: translateY(-4px);
}
.top-case__link:hover:hover .top-case__more {
  background: #4e76e4;
  transition: all 0.3s ease;
  color: #fff;
  box-shadow: 0.4rem 0.4rem 1.2rem 0 rgba(12, 29, 133, 0.4) inset;
}
.top-case__link:hover:hover .top-case__more .arrow {
  display: none;
}
.top-case__link:hover:hover .top-case__more .arrow.none {
  display: block;
}
.top-case__link:hover:hover .top-case__content {
  background: #f1f4ff;
}
.top-case__content {
  background: #fff;
  padding: 1.6rem 2.4rem;
  flex-grow: 1;
}
@media (max-width: 768px) {
  .top-case__content {
    padding: 1.2rem 1.6rem;
  }
}
.top-case__ttl {
  font-size: clamp(15px, 0.91vw, 16px);
  font-weight: 500;
  line-height: 160%;
  margin-bottom: 0.8rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (max-width: 768px) {
  .top-case__ttl {
    font-size: 1.3rem;
  }
}
.top-case__campany {
  display: block;
  font-size: clamp(12px, 0.55vw, 13px);
  font-weight: 500;
  line-height: 160%;
  color: #777777;
  margin-bottom: 1.6rem;
}
@media (max-width: 768px) {
  .top-case__campany {
    font-size: 1.1rem;
  }
}
.top-case__more {
  position: relative;
  background: #f1f4ff;
  border-radius: 20rem;
  font-size: clamp(14px, 0.8vw, 15px);
  line-height: 150%;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3.9rem;
  width: 100%;
}
@media (max-width: 768px) {
  .top-case__more {
    font-size: 1.3rem;
    height: 3.6rem;
  }
}
.top-case__more .arrow {
  position: absolute;
  right: 1.6rem;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 2rem;
  height: 2rem;
}
@media (max-width: 768px) {
  .top-case__more .arrow {
    width: 1.6rem;
    height: 1.6rem;
  }
}
.top-case__more .arrow.none {
  display: none;
}
.top-case .btn a {
  width: 29.6rem;
  height: 5.6rem;
  font-size: clamp(15px, 0.91vw, 16px);
  margin: auto;
}
@media (max-width: 768px) {
  .top-case .btn a {
    height: 4.5rem;
    font-size: 1.4rem;
  }
}
.top-case .btn a .arrow {
  width: 2rem;
}
.top-column {
  position: relative;
  padding: 8rem 0;
}
@media (max-width: 768px) {
  .top-column {
    padding: 5.6rem 0;
  }
}
.top-column__wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.top-column__arrows {
  display: flex;
  gap: 1.2rem;
  align-items: center;
}
.top-column__dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18rem;
}
@media (max-width: 768px) {
  .top-column__dots {
    bottom: 13.3rem;
  }
}
.top-column__dots ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.2rem;
  padding: 0;
  margin: 0;
}
.top-column__dots li {
  width: 1rem;
  height: 1rem;
  margin: 0;
}
@media (max-width: 768px) {
  .top-column__dots li {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.top-column__dots li button {
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #c4c4c4;
  border: none;
  padding: 0;
  font-size: 0;
  cursor: pointer;
  transition: background 0.3s ease;
}
@media (max-width: 768px) {
  .top-column__dots li button {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.top-column__dots li.slick-active button {
  background: #1d1f87;
}
.top-column .column-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.6rem;
  height: 5.6rem;
  padding: 0;
  border-radius: 50%;
  border: 0.1rem solid #e6e6e6;
  background: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .top-column .column-arrow {
    width: 4rem;
    height: 4rem;
  }
}
.top-column .column-arrow svg {
  width: 2.1rem;
  height: 2.1rem;
}
@media (max-width: 768px) {
  .top-column .column-arrow svg {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.top-column .column-arrow:hover {
  background: #1d1f87;
}
.top-column .column-arrow:hover svg path {
  fill: #fff;
}
.top-column .heading h2 {
  background: linear-gradient(90deg, #4e76e4 0%, #1d1f87 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.top-column .heading span {
  color: #222222;
}
.top-column__list .slick-track {
  gap: 2.4rem;
  padding-bottom: 9rem;
}
@media (max-width: 768px) {
  .top-column__list .slick-track {
    padding-bottom: 5.7rem;
  }
}
.top-column__item {
  margin-top: 3.2rem;
}
@media (max-width: 768px) {
  .top-column__item {
    margin-top: 2.4rem;
  }
}
.top-column__link {
  box-shadow: 0 0.4rem 1.2rem 0 rgba(12, 29, 133, 0.1);
  transition: all 0.3s ease;
  display: flex !important;
  flex-direction: column;
}
.top-column__link:hover {
  box-shadow: 0px 0.8rem 2rem 0px rgba(12, 29, 133, 0.2);
  transform: translateY(-4px);
}
.top-column__link:hover .top-column__more {
  background: #4e76e4;
  transition: all 0.3s ease;
  color: #fff;
  box-shadow: 0.4rem 0.4rem 1.2rem 0 rgba(12, 29, 133, 0.4) inset;
}
.top-column__link:hover .top-column__more .arrow {
  display: none;
}
.top-column__link:hover .top-column__more .arrow.none {
  display: block;
}
.top-column__link:hover .top-column__content {
  background: #f1f4ff;
}
.top-column__content {
  background: #fff;
  padding: 1.6rem 2.4rem;
}
@media (max-width: 768px) {
  .top-column__content {
    padding: 1.2rem 1.6rem;
  }
}
.top-column__ttl {
  font-size: clamp(15px, 0.91vw, 16px);
  font-weight: 500;
  line-height: 160%;
  margin-bottom: 1.6rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (max-width: 768px) {
  .top-column__ttl {
    font-size: 1.3rem;
  }
}
.top-column__date {
  display: block;
  font-size: clamp(12px, 0.55vw, 13px);
  font-weight: 500;
  line-height: 160%;
  color: #777777;
  margin-bottom: 0.8rem;
}
@media (max-width: 768px) {
  .top-column__date {
    font-size: 1.1rem;
  }
}
.top-column__more {
  position: relative;
  background: #f1f4ff;
  border-radius: 20rem;
  font-size: clamp(14px, 0.8vw, 15px);
  line-height: 150%;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3.9rem;
  width: 100%;
}
@media (max-width: 768px) {
  .top-column__more {
    font-size: 1.3rem;
    height: 3.6rem;
  }
}
.top-column__more .arrow {
  position: absolute;
  right: 1.6rem;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 2rem;
  height: 2rem;
}
@media (max-width: 768px) {
  .top-column__more .arrow {
    width: 1.6rem;
    height: 1.6rem;
  }
}
.top-column__more .arrow.none {
  display: none;
}
.top-column .btn a {
  width: 29.6rem;
  height: 5.6rem;
  font-size: clamp(15px, 0.91vw, 16px);
  margin: auto;
}
@media (max-width: 768px) {
  .top-column .btn a {
    height: 4.5rem;
    font-size: 1.4rem;
  }
}
.top-column .btn a .arrow {
  width: 2rem;
}
.top-signage {
  padding-bottom: 8rem;
}
.top-signage__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 22rem;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .top-signage__wrap {
    flex-direction: column;
    height: auto;
  }
}
.top-signage__wrap:hover {
  opacity: 0.7;
}
.top-signage__left {
  background: url("../img/t-pc-signage01-bg.webp") no-repeat;
  background-size: cover;
  background-position: center;
  width: 34%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1.6rem;
}
@media (max-width: 768px) {
  .top-signage__left {
    background: url("../img/t-sp-signage01-bg.webp") no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    gap: 0.8rem;
    padding: 1.6rem 0;
  }
}
.top-signage__right {
  background: url("../img/t-pc-signage02-bg.webp") no-repeat;
  background-size: cover;
  background-position: center;
  width: 66%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 3.2rem;
}
@media (max-width: 768px) {
  .top-signage__right {
    background: url("../img/t-sp-signage02-bg.webp") no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    padding: 1.1rem 2rem 2.1rem;
  }
}
.top-signage__ttl {
  font-size: clamp(21px, 1.9vw, 30px);
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.05em;
  color: #fff;
  margin-inline: auto;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .top-signage__ttl {
    font-size: 2.2rem;
    text-align: center;
  }
}
.top-signage__en {
  font-size: clamp(18px, 1.3vw, 22px);
  font-weight: 500;
  line-height: 100%;
  color: #fff;
  font-family: "Afacad", sans-serif;
}
@media (max-width: 768px) {
  .top-signage__en {
    font-size: 1.6rem;
  }
}
.top-signage__txt {
  font-size: clamp(15px, 0.91vw, 16px);
  font-weight: 500;
  line-height: 220%;
  letter-spacing: 0.05em;
  color: #fff;
}
@media (max-width: 768px) {
  .top-signage__txt {
    font-size: 1.4rem;
    margin-bottom: 1.6rem;
  }
}
.top-signage__more {
  font-size: clamp(17px, 1vw, 18px);
  font-weight: 700;
  color: #fff;
  line-height: 130%;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-left: auto;
}
@media (max-width: 768px) {
  .top-signage__more {
    font-size: 1.6rem;
    margin: auto;
  }
}
.top-signage__more .arrow {
  width: 4rem;
}
@media (max-width: 768px) {
  .top-signage__more .arrow {
    width: 2.4rem;
  }
}
.top-contact {
  background: linear-gradient(90deg, #4e76e4 0%, #1d1f87 100%);
  clip-path: polygon(0 0, 32% 0, 35% 3rem, 100% 3rem, 100% 100%, 0 100%);
  padding: 9.4rem 0 6.4rem;
}
@media (max-width: 768px) {
  .top-contact {
    padding: 5.5rem 0 4rem;
    clip-path: polygon(0 0, 28% 0, 35% 3rem, 100% 3rem, 100% 100%, 0 100%);
  }
}
.top-contact__wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .top-contact__wrap {
    flex-direction: column;
    gap: 2.4rem;
  }
}
.top-contact__content {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  width: 49%;
}
@media (max-width: 768px) {
  .top-contact__content {
    gap: 1.6rem;
    width: 100%;
  }
}
.top-contact__link {
  background: url("../img/t-service-bg.webp") no-repeat;
  background-size: cover;
  background-position: center;
  box-shadow: 0 1.6rem 1.6rem 0 rgba(12, 29, 133, 0.4);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 4.8rem 4rem;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .top-contact__link {
    padding: 2.6rem 2.4rem;
  }
}
.top-contact__link:hover {
  transform: translateY(-0.4rem);
  transition: all 0.3s ease;
  background: linear-gradient(90deg, #4494fd 0%, #29359f 100%);
}
.top-contact__link:hover .top-contact__en,
.top-contact__link:hover .top-contact__ttl {
  color: #fff;
}
.top-contact__link:hover .arrow {
  display: none;
}
.top-contact__link:hover .arrow.none {
  display: block;
}
.top-contact__link .arrow {
  width: 4rem;
}
@media (max-width: 768px) {
  .top-contact__link .arrow {
    width: 3.2rem;
  }
}
.top-contact__link .arrow.none {
  display: none;
}
.top-contact__column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.8rem;
}
.top-contact__en {
  position: relative;
  font-size: clamp(15px, 0.91vw, 16px);
  font-weight: 500;
  line-height: 130%;
  color: #1d1f87;
  font-family: "Afacad", sans-serif;
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
@media (max-width: 768px) {
  .top-contact__en {
    font-size: 1.2rem;
    gap: 0.8rem;
  }
}
.top-contact__en::after {
  content: "";
  width: 8rem;
  height: 0.1rem;
  background: #bed6ff;
}
.top-contact__ttl {
  font-size: clamp(19px, 1.7vw, 26px);
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .top-contact__ttl {
    font-size: 1.8rem;
  }
}

.page-mv {
  padding: 11.3rem 0 8rem;
  background: url("../img/pc-bg.webp") no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .page-mv {
    padding: 4.8rem 0 3.6rem;
  }
}
.page-mv__en {
  display: block;
  font-size: clamp(18px, 1.5vw, 24px);
  font-weight: 500;
  line-height: 120%;
  background: linear-gradient(90deg, #4e76e4 0%, #1d1f87 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  font-family: "Afacad", sans-serif;
  text-transform: uppercase;
  margin-bottom: 1.6rem;
}
@media (max-width: 768px) {
  .page-mv__en {
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
  }
}
.page-mv__ttl {
  font-size: clamp(28px, 3.2vw, 48px);
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.07em;
}
@media (max-width: 768px) {
  .page-mv__ttl {
    font-size: 2.4rem;
  }
}
.page-news {
  background: #f5f9fe;
  padding: 7.2rem 0 12rem;
}
@media (max-width: 768px) {
  .page-news {
    padding: 3.2rem 0 8rem;
  }
}
.page-news__category-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.2rem;
}
@media (max-width: 768px) {
  .page-news__category-list {
    gap: 2rem 0.8rem;
  }
}
.page-news__category-link {
  font-size: clamp(14px, 0.8vw, 15px);
  font-weight: 500;
  line-height: 150%;
  background: #fff;
  border: 0.1rem solid #1d1f87;
  border-radius: 20rem;
  padding: 0.8rem 3.2rem;
  color: #1d1f87;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .page-news__category-link {
    font-size: 1.2rem;
    padding: 0.8rem 2.4rem;
  }
}
.page-news__category-link.is-active {
  background: #1d1f87;
  color: #fff;
}
.page-news__category-link:hover {
  background: #1d1f87;
  color: #fff;
}
.page-news__list {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-top: 3.2rem;
}
@media (max-width: 768px) {
  .page-news__list {
    margin-top: 2.4rem;
  }
}
.page-news__link {
  position: relative;
  background: #fff;
  padding: 2.4rem;
  display: flex;
  align-items: center;
  transition: opacity 0.3s ease;
}
@media (max-width: 768px) {
  .page-news__link {
    padding: 1.2rem 1.6rem;
  }
}
.page-news__link:hover {
  opacity: 0.7;
}
.page-news__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.4rem;
  width: 100%;
}
@media (max-width: 768px) {
  .page-news__content {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.8rem;
  }
}
.page-news__left {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
@media (max-width: 768px) {
  .page-news__left {
    margin-bottom: 0.8rem;
    gap: 0.8rem;
  }
}
.page-news__date {
  font-size: clamp(14px, 0.8vw, 15px);
  font-weight: 500;
  line-height: 130%;
  color: #505050;
}
.page-news__tag {
  font-size: clamp(11px, 0.45vw, 12px);
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.06em;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.4rem 3.5rem;
  background: #f1f4ff;
  border-radius: 20rem;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .page-news__tag {
    font-size: 1.1rem;
    padding: 0.4rem 1.6rem;
  }
}
.page-news__right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 81%;
}
@media (max-width: 768px) {
  .page-news__right {
    width: 100%;
    gap: 1rem;
  }
}
.page-news__right .arrow {
  min-width: 0.7rem;
  min-height: 1.2rem;
}
.page-news__ttl {
  font-size: clamp(14px, 0.8vw, 15px);
  font-weight: 500;
  line-height: 160%;
}
@media (max-width: 768px) {
  .page-news__ttl {
    font-size: 1.3rem;
  }
}
.page-news .btn {
  margin-top: 4.8rem;
}
.page-news .btn a {
  margin: auto;
  width: 24rem;
  height: 5.6rem;
  color: #1D1F87;
  justify-content: center;
  font-size: clamp(15px, 0.91vw, 16px);
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.08em;
  background: linear-gradient(90deg, #FFF 0%, #F8FAFF 100%);
  box-shadow: 0.4rem 0.4rem 0.8rem 0 rgba(12, 29, 133, 0.4);
}
.page-news .btn a:hover {
  background: rgb(241, 244, 255);
  box-shadow: 0.4rem 0.4rem 0.8rem 0 rgba(12, 29, 133, 0.4) inset;
}
.page-news__item.is-hidden {
  display: none;
}
.page-news__more {
  text-align: center;
  margin-top: 4.8rem;
}
@media (max-width: 768px) {
  .page-news__more {
    margin-top: 2.4rem;
  }
}
.page-news__more-btn {
  border: none;
  background: none;
  font-size: clamp(15px, 0.91vw, 16px);
  font-weight: 500;
  line-height: 170%;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin: auto;
  padding-bottom: 0.8rem;
  border-bottom: 0.1rem solid #4E76E4;
}
@media (max-width: 768px) {
  .page-news__more-btn {
    font-size: 1.3rem;
  }
}
.page-news__more-btn .arrow {
  width: 0.7rem;
}
.page-column__heading {
  position: relative;
}
.page-column__en {
  font-size: clamp(68px, 10vw, 128px);
  font-weight: 500;
  line-height: 120%;
  color: rgba(141, 191, 255, 0.1);
  position: absolute;
  bottom: -1.5rem;
  font-family: "Afacad", sans-serif;
}
@media (max-width: 768px) {
  .page-column__en {
    font-size: 8.8rem;
  }
}
.page-column__ttl {
  position: relative;
  font-size: clamp(22px, 2vw, 32px);
  font-weight: 700;
  line-height: 160%;
  margin-bottom: 2.4rem;
  padding-left: 4rem;
}
@media (max-width: 768px) {
  .page-column__ttl {
    font-size: 2.2rem;
    margin-bottom: 1.8rem;
  }
}
.page-column__ttl:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 3.2rem;
  height: 3.2rem;
  background: url("../img/chip.svg") no-repeat center center;
  background-size: contain;
  z-index: 1;
}
.page-column__sbttl {
  font-size: clamp(22px, 2vw, 32px);
  font-weight: 700;
  line-height: 160%;
  padding-bottom: 2.4rem;
}
.page-column__latest {
  padding: 7.7rem 0 6.4rem;
  background: #fff;
}
@media (max-width: 768px) {
  .page-column__latest {
    padding: 4.8rem 0 8rem;
  }
}
.page-column__latest-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1050px) {
  .page-column__latest-wrap {
    flex-direction: column;
  }
}
.page-column__latest-content {
  width: 68%;
}
@media (max-width: 1050px) {
  .page-column__latest-content {
    width: 100%;
  }
}
.page-column__latest-list.column-list {
  border-top: 0.1rem solid #eaeaea;
}
.page-column__latest-item {
  border-bottom: 0.1rem solid #eaeaea;
}
.page-column__latest-item.none {
  border-bottom: none;
  font-size: clamp(15px, 0.91vw, 16px);
  font-weight: 500;
  line-height: 200%;
}
@media (max-width: 768px) {
  .page-column__latest-item.none {
    font-size: 1.4rem;
  }
}
.page-column__latest-link {
  display: flex;
  justify-content: space-between;
  gap: 3.2rem;
  transition: all 0.3s ease;
  padding: 2.4rem 0;
}
.page-column__latest-link:hover {
  opacity: 0.7;
}
.page-column__latest-left {
  width: 59%;
}
.page-column__latest-ttl {
  font-size: clamp(18px, 1.14vw, 20px);
  font-weight: 700;
  line-height: 160%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.page-column__latest-txt {
  font-size: clamp(13px, 0.68vw, 14px);
  font-weight: 500;
  line-height: 170%;
  color: #999999;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.page-column__latest-category {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-top: 0.8rem;
}
.page-column__latest-category span {
  background: #f1f4ff;
  border-radius: 20rem;
  padding: 0.4rem 1.6rem;
  font-size: clamp(11px, 0.45vw, 12px);
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.05em;
  display: block;
}
.page-column__latest-right {
  width: 36%;
}
.page-column__latest-sidebar {
  width: 26%;
  position: sticky;
  top: 8rem;
  align-self: flex-start;
}
@media (max-width: 1050px) {
  .page-column__latest-sidebar {
    width: 100%;
    position: static;
  }
}
@media (max-width: 768px) {
  main > .page-column__latest-sidebar {
    background: #fff;
  }
}
@media (max-width: 768px) {
  main > .page-column__latest-sidebar {
    width: auto;
    padding: 4rem 2.1rem;
  }
}
.page-column__latest .btn {
  margin-top: 8rem;
}
@media (max-width: 768px) {
  .page-column__latest .btn {
    margin-top: 4rem;
  }
}
.page-column__latest .btn a {
  margin: auto;
  width: 24rem;
  height: 5.6rem;
  font-size: clamp(15px, 0.91vw, 16px);
  justify-content: center;
}
@media (max-width: 768px) {
  .page-column__latest .btn a {
    height: 4.8rem;
    font-size: 1.4rem;
  }
}
.page-column__sidebar-block {
  background: #f5f9fe;
  padding: 2.4rem;
  margin-bottom: 1.6rem;
}
@media (max-width: 768px) {
  .page-column__sidebar-block {
    padding: 2.4rem 2rem;
    margin-bottom: 1.2rem;
  }
}
.page-column__sidebar-block:last-child {
  margin-bottom: 0;
}
.page-column__sidebar-ttl {
  font-size: clamp(17px, 1vw, 18px);
  font-weight: 700;
  line-height: 160%;
  padding-bottom: 0.8rem;
  border-bottom: 0.1rem solid #eaeaea;
  margin-bottom: 1.6rem;
}
@media (max-width: 768px) {
  .page-column__sidebar-ttl {
    font-size: 1.5rem;
    padding-bottom: 0.8rem;
    margin-bottom: 1.6rem;
  }
}
.page-column__sidebar-search {
  display: flex;
  margin-bottom: 2.4rem;
}
.page-column__sidebar-search-input {
  flex: 1;
  border: 0.1rem solid #eaeaea;
  border-right: none;
  padding: 1.2rem 1.6rem;
  font-size: clamp(14px, 0.8vw, 15px);
  font-weight: 500;
  line-height: 160%;
  height: 4.8rem;
  background: #fff;
  outline: none;
  width: 100%;
}
.page-column__sidebar-search-input::placeholder {
  color: #999999;
}
@media (max-width: 768px) {
  .page-column__sidebar-search-input {
    font-size: 1.2rem;
    height: 4.4rem;
  }
}
.page-column__sidebar-search-btn {
  width: 4.8rem;
  height: 4.8rem;
  background: #4e76e4;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: opacity 0.3s ease;
}
.page-column__sidebar-search-btn:hover {
  opacity: 0.8;
}
@media (max-width: 768px) {
  .page-column__sidebar-search-btn {
    width: 4.4rem;
    height: 4.4rem;
  }
}
.page-column__sidebar-subttl {
  font-size: clamp(14px, 0.8vw, 15px);
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 1.2rem;
}
@media (max-width: 768px) {
  .page-column__sidebar-subttl {
    font-size: 1.2rem;
  }
}
.page-column__sidebar-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1.6rem;
}
.page-column__sidebar-tag {
  font-size: clamp(13px, 0.68vw, 14px);
  font-weight: 500;
  line-height: 160%;
  color: #1d1f87;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}
.page-column__sidebar-tag:hover {
  text-decoration: none;
}
@media (max-width: 768px) {
  .page-column__sidebar-tag {
    font-size: 1.2rem;
  }
}
.page-column__sidebar-cat-list {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.page-column__sidebar-cat-item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: clamp(14px, 0.8vw, 15px);
  font-weight: 500;
  line-height: 160%;
  transition: opacity 0.3s ease;
}
.page-column__sidebar-cat-item a:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .page-column__sidebar-cat-item a {
    padding: 1.2rem 0;
    font-size: 1.2rem;
  }
}
.page-column__sidebar-cat-item a .arrow {
  width: 0.7rem;
}
.page-column__pickup {
  position: relative;
  padding: 10.9rem 0 6.4rem;
  background: #f5f9fe;
}
@media (max-width: 768px) {
  .page-column__pickup {
    padding: 7.6rem 0 8.1rem;
  }
}
.page-column__pickup:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 30rem;
  background: linear-gradient(90deg, #4e76e4 0%, #1d1f87 100%);
}
@media (max-width: 768px) {
  .page-column__pickup .inner {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .page-column__pickup .page-column__heading {
    padding: 0 2.1rem;
  }
}
.page-column__pickup .page-column__heading .page-column__ttl {
  color: #fff;
}
.page-column__pickup .page-column__heading .page-column__en {
  background: linear-gradient(90deg, #fff 0%, #eef1ff 100%);
  opacity: 0.1;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page-column__pickup-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.4rem;
}
@media (max-width: 768px) {
  .page-column__pickup-list {
    display: block;
  }
}
.page-column__pickup-list .slick-list {
  padding-bottom: 1rem;
}
.page-column__pickup-list .slick-list .slick-track {
  gap: 2.4rem;
}
.page-column__pickup-list .slick-dots {
  display: flex;
  justify-content: center;
  gap: 0.8rem;
  margin-top: 2rem;
  padding: 0;
}
.page-column__pickup-list .slick-dots li {
  width: 1rem;
  height: 1rem;
}
.page-column__pickup-list .slick-dots li button {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #C8D6F0;
  border: none;
  padding: 0;
  font-size: 0;
  cursor: pointer;
}
.page-column__pickup-list .slick-dots li.slick-active button {
  background: #4E76E4;
}
.page-column__pickup-item {
  display: flex;
  flex-direction: column;
  box-shadow: 0 0.4rem 1.2rem 0 rgba(12, 29, 133, 0.1);
  transition: all 0.3s ease;
}
.page-column__pickup-item:hover {
  box-shadow: 0px 0.8rem 2rem 0px rgba(12, 29, 133, 0.2);
  transform: translateY(-4px);
  opacity: 0.9;
}
@media (max-width: 768px) {
  .page-column__pickup-item {
    margin: 0 0.8rem;
    height: 100%;
  }
}
.page-column__pickup-link {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.page-column__pickup-content {
  background: #fff;
  padding: 1.6rem 2.4rem;
  flex-grow: 1;
}
.page-column__pickup-ttl {
  font-size: clamp(15px, 0.91vw, 16px);
  font-weight: 700;
  line-height: 160%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 1.2rem;
}
.page-column__pickup-date {
  font-size: clamp(13px, 0.68vw, 14px);
  font-weight: 500;
  line-height: 100%;
  color: #777777;
  display: block;
  margin-bottom: 0.8rem;
}
.page-column__pickup-category {
  font-size: clamp(11px, 0.45vw, 12px);
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.05em;
  background: #f1f4ff;
  border-radius: 20rem;
  padding: 0.4rem 1.6rem;
}
.page-column__popular {
  padding: 7.7rem 0 6.4rem;
  background: #f5f9fe;
}
@media (max-width: 768px) {
  .page-column__popular {
    padding: 3.2rem 0 5.7rem;
  }
}
@media (max-width: 768px) {
  .page-column__popular .inner {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .page-column__popular .page-column__heading {
    padding: 0 2.1rem;
  }
}
.page-column__popular-list {
  margin-top: 2.6rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.4rem;
}
@media (max-width: 768px) {
  .page-column__popular-list {
    display: block;
  }
}
.page-column__popular-list .slick-list {
  padding-bottom: 1rem;
}
.page-column__popular-list .slick-list .slick-track {
  gap: 2.4rem;
}
.page-column__popular-list .slick-dots {
  display: flex;
  justify-content: center;
  gap: 0.8rem;
  margin-top: 2rem;
  padding: 0;
}
.page-column__popular-list .slick-dots li {
  width: 1rem;
  height: 1rem;
}
.page-column__popular-list .slick-dots li button {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #C8D6F0;
  border: none;
  padding: 0;
  font-size: 0;
  cursor: pointer;
}
.page-column__popular-list .slick-dots li.slick-active button {
  background: #4E76E4;
}
.page-column__popular-item {
  position: relative;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0.4rem 1.2rem 0 rgba(12, 29, 133, 0.1);
  transition: all 0.3s ease;
}
.page-column__popular-item:hover {
  box-shadow: 0px 0.8rem 2rem 0px rgba(12, 29, 133, 0.2);
  transform: translateY(-4px);
  opacity: 0.7;
}
@media (max-width: 768px) {
  .page-column__popular-item {
    margin: 0 0.8rem;
    height: 100%;
  }
}
.page-column__popular-link {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.page-column__popular-rank01 {
  position: absolute;
  top: 0;
  left: 0;
  background: #aba17d;
  color: #fff;
  padding: 0 1rem;
  font-size: clamp(18px, 1.14vw, 20px);
  font-weight: 500;
  line-height: 150%;
}
.page-column__popular-rank02 {
  position: absolute;
  top: 0;
  left: 0;
  background: #a9acca;
  color: #fff;
  padding: 0 1rem;
  font-size: clamp(18px, 1.14vw, 20px);
  font-weight: 500;
  line-height: 150%;
}
.page-column__popular-rank03 {
  position: absolute;
  top: 0;
  left: 0;
  background: #cfa498;
  color: #fff;
  padding: 0 1rem;
  font-size: clamp(18px, 1.14vw, 20px);
  font-weight: 500;
  line-height: 150%;
}
.page-column__popular-rank04 {
  position: absolute;
  top: 0;
  left: 0;
  background: #aaaaaa;
  color: #fff;
  padding: 0 1rem;
  font-size: clamp(18px, 1.14vw, 20px);
  font-weight: 500;
  line-height: 150%;
}
.page-column__popular-content {
  background: #fff;
  padding: 1.6rem 2.4rem;
  flex-grow: 1;
}
.page-column__popular-date {
  font-size: clamp(13px, 0.68vw, 14px);
  font-weight: 500;
  line-height: 100%;
  color: #777777;
  display: block;
  margin-bottom: 0.8rem;
}
.page-column__popular-ttl {
  font-size: clamp(15px, 0.91vw, 16px);
  font-weight: 700;
  line-height: 160%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 1.2rem;
}
.page-column__popular-category {
  font-size: clamp(11px, 0.45vw, 12px);
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.05em;
  background: #f1f4ff;
  border-radius: 20rem;
  padding: 0.4rem 1.6rem;
}
.page-column__all {
  padding: 7.7rem 0 12rem;
  background: #f5f9fe;
}
@media (max-width: 768px) {
  .page-column__all {
    padding: 5.3rem 0 4rem;
  }
}
.page-column__all-wrap {
  background: #fff;
  padding: 2.4rem 4rem;
}
@media (max-width: 768px) {
  .page-column__all-wrap {
    padding: 1.6rem 1.2rem;
  }
}
.page-column__all-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 5.6rem;
}
@media (max-width: 768px) {
  .page-column__all-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
}
.page-column__all-item.is-hidden {
  display: none;
}
.page-column__all-item {
  transition: all 0.3s ease;
}
.page-column__all-item:hover {
  opacity: 0.7;
}
.page-column__all-link {
  display: flex;
  justify-content: space-between;
  padding: 2.4rem 0;
  border-bottom: 0.1rem solid #EAEAEA;
  height: 100%;
}
@media (max-width: 768px) {
  .page-column__all-link {
    padding: 1.2rem 0;
  }
}
.page-column__all-left {
  width: 52%;
}
@media (max-width: 768px) {
  .page-column__all-left {
    width: 46%;
  }
}
.page-column__all-date {
  font-size: clamp(13px, 0.68vw, 14px);
  font-weight: 500;
  line-height: 100%;
  color: #777777;
  display: block;
  margin-bottom: 0.8rem;
}
@media (max-width: 768px) {
  .page-column__all-date {
    font-size: 1.2rem;
    margin-bottom: 0.4rem;
  }
}
.page-column__all-ttl {
  font-size: clamp(15px, 0.91vw, 16px);
  font-weight: 700;
  line-height: 160%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 2.8rem;
}
@media (max-width: 768px) {
  .page-column__all-ttl {
    font-size: 1.3rem;
    margin-bottom: 0.4rem;
  }
}
.page-column__all-category {
  display: inline-block;
  font-size: clamp(11px, 0.45vw, 12px);
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.05em;
  background: #f1f4ff;
  border-radius: 20rem;
  padding: 0.4rem 1.6rem;
}
@media (max-width: 768px) {
  .page-column__all-category {
    font-size: 1rem;
  }
}
.page-column__all-right {
  width: 41%;
}
@media (max-width: 768px) {
  .page-column__all-right {
    width: 49%;
  }
}
.page-column__all-more {
  text-align: center;
  margin-top: 4.8rem;
}
@media (max-width: 768px) {
  .page-column__all-more {
    margin-top: 2.4rem;
  }
}
.page-column__all-more-btn {
  border: none;
  background: none;
  font-size: clamp(15px, 0.91vw, 16px);
  font-weight: 500;
  line-height: 170%;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin: auto;
  padding-bottom: 0.8rem;
  border-bottom: 0.1rem solid #4E76E4;
}
@media (max-width: 768px) {
  .page-column__all-more-btn {
    font-size: 1.3rem;
  }
}
.page-column__all-more-btn .arrow {
  width: 0.7rem;
}
.page-faq {
  padding: 4.8rem 0 12rem;
}
@media (max-width: 768px) {
  .page-faq {
    padding: 4rem 0;
  }
}
.page-faq .block {
  max-width: 101.6rem;
}
.page-faq__nav {
  position: relative;
  z-index: 2;
  margin: 0 auto 4.8rem;
  max-width: 96rem;
}
.page-faq__nav-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-left: 0.1rem solid #CDD7F2;
}
@media (max-width: 768px) {
  .page-faq__nav-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.6rem 0.8rem;
    border-left: none;
  }
}
.page-faq__nav-item {
  border-right: 0.1rem solid #CDD7F2;
}
@media (max-width: 768px) {
  .page-faq__nav-item {
    border-right: none;
    border-bottom: 0.1rem solid #CDD7F2;
  }
}
.page-faq__nav-link {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1.3rem;
  width: 100%;
  height: 100%;
  padding: 0.4rem 0;
  font-size: clamp(14px, 0.8vw, 15px);
  font-weight: 700;
  line-height: 150%;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .page-faq__nav-link {
    font-size: 1.3rem;
    gap: 0.8rem;
    padding: 0.4rem 0 1.1rem;
    text-align: center;
  }
}
.page-faq__nav-link .arrow {
  width: 1rem;
}
.page-faq__nav-link:hover {
  opacity: 0.7;
}
.page-faq__wrap {
  margin-top: 3.2rem;
  display: flex;
  flex-direction: column;
  gap: 6.4rem;
}
@media (max-width: 768px) {
  .page-faq__wrap {
    margin-top: 4rem;
    gap: 4rem;
  }
}
.page-faq__ttl {
  font-size: clamp(18px, 1.5vw, 24px);
  font-weight: 700;
  line-height: 160%;
  text-align: center;
  margin-bottom: 3.2rem;
}
@media (max-width: 768px) {
  .page-faq__ttl {
    font-size: 2rem;
    margin-bottom: 1.6rem;
  }
}
.page-faq__list {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
@media (max-width: 768px) {
  .page-faq__list {
    gap: 0.8rem;
  }
}
.page-faq__item {
  background: #fff;
}
.page-faq__q {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  cursor: pointer;
  transition: opacity 0.3s ease;
  padding: 1.6rem;
  box-shadow: 0 0.5rem 0.5rem 0 rgba(74, 113, 255, 0.05);
}
@media (max-width: 768px) {
  .page-faq__q {
    padding: 1.2rem 1.6rem;
    gap: 0.8rem;
  }
}
.page-faq__q:hover {
  opacity: 0.7;
}
.page-faq__qtxt {
  font-size: clamp(14px, 0.8vw, 15px);
  font-weight: 500;
  line-height: 200%;
}
@media (max-width: 768px) {
  .page-faq__qtxt {
    font-size: 1.3rem;
  }
}
.page-faq__icon {
  font-family: "Afacad", sans-serif;
  font-weight: 700;
  line-height: 1;
  font-size: clamp(22px, 2vw, 32px);
  color: #1d1f87;
}
@media (max-width: 768px) {
  .page-faq__icon {
    width: 2.8rem;
    height: 2.8rem;
  }
}
.page-faq__icon--a {
  color: #4e76e4;
}
.page-faq__toggle {
  position: relative;
  width: 1.8rem;
  height: 1.8rem;
  margin-left: auto;
}
@media (max-width: 768px) {
  .page-faq__toggle {
    width: 1.1rem;
    height: 1.1rem;
  }
}
.page-faq__toggle::before, .page-faq__toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #1d1f87;
  transition: transform 0.3s ease;
}
.page-faq__toggle::before {
  width: 1.6rem;
  height: 0.2rem;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .page-faq__toggle::before {
    width: 1.1rem;
  }
}
.page-faq__toggle::after {
  width: 0.2rem;
  height: 1.6rem;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .page-faq__toggle::after {
    height: 1.1rem;
  }
}
.is-open .page-faq__toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.page-faq__a {
  height: 0;
  overflow: hidden;
  transition: height 0.4s ease;
}
.page-faq__a-inner {
  display: flex;
  gap: 0.8rem;
  padding: 1.6rem;
}
@media (max-width: 768px) {
  .page-faq__a-inner {
    padding: 1.2rem 1.6rem;
  }
}
.page-faq__txt {
  font-size: clamp(14px, 0.8vw, 15px);
  font-weight: 500;
  line-height: 200%;
}
@media (max-width: 768px) {
  .page-faq__txt {
    font-size: 1.3rem;
  }
}
.page-faq .btn a {
  margin: 4.8rem auto 0;
  width: 24rem;
  height: 5.6rem;
  background: #fff;
  justify-content: center;
  color: #1d1f87;
  font-size: clamp(15px, 0.91vw, 16px);
  box-shadow: 0.4rem 0.4rem 0.8rem 0 rgba(12, 29, 133, 0.4);
}
@media (max-width: 768px) {
  .page-faq .btn a {
    height: 4.5rem;
    font-size: 1.4rem;
    margin: 4rem auto 0;
  }
}
.page-faq .btn a:hover {
  background: #f1f4ff;
  transform: translateY(-0.4rem);
  box-shadow: 0.4rem 0.4rem 1.2rem 0 rgba(12, 29, 133, 0.4) inset;
}
.page-faq #fulfillment,
.page-faq #shipping,
.page-faq #call-center,
.page-faq #digital-sagyosi {
  margin-top: -8rem;
  padding-top: 8rem;
}
@media (max-width: 1050px) {
  .page-faq #fulfillment,
  .page-faq #shipping,
  .page-faq #call-center,
  .page-faq #digital-sagyosi {
    margin-top: -6rem;
    padding-top: 6rem;
  }
}
.page-service {
  padding: 6.4rem 0 12rem;
}
@media (max-width: 768px) {
  .page-service {
    padding: 3.2rem 0 8rem;
  }
}
.page-service__heading {
  margin-bottom: 6.4rem;
  text-align: center;
}
@media (max-width: 768px) {
  .page-service__heading {
    margin-bottom: 3.2rem;
  }
}
.page-service__ttl {
  font-size: clamp(26px, 2.7vw, 40px);
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.05em;
  background: linear-gradient(90deg, #4e76e4 0%, #1d1f87 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 2.4rem;
}
@media (max-width: 768px) {
  .page-service__ttl {
    font-size: 2.6rem;
    margin-bottom: 1.6rem;
  }
}
.page-service__desc {
  font-size: clamp(15px, 0.91vw, 16px);
  font-weight: 500;
  line-height: 200%;
}
@media (max-width: 768px) {
  .page-service__desc {
    font-size: 1.3rem;
  }
}
.page-service__area .slick-track {
  gap: 2.4rem;
}
@media (max-width: 768px) {
  .page-service__area .slick-track {
    gap: 1.2rem;
  }
}
.page-service__main {
  padding: 12rem 0 0;
}
@media (max-width: 768px) {
  .page-service__main {
    padding: 4.8rem 0 0;
  }
}
.page-service__main .heading {
  text-align: center;
}
.page-service__main .heading h2 {
  background: linear-gradient(90deg, #4e76e4 0%, #1d1f87 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page-service__main .heading span {
  color: #222222;
}
.page-service__list {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  margin-top: 3.2rem;
}
@media (max-width: 768px) {
  .page-service__list {
    margin-top: 2.4rem;
  }
}
.page-service__item {
  background: #fff;
  display: flex;
  justify-content: space-between;
  padding: 3.2rem;
}
@media (max-width: 768px) {
  .page-service__item {
    flex-direction: column;
    padding: 2.4rem 1.6rem;
    gap: 2.4rem;
  }
}
.page-service__img {
  width: 41%;
}
@media (max-width: 768px) {
  .page-service__img {
    width: 100%;
  }
}
.page-service__img img {
  box-shadow: 1rem 1rem 3rem 0 rgba(74, 113, 255, 0.2);
}
.page-service__content {
  width: 53%;
}
@media (max-width: 768px) {
  .page-service__content {
    width: 100%;
  }
}
.page-service__content .btn a {
  width: 29.6rem;
  height: 5.6rem;
}
@media (max-width: 768px) {
  .page-service__content .btn a {
    height: 4.5rem;
    margin: auto;
  }
}
.page-service__sbttl {
  font-size: clamp(22px, 2vw, 32px);
  font-weight: 700;
  line-height: 150%;
  background: linear-gradient(90deg, #4e76e4 0%, #1d1f87 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 2.4rem;
}
@media (max-width: 768px) {
  .page-service__sbttl {
    font-size: 2.2rem;
    margin-bottom: 1.6rem;
  }
}
.page-service__lead {
  font-size: clamp(18px, 1.3vw, 22px);
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 0.8rem;
}
@media (max-width: 768px) {
  .page-service__lead {
    font-size: 1.8rem;
  }
}
.page-service__txt {
  font-size: clamp(15px, 0.91vw, 16px);
  font-weight: 500;
  line-height: 200%;
  margin-bottom: 2.4rem;
}
@media (max-width: 768px) {
  .page-service__txt {
    font-size: 1.3rem;
    margin-bottom: 1.6rem;
  }
}
.page-service__btn .btn a {
  margin: 4.8rem auto 0;
  width: 24rem;
  height: 5.6rem;
  background: #fff;
  justify-content: center;
  color: #1d1f87;
  font-size: clamp(15px, 0.91vw, 16px);
  box-shadow: 0.4rem 0.4rem 0.8rem 0 rgba(12, 29, 133, 0.4);
}
@media (max-width: 768px) {
  .page-service__btn .btn a {
    height: 4.5rem;
    font-size: 1.4rem;
    margin: 4rem auto 0;
  }
}
.page-service__btn .btn a:hover {
  background: #f1f4ff;
  transform: translateY(-0.4rem);
  box-shadow: 0.4rem 0.4rem 1.2rem 0 rgba(12, 29, 133, 0.4) inset;
}
.page-strength {
  padding: 8.8rem 0 0;
  background: url("../img/p-pc-strength-bg.webp") no-repeat;
  background-size: contain;
  background-position: top;
  background-color: #fff;
}
@media (max-width: 768px) {
  .page-strength {
    padding: 3.2rem 0 0;
    background-image: url("../img/p-sp-strength-bg.webp");
    background-size: cover;
    background-position: center;
  }
}
.page-strength__our {
  padding-bottom: 6.4rem;
}
@media (max-width: 768px) {
  .page-strength__our {
    padding-bottom: 4.8rem;
  }
}
.page-strength__our-flex {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .page-strength__our-flex {
    flex-direction: column;
    gap: 2.4rem;
  }
}
.page-strength__our-img {
  width: 44%;
  box-shadow: 1rem 1rem 3rem 0 rgba(74, 113, 255, 0.2);
}
@media (max-width: 768px) {
  .page-strength__our-img {
    width: 100%;
  }
}
.page-strength__our-content {
  width: 49%;
}
@media (max-width: 768px) {
  .page-strength__our-content {
    width: 100%;
  }
}
.page-strength__our-en {
  position: relative;
  font-size: clamp(15px, 0.91vw, 16px);
  font-weight: 500;
  line-height: 130%;
  color: #1d1f87;
  font-family: "Afacad", sans-serif;
  display: inline-block;
  margin-bottom: 1.6rem;
}
@media (max-width: 768px) {
  .page-strength__our-en {
    font-size: 1.3rem;
  }
}
.page-strength__our-en::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -9.2rem;
  margin: auto;
  width: 8rem;
  height: 0.1rem;
  background: #999ad6;
}
.page-strength__our-ttl {
  font-size: clamp(24px, 2.4vw, 36px);
  font-weight: 700;
  line-height: 150%;
  background: linear-gradient(90deg, #4e76e4 0%, #1d1f87 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 3.2rem;
}
@media (max-width: 768px) {
  .page-strength__our-ttl {
    font-size: 2.4rem;
    margin-bottom: 1.6rem;
  }
}
.page-strength__our-txt {
  font-size: clamp(15px, 0.91vw, 16px);
  font-weight: 500;
  line-height: 200%;
}
@media (max-width: 768px) {
  .page-strength__our-txt {
    font-size: 1.3rem;
  }
}
.page-strength__our-container {
  margin-top: 6.4rem;
}
@media (max-width: 768px) {
  .page-strength__our-container {
    margin-top: 3.2rem;
  }
}
.page-strength__our-catch {
  position: relative;
  font-size: clamp(18px, 1.5vw, 24px);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 160%;
  text-align: center;
  display: block;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .page-strength__our-catch {
    font-size: 2rem;
  }
}
.page-strength__our-catch strong {
  background: linear-gradient(90deg, #4e76e4 0%, #1d1f87 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: 0.05em;
  padding: 1rem 0;
}
.page-strength__our-catch strong span {
  font-size: clamp(26px, 2.7vw, 40px);
}
@media (max-width: 768px) {
  .page-strength__our-catch strong span {
    font-size: 2.6rem;
  }
}
.page-strength__our-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.6rem;
  background: #fff;
  box-shadow: 0 0 2rem 0 rgba(74, 113, 255, 0.1);
  padding: 2rem 2.8rem;
}
@media (max-width: 768px) {
  .page-strength__our-list {
    padding: 2rem 1.7rem;
  }
}
.page-strength__our-item {
  width: calc(16.6666666667% - 1.4rem);
}
@media (max-width: 768px) {
  .page-strength__our-item {
    width: calc(33.3333333333% - 1.1rem);
  }
}
.page-strength__our-pr {
  font-size: clamp(18px, 1.5vw, 24px);
  font-weight: 700;
  line-height: 160%;
  text-align: center;
  letter-spacing: 0.05em;
  margin-top: 6.4rem;
}
@media (max-width: 768px) {
  .page-strength__our-pr {
    font-size: 2rem;
    margin-top: 3.2rem;
  }
}
.page-strength__our-pr span {
  background: linear-gradient(90deg, #54c9ff 0%, #4e76e4 100%);
  color: #fff;
  font-size: clamp(18px, 1.5vw, 24px);
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.05em;
  margin-right: 1rem;
  display: inline-block;
  padding: 0 1.2rem;
}
@media (max-width: 768px) {
  .page-strength__our-pr span {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
.page-strength__our-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
  margin-top: 2.4rem;
}
@media (max-width: 768px) {
  .page-strength__our-grid {
    flex-wrap: wrap;
    gap: 0.8rem 1.2rem;
  }
}
.page-strength__our-logo {
  width: 100%;
}
.page-strength__our-logo:nth-child(1) {
  width: 25.8rem;
}
@media (max-width: 768px) {
  .page-strength__our-logo:nth-child(1) {
    width: 16.5rem;
  }
}
.page-strength__our-logo:nth-child(2) {
  width: 24.2rem;
}
@media (max-width: 768px) {
  .page-strength__our-logo:nth-child(2) {
    width: 15.4rem;
  }
}
.page-strength__our-logo:nth-child(3) {
  width: 14.4rem;
}
@media (max-width: 768px) {
  .page-strength__our-logo:nth-child(3) {
    width: 9.2rem;
  }
}
.page-strength__reason {
  background: #f5f9fe;
  padding: 9.4rem 0 12rem;
  clip-path: polygon(0 0, 30rem 0, 38rem 3rem, 100% 3rem, 100% 100%, 0 100%);
}
@media (max-width: 768px) {
  .page-strength__reason {
    padding: 5.5rem 0 8rem;
    clip-path: polygon(0 0, 100px 0, 14rem 3rem, 100% 3rem, 100% 100%, 0 100%);
  }
}
.page-strength__reason .block {
  max-width: 136rem;
}
.page-strength__reason .heading {
  text-align: center;
}
.page-strength__reason .heading h2 {
  background: linear-gradient(90deg, #4E76E4 0%, #1D1F87 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page-strength__reason .heading span {
  color: #222222;
}
.page-strength__reason-list {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  margin-top: 3.2rem;
}
@media (max-width: 768px) {
  .page-strength__reason-list {
    gap: 1.6rem;
    margin-top: 2.4rem;
  }
}
.page-strength__reason-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 3% 5%;
}
@media (max-width: 768px) {
  .page-strength__reason-item {
    flex-direction: column;
    padding: 1.6rem;
    gap: 1.6rem;
  }
}
.page-strength__reason-content {
  width: 58%;
}
@media (max-width: 768px) {
  .page-strength__reason-content {
    width: 100%;
  }
}
.page-strength__reason-head {
  position: relative;
  display: flex;
  align-items: center;
  gap: 2.4rem;
  padding-bottom: 3.2rem;
  margin-bottom: 3.2rem;
  border-bottom: 0.1rem solid #eaeaea;
}
@media (max-width: 768px) {
  .page-strength__reason-head {
    gap: 1.2rem;
    padding-bottom: 2.3rem;
    margin-bottom: 1.6rem;
  }
}
.page-strength__reason-head:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 13rem;
  height: 0.1rem;
  background: #1d1f87;
}
@media (max-width: 768px) {
  .page-strength__reason-head:before {
    width: 8.8rem;
  }
}
.page-strength__reason-num {
  width: 9.1rem;
}
@media (max-width: 768px) {
  .page-strength__reason-num {
    width: 5.9rem;
  }
}
.page-strength__reason-ttl {
  font-size: clamp(24px, 2.4vw, 36px);
  font-weight: 700;
  line-height: 150%;
}
@media (max-width: 768px) {
  .page-strength__reason-ttl {
    font-size: 1.8rem;
  }
}
.page-strength__reason-txt {
  font-size: clamp(15px, 0.91vw, 16px);
  font-weight: 500;
  line-height: 200%;
}
@media (max-width: 768px) {
  .page-strength__reason-txt {
    font-size: 1.3rem;
  }
}
.page-strength__reason-img {
  width: 37%;
}
@media (max-width: 768px) {
  .page-strength__reason-img {
    width: 100%;
  }
}
.page-strength__reason .btn a {
  margin: 4.7rem auto 0;
  width: 24rem;
  height: 5.6rem;
  background: #fff;
  justify-content: center;
  color: #1d1f87;
  font-size: clamp(15px, 0.91vw, 16px);
  box-shadow: 0.4rem 0.4rem 0.8rem 0 rgba(12, 29, 133, 0.4);
}
@media (max-width: 768px) {
  .page-strength__reason .btn a {
    height: 4.5rem;
    font-size: 1.4rem;
    margin: 4rem auto 0;
  }
}
.page-strength__reason .btn a:hover {
  background: #f1f4ff;
  transform: translateY(-0.4rem);
  box-shadow: 0.4rem 0.4rem 1.2rem 0 rgba(12, 29, 133, 0.4) inset;
}
.page-case {
  background: #f5f9fe;
  padding: 7.2rem 0 12rem;
}
@media (max-width: 768px) {
  .page-case {
    padding: 3.2rem 0 8rem;
  }
}
.page-case__category {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.2rem;
  margin-bottom: 4.8rem;
}
@media (max-width: 768px) {
  .page-case__category {
    gap: 1.8rem 0.8rem;
    margin-bottom: 3.4rem;
  }
}
.page-case__category-item a {
  font-size: clamp(15px, 0.91vw, 16px);
  font-weight: 500;
  line-height: 150%;
  color: #1d1f87;
  border: 0.1rem solid #1d1f87;
  background: #fff;
  border-radius: 20rem;
  padding: 0.8rem 3.2rem;
}
@media (max-width: 768px) {
  .page-case__category-item a {
    font-size: 1.2rem;
    padding: 0.8rem 2.4rem;
  }
}
.page-case__category-item a.is-active {
  background: #1d1f87;
  color: #fff;
}
.page-case__category-item a.is-active:hover {
  background: #1d1f87;
  color: #fff;
}
.page-case__category-item a:hover {
  background: #f1f4ff;
  transform: translateY(-0.4rem);
  box-shadow: 0.4rem 0.4rem 1.2rem 0 rgba(12, 29, 133, 0.4) inset;
}
.page-case__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5.6rem 2.4rem;
}
@media (max-width: 1050px) {
  .page-case__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .page-case__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.4rem;
  }
}
.page-case__item {
  box-shadow: 0 0.4rem 1.2rem 0 rgba(12, 29, 133, 0.1);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.page-case__item:hover {
  transform: translateY(-0.4rem);
  box-shadow: 0 0.4rem 1.2rem 0 rgba(12, 29, 133, 0.1) inset;
}
.page-case__item:hover .page-case__content {
  background: #f1f4ff;
}
.page-case__item:hover .page-case__link {
  background: #4e76e4;
  color: #fff;
}
.page-case__item:hover .page-case__link .arrow {
  display: none;
}
.page-case__item:hover .page-case__link .arrow.none {
  display: block;
  position: absolute;
  right: 1.6rem;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
}
.page-case__content {
  padding: 1.6rem 2.4rem;
  background: #fff;
  flex-grow: 1;
}
@media (max-width: 768px) {
  .page-case__content {
    padding: 1.2rem 1.6rem;
  }
}
.page-case__ttl {
  font-size: clamp(15px, 0.91vw, 16px);
  font-weight: 500;
  line-height: 160%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 0.8rem;
}
@media (max-width: 768px) {
  .page-case__ttl {
    font-size: 1.3rem;
  }
}
.page-case__campany {
  display: block;
  font-size: clamp(12px, 0.55vw, 13px);
  font-weight: 500;
  line-height: 160%;
  color: #777777;
  margin-bottom: 1.6rem;
}
@media (max-width: 768px) {
  .page-case__campany {
    font-size: 1.1rem;
  }
}
.page-case__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.6rem;
  font-size: clamp(14px, 0.8vw, 15px);
  font-weight: 500;
  line-height: 150%;
  background: #f1f4ff;
  border-radius: 20rem;
}
@media (max-width: 768px) {
  .page-case__link {
    font-size: 1.3rem;
    justify-content: center;
  }
}
.page-case__link .arrow {
  width: 2rem;
  position: absolute;
  right: 1.6rem;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
}
.page-case__link .arrow.none {
  display: none;
}
.page-case .btn a {
  margin: 4.8rem auto 0;
  width: 24rem;
  height: 5.6rem;
  background: #fff;
  justify-content: center;
  color: #1d1f87;
  font-size: clamp(15px, 0.91vw, 16px);
  box-shadow: 0.4rem 0.4rem 0.8rem 0 rgba(12, 29, 133, 0.4);
}
@media (max-width: 768px) {
  .page-case .btn a {
    height: 4.5rem;
    font-size: 1.4rem;
    margin: 4rem auto 0;
  }
}
.page-case .btn a:hover {
  background: #f1f4ff;
  transform: translateY(-0.4rem);
  box-shadow: 0.4rem 0.4rem 1.2rem 0 rgba(12, 29, 133, 0.4) inset;
}
.page-warehouse {
  padding: 4.8rem 0 12rem;
}
@media (max-width: 768px) {
  .page-warehouse {
    padding: 3.2rem 0 8rem;
  }
}
.page-warehouse .block {
  max-width: 116rem;
}
.page-warehouse__nav {
  position: relative;
  z-index: 2;
  margin: 0 auto 4.8rem;
  max-width: 48rem;
}
.page-warehouse__nav-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-left: 0.1rem solid #CDD7F2;
}
@media (max-width: 768px) {
  .page-warehouse__nav-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.6rem 0.8rem;
    border-left: none;
  }
}
.page-warehouse__nav-item {
  border-right: 0.1rem solid #CDD7F2;
}
@media (max-width: 768px) {
  .page-warehouse__nav-item {
    border-right: none;
    border-bottom: 0.1rem solid #CDD7F2;
  }
}
.page-warehouse__nav-link {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1.3rem;
  width: 100%;
  height: 100%;
  padding: 0.4rem 0;
  font-size: clamp(14px, 0.8vw, 15px);
  font-weight: 700;
  line-height: 150%;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .page-warehouse__nav-link {
    font-size: 1.3rem;
    gap: 0.8rem;
    padding: 0.4rem 0 1.1rem;
    text-align: center;
  }
}
.page-warehouse__nav-link .arrow {
  width: 1rem;
}
.page-warehouse__nav-link:hover {
  opacity: 0.7;
}
.page-warehouse__wrap {
  margin-top: 4.8rem;
}
@media (max-width: 768px) {
  .page-warehouse__wrap {
    margin-top: 3.2rem;
  }
}
.page-warehouse__list {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
.page-warehouse__item {
  background: #fff;
  padding: 4rem 4.8rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .page-warehouse__item {
    padding: 2.4rem;
    flex-direction: column;
    gap: 1.6rem;
  }
}
.page-warehouse__left {
  width: 36%;
}
@media (max-width: 768px) {
  .page-warehouse__left {
    width: 30rem;
    margin: auto;
  }
}
.page-warehouse__slider {
  overflow: hidden;
}
.page-warehouse__slider .slick-slide img {
  width: 100%;
  height: auto;
  display: block;
}
.page-warehouse__slider-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
  margin-top: 1.6rem;
}
@media (max-width: 768px) {
  .page-warehouse__slider-nav {
    margin-top: 0.8rem;
  }
}
.page-warehouse__slider-prev, .page-warehouse__slider-next {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border: 0.1rem solid #CACACA;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: border-color 0.3s;
  flex-shrink: 0;
}
.page-warehouse__slider-prev:hover, .page-warehouse__slider-next:hover {
  border-color: #1D1F87;
}
.page-warehouse__slider-dots {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.page-warehouse__slider-dots ul {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin: 0;
  padding: 0;
}
.page-warehouse__slider-dots li {
  list-style: none;
}
.page-warehouse__slider-dots li button {
  font-size: 0;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  border: none;
  background: #D9D9D9;
  cursor: pointer;
  padding: 0;
  transition: background 0.3s;
}
.page-warehouse__slider-dots li.slick-active button {
  background: #1D1F87;
}
.page-warehouse__right {
  width: 57%;
  padding-right: 6%;
}
@media (max-width: 768px) {
  .page-warehouse__right {
    width: 100%;
    padding-right: 0;
  }
}
.page-warehouse__right table {
  width: 100%;
  border-collapse: collapse;
}
.page-warehouse__right table th,
.page-warehouse__right table td {
  border-bottom: 0.1rem solid #EAEAEA;
  padding: 1.6rem 0;
  font-size: clamp(15px, 0.91vw, 16px);
  font-weight: 500;
  line-height: 150%;
}
@media (max-width: 768px) {
  .page-warehouse__right table th,
  .page-warehouse__right table td {
    font-size: 1.3rem;
    padding: 1.2rem 0;
  }
}
.page-warehouse__right table th {
  font-weight: 700;
  color: #1D1F87;
  white-space: nowrap;
  width: 20%;
}
@media (max-width: 768px) {
  .page-warehouse__right table th {
    width: 35%;
  }
}
.page-warehouse__ttl {
  font-size: clamp(18px, 1.5vw, 24px);
  font-weight: 700;
  line-height: 160%;
  margin-bottom: 0.8rem;
}
@media (max-width: 768px) {
  .page-warehouse__ttl {
    font-size: 2rem;
    margin-bottom: 0.8rem;
  }
}
.page-warehouse .btn a {
  margin: 4.8rem auto 0;
  width: 24rem;
  height: 5.6rem;
  background: #fff;
  justify-content: center;
  color: #1d1f87;
  font-size: clamp(15px, 0.91vw, 16px);
  box-shadow: 0.4rem 0.4rem 0.8rem 0 rgba(12, 29, 133, 0.4);
}
@media (max-width: 768px) {
  .page-warehouse .btn a {
    height: 4.5rem;
    font-size: 1.4rem;
    margin: 4rem auto 0;
  }
}
.page-warehouse .btn a:hover {
  background: #f1f4ff;
  transform: translateY(-0.4rem);
  box-shadow: 0.4rem 0.4rem 1.2rem 0 rgba(12, 29, 133, 0.4) inset;
}
.page-warehouse #warehouseList1,
.page-warehouse #warehouseList2 {
  margin-top: -8rem;
  padding-top: 8rem;
}
@media (max-width: 1050px) {
  .page-warehouse #warehouseList1,
  .page-warehouse #warehouseList2 {
    margin-top: -6rem;
    padding-top: 6rem;
  }
}
.page-price {
  padding: 4.8rem 0 12rem;
}
@media (max-width: 768px) {
  .page-price {
    padding: 3.2rem 0 8rem;
  }
}
.page-price__nav {
  position: relative;
  z-index: 2;
  margin: 0 auto 4.8rem;
  max-width: 96rem;
}
@media (max-width: 768px) {
  .page-price__nav {
    margin: 0 auto 3.2rem;
  }
}
.page-price__nav-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-left: 0.1rem solid #CDD7F2;
}
@media (max-width: 768px) {
  .page-price__nav-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.6rem 0.8rem;
    border-left: none;
  }
}
.page-price__nav-item {
  border-right: 0.1rem solid #CDD7F2;
}
@media (max-width: 768px) {
  .page-price__nav-item {
    border-right: none;
    border-bottom: 0.1rem solid #CDD7F2;
  }
}
.page-price__nav-link {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1.3rem;
  width: 100%;
  height: 100%;
  padding: 0.4rem 0;
  font-size: clamp(14px, 0.8vw, 15px);
  font-weight: 700;
  line-height: 150%;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .page-price__nav-link {
    font-size: 1.3rem;
    gap: 0.8rem;
    padding: 0.4rem 0 1.1rem;
    text-align: center;
  }
}
.page-price__nav-link .arrow {
  width: 1rem;
}
.page-price__nav-link:hover {
  opacity: 0.7;
}
.page-price__list {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.page-price__item {
  background: #fff;
  padding: 5.2rem 4.8rem;
}
@media (max-width: 768px) {
  .page-price__item {
    padding: 2.8rem 1.6rem;
  }
}
.page-price__item:nth-child(2) .page-price__group {
  grid-template-columns: repeat(4, 1fr);
}
.page-price__item:nth-child(3) .page-price__group {
  grid-template-columns: repeat(2, 1fr);
  max-width: 93.6rem;
  margin: auto;
}
.page-price__ttl {
  position: relative;
  font-size: clamp(22px, 2vw, 32px);
  font-weight: 700;
  line-height: 160%;
  margin-bottom: 5.6rem;
  padding-left: 4rem;
}
@media (max-width: 768px) {
  .page-price__ttl {
    font-size: 2.2rem;
    margin-bottom: 5.7rem;
  }
}
.page-price__ttl:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 3.2rem;
  height: 3.2rem;
  background: url("../img/chip.svg") no-repeat center center;
  background-size: contain;
  z-index: 1;
}
.page-price__group {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2.4rem;
}
@media (max-width: 1050px) {
  .page-price__group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4.4rem 2.4rem;
  }
}
.page-price__group-item {
  position: relative;
  background: #F1F4FF;
  padding: 3.2rem 0 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1050px) {
  .page-price__group-item {
    width: calc(50% - 1.4rem);
  }
}
.page-price__group-item::after {
  content: "+";
  position: absolute;
  right: -1.2rem;
  top: 50%;
  transform: translate(50%, -50%);
  width: 2.4rem;
  height: 2.4rem;
  font-size: 2rem;
  font-weight: 700;
  color: #1D1F87;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.page-price__group-item:last-child::after {
  display: none;
}
@media (max-width: 1050px) {
  .page-price__group-item:nth-child(2):after {
    content: none;
  }
}
@media (max-width: 1050px) {
  .page-price__group-item:nth-child(4):after {
    content: none;
  }
}
@media (max-width: 1050px) {
  .page-price__group-item:nth-child(5):after {
    display: flex;
    right: auto;
    left: -1.2rem;
    transform: translate(-50%, -50%);
  }
}
.page-price__icon {
  width: 4.8rem;
  position: absolute;
  top: -3.2rem;
  left: 0;
  right: 0;
  margin: auto;
}
.page-price__sbttl {
  display: block;
  text-align: center;
  font-size: clamp(17px, 1vw, 18px);
  font-weight: 700;
  line-height: 130%;
  color: #1D1F87;
}
@media (max-width: 768px) {
  .page-price__sbttl {
    font-size: 1.5rem;
  }
}
.page-price__contact {
  max-width: 93.6rem;
  margin: 4.8rem auto 0;
  display: flex;
}
@media (max-width: 1050px) {
  .page-price__contact {
    margin: 2.4rem auto 0;
    flex-direction: column;
  }
}
.page-price__contact-img {
  width: 40%;
}
@media (max-width: 1050px) {
  .page-price__contact-img {
    width: 100%;
  }
}
.page-price__contact-content {
  width: 60%;
  background: linear-gradient(90deg, #4E76E4 0%, #1D1F87 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
}
@media (max-width: 1050px) {
  .page-price__contact-content {
    width: 100%;
    padding: 1.6rem 2.3rem;
    gap: 1.6rem;
  }
}
.page-price__contact-ttl {
  font-size: clamp(18px, 1.5vw, 24px);
  color: #fff;
  font-weight: 700;
  line-height: 160%;
  text-align: center;
}
@media (max-width: 768px) {
  .page-price__contact-ttl {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .page-price__contact .btn {
    margin: 0;
  }
}
.page-price__contact .btn-icon {
  width: 3.2rem;
}
.page-price__contact .btn.white a {
  background: #fff;
  color: #1d1f87;
  width: 25.6rem;
  height: 6.4rem;
  font-size: clamp(17px, 1vw, 18px);
}
@media (max-width: 768px) {
  .page-price__contact .btn.white a {
    width: 24rem;
    height: 4.8rem;
    font-size: 1.6rem;
  }
}
.page-price__contact .btn.white a:hover {
  background: #f1f4ff;
  transform: translateY(-0.4rem);
  box-shadow: 0.4rem 0.4rem 1.2rem 0 rgba(12, 29, 133, 0.4) inset;
}
.page-price__contact .btn.white a .arrow {
  width: 1.3rem;
}
.page-price__btn .btn a {
  margin: 8rem auto 0;
  width: 24rem;
  height: 5.6rem;
  background: #fff;
  justify-content: center;
  color: #1d1f87;
  font-size: clamp(15px, 0.91vw, 16px);
  box-shadow: 0.4rem 0.4rem 0.8rem 0 rgba(12, 29, 133, 0.4);
}
@media (max-width: 768px) {
  .page-price__btn .btn a {
    height: 4.5rem;
    font-size: 1.4rem;
    margin: 4rem auto 0;
  }
}
.page-price__btn .btn a:hover {
  background: #f1f4ff;
  transform: translateY(-0.4rem);
  box-shadow: 0.4rem 0.4rem 1.2rem 0 rgba(12, 29, 133, 0.4) inset;
}
.page-price #fulfillment,
.page-price #shipping,
.page-price #call-center,
.page-price #digital-sagyosi {
  margin-top: -8rem;
  padding-top: 8rem;
}
@media (max-width: 768px) {
  .page-price #fulfillment,
  .page-price #shipping,
  .page-price #call-center,
  .page-price #digital-sagyosi {
    margin-top: -6rem;
    padding-top: 6rem;
  }
}
.page-issue__head {
  position: relative;
  padding-bottom: 1.6rem;
  border-bottom: 0.1rem solid #EAEAEA;
}
.page-issue__head:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 22.1rem;
  height: 0.1rem;
  background: #1D1F87;
}
@media (max-width: 768px) {
  .page-issue__head:before {
    width: 6.3rem;
  }
}
.page-issue__foot {
  position: relative;
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .page-issue__foot {
    margin-top: 2.4rem;
  }
}
.page-issue__ttl {
  font-size: clamp(22px, 2vw, 32px);
  font-weight: 700;
  line-height: 160%;
}
@media (max-width: 768px) {
  .page-issue__ttl {
    font-size: 2.2rem;
  }
}
.page-issue__purpose {
  padding: 5.6rem 0 0;
}
.page-issue__purpose .block {
  max-width: 122.4rem;
}
.page-issue__purpose-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
}
@media (max-width: 1050px) {
  .page-issue__purpose-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.8rem;
  }
}
@media (max-width: 768px) {
  .page-issue__purpose-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.page-issue__purpose-item {
  background: #F6F6F6;
}
.page-issue__purpose-link {
  display: block;
  position: relative;
  padding: 2.8rem 4.8rem 2.8rem 1.6rem;
  transition: opacity 0.3s;
}
@media (max-width: 768px) {
  .page-issue__purpose-link {
    padding: 1.2rem 5.6rem 1.2rem 1.6rem;
  }
}
.page-issue__purpose-link:hover {
  opacity: 0.7;
}
.page-issue__purpose-link .arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.6rem;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
}
@media (max-width: 768px) {
  .page-issue__purpose-link .arrow {
    width: 2.4rem;
  }
}
.page-issue__purpose-txt {
  font-size: clamp(17px, 1vw, 18px);
  font-weight: 500;
  line-height: 160%;
  text-align: center;
}
@media (max-width: 768px) {
  .page-issue__purpose-txt {
    font-size: 1.5rem;
  }
}
.page-issue__business {
  padding: 8rem 0 12rem;
}
@media (max-width: 768px) {
  .page-issue__business {
    padding: 6.1rem 0 8rem;
  }
}
.page-issue__business-list {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.page-issue__business-item {
  background: #F1F4FF;
  padding: 1.2rem 3.2rem;
}
@media (max-width: 768px) {
  .page-issue__business-item {
    padding: 2.1rem 1.2rem;
  }
}
.page-issue__business-item:nth-child(2) .page-issue__business-link, .page-issue__business-item:nth-child(3) .page-issue__business-link, .page-issue__business-item:nth-child(4) .page-issue__business-link {
  background: #4E76E4;
}
.page-issue__business-item:nth-child(1) {
  transition-delay: 0.1s;
}
.page-issue__business-item:nth-child(2) {
  transition-delay: 0.2s;
}
.page-issue__business-item:nth-child(3) {
  transition-delay: 0.3s;
}
.page-issue__business-item:nth-child(4) {
  transition-delay: 0.4s;
}
.page-issue__business-item:nth-child(5) {
  transition-delay: 0.5s;
}
.page-issue__business-item:nth-child(6) {
  transition-delay: 0.6s;
}
.page-issue__business-inner {
  width: 63%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1050px) {
  .page-issue__business-inner {
    width: 59%;
  }
}
.page-issue__business-content {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.page-issue__business-icon {
  width: 5.2rem;
}
@media (max-width: 1050px) {
  .page-issue__business-icon {
    display: none;
  }
}
.page-issue__business-txt {
  font-size: clamp(15px, 0.91vw, 16px);
  font-weight: 500;
  line-height: 180%;
}
@media (max-width: 768px) {
  .page-issue__business-txt {
    font-size: 1.3rem;
  }
}
.page-issue__business-link {
  padding: 1.2rem 1.6rem;
  background: #45B2FF;
  box-shadow: 0 1rem 2rem 0 rgba(12, 29, 133, 0.15);
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 30.4rem;
  color: #fff;
  font-size: clamp(15px, 0.91vw, 16px);
  font-weight: 700;
  line-height: 180%;
  transition: opacity 0.3s;
  text-align: center;
}
@media (max-width: 1050px) {
  .page-issue__business-link {
    flex-direction: column;
    width: auto;
    min-width: 20rem;
    padding: 0.8rem;
  }
}
@media (max-width: 768px) {
  .page-issue__business-link {
    font-size: 1.3rem;
    line-height: 130%;
    gap: 0.8rem;
    width: 55%;
    min-width: auto;
  }
}
.page-issue__business-link .arrow {
  width: 3.2rem;
}
@media (max-width: 1050px) {
  .page-issue__business-link .arrow {
    width: 2rem;
  }
}
.page-issue__business-link:hover {
  opacity: 0.7;
}
.page-issue__business-container {
  width: 32%;
  height: 95%;
  position: absolute;
  top: 1.4rem;
  right: 4rem;
  background: #1D1F87;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0 1rem 2rem 0 rgba(12, 29, 133, 0.15);
}
@media (max-width: 1050px) {
  .page-issue__business-container {
    height: 96.5%;
    width: 36%;
    top: 0.8rem;
    right: 1.2rem;
    padding: 0 1rem;
  }
}
.page-issue__business-support {
  font-size: clamp(15px, 0.91vw, 16px);
  font-weight: 500;
  color: #fff;
  line-height: 180%;
  display: block;
  text-align: center;
}
@media (max-width: 768px) {
  .page-issue__business-support {
    display: none;
  }
}
.page-issue__business-more {
  font-size: clamp(18px, 1.3vw, 22px);
  font-weight: 700;
  color: #fff;
  line-height: 180%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  margin-bottom: 2.4rem;
  transition: opacity 0.3s;
}
@media (max-width: 1050px) {
  .page-issue__business-more {
    flex-direction: column;
    gap: 0.8rem;
    margin-bottom: 1.6rem;
  }
}
@media (max-width: 768px) {
  .page-issue__business-more {
    font-size: 1.8rem;
    line-height: 130%;
    text-align: center;
  }
}
.page-issue__business-more:hover {
  opacity: 0.7;
}
.page-issue__business-more .arrow {
  width: 3.2rem;
}
@media (max-width: 1050px) {
  .page-issue__business-more .arrow {
    width: 2rem;
  }
}
.page-issue__business-img {
  width: 60%;
}
@media (max-width: 1050px) {
  .page-issue__business-img {
    width: 100%;
  }
}
.page-issue__business .btn a {
  margin: 4.8rem auto 0;
  width: 24rem;
  height: 5.6rem;
  background: #fff;
  justify-content: center;
  color: #1d1f87;
  font-size: clamp(15px, 0.91vw, 16px);
  box-shadow: 0.4rem 0.4rem 0.8rem 0 rgba(12, 29, 133, 0.4);
}
@media (max-width: 768px) {
  .page-issue__business .btn a {
    height: 4.5rem;
    font-size: 1.4rem;
    margin: 4rem auto 0;
  }
}
.page-issue__business .btn a:hover {
  background: #f1f4ff;
  transform: translateY(-0.4rem);
  box-shadow: 0.4rem 0.4rem 1.2rem 0 rgba(12, 29, 133, 0.4) inset;
}
.page-contact {
  padding: 4rem 0 8rem;
}
@media (max-width: 768px) {
  .page-contact {
    padding: 2.4rem 0 8rem;
  }
}
.page-contact .block {
  max-width: 106.4rem;
}
.page-contact__txt {
  font-size: clamp(15px, 0.91vw, 16px);
  font-weight: 500;
  line-height: 150%;
  text-align: center;
  margin-bottom: 3.2rem;
}
@media (max-width: 768px) {
  .page-contact__txt {
    font-size: 1.3rem;
    margin-bottom: 1.6rem;
  }
}
.page-contact__wrap {
  background: #F5F9FE;
  padding: 4.8rem;
}
@media (max-width: 768px) {
  .page-contact__wrap {
    padding: 3.2rem 1.6rem;
  }
}
.page-contact .cf7-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 3.2rem 0;
  border-top: 0.1rem solid #E0E4EF;
}
@media (max-width: 1050px) {
  .page-contact .cf7-row {
    flex-direction: column;
    padding: 1.6rem 0;
  }
}
.page-contact .cf7-row:first-of-type {
  border-top: none;
}
.page-contact .cf7-row:last-of-type {
  border-bottom: 0.1rem solid #E0E4EF;
}
.page-contact .cf7-label {
  width: 26%;
  font-size: clamp(17px, 1vw, 18px);
  font-weight: 700;
}
@media (max-width: 1050px) {
  .page-contact .cf7-label {
    width: 100%;
    font-size: 1.5rem;
    padding-top: 0;
    margin-bottom: 1.2rem;
  }
}
.page-contact .cf7-label p {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-contact .cf7-required {
  display: inline-block;
  background: #CB0000;
  color: #fff;
  font-size: clamp(11px, 0.45vw, 12px);
  font-weight: 700;
  padding: 0 0.4rem;
  border-radius: 0.2rem;
  line-height: 150%;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .page-contact .cf7-required {
    font-size: 1rem;
  }
}
.page-contact .cf7-field {
  width: 64%;
}
@media (max-width: 1050px) {
  .page-contact .cf7-field {
    width: 100%;
  }
}
.page-contact .cf7-field input[type=text],
.page-contact .cf7-field input[type=email],
.page-contact .cf7-field input[type=tel] {
  width: 100%;
  height: 5rem;
  padding: 0 1.6rem;
  border: 0.1rem solid #E6E6E6;
  font-size: clamp(15px, 0.91vw, 16px);
  background: #fff;
  outline: none;
  transition: border-color 0.3s;
}
.page-contact .cf7-field input[type=text]:focus,
.page-contact .cf7-field input[type=email]:focus,
.page-contact .cf7-field input[type=tel]:focus {
  border-color: #1D1F87;
}
@media (max-width: 768px) {
  .page-contact .cf7-field input[type=text],
  .page-contact .cf7-field input[type=email],
  .page-contact .cf7-field input[type=tel] {
    height: 4rem;
    font-size: 1.4rem;
  }
}
.page-contact .cf7-field textarea {
  width: 100%;
  min-height: 20rem;
  padding: 1.2rem 1.6rem;
  border: 0.1rem solid #E6E6E6;
  font-size: clamp(15px, 0.91vw, 16px);
  background: #fff;
  resize: vertical;
  outline: none;
  transition: border-color 0.3s;
}
.page-contact .cf7-field textarea:focus {
  border-color: #1D1F87;
}
@media (max-width: 768px) {
  .page-contact .cf7-field textarea {
    min-height: 24.8rem;
    font-size: 1.4rem;
  }
}
.page-contact .cf7-field .wpcf7-form-control {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem;
}
@media (max-width: 768px) {
  .page-contact .cf7-field .wpcf7-form-control {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.9rem;
  }
}
.page-contact .cf7-field .wpcf7-form-control.wpcf7-acceptance {
  display: inline-block;
}
.page-contact .cf7-field .wpcf7-list-item {
  margin: 0;
}
.page-contact .cf7-field .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  font-size: clamp(14px, 0.8vw, 15px);
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.05em;
  cursor: pointer;
}
@media (max-width: 768px) {
  .page-contact .cf7-field .wpcf7-list-item label {
    font-size: 1.3rem;
  }
}
.page-contact .cf7-field .wpcf7-list-item input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 2.4rem;
  height: 2.4rem;
  min-width: 2.4rem;
  border: 0.1rem solid #E6E6E6;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  background: #fff;
}
.page-contact .cf7-field .wpcf7-list-item input[type=radio]:checked {
  border-color: #1D1F87;
}
.page-contact .cf7-field .wpcf7-list-item input[type=radio]:checked::after {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  background: #1D1F87;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page-contact .cf7-field .wpcf7-list-item input[type=checkbox] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  width: 2.4rem !important;
  height: 2.4rem !important;
  min-width: 2.4rem;
  border: 0.1rem solid #E6E6E6 !important;
  border-radius: 0.4rem !important;
  cursor: pointer;
  position: relative;
  background: #fff !important;
}
.page-contact .cf7-field .wpcf7-list-item input[type=checkbox]:checked {
  background: #1D1F87 !important;
  border-color: #1D1F87 !important;
}
.page-contact .cf7-field .wpcf7-list-item input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 0.6rem;
  height: 1.2rem;
  border: solid #fff !important;
  border-width: 0 0.2rem 0.2rem 0 !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%) rotate(45deg);
}
.page-contact .cf7-field .wpcf7-acceptance label {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: clamp(14px, 0.8vw, 15px);
  cursor: pointer;
}
@media (max-width: 768px) {
  .page-contact .cf7-field .wpcf7-acceptance label {
    font-size: 1.3rem;
  }
}
.page-contact .cf7-field .wpcf7-acceptance input[type=checkbox] {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  width: 1.8rem;
  height: 1.8rem;
  accent-color: #1D1F87;
  cursor: pointer;
}
.page-contact .cf7-field .wpcf7-acceptance a {
  color: #4E76E4;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}
.page-contact .cf7-submit {
  margin-top: 4rem;
  text-align: center;
}
@media (max-width: 768px) {
  .page-contact .cf7-submit {
    margin-top: 1.6rem;
    padding-top: 2.4rem;
    border-top: 0.1rem solid #E0E4EF;
  }
}
.page-contact .cf7-submit p {
  position: relative;
  display: inline-block;
  width: 29.6rem;
  height: 5.6rem;
  background: linear-gradient(90deg, #4E76E4 0%, #1D1F87 100%);
  box-shadow: 0.4rem 0.4rem 1.2rem 0 rgba(12, 29, 133, 0.4);
  color: #fff;
  font-size: clamp(15px, 0.91vw, 16px);
  font-weight: 700;
  border-radius: 20rem;
  border: none;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .page-contact .cf7-submit p {
    height: 4.5rem;
    font-size: 1.4rem;
  }
}
.page-contact .cf7-submit p:hover {
  background: linear-gradient(90deg, #4e76e4 0%, #4e76e4 100%);
  transform: translateY(-0.4rem);
  box-shadow: 0.4rem 0.4rem 1.2rem 0 rgba(12, 29, 133, 0.4) inset;
}
.page-contact .cf7-submit p:after {
  content: "";
  background: url("../img/arrow02.svg") no-repeat;
  background-size: contain;
  display: block;
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 2.4rem;
}
.page-contact .cf7-submit input[type=submit] {
  display: block;
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 0 2.4rem;
  text-align: left;
}
.page-contact .wpcf7-not-valid-tip {
  color: #CC0000;
  font-size: 1.3rem;
  margin-top: 0.4rem;
}
.page-contact .wpcf7-response-output {
  text-align: center;
  margin-top: 2rem;
  padding: 1.2rem 2rem;
  border-radius: 0.4rem;
  font-size: clamp(14px, 0.8vw, 15px);
}
.page-thanks {
  padding: 4.8rem 0 12rem;
}
@media (max-width: 768px) {
  .page-thanks {
    padding: 2.4rem 0 8rem;
  }
}
.page-thanks .block {
  max-width: 110.3rem;
}
.page-thanks__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .page-thanks__wrap {
    flex-direction: column;
    gap: 1.1rem;
  }
}
.page-thanks__left {
  width: 38%;
}
@media (max-width: 768px) {
  .page-thanks__left {
    width: 18rem;
  }
}
.page-thanks__right {
  width: 50%;
}
@media (max-width: 768px) {
  .page-thanks__right {
    width: 100%;
  }
}
.page-thanks__en {
  font-size: clamp(18px, 1.3vw, 22px);
  font-weight: 500;
  line-height: 120%;
  font-family: "Afacad", sans-serif;
  display: block;
  margin-bottom: 1.6rem;
  color: #4E76E4;
}
@media (max-width: 768px) {
  .page-thanks__en {
    font-size: 1.8rem;
    margin-bottom: 0.8rem;
  }
}
.page-thanks__ttl {
  font-size: clamp(24px, 2.4vw, 36px);
  font-weight: 700;
  line-height: 160%;
  margin-bottom: 3.2rem;
  color: #1D1F87;
}
@media (max-width: 768px) {
  .page-thanks__ttl {
    font-size: 2.4rem;
  }
}
.page-thanks__txt {
  font-size: clamp(15px, 0.91vw, 16px);
  font-weight: 500;
  line-height: 200%;
}
@media (max-width: 768px) {
  .page-thanks__txt {
    font-size: 1.3rem;
  }
}
.page-thanks .btn a {
  margin: 4.8rem auto 0;
  width: 24rem;
  height: 5.6rem;
  background: #fff;
  justify-content: center;
  color: #1d1f87;
  font-size: clamp(15px, 0.91vw, 16px);
  box-shadow: 0.4rem 0.4rem 0.8rem 0 rgba(12, 29, 133, 0.4);
}
@media (max-width: 768px) {
  .page-thanks .btn a {
    height: 4.5rem;
    font-size: 1.4rem;
    margin: 4rem auto 0;
  }
}
.page-thanks .btn a:hover {
  background: #f1f4ff;
  transform: translateY(-0.4rem);
  box-shadow: 0.4rem 0.4rem 1.2rem 0 rgba(12, 29, 133, 0.4) inset;
}
.page-privacy {
  padding: 6.4rem 0 12rem;
}
@media (max-width: 768px) {
  .page-privacy {
    padding: 3.2rem 0 8rem;
  }
}
.page-privacy .block {
  max-width: 104rem;
}
.page-privacy__content h3 {
  font-size: clamp(18px, 1.3vw, 22px);
  font-weight: 700;
  line-height: 170%;
  padding-left: 1.6rem;
  border-left: 0.4rem solid #4E76E4;
  margin: 6.4rem 0 1.6rem;
}
@media (max-width: 768px) {
  .page-privacy__content h3 {
    font-size: 1.8rem;
    margin: 3.2rem 0 1.6rem;
  }
}
.page-privacy__content h4 {
  font-size: clamp(18px, 1.14vw, 20px);
  font-weight: 700;
  line-height: 170%;
  margin-bottom: 0.8rem;
}
@media (max-width: 768px) {
  .page-privacy__content h4 {
    font-size: 1.6rem;
  }
}
.page-privacy__content p {
  margin-bottom: 2.5rem;
  font-size: clamp(15px, 0.91vw, 16px);
  font-weight: 500;
  line-height: 200%;
}
@media (max-width: 768px) {
  .page-privacy__content p {
    font-size: 1.3rem;
    margin-bottom: 3.2rem;
  }
}
.page-privacy__content a {
  color: #4E76E4;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}
.page-privacy__content a:hover {
  text-decoration: none;
}
.page-privacy__content ul {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  margin-bottom: 3.2rem;
}
.page-privacy__content ul li {
  line-height: 200%;
  list-style: none;
  font-size: clamp(15px, 0.91vw, 16px);
  font-weight: 500;
  line-height: 200%;
}
@media (max-width: 768px) {
  .page-privacy__content ul li {
    font-size: 1.3rem;
  }
}
.page-privacy__content table {
  width: 100%;
  border-collapse: collapse;
}
.page-privacy__content table th,
.page-privacy__content table td {
  border: 0.1rem solid #EAEAEA;
  padding: 1.2rem 1.6rem;
  font-size: clamp(15px, 0.91vw, 16px);
  line-height: 150%;
  font-weight: 500;
  vertical-align: top;
}
@media (max-width: 768px) {
  .page-privacy__content table th,
  .page-privacy__content table td {
    padding: 0.8rem;
    font-size: 1.3rem;
  }
}
.page-privacy__content table th {
  font-weight: 700;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .page-privacy__content table th {
    width: 25%;
    white-space: nowrap;
  }
}
.page-privacy .btn {
  margin-top: 6.4rem;
}
@media (max-width: 768px) {
  .page-privacy .btn {
    margin-top: 3.2rem;
  }
}
.page-privacy .btn a {
  margin: 0 auto;
  width: 24rem;
  height: 5.6rem;
  background: #fff;
  justify-content: center;
  color: #1d1f87;
  font-size: clamp(15px, 0.91vw, 16px);
  box-shadow: 0.4rem 0.4rem 0.8rem 0 rgba(12, 29, 133, 0.4);
}
@media (max-width: 768px) {
  .page-privacy .btn a {
    height: 4.5rem;
    font-size: 1.4rem;
  }
}
.page-privacy .btn a:hover {
  background: #f1f4ff;
  transform: translateY(-0.4rem);
  box-shadow: 0.4rem 0.4rem 1.2rem 0 rgba(12, 29, 133, 0.4) inset;
}
.page-sitemap {
  padding: 4.8rem 0 12rem;
}
@media (max-width: 768px) {
  .page-sitemap {
    padding: 3.2rem 0 8rem;
  }
}
.page-sitemap .block {
  max-width: 112.4rem;
}
.page-sitemap__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem 4rem;
}
@media (max-width: 768px) {
  .page-sitemap__list {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
}
.page-sitemap__item span.page-sitemap__link:hover {
  opacity: 1;
}
.page-sitemap__link {
  border: 0.1rem solid #EAEAEA;
  background: #fff;
  padding: 1.6rem 2.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: clamp(15px, 0.91vw, 16px);
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.05em;
  border-left: 0.4rem solid #4E76E4;
  transition: opacity 0.3s;
}
@media (max-width: 768px) {
  .page-sitemap__link {
    font-size: 1.4rem;
    padding: 1.2rem 1.6rem;
  }
}
.page-sitemap__link .arrow {
  width: 1.3rem;
}
@media (max-width: 768px) {
  .page-sitemap__link .arrow {
    width: 1rem;
  }
}
.page-sitemap__link:hover {
  opacity: 0.7;
}
.page-sitemap__sublist {
  margin-top: 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
@media (max-width: 768px) {
  .page-sitemap__sublist {
    margin-top: 1.2rem;
    gap: 1.2rem;
  }
}
.page-sitemap__sublist li {
  position: relative;
}
.page-sitemap__sublist a {
  font-size: clamp(14px, 0.8vw, 15px);
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.05em;
  display: inline-flex;
  align-items: center;
  gap: 1.5rem;
}
@media (max-width: 768px) {
  .page-sitemap__sublist a {
    font-size: 1.2rem;
  }
}
.page-sitemap__sublist a span {
  border-bottom: 0.1rem solid #222222;
  transition: border-bottom 0.3s;
}
.page-sitemap__sublist a span:hover {
  border-bottom: none;
}
.page-sitemap__sublist a .arrow {
  width: 0.7rem;
}
.page-404 {
  padding: 0 0 12rem;
}
@media (max-width: 768px) {
  .page-404 {
    padding: 0 0 8rem;
  }
}
.page-404__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .page-404__flex {
    flex-direction: column;
    gap: 2.4rem;
  }
}
.page-404__img {
  width: 40%;
}
@media (max-width: 768px) {
  .page-404__img {
    width: 26rem;
  }
}
.page-404__content {
  width: 56%;
}
@media (max-width: 768px) {
  .page-404__content {
    width: 100%;
  }
}
.page-404__ttl {
  font-size: clamp(22px, 2vw, 32px);
  font-weight: 700;
  line-height: 160%;
  margin-bottom: 3.2rem;
  color: #1D1F87;
}
@media (max-width: 768px) {
  .page-404__ttl {
    font-size: 2.2rem;
    margin-bottom: 2.4rem;
  }
}
.page-404__txt {
  font-size: clamp(15px, 0.91vw, 16px);
  line-height: 200%;
  font-weight: 500;
}
@media (max-width: 768px) {
  .page-404__txt {
    font-size: 1.3rem;
  }
}
.page-404__list {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin: 2.4rem 0;
  padding-left: 2rem;
}
@media (max-width: 768px) {
  .page-404__list {
    gap: 0.5rem;
  }
}
.page-404__item {
  font-size: clamp(15px, 0.91vw, 16px);
  font-weight: 700;
  line-height: 200%;
  list-style: disc;
}
@media (max-width: 768px) {
  .page-404__item {
    font-size: 1.3rem;
  }
}
.page-404 .btn a {
  margin: 4.8rem auto 0;
  width: 24rem;
  height: 5.6rem;
  background: #fff;
  justify-content: center;
  color: #1d1f87;
  font-size: clamp(15px, 0.91vw, 16px);
  box-shadow: 0.4rem 0.4rem 0.8rem 0 rgba(12, 29, 133, 0.4);
}
@media (max-width: 768px) {
  .page-404 .btn a {
    height: 4.5rem;
    font-size: 1.4rem;
    margin: 4rem auto 0;
  }
}
.page-404 .btn a:hover {
  background: #f1f4ff;
  transform: translateY(-0.4rem);
  box-shadow: 0.4rem 0.4rem 1.2rem 0 rgba(12, 29, 133, 0.4) inset;
}

.parts-service__wrap {
  padding: 4.8rem 0 0;
  background: #fff;
}
@media (max-width: 768px) {
  .parts-service__wrap {
    padding: 2.4rem 0 0;
  }
}
.parts-service__top {
  position: relative;
  z-index: 2;
}
.parts-service__top:after {
  content: "";
  background: url("../img/parts-pc-service-bg.webp") no-repeat;
  background-size: contain;
  background-position: bottom;
  background-color: #fff;
  position: absolute;
  top: 2%;
  display: block;
  height: 100%;
  width: 100%;
  z-index: -1;
}
@media (max-width: 768px) {
  .parts-service__top:after {
    background-image: url("../img/parts-sp-service-bg.webp");
  }
}
.parts-service__top.digital-sagyosi:after {
  background: url("../img/parts-pc-service-bg02.webp") no-repeat;
  background-size: contain;
  background-position: top;
}
@media (max-width: 768px) {
  .parts-service__top.digital-sagyosi:after {
    background-image: url("../img/parts-sp-service-bg02.webp");
  }
}
.parts-service__top.digital-sagyosi .parts-service__top-solution {
  margin-top: 6rem;
}
@media (max-width: 768px) {
  .parts-service__top.digital-sagyosi .parts-service__top-solution {
    margin-top: 2.4rem;
  }
}
.parts-service__top-heading {
  position: relative;
  text-align: center;
}
.parts-service__top-en {
  font-size: clamp(72px, 11vw, 136px);
  font-weight: 500;
  line-height: 100%;
  background: linear-gradient(90deg, #f1f4ff 0%, #f5f9fe 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Afacad", sans-serif;
}
@media (max-width: 768px) {
  .parts-service__top-en {
    font-size: 6.4rem;
  }
}
.parts-service__top-desc {
  font-size: clamp(17px, 1vw, 18px);
  font-weight: 500;
  line-height: 220%;
  transform: translateY(-5.2rem);
}
@media (max-width: 768px) {
  .parts-service__top-desc {
    font-size: 1.5rem;
    transform: translateY(-3.2rem);
  }
}
.parts-service__top-desc strong {
  font-weight: 700;
  color: #1d1f87;
}
.parts-service__top-container {
  position: relative;
  text-align: center;
  margin-bottom: 12rem;
}
@media (max-width: 768px) {
  .parts-service__top-container {
    margin-bottom: 6.7rem;
  }
}
.parts-service__top-container:after {
  content: "";
  background: url("../img/arrow03.webp") no-repeat;
  background-size: contain;
  background-position: center;
  width: 16.2rem;
  height: 4.8rem;
  position: absolute;
  bottom: -7.4rem;
  right: 0;
  left: 0;
  margin: auto;
}
@media (max-width: 768px) {
  .parts-service__top-container:after {
    width: 9rem;
    height: 2.7rem;
    bottom: -4.4rem;
  }
}
.parts-service__top-ttl {
  font-size: clamp(20px, 1.8vw, 28px);
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.05em;
  text-align: center;
  display: inline-block;
  transform: translateY(3.3rem);
}
@media (max-width: 768px) {
  .parts-service__top-ttl {
    font-size: 1.8rem;
    transform: translateY(2.3rem);
  }
}
.parts-service__top-head {
  font-size: clamp(20px, 1.8vw, 28px);
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.05em;
  background: linear-gradient(90deg, #4e76e4 0%, #1d1f87 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media (max-width: 768px) {
  .parts-service__top-head {
    font-size: 1.8rem;
  }
}
.parts-service__top-foot {
  position: relative;
  display: block;
  padding: 0.6rem 2.4rem;
  background: url("../img/p-fulfillment-bar.webp") no-repeat;
  background-size: contain;
  background-position: center;
  margin-top: 0.8rem;
}
.parts-service__top-foot span {
  background: linear-gradient(90deg, #4e76e4 0%, #1d1f87 100%);
  color: #fff;
  padding: 0 0.8rem;
  margin: 0 0.8rem;
  font-size: clamp(26px, 2.7vw, 40px);
}
@media (max-width: 768px) {
  .parts-service__top-foot span {
    font-size: 2.4rem;
    padding: 0 0.6rem;
    margin: 0 0.4rem;
  }
}
.parts-service__top-flex {
  background: #f6f6f6;
  display: flex;
  justify-content: space-between;
  padding: 6% 8% 3%;
}
@media (max-width: 768px) {
  .parts-service__top-flex {
    flex-direction: column-reverse;
    gap: 1.6rem;
    padding: 4.8rem 2.5rem 3.2rem;
  }
}
.parts-service__top-content {
  width: 65%;
}
@media (max-width: 768px) {
  .parts-service__top-content {
    width: 100%;
  }
}
.parts-service__top-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.4rem;
}
@media (max-width: 768px) {
  .parts-service__top-list {
    gap: 1.2rem;
  }
}
.parts-service__top-item {
  width: calc(50% - 1.2rem);
  filter: drop-shadow(0 1rem 1rem rgba(0, 0, 0, 0.1));
}
@media (max-width: 768px) {
  .parts-service__top-item {
    width: 100%;
  }
}
.parts-service__top-inner {
  clip-path: polygon(2rem 0, 100% 0, 100% calc(100% - 2rem), calc(100% - 2rem) 100%, 0 100%, 0 2rem);
  padding: 2rem 2.4rem 2.1rem 2.9rem;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media (max-width: 768px) {
  .parts-service__top-inner {
    padding: 2.2rem 0;
  }
}
.parts-service__top-txt {
  font-size: clamp(15px, 0.91vw, 16px);
  font-weight: 500;
  line-height: 180%;
}
@media (max-width: 768px) {
  .parts-service__top-txt {
    font-size: 1.4rem;
  }
}
.parts-service__top-txt strong {
  font-weight: 700;
  color: #1d1f87;
  background: #f1f4ff;
}
.parts-service__top-img {
  width: 30%;
}
@media (max-width: 768px) {
  .parts-service__top-img {
    width: 13.6rem;
    margin: auto;
  }
}
.parts-service__top-solution {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .parts-service__top-solution {
    flex-direction: column;
    gap: 2.4rem;
  }
}
.parts-service__top-left {
  width: 42%;
}
@media (max-width: 768px) {
  .parts-service__top-left {
    width: 100%;
  }
}
.parts-service__top-left img {
  box-shadow: 1rem 1rem 3rem 0 rgba(74, 113, 255, 0.2);
}
.parts-service__top-right {
  width: 50%;
}
@media (max-width: 768px) {
  .parts-service__top-right {
    width: 100%;
  }
}
.parts-service__top-right img {
  box-shadow: 1rem 1rem 3rem 0 rgba(74, 113, 255, 0.2);
}
.parts-service__top-secondary {
  font-size: clamp(15px, 0.91vw, 16px);
  font-weight: 500;
  line-height: 130%;
  color: #1d1f87;
  display: flex;
  align-items: center;
  margin-bottom: 1.6rem;
}
@media (max-width: 768px) {
  .parts-service__top-secondary {
    font-size: 1.3rem;
  }
}
.parts-service__top-secondary:after {
  content: "";
  width: 8rem;
  height: 0.1rem;
  background: #999ad6;
  margin-left: 1.6rem;
}
.parts-service__top-sbttl {
  font-size: clamp(24px, 2.4vw, 36px);
  font-weight: 700;
  line-height: 150%;
  background: linear-gradient(90deg, #4e76e4 0%, #1d1f87 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 3.2rem;
}
@media (max-width: 768px) {
  .parts-service__top-sbttl {
    font-size: 2.4rem;
    margin-bottom: 1.6rem;
  }
}
.parts-service__top-sbtxt {
  font-size: clamp(15px, 0.91vw, 16px);
  font-weight: 500;
  line-height: 200%;
}
@media (max-width: 768px) {
  .parts-service__top-sbtxt {
    font-size: 1.3rem;
  }
}
.parts-service__top-caption {
  max-width: 95rem;
  margin: 12rem auto 0;
}
@media (max-width: 768px) {
  .parts-service__top-caption {
    width: 34.8rem;
    margin: 2.4rem auto 0;
  }
}
.parts-service__top-purpose {
  margin-top: 8rem;
  padding-bottom: 8rem;
}
@media (max-width: 768px) {
  .parts-service__top-purpose {
    margin-top: 4.8rem;
    padding-bottom: 4.8rem;
  }
}
.parts-service__top-sbheading {
  text-align: center;
}
.parts-service__top-sbheading h3 {
  position: relative;
  font-size: clamp(22px, 2vw, 32px);
  font-weight: 700;
  line-height: 160%;
  margin-bottom: 2.4rem;
  padding-left: 4rem;
  display: inline-block;
}
@media (max-width: 768px) {
  .parts-service__top-sbheading h3 {
    font-size: 2.2rem;
    margin-bottom: 0.8rem;
  }
}
.parts-service__top-sbheading h3:before {
  content: "";
  position: absolute;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 3.2rem;
  height: 3.2rem;
  background: url("../img/chip.svg") no-repeat center center;
  background-size: contain;
  z-index: 1;
}
.parts-service__top-sbheading p {
  font-size: clamp(15px, 0.91vw, 16px);
  font-weight: 500;
  line-height: 200%;
}
@media (max-width: 768px) {
  .parts-service__top-sbheading p {
    font-size: 1.3rem;
  }
}
.parts-service__top-sblist {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5.7rem 2.4rem;
  margin-top: 7.3rem;
}
@media (max-width: 768px) {
  .parts-service__top-sblist {
    grid-template-columns: repeat(1, 1fr);
    gap: 3.9rem;
    margin-top: 6.3rem;
  }
}
.parts-service__top-sbitem {
  position: relative;
  display: flex;
  flex-direction: column;
}
.parts-service__top-sbhead {
  background: linear-gradient(90deg, #4e76e4 0%, #1d1f87 100%);
  padding: 4rem 0 1.2rem;
  text-align: center;
  position: relative;
}
@media (max-width: 768px) {
  .parts-service__top-sbhead {
    adding: 3.2rem 0 1.2rem;
  }
}
.parts-service__top-icon {
  width: 7rem;
  position: absolute;
  top: -4.1rem;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 768px) {
  .parts-service__top-icon {
    width: 4.8rem;
    top: -2.3rem;
  }
}
.parts-service__top-semittl {
  font-size: clamp(18px, 1.5vw, 24px);
  font-weight: 700;
  line-height: 160%;
  color: #fff;
}
@media (max-width: 768px) {
  .parts-service__top-semittl {
    font-size: 2rem;
  }
}
.parts-service__top-sbfoot {
  padding: 2.4rem 3.2rem;
  background: #f5f9fe;
  flex-grow: 1;
  position: relative;
}
@media (max-width: 768px) {
  .parts-service__top-sbfoot {
    padding: 1.6rem;
  }
}
.parts-service__top-sbfoot h4 {
  font-size: clamp(18px, 1.14vw, 20px);
  font-weight: 700;
  line-height: 160%;
  color: #1d1f87;
  margin-bottom: 1.2rem;
  text-align: center;
}
@media (max-width: 768px) {
  .parts-service__top-sbfoot h4 {
    font-size: 1.6rem;
    margin-bottom: 0.8rem;
  }
}
.parts-service__top-sbfoot p {
  font-size: clamp(14px, 0.8vw, 15px);
  font-weight: 500;
  line-height: 200%;
}
@media (max-width: 768px) {
  .parts-service__top-sbfoot p {
    font-size: 1.2rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.parts-service__top-sbfoot::after {
  display: none;
}
@media (max-width: 768px) {
  .parts-service__top-sbfoot::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4.6rem;
    background: rgba(245, 249, 254, 0.5);
    pointer-events: none;
  }
}
.parts-service__top-sbfoot.is-expanded::after {
  display: none;
}
@media (max-width: 768px) {
  .parts-service__top-sbfoot.is-expanded p {
    -webkit-line-clamp: unset;
    overflow: visible;
  }
}
.parts-service__top-sbmore {
  display: none;
}
@media (max-width: 768px) {
  .parts-service__top-sbmore {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    background: #ebf4ff;
    border-radius: 20rem;
    color: #1d1f87;
    font-size: 1.3rem;
    font-weight: 700;
    cursor: pointer;
    border: none;
    box-shadow: 0.4rem 0.4rem 0.8rem 0 rgba(12, 29, 133, 0.4);
    width: 24rem;
    height: 3.6rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.5rem;
    margin: auto;
    z-index: 2;
  }
  .parts-service__top-sbmore .arrow {
    transition: transform 0.3s ease;
    width: 1.9rem;
  }
  .parts-service__top-sbmore.is-active .arrow {
    transform: rotate(180deg);
  }
}
.parts-service__concept {
  background: linear-gradient(90deg, #4e76e4 0%, #1d1f87 100%);
}
.parts-service__reason {
  background: linear-gradient(90deg, #4e76e4 0%, #1d1f87 100%);
  clip-path: polygon(0 0, 30rem 0, 38rem 3rem, 100% 3rem, 100% 100%, 0 100%);
  padding: 9.3rem 0 6.2rem;
  position: relative;
  z-index: 3;
}
@media (max-width: 768px) {
  .parts-service__reason {
    padding: 4.8rem 0 3.1rem;
    clip-path: polygon(0 0, 100px 0, 14rem 3rem, 100% 3rem, 100% 100%, 0 100%);
  }
}
.parts-service__reason .block {
  max-width: 136rem;
}
.parts-service__reason .heading {
  text-align: center;
}
.parts-service__reason-list {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  margin: 3.2rem 0 4.8rem;
}
@media (max-width: 768px) {
  .parts-service__reason-list {
    gap: 1.6rem;
    margin: 2.4rem 0;
  }
}
.parts-service__reason-item {
  background: #fff;
  padding: 4.8rem 6.8rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .parts-service__reason-item {
    padding: 1.6rem;
    flex-direction: column;
    gap: 1.6rem;
  }
}
.parts-service__reason-content {
  width: 58%;
}
@media (max-width: 768px) {
  .parts-service__reason-content {
    width: 100%;
  }
}
.parts-service__reason-head {
  position: relative;
  border-bottom: 0.1rem solid #eaeaea;
  padding-bottom: 3.2rem;
  margin-bottom: 3.2rem;
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
@media (max-width: 768px) {
  .parts-service__reason-head {
    gap: 1.2rem;
    padding-bottom: 1.6rem;
    margin-bottom: 1.6rem;
  }
}
.parts-service__reason-head:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 18.8rem;
  height: 0.1rem;
  background: #1d1f87;
}
@media (max-width: 768px) {
  .parts-service__reason-head:before {
    width: 8.8rem;
  }
}
.parts-service__reason-num {
  width: 9.1rem;
}
@media (max-width: 768px) {
  .parts-service__reason-num {
    width: 5.2rem;
  }
}
.parts-service__reason-ttl {
  font-size: clamp(24px, 2.4vw, 36px);
  font-weight: 700;
  line-height: 150%;
}
@media (max-width: 768px) {
  .parts-service__reason-ttl {
    font-size: 1.8rem;
  }
}
.parts-service__reason-txt {
  font-size: clamp(15px, 0.91vw, 16px);
  font-weight: 500;
  line-height: 200%;
}
@media (max-width: 768px) {
  .parts-service__reason-txt {
    font-size: 1.3rem;
  }
}
.parts-service__reason-img {
  width: 37%;
}
@media (max-width: 768px) {
  .parts-service__reason-img {
    width: 28.4rem;
    margin: auto;
  }
}
.parts-service__case {
  position: relative;
  padding: 7.2rem 0 0;
}
.parts-service__case:before {
  content: "";
  background: url("../img/t-pc-case-bg.webp") no-repeat;
  background-size: cover;
  background-position: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.parts-service__compare {
  background: url("../img/service-pc-compare-bg.webp") no-repeat;
  background-size: cover;
  background-position: top;
  background-color: #fff;
  clip-path: polygon(0 0, 64% 0, 68% 3rem, 100% 3rem, 100% 100%, 0 100%);
  padding: 9rem 0 8rem;
}
@media (max-width: 768px) {
  .parts-service__compare {
    background: url("../img/service-sp-compare-bg.webp") no-repeat;
    background-size: cover;
    background-position: top;
    background-color: #fff;
    padding: 4rem 0;
    clip-path: polygon(0 0, 100px 0, 14rem 3rem, 100% 3rem, 100% 100%, 0 100%);
  }
}
.parts-service__compare .block {
  max-width: 101.6rem;
}
.parts-service__compare .heading {
  text-align: center;
}
.parts-service__compare .heading h2 {
  background: linear-gradient(90deg, #4e76e4 0%, #1d1f87 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.parts-service__compare .heading span {
  color: #222222;
}
.parts-service__compare-desc {
  font-size: clamp(15px, 0.91vw, 16px);
  font-weight: 500;
  line-height: 200%;
  margin-top: 3.2rem;
}
@media (max-width: 768px) {
  .parts-service__compare-desc {
    font-size: 1.3rem;
    margin-top: 2.4rem;
  }
}
.parts-service__compare-table {
  margin-top: 8.5rem;
}
@media (max-width: 768px) {
  .parts-service__compare-table {
    margin-top: 3.3rem;
  }
}
.parts-service__compare-table--shipping .parts-service__compare-table__label-head {
  width: 21.8rem;
}
@media (max-width: 768px) {
  .parts-service__compare-table--shipping .parts-service__compare-table__label-head {
    width: 10.4rem;
  }
}
.parts-service__compare-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
}
.parts-service__compare-table thead th {
  font-size: clamp(15px, 0.91vw, 16px);
  line-height: 160%;
  font-weight: 700;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .parts-service__compare-table thead th {
    font-size: 1.3rem;
  }
}
.parts-service__compare-table__label-head {
  width: 12%;
}
@media (max-width: 768px) {
  .parts-service__compare-table__label-head {
    width: 6rem;
  }
}
.parts-service__compare-table__ours {
  width: 44%;
  background: linear-gradient(90deg, #4e76e4 0%, #1d1f87 100%);
  color: #fff;
  position: relative;
  z-index: 2;
}
.parts-service__compare-table__ours:before {
  content: "";
  position: absolute;
  top: -3.7rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 11.4rem;
  background: linear-gradient(90deg, #4e76e4 0%, #1d1f87 100%);
  z-index: -1;
}
@media (max-width: 768px) {
  .parts-service__compare-table__ours:before {
    top: -1.3rem;
    height: 9rem;
  }
}
.parts-service__compare-table__ours-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 2.4rem;
}
@media (max-width: 768px) {
  .parts-service__compare-table__ours-inner {
    padding-bottom: 1.2rem;
  }
}
.parts-service__compare-table__ours-logo {
  width: 21.6rem;
}
@media (max-width: 768px) {
  .parts-service__compare-table__ours-logo {
    width: 12rem;
    margin-bottom: 0.6rem;
  }
}
.parts-service__compare-table__logo {
  height: 3.2rem;
  width: auto;
}
.parts-service__compare-table__others {
  width: 40%;
  background: #505050;
}
.parts-service__compare-table tbody tr {
  border-bottom: 0.1rem solid #e6e6e6;
}
.parts-service__compare-table__label {
  font-size: clamp(14px, 0.8vw, 15px);
  font-weight: 500;
  line-height: 160%;
  text-align: center;
  background: #fcfcfc;
  border-bottom: 0.1rem solid #eaeaea;
  border-left: 0.1rem solid #eaeaea;
}
@media (max-width: 768px) {
  .parts-service__compare-table__label {
    font-size: 1.2rem;
  }
}
.parts-service__compare-table__label.top {
  border-top: 0.1rem solid #eaeaea;
}
.parts-service__compare-table__cell {
  text-align: center;
  vertical-align: middle;
}
.parts-service__compare-table__cell--ours {
  position: relative;
  background: linear-gradient(90deg, #4e76e4 0%, #1d1f87 100%);
  box-shadow: 1rem 1rem 2rem rgba(59, 74, 129, 0.2);
  font-size: clamp(14px, 0.8vw, 15px);
  font-weight: 500;
  line-height: 160%;
}
@media (max-width: 768px) {
  .parts-service__compare-table__cell--ours {
    font-size: 1.2rem;
  }
}
.parts-service__compare-table__cell--ours.bottom .parts-service__compare-table__cell-inner {
  margin: 0 0.6rem 0.6rem;
}
.parts-service__compare-table__cell--others {
  background: #fff;
  border-bottom: 0.1rem solid #eaeaea;
  border-right: 0.1rem solid #eaeaea;
  font-size: clamp(14px, 0.8vw, 15px);
  font-weight: 500;
  line-height: 160%;
}
@media (max-width: 768px) {
  .parts-service__compare-table__cell--others {
    font-size: 1.2rem;
  }
}
.parts-service__compare-table__cell-inner {
  background: #f1f4ff;
  padding: 1.6rem 0;
  margin: 0 0.6rem;
  border-bottom: 0.1rem solid #c8d4ff;
}
.parts-service__compare-table__highlight {
  color: #1d1f87;
}
.parts-service__compare-table__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  margin: 0 auto 0.2rem;
}
@media (max-width: 768px) {
  .parts-service__compare-table__icon {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.parts-service__compare-table__icon--double {
  border: 0.3rem solid #4e76e4;
}
@media (max-width: 768px) {
  .parts-service__compare-table__icon--double {
    border: 0.2rem solid #4e76e4;
  }
}
.parts-service__compare-table__icon--double::after {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  border: 0.3rem solid #4e76e4;
}
@media (max-width: 768px) {
  .parts-service__compare-table__icon--double::after {
    width: 0.8rem;
    height: 0.8rem;
    border: 0.2rem solid #4e76e4;
  }
}
.parts-service__compare-table__icon--normal {
  border: 0.3rem solid #505050;
}
@media (max-width: 768px) {
  .parts-service__compare-table__icon--normal {
    border: 0.2rem solid #505050;
  }
}
.parts-service__compare-table__icon--normal::after {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  border: 0.3rem solid #505050;
}
@media (max-width: 768px) {
  .parts-service__compare-table__icon--normal::after {
    width: 0.8rem;
    height: 0.8rem;
    border: 0.2rem solid #505050;
  }
}
.parts-service__compare-table__icon--single {
  border: 0.3rem solid #505050;
}
@media (max-width: 768px) {
  .parts-service__compare-table__icon--single {
    border: 0.2rem solid #505050;
    margin-bottom: 0.4rem;
  }
}
.parts-service__compare-table__icon--triangle {
  width: 0;
  height: 0;
  border: none;
  border-radius: 0;
  border-left: 1.8rem solid transparent;
  border-right: 1.8rem solid transparent;
  border-bottom: 3.2rem solid #505050;
  position: relative;
  margin-bottom: 0.2rem;
}
@media (max-width: 768px) {
  .parts-service__compare-table__icon--triangle {
    margin-bottom: 0.4rem;
    border-left: 1.2rem solid transparent;
    border-right: 1.2rem solid transparent;
    border-bottom: 2.3rem solid #505050;
  }
}
.parts-service__compare-table__icon--triangle::after {
  content: "";
  position: absolute;
  top: 0.6rem;
  border-left: 1.3rem solid transparent;
  border-right: 1.3rem solid transparent;
  border-bottom: 2.3rem solid #f8f8f8;
}
@media (max-width: 768px) {
  .parts-service__compare-table__icon--triangle::after {
    top: 0.5rem;
    border-left: 0.7rem solid transparent;
    border-right: 0.7rem solid transparent;
    border-bottom: 1.5rem solid #f8f8f8;
  }
}
.parts-service__compare-table__icon--single-blue {
  border: 0.3rem solid #4e76e4;
}
@media (max-width: 768px) {
  .parts-service__compare-table__icon--single-blue {
    border: 0.2rem solid #4e76e4;
  }
}
.parts-service__compare-table__icon--triangle-blue {
  width: 0;
  height: 0;
  border: none;
  border-radius: 0;
  border-left: 1.8rem solid transparent;
  border-right: 1.8rem solid transparent;
  border-bottom: 3.2rem solid #4e76e4;
  position: relative;
  margin-bottom: 0.2rem;
}
@media (max-width: 768px) {
  .parts-service__compare-table__icon--triangle-blue {
    border-left: 1.2rem solid transparent;
    border-right: 1.2rem solid transparent;
    border-bottom: 2.3rem solid #4e76e4;
  }
}
.parts-service__compare-table__icon--triangle-blue::after {
  content: "";
  position: absolute;
  top: 0.6rem;
  border-left: 1.3rem solid transparent;
  border-right: 1.3rem solid transparent;
  border-bottom: 2.3rem solid #fff;
}
@media (max-width: 768px) {
  .parts-service__compare-table__icon--triangle-blue::after {
    top: 0.5rem;
    border-left: 0.7rem solid transparent;
    border-right: 0.7rem solid transparent;
    border-bottom: 1.5rem solid #fff;
  }
}
.parts-service__compare-table__icon--cross {
  width: 3.2rem;
  height: 3.2rem;
  border: none;
  border-radius: 0;
  position: relative;
  margin: 0 auto 0.2rem;
}
@media (max-width: 768px) {
  .parts-service__compare-table__icon--cross {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.parts-service__compare-table__icon--cross::before, .parts-service__compare-table__icon--cross::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3.2rem;
  height: 0.3rem;
  background: #4e76e4;
}
@media (max-width: 768px) {
  .parts-service__compare-table__icon--cross::before, .parts-service__compare-table__icon--cross::after {
    width: 2.4rem;
    height: 0.2rem;
  }
}
.parts-service__compare-table__icon--cross::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.parts-service__compare-table__icon--cross::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.parts-service__compare-table__highlight--blue {
  color: #1d1f87;
  font-weight: 700;
}
.parts-service__compare-table--shipping .parts-service__compare-table__shipping-col {
  width: 44%;
  background: linear-gradient(90deg, #4e76e4 0%, #1d1f87 100%);
  color: #fff;
  padding: 1.2rem 0;
  font-size: clamp(18px, 1.14vw, 20px);
  font-weight: 700;
  line-height: 160%;
}
@media (max-width: 768px) {
  .parts-service__compare-table--shipping .parts-service__compare-table__shipping-col {
    font-size: 1.3rem;
    padding: 1.2rem 0;
  }
}
.parts-service__compare-table--shipping .parts-service__compare-table__fulfillment-col {
  width: 44%;
  background: linear-gradient(297deg, #1a78e4 1.9%, #00c8ff 99.02%);
  color: #fff;
  padding: 1.2rem 0;
  font-size: clamp(18px, 1.14vw, 20px);
  font-weight: 700;
  line-height: 160%;
}
@media (max-width: 768px) {
  .parts-service__compare-table--shipping .parts-service__compare-table__fulfillment-col {
    font-size: 1.3rem;
    padding: 1.2rem 0;
  }
}
.parts-service__compare-table--shipping .parts-service__compare-table__col-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
}
@media (max-width: 768px) {
  .parts-service__compare-table--shipping .parts-service__compare-table__col-inner {
    flex-direction: column;
    gap: 0;
  }
}
.parts-service__compare-table--shipping .parts-service__compare-table__col-icon {
  width: 4.8rem;
}
@media (max-width: 768px) {
  .parts-service__compare-table--shipping .parts-service__compare-table__col-icon {
    width: 3.2rem;
  }
}
.parts-service__compare-table--shipping .parts-service__compare-table__cell--shipping,
.parts-service__compare-table--shipping .parts-service__compare-table__cell--fulfillment {
  text-align: center;
  vertical-align: middle;
  padding: 1.6rem;
}
@media (max-width: 768px) {
  .parts-service__compare-table--shipping .parts-service__compare-table__cell--shipping,
  .parts-service__compare-table--shipping .parts-service__compare-table__cell--fulfillment {
    padding: 1.2rem 0.6rem;
  }
}
.parts-service__compare-table--shipping .parts-service__compare-table__cell--shipping p,
.parts-service__compare-table--shipping .parts-service__compare-table__cell--fulfillment p {
  font-size: clamp(14px, 0.8vw, 15px);
  font-weight: 500;
  line-height: 160%;
}
@media (max-width: 768px) {
  .parts-service__compare-table--shipping .parts-service__compare-table__cell--shipping p,
  .parts-service__compare-table--shipping .parts-service__compare-table__cell--fulfillment p {
    font-size: 1.2rem;
  }
}
.parts-service__compare-table--shipping .parts-service__compare-table__cell--shipping {
  background: #f1f4ff;
  border-bottom: 0.1rem solid #c8d4ff;
}
.parts-service__compare-table--shipping .parts-service__compare-table__cell--fulfillment {
  background: #f5f9fe;
  border-bottom: 0.1rem solid #c8d4ff;
}
.parts-service__compare-table--shipping .parts-service__compare-table__cell--fulfillment .parts-service__compare-table__highlight--blue {
  color: #0095ff;
}
.parts-service__compare-table--shipping .parts-service__compare-table__cell--fulfillment .parts-service__compare-table__icon--double {
  border: 0.3rem solid #0095ff;
}
.parts-service__compare-table--shipping .parts-service__compare-table__cell--fulfillment .parts-service__compare-table__icon--double:after {
  border: 0.3rem solid #0095ff;
}
.parts-service__business {
  padding: 8rem 0 0;
  background: #f5f9fe;
}
@media (max-width: 768px) {
  .parts-service__business {
    padding: 4rem 0 0;
  }
}
.parts-service__business.call {
  clip-path: polygon(0 0, 64% 0, 68% 3rem, 100% 3rem, 100% 100%, 0 100%);
}
.parts-service__business-wrap {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media (max-width: 768px) {
  .parts-service__business-wrap {
    gap: 1.6rem;
  }
}
.parts-service__business-heading {
  margin-bottom: 2.4rem;
}
.parts-service__business-en {
  font-size: clamp(15px, 0.91vw, 16px);
  font-weight: 500;
  line-height: 130%;
  font-family: "Afacad", sans-serif;
  display: flex;
  align-items: center;
  color: #1d1f87;
  margin-bottom: 1.6rem;
}
.parts-service__business-en::after {
  content: "";
  width: 8rem;
  height: 0.1rem;
  background: #999ad6;
  margin-left: 1.6rem;
}
@media (max-width: 768px) {
  .parts-service__business-en {
    font-size: 1.3rem;
    margin-bottom: 1.6rem;
  }
}
.parts-service__business-ttl {
  font-size: clamp(24px, 2.4vw, 36px);
  font-weight: 700;
  line-height: 150%;
  background: linear-gradient(90deg, #4e76e4 0%, #1d1f87 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 768px) {
  .parts-service__business-ttl {
    font-size: 2.4rem;
  }
}
.parts-service__business-caption {
  max-width: 115rem;
  width: 90%;
  margin: 2.4rem auto;
}
@media (max-width: 768px) {
  .parts-service__business-caption {
    width: 34.8rem;
  }
}
.parts-service__business-group {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media (max-width: 768px) {
  .parts-service__business-group {
    gap: 1.6rem;
  }
}
.parts-service__business-group .parts-service__tour-container {
  margin: 0 auto;
}
.parts-service__business-container {
  background: #fff;
  padding: 4.8rem;
}
@media (max-width: 768px) {
  .parts-service__business-container {
    padding: 1.6rem 1.2rem;
  }
}
.parts-service__business-sbttl {
  position: relative;
  font-size: clamp(22px, 2vw, 32px);
  font-weight: 700;
  line-height: 160%;
  margin-bottom: 2.4rem;
  padding-left: 4rem;
}
@media (max-width: 768px) {
  .parts-service__business-sbttl {
    font-size: 2rem;
    margin-bottom: 1.2rem;
  }
}
.parts-service__business-sbttl:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 3.2rem;
  height: 3.2rem;
  background: url("../img/chip.svg") no-repeat center center;
  background-size: contain;
  z-index: 1;
}
@media (max-width: 768px) {
  .parts-service__business-sbttl:before {
    bottom: auto;
  }
}
.parts-service__business-desc {
  font-size: clamp(15px, 0.91vw, 16px);
  font-weight: 500;
  line-height: 160%;
  margin-bottom: 2.4rem;
}
@media (max-width: 768px) {
  .parts-service__business-desc {
    margin-bottom: 1.2rem;
  }
}
.parts-service__business-list {
  border-top: 0.1rem solid #eaeaea;
}
.parts-service__business-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem;
  border-bottom: 0.1rem solid #eaeaea;
}
@media (max-width: 768px) {
  .parts-service__business-item {
    flex-direction: column;
    gap: 0.8rem;
    padding: 1.2rem 0;
  }
}
.parts-service__business-item:nth-child(1) {
  transition-delay: 0.1s;
}
.parts-service__business-item:nth-child(2) {
  transition-delay: 0.2s;
}
.parts-service__business-item:nth-child(3) {
  transition-delay: 0.3s;
}
.parts-service__business-item:nth-child(4) {
  transition-delay: 0.4s;
}
.parts-service__business-item:nth-child(5) {
  transition-delay: 0.5s;
}
.parts-service__business-left {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  min-width: 19%;
  padding-right: 2%;
}
@media (max-width: 768px) {
  .parts-service__business-left {
    width: 100%;
    justify-content: center;
  }
}
.parts-service__business-lead {
  font-size: clamp(18px, 1.3vw, 22px);
  font-weight: 700;
  line-height: 150%;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .parts-service__business-lead {
    font-size: 1.6rem;
  }
}
.parts-service__business-icon {
  width: 9.6rem;
}
@media (max-width: 768px) {
  .parts-service__business-icon {
    width: 8rem;
  }
}
.parts-service__business-right {
  width: 76%;
}
@media (max-width: 768px) {
  .parts-service__business-right {
    width: 100%;
  }
}
.parts-service__business-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}
@media (max-width: 768px) {
  .parts-service__business-menu {
    gap: 0.4rem;
  }
}
.parts-service__business-unit {
  display: flex;
  align-items: center;
  padding: 1.6rem;
  gap: 2rem;
  background: #f1f4ff;
}
@media (max-width: 768px) {
  .parts-service__business-unit {
    justify-content: space-between;
    width: 100%;
    padding: 0.8rem 1.6rem;
    gap: 0;
  }
}
.parts-service__business-unit span {
  color: #1d1f87;
  font-size: clamp(14px, 0.8vw, 15px);
  font-weight: 700;
  line-height: 150%;
}
@media (max-width: 768px) {
  .parts-service__business-unit span {
    font-size: 1.2rem;
    width: 28%;
    border-right: 0.1rem solid #eaeaea;
    padding-right: 4%;
    margin-right: 2%;
    white-space: nowrap;
    height: 100%;
    display: flex;
    align-items: center;
  }
}
.parts-service__business-unit p {
  font-size: clamp(12px, 0.55vw, 13px);
  font-weight: 500;
  line-height: 180%;
}
@media (max-width: 768px) {
  .parts-service__business-unit p {
    font-size: 1.3rem;
    width: 68%;
  }
}
.parts-service__business-flex {
  display: flex;
  justify-content: space-between;
  gap: 2.4rem;
}
@media (max-width: 768px) {
  .parts-service__business-flex {
    flex-direction: column;
    gap: 1.2rem;
  }
}
.parts-service__business-box {
  border: 0.1rem solid #f1f4ff;
}
.parts-service__business-head {
  background: #f1f4ff;
  padding: 0.8rem 0;
  text-align: center;
}
@media (max-width: 768px) {
  .parts-service__business-head {
    padding: 0.4rem 0;
  }
}
.parts-service__business-head h4 {
  font-size: clamp(18px, 1.14vw, 20px);
  font-weight: 700;
  line-height: 150%;
}
@media (max-width: 768px) {
  .parts-service__business-head h4 {
    font-size: 1.6rem;
  }
}
.parts-service__business-foot img {
  width: 78%;
  margin: 1.2rem auto;
}
@media (max-width: 768px) {
  .parts-service__business-foot img {
    width: 29.2rem;
    margin: 0.4rem auto;
  }
}
.parts-service__cc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.6rem;
}
@media (max-width: 768px) {
  .parts-service__cc-grid {
    grid-template-columns: 1fr;
    gap: 0.4rem;
  }
}
.parts-service__cc-grid-item {
  padding: 2.4rem;
  background: #f1f4ff;
}
@media (max-width: 768px) {
  .parts-service__cc-grid-item {
    padding: 1.2rem;
  }
}
.parts-service__cc-grid-item h4 {
  font-size: clamp(15px, 0.91vw, 16px);
  font-weight: 700;
  line-height: 160%;
  margin-bottom: 0.8rem;
  color: #1d1f87;
}
@media (max-width: 768px) {
  .parts-service__cc-grid-item h4 {
    font-size: 1.3rem;
    margin-bottom: 0.2rem;
  }
}
.parts-service__cc-grid-item p {
  font-size: clamp(13px, 0.68vw, 14px);
  font-weight: 500;
  line-height: 180%;
  color: #555;
}
@media (max-width: 768px) {
  .parts-service__cc-grid-item p {
    font-size: 1.2rem;
  }
}
.parts-service__cc-option {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem;
}
@media (max-width: 768px) {
  .parts-service__cc-option {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.8rem;
  }
}
.parts-service__cc-option li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  padding: 1.6rem 0;
  border: 0.1rem solid #eaeaea;
}
@media (max-width: 768px) {
  .parts-service__cc-option li {
    padding: 1.2rem;
    justify-content: left;
    gap: 0.8rem;
    padding: 0.8rem 1.6rem;
  }
}
.parts-service__cc-option li::before {
  content: "";
  flex-shrink: 0;
  width: 2.8rem;
  height: 2.8rem;
  background: url("../img/check.webp") no-repeat;
  background-size: contain;
}
.parts-service__cc-option li span {
  font-size: clamp(14px, 0.8vw, 15px);
  font-weight: 500;
  line-height: 150%;
}
@media (max-width: 768px) {
  .parts-service__cc-option li span {
    font-size: 1.3rem;
  }
}
.parts-service__tour {
  background: #f5f9fe;
  padding: 8rem 0 7.2rem;
}
@media (max-width: 768px) {
  .parts-service__tour {
    padding: 4rem 0;
  }
}
.parts-service__tour .heading h2 {
  background: linear-gradient(90deg, #4e76e4 0%, #1d1f87 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.parts-service__tour .heading span {
  color: #222222;
}
.parts-service__tour-wrap {
  display: flex;
  position: relative;
  margin-top: 3.2rem;
}
@media (max-width: 768px) {
  .parts-service__tour-wrap {
    flex-direction: column;
    margin-top: 2.4rem;
  }
}
.parts-service__tour-img {
  width: 49%;
  position: relative;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  .parts-service__tour-img {
    width: 34.8rem;
  }
}
.parts-service__tour-content {
  width: 56%;
  background: linear-gradient(90deg, #4e76e4 0%, #1d1f87 100%);
  padding: 4.9rem 0;
  margin-left: auto;
  margin-top: 5.6rem;
}
@media (max-width: 768px) {
  .parts-service__tour-content {
    width: 91%;
    margin-top: 20.9rem;
  }
}
.parts-service__tour-box {
  width: 64%;
  margin: auto;
}
@media (max-width: 768px) {
  .parts-service__tour-box {
    width: 88%;
  }
}
.parts-service__tour-en {
  font-size: clamp(15px, 0.91vw, 16px);
  font-weight: 500;
  line-height: 130%;
  font-family: "Afacad", sans-serif;
  display: flex;
  align-items: center;
  color: #fff;
  margin-bottom: 1.6rem;
}
@media (max-width: 768px) {
  .parts-service__tour-en {
    font-size: 1.3rem;
    margin-bottom: 1.2rem;
  }
}
.parts-service__tour-en:after {
  content: "";
  width: 8rem;
  height: 0.1rem;
  background: #fff;
  margin-left: 1.6rem;
}
.parts-service__tour-ttl {
  font-size: clamp(24px, 2.4vw, 36px);
  font-weight: 700;
  line-height: 150%;
  color: #fff;
  margin-bottom: 3.2rem;
}
@media (max-width: 768px) {
  .parts-service__tour-ttl {
    font-size: 2.4rem;
    margin-bottom: 1.6rem;
  }
}
.parts-service__tour-txt {
  font-size: clamp(15px, 0.91vw, 16px);
  font-weight: 500;
  line-height: 200%;
  color: #fff;
  margin-bottom: 3.2rem;
}
@media (max-width: 768px) {
  .parts-service__tour-txt {
    font-size: 1.3rem;
    margin-bottom: 1.6rem;
  }
}
.parts-service__tour .btn a {
  background: #fff;
  width: 25.6rem;
  height: 6.4rem;
  font-size: clamp(17px, 1vw, 18px);
  font-weight: 500;
  line-height: 150%;
  color: #1d1f87;
}
@media (max-width: 768px) {
  .parts-service__tour .btn a {
    height: 4.8rem;
    font-size: 1.6rem;
  }
}
.parts-service__tour .btn a:hover {
  background: #f1f4ff;
  transform: translateY(-0.4rem);
  box-shadow: 0.4rem 0.4rem 1.2rem 0 rgba(12, 29, 133, 0.4) inset;
}
.parts-service__tour .btn-icon {
  width: 3.2rem;
}
.parts-service__tour-container {
  background: #fff;
  margin: 5.6rem auto 0;
  max-width: 122.4rem;
  width: 90%;
  padding: 4.8rem;
}
@media (max-width: 768px) {
  .parts-service__tour-container {
    margin: 2.4rem auto 0;
    padding: 1.6rem;
  }
}
.parts-service__tour-sbttl {
  position: relative;
  font-size: clamp(22px, 2vw, 32px);
  font-weight: 700;
  line-height: 160%;
  margin-bottom: 1.6rem;
  padding-left: 4rem;
}
@media (max-width: 768px) {
  .parts-service__tour-sbttl {
    font-size: 2.2rem;
    margin-bottom: 0.8rem;
  }
}
.parts-service__tour-sbttl:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 3.2rem;
  height: 3.2rem;
  background: url("../img/chip.svg") no-repeat center center;
  background-size: contain;
  z-index: 1;
}
.parts-service__tour-overview {
  display: flex;
  justify-content: space-between;
  gap: 3.2rem;
}
@media (max-width: 1050px) {
  .parts-service__tour-overview {
    flex-wrap: wrap;
    gap: 0;
  }
}
.parts-service__tour-overview__row {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.parts-service__tour-overview__item {
  display: flex;
  align-items: center;
  padding: 1.6rem 0;
  border-bottom: 0.1rem solid #eaeaea;
}
@media (max-width: 768px) {
  .parts-service__tour-overview__item {
    padding: 1.2rem 0;
    border-bottom: 0.1rem solid #eaeaea;
  }
}
.parts-service__tour-overview__item dt {
  flex-shrink: 0;
  width: 12rem;
  font-size: clamp(14px, 0.8vw, 15px);
  font-weight: 700;
  line-height: 150%;
  color: #1d1f87;
}
@media (max-width: 768px) {
  .parts-service__tour-overview__item dt {
    width: 10rem;
    font-size: 1.2rem;
  }
}
.parts-service__tour-overview__item dd {
  flex: 1;
  font-size: clamp(14px, 0.8vw, 15px);
  font-weight: 500;
  line-height: 150%;
}
@media (max-width: 768px) {
  .parts-service__tour-overview__item dd {
    font-size: 1.2rem;
  }
}
.parts-service__tour-overview__item dd a {
  color: #4e76e4;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}
.parts-service__tour-overview__item dd a:hover {
  text-decoration: none;
}
.parts-service__merit {
  background: linear-gradient(90deg, #4e76e4 0%, #1d1f87 100%);
  padding: 6.4rem 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .parts-service__merit {
    padding: 3.2rem 0;
  }
}
.parts-service__merit .heading {
  text-align: center;
}
.parts-service__merit .heading h2 {
  color: #fff;
}
.parts-service__merit .heading span {
  color: #fff;
}
.parts-service__merit-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: start;
  gap: 2.4rem;
  margin: 3.2rem 0 4.8rem;
}
@media (max-width: 768px) {
  .parts-service__merit-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.6rem;
    margin-top: 2.4rem;
  }
}
.parts-service__merit-item {
  position: relative;
  display: flex;
  flex-direction: column;
}
.parts-service__merit-num {
  display: inline-block;
  background: linear-gradient(90deg, #4e76e4 0%, #1d1f87 100%);
  color: #fff;
  font-family: "Afacad", sans-serif;
  font-size: clamp(17px, 1vw, 18px);
  font-weight: 700;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.4rem 2.4rem;
  clip-path: polygon(0 0, 100% 0, calc(100% - 2rem) 100%, 0 100%);
}
@media (max-width: 768px) {
  .parts-service__merit-num {
    font-size: 1.4rem;
    padding: 0.3rem 2.4rem;
  }
}
.parts-service__merit-head {
  padding: 4rem 0 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  min-height: 13rem;
}
@media (max-width: 768px) {
  .parts-service__merit-head {
    padding: 3.2rem 0 1.2rem;
    min-height: 10rem;
  }
}
.parts-service__merit-ttl {
  font-size: clamp(18px, 1.3vw, 22px);
  font-weight: 700;
  line-height: 150%;
  text-align: center;
}
@media (max-width: 768px) {
  .parts-service__merit-ttl {
    font-size: 1.8rem;
  }
}
.parts-service__merit-body {
  height: 0;
  overflow: hidden;
  transition: height 0.4s ease;
  background: #fff;
}
.parts-service__merit-txt {
  padding: 0 2.4rem 2.4rem;
  font-size: clamp(14px, 0.8vw, 15px);
  font-weight: 500;
  line-height: 200%;
}
@media (max-width: 768px) {
  .parts-service__merit-txt {
    padding: 0 1.6rem 1.2rem;
    font-size: 1.3rem;
  }
}
.parts-service__merit-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f1f1f1;
  gap: 0.8rem;
  padding: 1.2rem 0;
  cursor: pointer;
  transition: opacity 0.3s ease;
  font-size: clamp(15px, 0.91vw, 16px);
  font-weight: 700;
}
@media (max-width: 768px) {
  .parts-service__merit-toggle {
    font-size: 1.4rem;
  }
}
.parts-service__merit-toggle-icon {
  position: relative;
  width: 1.4rem;
  height: 1.4rem;
}
.parts-service__merit-toggle-icon::before, .parts-service__merit-toggle-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #1d1f87;
}
.parts-service__merit-toggle-icon::before {
  width: 1.4rem;
  height: 0.2rem;
  transform: translate(-50%, -50%);
}
.parts-service__merit-toggle-icon::after {
  width: 0.2rem;
  height: 1.4rem;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease;
}
.parts-service__merit-close {
  display: none;
}
.parts-service__merit-item.is-open .parts-service__merit-open {
  display: none;
}
.parts-service__merit-item.is-open .parts-service__merit-close {
  display: inline;
}
.parts-service__merit-item.is-open .parts-service__merit-toggle-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.parts-service__scene {
  background: url("../img/service-pc-scene-bg.webp") no-repeat;
  background-size: cover;
  padding: 6.4rem 0;
}
@media (max-width: 768px) {
  .parts-service__scene {
    background-image: url("../img/service-sp-scene-bg.webp");
  }
}
.parts-service__scene-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.4rem;
  margin-top: 3.2rem;
}
@media (max-width: 1050px) {
  .parts-service__scene-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .parts-service__scene-list {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 2.4rem;
  }
}
.parts-service__scene-item {
  display: flex;
  flex-direction: column;
}
.parts-service__scene-content {
  background: #fff;
  padding: 1.6rem 2.4rem;
  flex-grow: 1;
}
.parts-service__scene-ttl {
  font-size: clamp(18px, 1.14vw, 20px);
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 0.8rem;
}
@media (max-width: 768px) {
  .parts-service__scene-ttl {
    font-size: 1.6rem;
  }
}
.parts-service__scene-txt {
  font-size: clamp(14px, 0.8vw, 15px);
  font-weight: 500;
  line-height: 180%;
}
@media (max-width: 768px) {
  .parts-service__scene-txt {
    font-size: 1.2rem;
  }
}
.parts-flow {
  padding: 8rem 0;
  background: #f5f9fe;
}
@media (max-width: 768px) {
  .parts-flow {
    padding: 4rem 0;
  }
}
.parts-flow .heading {
  text-align: center;
}
.parts-flow .heading h2 {
  background: linear-gradient(90deg, #4e76e4 0%, #1d1f87 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.parts-flow .heading span {
  color: #222222;
}
.parts-flow__wrap {
  margin-top: 3.2rem;
}
@media (max-width: 768px) {
  .parts-flow__wrap {
    margin-top: 2.4rem;
  }
}
.parts-flow__list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 2.4rem;
}
@media (max-width: 1050px) {
  .parts-flow__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.2rem;
  }
}
@media (max-width: 768px) {
  .parts-flow__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
}
.parts-flow__item {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 768px) {
  .parts-flow__item {
    flex-direction: row;
  }
}
.parts-flow__item:last-child .parts-flow__img:after {
  content: none;
}
.parts-flow__top {
  display: flex;
  flex-direction: column;
  width: 65%;
}
@media (max-width: 768px) {
  .parts-flow__top {
    width: 10rem;
  }
}
.parts-flow__num {
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translateY(3rem);
  position: relative;
  z-index: 4;
}
@media (max-width: 768px) {
  .parts-flow__num {
    transform: translateY(2.5rem);
  }
}
.parts-flow__num-head {
  font-size: clamp(12px, 0.55vw, 13px);
  background: linear-gradient(90deg, #4e76e4 0%, #1d1f87 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 130%;
  font-weight: 500;
}
@media (max-width: 768px) {
  .parts-flow__num-head {
    font-size: 1.2rem;
    line-height: 100%;
  }
}
.parts-flow__num-foot {
  font-size: clamp(22px, 2.2vw, 34px);
  background: linear-gradient(90deg, #4e76e4 0%, #1d1f87 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 130%;
  font-weight: 500;
  font-family: "Afacad", sans-serif;
}
@media (max-width: 768px) {
  .parts-flow__num-foot {
    font-size: 3rem;
    line-height: 100%;
  }
}
.parts-flow__img {
  position: relative;
  margin: auto;
  z-index: 3;
}
@media (max-width: 768px) {
  .parts-flow__img {
    margin: 0;
  }
}
.parts-flow__img:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -8vw;
  margin: auto;
  height: 0.3rem;
  width: 10vw;
  background: #e6ebff;
  z-index: -1;
}
@media (max-width: 1050px) {
  .parts-flow__img:after {
    content: none;
  }
}
@media (max-width: 768px) {
  .parts-flow__content {
    width: 72%;
  }
}
.parts-flow__ttl {
  font-size: clamp(17px, 1vw, 18px);
  color: #1d1f87;
  line-height: 150%;
  font-weight: 700;
  margin-bottom: 0.8rem;
  text-align: center;
}
@media (max-width: 768px) {
  .parts-flow__ttl {
    font-size: 1.5rem;
    text-align: left;
  }
}
.parts-flow__txt {
  font-size: clamp(13px, 0.68vw, 14px);
  line-height: 160%;
  font-weight: 500;
}
@media (max-width: 768px) {
  .parts-flow__txt {
    font-size: 1.2rem;
  }
}
.parts-flow .btn {
  margin-top: 4.8rem;
}
@media (max-width: 768px) {
  .parts-flow .btn {
    margin-top: 2.4rem;
  }
}
.parts-flow .btn a {
  width: 29.6rem;
  height: 5.6rem;
  font-size: clamp(15px, 0.91vw, 16px);
  margin: auto;
}
@media (max-width: 768px) {
  .parts-flow .btn a {
    height: 4.8rem;
    font-size: 1.6rem;
  }
}
.parts-contact {
  background: url("../img/parts-pc-contact.webp") no-repeat;
  background-size: cover;
  background-position: center;
}
.parts-contact:before {
  content: "";
  background: url("../img/arrow03.webp") no-repeat;
  background-size: cover;
  background-position: center;
  width: 16.2rem;
  height: 4.8rem;
}
@media (max-width: 768px) {
  .parts-contact {
    background-image: url("../img/parts-sp-contact.webp");
    background-size: cover;
    background-position: center;
  }
}
.parts-contact.digital-sagyosi {
  background-image: url("../img/parts-pc-contact03.webp");
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  .parts-contact.digital-sagyosi {
    background-image: url("../img/parts-sp-contact03.webp");
    background-size: contain;
    background-position: center;
  }
}
.parts-contact__wrap {
  padding: 4.5rem 0;
}
@media (max-width: 768px) {
  .parts-contact__wrap {
    padding: 2rem 0;
  }
}
.parts-contact__en {
  font-size: clamp(15px, 0.91vw, 16px);
  font-weight: 500;
  line-height: 130%;
  font-family: "Afacad", sans-serif;
  display: flex;
  align-items: center;
  color: #fff;
  margin-bottom: 1.6rem;
}
@media (max-width: 768px) {
  .parts-contact__en {
    font-size: 1.3rem;
    margin-bottom: 0.8rem;
  }
}
.parts-contact__en::after {
  content: "";
  width: 8rem;
  height: 0.1rem;
  background: #999ad6;
  margin-left: 1.6rem;
}
.parts-contact__ttl {
  font-size: clamp(26px, 2.7vw, 40px);
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #fff;
  margin-bottom: 2.4rem;
}
@media (max-width: 768px) {
  .parts-contact__ttl {
    font-size: 2rem;
    margin-bottom: 1.6rem;
  }
}
@media (max-width: 768px) {
  .parts-contact .btn {
    margin: 0;
  }
}
.parts-contact .btn-icon {
  width: 3.2rem;
}
.parts-contact .btn.white a {
  background: #fff;
  color: #1d1f87;
  width: 25.6rem;
  height: 6.4rem;
  font-size: clamp(17px, 1vw, 18px);
}
@media (max-width: 768px) {
  .parts-contact .btn.white a {
    width: 24rem;
    height: 4.8rem;
    font-size: 1.6rem;
  }
}
.parts-contact .btn.white a:hover {
  background: #f1f4ff;
  transform: translateY(-0.4rem);
  box-shadow: 0.4rem 0.4rem 1.2rem 0 rgba(12, 29, 133, 0.4) inset;
}
.parts-contact .btn.white a .arrow {
  width: 1.3rem;
}
.parts-contact02 {
  background: url("../img/parts-pc-contact02-bg.webp") no-repeat;
  background-size: cover;
  background-position: center;
  max-width: 122.4rem;
  width: 90%;
  margin: auto;
}
@media (max-width: 768px) {
  .parts-contact02 {
    background-image: url("../img/parts-sp-contact02-bg.webp");
    background-size: cover;
    background-position: center;
    width: 100%;
  }
}
.parts-contact02__wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .parts-contact02__wrap {
    flex-direction: column;
  }
}
.parts-contact02__content {
  width: 51%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4rem 0 4rem 2.5rem;
}
@media (max-width: 768px) {
  .parts-contact02__content {
    width: 100%;
    padding: 1.8rem 0;
  }
}
.parts-contact02__ttl {
  font-size: clamp(24px, 2.4vw, 36px);
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.05em;
  background: linear-gradient(90deg, #4e76e4 0%, #1d1f87 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 2.4rem;
  text-align: center;
}
@media (max-width: 768px) {
  .parts-contact02__ttl {
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
  }
}
.parts-contact02__img {
  width: 46%;
}
@media (max-width: 768px) {
  .parts-contact02__img {
    width: 100%;
  }
}
.parts-contact02__img img {
  height: 100%;
  object-fit: cover;
  object-position: left;
}
@media (max-width: 768px) {
  .parts-contact02 .btn {
    margin: 0;
  }
}
.parts-contact02 .btn-icon {
  width: 3.2rem;
}
.parts-contact02 .btn a {
  width: 25.6rem;
  height: 6.4rem;
  font-size: clamp(17px, 1vw, 18px);
  margin: auto;
}
@media (max-width: 768px) {
  .parts-contact02 .btn a {
    width: 25.6rem;
    height: 4.8rem;
    font-size: 1.6rem;
  }
}
.parts-contact02 .btn a:hover {
  transform: translateY(-0.4rem);
  box-shadow: 0.4rem 0.4rem 1.2rem 0 rgba(12, 29, 133, 0.4) inset;
}
.parts-contact02 .btn a .arrow {
  width: 2rem;
}
.parts-faq {
  padding: 12rem 0;
}
@media (max-width: 768px) {
  .parts-faq {
    padding: 4rem 0;
  }
}
.parts-faq .block {
  max-width: 101.6rem;
}
.parts-faq .heading {
  text-align: center;
}
.parts-faq .heading h2 {
  background: linear-gradient(90deg, #4e76e4 0%, #1d1f87 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.parts-faq .heading span {
  color: #222222;
}
.parts-faq__wrap {
  margin-top: 3.2rem;
}
@media (max-width: 768px) {
  .parts-faq__wrap {
    margin-top: 2.4rem;
  }
}
.parts-faq__list {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.parts-faq__item {
  background: #fff;
}
.parts-faq__q {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  cursor: pointer;
  transition: opacity 0.3s ease;
  padding: 1.6rem;
  box-shadow: 0 0.5rem 0.5rem 0 rgba(74, 113, 255, 0.05);
}
@media (max-width: 768px) {
  .parts-faq__q {
    padding: 1.2rem 1.6rem;
    gap: 0.8rem;
  }
}
.parts-faq__q:hover {
  opacity: 0.7;
}
.parts-faq__icon {
  font-family: "Afacad", sans-serif;
  font-weight: 700;
  line-height: 1;
  font-size: clamp(22px, 2vw, 32px);
  color: #1d1f87;
}
@media (max-width: 768px) {
  .parts-faq__icon {
    width: 2.8rem;
    height: 2.8rem;
  }
}
.parts-faq__icon--a {
  color: #4e76e4;
}
.parts-faq__ttl {
  font-size: clamp(14px, 0.8vw, 15px);
  font-weight: 500;
  line-height: 200%;
}
@media (max-width: 768px) {
  .parts-faq__ttl {
    font-size: 1.3rem;
  }
}
.parts-faq__toggle {
  position: relative;
  width: 1.8rem;
  height: 1.8rem;
  margin-left: auto;
}
@media (max-width: 768px) {
  .parts-faq__toggle {
    width: 1.1rem;
    height: 1.1rem;
  }
}
.parts-faq__toggle::before, .parts-faq__toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #1d1f87;
  transition: transform 0.3s ease;
}
.parts-faq__toggle::before {
  width: 1.6rem;
  height: 0.2rem;
  transform: translate(-50%, -50%);
}
.parts-faq__toggle::after {
  width: 0.2rem;
  height: 1.6rem;
  transform: translate(-50%, -50%);
}
.is-open .parts-faq__toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.parts-faq__a {
  height: 0;
  overflow: hidden;
  transition: height 0.4s ease;
}
.parts-faq__a-inner {
  display: flex;
  gap: 0.8rem;
  padding: 1.6rem;
}
@media (max-width: 768px) {
  .parts-faq__a-inner {
    padding: 1.2rem 1.6rem;
  }
}
.parts-faq__txt {
  font-size: clamp(14px, 0.8vw, 15px);
  font-weight: 500;
  line-height: 200%;
}
@media (max-width: 768px) {
  .parts-faq__txt {
    font-size: 1.3rem;
  }
}
.parts-faq .btn {
  margin-top: 4.8rem;
}
@media (max-width: 768px) {
  .parts-faq .btn {
    margin-top: 3.2rem;
  }
}
.parts-faq .btn a {
  width: 29.6rem;
  height: 5.6rem;
  font-size: clamp(15px, 0.91vw, 16px);
  margin: auto;
}
@media (max-width: 768px) {
  .parts-faq .btn a {
    height: 4.5rem;
    font-size: 1.4rem;
  }
}
.parts-issue {
  padding: 6.4rem 0 12.7rem;
}
@media (max-width: 768px) {
  .parts-issue {
    padding: 3.2rem 0;
  }
}
.parts-issue__catch {
  display: block;
  text-align: center;
  font-size: clamp(22px, 2vw, 32px);
  font-weight: 700;
  line-height: 160%;
  text-align: center;
}
@media (max-width: 768px) {
  .parts-issue__catch {
    font-size: 2.2rem;
    padding: 0 2.1rem;
  }
}
.parts-issue__container {
  position: relative;
  background: #F5F9FE;
  padding: 3.2rem 0;
  margin-top: 7.2rem;
}
@media (max-width: 768px) {
  .parts-issue__container {
    padding: 3.2rem 2.1rem;
    margin-top: 4rem;
  }
}
.parts-issue__container:before {
  content: "";
  background: #4E76E4;
  display: block;
  width: 0.1rem;
  height: 8rem;
  position: absolute;
  top: -4.8rem;
  left: 0;
  right: 0;
  margin: auto;
  background: #4E76E4;
}
@media (max-width: 768px) {
  .parts-issue__container:before {
    height: 4.8rem;
    top: -2.4rem;
  }
}
.parts-issue__en {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  font-size: clamp(72px, 11vw, 136px);
  font-weight: 500;
  line-height: 100%;
  color: #fff;
  font-family: "Afacad", sans-serif;
  z-index: 1;
  text-align: center;
}
@media (max-width: 768px) {
  .parts-issue__en {
    font-size: 6.4rem;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.parts-issue__flex {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 76.5rem;
  width: 90%;
  margin: auto;
}
@media (max-width: 768px) {
  .parts-issue__flex {
    flex-direction: column;
    gap: 1.6rem;
    width: 100%;
  }
}
.parts-issue__left {
  width: 46%;
}
@media (max-width: 768px) {
  .parts-issue__left {
    width: 24rem;
  }
}
.parts-issue__right {
  width: 43%;
}
@media (max-width: 768px) {
  .parts-issue__right {
    width: 100%;
  }
}
.parts-issue__service {
  display: block;
  font-size: clamp(17px, 1vw, 18px);
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.05em;
  margin-bottom: 0.8rem;
}
@media (max-width: 768px) {
  .parts-issue__service {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 0;
  }
}
.parts-issue__ttl {
  background: linear-gradient(90deg, #4e76e4 0%, #1d1f87 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: clamp(26px, 2.7vw, 40px);
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 1.6rem;
}
@media (max-width: 768px) {
  .parts-issue__ttl {
    font-size: 2.6rem;
    margin-bottom: 0.8rem;
    text-align: center;
  }
}
.parts-issue__desc {
  font-size: clamp(15px, 0.91vw, 16px);
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.05em;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .parts-issue__desc {
    font-size: 1.3rem;
    margin-bottom: 1.6rem;
    text-align: center;
  }
}
.parts-issue .btn a {
  width: 29.6rem;
  height: 5.6rem;
  font-size: clamp(15px, 0.91vw, 16px);
}
@media (max-width: 768px) {
  .parts-issue .btn a {
    height: 4.5rem;
    font-size: 1.4rem;
    margin: auto;
  }
}
.parts-issue .parts-service__top-content {
  width: 100%;
}
.parts-issue .parts-service__top-content .parts-service__top-item {
  width: calc(33.3333333333% - 1.6rem);
}
@media (max-width: 1050px) {
  .parts-issue .parts-service__top-content .parts-service__top-item {
    width: calc(50% - 1.6rem);
  }
}
@media (max-width: 768px) {
  .parts-issue .parts-service__top-content .parts-service__top-item {
    width: 100%;
  }
}
.parts-issue__approach {
  background: #F5F9FE;
  padding: 8rem 0 12rem;
}
@media (max-width: 768px) {
  .parts-issue__approach {
    padding: 4.8rem 0 8rem;
  }
}
.parts-issue__approach .heading {
  text-align: center;
}
.parts-issue__approach .heading h2 {
  background: linear-gradient(90deg, #4e76e4 0%, #1d1f87 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.parts-issue__approach .heading span {
  color: #222222;
}
.parts-issue__approach-wrap {
  margin-top: 3.2rem;
}
@media (max-width: 768px) {
  .parts-issue__approach-wrap {
    margin-top: 2.4rem;
  }
}
.parts-issue__approach-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
@media (max-width: 1050px) {
  .parts-issue__approach-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .parts-issue__approach-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.6rem;
  }
}
.parts-issue__approach-item {
  background: #fff;
  box-shadow: 0 1rem 2rem 0 rgba(12, 29, 133, 0.15);
  padding: 2.4rem;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .parts-issue__approach-item {
    padding: 2.4rem 1.6rem;
  }
}
.parts-issue__approach-ttl {
  font-size: clamp(18px, 1.3vw, 22px);
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 1.6rem;
  background: linear-gradient(90deg, #4E76E4 0%, #1D1F87 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}
@media (max-width: 768px) {
  .parts-issue__approach-ttl {
    font-size: 1.8rem;
  }
}
.parts-issue__approach-img {
  height: 16rem;
  overflow: hidden;
}
.parts-issue__approach-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.parts-issue__approach-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-top: 1.6rem;
}
.parts-issue__approach-content .btn a {
  width: 29.6rem;
  height: 5.6rem;
  font-size: clamp(15px, 0.91vw, 16px);
  margin: auto;
}
@media (max-width: 768px) {
  .parts-issue__approach-content .btn a {
    height: 4.5rem;
  }
}
.parts-issue__approach-sbttl {
  font-size: clamp(17px, 1vw, 18px);
  font-weight: 700;
  line-height: 200%;
  text-align: center;
}
@media (max-width: 768px) {
  .parts-issue__approach-sbttl {
    font-size: 1.5rem;
  }
}
.parts-issue__approach-txt {
  font-size: clamp(14px, 0.8vw, 15px);
  font-weight: 500;
  line-height: 180%;
  margin-bottom: 1.6rem;
  flex-grow: 1;
}
@media (max-width: 768px) {
  .parts-issue__approach-txt {
    font-size: 1.2rem;
  }
}
.parts-issue__approach-btn .btn {
  margin-top: 8rem;
}
@media (max-width: 768px) {
  .parts-issue__approach-btn .btn {
    margin-top: 4rem;
  }
}
.parts-issue__approach-btn .btn a {
  margin: 4.8rem auto 0;
  width: 24rem;
  height: 5.6rem;
  background: #fff;
  justify-content: center;
  color: #1d1f87;
  font-size: clamp(15px, 0.91vw, 16px);
  box-shadow: 0.4rem 0.4rem 0.8rem 0 rgba(12, 29, 133, 0.4);
}
@media (max-width: 768px) {
  .parts-issue__approach-btn .btn a {
    height: 4.5rem;
    font-size: 1.4rem;
    margin: 4rem auto 0;
  }
}
.parts-issue__approach-btn .btn a:hover {
  background: #f1f4ff;
  transform: translateY(-0.4rem);
  box-shadow: 0.4rem 0.4rem 1.2rem 0 rgba(12, 29, 133, 0.4) inset;
}

.single-column {
  padding-top: 5.6rem;
  margin-bottom: 8.5rem;
}
@media (max-width: 768px) {
  .single-column {
    padding-top: 3.2rem;
    margin-bottom: 4rem;
  }
}
.single-column__wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1050px) {
  .single-column__wrap {
    flex-direction: column;
  }
}
.single-column__article {
  width: 68%;
}
@media (max-width: 1050px) {
  .single-column__article {
    width: 100%;
  }
}
.single-column__header {
  margin-bottom: 2.4rem;
}
@media (max-width: 768px) {
  .single-column__header {
    margin-bottom: 1.6rem;
  }
}
.single-column__meta {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .single-column__meta {
    margin-bottom: 0.8rem;
  }
}
.single-column__date {
  font-size: clamp(15px, 0.91vw, 16px);
  font-weight: 500;
  line-height: 130%;
  color: #505050;
}
@media (max-width: 768px) {
  .single-column__date {
    font-size: 1.3rem;
  }
}
.single-column__category {
  font-size: clamp(13px, 0.68vw, 14px);
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.05em;
  background: #F1F4FF;
  padding: 0.4rem 1.6rem;
  border-radius: 20rem;
}
@media (max-width: 768px) {
  .single-column__category {
    font-size: 1.2rem;
  }
}
.single-column__ttl {
  font-size: clamp(22px, 2vw, 32px);
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .single-column__ttl {
    font-size: 2.2rem;
  }
}
.single-column__thumbnail {
  margin-bottom: 2.4rem;
}
@media (max-width: 768px) {
  .single-column__thumbnail {
    margin-bottom: 1.6rem;
  }
}
.single-column__thumbnail img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.5/1;
  -o-object-fit: cover;
  object-fit: cover;
}
.single-column__desc {
  font-size: clamp(15px, 0.91vw, 16px);
  font-weight: 500;
  line-height: 200%;
}
@media (max-width: 768px) {
  .single-column__desc {
    font-size: 1.3rem;
  }
}
.single-column__toc {
  border: 0.1rem solid #4E76E4;
  margin: 6.4rem 0;
}
@media (max-width: 768px) {
  .single-column__toc {
    margin: 2.4rem 0;
  }
}
.single-column__toc-head {
  background: #4E76E4;
  padding: 1.2rem 2.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
@media (max-width: 768px) {
  .single-column__toc-head {
    padding: 1.2rem 1.6rem;
  }
}
.single-column__toc-ttl {
  font-size: clamp(18px, 1.14vw, 20px);
  font-weight: 500;
  line-height: 150%;
  color: #fff;
}
@media (max-width: 768px) {
  .single-column__toc-ttl {
    font-size: 1.6rem;
  }
}
.single-column__toc-icon {
  width: 2rem;
  height: 2rem;
  position: relative;
  flex-shrink: 0;
}
.single-column__toc-icon::before, .single-column__toc-icon::after {
  content: "";
  position: absolute;
  background: #fff;
  width: 1rem;
  height: 0.2rem;
  top: 50%;
  border-radius: 0.1rem;
  transition: transform 0.3s ease;
}
.single-column__toc-icon::before {
  left: 50%;
  transform: translate(-80%, -50%) rotate(-45deg);
}
.single-column__toc-icon::after {
  right: 50%;
  transform: translate(80%, -50%) rotate(45deg);
}
.single-column__toc.is-open .single-column__toc-icon::before {
  transform: translate(-80%, -50%) rotate(45deg);
}
.single-column__toc.is-open .single-column__toc-icon::after {
  transform: translate(80%, -50%) rotate(-45deg);
}
.single-column__toc-body {
  overflow: hidden;
  transition: height 0.3s ease;
}
.single-column__toc.is-closed .single-column__toc-body {
  height: 0 !important;
}
.single-column__toc-list {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  padding: 2.4rem;
}
@media (max-width: 768px) {
  .single-column__toc-list {
    padding: 1.6rem;
    gap: 1.2rem;
  }
}
.single-column__toc-list li {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.single-column__toc-list li .h2 {
  font-size: clamp(15px, 0.91vw, 16px);
  font-weight: 700;
  line-height: 170%;
  display: flex;
  align-items: baseline;
  gap: 0.8rem;
}
@media (max-width: 768px) {
  .single-column__toc-list li .h2 {
    font-size: 1.4rem;
  }
}
.single-column__toc-list li .h2:before {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  background: #4E76E4;
}
@media (max-width: 768px) {
  .single-column__toc-list li .h2:before {
    width: 0.7rem;
    height: 0.7rem;
  }
}
.single-column__toc-list li .h3 {
  font-size: clamp(14px, 0.8vw, 15px);
  font-weight: 500;
  line-height: 170%;
  padding-left: 1.8rem;
}
@media (max-width: 768px) {
  .single-column__toc-list li .h3 {
    font-size: 1.3rem;
  }
}
.single-column__content h2 {
  background: #F5F9FE;
  padding: 1.2rem 2.4rem;
  font-size: clamp(18px, 1.5vw, 24px);
  font-weight: 700;
  line-height: 160%;
  margin-bottom: 2.4rem;
}
@media (max-width: 768px) {
  .single-column__content h2 {
    padding: 1.2rem 2.4rem;
    font-size: 2rem;
  }
}
.single-column__content h3 {
  padding-left: 1.6rem;
  border-left: 0.4rem solid #4E76E4;
  font-size: clamp(18px, 1.3vw, 22px);
  line-height: 170%;
  font-weight: 700;
  margin-bottom: 1.6rem;
}
@media (max-width: 768px) {
  .single-column__content h3 {
    padding-left: 1.6rem;
    font-size: 1.8rem;
  }
}
.single-column__content h4 {
  font-size: clamp(18px, 1.14vw, 20px);
  line-height: 170%;
  font-weight: 700;
  margin-bottom: 0.8rem;
}
@media (max-width: 768px) {
  .single-column__content h4 {
    font-size: 1.6rem;
  }
}
.single-column__content p {
  font-size: clamp(15px, 0.91vw, 16px);
  font-weight: 500;
  line-height: 200%;
  margin-bottom: 4.8rem;
}
@media (max-width: 768px) {
  .single-column__content p {
    font-size: 1.3rem;
    margin-bottom: 2.4rem;
  }
}
.single-column__content ul {
  padding: 1.6rem;
  background: #F5F9FE;
  margin-bottom: 1.6rem;
}
@media (max-width: 768px) {
  .single-column__content ul {
    padding: 1.2rem 1.6rem;
    margin-bottom: 2.4rem;
  }
}
.single-column__content ul li {
  list-style: inside;
  font-size: clamp(15px, 0.91vw, 16px);
  font-weight: 500;
  line-height: 160%;
}
@media (max-width: 768px) {
  .single-column__content ul li {
    font-size: 1.3rem;
  }
}
.single-column__content ol {
  padding: 1.6rem;
  background: #F5F9FE;
  margin-bottom: 1.6rem;
}
@media (max-width: 768px) {
  .single-column__content ol {
    padding: 1.2rem 1.6rem;
    margin-bottom: 2.4rem;
  }
}
.single-column__content ol li {
  list-style: inside;
  font-size: clamp(15px, 0.91vw, 16px);
  font-weight: 500;
  line-height: 160%;
}
@media (max-width: 768px) {
  .single-column__content ol li {
    font-size: 1.3rem;
  }
}
.single-column__content a {
  color: #4E76E4;
  font-size: clamp(15px, 0.91vw, 16px);
  font-weight: 500;
  line-height: 200%;
  text-decoration: underline;
  transition: opacity 0.3s ease;
}
@media (max-width: 768px) {
  .single-column__content a {
    font-size: 1.3rem;
  }
}
.single-column__content a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.single-column__related {
  position: relative;
  padding-bottom: 12rem;
}
@media (max-width: 768px) {
  .single-column__related {
    padding-bottom: 4rem;
  }
}
.single-column__related-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.single-column__related-arrows {
  display: flex;
  gap: 1.2rem;
  align-items: center;
}
@media (max-width: 768px) {
  .single-column__related-arrows {
    display: none;
  }
}
.single-column__related-arrows .column-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.6rem;
  height: 5.6rem;
  padding: 0;
  border-radius: 50%;
  border: 0.1rem solid #e6e6e6;
  background: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .single-column__related-arrows .column-arrow {
    width: 4rem;
    height: 4rem;
  }
}
.single-column__related-arrows .column-arrow svg {
  width: 2.1rem;
  height: 2.1rem;
}
@media (max-width: 768px) {
  .single-column__related-arrows .column-arrow svg {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.single-column__related-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 14.5rem;
  display: none;
}
@media (max-width: 768px) {
  .single-column__related-dots {
    display: block;
  }
}
.single-column__related-dots ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.2rem;
  padding: 0;
  margin: 0;
}
.single-column__related-dots ul li {
  width: 1rem;
  height: 1rem;
  margin: 0;
}
.single-column__related-dots ul li button {
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #c4c4c4;
  border: none;
  padding: 0;
  font-size: 0;
  cursor: pointer;
  transition: background 0.3s ease;
}
.single-column__related-list {
  margin-top: 2.4rem;
}
@media (max-width: 768px) {
  .single-column__related-list {
    margin-top: 1.6rem;
  }
}
.single-column__related-list .slick-track {
  gap: 2.4rem;
  padding-bottom: 4.8rem;
}
@media (max-width: 768px) {
  .single-column__related-list .slick-track {
    padding-bottom: 8rem;
  }
}
.single-column__related-item {
  box-shadow: 0 0.4rem 1.2rem 0 rgba(12, 29, 133, 0.1);
  height: 100%;
  transition: all 0.3s ease;
}
.single-column__related-item:hover {
  box-shadow: 0px 0.8rem 2rem 0px rgba(12, 29, 133, 0.2);
  transform: translateY(-4px);
  opacity: 0.7;
}
.single-column__related-content {
  background: #fff;
  padding: 1.6rem 2.4rem;
}
@media (max-width: 768px) {
  .single-column__related-content {
    padding: 1.2rem 1.6rem;
  }
}
.single-column__related-date {
  display: block;
  font-size: clamp(13px, 0.68vw, 14px);
  font-weight: 500;
  line-height: 100%;
  color: #777777;
  margin-bottom: 0.8rem;
}
@media (max-width: 768px) {
  .single-column__related-date {
    font-size: 1.2rem;
  }
}
.single-column__related-ttl {
  font-size: clamp(15px, 0.91vw, 16px);
  font-weight: 700;
  line-height: 160%;
  margin-bottom: 1.2rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (max-width: 768px) {
  .single-column__related-ttl {
    font-size: 1.3rem;
  }
}
.single-column__related-category {
  font-size: clamp(11px, 0.45vw, 12px);
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.05em;
  background: #F1F4FF;
  padding: 0.4rem 1.6rem;
  border-radius: 20rem;
}
@media (max-width: 768px) {
  .single-column__related-category {
    font-size: 1.2rem;
  }
}
.single-column__related .btn a {
  margin: auto;
  width: 24rem;
  height: 5.6rem;
  font-size: clamp(15px, 0.91vw, 16px);
  justify-content: center;
}
.single-column #heading-0,
.single-column #heading-1,
.single-column #heading-2,
.single-column #heading-3,
.single-column #heading-4,
.single-column #heading-5,
.single-column #heading-6,
.single-column #heading-7,
.single-column #heading-8,
.single-column #heading-9,
.single-column #heading-10,
.single-column #heading-11,
.single-column #heading-12,
.single-column #heading-13,
.single-column #heading-14,
.single-column #heading-15,
.single-column #heading-16,
.single-column #heading-17,
.single-column #heading-18 {
  margin-top: -8rem;
  padding-top: 8rem;
}
@media (max-width: 768px) {
  .single-column #heading-0,
  .single-column #heading-1,
  .single-column #heading-2,
  .single-column #heading-3,
  .single-column #heading-4,
  .single-column #heading-5,
  .single-column #heading-6,
  .single-column #heading-7,
  .single-column #heading-8,
  .single-column #heading-9,
  .single-column #heading-10,
  .single-column #heading-11,
  .single-column #heading-12,
  .single-column #heading-13,
  .single-column #heading-14,
  .single-column #heading-15,
  .single-column #heading-16,
  .single-column #heading-17,
  .single-column #heading-18 {
    margin-top: -6rem;
    padding-top: 6rem;
  }
}
.single-news {
  padding: 2.4rem 0 12rem;
  background: #F8FAFF;
}
@media (max-width: 768px) {
  .single-news {
    padding: 2.4rem 0 8rem;
  }
}
.single-news__content {
  background: #fff;
  padding: 5.6rem 10rem;
}
@media (max-width: 768px) {
  .single-news__content {
    padding: 2.4rem;
  }
}
.single-news__meta {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-bottom: 2.4rem;
}
@media (max-width: 768px) {
  .single-news__meta {
    gap: 0.8rem;
    margin-bottom: 0.8rem;
  }
}
.single-news__date {
  font-size: clamp(15px, 0.91vw, 16px);
  font-weight: 500;
  line-height: 130%;
  color: #505050;
}
@media (max-width: 768px) {
  .single-news__date {
    font-size: 1.3rem;
  }
}
.single-news__category {
  font-size: clamp(13px, 0.68vw, 14px);
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.05em;
  background: #F1F4FF;
  padding: 0.4rem 1.6rem;
  border-radius: 20rem;
}
@media (max-width: 768px) {
  .single-news__category {
    font-size: 1.2rem;
  }
}
.single-news__ttl {
  font-size: clamp(22px, 2vw, 32px);
  font-weight: 700;
  line-height: 160%;
  padding-bottom: 3.2rem;
  border-bottom: 0.1rem solid #EAEAEA;
}
@media (max-width: 768px) {
  .single-news__ttl {
    font-size: 2.2rem;
    padding-bottom: 1.6rem;
  }
}
.single-news__body {
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .single-news__body {
    margin-top: 2.4rem;
  }
}
.single-news__body h3 {
  font-size: clamp(18px, 1.5vw, 24px);
  font-weight: 700;
  line-height: 200%;
  margin-bottom: 1.6rem;
}
@media (max-width: 768px) {
  .single-news__body h3 {
    font-size: 2rem;
  }
}
.single-news__body p + h3 {
  margin-top: 6.4rem;
}
@media (max-width: 768px) {
  .single-news__body p + h3 {
    margin-top: 2.4rem;
  }
}
.single-news__body h4 {
  font-size: clamp(17px, 1vw, 18px);
  font-weight: 700;
  line-height: 200%;
  margin-bottom: 0.8rem;
}
@media (max-width: 768px) {
  .single-news__body h4 {
    font-size: 1.5rem;
  }
}
.single-news__body p {
  font-size: clamp(15px, 0.91vw, 16px);
  font-weight: 500;
  line-height: 200%;
  margin-bottom: 1.6rem;
}
@media (max-width: 768px) {
  .single-news__body p {
    font-size: 1.3rem;
    margin-bottom: 1.6rem;
  }
}
.single-news__body a {
  color: #4E76E4;
  font-size: clamp(15px, 0.91vw, 16px);
  font-weight: 500;
  line-height: 200%;
  text-decoration: underline;
  transition: opacity 0.3s ease;
}
@media (max-width: 768px) {
  .single-news__body a {
    font-size: 1.3rem;
  }
}
.single-news__body a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.single-news .btn {
  margin-top: 4.8rem;
}
@media (max-width: 768px) {
  .single-news .btn {
    margin-top: 4rem;
  }
}
.single-news .btn a {
  margin: auto;
  width: 24rem;
  height: 5.6rem;
  color: #1D1F87;
  justify-content: center;
  font-size: clamp(15px, 0.91vw, 16px);
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.08em;
  background: linear-gradient(90deg, #FFF 0%, #F8FAFF 100%);
  box-shadow: 0.4rem 0.4rem 0.8rem 0 rgba(12, 29, 133, 0.4);
}
@media (max-width: 768px) {
  .single-news .btn a {
    height: 4.5rem;
    font-size: 1.4rem;
  }
}
.single-news .btn a:hover {
  background: rgb(241, 244, 255);
  box-shadow: 0.4rem 0.4rem 0.8rem 0 rgba(12, 29, 133, 0.4) inset;
}
.single-case__heading {
  margin-bottom: 1.6rem;
}
.single-case__heading span {
  font-size: clamp(15px, 0.91vw, 16px);
  font-weight: 500;
  line-height: 130%;
  color: #1d1f87;
  display: flex;
  align-items: center;
  margin-bottom: 0.8rem;
  font-family: "Afacad", sans-serif;
}
@media (max-width: 768px) {
  .single-case__heading span {
    font-size: 1.3rem;
  }
}
.single-case__heading span:after {
  content: "";
  width: 8rem;
  height: 0.1rem;
  background: #999ad6;
  margin-left: 1.6rem;
}
.single-case__heading h2 {
  font-size: clamp(26px, 2.7vw, 40px);
  font-weight: 700;
  line-height: 150%;
  background: linear-gradient(90deg, #4E76E4 0%, #1D1F87 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 768px) {
  .single-case__heading h2 {
    font-size: 2.6rem;
  }
}
.single-case__top {
  padding: 4.8rem 0 0;
}
@media (max-width: 768px) {
  .single-case__top {
    padding: 3.2rem 0 0;
  }
}
.single-case__top-head {
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .single-case__top-head {
    margin-bottom: 2.4rem;
  }
}
.single-case__top-category {
  font-size: clamp(13px, 0.68vw, 14px);
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.05em;
  background: #F1F4FF;
  padding: 0.4rem 1.6rem;
  border-radius: 20rem;
  margin-bottom: 1.2rem;
  display: inline-block;
}
@media (max-width: 768px) {
  .single-case__top-category {
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
  }
}
.single-case__top-ttl {
  font-size: clamp(22px, 2vw, 32px);
  font-weight: 700;
  line-height: 160%;
}
@media (max-width: 768px) {
  .single-case__top-ttl {
    font-size: 2.2rem;
  }
}
.single-case__top-foot {
  background: #fff;
  padding: 3.2rem 4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .single-case__top-foot {
    padding: 2.4rem 1.6rem;
    flex-direction: column;
    gap: 1.6rem;
  }
}
.single-case__top-img {
  width: 31%;
}
@media (max-width: 768px) {
  .single-case__top-img {
    width: 100%;
  }
}
.single-case__top-content {
  width: 64%;
}
@media (max-width: 768px) {
  .single-case__top-content {
    width: 100%;
  }
}
.single-case__top-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
}
.single-case__top-content th,
.single-case__top-content td {
  border-bottom: 0.1rem solid #EAEAEA;
  padding: 1.6rem 0 1.2rem;
}
.single-case__top-content th {
  font-size: clamp(15px, 0.91vw, 16px);
  font-weight: 700;
  line-height: 180%;
  position: relative;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .single-case__top-content th {
    font-size: 1.3rem;
    width: 35%;
  }
}
.single-case__top-content th:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 11rem;
  height: 0.1rem;
  background: #1D1F87;
}
@media (max-width: 768px) {
  .single-case__top-content th:after {
    width: 5.7rem;
  }
}
.single-case__top-content td {
  font-size: clamp(15px, 0.91vw, 16px);
  font-weight: 500;
  line-height: 180%;
}
@media (max-width: 768px) {
  .single-case__top-content td {
    font-size: 1.3rem;
  }
}
.single-case__approach {
  padding: 8rem 0 0;
}
.single-case__approach-wrap {
  background: #fff;
  padding: 4rem;
}
@media (max-width: 768px) {
  .single-case__approach-wrap {
    padding: 2.4rem 1.6rem;
  }
}
.single-case__approach-ttl {
  background: #F5F9FE;
  font-size: clamp(18px, 1.5vw, 24px);
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.05em;
  padding: 1.2rem 1.6rem;
  margin-bottom: 3.2rem;
}
@media (max-width: 768px) {
  .single-case__approach-ttl {
    font-size: 2rem;
    padding: 1.2rem 1.6rem;
    margin-bottom: 3.2rem;
  }
}
.single-case__approach-desc {
  font-size: clamp(15px, 0.91vw, 16px);
  font-weight: 500;
  line-height: 200%;
  margin-bottom: 4.8rem;
}
@media (max-width: 768px) {
  .single-case__approach-desc {
    font-size: 1.3rem;
    margin-bottom: 2.4rem;
  }
}
.single-case__approach-sbttl {
  font-size: clamp(18px, 1.3vw, 22px);
  font-weight: 700;
  line-height: 170%;
  margin-bottom: 1.6rem;
  border-left: 0.4rem solid #4E76E4;
  padding-left: 1.6rem;
}
@media (max-width: 768px) {
  .single-case__approach-sbttl {
    font-size: 1.8rem;
  }
}
.single-case__approach-txt {
  font-size: clamp(15px, 0.91vw, 16px);
  font-weight: 500;
  line-height: 200%;
  margin-bottom: 4.8rem;
}
@media (max-width: 768px) {
  .single-case__approach-txt {
    font-size: 1.3rem;
    margin-bottom: 3.2rem;
  }
}
.single-case__approach-txt:last-child {
  margin-bottom: 0;
}
.single-case__interview {
  padding: 8.8rem 0 12rem;
}
@media (max-width: 768px) {
  .single-case__interview {
    padding: 7.2rem 0 7.9rem;
  }
}
.single-case__interview-wrap {
  background: #fff;
  padding: 4rem;
}
@media (max-width: 768px) {
  .single-case__interview-wrap {
    padding: 2.4rem 1.6rem;
  }
}
.single-case__interview-ttl {
  background: #F5F9FE;
  font-size: clamp(18px, 1.5vw, 24px);
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.05em;
  padding: 1.2rem 1.6rem;
  margin-bottom: 3.2rem;
}
@media (max-width: 768px) {
  .single-case__interview-ttl {
    font-size: 2rem;
    padding: 1.2rem 1.6rem;
    margin-bottom: 3.2rem;
  }
}
.single-case__interview-flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4.8rem;
}
@media (max-width: 768px) {
  .single-case__interview-flex {
    flex-direction: column;
    margin-bottom: 3.2rem;
  }
}
.single-case__interview-img {
  width: 42%;
}
@media (max-width: 768px) {
  .single-case__interview-img {
    width: 100%;
  }
}
.single-case__interview-content {
  width: 54%;
}
@media (max-width: 768px) {
  .single-case__interview-content {
    width: 100%;
  }
}
.single-case__interview-client {
  font-size: clamp(15px, 0.91vw, 16px);
  font-weight: 500;
  line-height: 200%;
  margin-bottom: 1.6rem;
}
@media (max-width: 768px) {
  .single-case__interview-client {
    font-size: 1.3rem;
  }
}
.single-case__interview-note {
  font-size: clamp(15px, 0.91vw, 16px);
  font-weight: 500;
  line-height: 200%;
}
@media (max-width: 768px) {
  .single-case__interview-note {
    font-size: 1.3rem;
  }
}
.single-case__interview-sbttl {
  font-size: clamp(18px, 1.3vw, 22px);
  font-weight: 700;
  line-height: 170%;
  margin-bottom: 1.6rem;
  border-left: 0.4rem solid #4E76E4;
  padding-left: 1.6rem;
}
@media (max-width: 768px) {
  .single-case__interview-sbttl {
    font-size: 1.8rem;
  }
}
.single-case__interview-name {
  font-size: clamp(15px, 0.91vw, 16px);
  font-weight: 700;
  line-height: 200%;
}
@media (max-width: 768px) {
  .single-case__interview-name {
    font-size: 1.3rem;
  }
}
.single-case__interview-txt {
  font-size: clamp(15px, 0.91vw, 16px);
  font-weight: 500;
  line-height: 200%;
  margin-bottom: 4.8rem;
}
@media (max-width: 768px) {
  .single-case__interview-txt {
    font-size: 1.3rem;
    margin-bottom: 3.2rem;
  }
}
.single-case__interview-txt:last-child {
  margin-bottom: 0;
}
.single-case__interview .btn {
  margin-top: 4.8rem;
}
.single-case__interview .btn a {
  width: 24rem;
  height: 5.6rem;
  justify-content: center;
  font-size: clamp(15px, 0.91vw, 16px);
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.08em;
  margin: auto;
}
@media (max-width: 768px) {
  .single-case__interview .btn a {
    height: 4.5rem;
    font-size: 1.4rem;
  }
}