section .container .wrapper .tit_area .txt {
  color: #cfa972;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 5px;
  margin-bottom: 20px;
  text-transform: uppercase;
  overflow: hidden;
}
section .container .wrapper .tit_area .txt span {
  transition: transform 1.2s 0.2s;
  transform: translateY(-100%);
}
section .container .wrapper .tit_area .tit {
  font-weight: 400;
  overflow: hidden;
  letter-spacing: 2px;
  color: #fff;
  font-size: 46px;
}
section .container .wrapper .tit_area .tit span {
  transition: transform 1.2s 0.4s;
  transform: translateY(-100%);
}
section .container .wrapper .tit_area.on .txt span,
section .container .wrapper .tit_area.on .tit span {
  transform: translateY(0);
}

.sec_visual .container {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../img/sub_visual_bg.jpg);
}

.sec_go_request .container .wrapper {
  color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../img/sub_bottom_visual_bg.jpg);
}
.sec_go_request .container .wrapper .go_request_area .txt_area.on .txt span,
.sec_go_request .container .wrapper .go_request_area .txt_area.on .tit span {
  transform: translateY(0);
}
.sec_go_request .container .wrapper .go_request_area .txt_area .tit {
  color: #fff;
  font-size: 40px;
  font-weight: 400;
  overflow: hidden;
}
.sec_go_request .container .wrapper .go_request_area .txt_area .tit span {
  transition: transform 1.2s 0.2s;
  transform: translateY(-100%);
}
.sec_go_request .container .wrapper .go_request_area .txt_area .txt {
  color: #fff;
  text-align: center;
  font-size: 19px;
  font-weight: 400;
  overflow: hidden;
}
.sec_go_request .container .wrapper .go_request_area .txt_area .txt span {
  transition: transform 1.2s 0.4s;
  transform: translateY(-100%);
}
.sec_go_request .container .wrapper .go_request_area .view_more_btn {
  gap: 20px;
  width: 160px;
  position: relative;
}
.sec_go_request .container .wrapper .go_request_area .view_more_btn:hover .circle {
  width: 100%;
}
.sec_go_request .container .wrapper .go_request_area .view_more_btn:hover .circle .arrow_icon {
  left: 30px;
  width: 24px;
  height: 9px;
  background-size: 24px 9px;
  background-image: url(../img/field_arrow_white_hover.svg);
}
.sec_go_request .container .wrapper .go_request_area .view_more_btn .circle {
  background: var(--color-point-beige);
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}
.sec_go_request .container .wrapper .go_request_area .view_more_btn .circle .arrow_icon {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(-50%, -50%);
  width: 5px;
  height: 9px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../img/field_arrow_white.svg);
  transition: width 0.45s;
}
.sec_go_request .container .wrapper .go_request_area .view_more_btn .txt {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding-right: 20px;
  margin: 0 0 0 60px;
  color: #fff;
  font-size: 15px;
  line-height: 40px;
  font-weight: 400;
}

.sub_cate_tit {
  color: #222;
  font-size: 24px;
  font-weight: 600;
  padding-left: 26px;
  position: relative;
}
.sub_cate_tit::after {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  width: 3px;
  height: 22px;
  background: #cfa972;
}

/* RWD */
@media (max-width: 1080px) {
  section .container .wrapper .tit_area .txt {
    font-size: 2.963vw;
    letter-spacing: 0.463vw;
    margin-bottom: 1.1111vw;
  }
  section .container .wrapper .tit_area .tit {
    font-size: 5.5556vw;
    letter-spacing: 0.122vw;
  }
  .sec_visual .container {
    background-image: url(../img/sub_visual_bg_mo.jpg);
  }
  .sec_visual .container .wrapper {
    padding: 35.7407vw 0 23.1481vw;
  }
  .sec_go_request .container .wrapper {
    padding: 12.963vw 0;
    background-image: url(../img/sub_bottom_visual_bg_mo.jpg);
  }
  .sec_go_request .container .wrapper .go_request_area .txt_area .tit {
    font-size: 5.5556vw;
    padding-bottom: 2.7778vw;
  }
  .sec_go_request .container .wrapper .go_request_area .txt_area .txt {
    font-size: 3.7037vw;
    line-height: 5.1852vw;
    padding-bottom: 4.6296vw;
  }
  .sec_go_request .container .wrapper .go_request_area .txt_area .txt .mo_br {
    display: block;
  }
  .sec_go_request .container .wrapper .go_request_area .view_more_btn {
    width: 26.8519vw;
  }
  .sec_go_request .container .wrapper .go_request_area .view_more_btn:hover .circle .arrow_icon {
    left: 5vw;
    width: 5.5556vw;
    height: 2.1296vw;
    background-size: 5.5556vw 2.1296vw;
  }
  .sec_go_request .container .wrapper .go_request_area .view_more_btn .circle {
    width: 6.4815vw;
    height: 6.4815vw;
  }
  .sec_go_request .container .wrapper .go_request_area .view_more_btn .circle .arrow_icon {
    left: 3.5vw;
    width: 1vw;
    height: 1.6vw;
  }
  .sec_go_request .container .wrapper .go_request_area .view_more_btn .txt {
    font-size: 2.7778vw;
    letter-spacing: 0.0926vw;
    line-height: 6.4815vw;
    padding-right: 1.8519vw;
    margin-left: 9vw;
  }
  .sub_cate_tit {
    font-size: 4.6296vw;
    padding-left: 3.0556vw;
  }
  .sub_cate_tit::after {
    width: 0.463vw;
    height: 4.3519vw;
  }
}
/* --------------------- sec 1 start --------------------- */
.sec_1 .container .wrapper {
  max-width: 1640px;
  width: 96%;
}
.sec_1 .container .wrapper .map_area .inner .office_choice_box {
  gap: 12px;
}
.sec_1 .container .wrapper .map_area .inner .office_choice_box .office_choice_btn {
  color: #222;
  font-size: 18px;
  font-weight: 400;
  padding: 16px 60px;
  border: 1px solid #ddd;
  transition: 0.4s;
  width : 193px;
}
.sec_1 .container .wrapper .map_area .inner .office_choice_box .office_choice_btn.on {
  color: #fff;
  background: var(--color-point-beige);
  border-color: var(--color-point-beige);
}
.sec_1 .container .wrapper .map_area .inner .map_box .branch2,
.sec_1 .container .wrapper .map_area .inner .map_box .branch3 {
  display: none;
}
.sec_1 .container .wrapper .map_area .inner .info_box dl {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 16px;
  padding-left: 24px;
  font-size: 18px;
  font-weight: 400;
}
.sec_1 .container .wrapper .map_area .inner .info_box dl.adress {
  background-image: url(../img/location_locate_icon.svg);
}
.sec_1 .container .wrapper .map_area .inner .info_box dl.tel {
  background-image: url(../img/location_tel_icon.svg);
}
.sec_1 .container .wrapper .map_area .inner .info_box dl.phone {
  background-image: url(../img/location_phone_icon.svg);
}
.sec_1 .container .wrapper .map_area .inner .info_box dl dt {
  min-width: 133px;
  color: #222;
}
.sec_1 .container .wrapper .map_area .inner .info_box dl dd {
  color: #444;
}
.sec_1 .container .wrapper .map_area .inner .info_box.branch2, .sec_1 .container .wrapper .map_area .inner .info_box.branch3 {
//  display: none;
}
.sec_1 .container .wrapper .map_area .info_box.hide{
	display:none;
}


.sec_1 .container .wrapper .swiper_area .inner .swiper {
  position: relative;
  padding-top: 40px;
  overflow: visible;
}
.sec_1 .container .wrapper .swiper_area .inner .swiper .swiper-container {
  overflow: hidden;
}
.sec_1 .container .wrapper .swiper_area .inner .swiper .swiper-container .swiper-wrapper .swiper-slide .branch2,
.sec_1 .container .wrapper .swiper_area .inner .swiper .swiper-container .swiper-wrapper .swiper-slide .branch3 {
  display: none;
}
.sec_1 .container .wrapper .swiper_area .inner .swiper .swiper-controller {
  position: absolute;
  top: -25px;
  right: 0;
}
.sec_1 .container .wrapper .swiper_area .inner .swiper .swiper-controller .swiper_btn {
  width: 15px;
  height: 9px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.sec_1 .container .wrapper .swiper_area .inner .swiper .swiper-controller .swiper_btn.swiper_prev_btn {
  margin-right: 20px;
  background-image: url(../img/swiper_prev_arrow.svg);
}
.sec_1 .container .wrapper .swiper_area .inner .swiper .swiper-controller .swiper_btn.swiper_next_btn {
  background-image: url(../img/swiper_next_arrow.svg);
}

/* RWD */
@media (max-width: 1080px) {
  .sec_1 .container .wrapper {
    width: 100%;
    padding: 11.1111vw 0 16.6667vw;
  }
  .sec_1 .container .wrapper .map_area {
    padding: 0 3.7037vw 16.6667vw;
  }
  .sec_1 .container .wrapper .map_area .inner .office_choice_box {
    gap: 2.7778vw;
    padding-bottom: 5.5556vw;
  }
  .sec_1 .container .wrapper .map_area .inner .office_choice_box .office_choice_btn {
    width: calc(100% - 1.8518666667vw);
    font-size: 3.7037vw;
    padding: 3.3333vw 0;
  }
  .sec_1 .container .wrapper .map_area .inner .map_box {
    height: 66.6667vw;
    padding-bottom: 3.7037vw;
  }
  .sec_1 .container .wrapper .map_area .inner .map_box iframe {
    height: 100%;
  }
  .sec_1 .container .wrapper .map_area .inner .info_box dl {
    background-repeat: no-repeat;
    background-position: left 1.5vw;
    background-size: 3.2407vw;
    background-size: 3.2407vw;
    padding-left: 5.5556vw;
    font-size: 3.7037vw;
    align-items: flex-start;
  }
  .sec_1 .container .wrapper .map_area .inner .info_box dl:not(:last-child) {
    margin-bottom: 2.4074vw;
  }
  .sec_1 .container .wrapper .map_area .inner .info_box dl dt {
    min-width: 19.6296vw;
  }
  .sec_1 .container .wrapper .map_area .inner .info_box dl dd {
    font-size: 3.7037vw;
    line-height: 5vw;
  }
  .sec_1 .container .wrapper .swiper_area .inner .sub_cate_tit {
    margin: 0 3.7037vw;
  }
  .sec_1 .container .wrapper .swiper_area .inner .swiper {
    padding-top: 5.5556vw;
  }
  .sec_1 .container .wrapper .swiper_area .inner .swiper .swiper-controller {
    top: -1.3889vw;
    right: 3.7037vw;
    transform: translateY(-50%);
  }
  .sec_1 .container .wrapper .swiper_area .inner .swiper .swiper-controller .swiper_btn {
    width: 4.7222vw;
    height: 2.6852vw;
  }
  .sec_1 .container .wrapper .swiper_area .inner .swiper .swiper-controller .swiper_btn.swiper_prev_btn {
    margin-right: 4.6296vw;
  }
}