@import "reset.css";
@import "public.css";
.menu_list {
  display: flex !important;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
@media (max-width: 980px) {
  .menu_list {
    justify-content: flex-start;
  }
}
.menu_list .list_icon_group {
  width: -moz-fit-content;
  width: fit-content;
  transform: rotate(0deg);
  animation: rotate02 linear 0.3s forwards;
}
.menu_list .list_icon_ac {
  transform: rotate(180deg);
  margin: 2px 0 0 0;
  animation: rotate linear 0.3s forwards;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-180deg);
  }
}
@keyframes rotate02 {
  0% {
    transform: rotate(-180deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.menu_list .list_icon {
  width: 15px;
  margin: 3px 0px 0 3px;
  display: block;
}
@media (max-width: 980px) {
  .menu_list .list_icon {
    display: none;
  }
}
.menu_list .list_icon_hover {
  width: 15px;
  margin: 3px 0px 0 3px;
  display: none;
}
@media (max-width: 980px) {
  .menu_list .list_icon_hover {
    display: none;
  }
}

.menu_list:hover {
  transition: all 0.5s;
}
.menu_list:hover .list_icon {
  display: none;
}
.menu_list:hover .list_icon_hover {
  display: block;
}

.menu_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 12;
  display: none;
}

.menu_bg_open {
  display: block;
}

.overflow {
  overflow: hidden;
}

.menu_pc {
  position: relative;
}

.list_content {
  width: 236px;
  background: #ebeeee;
  position: absolute;
  top: 71px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  z-index: 9;
  display: none;
}
@media (max-width: 980px) {
  .list_content {
    display: block;
    position: static;
    width: 100%;
    margin: 0 0 10px;
  }
}

.li_btn {
  width: 100%;
}
@media (max-width: 980px) {
  .li_btn {
    width: 90%;
    display: block;
    margin: 0 auto;
    border-bottom: 1px solid #000;
  }
}
.li_btn a {
  display: block;
  padding: 15px 20px !important;
}
@media (max-width: 980px) {
  .li_btn a {
    margin: 0 !important;
    background: #ebeeee !important;
  }
}
.li_btn a:hover {
  color: #fff !important;
}

.li_btn_last {
  border-bottom: none;
}

@media (max-width: 980px) {
  .menu ul {
    width: 90%;
    justify-content: flex-end;
    background: #9b9b9b;
    margin: 0 0 0 auto !important;
  }
  .menu ul li a {
    width: 100%;
    background: #fff;
    margin: 0 0 10px auto;
    color: #000;
    text-align: left;
  }
  .menu ul a:hover {
    color: #000;
  }
  .menu ul .li_last {
    margin: 0 0 0 auto !important;
  }
}

.part {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.part .part_title {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.part .part_content {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.part_kv {
  height: 650px;
  padding: 90px 0 0px;
  z-index: 0;
  background: #fdfac4;
}
@media (max-width: 2050px) {
  .part_kv {
    height: 600px;
  }
}
@media (max-width: 980px) {
  .part_kv {
    padding: 160px 0 300px;
  }
}
@media (max-width: 860px) {
  .part_kv {
    padding: 160px 0 250px;
  }
}
@media (max-width: 768px) {
  .part_kv {
    padding: 160px 0 200px;
  }
}
@media (max-width: 600px) {
  .part_kv {
    padding: 160px 0 80px;
  }
}
@media (max-width: 560px) {
  .part_kv {
    padding: 130px 0 0;
    height: 610px;
  }
}
@media (max-width: 480px) {
  .part_kv {
    height: 575px;
  }
}
@media (max-width: 430px) {
  .part_kv {
    height: 536px;
  }
}
@media (max-width: 375px) {
  .part_kv {
    height: 520px;
  }
}
.part_kv .kv_group {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media (max-width: 1200px) {
  .part_kv .kv_group {
    max-width: 900px;
  }
}
@media (max-width: 768px) {
  .part_kv .kv_group {
    max-width: 530px;
  }
}
@media (max-width: 600px) {
  .part_kv .kv_group {
    max-width: 450px;
  }
}
.part_kv .kv_group .kv_left {
  width: 100%;
  position: relative;
  margin: 0 0 34px;
}
@media (max-width: 980px) {
  .part_kv .kv_group .kv_left {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .part_kv .kv_group .kv_left {
    margin: 0;
  }
}
.part_kv .kv_group .kv_right {
  width: 100%;
  max-width: 266px;
}
@media (max-width: 768px) {
  .part_kv .kv_group .kv_right {
    max-width: 200px;
  }
}
@media (max-width: 560px) {
  .part_kv .kv_group .kv_right {
    width: -moz-fit-content;
    width: fit-content;
    max-width: none;
    margin: 0 0 0 15px;
  }
}
.part_kv .kv_title {
  width: 100%;
  max-width: 529px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px auto 0;
  position: relative;
}
@media (max-width: 980px) {
  .part_kv .kv_title {
    width: 75%;
    margin: 150px auto 0;
  }
}
@media (max-width: 768px) {
  .part_kv .kv_title {
    margin: 100px auto 0;
  }
}
.part_kv .kv_phone {
  width: 230px;
  margin: 0 auto;
}
@media (max-width: 980px) {
  .part_kv .kv_phone {
    width: 160px;
  }
}
@media (max-width: 600px) {
  .part_kv .kv_phone {
    width: 140px;
  }
}
@media (max-width: 560px) {
  .part_kv .kv_phone {
    width: 110px;
  }
}
.part_kv .kv_ppl_animation {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 980px) {
  .part_kv .kv_ppl_animation {
    max-width: 420px;
  }
}
@media (max-width: 768px) {
  .part_kv .kv_ppl_animation {
    max-width: 290px;
  }
}
.part_kv .banner {
  width: 122%;
  height: 250px;
  position: relative;
}
@media (max-width: 980px) {
  .part_kv .banner {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .part_kv .banner {
    width: 44%;
    padding: 0 0 22px;
  }
}
@media (max-width: 560px) {
  .part_kv .banner {
    height: 168px;
  }
}
.part_kv .banner .swiper-slide {
  opacity: 0.5;
}
.part_kv .banner .swiper-slide:hover {
  opacity: 1;
}
.part_kv .banner .box {
  cursor: pointer;
}
.part_kv .banner .swiper-slide-next {
  opacity: 1;
}
.part_kv .box {
  width: 100%;
  max-width: 266px;
  position: relative;
  z-index: 0;
}
.part_kv .kv_ppl {
  width: 100%;
  max-width: 119px;
  border-top-right-radius: 20px;
  overflow: hidden;
}
@media (max-width: 980px) {
  .part_kv .kv_ppl {
    max-width: 115px;
  }
}
@media (max-width: 820px) {
  .part_kv .kv_ppl {
    width: 92%;
  }
}
.part_kv .kv_ppl_bg {
  width: 100%;
  max-width: 266px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 768px) {
  .part_kv .kv_ppl_bg {
    max-width: 126px;
  }
}
.part_kv .bg {
  width: 2560px;
  height: 89px;
  background: url(../images/content/kv/bg.png) repeat 0 0;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 980px) {
  .part_kv .bg {
    display: none;
  }
}
.part_kv .bg_content {
  width: 100%;
  height: 80px;
  max-width: 1280px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.part_kv .tree_left {
  width: 334px;
  position: absolute;
  top: -31px;
  left: 0;
}
@media (max-width: 980px) {
  .part_kv .tree_left {
    display: none;
  }
}
.part_kv .tree_center {
  width: 349px;
  position: absolute;
  top: -21px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 980px) {
  .part_kv .tree_center {
    display: none;
  }
}
.part_kv .tree_right {
  width: 335px;
  position: absolute;
  top: -31px;
  right: 104px;
}
@media (max-width: 980px) {
  .part_kv .tree_right {
    display: none;
  }
}
.part_kv .ppl {
  width: 54px;
  position: absolute;
  top: 2px;
  left: 340px;
  z-index: 1;
}
@media (max-width: 980px) {
  .part_kv .ppl {
    display: none;
  }
}
.part_kv .build06 {
  width: 152px;
  position: absolute;
  top: -58px;
  right: -12px;
}
@media (max-width: 980px) {
  .part_kv .build06 {
    display: none;
  }
}
.part_kv .build05 {
  width: 120px;
  position: absolute;
  top: -34px;
  right: 135px;
}
@media (max-width: 980px) {
  .part_kv .build05 {
    display: none;
  }
}
.part_kv .build04 {
  width: 106px;
  position: absolute;
  top: -42px;
  right: 257px;
}
@media (max-width: 980px) {
  .part_kv .build04 {
    display: none;
  }
}
.part_kv .build03 {
  width: 95px;
  position: absolute;
  top: -61px;
  right: 384px;
}
@media (max-width: 980px) {
  .part_kv .build03 {
    display: none;
  }
}
.part_kv .build02 {
  width: 97px;
  position: absolute;
  top: -43px;
  right: 478px;
}
@media (max-width: 980px) {
  .part_kv .build02 {
    display: none;
  }
}
.part_kv .build01 {
  width: 142px;
  position: absolute;
  top: -40px;
  right: 568px;
}
@media (max-width: 980px) {
  .part_kv .build01 {
    display: none;
  }
}
.part_kv .txt88 {
  width: 432px;
  position: absolute;
  top: -150px;
  left: 286px;
  z-index: -1;
}
@media (max-width: 980px) {
  .part_kv .txt88 {
    display: none;
  }
}
.part_kv .kv_m {
  display: none;
}
@media (max-width: 980px) {
  .part_kv .kv_m {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    display: block;
  }
}
.part_kv .kv_bg {
  width: 2560px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 1920px) {
  .part_kv .kv_bg {
    width: 1920px;
    bottom: 50px;
  }
}
@media (max-width: 980px) {
  .part_kv .kv_bg {
    bottom: -10%;
    width: 980px;
  }
}
@media (max-width: 860px) {
  .part_kv .kv_bg {
    bottom: -15%;
  }
}
.part_kv .dot_box {
  width: 100%;
  max-width: 180px;
  height: 70px;
  position: absolute;
  top: 85%;
  left: 105%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media (max-width: 600px) {
  .part_kv .dot_box {
    top: 76%;
  }
}
@media (max-width: 560px) {
  .part_kv .dot_box {
    top: 93%;
    left: 117%;
    width: 70%;
  }
}
.part_kv .dot_box img {
  width: 100%;
  display: block;
}
.part_kv .dot_bg {
  width: 100%;
  max-width: 180px;
  position: relative;
}
.part_kv .dot01 {
  width: 11px;
  position: absolute;
  top: 17px;
  left: 0px;
}
@media (max-width: 560px) {
  .part_kv .dot01 {
    width: 6px;
  }
}
.part_kv .dot02 {
  width: 16px;
  position: absolute;
  top: 8px;
  left: 7px;
}
@media (max-width: 560px) {
  .part_kv .dot02 {
    width: 12px;
    left: 3px;
  }
}
.part_kv .dot03 {
  width: 23px;
  position: absolute;
  top: 25px;
  left: 29px;
}
@media (max-width: 560px) {
  .part_kv .dot03 {
    width: 19px;
    left: 19px;
  }
}
.part_kv .dot04 {
  width: 7px;
  position: absolute;
  top: 0px;
  left: 53px;
  z-index: 1;
}
@media (max-width: 560px) {
  .part_kv .dot04 {
    width: 8px;
    top: 22px;
    left: 46px;
  }
}
.part_kv .dot05 {
  width: 12px;
  position: absolute;
  top: 31px;
  left: 67px;
}
@media (max-width: 560px) {
  .part_kv .dot05 {
    width: 5px;
    left: 63px;
    top: 20px;
  }
}
.part_kv .dot06 {
  width: 25px;
  position: absolute;
  top: 47px;
  left: 92px;
}
@media (max-width: 560px) {
  .part_kv .dot06 {
    width: 15px;
    top: 37px;
    left: 64px;
  }
}
.part_kv .dot07 {
  width: 17px;
  position: absolute;
  top: 48px;
  right: 54px;
}
@media (max-width: 560px) {
  .part_kv .dot07 {
    width: 7px;
    top: 38px;
    right: 50px;
  }
}
.part_kv .dot08 {
  width: 41px;
  position: absolute;
  top: 5px;
  right: 9px;
}
@media (max-width: 560px) {
  .part_kv .dot08 {
    width: 23px;
    top: 12px;
    right: 18px;
  }
}
.part_kv .dot01_ac {
  animation: ac_animtion 1s forwards;
  animation-delay: 0.1s;
  opacity: 0;
}
.part_kv .dot02_ac {
  animation: ac_animtion 1s forwards;
  animation-delay: 0.2s;
  opacity: 0;
}
.part_kv .dot03_ac {
  animation: ac_animtion 1s forwards;
  animation-delay: 0.3s;
  opacity: 0;
}
.part_kv .dot04_ac {
  animation: ac_animtion 1s forwards;
  animation-delay: 0.4s;
  opacity: 0;
}
.part_kv .dot05_ac {
  animation: ac_animtion 1s forwards;
  animation-delay: 0.5s;
  opacity: 0;
}
.part_kv .dot06_ac {
  animation: ac_animtion 1s forwards;
  animation-delay: 0.6s;
  opacity: 0;
}
.part_kv .dot07_ac {
  animation: ac_animtion 1s forwards;
  animation-delay: 0.7s;
  opacity: 0;
}
.part_kv .dot08_ac {
  animation: ac_animtion 1s forwards;
  animation-delay: 0.8s;
  opacity: 0;
}
@keyframes ac_animtion {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.part_kv .mov01 {
  animation: mov infinite 3s linear;
}
.part_kv .mov02 {
  animation: mov infinite 3.5s linear;
}
.part_kv .mov03 {
  animation: mov infinite 2s linear;
}
.part_kv .mov04 {
  animation: mov infinite 1.5s linear;
}
.part_kv .mov05 {
  animation: mov infinite 2.3s linear;
}
.part_kv .mov06 {
  animation: mov infinite 1.7s linear;
}
.part_kv .mov07 {
  animation: mov infinite 3.3s linear;
}
.part_kv .mov08 {
  animation: mov infinite 2.7s linear;
}
.part_kv .mov09 {
  animation: mov infinite 3s linear;
}
.part_kv .mov10 {
  animation: mov infinite 1.7s linear;
}
@keyframes mov {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0);
  }
}
.part_kv .content_kv01 {
  width: 100%;
  max-width: 2560px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -2;
}
@media (max-width: 1400px) {
  .part_kv .content_kv01 {
    bottom: 35px;
  }
}
@media (max-width: 1100px) {
  .part_kv .content_kv01 {
    bottom: 50px;
  }
}
@media (max-width: 980px) {
  .part_kv .content_kv01 {
    max-width: 980px;
    bottom: 160px;
  }
}
@media (max-width: 830px) {
  .part_kv .content_kv01 {
    bottom: 130px;
  }
}
@media (max-width: 700px) {
  .part_kv .content_kv01 {
    bottom: 110px;
  }
}
@media (max-width: 600px) {
  .part_kv .content_kv01 {
    bottom: 90px;
  }
}
@media (max-width: 470px) {
  .part_kv .content_kv01 {
    bottom: 70px;
  }
}
@media (max-width: 375px) {
  .part_kv .content_kv01 {
    bottom: 60px;
  }
}
.part_kv .content_kv02 {
  width: 100%;
  max-width: 2560px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
@media (max-width: 23000px) {
  .part_kv .content_kv02 {
    top: 45%;
  }
}
@media (max-width: 2050px) {
  .part_kv .content_kv02 {
    top: 40%;
  }
}
@media (max-width: 2000px) {
  .part_kv .content_kv02 {
    top: 43%;
  }
}
@media (max-width: 1920px) {
  .part_kv .content_kv02 {
    left: 41%;
  }
}
@media (max-width: 1500px) {
  .part_kv .content_kv02 {
    left: 45%;
    max-width: none;
  }
  .part_kv .content_kv02 img {
    height: 650px;
  }
}
@media (max-width: 980px) {
  .part_kv .content_kv02 {
    top: 50%;
  }
  .part_kv .content_kv02 img {
    height: 1000px;
  }
}
@media (max-width: 768px) {
  .part_kv .content_kv02 {
    left: 40%;
  }
  .part_kv .content_kv02 img {
    width: 900px;
  }
}
@media (max-width: 650px) {
  .part_kv .content_kv02 img {
    width: 768px;
    height: 900px;
  }
}
@media (max-width: 560px) {
  .part_kv .content_kv02 img {
    width: 700px;
    height: 700px;
  }
}
@media (max-width: 480px) {
  .part_kv .content_kv02 img {
    width: 600px;
    height: 600px;
  }
}
@media (max-width: 430px) {
  .part_kv .content_kv02 img {
    width: 550px;
    height: 600px;
  }
}
@media (max-width: 375px) {
  .part_kv .content_kv02 img {
    width: 450px;
    height: 600px;
  }
}
.part_kv .content_kv02 .open_2560 {
  display: block;
}
@media (max-width: 2000px) {
  .part_kv .content_kv02 .open_2560 {
    display: none;
  }
}
.part_kv .content_kv02 .open_2000 {
  display: none;
}
@media (max-width: 2000px) {
  .part_kv .content_kv02 .open_2000 {
    display: block;
  }
}
@media (max-width: 980px) {
  .part_kv .content_kv02 .open_2000 {
    display: none;
  }
}
.part_kv .content_kv02 .open_m {
  display: none;
}
@media (max-width: 980px) {
  .part_kv .content_kv02 .open_m {
    display: block;
  }
}

.part02 {
  padding: 0 0 60px;
  background: #fffde9;
  overflow: hidden;
}
.part02 .part_box {
  width: 100%;
  max-width: 2560px;
  margin: 0 auto 15px;
  height: 120px;
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.part02 .part_txt {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 10px;
  text-align: center;
}
@media (max-width: 768px) {
  .part02 .part_txt {
    font-size: 25px;
    letter-spacing: 6px;
  }
}
.part02 .part_bg {
  width: 3300px;
  margin: 0 auto;
  position: absolute;
  top: -145px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 980px) {
  .part02 .part_bg {
    width: 980px;
  }
}
.part02 .part_title {
  width: 100%;
  max-width: 284px;
  height: 185px;
  position: relative;
  z-index: 0;
  margin: 0 auto 50px;
}
@media (max-width: 980px) {
  .part02 .part_title {
    margin: 110px auto 70px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.part02 .title_txt {
  width: 100%;
  max-width: 248px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .part02 .title_txt {
    max-width: 200px;
  }
}
.part02 .title_dot {
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 980px) {
  .part02 .title_dot {
    width: 89%;
    top: 50%;
    left: 44%;
    transform: translate(-50%, -50%);
  }
}
.part02 .part_content {
  width: 100%;
  max-width: 1000px;
  border: 1px solid #ffa91c;
  border-radius: 50px;
  margin: 0 auto;
}
@media (max-width: 980px) {
  .part02 .part_content {
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 300px;
  }
}
.part02 .part_info {
  width: 100%;
  max-width: 889px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.part02 .info_left {
  width: 40%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.part02 .info_right {
  width: 28%;
}
@media (max-width: 430px) {
  .part02 .info_right {
    width: 33%;
  }
}
@media (max-width: 400px) {
  .part02 .info_right {
    width: 36%;
  }
}
.part02 .info_title {
  font-size: 48px;
  font-weight: bold;
  color: #ffa91c;
}
@media (max-width: 980px) {
  .part02 .info_title {
    font-size: 35px;
  }
}
@media (max-width: 780px) {
  .part02 .info_title {
    font-size: 25px;
  }
}
.part02 .hr {
  width: 105%;
  height: 1px;
  background: #ffa91c;
  margin: 10px 0 30px;
}
@media (max-width: 780px) {
  .part02 .hr {
    margin: 10px 0 15px;
  }
}
.part02 .info_txt {
  margin: 0 10px 50px 0;
  font-size: 0;
}
.part02 .info_txt .br_box {
  font-size: 20px;
  display: block;
}
@media (max-width: 980px) {
  .part02 .info_txt .br_box {
    display: unset;
  }
}
@media (max-width: 780px) {
  .part02 .info_txt .br_box {
    font-size: 16px;
  }
}
.part02 .img_box {
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
}
.part02 .swiper_pagination01 {
  bottom: 34px;
  left: 18%;
  width: 100%;
  max-width: 200px;
  transform: translateX(-50%);
}
@media (max-width: 660px) {
  .part02 .swiper_pagination01 {
    bottom: 20px;
    left: 20%;
  }
}
@media (max-width: 430px) {
  .part02 .swiper_pagination01 {
    left: 17%;
  }
}
.part02 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
.part02 .swiper-pagination-bullet-active {
  background: #ff7900;
}

.part03 {
  padding: 60px 0 60px;
  background: #fdfac4;
  overflow: hidden;
}
@media (max-width: 980px) {
  .part03 {
    padding: 0;
    background: #ffe8d3;
  }
}
.part03 .part_box {
  width: 100%;
  max-width: 2560px;
  margin: 0 auto 100px;
  height: 120px;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 980px) {
  .part03 .part_box {
    margin: 0 auto;
    z-index: 0;
  }
}
@media (max-width: 768px) {
  .part03 .part_box {
    height: 77px;
  }
}
.part03 .part_txt {
  font-size: 30px;
  font-weight: bold;
  color: #ff7900;
  text-transform: uppercase;
  letter-spacing: 10px;
  text-align: center;
}
@media (max-width: 768px) {
  .part03 .part_txt {
    font-size: 25px;
    letter-spacing: 6px;
  }
}
.part03 .part_bg {
  width: 3300px;
  margin: 0 auto;
  position: absolute;
  top: -300px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 980px) {
  .part03 .part_bg {
    width: 980px;
    top: -185px;
  }
}
@media (max-width: 768px) {
  .part03 .part_bg {
    top: -244px;
  }
}
.part03 .part_title {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 980px) {
  .part03 .part_title {
    margin: 0 auto 130px;
  }
}
.part03 .m_fixed {
  display: none;
  position: relative;
  z-index: -9999;
}
.part03 .m_fixed .part_box_ac {
  position: fixed;
  top: 0;
  z-index: 101;
  height: 0;
}
.part03 .m_fixed .part_txt_ac {
  position: fixed;
  top: 110px;
  display: none;
}
.part03 .m_fixed .part_bg_ac {
  position: fixed;
  top: -140px;
}
@media (max-width: 980px) {
  .part03 .m_fixed .part_bg_ac {
    top: -244px;
  }
}
@media (max-width: 560px) {
  .part03 .m_fixed .part_bg_ac {
    top: -285px;
  }
}
.part03 .m_fixed .part_title_ac {
  position: fixed;
  top: 174px;
  z-index: 101;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
}
@media (max-width: 980px) {
  .part03 .m_fixed .part_title_ac {
    top: 86px;
  }
}
.part03 .m_fixed_ac {
  display: none;
}
@media (max-width: 980px) {
  .part03 .m_fixed_ac {
    display: block;
    z-index: 101;
  }
}
.part03 .title_txt {
  position: relative;
  z-index: 0;
}
.part03 .txt {
  width: 160px;
  height: 160px;
  background: #fff;
  border: 1px solid #ff7900;
  font-size: 28px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  text-align: center;
  color: #ff7900;
  cursor: pointer;
  margin: 0 10px;
  transition: all 0.7s;
}
@media (max-width: 980px) {
  .part03 .txt {
    width: 110px;
    height: 110px;
    font-size: 23px;
    background: #e6e7e8;
    border: none;
  }
}
@media (max-width: 560px) {
  .part03 .txt {
    width: 80px;
    height: 80px;
    font-size: 17px;
    margin: 0 3px;
  }
}
.part03 .txt:hover {
  border: 1px solid #000;
  color: #fff;
  background: #ff7900;
  transition: all 0.7s;
}
@media (max-width: 980px) {
  .part03 .txt:hover {
    border: none;
  }
}
.part03 .title_txt::after {
  content: "";
  width: 2px;
  height: 100px;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  background: #ff7900;
}
@media (max-width: 980px) {
  .part03 .title_txt::after {
    display: none;
  }
}
.part03 .content_title {
  font-size: 37px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 20px;
  color: #ff7900;
}
@media (max-width: 980px) {
  .part03 .content_title {
    color: #ff0000;
    margin: 0 0 15px;
  }
}
@media (max-width: 768px) {
  .part03 .content_title {
    font-size: 25px;
  }
}
.part03 .tab_box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.part03 .tab_box .tab_left {
  width: 100%;
  margin: 30px auto 0;
  padding: 25px 0;
  background: #fff;
  border-radius: 50px;
  position: relative;
  display: none;
}
@media (max-width: 1100px) {
  .part03 .tab_box .tab_left {
    width: 90%;
  }
}
@media (max-width: 980px) {
  .part03 .tab_box .tab_left {
    margin: 0 auto;
    background: transparent;
    padding: 0 0 25px;
  }
}
.part03 .tab_box .tab_right {
  width: 100%;
  margin: 30px auto 0;
  padding: 25px 0;
  background: #fff;
  border-radius: 50px;
  position: relative;
  display: none;
}
@media (max-width: 1100px) {
  .part03 .tab_box .tab_right {
    width: 90%;
  }
}
@media (max-width: 980px) {
  .part03 .tab_box .tab_right {
    margin: 0 auto;
    background: transparent;
    padding: 0 0 25px;
  }
}
.part03 .tab_box .tab_open {
  display: block;
}
.part03 .tab_list {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 23px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 980px) {
  .part03 .tab_list {
    width: 90%;
  }
}
@media (max-width: 769px) {
  .part03 .tab_list {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .part03 .tab_list {
    font-size: 17px;
  }
}
.part03 .tab_list .list_box {
  width: 100%;
  max-width: 229px;
  margin: 0 10px;
  padding: 10px 0;
  background: #fff;
  color: #ff7900;
  border: 2px solid #ff7900;
  border-radius: 50px;
  cursor: pointer;
}
@media (max-width: 980px) {
  .part03 .tab_list .list_box {
    color: #000;
    border: 2px solid #000;
  }
}
.part03 .tab_list .list_open {
  background: #ff7900;
  color: #fff;
  border: 2px solid #000;
}
@media (max-width: 980px) {
  .part03 .tab_list .list_open {
    border: 2px solid #000;
    background: #ff0000;
  }
}
.part03 .part_info {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 980px) {
  .part03 .part_info {
    flex-direction: column;
  }
}
.part03 .info_left {
  width: 40%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
@media (max-width: 980px) {
  .part03 .info_left {
    width: 80%;
    justify-content: center;
    align-items: center;
  }
}
.part03 .info_right {
  width: 28%;
}
@media (max-width: 980px) {
  .part03 .info_right {
    display: none;
  }
}
.part03 .info_title {
  font-size: 48px;
  font-weight: bold;
  color: #ffa91c;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 980px) {
  .part03 .info_title {
    width: 100%;
    margin: 0 0 30px;
    border-bottom: 1px solid #ff0000;
    color: #ff0000;
  }
}
@media (max-width: 768px) {
  .part03 .info_title {
    margin: 0 0 15px;
  }
}
.part03 .small_txt {
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 38px 0 0 0;
}
@media (max-width: 980px) {
  .part03 .small_txt {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .part03 .small_txt {
    font-size: 23px;
  }
}
.part03 .big_txt {
  display: flex;
  justify-content: center;
  align-items: center;
}
.part03 .big_txt img {
  width: auto;
  height: 70px;
  margin: 0 0 0 10px;
}
@media (max-width: 980px) {
  .part03 .big_txt img {
    height: 60px;
    margin: 12px 0 0 10px;
  }
}
@media (max-width: 768px) {
  .part03 .big_txt img {
    height: 45px;
    margin: 18px 0 0 10px;
  }
}
.part03 .hr {
  margin: 20px 0 40px;
  position: relative;
  z-index: 0;
  top: 0;
  left: -42px;
}
@media (max-width: 980px) {
  .part03 .hr {
    display: none;
  }
}
.part03 .hr_txt {
  padding: 8px 40px;
  background: #faf3af;
  clip-path: polygon(0 0, 85% 0, 100% 100%, 15% 100%);
  font-size: 25px;
  font-weight: bold;
}
.part03 .hr_line {
  width: 260px;
  height: 1px;
  position: absolute;
  background: #ff7900;
  top: 50%;
  left: 140%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.part03 .info_txt {
  margin: 0 0 40px;
  font-size: 0;
}
@media (max-width: 980px) {
  .part03 .info_txt {
    width: 100%;
    margin: 0 0 25px;
  }
}
@media (max-width: 430px) {
  .part03 .info_txt {
    margin: 0 0 15px;
  }
}
.part03 .info_txt .br_box {
  font-size: 20px;
  display: block;
}
@media (max-width: 980px) {
  .part03 .info_txt .br_box {
    display: unset;
  }
}
@media (max-width: 780px) {
  .part03 .info_txt .br_box {
    font-size: 18px;
  }
}
.part03 .info_notice {
  width: 100%;
  max-width: 340px;
  font-size: 12px;
  text-align: justify;
  color: #ff0000;
}
@media (max-width: 980px) {
  .part03 .info_notice {
    max-width: none;
  }
}
.part03 .img_box {
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
@media (max-width: 768px) {
  .part03 .img_box {
    width: 140px;
  }
}
.part03 .img_box_m {
  display: none;
}
@media (max-width: 980px) {
  .part03 .img_box_m {
    display: block;
    margin: 0 auto 30px;
  }
}
.part03 .img {
  width: 88%;
}
@media (max-width: 980px) {
  .part03 .img {
    margin: 0 auto;
  }
}
.part03 .phone_arrow {
  width: 100%;
  max-width: 88px;
}
@media (max-width: 768px) {
  .part03 .phone_arrow {
    max-width: 60px;
  }
}
.part03 .tab_left .arrow02 {
  position: absolute;
  top: 41%;
  right: -17px;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .part03 .tab_left .arrow02 {
    top: 38%;
  }
}
.part03 .tab_left .arrow03 {
  position: absolute;
  top: 70%;
  right: -17px;
  transform: translateY(-50%);
}
.part03 .tab_right .arrow01 {
  position: absolute;
  top: 77%;
  left: -33px;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .part03 .tab_right .arrow01 {
    left: -17px;
  }
}
.part03 .tab_right .arrow03 {
  position: absolute;
  top: 7%;
  right: -17px;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .part03 .tab_right .arrow03 {
    top: 5%;
  }
}
.part03 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
.part03 .swiper-pagination-bullet-active {
  background: #ff7900;
}
@media (max-width: 980px) {
  .part03 .swiper-pagination-bullet-active {
    background: #ff0000;
  }
}
.part03 .next02 {
  width: 22px;
  right: 30px;
}
@media (max-width: 980px) {
  .part03 .next02 {
    width: 40px;
    top: 38%;
  }
}
.part03 .prev02 {
  width: 22px;
  left: 30px;
}
@media (max-width: 980px) {
  .part03 .prev02 {
    width: 40px;
    top: 38%;
  }
}
.part03 .swiper_pagination02 {
  bottom: 41px;
  left: 22%;
  width: 100%;
  max-width: 200px;
  transform: translateX(-50%);
}
@media (max-width: 980px) {
  .part03 .swiper_pagination02 {
    width: 80%;
    bottom: auto;
    top: 52px;
    left: 50%;
    max-width: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
.part03 .next03 {
  width: 22px;
  right: 30px;
}
@media (max-width: 980px) {
  .part03 .next03 {
    width: 40px;
    top: 38%;
  }
}
.part03 .prev03 {
  width: 22px;
  left: 30px;
}
@media (max-width: 980px) {
  .part03 .prev03 {
    width: 40px;
    top: 38%;
  }
}
.part03 .swiper_pagination03 {
  bottom: 41px;
  left: 22%;
  width: 100%;
  max-width: 200px;
  transform: translateX(-50%);
}
@media (max-width: 980px) {
  .part03 .swiper_pagination03 {
    width: 80%;
    bottom: auto;
    top: 52px;
    left: 50%;
    max-width: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}

.part04 {
  padding: 200px 0 130px;
  background: #fffde9;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .part04 {
    padding: 180px 0 130px;
  }
}
@media (max-width: 1300px) {
  .part04 {
    padding: 150px 0 130px;
  }
}
@media (max-width: 980px) {
  .part04 {
    background: #fdf9c2;
  }
}
@media (max-width: 480px) {
  .part04 {
    padding: 150px 0 40px;
  }
}
.part04 .part_bg01 {
  width: 100%;
  max-width: 2560px;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.part04 .part_bg02 {
  width: 100%;
  max-width: 2560px;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.part04 .content_title {
  font-size: 37px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 20px;
  color: #ff7900;
}
@media (max-width: 980px) {
  .part04 .content_title {
    color: #ff0000;
    margin: 0 0 15px;
  }
}
@media (max-width: 768px) {
  .part04 .content_title {
    font-size: 25px;
  }
}
.part04 .tab_box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.part04 .tab_box .tab_left {
  width: 100%;
  margin: 30px auto 0;
  padding: 25px 0;
  background: #ffe8d4;
  border-radius: 50px;
  position: relative;
  display: none;
}
@media (max-width: 1100px) {
  .part04 .tab_box .tab_left {
    width: 90%;
  }
}
@media (max-width: 980px) {
  .part04 .tab_box .tab_left {
    margin: 0 auto;
    background: transparent;
    padding: 0 0 25px;
  }
}
.part04 .tab_box .tab_center {
  width: 100%;
  margin: 30px auto 0;
  padding: 25px 0;
  background: #ffe8d4;
  border-radius: 50px;
  position: relative;
  display: none;
}
@media (max-width: 1100px) {
  .part04 .tab_box .tab_center {
    width: 90%;
  }
}
@media (max-width: 980px) {
  .part04 .tab_box .tab_center {
    margin: 0 auto;
    background: transparent;
    padding: 0 0 25px;
  }
}
.part04 .tab_box .tab_right {
  width: 100%;
  margin: 30px auto 0;
  padding: 25px 0;
  background: #ffe8d4;
  border-radius: 50px;
  position: relative;
  display: none;
}
@media (max-width: 1100px) {
  .part04 .tab_box .tab_right {
    width: 90%;
  }
}
@media (max-width: 980px) {
  .part04 .tab_box .tab_right {
    margin: 0 auto;
    background: transparent;
    padding: 0 0 25px;
  }
}
.part04 .tab_box .tab_open {
  display: block;
}
.part04 .tab_list {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 23px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 980px) {
  .part04 .tab_list {
    width: 90%;
  }
}
@media (max-width: 769px) {
  .part04 .tab_list {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .part04 .tab_list {
    font-size: 17px;
  }
}
.part04 .tab_list .list_box {
  width: 100%;
  max-width: 229px;
  margin: 0 10px;
  padding: 10px 0;
  background: #fff;
  color: #000;
  border: 2px solid #000;
  border-radius: 50px;
  cursor: pointer;
}
@media (max-width: 650px) {
  .part04 .tab_list .list_box {
    margin: 0 5px;
  }
}
@media (max-width: 650px) {
  .part04 .tab_list .list_box:nth-child(2) {
    max-width: 100px;
  }
}
@media (max-width: 470px) {
  .part04 .tab_list .list_box:nth-child(2) {
    max-width: 75px;
  }
}
@media (max-width: 650px) {
  .part04 .tab_list .list_box:nth-child(3) {
    max-width: 118px;
  }
}
@media (max-width: 470px) {
  .part04 .tab_list .list_box:nth-child(3) {
    max-width: 90px;
  }
}
.part04 .tab_list .list_open {
  background: #ff0000;
  color: #fff;
  border: 2px solid #000;
}
.part04 .part_info {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 980px) {
  .part04 .part_info {
    flex-direction: column;
  }
}
.part04 .info_left {
  width: 40%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
@media (max-width: 980px) {
  .part04 .info_left {
    width: 80%;
    justify-content: center;
    align-items: center;
  }
}
.part04 .info_right {
  width: 28%;
}
@media (max-width: 980px) {
  .part04 .info_right {
    display: none;
  }
}
.part04 .info_title {
  font-size: 48px;
  font-weight: bold;
  color: #ff0000;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 980px) {
  .part04 .info_title {
    width: 100%;
    margin: 0 0 30px;
    border-bottom: 1px solid #ff0000;
  }
}
@media (max-width: 768px) {
  .part04 .info_title {
    margin: 0 0 15px;
  }
}
.part04 .small_txt {
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 38px 0 0 0;
}
@media (max-width: 980px) {
  .part04 .small_txt {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .part04 .small_txt {
    font-size: 23px;
  }
}
.part04 .big_txt {
  display: flex;
  justify-content: center;
  align-items: center;
}
.part04 .big_txt img {
  width: auto;
  height: 70px;
  margin: 0 0 0 10px;
}
@media (max-width: 980px) {
  .part04 .big_txt img {
    height: 60px;
    margin: 12px 0 0 10px;
  }
}
@media (max-width: 768px) {
  .part04 .big_txt img {
    height: 45px;
    margin: 18px 0 0 10px;
  }
}
.part04 .hr {
  margin: 20px 0 40px;
  position: relative;
  z-index: 0;
  top: 0;
  left: -42px;
}
@media (max-width: 980px) {
  .part04 .hr {
    display: none;
  }
}
.part04 .hr_txt {
  padding: 8px 40px;
  background: #fff;
  clip-path: polygon(0 0, 85% 0, 100% 100%, 15% 100%);
  font-size: 25px;
  font-weight: bold;
}
.part04 .hr_line {
  width: 450px;
  height: 1px;
  position: absolute;
  background: #ff7900;
  top: 50%;
  left: 145%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.part04 .info_txt {
  margin: 0 0 40px;
  font-size: 0;
}
@media (max-width: 980px) {
  .part04 .info_txt {
    width: 100%;
    margin: 0 0 25px;
  }
}
@media (max-width: 430px) {
  .part04 .info_txt {
    margin: 0 0 15px;
  }
}
.part04 .info_txt .br_box {
  font-size: 20px;
  display: block;
}
@media (max-width: 980px) {
  .part04 .info_txt .br_box {
    display: unset;
  }
}
@media (max-width: 780px) {
  .part04 .info_txt .br_box {
    font-size: 18px;
  }
}
.part04 .info_notice {
  width: 100%;
  max-width: 340px;
  font-size: 12px;
  text-align: justify;
  color: #ff0000;
}
@media (max-width: 980px) {
  .part04 .info_notice {
    max-width: none;
  }
}
.part04 .img_box {
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
@media (max-width: 768px) {
  .part04 .img_box {
    width: 140px;
  }
}
.part04 .img_box_m {
  display: none;
}
@media (max-width: 980px) {
  .part04 .img_box_m {
    display: block;
    margin: 0 auto 30px;
  }
}
.part04 .img {
  width: 88%;
}
@media (max-width: 980px) {
  .part04 .img {
    margin: 0 auto;
  }
}
.part04 .phone_arrow {
  width: 100%;
  max-width: 88px;
}
@media (max-width: 768px) {
  .part04 .phone_arrow {
    max-width: 60px;
  }
}
.part04 .tab_left .arrow03 {
  position: absolute;
  top: 77%;
  right: -17px;
  transform: translateY(-50%);
}
.part04 .tab_left .arrow04 {
  position: absolute;
  top: 43%;
  right: 2px;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .part04 .tab_left .arrow04 {
    top: 42%;
    right: -7px;
  }
}
.part04 .tab_left .arrow05 {
  position: absolute;
  top: 43%;
  right: 2px;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .part04 .tab_left .arrow05 {
    top: 40%;
    right: -7px;
  }
}
.part04 .tab_left .arrow07 {
  position: absolute;
  top: 79%;
  right: -12px;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .part04 .tab_left .arrow07 {
    top: 77%;
    right: -18px;
  }
}
.part04 .tab_center .arrow03 {
  position: absolute;
  top: 79%;
  right: -12px;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .part04 .tab_center .arrow03 {
    top: 77px;
    right: -18px;
  }
}
.part04 .tab_center .arrow05 {
  position: absolute;
  top: 43%;
  right: 2px;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .part04 .tab_center .arrow05 {
    top: 39%;
    right: -7px;
  }
}
.part04 .tab_right .arrow01 {
  position: absolute;
  top: 28%;
  right: -12px;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .part04 .tab_right .arrow01 {
    top: 25px;
    right: -20px;
  }
}
.part04 .tab_right .arrow02 {
  position: absolute;
  top: 55%;
  right: -12px;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .part04 .tab_right .arrow02 {
    top: 52%;
  }
}
.part04 .tab_right .arrow03 {
  position: absolute;
  top: 53%;
  right: -12px;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .part04 .tab_right .arrow03 {
    top: 51%;
  }
}
.part04 .tab_right .arrow04 {
  position: absolute;
  top: 58%;
  right: -12px;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .part04 .tab_right .arrow04 {
    top: 565;
  }
}
.part04 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: 1;
}
.part04 .swiper-pagination-bullet-active {
  background: #ff0000;
}
.part04 .next04 {
  width: 22px;
  right: 30px;
}
@media (max-width: 980px) {
  .part04 .next04 {
    width: 40px;
    top: 38%;
  }
}
.part04 .prev04 {
  width: 22px;
  left: 30px;
}
@media (max-width: 980px) {
  .part04 .prev04 {
    width: 40px;
    top: 38%;
  }
}
.part04 .swiper_pagination04 {
  bottom: 41px;
  left: 22%;
  width: 100%;
  max-width: 200px;
  transform: translateX(-50%);
}
@media (max-width: 980px) {
  .part04 .swiper_pagination04 {
    width: 80%;
    bottom: auto;
    top: 52px;
    left: 50%;
    max-width: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
.part04 .next05 {
  width: 22px;
  right: 30px;
}
@media (max-width: 980px) {
  .part04 .next05 {
    width: 40px;
    top: 38%;
  }
}
.part04 .prev05 {
  width: 22px;
  left: 30px;
}
@media (max-width: 980px) {
  .part04 .prev05 {
    width: 40px;
    top: 38%;
  }
}
.part04 .swiper_pagination05 {
  bottom: 41px;
  left: 22%;
  width: 100%;
  max-width: 200px;
  transform: translateX(-50%);
}
@media (max-width: 980px) {
  .part04 .swiper_pagination05 {
    width: 80%;
    bottom: auto;
    top: 52px;
    left: 50%;
    max-width: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
.part04 .next06 {
  width: 22px;
  right: 30px;
}
@media (max-width: 980px) {
  .part04 .next06 {
    width: 40px;
    top: 38%;
  }
}
.part04 .prev06 {
  width: 22px;
  left: 30px;
}
@media (max-width: 980px) {
  .part04 .prev06 {
    width: 40px;
    top: 38%;
  }
}
.part04 .swiper_pagination06 {
  bottom: 41px;
  left: 22%;
  width: 100%;
  max-width: 200px;
  transform: translateX(-50%);
}
@media (max-width: 980px) {
  .part04 .swiper_pagination06 {
    width: 80%;
    bottom: auto;
    top: 52px;
    left: 50%;
    max-width: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}

.part05 {
  padding: 60px 0;
  background: #fdfac4;
  overflow: hidden;
}
@media (max-width: 980px) {
  .part05 {
    background: #ffe8d3;
    padding: 60px 0 0;
  }
}
.part05 .content_title {
  font-size: 37px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 20px;
  color: #ff7900;
}
@media (max-width: 980px) {
  .part05 .content_title {
    color: #ff0000;
  }
}
@media (max-width: 768px) {
  .part05 .content_title {
    font-size: 25px;
  }
}
.part05 .tab_box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.part05 .tab_box .tab_left {
  width: 100%;
  margin: 30px auto 0;
  padding: 25px 0;
  background: #fff;
  border-radius: 50px;
  position: relative;
  display: none;
}
@media (max-width: 1100px) {
  .part05 .tab_box .tab_left {
    width: 90%;
  }
}
@media (max-width: 980px) {
  .part05 .tab_box .tab_left {
    margin: 0 auto;
    background: transparent;
    padding: 0 0 25px;
  }
}
.part05 .tab_box .tab_center {
  width: 100%;
  margin: 30px auto 0;
  padding: 25px 0;
  background: #fff;
  border-radius: 50px;
  position: relative;
  display: none;
}
@media (max-width: 1100px) {
  .part05 .tab_box .tab_center {
    width: 90%;
  }
}
@media (max-width: 980px) {
  .part05 .tab_box .tab_center {
    margin: 0 auto;
    background: transparent;
    padding: 0 0 25px;
  }
}
.part05 .tab_box .tab_right {
  width: 100%;
  margin: 30px auto 0;
  padding: 25px 0;
  background: #fff;
  border-radius: 50px;
  position: relative;
  display: none;
}
@media (max-width: 1100px) {
  .part05 .tab_box .tab_right {
    width: 90%;
  }
}
@media (max-width: 980px) {
  .part05 .tab_box .tab_right {
    margin: 0 auto;
    background: transparent;
    padding: 0 0 25px;
  }
}
.part05 .tab_box .tab_open {
  display: block;
}
.part05 .tab_list {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 23px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 980px) {
  .part05 .tab_list {
    width: 90%;
  }
}
@media (max-width: 769px) {
  .part05 .tab_list {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .part05 .tab_list {
    font-size: 17px;
  }
}
.part05 .tab_list .list_box {
  width: 100%;
  max-width: 229px;
  margin: 0 10px;
  padding: 10px 0;
  background: #fff;
  color: #000;
  border: 2px solid #000;
  border-radius: 50px;
  cursor: pointer;
}
.part05 .tab_list .list_open {
  background: #f39739;
  color: #fff;
  border: 2px solid #000;
}
@media (max-width: 980px) {
  .part05 .tab_list .list_open {
    background: #ff0000;
  }
}
.part05 .part_info {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 980px) {
  .part05 .part_info {
    flex-direction: column;
  }
}
.part05 .info_left {
  width: 40%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
@media (max-width: 980px) {
  .part05 .info_left {
    width: 80%;
    justify-content: center;
    align-items: center;
  }
}
.part05 .info_right {
  width: 28%;
}
@media (max-width: 980px) {
  .part05 .info_right {
    display: none;
  }
}
.part05 .info_title {
  font-size: 48px;
  font-weight: bold;
  color: #ff7900;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 980px) {
  .part05 .info_title {
    width: 100%;
    margin: 0 0 30px;
    color: #ff0000;
    border-bottom: 1px solid #ff0000;
  }
}
@media (max-width: 768px) {
  .part05 .info_title {
    margin: 0 0 15px;
  }
}
.part05 .small_txt {
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 38px 0 0 0;
}
@media (max-width: 980px) {
  .part05 .small_txt {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .part05 .small_txt {
    font-size: 23px;
  }
}
.part05 .big_txt {
  display: flex;
  justify-content: center;
  align-items: center;
}
.part05 .big_txt img {
  width: auto;
  height: 70px;
  margin: 0 0 0 10px;
}
@media (max-width: 980px) {
  .part05 .big_txt img {
    height: 60px;
    margin: 12px 0 0 10px;
  }
}
@media (max-width: 768px) {
  .part05 .big_txt img {
    height: 45px;
    margin: 18px 0 0 10px;
  }
}
.part05 .hr {
  margin: 20px 0 28px;
  position: relative;
  z-index: 0;
  top: 0;
  left: -42px;
}
@media (max-width: 980px) {
  .part05 .hr {
    display: none;
  }
}
.part05 .hr_txt {
  padding: 8px 40px;
  background: #faf3af;
  clip-path: polygon(0 0, 85% 0, 100% 100%, 15% 100%);
  font-size: 25px;
  font-weight: bold;
}
.part05 .hr_line {
  width: 450px;
  height: 1px;
  position: absolute;
  background: #ff7900;
  top: 50%;
  left: 145%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.part05 .info_txt {
  margin: 0 0 40px;
  font-size: 0;
}
@media (max-width: 980px) {
  .part05 .info_txt {
    width: 100%;
    margin: 0 0 25px;
  }
}
@media (max-width: 430px) {
  .part05 .info_txt {
    margin: 0 0 15px;
  }
}
.part05 .info_txt .br_box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.part05 .info_txt .br_box .icon {
  font-size: 12px;
  margin: 3px 3px 10px 0;
}
.part05 .info_txt .br_box .txt {
  font-size: 16px;
  margin: 0 0 10px;
}
.part05 .info_txt .br_box02 {
  font-size: 20px;
  display: block;
}
@media (max-width: 980px) {
  .part05 .info_txt .br_box02 {
    display: unset;
  }
}
@media (max-width: 780px) {
  .part05 .info_txt .br_box02 {
    font-size: 18px;
  }
}
.part05 .info_txt01 {
  margin: 0;
}
.part05 .info_notice {
  width: 100%;
  max-width: 340px;
  font-size: 12px;
  text-align: justify;
  color: #ff0000;
  margin: 0 0 25px 0;
}
@media (max-width: 980px) {
  .part05 .info_notice {
    max-width: none;
  }
}
.part05 .img_box {
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
@media (max-width: 768px) {
  .part05 .img_box {
    width: 140px;
  }
}
.part05 .img_box_m {
  display: none;
}
@media (max-width: 980px) {
  .part05 .img_box_m {
    display: block;
    margin: 0 auto 30px;
  }
}
.part05 .img {
  width: 88%;
}
@media (max-width: 980px) {
  .part05 .img {
    margin: 0 auto;
  }
}
.part05 .phone_arrow {
  width: 100%;
  max-width: 88px;
}
@media (max-width: 768px) {
  .part05 .phone_arrow {
    max-width: 60px;
  }
}
.part05 .tab_center .arrow03 {
  position: absolute;
  top: 80%;
  right: 3px;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .part05 .tab_center .arrow03 {
    top: 78%;
    right: -12px;
  }
}
.part05 .tab_right .arrow03 {
  position: absolute;
  top: 79%;
  right: -3px;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .part05 .tab_right .arrow03 {
    top: 77%;
    right: -12px;
  }
}
.part05 .tab_right .arrow04 {
  position: absolute;
  top: 48%;
  right: -12px;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .part05 .tab_right .arrow04 {
    top: 46%;
    right: -12px;
  }
}
.part05 .tab_right .arrow06 {
  position: absolute;
  top: 79%;
  right: -12px;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .part05 .tab_right .arrow06 {
    top: 77%;
    right: -12px;
  }
}
.part05 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
.part05 .swiper-pagination-bullet-active {
  background: #ff7900;
}
@media (max-width: 980px) {
  .part05 .swiper-pagination-bullet-active {
    background: #ff0000;
  }
}
.part05 .next07, .part05 .next11 {
  width: 22px;
  right: 30px;
}
@media (max-width: 980px) {
  .part05 .next07, .part05 .next11 {
    width: 40px;
    top: 38%;
  }
}
.part05 .prev07, .part05 .prev11 {
  width: 22px;
  left: 30px;
}
@media (max-width: 980px) {
  .part05 .prev07, .part05 .prev11 {
    width: 40px;
    top: 38%;
  }
}
.part05 .swiper_pagination07 {
  bottom: 41px;
  left: 22%;
  width: 100%;
  max-width: 200px;
  transform: translateX(-50%);
}
@media (max-width: 980px) {
  .part05 .swiper_pagination07 {
    width: 80%;
    bottom: auto;
    top: 52px;
    left: 50%;
    max-width: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
.part05 .swiper_pagination11 {
  bottom: 30px;
  left: 22%;
  width: 100%;
  max-width: 200px;
  transform: translateX(-50%);
}
@media (max-width: 980px) {
  .part05 .swiper_pagination11 {
    width: 80%;
    bottom: auto;
    top: 52px;
    left: 50%;
    max-width: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
.part05 .next08 {
  width: 22px;
  right: 30px;
}
@media (max-width: 980px) {
  .part05 .next08 {
    width: 40px;
    top: 38%;
  }
}
.part05 .prev08 {
  width: 22px;
  left: 30px;
}
@media (max-width: 980px) {
  .part05 .prev08 {
    width: 40px;
    top: 38%;
  }
}
.part05 .swiper_pagination08 {
  bottom: 41px;
  left: 22%;
  width: 100%;
  max-width: 200px;
  transform: translateX(-50%);
}
@media (max-width: 980px) {
  .part05 .swiper_pagination08 {
    width: 80%;
    bottom: auto;
    top: 52px;
    left: 50%;
    max-width: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}

.part06 {
  padding: 115px 0 90px;
  background: #fffde9;
  overflow: hidden;
}
@media (max-width: 980px) {
  .part06 {
    background: #fdf9c2;
    padding: 115px 0 0;
  }
}
.part06 .part_bg {
  width: 100%;
  max-width: 2560px;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}
.part06 .content_title {
  font-size: 37px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 20px;
  color: #ff7900;
}
@media (max-width: 980px) {
  .part06 .content_title {
    color: #ff0000;
  }
}
@media (max-width: 768px) {
  .part06 .content_title {
    font-size: 25px;
  }
}
.part06 .tab_box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.part06 .tab_box .tab_left {
  width: 100%;
  margin: 30px auto 0;
  padding: 25px 0;
  background: #ffe8d4;
  border-radius: 50px;
  position: relative;
  display: none;
}
@media (max-width: 1100px) {
  .part06 .tab_box .tab_left {
    width: 90%;
  }
}
@media (max-width: 980px) {
  .part06 .tab_box .tab_left {
    margin: 0 auto;
    background: transparent;
    padding: 0 0 25px;
  }
}
.part06 .tab_box .tab_right {
  width: 100%;
  margin: 30px auto 0;
  padding: 25px 0;
  background: #ffe8d4;
  border-radius: 50px;
  position: relative;
  display: none;
}
@media (max-width: 1100px) {
  .part06 .tab_box .tab_right {
    width: 90%;
  }
}
@media (max-width: 980px) {
  .part06 .tab_box .tab_right {
    margin: 0 auto;
    background: transparent;
    padding: 0 0 25px;
  }
}
.part06 .tab_box .tab_open {
  display: block;
}
.part06 .tab_list {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 23px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 980px) {
  .part06 .tab_list {
    width: 90%;
  }
}
@media (max-width: 769px) {
  .part06 .tab_list {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .part06 .tab_list {
    font-size: 17px;
  }
}
.part06 .tab_list .list_box {
  width: 100%;
  max-width: 229px;
  margin: 0 10px;
  padding: 10px 0;
  background: #fff;
  color: #000;
  border: 2px solid #000;
  border-radius: 50px;
  cursor: pointer;
}
.part06 .tab_list .list_open {
  background: #ff0000;
  color: #fff;
  border: 2px solid #000;
}
.part06 .part_info {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 980px) {
  .part06 .part_info {
    flex-direction: column;
  }
}
.part06 .info_left {
  width: 40%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
@media (max-width: 980px) {
  .part06 .info_left {
    width: 80%;
    justify-content: center;
    align-items: center;
  }
}
.part06 .info_right {
  width: 28%;
}
@media (max-width: 980px) {
  .part06 .info_right {
    display: none;
  }
}
.part06 .info_title {
  font-size: 48px;
  font-weight: bold;
  color: #ff0000;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 980px) {
  .part06 .info_title {
    width: 100%;
    margin: 0 0 30px;
    border-bottom: 1px solid #ff0000;
  }
}
@media (max-width: 768px) {
  .part06 .info_title {
    margin: 0 0 15px;
  }
}
.part06 .small_txt {
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 38px 0 0 0;
}
@media (max-width: 980px) {
  .part06 .small_txt {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .part06 .small_txt {
    font-size: 23px;
  }
}
.part06 .big_txt {
  display: flex;
  justify-content: center;
  align-items: center;
}
.part06 .big_txt img {
  width: auto;
  height: 70px;
  margin: 0 0 0 10px;
}
@media (max-width: 980px) {
  .part06 .big_txt img {
    height: 60px;
    margin: 12px 0 0 10px;
  }
}
@media (max-width: 768px) {
  .part06 .big_txt img {
    height: 45px;
    margin: 18px 0 0 10px;
  }
}
.part06 .hr {
  margin: 20px 0 40px;
  position: relative;
  z-index: 0;
  top: 0;
  left: -42px;
}
@media (max-width: 980px) {
  .part06 .hr {
    display: none;
  }
}
.part06 .hr_txt {
  padding: 8px 40px;
  background: #fff;
  clip-path: polygon(0 0, 85% 0, 100% 100%, 15% 100%);
  font-size: 25px;
  font-weight: bold;
}
.part06 .hr_line {
  width: 450px;
  height: 1px;
  position: absolute;
  background: #ff7900;
  top: 50%;
  left: 145%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.part06 .info_txt {
  font-size: 20px;
  margin: 0 0 40px;
}
@media (max-width: 980px) {
  .part06 .info_txt {
    width: 100%;
    margin: 0 0 25px;
  }
}
@media (max-width: 430px) {
  .part06 .info_txt {
    margin: 0 0 15px;
  }
}
.part06 .info_txt .br_box {
  font-size: 20px;
  display: block;
}
@media (max-width: 980px) {
  .part06 .info_txt .br_box {
    display: unset;
  }
}
@media (max-width: 780px) {
  .part06 .info_txt .br_box {
    font-size: 18px;
  }
}
.part06 .info_notice {
  width: 100%;
  max-width: 340px;
  font-size: 12px;
  text-align: justify;
  color: #ff0000;
}
@media (max-width: 980px) {
  .part06 .info_notice {
    max-width: none;
  }
}
.part06 .img_box {
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
@media (max-width: 768px) {
  .part06 .img_box {
    width: 140px;
  }
}
.part06 .img_box_m {
  display: none;
}
@media (max-width: 980px) {
  .part06 .img_box_m {
    display: block;
    margin: 0 auto 30px;
  }
}
.part06 .img {
  width: 88%;
}
@media (max-width: 980px) {
  .part06 .img {
    margin: 0 auto;
  }
}
.part06 .phone_arrow {
  width: 100%;
  max-width: 88px;
}
@media (max-width: 768px) {
  .part06 .phone_arrow {
    max-width: 60px;
  }
}
.part06 .tab_left .arrow01 {
  position: absolute;
  top: 15%;
  right: -17px;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .part06 .tab_left .arrow01 {
    top: 13%;
    right: -22px;
  }
}
.part06 .tab_left .arrow02 {
  position: absolute;
  top: 21%;
  right: -12px;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .part06 .tab_left .arrow02 {
    top: 18%;
    right: -18px;
  }
}
.part06 .tab_right .arrow01 {
  position: absolute;
  top: 28%;
  right: -12px;
  transform: translateY(-50%);
}
.part06 .tab_right .arrow02 {
  position: absolute;
  top: 55%;
  right: -12px;
  transform: translateY(-50%);
}
.part06 .tab_right .arrow03 {
  position: absolute;
  top: 53%;
  right: -12px;
  transform: translateY(-50%);
}
.part06 .tab_right .arrow04 {
  position: absolute;
  top: 58%;
  right: -12px;
  transform: translateY(-50%);
}
.part06 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: 1;
}
.part06 .swiper-pagination-bullet-active {
  background: #ff0000;
}
.part06 .next09 {
  width: 22px;
  right: 30px;
}
@media (max-width: 980px) {
  .part06 .next09 {
    width: 40px;
    top: 38%;
  }
}
.part06 .prev09 {
  width: 22px;
  left: 30px;
}
@media (max-width: 980px) {
  .part06 .prev09 {
    width: 40px;
    top: 38%;
  }
}
.part06 .swiper_pagination09 {
  bottom: 41px;
  left: 22%;
  width: 100%;
  max-width: 200px;
  transform: translateX(-50%);
}
@media (max-width: 980px) {
  .part06 .swiper_pagination09 {
    width: 80%;
    bottom: auto;
    top: 52px;
    left: 50%;
    max-width: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
.part06 .next10 {
  width: 22px;
  right: 30px;
}
@media (max-width: 980px) {
  .part06 .next10 {
    width: 40px;
    top: 38%;
  }
}
.part06 .prev10 {
  width: 22px;
  left: 30px;
}
@media (max-width: 980px) {
  .part06 .prev10 {
    width: 40px;
    top: 38%;
  }
}
.part06 .swiper_pagination10 {
  bottom: 41px;
  left: 22%;
  width: 100%;
  max-width: 200px;
  transform: translateX(-50%);
}
@media (max-width: 980px) {
  .part06 .swiper_pagination10 {
    width: 80%;
    bottom: auto;
    top: 52px;
    left: 50%;
    max-width: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}

.footer_bg {
  z-index: 0;
}

.part_faq {
  width: 100%;
  max-width: 953px;
  position: relative;
  margin: 0 auto;
  padding: 50px 0;
}
.part_faq .faq_title {
  width: 100%;
  height: 162px;
  margin: 0 auto 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 0;
}
.part_faq .faq_txt {
  font-size: 35px;
  font-weight: bold;
  font-weight: bold;
  color: #6d6d6d;
}
.part_faq .faq_icon {
  width: 90px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.part_faq .faq_content01 {
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 980px) {
  .part_faq .faq_content01 {
    width: 90%;
  }
}
.part_faq .faq_content {
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 980px) {
  .part_faq .faq_content {
    width: 90%;
  }
}
.part_faq .faq_group {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 0 20px 0;
  background: #d6d6d6;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}
.part_faq .qa_title {
  width: calc(100% - 40px);
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 50px;
  padding: 10px 20px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.part_faq .qa_number {
  width: 32px;
  font-size: 25px;
  font-weight: bold;
  color: #e47200;
  border-right: 2px solid #e47200;
  padding: 0 15px 0 0;
  margin: 0 15px 0 7px;
}
@media (max-width: 980px) {
  .part_faq .qa_number {
    font-size: 23px;
  }
}
.part_faq .qa_txt {
  font-size: 20px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 980px) {
  .part_faq .qa_txt {
    font-size: 18px;
    margin: 0 4px 0 0;
  }
}
.part_faq .qa_txt .q_title {
  display: block;
}
.part_faq .qa_txt .q_txt {
  display: block;
}
.part_faq .qa_icon {
  width: 70px;
}
@media (max-width: 980px) {
  .part_faq .qa_icon {
    width: 30px;
    margin: 0 0 0 3px;
  }
}
.part_faq .qa_icon .open {
  display: block;
}
@media (max-width: 980px) {
  .part_faq .qa_icon .open {
    display: none;
  }
}
.part_faq .qa_icon .open_980 {
  display: none;
}
@media (max-width: 980px) {
  .part_faq .qa_icon .open_980 {
    display: block;
  }
}
.part_faq .qa_icon .close {
  display: none;
}
.part_faq .qa_icon .close_980 {
  display: none;
}
.part_faq .qa_content {
  width: calc(100% - 40px);
  padding: 80px 20px 30px;
  margin: -62px 0 0 0;
  justify-content: center;
  align-items: center;
  display: none;
}
.part_faq .qa_content .txt {
  width: 100%;
  max-width: 786px;
  margin: 0 0 0 13px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.part_faq .qa_content .txt .txt_icon {
  font-size: 20px;
}
.part_faq .txt_masg_group {
  width: 100%;
  font-size: 0;
  text-align: justify;
}
.part_faq .txt_masg_group ul {
  padding: 0 0 0 30px;
  margin: 0;
  list-style: decimal;
}
.part_faq .txt_masg_group li {
  font-size: 20px;
  text-align: justify;
}
@media (max-width: 980px) {
  .part_faq .txt_masg_group li {
    font-size: 18px;
  }
}
.part_faq .txt_masg_group .br_box {
  font-size: 20px;
  display: block;
  text-align: justify;
}
@media (max-width: 980px) {
  .part_faq .txt_masg_group .br_box {
    font-size: 18px;
  }
}
.part_faq .txt_masg_group .br_inline {
  font-size: 20px;
  display: block;
  text-align: justify;
}
@media (max-width: 980px) {
  .part_faq .txt_masg_group .br_inline {
    display: unset;
    font-size: 18px;
  }
}
.part_faq .no_justify {
  text-align: left !important;
}
.part_faq .txt_column {
  flex-wrap: wrap;
}
.part_faq .faq_open .qa_icon .open {
  display: none;
}
.part_faq .faq_open .qa_icon .open_980 {
  display: none;
}
.part_faq .faq_open .qa_icon .close {
  display: block;
}
@media (max-width: 980px) {
  .part_faq .faq_open .qa_icon .close {
    display: none;
  }
}
.part_faq .faq_open .qa_icon .close_980 {
  display: none;
}
@media (max-width: 980px) {
  .part_faq .faq_open .qa_icon .close_980 {
    display: block;
  }
}
.part_faq .faq_open .qa_content {
  display: flex;
}
.part_faq .faq_link {
  color: #0000ff;
  text-decoration: underline;
  display: inline-block;
  cursor: pointer;
}

.faq_collapse {
  width: 100%;
  max-width: 267px;
  margin: 50px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  border-radius: 50px;
  background: #fff;
  border: 1px solid #000;
  cursor: pointer;
}
.faq_collapse .collapse_txt {
  font-size: 27px;
  margin: 0 10px 0 0;
}
@media (max-width: 980px) {
  .faq_collapse .collapse_txt {
    font-size: 25px;
  }
}
.faq_collapse .collapse_icon {
  width: 100%;
  transform: rotate(0deg);
  max-width: 29px;
  transition: all 1s;
}
.faq_collapse .collapse_open {
  transform: rotate(-180deg);
  margin: 2px 0 0 0;
  transition: all 1s;
}

.faq_content_close {
  height: 0;
  overflow: hidden;
}

.notice_bg {
  width: 1920px;
  overflow: hidden;
  position: absolute;
  bottom: -200px;
  left: 50%;
  transform: translateX(-50%);
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
@media (max-width: 980px) {
  .notice_bg {
    width: 100%;
    max-width: 980px;
    bottom: -229px;
  }
}
@media (max-width: 935px) {
  .notice_bg {
    bottom: -200px;
  }
}
@media (max-width: 780px) {
  .notice_bg {
    bottom: -170px;
  }
}
@media (max-width: 768px) {
  .notice_bg {
    width: 122%;
  }
}
@media (max-width: 600px) {
  .notice_bg {
    bottom: -135px;
  }
}
@media (max-width: 500px) {
  .notice_bg {
    bottom: -100px;
  }
}
@media (max-width: 400px) {
  .notice_bg {
    bottom: -58px;
  }
}

.fixed_box {
  background: #ffc088;
  width: 77px;
  position: fixed;
  right: -87px;
  top: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px 0;
  border: 1px solid #000;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  z-index: 11;
  animation: fade_left 1s;
  animation-timeline: fade_left 1s forwards linear;
}
@media (max-width: 980px) {
  .fixed_box {
    display: none;
  }
}
.fixed_box .fixed_link a {
  display: block;
  font-size: 18px;
  font-weight: 900;
  writing-mode: vertical-lr;
  background: #fdfac4;
  border: 1px solid #000;
  padding: 19px 7px;
  border-radius: 25px;
  margin: 0 0 10px;
  letter-spacing: 1px;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.fixed_box_ac {
  right: -3px;
  animation: fade_right 1s;
  animation-timeline: fade_right 1s forwards linear;
}
@media (max-width: 980px) {
  .fixed_box_ac {
    display: none;
  }
}

@keyframes fade_right {
  to {
    right: -3px;
  }
  from {
    right: -87px;
  }
}
@keyframes fade_left {
  from {
    right: -3px;
  }
  to {
    right: -87px;
  }
}
#part03 {
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #e30012;
  z-index: -9999;
}

#part04 {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 2px;
  z-index: -9999;
}
@media (max-width: 980px) {
  #part04 {
    top: -100px;
  }
}

#part05 {
  position: absolute;
  top: -76px;
  left: 0;
  width: 100%;
  height: 2px;
  z-index: -9999;
}
@media (max-width: 980px) {
  #part05 {
    top: -200px;
  }
}

#part06 {
  position: absolute;
  top: -55px;
  left: 0;
  width: 100%;
  height: 2px;
  z-index: -9999;
}
@media (max-width: 980px) {
  #part06 {
    top: -150px;
  }
}