.ani_load_up {
  transition: transform 0.7s ease, opacity 0.7s ease, filter 0.7s ease;
  transform: translate(0, 20px);
  opacity: 0;
}

.ani_load_down {
  transition: transform 0.7s ease, opacity 0.7s ease, filter 0.7s ease;
  transform: translate(0, -20px);
  opacity: 0;
}

.ani_load_to_left {
  transition: transform 0.7s ease, opacity 0.7s ease, filter 0.7s ease;
  transform: translate(20px, 0);
  opacity: 0;
}

.ani_load_to_right {
  transition: transform 0.7s ease, opacity 0.7s ease, filter 0.7s ease;
  transform: translate(-20px, 0);
  opacity: 0;
}

.sec_head.bg_type1 {
  background-image: url(../img/work1_head_bg.jpg);
}
.sec_head.bg_type2 {
  background-image: url(../img/work2_head_bg.jpg);
}

.swiper_area {
  overflow: hidden;
  position:relative;
}

.swiper_area a {
	overflow:hidden;
	position:relative;
	padding-bottom:180.25%;
}
.swiper_area iframe {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:50%;
	transform:translateX(-50%);
}

.cate_list li {
  width: calc((100% - 6.75vw) / 6);
}
.cate_list li:not(:last-of-type) {
  margin-right: 1.35vw;
}
.cate_list li {
  min-width: 200px;
}
.cate_list li a {
  font-size: clamp(18px, 1.25vw, 24px);
  color: #888;
  line-height: 60px;
  transition: 0.3s 0.3s;
  position: relative;
}
.cate_list li a::after, .cate_list li a::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
}
.cate_list li a::before {
  background: #e9e9e9;
  z-index: 1;
}
.cate_list li a::after {
  background: #a8b062;
  transform: scale3d(0, 1, 1);
  transform-origin: 100% 50%;
  transition: transform 0.3s;
  z-index: 2;
}
.cate_list li a.on, .cate_list li a:hover {
  color: #a8b062;
  font-weight: 700;
}
.cate_list li a.on::after, .cate_list li a:hover::after {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
}

.cont_area:last-of-type {
  border-top: 1px solid #9c9c9c;
}
.cont_area .sub_tit {
  font-size: clamp(28px, 1.56vw, 30px);
  font-weight: 700;
}
.cont_area .sub_tit span {
  color: #a8b062;
}
.cont_area .cont_tit {
  font-size: clamp(22px, 1.56vw, 30px);
  word-break: break-all;
}
.cont_area .cont_tit span {
  color: #a8b062;
  font-weight: 700;
}
.cont_area .cont_txt1 {
  font-size: clamp(19px, 1.25vw, 24px);
  font-weight: 700;
  word-break: break-all;
}
.cont_area .cont_txt2 {
  font-size: clamp(16px, 0.94vw, 18px);
  line-height: 1.67; /* 30px */
  word-break: break-all;
}
.cont_area .check_txt {
  font-size: clamp(16px, 0.94vw, 18px);
  line-height: 2.5; /* 45px */
  background: #a8b062;
  border-radius: 5px;
  color: #fff;
  width: 240px;
}
.cont_area .check_txt i {
  width: 18px;
  height: 13px;
  background-image: url(../img/work_white_arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-right: 5px;
}
.cont_area .flex_box .left {
  width: 33%;
  min-width: 300px;
}
.cont_area .flex_box .right {
  width: 67%;
  padding-left: clamp(20px, 2.6vw, 50px);
}
.cont_area .flex_list li {
  width: calc((100% - 6.88vw) / 5);
}
.cont_area .flex_ico_list li {
  background: #f3f3f3;
  border-radius: 10px;
  position: relative;
  width: clamp(140px, 7.29vw, 140px);
  height: clamp(140px, 7.29vw, 140px);
  margin-right: 20px;
}
.cont_area .flex_ico_list img {
  width: clamp(45px, 2.34vw, 45px);
  position: absolute;
  top: clamp(53px, 2.76vw, 53px);
  transform: translateY(-50%);
}
.cont_area .flex_ico_list p {
  width: 100%;
  position: absolute;
  bottom: clamp(25px, 1.3vw, 25px);
}
.cont_area .process img {
  width: auto;
}
.cont_area .process p {
  width: 100%;
}
.cont_area .process li {
  font-size: clamp(14px, 0.94vw, 18px);
}
.cont_area .process li:not(:last-of-type) {
  position: relative;
}
.cont_area .process li:not(:last-of-type)::after {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  content: "";
  width: clamp(28px, 1.46vw, 28px);
  height: clamp(16px, 0.83vw, 16px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(../img/work_proccess_arrow.png);
}
.cont_area .process.round.wide li {
  width: calc((100% - clamp(40px, 3.54vw, 68px) * 4) / 5);
}
.cont_area .process.round li {
  width: calc((100% - clamp(40px, 3.54vw, 68px) * 5) / 6);
  min-width: 150px;
  margin-top: 20px;
}
.cont_area .process.round li:not(:last-of-type) {
  margin-right: clamp(50px, 3.54vw, 68px);
}
.cont_area .process.round li:not(:last-of-type)::after {
  right: clamp(-46px, -2.4vw, -40px);
}
.cont_area .process.round li.plus_column i {
  margin: 20px auto;
}
.cont_area .process.round li.plus_row {
  width: unset;
  min-width: unset;
}
.cont_area .process.round li.plus_row p {
  width: clamp(120px, 8.59vw, 165px);
}
.cont_area .process.round li.plus_row i {
  margin: 0 clamp(10px, 1.04vw, 20px);
}
.cont_area .process.round p {
  border-radius: 90px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.cont_area .process.round p.gray {
  background: #f3f3f3;
  color: #222;
}
.cont_area .process.round p.light_green {
  background: #a8b062;
}
.cont_area .process.round p.red {
  background: #964d4d;
}
.cont_area .process.round p.blue {
  background: #336a97;
}
.cont_area .process.round p.mint {
  background: #369b96;
}
.cont_area .process.round i {
  width: 20px;
  height: 20px;
  position: relative;
  background-image: url(../img/work_plus.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.cont_area .process.circle li {
  width: clamp(110px, 7.55vw, 145px);
  height: clamp(110px, 7.55vw, 145px);
  background: #f3f3f3;
  border-radius: 100%;
}
.cont_area .process.circle li:not(:last-of-type) {
  margin-right: clamp(60px, 5.63vw, 108px);
}
.cont_area .process.circle li:not(:last-of-type)::after {
  right: clamp(-67px, -3.49vw, -43px);
}
.cont_area .faq_list {
  padding: clamp(30px, 2.08vw, 40px) clamp(40px, 5.21vw, 100px);
  background: #f5f5f5;
}
.cont_area .faq_list li:not(:last-child) {
  border-bottom: 1px solid #9c9c9c;
}
.cont_area .faq_list li .top {
  font-size: clamp(19px, 1.25vw, 24px);
  line-height: 1.21; /* 29px */
  font-weight: 700;
  padding-left: 40px;
  padding-right: 30px;
  position: relative;
  cursor: pointer;
}
.cont_area .faq_list li .top::after, .cont_area .faq_list li .top::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.cont_area .faq_list li .top::before {
  left: 0;
  width: 27px;
  height: 27px;
  border-radius: 100%;
  background: #a8b062;
  color: #fff;
  text-align: center;
  content: "Q";
  font-size: clamp(17px, 1.04vw, 20px);
  line-height: 27px;
  font-weight: 700;
}
.cont_area .faq_list li .top::after {
  content: "";
  right: 0;
  width: 22px;
  height: 13px;
  background: url(../img/work_down_black_arrow.png) no-repeat center/cover;
}
.cont_area .faq_list li .toggle {
  display: none;
  background: #a8b062;
  color: #fff;
  padding: 20px 30px 20px 60px;
  line-height: 1.22; /* 22px */
  word-break: break-all;
  text-align: justify;
  font-size: clamp(15px, 0.94vw, 18px);
  position: relative;
}
.cont_area .faq_list li .toggle::before {
  position: absolute;
  top: 20px;
  left: 30px;
  color: #fff;
  content: "A";
  font-size: clamp(17px, 1.04vw, 20px);
  font-weight: 700;
}
.cont_area .faq_list li.on {
  border-bottom: none;
}

/* RWD */
@media (max-width: 1100px) {
  .cate_list li {
    width: calc((100% - 2.7vw) / 3);
    min-width: 200px;
    max-width: unset;
    margin-right: 0 !important;
  }
  .cate_list li:not(:nth-child(3n)) {
    margin-right: 1.35vw !important;
  }
  .cate_list li:nth-child(-n+3) {
    margin-bottom: 1.35vw;
  }
  .cont_area .flex_list {
    justify-content: center;
  }
  .cont_area .flex_list li {
    width: calc((100% - 5vw) / 3);
  }
  .cont_area .flex_list li:not(:nth-child(3n)) {
    margin-right: 2.5vw;
  }
  .cont_area .flex_list li:nth-child(n+4) {
    margin-top: 4vw;
  }
}
@media (max-width: 900px) {
  .cont_area .flex_box {
    align-items: flex-start;
  }
}
@media (max-width: 750px) {
  .cate_list li {
    width: calc((100% - 1.33vw) / 2);
    margin-bottom: 0;
    min-width: unset;
  }
  .cate_list li:not(:nth-child(3n)) {
    margin-right: 0 !important;
  }
  .cate_list li:nth-child(2n) {
    margin-left: 1.33vw;
  }
  .cate_list li:nth-child(-n+4) {
    margin-bottom: 2.67vw;
  }
  .cate_list li a {
    font-size: clamp(16px, 4.44vw, 33px);
    line-height: 10vw; /* 75px */
  }
  .cont_area .sub_tit {
    font-size: clamp(26px, 6.67vw, 50px);
    line-height: 1.2; /* 60px */
  }
  .cont_area .cont_tit {
    font-size: clamp(22px, 6.67vw, 50px);
    line-height: 1.2; /* 60px */
  }
  .cont_area .cont_txt1 {
    font-size: clamp(17px, 5vw, 37.5px);
    line-height: 1.33; /* 50px */
  }
  .cont_area .cont_txt2 {
    font-size: clamp(15px, 3.89vw, 29px);
    line-height: 1.44; /* 42px */
  }
  .cont_area .check_txt {
    width: 66.67vw; /*500px*/
    font-size: clamp(17px, 5vw, 37.5px);
  }
  .cont_area .check_txt i {
    width: clamp(17px, 4.93vw, 37px);
    height: clamp(7px, 3.6vw, 27px);
  }
  .cont_area .flex_box {
    flex-wrap: wrap;
  }
  .cont_area .flex_box .left {
    width: 100%;
    min-width: unset;
  }
  .cont_area .flex_box .right {
    width: 100%;
    padding-left: 0;
  }
  .cont_area .flex_ico_list {
    justify-content: space-between;
  }
  .cont_area .flex_ico_list li {
    width: calc((100% - clamp(10px, 5.33vw, 40px)) / 2);
    height: clamp(110px, 38.67vw, 290px);
    margin-right: 0;
    margin-bottom: clamp(10px, 5.33vw, 40px);
  }
  .cont_area .flex_ico_list img {
    width: clamp(35px, 12vw, 90px);
    top: clamp(5px, 14.67vw, 110px);
  }
  .cont_area .flex_ico_list p {
    bottom: clamp(5px, 6.67vw, 50px);
  }
  .cont_area .flex_list {
    justify-content: center;
  }
  .cont_area .flex_list li {
    width: 90%;
  }
  .cont_area .flex_list li:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .cont_area .flex_list li:nth-child(n+4) {
    margin-top: 0;
  }
  .cont_area .process {
    display: block;
  }
  .cont_area .process img {
    width: clamp(35px, 12.4vw, 93px);
  }
  .cont_area .process li {
    font-size: clamp(14px, 5vw, 37.5px);
  }
  .cont_area .process li:not(:last-of-type)::after {
    width: clamp(28px, 7.73vw, 58px);
    height: clamp(15px, 4.4vw, 33px);
    top: unset;
    transform: translate(50%, 0) rotate(90deg);
    right: 50% !important;
  }
  .cont_area .process.round.wide li,
  .cont_area .process.round li {
    width: clamp(150px, 58.27vw, 437px) !important;
    min-width: unset;
    margin: 0 auto clamp(60px, 18.67vw, 140px) auto;
  }
  .cont_area .process.round.wide li:last-of-type,
  .cont_area .process.round li:last-of-type {
    margin-bottom: 0;
  }
  .cont_area .process.round.wide li:not(:last-of-type),
  .cont_area .process.round li:not(:last-of-type) {
    margin-right: auto;
  }
  .cont_area .process.round.wide li:not(:last-of-type)::after,
  .cont_area .process.round li:not(:last-of-type)::after {
    bottom: clamp(-80px, -10.67vw, -38px);
    right: 50%;
    transform: translate(50%, 0) rotate(90deg);
  }
  .cont_area .process.round.wide li.plus_column i,
  .cont_area .process.round li.plus_column i {
    margin: clamp(20px, 5.33vw, 40px) auto;
  }
  .cont_area .process.round.wide li.plus_row p,
  .cont_area .process.round li.plus_row p {
    width: clamp(150px, 58.27vw, 437px);
  }
  .cont_area .process.round.wide li.plus_row i,
  .cont_area .process.round li.plus_row i {
    margin: clamp(20px, 5.33vw, 40px) auto;
  }
  .cont_area .process.round p {
    height: clamp(50px, 16.67vw, 125px);
  }
  .cont_area .process.round i {
    width: clamp(20px, 5.33vw, 40px);
    height: clamp(20px, 5.33vw, 40px);
  }
  .cont_area .faq_list {
    padding: 4vw 3.13vw; /* 30px 80px */
  }
  .cont_area .faq_list li .top {
    font-size: clamp(16px, 4.4vw, 33px);
    padding-left: clamp(28px, 6vw, 45px); /* 45px */
    padding-right: clamp(18px, 4.67vw, 35px); /* 35px */
    word-break: break-all;
  }
  .cont_area .faq_list li .top::before {
    width: clamp(20px, 4.67vw, 35px);
    height: clamp(20px, 4.67vw, 35px);
    line-height: clamp(20px, 4.67vw, 35px);
    font-size: clamp(14px, 3.33vw, 25px);
  }
  .cont_area .faq_list li .top::after {
    width: clamp(14px, 2.93vw, 22px);
    height: clamp(6px, 1.73vw, 13px);
  }
  .cont_area .faq_list li .toggle {
    padding: clamp(20px, 4vw, 30px) 5.33vw clamp(20px, 4vw, 30px) 9vw;
    font-size: clamp(14px, 3.47vw, 26px);
    line-height: 1.3;
  }
  .cont_area .faq_list li .toggle::before {
    top: clamp(20px, 4vw, 30px);
    left: 4vw;
    font-size: clamp(14px, 3.33vw, 25px);
  }
}