@charset "utf-8";
.p-support-and-service {
  overflow: hidden;
}
.p-support-and-service__mv {
  display: block;
  text-align: center;
}
.p-support-and-service__mv img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-support-and-service__section__inner {
    padding-left: min(30/750*100vw, 30px);
    padding-right: min(30/750*100vw, 30px);
  }
}

.p-support-and-service__title {
  text-align: center;
  font-size: clamp(22px, 46/750*100vw, 42px);
  font-weight: bold;
  color: #484848;
  margin: 0.7em auto 1.4em;
}
@media screen and (min-width: 768px), print {
  .p-support-and-service__title {
    margin-top: 32px;
    margin-bottom: 52px;
  }
}
.p-support-and-service__headline {
  background: #004da1;
  color: #fff;
  padding: calc(33/750*100vw) 0;
  margin-bottom: 10.66vw;
}
@media screen and (min-width: 768px), print {
  .p-support-and-service__headline {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 100px;
  }
}
.p-support-and-service__h2__sub {
  margin-bottom: 0.55em;
  font-size: clamp(12px, 24/750*100vw, 14px);
  font-weight: 100;
}
.p-support-and-service__h2 > .c-headline__h2 {
  color: #fff;
  font-size: clamp(20px, 42/750*100vw, 36px);
}
.p-support-and-service__nav {
  position: relative;
  margin: calc(65/750*100vw) auto calc(78/750*100vw);
}
.p-support-and-service__nav__inner {
  background: #fff;
}
.p-support-and-service__nav.is-fixed .p-support-and-service__nav__inner {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 768px), print {
  .p-support-and-service__nav {
    margin-top: 52px;
    margin-bottom: 120px;
  }
}
.p-support-and-service__nav__inner::before {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e7e7e7;
  height: 3px;
}
@media screen and (min-width: 768px), print {
  .p-support-and-service__nav__inner::before {
    height: 5px;
  }
}
.p-support-and-service__nav__list {
  display: flex;
  gap: 15px;
}
.p-support-and-service__nav__list > li {
  flex: 1;
}
.p-support-and-service__nav__link {
  position: relative;
  display: flex;
  justify-content: center;
  text-align: center;
  color: #004da1;
  padding: 10px 2px 4px;
  font-weight: 500;
  line-height: 1.27;
  font-size: min(30/750*100vw, 24px);
  letter-spacing: 0.1em;
  overflow: hidden;
  transition: opacity 0.3s ease-in-out;
}
.p-support-and-service__nav__link:hover {
  opacity: 0.8;
}
.p-support-and-service__nav__link::before,
.p-support-and-service__nav__link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  height: 3px;
  background-image: linear-gradient(to right, #0078c4 0%, #0054a7 100%);
}
.p-support-and-service__nav__link::after {
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 10%, transparent 30%, transparent 100%);
  transform: translateX(-105%) skewX(-45deg);
}
.p-support-and-service__nav__link:hover::after {
  transform: translateX(100%) skewX(-45deg);
  transition: all 0.8s ease-out;
}
@media screen and (min-width: 768px), print {
  .p-support-and-service__nav__link {
    padding-top: 20px;
    padding-bottom: 12px;
    align-items: center;
    height: 100%;
  }
  .p-support-and-service__nav__link img {
    margin-right: 13px;
  }
  .p-support-and-service__nav__link::before,
  .p-support-and-service__nav__link::after{
    height: 5px;
  }
}
.p-support-and-service__item-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: calc(30/750*100vw);
  row-gap: 55px;
  margin-bottom: 55px;
}

@media screen and (min-width: 768px), print {
  .p-support-and-service__item-wrapper {
    column-gap: 5.26%;
    row-gap: 120px;
    margin-bottom: 142px;
  }
}

.p-support-and-service__item-wrapper .p-support-and-service-item {
  width: 100%;
}

.p-support-and-service-item {
  position: relative;
  box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.24);
  max-width: 540px;
  padding-bottom: min(24/750*100vw, 24px);
}
.p-support-and-service-item__image {
  aspect-ratio: 344/210;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 768px), print {
  .p-support-and-service-item__image {
    aspect-ratio: 540/210;
  }
}
.p-support-and-service-item__image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.p-support-and-service-item:hover .p-support-and-service-item__image > img {
  transform: scale(1.1, 1.1);
}
.p-support-and-service-item__header {
  position: absolute;
  width: 100%;
  top: auto;
  left: 0;
  right: 0;
  background: #fff;
  opacity: 0.95;
  color: #004da1;
  font-size: min(24/750*100vw, 24px);
  font-weight: 600;
  transform: translateY(calc(-100% + 1px));
  text-align: center;
  padding: 0.5em 2px;
}
.p-support-and-service-item__header h3,
.p-support-and-service-item__header__sub {
  transform: skewX(-10deg);

}
.p-support-and-service-item__header__sub {
  font-weight: 100;
  margin-top: 0.2em;
}
.p-support-and-service-item__text {
  font-size: min(18/750*100vw, 18px);
  line-height: 1.56;
  padding: 0.7em 0.5em;
}
.p-support-and-service-item .c-button {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  background-image: linear-gradient(135deg, #0078c4 25%, #004da1 100%);
  width: 80%;
  height: auto;
  aspect-ratio: 280/45;
  max-width: 280px;
  font-size: min(18/750*100vw, 18px);
}
@media screen and (max-width: 479px) {
  .p-support-and-service-item .c-button::after {
    right: 8px;
    width: 6px;
    height: 6px;
    top: calc(50% - 3px);
  }
}
