.p-main--service .c-sidebar {
  display: none;
}

.p-service-section__title--small {
  align-items: center;
  color: #303332;
  display: flex;
  font-size: 18px;
  font-weight: 500;
  gap: 14px;
  letter-spacing: 0.03em;
  line-height: calc(26 / 18);
}
.p-service-section__title--small::before {
  background-color: #2059aa;
  border-radius: 4px;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 11px;
  width: 11px;
}

.p-service-intro__desc {
  margin-top: 15px;
}

.p-service-intro__boxs {
  border-left: solid 1px #ccc;
  border-top: solid 1px #ccc;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 45px;
}

.p-service-intro__box {
  align-items: center;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  padding: 16px 25px;
}
.p-service-intro__box:nth-of-type(2n) .p-service-intro__box-num {
  color: #2059aa;
}
.p-service-intro__box::after {
  background: url("../images/service_intro_arrow.svg") no-repeat center;
  background-size: contain;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 16px;
  width: 16px;
}
.p-service-intro__box:hover {
  background-color: #2059aa;
  opacity: 1;
}
.p-service-intro__box:hover .p-service-intro__box-num,
.p-service-intro__box:hover .p-service-intro__box-label {
  color: #fff !important;
}
.p-service-intro__box:hover::after {
  background: url("../images/service_intro_arrow_hover.svg") no-repeat center;
}

.p-service-intro__box-inner {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.p-service-intro__box-num {
  color: #ed1a25;
  font-size: 12px;
  font-weight: 500;
  line-height: calc(17 / 12);
}

.p-service-intro__box-label {
  color: #483d41;
  font-size: 15px;
  font-weight: bold;
  line-height: calc(21 / 15);
}

.p-service-section:nth-of-type(2n) .p-service-section__title-num {
  color: #ed1a25;
}

.p-service-section__title {
  align-items: baseline;
  display: flex;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: bold;
  gap: 18px;
  letter-spacing: 0.1em;
  line-height: 1;
}

.p-service-section__title-num {
  color: #2059aa;
  font-size: 28px;
  letter-spacing: -0.1rem;
}

.p-service-section__title-title {
  color: #252525;
  font-size: 28px;
}

.p-service-section__contents {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-top: 22px;
}

.p-service-section__text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.p-service-section__text .c-section-text {
  gap: 10px;
}

.p-service-section__text-label {
  color: #00132b;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: calc(38 / 20);
}

.p-service-section__img img {
  aspect-ratio: 378/340;
  border-radius: 5px;
  height: 300px;
  overflow: hidden;
}

.p-service__slide {
  width: 100%;
}
.p-service__slide .swiper-slide img {
  aspect-ratio: 378/340;
  overflow: hidden;
}
.p-service__slide .swiper-slide p {
  margin-top: 10px;
}

.p-service__slide-bottom {
  align-items: center;
  display: flex;
  margin-top: 10px;
}
.p-service__slide-bottom .swiper-button-prev,
.p-service__slide-bottom .swiper-button-next {
  height: 33px;
  width: 33px;
}
.p-service__slide-bottom .swiper-button-prev {
  margin-left: 0;
}
.p-service__slide-bottom .swiper-button-next {
  margin-left: 8px;
  margin-right: 33px;
}

.p-service-section__tags {
  margin-top: 50px;
}

.p-service-section__tags-boxs {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 18px;
}

.p-service-section__tags-box {
  align-items: center;
  background-color: #eef7fd;
  border-radius: 5px;
  color: #3b3b3c;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  justify-content: center;
  padding: 10px 0px;
  text-align: center;
  width: 100%;
}

.p-service-section__menu {
  margin-top: 50px;
}

.p-service-section__menu-list {
  border-top: 1px solid #d4d4d4;
  margin-top: 18px;
}

.p-service-section__menu-item {
  border-bottom: 1px solid #d4d4d4;
  padding-block: 12px;
}

.p-service-section__menu-title {
  color: #2059aa;
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 10px;
}

.p-service-section__menu-desc {
  color: #313841;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  width: 100%;
}

@media (min-width: 768px) {
  .p-service-intro__boxs {
    grid-template-columns: repeat(3, 1fr);
  }
  .p-service-section__contents {
    align-items: center;
    flex-direction: row;
    gap: 50px;
  }
  .p-service-section__text,
  .p-service-section__img {
    flex: 1;
  }
  .p-service-section__tags-boxs {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1024px) {
  .p-main--service .c-sidebar {
    display: block;
  }
  .p-service-intro__desc {
    margin-top: 35px;
  }
  .p-service-section__text {
    gap: 25px;
  }
  .p-service-section__text .c-section-text {
    gap: 22px;
  }
  .p-service-section__img img {
    height: 100%;
  }
  .p-service-section__tags-boxs {
    grid-template-columns: repeat(5, 1fr);
  }
  .p-service-section__menu-item {
    align-items: center;
    display: grid;
    grid-template-columns: 200px auto;
  }
  .p-service-section__menu-title {
    padding-bottom: 0;
  }
  .p-service-section__menu-desc {
    border-left: dotted 2px #d4d4d4;
    padding-inline: 14px 18px;
  }
}