@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP.ttf");
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto.ttf");
}
@font-face {
  font-family: "Hiragino";
  src: url("../fonts/Hiragino Mincho ProN W3.otf");
}
@font-face {
  font-family: "sf-bold";
  src: url("../fonts/SFPRODISPLAYBOLD.OTF");
}
@font-face {
  font-family: "hira";
  src: url("../fonts/Hiragino Kaku Gothic ProN W3.otf");
}
* {
  box-sizing: border-box;
  font-family: "Noto Sans JP", "Roboto";
  color: #231815;
}

html {
  margin-top: unset !important;
  scroll-behavior: smooth;
}

body {
  margin: unset;
  background-color: #fff;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: unset;
  font-feature-settings: "palt";
  line-height: 1.6;
}

a {
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
  cursor: pointer;
}

img {
  display: block;
}

.pc-none {
  display: block;
}

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

@media screen and (min-width: 768px) {
  .sp-none {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  span.sp-none {
    display: inline-block;
    color: inherit;
  }
}
.breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.095890411vw;
}
@media screen and (min-width: 1024px) {
  .breadcrumb {
    gap: 0.5859375vw;
  }
}
@media screen and (min-width: 1440px) {
  .breadcrumb {
    gap: 0.5555555556vw;
  }
}
.breadcrumb .breadcrumb-list {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0;
  list-style: none;
  white-space: nowrap;
  overflow-x: scroll;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.breadcrumb .breadcrumb-list::-webkit-scrollbar {
  display: none;
}
.breadcrumb .breadcrumb-item {
  display: flex;
  align-items: center;
}
.breadcrumb .breadcrumb-item .separator {
  pointer-events: none;
  width: 7px;
  height: auto;
  margin: 0 1.095890411vw;
}
@media screen and (min-width: 1024px) {
  .breadcrumb .breadcrumb-item .separator {
    width: 0.5859375vw;
    margin: 0 0.5859375vw;
  }
}
@media screen and (min-width: 1440px) {
  .breadcrumb .breadcrumb-item .separator {
    width: 0.2777777778vw;
    margin: 0 0.4166666667vw;
  }
}
.breadcrumb .breadcrumb-item a,
.breadcrumb .breadcrumb-item span {
  display: block;
  color: #231815;
}
.breadcrumb .breadcrumb-item a:hover {
  text-decoration: underline;
}
.breadcrumb .breadcrumb-item .current {
  color: #231815;
  pointer-events: none;
}

.hide {
  display: none;
}

.color-white {
  color: #fff;
}

.bg-white {
  background-color: #fff;
}

.color-red1 {
  color: #EF7389;
}

.bg-red1 {
  background-color: #EF7389;
}

.color-red2 {
  color: #E4697F;
}

.bg-red2 {
  background-color: #E4697F;
}

.color-red3 {
  color: #DA578F;
}

.bg-red3 {
  background-color: #DA578F;
}

.color-blue1 {
  color: #498BDE;
}

.bg-blue1 {
  background-color: #498BDE;
}

.color-blue2 {
  color: #3B82F6;
}

.bg-blue2 {
  background-color: #3B82F6;
}

.color-black1 {
  color: #231815;
}

.bg-black1 {
  background-color: #231815;
}

.color-black2 {
  color: #231D15;
}

.bg-black2 {
  background-color: #231D15;
}

.color-black3 {
  color: #1F2937;
}

.bg-black3 {
  background-color: #1F2937;
}

.color-gray1 {
  color: #F3F4F6;
}

.bg-gray1 {
  background-color: #F3F4F6;
}

.color-gray2 {
  color: #D9D2C4;
}

.bg-gray2 {
  background-color: #D9D2C4;
}

.color-gray3 {
  color: #EEEBE7;
}

.bg-gray3 {
  background-color: #EEEBE7;
}

.color-gray4 {
  color: #F9F9F9;
}

.bg-gray4 {
  background-color: #F9F9F9;
}

.color-gray5 {
  color: #BEBEBE;
}

.bg-gray5 {
  background-color: #BEBEBE;
}

.color-brown1 {
  color: #A2845E;
}

.bg-brown1 {
  background-color: #A2845E;
}

.color-brown2 {
  color: #41161D;
}

.bg-brown2 {
  background-color: #41161D;
}

.color-green1 {
  color: #07B53B;
}

.bg-green1 {
  background-color: #07B53B;
}

.pre-line {
  white-space: pre-line;
}

.nowrap {
  white-space: nowrap;
}

.underline {
  text-decoration: underline;
}

.text-center {
  text-align: center;
}
.text-center.sp-left {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .text-center.sp-left {
    text-align: center;
  }
}

.font-roboto {
  font-family: "Roboto";
}

.font-hira {
  font-family: "hira";
}

.font-sfb {
  font-family: "sf-bold";
}

.font-bb {
  font-weight: 900;
}

.font-b {
  font-weight: 700;
}

.font-m {
  font-weight: 500;
}

.font-r {
  font-weight: 400;
}

.font-l {
  font-weight: 300;
}

.font-sp-8 {
  font-size: 2.1917808219vw;
}

h3.font-sp-8 {
  font-size: 1.3150684932vw;
}

@media screen and (min-width: 768px) {
  .font-8 {
    font-size: 8px !important;
  }
}

.font-sp-9 {
  font-size: 2.4657534247vw;
}

h3.font-sp-9 {
  font-size: 1.4794520548vw;
}

@media screen and (min-width: 768px) {
  .font-9 {
    font-size: 9px !important;
  }
}

.font-sp-10 {
  font-size: 2.7397260274vw;
}

h3.font-sp-10 {
  font-size: 1.6438356164vw;
}

@media screen and (min-width: 768px) {
  .font-10 {
    font-size: 10px !important;
  }
}

.font-sp-11 {
  font-size: 3.0136986301vw;
}

h3.font-sp-11 {
  font-size: 1.8082191781vw;
}

@media screen and (min-width: 768px) {
  .font-11 {
    font-size: 11px !important;
  }
}

.font-sp-12 {
  font-size: 3.2876712329vw;
}

h3.font-sp-12 {
  font-size: 1.9726027397vw;
}

@media screen and (min-width: 768px) {
  .font-12 {
    font-size: 12px !important;
  }
}

.font-sp-13 {
  font-size: 3.5616438356vw;
}

h3.font-sp-13 {
  font-size: 2.1369863014vw;
}

@media screen and (min-width: 768px) {
  .font-13 {
    font-size: 13px !important;
  }
}

.font-sp-14 {
  font-size: 3.8356164384vw;
}

h3.font-sp-14 {
  font-size: 2.301369863vw;
}

@media screen and (min-width: 768px) {
  .font-14 {
    font-size: 14px !important;
  }
}

.font-sp-15 {
  font-size: 4.1095890411vw;
}

h3.font-sp-15 {
  font-size: 2.4657534247vw;
}

@media screen and (min-width: 768px) {
  .font-15 {
    font-size: 15px !important;
  }
}

.font-sp-16 {
  font-size: 4.3835616438vw;
}

h3.font-sp-16 {
  font-size: 2.6301369863vw;
}

@media screen and (min-width: 768px) {
  .font-16 {
    font-size: 16px !important;
  }
}

.font-sp-17 {
  font-size: 4.6575342466vw;
}

h3.font-sp-17 {
  font-size: 2.7945205479vw;
}

@media screen and (min-width: 768px) {
  .font-17 {
    font-size: 17px !important;
  }
}

.font-sp-18 {
  font-size: 4.9315068493vw;
}

h3.font-sp-18 {
  font-size: 2.9589041096vw;
}

@media screen and (min-width: 768px) {
  .font-18 {
    font-size: 18px !important;
  }
}

.font-sp-19 {
  font-size: 5.2054794521vw;
}

h3.font-sp-19 {
  font-size: 3.1232876712vw;
}

@media screen and (min-width: 768px) {
  .font-19 {
    font-size: 19px !important;
  }
}

.font-sp-20 {
  font-size: 5.4794520548vw;
}

h3.font-sp-20 {
  font-size: 3.2876712329vw;
}

@media screen and (min-width: 768px) {
  .font-20 {
    font-size: 20px !important;
  }
}

.font-sp-21 {
  font-size: 5.7534246575vw;
}

h3.font-sp-21 {
  font-size: 3.4520547945vw;
}

@media screen and (min-width: 768px) {
  .font-21 {
    font-size: 21px !important;
  }
}

.font-sp-22 {
  font-size: 6.0273972603vw;
}

h3.font-sp-22 {
  font-size: 3.6164383562vw;
}

@media screen and (min-width: 768px) {
  .font-22 {
    font-size: 22px !important;
  }
}

.font-sp-23 {
  font-size: 6.301369863vw;
}

h3.font-sp-23 {
  font-size: 3.7808219178vw;
}

@media screen and (min-width: 768px) {
  .font-23 {
    font-size: 23px !important;
  }
}

.font-sp-24 {
  font-size: 6.5753424658vw;
}

h3.font-sp-24 {
  font-size: 3.9452054795vw;
}

@media screen and (min-width: 768px) {
  .font-24 {
    font-size: 24px !important;
  }
}

.font-sp-25 {
  font-size: 6.8493150685vw;
}

h3.font-sp-25 {
  font-size: 4.1095890411vw;
}

@media screen and (min-width: 768px) {
  .font-25 {
    font-size: 25px !important;
  }
}

.font-sp-26 {
  font-size: 7.1232876712vw;
}

h3.font-sp-26 {
  font-size: 4.2739726027vw;
}

@media screen and (min-width: 768px) {
  .font-26 {
    font-size: 26px !important;
  }
}

.font-sp-27 {
  font-size: 7.397260274vw;
}

h3.font-sp-27 {
  font-size: 4.4383561644vw;
}

@media screen and (min-width: 768px) {
  .font-27 {
    font-size: 27px !important;
  }
}

.font-sp-28 {
  font-size: 7.6712328767vw;
}

h3.font-sp-28 {
  font-size: 4.602739726vw;
}

@media screen and (min-width: 768px) {
  .font-28 {
    font-size: 28px !important;
  }
}

.font-sp-29 {
  font-size: 7.9452054795vw;
}

h3.font-sp-29 {
  font-size: 4.7671232877vw;
}

@media screen and (min-width: 768px) {
  .font-29 {
    font-size: 29px !important;
  }
}

.font-sp-30 {
  font-size: 8.2191780822vw;
}

h3.font-sp-30 {
  font-size: 4.9315068493vw;
}

@media screen and (min-width: 768px) {
  .font-30 {
    font-size: 30px !important;
  }
}

.font-sp-31 {
  font-size: 8.4931506849vw;
}

h3.font-sp-31 {
  font-size: 5.095890411vw;
}

@media screen and (min-width: 768px) {
  .font-31 {
    font-size: 31px !important;
  }
}

.font-sp-32 {
  font-size: 8.7671232877vw;
}

h3.font-sp-32 {
  font-size: 5.2602739726vw;
}

@media screen and (min-width: 768px) {
  .font-32 {
    font-size: 32px !important;
  }
}

.font-sp-33 {
  font-size: 9.0410958904vw;
}

h3.font-sp-33 {
  font-size: 5.4246575342vw;
}

@media screen and (min-width: 768px) {
  .font-33 {
    font-size: 33px !important;
  }
}

.font-sp-34 {
  font-size: 9.3150684932vw;
}

h3.font-sp-34 {
  font-size: 5.5890410959vw;
}

@media screen and (min-width: 768px) {
  .font-34 {
    font-size: 34px !important;
  }
}

.font-sp-35 {
  font-size: 9.5890410959vw;
}

h3.font-sp-35 {
  font-size: 5.7534246575vw;
}

@media screen and (min-width: 768px) {
  .font-35 {
    font-size: 35px !important;
  }
}

.font-sp-36 {
  font-size: 9.8630136986vw;
}

h3.font-sp-36 {
  font-size: 5.9178082192vw;
}

@media screen and (min-width: 768px) {
  .font-36 {
    font-size: 36px !important;
  }
}

.font-sp-37 {
  font-size: 10.1369863014vw;
}

h3.font-sp-37 {
  font-size: 6.0821917808vw;
}

@media screen and (min-width: 768px) {
  .font-37 {
    font-size: 37px !important;
  }
}

.font-sp-38 {
  font-size: 10.4109589041vw;
}

h3.font-sp-38 {
  font-size: 6.2465753425vw;
}

@media screen and (min-width: 768px) {
  .font-38 {
    font-size: 38px !important;
  }
}

.font-sp-39 {
  font-size: 10.6849315068vw;
}

h3.font-sp-39 {
  font-size: 6.4109589041vw;
}

@media screen and (min-width: 768px) {
  .font-39 {
    font-size: 39px !important;
  }
}

.font-sp-40 {
  font-size: 10.9589041096vw;
}

h3.font-sp-40 {
  font-size: 6.5753424658vw;
}

@media screen and (min-width: 768px) {
  .font-40 {
    font-size: 40px !important;
  }
}

.font-sp-41 {
  font-size: 11.2328767123vw;
}

h3.font-sp-41 {
  font-size: 6.7397260274vw;
}

@media screen and (min-width: 768px) {
  .font-41 {
    font-size: 41px !important;
  }
}

.font-sp-42 {
  font-size: 11.5068493151vw;
}

h3.font-sp-42 {
  font-size: 6.904109589vw;
}

@media screen and (min-width: 768px) {
  .font-42 {
    font-size: 42px !important;
  }
}

.font-sp-43 {
  font-size: 11.7808219178vw;
}

h3.font-sp-43 {
  font-size: 7.0684931507vw;
}

@media screen and (min-width: 768px) {
  .font-43 {
    font-size: 43px !important;
  }
}

.font-sp-44 {
  font-size: 12.0547945205vw;
}

h3.font-sp-44 {
  font-size: 7.2328767123vw;
}

@media screen and (min-width: 768px) {
  .font-44 {
    font-size: 44px !important;
  }
}

.font-sp-45 {
  font-size: 12.3287671233vw;
}

h3.font-sp-45 {
  font-size: 7.397260274vw;
}

@media screen and (min-width: 768px) {
  .font-45 {
    font-size: 45px !important;
  }
}

.font-sp-46 {
  font-size: 12.602739726vw;
}

h3.font-sp-46 {
  font-size: 7.5616438356vw;
}

@media screen and (min-width: 768px) {
  .font-46 {
    font-size: 46px !important;
  }
}

.font-sp-47 {
  font-size: 12.8767123288vw;
}

h3.font-sp-47 {
  font-size: 7.7260273973vw;
}

@media screen and (min-width: 768px) {
  .font-47 {
    font-size: 47px !important;
  }
}

.font-sp-48 {
  font-size: 13.1506849315vw;
}

h3.font-sp-48 {
  font-size: 7.8904109589vw;
}

@media screen and (min-width: 768px) {
  .font-48 {
    font-size: 48px !important;
  }
}

.font-sp-49 {
  font-size: 13.4246575342vw;
}

h3.font-sp-49 {
  font-size: 8.0547945205vw;
}

@media screen and (min-width: 768px) {
  .font-49 {
    font-size: 49px !important;
  }
}

.font-sp-50 {
  font-size: 13.698630137vw;
}

h3.font-sp-50 {
  font-size: 8.2191780822vw;
}

@media screen and (min-width: 768px) {
  .font-50 {
    font-size: 50px !important;
  }
}

.font-sp-51 {
  font-size: 13.9726027397vw;
}

h3.font-sp-51 {
  font-size: 8.3835616438vw;
}

@media screen and (min-width: 768px) {
  .font-51 {
    font-size: 51px !important;
  }
}

.font-sp-52 {
  font-size: 14.2465753425vw;
}

h3.font-sp-52 {
  font-size: 8.5479452055vw;
}

@media screen and (min-width: 768px) {
  .font-52 {
    font-size: 52px !important;
  }
}

.font-sp-53 {
  font-size: 14.5205479452vw;
}

h3.font-sp-53 {
  font-size: 8.7123287671vw;
}

@media screen and (min-width: 768px) {
  .font-53 {
    font-size: 53px !important;
  }
}

.font-sp-54 {
  font-size: 14.7945205479vw;
}

h3.font-sp-54 {
  font-size: 8.8767123288vw;
}

@media screen and (min-width: 768px) {
  .font-54 {
    font-size: 54px !important;
  }
}

.font-sp-55 {
  font-size: 15.0684931507vw;
}

h3.font-sp-55 {
  font-size: 9.0410958904vw;
}

@media screen and (min-width: 768px) {
  .font-55 {
    font-size: 55px !important;
  }
}

.font-sp-56 {
  font-size: 15.3424657534vw;
}

h3.font-sp-56 {
  font-size: 9.2054794521vw;
}

@media screen and (min-width: 768px) {
  .font-56 {
    font-size: 56px !important;
  }
}

.font-sp-57 {
  font-size: 15.6164383562vw;
}

h3.font-sp-57 {
  font-size: 9.3698630137vw;
}

@media screen and (min-width: 768px) {
  .font-57 {
    font-size: 57px !important;
  }
}

.font-sp-58 {
  font-size: 15.8904109589vw;
}

h3.font-sp-58 {
  font-size: 9.5342465753vw;
}

@media screen and (min-width: 768px) {
  .font-58 {
    font-size: 58px !important;
  }
}

.font-sp-59 {
  font-size: 16.1643835616vw;
}

h3.font-sp-59 {
  font-size: 9.698630137vw;
}

@media screen and (min-width: 768px) {
  .font-59 {
    font-size: 59px !important;
  }
}

.font-sp-60 {
  font-size: 16.4383561644vw;
}

h3.font-sp-60 {
  font-size: 9.8630136986vw;
}

@media screen and (min-width: 768px) {
  .font-60 {
    font-size: 60px !important;
  }
}

.bg-tile {
  background-image: url("../img/bg-tile.jpg");
  background-size: 16px;
}

.bg-tile2 {
  background-image: url("../img/bg-tile2.png");
}

.btn-mail {
  width: 100%;
  height: 15.8904109589vw;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.1917808219vw;
  background: linear-gradient(90deg, #EF7389, #DA3685);
  border-radius: 7.9452054795vw;
  box-shadow: 0px 0px 2.7397260274vw 0px rgba(228, 84, 135, 0.3);
  cursor: pointer;
}
.btn-mail:hover {
  opacity: 0.7;
}
.btn-mail:active {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .btn-mail {
    width: 156px;
    height: 58px;
    gap: 8px;
    border-radius: 29px;
    box-shadow: 0px 0px 10px 0px rgba(228, 84, 135, 0.3);
  }
}

.btn-line {
  width: 100%;
  height: 15.8904109589vw;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.1917808219vw;
  background: #07B53B;
  border-radius: 7.9452054795vw;
  box-shadow: 0px 0px 2.7397260274vw 0px rgba(7, 181, 59, 0.3);
  cursor: pointer;
}
.btn-line:hover {
  opacity: 0.7;
}
.btn-line:active {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .btn-line {
    width: 156px;
    height: 58px;
    gap: 8px;
    border-radius: 29px;
    box-shadow: 0px 0px 10px 0px rgba(7, 181, 59, 0.3);
  }
}

.btn-emerald {
  width: 100%;
  height: 15.8904109589vw;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.1917808219vw;
  background: #10B981;
  border-radius: 7.9452054795vw;
  box-shadow: 0px 0px 2.7397260274vw 0px rgba(16, 185, 129, 0.3);
  cursor: pointer;
}
.btn-emerald:hover {
  opacity: 0.7;
}
.btn-emerald:active {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .btn-emerald {
    width: 156px;
    height: 58px;
    gap: 8px;
    border-radius: 29px;
    box-shadow: 0px 0px 10px 0px rgba(16, 185, 129, 0.3);
  }
}

.btn-blue {
  background-color: #3B82F6;
  height: 9.3150684932vw;
  padding: 0 1.9178082192vw 0 3.2876712329vw;
  display: flex;
  align-items: center;
  border-radius: 4.6575342466vw;
  cursor: pointer;
}
.btn-blue:hover {
  opacity: 0.7;
}
.btn-blue.active {
  opacity: 1;
}
.btn-blue.arrow {
  gap: 1.9178082192vw;
}
.btn-blue.arrow img {
  width: 5.4794520548vw;
  height: 5.4794520548vw;
}
@media screen and (min-width: 768px) {
  .btn-blue {
    height: 40px;
    padding: 0 8px 0 14px;
    border-radius: 20px;
  }
  .btn-blue:hover {
    opacity: 0.7;
  }
  .btn-blue.active {
    opacity: 1;
  }
  .btn-blue.arrow {
    gap: 8px;
  }
  .btn-blue.arrow img {
    width: 24px;
    height: 24px;
  }
}

.btn-mail i,
.btn-line i,
.btn-emerald i {
  color: #fff;
}

.badge-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.badge-wrapper .badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35.6164383562vw;
  height: 10.9589041096vw;
  border-radius: 5.4794520548vw;
}
.badge-wrapper .badge-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 13.1506849315vw;
  height: 12.602739726vw;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .badge-wrapper .badge {
    width: 130px;
    height: 40px;
    border-radius: 20px;
  }
  .badge-wrapper .badge-circle {
    width: 48px;
    height: 48px;
  }
}

.btn-red {
  width: 29.5890410959vw;
  height: 10.4109589041vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #EF7389, #DA3685);
  border-radius: 5.2054794521vw;
  cursor: pointer;
  box-shadow: 0 0 2.7397260274vw 0 rgba(228, 84, 135, 0.3);
}
.btn-red:hover {
  opacity: 0.7;
}
.btn-red:active {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .btn-red {
    width: 108px;
    height: 38px;
    border-radius: 19px;
    box-shadow: 0px 0px 10px 0px rgba(228, 84, 135, 0.3);
  }
}

.btn-green {
  width: 27.397260274vw;
  height: 10.4109589041vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #07B53B;
  border-radius: 5.2054794521vw;
  box-shadow: 0 0 2.7397260274vw 0 rgba(7, 181, 59, 0.3);
  cursor: pointer;
}
.btn-green:hover {
  opacity: 0.7;
}
.btn-green:active {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .btn-green {
    width: 108px;
    height: 38px;
    border-radius: 19px;
    box-shadow: 0px 0px 10px 0px rgba(7, 181, 59, 0.3);
  }
}

.btn-emerald-mini {
  width: 27.397260274vw;
  height: 10.4109589041vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #10B981;
  border-radius: 5.2054794521vw;
  box-shadow: 0 0 2.7397260274vw 0 rgba(7, 181, 59, 0.3);
  cursor: pointer;
}
.btn-emerald-mini:hover {
  opacity: 0.7;
}
.btn-emerald-mini:active {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .btn-emerald-mini {
    width: 108px;
    height: 38px;
    border-radius: 19px;
    box-shadow: 0px 0px 10px 0px rgba(7, 181, 59, 0.3);
  }
}

.btn-red.check,
.btn-green.check {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.8356164384vw;
}
.btn-red.check img,
.btn-green.check img {
  width: 3.2876712329vw;
  height: 2.1917808219vw;
}
@media screen and (min-width: 768px) {
  .btn-red.check,
  .btn-green.check {
    gap: 14px;
  }
  .btn-red.check img,
  .btn-green.check img {
    width: 12px;
    height: 8px;
  }
}

input[type=radio i] {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 4.3835616438vw;
  height: 4.3835616438vw;
  border: 1px solid #CE3C8C;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
input[type=radio i]:checked::before {
  content: "";
  width: 2.6301369863vw;
  height: 2.6301369863vw;
  background-color: #CE3C8C;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  input[type=radio i] {
    width: 16px;
    height: 16px;
  }
  input[type=radio i]:checked::before {
    width: 9.6px;
    height: 9.6px;
  }
}

input[type=checkbox i] {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 4.3835616438vw;
  height: 4.3835616438vw;
  border: 1px solid #CE3C8C;
  border-radius: 15%;
  position: relative;
  cursor: pointer;
}
input[type=checkbox i]:checked::before {
  content: "";
  width: 2.6301369863vw;
  height: 2.6301369863vw;
  background-color: #CE3C8C;
  border-radius: 15%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  input[type=checkbox i] {
    width: 16px;
    height: 16px;
  }
  input[type=checkbox i]:checked::before {
    width: 9.6px;
    height: 9.6px;
  }
}

header.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
header.header .top-header {
  width: 100%;
  height: 17.5342465753vw;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 2.1917808219vw;
}
header.header .top-header .header-logo a {
  display: flex;
  align-items: center;
  gap: 2.7397260274vw;
}
header.header .top-header .header-logo a .logo-text {
  font-size: 2.7397260274vw;
  line-height: 1;
  color: #DA3685;
  font-weight: 600;
}
header.header .top-header .header-logo a .logo-hime-tax {
  width: 19.7260273973vw;
  height: 8.2191780822vw;
}
header.header .top-header .header-logo a .logo-matsumoto {
  width: 26.0273972603vw;
  height: 6.301369863vw;
}
header.header .top-header > .contact {
  display: none;
}
header.header .top-header .btn-show-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 17.5342465753vw;
  height: 100%;
  background: linear-gradient(90deg, #EF7389, #DA3685);
  border: none;
  color: #fff;
  transition: opacity 0.3s ease;
}
header.header .top-header .btn-show-menu .icon-menu {
  font-size: 7.6712328767vw;
  line-height: 1;
  color: #fff;
}
header.header .top-header .btn-show-menu:hover {
  opacity: 0.7;
}
header.header .top-header .btn-show-menu:active {
  opacity: 1;
}
@media screen and (max-width: 1280px) {
  header.header .top-header .logo-matsumoto {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  header.header .top-header {
    height: 104px;
    padding: 0 0 0 50px;
  }
  header.header .top-header .header-logo a {
    gap: 6px;
  }
  header.header .top-header .header-logo a .logo-hime-tax {
    width: 132px;
    height: 53px;
  }
  header.header .top-header .header-logo a .logo-matsumoto {
    width: 140px;
    height: 30px;
  }
  header.header .top-header .btn-show-menu {
    width: 104px;
  }
  header.header .top-header .btn-show-menu .icon-menu {
    width: 60px;
    height: 50px;
  }
}
@media screen and (min-width: 1024px) {
  header.header .top-header {
    padding-right: 32px;
  }
  header.header .top-header > .contact {
    display: flex;
    gap: 14px;
  }
  header.header .top-header > .contact > .info {
    display: none;
  }
  header.header .top-header > .contact > .btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }
  header.header .top-header > .contact > .btns .btn-mail,
  header.header .top-header > .contact > .btns .btn-line > a {
    display: flex;
    align-items: center;
    gap: 0.5479452055vw;
  }
  header.header .top-header > .contact > .btns .btn-mail .icon,
  header.header .top-header > .contact > .btns .btn-line > a .icon {
    font-size: 1.095890411vw;
    line-height: 1;
  }
  header.header .top-header > .contact > .btns a i {
    color: #fff;
  }
  header.header .top-header .btn-show-menu {
    display: none;
  }
}
@media screen and (min-width: 1176px) {
  header.header .top-header > .contact > .info {
    display: flex;
    gap: 12px;
  }
  header.header .top-header > .contact > .info > .badges {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  header.header .top-header > .contact > .info > .badges > .badge {
    width: 160px;
    height: 27px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header.header .top-header > .contact > .info > .data {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
  }
  header.header .top-header > .contact > .info > .data > p {
    line-height: 1;
  }
}
header.header .top-header .mobile-icon-group {
  display: flex;
  gap: 2.1917808219vw;
  height: inherit;
  align-items: center;
}
@media screen and (min-width: 768px) {
  header.header .top-header .mobile-icon-group {
    display: none;
  }
}
header.header .top-header .mobile-icon-buttons {
  display: flex;
  gap: 2.1917808219vw;
}
@media screen and (min-width: 1024px) {
  header.header .top-header .mobile-icon-buttons {
    display: none;
  }
}
header.header .top-header .mobile-icon-buttons .mobile-icon-btn {
  width: 13.1506849315vw;
  height: 13.1506849315vw;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
}
header.header .top-header .mobile-icon-buttons .mobile-icon-btn i {
  font-size: 5.4794520548vw;
  color: #fff;
}
header.header .top-header .mobile-icon-buttons .mobile-icon-btn.mobile-line-btn {
  background: linear-gradient(135deg, #00B900, #00C300);
  box-shadow: 0 2px 8px rgba(0, 185, 0, 0.3);
}
header.header .top-header .mobile-icon-buttons .mobile-icon-btn.mobile-line-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 185, 0, 0.4);
}
header.header .top-header .mobile-icon-buttons .mobile-icon-btn.mobile-phone-btn {
  background: linear-gradient(135deg, #e91e63, #ff6b9d);
  box-shadow: 0 2px 8px rgba(233, 30, 99, 0.3);
}
header.header .top-header .mobile-icon-buttons .mobile-icon-btn.mobile-phone-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(233, 30, 99, 0.4);
}
header.header .top-header .mobile-icon-buttons .mobile-icon-btn:active {
  transform: translateY(0);
}
@media screen and (min-width: 768px) {
  header.header .top-header .mobile-icon-buttons .mobile-icon-btn {
    width: 48px;
    height: 48px;
  }
  header.header .top-header .mobile-icon-buttons .mobile-icon-btn i {
    font-size: 20px;
  }
}
header.header .header-menu {
  display: none;
}
header.header .ham-menu {
  background-color: #fff;
  position: fixed;
  z-index: 0;
  width: 100%;
  top: 17.5342465753vw;
  height: calc(100vh - 17.5342465753vw);
  padding: 3.2876712329vw 4.3835616438vw 22.4657534247vw;
  overflow-y: auto;
}
header.header .ham-menu a.sub-item {
  display: block;
  padding-left: 9.8630136986vw;
  height: 10.9589041096vw;
  display: flex;
  align-items: center;
  gap: 1.6438356164vw;
  border-bottom: 1px solid rgb(238, 235, 231);
  font-size: 3.8356164384vw;
  color: #231815;
  text-decoration: underline;
  position: relative;
}
header.header .ham-menu a.sub-item::before {
  content: "";
  position: absolute;
  left: 6.5753424658vw;
  width: 1.095890411vw;
  height: 1.095890411vw;
  background: #DA3685;
  border-radius: 50%;
}
header.header .ham-menu a.sub-item:hover {
  background: #FEF2F5;
}
header.header .ham-menu .menu {
  padding: 0 1.6438356164vw 8.7671232877vw;
}
header.header .ham-menu .menu .item {
  height: 14.7945205479vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgb(238, 235, 231);
}
header.header .ham-menu .menu .item:first-child {
  border-top: 1px solid rgb(238, 235, 231);
}
header.header .ham-menu .menu .item .body {
  display: flex;
  align-items: center;
  gap: 2.1917808219vw;
}
header.header .ham-menu .menu .item .body img {
  height: 7.1232876712vw;
}
header.header .ham-menu .menu .item > img {
  height: 2.1917808219vw;
}
header.header .ham-menu > .contact {
  padding: 4.3835616438vw 0;
}
header.header .ham-menu > .contact > .info {
  flex-direction: column;
  align-items: center;
  display: flex;
  gap: 1.095890411vw;
  padding-bottom: 3.8356164384vw;
}
header.header .ham-menu > .contact > .info > .badges {
  display: flex;
  flex-direction: row;
  gap: 1.095890411vw;
}
header.header .ham-menu > .contact > .info > .badges > .badge {
  width: 36.9863013699vw;
  height: 7.397260274vw;
  border-radius: 1.3698630137vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
header.header .ham-menu > .contact > .info > .data {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.5479452055vw;
}
header.header .ham-menu > .contact > .info > .data > p {
  line-height: 1;
}
header.header .ham-menu > .contact > .btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.1917808219vw;
  flex-direction: column;
}
header.header .ham-menu > .contact > .btns a i {
  color: #fff;
}
@media screen and (min-width: 768px) {
  header.header .ham-menu {
    padding: 48px 32px 82px;
    top: 104px;
    height: calc(100vh - 104px);
  }
  header.header .ham-menu .menu {
    padding: 0 6px 32px;
  }
  header.header .ham-menu .menu .item {
    height: 54px;
  }
  header.header .ham-menu .menu .item .body {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  header.header .ham-menu .menu .item .body img {
    height: 26px;
  }
  header.header .ham-menu .menu .item > img {
    height: 8px;
  }
  header.header .ham-menu > .contact {
    display: flex;
    gap: 14px;
    align-items: center;
    justify-content: center;
    padding: 16px 0;
  }
  header.header .ham-menu > .contact > .info {
    flex-direction: column;
    gap: 4px;
    padding-bottom: 0;
  }
  header.header .ham-menu > .contact > .info > .badges {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  header.header .ham-menu > .contact > .info > .badges > .badge {
    width: 135px;
    height: 27px;
    border-radius: 5px;
  }
  header.header .ham-menu > .contact > .info > .data {
    gap: 2px;
  }
  header.header .ham-menu > .contact > .info > .data p.font-bb {
    letter-spacing: -0.04em;
  }
  header.header .ham-menu > .contact > .btns {
    gap: 8px;
  }
}
@media screen and (min-width: 1024px) {
  header.header .header-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    background: #FEF2F5;
    height: 45px;
  }
  header.header .header-menu .has-submenu {
    position: relative;
    display: flex;
    align-items: center;
  }
  header.header .header-menu .has-submenu:hover {
    cursor: pointer;
  }
  header.header .header-menu .has-submenu .submenu-toggle {
    display: none;
    background: transparent;
    border: none;
    color: #231815;
    font-size: 12px;
    cursor: pointer;
    padding: 0 4px;
  }
  header.header .header-menu .has-submenu .submenu {
    display: none !important;
    flex-direction: column;
    gap: 8px;
    position: absolute;
    top: 100%;
    left: 0;
    background: linear-gradient(135deg, #ffffff 0%, #fafafa 100%);
    padding: 16px 20px;
    border: 2px solid #e91e63;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(233, 30, 99, 0.15), 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 10;
    white-space: nowrap;
    min-width: 200px;
  }
  header.header .header-menu .has-submenu .submenu::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 20px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #e91e63;
  }
  header.header .header-menu .has-submenu .submenu a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    padding: 8px 12px;
    border-radius: 4px;
    transition: all 0.3s ease;
    position: relative;
  }
  header.header .header-menu .has-submenu .submenu a:hover {
    background: linear-gradient(135deg, #e91e63, #ff6b9d);
    color: #ffffff;
    transform: translateX(4px);
    box-shadow: 0 2px 8px rgba(233, 30, 99, 0.3);
  }
  header.header .header-menu .has-submenu .submenu a::before {
    content: "▶";
    margin-right: 8px;
    font-size: 10px;
    color: #e91e63;
    transition: color 0.3s ease;
  }
  header.header .header-menu .has-submenu .submenu a:hover::before {
    color: #ffffff;
  }
  header.header .header-menu .has-submenu:hover .submenu {
    display: flex !important;
  }
  header.header .header-menu .has-submenu.open .submenu {
    display: flex;
  }
  header.header .header-menu .menu-item {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  header.header .header-menu .menu-item img {
    width: 22px;
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }
}

.header-article {
  margin-top: 17%;
}
@media screen and (min-width: 768px) {
  .header-article {
    display: none;
  }
}
.header-article .mobile-quick-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.1917808219vw;
  background: #FEF2F5;
  padding: 2.1917808219vw 0vw;
}
.header-article .mobile-quick-links a.quick-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.095890411vw;
  text-decoration: none;
  border-right: 1px solid #ffe8f0;
}
.header-article .mobile-quick-links a.quick-link:last-child {
  border-right: none;
}
.header-article .mobile-quick-links a.quick-link img {
  width: auto;
  height: 9.8630136986vw;
}
.header-article .mobile-quick-links a.quick-link p {
  font-size: 3.5616438356vw;
  color: #231815;
  text-decoration: underline;
}
.header-article .contact.mobile-contact-cta > .info {
  padding: 4.3835616438vw 4.3835616438vw 4.3835616438vw;
  flex-direction: row;
  align-items: center;
  display: flex;
  gap: 1.095890411vw;
}
.header-article .contact.mobile-contact-cta > .info > .badges {
  display: flex;
  flex-direction: column;
  gap: 1.095890411vw;
}
.header-article .contact.mobile-contact-cta > .info > .badges > .badge {
  width: 36.9863013699vw;
  height: 7.397260274vw;
  border-radius: 1.3698630137vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-article .contact.mobile-contact-cta > .info > .data {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.5479452055vw;
}
.header-article .contact.mobile-contact-cta > .info > .data p.font-bb {
  letter-spacing: -0.04em;
  font-size: 7.6712328767vw;
}
.header-article .contact.mobile-contact-cta > .btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0vw;
}
.header-article .contact.mobile-contact-cta > .btns .btn-mail,
.header-article .contact.mobile-contact-cta > .btns .btn-line,
.header-article .contact.mobile-contact-cta > .btns .btn-emerald {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  border-radius: 0;
  gap: 0.5479452055vw;
}
.header-article .contact.mobile-contact-cta > .btns .btn-mail i,
.header-article .contact.mobile-contact-cta > .btns .btn-line i,
.header-article .contact.mobile-contact-cta > .btns .btn-emerald i {
  color: #fff;
  font-size: 5.4794520548vw;
}
@media screen and (min-width: 1024px) {
  .header-article .mobile-quick-links,
  .header-article .contact.mobile-contact-cta {
    display: none;
  }
}

.footer {
  border-top: 1px solid rgb(238, 235, 231);
}
.footer .footer-menu .fm-wrapper {
  padding: 17.5342465753vw 4.3835616438vw 13.1506849315vw;
  border-bottom: 1px solid rgb(238, 238, 238);
}
.footer .footer-menu .fm-wrapper .logo {
  display: flex;
  align-items: center;
  gap: 18;
  padding-bottom: 12.602739726vw;
}
.footer .footer-menu .fm-wrapper .logo .logo-hime-tax {
  height: 14.5205479452vw;
}
.footer .footer-menu .fm-wrapper .logo .logo-matsumoto {
  height: 8.2191780822vw;
}
.footer .footer-menu .fm-wrapper .groups {
  display: flex;
  flex-direction: column;
  gap: 10.9589041096vw;
}
.footer .footer-menu .fm-wrapper .groups .group {
  display: flex;
  flex-direction: column;
  gap: 4.3835616438vw;
}
.footer .footer-menu .fm-wrapper > .contact {
  display: none;
}
@media screen and (min-width: 768px) {
  .footer .footer-menu {
    max-width: 1048px;
    margin-left: auto;
    margin-right: auto;
  }
  .footer .footer-menu .fm-wrapper {
    padding: 64px 16px 48px;
  }
  .footer .footer-menu .fm-wrapper .logo {
    gap: 18px;
    padding-bottom: 46px;
  }
  .footer .footer-menu .fm-wrapper .logo .logo-hime-tax {
    height: 53px;
  }
  .footer .footer-menu .fm-wrapper .logo .logo-matsumoto {
    height: 40px;
  }
  .footer .footer-menu .fm-wrapper .groups {
    flex-wrap: wrap;
    flex-direction: row;
    gap: 68px;
    padding-bottom: 46px;
  }
  .footer .footer-menu .fm-wrapper .groups .group {
    gap: 16px;
  }
  .footer .footer-menu .fm-wrapper > .contact {
    padding: 16px;
    display: grid;
    grid-template-columns: 406px calc(100% - 420px);
    gap: 14px;
  }
  .footer .footer-menu .fm-wrapper > .contact > .info {
    flex-direction: row;
    display: flex;
    gap: 12px;
  }
  .footer .footer-menu .fm-wrapper > .contact > .info > .badges {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .footer .footer-menu .fm-wrapper > .contact > .info > .badges > .badge {
    width: 160px;
    height: 27px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer .footer-menu .fm-wrapper > .contact > .info > .data {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
  }
  .footer .footer-menu .fm-wrapper > .contact > .info > .data p {
    line-height: 1;
  }
  .footer .footer-menu .fm-wrapper > .contact > .info > .data p.font-bb {
    letter-spacing: -0.04em;
    white-space: nowrap;
  }
  .footer .footer-menu .fm-wrapper > .contact > .btns {
    display: grid;
    grid-template-columns: repeat(3, calc((100% - 8px) / 3));
    gap: 8px;
  }
  .footer .footer-menu .fm-wrapper > .contact > .btns .btn-mail,
  .footer .footer-menu .fm-wrapper > .contact > .btns .btn-line,
  .footer .footer-menu .fm-wrapper > .contact > .btns .btn-emerald {
    width: 100%;
  }
  .footer .footer-menu .fm-wrapper > .contact > .btns .btn-mail i,
  .footer .footer-menu .fm-wrapper > .contact > .btns .btn-line i,
  .footer .footer-menu .fm-wrapper > .contact > .btns .btn-emerald i {
    color: #fff;
  }
}
.footer .footer-locations .locations-wrappers {
  padding: 14.7945205479vw 4.3835616438vw 0vw;
  display: flex;
  flex-direction: column;
  gap: 8.7671232877vw;
}
.footer .footer-locations .locations-wrappers .location {
  display: flex;
  flex-direction: column;
  gap: 4.3835616438vw;
}
.footer .footer-locations .locations-wrappers .location .head {
  display: flex;
  align-items: center;
  gap: 2.7397260274vw;
}
.footer .footer-locations .locations-wrappers .location .head img {
  width: 3.5616438356vw;
}
.footer .footer-locations .locations-wrappers .location .body {
  display: flex;
  flex-direction: column;
  gap: 4.3835616438vw;
}
.footer .footer-locations .locations-wrappers .location .body p {
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .footer .footer-locations {
    max-width: 1048px;
    margin-left: auto;
    margin-right: auto;
  }
  .footer .footer-locations .locations-wrappers {
    padding: 54px 16px 0;
    display: grid;
    grid-template-columns: repeat(2, calc((100% - 32px) / 2));
    -moz-column-gap: 32px;
         column-gap: 32px;
    row-gap: 32px;
  }
  .footer .footer-locations .locations-wrappers .location {
    gap: 24px;
  }
  .footer .footer-locations .locations-wrappers .location .head {
    gap: 10px;
  }
  .footer .footer-locations .locations-wrappers .location .head img {
    width: 13px;
  }
  .footer .footer-locations .locations-wrappers .location .body {
    gap: 22px;
  }
}
@media screen and (min-width: 1024px) {
  .footer .footer-locations .locations-wrappers {
    grid-template-columns: repeat(3, calc((100% - 48px) / 3));
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
}
.footer .copyright {
  padding: 10.9589041096vw 0;
  margin-bottom: 16.9863013699vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .footer .copyright {
    padding: 72px 0 52px;
    margin-bottom: 0;
  }
}
.footer .footer-contact {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #fff;
  z-index: 10;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}
.footer .footer-contact .btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .footer-contact .btns .btn-mail,
.footer .footer-contact .btns .btn-line,
.footer .footer-contact .btns .btn-emerald {
  height: 16.4383561644vw;
  width: 100%;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  gap: 1.095890411vw;
  cursor: pointer;
  flex-direction: column;
}
.footer .footer-contact .btns .btn-mail i,
.footer .footer-contact .btns .btn-line i,
.footer .footer-contact .btns .btn-emerald i {
  font-size: 5.4794520548vw;
}
.footer .footer-contact .btns .btn-mail:hover,
.footer .footer-contact .btns .btn-line:hover,
.footer .footer-contact .btns .btn-emerald:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}
.footer .footer-contact .btns .btn-mail .btn-content,
.footer .footer-contact .btns .btn-line .btn-content,
.footer .footer-contact .btns .btn-emerald .btn-content {
  display: flex;
  align-items: center;
  gap: 2.1917808219vw;
}
.footer .footer-contact .btns .btn-mail .btn-content .icon,
.footer .footer-contact .btns .btn-line .btn-content .icon,
.footer .footer-contact .btns .btn-emerald .btn-content .icon {
  font-size: 7.1232876712vw;
  line-height: 1;
  color: #fff;
}
.footer .footer-contact .btns .btn-mail .btn-content .text,
.footer .footer-contact .btns .btn-line .btn-content .text,
.footer .footer-contact .btns .btn-emerald .btn-content .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5479452055vw;
}
.footer .footer-contact .btns .btn-mail .btn-content .text .main-text,
.footer .footer-contact .btns .btn-line .btn-content .text .main-text,
.footer .footer-contact .btns .btn-emerald .btn-content .text .main-text {
  font-size: 3.8356164384vw;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
}
.footer .footer-contact .btns .btn-mail .btn-content .text .sub-text,
.footer .footer-contact .btns .btn-line .btn-content .text .sub-text,
.footer .footer-contact .btns .btn-emerald .btn-content .text .sub-text {
  font-size: 2.7397260274vw;
  opacity: 0.8;
  line-height: 1.2;
  color: #fff;
}
.footer .footer-contact .btns .btn-mail a,
.footer .footer-contact .btns .btn-line a,
.footer .footer-contact .btns .btn-emerald a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .footer .footer-contact {
    display: none;
  }
}

.main-top {
  margin-top: 0%;
}
@media screen and (min-width: 768px) {
  .main-top {
    margin-top: 104px;
  }
}
@media screen and (min-width: 1024px) {
  .main-top {
    margin-top: 148px;
  }
}
.main-top .section-about-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.1917808219vw;
  background-image: url("../img/part-about-bg-sp.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 9.8630136986vw 4.3835616438vw 22.4657534247vw;
}
.main-top .section-about-top .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0vw;
}
.main-top .section-about-top .title figure {
  margin-bottom: 2.7397260274vw;
}
.main-top .section-about-top .title .content {
  padding: 0 4.3835616438vw;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border-radius: 2.1917808219vw;
}
.main-top .section-about-top .title .content p {
  display: flex;
  align-items: baseline;
  line-height: 1.5;
  background: linear-gradient(transparent 90%, rgb(255, 245, 248) 10%);
}
.main-top .section-about-top .title .content p span {
  color: #DA578F;
  line-height: 0.9;
}
.main-top .section-about-top .title.tb, .main-top .section-about-top .title.pc {
  display: none;
}
.main-top .section-about-top .subtitle {
  white-space: pre-line;
  font-weight: 900;
}
.main-top .section-about-top .subtitle > br {
  display: none;
}
.main-top .section-about-top .content-sp {
  text-align: center;
  line-height: 1.6;
}
.main-top .section-about-top .content-sp span.bold {
  position: relative;
  z-index: 1;
}
.main-top .section-about-top .content-sp span.bold::before {
  content: "";
  position: absolute;
  bottom: 0em;
  left: 0;
  width: 100%;
  height: 0.5em;
  background-color: #FFEE9F;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .main-top .section-about-top .content-sp {
    display: none;
  }
}
.main-top .section-about-top .content {
  text-align: center;
  line-height: 1.6;
  display: none;
}
.main-top .section-about-top .content span.bold {
  position: relative;
  z-index: 1;
}
.main-top .section-about-top .content span.bold::before {
  content: "";
  position: absolute;
  bottom: 0em;
  left: 0;
  width: 100%;
  height: 0.5em;
  background-color: #FFEE9F;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .main-top .section-about-top .content {
    display: unset;
  }
}
@media screen and (min-width: 768px) {
  .main-top .section-about-top {
    padding: 53px 0 334px;
    background: linear-gradient(90deg, rgba(237, 184, 192, 0.7) 0%, rgba(255, 236, 239, 0.7) 100%), url("../img/part-about-bg-pc.png");
    background-repeat: no-repeat;
    background-size: cover;
    gap: 16px;
  }
  .main-top .section-about-top .title {
    gap: 16px;
  }
  .main-top .section-about-top .title.sp {
    display: none;
  }
  .main-top .section-about-top .title.tb {
    display: flex;
  }
  .main-top .section-about-top .title .content {
    background-color: #fff;
    padding: 0 22px;
    height: 70px;
    border-radius: 8px;
  }
  .main-top .section-about-top .title .content p {
    background: unset;
  }
  .main-top .section-about-top .title .content:first-child {
    padding-bottom: unset;
  }
  .main-top .section-about-top .subtitle {
    white-space: unset;
  }
  .main-top .section-about-top .subtitle > br {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .main-top .section-about-top .title {
    flex-direction: row;
    gap: 0;
  }
  .main-top .section-about-top .title.tb {
    display: none;
  }
  .main-top .section-about-top .title.pc {
    display: block;
  }
  .main-top .section-about-top .subtitle {
    letter-spacing: -0.04em;
  }
  .main-top .section-about-top .subtitle > br {
    display: none;
  }
}
@media screen and (min-width: 1176px) {
  .main-top .section-about-top {
    padding: 53px 0 84px;
  }
}
.main-top .section-cartoon {
  display: flex;
  flex-direction: column;
  gap: 3.8356164384vw;
  padding: 0 1.3698630137vw;
  margin-top: -9.3150684932vw;
}
.main-top .section-cartoon .cartoon {
  position: relative;
  background-image: url(../img/cartoon-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  border: 0.2273972603vw solid rgba(0, 0, 0, 0.8);
  border-radius: 1.8082191781vw;
  height: 25.4794520548vw;
}
.main-top .section-cartoon .cartoon.cartoon-1 {
  background-image: url(../img/cartoon-bg_03.jpg);
}
.main-top .section-cartoon .cartoon.cartoon-2 {
  background-image: url(../img/cartoon-bg_02.jpg);
}
.main-top .section-cartoon .cartoon a {
  position: relative;
  z-index: 2;
}
.main-top .section-cartoon .cartoon a:hover {
  opacity: 0.7;
}
.main-top .section-cartoon .cartoon a:active {
  opacity: 1;
}
.main-top .section-cartoon .cartoon .wrapper {
  position: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3.5616438356vw;
  z-index: 2;
  height: 25.4794520548vw;
}
.main-top .section-cartoon .cartoon .wrapper h3 {
  color: #fff;
  line-height: 1;
}
.main-top .section-cartoon .cartoon .wrapper p {
  background-color: rgba(203, 63, 124, 0.63);
  border: 0.2273972603vw solid #fff;
  border-radius: 3.2876712329vw;
  padding: 1.6438356164vw 1.6438356164vw;
  display: flex;
  align-items: center;
  color: #fff;
  line-height: 1.6;
}
.main-top .section-cartoon .cartoon .no {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  width: 20vw;
  height: 9.5890410959vw;
  border-bottom-left-radius: 1.8082191781vw;
  border-top-right-radius: 1.8082191781vw;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-top .section-cartoon .cartoon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(35, 29, 21, 0.63);
  z-index: 1;
  border-radius: 1.8082191781vw;
}
@media screen and (min-width: 768px) {
  .main-top .section-cartoon {
    padding: 0 16px;
    gap: 16px;
    margin-top: -290px;
    align-items: center;
    justify-content: center;
    flex-direction: row;
  }
  .main-top .section-cartoon .cartoon {
    border-width: 1px;
    border-radius: 8px;
    height: 112px;
    width: 50%;
  }
  .main-top .section-cartoon .cartoon .wrapper {
    gap: 13px;
    height: 112px;
  }
  .main-top .section-cartoon .cartoon .wrapper h3 {
    letter-spacing: -0.02em;
  }
  .main-top .section-cartoon .cartoon .wrapper a {
    border-width: 1px;
    height: 30px;
    border-radius: 15px;
    padding: 0 16px;
  }
  .main-top .section-cartoon .cartoon .wrapper p {
    height: auto;
    padding: 12px 16px;
  }
  .main-top .section-cartoon .cartoon .no {
    width: 83px;
    height: 43px;
    border-bottom-left-radius: 8px;
    border-top-right-radius: 8px;
  }
  .main-top .section-cartoon .cartoon::after {
    border-radius: 8px;
  }
}
@media screen and (min-width: 1176px) {
  .main-top .section-cartoon {
    flex-direction: row;
    margin-top: -30px;
  }
}

main .section-contact {
  position: relative;
  background-repeat: no-repeat;
  background: linear-gradient(90deg, rgb(251, 251, 251) 0%, rgba(249, 249, 249, 0.2) 100%), right/contain no-repeat url("../img/top-contact-bg-sp.png");
  padding: 9.0410958904vw 4.3835616438vw;
  margin: 10.9589041096vw 4.3835616438vw 16.9863013699vw;
  z-index: 0;
  margin-top: 10.9589041096vw;
}
main .section-contact .wrapper {
  display: flex;
  flex-direction: column-reverse;
}
main .section-contact .wrapper .bear {
  width: 48.2191780822vw;
  height: 51.5068493151vw;
  display: none;
}
main .section-contact .wrapper .body .features {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.1917808219vw;
  padding-bottom: 2.1917808219vw;
}
main .section-contact .wrapper .body .features .feature {
  display: flex;
  align-items: center;
  padding: 0 3.8356164384vw;
  height: 8.2191780822vw;
  border-radius: 4.1095890411vw;
  background-color: #E4697F;
  white-space: nowrap;
}
main .section-contact .wrapper .body > p {
  white-space: pre-line;
  letter-spacing: 0;
  color: #231D15;
  margin: 0 -2.1917808219vw;
  line-height: 8.4931506849vw;
  padding-bottom: 0.5479452055vw;
}
main .section-contact .wrapper .body > h3 {
  white-space: pre-line;
  line-height: 11.5068493151vw;
  letter-spacing: 0;
  padding-top: 1.095890411vw;
  padding-bottom: 1.095890411vw;
}
main .section-contact .wrapper .body > .contact {
  padding: 4.3835616438vw 4.3835616438vw 4.9315068493vw;
  margin-bottom: 4.9315068493vw;
  background-color: #fff;
  border-radius: 2.1917808219vw;
}
main .section-contact .wrapper .body > .contact > .info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.095890411vw;
  padding-bottom: 3.8356164384vw;
}
main .section-contact .wrapper .body > .contact > .info > .badges {
  display: flex;
  flex-direction: row;
  gap: 1.095890411vw;
}
main .section-contact .wrapper .body > .contact > .info > .badges > .badge {
  width: 36.9863013699vw;
  height: 7.397260274vw;
  border-radius: 1.3698630137vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
main .section-contact .wrapper .body > .contact > .info > .data {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.5479452055vw;
}
main .section-contact .wrapper .body > .contact > .info > .data > p {
  line-height: 1;
}
main .section-contact .wrapper .body > .contact > .btns {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.1917808219vw;
}
main .section-contact .wrapper .body > .contact > .btns a i {
  color: #fff;
}
main .section-contact > .corner {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: auto;
  padding: 2% 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #EF7389, #DA3685);
  border-bottom-left-radius: 1.095890411vw;
  border-bottom-right-radius: 1.095890411vw;
}
main .section-contact > .corner p {
  white-space: normal;
}
@media screen and (min-width: 768px) {
  main .section-contact {
    background: linear-gradient(90deg, rgb(251, 251, 251) 0%, rgba(249, 249, 249, 0.2) 100%), right/contain no-repeat url("../img/top-contact-bg-pc.png");
    padding: 32px 0 24px;
    margin: 40px 16px 60px;
    max-width: 1200px;
    border-radius: 16px;
  }
  main .section-contact .wrapper {
    padding-left: 32px;
    padding-right: 32px;
    justify-content: center;
  }
  main .section-contact .wrapper .bear {
    width: 176px;
    height: 188px;
    display: block;
    position: absolute;
    left: -40px;
  }
  main .section-contact .wrapper .body {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  main .section-contact .wrapper .body .features {
    gap: 8px;
    padding-bottom: 8px;
  }
  main .section-contact .wrapper .body .features.tb-hide {
    display: none;
  }
  main .section-contact .wrapper .body .features .feature {
    padding: 0 16px;
    height: 32px;
    border-radius: 16px;
  }
  main .section-contact .wrapper .body > p {
    white-space: normal;
    margin: 0;
    line-height: 31px;
    padding-bottom: 2px;
  }
  main .section-contact .wrapper .body > h3 {
    white-space: normal;
    line-height: 56px;
    padding-top: 0;
    padding-bottom: 5px;
  }
  main .section-contact .wrapper .body > .contact {
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: center;
    justify-content: center;
    padding: 16px;
    margin-bottom: 16px;
    background-color: #fff;
    border-radius: 8px;
    width: -moz-fit-content;
    width: fit-content;
  }
  main .section-contact .wrapper .body > .contact > .info {
    flex-direction: row;
    gap: 12px;
    padding-bottom: unset;
  }
  main .section-contact .wrapper .body > .contact > .info > .badges {
    gap: 4px;
    flex-direction: column;
  }
  main .section-contact .wrapper .body > .contact > .info > .badges > .badge {
    width: 159px;
    height: 27px;
    border-radius: 5px;
  }
  main .section-contact .wrapper .body > .contact > .info > .data {
    gap: 12px;
  }
  main .section-contact .wrapper .body > .contact > .btns {
    gap: 8px;
    flex-direction: row;
  }
  main .section-contact > .corner {
    width: auto;
    height: auto;
    border-top-right-radius: 24px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 0;
    top: 0;
    right: 0;
    bottom: auto;
    padding: 8px 8px;
  }
  main .section-contact > .corner p {
    white-space: pre-line;
    font-size: 14px !important;
  }
}
@media screen and (min-width: 1024px) {
  main .section-contact .wrapper {
    flex-direction: row;
    gap: 24px;
  }
  main .section-contact .wrapper .body > .contact {
    margin-bottom: unset;
    flex-direction: row;
  }
}
@media screen and (min-width: 1232px) {
  main .section-contact {
    margin: 40px auto 60px;
  }
  main .section-contact .wrapper {
    gap: 0;
  }
  main .section-contact .wrapper .body > .contact {
    flex-direction: row;
  }
}

.section-cards .cards-wrapper {
  display: flex;
  flex-direction: column;
  gap: 6.5753424658vw;
  padding: 13.1506849315vw 4.3835616438vw 0vw;
}
.section-cards .cards-wrapper .card .header {
  background-color: rgba(242, 199, 205, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 1.095890411vw;
  border-top-right-radius: 1.095890411vw;
  border: 1px solid #F3F4F6;
  position: relative;
  height: 15.6164383562vw;
}
.section-cards .cards-wrapper .card .header .badge {
  position: absolute;
  left: 4.3835616438vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.095890411vw;
  padding: 0 2.1917808219vw;
  height: 6.301369863vw;
}
.section-cards .cards-wrapper .card .body {
  padding: 8.7671232877vw 3.8356164384vw;
  border: 1px solid rgba(242, 199, 205, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2.7397260274vw;
}
.section-cards .cards-wrapper .card .body p {
  line-height: 1.6;
  white-space: pre-line;
}
.section-cards .cards-wrapper .card:nth-child(2) > .body {
  align-items: center;
}
.section-cards .cards-wrapper .card:nth-child(2) > .body > img {
  width: 72.3287671233vw;
}
.section-cards .cards-wrapper .card:nth-child(3) > .body {
  align-items: center;
}
.section-cards .cards-wrapper .card:nth-child(3) > .body > img {
  width: 43.8356164384vw;
}
@media screen and (min-width: 768px) {
  .section-cards {
    max-width: 1083px;
    margin-left: auto;
    margin-right: auto;
  }
  .section-cards .cards-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 33.3333333333%);
    gap: 0;
    padding: 0 16px;
    border-radius: 4px;
  }
  .section-cards .cards-wrapper .card .header {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    height: 57px;
    padding-left: 68px;
  }
  .section-cards .cards-wrapper .card .header .badge {
    left: 16px;
    border-radius: 4px;
    padding: 0 8px;
    height: 23px;
  }
  .section-cards .cards-wrapper .card .body {
    padding: 32px 14px;
    gap: 10px;
    height: 230px;
  }
  .section-cards .cards-wrapper .card:nth-child(2) > .body > img {
    width: 264px;
  }
  .section-cards .cards-wrapper .card:nth-child(3) > .body > img {
    width: 160px;
  }
}
@media screen and (min-width: 1024px) {
  .section-cards .cards-wrapper .card .header {
    padding-left: 0;
  }
  .section-cards .cards-wrapper .card .body {
    height: 197px;
  }
}

.section-letter .bg-wrapper .letter-wrapper {
  padding: 19.1780821918vw 4.3835616438vw 4.9315068493vw;
}
.section-letter .bg-wrapper .letter-wrapper h3 {
  white-space: pre-line;
  padding-bottom: 15.8904109589vw;
}
.section-letter .bg-wrapper .letter-wrapper h3.tb {
  display: none;
}
.section-letter .bg-wrapper .letter-wrapper .content {
  display: flex;
  flex-direction: column;
  gap: 8.7671232877vw;
  padding-bottom: 6.5753424658vw;
}
.section-letter .bg-wrapper .letter-wrapper .content .p p {
  line-height: 1.5;
}
.section-letter .bg-wrapper .letter-wrapper .content .p p.title {
  padding-bottom: 4.3835616438vw;
}
.section-letter .bg-wrapper .letter-wrapper .sign {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-letter .bg-wrapper .letter-wrapper .sign .wrapper {
  display: flex;
  flex-direction: column;
  gap: 4.9315068493vw;
}
.section-letter .bg-wrapper .letter-wrapper .sign .wrapper p {
  line-height: 6.5753424658vw;
}
.section-letter .bg-wrapper .letter-wrapper .sign img {
  width: 40.2739726027vw;
  height: 17.2602739726vw;
}
@media screen and (min-width: 768px) {
  .section-letter {
    max-width: 1263px;
    margin-top: 54px;
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid rgb(236, 238, 243);
  }
  .section-letter .bg-wrapper {
    max-width: 758px;
    margin-left: auto;
    margin-right: auto;
  }
  .section-letter .bg-wrapper .letter-wrapper {
    padding: 70px 16px 54px;
  }
  .section-letter .bg-wrapper .letter-wrapper h3 {
    padding-bottom: 58px;
  }
  .section-letter .bg-wrapper .letter-wrapper h3.sp {
    display: none;
  }
  .section-letter .bg-wrapper .letter-wrapper h3.tb {
    display: block;
  }
  .section-letter .bg-wrapper .letter-wrapper .content {
    gap: 32px;
    padding-bottom: 24px;
  }
  .section-letter .bg-wrapper .letter-wrapper .content .p p.title {
    padding-bottom: 16px;
  }
  .section-letter .bg-wrapper .letter-wrapper .sign {
    padding-left: 50%;
  }
  .section-letter .bg-wrapper .letter-wrapper .sign .wrapper {
    gap: 16px;
  }
  .section-letter .bg-wrapper .letter-wrapper .sign .wrapper p {
    line-height: 24px;
  }
  .section-letter .bg-wrapper .letter-wrapper .sign img {
    width: 147px;
    height: 63px;
  }
}

.section-reviews {
  background: linear-gradient(-70deg, #FFFFFF, #FDF2F8);
  padding: 8.7671232877vw 4.3835616438vw 13.698630137vw;
}
.section-reviews .badge-wrapper .badge {
  position: absolute;
  top: -14.2465753425vw;
}
.section-reviews > h3 {
  line-height: 1.4;
  padding-bottom: 9.3150684932vw;
}
.section-reviews > h3.tb {
  display: none;
}
.section-reviews .reviews-wrapper {
  padding-bottom: 10.4109589041vw;
  position: relative;
  z-index: 2;
}
.section-reviews .reviews-wrapper .review {
  background-color: #fff;
  border: 1px solid #E5E7EB;
  border-radius: 2.1917808219vw;
  padding: 8.7671232877vw 4.9315068493vw;
  box-shadow: 0 2.7397260274vw 4.1095890411vw -0.8219178082vw rgba(0, 0, 0, 0.1);
}
.section-reviews .reviews-wrapper .review .review-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 3.2876712329vw;
  padding-bottom: 3.2876712329vw;
}
.section-reviews .reviews-wrapper .review .review-header img {
  width: 22.4657534247vw;
  height: 22.4657534247vw;
  border-radius: 50%;
}
.section-reviews .reviews-wrapper .review .review-header .info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.1917808219vw;
}
.section-reviews .reviews-wrapper .review .review-header .info .badge {
  border-radius: 1.6438356164vw;
  padding: 0.8219178082vw 2.1917808219vw;
  width: -moz-fit-content;
  width: fit-content;
}
.section-reviews .reviews-wrapper .review .review-header .info .badge p {
  line-height: 7.0136986301vw;
}
.section-reviews .reviews-wrapper .review .review-header .info .info-body {
  display: flex;
  justify-content: space-between;
  gap: 2.1917808219vw;
}
.section-reviews .reviews-wrapper .review .review-header .info .info-body p.name {
  line-height: 7.6712328767vw;
  font-weight: 600;
}
.section-reviews .reviews-wrapper .review .review-header .info .info-body p.note {
  line-height: 7.0136986301vw;
}
.section-reviews .reviews-wrapper .review .review-body h4 {
  line-height: 1.6;
  padding-bottom: 1.095890411vw;
}
.section-reviews .reviews-wrapper .review .review-body p {
  line-height: 1.8;
}
.section-reviews .btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.section-reviews .btn-wrapper .btn-blue {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .section-reviews {
    padding: 32px 0 0;
  }
  .section-reviews .badge-wrapper .badge {
    top: -52px;
  }
  .section-reviews > h3 {
    padding-bottom: 34px;
  }
  .section-reviews > h3.sp {
    display: none;
  }
  .section-reviews > h3.tb {
    display: block;
  }
  .section-reviews .reviews-wrapper {
    padding-bottom: 38px;
  }
  .section-reviews .reviews-wrapper .review {
    border-radius: 8px;
    padding: 32px 40px;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  }
  .section-reviews .reviews-wrapper .review .review-header {
    justify-content: unset;
    gap: 12px;
    padding-bottom: 22px;
  }
  .section-reviews .reviews-wrapper .review .review-header img {
    width: 82px;
    height: 82px;
    border-radius: 50%;
  }
  .section-reviews .reviews-wrapper .review .review-header .info {
    gap: 8px;
  }
  .section-reviews .reviews-wrapper .review .review-header .info .badge {
    border-radius: 6px;
    padding: 3px 8px;
  }
  .section-reviews .reviews-wrapper .review .review-header .info .badge p {
    line-height: 25.6px;
  }
  .section-reviews .reviews-wrapper .review .review-header .info .info-body {
    gap: 8px;
  }
  .section-reviews .reviews-wrapper .review .review-header .info .info-body p.name {
    line-height: 28px;
    font-weight: 600;
  }
  .section-reviews .reviews-wrapper .review .review-header .info .info-body p.note {
    line-height: 25.6px;
  }
  .section-reviews .reviews-wrapper .review .review-header .info .info-body p.industry {
    background: #eee;
    border-radius: 50px;
    padding: 4px 8px;
    font-size: 12px !important;
  }
  .section-reviews .reviews-wrapper .review .review-body h4 {
    padding-bottom: 4px;
  }
  .section-reviews .reviews-wrapper .review .review-body p {
    line-height: 1.8;
  }
}

.section-faq .bg-wrapper .faq-wrapper {
  padding: 3.2876712329vw 0vw 8.7671232877vw;
}
.section-faq .bg-wrapper .faq-wrapper .badge-wrapper .badge {
  position: absolute;
  top: -13.698630137vw;
}
.section-faq .bg-wrapper .faq-wrapper > h3 {
  line-height: 1.4;
  white-space: pre-line;
  padding-bottom: 2.7397260274vw;
}
.section-faq .bg-wrapper .faq-wrapper > p {
  line-height: 1.6;
  white-space: pre-line;
  padding-bottom: 5.4794520548vw;
}
.section-faq .bg-wrapper .faq-wrapper .faqs {
  background-color: #fff;
  padding: 10.9589041096vw 4.3835616438vw 3.2876712329vw;
  display: flex;
  flex-direction: column;
  gap: 6.5753424658vw;
  margin-bottom: 3.2876712329vw;
}
.section-faq .bg-wrapper .faq-wrapper .faqs .faq {
  padding-bottom: 6.5753424658vw;
  border-bottom: 1px solid rgb(249, 249, 249);
}
.section-faq .bg-wrapper .faq-wrapper .faqs .faq .badge {
  width: 11.2328767123vw;
  height: 11.2328767123vw;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-faq .bg-wrapper .faq-wrapper .faqs .faq .question {
  display: grid;
  grid-template-columns: 11.2328767123vw calc(100% - 15.6164383562vw);
  align-items: center;
  justify-content: space-between;
  gap: 4.3835616438vw;
  padding: 0 4.3835616438vw;
  cursor: pointer;
}
.section-faq .bg-wrapper .faq-wrapper .faqs .faq .question .q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4.3835616438vw;
}
.section-faq .bg-wrapper .faq-wrapper .faqs .faq .question .q img {
  width: 3.2876712329vw;
}
.section-faq .bg-wrapper .faq-wrapper .faqs .faq .question .q img.icon-down {
  display: none;
}
.section-faq .bg-wrapper .faq-wrapper .faqs .faq .answer {
  display: none;
  margin-top: 6.5753424658vw;
  margin-bottom: 2.1917808219vw;
  padding: 7.6712328767vw 10.9589041096vw 7.6712328767vw 4.3835616438vw;
  grid-template-columns: 11.2328767123vw calc(100% - 15.6164383562vw);
  gap: 4.3835616438vw;
  border-radius: 2.1917808219vw;
  line-height: 1.8;
}
.section-faq .bg-wrapper .faq-wrapper .faqs .faq.active .question .q img.icon-down {
  display: block;
}
.section-faq .bg-wrapper .faq-wrapper .faqs .faq.active .question .q img.icon-up {
  display: none;
}
.section-faq .bg-wrapper .faq-wrapper .faqs .faq.active .answer {
  display: grid;
}
.section-faq .bg-wrapper .faq-wrapper .btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-faq .bg-wrapper .faq-wrapper .btn-wrapper .btn-blue {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .section-faq .bg-wrapper {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
  .section-faq .bg-wrapper .faq-wrapper {
    padding: 30px 16px;
  }
  .section-faq .bg-wrapper .faq-wrapper .badge-wrapper .badge {
    top: -50px;
  }
  .section-faq .bg-wrapper .faq-wrapper > h3 {
    padding-bottom: 10px;
    margin-top: 12px;
  }
  .section-faq .bg-wrapper .faq-wrapper > p {
    padding-bottom: 40px;
  }
  .section-faq .bg-wrapper .faq-wrapper .faqs {
    padding: 40px 16px 24px;
    gap: 24px;
    margin-bottom: 42px;
  }
  .section-faq .bg-wrapper .faq-wrapper .faqs .faq {
    padding-bottom: 24px;
    border-bottom: 1px solid rgb(249, 249, 249);
  }
  .section-faq .bg-wrapper .faq-wrapper .faqs .faq .badge {
    width: 41px;
    height: 41px;
    border-radius: 50%;
  }
  .section-faq .bg-wrapper .faq-wrapper .faqs .faq .question {
    display: grid;
    grid-template-columns: 41px calc(100% - 57px);
    gap: 16px;
    padding: 0 24px;
  }
  .section-faq .bg-wrapper .faq-wrapper .faqs .faq .question .q {
    gap: 24px;
  }
  .section-faq .bg-wrapper .faq-wrapper .faqs .faq .question .q img {
    width: 12px;
  }
  .section-faq .bg-wrapper .faq-wrapper .faqs .faq .answer {
    margin-top: 24px;
    margin-bottom: 8px;
    padding: 28px 40px 28px 24px;
    grid-template-columns: 41px calc(100% - 57px);
    gap: 16px;
    border-radius: 8px;
  }
}

.section-title2 {
  position: relative;
  padding: 21.9178082192vw 4.3835616438vw 12.0547945205vw;
  background: linear-gradient(90deg, #FFECEF 0%, #FFE8EC 100%);
}
.section-title2 .breadcrumb {
  height: 9.0410958904vw;
  position: unset;
  top: 6.5753424658vw;
  left: 2.1917808219vw;
  background-color: #fff;
  border-radius: 2.1917808219vw;
  padding: 0 4.3835616438vw;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4.3835616438vw;
}
.section-title2 .breadcrumb img {
  padding-top: 0.5479452055vw;
  height: 2.7397260274vw;
}
.section-title2 .bg-wrapper .title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10vw;
}
.section-title2 .bg-wrapper .title-wrapper .content h3 {
  padding-bottom: 3.2876712329vw;
  display: flex;
  flex-direction: column;
}
.section-title2 .bg-wrapper .title-wrapper .content h3 span {
  display: block;
}
.section-title2 .bg-wrapper .title-wrapper .content h3.tb {
  display: none;
}
.section-title2 .bg-wrapper .title-wrapper .content p {
  line-height: 1.8;
  padding-bottom: 0vw;
}
.section-title2 .bg-wrapper .title-wrapper .content p.tb {
  display: none;
}
.section-title2 .bg-wrapper .title-wrapper .content .pieces {
  display: flex;
  flex-direction: column;
  gap: 4.9315068493vw;
  align-items: center;
  justify-content: center;
  margin-top: 6.5753424658vw;
}
.section-title2 .bg-wrapper .title-wrapper .content .pieces img {
  height: 20.5479452055vw;
}
.section-title2 .bg-wrapper .title-wrapper > .contact {
  padding: 3.2876712329vw 2.1917808219vw;
  background-color: #fff;
  border-radius: 2.1917808219vw;
  display: none;
  flex-direction: column;
  gap: 3.8356164384vw;
  width: 100%;
}
.section-title2 .bg-wrapper .title-wrapper > .contact > .info {
  flex-direction: column;
  align-items: center;
  display: flex;
  gap: 3.2876712329vw;
}
.section-title2 .bg-wrapper .title-wrapper > .contact > .info > .badges {
  display: flex;
  flex-direction: row;
  gap: 1.095890411vw;
}
.section-title2 .bg-wrapper .title-wrapper > .contact > .info > .badges > .badge {
  width: 33.1506849315vw;
  height: 7.397260274vw;
  border-radius: 1.3698630137vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-title2 .bg-wrapper .title-wrapper > .contact > .info > .data {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.5479452055vw;
}
.section-title2 .bg-wrapper .title-wrapper > .contact > .info > .data > p {
  line-height: 1;
}
.section-title2 .bg-wrapper .title-wrapper > .contact > .btns {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.1917808219vw;
}
@media screen and (min-width: 768px) {
  .section-title2 {
    padding: 28px 16px 60px;
  }
  .section-title2 .breadcrumb {
    height: 33px;
    top: 24px;
    left: 51px;
    background-color: #fff;
    border-radius: 8px;
    padding: 0 16px;
    gap: 16px;
    margin-bottom: 20px;
    width: -moz-fit-content;
    width: fit-content;
  }
  .section-title2 .breadcrumb img {
    padding-top: 2px;
    height: 10px;
  }
  .section-title2 .bg-wrapper {
    max-width: 893px;
    margin-left: auto;
    margin-right: auto;
  }
  .section-title2 .bg-wrapper .title-wrapper {
    gap: 44px;
  }
  .section-title2 .bg-wrapper .title-wrapper .content h3 {
    padding-bottom: 12px;
  }
  .section-title2 .bg-wrapper .title-wrapper .content h3 span {
    display: inline;
  }
  .section-title2 .bg-wrapper .title-wrapper .content h3.tb {
    display: block;
  }
  .section-title2 .bg-wrapper .title-wrapper .content h3.sp {
    display: none;
  }
  .section-title2 .bg-wrapper .title-wrapper .content p {
    padding-bottom: 28px;
  }
  .section-title2 .bg-wrapper .title-wrapper .content p.tb {
    display: block;
  }
  .section-title2 .bg-wrapper .title-wrapper .content p.sp {
    display: none;
  }
  .section-title2 .bg-wrapper .title-wrapper .content .pieces {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 0px;
  }
  .section-title2 .bg-wrapper .title-wrapper .content .pieces img {
    height: 75px;
  }
  .section-title2 .bg-wrapper .title-wrapper > .contact {
    padding: 16px;
    border-radius: 8px;
    gap: 14px;
    flex-direction: row;
    width: auto;
    display: flex;
  }
  .section-title2 .bg-wrapper .title-wrapper > .contact > .info {
    flex-direction: row;
    gap: 12px;
  }
  .section-title2 .bg-wrapper .title-wrapper > .contact > .info > .badges {
    gap: 4px;
    flex-direction: column;
  }
  .section-title2 .bg-wrapper .title-wrapper > .contact > .info > .badges > .badge {
    width: 127px;
    height: 27px;
    border-radius: 5px;
  }
  .section-title2 .bg-wrapper .title-wrapper > .contact > .info > .data {
    gap: 4px;
  }
  .section-title2 .bg-wrapper .title-wrapper > .contact > .btns {
    gap: 8px;
    flex-direction: row;
  }
}
@media screen and (min-width: 1024px) {
  .section-title2 .bg-wrapper .title-wrapper > .contact > .info > .badges > .badge {
    width: 159px;
  }
}
@media screen and (min-width: 1366px) {
  .section-title2 {
    padding: 44px 16px 60px;
  }
}

.main-top {
  overflow-x: hidden;
}
.main-top .section-main-article {
  background-color: rgba(63, 63, 63, 0.9);
  padding: 8.7671232877vw 4.3835616438vw 0;
  position: relative;
}
.main-top .section-main-article > .badge-wrapper > .badge {
  position: absolute;
  top: -14.2465753425vw;
}
.main-top .section-main-article > h3 {
  white-space: pre-line;
  padding-bottom: 2.1917808219vw;
  line-height: 1.4;
  font-size: 8.2191780822vw;
}
.main-top .section-main-article > h5 {
  white-space: pre-line;
  padding-bottom: 7.1232876712vw;
  line-height: 8.4931506849vw;
}
.main-top .section-main-article > p {
  padding-bottom: 3.2876712329vw;
  line-height: 8.4931506849vw;
}
.main-top .section-main-article > .article-link {
  position: relative;
  padding: 6.5753424658vw;
  background-color: #fff;
  border-radius: 2.1917808219vw;
  display: flex;
  flex-direction: column;
  gap: 6.5753424658vw;
  border: 1px solid #F3F4F6;
  box-shadow: 0 0 1.095890411vw 1.095890411vw rgba(0, 0, 0, 0.1);
  z-index: 2;
}
.main-top .section-main-article > .article-link > .badge-wrapper {
  display: none;
}
.main-top .section-main-article > .article-link > img {
  width: 100%;
  border: 1px solid #eee;
  border-radius: 1.2136986301vw;
}
.main-top .section-main-article > .article-link > .wrapper > .article-info {
  display: flex;
  align-items: center;
  gap: 4.3835616438vw;
  padding-bottom: 4.3835616438vw;
}
.main-top .section-main-article > .article-link > .wrapper > .article-info > .article-type {
  width: 17.5342465753vw;
  height: 6.8493150685vw;
  background-color: #D9D2C4;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.095890411vw;
}
.main-top .section-main-article > .article-link > .wrapper > h5 {
  line-height: 1.6;
  padding-bottom: 4.3835616438vw;
}
.main-top .section-main-article > .article-link > .wrapper > p {
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .main-top .section-main-article {
    padding: 32px 32px 0;
  }
  .main-top .section-main-article > .badge-wrapper > .badge {
    top: -52px;
  }
  .main-top .section-main-article > h3 {
    white-space: normal;
    padding-bottom: 8px;
  }
  .main-top .section-main-article > h5 {
    white-space: normal;
    padding-bottom: 16px;
    line-height: 31px;
  }
  .main-top .section-main-article > p {
    padding-bottom: 12px;
    line-height: 31px;
  }
  .main-top .section-main-article > .article-link {
    padding: 24px;
    border-radius: 8px;
    flex-direction: row;
    gap: 24px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.04);
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
  .main-top .section-main-article > .article-link > .badge-wrapper {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }
  .main-top .section-main-article > .article-link > .badge-wrapper .badge {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(270deg, #DA3685 0%, #EF7389 100%);
    width: 116px;
    height: 36px;
    border-radius: unset;
    border-bottom-left-radius: 8px;
    border-top-right-radius: 8px;
  }
  .main-top .section-main-article > .article-link > img {
    width: auto;
    height: 160px;
    border-radius: 4px;
  }
  .main-top .section-main-article > .article-link > .wrapper > .article-info {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-bottom: 16px;
  }
  .main-top .section-main-article > .article-link > .wrapper > .article-info > .article-type {
    width: 64px;
    height: 25px;
    border-radius: 4px;
  }
  .main-top .section-main-article > .article-link > .wrapper > h5 {
    padding-bottom: 16px;
  }
}
@media screen and (min-width: 1440px) {
  .main-top .section-main-article > h5 {
    padding-bottom: 26px;
  }
  .main-top .section-main-article > p {
    position: absolute;
    bottom: 75px;
    right: 68px;
  }
}
.main-top .section-pattern {
  margin-top: -16.4383561644vw;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.main-top .section-pattern > .pattern-wrapper {
  padding: 24.6575342466vw 4.3835616438vw 5.4794520548vw;
}
.main-top .section-pattern > .pattern-wrapper > h3 {
  padding-bottom: 2.7397260274vw;
}
.main-top .section-pattern > .pattern-wrapper > h3.tb {
  display: none;
}
.main-top .section-pattern > .pattern-wrapper > p {
  white-space: pre-line;
  padding-bottom: 10.9589041096vw;
}
.main-top .section-pattern > .pattern-wrapper > table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.main-top .section-pattern > .pattern-wrapper > table > thead > tr > th {
  height: 22.4657534247vw;
  padding: 0;
  text-align: center;
  vertical-align: bottom;
  background-color: #fff;
}
.main-top .section-pattern > .pattern-wrapper > table > thead > tr > th:nth-child(1) {
  width: 23.0136986301vw;
}
.main-top .section-pattern > .pattern-wrapper > table > thead > tr > th:nth-child(2) {
  width: 35.8904109589vw;
  border-top-left-radius: 4.3835616438vw;
  border-top-right-radius: 4.3835616438vw;
}
.main-top .section-pattern > .pattern-wrapper > table > thead > tr > th:nth-child(1) > p {
  margin: 0;
  background-color: #F9F9F9;
  height: 16.7123287671vw;
  border-top-left-radius: 4.3835616438vw;
}
.main-top .section-pattern > .pattern-wrapper > table > thead > tr > th:nth-child(2) > p {
  height: 22.4657534247vw;
  white-space: pre-line;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #EF7389;
  outline: 0.5479452055vw solid #EF7389;
  border-top-left-radius: 4.3835616438vw;
  border-top-right-radius: 4.3835616438vw;
  color: #fff;
  font-size: 5.4794520548vw;
}
.main-top .section-pattern > .pattern-wrapper > table > thead > tr > th:nth-child(3) > p {
  height: 16.7123287671vw;
  border-top-right-radius: 4.3835616438vw;
  white-space: pre-line;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #363636;
  color: #fff;
}
.main-top .section-pattern > .pattern-wrapper > table > tbody > tr > td {
  background-color: #F9F9F9;
  height: 21.9178082192vw;
  text-align: center;
  white-space: pre-line;
  border-bottom: 0.2739726027vw solid rgba(0, 0, 0, 0.1);
}
.main-top .section-pattern > .pattern-wrapper > table > tbody > tr > td:nth-child(1) {
  border-left: 0.2739726027vw solid rgba(0, 0, 0, 0.1);
}
.main-top .section-pattern > .pattern-wrapper > table > tbody > tr > td:nth-child(2) {
  border-left: 0.8219178082vw solid #EF7389;
  border-right: 0.8219178082vw solid #EF7389;
  background: #FFFCFA;
}
.main-top .section-pattern > .pattern-wrapper > table > tbody > tr > td:nth-child(2) > span {
  position: relative;
  display: inline-block;
  z-index: 2;
}
.main-top .section-pattern > .pattern-wrapper > table > tbody > tr > td:nth-child(2) > span::before {
  display: none;
}
.main-top .section-pattern > .pattern-wrapper > table > tbody > tr > td:nth-child(2) > span::after {
  content: "";
  position: absolute;
  bottom: 0em;
  left: 0;
  width: 100%;
  height: 0.5em;
  background-color: #FAFF00;
  z-index: -1;
}
.main-top .section-pattern > .pattern-wrapper > table > tbody > tr > td:nth-child(3) {
  border-right: 0.2739726027vw solid rgba(0, 0, 0, 0.1);
  letter-spacing: -0.05em;
}
.main-top .section-pattern > .pattern-wrapper > table > tbody > tr > td:nth-child(3) > span {
  letter-spacing: -0.08;
}
.main-top .section-pattern > .pattern-wrapper > table > tbody > tr:first-child > td:nth-child(1) {
  border-top: 0.2739726027vw solid rgba(0, 0, 0, 0.1);
}
.main-top .section-pattern > .pattern-wrapper > table > tbody > tr:last-child > td:nth-child(2) {
  border-bottom: 0.8219178082vw solid #EF7389;
}
@media screen and (min-width: 768px) {
  .main-top .section-pattern {
    margin-top: -60px;
  }
  .main-top .section-pattern > .pattern-wrapper {
    padding: 90px 16px;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
  .main-top .section-pattern > .pattern-wrapper > h3 {
    padding-bottom: 24px;
  }
  .main-top .section-pattern > .pattern-wrapper > h3.sp {
    display: none;
  }
  .main-top .section-pattern > .pattern-wrapper > h3.tb {
    white-space: pre-line;
    display: block;
  }
  .main-top .section-pattern > .pattern-wrapper > p {
    white-space: normal;
    padding-bottom: 40px;
  }
  .main-top .section-pattern > .pattern-wrapper > table > thead > tr > th {
    height: 82px;
  }
  .main-top .section-pattern > .pattern-wrapper > table > thead > tr > th:nth-child(1) {
    width: 22.5%;
  }
  .main-top .section-pattern > .pattern-wrapper > table > thead > tr > th:nth-child(2) {
    width: 38.7%;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }
  .main-top .section-pattern > .pattern-wrapper > table > thead > tr > th:nth-child(1) > p {
    height: 61px;
    border-top-left-radius: 16px;
  }
  .main-top .section-pattern > .pattern-wrapper > table > thead > tr > th:nth-child(2) > p {
    height: 82px;
    white-space: normal;
    outline: 2px solid #EF7389;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }
  .main-top .section-pattern > .pattern-wrapper > table > thead > tr > th:nth-child(3) > p {
    height: 61px;
    border-top-right-radius: 16px;
    white-space: normal;
  }
  .main-top .section-pattern > .pattern-wrapper > table > tbody > tr > td {
    height: 80px;
    white-space: normal;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .main-top .section-pattern > .pattern-wrapper > table > tbody > tr > td:nth-child(1) {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }
  .main-top .section-pattern > .pattern-wrapper > table > tbody > tr > td:nth-child(2) {
    border-left: 3px solid #EF7389;
    border-right: 3px solid #EF7389;
  }
  .main-top .section-pattern > .pattern-wrapper > table > tbody > tr > td:nth-child(3) {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
  .main-top .section-pattern > .pattern-wrapper > table > tbody > tr:first-child > td:nth-child(1) {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .main-top .section-pattern > .pattern-wrapper > table > tbody > tr:last-child > td:nth-child(2) {
    border-bottom: 3px solid #EF7389;
  }
}
@media screen and (min-width: 800px) {
  .main-top .section-pattern > .pattern-wrapper > h3.tb {
    white-space: normal;
  }
}
.main-top .section-service .service-wrapper {
  padding: 14.7945205479vw 4.3835616438vw 14.7945205479vw;
}
.main-top .section-service .service-wrapper > .img-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-top .section-service .service-wrapper > .img-wrapper img {
  width: 27.397260274vw;
  height: 9.8630136986vw;
}
.main-top .section-service .service-wrapper > h3 {
  white-space: pre-line;
  line-height: 1.4;
  padding-bottom: 2.7397260274vw;
}
.main-top .section-service .service-wrapper > p {
  white-space: pre-line;
  line-height: 1.6;
  padding-bottom: 14.7945205479vw;
}
.main-top .section-service .service-wrapper > .points {
  display: flex;
  flex-direction: column;
  gap: 7.6712328767vw;
}
.main-top .section-service .service-wrapper > .points .point {
  padding: 6.5753424658vw 0 5.4794520548vw;
  border: 1px solid #F3F4F6;
  background-repeat: no-repeat;
  background-size: 14.2465753425vw 14.2465753425vw;
  background-position: left top;
}
.main-top .section-service .service-wrapper > .points .point .badge-wrapper .badge {
  position: absolute;
  top: -10.6849315068vw;
  width: 19.1780821918vw;
  height: 8.2191780822vw;
  border: 1px solid #F3F4F6;
  border-radius: 4.1095890411vw;
  background-color: #fff;
}
.main-top .section-service .service-wrapper > .points .point h4 {
  padding-bottom: 2.1917808219vw;
  font-size: 5.4794520548vw;
}
.main-top .section-service .service-wrapper > .points .point .img-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2.1917808219vw;
}
.main-top .section-service .service-wrapper > .points .point .img-wrapper img {
  width: 33.1506849315vw;
  height: 34.7945205479vw;
}
.main-top .section-service .service-wrapper > .points .point > p {
  line-height: 1.8;
  padding: 0 5.4794520548vw 3.8356164384vw;
}
.main-top .section-service .service-wrapper > .points .point .btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-top .section-service .service-wrapper > .points .point.point-bg-1 {
  background-image: url("../img/ellipse-1.svg");
}
.main-top .section-service .service-wrapper > .points .point.point-bg-2 {
  background-image: url("../img/ellipse-2.svg");
}
.main-top .section-service .service-wrapper > .points .point.point-bg-3 {
  background-image: url("../img/ellipse-3.svg");
}
.main-top .section-service .service-wrapper > .points .point.point-bg-4 {
  background-image: url("../img/ellipse-4.svg");
}
.main-top .section-service .service-wrapper > .points .point.point-bg-5 {
  background-image: url("../img/ellipse-5.svg");
}
.main-top .section-service .service-wrapper > .points .point.point-bg-6 {
  background-image: url("../img/ellipse-6.svg");
}
@media screen and (min-width: 768px) {
  .main-top .section-service {
    max-width: 1263px;
    margin: 0 auto;
  }
  .main-top .section-service .service-wrapper {
    padding: 8px 16px 94px;
  }
  .main-top .section-service .service-wrapper > .img-wrapper img {
    width: 100px;
    height: 36px;
  }
  .main-top .section-service .service-wrapper > h3 {
    white-space: normal;
    padding-bottom: 10px;
  }
  .main-top .section-service .service-wrapper > p {
    white-space: normal;
    padding-bottom: 100px;
    max-width: 915px;
    margin-left: auto;
    margin-right: auto;
  }
  .main-top .section-service .service-wrapper > .points {
    display: grid;
    grid-template-columns: repeat(2, calc((100% - 24px) / 2));
    -moz-column-gap: 24px;
         column-gap: 24px;
    row-gap: 28px;
  }
  .main-top .section-service .service-wrapper > .points .point {
    position: relative;
    padding: 28px 0 80px;
    background-size: 83px 83px;
  }
  .main-top .section-service .service-wrapper > .points .point .badge-wrapper .badge {
    top: -43px;
    width: 70px;
    height: 30px;
    border-radius: 15px;
  }
  .main-top .section-service .service-wrapper > .points .point h4 {
    padding-bottom: 8px;
  }
  .main-top .section-service .service-wrapper > .points .point .img-wrapper {
    padding-bottom: 8px;
  }
  .main-top .section-service .service-wrapper > .points .point .img-wrapper img {
    width: 141px;
    height: 148px;
  }
  .main-top .section-service .service-wrapper > .points .point > p {
    padding: 0 24px;
  }
  .main-top .section-service .service-wrapper > .points .point .btn-wrapper {
    position: absolute;
    bottom: 24px;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .main-top .section-service .service-wrapper > .points {
    grid-template-columns: repeat(3, calc((100% - 48px) / 3));
  }
}
.main-top .section-support {
  position: relative;
}
.main-top .section-support::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 300.2739726027vw;
  z-index: -1;
  background-image: url("../img/bg-tile.jpg");
  background-size: 16px;
}
.main-top .section-support .bg-wrapper .support-wrapper {
  padding: 10.4109589041vw 4.3835616438vw 0;
  margin-bottom: 10.9589041096vw;
}
.main-top .section-support .bg-wrapper .support-wrapper .badge-wrapper .badge {
  position: absolute;
  top: -15.8904109589vw;
}
.main-top .section-support .bg-wrapper .support-wrapper h3 {
  white-space: pre-line;
  padding-bottom: 9.8630136986vw;
}
.main-top .section-support .bg-wrapper .support-wrapper > p {
  white-space: pre-line;
  padding-bottom: 15.8904109589vw;
}
.main-top .section-support .bg-wrapper .support-wrapper .steps {
  display: flex;
  flex-direction: column;
  gap: 10.9589041096vw;
  padding-bottom: 7.6712328767vw;
}
.main-top .section-support .bg-wrapper .support-wrapper .steps .step {
  padding: 8.7671232877vw 6.5753424658vw;
  background-color: #fff;
  border: 1px solid #F3F4F6;
  border-radius: 2.1917808219vw;
  box-shadow: 0 0 5.4794520548vw 10px rgba(0, 0, 0, 0.05);
}
.main-top .section-support .bg-wrapper .support-wrapper .steps .step .badge-wrapper .badge-circle {
  position: absolute;
  top: -15.0684931507vw;
}
.main-top .section-support .bg-wrapper .support-wrapper .steps .step > h4 {
  padding-bottom: 3.2876712329vw;
}
.main-top .section-support .bg-wrapper .support-wrapper .steps .step > p {
  white-space: pre-line;
  letter-spacing: -0.03em;
  line-height: 1.6;
}
.main-top .section-support .bg-wrapper .support-wrapper .steps .step > p > span {
  background-color: #FFF8DA;
}
.main-top .section-support .bg-wrapper .support-wrapper .steps .step .btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.1917808219vw;
  padding-top: 4.9315068493vw;
  padding-left: 4px;
  padding-right: 4px;
}
.main-top .section-support .bg-wrapper .support-wrapper .btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .main-top .section-support::before {
    height: 463px;
  }
  .main-top .section-support .bg-wrapper {
    max-width: 1221px;
    margin-left: auto;
    margin-right: auto;
  }
  .main-top .section-support .bg-wrapper .support-wrapper {
    padding: 38px 16px 0;
    margin-bottom: 80px;
  }
  .main-top .section-support .bg-wrapper .support-wrapper .badge-wrapper .badge {
    top: -58px;
  }
  .main-top .section-support .bg-wrapper .support-wrapper h3 {
    white-space: normal;
    padding-bottom: 10px;
  }
  .main-top .section-support .bg-wrapper .support-wrapper > p {
    white-space: normal;
    padding-bottom: 58px;
  }
  .main-top .section-support .bg-wrapper .support-wrapper .steps {
    display: grid;
    grid-template-columns: repeat(3, calc((100% - 32px) / 3));
    gap: 16px;
    padding-bottom: 24px;
  }
  .main-top .section-support .bg-wrapper .support-wrapper .steps .step {
    padding: 32px 24px 48px;
    border-radius: 8px;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
  }
  .main-top .section-support .bg-wrapper .support-wrapper .steps .step .badge-wrapper .badge-circle {
    top: -55px;
  }
  .main-top .section-support .bg-wrapper .support-wrapper .steps .step > h4 {
    padding-bottom: 12px;
  }
  .main-top .section-support .bg-wrapper .support-wrapper .steps .step .btns {
    gap: 8px;
    padding-top: 18px;
  }
}
.main-top .section-price {
  position: relative;
}
.main-top .section-price::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 178.0821917808vw;
  z-index: -1;
  background-image: url("../img/bg-tile.jpg");
  background-size: 16px;
}
.main-top .section-price .bg-wrapper .price-wrapper {
  position: relative;
  padding: 13.698630137vw 4.3835616438vw 0vw;
}
.main-top .section-price .bg-wrapper .price-wrapper .badge-wrapper .badge {
  position: absolute;
  top: -19.1780821918vw;
}
.main-top .section-price .bg-wrapper .price-wrapper > h3 {
  white-space: pre-line;
  line-height: 1.4;
  padding-bottom: 2.7397260274vw;
}
.main-top .section-price .bg-wrapper .price-wrapper > p {
  line-height: 1.6;
  padding-bottom: 8.7671232877vw;
}
.main-top .section-price .bg-wrapper .price-wrapper .table {
  padding: 4.3835616438vw;
  background-color: #fff;
  border: 1px solid #E5E6E8;
  border-top: 2.1917808219vw solid #F2C7CD;
  border-radius: 3.2876712329vw;
  margin-bottom: 5.4794520548vw;
}
.main-top .section-price .bg-wrapper .price-wrapper .table .tiles {
  display: flex;
  flex-direction: column;
  gap: 4.3835616438vw;
  padding-bottom: 4.3835616438vw;
}
.main-top .section-price .bg-wrapper .price-wrapper .table .tiles.one-col {
  flex-direction: column;
}
.main-top .section-price .bg-wrapper .price-wrapper .table .tiles.one-col .tile {
  width: 100%;
  border-right: none;
  border-bottom: 1px solid #EBEDF0;
}
.main-top .section-price .bg-wrapper .price-wrapper .table .tiles.one-col .tile:last-child {
  border-bottom: 0;
}
.main-top .section-price .bg-wrapper .price-wrapper .table .tiles .tile {
  padding: 4.3835616438vw 0 8.7671232877vw;
  text-align: center;
  border-bottom: 1px solid #EBEDF0;
}
.main-top .section-price .bg-wrapper .price-wrapper .table .tiles .tile > h5 {
  padding-bottom: 2.7397260274vw;
}
.main-top .section-price .bg-wrapper .price-wrapper .table .tiles .tile > p.content {
  padding-bottom: 4.1095890411vw;
  white-space: pre-line;
}
.main-top .section-price .bg-wrapper .price-wrapper .table .tiles .tile ul {
  text-align: center;
  padding-left: 0;
}
.main-top .section-price .bg-wrapper .price-wrapper .table .tiles .tile ul li {
  list-style: none;
}
.main-top .section-price .bg-wrapper .price-wrapper .table .btns {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3.8356164384vw;
  position: relative;
  padding-bottom: 3.8356164384vw;
}
.main-top .section-price .bg-wrapper .price-wrapper .table .btns .btn-red,
.main-top .section-price .bg-wrapper .price-wrapper .table .btns .btn-green {
  width: -moz-fit-content;
  width: fit-content;
  height: 16.4383561644vw;
  padding: 0 4.3835616438vw;
  border-radius: 8.2191780822vw;
}
.main-top .section-price .bg-wrapper .price-wrapper .table .btns .btn-red > p,
.main-top .section-price .bg-wrapper .price-wrapper .table .btns .btn-green > p {
  white-space: pre-line;
}
.main-top .section-price .bg-wrapper .price-wrapper .table .badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 4.3835616438vw 0;
  background-color: rgba(243, 244, 246, 0.38);
  border-radius: 2.1917808219vw;
  gap: 2.1917808219vw;
}
.main-top .section-price .bg-wrapper .price-wrapper .table .badges .badge {
  padding: 0 3.8356164384vw;
  border: 1px solid #ECEEF3;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 9.3150684932vw;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 4.6575342466vw;
  background-color: #fff;
}
.main-top .section-price .bg-wrapper .price-wrapper .table .badges .badge.check {
  gap: 3.8356164384vw;
}
.main-top .section-price .bg-wrapper .price-wrapper .table .badges .badge.check img {
  width: 3.2876712329vw;
  height: 2.1917808219vw;
}
.main-top .section-price .bg-wrapper .price-wrapper .btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .main-top .section-price::before {
    height: 357px;
  }
  .main-top .section-price .bg-wrapper {
    max-width: 1252px;
    margin-left: auto;
    margin-right: auto;
  }
  .main-top .section-price .bg-wrapper .price-wrapper {
    padding: 28px 16px 52px;
  }
  .main-top .section-price .bg-wrapper .price-wrapper .badge-wrapper .badge {
    top: -48px;
  }
  .main-top .section-price .bg-wrapper .price-wrapper > h3 {
    white-space: normal;
    padding-bottom: 10px;
  }
  .main-top .section-price .bg-wrapper .price-wrapper > p {
    line-height: 1.6;
    padding-bottom: 40px;
  }
  .main-top .section-price .bg-wrapper .price-wrapper .table {
    padding: 32px 16px 24px;
    border-top: 8px solid #F2C7CD;
    border-radius: 12px;
    margin-bottom: 18px;
  }
  .main-top .section-price .bg-wrapper .price-wrapper .table .tiles {
    flex-direction: row;
    justify-content: space-between;
    gap: 16px;
    padding-bottom: 12px;
  }
  .main-top .section-price .bg-wrapper .price-wrapper .table .tiles .tile {
    padding: 0;
    width: 50%;
    border-right: 1px solid #EBEDF0;
    border-bottom: 0;
  }
  .main-top .section-price .bg-wrapper .price-wrapper .table .tiles .tile:last-child {
    border-right: none;
  }
  .main-top .section-price .bg-wrapper .price-wrapper .table .tiles .tile > h5 {
    padding-bottom: 0px;
  }
  .main-top .section-price .bg-wrapper .price-wrapper .table .tiles .tile > p.content {
    padding-bottom: 15px;
    white-space: normal;
  }
  .main-top .section-price .bg-wrapper .price-wrapper .table .btns {
    flex-direction: row;
    gap: 14px;
    padding-bottom: 14px;
  }
  .main-top .section-price .bg-wrapper .price-wrapper .table .btns .btn-red,
  .main-top .section-price .bg-wrapper .price-wrapper .table .btns .btn-green {
    height: 60px;
    padding: 0 16px;
    border-radius: 30px;
  }
  .main-top .section-price .bg-wrapper .price-wrapper .table .badges {
    flex-wrap: wrap;
    padding: 16px 0;
    border-radius: 8px;
    gap: 8px;
  }
  .main-top .section-price .bg-wrapper .price-wrapper .table .badges .badge {
    padding: 0 16px;
    height: 34px;
    border-radius: 17px;
  }
  .main-top .section-price .bg-wrapper .price-wrapper .table .badges .badge.check {
    gap: 14px;
  }
  .main-top .section-price .bg-wrapper .price-wrapper .table .badges .badge.check img {
    width: 12px;
    height: 8px;
  }
}
@media screen and (min-width: 1024px) {
  .main-top .section-price .bg-wrapper .price-wrapper .table .btns .btn-red,
  .main-top .section-price .bg-wrapper .price-wrapper .table .btns .btn-green {
    height: 34px;
    border-radius: 17px;
  }
  .main-top .section-price .bg-wrapper .price-wrapper .table .btns .btn-red > p,
  .main-top .section-price .bg-wrapper .price-wrapper .table .btns .btn-green > p {
    white-space: normal;
  }
}
.main-top .section-blogs {
  position: relative;
}
.main-top .section-blogs .bg-wrapper .blogs-wrapper {
  padding: 8.2191780822vw 4.3835616438vw 25.2054794521vw;
}
.main-top .section-blogs .bg-wrapper .blogs-wrapper .badge-wrapper .badge {
  position: absolute;
  top: -13.698630137vw;
}
.main-top .section-blogs .bg-wrapper .blogs-wrapper > h3 {
  line-height: 1.4;
  padding-bottom: 2.7397260274vw;
}
.main-top .section-blogs .bg-wrapper .blogs-wrapper > p {
  padding-bottom: 8.7671232877vw;
  line-height: 1.6;
}
.main-top .section-blogs .bg-wrapper .blogs-wrapper .blogs {
  display: flex;
  flex-direction: column;
  gap: 6.5753424658vw;
  padding-bottom: 10.9589041096vw;
}
.main-top .section-blogs .bg-wrapper .blogs-wrapper .blogs .blog {
  box-shadow: 0 1.3698630137vw 2.7397260274vw -0.8219178082vw rgba(0, 0, 0, 0.1);
}
.main-top .section-blogs .bg-wrapper .blogs-wrapper .blogs .blog img {
  width: 100%;
  border-radius: 0.9589041096vw;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.main-top .section-blogs .bg-wrapper .blogs-wrapper .blogs .blog .blog-body {
  padding: 4.3835616438vw 3.5616438356vw;
}
.main-top .section-blogs .bg-wrapper .blogs-wrapper .blogs .blog .blog-body .blog-info {
  display: flex;
  align-items: center;
  gap: 2.1917808219vw;
  padding-bottom: 3.8356164384vw;
}
.main-top .section-blogs .bg-wrapper .blogs-wrapper .blogs .blog .blog-body .blog-info .badge {
  padding: 1.8821917808vw;
  border-radius: 1.3698630137vw;
}
.main-top .section-blogs .bg-wrapper .blogs-wrapper .blogs .blog .blog-body .blog-info .badge p {
  line-height: 1;
}
.main-top .section-blogs .bg-wrapper .blogs-wrapper .blogs .blog .blog-body a {
  line-height: 1.6;
  cursor: pointer;
}
.main-top .section-blogs .bg-wrapper .blogs-wrapper .blogs .blog .blog-body > p {
  padding-top: 1.6438356164vw;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main-top .section-blogs .bg-wrapper .blogs-wrapper .btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-top .section-blogs .bg-wrapper .blogs-wrapper .btn-wrapper .btn-blue {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .main-top .section-blogs::before {
    content: "";
    position: absolute;
    top: -78px;
    left: 0;
    width: 100vw;
    height: 580px;
    z-index: 1;
    background-image: url("../img/bg-blog.png");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .main-top .section-blogs .bg-wrapper {
    position: relative;
    z-index: 2;
    max-width: 1268px;
    margin-left: auto;
    margin-right: auto;
  }
  .main-top .section-blogs .bg-wrapper .blogs-wrapper {
    padding: 52px 16px 90px;
  }
  .main-top .section-blogs .bg-wrapper .blogs-wrapper .badge-wrapper {
    padding-bottom: 10px;
  }
  .main-top .section-blogs .bg-wrapper .blogs-wrapper .badge-wrapper .badge {
    position: relative;
    top: 0;
  }
  .main-top .section-blogs .bg-wrapper .blogs-wrapper > h3 {
    padding-bottom: 10px;
  }
  .main-top .section-blogs .bg-wrapper .blogs-wrapper > p {
    padding-bottom: 42px;
  }
  .main-top .section-blogs .bg-wrapper .blogs-wrapper .blogs {
    display: grid;
    grid-template-columns: repeat(3, calc((100% - 48px) / 3));
    -moz-column-gap: 24px;
         column-gap: 24px;
    row-gap: 32px;
    padding-bottom: 48px;
  }
  .main-top .section-blogs .bg-wrapper .blogs-wrapper .blogs .blog {
    box-shadow: 0px 5px 11px -3px rgba(0, 0, 0, 0.05);
  }
  .main-top .section-blogs .bg-wrapper .blogs-wrapper .blogs .blog img {
    border-radius: 4px;
    aspect-ratio: 16/9;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .main-top .section-blogs .bg-wrapper .blogs-wrapper .blogs .blog .blog-body {
    padding: 20px 16px;
  }
  .main-top .section-blogs .bg-wrapper .blogs-wrapper .blogs .blog .blog-body .blog-info {
    gap: 10px;
    padding-bottom: 16px;
  }
  .main-top .section-blogs .bg-wrapper .blogs-wrapper .blogs .blog .blog-body .blog-info .badge {
    padding: 8px;
    border-radius: 6px;
  }
  .main-top .section-blogs .bg-wrapper .blogs-wrapper .blogs .blog .blog-body > p {
    padding-top: 22px;
  }
}

main > .section-title {
  position: relative;
  padding: 21.9178082192vw 4.3835616438vw 8.7671232877vw;
  background: linear-gradient(90deg, #FFECEF 0%, #FFE8EC 100%);
}
main > .section-title .breadcrumb {
  height: 9.0410958904vw;
  position: unset;
  top: 6.5753424658vw;
  left: 2.1917808219vw;
  background-color: #fff;
  border-radius: 2.1917808219vw;
  padding: 0 4.3835616438vw;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4.3835616438vw;
  width: 100%;
  margin-bottom: 24px;
}
main > .section-title .breadcrumb img {
  padding-top: 0.5479452055vw;
  height: 2.7397260274vw;
}
main > .section-title .bg-wrapper .title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12.0547945205vw;
}
main > .section-title .bg-wrapper .title-wrapper .content h3 {
  padding-bottom: 3.2876712329vw;
}
main > .section-title .bg-wrapper .title-wrapper .content h3.tb {
  display: none;
}
main > .section-title .bg-wrapper .title-wrapper .content p {
  line-height: 1.8;
}
main > .section-title .bg-wrapper .title-wrapper > .contact {
  padding: 3.2876712329vw 2.1917808219vw;
  background-color: #fff;
  border-radius: 2.1917808219vw;
  display: flex;
  flex-direction: column;
  gap: 3.8356164384vw;
}
main > .section-title .bg-wrapper .title-wrapper > .contact > .info {
  flex-direction: column;
  align-items: center;
  display: flex;
  gap: 3.2876712329vw;
}
main > .section-title .bg-wrapper .title-wrapper > .contact > .info > .badges {
  display: flex;
  flex-direction: column;
  gap: 1.095890411vw;
}
main > .section-title .bg-wrapper .title-wrapper > .contact > .info > .badges > .badge {
  width: 33.1506849315vw;
  height: 7.397260274vw;
  border-radius: 1.3698630137vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
main > .section-title .bg-wrapper .title-wrapper > .contact > .info > .data {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.5479452055vw;
}
main > .section-title .bg-wrapper .title-wrapper > .contact > .info > .data > p {
  line-height: 1;
}
main > .section-title .bg-wrapper .title-wrapper > .contact > .btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.1917808219vw;
}
@media screen and (min-width: 768px) {
  main > .section-title {
    padding: 78px 16px 60px;
  }
  main > .section-title .breadcrumb {
    height: 33px;
    top: 24px;
    left: 51px;
    background-color: #fff;
    border-radius: 8px;
    padding: 0 16px;
    gap: 16px;
    width: -moz-fit-content;
    width: fit-content;
  }
  main > .section-title .breadcrumb img {
    padding-top: 2px;
    height: 10px;
  }
  main > .section-title .bg-wrapper {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  main > .section-title .bg-wrapper .title-wrapper {
    gap: 44px;
  }
  main > .section-title .bg-wrapper .title-wrapper .content h3 {
    padding-bottom: 12px;
  }
  main > .section-title .bg-wrapper .title-wrapper .content h3.tb {
    display: block;
  }
  main > .section-title .bg-wrapper .title-wrapper .content h3.sp {
    display: none;
  }
  main > .section-title .bg-wrapper .title-wrapper > .contact {
    padding: 16px;
    border-radius: 8px;
    gap: 14px;
    flex-direction: row;
  }
  main > .section-title .bg-wrapper .title-wrapper > .contact > .info {
    flex-direction: row;
    align-items: center;
    gap: 12px;
  }
  main > .section-title .bg-wrapper .title-wrapper > .contact > .info > .badges {
    gap: 4px;
  }
  main > .section-title .bg-wrapper .title-wrapper > .contact > .info > .badges > .badge {
    width: 127px;
    height: 27px;
    border-radius: 5px;
  }
  main > .section-title .bg-wrapper .title-wrapper > .contact > .info > .data {
    gap: 12px;
  }
  main > .section-title .bg-wrapper .title-wrapper > .contact > .btns {
    gap: 8px;
  }
}
@media screen and (min-width: 1024px) {
  main > .section-title {
    padding: 44px 16px 60px;
  }
  main > .section-title .bg-wrapper .title-wrapper > .contact > .info > .badges > .badge {
    width: 159px;
  }
}

.main-service {
  /* margin-top: 17%; */
}
.main-service .section-support {
  position: relative;
}
.main-service .section-support::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 227.397260274vw;
  z-index: -1;
  background-image: url("../img/bg-tile.jpg");
  background-size: 16px;
}
.main-service .section-support .bg-wrapper .support-wrapper {
  padding: 10.4109589041vw 4.3835616438vw 0;
  margin-bottom: 10.9589041096vw;
}
.main-service .section-support .bg-wrapper .support-wrapper .badge-wrapper .badge {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 4.3835616438vw;
  position: absolute;
  top: -15.8904109589vw;
}
.main-service .section-support .bg-wrapper .support-wrapper h3 {
  white-space: pre-line;
  padding-bottom: 2.7397260274vw;
}
.main-service .section-support .bg-wrapper .support-wrapper > p {
  white-space: pre-line;
  padding-bottom: 15.8904109589vw;
}
.main-service .section-support .bg-wrapper .support-wrapper .steps {
  display: flex;
  flex-direction: column;
  gap: 10.9589041096vw;
  padding-bottom: 7.6712328767vw;
}
.main-service .section-support .bg-wrapper .support-wrapper .steps .step {
  padding: 8.7671232877vw 1.6438356164vw;
  background-color: #fff;
  border: 1px solid #F3F4F6;
  border-radius: 2.1917808219vw;
  box-shadow: 0 0 5.4794520548vw 10px rgba(0, 0, 0, 0.05);
}
.main-service .section-support .bg-wrapper .support-wrapper .steps .step .badge-wrapper .badge-circle {
  position: absolute;
  top: -15.0684931507vw;
}
.main-service .section-support .bg-wrapper .support-wrapper .steps .step > h4 {
  padding-bottom: 3.2876712329vw;
}
.main-service .section-support .bg-wrapper .support-wrapper .steps .step > p {
  white-space: pre-line;
  letter-spacing: -0.03em;
  line-height: 1.6;
}
.main-service .section-support .bg-wrapper .support-wrapper .steps .step > p > span {
  background-color: #FFF8DA;
}
.main-service .section-support .bg-wrapper .support-wrapper .steps .step .btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5.4794520548vw;
  padding-top: 4.9315068493vw;
}
.main-service .section-support .bg-wrapper .support-wrapper .btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .main-service .section-support::before {
    height: 400px;
  }
  .main-service .section-support .bg-wrapper {
    max-width: 1221px;
    margin-left: auto;
    margin-right: auto;
  }
  .main-service .section-support .bg-wrapper .support-wrapper {
    padding: 38px 16px 0;
    margin-bottom: 80px;
  }
  .main-service .section-support .bg-wrapper .support-wrapper .badge-wrapper .badge {
    top: -58px;
    padding: 0 16px;
  }
  .main-service .section-support .bg-wrapper .support-wrapper h3 {
    white-space: normal;
    padding-bottom: 10px;
  }
  .main-service .section-support .bg-wrapper .support-wrapper > p {
    white-space: normal;
    padding-bottom: 58px;
  }
  .main-service .section-support .bg-wrapper .support-wrapper .steps {
    display: grid;
    grid-template-columns: repeat(3, calc((100% - 32px) / 3));
    gap: 16px;
    padding-bottom: 24px;
  }
  .main-service .section-support .bg-wrapper .support-wrapper .steps .step {
    padding: 32px 24px 20px;
    border-radius: 8px;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
  }
  .main-service .section-support .bg-wrapper .support-wrapper .steps .step .badge-wrapper .badge-circle {
    top: -55px;
  }
  .main-service .section-support .bg-wrapper .support-wrapper .steps .step > h4 {
    padding-bottom: 12px;
  }
  .main-service .section-support .bg-wrapper .support-wrapper .steps .step .btns {
    gap: 8px;
    padding-top: 18px;
  }
}
.main-service .section-profit .bg-wrapper {
  padding: 0 4.3835616438vw 20.5479452055vw;
}
.main-service .section-profit .bg-wrapper .title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2.7397260274vw;
  padding-bottom: 15.3424657534vw;
}
.main-service .section-profit .bg-wrapper .title img {
  height: 9.8630136986vw;
}
.main-service .section-profit .bg-wrapper .title h3 {
  line-height: 1.4;
}
.main-service .section-profit .bg-wrapper .title h3.tb {
  display: none;
}
.main-service .section-profit .bg-wrapper > .content > .img-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 2;
}
.main-service .section-profit .bg-wrapper > .content > .img-wrapper .img-profit-sp {
  width: 100%;
}
.main-service .section-profit .bg-wrapper > .content > .img-wrapper .img-profit-tb {
  display: none;
}
.main-service .section-profit .bg-wrapper > .content .profits {
  display: flex;
  flex-direction: column;
  gap: 6.5753424658vw;
  margin-top: 0;
}
.main-service .section-profit .bg-wrapper > .content .profits .profit {
  padding: 6.5753424658vw 3.2876712329vw;
  display: flex;
  flex-direction: column;
  gap: 10.9589041096vw;
  background: #FAFBFD;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.0509803922);
}
.main-service .section-profit .bg-wrapper > .content .profits .profit.merit-01 {
  display: block;
  gap: 6.5753424658vw;
  text-align: left;
}
.main-service .section-profit .bg-wrapper > .content .profits .profit.merit-01 .main-img {
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: -16.4383561644vw;
}
.main-service .section-profit .bg-wrapper > .content .profits .profit.merit-01 article {
  display: flex;
  flex-direction: column;
  gap: 6.5753424658vw;
}
.main-service .section-profit .bg-wrapper > .content .profits .profit.merit-01 article .img-wrapper img {
  height: 65.7534246575vw;
}
.main-service .section-profit .bg-wrapper > .content .profits .profit.merit-01 .head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 8.7671232877vw;
  gap: 2.1917808219vw;
}
.main-service .section-profit .bg-wrapper > .content .profits .profit.merit-01 .head .badge {
  width: -moz-fit-content;
  width: fit-content;
  height: 8.7671232877vw;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 3.8356164384vw;
  border-radius: 4.3835616438vw;
}
.main-service .section-profit .bg-wrapper > .content .profits .profit.merit-01 .head .badge p {
  white-space: nowrap;
}
.main-service .section-profit .bg-wrapper > .content .profits .profit .body {
  display: flex;
  flex-direction: column;
  gap: 3.2876712329vw;
}
.main-service .section-profit .bg-wrapper > .content .profits .profit .body .head {
  display: flex;
  flex-direction: column;
  gap: 2.1917808219vw;
}
.main-service .section-profit .bg-wrapper > .content .profits .profit .body .head .badge {
  width: -moz-fit-content;
  width: fit-content;
  height: 8.7671232877vw;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 3.8356164384vw;
  border-radius: 4.3835616438vw;
}
.main-service .section-profit .bg-wrapper > .content .profits .profit .body .head .badge p {
  white-space: nowrap;
}
.main-service .section-profit .bg-wrapper > .content .profits .profit .body p {
  line-height: 1.6;
}
.main-service .section-profit .bg-wrapper > .content .profits .profit > .img-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-service .section-profit .bg-wrapper > .content .profits .profit > .img-wrapper img {
  width: 100vw;
}
.main-service .section-profit .bg-wrapper > .content .profits .profit .btn-blue {
  padding: 0 4.3835616438vw 0 3.8356164384vw;
  margin-top: 3.0136986301vw;
  width: -moz-fit-content;
  width: fit-content;
}
.main-service .section-profit .bg-wrapper > .content .profits .sm-profits {
  display: flex;
  flex-direction: column;
  gap: 6.5753424658vw;
}
.main-service .section-profit .bg-wrapper > .content .profits .sm-profits .profit:nth-child(3) .body .head h4 {
  letter-spacing: -0.04em;
}
@media screen and (min-width: 768px) {
  .main-service .section-profit {
    max-width: 1252px;
    margin-left: auto;
    margin-right: auto;
  }
  .main-service .section-profit .bg-wrapper {
    padding: 0 16px 78px;
  }
  .main-service .section-profit .bg-wrapper .title {
    gap: 10px;
    padding-bottom: 66px;
  }
  .main-service .section-profit .bg-wrapper .title img {
    height: 36px;
  }
  .main-service .section-profit .bg-wrapper .title h3 {
    line-height: 1.4;
  }
  .main-service .section-profit .bg-wrapper .title h3.tb {
    display: block;
  }
  .main-service .section-profit .bg-wrapper .title h3.sp {
    display: none;
  }
  .main-service .section-profit .bg-wrapper > .content > .img-wrapper {
    justify-content: center;
  }
  .main-service .section-profit .bg-wrapper > .content > .img-wrapper .img-profit-sp {
    display: none;
  }
  .main-service .section-profit .bg-wrapper > .content > .img-wrapper .img-profit-tb {
    display: block;
    width: 100%;
    max-width: 1028px;
  }
  .main-service .section-profit .bg-wrapper > .content .profits {
    gap: 24px;
    margin-top: 0;
  }
  .main-service .section-profit .bg-wrapper > .content .profits .profit {
    padding: 32px 48px;
    gap: 48px;
  }
  .main-service .section-profit .bg-wrapper > .content .profits .profit.merit-01 {
    gap: 48px;
  }
  .main-service .section-profit .bg-wrapper > .content .profits .profit.merit-01 .main-img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: -160px;
  }
  .main-service .section-profit .bg-wrapper > .content .profits .profit.merit-01 .main-img img {
    height: 540px;
  }
  .main-service .section-profit .bg-wrapper > .content .profits .profit.merit-01 article {
    display: flex;
    flex-direction: row;
    gap: 24px;
  }
  .main-service .section-profit .bg-wrapper > .content .profits .profit.merit-01 article .img-wrapper img {
    height: 240px;
  }
  .main-service .section-profit .bg-wrapper > .content .profits .profit.merit-01 .head {
    flex-direction: row;
    align-items: center;
    gap: 16px;
    margin-bottom: 32px;
  }
  .main-service .section-profit .bg-wrapper > .content .profits .profit.merit-01 .head .badge {
    height: 32px;
    padding: 0 14px;
    border-radius: 16px;
  }
  .main-service .section-profit .bg-wrapper > .content .profits .profit .body {
    gap: 12px;
  }
  .main-service .section-profit .bg-wrapper > .content .profits .profit .body .head {
    flex-direction: row;
    align-items: center;
    gap: 16px;
  }
  .main-service .section-profit .bg-wrapper > .content .profits .profit .body .head .badge {
    height: 32px;
    padding: 0 14px;
    border-radius: 16px;
  }
  .main-service .section-profit .bg-wrapper > .content .profits .profit > .img-wrapper > img {
    height: 254px;
    width: auto;
  }
  .main-service .section-profit .bg-wrapper > .content .profits .profit .btn-blue {
    padding: 0 8px 0 14px;
    margin-top: 11px;
  }
  .main-service .section-profit .bg-wrapper > .content .profits .sm-profits {
    gap: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .main-service .section-profit .bg-wrapper > .content .profits .profit {
    flex-direction: row;
    align-items: center;
  }
  .main-service .section-profit .bg-wrapper > .content .profits .sm-profits {
    display: grid;
    grid-template-columns: repeat(2, calc((100% - 24px) / 2));
  }
}
.main-service .section-industry {
  position: relative;
}
.main-service .section-industry::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 260.2739726027vw;
  z-index: -1;
  background-image: url("../img/bg-tile.jpg");
  background-size: 16px;
}
.main-service .section-industry .bg-wrapper {
  padding: 8.7671232877vw 4.3835616438vw 6.5753424658vw;
}
.main-service .section-industry .bg-wrapper .title {
  padding: 2.1917808219vw;
  margin-bottom: 16.4383561644vw;
  display: flex;
  flex-direction: column;
  gap: 2.7397260274vw;
}
.main-service .section-industry .bg-wrapper .title h3 {
  line-height: 1.4;
}
.main-service .section-industry .bg-wrapper .title h3.tb {
  display: none;
}
.main-service .section-industry .bg-wrapper .title p {
  line-height: 1.6;
}
.main-service .section-industry .bg-wrapper .body {
  position: relative;
  padding: 11.5068493151vw 4.3835616438vw 6.5753424658vw;
  display: flex;
  flex-direction: column;
  gap: 6.5753424658vw;
  background-color: #fff;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.0509803922);
  border-radius: 2.1917808219vw;
}
.main-service .section-industry .bg-wrapper .body .badge-wrapper .badge {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 4.3835616438vw;
  position: absolute;
  top: -16.9863013699vw;
}
.main-service .section-industry .bg-wrapper .body .badge-wrapper + p {
  margin-top: -6.5753424658vw;
}
.main-service .section-industry .bg-wrapper .body .items {
  display: grid;
  grid-template-columns: repeat(2, calc((100% - 2.7397260274vw) / 2));
  gap: 2.7397260274vw;
}
.main-service .section-industry .bg-wrapper .body .items .item {
  padding: 2.4657534247vw 4.3835616438vw;
  background: #FFF9FA;
  display: flex;
  flex-direction: column;
  gap: 2.7397260274vw;
  align-items: center;
  justify-content: space-around;
}
.main-service .section-industry .bg-wrapper .body .items .item h5.tb {
  display: none;
}
@media screen and (min-width: 768px) {
  .main-service .section-industry::before {
    height: 570px;
  }
  .main-service .section-industry .bg-wrapper {
    max-width: 1132px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 16px;
  }
  .main-service .section-industry .bg-wrapper .title {
    padding: 8px;
    margin-bottom: 42px;
    gap: 10px;
  }
  .main-service .section-industry .bg-wrapper .title h3.sp {
    display: none;
  }
  .main-service .section-industry .bg-wrapper .title h3.tb {
    display: block;
  }
  .main-service .section-industry .bg-wrapper .body {
    padding: 42px 42px 36px;
    gap: 24px;
    border-radius: 8px;
  }
  .main-service .section-industry .bg-wrapper .body .badge-wrapper .badge {
    padding: 0 16px;
    top: -62px;
  }
  .main-service .section-industry .bg-wrapper .body .badge-wrapper + p {
    margin-top: -24px;
  }
  .main-service .section-industry .bg-wrapper .body .items {
    display: grid;
    grid-template-columns: repeat(3, calc((100% - 32px) / 3));
    gap: 16px;
  }
  .main-service .section-industry .bg-wrapper .body .items .item {
    padding: 24px 16px;
    gap: 10px;
  }
  .main-service .section-industry .bg-wrapper .body .items .item h5.sp {
    display: none;
  }
  .main-service .section-industry .bg-wrapper .body .items .item h5.tb {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .main-service .section-industry .bg-wrapper .body .items {
    grid-template-columns: repeat(4, calc((100% - 48px) / 4));
  }
}
.main-service .section-main-article .bg-wrapper {
  padding: 0 4.3835616438vw 17.8082191781vw;
}
.main-service .section-main-article .bg-wrapper .article-link {
  padding: 6.5753424658vw;
  display: flex;
  flex-direction: column;
  gap: 6.5753424658vw;
  border: 1px solid #F3F4F6;
  border-radius: 2.1917808219vw;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.0392156863);
}
.main-service .section-main-article .bg-wrapper .article-link > .badge-wrapper {
  display: none;
}
.main-service .section-main-article .bg-wrapper .article-link img {
  width: 100%;
}
.main-service .section-main-article .bg-wrapper .article-link .wrapper {
  display: flex;
  flex-direction: column;
  gap: 4.3835616438vw;
}
.main-service .section-main-article .bg-wrapper .article-link .wrapper .article-info {
  display: flex;
  align-items: center;
  gap: 4.3835616438vw;
}
.main-service .section-main-article .bg-wrapper .article-link .wrapper .article-info .article-type {
  background: #D9D2C4;
  padding: 0 2.1917808219vw;
  height: 6.8493150685vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .main-service .section-main-article {
    max-width: 932px;
    margin-left: auto;
    margin-right: auto;
  }
  .main-service .section-main-article .bg-wrapper {
    padding: 0 16px 70px;
  }
  .main-service .section-main-article .bg-wrapper .article-link {
    padding: 24px;
    flex-direction: row;
    gap: 24px;
    border-radius: 8px;
    position: relative;
  }
  .main-service .section-main-article .bg-wrapper .article-link > .badge-wrapper {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }
  .main-service .section-main-article .bg-wrapper .article-link > .badge-wrapper .badge {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(270deg, #DA3685 0%, #EF7389 100%);
    width: 116px;
    height: 36px;
    border-radius: unset;
    border-bottom-left-radius: 8px;
    border-top-right-radius: 8px;
  }
  .main-service .section-main-article .bg-wrapper .article-link img {
    width: 275px;
    height: 160px;
  }
  .main-service .section-main-article .bg-wrapper .article-link .wrapper {
    gap: 16px;
  }
  .main-service .section-main-article .bg-wrapper .article-link .wrapper .article-info {
    gap: 16px;
  }
  .main-service .section-main-article .bg-wrapper .article-link .wrapper .article-info .article-type {
    padding: 0 8px;
    height: 25px;
  }
}
.main-service .section-price {
  position: relative;
}
.main-service .section-price::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 260.2739726027vw;
  z-index: -1;
  background-image: url("../img/bg-tile.jpg");
  background-size: 16px;
}
.main-service .section-price .bg-wrapper .price-wrapper {
  position: relative;
  padding: 13.698630137vw 4.3835616438vw 15.3424657534vw;
}
.main-service .section-price .bg-wrapper .price-wrapper .badge-wrapper .badge {
  position: absolute;
  top: -19.1780821918vw;
}
.main-service .section-price .bg-wrapper .price-wrapper > h3 {
  white-space: pre-line;
  line-height: 1.4;
  padding-bottom: 2.7397260274vw;
}
.main-service .section-price .bg-wrapper .price-wrapper > p {
  line-height: 1.6;
  padding-bottom: 8.7671232877vw;
}
.main-service .section-price .bg-wrapper .price-wrapper .table {
  padding: 4.3835616438vw;
  background-color: #fff;
  border: 1px solid #E5E6E8;
  border-top: 2.1917808219vw solid #F2C7CD;
  border-radius: 3.2876712329vw;
  margin-bottom: 5.4794520548vw;
}
.main-service .section-price .bg-wrapper .price-wrapper .table .tiles {
  display: flex;
  flex-direction: column;
  gap: 4.3835616438vw;
  padding-bottom: 4.3835616438vw;
}
.main-service .section-price .bg-wrapper .price-wrapper .table .tiles .tile {
  padding: 4.3835616438vw 0 8.7671232877vw;
  text-align: center;
}
.main-service .section-price .bg-wrapper .price-wrapper .table .tiles .tile > h5 {
  padding-bottom: 2.7397260274vw;
}
.main-service .section-price .bg-wrapper .price-wrapper .table .tiles .tile > p.content {
  padding-bottom: 4.1095890411vw;
  white-space: pre-line;
}
.main-service .section-price .bg-wrapper .price-wrapper .table .tiles .tile ul {
  text-align: center;
}
.main-service .section-price .bg-wrapper .price-wrapper .table .tiles .tile ul li {
  list-style: none;
}
.main-service .section-price .bg-wrapper .price-wrapper .table .btns {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3.8356164384vw;
  position: relative;
  padding-bottom: 3.8356164384vw;
}
.main-service .section-price .bg-wrapper .price-wrapper .table .btns .btn-red,
.main-service .section-price .bg-wrapper .price-wrapper .table .btns .btn-green {
  width: -moz-fit-content;
  width: fit-content;
  height: 16.4383561644vw;
  padding: 0 4.3835616438vw;
  border-radius: 8.2191780822vw;
}
.main-service .section-price .bg-wrapper .price-wrapper .table .btns .btn-red > p,
.main-service .section-price .bg-wrapper .price-wrapper .table .btns .btn-green > p {
  white-space: pre-line;
}
.main-service .section-price .bg-wrapper .price-wrapper .table .badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 4.3835616438vw 0;
  background-color: rgba(243, 244, 246, 0.38);
  border-radius: 2.1917808219vw;
  gap: 2.1917808219vw;
}
.main-service .section-price .bg-wrapper .price-wrapper .table .badges .badge {
  padding: 0 3.8356164384vw;
  border: 1px solid #ECEEF3;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 9.3150684932vw;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 4.6575342466vw;
  background-color: #fff;
}
.main-service .section-price .bg-wrapper .price-wrapper .table .badges .badge.check {
  gap: 3.8356164384vw;
}
.main-service .section-price .bg-wrapper .price-wrapper .table .badges .badge.check img {
  width: 3.2876712329vw;
  height: 2.1917808219vw;
}
.main-service .section-price .bg-wrapper .price-wrapper .btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .main-service .section-price::before {
    height: 357px;
  }
  .main-service .section-price .bg-wrapper {
    max-width: 1252px;
    margin-left: auto;
    margin-right: auto;
  }
  .main-service .section-price .bg-wrapper .price-wrapper {
    padding: 28px 16px 52px;
  }
  .main-service .section-price .bg-wrapper .price-wrapper .badge-wrapper .badge {
    top: -48px;
  }
  .main-service .section-price .bg-wrapper .price-wrapper > h3 {
    white-space: normal;
    padding-bottom: 10px;
  }
  .main-service .section-price .bg-wrapper .price-wrapper > p {
    line-height: 1.6;
    padding-bottom: 40px;
  }
  .main-service .section-price .bg-wrapper .price-wrapper .table {
    padding: 32px 16px 24px;
    border-top: 8px solid #F2C7CD;
    border-radius: 12px;
    margin-bottom: 18px;
  }
  .main-service .section-price .bg-wrapper .price-wrapper .table .tiles {
    flex-direction: row;
    justify-content: space-between;
    gap: 16px;
    padding-bottom: 0px;
  }
  .main-service .section-price .bg-wrapper .price-wrapper .table .tiles.one-col {
    flex-direction: column;
  }
  .main-service .section-price .bg-wrapper .price-wrapper .table .tiles.one-col .tile {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #EBEDF0;
    padding: 0;
  }
  .main-service .section-price .bg-wrapper .price-wrapper .table .tiles.one-col .tile:last-child {
    border-bottom: 0;
  }
  .main-service .section-price .bg-wrapper .price-wrapper .table .tiles .tile {
    padding: 0;
    width: 50%;
    border-right: 1px solid #EBEDF0;
    border-bottom: 0;
  }
  .main-service .section-price .bg-wrapper .price-wrapper .table .tiles .tile:last-child {
    border-right: none;
  }
  .main-service .section-price .bg-wrapper .price-wrapper .table .tiles .tile > h5 {
    padding-bottom: 0px;
  }
  .main-service .section-price .bg-wrapper .price-wrapper .table .tiles .tile > p.content {
    padding-bottom: 15px;
    white-space: normal;
  }
  .main-service .section-price .bg-wrapper .price-wrapper .table .btns {
    flex-direction: row;
    gap: 14px;
    padding-bottom: 14px;
  }
  .main-service .section-price .bg-wrapper .price-wrapper .table .btns .btn-red,
  .main-service .section-price .bg-wrapper .price-wrapper .table .btns .btn-green {
    height: 60px;
    padding: 0 16px;
    border-radius: 30px;
  }
  .main-service .section-price .bg-wrapper .price-wrapper .table .badges {
    flex-wrap: wrap;
    padding: 16px 0;
    border-radius: 8px;
    gap: 8px;
  }
  .main-service .section-price .bg-wrapper .price-wrapper .table .badges .badge {
    padding: 0 16px;
    height: 34px;
    border-radius: 17px;
  }
  .main-service .section-price .bg-wrapper .price-wrapper .table .badges .badge.check {
    gap: 14px;
  }
  .main-service .section-price .bg-wrapper .price-wrapper .table .badges .badge.check img {
    width: 12px;
    height: 8px;
  }
}
@media screen and (min-width: 1024px) {
  .main-service .section-price .bg-wrapper .price-wrapper .table .btns .btn-red,
  .main-service .section-price .bg-wrapper .price-wrapper .table .btns .btn-green {
    height: 34px;
    border-radius: 17px;
  }
  .main-service .section-price .bg-wrapper .price-wrapper .table .btns .btn-red > p,
  .main-service .section-price .bg-wrapper .price-wrapper .table .btns .btn-green > p {
    white-space: normal;
  }
}
@media screen and (min-width: 768px) {
  .main-service {
    margin-top: 104px;
  }
}
@media screen and (min-width: 1024px) {
  .main-service {
    margin-top: 148px;
  }
}

.main-company {
  /* margin-top: 17%; */
}
.main-company h2 {
  font-size: 6.5753424658vw;
  font-weight: bold;
  margin-bottom: 6.5753424658vw;
  border-bottom: 1px solid rgb(238, 235, 231);
  padding-bottom: 4.3835616438vw;
}
@media screen and (min-width: 768px) {
  .main-company h2 {
    margin-bottom: 24px;
    padding-bottom: 16px;
  }
}
.main-company .section-company .company-wrappers {
  padding: 16.4383561644vw 4.3835616438vw 0;
}
.main-company .section-company .company-wrappers .row-company {
  display: flex;
  gap: 8.7671232877vw;
  padding-top: 4.3835616438vw;
  padding-bottom: 4.3835616438vw;
  border-bottom: 1px solid rgb(238, 235, 231);
}
.main-company .section-company .company-wrappers .row-company p {
  min-width: 21.9178082192vw;
}
.main-company .section-company .company-wrappers .row-offices {
  display: flex;
  gap: 8.7671232877vw;
  padding-top: 10.9589041096vw;
  padding-bottom: 12.3287671233vw;
  border-bottom: 1px solid rgb(238, 235, 231);
}
.main-company .section-company .company-wrappers .row-offices .offices {
  display: flex;
  flex-direction: column;
  gap: 15.3424657534vw;
}
.main-company .section-company .company-wrappers .row-offices .offices p {
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .main-company .section-company {
    max-width: 1048px;
    margin-left: auto;
    margin-right: auto;
  }
  .main-company .section-company .company-wrappers {
    padding: 80px 16px 0;
  }
  .main-company .section-company .company-wrappers .row-company {
    display: grid;
    gap: 0;
    grid-template-columns: 25% 75%;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 48px;
  }
  .main-company .section-company .company-wrappers .row-offices {
    display: grid;
    gap: 0;
    grid-template-columns: 25% 75%;
    padding-top: 40px;
    padding-left: 48px;
    padding-bottom: 45px;
  }
  .main-company .section-company .company-wrappers .row-offices .offices {
    gap: 56px;
  }
}
.main-company .section-offices .offices-wrapper {
  padding: 24.6575342466vw 4.3835616438vw 17.5342465753vw;
}
.main-company .section-offices .offices-wrapper .links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.1917808219vw;
}
.main-company .section-offices .offices-wrapper .links .link {
  background: rgb(249, 249, 249);
  width: 40.5479452055vw;
  height: 16.4383561644vw;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.main-company .section-offices .offices-wrapper .links .link.active {
  position: relative;
  background: rgb(228, 105, 127);
}
.main-company .section-offices .offices-wrapper .links .link.active > p {
  color: #fff;
}
.main-company .section-offices .offices-wrapper .links .link.active::before {
  position: absolute;
  content: "";
  background-image: url("../img/link-active-arrow.svg");
  background-size: 8.2191780822vw 4.9315068493vw;
  width: 8.2191780822vw;
  height: 4.9315068493vw;
  background-repeat: no-repeat;
  bottom: -1.9178082192vw;
  left: 18.6301369863vw;
}
.main-company .section-offices .offices-wrapper .locs {
  padding: 6.5753424658vw 0 0;
}
.main-company .section-offices .offices-wrapper .locs .loc .info {
  display: flex;
  flex-direction: column;
  gap: 9.5890410959vw;
  padding-bottom: 20.5479452055vw;
}
.main-company .section-offices .offices-wrapper .locs .loc .info iframe {
  width: 100%;
}
.main-company .section-offices .offices-wrapper .locs .loc .info .note {
  display: flex;
  flex-direction: column;
  gap: 6.5753424658vw;
}
.main-company .section-offices .offices-wrapper .locs .loc .info .note p {
  line-height: 1.6;
}
.main-company .section-offices .offices-wrapper .locs .loc .info .note p:last-child {
  letter-spacing: -0.04em;
}
.main-company .section-offices .offices-wrapper .locs .loc .pics {
  display: grid;
  grid-template-columns: repeat(2, calc((100% - 2.1917808219vw) / 2));
  -moz-column-gap: 2.1917808219vw;
       column-gap: 2.1917808219vw;
  row-gap: 6.5753424658vw;
}
.main-company .section-offices .offices-wrapper .locs .loc .pics a {
  position: relative;
}
.main-company .section-offices .offices-wrapper .locs .loc .pics a::before {
  content: "";
  background-image: url("../img/icon-plus.svg");
  width: 4.9315068493vw;
  height: 4.9315068493vw;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 2;
  position: absolute;
  right: 2.7397260274vw;
  bottom: 2.1917808219vw;
}
.main-company .section-offices .offices-wrapper .locs .loc .pics a img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .main-company .section-offices {
    max-width: 1048px;
    margin-left: auto;
    margin-right: auto;
  }
  .main-company .section-offices .offices-wrapper {
    padding: 90px 16px 0;
  }
  .main-company .section-offices .offices-wrapper .links {
    gap: 3px;
  }
  .main-company .section-offices .offices-wrapper .links .link {
    width: 165px;
    height: 60px;
  }
  .main-company .section-offices .offices-wrapper .links .link.active::before {
    background-image: url("../img/link-active-arrow.svg");
    background-size: 30px 18px;
    width: 30px;
    height: 18px;
    bottom: -7px;
    left: 68px;
  }
  .main-company .section-offices .offices-wrapper .locs {
    padding: 60px 0 0;
  }
  .main-company .section-offices .offices-wrapper .locs .loc .info {
    flex-direction: row;
    gap: 48px;
    padding-bottom: 75px;
  }
  .main-company .section-offices .offices-wrapper .locs .loc .info iframe {
    width: calc(100% - 408px);
  }
  .main-company .section-offices .offices-wrapper .locs .loc .info .note {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .main-company .section-offices .offices-wrapper .locs .loc .pics {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 24px;
  }
  .main-company .section-offices .offices-wrapper .locs .loc .pics a::before {
    width: 18px;
    height: 18px;
    right: 10px;
    bottom: 10px;
  }
  .main-company .section-offices .offices-wrapper .locs .loc .pics a img {
    width: 192px;
  }
}
@media screen and (min-width: 768px) {
  .main-company .section-contact {
    margin: 96px 16px 60px;
  }
}
@media screen and (min-width: 1232px) {
  .main-company .section-contact {
    margin: 96px auto 60px;
  }
}
@media screen and (min-width: 768px) {
  .main-company {
    margin-top: 104px;
  }
}
@media screen and (min-width: 1024px) {
  .main-company {
    margin-top: 148px;
  }
}

.main-price {
  /* margin-top: 17%; */
}
.main-price .section-list .bg-wrapper {
  padding: 16.4383561644vw 4.3835616438vw 10.9589041096vw;
}
.main-price .section-list .bg-wrapper .head {
  display: flex;
  flex-direction: column;
  gap: 4.3835616438vw;
  margin-bottom: 10.9589041096vw;
}
.main-price .section-list .bg-wrapper .head p {
  line-height: 1.5;
}
.main-price .section-list .bg-wrapper .body .tb-list {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.0784313725);
  border-radius: 6px;
}
.main-price .section-list .bg-wrapper .body .tb-list thead tr th {
  border: 1px solid #DEE2E6;
  padding: 14px 4px;
  color: #fff;
  font-weight: 700;
  font-family: "Noto Sans JP";
  font-size: 15px;
}
.main-price .section-list .bg-wrapper .body .tb-list thead tr th:nth-child(1) {
  background: #EF7389;
}
.main-price .section-list .bg-wrapper .body .tb-list thead tr th:nth-child(2) {
  background: #EF7389;
}
.main-price .section-list .bg-wrapper .body .tb-list thead tr th:nth-child(3) {
  background: #3B82F6;
}
.main-price .section-list .bg-wrapper .body .tb-list thead tr th:nth-child(4) {
  background: #A57727;
}
.main-price .section-list .bg-wrapper .body .tb-list tbody tr.even {
  background: #F8F9FA;
}
.main-price .section-list .bg-wrapper .body .tb-list tbody tr td {
  border: 1px solid #DEE2E6;
  padding: 14px 4px;
  min-height: 64px;
  text-align: center;
  color: #343A40;
  font-size: 14px;
  font-weight: 500;
  white-space: pre-line;
}
.main-price .section-list .bg-wrapper .body .tb-list tbody tr td .circle {
  font-family: "sf-bold";
  font-size: 29px;
  color: #2ECC71;
}
.main-price .section-list .bg-wrapper .body .tb-list tbody tr td .times {
  font-family: "sf-bold";
  font-size: 29px;
  color: #2ECC71;
}
.main-price .section-list .bg-wrapper .body .tb-list tbody tr td p {
  font-size: 10px;
  color: #6C757D;
}
.main-price .section-list .bg-wrapper .body .tb-list tbody tr:first-child td {
  font-size: 17px;
  font-weight: 700;
}
.main-price .section-list .bg-wrapper .body .tb-list tbody tr:first-child td:first-child {
  font-size: 14px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .main-price .section-list {
    max-width: 1132px;
    margin-left: auto;
    margin-right: auto;
  }
  .main-price .section-list .bg-wrapper {
    padding: 60px 16px 40px;
  }
  .main-price .section-list .bg-wrapper .head {
    gap: 16px;
    margin-bottom: 40px;
  }
}
.main-price .section-simulation .bg-wrapper {
  padding: 10.9589041096vw 2.1917808219vw;
}
.main-price .section-simulation .bg-wrapper > .head {
  display: flex;
  flex-direction: column;
  gap: 4.3835616438vw;
  margin-bottom: 5.4794520548vw;
}
.main-price .section-simulation .bg-wrapper > .head h3 {
  white-space: pre-line;
}
.main-price .section-simulation .bg-wrapper .body .plans {
  display: flex;
  flex-direction: column;
  gap: 4.3835616438vw;
}
.main-price .section-simulation .bg-wrapper .body .plans .plan {
  display: flex;
  flex-direction: column;
  gap: 4.3835616438vw;
  padding: 6.5753424658vw 1.9178082192vw 7.6712328767vw;
  border: 1px solid #DEE2E6;
  border-radius: 1.6438356164vw;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.0784313725);
}
.main-price .section-simulation .bg-wrapper .body .plans .plan .head {
  padding-bottom: 3.2876712329vw;
  border-bottom: 1px solid #DEE2E6;
}
.main-price .section-simulation .bg-wrapper .body .plans .plan .note {
  padding: 3.2876712329vw 4.3835616438vw 3.2876712329vw 4.9315068493vw;
  background: #F8F9FA;
  border: 1px solid #EDF2FA;
  border-left: 3px solid #EDF2FA;
  border-radius: 1.095890411vw;
}
.main-price .section-simulation .bg-wrapper .body .plans .plan .note p {
  color: #6C757D;
}
.main-price .section-simulation .bg-wrapper .body .plans .plan .options {
  display: flex;
  flex-direction: column;
  gap: 2.7397260274vw;
}
.main-price .section-simulation .bg-wrapper .body .plans .plan .options .option {
  display: grid;
  grid-template-columns: 4.3835616438vw calc(100% - 7.6712328767vw);
  gap: 3.2876712329vw;
  align-items: center;
  border-bottom: 1px solid #DEE2E6;
  padding-bottom: 3.2876712329vw;
}
.main-price .section-simulation .bg-wrapper .body .plans .plan .options .option .label {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-price .section-simulation .bg-wrapper .body .plans .plan .options .option .label .text {
  white-space: pre-line;
}
.main-price .section-simulation .bg-wrapper .body .plans .plan .options .option .label .text span {
  font-size: 3.8356164384vw;
}
.main-price .section-simulation .bg-wrapper .body .plans .plan .options .option .label .price {
  white-space: nowrap;
}
.main-price .section-simulation .bg-wrapper .body .plans .plan .options .no-option {
  border-bottom: 1px solid #DEE2E6;
  padding-bottom: 3.2876712329vw;
}
.main-price .section-simulation .bg-wrapper .body .plans .plan .options .no-option .label {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-price .section-simulation .bg-wrapper .body .plans .plan .options .no-option .label .text {
  white-space: pre-line;
}
.main-price .section-simulation .bg-wrapper .body .plans .plan .options .no-option .label .price {
  white-space: nowrap;
}
.main-price .section-simulation .bg-wrapper .body .plans .plan table.total {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 6.5753424658vw;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.0784313725);
}
.main-price .section-simulation .bg-wrapper .body .plans .plan table.total thead {
  background-color: #E4697F;
}
.main-price .section-simulation .bg-wrapper .body .plans .plan table.total thead tr th {
  padding: 3.2876712329vw;
  color: #fff;
  text-align: left;
  font-weight: 400;
}
.main-price .section-simulation .bg-wrapper .body .plans .plan table.total tbody tr {
  border-bottom: 1px solid #DEE2E6;
}
.main-price .section-simulation .bg-wrapper .body .plans .plan table.total tbody tr td {
  padding: 0 3.2876712329vw;
  height: 17.2602739726vw;
  vertical-align: middle;
}
.main-price .section-simulation .bg-wrapper .body .plans .plan table.total tbody tr td p.tb {
  display: none;
}
.main-price .section-simulation .bg-wrapper .body .plans .plan .result {
  padding: 7.1232876712vw 5.4794520548vw;
  display: flex;
  flex-direction: column;
  gap: 3.2876712329vw;
  background: #F8F9FA;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.0784313725);
  margin-bottom: 6.5753424658vw;
}
.main-price .section-simulation .bg-wrapper .body .plans .plan .result .sums {
  display: flex;
  flex-direction: column;
  gap: 3.2876712329vw;
  padding-bottom: 4.9315068493vw;
  border-bottom: 1px solid #DEE2E6;
}
.main-price .section-simulation .bg-wrapper .body .plans .plan .result .sums .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-price .section-simulation .bg-wrapper .body .plans .plan .result .total-sum .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-price .section-simulation .bg-wrapper .body .plans .plan .actions {
  display: flex;
  flex-direction: column;
  gap: 4.3835616438vw;
}
.main-price .section-simulation .bg-wrapper .body .plans .plan .actions > p {
  white-space: pre-line;
}
.main-price .section-simulation .bg-wrapper .body .plans .plan .actions .btns {
  display: flex;
  flex-direction: column;
  gap: 2.1917808219vw;
  padding-bottom: 3.2876712329vw;
}
.main-price .section-simulation .bg-wrapper .body .plans .plan .actions .btns .btn-red,
.main-price .section-simulation .bg-wrapper .body .plans .plan .actions .btns .btn-green,
.main-price .section-simulation .bg-wrapper .body .plans .plan .actions .btns .btn-emerald {
  width: unset;
  height: 16.4383561644vw;
  border-radius: 8.2191780822vw;
}
@media screen and (min-width: 768px) {
  .main-price .section-simulation {
    max-width: 932px;
    margin-left: auto;
    margin-right: auto;
  }
  .main-price .section-simulation .bg-wrapper {
    padding: 40px 16px;
  }
  .main-price .section-simulation .bg-wrapper > .head {
    gap: 16px;
    margin-bottom: 20px;
  }
  .main-price .section-simulation .bg-wrapper > .head h3 {
    white-space: nowrap;
  }
  .main-price .section-simulation .bg-wrapper .body .plans {
    gap: 20px;
  }
  .main-price .section-simulation .bg-wrapper .body .plans .plan {
    gap: 16px;
    padding: 24px 20px 32px;
    border-radius: 6px;
  }
  .main-price .section-simulation .bg-wrapper .body .plans .plan .head {
    padding-bottom: 12px;
  }
  .main-price .section-simulation .bg-wrapper .body .plans .plan .note {
    padding: 12px 18px;
    border-radius: 4px;
  }
  .main-price .section-simulation .bg-wrapper .body .plans .plan .options {
    gap: 10px;
  }
  .main-price .section-simulation .bg-wrapper .body .plans .plan .options .option {
    display: grid;
    grid-template-columns: 16px calc(100% - 28px);
    gap: 12px;
    padding-bottom: 12px;
  }
  .main-price .section-simulation .bg-wrapper .body .plans .plan .options .option .label .text {
    white-space: normal;
  }
  .main-price .section-simulation .bg-wrapper .body .plans .plan .options .option .label .text span {
    font-size: 16px;
  }
  .main-price .section-simulation .bg-wrapper .body .plans .plan .options .no-option {
    padding-bottom: 0;
  }
  .main-price .section-simulation .bg-wrapper .body .plans .plan .options .no-option .label .text {
    white-space: normal;
  }
  .main-price .section-simulation .bg-wrapper .body .plans .plan table.total {
    margin-bottom: 4px;
  }
  .main-price .section-simulation .bg-wrapper .body .plans .plan table.total thead tr th {
    padding: 12px;
  }
  .main-price .section-simulation .bg-wrapper .body .plans .plan table.total thead tr th:first-child {
    border-top-left-radius: 6px;
  }
  .main-price .section-simulation .bg-wrapper .body .plans .plan table.total thead tr th:last-child {
    border-top-right-radius: 6px;
  }
  .main-price .section-simulation .bg-wrapper .body .plans .plan table.total tbody tr td {
    padding: 0 12px;
    height: 44px;
    vertical-align: middle;
  }
  .main-price .section-simulation .bg-wrapper .body .plans .plan table.total tbody tr td p.sp {
    display: none;
  }
  .main-price .section-simulation .bg-wrapper .body .plans .plan table.total tbody tr td p.tb {
    display: block;
  }
  .main-price .section-simulation .bg-wrapper .body .plans .plan table.total tbody tr:last-child td:first-child {
    border-bottom-left-radius: 6px;
  }
  .main-price .section-simulation .bg-wrapper .body .plans .plan table.total tbody tr:last-child td:last-child {
    border-bottom-right-radius: 6px;
  }
  .main-price .section-simulation .bg-wrapper .body .plans .plan .result {
    padding: 26px 20px;
    gap: 12px;
    margin-bottom: 14px;
    border-radius: 6px;
  }
  .main-price .section-simulation .bg-wrapper .body .plans .plan .result .sums {
    gap: 12px;
    padding-bottom: 18px;
  }
  .main-price .section-simulation .bg-wrapper .body .plans .plan .actions {
    gap: 20px;
  }
  .main-price .section-simulation .bg-wrapper .body .plans .plan .actions > p {
    white-space: normal;
  }
  .main-price .section-simulation .bg-wrapper .body .plans .plan .actions .btns {
    display: grid;
    grid-template-columns: repeat(3, calc((100% - 8px) / 3));
    gap: 8px;
    padding-bottom: 0;
  }
  .main-price .section-simulation .bg-wrapper .body .plans .plan .actions .btns .btn-red,
  .main-price .section-simulation .bg-wrapper .body .plans .plan .actions .btns .btn-green,
  .main-price .section-simulation .bg-wrapper .body .plans .plan .actions .btns .btn-emerald {
    height: 58px;
    border-radius: 29px;
  }
  .main-price .section-simulation .table .tiles .options-list {
    margin-top: 4.3835616438vw;
    padding: 3.2876712329vw;
    background: linear-gradient(135deg, #FAFBFD 0%, #F8F9FA 100%);
    border-radius: 2.1917808219vw;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  }
  .main-price .section-simulation .table .tiles .options-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3.2876712329vw;
    padding: 3.8356164384vw 4.3835616438vw;
    background: #fff;
    border: 1px solid #E5E7EB;
    border-radius: 1.6438356164vw;
    transition: all 0.2s ease;
    position: relative;
  }
  .main-price .section-simulation .table .tiles .options-list li:hover {
    border-color: #3B82F6;
    box-shadow: 0 2px 4px rgba(59, 130, 246, 0.1);
    transform: translateY(-1px);
  }
  .main-price .section-simulation .table .tiles .options-list li + li {
    margin-top: 2.7397260274vw;
  }
  .main-price .section-simulation .table .tiles .options-list li::before {
    content: "•";
    position: absolute;
    left: 1.6438356164vw;
    color: #3B82F6;
    font-weight: bold;
    font-size: 16px;
  }
  .main-price .section-simulation .table .tiles .options-list li .label {
    color: #374151;
    white-space: normal;
    text-align: left;
    padding-left: 3.2876712329vw;
    font-weight: 500;
  }
  .main-price .section-simulation .table .tiles .options-list li .price {
    color: #EF7389;
    white-space: nowrap;
    font-weight: 700;
    background: linear-gradient(135deg, #FEF2F2 0%, #FECACA 100%);
    padding: 1.095890411vw 2.1917808219vw;
    border-radius: 1.095890411vw;
    border: 1px solid #FECACA;
  }
  .main-price .section-simulation .table .tiles .options-list + .note {
    margin-top: 3.2876712329vw;
    text-align: center;
    font-style: italic;
    opacity: 0.7;
  }
  .main-price .section-simulation .table .tiles .tile:nth-child(2) {
    background: linear-gradient(135deg, #F0F9FF 0%, #E0F2FE 100%);
    border: 1px solid #BAE6FD;
    border-radius: 2.1917808219vw;
    padding: 5.4794520548vw;
    position: relative;
  }
  .main-price .section-simulation .table .tiles .tile:nth-child(2)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #3B82F6 0%, #1D4ED8 100%);
    border-radius: 2.1917808219vw 2.1917808219vw 0 0;
  }
  .main-price .section-simulation .table .tiles .tile:nth-child(2) h5 {
    margin-bottom: 4.3835616438vw;
    position: relative;
  }
  .main-price .section-simulation .table .tiles .tile:nth-child(2) h5::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 2px;
    background: #3B82F6;
    border-radius: 1px;
  }
}
.main-price .section-charges .bg-wrapper {
  padding: 10.9589041096vw 4.3835616438vw 0;
}
.main-price .section-charges .bg-wrapper .head {
  padding: 4.3835616438vw 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF1F3;
  border-top-left-radius: 1.095890411vw;
  border-top-right-radius: 1.095890411vw;
  margin-bottom: 2.1917808219vw;
}
.main-price .section-charges .bg-wrapper .table-charges {
  border-collapse: collapse;
  border-spacing: 0;
}
.main-price .section-charges .bg-wrapper .table-charges thead tr th {
  padding: 4.3835616438vw 1.6438356164vw;
  background: #F0F0F0;
}
.main-price .section-charges .bg-wrapper .table-charges thead tr th:first-child {
  width: 35.4%;
}
.main-price .section-charges .bg-wrapper .table-charges tbody tr td {
  padding: 4.3835616438vw 0;
  border: 1px solid #EEEBE7;
}
.main-price .section-charges .bg-wrapper .table-charges tbody tr td:first-child {
  background: #F9F9F9;
}
.main-price .section-charges .bg-wrapper .table-charges tbody tr td p {
  white-space: pre-line;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .main-price .section-charges {
    max-width: 1083px;
    margin-left: auto;
    margin-right: auto;
  }
  .main-price .section-charges .bg-wrapper {
    padding: 40px 16px;
  }
  .main-price .section-charges .bg-wrapper .head {
    padding: 16px 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin-bottom: 8px;
  }
  .main-price .section-charges .bg-wrapper .table-charges thead tr th {
    padding: 16px;
  }
  .main-price .section-charges .bg-wrapper .table-charges thead tr th:first-child {
    width: 35.4%;
    max-width: 268px;
  }
  .main-price .section-charges .bg-wrapper .table-charges tbody tr td {
    padding: 16px;
  }
  .main-price .section-charges .bg-wrapper .table-charges tbody tr td p {
    white-space: normal;
  }
}
@media screen and (min-width: 768px) {
  .main-price {
    margin-top: 148px;
  }
}
@media screen and (min-width: 1024px) {
  .main-price {
    margin-top: 148px;
  }
}

.main-contact {
  /* margin-top: 17%; */
}
.main-contact .section-title2 .bg-wrapper .title-wrapper .content p {
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .main-contact .section-title2 .bg-wrapper {
    max-width: 1200px;
  }
  .main-contact .section-title2 .bg-wrapper .title-wrapper .content p {
    padding-bottom: 0;
  }
}
.main-contact .section-form .bg-wrapper {
  padding: 21.9178082192vw 2.1917808219vw;
}
.main-contact .section-form .bg-wrapper > h3 {
  padding-bottom: 8.7671232877vw;
}
.main-contact .section-form .bg-wrapper form .form-body {
  display: flex;
  flex-direction: column;
  gap: 6.5753424658vw;
}
.main-contact .section-form .bg-wrapper form .form-body .row {
  display: flex;
  flex-direction: column;
  gap: 6.5753424658vw;
}
.main-contact .section-form .bg-wrapper form .form-body .form-input {
  display: flex;
  flex-direction: column;
  gap: 3.2876712329vw;
}
.main-contact .section-form .bg-wrapper form .form-body .form-input .input-wrapper input.input,
.main-contact .section-form .bg-wrapper form .form-body .form-input .input-wrapper select.select {
  height: 12.602739726vw;
  padding: 0 3.2876712329vw;
  border: 1px solid #D9D2C4;
  border-radius: 1.095890411vw;
  width: 100%;
}
.main-contact .section-form .bg-wrapper form .form-body .form-input .input-wrapper textarea {
  height: 43.8356164384vw;
  padding: 3.2876712329vw;
  border: 1px solid #D9D2C4;
  border-radius: 1.095890411vw;
  width: 100%;
}
.main-contact .section-form .bg-wrapper form .form-body .form-input .input-wrapper .radio {
  display: flex;
  flex-direction: column;
  gap: 3.2876712329vw;
}
.main-contact .section-form .bg-wrapper form .form-body .form-input .input-wrapper .radio label {
  display: flex;
  align-items: center;
  gap: 3.2876712329vw;
}
.main-contact .section-form .bg-wrapper form .form-body .form-input .input-wrapper .radio label .wpcf7-list-item-label {
  font-size: 4.3835616438vw;
}
.main-contact .section-form .bg-wrapper form .form-actions {
  padding: 6.5753424658vw 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-contact .section-form .bg-wrapper form .form-actions input[type=submit] {
  height: 10.4109589041vw;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4.3835616438vw;
  border: 0;
  border-radius: 5.2054794521vw;
  background-color: #3B82F6;
  color: #fff;
  font-size: 4.3835616438vw;
  width: 32.8767123288vw;
}
@media screen and (min-width: 768px) {
  .main-contact .section-form {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .main-contact .section-form .bg-wrapper {
    padding: 80px 32px;
  }
  .main-contact .section-form .bg-wrapper > h3 {
    padding-bottom: 32px;
  }
  .main-contact .section-form .bg-wrapper form .form-body {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .main-contact .section-form .bg-wrapper form .form-body .row {
    display: flex;
    flex-direction: row;
    gap: 24px;
  }
  .main-contact .section-form .bg-wrapper form .form-body .form-input {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .main-contact .section-form .bg-wrapper form .form-body .form-input .input-wrapper input.input,
  .main-contact .section-form .bg-wrapper form .form-body .form-input .input-wrapper select.select {
    height: 46px;
    padding: 0 12px;
    border: 1px solid #D9D2C4;
    border-radius: 4px;
    width: 100%;
  }
  .main-contact .section-form .bg-wrapper form .form-body .form-input .input-wrapper textarea {
    height: 160px;
    padding: 12px;
    border: 1px solid #D9D2C4;
    border-radius: 4px;
    width: 100%;
  }
  .main-contact .section-form .bg-wrapper form .form-body .form-input .input-wrapper .radio {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .main-contact .section-form .bg-wrapper form .form-body .form-input .input-wrapper .radio label {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .main-contact .section-form .bg-wrapper form .form-body .form-input .input-wrapper .radio label .wpcf7-list-item-label {
    font-size: 16px;
  }
  .main-contact .section-form .bg-wrapper form .form-actions {
    padding: 24px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main-contact .section-form .bg-wrapper form .form-actions input[type=submit] {
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    border: 0;
    border-radius: 19px;
    background-color: #3B82F6;
    color: #fff;
    font-size: 16px;
    width: 240px;
  }
}
@media screen and (min-width: 768px) {
  .main-contact {
    margin-top: 104px;
  }
}
@media screen and (min-width: 1024px) {
  .main-contact {
    margin-top: 148px;
  }
}

.main-flow {
  /* margin-top: 17%; */
}
.main-flow .section-title2 .bg-wrapper .title-wrapper .content h3.sp span {
  letter-spacing: -0.1em;
}
@media screen and (min-width: 768px) {
  .main-flow .section-title2 .bg-wrapper .title-wrapper .content p {
    padding-bottom: 0;
  }
}
.main-flow .section-flow .bg-wrapper {
  padding: 16.4383561644vw 2.1917808219vw 0;
}
.main-flow .section-flow .bg-wrapper > p {
  margin-bottom: 5.7534246575vw;
}
.main-flow .section-flow .bg-wrapper > p.tb {
  display: none;
}
.main-flow .section-flow .bg-wrapper .flow .head {
  display: grid;
  grid-template-columns: repeat(2, calc((100% - 1.095890411vw) / 2));
  align-items: center;
  gap: 1.095890411vw;
  padding-bottom: 3.2876712329vw;
}
.main-flow .section-flow .bg-wrapper .flow .head .cell {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.095890411vw;
  height: 12.602739726vw;
}
.main-flow .section-flow .bg-wrapper .flow .body {
  padding: 16.4383561644vw 2.1917808219vw;
  position: relative;
}
.main-flow .section-flow .bg-wrapper .flow .body .bg-left,
.main-flow .section-flow .bg-wrapper .flow .body .bg-right {
  position: absolute;
  top: 0;
  width: calc((100% - 0.5479452055vw) / 2);
  height: 100%;
  z-index: 0;
  border-radius: 4.3835616438vw;
}
.main-flow .section-flow .bg-wrapper .flow .body .bg-left {
  left: 0;
  background: rgba(228, 105, 127, 0.0509803922);
}
.main-flow .section-flow .bg-wrapper .flow .body .bg-right {
  right: 0;
  background: rgba(59, 130, 246, 0.0509803922);
}
.main-flow .section-flow .bg-wrapper .flow .body .step {
  position: relative;
  padding: 6.5753424658vw 2.1917808219vw;
  display: flex;
  flex-direction: column;
  gap: 2.1917808219vw;
  border-width: 1px;
  border-style: solid;
  border-radius: 2.1917808219vw;
  background-color: #fff;
}
.main-flow .section-flow .bg-wrapper .flow .body .step .line-tb {
  display: none;
}
.main-flow .section-flow .bg-wrapper .flow .body .step.red1 {
  border-color: #EF7389;
}
.main-flow .section-flow .bg-wrapper .flow .body .step.brown2 {
  border-color: #41161D;
}
.main-flow .section-flow .bg-wrapper .flow .body .step.blue1 {
  border-color: #498BDE;
}
.main-flow .section-flow .bg-wrapper .flow .body .step .btns {
  display: flex;
  flex-direction: column;
  gap: 2.1917808219vw;
  margin-top: 2.7397260274vw;
}
.main-flow .section-flow .bg-wrapper .flow .body .step .btns .btn-mail,
.main-flow .section-flow .bg-wrapper .flow .body .step .btns .btn-line {
  height: 10.4109589041vw;
  width: 100%;
}
.main-flow .section-flow .bg-wrapper .flow .body .step .badge-wrapper {
  width: 100%;
  position: absolute;
  top: -4.1095890411vw;
}
.main-flow .section-flow .bg-wrapper .flow .body .step .badge-wrapper .badge {
  width: -moz-fit-content;
  width: fit-content;
  height: 8.2191780822vw;
  padding: 0 5.4794520548vw;
}
.main-flow .section-flow .bg-wrapper .flow .body .step.step1 {
  width: 43.8356164384vw;
  margin-bottom: 8.7671232877vw;
}
.main-flow .section-flow .bg-wrapper .flow .body .step.step2 {
  margin-bottom: 8.2191780822vw;
}
.main-flow .section-flow .bg-wrapper .flow .body .step.step2 .line-sp {
  width: 12.0547945205vw;
  height: 64.1095890411vw;
  position: absolute;
  top: -76.7123287671vw;
  right: 27.397260274vw;
}
.main-flow .section-flow .bg-wrapper .flow .body .step.step2 .bear {
  display: none;
}
.main-flow .section-flow .bg-wrapper .flow .body .step.step3 {
  width: 43.8356164384vw;
}
.main-flow .section-flow .bg-wrapper .flow .body .step.step3 .line-sp {
  width: 25.2054794521vw;
  height: 24.9315068493vw;
  position: absolute;
  top: -6.5753424658vw;
  right: -27.1232876712vw;
}
.main-flow .section-flow .bg-wrapper .flow .body .step.step4 {
  width: 43.8356164384vw;
  margin-top: -38.3561643836vw;
  margin-bottom: 15.3424657534vw;
}
.main-flow .section-flow .bg-wrapper .flow .body .step.step4 .line-sp {
  width: 3.0136986301vw;
  height: auto;
  position: absolute;
  bottom: 19.1780821918vw;
  left: -3.2876712329vw;
}
.main-flow .section-flow .bg-wrapper .flow .body .step.step5 {
  margin-bottom: 14.7945205479vw;
  width: 43.8356164384vw;
}
.main-flow .section-flow .bg-wrapper .flow .body .step.step5 .line-sp {
  display: none;
}
.main-flow .section-flow .bg-wrapper .flow .body .step.step5 .line-tb {
  display: block;
  width: 5.4794520548vw;
  height: auto;
  position: absolute;
  top: -10.9589041096vw;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(90deg);
}
.main-flow .section-flow .bg-wrapper .flow .body .step.step5 .flow-bear {
  width: 30.1369863014vw;
  position: absolute;
  top: -21.9178082192vw;
  left: -30.1369863014vw;
}
.main-flow .section-flow .bg-wrapper .flow .body .step.step6 {
  width: 43.8356164384vw;
}
.main-flow .section-flow .bg-wrapper .flow .body .step.step6 .line-sp {
  display: none;
}
.main-flow .section-flow .bg-wrapper .flow .body .step.step6 .line-tb {
  display: block;
  width: 21.9178082192vw;
  height: auto;
  position: absolute;
  top: -32.8767123288vw;
  right: 0;
  margin: auto;
}
.main-flow .section-flow .bg-wrapper .flow .body .step.step7 {
  width: 43.8356164384vw;
  margin-top: -42.4657534247vw;
}
.main-flow .section-flow .bg-wrapper .flow .body .step.step7 .line-sp {
  display: none;
}
.main-flow .section-flow .bg-wrapper .flow .body .step.step7 .line-tb {
  display: block;
  width: 5.4794520548vw;
  height: auto;
  position: absolute;
  top: -10.9589041096vw;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(90deg);
}
.main-flow .section-flow .bg-wrapper .flow .body .step-wrapper {
  display: flex;
  align-items: center;
  justify-content: end;
}
.main-flow .section-flow .bg-wrapper .flow .flow-footer {
  margin-top: -8.2191780822vw;
}
.main-flow .section-flow .bg-wrapper .flow .flow-footer img {
  position: relative;
  z-index: 1;
  width: 100%;
}
.main-flow .section-flow .bg-wrapper .flow .flow-footer img.tb {
  display: none;
}
@media screen and (min-width: 768px) {
  .main-flow .section-flow {
    max-width: 954px;
    margin-left: auto;
    margin-right: auto;
  }
  .main-flow .section-flow .bg-wrapper {
    padding: 60px 16px;
  }
  .main-flow .section-flow .bg-wrapper > p {
    margin-bottom: 42px;
  }
  .main-flow .section-flow .bg-wrapper > p.tb {
    display: block;
  }
  .main-flow .section-flow .bg-wrapper > p.sp {
    display: none;
  }
  .main-flow .section-flow .bg-wrapper .flow .head {
    grid-template-columns: repeat(2, calc((100% - 22px) / 2));
    gap: 22px;
    padding-bottom: 20px;
  }
  .main-flow .section-flow .bg-wrapper .flow .head .cell {
    border-radius: 4px;
    height: 46px;
  }
  .main-flow .section-flow .bg-wrapper .flow .body {
    padding: 42px 28px 70px;
    position: relative;
  }
  .main-flow .section-flow .bg-wrapper .flow .body .bg-left,
  .main-flow .section-flow .bg-wrapper .flow .body .bg-right {
    width: calc((100% - 22px) / 2);
    border-radius: 16px;
  }
  .main-flow .section-flow .bg-wrapper .flow .body .center-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main-flow .section-flow .bg-wrapper .flow .body .step {
    padding: 24px;
    gap: 8px;
    border-radius: 8px;
  }
  .main-flow .section-flow .bg-wrapper .flow .body .step .btns {
    flex-direction: row;
    gap: 8px;
    margin-top: 10px;
    justify-content: center;
  }
  .main-flow .section-flow .bg-wrapper .flow .body .step .btns .btn-mail,
  .main-flow .section-flow .bg-wrapper .flow .body .step .btns .btn-line {
    height: 38px;
    width: 108px;
  }
  .main-flow .section-flow .bg-wrapper .flow .body .step .badge-wrapper {
    margin-left: -24px;
    top: -15px;
  }
  .main-flow .section-flow .bg-wrapper .flow .body .step .badge-wrapper .badge {
    height: 30px;
    padding: 0 20px;
  }
  .main-flow .section-flow .bg-wrapper .flow .body .step .line-sp {
    display: none;
  }
  .main-flow .section-flow .bg-wrapper .flow .body .step .line-tb {
    display: block;
  }
  .main-flow .section-flow .bg-wrapper .flow .body .step.step1 {
    max-width: 396px;
    width: calc((100% + 34px) / 2 - 52px);
    margin-bottom: 60px;
  }
  .main-flow .section-flow .bg-wrapper .flow .body .step.step2 {
    margin-bottom: 60px;
    max-width: 398px;
  }
  .main-flow .section-flow .bg-wrapper .flow .body .step.step2 > p {
    letter-spacing: -0.02em;
  }
  .main-flow .section-flow .bg-wrapper .flow .body .step.step2 .bear {
    display: block;
    width: 176px;
    height: 188px;
    position: absolute;
    top: -136px;
    right: -64px;
  }
  .main-flow .section-flow .bg-wrapper .flow .body .step.step2 .line-tb {
    width: 95px;
    height: 144px;
    position: absolute;
    top: -160px;
    right: 130px;
  }
  .main-flow .section-flow .bg-wrapper .flow .body .step.step3 {
    width: calc((100% + 34px) / 2 - 52px);
    max-width: 396px;
  }
  .main-flow .section-flow .bg-wrapper .flow .body .step.step3 .line-tb {
    width: 84px;
    height: 91px;
    position: absolute;
    top: -27px;
    right: -100px;
  }
  .main-flow .section-flow .bg-wrapper .flow .body .step.step4 {
    width: calc((100% + 34px) / 2 - 52px);
    max-width: 396px;
    margin-top: -120px;
    margin-bottom: 76px;
  }
  .main-flow .section-flow .bg-wrapper .flow .body .step.step4 .line-tb {
    width: 33px;
    height: 16px;
    position: absolute;
    top: 20px;
    left: -46px;
  }
  .main-flow .section-flow .bg-wrapper .flow .body .step.step5 {
    width: calc((100% + 34px) / 2 - 52px);
    max-width: 396px;
    margin-bottom: 76px;
  }
  .main-flow .section-flow .bg-wrapper .flow .body .step.step5 .flow-bear {
    width: 152px;
    height: 200px;
    position: absolute;
    top: -57px;
    left: -125px;
  }
  .main-flow .section-flow .bg-wrapper .flow .body .step.step5 .line-tb {
    width: 33px;
    height: 16px;
    position: absolute;
    top: -54px;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(90deg);
  }
  .main-flow .section-flow .bg-wrapper .flow .body .step.step6 {
    width: calc((100% + 34px) / 2 - 52px);
    max-width: 396px;
  }
  .main-flow .section-flow .bg-wrapper .flow .body .step.step6 .line-tb {
    width: 86px;
    height: 100px;
    position: absolute;
    top: -126px;
    left: 254px;
  }
  .main-flow .section-flow .bg-wrapper .flow .body .step.step7 {
    width: calc((100% + 34px) / 2 - 52px);
    max-width: 396px;
    margin-top: -104px;
  }
  .main-flow .section-flow .bg-wrapper .flow .body .step.step7 .line-tb {
    width: 33px;
    height: 16px;
    position: absolute;
    top: -54px;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(90deg);
  }
  .main-flow .section-flow .bg-wrapper .flow .flow-footer {
    margin-top: -50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main-flow .section-flow .bg-wrapper .flow .flow-footer img {
    width: 660px;
  }
  .main-flow .section-flow .bg-wrapper .flow .flow-footer img.tb {
    display: block;
  }
  .main-flow .section-flow .bg-wrapper .flow .flow-footer img.sp {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .main-flow {
    margin-top: 104px;
  }
}
@media screen and (min-width: 1024px) {
  .main-flow {
    margin-top: 148px;
  }
}

.main-faq {
  /* margin-top: 17%; */
}
.main-faq .section-faq.bg-tile {
  background-image: unset;
}
.main-faq .section-faq .bg-wrapper .faq-wrapper {
  padding: 0vw 0vw 0;
}
.main-faq .section-faq .bg-wrapper .faq-wrapper > .badge-wrapper, .main-faq .section-faq .bg-wrapper .faq-wrapper > p, .main-faq .section-faq .bg-wrapper .faq-wrapper > h3, .main-faq .section-faq .bg-wrapper .faq-wrapper > .btn-wrapper {
  display: none;
}
@media screen and (min-width: 768px) {
  .main-faq .section-faq .bg-wrapper .faq-wrapper {
    padding: 74px 16px 0;
  }
}
@media screen and (min-width: 768px) {
  .main-faq .section-contact {
    margin: 96px 16px 60px;
  }
}
@media screen and (min-width: 1232px) {
  .main-faq .section-contact {
    margin: 96px auto 60px;
  }
}
@media screen and (min-width: 768px) {
  .main-faq {
    margin-top: 104px;
  }
}
@media screen and (min-width: 1024px) {
  .main-faq {
    margin-top: 148px;
  }
}

.main-page .section-title {
  background: linear-gradient(135deg, #ff6b9d 0%, #ff8e8e 100%);
  padding: 50px 0;
  margin-top: 148px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .main-page .section-title {
    padding: 60px 0 32px;
    margin-top: 5%;
  }
}
.main-page .section-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../img/bg-pattern.png") repeat;
  opacity: 0.1;
  z-index: 1;
}
.main-page .section-title .bg-wrapper {
  position: relative;
  z-index: 2;
}
.main-page .section-title .title-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.main-page .section-title .title-wrapper .content {
  text-align: center;
}
.main-page .section-title .title-wrapper .content h1 {
  margin-bottom: 20px;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  line-height: 1;
}
@media (max-width: 768px) {
  .main-page .section-title .title-wrapper .content h1 {
    font-size: 32px;
    line-height: auto;
  }
}
.main-page .section-title .title-wrapper .content h1 .color-red1 {
  color: #fff !important;
}
.main-page .section-title .title-wrapper .content h1.sp {
  display: block;
}
@media (min-width: 769px) {
  .main-page .section-title .title-wrapper .content h1.sp {
    display: none;
  }
}
.main-page .section-title .title-wrapper .content h1.tb {
  display: none;
}
@media (min-width: 769px) {
  .main-page .section-title .title-wrapper .content h1.tb {
    display: block;
  }
}
.main-page .section-title .title-wrapper .content p {
  color: #fff;
  margin-bottom: 0;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.main-page .section-content {
  padding: 40px 0 24px;
  background: #fff;
}
@media (max-width: 768px) {
  .main-page .section-content {
    padding: 32px 0 0;
  }
}
.main-page .section-content .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .main-page .section-content .container {
    padding: 0 15px;
  }
}
.main-page .section-content .content-wrapper {
  width: 100%;
}
.main-page .section-content .page-content .content-body {
  line-height: 1.8;
  color: #333;
}
.main-page .section-content .page-content .content-body .terms-section,
.main-page .section-content .page-content .content-body .policy-section {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .main-page .section-content .page-content .content-body .terms-section,
  .main-page .section-content .page-content .content-body .policy-section {
    margin-bottom: 30px;
  }
}
.main-page .section-content .page-content .content-body .terms-item,
.main-page .section-content .page-content .content-body .policy-item {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .main-page .section-content .page-content .content-body .terms-item,
  .main-page .section-content .page-content .content-body .policy-item {
    margin-bottom: 20px;
  }
}
.main-page .section-content .page-content .content-body .terms-list,
.main-page .section-content .page-content .content-body .policy-list {
  margin: 15px 0;
  padding-left: 20px;
}
@media (max-width: 768px) {
  .main-page .section-content .page-content .content-body .terms-list,
  .main-page .section-content .page-content .content-body .policy-list {
    padding-left: 15px;
  }
}
.main-page .section-content .page-content .content-body .terms-sublist {
  margin: 10px 0;
  padding-left: 40px;
}
@media (max-width: 768px) {
  .main-page .section-content .page-content .content-body .terms-sublist {
    padding-left: 30px;
  }
}
.main-page .section-content .page-content .content-body h2 {
  font-size: 28px;
  font-weight: bold;
  color: #e91e63;
  margin: 40px 0 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #e91e63;
  position: relative;
}
@media (max-width: 768px) {
  .main-page .section-content .page-content .content-body h2 {
    font-size: 24px;
    margin: 30px 0 15px;
  }
}
.main-page .section-content .page-content .content-body h2::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 60px;
  height: 2px;
  background: #ff6b9d;
}
.main-page .section-content .page-content .content-body h3 {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin: 30px 0 15px;
  padding-left: 15px;
  position: relative;
}
@media (max-width: 768px) {
  .main-page .section-content .page-content .content-body h3 {
    font-size: 20px;
    margin: 25px 0 12px;
  }
}
.main-page .section-content .page-content .content-body h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 20px;
  background: #e91e63;
}
.main-page .section-content .page-content .content-body h4 {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin: 25px 0 12px;
}
@media (max-width: 768px) {
  .main-page .section-content .page-content .content-body h4 {
    font-size: 18px;
    margin: 20px 0 10px;
  }
}
.main-page .section-content .page-content .content-body p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #333;
}
@media (max-width: 768px) {
  .main-page .section-content .page-content .content-body p {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.main-page .section-content .page-content .content-body ul, .main-page .section-content .page-content .content-body ol {
  margin: 20px 0;
  padding-left: 30px;
}
@media (max-width: 768px) {
  .main-page .section-content .page-content .content-body ul, .main-page .section-content .page-content .content-body ol {
    padding-left: 20px;
    margin: 15px 0;
  }
}
.main-page .section-content .page-content .content-body ul li, .main-page .section-content .page-content .content-body ol li {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 8px;
  color: #333;
}
@media (max-width: 768px) {
  .main-page .section-content .page-content .content-body ul li, .main-page .section-content .page-content .content-body ol li {
    font-size: 14px;
    margin-bottom: 6px;
  }
}
.main-page .section-content .page-content .content-body ul li {
  list-style-type: disc;
}
.main-page .section-content .page-content .content-body ol li {
  list-style-type: decimal;
}
.main-page .section-content .page-content .content-body table {
  width: 100%;
  border-collapse: collapse;
  margin: 30px 0;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .main-page .section-content .page-content .content-body table {
    margin: 20px 0;
    font-size: 14px;
  }
}
.main-page .section-content .page-content .content-body table th, .main-page .section-content .page-content .content-body table td {
  padding: 15px;
  text-align: left;
  border: 1px solid #ddd;
}
@media (max-width: 768px) {
  .main-page .section-content .page-content .content-body table th, .main-page .section-content .page-content .content-body table td {
    padding: 10px 8px;
  }
}
.main-page .section-content .page-content .content-body table th {
  background: #f8f9fa;
  font-weight: bold;
  color: #333;
}
.main-page .section-content .page-content .content-body table tr:nth-child(even) {
  background: #f8f9fa;
}
.main-page .section-content .page-content .content-body table tr:hover {
  background: #f1f3f4;
}
.main-page .section-content .page-content .content-body img {
  max-width: 100%;
  height: auto;
  margin: 20px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .main-page .section-content .page-content .content-body img {
    margin: 15px 0;
  }
}
.main-page .section-content .page-content .content-body blockquote {
  background: #f8f9fa;
  border-left: 4px solid #e91e63;
  padding: 20px;
  margin: 30px 0;
  font-style: italic;
  color: #555;
}
@media (max-width: 768px) {
  .main-page .section-content .page-content .content-body blockquote {
    padding: 15px;
    margin: 20px 0;
  }
}
.main-page .section-content .page-content .content-body blockquote p {
  margin-bottom: 0;
}
.main-page .section-content .page-content .content-body a {
  color: #e91e63;
  text-decoration: underline;
  transition: color 0.3s ease;
}
.main-page .section-content .page-content .content-body a:hover {
  color: #ff6b9d;
  text-decoration: none;
}
.main-page .section-content .page-content .content-body strong, .main-page .section-content .page-content .content-body b {
  font-weight: bold;
  color: #333;
}
.main-page .section-content .page-content .content-body em, .main-page .section-content .page-content .content-body i {
  font-style: italic;
}
.main-page .section-content .page-content .content-body code {
  background: #f1f3f4;
  padding: 2px 6px;
  border-radius: 4px;
  font-family: "Courier New", monospace;
  font-size: 14px;
  color: #e91e63;
}
.main-page .section-content .page-content .content-body pre {
  background: #f1f3f4;
  padding: 20px;
  border-radius: 8px;
  overflow-x: auto;
  margin: 20px 0;
}
.main-page .section-content .page-content .content-body pre code {
  background: none;
  padding: 0;
  color: #333;
}
.main-page .section-content .no-content {
  text-align: center;
  padding: 60px 0;
}
@media (max-width: 768px) {
  .main-page .section-content .no-content {
    padding: 40px 0;
  }
}
.main-page .section-content .no-content p {
  color: #666;
  font-size: 18px;
}
@media (max-width: 768px) {
  .main-page .section-content .no-content p {
    font-size: 16px;
  }
}

.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
@media (max-width: 768px) {
  .alignleft {
    float: none;
    margin: 0 0 15px 0;
    display: block;
  }
}

.alignright {
  float: right;
  margin: 0 0 20px 20px;
}
@media (max-width: 768px) {
  .alignright {
    float: none;
    margin: 0 0 15px 0;
    display: block;
  }
}

.aligncenter {
  display: block;
  margin: 20px auto;
  text-align: center;
}
@media (max-width: 768px) {
  .aligncenter {
    margin: 15px auto;
  }
}

.wp-caption {
  max-width: 100%;
  margin: 20px 0;
}
.wp-caption .wp-caption-text {
  font-size: 14px;
  color: #666;
  text-align: center;
  padding: 10px 0;
  font-style: italic;
}

.main-thanks {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #fff 0%, #fafafa 100%);
  padding: 180px 20px 50px;
}
@media (max-width: 768px) {
  .main-thanks {
    padding: 50px 16px 50px;
  }
}
.main-thanks .thanks-wrapper {
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
}
.main-thanks .thanks-card {
  text-align: center;
  padding: 60px 40px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}
@media (max-width: 768px) {
  .main-thanks .thanks-card {
    padding: 40px 24px;
    border-radius: 12px;
  }
}
.main-thanks .thanks-icon {
  margin-bottom: 32px;
}
.main-thanks .thanks-icon svg {
  display: inline-block;
}
@media (max-width: 768px) {
  .main-thanks .thanks-icon {
    margin-bottom: 24px;
  }
  .main-thanks .thanks-icon svg {
    width: 48px;
    height: 48px;
  }
}
.main-thanks .thanks-title {
  font-size: 24px;
  font-weight: 600;
  color: #231815;
  margin-bottom: 24px;
  letter-spacing: 0.02em;
}
@media (max-width: 768px) {
  .main-thanks .thanks-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.main-thanks .thanks-text {
  font-size: 15px;
  line-height: 2;
  color: #666;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .main-thanks .thanks-text {
    font-size: 14px;
    margin-bottom: 32px;
  }
}
.main-thanks .thanks-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  background: #EF7389;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.2s ease;
}
@media (max-width: 768px) {
  .main-thanks .thanks-btn {
    padding: 12px 28px;
    font-size: 13px;
  }
}
.main-thanks .thanks-btn:hover {
  background: #e4697f;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(239, 115, 137, 0.3);
  opacity: 1;
}
.main-thanks .thanks-btn svg {
  transition: transform 0.2s ease;
}
.main-thanks .thanks-btn:hover svg {
  transform: translateX(3px);
}

.main-blog {
  /* margin-top: 17%; */
}
.main-blog .section-title2 .bg-wrapper .title-wrapper .content p {
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .main-blog .section-title2 .bg-wrapper .title-wrapper .content p {
    padding-bottom: 16px;
  }
}
.main-blog .section-blogs .bg-wrapper {
  padding: 16.4383561644vw 2.1917808219vw;
}
.main-blog .section-blogs .bg-wrapper .blogs {
  display: flex;
  flex-direction: column;
  gap: 6.5753424658vw;
  padding-bottom: 15.3424657534vw;
}
.main-blog .section-blogs .bg-wrapper .blogs .blog {
  box-shadow: 0 1.3698630137vw 2.7397260274vw -0.8219178082vw rgba(0, 0, 0, 0.1);
}
.main-blog .section-blogs .bg-wrapper .blogs .blog img {
  width: 100%;
  border-radius: 0.9589041096vw;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.main-blog .section-blogs .bg-wrapper .blogs .blog .blog-body {
  padding: 4.3835616438vw 3.5616438356vw;
}
.main-blog .section-blogs .bg-wrapper .blogs .blog .blog-body .blog-info {
  display: flex;
  align-items: center;
  gap: 2.1917808219vw;
  padding-bottom: 3.8356164384vw;
}
.main-blog .section-blogs .bg-wrapper .blogs .blog .blog-body .blog-info .badge {
  padding: 1.8821917808vw;
  border-radius: 1.3698630137vw;
}
.main-blog .section-blogs .bg-wrapper .blogs .blog .blog-body .blog-info .badge p {
  line-height: 1;
}
.main-blog .section-blogs .bg-wrapper .blogs .blog .blog-body a {
  line-height: 1.6;
  cursor: pointer;
}
.main-blog .section-blogs .bg-wrapper .blogs .blog .blog-body > p {
  padding-top: 1.6438356164vw;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main-blog .section-blogs .bg-wrapper .pagination {
  display: flex;
  justify-content: center;
}
.main-blog .section-blogs .bg-wrapper .pagination .page-numbers {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  list-style: none;
  gap: 3.2876712329vw;
}
.main-blog .section-blogs .bg-wrapper .pagination .page-numbers li .page-numbers {
  font-size: 4.3835616438vw;
  color: #EF7389;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-blog .section-blogs .bg-wrapper .pagination .page-numbers li .page-numbers:not(.dots) {
  width: 13.1506849315vw;
  height: 13.1506849315vw;
  border-radius: 50%;
  border: 1px solid #EF7389;
}
.main-blog .section-blogs .bg-wrapper .pagination .page-numbers li .page-numbers.current, .main-blog .section-blogs .bg-wrapper .pagination .page-numbers li .page-numbers:hover {
  color: #fff;
  background-color: #EF7389;
}
.main-blog .section-blogs .bg-wrapper .pagination .page-numbers li .page-numbers.prev, .main-blog .section-blogs .bg-wrapper .pagination .page-numbers li .page-numbers.next {
  display: none;
}
.main-blog .section-blogs .bg-wrapper .pagination .page-numbers li span {
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .main-blog .section-blogs {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
  }
  .main-blog .section-blogs .bg-wrapper {
    padding: 76px 16px;
  }
  .main-blog .section-blogs .bg-wrapper .blogs {
    display: grid;
    grid-template-columns: repeat(3, calc((100% - 48px) / 3));
    -moz-column-gap: 24px;
         column-gap: 24px;
    row-gap: 32px;
    padding-bottom: 54px;
  }
  .main-blog .section-blogs .bg-wrapper .blogs .blog {
    box-shadow: 0px 5px 11px -3px rgba(0, 0, 0, 0.05);
  }
  .main-blog .section-blogs .bg-wrapper .blogs .blog img {
    border-radius: 4px;
    aspect-ratio: 16/9;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .main-blog .section-blogs .bg-wrapper .blogs .blog .blog-body {
    padding: 20px 16px;
  }
  .main-blog .section-blogs .bg-wrapper .blogs .blog .blog-body .blog-info {
    gap: 10px;
    padding-bottom: 16px;
  }
  .main-blog .section-blogs .bg-wrapper .blogs .blog .blog-body .blog-info .badge {
    padding: 8px;
    border-radius: 6px;
  }
  .main-blog .section-blogs .bg-wrapper .blogs .blog .blog-body > p {
    -webkit-line-clamp: 2;
    padding-top: 12px;
  }
  .main-blog .section-blogs .bg-wrapper .pagination .page-numbers {
    gap: 12px;
  }
  .main-blog .section-blogs .bg-wrapper .pagination .page-numbers li .page-numbers {
    font-size: 16px;
  }
  .main-blog .section-blogs .bg-wrapper .pagination .page-numbers li .page-numbers:not(.dots) {
    width: 48px;
    height: 48px;
  }
}
@media screen and (min-width: 768px) {
  .main-blog {
    margin-top: 104px;
  }
}
@media screen and (min-width: 1024px) {
  .main-blog {
    margin-top: 148px;
  }
}

.main-archive-voice {
  /* margin-top: 17%; */
}
.main-archive-voice .section-archive-voice {
  padding: 8.7671232877vw 4.3835616438vw 13.698630137vw;
  background: linear-gradient(-70deg, #FFFFFF, #FDF2F8);
}
.main-archive-voice .section-archive-voice .bg-wrapper .blog-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6.5753424658vw;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .main-archive-voice .section-archive-voice .bg-wrapper .blog-wrapper {
    grid-template-columns: repeat(3, 1fr);
    max-width: 1200px;
  }
}
.main-archive-voice .section-archive-voice .bg-wrapper .blog-wrapper .review {
  background-color: #fff;
  border: 1px solid #E5E7EB;
  border-radius: 2.1917808219vw;
  padding: 8.7671232877vw 6.5753424658vw;
  box-shadow: 0 2.7397260274vw 4.1095890411vw -0.8219178082vw rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.main-archive-voice .section-archive-voice .bg-wrapper .blog-wrapper .review:hover {
  transform: translateY(-0.5479452055vw);
  box-shadow: 0 4.1095890411vw 6.8493150685vw -1.3698630137vw rgba(0, 0, 0, 0.15);
}
.main-archive-voice .section-archive-voice .bg-wrapper .blog-wrapper .review .review-link {
  text-decoration: none;
  color: inherit;
  display: block;
}
.main-archive-voice .section-archive-voice .bg-wrapper .blog-wrapper .review .review-header {
  display: flex;
  align-items: flex-start;
  gap: 3.2876712329vw;
  padding-bottom: 3.2876712329vw;
}
.main-archive-voice .section-archive-voice .bg-wrapper .blog-wrapper .review .review-header .img-avatar {
  width: 22.4657534247vw;
  height: 22.4657534247vw;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}
.main-archive-voice .section-archive-voice .bg-wrapper .blog-wrapper .review .review-header .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 2.1917808219vw;
}
.main-archive-voice .section-archive-voice .bg-wrapper .blog-wrapper .review .review-header .info .badge {
  border-radius: 1.6438356164vw;
  padding: 1.095890411vw 3.2876712329vw;
  width: -moz-fit-content;
  width: fit-content;
}
.main-archive-voice .section-archive-voice .bg-wrapper .blog-wrapper .review .review-header .info .badge p {
  line-height: 1.2;
  margin: 0;
}
.main-archive-voice .section-archive-voice .bg-wrapper .blog-wrapper .review .review-header .info .info-body {
  display: flex;
  flex-direction: column;
  gap: 1.095890411vw;
}
.main-archive-voice .section-archive-voice .bg-wrapper .blog-wrapper .review .review-header .info .info-body .name {
  line-height: 1.4;
  font-weight: 600;
  margin: 0;
}
.main-archive-voice .section-archive-voice .bg-wrapper .blog-wrapper .review .review-header .info .info-body .industry {
  line-height: 1.4;
  color: #6B7280;
  margin: 0;
  font-size: 12px;
  background-color: #f3f4f6;
  padding: 1.095890411vw 2.1917808219vw;
  border-radius: 27.397260274vw;
  width: -moz-fit-content;
  width: fit-content;
}
.main-archive-voice .section-archive-voice .bg-wrapper .blog-wrapper .review .review-body h4 {
  line-height: 1.6;
  padding-bottom: 3.2876712329vw;
  margin: 0;
}
.main-archive-voice .section-archive-voice .bg-wrapper .blog-wrapper .review .review-body p {
  line-height: 1.8;
  color: #374151;
  margin: 0;
}
.main-archive-voice .section-archive-voice .bg-wrapper .pagination {
  margin-top: 10.9589041096vw;
  display: flex;
  justify-content: center;
}
.main-archive-voice .section-archive-voice .bg-wrapper .pagination ul {
  display: flex;
  gap: 2.1917808219vw;
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-archive-voice .section-archive-voice .bg-wrapper .pagination ul li a, .main-archive-voice .section-archive-voice .bg-wrapper .pagination ul li span {
  display: block;
  padding: 2.1917808219vw 3.2876712329vw;
  border: 1px solid #E5E7EB;
  border-radius: 1.095890411vw;
  text-decoration: none;
  color: #374151;
  transition: all 0.2s ease;
}
.main-archive-voice .section-archive-voice .bg-wrapper .pagination ul li a:hover, .main-archive-voice .section-archive-voice .bg-wrapper .pagination ul li span:hover {
  background-color: #F3F4F6;
}
.main-archive-voice .section-archive-voice .bg-wrapper .pagination ul li.current span {
  background-color: #EF7389;
  color: white;
  border-color: #EF7389;
}
@media screen and (min-width: 768px) {
  .main-archive-voice {
    margin-top: 104px;
  }
  .main-archive-voice .section-archive-voice {
    padding: 32px 16px 50px;
  }
  .main-archive-voice .section-archive-voice .bg-wrapper .blog-wrapper {
    gap: 20px;
  }
  .main-archive-voice .section-archive-voice .bg-wrapper .blog-wrapper .review {
    border-radius: 8px;
    padding: 24px 16px;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  }
  .main-archive-voice .section-archive-voice .bg-wrapper .blog-wrapper .review .review-header {
    gap: 12px;
    padding-bottom: 16px;
  }
  .main-archive-voice .section-archive-voice .bg-wrapper .blog-wrapper .review .review-header .img-avatar {
    width: 64px;
    height: 64px;
  }
  .main-archive-voice .section-archive-voice .bg-wrapper .blog-wrapper .review .review-header .info {
    gap: 6px;
  }
  .main-archive-voice .section-archive-voice .bg-wrapper .blog-wrapper .review .review-header .info .badge {
    border-radius: 4px;
    padding: 2px 8px;
  }
  .main-archive-voice .section-archive-voice .bg-wrapper .blog-wrapper .review .review-header .info .info-body {
    gap: 2px;
  }
  .main-archive-voice .section-archive-voice .bg-wrapper .blog-wrapper .review .review-body h4 {
    padding-bottom: 8px;
  }
  .main-archive-voice .section-archive-voice .bg-wrapper .pagination {
    margin-top: 32px;
  }
  .main-archive-voice .section-archive-voice .bg-wrapper .pagination ul {
    gap: 4px;
  }
  .main-archive-voice .section-archive-voice .bg-wrapper .pagination ul li a, .main-archive-voice .section-archive-voice .bg-wrapper .pagination ul li span {
    padding: 6px 10px;
    border-radius: 4px;
  }
}
@media screen and (min-width: 1024px) {
  .main-archive-voice {
    margin-top: 148px;
  }
}

.main-single-blog {
  /* margin-top: 17%; */
}
.main-single-blog .section-title2 {
  padding: 21.3698630137vw 4.3835616438vw 6.5753424658vw;
}
.main-single-blog .section-title2 .breadcrumb {
  top: unset;
  left: unset;
  position: relative;
  height: auto;
  flex-wrap: wrap;
  justify-content: start;
  padding: 4.3835616438vw 4.3835616438vw;
  margin-bottom: 6.5753424658vw;
}
.main-single-blog .section-title2 .bg-wrapper .title-wrapper .content p {
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .main-single-blog .section-title2 {
    padding: 76px 16px 32px;
  }
  .main-single-blog .section-title2 .breadcrumb {
    top: 24px;
    left: 50px;
    position: absolute;
    padding: 8px 16px;
    margin-bottom: unset;
  }
  .main-single-blog .section-title2 .bg-wrapper .title-wrapper .content p {
    padding-bottom: 16px;
  }
}
.main-single-blog .section-single-blog .bg-wrapper {
  padding: 16.4383561644vw 2.1917808219vw;
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .socials {
  display: none;
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body {
  display: flex;
  flex-direction: column;
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body > .blog-info {
  display: flex;
  flex-direction: column;
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body > .blog-info .top {
  padding-bottom: 6.5753424658vw;
  margin-bottom: 2.1917808219vw;
  border-bottom: 1px solid #E3DACC;
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body > .blog-info .top .info {
  display: flex;
  align-items: center;
  gap: 6.5753424658vw;
  margin-bottom: 6.5753424658vw;
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body > .blog-info .top .info .badge {
  height: 6.8493150685vw;
  padding: 0 4.3835616438vw;
  border-radius: 1.095890411vw;
  display: flex;
  align-items: center;
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body > .blog-info .img-main {
  border-radius: 1.095890411vw;
  border: 1px solid #EEEEEE;
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body > .blog-info .supervisor {
  background: #FFFAFC;
  border-radius: 1.095890411vw;
  margin-top: 24px;
  margin-bottom: 24px;
  border: 1px solid #EEEBE7;
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body > .blog-info .supervisor .s-head {
  padding: 4.3835616438vw 3.2876712329vw;
  border-bottom: 1px solid #EEEBE7;
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body > .blog-info .supervisor .s-body {
  padding: 5.4794520548vw 3.2876712329vw 5.4794520548vw;
  display: flex;
  flex-direction: column;
  gap: 5.4794520548vw;
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body > .blog-info .supervisor .s-body .s-profile {
  display: flex;
  gap: 4.3835616438vw;
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body > .blog-info .supervisor .s-body .s-profile img {
  width: 32.8767123288vw;
  height: 32.8767123288vw;
  border-radius: 50%;
  background-color: #fff;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body > .blog-info .supervisor .s-body .s-profile .s-info {
  display: flex;
  flex-direction: column;
  gap: 2.1917808219vw;
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body > .blog-info .supervisor .s-body .s-content {
  display: flex;
  flex-direction: column;
  gap: 2.1917808219vw;
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body > .blog-info .supervisor .s-body .s-content .s-description {
  margin-top: 2.1917808219vw;
  line-height: 1.8;
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body > .voice-info {
  position: relative;
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body > .voice-info::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #e91e63 0%, #ff6b9d 100%);
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body > .voice-info .info {
  display: flex;
  align-items: center;
  gap: 6.5753424658vw;
  margin-bottom: 3.2876712329vw;
  margin-top: 3.2876712329vw;
  flex-wrap: wrap;
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body > .voice-info .info .badge {
  padding: 1.095890411vw 2.1917808219vw;
  border-radius: 1.095890411vw;
  font-size: 3.2876712329vw;
  color: #E3DACC;
  font-weight: 600;
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body > .voice-info .top {
  padding: 0;
  position: relative;
  overflow: hidden;
  margin-bottom: 8.7671232877vw;
  display: flex;
  gap: 3.2876712329vw;
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body > .voice-info .top .info-body {
  gap: 12px;
  display: flex;
  flex-direction: column;
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body > .voice-info .top .info-body h1 {
  font-size: 5.4794520548vw;
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body > .voice-info .top .customer-name {
  display: flex;
  align-items: center;
  gap: 2.1917808219vw;
  font-size: 5.4794520548vw;
  font-weight: 600;
  color: #333;
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body > .voice-info .top .customer-name::before {
  content: "👤";
  font-size: 4.9315068493vw;
  background: linear-gradient(135deg, #e91e63, #ff6b9d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 1px 2px rgba(233, 30, 99, 0.3));
}
@media screen and (min-width: 1024px) {
  .main-single-blog .section-single-blog .bg-wrapper > .blog .body > .voice-info .top .customer-name {
    font-size: 6.0273972603vw;
  }
  .main-single-blog .section-single-blog .bg-wrapper > .blog .body > .voice-info .top .customer-name::before {
    font-size: 5.4794520548vw;
  }
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body > .voice-info .top .customer-industry {
  display: flex;
  align-items: center;
  gap: 2.1917808219vw;
  font-size: 4.3835616438vw;
  color: #666;
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body > .voice-info .top .customer-industry::before {
  content: "🏢";
  font-size: 4.3835616438vw;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1));
}
@media screen and (min-width: 1024px) {
  .main-single-blog .section-single-blog .bg-wrapper > .blog .body > .voice-info .top .customer-industry {
    font-size: 4.9315068493vw;
  }
  .main-single-blog .section-single-blog .bg-wrapper > .blog .body > .voice-info .top .customer-industry::before {
    font-size: 4.9315068493vw;
  }
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body > .voice-info .img-main {
  border-radius: 13.698630137vw;
  height: 24.6575342466vw;
  width: 24.6575342466vw;
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body .toc {
  border-radius: 1.095890411vw;
  border-top: 3.2876712329vw solid #E4697F;
  padding: 0 2.1917808219vw;
  background: #FFFAFC;
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body .toc .t-head {
  padding: 5.4794520548vw 0 2.7397260274vw;
  border-bottom: 1px solid #E4E4E4;
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body .toc .t-body {
  padding: 6.5753424658vw 0;
  display: flex;
  flex-direction: column;
  gap: 3.2876712329vw;
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body .toc .t-body .t-sec .t-content {
  line-height: 1.6;
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body .toc .t-body .t-sec .t-content * {
  font-size: 3.8356164384vw;
  font-weight: 700;
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body .toc .t-body .t-sec .t-content ul {
  display: flex;
  flex-direction: column;
  gap: 3.2876712329vw;
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body .boc {
  display: flex;
  flex-direction: column;
  line-height: 1.7;
  color: #333;
  margin-bottom: 6.5753424658vw;
}
@media screen and (min-width: 768px) {
  .main-single-blog .section-single-blog .bg-wrapper > .blog .body .boc {
    line-height: 1.8;
    margin-bottom: 36px;
  }
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body .boc h1, .main-single-blog .section-single-blog .bg-wrapper > .blog .body .boc h2, .main-single-blog .section-single-blog .bg-wrapper > .blog .body .boc h3, .main-single-blog .section-single-blog .bg-wrapper > .blog .body .boc h4, .main-single-blog .section-single-blog .bg-wrapper > .blog .body .boc h5, .main-single-blog .section-single-blog .bg-wrapper > .blog .body .boc h6 {
  margin: 6.5753424658vw 0 4.3835616438vw;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .main-single-blog .section-single-blog .bg-wrapper > .blog .body .boc h1, .main-single-blog .section-single-blog .bg-wrapper > .blog .body .boc h2, .main-single-blog .section-single-blog .bg-wrapper > .blog .body .boc h3, .main-single-blog .section-single-blog .bg-wrapper > .blog .body .boc h4, .main-single-blog .section-single-blog .bg-wrapper > .blog .body .boc h5, .main-single-blog .section-single-blog .bg-wrapper > .blog .body .boc h6 {
    margin: 10.9589041096vw 0 5.4794520548vw;
  }
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body .boc h1 {
  font-size: 6.5753424658vw;
  color: #e91e63;
  border-bottom: 2px solid #e91e63;
  padding-bottom: 2.1917808219vw;
  position: relative;
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body .boc h1::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 10.9589041096vw;
  height: 2px;
  background: #ff6b9d;
}
@media screen and (min-width: 768px) {
  .main-single-blog .section-single-blog .bg-wrapper > .blog .body .boc h1 {
    font-size: 28px;
    margin: 30px 0 15px;
    padding-bottom: 10px;
  }
  .main-single-blog .section-single-blog .bg-wrapper > .blog .body .boc h1::after {
    width: 60px;
  }
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body .boc h2 {
  font-size: 6.0273972603vw;
  color: #e91e63;
  border-bottom: 2px solid #e91e63;
  padding-bottom: 2.1917808219vw;
  position: relative;
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body .boc h2::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 10.9589041096vw;
  height: 2px;
  background: #ff6b9d;
}
@media screen and (min-width: 768px) {
  .main-single-blog .section-single-blog .bg-wrapper > .blog .body .boc h2 {
    font-size: 22px;
    margin: 30px 0 15px;
    padding-bottom: 10px;
  }
  .main-single-blog .section-single-blog .bg-wrapper > .blog .body .boc h2::after {
    width: 60px;
  }
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body .boc h3 {
  font-size: 4.9315068493vw;
  color: #333;
  padding-left: 3.2876712329vw;
  position: relative;
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body .boc h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.8219178082vw;
  height: 4.3835616438vw;
  background: #e91e63;
}
@media screen and (min-width: 768px) {
  .main-single-blog .section-single-blog .bg-wrapper > .blog .body .boc h3 {
    font-size: 20px;
    margin: 25px 0 12px;
    padding-left: 15px;
  }
  .main-single-blog .section-single-blog .bg-wrapper > .blog .body .boc h3::before {
    width: 4px;
    height: 20px;
  }
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body .boc h4 {
  font-size: 4.3835616438vw;
  color: #333;
}
@media screen and (min-width: 768px) {
  .main-single-blog .section-single-blog .bg-wrapper > .blog .body .boc h4 {
    font-size: 18px;
    margin: 20px 0 10px;
  }
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body .boc h5, .main-single-blog .section-single-blog .bg-wrapper > .blog .body .boc h6 {
  font-size: 4.3835616438vw;
  color: #333;
}
@media screen and (min-width: 768px) {
  .main-single-blog .section-single-blog .bg-wrapper > .blog .body .boc h5, .main-single-blog .section-single-blog .bg-wrapper > .blog .body .boc h6 {
    font-size: 16px;
  }
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body .boc p {
  font-size: 4.3835616438vw;
  line-height: 1.9;
  margin-bottom: 4.3835616438vw;
  color: #333;
}
@media screen and (min-width: 768px) {
  .main-single-blog .section-single-blog .bg-wrapper > .blog .body .boc p {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.8;
  }
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body .boc ul, .main-single-blog .section-single-blog .bg-wrapper > .blog .body .boc ol {
  margin: 3.2876712329vw 0;
  padding-left: 6.5753424658vw;
}
@media screen and (min-width: 768px) {
  .main-single-blog .section-single-blog .bg-wrapper > .blog .body .boc ul, .main-single-blog .section-single-blog .bg-wrapper > .blog .body .boc ol {
    padding-left: 20px;
    margin: 15px 0;
  }
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body .boc ul li, .main-single-blog .section-single-blog .bg-wrapper > .blog .body .boc ol li {
  font-size: 3.8356164384vw;
  line-height: 1.7;
  margin-bottom: 1.6438356164vw;
  color: #333;
}
@media screen and (min-width: 768px) {
  .main-single-blog .section-single-blog .bg-wrapper > .blog .body .boc ul li, .main-single-blog .section-single-blog .bg-wrapper > .blog .body .boc ol li {
    font-size: 14px;
    margin-bottom: 6px;
    line-height: 1.8;
  }
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body .boc ul li {
  list-style-type: disc;
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body .boc ol li {
  list-style-type: decimal;
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body .boc table {
  width: 100%;
  border-collapse: collapse;
  margin: 5.4794520548vw 0;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 2.1917808219vw;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .main-single-blog .section-single-blog .bg-wrapper > .blog .body .boc table {
    margin: 20px 0;
    font-size: 14px;
  }
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body .boc table th, .main-single-blog .section-single-blog .bg-wrapper > .blog .body .boc table td {
  padding: 3.2876712329vw;
  text-align: left;
  border: 1px solid #ddd;
  font-size: 3.8356164384vw;
}
@media screen and (min-width: 768px) {
  .main-single-blog .section-single-blog .bg-wrapper > .blog .body .boc table th, .main-single-blog .section-single-blog .bg-wrapper > .blog .body .boc table td {
    padding: 10px 8px;
  }
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body .boc table th {
  background: #f8f9fa;
  font-weight: bold;
  color: #333;
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body .boc table tr:nth-child(even) {
  background: #f8f9fa;
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body .boc table tr:hover {
  background: #f1f3f4;
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body .boc img {
  max-width: 100%;
  height: auto;
  margin: 4.3835616438vw auto;
  border-radius: 1.6438356164vw;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  display: block;
}
@media screen and (min-width: 768px) {
  .main-single-blog .section-single-blog .bg-wrapper > .blog .body .boc img {
    margin: 4.1095890411vw auto;
    border-radius: 2.1917808219vw;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  }
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body .boc blockquote {
  background: #f8f9fa;
  border-left: 0.8219178082vw solid #e91e63;
  padding: 4.3835616438vw;
  margin: 5.4794520548vw 0;
  font-style: italic;
  color: #555;
  border-radius: 0 1.6438356164vw 1.6438356164vw 0;
  font-size: 3.8356164384vw;
}
@media screen and (min-width: 768px) {
  .main-single-blog .section-single-blog .bg-wrapper > .blog .body .boc blockquote {
    padding: 15px;
    margin: 20px 0;
    border-left: 1.095890411vw solid #e91e63;
    border-radius: 0 8px 8px 0;
    font-size: inherit;
  }
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body .boc blockquote p {
  margin-bottom: 0;
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body .boc a {
  color: #e91e63;
  text-decoration: underline;
  transition: color 0.3s ease;
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body .boc a:hover {
  color: #ff6b9d;
  text-decoration: none;
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body .boc strong, .main-single-blog .section-single-blog .bg-wrapper > .blog .body .boc b {
  font-weight: bold;
  color: #333;
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body .boc em, .main-single-blog .section-single-blog .bg-wrapper > .blog .body .boc i {
  font-style: italic;
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body .boc code {
  background: #f1f3f4;
  padding: 0.5479452055vw 1.6438356164vw;
  border-radius: 1.095890411vw;
  font-family: "Courier New", monospace;
  font-size: 3.8356164384vw;
  color: #e91e63;
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body .boc pre {
  background: #f1f3f4;
  padding: 4.3835616438vw;
  border-radius: 1.6438356164vw;
  overflow-x: auto;
  margin: 4.3835616438vw 0;
  font-size: 3.5616438356vw;
}
@media screen and (min-width: 768px) {
  .main-single-blog .section-single-blog .bg-wrapper > .blog .body .boc pre {
    padding: 20px;
    border-radius: 2.1917808219vw;
    margin: 20px 0;
    font-size: inherit;
  }
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body .boc pre code {
  background: none;
  padding: 0;
  color: #333;
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body .boc hr {
  border: none;
  height: 1px;
  background: linear-gradient(to right, transparent, #e91e63, transparent);
  margin: 6.5753424658vw 0;
}
@media screen and (min-width: 768px) {
  .main-single-blog .section-single-blog .bg-wrapper > .blog .body .boc hr {
    margin: 30px 0;
  }
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body .boc .alignleft {
  float: left;
  margin: 0 4.3835616438vw 4.3835616438vw 0;
}
@media screen and (min-width: 768px) {
  .main-single-blog .section-single-blog .bg-wrapper > .blog .body .boc .alignleft {
    float: none;
    margin: 0 0 4.1095890411vw 0;
    display: block;
  }
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body .boc .alignright {
  float: right;
  margin: 0 0 4.3835616438vw 4.3835616438vw;
}
@media screen and (min-width: 768px) {
  .main-single-blog .section-single-blog .bg-wrapper > .blog .body .boc .alignright {
    float: none;
    margin: 0 0 4.1095890411vw 0;
    display: block;
  }
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body .boc .aligncenter {
  display: block;
  margin: 4.3835616438vw auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .main-single-blog .section-single-blog .bg-wrapper > .blog .body .boc .aligncenter {
    margin: 15px auto;
  }
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body .boc .wp-caption {
  max-width: 100%;
  margin: 4.3835616438vw 0;
}
@media screen and (min-width: 768px) {
  .main-single-blog .section-single-blog .bg-wrapper > .blog .body .boc .wp-caption {
    margin: 20px 0;
  }
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body .boc .wp-caption .wp-caption-text {
  font-size: 3.2876712329vw;
  color: #666;
  text-align: center;
  padding: 2.1917808219vw 0;
  font-style: italic;
}
@media screen and (min-width: 768px) {
  .main-single-blog .section-single-blog .bg-wrapper > .blog .body .boc .wp-caption .wp-caption-text {
    font-size: 14px;
    padding: 10px 0;
  }
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body .boc .b-sec .b-title {
  background: #FFFAFC;
  border-radius: 1.095890411vw;
  padding: 4.3835616438vw 2.1917808219vw;
  border-left: 1.095890411vw solid #E4697F;
  margin-bottom: 6.5753424658vw;
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body .boc .b-sec .b-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body > .btns {
  padding: 0 9.3150684932vw;
  display: flex;
  flex-direction: column;
  gap: 6.5753424658vw;
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body > .btns .btn-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2.1917808219vw;
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body > .btns .btn-wrapper .btn-explain {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3.2876712329vw;
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body > .btns .btn-wrapper .btn-explain img {
  height: 5.4794520548vw;
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body > .btns .btn-wrapper .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 15.3424657534vw;
  padding: 0 6.0273972603vw;
  width: 100%;
  border-radius: 1.095890411vw;
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body .service-list {
  padding: 15.3424657534vw 0 13.1506849315vw;
  background: #FFFAFC;
  border-radius: 2.1917808219vw;
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body .service-list .title h3 {
  padding-bottom: 10.9589041096vw;
  white-space: pre-line;
  margin-top: -4.3835616438vw;
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body .service-list .list1 {
  display: flex;
  flex-direction: column;
  gap: 2.1917808219vw;
  padding-bottom: 8.7671232877vw;
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body .service-list .list1 .item {
  background: #fff;
  padding: 4.3835616438vw;
  display: flex;
  align-items: center;
  gap: 2.4657534247vw;
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body .service-list .list1 .item img {
  width: 3.5616438356vw;
  height: 3.5616438356vw;
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body .service-list > p {
  padding-bottom: 10.9589041096vw;
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body .service-list .list2 {
  padding-bottom: 10.9589041096vw;
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body .service-list .list2 .l-head {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 12.602739726vw;
  background-color: #E4697F;
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body .service-list .list2 .l-list {
  padding: 8.2191780822vw 2.1917808219vw;
  display: flex;
  flex-direction: column;
  gap: 4.3835616438vw;
  background-color: #fff;
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body .service-list .list2 .l-list .item {
  display: flex;
  align-items: center;
  gap: 2.4657534247vw;
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body .service-list .list2 .l-list .item img {
  width: 3.5616438356vw;
  height: 3.5616438356vw;
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body .service-list > .contact {
  padding: 3.2876712329vw 2.1917808219vw;
  background-color: #fff;
  border-radius: 2.1917808219vw;
  display: flex;
  flex-direction: column;
  gap: 3.8356164384vw;
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body .service-list > .contact > .info {
  flex-direction: column;
  display: flex;
  gap: 3.2876712329vw;
  align-items: center;
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body .service-list > .contact > .info > .badges {
  display: flex;
  flex-direction: row;
  gap: 1.095890411vw;
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body .service-list > .contact > .info > .badges > .badge {
  width: 33.1506849315vw;
  height: 7.397260274vw;
  border-radius: 1.3698630137vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body .service-list > .contact > .info > .data {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.5479452055vw;
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body .service-list > .contact > .info > .data > p {
  line-height: 1;
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body .service-list > .contact > .btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.1917808219vw;
  flex-direction: column;
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body .r-blogs .pn {
  display: flex;
  flex-direction: column;
  gap: 9.8630136986vw;
  margin-top: 8.7671232877vw;
  margin-bottom: 17.5342465753vw;
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body .r-blogs .pn .prev {
  display: flex;
  gap: 4.3835616438vw;
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body .r-blogs .pn .prev > img {
  width: 30.6849315068vw;
  height: 20.5479452055vw;
  border-radius: 1.095890411vw;
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body .r-blogs .pn .prev .p-body {
  display: flex;
  flex-direction: column;
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body .r-blogs .pn .prev .p-body > p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body .r-blogs .pn .prev .p-body .pt {
  display: flex;
  align-items: center;
  gap: 2.1917808219vw;
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body .r-blogs .pn .prev .p-body .pt img {
  width: 4.3835616438vw;
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body .r-blogs .pn .next {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body .r-blogs .pn .next > img {
  width: 30.6849315068vw;
  height: 20.5479452055vw;
  border-radius: 1.095890411vw;
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body .r-blogs .pn .next .p-body {
  display: flex;
  flex-direction: column;
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body .r-blogs .pn .next .p-body > p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body .r-blogs .pn .next .p-body .pt {
  display: flex;
  align-items: center;
  gap: 2.1917808219vw;
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body .r-blogs .pn .next .p-body .pt img {
  width: 4.3835616438vw;
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body .r-blogs .rb .r-head {
  display: flex;
  flex-direction: column;
  gap: 5.4794520548vw;
  padding-bottom: 5.4794520548vw;
  border-bottom: 1px solid #EEEBE7;
  margin-bottom: 6.5753424658vw;
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body .r-blogs .rb .r-head .to {
  display: flex;
  align-items: center;
  gap: 4.3835616438vw;
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body .r-blogs .rb .r-head .to img {
  width: 12.602739726vw;
  height: 12.602739726vw;
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body .r-blogs .rb .r-body {
  display: flex;
  flex-direction: column;
  gap: 8.7671232877vw;
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body .r-blogs .rb .r-body .blog {
  box-shadow: 0 1.3698630137vw 2.7397260274vw -0.8219178082vw rgba(0, 0, 0, 0.1);
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body .r-blogs .rb .r-body .blog img {
  width: 70px;
  border-radius: 0.9589041096vw;
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body .r-blogs .rb .r-body .blog .blog-body {
  padding: 4.3835616438vw 3.5616438356vw;
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body .r-blogs .rb .r-body .blog .blog-body .blog-info {
  display: flex;
  align-items: center;
  gap: 2.1917808219vw;
  padding-bottom: 3.8356164384vw;
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body .r-blogs .rb .r-body .blog .blog-body .blog-info .badge {
  padding: 1.8821917808vw;
  border-radius: 1.3698630137vw;
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body .r-blogs .rb .r-body .blog .blog-body .blog-info .badge p {
  line-height: 1;
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body .r-blogs .rb .r-body .blog .blog-body a {
  line-height: 1.6;
  cursor: pointer;
}
.main-single-blog .section-single-blog .bg-wrapper > .blog .body .r-blogs .rb .r-body .blog .blog-body > p {
  padding-top: 1.6438356164vw;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.main-single-blog .section-single-blog .bg-wrapper .right {
  display: none;
}
@media screen and (min-width: 768px) {
  .main-single-blog .section-single-blog {
    max-width: 1254px;
    margin-left: auto;
    margin-right: auto;
  }
  .main-single-blog .section-single-blog .bg-wrapper {
    padding: 52px 16px;
  }
  .main-single-blog .section-single-blog .bg-wrapper > .blog .body > .blog-info .top {
    padding-bottom: 12px;
  }
  .main-single-blog .section-single-blog .bg-wrapper > .blog .body > .blog-info .top .info {
    flex-direction: row;
    gap: 24px;
    margin-bottom: 12px;
  }
  .main-single-blog .section-single-blog .bg-wrapper > .blog .body > .blog-info .top .info .badge {
    height: 25px;
    padding: 0 16px;
    border-radius: 4px;
  }
  .main-single-blog .section-single-blog .bg-wrapper > .blog .body > .blog-info .img-main {
    border-radius: 4px;
  }
  .main-single-blog .section-single-blog .bg-wrapper > .blog .body > .blog-info .supervisor {
    background: #FFFAFC;
    border-radius: 4px;
    padding: 32px;
  }
  .main-single-blog .section-single-blog .bg-wrapper > .blog .body > .blog-info .supervisor .s-head {
    padding: 0 0 16px;
  }
  .main-single-blog .section-single-blog .bg-wrapper > .blog .body > .blog-info .supervisor .s-body {
    padding: 16px 0 0;
    flex-direction: column;
    gap: 12px;
  }
  .main-single-blog .section-single-blog .bg-wrapper > .blog .body > .blog-info .supervisor .s-body .s-profile {
    gap: 12px;
    align-items: center;
  }
  .main-single-blog .section-single-blog .bg-wrapper > .blog .body > .blog-info .supervisor .s-body .s-profile img {
    width: 84px;
    height: 84px;
    border-radius: 50%;
  }
  .main-single-blog .section-single-blog .bg-wrapper > .blog .body > .blog-info .supervisor .s-body .s-profile .s-info {
    gap: 8px;
  }
  .main-single-blog .section-single-blog .bg-wrapper > .blog .body > .blog-info .supervisor .s-body .s-content {
    gap: 8px;
  }
  .main-single-blog .section-single-blog .bg-wrapper > .blog .body > .blog-info .supervisor .s-body .s-content .s-description {
    margin-top: 8px;
  }
  .main-single-blog .section-single-blog .bg-wrapper > .blog .body > .voice-info {
    gap: 40px;
    position: relative;
  }
  .main-single-blog .section-single-blog .bg-wrapper > .blog .body > .voice-info::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #e91e63 0%, #ff6b9d 100%);
  }
  .main-single-blog .section-single-blog .bg-wrapper > .blog .body > .voice-info .info-body h1 {
    font-size: 24¥8px;
  }
  .main-single-blog .section-single-blog .bg-wrapper > .blog .body > .voice-info .info {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    margin-top: 12px;
    flex-wrap: wrap;
  }
  .main-single-blog .section-single-blog .bg-wrapper > .blog .body > .voice-info .info .badge {
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
  }
  .main-single-blog .section-single-blog .bg-wrapper > .blog .body > .voice-info .top {
    position: relative;
    overflow: hidden;
    margin-bottom: 32px;
    gap: 24px;
  }
  .main-single-blog .section-single-blog .bg-wrapper > .blog .body > .voice-info .top .customer-name {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 20px;
    font-weight: 600;
    color: #333;
  }
  .main-single-blog .section-single-blog .bg-wrapper > .blog .body > .voice-info .top .customer-name::before {
    font-size: 14px;
  }
  .main-single-blog .section-single-blog .bg-wrapper > .blog .body > .voice-info .top .customer-industry {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    color: #666;
  }
  .main-single-blog .section-single-blog .bg-wrapper > .blog .body > .voice-info .top .customer-industry::before {
    font-size: 14px;
  }
  .main-single-blog .section-single-blog .bg-wrapper > .blog .body > .voice-info .img-main {
    border-radius: 4px;
    width: 90px;
    height: -moz-fit-content;
    height: fit-content;
  }
  .main-single-blog .section-single-blog .bg-wrapper > .blog .body .toc {
    border-radius: 4px;
    border-top: 12px solid #E4697F;
    padding: 32px;
  }
  .main-single-blog .section-single-blog .bg-wrapper > .blog .body .toc .t-head {
    padding: 0 0 10px;
    border-bottom: 1px solid #E4E4E4;
  }
  .main-single-blog .section-single-blog .bg-wrapper > .blog .body .toc .t-body {
    padding: 32px 0 0;
    gap: 12px;
  }
  .main-single-blog .section-single-blog .bg-wrapper > .blog .body .toc .t-body .t-sec .t-content * {
    font-size: 14px;
  }
  .main-single-blog .section-single-blog .bg-wrapper > .blog .body .toc .t-body .t-sec .t-content ul {
    gap: 12px;
  }
  .main-single-blog .section-single-blog .bg-wrapper > .blog .body .boc .b-sec .b-title {
    padding-left: 24px;
    margin-bottom: 32px;
    position: relative;
  }
  .main-single-blog .section-single-blog .bg-wrapper > .blog .body .boc .b-sec .b-title::before {
    content: "";
    width: 4px;
    height: 40px;
  }
  .main-single-blog .section-single-blog .bg-wrapper > .blog .body > .btns {
    padding: 0;
    flex-direction: row;
    justify-content: center;
    gap: 24px;
    margin-top: -16px;
  }
  .main-single-blog .section-single-blog .bg-wrapper > .blog .body > .btns .btn-wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .main-single-blog .section-single-blog .bg-wrapper > .blog .body > .btns .btn-wrapper .btn-explain {
    gap: 12px;
  }
  .main-single-blog .section-single-blog .bg-wrapper > .blog .body > .btns .btn-wrapper .btn-explain img {
    height: 20px;
  }
  .main-single-blog .section-single-blog .bg-wrapper > .blog .body > .btns .btn-wrapper .btn {
    height: 56px;
    padding: 0 22px;
    width: 280px;
    border-radius: 4px;
  }
  .main-single-blog .section-single-blog .bg-wrapper > .blog .body .service-list {
    padding: 56px 16px 48px;
    background: #FFFAFC;
    border-radius: 8px;
  }
  .main-single-blog .section-single-blog .bg-wrapper > .blog .body .service-list .title h3 {
    padding-bottom: 40px;
    white-space: normal;
    margin-top: 0;
  }
  .main-single-blog .section-single-blog .bg-wrapper > .blog .body .service-list .list1 {
    align-items: center;
    gap: 8px;
    padding-bottom: 32px;
  }
  .main-single-blog .section-single-blog .bg-wrapper > .blog .body .service-list .list1 .item {
    padding: 16px;
    gap: 9px;
    width: 524px;
  }
  .main-single-blog .section-single-blog .bg-wrapper > .blog .body .service-list .list1 .item img {
    width: 13px;
    height: 13px;
  }
  .main-single-blog .section-single-blog .bg-wrapper > .blog .body .service-list > p {
    padding-bottom: 32px;
  }
  .main-single-blog .section-single-blog .bg-wrapper > .blog .body .service-list .list2 {
    padding-bottom: 40px;
    max-width: 705px;
    margin-left: auto;
    margin-right: auto;
  }
  .main-single-blog .section-single-blog .bg-wrapper > .blog .body .service-list .list2 .l-head {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    background-color: #E4697F;
  }
  .main-single-blog .section-single-blog .bg-wrapper > .blog .body .service-list .list2 .l-list {
    align-items: center;
    padding: 30px 16px;
    gap: 16px;
  }
  .main-single-blog .section-single-blog .bg-wrapper > .blog .body .service-list .list2 .l-list .item {
    width: 420px;
    gap: 9px;
  }
  .main-single-blog .section-single-blog .bg-wrapper > .blog .body .service-list .list2 .l-list .item img {
    width: 13px;
    height: 13px;
  }
  .main-single-blog .section-single-blog .bg-wrapper > .blog .body .service-list > .contact {
    padding: 16px;
    border-radius: 8px;
    gap: 14px;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 772px;
    margin-left: auto;
    margin-right: auto;
  }
  .main-single-blog .section-single-blog .bg-wrapper > .blog .body .service-list > .contact > .info {
    gap: 12px;
  }
  .main-single-blog .section-single-blog .bg-wrapper > .blog .body .service-list > .contact > .info > .badges {
    display: flex;
    flex-direction: row;
    gap: 4px;
  }
  .main-single-blog .section-single-blog .bg-wrapper > .blog .body .service-list > .contact > .info > .badges > .badge {
    width: 127px;
    height: 27px;
    border-radius: 5px;
  }
  .main-single-blog .section-single-blog .bg-wrapper > .blog .body .service-list > .contact > .info > .data {
    gap: 12px;
  }
  .main-single-blog .section-single-blog .bg-wrapper > .blog .body .service-list > .contact > .btns {
    gap: 8px;
    flex-direction: row;
  }
  .main-single-blog .section-single-blog .bg-wrapper > .blog .body .r-blogs .pn {
    flex-direction: row;
    justify-content: space-between;
    gap: 32px;
    margin-top: 32px;
    margin-bottom: 64px;
    max-width: 833px;
    margin-left: auto;
    margin-right: auto;
  }
  .main-single-blog .section-single-blog .bg-wrapper > .blog .body .r-blogs .pn .prev {
    gap: 16px;
    max-width: 332px;
  }
  .main-single-blog .section-single-blog .bg-wrapper > .blog .body .r-blogs .pn .prev > img {
    width: 112px;
    height: 75px;
    border-radius: 4px;
  }
  .main-single-blog .section-single-blog .bg-wrapper > .blog .body .r-blogs .pn .prev .p-body {
    gap: 0;
  }
  .main-single-blog .section-single-blog .bg-wrapper > .blog .body .r-blogs .pn .prev .p-body .pt {
    gap: 8px;
  }
  .main-single-blog .section-single-blog .bg-wrapper > .blog .body .r-blogs .pn .prev .p-body .pt img {
    width: 16px;
  }
  .main-single-blog .section-single-blog .bg-wrapper > .blog .body .r-blogs .pn .next {
    flex-direction: row;
    justify-content: unset;
    gap: 16px;
    max-width: 332px;
  }
  .main-single-blog .section-single-blog .bg-wrapper > .blog .body .r-blogs .pn .next > img {
    width: 112px;
    height: 75px;
    border-radius: 4px;
  }
  .main-single-blog .section-single-blog .bg-wrapper > .blog .body .r-blogs .pn .next .p-body {
    gap: 0;
  }
  .main-single-blog .section-single-blog .bg-wrapper > .blog .body .r-blogs .pn .next .p-body .pt {
    gap: 8px;
  }
  .main-single-blog .section-single-blog .bg-wrapper > .blog .body .r-blogs .pn .next .p-body .pt img {
    width: 16px;
  }
  .main-single-blog .section-single-blog .bg-wrapper > .blog .body .r-blogs .rb {
    max-width: 833px;
    margin-left: auto;
    margin-right: auto;
  }
  .main-single-blog .section-single-blog .bg-wrapper > .blog .body .r-blogs .rb .r-head {
    flex-direction: row;
    justify-content: space-between;
    gap: 32px;
    padding-bottom: 24px;
    margin-bottom: 32px;
  }
  .main-single-blog .section-single-blog .bg-wrapper > .blog .body .r-blogs .rb .r-head .to {
    gap: 16px;
  }
  .main-single-blog .section-single-blog .bg-wrapper > .blog .body .r-blogs .rb .r-head .to img {
    width: 46px;
    height: 46px;
  }
  .main-single-blog .section-single-blog .bg-wrapper > .blog .body .r-blogs .rb .r-body {
    display: grid;
    grid-template-columns: repeat(2, calc((100% - 32px) / 2));
    gap: 32px;
  }
  .main-single-blog .section-single-blog .bg-wrapper > .blog .body .r-blogs .rb .r-body .blog {
    box-shadow: 0 1.3698630137vw 2.7397260274vw -0.8219178082vw rgba(0, 0, 0, 0.1);
  }
  .main-single-blog .section-single-blog .bg-wrapper > .blog .body .r-blogs .rb .r-body .blog img {
    width: 70px;
    border-radius: 4px;
  }
  .main-single-blog .section-single-blog .bg-wrapper > .blog .body .r-blogs .rb .r-body .blog .blog-body {
    padding: 20px 16px;
  }
  .main-single-blog .section-single-blog .bg-wrapper > .blog .body .r-blogs .rb .r-body .blog .blog-body .blog-info {
    gap: 10px;
    padding-bottom: 16px;
  }
  .main-single-blog .section-single-blog .bg-wrapper > .blog .body .r-blogs .rb .r-body .blog .blog-body .blog-info .badge {
    padding: 8px;
    border-radius: 6px;
  }
  .main-single-blog .section-single-blog .bg-wrapper > .blog .body .r-blogs .rb .r-body .blog .blog-body > p {
    padding-top: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .main-single-blog .section-single-blog .bg-wrapper > .blog {
    display: grid;
    grid-template-columns: 50px calc(100% - 58px);
    gap: 8px;
  }
  .main-single-blog .section-single-blog .bg-wrapper > .blog .socials {
    display: block;
  }
  .main-single-blog .section-single-blog .bg-wrapper > .blog .socials img {
    width: 50px;
    cursor: pointer;
  }
  .main-single-blog .section-single-blog .bg-wrapper > .blog .body .service-list > .contact {
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .main-single-blog .section-single-blog .bg-wrapper {
    display: grid;
    grid-template-columns: calc(100% - 362px) 302px;
    gap: 60px;
  }
  .main-single-blog .section-single-blog .bg-wrapper .right {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .main-single-blog .section-single-blog .bg-wrapper .right a img {
    width: 302px;
    cursor: pointer;
  }
  .main-single-blog .section-single-blog .bg-wrapper .right .contact-wrapper {
    background: linear-gradient(90deg, #FCFBFB 0%, #F9F9F9 100%);
    padding: 24px;
    border-radius: 8px;
  }
  .main-single-blog .section-single-blog .bg-wrapper .right .contact-wrapper > p {
    padding-bottom: 5px;
  }
  .main-single-blog .section-single-blog .bg-wrapper .right .contact-wrapper .contact {
    background-color: #fff;
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  .main-single-blog .section-single-blog .bg-wrapper .right .contact-wrapper .contact .info {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .main-single-blog .section-single-blog .bg-wrapper .right .contact-wrapper .contact .info .badges {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 4px;
  }
  .main-single-blog .section-single-blog .bg-wrapper .right .contact-wrapper .contact .info .badges .badge {
    height: 25px;
    padding: 0 8px;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
  }
  .main-single-blog .section-single-blog .bg-wrapper .right .contact-wrapper .contact .info .badges .data {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .main-single-blog .section-single-blog .bg-wrapper .right .contact-wrapper .contact .btns {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 0;
  }
  .main-single-blog .section-single-blog .bg-wrapper .right .contact-wrapper .contact .btns .btn-mail,
  .main-single-blog .section-single-blog .bg-wrapper .right .contact-wrapper .contact .btns .btn-line,
  .main-single-blog .section-single-blog .bg-wrapper .right .contact-wrapper .contact .btns .btn-emerald {
    height: 58px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .main-single-blog {
    margin-top: 104px;
  }
}
@media screen and (min-width: 1024px) {
  .main-single-blog {
    margin-top: 148px;
  }
}

#ez-toc-container {
  background: #f9f9fa;
  border: 1px solid #e1e1e7;
  border-radius: 12px;
  margin: 8.7671232877vw 0;
  padding: 5.4794520548vw;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
}
#ez-toc-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: none;
  border-radius: 12px 12px 0 0;
}
#ez-toc-container .ez-toc-title-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4.3835616438vw;
  padding-bottom: 3.2876712329vw;
  border-bottom: 1px solid #ffe8f0;
}
#ez-toc-container .ez-toc-title-container .ez-toc-title {
  font-size: 4.9315068493vw;
  font-weight: 600;
  color: #333;
  margin: 0;
  display: flex;
  align-items: center;
}
#ez-toc-container .ez-toc-title-container .ez-toc-title::before {
  content: "";
  margin-right: 2.1917808219vw;
  font-size: 4.3835616438vw;
}
#ez-toc-container .ez-toc-title-container .ez-toc-title-toggle .ez-toc-toggle {
  background: transparent;
  border: 1px solid #e91e63;
  border-radius: 6px;
  padding: 1.6438356164vw 2.7397260274vw;
  color: #e91e63;
  font-size: 3.2876712329vw;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 1.095890411vw;
}
#ez-toc-container .ez-toc-title-container .ez-toc-title-toggle .ez-toc-toggle:hover {
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(233, 30, 99, 0.3);
}
#ez-toc-container .ez-toc-title-container .ez-toc-title-toggle .ez-toc-toggle .ez-toc-js-icon-con {
  display: flex;
  align-items: center;
}
#ez-toc-container .ez-toc-title-container .ez-toc-title-toggle .ez-toc-toggle .ez-toc-js-icon-con svg {
  fill: white !important;
  color: white !important;
  transition: transform 0.3s ease;
}
#ez-toc-container .ez-toc-title-container .ez-toc-title-toggle .ez-toc-toggle[aria-expanded=true] .ez-toc-icon-toggle-span svg:last-child {
  transform: rotate(180deg);
}
#ez-toc-container nav .ez-toc-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
#ez-toc-container nav .ez-toc-list.ez-toc-list-level-1 > li {
  margin-bottom: 3.2876712329vw;
}
#ez-toc-container nav .ez-toc-list.ez-toc-list-level-1 > li > a {
  display: block;
  padding: 2.7397260274vw 4.3835616438vw;
  background: #fff;
  border-left: 4px solid #e91e63;
  color: #333;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 3.8356164384vw;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
#ez-toc-container nav .ez-toc-list.ez-toc-list-level-1 > li > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}
#ez-toc-container nav .ez-toc-list.ez-toc-list-level-1 > li > a:hover {
  transform: translateX(4px);
  box-shadow: 0 4px 12px rgba(233, 30, 99, 0.3);
}
#ez-toc-container nav .ez-toc-list.ez-toc-list-level-1 > li > a:hover::before {
  left: 100%;
}
#ez-toc-container nav .ez-toc-list.ez-toc-list-level-1 > li > a:active {
  transform: translateX(2px);
}
#ez-toc-container nav .ez-toc-list .ez-toc-list-level-3 {
  margin-top: 2.1917808219vw;
  padding-left: 4.3835616438vw;
  border-left: 3px solid #ffe8f0;
}
#ez-toc-container nav .ez-toc-list .ez-toc-list-level-3 li {
  margin-bottom: 1.6438356164vw;
}
#ez-toc-container nav .ez-toc-list .ez-toc-list-level-3 li a {
  display: block;
  padding: 2.1917808219vw 3.2876712329vw;
  background: #fef8fb;
  color: #666;
  text-decoration: none;
  border-radius: 6px;
  font-size: 3.5616438356vw;
  transition: all 0.3s ease;
  border-left: 3px solid transparent;
  position: relative;
}
#ez-toc-container nav .ez-toc-list .ez-toc-list-level-3 li a:hover {
  background: #fff;
  color: #e91e63;
  border-left-color: #e91e63;
  transform: translateX(4px);
}
#ez-toc-container nav .ez-toc-list .ez-toc-list-level-3 li a::before {
  content: "▸";
  margin-right: 1.6438356164vw;
  color: #e91e63;
  font-size: 2.7397260274vw;
}
@media screen and (min-width: 768px) {
  #ez-toc-container {
    margin: 24px 0;
    padding: 16px;
    border-radius: 8px;
  }
  #ez-toc-container .ez-toc-title-container {
    margin-bottom: 12px;
    padding-bottom: 8px;
  }
  #ez-toc-container .ez-toc-title-container .ez-toc-title {
    font-size: 16px;
  }
  #ez-toc-container .ez-toc-title-container .ez-toc-title::before {
    margin-right: 6px;
    font-size: 14px;
  }
  #ez-toc-container .ez-toc-title-container .ez-toc-title-toggle .ez-toc-toggle {
    padding: 4px 8px;
    font-size: 11px;
  }
  #ez-toc-container nav .ez-toc-list.ez-toc-list-level-1 > li {
    margin-bottom: 8px;
  }
  #ez-toc-container nav .ez-toc-list.ez-toc-list-level-1 > li > a {
    padding: 8px 12px;
    font-size: 13px;
    border-radius: 6px;
  }
  #ez-toc-container nav .ez-toc-list .ez-toc-list-level-3 {
    margin-top: 6px;
    padding-left: 12px;
  }
  #ez-toc-container nav .ez-toc-list .ez-toc-list-level-3 li {
    margin-bottom: 4px;
  }
  #ez-toc-container nav .ez-toc-list .ez-toc-list-level-3 li a {
    padding: 6px 10px;
    font-size: 12px;
    border-radius: 4px;
  }
  #ez-toc-container nav .ez-toc-list .ez-toc-list-level-3 li a::before {
    font-size: 10px;
    margin-right: 8px;
  }
}
@media screen and (min-width: 1024px) {
  #ez-toc-container {
    margin: 28px 0;
    padding: 18px;
  }
  #ez-toc-container .ez-toc-title-container .ez-toc-title {
    font-size: 17px;
  }
  #ez-toc-container nav .ez-toc-list.ez-toc-list-level-1 > li > a {
    font-size: 13px;
  }
}

#ez-toc-container.ez-toc-collapsed nav {
  display: none;
}

.ez-toc-counter {
  counter-reset: ez-toc-counter;
}
.ez-toc-counter .ez-toc-list-level-1 > li {
  counter-increment: ez-toc-counter;
}
.ez-toc-counter .ez-toc-list-level-1 > li > a::before {
  content: counter(ez-toc-counter) ". ";
  font-weight: bold;
  color: rgba(255, 255, 255, 0.9);
  margin-right: 1.095890411vw;
}
.ez-toc-counter .ez-toc-list-level-3 {
  counter-reset: ez-toc-sub-counter;
}
.ez-toc-counter .ez-toc-list-level-3 li {
  counter-increment: ez-toc-sub-counter;
}
.ez-toc-counter .ez-toc-list-level-3 li a::before {
  content: counter(ez-toc-counter) "." counter(ez-toc-sub-counter) " ";
  color: #e91e63;
  font-weight: 600;
}

html {
  scroll-behavior: smooth;
}

.ez-toc-link.ez-toc-active {
  background: #e91e63 !important;
  color: white !important;
  box-shadow: 0 2px 8px rgba(233, 30, 99, 0.4) !important;
}

@media print {
  #ez-toc-container {
    border: 1px solid #ccc;
    box-shadow: none;
    background: white;
  }
  #ez-toc-container .ez-toc-title-toggle {
    display: none;
  }
  #ez-toc-container nav {
    display: block !important;
  }
}/*# sourceMappingURL=style.css.map */