section {
  overflow-x: hidden;
}

#sec1 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../img/page_bg.jpg);
}
#sec1 .container {
  position: relative;
}
#sec1 .img_box {
  width: clamp(320px, 25.21vw, 484px);
  aspect-ratio: 484/672;
  padding-top: 20px;
  position: absolute;
  bottom: 0;
  right: 0;
}
#sec1 .img_box img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  /*width: 85%;*/
	width:100%;
}
#sec1 .info {
  width: calc(100% - clamp(320px, 25.21vw, 484px));
}
#sec1 .info h2 {
  font-size: clamp(40px, 3.13vw, 60px);
  font-weight: 700;
}
#sec1 .info h2 span {
  font-size: clamp(20px, 1.25vw, 24px);
  font-weight: 600;
  padding-left: 20px;
  color: #444;
}
#sec1 .info dl {
  font-size: clamp(16px, 1.04vw, 20px);
  color: #3c3c3c;
}
#sec1 .info dt {
  font-weight: 600;
  width: clamp(70px, 5.21vw, 100px);
}
#sec1 .info dd {
  width: calc(100% - clamp(70px, 5.21vw, 100px));
}
#sec1 .info dt:first-of-type,
#sec1 .info dd:first-of-type {
  margin-bottom: 15px;
}
#sec1 .info p {
  font-size: clamp(18px, 1.04vw, 20px);
  font-weight: 600;
  color: #3c3c3c;
}
#sec1 .info .tags {
	min-height:195px;
  gap: 10px 8px;
}
#sec1 .info .tags a {
  border-radius: 20px;
  color: var(--color-point);
  border: 1px solid var(--color-point);
  padding: clamp(3px, 0.31vw, 6px) clamp(10px, 1.04vw, 20px);
  background: #fff;
  font-size: clamp(13px, 0.83vw, 16px);
  font-weight: 600;
}

#sec2 .detail {
  border-top: 1px solid #ddd;
}
#sec2 .detail ul li {
  border-bottom: 1px solid #ddd;
  scroll-margin-top: 140px;
}
#sec2 .detail ul li h4 {
  font-size: clamp(18px, 1.46vw, 28px);
  font-weight: 600;
  padding-left: clamp(15px, 1.3vw, 25px);
  position: relative;
}
#sec2 .detail ul li h4::after {
  position: absolute;
  content: "";
  width: clamp(6px, 0.52vw, 10px);
  height: clamp(6px, 0.52vw, 10px);
  border-radius: 100%;
  background: var(--color-point);
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#sec2 .detail ul li p {
  font-size: clamp(15px, 0.94vw, 18px);
  line-height: 2.11; /* 38px */
}

#infoSwiper {
  overflow: hidden;
}
#infoSwiper .swiper-slide {
  cursor: pointer;
}
#infoSwiper .swiper-slide a {
  font-size: clamp(16px, 1.04vw, 20px);
  line-height: 4; /* 80px */
  font-weight: 700;
  color: #cccccc;
  transition: 0.3s;
}
#infoSwiper .swiper-slide a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #1c42d8;
  transition: transform 0.3s ease;
  transform: scaleX(0);
  transform-origin: right;
}
#infoSwiper .swiper-slide.on a,
#infoSwiper .swiper-slide:hover a {
  color: var(--color-point);
}
#infoSwiper .swiper-slide.on a::after,
#infoSwiper .swiper-slide:hover a::after {
  transform: scaleX(1);
  transform-origin: left;
}

/* ----------------------------- */
/* --------------RWD------------ */
/* ----------------------------- */
@media (max-width: 750px) {
  #sec1 {
    background: none;
  }
  #sec1 .container {
    width: 100% !important;
    padding-top: 0;
  }
  #sec1 .img_box {
    aspect-ratio: unset;
    width: 100%;
    position: inherit;
    bottom: unset;
    right: unset;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../img/page_bg.jpg);
  }
  #sec1 .img_box img {
    position: inherit;
    bottom: unset;
    left: unset;
    transform: unset;
    margin: 0 auto;
    margin-top: clamp(20px, 8vw, 60px);
    width: clamp(210px, 61.73vw, 463px);
  }
  #sec1 .info {
    width: calc(100% - 10.66vw);
    margin: 0 auto;
    border-top: 1px solid #ddd;
  }
  #sec1 .info h2 {
    font-size: clamp(26px, 7.47vw, 56px);
  }
  #sec1 .info h2 span {
    font-size: clamp(18px, 4.27vw, 32px);
    padding-left: clamp(10px, 2.67vw, 20px);
  }
  #sec1 .info dl {
    font-size: clamp(16px, 4.27vw, 32px);
  }
  #sec1 .info dt {
    width: clamp(80px, 16vw, 120px);
  }
  #sec1 .info dd {
    width: calc(100% - clamp(80px, 16vw, 120px));
  }
  #sec1 .info dt:first-of-type,
  #sec1 .info dd:first-of-type {
    margin-bottom: clamp(10px, 2.4vw, 18px);
  }
  #sec1 .info p {
    font-size: clamp(18px, 4.27vw, 32px);
  }
  #sec1 .info .tags {
    gap: clamp(5px, 2vw, 15px);
  }
  #sec1 .info .tags a {
    font-size: clamp(13px, 3.73vw, 28px);
    padding: clamp(3px, 1.33vw, 10px) clamp(5px, 4vw, 30px);
    border-radius: 50px;
  }
  #sec2 .detail ul li h4 {
    font-size: clamp(18px, 4.8vw, 36px);
    padding-left: clamp(16px, 4.8vw, 36px);
  }
  #sec2 .detail ul li h4::after {
    width: clamp(6px, 2.13vw, 16px);
    height: clamp(6px, 2.13vw, 16px);
  }
  #sec2 .detail ul li p {
    font-size: clamp(14px, 3.73vw, 28px);
    line-height: 1.86; /* 52px */
  }
  #infoSwiper {
    margin: 0 clamp(10px, 5.33vw, 40px);
  }
  #infoSwiper .swiper-slide {
    width: auto;
  }
  #infoSwiper .swiper-slide a {
    padding: 0 clamp(10px, 5.33vw, 40px);
    font-size: clamp(15px, 4.8vw, 36px);
    line-height: 2.78; /* 100px */
  }
}