.kv {
  width: 1024px;
  margin: 0 auto;
}

.art_sec {
  margin-bottom: 54px;
}

.anc_wrapper{
  position: relative;
  width: calc(800px - (24px * 2) - 2px);
  margin: 0 auto;
  padding: 24px;
  background: #FAFAFA;
  border: 1px solid #E7E7E7;
  border-radius: 4px;
  margin-bottom: 80px;
  box-sizing: content-box;
  overflow: hidden;
}

.anc_wrapper .anc_ttl {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
  color: #333;
}

.text {
  /* height: 200px;
  overflow: hidden; */
}

.anc_wrapper li {
  margin-bottom: 8px;
}

.anc_wrapper li:last-child {
  margin-bottom: 24px;
}

.anc-link {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  position: relative;
}

.anc-link:hover {
  opacity: 0.5;
  transition: 0.2s;
}


.anc-link::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #83C2F0;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  display: inline-block;
  margin-right: 10px;
}


.show_more {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 16px 25px;
  text-align: center;
  background: #fafafa;
  cursor: pointer;
  transition: bottom 0.2s;
  color: #838383;
  font-size: 14px;
}

.show_more::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 247, 247, 0)), to(#fafafa));
  background: -webkit-linear-gradient(top, rgba(247, 247, 247, 0), #fafafa);
  background: -moz-linear-gradient(top, rgba(247, 247, 247, 0), #fafafa);
  background: -ms-linear-gradient(top, rgba(247, 247, 247, 0), #fafafa);
  background: -o-linear-gradient(top, rgba(247, 247, 247, 0), #fafafa);
  content: "";
  display: block;
  position: absolute;
  top: -70px;
  height: 70px;
  left: 0;
  right: 0;
  pointer-events: none;
}

.show_more::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 5px;
  border-right: 2px solid #83C2F0;
  border-bottom: 2px solid #83C2F0;
  transform: rotate(45deg);
  vertical-align: 2px;
  margin-left: 8px;
}


.show_more.active:before {
  display: none;
}

.show_more.active:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 5px;
  border-top: 2px solid #83C2F0;
  border-left: 2px solid #83C2F0;
  border-right: none;
  border-bottom: none;
  transform: rotate(45deg);
  vertical-align: 0;
  margin-left: 8px;
}

.active {
  background: none;
}



.famous_sec {
  width: 1024px;
  margin: 0 auto;
  margin-bottom: 80px;
}

.exp_wrap {
  padding-bottom: 60px;
  border-bottom: 1px dashed #c5c5c5;
}

.exp_wrap__article {
	display: flex;
	gap: 40px;
	padding: 24px 0;
}

.exp_wrap__article-slide {
    position: relative;
    width: 400px;
    overflow: hidden;
    align-self: flex-start;
}

.exp_wrap__article-slide .swiper-slide {
    overflow: hidden;
}

.exp_wrap__article-slide iframe {
    width: 100%;
    height: 319px;
}

.exp_wrap__article-textGroup {
    flex: 1;
	width: 1024px;
}

.exp_wrap__article-textGroup .txt_ttl {
  padding-left: 16px;
  border-left: 4px solid #83C2F0;
  margin-bottom: 16px;
}


.exp_wrap__article-textGroup .txt01 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 4px;
}

.exp_wrap__article-textGroup .txt02 {
	font-size: 16px;
}

.exp_wrap__article-textGroup .txt03 {
	font-size: 15px;
  font-weight: 300;
  line-height: 1.7;
}


.swiper-pagination {
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  position: relative;
  margin-top: 3px;
}


.exp_wrap__article-slide .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.exp_wrap__article-slide .swiper-pagination-bullet-active {
    background: #83C2F0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 0;
  left: 0;
  width: 100%;
}


.map_wrap {
  display: flex;
  gap: 40px;
  width: 1024px;
  padding: 30px;
  background: #F5F5F5;
  border-radius: 6px;
}

.map_txtwrap {
  width: 481px;
  flex: 1;
}

.map_ttl {
  font-size: 18px;
  display: flex;
  align-items: center;
  font-weight: 600;
  margin-bottom: 24px;
  color: #333333;
}

.map_ttl::before {
  content: "";
  display: block;
  width: 16px;
  height: 19px;
  margin-right: 5px;
  background: url(/attending/guide/common_kaigai/images/mark.svg) no-repeat center / contain;
  color: #333333;
}

.map_txtwrap dl {
  margin-bottom: 16px;
}

.map_txtwrap dt {
  font-size: 14px;
  color: #333333;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 8px;
}

.map_txtwrap dd {
  font-size: 14px;
  color: #333333;
  font-weight: 400;
}

.map_txtwrap dt::after{
   border-top: 1px dashed #C3C3C3; 
  content: "";
  flex-grow: 1; /* 横幅いっぱい */
  height: 1px; /* 横線の高さ */
}

.map_txtwrap dt::before {
  margin-right: 8px; /* 文字との余白 */
}
.map_txtwrap dt::after {
  margin-left: 8px; /* 文字との余白 */
}






