.about_1 .son img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s ease;
}

@font-face {
  font-family: "Butler";
  src: url(../font/Butler_Regular-lxBU1Zbe.otf) format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url(../font/Nunito-Light-Du3bXvwN.woff2) format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url(../font/Nunito-Regular-BdHVL7KH.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url(../font/Nunito-Medium-cYKEGgGC.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url(../font/Nunito-SemiBold-C13BYMpY.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url(../font/Nunito-Bold-l9hxjRbF.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
:root {
  --color: #df73ff;
  --color1: #ffc067;
  --nav_height: 100px;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

::-webkit-scrollbar {
  width: 8px;
  height: 4px !important;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #6d1349;
}

::-webkit-scrollbar-thumb {
  background-color: #df73ff;
  border-radius: 0;
}

::-webkit-scrollbar-track {
  border-radius: 0;
}

::selection {
  background: #6d1349;
  color: #fff;
}

body {
  color: #222222;
  margin: 0 auto;
  font-size: 16px;
  font-family: "Nunito";
  font-weight: 400;
  overflow: auto;
}
video,
img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
  outline: none;
}

ul,
ol,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

input,
textarea,
select,
button {
  outline: none;
  border: none;
  background-color: transparent;
}

textarea {
  resize: none;
}

table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
table th,
table td {
  border: 1px solid #e5e5e5;
  padding: 10px;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.con {
  line-height: 2;
}
.con ul {
  padding-left: 20px;
  list-style: unset;
}
.con li {
  list-style: unset;
}

.bx {
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1340px;
}
@media (max-width: 1600px) {
  .bx {
    max-width: 1240px;
  }
}
@media (max-width: 1400px) {
  .bx {
    max-width: 1130px;
  }
}
@media (max-width: 1200px) {
  .bx {
    max-width: 900px;
  }
}
@media (max-width: 990px) {
  .bx {
    max-width: 860px;
  }
}
@media (max-width: 768px) {
  .bx {
    max-width: 100%;
  }
}

.clear {
  clear: both;
}

#page_1 {
  width: 100%;
  text-align: center;
  margin-top: 64px;
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 0;
}
#page_1 a {
  padding: 0px 12px;
  line-height: 38px;
  min-width: 40px;
  display: inline-block;
  border: solid 1px #ccc;
  font-size: 16px;
  margin: 0 5px;
  transition: all 0.5s ease;
  border-radius: 5px;
}
#page_1 a:hover, #page_1 a.on {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 10px 2px;
}
#page_1 a.on {
  pointer-events: none;
}
#page_1 a i {
  font-size: 12px;
}

#banner_1 {
  height: auto;
  padding-bottom: 9rem;
}
@media (max-width: 768px) {
  #banner_1 {
    height: 100vh;
  }
}
#banner_1 .rel {
  position: relative;
}
#banner_1 .bj {
  background: linear-gradient(to bottom right, #6d1349, #df73ff);
  height: 100%;
  padding-bottom: 12rem;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 75%);
}
@media (max-width: 768px) {
  #banner_1 .bj {
    height: 73vh;
    padding-bottom: 0;
  }
}
#banner_1 .bx {
  padding-top: 10rem;
  padding-bottom: 2rem;
  height: 100%;
  color: #fff;
}
#banner_1 .bx h2 {
  font-size: 67px;
  width: 66.6666666667%;
  line-height: 1;
  font-weight: 700;
  font-family: "Butler";
  letter-spacing: 2px;
}
@media (max-width: 1535px) {
  #banner_1 .bx h2 {
    font-size: 52px;
  }
}
@media (max-width: 1280px) {
  #banner_1 .bx h2 {
    font-size: 47px;
  }
}
@media (max-width: 1024px) {
  #banner_1 .bx h2 {
    font-size: 38px;
  }
}
@media (max-width: 768px) {
  #banner_1 .bx h2 {
    font-size: 30px;
    width: 100%;
  }
}
#banner_1 .bx h3 {
  padding-right: 0.5rem;
  margin-top: 2rem;
  width: 58.3333333333%;
  font-size: 32px;
  line-height: 1;
  font-weight: 400;
}
@media (max-width: 1280px) {
  #banner_1 .bx h3 {
    font-size: 25px;
  }
}
@media (max-width: 1024px) {
  #banner_1 .bx h3 {
    font-size: 26px;
    width: 66.6666666667%;
  }
}
@media (max-width: 768px) {
  #banner_1 .bx h3 {
    font-size: 20px;
    width: 100%;
  }
}
#banner_1 .img {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  z-index: 10;
  width: 100%;
  top: 58%;
  padding-left: 12px;
  padding-right: 12px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1340px;
}
@media (max-width: 1600px) {
  #banner_1 .img {
    max-width: 1240px;
  }
}
@media (max-width: 1400px) {
  #banner_1 .img {
    max-width: 1130px;
  }
}
@media (max-width: 1200px) {
  #banner_1 .img {
    max-width: 900px;
  }
}
@media (max-width: 990px) {
  #banner_1 .img {
    max-width: 860px;
  }
}
@media (max-width: 768px) {
  #banner_1 .img {
    max-width: 100%;
  }
}
@media (max-width: 1280px) {
  #banner_1 .img {
    top: 60%;
  }
}
@media (max-width: 1024px) {
  #banner_1 .img {
    top: 60%;
    bottom: auto;
  }
}
@media (max-width: 768px) {
  #banner_1 .img {
    top: auto;
    bottom: -6rem;
  }
}
#banner_1 .img img {
  margin-left: auto;
  width: 22rem;
  display: block;
}
@media (max-width: 1024px) {
  #banner_1 .img img {
    width: 18rem;
  }
}
@media (max-width: 768px) {
  #banner_1 .img img {
    width: 16rem;
  }
}

#banner_2 {
  font-size: 0;
  position: relative;
}
#banner_2 img {
  width: 100%;
  height: 35rem;
}
#banner_2 .bj {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to right bottom, rgba(109, 19, 73, 0.4), rgba(223, 115, 255, 0.4));
}
#banner_2 .bx {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  display: flex;
  align-items: center;
}
#banner_2 .bx h2 {
  font-size: 3.75rem;
  line-height: 1;
  font-weight: 700;
  font-family: "Butler";
  letter-spacing: 2px;
}
@media (max-width: 1024px) {
  #banner_2 .bx h2 {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  #banner_2 .bx h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

#banner_3 {
  padding-bottom: 13rem;
  height: auto;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  #banner_3 {
    height: 100vh;
    margin-bottom: 2.5rem;
    padding-bottom: 0;
  }
}
#banner_3 .box {
  height: 35rem;
  padding-bottom: 1rem;
  background-image: linear-gradient(to right bottom, rgb(109, 19, 73), rgb(223, 115, 255));
}
@media (max-width: 768px) {
  #banner_3 .box {
    height: 80vh;
    padding-bottom: 0;
  }
}
#banner_3 .bx {
  padding-top: 5rem;
  height: 100%;
  color: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#banner_3 .bx h2 {
  width: 66.6666666667%;
  font-size: 67px;
  line-height: 1;
  font-weight: 700;
  font-family: "Butler";
  letter-spacing: 2px;
}
@media (max-width: 1535px) {
  #banner_3 .bx h2 {
    font-size: 52px;
  }
}
@media (max-width: 1280px) {
  #banner_3 .bx h2 {
    font-size: 47px;
  }
}
@media (max-width: 1024px) {
  #banner_3 .bx h2 {
    font-size: 38px;
  }
}
@media (max-width: 768px) {
  #banner_3 .bx h2 {
    font-size: 30px;
    width: 100%;
  }
}
#banner_3 .bx ul {
  margin-top: 1.5rem;
}
#banner_3 .bx ul li {
  font-size: 1.125rem;
  line-height: 1.75rem;
  display: flex;
  align-items: center;
}
#banner_3 .bx ul li + li {
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  #banner_3 .bx ul li {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
#banner_3 .bx ul i {
  padding: 0.125rem;
  background-color: var(--color1);
  border-radius: 999px;
  margin-right: 0.5rem;
  display: flex;
}
#banner_3 .bx ul i svg {
  fill: #333;
}
#banner_3 .bx .but {
  margin-top: 1.5rem;
  display: flex;
}
#banner_3 .bx .but a {
  font-size: 1.125rem;
  line-height: 1.75rem;
  transition: all 0.3s ease;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.1) 0px 1px 2px -1px;
  color: #222222;
  font-weight: 700;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  background-color: var(--color1);
  border-radius: 0.25rem;
}
@media (max-width: 768px) {
  #banner_3 .bx .but a {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
#banner_3 .bx .but a:hover {
  transform: scale(1.1);
}
#banner_3 .bx .img {
  width: 22rem;
  font-size: 0;
  position: absolute;
  top: 45%;
  right: 0.5rem;
  bottom: -6rem;
}
@media (max-width: 1024px) {
  #banner_3 .bx .img {
    top: 50%;
    width: 20rem;
  }
}
@media (max-width: 768px) {
  #banner_3 .bx .img {
    width: 10rem;
    bottom: -4rem;
    right: 1rem;
    top: auto;
  }
}

#banner_4 {
  height: 35rem;
  padding-bottom: 1rem;
  background-image: linear-gradient(to right bottom, rgb(109, 19, 73), rgb(223, 115, 255));
}
#banner_4 .bx {
  padding-top: 5rem;
  height: 100%;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 768px) {
  #banner_4 .bx {
    padding-top: 0;
  }
}
#banner_4 .bx p {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  #banner_4 .bx p {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
#banner_4 .bx h2 {
  margin-top: 1.5rem;
  font-size: 67px;
  font-weight: 700;
  line-height: 1;
  font-family: "Butler";
  letter-spacing: 2px;
}
@media (max-width: 1535px) {
  #banner_4 .bx h2 {
    font-size: 52px;
  }
}
@media (max-width: 1280px) {
  #banner_4 .bx h2 {
    font-size: 47px;
  }
}
@media (max-width: 1024px) {
  #banner_4 .bx h2 {
    font-size: 38px;
  }
}
@media (max-width: 768px) {
  #banner_4 .bx h2 {
    font-size: 30px;
  }
}

#banner_5 {
  font-size: 0;
  position: relative;
}
#banner_5 img {
  width: 100%;
  height: 35rem;
}
#banner_5 .bj {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to right bottom, rgba(109, 19, 73, 0.4), rgba(223, 115, 255, 0.4));
}
#banner_5 .bx {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
#banner_5 .bx h2 {
  font-size: 3.75rem;
  line-height: 1;
  font-weight: 700;
  font-family: "Butler";
  letter-spacing: 2px;
}
@media (max-width: 1024px) {
  #banner_5 .bx h2 {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  #banner_5 .bx h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
#banner_5 .bx form {
  margin-top: 1.5rem;
}
#banner_5 .bx form textarea {
  width: 100%;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 0.25rem;
  background-color: #fff;
  line-height: 1.5;
  font-size: 1rem;
  font-family: inherit;
}
#banner_5 .bx form input {
  margin-top: 0.5rem;
  width: 100%;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 0.25rem;
  background-color: #fff;
  line-height: 1.5;
  font-size: 1rem;
  font-family: inherit;
}
#banner_5 .bx form .but {
  margin-top: 1.5rem;
}
#banner_5 .bx form .but button {
  font-family: inherit;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  background-color: var(--color1);
  border-radius: 0.25rem;
}
@media (max-width: 768px) {
  #banner_5 .bx form .but button {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

header {
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
  transition: all 0.3s ease;
}
header::after {
  transition: all 0.3s;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
header.bj::after {
  background-color: rgba(255, 255, 255, 0.1215686275);
}
header.on {
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgb(204, 204, 204) 0px 0px 5px 0px;
}
header.on::after {
  background-color: #fff;
}
header.on .header .nav .tit a {
  color: #222222;
}
header.on .header .nav .tit a::after {
  background-color: var(--color);
}
header.on .header .mobile svg {
  fill: #222222;
}
header.on .header .tel {
  background-color: var(--color);
}
header.on_up {
  transform: translateY(-100%);
}

.header {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .logo {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
}
.header .logo img {
  width: 15rem;
}
@media (max-width: 1280px) {
  .header .logo img {
    width: 10rem;
  }
}
.header .nav {
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  display: flex;
  gap: 3rem;
}
@media (max-width: 1024px) {
  .header .nav {
    display: none;
  }
}
.header .nav .menu {
  position: relative;
}
.header .nav .menu:hover .sub {
  opacity: 1;
  visibility: visible;
}
.header .nav .tit {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.header .nav .tit.on a::after, .header .nav .tit:hover a::after {
  width: 100%;
}
.header .nav .tit a {
  cursor: pointer;
  color: #fff;
  transition: all 0.5s ease;
  position: relative;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .nav .tit a::after {
  content: "";
  position: absolute;
  bottom: -0.25rem;
  left: 0;
  right: 0;
  height: 2px;
  background-color: var(--color1);
  width: 0;
  transition: all 0.3s ease;
  border-radius: 2px;
}
.header .nav .sub {
  position: absolute;
  min-width: 20rem;
  z-index: 11;
  top: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  padding: 0.25rem;
  padding-top: 0.5rem;
}
.header .nav .sub ul {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.1) 0px 8px 10px -6px;
  border-radius: 0.5rem;
  border: 1px solid #e5e7eb;
}
.header .nav .sub li {
  position: relative;
  transition: all 0.3s ease;
}
.header .nav .sub li + li {
  margin-top: 0.75rem;
}
.header .nav .sub li:hover {
  padding-left: 4px;
}
.header .nav .sub li.on {
  padding-left: 0 !important;
  border-left: 0.25rem solid var(--color);
}
.header .nav .sub a {
  display: block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  color: #374151;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.header .mobile {
  display: none;
  font-size: 1.875rem;
  line-height: 2.25rem;
  outline: none;
}
@media (max-width: 1024px) {
  .header .mobile {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.header .mobile svg {
  fill: #fff;
  transition: all 0.3s ease;
}
.header .tel {
  background-color: var(--color1);
  color: #000;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  padding: 0.5rem 0.75rem;
  border-radius: 0.25rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1019607843), 0 1px 2px rgba(0, 0, 0, 0.0588235294);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media (max-width: 1024px) {
  .header .tel {
    display: none;
  }
}
.header .tel a {
  margin-left: 8px;
}

.mobile_nav {
  transform: translateX(100%);
  transition: all 0.3s ease;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}
.mobile_nav.on {
  transform: translateX(0);
}
.mobile_nav .bj {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.mobile_nav .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.mobile_nav .close svg {
  font-size: 1.875rem;
  line-height: 2.25rem;
  color: #fff;
}
.mobile_nav .box {
  margin-left: auto;
  width: 300px;
  overflow: auto;
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: linear-gradient(to right bottom, rgb(109, 19, 73), rgb(223, 115, 255));
}
.mobile_nav .box ul {
  width: 100%;
}
.mobile_nav .box ul li {
  padding-left: 1rem;
  padding-right: 1rem;
  transition: all 0.3s ease;
}
.mobile_nav .box ul li.on {
  border-left: 4px solid var(--color);
}
.mobile_nav .box ul li a,
.mobile_nav .box ul li .tit {
  width: 100%;
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #fff;
  display: block;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.mobile_nav .box .sub {
  display: none;
}
.mobile_nav .box .sub li {
  padding: 0;
}
.mobile_nav .box .sub a {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.mobile_nav .box .but {
  margin-top: 1.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.mobile_nav .box .but a {
  display: block;
  font-size: 1.125rem;
  line-height: 1.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: var(--color1);
  border-radius: 0.25rem;
  text-align: center;
  font-weight: 700;
  cursor: pointer;
}

footer {
  background-image: linear-gradient(to right bottom, rgb(109, 19, 73), rgb(223, 115, 255));
  color: #ffffff;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
footer .close {
  position: fixed;
  right: 2.25rem;
  bottom: 6rem;
  z-index: 100;
  border-radius: 50%;
  padding: 0.75rem;
  background-color: #fff;
  border: 1px solid #6d1349;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  display: flex;
}
footer .close.on {
  opacity: 1;
  visibility: visible;
}
footer .close svg {
  color: #6d1349;
}

@media (max-width: 768px) {
  .footer {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.footer .top {
  display: flex;
  justify-content: space-between;
  gap: 3rem 2rem;
}
@media (max-width: 1280px) {
  .footer .top {
    flex-wrap: wrap;
  }
}
.footer .top .logo {
  flex: 1;
}
@media (max-width: 1280px) {
  .footer .top .logo {
    width: calc(100% / 3 - 2rem * (3 - 1) / 3);
  }
}
@media (max-width: 768px) {
  .footer .top .logo {
    width: 100%;
  }
}
.footer .top .logo a {
  display: block;
  font-size: 0;
}
.footer .top .logo a img {
  width: 20rem;
}
.footer .top .logo .box {
  margin-top: 2rem;
}
.footer .top .logo .box .p {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.75rem;
  padding-bottom: 1px;
  border-bottom: 1px solid #d1d5db;
}
.footer .top .logo .box .p + p {
  font-weight: 600;
  margin-top: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.footer .top .nav {
  width: calc(100% / 5 - 2rem * (5 - 1) / 5);
}
@media (max-width: 1280px) {
  .footer .top .nav {
    width: calc(100% / 3 - 2rem * (3 - 1) / 3);
  }
}
@media (max-width: 768px) {
  .footer .top .nav {
    width: 100%;
  }
}
.footer .top .nav h3 {
  font-weight: 600;
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.footer .top .nav ul {
  margin-top: 2rem;
}
.footer .top .nav ul li + li {
  margin-top: 0.5rem;
}
.footer .top .nav ul a {
  display: block;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.75rem;
  transition: all 0.3s ease;
}
.footer .top .nav ul a:hover {
  color: var(--color1);
}
.footer .top .contact {
  width: calc(100% / 5 - 2rem * (5 - 1) / 5);
  margin-top: 4rem;
}
@media (max-width: 1280px) {
  .footer .top .contact {
    margin-top: 0;
    width: calc(100% / 3 - 2rem * (3 - 1) / 3);
  }
}
@media (max-width: 768px) {
  .footer .top .contact {
    width: 100%;
  }
}
.footer .top .contact p {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.75rem;
  display: flex;
}
.footer .top .contact p + p {
  margin-top: 1rem;
}
.footer .top .contact p svg {
  flex-shrink: 0;
  font-size: 1.5rem;
  line-height: 2rem;
}
.footer .top .contact p a {
  margin-left: 0.5rem;
}
.footer .top .contact ul {
  margin-top: 1rem;
  padding-top: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.footer .top .contact ul a {
  padding: 0.625rem;
  border-radius: 0.375rem;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .top .contact ul svg {
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #6d1349;
}
.footer .top .contact .img {
  margin-top: 1rem;
  font-size: 0;
}
.footer .top .contact .img img {
  width: 5rem;
}
.footer .bottom {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid #d1d5db;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .footer .bottom {
    justify-content: center;
  }
}
.footer .bottom .p {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

#cookie {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  position: fixed;
  z-index: 1000;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  display: none;
}
#cookie.on {
  display: flex;
}
@media (max-width: 1280px) {
  #cookie {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 768px) {
  #cookie {
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
  }
}
#cookie .txt {
  width: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 768px) {
  #cookie .txt {
    width: 100%;
  }
}
#cookie .txt p {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (max-width: 1024px) {
  #cookie .txt p {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  #cookie .txt p {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
#cookie .btn {
  flex-shrink: 0;
  width: auto;
  margin-left: 2.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  gap: 0.5rem;
}
@media (max-width: 768px) {
  #cookie .btn {
    width: 100%;
    margin-left: 0;
    margin-top: 0.75rem;
  }
}
#cookie .btn button {
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  cursor: pointer;
  text-align: center;
}
@media (max-width: 768px) {
  #cookie .btn button {
    font-size: 0.75rem;
    line-height: 1rem;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
#cookie .btn #cookie-btn {
  background-color: var(--color);
}
#cookie .btn #cookie-btn-manage {
  min-width: 200px;
  border: 2px solid #e5e7eb;
}
#cookie .btn #cookie-btn-close {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border: 2px solid #e5e7eb;
  font-size: 16px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  #cookie .btn #cookie-btn-close {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

.section_1 .flex {
  gap: 2.5rem 2rem;
}
@media (max-width: 768px) {
  .section_1 .flex {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.section_1 .son {
  width: calc(100% / 3 - 2rem * (3 - 1) / 3);
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(31, 38, 135, 0.1) 0px 8px 30px 0px;
  padding: 0.5rem;
  border-radius: 0.5rem;
}
@media (max-width: 768px) {
  .section_1 .son {
    width: 100%;
  }
}
.section_1 .mySwiper_1 {
  height: 8rem;
}
.section_1 .mySwiper_1 .swiper-slide {
  height: 8rem;
}
.section_1 .mySwiper_1 .swiper-slide a {
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 1.5rem 0;
  display: block;
}
.section_1 .mySwiper_1 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.section_2 {
  margin-top: 8rem;
}
@media (max-width: 768px) {
  .section_2 {
    margin-top: 5rem;
  }
}
.section_2 .tit {
  font-size: 40px;
  line-height: 1.2;
  text-transform: capitalize;
  font-weight: 700;
  font-family: "Butler";
  letter-spacing: 2px;
  text-align: center;
}
@media (max-width: 1024px) {
  .section_2 .tit {
    font-size: 35px;
  }
}
@media (max-width: 768px) {
  .section_2 .tit {
    font-size: 30px;
  }
}
.section_2 .tit span {
  display: block;
}
.section_2 .mySwiper_2 {
  margin-top: 40px;
  height: 25rem;
}
@media (max-width: 768px) {
  .section_2 .mySwiper_2 {
    height: auto;
  }
}
.section_2 .mySwiper_2 .son {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .section_2 .mySwiper_2 .son {
    flex-direction: column;
  }
}
.section_2 .mySwiper_2 .img {
  width: 41.6666666667%;
  font-size: 0;
}
@media (max-width: 768px) {
  .section_2 .mySwiper_2 .img {
    width: 100%;
  }
}
.section_2 .mySwiper_2 .img img {
  width: 18rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .section_2 .mySwiper_2 .img img {
    width: 16rem;
  }
}
.section_2 .mySwiper_2 .img .w14 {
  width: 14rem;
}
@media (max-width: 768px) {
  .section_2 .mySwiper_2 .img .w14 {
    width: 10rem;
  }
}
.section_2 .mySwiper_2 .txt {
  width: 58.3333333333%;
}
@media (max-width: 768px) {
  .section_2 .mySwiper_2 .txt {
    width: 100%;
  }
}
.section_2 .mySwiper_2 .txt h3 {
  color: #222222;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .section_2 .mySwiper_2 .txt h3 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
.section_2 .mySwiper_2 .txt p {
  padding-top: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
@media (max-width: 768px) {
  .section_2 .mySwiper_2 .txt p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.section_2 .mySwiper_2 .txt a {
  margin-top: 0.75rem;
  display: inline-block;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  border-radius: 0.25rem;
  background-color: var(--color1);
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .section_2 .mySwiper_2 .txt a {
    margin-top: 1rem;
  }
}
.section_2 .mySwiper_2 .txt a:hover {
  background-color: var(--color);
}
.section_2 .mySwiper_2 .prev_2,
.section_2 .mySwiper_2 .next_2 {
  width: 0;
  height: 0;
  padding: 14px;
  background-color: var(--color1);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .section_2 .mySwiper_2 .prev_2,
  .section_2 .mySwiper_2 .next_2 {
    display: none;
  }
}
.section_2 .mySwiper_2 .prev_2::after,
.section_2 .mySwiper_2 .next_2::after {
  font-size: 15px;
  font-weight: 800;
  color: #000;
  line-height: 1;
}

.section_3 {
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  margin-top: 8rem;
}
@media (max-width: 768px) {
  .section_3 {
    margin-top: 5rem;
  }
}
.section_3 .bj {
  background-image: linear-gradient(to right bottom, rgba(109, 19, 73, 0.6), rgba(223, 115, 255, 0.4));
}
.section_3 .bx {
  height: 325px;
}
@media (max-width: 768px) {
  .section_3 .bx {
    height: 400px;
  }
}
.section_3 .flex {
  align-items: center;
  justify-content: center;
  align-content: center;
  gap: 1rem;
  height: 100%;
}
@media (max-width: 1024px) {
  .section_3 .flex {
    flex-direction: column;
  }
}
.section_3 h2 {
  color: #fff;
  text-align: start;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .section_3 h2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.section_3 .txt {
  overflow: hidden;
  padding: 0.5rem;
  border: 2px solid var(--color1);
  border-radius: 0.75rem;
}
.section_3 .txt .mySwiper_3 {
  height: 2rem;
  overflow: hidden;
}
.section_3 .txt span {
  width: 25rem;
  display: block;
  text-align: center;
  line-height: 2rem;
  color: var(--color1);
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .section_3 .txt span {
    width: 17rem;
  }
}
@media (max-width: 768px) {
  .section_3 .txt span {
    width: 12rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.section_3 a {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  background-color: var(--color1);
  transition: all 0.3s ease;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.1) 0px 1px 2px -1px;
  border-radius: 0.25rem;
}
@media (max-width: 768px) {
  .section_3 a {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.section_3 a:hover {
  background-color: var(--color);
}

.section_4 {
  margin-top: 8rem;
}
@media (max-width: 768px) {
  .section_4 {
    margin-top: 5rem;
  }
}
.section_4 .tit {
  font-size: 45px;
  line-height: 1.05;
  font-weight: 700;
  font-family: "Butler";
  letter-spacing: 2px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 66.6666666667%;
}
@media (max-width: 1280px) {
  .section_4 .tit {
    width: 83.3333333333%;
    font-size: 40px;
  }
}
@media (max-width: 1024px) {
  .section_4 .tit {
    width: 91.6666666667%;
    font-size: 35px;
  }
}
@media (max-width: 768px) {
  .section_4 .tit {
    width: 100%;
    font-size: 30px;
  }
}
.section_4 .tit span {
  display: block;
}
.section_4 .mySwiper_4 {
  margin-top: 3.5rem;
}
@media (max-width: 768px) {
  .section_4 .mySwiper_4 {
    padding-bottom: 4rem;
  }
}
.section_4 .mySwiper_4 .swiper-slide {
  width: 600px;
  position: relative;
  height: 30rem;
  border-radius: 0.5rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .section_4 .mySwiper_4 .swiper-slide {
    width: 100%;
    height: 28rem;
  }
}
.section_4 .mySwiper_4 img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.section_4 .mySwiper_4 .txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  background-image: linear-gradient(to right bottom, rgba(109, 19, 73, 0.6), rgba(223, 115, 255, 0.4));
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .section_4 .mySwiper_4 .txt {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.section_4 .mySwiper_4 .flex {
  flex-wrap: nowrap;
}
@media (max-width: 768px) {
  .section_4 .mySwiper_4 .flex {
    flex-direction: column;
  }
}
.section_4 .mySwiper_4 span {
  flex-shrink: 0;
  font-size: 3rem;
  line-height: 1;
}
@media (max-width: 1024px) {
  .section_4 .mySwiper_4 span {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (max-width: 768px) {
  .section_4 .mySwiper_4 span {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.section_4 .mySwiper_4 .box {
  margin-left: 1.25rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .section_4 .mySwiper_4 .box {
    margin-left: 0;
  }
}
.section_4 .mySwiper_4 .box h3 {
  font-size: 3rem;
  line-height: 1;
  text-transform: capitalize;
}
@media (max-width: 1024px) {
  .section_4 .mySwiper_4 .box h3 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (max-width: 768px) {
  .section_4 .mySwiper_4 .box h3 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.section_4 .mySwiper_4 .box p {
  margin-top: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .section_4 .mySwiper_4 .box p {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.section_4 .mySwiper_4 .prev_4,
.section_4 .mySwiper_4 .next_4 {
  width: 0;
  height: 0;
  padding: 14px;
  background-color: var(--color1);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.section_4 .mySwiper_4 .prev_4::after,
.section_4 .mySwiper_4 .next_4::after {
  font-size: 15px;
  font-weight: 800;
  color: #000;
  line-height: 1;
}
@media (max-width: 768px) {
  .section_4 .mySwiper_4 .prev_4 {
    left: 55%;
    top: auto;
    bottom: 0;
    transform: translate(-70px);
  }
}
@media (max-width: 768px) {
  .section_4 .mySwiper_4 .next_4 {
    right: 55%;
    top: auto;
    bottom: 0;
    transform: translate(70px);
  }
}

.section_5 {
  background-color: #f9fafb;
  margin-top: 8rem;
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media (max-width: 768px) {
  .section_5 {
    margin-top: 5rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.section_5 .txt {
  width: 40%;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media (max-width: 768px) {
  .section_5 .txt {
    width: 100%;
    padding-top: 0;
    padding-bottom: 1.75rem;
  }
}
.section_5 .txt h2 {
  padding-left: 1rem;
  padding-right: 2.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 1rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .section_5 .txt h2 {
    padding-right: 1.25rem;
  }
}
.section_5 .txt h3 {
  padding-left: 1rem;
  padding-right: 2.5rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .section_5 .txt h3 {
    padding-right: 1.25rem;
  }
}
.section_5 .txt .img {
  width: 75%;
  margin-top: 5rem;
  margin-left: auto;
  font-size: 0;
}
@media (max-width: 768px) {
  .section_5 .txt .img {
    width: 100%;
    margin-top: 0;
  }
}
.section_5 .txt .img img {
  width: 100%;
}
.section_5 .form {
  width: 60%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 1.25rem;
  padding-bottom: 2.5rem;
  border-radius: 0.5rem;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.07) 0px 2px 20px 0px;
}
@media (max-width: 768px) {
  .section_5 .form {
    width: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.section_5 .form form {
  margin-top: 1.25rem;
  width: 100%;
}
.section_5 .form label {
  width: 100%;
  display: block;
}
.section_5 .form label + label {
  margin-top: 1.25rem;
}
.section_5 .form input[type=text] {
  line-height: 1.5;
  font-size: 16px;
  width: 100%;
  outline: 2px solid transparent;
  outline-offset: 2px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #e5e7eb;
}
.section_5 .form textarea {
  outline: 2px solid transparent;
  outline-offset: 2px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  line-height: 1.5;
  font-size: 16px;
  resize: vertical;
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
}
.section_5 .form .checkbox label {
  display: flex;
}
.section_5 .form .checkbox input {
  flex-shrink: 0;
  width: 15px;
  height: 15px;
  cursor: pointer;
  line-height: 1.5;
  margin-top: 4px;
}
.section_5 .form .checkbox span {
  margin-left: 0.75rem;
  line-height: 1.5;
}
.section_5 .form .num {
  margin-top: 1.25rem;
}
.section_5 .form .num span {
  margin-right: 0.5rem;
}
.section_5 .form .num span + span {
  margin-right: 0.2rem;
}
.section_5 .form .num input {
  outline: 2px solid transparent;
  outline-offset: 2px;
  text-align: center;
  padding: 0.5rem;
  border: 2px solid #4b5563;
  border-radius: 0.375rem;
  width: 4rem;
  font-size: 16px;
  line-height: 1.5;
}
.section_5 .form p {
  color: #dc2626;
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-top: 0.25rem;
  display: none;
}
.section_5 .form p.on {
  display: block;
}
.section_5 .form button {
  width: 100%;
  margin-top: 2.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-radius: 0.25rem;
  font-weight: 700;
  font-family: inherit;
  background-color: var(--color1);
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .section_5 .form button {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.section_5 .form button:hover {
  background-color: var(--color);
}
.section_5 .form a {
  text-decoration-line: underline;
}

.about_1 {
  margin-top: 8rem;
}
@media (max-width: 768px) {
  .about_1 {
    margin-top: 5rem;
  }
}
.about_1 .box {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media (max-width: 1280px) {
  .about_1 .box {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (max-width: 1024px) {
  .about_1 .box {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 768px) {
  .about_1 .box {
    padding-left: 0;
    padding-right: 0;
  }
}
.about_1 .tit {
  font-size: 50px;
  line-height: 1.2;
  font-weight: 700;
  font-family: "Butler";
  text-align: center;
  margin-bottom: 2.5rem;
  letter-spacing: 2px;
}
@media (max-width: 1535px) {
  .about_1 .tit {
    font-size: 45px;
  }
}
@media (max-width: 1280px) {
  .about_1 .tit {
    font-size: 40px;
  }
}
@media (max-width: 1024px) {
  .about_1 .tit {
    font-size: 35px;
  }
}
@media (max-width: 768px) {
  .about_1 .tit {
    font-size: 30px;
  }
}
.about_1 .flex {
  justify-content: center;
  gap: 5rem;
  margin-top: 3.5rem;
}
@media (max-width: 768px) {
  .about_1 .flex {
    gap: 2.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.about_1 .son {
  width: 41.6666666667%;
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
}
@media (max-width: 1280px) {
  .about_1 .son {
    width: calc(100% / 2 - 5rem * (2 - 1) / 2);
  }
}
@media (max-width: 768px) {
  .about_1 .son {
    width: 100%;
  }
}
.about_1 .son .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.about_1 .son .txt {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.about_1 .son h3 {
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 0.75rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .about_1 .son h3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: 0;
  }
}
.about_1 .son .p {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.about_1 .son .p h4 {
  width: 75%;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .about_1 .son .p h4 {
    width: 66.6666666667%;
  }
}
@media (max-width: 768px) {
  .about_1 .son .p h4 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.about_1 .son .p a {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  border-radius: 0.25rem;
  background-color: #e5e7eb;
  display: flex;
}
@media (max-width: 768px) {
  .about_1 .son .p a {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }
}

.about_2 {
  margin-top: 8rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (max-width: 768px) {
  .about_2 {
    margin-top: 5rem;
  }
}
.about_2 .bx {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.about_2 .flex {
  background-color: #f3ebfa;
  border-radius: 0.75rem;
  overflow: hidden;
}
.about_2 .flex + .flex {
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .about_2 .flex + .flex {
    margin-top: 3.5rem;
  }
}
.about_2 .flex:nth-child(2n) {
  flex-direction: row-reverse;
}
.about_2 .flex .img {
  font-size: 0;
  width: 50%;
}
@media (max-width: 768px) {
  .about_2 .flex .img {
    width: 100%;
  }
}
.about_2 .flex img {
  width: 100%;
  height: 100%;
}
.about_2 .flex .txt {
  width: 50%;
  padding-left: 5rem;
  padding-right: 5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1280px) {
  .about_2 .flex .txt {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 768px) {
  .about_2 .flex .txt {
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
  }
}
.about_2 .flex h3 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .about_2 .flex h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.about_2 .flex p {
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-top: 1.25rem;
}
@media (max-width: 768px) {
  .about_2 .flex p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.about_3 {
  margin-top: 8rem;
}
@media (max-width: 768px) {
  .about_3 {
    margin-top: 5rem;
  }
}
.about_3 .tit {
  font-size: 50px;
  line-height: 1.2;
  font-weight: 700;
  font-family: "Butler";
  text-align: center;
  margin-bottom: 2.5rem;
  letter-spacing: 2px;
}
@media (max-width: 1535px) {
  .about_3 .tit {
    font-size: 45px;
  }
}
@media (max-width: 1280px) {
  .about_3 .tit {
    font-size: 40px;
  }
}
@media (max-width: 1024px) {
  .about_3 .tit {
    font-size: 35px;
  }
}
@media (max-width: 768px) {
  .about_3 .tit {
    font-size: 30px;
  }
}
.about_3 .box {
  margin-top: 3.5rem;
  background-color: #df73ff;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
}
.about_3 .flex {
  flex-wrap: nowrap;
  padding-top: 2rem;
  padding-bottom: 2rem;
  min-width: 800%;
  animation: infiniteHorizontalMove 120s linear infinite;
}
.about_3 .flex .son {
  display: flex;
  align-items: center;
}
.about_3 .flex span {
  font-size: 1.875rem;
  line-height: 2.25rem;
  margin-left: 5rem;
  margin-right: 5rem;
  text-transform: capitalize;
  font-weight: 500;
}
@media (max-width: 768px) {
  .about_3 .flex span {
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-left: 3rem;
    margin-right: 3rem;
  }
}
.about_3 .flex i {
  display: block;
  width: 2rem;
  height: 0.125rem;
  background-color: #222222;
}

.about_4 {
  margin-top: 8rem;
}
@media (max-width: 768px) {
  .about_4 {
    margin-top: 5rem;
  }
}
.about_4 .tit {
  font-size: 50px;
  line-height: 1.2;
  font-weight: 700;
  font-family: "Butler";
  text-align: center;
  margin-bottom: 2.5rem;
  letter-spacing: 2px;
}
@media (max-width: 1535px) {
  .about_4 .tit {
    font-size: 45px;
  }
}
@media (max-width: 1280px) {
  .about_4 .tit {
    font-size: 40px;
  }
}
@media (max-width: 1024px) {
  .about_4 .tit {
    font-size: 35px;
  }
}
@media (max-width: 768px) {
  .about_4 .tit {
    font-size: 30px;
  }
}
.about_4 .box {
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-left: 5rem;
  padding-right: 5rem;
}
@media (max-width: 1280px) {
  .about_4 .box {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 768px) {
  .about_4 .box {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.about_4 .rel {
  position: relative;
  font-size: 0;
}
.about_4 .txt {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.about_4 .txt p {
  position: absolute;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  display: flex;
  align-items: center;
}
@media (max-width: 1280px) {
  .about_4 .txt p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (max-width: 768px) {
  .about_4 .txt p {
    align-items: baseline;
    font-size: 15px;
  }
}
.about_4 .txt p i {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  padding: 0.5rem;
  border-radius: 999px;
  background-color: #000000;
  animation: fadeInOut 3s ease-in-out infinite;
  opacity: 0;
}
@media (max-width: 1024px) {
  .about_4 .txt p i {
    padding: 0.25rem;
    width: 0.5rem;
    height: 0.5rem;
  }
}
.about_4 .txt p .span {
  margin-left: 0.5rem;
}
@media (max-width: 768px) {
  .about_4 .txt p .span {
    display: flex;
    flex-direction: column;
  }
}
.about_4 .txt .p1 {
  top: 35%;
  left: 24%;
}
.about_4 .txt .p2 {
  top: 35%;
  left: 69%;
}

.services_1 .flex {
  gap: 2rem;
}
@media (max-width: 1024px) {
  .services_1 .flex {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 768px) {
  .services_1 .flex {
    padding-left: 0;
    padding-right: 0;
  }
}
.services_1 .txt {
  width: calc(58.3333333333% - 1rem);
}
@media (max-width: 1024px) {
  .services_1 .txt {
    width: 100%;
  }
}
.services_1 .txt .tit {
  font-size: 50px;
  line-height: 1.2;
  font-weight: 700;
  font-family: "Butler";
  letter-spacing: 2px;
}
@media (max-width: 1535px) {
  .services_1 .txt .tit {
    font-size: 45px;
  }
}
@media (max-width: 1280px) {
  .services_1 .txt .tit {
    font-size: 40px;
  }
}
@media (max-width: 1024px) {
  .services_1 .txt .tit {
    font-size: 35px;
  }
}
@media (max-width: 768px) {
  .services_1 .txt .tit {
    font-size: 30px;
  }
}
.services_1 .txt ul {
  margin-top: 2.5rem;
}
.services_1 .txt ul li {
  font-size: 1.125rem;
  line-height: 1.75rem;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .services_1 .txt ul li {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.services_1 .txt ul li + li {
  margin-top: 0.5rem;
}
.services_1 .txt ul i {
  flex-shrink: 0;
  margin-top: 0.25rem;
  padding: 0.125rem;
  background-color: var(--color1);
  border-radius: 999px;
  color: #222222;
  display: flex;
}
.services_1 .txt ul p {
  margin-left: 0.5rem;
}
.services_1 .img {
  width: calc(41.6666666667% - 1rem);
  font-size: 0;
}
@media (max-width: 1024px) {
  .services_1 .img {
    width: 100%;
  }
}
.services_1 .img img {
  width: 100%;
  height: 100%;
  border-radius: 0.25rem;
}

.services_2 {
  margin-top: 8rem;
}
@media (max-width: 768px) {
  .services_2 {
    margin-top: 5rem;
  }
}
.services_2 .tit {
  font-size: 50px;
  line-height: 1.2;
  text-transform: capitalize;
  font-weight: 700;
  font-family: "Butler";
  text-align: center;
  letter-spacing: 2px;
}
@media (max-width: 1535px) {
  .services_2 .tit {
    font-size: 45px;
  }
}
@media (max-width: 1280px) {
  .services_2 .tit {
    font-size: 40px;
  }
}
@media (max-width: 1024px) {
  .services_2 .tit {
    font-size: 35px;
  }
}
@media (max-width: 768px) {
  .services_2 .tit {
    font-size: 30px;
  }
}
.services_2 .tab {
  margin-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 2.25rem;
}
.services_2 .tab span {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 100%;
  line-height: 1.5;
  color: rgb(107, 114, 128);
  cursor: pointer;
  position: relative;
}
.services_2 .tab span::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: var(--color);
  transition: all 0.3s ease;
}
.services_2 .tab span.on::after {
  width: 100%;
}
.services_2 .tab_con {
  margin-top: 2.5rem;
}
.services_2 .tab_con .box {
  display: none;
}
.services_2 .tab_con .box.on {
  display: block;
}
.services_2 .tab_con ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}
@media (max-width: 768px) {
  .services_2 .tab_con ul {
    gap: 1rem;
  }
}
.services_2 .tab_con ul li {
  font-size: 4.5rem;
  line-height: 1;
  transition: all 0.3s ease;
  display: flex;
}
@media (max-width: 768px) {
  .services_2 .tab_con ul li {
    font-size: 3rem;
    line-height: 1;
  }
}
.services_2 .tab_con ul li svg {
  transition: all 0.3s ease;
  color: #a0aac7;
}

.services_3 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}
@media (max-width: 768px) {
  .services_3 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
.services_3 .txt {
  width: 41.6666666667%;
  position: relative;
}
@media (max-width: 1024px) {
  .services_3 .txt {
    width: 100%;
  }
}
.services_3 .txt h2 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 45px;
  line-height: 1.05;
  font-weight: 700;
  font-family: "Butler";
  letter-spacing: 2px;
}
@media (max-width: 1280px) {
  .services_3 .txt h2 {
    font-size: 40px;
    text-align: start;
  }
}
@media (max-width: 1024px) {
  .services_3 .txt h2 {
    font-size: 35px;
    padding-bottom: 0;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .services_3 .txt h2 {
    font-size: 30px;
  }
}
.services_3 .txt p {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  padding-right: 3.5rem;
}
@media (max-width: 1024px) {
  .services_3 .txt p {
    display: none;
  }
}
.services_3 .txt .but {
  margin-top: 1rem;
  display: flex;
}
@media (max-width: 1024px) {
  .services_3 .txt .but {
    display: none;
  }
}
.services_3 .txt .but a {
  background-color: var(--color1);
  border-radius: 0.25rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.75rem;
  width: auto;
}
@media (max-width: 768px) {
  .services_3 .txt .but a {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.services_3 .txt .img {
  font-size: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
}
@media (max-width: 1535px) {
  .services_3 .txt .img {
    width: 66.6666666667%;
  }
}
@media (max-width: 1280px) {
  .services_3 .txt .img {
    width: 75%;
  }
}
@media (max-width: 1024px) {
  .services_3 .txt .img {
    position: relative;
    width: 41.6666666667%;
    margin: 0 auto;
    margin-top: 0.75rem;
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 768px) {
  .services_3 .txt .img {
    width: 83.3333333333%;
  }
}
.services_3 .txt .img img {
  width: 100%;
}
.services_3 .box {
  width: 58.3333333333%;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 0.375rem;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .services_3 .box {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .services_3 .box {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}
.services_3 .box ul {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.services_3 .box li {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-radius: 0.5rem;
  overflow: hidden;
  transition: all 0.3s ease;
  border-top: 1px solid #f3f4f6;
  background-color: #f9fafb;
}
@media (max-width: 768px) {
  .services_3 .box li {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.services_3 .box li + li {
  margin-top: 1rem;
}
.services_3 .box li.on {
  background-color: #f3ebfa;
}
.services_3 .box li.on .tit span {
  color: #222222;
}
.services_3 .box .tit {
  cursor: pointer;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .services_3 .box .tit {
    align-items: stretch;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.services_3 .box .tit span {
  font-weight: 600;
  font-size: 3rem;
  line-height: 1;
  color: #d1d5db;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .services_3 .box .tit span {
    display: none;
  }
}
.services_3 .box .tit p {
  margin-left: 0.75rem;
  margin-right: auto;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .services_3 .box .tit p {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-left: 0;
  }
}
.services_3 .box .tit i {
  flex-shrink: 0;
  margin-left: 0.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #6b7280;
  display: none;
}
.services_3 .box .tit i.on {
  display: flex;
}
.services_3 .box .tit i svg {
  width: 1.5rem;
  height: 1.5rem;
}
.services_3 .box .con {
  display: none;
  margin-top: 1.5rem;
  font-size: 15px;
  line-height: 1.5rem;
}
@media (max-width: 768px) {
  .services_3 .box .con {
    font-size: 1rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.services_3 .full {
  padding-top: 4rem;
  display: none;
}
@media (max-width: 1024px) {
  .services_3 .full {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .services_3 .full {
    flex-direction: column;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.services_3 .full p {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  width: 75%;
  text-align: center;
}
@media (max-width: 768px) {
  .services_3 .full p {
    width: 100%;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.services_3 .full .but {
  display: flex;
}
@media (max-width: 768px) {
  .services_3 .full .but {
    margin-top: 1.25rem;
    width: 100%;
  }
}
.services_3 .full .but a {
  background-color: var(--color1);
  border-radius: 0.25rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.75rem;
  width: auto;
  text-align: center;
}
@media (max-width: 768px) {
  .services_3 .full .but a {
    font-size: 1rem;
    line-height: 1.5rem;
    width: 100%;
  }
}

.blogs_1 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}
@media (max-width: 768px) {
  .blogs_1 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
.blogs_1 .flex {
  gap: 2.5rem 5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (max-width: 1024px) {
  .blogs_1 .flex {
    gap: 2.5rem;
  }
}
.blogs_1 .son {
  width: calc(100% / 2 - 5rem * (2 - 1) / 2);
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.1) 0px 8px 10px -6px;
  border-radius: 1.5rem;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .blogs_1 .son {
    width: calc(100% / 2 - 2.5rem * (2 - 1) / 2);
  }
}
@media (max-width: 768px) {
  .blogs_1 .son {
    width: 100%;
  }
}
.blogs_1 .son .img {
  display: block;
  font-size: 0;
  height: 20rem;
}
.blogs_1 .son img {
  width: 100%;
  height: 100%;
}
.blogs_1 .son .txt {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
@media (max-width: 768px) {
  .blogs_1 .son .txt {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.blogs_1 .son .txt h3 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  padding-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .blogs_1 .son .txt h3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.blogs_1 .son .txt p {
  font-size: 1.125rem;
  line-height: 1.75rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (max-width: 768px) {
  .blogs_1 .son .txt p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.blogs_1 .son .txt .more {
  padding-top: 0.75rem;
  margin-top: 1.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  display: flex;
  justify-content: space-between;
}
.blogs_1 .son .txt .more span {
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding-right: 1rem;
  border-right: 1px solid #cecece;
}
.blogs_1 .son .txt .more a {
  padding-left: 1rem;
  font-weight: 700;
  display: flex;
}
.blogs_1 .son .txt .more a i {
  margin-left: 1rem;
  display: flex;
}
.blogs_1 .son .txt .more a i svg {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media (max-width: 768px) {
  .blogs_1 .son .txt .more a i svg {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.faq_1 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}
@media (max-width: 768px) {
  .faq_1 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
.faq_1 .flex {
  gap: 1rem;
  width: 83.3333333333%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .faq_1 .flex {
    width: 91.6666666667%;
  }
}
@media (max-width: 768px) {
  .faq_1 .flex {
    width: 100%;
  }
}
.faq_1 .ul {
  width: calc(33.3333333333% - 0.5rem);
  padding-left: 1rem;
  padding-right: 1rem;
  overflow: hidden;
  border-radius: 0.375rem;
  margin-top: 0.75rem;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.1) 0px 8px 10px -6px;
}
@media (max-width: 1024px) {
  .faq_1 .ul {
    display: none;
  }
}
.faq_1 .ul h2 {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2rem;
  padding-top: 1.25rem;
  margin-bottom: 0.75rem;
}
.faq_1 .ul ul {
  border-top: 1px solid #e5e7eb;
  padding-top: 0.25rem;
  padding-bottom: 0.5rem;
}
.faq_1 .ul li + li {
  margin-top: 0.5rem;
}
.faq_1 .ul li a {
  display: block;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  border-radius: 0.25rem;
  font-weight: 600;
  transition: all 0.3s ease;
}
.faq_1 .ul li a:hover {
  background-color: #f3f4f6;
}
.faq_1 .ul li a.on {
  background-color: #f3ebfa;
}
.faq_1 .phone {
  display: none;
  width: 100%;
  border-radius: 1.5rem;
  margin-bottom: 1.5rem;
  position: relative;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.1) 0px 8px 10px -6px;
}
@media (max-width: 1024px) {
  .faq_1 .phone {
    display: block;
  }
}
.faq_1 .phone .rel {
  position: relative;
}
.faq_1 .phone h2 {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2rem;
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
  border-bottom: 1px solid #f3f4f6;
}
.faq_1 .phone .tit {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: #f9fafb;
  border: 1px solid #d1d5db;
  border-radius: 0.5rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.faq_1 .phone .tit i {
  display: flex;
}
.faq_1 .phone .tit i svg {
  width: 1.25rem;
  height: 1.25rem;
}
.faq_1 .phone .select {
  position: absolute;
  padding: 0.5rem;
  border-radius: 0.5rem;
  width: 100%;
  margin-top: 0.25rem;
  border: 1px solid #e5e7eb;
  background-color: #fff;
  display: none;
}
.faq_1 .phone .select li + li {
  margin-top: 0.5rem;
}
.faq_1 .phone .select a {
  display: block;
  font-weight: 600;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 0.25rem;
  width: 100%;
  transition: all 0.3s ease;
  line-height: 1.5;
}
.faq_1 .phone .select a.on {
  background-color: #f3ebfa;
}
.faq_1 .phone .select a:hover {
  background-color: #f3f4f6;
}
.faq_1 .box {
  width: calc(66.6666666667% - 0.5rem);
  padding: 1rem;
  border-radius: 0.375rem;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.1) 0px 8px 10px -6px;
}
@media (max-width: 1024px) {
  .faq_1 .box {
    width: 100%;
  }
}
.faq_1 .box li {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-radius: 0.5rem;
  overflow: hidden;
  transition: all 0.3s ease;
  border-top: 1px solid #f3f4f6;
  background-color: #f9fafb;
}
@media (max-width: 768px) {
  .faq_1 .box li {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.faq_1 .box li + li {
  margin-top: 1rem;
}
.faq_1 .box li.on {
  background-color: #f3ebfa;
}
.faq_1 .box li.on .tit span {
  color: #222222;
}
.faq_1 .box .tit {
  cursor: pointer;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .faq_1 .box .tit {
    align-items: stretch;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.faq_1 .box .tit span {
  font-weight: 600;
  font-size: 3rem;
  line-height: 1;
  color: #d1d5db;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .faq_1 .box .tit span {
    display: none;
  }
}
.faq_1 .box .tit p {
  margin-left: 0.75rem;
  margin-right: auto;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
}
@media (max-width: 768px) {
  .faq_1 .box .tit p {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-left: 0;
  }
}
.faq_1 .box .tit i {
  flex-shrink: 0;
  margin-left: 0.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #6b7280;
  display: none;
}
.faq_1 .box .tit i.on {
  display: flex;
}
.faq_1 .box .tit i svg {
  width: 1.5rem;
  height: 1.5rem;
}
.faq_1 .box .con {
  display: none;
  margin-top: 1.5rem;
  font-size: 15px;
  line-height: 1.5rem;
}
@media (max-width: 768px) {
  .faq_1 .box .con {
    font-size: 1rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

.contact_1 {
  background-color: #f9fafb;
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media (max-width: 768px) {
  .contact_1 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.contact_1 .flex {
  flex-wrap: nowrap;
}
@media (max-width: 768px) {
  .contact_1 .flex {
    flex-direction: column-reverse;
  }
}
.contact_1 .txt {
  width: 40%;
  padding-top: 2.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 768px) {
  .contact_1 .txt {
    width: 100%;
  }
}
.contact_1 .txt h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 1535px) {
  .contact_1 .txt h2 {
    font-size: 33px;
  }
}
@media (max-width: 1280px) {
  .contact_1 .txt h2 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .contact_1 .txt h2 {
    display: none;
  }
}
.contact_1 .txt ul {
  padding-top: 2.5rem;
}
.contact_1 .txt li {
  margin-top: 1.25rem;
}
.contact_1 .txt li h3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}
.contact_1 .txt li .p {
  margin-top: 0.5rem;
  display: flex;
}
.contact_1 .txt li .p i {
  margin-top: 0.25rem;
  display: flex;
}
.contact_1 .txt li .p svg {
  font-size: 1.5rem;
  line-height: 2rem;
}
.contact_1 .txt li .p p {
  margin-left: 0.25rem;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.contact_1 .txt li hr {
  margin-top: 1rem;
  border-top: 1px solid rgb(229, 231, 235);
}
.contact_1 .txt li p {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}
.contact_1 .form {
  margin-left: 2.5rem;
  width: 60%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 1.25rem;
  padding-bottom: 2.5rem;
  border-radius: 0.5rem;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.07) 0px 2px 20px 0px;
}
@media (max-width: 768px) {
  .contact_1 .form {
    margin-left: 0;
    width: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.contact_1 .form form {
  margin-top: 1.25rem;
  width: 100%;
}
.contact_1 .form label {
  width: 100%;
  display: block;
}
.contact_1 .form label + label {
  margin-top: 1.25rem;
}
.contact_1 .form input[type=text] {
  line-height: 1.5;
  font-size: 16px;
  width: 100%;
  outline: 2px solid transparent;
  outline-offset: 2px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #e5e7eb;
}
.contact_1 .form textarea {
  outline: 2px solid transparent;
  outline-offset: 2px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  line-height: 1.5;
  font-size: 16px;
  resize: vertical;
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
}
.contact_1 .form .checkbox label {
  display: flex;
}
.contact_1 .form .checkbox input {
  flex-shrink: 0;
  width: 15px;
  height: 15px;
  cursor: pointer;
  line-height: 1.5;
  margin-top: 4px;
}
.contact_1 .form .checkbox span {
  margin-left: 0.75rem;
  line-height: 1.5;
}
.contact_1 .form .num {
  margin-top: 1.25rem;
}
.contact_1 .form .num span {
  margin-right: 0.5rem;
}
.contact_1 .form .num span + span {
  margin-right: 0.2rem;
}
.contact_1 .form .num input {
  outline: 2px solid transparent;
  outline-offset: 2px;
  text-align: center;
  padding: 0.5rem;
  border: 2px solid #4b5563;
  border-radius: 0.375rem;
  width: 4rem;
  font-size: 16px;
  line-height: 1.5;
}
.contact_1 .form p {
  color: #dc2626;
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-top: 0.25rem;
  display: none;
}
.contact_1 .form p.on {
  display: block;
}
.contact_1 .form button {
  width: 100%;
  margin-top: 2.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-radius: 0.25rem;
  font-weight: 700;
  font-family: inherit;
  background-color: var(--color1);
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .contact_1 .form button {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.contact_1 .form button:hover {
  background-color: var(--color);
}
.contact_1 .form a {
  text-decoration-line: underline;
}
.contact_1 .tit {
  display: none;
}
@media (max-width: 768px) {
  .contact_1 .tit {
    display: block;
  }
}
.contact_1 .tit h2 {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2rem;
  text-align: center;
  margin-bottom: 1rem;
}

.info_1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.info_1 .con {
  padding-left: 1rem;
  padding-right: 1rem;
}
.info_1 .con h2 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  margin-top: 2.5rem;
  font-weight: 400;
}
@media (max-width: 768px) {
  .info_1 .con h2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.info_1 .con p {
  margin-top: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
@media (max-width: 768px) {
  .info_1 .con p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.info_1 .con a {
  text-decoration-line: underline;
}
.info_1 .but {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  margin-top: 2.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}
@media (max-width: 768px) {
  .info_1 .but {
    flex-direction: column;
  }
}
.info_1 .but .img {
  border-radius: 0.375rem;
  width: 9rem;
  font-size: 0;
  overflow: hidden;
}
.info_1 .but img {
  width: 100%;
}
.info_1 .but .txt {
  margin-left: 1.5rem;
}
@media (max-width: 768px) {
  .info_1 .but .txt {
    width: 100%;
    margin-left: 0;
    margin-top: 1.25rem;
  }
}
.info_1 .but .txt h3 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .info_1 .but .txt h3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.info_1 .but .txt p {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media (max-width: 768px) {
  .info_1 .but .txt p {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.info_1 .but .txt .box {
  display: flex;
}
.info_1 .but .txt a {
  margin-top: 1rem;
  padding: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  border-radius: 0.25rem;
  background-color: #e5e7eb;
  transition: all 0.3s ease;
  display: flex;
}
.info_1 .but .txt a:hover {
  background-color: var(--color1);
}
.info_1 .but .txt a svg {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@keyframes infiniteHorizontalMove {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes fadeInOut {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.8);
  }
}

/*# sourceMappingURL=index.css.map */
