#visual {
  margin-bottom: 0;
}

#outline {
  margin: 0 auto 120px;
}

.outline__request {
  margin-top: 16px;
  margin-bottom: 40px;
}

.outline__request__btn {
  display: block;
}

.outline__request__btn__link {
  margin: 0 auto;
  width: 600px;
}

.outline__request__btn__link img {
  width: 100%;
}

#outline p {
  font-feature-settings: "palt";
}

#outline p:first-of-type {
  background-image: none;
  padding: 0;
  width: 100%;
  height: auto;
  margin: 0;
}

#outline p:first-of-type span {
  font-size: 30px;
  display: inline;
  color: #d2af4f;
  font-weight: bold;
}

#outline p:last-of-type span:last-of-type {
  color: #000000;
  font-size: 30px;
  display: inline;
  font-weight: bold;
}

#outline p:last-of-type span.big{
  font-size: 52px;
}

#outline p:last-of-type span.big .gold{
  font-size: 65px;
  color: #ccb05f;
}

#outline p:last-of-type span.big .blue{
  font-size: 65px;
  color: #2ea7e0;
}

.outline__img{
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 18px;
  position: relative;
  z-index: 1;
}

.outline__img img{
  width: 100%;
  height: auto;
  display: inline-block;
}

#outline .outline__text{
  margin-top: 18px;
}

#outline .outline__text p{
  font-size: 10px;
  font-feature-settings: "palt";
  font-weight: 400;
}

.outline__cta {
  margin-top: 44px;
  text-align: center;
  height: 166px;
  position: relative;
}

.outline__cta__bg {
  height: 100%;
}

.outline__cta__btn {
  display: block;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 100%;
  left: 50%;
}

.outline__cta__btn__link {
  margin: 0 auto;
  width: 600px;
}

.outline__cta__btn__link img {
  width: 100%;
}

#service03 {
  margin: 0 auto 34px;
}

.service03__detail {
  max-width: 900px;
  margin: 0 auto 30px;

  padding: 42px 52px 24px;
  background: url(../img/ver3/serviceBg.png) center center no-repeat;
  background-size: 100% 100%;
}

.service03__detail__title {
  height: 31px;
}

.service03__detail__title2 {
  height: 30.5px;
}

.service03__detail__title img {
  width: auto;
  height: 100%;
}

.service03__detail__txt {
  font-weight: 700;
  font-size: 14px;
  margin-top: 10px;

  font-feature-settings: "palt";
}

.service03__detail__txt span {
  color: #f62400;
  font-weight: 900;
  display: inline-block;
}


.service03__detail__imgList {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  margin-top: 16px;
  margin-bottom: 20px;
}

.service03__detail__imgList__item {
  width: 100%;
}

.service03__detail__imgList__item img {
  width: 100%;
}

.service03__detail__layoutList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: start;
  margin-top: 26px;
  gap: 18px 25px;
}

.service03__detail__layoutList__item {
  width: 502px;
}

.service03__detail__layoutList__item:nth-child(2n) {
  width: 376px;
}

.service03__detail__layoutList__item img {
  width: 100%;
}

#lineup {
  padding-top: 100px;
}

#lineup h2 {
  font-feature-settings: "palt";
  letter-spacing: 2px;
  font-size: 26px;
  margin-bottom: 26px;
}

#lineup h2 span {
  letter-spacing: 1px;
}

#lineup ul.pc-only li h3 {
  padding: 8px 0;
}

#lineup ul.pc-only {
  height: 568px;
  overflow: visible;
}

#lineup ul.pc-only li {
  width: 210px;
  height: 100%;
  margin-right: 20px;
}

#lineup ul li.-new {
  position: relative;
}

#lineup ul li.-new::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  display: block;
  background: url("../img/ver3/new.png") center center no-repeat;
  background-size: contain;
  z-index: 1;
  top: 3%;
  right: 9%;
  transform: translate(50%, -50%);
}

#lineup ul.pc-only li h4 {
  padding: 14px 0 8px;
  font-feature-settings: "palt";
  letter-spacing: -1px;
}

#lineup ul.pc-only li:nth-child(4) h4 {
  padding: 14px 0;
}

#lineup ul.pc-only li p:first-of-type {
  padding: 0 8px 0 17px;
  margin-bottom: 9px;
}

#lineup ul.pc-only li:nth-child(4) p:first-of-type {
  margin-bottom: 4px;
}

#lineup ul.pc-only li p:last-of-type {
  line-height: 1.4;
  padding: 0 18px;
}

.swiper-pagination-bullet {
  width: 3.5%;
}

.swiper-slide a {
  transform: scale(0.8);
  height: 100%;
}

.swiper-slide-active a {
  transform: scale(1);
}

@media screen and (max-width: 1200px) {
  .swiper-pagination-bullet {
    width: 14px;
  }
}

@media screen and (max-width: 768px) {
  #outline {
    margin: 60px auto 60px;
  }

  .outline__cta {
    height: auto;
    margin-top: 0;
  }

  .outline__cta__bg {
    width: 100%;
    height: auto;
  }

  .outline__cta__btn,
  .outline__request__btn__link,
  .outline__cta__btn__link {
    width: 100%;
  }

  #outline p:first-of-type {
    background: #fff;
    /* padding: 0 20px 20px 20px; */
    padding: 0;
    margin: 0 auto 20px auto;
    font-size: 18px;
  }

  #outline p:last-of-type span.big{
    font-size: 30px;
  }
  
  #outline p:last-of-type span.big .gold{
    font-size: 40px;
  }
  
  #outline p:last-of-type span.big .blue{
    font-size: 40px;
  }

  .outline__img{
    max-width: 500px;
    margin-top: 10px;
  }

  #outline .outline__text{
    margin-top: 10px;
  }
  
  #outline .outline__text p{
    font-size: 10px;
  }

  .service03__detail {
    margin: 0 5% 35px;
    padding: 6% 5%;
    background: url(../img/ver3/sp/line.png) center center no-repeat;
    background-size: 100% 100%;
  }

  .service03__detail__txt {
    font-size: 4vw;
  }

  .service03__detail__imgList {
    flex-direction: column;
    align-items: center;
  }

  .service03__detail__title {
    width: 100%;
  }

  .service03__detail__title img {
    width: 100%;
    height: auto;
  }

  .service03__detail__layoutList {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .service03__detail__layoutList__item {
    width: 100%;
    height: auto;
  }

  .service03__detail__layoutList__item:nth-child(2n) {
    width: 75%;
  }

  #lineup h2 {
    font-size: 22px;
    padding: 0 8px;
  }

  #lineup ul li.-new::after {
    transform: translate(0, 0);
    right: 0;
    top: -5px;
  }

  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2px;
  }

  .swiper-pagination-bullet {
    width: 2.5%;
  }
}