*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}
body {
  font-family: "noto sans cjk jp",noto sans cjk jp,"noto-sans-cjk-jp",noto-sans-cjk-jp, sans-serif;
  background-color: #fff;
  color: #383730;
font-size: 1rem;
line-height: 2em;
letter-spacing:0.05em;
}
ul, ol {
  list-style: none;
}
a {
  text-decoration: none;
  color: inherit;
}
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}
input, button, textarea, select {
  font: inherit;
  color: inherit;
}
button {
  background: none;
  border: none;
  cursor: pointer;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  line-height: 1.2;
}

.sp{display: none;}

@media screen and (max-width: 768px) {
.sp{display: block;}
.pc{display: none;}
}


.tsukua {
font-family: fot-tsukuaoldmin-pr6n, sans-serif;
}
.snell {
font-family: snell-roundhand-lt-std, sans-serif;
}

@font-face {
  font-family: "Barlow";
  src: url("/fonts/BarlowSemiCondensed-Regular.ttf") format("truetype");
}
.l-wrap {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.content-wrap {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.case {
  padding: 50px 0;
}
.case .title {
  text-align: center;
}
.case .title .sect-title {
  display: flex;
  color: #ee3997;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 20px;
  position: relative;
  margin-top: 140px;
}
.case .title .sect-title span {
  font-weight: bold;
  font-size: 50px;
  font-style: italic;
  transform: rotate(-15deg) skewX(-3deg);
  letter-spacing: 3px;
font-family: barlow-condensed, sans-serif;
}
.case .title .sect-title img {
  height: 220px;
  left: 50%;
  transform: translateX(-125%);
  position: absolute;
}
.case .title h2 {
  font-size: 44px;
}
.case .case-content {
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin-top: 70px;
}
.case .case-content .card {
  display: flex;
  gap: 40px;
}
.case .case-img {
  position: relative;
  display: inline-block;
}
.case .case-img img {
  height: 510px;
  width: 460px;
  object-fit: cover;
  object-position: center;
  display: block;
}
.case .case-img .case-num, .case .case-img .note {
  position: absolute;
  left: 20px;
  right: 20px;
}
.case .case-img .case-num {
  position: absolute;
  font-size: 48px;
  color: #ee3997;
  top: 50%;
  transform: translateY(-75%);
  justify-self: right;
  text-align: center;
}
.case .case-img .case-num.left {
  justify-self: left;
}
.case .case-img .case-num h3 {
  line-height: 60px;
font-family: barlow-condensed, sans-serif;
}
.case .case-img .case-num .sub {
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ee3997;
  height: 36px;
  width: 240px;
  margin-top: 10px;
}
.case .case-img .note {
  position: absolute;
  background-color: #ffffff;
  bottom: 20px;
  font-size: 18px;
  line-height: 35px;
  padding: 10px 20px;
  box-sizing: border-box;
font-family: fot-tsukuaoldmin-pr6n, sans-serif;
  font-weight: 600;
  width: calc(100% - 40px);
}
.case .case-info {
  width: 500px;
}
.case .case-info .box {
  color: #ffffff;
  text-align: center;
  height: 50px;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.case .case-info p {
  font-size: 16px;
  line-height: 30px;
  margin-top: 10px;
  font-weight: 500;
  text-align: justify;
  letter-spacing: 1.9px;
}
.case .case-info .background {
  background-color: #0f2538;
}
.case .case-info .reward {
  margin-top: 30px;
  background-color: #ee3997;
}
@media (max-width: 1199px) {
  .case {
    padding: 40px 20px;
  }
  .case .case-content .card {
    width: 100%;
  }
  .case .title .sect-title {
    margin-bottom: 15px;
    margin-top: 110px;
  }
  .case .title .sect-title span {
    font-size: 36px;
    letter-spacing: 2px;
  }
  .case .title .sect-title img {
    height: 160px;
    transform: translateX(-125%);
  }
  .case .title h2 {
    font-size: 32px;
  }
  .case .case-content {
    gap: 50px;
    margin-top: 50px;
  }
  .case .case-img {
    width: 50%;
  }
  .case .case-img img {
    height: 480px;
    width: 100%;
  }
  .case .case-img .case-num {
    font-size: 36px;
  }
  .case .case-img .case-num h3 {
    line-height: 45px;
  }
  .case .case-img .case-num .sub {
    font-size: 14px;
    height: 32px;
    width: 160px;
  }
  .case .case-img .note {
    font-size: 16px;
    line-height: 25px;
    padding: 8px 15px;
    bottom: 15px;
  }
  .case .case-info {
    width: 50%;
  }
  .case .case-info .box {
    height: 45px;
    font-size: 18px;
  }
  .case .case-info p {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 1.5px;
  }
}
@media (max-width: 767px) {
  .case {
    padding: 30px 15px;
  }
  .case .title .sect-title {
    margin-bottom: 12px;
    margin-top: 80px;
  }
  .case .title .sect-title span {
    font-size: 28px;
    letter-spacing: 1.5px;
  }
  .case .title .sect-title img {
    height: 120px;
    transform: translateX(-125%);
  }
  .case .title h2 {
    font-size: 24px;
  }
  .case .case-content {
    gap: 35px;
    margin-top: 35px;
  }
  .case .case-content .card {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .case .case-img {
    width: 100%;
	display: none;
  }
  .case .case-img img {
    height: 250px;
    width: 100%;
  }
  .case .case-img .case-num {
    font-size: 28px;
    top: 45%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .case .case-img .case-num h3 {
    line-height: 36px;
  }
  .case .case-img .case-num .sub {
    font-size: 12px;
    height: 28px;
    width: 140px;
    margin-top: 8px;
  }
  .case .case-img .note {
    font-size: 14px;
    line-height: 22px;
    padding: 7px 12px;
    bottom: 12px;
    left: 15px;
    right: 15px;
    width: calc(100% - 30px);
    text-align: center;
  }
  .case .case-info {
    width: 100%;
  }
  .case .case-info .box {
    height: 40px;
    font-size: 16px;
  }
  .case .case-info p {
    font-size: 12px;
    line-height: 23px;
    margin-top: 8px;
    letter-spacing: 1.2px;
  }
  .case .case-info .reward {
    margin-top: 20px;
  }
}
@media (max-width: 479px) {
  .case {
    padding: 20px 10px;
  }
  .case .title .sect-title {
    margin-bottom: 10px;
    margin-top: 60px;
  }
  .case .title .sect-title span {
    font-size: 22px;
    letter-spacing: 1px;
  }
  .case .title .sect-title img {
    height: 90px;
    transform: translateX(-125%);
  }
  .case .title h2 {
    font-size: 20px;
  }
  .case .case-content {
    gap: 25px;
    margin-top: 25px;
  }
  .case .case-content .card {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .case .case-img img {
    height: 240px;
    width: 100%;
  }
  .case .case-img .case-num {
    font-size: 22px;
    top: 45%;
    transform: translateY(-50%);
  }
  .case .case-img .case-num h3 {
    line-height: 30px;
  }
  .case .case-img .case-num .sub {
    font-size: 11px;
    height: 26px;
    width: 120px;
    margin-top: 6px;
  }
  .case .case-img .note {
    font-size: 12px;
    line-height: 20px;
    padding: 6px 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    width: calc(100% - 20px);
  }
  .case .case-info {
    width: 100%;
  }
  .case .case-info .box {
    height: 36px;
    font-size: 14px;
  }
  .case .case-info p {
    font-size: 11px;
    line-height: 20px;
    margin-top: 6px;
    letter-spacing: 1px;
  }
  .case .case-info .reward {
    margin-top: 15px;
  }
}
.consult {
  padding: 50px 0;
  text-align: center;
}
.consult .title {
  font-size: 26px;
  font-weight: bold;
  line-height: 45px;
  letter-spacing: 4px;
}
.consult .text {
  margin: 30px 0 40px;
  line-height: 25px;
  font-size: 16px;
}
.consult .buttons {
  display: flex;
  color: #ffffff;
}
.consult .buttons .detail {
  display: flex;
  align-items: center;
  font-weight: bold;
  gap: 10px;
}
.consult .buttons .subdetail {
  font-size: 16px;
}
.consult .buttons .tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #00a4e3;
  width: 50%;
  height: 110px;
  font-size: 36px;
}
.consult .buttons .mail {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  background-color: #ee3997;
  height: 110px;
  width: 50%;
}
.consult .buttons .tel .tel-icon {
  height: 38px;
  width: auto;
}
.consult .buttons .mail .mail-icon {
  height: 30px;
  width: auto;
}
.consult .buttons a {
  transition: all 0.3s ease;
}
.consult .buttons .tel:hover {
  background-color: #0092cc;
  box-shadow: 0 8px 20px rgba(0, 164, 227, 0.4);
}
.consult .buttons .mail:hover {
  background-color: #d93586;
  box-shadow: 0 8px 20px rgba(238, 57, 151, 0.4);
}
.consult .buttons a:hover .detail img {
  transform: rotate(-10deg) scale(1.1);
  transition: transform 0.3s ease;
}
@media (max-width: 1920px) {
  .consult {
    padding: 50px 0;
  }
  .consult .title {
    font-size: 26px;
    line-height: 45px;
  }
  .consult .text {
    margin: 30px 0 40px;
    line-height: 25px;
    font-size: 16px;
  }
  .consult .buttons .detail {
    font-size: 36px;
    gap: 10px;
  }
  .consult .buttons .subdetail {
    font-size: 16px;
  }
  .consult .buttons .tel {
    font-size: 36px;
    height: 110px;
  }
  .consult .buttons .mail {
    font-size: 30px;
    height: 110px;
  }
  .consult .buttons .tel .tel-icon {
    height: 38px;
  }
  .consult .buttons .mail .mail-icon {
    height: 30px;
  }
}
@media (max-width: 1199px) {
  .consult {
    padding: 40px 20px;
  }
  .consult .title {
    font-size: 20px;
    line-height: 36px;
  }
  .consult .text {
    margin: 20px 0 30px;
    line-height: 22px;
    font-size: 14px;
  }
  .consult .buttons .detail {
    font-size: 24px;
    gap: 8px;
  }
  .consult .buttons .subdetail {
    font-size: 13px;
  }
  .consult .buttons .tel {
    font-size: 24px;
    height: 90px;
    width: 100%;
  }
  .consult .buttons .mail {
    font-size: 20px;
    height: 90px;
    width: 100%;
  }
  .consult .buttons .tel .tel-icon {
    height: 32px;
  }
  .consult .buttons .mail .mail-icon {
    height: 24px;
  }
}
@media (max-width: 767px) {
  .consult {
    padding: 30px 15px;
  }
  .consult .title {
    font-size: 16px;
    line-height: 28px;
    padding: 0 15px;
  }
  .consult .text {
    margin: 15px 0 25px;
    line-height: 20px;
    font-size: 12px;
  }
  .consult .buttons {
    flex-direction: column;
    gap: 10px;
  }
  .consult .buttons .detail {
    font-size: 18px;
    gap: 6px;
  }
  .consult .buttons .subdetail {
    font-size: 11px;
  }
  .consult .buttons .tel {
    font-size: 18px;
    height: 80px;
    width: 100%;
  }
  .consult .buttons .mail {
    font-size: 16px;
    height: 80px;
    width: 100%;
  }
  .consult .buttons .tel .tel-icon {
    height: 26px;
  }
  .consult .buttons .mail .mail-icon {
    height: 20px;
  }
}
@media (max-width: 479px) {
  .consult {
    padding: 20px 10px;
  }
  .consult .title {
    font-size: 14px;
    line-height: 24px;
  }
  .consult .text {
    margin: 12px 0 20px;
    line-height: 18px;
    font-size: 11px;
  }
  .consult .buttons {
    flex-direction: column;
  }
  .consult .buttons .detail {
    font-size: 14px;
    gap: 5px;
  }
  .consult .buttons .subdetail {
    font-size: 10px;
  }
  .consult .buttons .tel {
    font-size: 14px;
    height: 70px;
    width: 100%;
  }
  .consult .buttons .mail {
    font-size: 13px;
    height: 70px;
    width: 100%;
  }
  .consult .buttons .tel .tel-icon {
    height: 22px;
  }
  .consult .buttons .mail .mail-icon {
    height: 18px;
  }
}
.contact {
  padding: 50px 0;
}
.contact .title {
  text-align: center;
}
.contact .title .sect-title {
  display: flex;
  position: relative;
  color: #ee3997;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 145px;
}
.contact .title .sect-title span {
  font-weight: bold;
  font-style: italic;
  font-size: 50px;
  transform: rotate(-15deg) skewX(-3deg);
  letter-spacing: 3px;
font-family: barlow-condensed, sans-serif;
}
.contact .title .sect-title img {
  height: 220px;
  position: absolute;
  left: 50%;
  transform: translateX(-135%);
}
.contact .title h2 {
  font-size: 44px;
}
.contact .title p {
  font-weight: bold;
  font-size: 18px;
}
.contact .title .title-divider {
  background-color: #383730;
  height: 1px;
  width: 400px;
  margin: 27px auto;
}
form {
  max-width: 1200px;
  background-color: #ffffff;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.form-row {
  display: flex;
  gap: 22px;
  margin-bottom: 20px;
  width: 100%;
  justify-content: center;
}
.form-left {
  flex: 0 0 auto;
  text-align: right;
  min-width: 200px;
  padding-top: 12px;
}
.form-right {
  flex: 1;
}
label {
  font-weight: 500;
  font-size: 16px;
}
input[type="text"], input[type="email"], textarea {
  width: 640px;
  padding: 12px 14px;
  border: 1px solid #383730;
  border-radius: 0;
  font-size: 14px;
  transition: border-color 0.3s;
}
input[type="text"]:focus, input[type="email"]:focus, textarea:focus {
  outline: none;
}
.checkbox-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.checkbox-item {
  display: flex;
  align-items: center;
}
input[type="checkbox"]{
display: none;
}
input[type="checkbox"] + label{
position: relative;
}
input[type="checkbox"] + label::before{
content: "";
display: inline-block;
  margin-right: 3px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid #383730;
  border-radius: 50%;
  background-color: white;
  vertical-align: middle;
}
input[type="checkbox"]:checked + label::after {
  content: "✓";
  position: absolute;
  font-weight: bold;
  top: 50%;
  left: 0;
  transform: translate(10%, -50%);
  font-size: 14px;
  text-align: center;
}

.consultation-section {
  display: flex;
  gap: 22px;
  width: 100%;
  justify-content: center;
}
.consultation-left {
  flex: 0 0 auto;
  text-align: right;
  min-width: 200px;
}
.checkbox-flex {
  display: flex;
  gap: 20px;
}
.consultation-title {
  font-weight: 500;
  font-size: 16px;
}
.consultation-right {
  flex: 1;
}
.additional-notes {
  display: flex;
  gap: 22px;
  margin-top: 32px;
  width: 100%;
}
.notes-left {
  flex: 0 0 auto;
  text-align: right;
  min-width: 200px;
}
.notes-right {
  flex: 0 0 640px;
}
.notes-text {
  font-size: 16px;
  margin-bottom: 8px;
}
.other-textarea {
  width: 640px;
  padding: 12px 14px;
  border: 1px solid #383730;
  border-radius: 0;
  font-size: 14px;
  min-height: 200px;
  resize: vertical;
}
.sbtn {
  display: flex;
  justify-content: center;
  margin-top: 35px;
}
.sbtn input {
  width: 786px;
  margin-left: 22px;
  padding: 16px;
  background-color: #ee3997;
  color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s;
}
.sbtn input:hover {
  background-color: #fe4aa7;
}
.sbtn input:active {
  background-color: #fe4aa7;
}
@media (max-width: 1199px) {
  .contact {
    padding: 40px 20px;
  }
  .contact .title .sect-title {
    margin-bottom: 15px;
    margin-top: 110px;
  }
  .contact .title .sect-title span {
    font-size: 36px;
    letter-spacing: 2px;
  }
  .contact .title .sect-title img {
    height: 160px;
    transform: translateX(-135%);
  }
  .contact .title h2 {
    font-size: 32px;
  }
  .contact .title p {
    font-size: 15px;
  }
  .contact .title .title-divider {
    width: 300px;
    margin: 20px auto;
  }
  form {
    padding: 0;
    max-width: 100%;
    margin-top: 25px;
  }
  .form-row {
    gap: 15px;
    margin-bottom: 15px;
    padding-right: 150px;
  }
  .form-left {
    min-width: 160px;
  }
  label {
    font-size: 14px;
  }
  input[type="text"], input[type="email"], textarea {
    width: 100%;
    padding: 10px 12px;
    font-size: 13px;
  }
  .consultation-section {
    gap: 15px;
  }
  .consultation-left {
    min-width: 160px;
  }
  .consultation-title {
    font-size: 14px;
  }
  .checkbox-flex {
    gap: 15px;
  }
  .additional-notes {
    gap: 15px;
    margin-top: 25px;
    padding-right: 150px;
  }
  .notes-left {
    min-width: 160px;
  }
  .notes-right {
    flex: 1;
  }
  .notes-text {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .other-textarea {
    width: 100%;
    padding: 10px 12px;
    font-size: 13px;
    min-height: 150px;
  }
  .sbtn {
    margin-top: 25px;
  }
  .sbtn input {
    width: 686px;
    margin-left: 15px;
    padding: 14px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .contact {
    padding: 30px 15px;
  }
  .contact .title .sect-title {
    margin-bottom: 12px;
    margin-top: 80px;
  }
  .contact .title .sect-title span {
    font-size: 28px;
    letter-spacing: 1.5px;
  }
  .contact .title .sect-title img {
    height: 120px;
    transform: translateX(-135%);
  }
  .contact .title h2 {
    font-size: 24px;
  }
  .contact .title p {
    font-size: 13px;
  }
  .contact .title .title-divider {
    width: 200px;
    margin: 15px auto;
  }
  form {
    max-width: 100%;
  }
  .form-row {
    padding-right: 0;
    gap: 12px;
    margin-bottom: 12px;
    flex-direction: column;
  }
  .form-left {
    min-width: auto;
    text-align: left;
    padding-top: 0;
  }
  label {
    font-size: 13px;
  }
  input[type="text"], input[type="email"], textarea {
    width: 100%;
    padding: 9px 10px;
    font-size: 12px;
  }
  .checkbox-group {
    gap: 10px;
  }
  .checkbox-item label {
    font-size: 12px;
  }
  .consultation-section {
    flex-direction: column;
    gap: 12px;
  }
  .consultation-left {
    min-width: auto;
    text-align: left;
  }
  .consultation-title {
    font-size: 13px;
  }
  .checkbox-flex {
    flex-direction: column;
    gap: 10px;
  }
  .additional-notes {
    flex-direction: column;
    gap: 12px;
    margin-top: 20px;
    padding-right: 0;
  }
  .notes-left {
    min-width: auto;
    text-align: left;
  }
  .notes-right {
    flex: 1;
  }
  .notes-text {
    font-size: 13px;
    margin-bottom: 6px;
  }
  .other-textarea {
    width: 100%;
    padding: 9px 10px;
    font-size: 12px;
    min-height: 120px;
  }
  .sbtn {
    margin-top: 20px;
    width: 100%;
  }
  .sbtn input {
  max-width: 640px;
    width: 80vw;

    margin-left: 0;
    padding: 12px;
    font-size: 14px;
  }
}
@media (max-width: 479px) {
  .contact {
    padding: 20px 10px;
  }
  .contact .title .sect-title {
    margin-bottom: 10px;
    margin-top: 60px;
  }
  .contact .title .sect-title span {
    font-size: 22px;
    letter-spacing: 1px;
  }
  .contact .title .sect-title img {
    height: 90px;
    transform: translateX(-135%);
  }
  .contact .title h2 {
    font-size: 20px;
  }
  .contact .title p {
    font-size: 11px;
  }
  .contact .title .title-divider {
    width: 150px;
    margin: 12px auto;
  }
  form {
    max-width: 100%;
  }
  .form-row {
    gap: 10px;
    margin-bottom: 10px;
    flex-direction: column;
  }
  .form-left {
    min-width: auto;
    text-align: left;
    padding-top: 0;
  }
  label {
    font-size: 12px;
  }
  input[type="text"], input[type="email"], textarea {
    width: 100%;
    padding: 8px 9px;
    font-size: 11px;
  }
  .checkbox-group {
    gap: 8px;
  }
  .checkbox-item label {
    font-size: 11px;
  }
  input[type="checkbox"] {
    width: 14px;
    height: 14px;
  }
  input[type="checkbox"]:checked::after {
    font-size: 12px;
  }
  .consultation-section {
    flex-direction: column;
    gap: 10px;
  }
  .consultation-left {
    min-width: auto;
    text-align: left;
  }
  .consultation-title {
    font-size: 12px;
  }
  .checkbox-flex {
    flex-direction: column;
    gap: 8px;
  }
  .additional-notes {
    flex-direction: column;
    gap: 10px;
    margin-top: 15px;
  }
  .notes-left {
    min-width: auto;
    text-align: left;
  }
  .notes-right {
    flex: 1;
  }
  .notes-text {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .other-textarea {
    width: 100%;
    padding: 8px 9px;
    font-size: 11px;
    min-height: 100px;
  }
  .sbtn {
    margin-top: 15px;
  }
  .sbtn input {
  max-width: 640px;
    width: 100vw;
    margin-left: 0;
    padding: 11px;
    font-size: 13px;
  }
}
.faq {
  padding: 50px 0;
}
.faq .title {
  text-align: center;
}
.faq .title .sect-title {
  display: flex;
  position: relative;
  color: #ee3997;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 145px;
}
.faq .title .sect-title span {
  font-weight: bold;
  font-size: 50px;
  font-style: italic;
  transform: rotate(-15deg) skewX(-3deg);
  letter-spacing: 3px;
font-family: barlow-condensed, sans-serif;
}
.faq .title .sect-title img {
  height: 220px;
  position: absolute;
  left: 50%;
  transform: translateX(-135%);
}
.faq .title h2 {
  font-size: 44px;
}
.faq .title p {
  font-weight: bold;
  font-size: 18px;
}
.faq .title .title-divider {
  background-color: #383730;
  height: 1px;
  width: 400px;
  margin: 27px auto;
}
.faq .accordion-container {
  margin: 0 auto;
  padding-top: 75px;
  background-color: white;
}
.faq .accordion-item {
  padding-bottom: 10px;
}
.faq .accordion-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.faq .accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px;
  background-color: #fff7e6;
  cursor: pointer;
  transition: background-color 0.3s ease;
  user-select: none;
}
.faq .accordion-title {
  font-size: 22px;
  font-weight: bold;
  flex: 1;
}
.faq .accordion-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  flex-shrink: 0;
}
.faq .accordion-toggle::after {
  content: "";
  background-image: url("image/arrow.svg");
  background-size: contain;
  display: inline-block;
  width: 32px;
  height: 20px;
  background-repeat: no-repeat;
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}
.faq .accordion-header.active .accordion-toggle::after {
  transform: rotate(0deg);
}
.faq .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background-color: white;
}
.faq .accordion-content.open {
  max-height: 500px;
}
.faq .accordion-text {
  padding: 24px 40px;
  font-size: 17px;
  line-height: 1.6;
}
@media (max-width: 1199px) {
  .faq {
    padding: 40px 20px;
  }
  .faq .title .sect-title {
    margin-bottom: 15px;
    margin-top: 110px;
  }
  .faq .title .sect-title span {
    font-size: 36px;
    letter-spacing: 2px;
  }
  .faq .title .sect-title img {
    height: 160px;
    transform: translateX(-135%);
  }
  .faq .title h2 {
    font-size: 32px;
  }
  .faq .title p {
    font-size: 15px;
  }
  .faq .title .title-divider {
    width: 300px;
    margin: 20px auto;
  }
  .faq .accordion-container {
    padding-top: 50px;
  }
  .faq .accordion-header {
    padding: 15px;
  }
  .faq .accordion-title {
    font-size: 18px;
  }
  .faq .accordion-toggle::after {
    width: 28px;
    height: 18px;
  }
  .faq .accordion-text {
    padding: 20px 30px;
    font-size: 15px;
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  .faq {
    padding: 30px 15px;
  }
  .faq .title .sect-title {
    margin-bottom: 12px;
    margin-top: 80px;
  }
  .faq .title .sect-title span {
    font-size: 28px;
    letter-spacing: 1.5px;
  }
  .faq .title .sect-title img {
    height: 120px;
    transform: translateX(-135%);
  }
  .faq .title h2 {
    font-size: 24px;
  }
  .faq .title p {
    font-size: 13px;
  }
  .faq .title .title-divider {
    width: 200px;
    margin: 15px auto;
  }
  .faq .accordion-container {
    padding-top: 35px;
  }
  .faq .accordion-item {
    padding-bottom: 8px;
  }
  .faq .accordion-header {
    padding: 12px;
  }
  .faq .accordion-title {
    font-size: 14px;
  }
  .faq .accordion-toggle {
    margin-left: 12px;
  }
  .faq .accordion-toggle::after {
    width: 24px;
    height: 16px;
  }
  .faq .accordion-text {
    padding: 15px 20px;
    font-size: 13px;
    line-height: 1.5;
  }
  .faq .accordion-content.open {
    max-height: 600px;
  }
}
@media (max-width: 479px) {
  .faq {
    padding: 20px 10px;
  }
  .faq .title .sect-title {
    margin-bottom: 10px;
    margin-top: 60px;
  }
  .faq .title .sect-title span {
    font-size: 22px;
    letter-spacing: 1px;
  }
  .faq .title .sect-title img {
    height: 90px;
    transform: translateX(-135%);
  }
  .faq .title h2 {
    font-size: 20px;
  }
  .faq .title p {
    font-size: 11px;
  }
  .faq .title .title-divider {
    width: 150px;
    margin: 12px auto;
  }
  .faq .accordion-container {
    padding-top: 25px;
  }
  .faq .accordion-item {
    padding-bottom: 6px;
  }
  .faq .accordion-header {
    padding: 10px;
  }
  .faq .accordion-title {
    font-size: 12px;
  }
  .faq .accordion-toggle {
    margin-left: 10px;
  }
  .faq .accordion-toggle::after {
    width: 20px;
    height: 14px;
  }
  .faq .accordion-text {
    padding: 12px 16px;
    font-size: 11px;
    line-height: 1.5;
  }
  .faq .accordion-content.open {
    max-height: 700px;
  }
}
.footer .footer-content {
  padding: 65px 0 40px;
  background-color: #0f2538;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.footer .footer-content .links {
  display: flex;
  gap: 40px;
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 40px;
}
.footer .footer-content .details {
  padding: 20px 0;
  font-size: 12px;
}
.footer .footer-content .copyright {
  font-size: 12px;
}
.footer .logo img {
  height: 50px;
  width: auto;
}
.footer .footer-content .links a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}
.footer .footer-content .links a:hover {
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.8);
}
@media (max-width: 1199px) {
  .footer .footer-content {
    padding: 50px 20px 35px;
  }
  .footer .footer-content .links {
    gap: 30px;
    font-size: 13px;
    padding-bottom: 35px;
  }
  .footer .footer-content .details {
    padding: 18px 0;
    font-size: 11px;
    text-align: center;
  }
  .footer .footer-content .copyright {
    font-size: 11px;
  }
  .footer .logo img {
    height: 45px;
  }
}
@media (max-width: 767px) {
  .footer .footer-content {
    padding: 40px 15px 30px;
  }
  .footer .footer-content .links {
    flex-direction: column;
    gap: 15px;
    font-size: 12px;
    padding-bottom: 30px;
    text-align: center;
  }
  .footer .footer-content .details {
    padding: 15px 0;
    font-size: 10px;
    text-align: center;
    line-height: 18px;
  }
  .footer .footer-content .copyright {
    font-size: 10px;
    text-align: center;
  }
  .footer .logo img {
    height: 40px;
  }
}
@media (max-width: 479px) {
  .footer .footer-content {
    padding: 30px 10px 25px;
  }
  .footer .footer-content .links {
    flex-direction: column;
    gap: 12px;
    font-size: 11px;
    padding-bottom: 25px;
    text-align: center;
  }
  .footer .footer-content .details {
    padding: 12px 0;
    font-size: 9px;
    text-align: center;
    line-height: 16px;
  }
  .footer .footer-content .copyright {
    font-size: 9px;
    text-align: center;
  }
  .footer .logo img {
    height: 35px;
  }
}

.mainvis {
  padding-bottom: 50px;
}
.mainvis-container {
  background-image: url("image/mainvis-bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.mainvis header {
  display: flex;
  max-width: 1000px;
  width: 100%;
  justify-self: center;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  margin: 0 auto;
}
.mainvis .logo img {
  height: 30px;
}
.mainvis .buttons {
  display: flex;
  height: 50px;
  font-weight: 600;
}
.mainvis .tel {
  display: flex;
  height: auto;
  background-color: #00a4e3;
  align-items: center;
  padding: 0 20px;
  color: #ffffff;
  gap: 5px;
  font-size: 17px;
  transition: all 0.3s ease;
}
.mainvis .mail {
  gap: 5px;
  font-size: 16px;
  padding: 0 20px;
  align-items: center;
  display: flex;
  color: #ffffff;
  height: auto;
  background-color: #ee3997;
  transition: all 0.3s ease;
}
.mainvis .buttons .tel-icon {
  height: 29px;
}
.mainvis .buttons .mail-icon {
  height: 22px;
}
.mainvis .links {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 40px;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
}
.mainvis .links a {
  color: #ffffff;
  text-decoration: none;
  position: relative;
  transition: color 0.3s ease;
}
.mainvis .links a:hover {
  color: #ee3997;
}
.mainvis .header-text {
  width: 100%;
  margin: 0 auto;
  padding: 70px 0;
  place-items: center;
}
.mainvis .header-text img {
  height: 545px;
  width: auto;
  margin: 0 auto;
}
.mainvis .tel:hover {
  background-color: #008cc3;
  box-shadow: 0 4px 10px rgba(0, 164, 227, 0.3);
}
.mainvis .mail:hover {
  background-color: #d53386;
  box-shadow: 0 4px 10px rgba(238, 57, 151, 0.3);
}
.mainvis .buttons a:hover img {
  transform: rotate(-10deg) scale(1.1);
  transition: transform 0.3s ease;
}
.burger, .mobile-nav, .overlay {
  display: none;
}
@media (min-width: 1440px) {
  .mainvis header {
    max-width: 1200px;
	margin: 0 auto;
  }
  .mainvis .links {
    gap: 60px;
    font-size: 18px;
  }
  .mainvis .header-text img {
    height: 600px;
	margin: 0 auto;
  }
}
@media (max-width: 1200px) {
  .mainvis header {
    padding: 20px;
 }
  .mainvis .links {
    gap: 25px;
  }
  .mainvis .header-text img {
    height: 480px;
  }
}
@media (max-width: 1024px) {
  .mainvis header {
    padding: 2vw;
	background: #fff;
 }
  .mainvis .links {
    display: none;
  }
  .burger {
    display: block;
    width: 28px;
    height: 20px;
    position: relative;
    cursor: pointer;
    z-index: 2000;
  }
  .burger span {
    position: absolute;
    width: 100%;
    height: 3px;
    background: #d53386;
    left: 0;
    transition: all 0.3s ease;
  }
  .burger span:nth-child(1) {
    top: 0;
  }
  .burger span:nth-child(2) {
    top: 8px;
  }
  .burger span:nth-child(3) {
    bottom: 0;
  }
  .burger.active span:nth-child(1) {
    transform: rotate(45deg);
    top: 8px;
  }
  .burger.active span:nth-child(2) {
    opacity: 0;
  }
  .burger.active span:nth-child(3) {
    transform: rotate(-45deg);
    bottom: 10px;
  }
  .mobile-nav {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    right: -100%;
    width: 60%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.95);
    color: white;
    padding: 100px 30px;
    gap: 25px;
    align-items: flex-start;
    transition: right 0.4s ease;
    z-index: 1500;
  }
  .mainvis .mobile-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 25px;
    margin-top: 40px;
    padding-left: 20px;
  }
  .mainvis .mobile-links a {
    color: white;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    position: relative;
    transition: color 0.3s ease;
  }
  .mainvis .mobile-links a:hover {
    color: #09d1ef;
  }
  .mainvis .mobile-links a:hover::after {
    width: 100%;
  }
  .mainvis .mobile-links a.active {
    color: #09d1ef;
  }
  .overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 1400;
  }
  .overlay.active {
    opacity: 1;
    pointer-events: all;
  }
  .mobile-nav.active {
    right: 0;
  }
  .mobile-nav a {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
  }
  .mobile-nav a:hover {
    color: #ee3997;
  }
}
@media (max-width: 768px) {
  .mainvis {
    padding-bottom: 20px;
  }
  .mainvis header {
  position: absolute;
    flex-direction: row;
    align-items: center;
  }
  .mainvis .header-text {
    padding: 0 15px;
  }
  .mainvis-container{
  background: none;
  }
  .mobile-nav {
    width: 75%;
  }
  .mainvis .buttons {
    display: none;
  }
  .mainvis .header-text img {
    height: 380px;
  }
}
@media (max-width: 480px) {
  .mainvis .header-text {
    padding: 0 10px;
  }
  .mainvis .header-text img {
    height: 300px;
  }
}
.message {
  padding: 50px 0 60px;
}
.message .message-text {
  font-size: 24px;
  color: #383730;
  text-align: center;
  line-height: 73px;
  font-family: "Yu Mincho", sans-serif;
  font-weight: 600;
}
.message .msg-btn {
  font-size: 24px;
  color: #ffffff;
  background-color: #ee3997;
  width: 600px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
  margin-top: 40px;
  margin: 0 auto;
  transition: all 0.3s ease;
  overflow: hidden;
}
.message .msg-btn::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px solid #ffffff;
  opacity: 0.8;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.message .msg-btn:hover {
  background-color: #ff55a5;
  box-shadow: 0 8px 20px rgba(238, 57, 151, 0.4);
}
.message .msg-btn:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}
.message .msg-btn .btn-contact {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 1px;
  z-index: 1;
  transition: color 0.3s ease;
}
@media (max-width: 1199px) {
  .message {
    padding: 40px 20px 50px;
  }
  .message .message-text {
    font-size: 20px;
    line-height: 60px;
    padding: 0 20px;
  }
  .message .msg-btn {
    font-size: 18px;
    width: 500px;
    height: 85px;
    margin-top: 35px;
  }
}
@media (max-width: 767px) {
  .message {
    padding: 30px 15px 40px;
  }
  .message .message-text {
    font-size: 16px;
    line-height: 40px;
    padding: 0;
  }
  .message .msg-btn {
    font-size: 14px;
    width: 100%;
    height: 70px;
    margin-top: 30px;
  }
}
@media (max-width: 479px) {
  .message {
    padding: 20px 10px 30px;
  }
  .message .message-text {
    font-size: 12px;
    line-height: 30px;
  }
  .message .msg-btn {
    font-size: 12px;
    height: 60px;
    margin-top: 25px;
  }
}
.problem {
  padding: 50px 0;
}
.problem .title {
  text-align: center;
}
.problem .title .sect-title {
  display: flex;
  color: #ee3997;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 20px;
  position: relative;
  margin-top: 145px;
}
.problem .title .sect-title span {
  font-weight: 700;
  font-style: italic;
  font-size: 50px;
  transform: rotate(-15deg) skewX(-3deg);
  letter-spacing: 3px;
font-family: barlow-condensed, sans-serif;
}
.problem .title .sect-title img {
  height: 220px;
  position: absolute;
  left: 50%;
  transform: translateX(-128%);
}
.problem .title h2 {
  font-size: 44px;
}
.problem .title p {
  font-size: 18px;
  font-weight: bold;
}
.problem .title .title-divider {
  background-color: #0f2538;
  height: 1px;
  width: 400px;
  margin: 27px auto;
}
.problem .problem-content .cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-items: stretch;
  margin-top: 70px;
}
.problem .problem-content .card {
  background-color: #0f2538;
  color: #ffffff;
  padding-top: 20px;
}
.problem .problem-content .card img {
  height: 300px;
  width: auto;
  object-fit: cover;
  object-position: center;
}
.problem .problem-content .card .text {
  padding: 35px 20px;
  font-size: 18px;
  line-height: 30px;
}
.problem .problem-content .card .text h3 {
  font-size: 20px;
  margin-bottom: 30px;
  min-height: 60px;
  align-content: center;
  line-height: 30px;
}
@media (max-width: 1199px) {
  .problem {
    padding: 40px 20px;
  }
  .problem .title .sect-title {
    margin-bottom: 15px;
    margin-top: 110px;
  }
  .problem .title .sect-title span {
    font-size: 36px;
    letter-spacing: 2px;
  }
  .problem .title .sect-title img {
    height: 160px;
    transform: translateX(-140%);
  }
  .problem .title h2 {
    font-size: 32px;
  }
  .problem .title p {
    font-size: 15px;
    padding: 0 20px;
  }
  .problem .title .title-divider {
    width: 300px;
    margin: 20px auto;
  }
  .problem .problem-content .cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-top: 50px;
  }
  .problem .problem-content .card img {
    height: 240px;
  }
  .problem .problem-content .card .text {
    padding: 25px 15px;
    font-size: 15px;
    line-height: 24px;
  }
  .problem .problem-content .card .text h3 {
    font-size: 16px;
    margin-bottom: 20px;
    min-height: 48px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .problem {
    padding: 30px 15px;
  }
  .problem .title .sect-title {
    margin-bottom: 12px;
    margin-top: 80px;
  }
  .problem .title .sect-title span {
    font-size: 28px;
    letter-spacing: 1.5px;
  }
  .problem .title .sect-title img {
    height: 120px;
    transform: translateX(-140%);
  }
  .problem .title h2 {
    font-size: 24px;
  }
  .problem .title p {
    font-size: 13px;
  }
  .problem .title .title-divider {
    width: 200px;
    margin: 15px auto;
  }
  .problem .problem-content .cards {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 35px;
  }
  .problem .problem-content .card img {
    height: 200px;
    width: 100%;
  }
  .problem .problem-content .card .text {
    padding: 20px 12px;
    text-align: center;
    font-size: 13px;
    line-height: 20px;
  }
  .problem .problem-content .card .text h3 {
    font-size: 14px;
    margin-bottom: 15px;
    min-height: 40px;
    line-height: 20px;
  }
}
@media (max-width: 479px) {
  .problem {
    padding: 20px 10px;
  }
  .problem .title .sect-title {
    margin-bottom: 10px;
    margin-top: 60px;
  }
  .problem .title .sect-title span {
    font-size: 22px;
    letter-spacing: 1px;
  }
  .problem .title .sect-title img {
    height: 90px;
    width: 100%;
    transform: translateX(-70%);
  }
  .problem .title h2 {
    font-size: 20px;
  }
  .problem .title p {
    font-size: 11px;
  }
  .problem .title .title-divider {
    width: 150px;
    margin: 12px auto;
  }
  .problem .problem-content .cards {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 25px;
  }
  .problem .problem-content .card img {
    height: 160px;
  }
  .problem .problem-content .card .text {
    padding: 15px 10px;
    font-size: 11px;
    line-height: 18px;
  }
  .problem .problem-content .card .text h3 {
    font-size: 12px;
    margin-bottom: 12px;
    min-height: 35px;
    line-height: 18px;
  }
}


.reason {
  padding: 50px 0;
  margin: 145px 0 0 0;
}
.reason .l-wrap{
max-width: inherit;
}
.reason .title {
  text-align: center;
}

.reason .content-wrap{
max-width: inherit;
background: #0f2538;
color: #fff;
padding: 30px 0;
}
.reason .title .sect-title {
  display: flex;
  position: relative;
  color: #ee3997;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 20px;
}
.reason .title .sect-title span {
  font-weight: bold;
  font-size: 50px;
  transform: rotate(-15deg) skewX(-3deg);
  font-style: italic;
  letter-spacing: 3px;
font-family: barlow-condensed, sans-serif;
}
.reason .title .sect-title img {
  height: 220px;
  position: absolute;
  left: 50%;
  transform: translateX(-130%);
}
.reason .title h2 {
  font-size: 44px;
}
.reason .title p {
  font-weight: bold;
  font-size: 18px;
}
.reason .title .title-divider {
  background-color: #fff;
  height: 1px;
  width: 400px;
  margin: 27px auto;
}
.reason .reasons {
  display: flex;
  flex-direction: column;
  gap: 80px;
  margin-top: 80px;
  padding-bottom: 120px;
  border-bottom: 1px solid #383730;
}
.reason .reasons .reason-card {
width: 100%;
max-width: 1450px;
margin: 0 auto;
  position: relative;
}
.reason .reasons .reason-card.right {
  display: flex;
  position: relative;
  height: 100%;
  justify-content: space-between;
  align-items: center;
}
.reason .reasons .reason-card.left {
  display: flex;
  position: relative;
  height: 100%;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
.reason .reasons .reason-card .text {
  background-color: #ffffff;
  width: 550px;
  padding: 30px 50px;
  position: relative;
  z-index: 2;
  font-weight: bold;
}
.reason .reasons .reason-card.right .text {
  left: 90px;
}
.reason .reasons .reason-card.left .text {
  right: 90px;
}
.reason .reasons .reason-card .text .title {
  color: #ee3997;
  font-size: 28px;
  text-align: left;
}
.reason .reasons .reason-card .text p {
  font-size: 16px;
  line-height: 35px;
  margin-top: 15px;
  text-align: justify;
}
.reason .reasons .reason-card img {
  height: 500px;
  width: 770px;
  object-fit: cover;
  object-position: center;
}
.reason .reasons .reason-card img:nth-of-type(2){
width: auto;
height: auto;
position: absolute;
bottom: 20px;
left: 50px;
}

.reason .reasons .reason-card .reason-img {
  position: relative;
}
.reason .reasons .reason-card .reason-img.third span {
  left: 160px;
  line-height: 155px;
  bottom: 50px;
}
.reason .reasons .reason-card .reason-img span {
  position: absolute;
  color: #ee3997;
  font-weight: bold;
  font-size: 100px;
font-family: barlow-condensed, sans-serif;
}
.reason .reasons .reason-card.right .reason-img span {
  right: 50px;
  top: 50px;
}
.reason .reasons .reason-card.left .reason-img span {
  left: 50px;
  top: 50px;
}
@media (max-width: 1199px) {
  .reason {
    padding: 40px 20px;
  }
  .reason .title .sect-title {
    margin-bottom: 15px;
    margin-top: 110px;
  }
  .reason .title .sect-title span {
    font-size: 36px;
    letter-spacing: 2px;
  }
  .reason .title .sect-title img {
    height: 160px;
    transform: translateX(-135%);
  }
  .reason .title h2 {
    font-size: 32px;
  }
  .reason .title p {
    font-size: 15px;
  }
  .reason .title .title-divider {
    width: 300px;
    margin: 20px auto;
  }
  .reason .reasons {
    gap: 60px;
    margin-top: 50px;
    padding-bottom: 80px;
  }
  .reason .reasons .reason-card .text {
    width: 450px;
    height: auto;
    padding: 25px 35px;
    font-weight: bold;
  }
  .reason .reasons .reason-card.right .text {
    left: 80px;
  }
  .reason .reasons .reason-card.left .text {
    right: 80px;
  }
  .reason .reasons .reason-card .text .title {
    font-size: 22px;
  }
  .reason .reasons .reason-card .text p {
    font-size: 14px;
    line-height: 28px;
    margin-top: 12px;
  }
  .reason .reasons .reason-card img {
    height: 380px;
    width: 550px;
  }
  .reason .reasons .reason-card img:nth-of-type(2){
  width: 70%;
left: 20px;
}


.reason .reasons .reason-card.right .reason-img span {
    right: 30px;
    top: 30px;
  }
  .reason .reasons .reason-card.left .reason-img span {
    left: 30px;
    top: 30px;
  }
  .reason .reasons .reason-card .reason-img.third span {
    left: 30px;
    top: 30px;
  }
  
  
}
@media (max-width: 767px) {
  .reason {
    padding: 30px 15px;
  }
  .reason .title .sect-title {
    margin-bottom: 12px;
    margin-top: 80px;
  }
  .reason .title .sect-title span {
    font-size: 28px;
    letter-spacing: 1.5px;
  }
  .reason .title .sect-title img {
    height: 120px;
    transform: translateX(-135%);
  }
  .reason .title h2 {
    font-size: 24px;
  }
  .reason .title p {
    font-size: 13px;
  }
  .reason .title .title-divider {
    width: 200px;
    margin: 15px auto;
  }
  .reason .reasons {
    gap: 40px;
    margin-top: 35px;
    padding-bottom: 60px;
    flex-direction: column;
  }
  .reason .reasons .reason-card {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .reason .reasons .reason-card .reason-img {
    width: 100%;
  }
  .reason .reasons .reason-card.right, .reason .reasons .reason-card.left {
    flex-direction: column-reverse;
    justify-content: center;
    height: auto;
  }
  .reason .reasons .reason-card .text {
    width: 100%;
    height: auto;
    padding: 20px 15px;
    position: relative;
    left: 0 !important;
    right: 0 !important;
    z-index: 2;
    margin-bottom: 0;
  }
  .reason .reasons .reason-card .text .title {
    font-size: 16px;
    text-align: center;
  }
  .reason .reasons .reason-card .text p {
    font-size: 12px;
    line-height: 22px;
    margin-top: 10px;
    text-align: left;
  }
  .reason .reasons .reason-card img {
    height: 250px;
    width: 100%;
    order: -1;
  }
  .reason .reasons .reason-card .reason-img span {
    font-size: 70px;
  }
  .reason .reasons .reason-card.right .reason-img span, .reason .reasons .reason-card.left .reason-img span, .reason .reasons .reason-card .reason-img.third span {
    left: 20px;
	top: 20px;
  }
  .reason .reasons .reason-card img:nth-of-type(2){
width: 85vw;
max-width: 100%;
bottom: 10px;
left: 20px;
}

}

@media (max-width: 479px) {
  .reason {
    padding: 20px 10px;
  }
  .reason .title .sect-title {
    margin-bottom: 10px;
    margin-top: 60px;
  }
  .reason .title .sect-title span {
    font-size: 22px;
    letter-spacing: 1px;
  }
  .reason .title .sect-title img {
    height: 90px;
    transform: translateX(-135%);
  }
  .reason .title h2 {
    font-size: 20px;
  }
  .reason .title p {
    font-size: 11px;
  }
  .reason .title .title-divider {
    width: 150px;
    margin: 12px auto;
  }
  .reason .reasons {
    gap: 30px;
    margin-top: 25px;
    padding-bottom: 40px;
    flex-direction: column;
  }
  .reason .reasons .reason-card {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .reason .reasons .reason-card.right, .reason .reasons .reason-card.left {
    flex-direction: column-reverse;
    justify-content: center;
    height: auto;
  }
  .reason .reasons .reason-card .text {
    width: 100%;
    height: auto;
    padding: 15px 0;
    position: relative;
    left: 0 !important;
    right: 0 !important;
    z-index: 2;
    margin-bottom: 0;
  }
  .reason .reasons .reason-card .text .title {
    font-size: 14px;
    text-align: center;
  }
  .reason .reasons .reason-card .text p {
    font-size: 11px;
    line-height: 20px;
    margin-top: 8px;
    text-align: left;
  }
  .reason .reasons .reason-card img {
    height: 200px;
    width: 100%;
    order: -1;
  }
  .reason .reasons .reason-card .reason-img span {
    font-size: 80px;
  }
  .reason .reasons .reason-card.right .reason-img span {
    right: 15px;
    line-height: 70px;
    bottom: 15px;
  }
  .reason .reasons .reason-card.left .reason-img span {
    line-height: 70px;
    left: 15px;
    bottom: 15px;
  }
  .reason .reasons .reason-card .reason-img.third span {
    left: 15px;
    line-height: 70px;
    bottom: 15px;
  }
}
.step {
  padding: 50px 0;
}
.step .title {
  text-align: center;
}
.step .title .sect-title {
  display: flex;
  color: #ee3997;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 20px;
  position: relative;
  margin-top: 140px;
}
.step .title .sect-title span {
  font-weight: bold;
  font-size: 50px;
  font-style: italic;
  transform: rotate(-15deg) skewX(-3deg);
  letter-spacing: 3px;
font-family: barlow-condensed, sans-serif;
}
.step .title .sect-title img {
  height: 220px;
  left: 50%;
  transform: translateX(-125%);
  position: absolute;
}
.step .title h2 {
  font-size: 44px;
}
.step .steps {
  margin-top: 70px;
  display: flex;
  position: relative;
  flex-direction: column;
}
.step .steps .step-info {
  position: relative;
  background: transparent;
}
.step .steps .step-info img {
  position: relative;
}
.step .steps .step-info:first-child img {
  z-index: 4;
}
.step .steps .step-info:nth-child(2) img {
  z-index: 3;
  margin-top: -40px;
}
.step .steps .step-info:nth-child(3) img {
  z-index: 2;
  margin-top: -40px;
}
.step .steps .step-info:nth-child(4) img {
  z-index: 1;
  margin-top: -40px;
}
.step .steps .step-info .step-text {
  position: absolute;
  border: 1px solid #383730;
  height: 150px;
  width: 250px;
  z-index: 4;
  display: flex;
  top: 50%;
  left: 110px;
  transform: translateY(-64%);
  flex-direction: column;
  text-align: left;
  justify-content: center;
  padding-left: 57px;
}
.steps .step-info:last-child .step-text {
  border: 1px solid #ffffff;
  color: #ffffff;
  font-weight: 500;
}
.step .steps .step-info .step-text .num {
  font-size: 28px;
  letter-spacing: 2px;
font-family: barlow-condensed, sans-serif;
}
.step .steps .step-info .step-text h3 {
  font-size: 28px;
  line-height: 50px;
}
@media (max-width: 1199px) {
  .step {
    padding: 40px 20px;
  }
  .step .title .sect-title {
    margin-bottom: 15px;
    margin-top: 110px;
  }
  .step .title .sect-title span {
    font-size: 36px;
    letter-spacing: 2px;
  }
  .step .title .sect-title img {
    height: 160px;
    transform: translateX(-125%);
  }
  .step .title h2 {
    font-size: 32px;
  }
  .step .steps {
    margin-top: 50px;
  }
  .step .steps .step-info .step-text {
    height: 120px;
    width: 200px;
    left: 80px;
  }
  .step .steps .step-info .step-text .num {
    font-size: 22px;
    letter-spacing: 1.5px;
  }
  .step .steps .step-info .step-text h3 {
    font-size: 22px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .step {
    padding: 30px 15px;
  }
  .step .title .sect-title {
    margin-bottom: 12px;
    margin-top: 80px;
  }
  .step .title .sect-title span {
    font-size: 28px;
    letter-spacing: 1.5px;
  }
  .step .title .sect-title img {
    height: 120px;
    transform: translateX(-125%);
  }
  .step .title h2 {
    font-size: 24px;
  }
  .step .steps {
  display: none;
    margin-top: 35px;
  }
  .step .steps .step-info:nth-child(2) img {
    margin-top: -29px;
  }
  .step .steps .step-info:nth-child(3) img {
    margin-top: -29px;
  }
  .step .steps .step-info:nth-child(4) img {
    margin-top: -29px;
  }
  .step .steps .step-info .step-text {
    height: 80px;
    width: 160px;
    left: 60px;
    top: 45%;
    padding-left: 0;
    text-align: center;
  }
  .step .steps .step-info .step-text .num {
    font-size: 18px;
    letter-spacing: 1px;
  }
  .step .steps .step-info .step-text h3 {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (max-width: 479px) {
  .step {
    padding: 20px 10px;
  }
  .step .title .sect-title {
    margin-bottom: 10px;
    margin-top: 60px;
  }
  .step .title .sect-title span {
    font-size: 22px;
    letter-spacing: 1px;
  }
  .step .title .sect-title img {
    height: 90px;
    transform: translateX(-125%);
  }
  .step .title h2 {
    font-size: 20px;
  }
  .step .steps {
    margin-top: 25px;
  }
  .step .steps .step-info:nth-child(2) img {
    margin-top: -20px;
  }
  .step .steps .step-info:nth-child(3) img {
    margin-top: -20px;
  }
  .step .steps .step-info:nth-child(4) img {
    margin-top: -20px;
  }
  .step .steps .step-info .step-text {
    height: 55px;
    width: 140px;
  }
  .step .steps .step-info .step-text .num {
    font-size: 18px;
    letter-spacing: 0.8px;
  }
  .step .steps .step-info .step-text h3 {
    font-size: 14px;
    line-height: 24px;
  }
}
.support {
  padding: 60px 0;
  color: #ffffff;
  text-align: center;
}
.support .support-container {
  background-image: url("image/support-bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 90px 0 100px;
}
.support .subtitle {
  font-size: 20px;
  margin-bottom: 15px;
}
.support .title {
  font-size: 28px;
  line-height: 63px;
}
.support .title .highlight {
  display: inline-block;
  height: 60px;
  width: 260px;
  background-color: #ffffff;
  color: #00a4e3;
  font-size: 30px;
  line-height: 60px;
  margin: 15px 0;
  font-family: 600;
}
.support .text {
  margin-top: 20px;
  font-size: 18px;
  line-height: 45px;
}
.support .support-btn {
  font-size: 24px;
  color: #ee3997;
  background-color: #ffffff;
  width: 600px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
  margin-top: 40px;
  font-weight: bold;
  transition: all 0.3s ease;
}
.support .support-btn::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px solid #ee3997;
  transition: all 0.3s ease;
}
.support .support-btn:hover {
  background-color: #ee3997;
  color: #ffffff;
  box-shadow: 0 4px 10px rgba(238, 57, 151, 0.3);
}
.support .support-btn:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.support .support-btn .msg-btn{
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
position: relative;
z-index: 99;
}
@media (max-width: 1920px) {
  .support {
    padding: 60px 0;
  }
  .support .support-container {
    padding: 90px 0 100px;
  }
  .support .subtitle {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .support .title {
    font-size: 28px;
    line-height: 63px;
  }
  .support .title .highlight {
    height: 60px;
    width: 260px;
    font-size: 30px;
    line-height: 60px;
    margin: 15px 0;
  }
  .support .text {
    margin-top: 20px;
    font-size: 18px;
    line-height: 45px;
  }
  .support .support-btn {
    font-size: 24px;
    width: 600px;
    height: 100px;
	margin: 0 auto;
    margin-top: 40px;
  }
}
@media (max-width: 1199px) {
  .support {
    padding: 40px 0;
  }
  .support .support-container {
    padding: 70px 20px 80px;
  }
  .support .subtitle {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .support .title {
    font-size: 22px;
    line-height: 50px;
  }
  .support .title .highlight {
    height: 50px;
    width: 220px;
    font-size: 24px;
    line-height: 50px;
    margin: 12px 0;
  }
  .support .text {
    margin-top: 15px;
    font-size: 15px;
    line-height: 38px;
  }
  .support .support-btn {
    font-size: 18px;
    width: 500px;
    height: 85px;
    margin-top: 35px;
  }
}
@media (max-width: 767px) {
  .support {
    padding: 30px 0;
  }
  .support .support-container {
    padding: 50px 15px 60px;
  }
  .support .subtitle {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .support .title {
    font-size: 18px;
    line-height: 42px;
  }
  .support .title .highlight {
    height: 42px;
    width: 180px;
    font-size: 18px;
    line-height: 42px;
    margin: 10px 0;
  }
  .support .text {
    margin-top: 12px;
    font-size: 13px;
    line-height: 32px;
  }
  .support .support-btn {
    font-size: 14px;
    width: 100%;
    height: 70px;
    margin-top: 30px;
  }
}
@media (max-width: 479px) {
  .support {
    padding: 20px 0;
  }
  .support .support-container {
    padding: 35px 10px 45px;
  }
  .support .subtitle {
    font-size: 12px;
    margin-bottom: 8px;
  }
  .support .title {
    justify-items: center;
    font-size: 14px;
    line-height: 36px;
  }
  .support .title .highlight {
    height: 36px;
    width: 140px;
    font-size: 15px;
    line-height: 36px;
    margin: 8px auto;
    display: block;
  }
  .support .text {
    margin-top: 10px;
    font-size: 11px;
    line-height: 28px;
  }
  .support .support-btn {
    font-size: 12px;
    height: 60px;
    margin-top: 25px;
  }
}