main.no_top_pop .left .img_wrapper {
	top:88px;
}
main.has_top_pop .left .img_wrapper {
	top:128px;
}
body.scroll .left .img_wrapper {
	top: 60px;
}

#sec1 .left {
  width: 52%;
  padding-top: 128px;
}
#sec1 .left .img_wrapper {
  position: sticky;
  /*top: 128px;*/
  height: clamp(405px, 49.48vw, 950px);
  overflow: hidden;
  background-color: #fafafa;
  transition: all 0.3s;
}
#sec1 .left .img_wrapper img {
  transform: scale(0.715) translateY(calc(clamp(60px, 6.25vw, 120px) * -1));
}
#sec1 .right {
  width: 42.2%;
}
#sec1 .right .top .tit h2 {
  font-size: clamp(22px, 1.56vw, 30px);
  font-weight: 700;
}
#sec1 .right .top .tit h2 span {
  font-size: clamp(32px, 2.29vw, 44px);
  margin-right: 10px;
}
#sec1 .right .top .tit a {
  font-size: clamp(13px, 0.94vw, 18px);
  font-weight: 700;
  color: var(--color-point);
  border: 1px solid var(--color-point);
  padding: 0 clamp(15px, 1.3vw, 25px);
  transition: all 0.3s;
}
#sec1 .right .top .tit a:hover {
  background-color: #0d2162;
  color: #fff;
}
#sec1 .right .top .tit a:hover::after {
  background-image: url(../img/sitemap_arrow_w.svg);
}
#sec1 .right .top .tit a::after {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(../img/sitemap_arrow_d.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  margin-left: 10px;
  transition: all 0.3s;
}
#sec1 .right .top .txt {
  font-size: clamp(16px, 1.04vw, 20px);
  font-weight: 600;
  color: var(--color-point);
  line-height: 1.5;
}
#sec1 .right .top .m_counsel_btn {
  display: none;
}
#sec1 .right .top .list .filter {
  background-color: #f9f9f9;
  padding: clamp(15px, 1.56vw, 30px) clamp(23px, 2.34vw, 45px);
  border-top: 1px solid #222;
}
#sec1 .right .top .list .filter > p {
  font-size: clamp(14px, 0.94vw, 18px);
  font-weight: 500;
  padding-top: clamp(5px, 0.52vw, 10px);
  width: clamp(60px, 6.77vw, 130px);
}
#sec1 .right .top .list .filter ul {
  gap: 12px;
  width: calc(100% - clamp(60px, 6.77vw, 130px));
}
#sec1 .right .top .list .filter li {
  background-color: #f0f0f0;
  border-radius: 2px;
  transition: background-color 0.3s ease;
}
#sec1 .right .top .list .filter li a {
  font-size: clamp(12px, 0.83vw, 16px);
  color: #666;
  padding: clamp(6px, 0.63vw, 12px) clamp(12px, 1.2vw, 23px);
  transition: all 0.3s ease;
}
#sec1 .right .top .list .filter li:hover {
  background-color: var(--color-point);
}
#sec1 .right .top .list .filter li:hover a {
  color: #fff;
  font-weight: 600;
}
#sec1 .right .top .list .filter .on {
  background-color: var(--color-point);
}
#sec1 .right .top .list .filter .on a {
  color: #fff;
  font-weight: 600;
}
#sec1 .right .top .list .hashtag ul li {
  background-color: #fff;
  margin-bottom: 10px;
  margin-right: 8px;
}
#sec1 .right .top .list .hashtag ul li a {
  background-color: #fff;
  font-size: clamp(14px, 0.78vw, 15px);
  padding: 8px clamp(10px, 0.89vw, 17px);
  color: #666;
  border: 1px solid #ddd;
  border-radius: 200px;
}
#sec1 .right .bottom .history {
  border-bottom: 1px solid #ddd;
}
#sec1 .right .bottom h2 {
  font-size: clamp(23px, 1.56vw, 30px);
  font-weight: 600;
  color: var(--color-point);
}
#sec1 .right .bottom ul li {
  font-size: clamp(13px, 1.04vw, 18px);
  color: #444;
  line-height: 2;
  display: flex;
  align-items: flex-start;
  padding-left: clamp(15px, 1.46vw, 28px);
  position: relative;
}
#sec1 .right .bottom ul li::before {
  content: "";
  width: clamp(5px, 0.42vw, 8px);
  height: clamp(5px, 0.42vw, 8px);
  background-color: #ddd;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: clamp(10px, 0.73vw, 14px);
}
#sec1 .success_swiper {
  background-color: #f7f7f7;
  padding: clamp(80px, 6.25vw, 120px) 0 clamp(140px, 9.38vw, 180px);
  overflow: hidden;
}
#sec1 .success_swiper .swiper-container {
  padding: 0 clamp(130px, 13.54vw, 260px);
  position: relative;
}
#sec1 .success_swiper .swiper-slide {
  background-color: #fff;
  transition: box-shadow 0.3s;
}
#sec1 .success_swiper .swiper-slide a {
  padding: clamp(20px, 2.08vw, 40px);
}
#sec1 .success_swiper .swiper-slide a > span {
  font-size: clamp(16px, 0.94vw, 18px);
  font-weight: 700;
  color: var(--color-point);
}
#sec1 .success_swiper .swiper-slide a .tit {
  font-size: clamp(20px, 1.15vw, 22px);
  font-weight: 700;
  word-break: break-all;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 1.4;
}
#sec1 .success_swiper .swiper-slide a .txt {
  font-size: clamp(13px, 0.73vw, 14px);
  color: #444;
  word-break: break-all;
  -webkit-line-clamp: 3;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 1.6;
}
#sec1 .success_swiper .swiper-slide a ul li:not(:last-child) {
  margin-right: 14px;
}
#sec1 .success_swiper .swiper-slide a ul li > p {
  font-size: clamp(12px, 0.68vw, 13px);
  color: #444;
}
#sec1 .success_swiper .swiper-slide a .img_wrapper {
  width: clamp(50px, 3.13vw, 60px);
  height: clamp(50px, 3.13vw, 60px);
  overflow: hidden;
  background-color: #e4e7ef;
  border-radius: 50%;
}
#sec1 .success_swiper .swiper-slide a .img_wrapper img {
  transform: scale(1.18) translateY(10px);
}
#sec1 .success_swiper .swiper-slide:hover {
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
}
#sec1 .success_swiper .swiper-pagination {
  top: clamp(350px, 21.35vw, 410px);
  width: clamp(620px, 72.92vw, 1400px);
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ccc;
}
#sec1 .success_swiper .swiper-pagination .swiper-pagination-progressbar-fill {
  background-color: #0d2162;
}

@media (min-width:1921px){
	#sec1 .content_wrapper {
		margin:0 auto;
	}
}
@media (max-width: 1300px) {
  #sec1 .success_swiper .swiper-container {
    padding: 0 clamp(40px, 6.15vw, 80px);
  }
}
@media (max-width: 750px) {
  #sec1 .content_wrapper {
    flex-direction: column;
    width: 100%;
  }
  #sec1 .content_wrapper .left {
    width: 100%;
    padding-top: clamp(58px, 17.07vw, 128px);
  }
  #sec1 .content_wrapper .left .img_wrapper {
    width: 100%;
    /*height: clamp(420px, 126.67vw, 950px);*/
		height:clamp(300px, 113.33vw, 850px);
    position: relative;
    top: 0;
    text-align: center;
  }
  #sec1 .content_wrapper .left .img_wrapper img {
    width: 100%;
    transform: translateY(0px) scale(0.85);
  }
  #sec1 .content_wrapper .right {
    width: calc(100% - 12.26vw);
    margin: 0 auto;
  }
  #sec1 .content_wrapper .right .top .tit h2 {
    font-size: clamp(18px, 4vw, 34px);
  }
  #sec1 .content_wrapper .right .top .tit h2 span {
    font-size: clamp(28px, 8vw, 64px);
  }
  #sec1 .content_wrapper .right .top .tit a {
    display: none;
  }
  #sec1 .content_wrapper .right .top .txt {
    font-size: clamp(14px, 4vw, 34px);
  }
  #sec1 .content_wrapper .right .top .m_counsel_btn {
    display: flex;
    background-color: var(--color-point);
    color: #fff;
    font-size: clamp(15px, 4.53vw, 34px);
    font-weight: 600;
    padding: clamp(16px, 5.33vw, 40px) 0;
  }
  #sec1 .content_wrapper .right .top .m_counsel_btn::after {
    content: "";
    width: clamp(14px, 2.67vw, 20px);
    height: clamp(14px, 2.67vw, 20px);
    background-image: url(../img/sitemap_arrow_w.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    margin-left: clamp(10px, 2.67vw, 20px);
  }
  #sec1 .content_wrapper .right .top .list .filter {
    flex-direction: column;
    padding: clamp(30px, 8vw, 60px) clamp(15px, 4vw, 30px);
  }
  #sec1 .content_wrapper .right .top .list .filter > p {
    font-size: clamp(18px, 4vw, 30px);
  }
  #sec1 .content_wrapper .right .top .list .filter ul {
    gap: 14px;
    width: 100%;
  }
  #sec1 .content_wrapper .right .top .list .filter li a {
    font-size: clamp(16px, 3.73vw, 28px);
    padding: clamp(9px, 2.4vw, 18px) clamp(12px, 3.2vw, 24px);
    border-radius: 2px;
  }
  #sec1 .content_wrapper .right .top .list .hashtag ul li {
    margin-right: clamp(7px, 1.87vw, 14px);
    margin-bottom: clamp(7px, 1.87vw, 14px);
  }
  #sec1 .content_wrapper .right .top .list .hashtag ul li a {
    font-size: clamp(16px, 3.73vw, 28px);
    padding: clamp(9px, 2.4vw, 18px) clamp(12px, 3.2vw, 24px);
  }
  #sec1 .content_wrapper .right .bottom h2 {
    font-size: clamp(20px, 5.07vw, 38px);
  }
  #sec1 .content_wrapper .right .bottom ul li {
    font-size: clamp(15px, 4vw, 30px);
	padding-left: clamp(20px, 5.33vw, 40px);
  }
  #sec1 .content_wrapper .right .bottom ul li::before {
    width: clamp(5px, 1.33vw, 10px);
    height: clamp(5px, 1.33vw, 10px);
    top: clamp(10px, 3.47vw, 26px);
  }
  #sec1 .success_swiper {
    padding: clamp(70px, 18.67vw, 140px) 0;
  }
  #sec1 .success_swiper .swiper-container {
    padding: 0;
    padding-left: 6.13vw;
  }
  #sec1 .success_swiper .swiper-slide a {
    padding: clamp(36px, 10.67vw, 80px) clamp(20px, 5.33vw, 40px);
  }
  #sec1 .success_swiper .swiper-slide a > span {
    font-size: clamp(18px, 4vw, 30px);
  }
  #sec1 .success_swiper .swiper-slide a .tit {
    font-size: clamp(22px, 4.53vw, 34px);
  }
  #sec1 .success_swiper .swiper-slide a .txt {
    font-size: clamp(16px, 4vw, 30px);
    -webkit-line-clamp: 3;
  }
  #sec1 .success_swiper .swiper-slide a .img_wrapper {
    width: clamp(60px, 16vw, 120px);
    height: clamp(60px, 16vw, 120px);
  }
  #sec1 .success_swiper .swiper-slide a .img_wrapper img {
    transform: translateY(clamp(15px, 4vw, 30px)) scale(1.18);
  }
  #sec1 .success_swiper .swiper-slide a ul li > p {
    font-size: clamp(14px, 3.2vw, 24px);
  }
  #sec1 .success_swiper .swiper-pagination {
    display: none;
  }
}