* {
  padding: 0;
  margin: 0;
}
/* PC */
.pw-index-banner1 {
  background: url(/img/index/swiper-banner-pc-img1.png) no-repeat center;
  aspect-ratio: 1.93;
}
.pw-index-banner1 img {
  width: 100%;
  display: block;
}
.swiper-slide1-img,
.swiper-slide2-img {
  position: relative;
}
.swiper-slide1 .pw-index-swiper-title {
  font-family: Poppins-Regular;
  font-weight: 400;
  font-size: 3.541666vw;
  line-height: 1.3;
}
.swiper-slide1 .pw-index-swiper-content {
  width: 24.4791666vw;
  color: #ffffff;
  position: absolute;
  top: 17.1354166vw;
  left: 25.208333vw;
}
.swiper-slide1 .pw-index-swiper-description{
  font-weight: 400;
  font-size: 1.25vw;
  line-height: 1.5;
  font-family: Poppins-Regular;
}
.swiper-slide2 .pw-index-swiper-content {
  width: 25.2083vw;
  color: #ffffff;
  position: absolute;
  top: 17.1354166vw;
  left: 52.96875vw;
  
}
.swiper-slide2 .pw-index-swiper-title {
  font-family: Poppins-Regular;
  font-weight: 400;
  font-size: 3.541666vw;
  line-height: 1.3;
  margin-bottom: 10px;
}
.swiper-slide2 .pw-index-swiper-description{
  font-size: 0.9375vw;
  line-height: 1.5;
  font-family: Poppins-Light;
  font-weight: normal;
}
.swiper-button-next {
  background: url(/img/index/swiper-button-pc-next.png);
  background-size: 100%;
  width: 3.65vw;
  height: 3.65vw;
  border-radius: 50%;
  color: rgba(0, 0, 0, 0);
  right: 20vw;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  outline: none;
}
.swiper-button-next:focus {
  outline: none;
}
.swiper-button-next:focus-visible {
  outline: unset;
}
.swiper-button-prev {
  background: url(/img/index/swiper-button-pc-prev.png);
  background-size: 100%;
  width: 3.65vw;
  height: 3.65vw;
  border-radius: 50%;
  color: rgba(0, 0, 0, 0);
  left: 20vw;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  outline: none;
}
.swiper-button-prev:focus {
  outline: none;
}
.swiper-button-prev:focus-visible {
  outline: unset;
}
.pw-index-banner2 {
  position: relative;
  aspect-ratio: 1.93;
}
.pw-index-banner2 img {
  display: block;
  width: 100%;
  height: 100%;
}
.pw-index-banner-content {
  width: 24.89583vw;
  position: absolute;
  top: 4.53125vw;
  left: 25vw;
  font-weight: 400;
  font-size: 3.3333333vw;
  line-height: 1.4;
  font-family: Poppins-Regular;
  color: #1a1a1a;
}
.pw-index-banner-content-title-bold {
  font-family: 'Poppins-Semibold';
}

.pw-index-banner3 img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1.93;
}

.pw-index-container {
  width: 1110px;
  margin: 0 auto;
  padding-top: 87px;
}
.pw-index-blog-title {
  width: 420px;
  margin: 0 auto;
  text-align: center;
  background-color: #fcf7dd;
  height: 30px;
  font-size: 48px;
  line-height: 72px;
  font-family: Poppins-Light;
  font-weight: normal;
  color: #1a1a1a;
  position: relative;
}
.pw-index-blog-title span {
  position: absolute;
  display: block;
  width: 420px;
  text-align: center;
  bottom: -18px;
}
.pw-index-blog {
  padding: 59px 0 0;
  display: flex;
  justify-content: space-between;
}
.pw-index-blog-item {
  width: 350px;
}
.pw-index-blog-item a {
  text-decoration: none;
}
.pw-index-blog-item-img img {
  width: 350px;
  display: block;
}
.pw-index-blog-item-title {
  padding: 10px 0 5px;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  font-family: Poppins-Regular;
  color: #1a1a1a;
}
.pw-index-blog-item-date {
  color: #737373;
  font-size: 15px;
  line-height: 22px;
  font-family: Poppins-Light;
  font-weight: normal;
}
.pw-index-blog-view_all {
  padding-top: 30px;
  padding-bottom: 45px;
  text-align: right;
}
.pw-index-blog-view_all a {
  font-size: 18px;
  line-height: 27px;
  font-family: Poppins-Light;
  font-weight: normal;
  color: #1a1a1a;
  text-decoration: none;
  display: inline-block;
}
.pw-index-blog-view_all img {
  width: 30px;
  padding-left: 10px;
}

/* Pad */
@media screen and (max-width: 1109px) and (min-width: 768px) {
  .pw-index-banner1 {
    background: url(/img/index/swiper-banner-pc-img1.png) no-repeat center;
    aspect-ratio: 0.75;
  }
  .pw-index-banner2,.pw-index-banner3{
    aspect-ratio: 0.75;
  }
  .swiper-slide1 .pw-index-swiper-title {
    font-size: 6.510416vw;
  }
  .swiper-slide1 .pw-index-swiper-content {
    width: 85.11458vw;
    top: 130px;
    left: 7.33333vw;
    
  }
  .swiper-slide1 .pw-index-swiper-description{
    font-size: 3.125vw;
  }
  .swiper-slide2 .pw-index-swiper-content {
    width: 85.114583vw;
    top: 130px;
    left: 7.854166vw;
    font-size: 3.125vw;
  }
  .swiper-slide2 .pw-index-swiper-description{
    font-size: 3.125vw;
  }
  .swiper-slide2 .pw-index-swiper-title {
    font-size: 6.510416vw;
  }
  .swiper-button-next {
    left: 86.458333vw;
    width: 70px;
    height: 70px;
  }
  .swiper-button-prev {
    left: 4.4270833vw;
    width: 70px;
    height: 70px;
  }

  .pw-index-banner-content {
    width: 62.23958vw;
    top: 10.80729vw;
    left: 13.54166vw;
    font-size: 7.29166vw;
  }
  .pw-index-container {
    width: 690px;
    padding: 75px 39px 0;
  }
  .pw-index-blog-title {
    width: 350px;
    height: 25px;
    font-size: 40px;
    line-height: 60px;
  }
  .pw-index-blog-title span {
    width: 350px;
    bottom: -15px;
  }
  .pw-index-blog {
    padding: 50px 0 0;
  }
  .pw-index-blog-item {
    width: 210px;
  }
  .pw-index-blog-item-img img {
    width: 210px;
  }
  .pw-index-blog-item-title {
    font-size: 15px;
    line-height: 22px;
  }
  .pw-index-blog-item-date {
    font-size: 12px;
    line-height: 18px;
  }
  .pw-index-blog-view_all {
    padding-top: 30px;
    padding-bottom: 120px;
  }
}
/* mobile */
@media screen and (max-width: 767px) {
  .pw-index-banner1 {
    background: url(/img/index/swiper-banner-mobile-img1.png) no-repeat center;
    aspect-ratio: 0.75;
  }
  .pw-index-banner2,.pw-index-banner3{
    aspect-ratio: 0.75;
  }
  .swiper-slide1 .pw-index-swiper-title {
    font-size: 6.4vw;
    margin-bottom: 10px;
  }
  .swiper-slide1 .pw-index-swiper-content {
    width: 83.66666vw;
    top: 20vw;
    left: 7.8vw;
    font-size: 3.7333vw;
  }
  .swiper-slide2 .pw-index-swiper-content {
    width: 83.6666vw;
    top: 20vw;
    left: 7.8vw;
    font-size: 3.7333vw;
  }
  .swiper-slide2 .pw-index-swiper-title {
    font-size: 6.4vw;
  }
  .swiper-slide2 .pw-index-swiper-description,.swiper-slide1 .pw-index-swiper-description{
    font-size: 3.7333vw;
  }
  .swiper-button-next {
    background: url(/img/index/swiper-button-mobile-next.png);
    background-size: 100%;
    width: 9.333vw;
    height: 9.333vw;
    left: 87.46666vw;
  }
  .swiper-button-prev {
    background: url(/img/index/swiper-button-mobile-prev.png);
    background-size: 100%;
    width: 9.333vw;
    height: 9.333vw;
    left: 3.4666vw;
  }
  .pw-index-banner-content {
    width: 62.23958vw;
    top: 8.266667vw;
    left: 10.933333vw;
    font-size: 8vw;
  }
  .pw-index-container {
    box-sizing: border-box;
    width: 100%;
    padding: 33px 13px 0 12px;
  }
  .pw-index-blog-title {
    width: 280px;
    height: 20px;
    font-size: 24px;
    line-height: 36px;
  }
  .pw-index-blog-title span {
    width: 280px;
    bottom: 0;
  }
  .pw-index-blog {
    flex-direction: column;
    padding: 10px 0 0;
  }
  .pw-index-blog-item {
    width: 100%;
    padding-bottom: 20px;
  }
  .pw-index-blog-item:last-child{
    padding-bottom: 0;
  }
  .pw-index-blog-item-img img {
    width: 100%;
  }
  .pw-index-blog-item-date {
    font-size: 12px;
    line-height: 18px;
  }
  .pw-index-blog-view_all {
    padding-top: 0;
    padding-bottom: 99px;
  }
}
