body {
  background: #000;
  word-break: keep-all;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}
.m_menu {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.m_menu img {
  display: block;
}
.m_menu_body {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
}
.m_menu_body button {
  position: absolute;
  top: 16px;
  right: 20px;

  display: flex;
  align-items: center;
  justify-content: center;
}
.m_menu_body button img {
  display: block;
  width: 22px;
}
.m_menu_body ul li {
  margin-bottom: 50px;
}
.m_menu_body ul li:last-child {
  margin-bottom: 0;
}
.m_menu_body ul li a {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  width: 100%;
}
.pc_none {
  display: none !important;
}
.mobile_none {
  display: block !important;
}
.mobile_noneflex {
  display: flex !important;
}
header {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  position: fixed;
  background: #000;
  z-index: 9999;
  transition: 0.3s;
}
header.scrolled {
  border-bottom: 1px solid #2f2f2f;
  transition: 0.3s;
}
header ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
}
header ul li {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin: 0 30px;
}
header ul li a {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
.wrap {
  padding: 0 10%;
  width: 100%;
  box-sizing: border-box;
  transition: 0.6s;
}
.logo {
  position: absolute;
  left: 60px;
  top: 50%;
  transform: translateY(-50%);
}
.logo img {
  display: block;
  height: 50px;
}
.main_section {
  background: url(/assets/img/main_bg.png) no-repeat center;
  height: 100vh;
  background-size: 100% !important;

  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.main_section .wrap dl {
  margin-bottom: 60px;
}
.main_section .wrap dl dt {
  font-size: 22px;
  font-weight: 200;
  margin-bottom: 30px;
  line-height: 1.1;
}
.main_section .wrap dl dt strong {
  font-size: 50px;
  font-weight: 500;
}
.main_section .wrap dl dd {
  font-size: 18px;
  font-weight: 200;
}
.counter_box p {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
.counter {
  display: flex;
  gap: 8px;
}
.digit-wrapper {
  width: 70px;
  height: 100px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: inset -2px -2px 5px rgba(255, 255, 255, 0.3),
    inset 2px 2px 5px rgba(0, 0, 0, 0.6);
}
.digit-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 1s ease-out;
}
.digit-inner span {
  height: 100px;
  line-height: 100px;
  font-size: 60px;
  color: white;
}
.digit-static {
  width: 70px;
  height: 100px;
  font-size: 60px;
  color: white;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  text-align: center;
  line-height: 100px;
  box-shadow: inset -2px -2px 5px rgba(255, 255, 255, 0.3),
    inset 2px 2px 5px rgba(0, 0, 0, 0.6);
}

.about_section {
  background: url(/assets/img/about_bg.png) no-repeat center;
  min-height: 100vh;
  background-size: contain !important;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

dl.right {
  text-align: right;
}
.title_dl dt {
  background: radial-gradient(
      ellipse farthest-corner at right bottom,
      #fedb37 0%,
      #fdb931 8%,
      #9f7928 30%,
      #8a6e2f 40%,
      transparent 80%
    ),
    radial-gradient(
      ellipse farthest-corner at left top,
      #ffffff 0%,
      #ffffac 8%,
      #d1b464 25%,
      #5d4a1f 62.5%,
      #5d4a1f 100%
    );
  background-blend-mode: color, normal, normal;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 20px;
  display: inline-block;
}
.title_dl dd {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
}
.title_dl dd.sub1 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 40px;
}
.about_section1 {
  background: url(/assets/img/about_bg2.png) no-repeat center;
  min-height: 100vh;
  background-size: contain !important;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.about_section1 dl {
  margin-right: auto;
}
.about_section1 ul li {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 50px;
}
.about_section1 ul li div {
  display: flex;
  align-items: center;
}
.about_section1 ul li:last-child {
  margin-bottom: 0;
}
.about_section1 ul li img {
  display: block;
  margin-left: 50px;
  width: 300px;
  height: 300px;
}
.about_section1 ul li img:first-child {
  margin-left: 0;
}
.service_section {
  background: url(/assets/img/service_bg.png) no-repeat center;
  min-height: 100vh;
  background-size: contain !important;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 100px 0;
}
.service_section .wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.service_section .wrap dl.title_dl {
  position: sticky;
  top: 50%;
  transform: translateY(-50%);
}
.service_section .wrap ul li {
  display: flex;
  align-items: stretch;
  margin-bottom: 50px;
  flex-wrap: wrap;
}
.service_section .wrap ul li:last-child {
  margin-bottom: 0;
}
/* .service_section .wrap ul li.service_card1 figure {
  background: url(/assets/img/service1.png) no-repeat center;
}
.service_section .wrap ul li.service_card2 figure {
  background: url(/assets/img/service2.png) no-repeat center;
}
.service_section .wrap ul li.service_card3 figure {
  background: url(/assets/img/service3.png) no-repeat center;
} */
.service_section .wrap ul {
  width: 100%;
  max-width: 800px;
}
.service_section .wrap ul li figure {
  width: 100%;
  max-width: 400px;
  min-width: 200px;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;

  box-sizing: border-box;
  background-size: cover !important;
  box-shadow: -6px -6px 4px 0px rgba(0, 0, 0, 0.15) inset,
    -3px -3px 6px 0px rgba(0, 0, 0, 0.5) inset, 2px 2px 6px 0px #000 inset;
  filter: drop-shadow(4px 4px 10px rgba(255, 255, 255, 0.15));
  position: relative;
}
.service_section dl.title_dl {
  margin-right: 100px;
}
.service_section .wrap ul li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service_section .wrap ul li figure dl {
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding: 25px;
}
.service_section .wrap ul li figure dl dt {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}
.service_section .wrap ul li figure dl dd {
  font-size: 16px;
  word-break: keep-all;
}
.service_section .wrap ul li:nth-child(2) {
  flex-direction: row-reverse;
}
.service_section .wrap ul li:nth-child(2) figure {
  flex-direction: row-reverse;
  margin-right: 0;
}
.service_section .wrap ul li figcaption {
  max-width: 400px;
  width: 100%;
  padding-left: 40px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding-top: 3%;
  padding-bottom: 3%;
  flex-shrink: 0;
}
.service_section .wrap ul li:nth-child(2) figcaption {
  text-align: right;
  padding-right: 40px;
}
.service_section .wrap ul li figcaption dl {
  margin-bottom: 10px;
}
.service_section .wrap ul li figcaption dl:last-child {
  margin-bottom: 0;
}
.service_section .wrap ul li figcaption dl dt {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.service_section .wrap ul li figcaption dl dd {
  font-size: 16px;
}

.partners_section {
  min-height: 100vh;
  background-size: contain !important;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  padding: 100px 0;
}
.owl-carousel .owl-stage {
  transition-timing-function: linear !important;
}
.partners_slide {
  margin-top: 100px;
}
.partners_slide .item img {
  height: auto;
  max-height: 55px;
  max-width: calc(100% - 40px);
  width: 100%;
  display: block;
  margin: 0 auto;
  width: auto;
}
.partners_slide .item .partnerbox {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  padding: 20px 0;
  background: #fff;
  margin: 0 auto;
  /* box-shadow: -6px -6px 4px 0px rgba(0, 0, 0, 0.15) inset,
    -3px -3px 6px 0px rgba(0, 0, 0, 0.5) inset, 2px 2px 6px 0px #000 inset; */
}

.partners_slide2 {
  margin-top: 50px;
}
.partners_slide2 .item img {
  height: auto;
  max-height: 55px;
  max-width: calc(100% - 40px);
  width: 100%;
  display: block;
  margin: 0 auto;
  width: auto;
}
.partners_slide2 .item .partnerbox {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  padding: 20px 0;
  background: #fff;
  margin: 0 auto;
  /* box-shadow: -6px -6px 4px 0px rgba(0, 0, 0, 0.15) inset,
    -3px -3px 6px 0px rgba(0, 0, 0, 0.5) inset, 2px 2px 6px 0px #000 inset; */
}

.contect_section {
  /* min-height: 100vh; */
  background-size: contain !important;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 100px 0;
  background: #000;
  text-align: center !important;
}
.contect_section .left {
  flex-shrink: 0;
  margin-right: 0px;
}
.contect_section .wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contect_form {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 700px;
}
.contect_form div {
  width: 100%;
}
.contect_form > * {
  margin-bottom: 10px;
}
.contect_form > *:last-child {
  margin-bottom: 0;
}
.contect_form input {
  width: 100%;
  height: 60px;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  padding: 0 15px;
  background: #404040;
  box-shadow: -6px -6px 4px 0px rgba(0, 0, 0, 0.15) inset,
    -3px -3px 6px 0px rgba(0, 0, 0, 0.5) inset, 2px 2px 6px 0px #000 inset;
  box-sizing: border-box;
  border: none;
}
.contect_form input.name,
.contect_form input.phone_number {
  width: calc(50% - 5px);
}
.contect_form input::placeholder {
  color: #c0c0c0;
}
.contect_form textarea {
  width: 100%;
  height: 300px;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  padding: 15px;
  background: #404040;
  box-shadow: -6px -6px 4px 0px rgba(0, 0, 0, 0.15) inset,
    -3px -3px 6px 0px rgba(0, 0, 0, 0.5) inset, 2px 2px 6px 0px #000 inset;
  border: none;
  resize: none;
  box-sizing: border-box;
}
.contect_form textarea::placeholder {
  color: #c0c0c0;
}
.lable_chk {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 0;
}
.lable_chk input {
  display: none;
}
.lable_chk input[type="checkbox"]:checked + span {
  background-image: url(/assets/img/chk.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 19px 16px;
}
.lable_chk span {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background-color: #404040;
  display: block;
  margin-right: 5px;
  flex-shrink: 0;
  cursor: pointer;
}
.lable_chk p {
  font-weight: 400;
}
.contect_form button {
  width: 180px;
  height: 60px;
  border-radius: 10px;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  border-radius: 10px;
  margin: 30px auto 0;
  background: radial-gradient(
      ellipse farthest-corner at right bottom,
      #fedb37 0%,
      #fdb931 8%,
      #9f7928 30%,
      #8a6e2f 40%,
      transparent 80%
    ),
    radial-gradient(
      ellipse farthest-corner at left top,
      #ffffff 0%,
      #ffffac 8%,
      #d1b464 25%,
      #5d4a1f 62.5%,
      #5d4a1f 100%
    );
}

footer {
  padding: 50px;
  border-top: 1px solid #5b5b5b;
}
footer a {
  display: inline-block;
}
footer img {
  display: block;
  height: 60px;
}
footer address {
  font-size: 12px;
  color: #cacaca;
  line-height: 1.8;
  font-style: normal;
  margin-bottom: 20px;
  margin-top: 20px;
}
footer p {
  font-size: 12px;
  color: #cacaca;
}

@media (max-width: 1300px) {
  header ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
  }
  header ul li {
    margin: 0 3%;
  }
  header {
    justify-content: flex-end;
  }
  .main_section .wrap dl dt {
    font-size: 20px;
    font-weight: 200;
    margin-bottom: 30px;
    line-height: 1.1;
  }
  .main_section .wrap dl dt strong {
    font-size: 40px;
    font-weight: 500;
  }
  .main_section .wrap dl dd {
    font-size: 18px;
    font-weight: 200;
  }
  .wrap {
    width: 100%;
    box-sizing: border-box;
  }
  /* .main_section {
    background: url(/assets/img/main_bg.png) no-repeat top 100px center;
    height: 100vh;
    background-size: auto 300px !important;
    width: 100%;
    box-sizing: border-box;
    display: flex
;
    align-items: center;
    justify-content: center;
    color: #fff;
} */
  .counter_box p {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
  }

  .digit-wrapper {
    width: 50px;
    height: 80px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: inset -2px -2px 5px rgba(255, 255, 255, 0.3),
      inset 2px 2px 5px rgba(0, 0, 0, 0.6);
  }
  .digit-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 1s ease-out;
  }
  .digit-inner span {
    height: 80px;
    line-height: 80px;
    font-size: 50px;
    color: white;
  }
  .digit-static {
    width: 70px;
    height: 80px;
    font-size: 60px;
    color: white;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 10px;
    text-align: center;
    line-height: 80px;
    box-shadow: inset -2px -2px 5px rgba(255, 255, 255, 0.3),
      inset 2px 2px 5px rgba(0, 0, 0, 0.6);
  }
  .title_dl dt {
    font-size: 40px;
  }
  .title_dl dd {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6;
  }
  .title_dl dd.sub1 {
    font-size: 16px;
  }
  .about_section1 ul li img {
    width: 25%;
    height: auto;
    min-width: 200px;
  }
  .service_section .wrap ul li figcaption dl dt {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
  }
  .contect_form input.name,
  .contect_form input.phone_number {
    width: 100%;
  }
  .contect_form div input:first-child {
    margin-bottom: 10px;
  }
}
@media (max-width: 750px) {
  .mobile_noneflex {
    display: none !important;
  }
  .pc_none.pc_flex {
    display: flex !important;
  }
  .pc_none {
    display: block !important;
  }
  .mobile_none {
    display: none !important;
  }
  .wrap {
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box;
  }
  header {
    height: 60px;
    padding: 0 20px;
  }
  header ul {
    display: none;
  }
  .logo {
    left: 20px;
  }
  .logo img {
    display: block;
    height: 40px;
  }
  .main_section {
    background: url(/assets/img/main_bg.png) no-repeat top 60px center;
    height: auto;
    min-height: 85vh;
    background-size: 100% !important;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    color: #fff;
    padding: 100px 0;
  }
  .main_section .wrap {
  }
  .main_section .wrap dl {
    text-align: center;
  }
  .counter {
    justify-content: center;
  }
  .counter_box {
    text-align: center;
    font-size: 14px;
  }
  .main_section .wrap dl dt {
    font-size: 16px;
    font-weight: 200;
    margin-bottom: 30px;
    line-height: 1.4;
  }
  .main_section .wrap dl dt strong {
    font-size: 24px;
    font-weight: 500;
  }
  .main_section .wrap dl dd {
    font-size: 14px;
    font-weight: 200;
  }
  .digit-inner span {
    height: 70px;
    line-height: 70px;
    font-size: 22px;
    color: white;
  }
  .digit-static {
    width: 50px;
    height: 70px;
    font-size: 22px;
    color: white;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 10px;
    text-align: center;
    line-height: 70px;
    box-shadow: inset -2px -2px 5px rgba(255, 255, 255, 0.3),
      inset 2px 2px 5px rgba(0, 0, 0, 0.6);
  }
  .digit-wrapper {
    width: 50px;
    height: 70px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: inset -2px -2px 5px rgba(255, 255, 255, 0.3),
      inset 2px 2px 5px rgba(0, 0, 0, 0.6);
  }
  .counter_box p {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .main_section .wrap dl {
    margin-bottom: 50px;
  }
  .about_section {
    background: url(/assets/img/about_bg.png) no-repeat left bottom;
    min-height: unset;
    background-size: auto 350px !important;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 100px 0 300px;
  }
  .about_section1 {
    background: url(/assets/img/about_bg2.png) no-repeat center;
    min-height: unset;
    background-size: cover !important;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 0px 0 50px;
  }
  .service_section,
  .partners_section,
  .contect_section {
    padding: 60px 0;
    height: auto;
    min-height: unset;
  }
  .title_dl dt {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .title_dl dd {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
  }
  .title_dl dd.sub1 {
    font-size: 14px;
    margin-top: 20px;
  }
  .about_section1 ul li {
    justify-content: space-between;
  }
  .about_section1 ul li div {
    width: calc(100% - 5px);
    height: auto;
    min-width: unset;
  }
  .about_section1 ul li div img {
    width: 100%;
    min-width: unset;
  }
  .about_section1 ul li div:nth-child(2) {
    margin: 0 10px;
  }
  .about_section1 ul li:last-child {
  }
  .service_section .wrap {
    display: block;
  }
  .service_section .wrap dl.title_dl {
    position: unset;
    transform: unset;
    margin-bottom: 50px;
  }
  .service_section .wrap ul li {
    display: block;
  }
  .service_section .wrap ul li figure {
    height: 280px;
    max-width: unset;
  }
  .service_section .wrap ul li figcaption {
    padding-left: 20px;
    padding-bottom: 0;
  }
  .service_section .wrap ul li:nth-child(2) figcaption {
    text-align: left;
    padding-right: 00px;
    padding-left: 20px;
  }
  .contect_section .wrap {
    display: block;
  }
  .contect_section .wrap .title_dl {
    margin-bottom: 50px;
  }

  footer {
    text-align: center;
  }
  footer a {
    margin: 0 auto;
  }
  .partners_slide {
    margin-top: 50px;
  }
  .lable_chk input[type="checkbox"]:checked + span {
    background-image: url(/assets/img/chk.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 14px;
  }
  .lable_chk span {
    width: 30px;
    height: 30px;
    border-radius: 5px;
    background-color: #404040;
    display: block;
    margin-right: 5px;
    flex-shrink: 0;
    cursor: pointer;
  }
}
