@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

ol, ul {
  list-style: none;
}

li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  background: transparent;
  border: none;
  cursor: pointer;
}

input[type=text],
input[type=email],
input[type=password],
input[type=search],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

img,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  max-width: 100%;
}

img, video {
  height: auto;
}

:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

[hidden] {
  display: none !important;
}

body {
  background-color: #0F223C;
  font-family: dnp-shueigoginstd-l, sans-serif, museo-sans, sans-serif;
  color: #EDEDED;
  font-feature-settings: "palt";
  letter-spacing: 10%;
  padding-top: 80px;
}

html.is-page-loading body {
  opacity: 0;
  visibility: hidden;
}

html.is-page-ready body {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.35s ease;
}

.common-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  max-width: 1280px;
  padding: 20px 35px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: transparent;
  transition: all 0.3s ease;
  z-index: 1000;
  border-radius: 0 0 35px 35px;
}
@media (max-width: 749px) {
  .common-header {
    padding: 15px 20px;
  }
}
.common-header__logo {
  margin: 0;
}
.common-header__logo-img {
  width: 145px;
  height: auto;
  transition: all 0.3s ease;
}
.common-header__nav {
  margin-right: 30px;
}
@media (max-width: 749px) {
  .common-header__nav {
    display: none;
  }
}
@media (min-width: 750px) and (max-width: 991px) {
  .common-header__nav {
    display: none;
  }
}
.common-header__nav ul {
  display: flex;
  gap: 25px;
}
.common-header__nav ul li {
  font-size: 0.8rem;
}
.common-header__nav a {
  color: #EDEDED;
  text-decoration: none;
}
.common-header__nav a:hover {
  text-decoration: none;
}
.common-header__nav-wrapper {
  display: flex;
  align-items: center;
}
.common-header .basic-button, .common-header .secondary-button, .common-header .primary-button {
  margin-left: 15px;
}
.common-header.scrolled {
  background-color: #0F223C;
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}
.common-header.scrolled .common-header__logo-img {
  width: 120px;
}

.content-area__title {
  font-weight: normal;
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}
@media (max-width: 749px) {
  .content-area__title {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.content-area__title-label {
  display: block;
  font-size: 3.2rem;
  font-weight: 600;
  margin-right: 10px;
  letter-spacing: 3%;
  font-family: museo-sans, sans-serif;
}
@media (max-width: 749px) {
  .content-area__title-label {
    font-size: 2rem;
    width: 100%;
    margin: 0 0 5px;
    text-align: center;
  }
}
.content-area__title-main {
  font-size: 1.4rem;
}
@media (max-width: 749px) {
  .content-area__title-main {
    font-size: 1.1rem;
  }
}
.content-area__title-main .feature-area__title-sub {
  opacity: 0.7;
}
.content-area__logo-img {
  width: 160px;
  height: auto;
  margin: 0 5px;
}
@media (max-width: 749px) {
  .content-area__logo-img {
    width: 120px;
    margin: 0 5px 0 0;
  }
}
.content-area__separate-wrapper {
  width: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  transform: translateY(-99%);
  position: absolute;
  z-index: 2;
}
.content-area__separate-image {
  width: 100%;
}

.common-footer {
  position: relative;
  padding: 0 0 180px;
  text-align: center;
}
@media (max-width: 749px) {
  .common-footer {
    padding: 0 0 200px;
  }
}
.common-footer__content {
  max-width: 680px;
  padding-top: 10px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 749px) {
  .common-footer__content {
    padding-top: 30px;
  }
}
.common-footer__logo-img {
  width: 620px;
  height: auto;
  display: block;
  margin-bottom: 25px;
}
@media (max-width: 749px) {
  .common-footer__logo-img {
    width: 280px;
  }
}
.common-footer__text-contact {
  font-size: 1.2rem;
  font-family: dnp-shueigoginstd-l, sans-serif;
  font-weight: 300;
  margin-bottom: 25px;
  letter-spacing: 12%;
}
@media (max-width: 749px) {
  .common-footer__text-contact {
    font-size: 1rem;
  }
}
.common-footer__copyright {
  font-size: 0.8rem;
  letter-spacing: 2%;
  color: #EDEDED;
  font-family: museo-sans, sans-serif;
}
.common-footer__document-button.primary-button {
  margin: 0 0 25px;
  padding: 35px;
  min-width: 320px;
  font-size: 1.2rem;
}
@media (max-width: 749px) {
  .common-footer__document-button.primary-button {
    padding: 25px;
    font-size: 1rem;
  }
}
.common-footer__document-button.primary-button .icon {
  width: 28px;
  height: 28px;
}
.common-footer__contact-button.basic-button, .common-footer__contact-button.secondary-button, .common-footer__contact-button.primary-button {
  margin: 0 0 45px;
}
.common-footer__nav {
  display: flex;
  margin-bottom: 35px;
}
@media (max-width: 749px) {
  .common-footer__nav {
    flex-wrap: wrap;
    margin-bottom: 25px;
    padding: 0 25px;
  }
}
.common-footer__nav a {
  color: #EDEDED;
  text-decoration: none;
  font-size: 0.8rem;
  line-height: 1;
}
.common-footer__nav a:hover {
  text-decoration: none;
}
.common-footer__nav-item {
  padding: 0 20px 2px;
  border-right: 1px solid #EDEDED;
}
@media (max-width: 749px) {
  .common-footer__nav-item {
    width: 50%;
    border-right: none;
    padding: 20px 0;
  }
}
.common-footer__nav-item:last-child {
  border-right: none;
  border-bottom: none;
}
.common-footer__image-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  z-index: -1;
}
@media (max-width: 749px) {
  .common-footer__image-wrapper {
    justify-content: center;
  }
}
.common-footer__image-left {
  position: relative;
  left: -10%;
  bottom: 0;
  width: 45%;
  height: auto;
}
@media (max-width: 749px) {
  .common-footer__image-left {
    width: 60%;
    left: 0;
  }
}
.common-footer__image-right {
  position: relative;
  right: -10%;
  bottom: 0;
  width: 45%;
  height: auto;
}
@media (max-width: 749px) {
  .common-footer__image-right {
    width: 60%;
    right: 0;
  }
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.animate {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease;
}

.animate.animated {
  opacity: 1;
  transform: translateY(0);
}

.icon {
  display: inline-block;
  margin-right: 8px;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.icon.icon-documents {
  background-image: url("../images/icon-documents.svg");
}
.icon.icon-contact {
  background-image: url("../images/icon-contact.svg");
}
.icon.icon-pain-1 {
  background-image: url("../images/icon-pain-1.svg");
}
.icon.icon-pain-2 {
  background-image: url("../images/icon-pain-2.svg");
}
.icon.icon-pain-3 {
  background-image: url("../images/icon-pain-3.svg");
}
.icon.icon-quate-top {
  background-image: url("../images/icon-quate-top.svg");
}
.icon.icon-quate-bottom {
  background-image: url("../images/icon-quate-bottom.svg");
}
.icon.icon-arrow-right {
  background-image: url("../images/icon-arrow-red.svg");
}
.icon.white {
  filter: brightness(0) invert(1);
}
.icon.primary {
  filter: brightness(0) saturate(100%) invert(9%) sepia(94%) saturate(948%) hue-rotate(203deg) brightness(97%) contrast(89%);
}
.icon.accent {
  filter: brightness(0) saturate(100%) invert(47%) sepia(71%) saturate(1957%) hue-rotate(310deg) brightness(96%) contrast(89%);
}
.icon.hover {
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}
.icon.hover:hover {
  filter: brightness(0) saturate(100%) invert(47%) sepia(71%) saturate(1957%) hue-rotate(310deg) brightness(96%) contrast(89%);
}

a {
  color: rgb(236, 95, 119);
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.hero-area {
  position: relative;
  padding: 280px 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 749px) {
  .hero-area {
    padding: 25px 20px 0;
    flex-direction: column;
  }
}
@media (min-width: 750px) and (max-width: 991px) {
  .hero-area {
    padding: 200px 30px 0;
  }
}
.hero-area__content {
  position: relative;
  z-index: 2;
  min-width: 450px;
  margin-right: -5%;
}
@media (max-width: 749px) {
  .hero-area__content {
    min-width: 0;
    margin: 0;
  }
}
@media (min-width: 750px) and (max-width: 991px) {
  .hero-area__content {
    min-width: 380px;
    margin-right: -15%;
  }
}
.hero-area__main-copy {
  font-size: 3.6rem;
  line-height: 1.5;
  color: #EDEDED;
  font-weight: normal;
}
@media (max-width: 749px) {
  .hero-area__main-copy {
    font-size: 2.4rem;
  }
}
@media (min-width: 750px) and (max-width: 991px) {
  .hero-area__main-copy {
    font-size: 2.8rem;
  }
}
.hero-area__sub-copy {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.hero-area__sub-copy-text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.hero-area__sub-copy-text-large {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 8%;
}
@media (max-width: 749px) {
  .hero-area__sub-copy-text-large {
    font-size: 1.2rem;
  }
}
.hero-area__sub-copy-text-small {
  font-size: 0.9rem;
  color: #EDEDED;
  margin-top: 5px;
}
@media (max-width: 749px) {
  .hero-area__sub-copy-text-small {
    font-size: 0.75rem;
  }
}
.hero-area__sub-copy-price {
  font-size: 5.2rem;
  font-family: din, sans-serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 2%;
  transform: translateY(-8px);
}
@media (max-width: 749px) {
  .hero-area__sub-copy-price {
    font-size: 3.8rem;
    transform: translateY(-5px);
  }
}
@media (min-width: 750px) and (max-width: 991px) {
  .hero-area__sub-copy-price {
    font-size: 3.8rem;
  }
}
.hero-area__buttons {
  margin: 40px -20px 0;
  display: flex;
  gap: 20px;
}
@media (max-width: 749px) {
  .hero-area__buttons {
    width: 100%;
    margin: -20px -20px 0;
    gap: 15px;
    z-index: 2;
  }
}
@media (min-width: 750px) and (max-width: 991px) {
  .hero-area__buttons {
    margin: 30px -10px 0;
    gap: 15px;
  }
}
.hero-area__buttons .primary-button,
.hero-area__buttons .secondary-button {
  width: 100%;
}
.hero-area__image-wrapper {
  position: relative;
  width: 100%;
  max-width: 1040px;
  display: flex;
  justify-content: center;
  z-index: 1;
  margin-right: -12%;
}
@media (max-width: 749px) {
  .hero-area__image-wrapper {
    width: 135%;
    margin: 0 -5%;
    padding-top: 95px;
  }
}
@media (min-width: 750px) and (max-width: 991px) {
  .hero-area__image-wrapper {
    max-width: 640px;
    margin-right: -8%;
  }
}
.hero-area__image-wrapper .pc {
  width: 65%;
  max-width: 700px;
  padding: 0 0 40px;
  z-index: 1;
}
.hero-area__image-wrapper .box-right {
  position: absolute;
  width: 25%;
  max-width: 270px;
  bottom: 20%;
  right: 0;
  z-index: 0;
  opacity: 0;
}
.hero-area__image-wrapper .box-left {
  position: absolute;
  width: 45%;
  max-width: 480px;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.hero-area__image-wrapper .car {
  position: absolute;
  bottom: 5%;
  right: 10%;
  width: 25%;
  max-width: 270px;
  z-index: 3;
}
.hero-area__image-wrapper .plane {
  position: absolute;
  top: -4%;
  right: 7%;
  width: 25%;
  max-width: 270px;
  z-index: 3;
}
.hero-area__image-wrapper.animated .box-right {
  animation: fadeInDown 0.4s ease-out 0.5s;
  animation-fill-mode: both;
}
.hero-area__image-wrapper.animated .box-left {
  animation: fadeInDown 0.4s ease-out 0.5s;
  animation-fill-mode: both;
}
.hero-area__image-wrapper.animated .car {
  animation: fadeInRightToLeft 0.4s ease-out 0.5s;
  animation-fill-mode: both;
}
.hero-area__image-wrapper.animated .plane {
  animation: fadeInLeftToRight 0.4s ease-out 0.5s;
  animation-fill-mode: both;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInLeftToRight {
  0% {
    opacity: 0;
    transform: translateX(-30px) translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0) translateY(0);
  }
}
@keyframes fadeInRightToLeft {
  0% {
    opacity: 0;
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.hero-area__world-map {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 98%;
  max-width: 1680px;
  min-width: 1280px;
  z-index: 0;
  transition: opacity 0.5s ease;
  opacity: 0.1;
}
.hero-area__world-map.animated {
  animation: fadeInMap 0.5s ease-out 1s;
  animation-fill-mode: both;
  opacity: 0.1;
}
@keyframes fadeInMap {
  0% {
    opacity: 0;
    transform: translateX(-50%);
  }
  100% {
    opacity: 0.1;
    transform: translateX(-50%);
  }
}
@media (max-width: 749px) {
  .hero-area__world-map {
    min-width: 640px;
  }
}
.hero-area__logo {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1280px;
  z-index: 0;
}
@media (max-width: 749px) {
  .hero-area__logo {
    width: 95%;
    top: 295px;
  }
}
@media (min-width: 750px) and (max-width: 991px) {
  .hero-area__logo {
    width: 92%;
  }
}
.hero-area__logo.animated {
  animation: fadeInLogo 0.4s ease-out 0.5s;
  animation-fill-mode: both;
  opacity: 1;
}
@keyframes fadeInLogo {
  0% {
    opacity: 0;
    transform: translateY(30px) translateX(-50%);
  }
  100% {
    opacity: 1;
    transform: translateY(0) translateX(-50%);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.problem-area {
  padding: 80px 20px;
}
@media (max-width: 749px) {
  .problem-area {
    padding: 40px 25px;
  }
}
@media (min-width: 750px) and (max-width: 991px) {
  .problem-area {
    padding: 60px 40px;
  }
}
.problem-area__content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 80px;
}
@media (max-width: 749px) {
  .problem-area__content {
    flex-direction: column;
    gap: 30px;
  }
}
@media (min-width: 750px) and (max-width: 991px) {
  .problem-area__content {
    gap: 40px;
  }
}
.problem-area__left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.problem-area__subtitle {
  font-size: 1rem;
  margin-bottom: 15px;
  border-bottom: 2px solid #EDEDED;
  padding: 5px 5px 8px;
  margin-bottom: 35px;
  opacity: 0.6;
}
@media (max-width: 749px) {
  .problem-area__subtitle {
    font-size: 0.9rem;
  }
}
.problem-area__title {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: normal;
}
@media (max-width: 749px) {
  .problem-area__title {
    font-size: 1.45rem;
  }
}
@media (min-width: 750px) and (max-width: 991px) {
  .problem-area__title {
    font-size: 1.6rem;
  }
}
.problem-area__right {
  flex: 1.5;
  display: flex;
  gap: 40px;
  justify-content: space-between;
  max-width: 520px;
}
@media (max-width: 749px) {
  .problem-area__right {
    gap: 35px;
  }
}
@media (min-width: 750px) and (max-width: 991px) {
  .problem-area__right {
    gap: 30px;
  }
}
.problem-area__item {
  color: #EDEDED;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.problem-area__item-label {
  display: block;
  font-size: 0.8rem;
  line-height: 1;
  font-weight: 600;
  font-family: museo-sans, sans-serif;
  letter-spacing: 4%;
  color: rgb(236, 95, 119);
  margin-bottom: 5px;
}
@media (max-width: 749px) {
  .problem-area__item-label {
    font-size: 0.75rem;
  }
}
.problem-area__item-main {
  display: block;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 600;
  color: rgb(236, 95, 119);
  font-family: museo-sans, sans-serif;
  letter-spacing: 5%;
}
@media (max-width: 749px) {
  .problem-area__item-main {
    font-size: 1rem;
  }
}
.problem-area__item-icon {
  position: relative;
  margin: 0 auto 10px;
  width: 110px;
  height: 110px;
}
@media (max-width: 749px) {
  .problem-area__item-icon {
    width: 80px;
    height: 80px;
  }
}
.problem-area__item-text {
  font-size: 1.1rem;
  letter-spacing: 5%;
}
@media (max-width: 749px) {
  .problem-area__item-text {
    font-size: 0.9rem;
  }
}

.basic-button, .secondary-button, .primary-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  color: #EDEDED;
  border-radius: 50px;
  transition: background-color 0.3s ease;
  border: 1px solid #EDEDED;
  font-size: 0.75rem;
}
.basic-button:hover, .secondary-button:hover, .primary-button:hover {
  text-decoration: none;
}
.basic-button .svg-icon, .secondary-button .svg-icon, .primary-button .svg-icon {
  display: inline-block;
  margin-right: 8px;
  width: 16px;
  height: 16px;
}
.basic-button .svg-icon.white, .secondary-button .svg-icon.white, .primary-button .svg-icon.white {
  color: white;
}
.basic-button .svg-icon.primary, .secondary-button .svg-icon.primary, .primary-button .svg-icon.primary {
  color: #25303e;
}
.basic-button .svg-icon.accent, .secondary-button .svg-icon.accent, .primary-button .svg-icon.accent {
  color: rgb(236, 95, 119);
}
.basic-button .svg-icon.hover, .secondary-button .svg-icon.hover, .primary-button .svg-icon.hover {
  color: white;
  transition: color 0.3s ease;
}
.basic-button .svg-icon.hover:hover, .secondary-button .svg-icon.hover:hover, .primary-button .svg-icon.hover:hover {
  color: rgb(236, 95, 119);
}

.primary-button {
  background-color: rgb(236, 95, 119);
  border: 1px solid rgb(236, 95, 119);
  font-size: 1rem;
  letter-spacing: 5%;
  padding: 25px 30px;
}
@media (max-width: 749px) {
  .primary-button {
    padding: 20px;
    font-size: 0.9rem;
  }
}
.primary-button .icon {
  width: 20px;
  height: 20px;
}
.primary-button:hover {
  background-color: rgb(236, 95, 119);
  border-color: rgb(236, 95, 119);
}

.secondary-button {
  background-color: #EDEDED;
  border: 1px solid #EDEDED;
  color: #25303e;
  font-size: 1rem;
  letter-spacing: 5%;
  padding: 25px 30px;
}
@media (max-width: 749px) {
  .secondary-button {
    padding: 20px;
    font-size: 0.9rem;
  }
}
.secondary-button .icon {
  width: 20px;
  height: 20px;
}
.secondary-button:hover {
  background-color: #EDEDED;
  color: #25303e;
  border-color: #EDEDED;
}

.about-area {
  padding: 40px 40px;
}
@media (max-width: 749px) {
  .about-area {
    padding: 30px 25px;
  }
}
.about-area__content {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 80px;
}
@media (max-width: 749px) {
  .about-area__content {
    flex-direction: column;
    gap: 30px;
  }
}
@media (min-width: 750px) and (max-width: 991px) {
  .about-area__content {
    flex-direction: column;
    gap: 40px;
  }
}
.about-area__left {
  width: 100%;
  max-width: 620px;
  flex-shrink: 0;
  color: #EDEDED;
}
.about-area__label {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  font-family: museo-sans, sans-serif;
}
.about-area__logo {
  width: 280px;
  height: auto;
  margin-bottom: 30px;
}
.about-area__title {
  margin-bottom: 30px;
  font-size: 2.2rem;
  line-height: 1.4;
  font-weight: normal;
}
@media (max-width: 749px) {
  .about-area__title {
    font-size: 1.4rem;
  }
}
@media (min-width: 750px) and (max-width: 991px) {
  .about-area__title {
    font-size: 1.8rem;
  }
}
.about-area__title-highlight {
  color: rgb(236, 95, 119);
}
.about-area__description {
  font-size: 1rem;
  letter-spacing: 15%;
  line-height: 1.8;
  margin-bottom: 50px;
}
@media (max-width: 749px) {
  .about-area__description {
    font-size: 0.9rem;
  }
}
.about-area__stats {
  display: flex;
}
@media (max-width: 749px) {
  .about-area__stats {
    align-items: center;
  }
}
@media (max-width: 749px) {
  .about-area__stat-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.about-area__stat-item:first-child {
  margin-right: 40px;
  padding-right: 40px;
  border-right: 1px solid #EDEDED;
}
@media (max-width: 749px) {
  .about-area__stat-item:first-child {
    margin-right: 20px;
    padding-right: 20px;
  }
}
.about-area__stat-label {
  font-size: 1rem;
  line-height: 1.2;
}
@media (max-width: 749px) {
  .about-area__stat-label {
    font-size: 0.9rem;
    line-height: 1.5;
    text-align: center;
  }
}
.about-area__stat-number {
  font-size: 4.6rem;
  font-weight: 500;
  letter-spacing: 0;
  color: rgb(236, 95, 119);
  line-height: 1;
  font-family: din, sans-serif;
  margin-right: 5px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 749px) {
  .about-area__stat-number {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
.about-area__stat-unit {
  font-size: 1.2rem;
  font-family: dnp-shueigoginstd-l, sans-serif;
  color: rgb(236, 95, 119);
  font-weight: normal;
  position: relative;
  top: -8px;
  margin-left: 5px;
}
@media (max-width: 749px) {
  .about-area__stat-unit {
    top: 0;
    margin-top: 5px;
  }
}
.about-area__right {
  width: 100%;
  position: relative;
}
@media (max-width: 749px) {
  .about-area__right {
    margin: 0 -20px;
  }
}
.about-area__system-image {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 750px) and (max-width: 991px) {
  .about-area__system-image {
    width: 65%;
    margin: 0 auto;
  }
}

.feature-area {
  padding: 60px 20px;
  width: 100%;
  overflow: hidden;
}
.feature-area__content {
  max-width: 1480px;
  margin: 0 auto;
}
.feature-area__header {
  margin-bottom: 60px;
}
.feature-area__title {
  color: #EDEDED;
}
.feature-area__title-label {
  display: block;
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}
.feature-area__title-main {
  font-size: 2.4rem;
  font-weight: 300;
}
.feature-area__title-main .feature-area__title-sub {
  opacity: 0.7;
}
.feature-area__cards {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
  padding: 0 0 45px;
  margin: 0 -15px;
}
@media (max-width: 749px) {
  .feature-area__cards {
    margin: 0;
    padding: 0 25px 45px;
  }
}
.feature-area__cards.swiper {
  overflow: visible !important;
}
.feature-area__cards .swiper-wrapper {
  align-items: stretch;
  height: auto;
}
.feature-area__cards .swiper-slide {
  width: auto;
  min-width: 300px;
  max-width: 400px;
  display: flex;
}
.feature-area__cards .swiper-pagination {
  margin-top: 40px;
  position: relative;
}
.feature-area__cards .swiper-pagination .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
  width: 12px;
  height: 12px;
}
.feature-area__cards .swiper-pagination .swiper-pagination-bullet-active {
  background-color: rgb(236, 95, 119);
}
.feature-area__cards .swiper-scrollbar {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  height: 4px;
  margin-top: 20px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.feature-area__cards .swiper-scrollbar .swiper-scrollbar-drag {
  background: rgb(236, 95, 119);
  border-radius: 10px;
}
.feature-area__cards .swiper-button-next,
.feature-area__cards .swiper-button-prev {
  color: #EDEDED;
  background: rgba(236, 95, 119, 0.9);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s ease;
}
@media (max-width: 749px) {
  .feature-area__cards .swiper-button-next,
  .feature-area__cards .swiper-button-prev {
    width: 50px;
    height: 50px;
  }
}
.feature-area__cards .swiper-button-next:after,
.feature-area__cards .swiper-button-prev:after {
  font-size: 24px;
}
@media (max-width: 749px) {
  .feature-area__cards .swiper-button-next:after,
  .feature-area__cards .swiper-button-prev:after {
    font-size: 20px;
  }
}
.feature-area__cards .swiper-button-next:hover,
.feature-area__cards .swiper-button-prev:hover {
  background: rgba(236, 95, 119, 0.6);
}
.feature-area__cards .swiper-button-next:not(.swiper-button-disabled),
.feature-area__cards .swiper-button-prev:not(.swiper-button-disabled) {
  animation: pulse 2s infinite;
}
.feature-area__cards .swiper-button-next {
  right: -22px;
  padding-left: 5px;
}
@media (max-width: 749px) {
  .feature-area__cards .swiper-button-next {
    right: -15px;
  }
}
.feature-area__cards .swiper-button-prev {
  left: -22px;
  padding-right: 5px;
}
@media (max-width: 749px) {
  .feature-area__cards .swiper-button-prev {
    left: -15px;
  }
}
.feature-area__card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #EDEDED;
  border-radius: 35px;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  width: 380px;
  height: 100%;
}
@media (max-width: 749px) {
  .feature-area__card {
    width: 300px;
  }
}
.feature-area__card-content {
  padding: 40px 35px 30px;
}
@media (max-width: 749px) {
  .feature-area__card-content {
    padding: 40px 25px 30px;
  }
}
.feature-area__card-label {
  color: rgb(236, 95, 119);
  font-size: 0.75rem;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: 2%;
  font-family: museo-sans, sans-serif;
}
.feature-area__card-title {
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 3%;
  color: #25303e;
  margin-bottom: 20px;
}
@media (max-width: 749px) {
  .feature-area__card-title {
    font-size: 1.4rem;
  }
}
.feature-area__card-description {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #25303e;
  margin-bottom: 0;
}
.feature-area__card-img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.case-area {
  padding: 60px 40px;
}
@media (max-width: 749px) {
  .case-area {
    padding: 40px 25px;
  }
}
.case-area__content {
  max-width: 1480px;
  margin: 0 auto;
}
.case-area__brands {
  display: flex;
  gap: 25px;
  margin: 0 -20px;
}
@media (max-width: 749px) {
  .case-area__brands {
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
    gap: 15px 0;
  }
}
.case-area__brand-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 749px) {
  .case-area__brand-item {
    width: 48%;
  }
}
.case-area__brand-item-logo {
  width: 100%;
}

.testimonial-area {
  padding: 0 20px 40px;
  overflow: hidden;
}
.testimonial-area__content {
  max-width: 1480px;
  margin: 0 auto;
}
.testimonial-area__title {
  color: #EDEDED;
  font-size: 2.6rem;
  font-weight: 600;
  font-family: museo-sans, sans-serif;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}
@media (max-width: 749px) {
  .testimonial-area__title {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 10px;
  }
}
.testimonial-area__cards {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
  padding: 0 0 50px;
  margin: 0 -15px;
}
@media (max-width: 749px) {
  .testimonial-area__cards {
    padding: 0 25px 50px;
    margin: 0;
  }
}
.testimonial-area__cards.swiper {
  overflow: visible !important;
}
.testimonial-area__cards .swiper-wrapper {
  align-items: stretch;
  height: auto;
}
.testimonial-area__cards .swiper-slide {
  width: auto;
  min-width: 300px;
  max-width: 400px;
  display: flex;
}
@media (max-width: 749px) {
  .testimonial-area__cards .swiper-slide {
    min-width: 270px;
  }
}
.testimonial-area__cards .swiper-pagination {
  margin-top: 40px;
  position: relative;
}
.testimonial-area__cards .swiper-pagination .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
  width: 12px;
  height: 12px;
}
.testimonial-area__cards .swiper-pagination .swiper-pagination-bullet-active {
  background-color: rgb(236, 95, 119);
}
.testimonial-area__cards .swiper-scrollbar {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  height: 4px;
  margin-top: 20px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.testimonial-area__cards .swiper-scrollbar .swiper-scrollbar-drag {
  background: rgb(236, 95, 119);
  border-radius: 10px;
}
.testimonial-area__cards .swiper-button-next,
.testimonial-area__cards .swiper-button-prev {
  color: #EDEDED;
  background: rgba(236, 95, 119, 0.9);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s ease;
}
@media (max-width: 749px) {
  .testimonial-area__cards .swiper-button-next,
  .testimonial-area__cards .swiper-button-prev {
    width: 50px;
    height: 50px;
  }
}
.testimonial-area__cards .swiper-button-next:after,
.testimonial-area__cards .swiper-button-prev:after {
  font-size: 24px;
}
@media (max-width: 749px) {
  .testimonial-area__cards .swiper-button-next:after,
  .testimonial-area__cards .swiper-button-prev:after {
    font-size: 20px;
  }
}
.testimonial-area__cards .swiper-button-next:hover,
.testimonial-area__cards .swiper-button-prev:hover {
  background: rgba(236, 95, 119, 0.6);
}
.testimonial-area__cards .swiper-button-next:not(.swiper-button-disabled),
.testimonial-area__cards .swiper-button-prev:not(.swiper-button-disabled) {
  animation: pulse 2s infinite;
}
.testimonial-area__cards .swiper-button-next {
  right: -22px;
  padding-left: 5px;
}
@media (max-width: 749px) {
  .testimonial-area__cards .swiper-button-next {
    right: -15px;
  }
}
.testimonial-area__cards .swiper-button-prev {
  left: -22px;
  padding-right: 5px;
}
@media (max-width: 749px) {
  .testimonial-area__cards .swiper-button-prev {
    left: -15px;
  }
}
.testimonial-area__item {
  color: #EDEDED;
  position: relative;
  padding: 0 20px;
  width: 350px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 749px) {
  .testimonial-area__item {
    width: 270px;
  }
}
.testimonial-area__item-title {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: normal;
  margin: 0 0 20px;
}
@media (max-width: 749px) {
  .testimonial-area__item-title {
    font-size: 1.1rem;
  }
  .testimonial-area__item-title br {
    display: none;
  }
}
.testimonial-area__item-description {
  font-size: 0.95rem;
  line-height: 1.8;
  opacity: 0.9;
  flex: 1;
}
@media (max-width: 749px) {
  .testimonial-area__item-description {
    font-size: 0.85rem;
  }
}
.testimonial-area__quote-top-wrapper {
  display: flex;
  align-items: center;
  opacity: 0.5;
  margin: 0 -20px 35px;
}
@media (max-width: 749px) {
  .testimonial-area__quote-top-wrapper {
    margin: 0 -25px 20px;
  }
}
.testimonial-area__quote-top-wrapper::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #EDEDED;
  margin-left: 10px;
}
.testimonial-area__quote-top {
  width: 16px;
  height: 16px;
  margin: 0;
}
.testimonial-area__quote-top.icon {
  filter: brightness(0) invert(1);
}
.testimonial-area__quote-bottom-wrapper {
  margin: 35px -20px 0;
  display: flex;
  align-items: center;
  opacity: 0.5;
}
@media (max-width: 749px) {
  .testimonial-area__quote-bottom-wrapper {
    margin: 20px -25px 0;
  }
}
.testimonial-area__quote-bottom-wrapper::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #EDEDED;
  margin-right: 10px;
}
.testimonial-area__quote-bottom {
  right: 20px;
  width: 16px;
  height: 16px;
  margin: 0;
}
.testimonial-area__quote-bottom.icon {
  filter: brightness(0) invert(1);
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(240, 101, 123, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(240, 101, 123, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(240, 101, 123, 0);
  }
}
.gallery-area {
  padding: 50px 0;
  overflow: hidden;
  position: relative;
}
@media (max-width: 749px) {
  .gallery-area {
    padding: 0;
  }
}
.gallery-area__container {
  height: 420px;
  position: relative;
  width: 100%;
}
@media (max-width: 749px) {
  .gallery-area__container {
    height: 280px;
  }
}
@media (min-width: 750px) and (max-width: 991px) {
  .gallery-area__container {
    height: 320px;
  }
}
.gallery-area__track {
  display: flex;
  position: absolute;
  height: 100%;
  animation: scroll 30s linear infinite;
  will-change: transform;
}
.gallery-area__item {
  flex-shrink: 0;
  margin-right: 20px;
  height: 300px;
  width: 420px;
  border-radius: 35px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  position: relative;
}
@media (max-width: 749px) {
  .gallery-area__item {
    width: 260px;
    height: 160px;
  }
}
@media (min-width: 750px) and (max-width: 991px) {
  .gallery-area__item {
    width: 320px;
    height: 200px;
  }
}
.gallery-area__item:nth-child(6n+1) {
  top: 0;
}
.gallery-area__item:nth-child(6n+2) {
  top: 60px;
}
.gallery-area__item:nth-child(6n+3) {
  top: 120px;
}
.gallery-area__item:nth-child(6n+4) {
  top: 80px;
}
.gallery-area__item:nth-child(6n+5) {
  top: 40px;
}
.gallery-area__item:nth-child(6n) {
  top: 100px;
}
.gallery-area__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.gallery-contry-area {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: -1;
}
.gallery-contry-area__world-map {
  width: 100%;
  max-width: 1600px;
  min-width: 1000px;
  position: absolute;
  opacity: 0.1;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 749px) {
  .gallery-contry-area__world-map {
    max-width: 100%;
    min-width: 100%;
  }
}
@media (min-width: 750px) and (max-width: 991px) {
  .gallery-contry-area__world-map {
    max-width: 100%;
    min-width: 100%;
  }
}

.countries-area {
  width: 100%;
  padding: 120px 0 320px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 749px) {
  .countries-area {
    padding: 30px 0 600px;
  }
}
@media (min-width: 750px) and (max-width: 991px) {
  .countries-area {
    padding: 60px 0 500px;
  }
}
.countries-area__content {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
@media (max-width: 749px) {
  .countries-area__content {
    padding: 0 25px;
  }
}
.countries-area__left {
  width: 45%;
}
@media (max-width: 749px) {
  .countries-area__left {
    width: 100%;
  }
}
@media (min-width: 750px) and (max-width: 991px) {
  .countries-area__left {
    width: 100%;
  }
}
.countries-area__label {
  font-size: 1.35rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
@media (max-width: 749px) {
  .countries-area__label {
    font-size: 1.1rem;
  }
}
@media (min-width: 750px) and (max-width: 991px) {
  .countries-area__label {
    font-size: 1.2rem;
  }
}
.countries-area__title {
  display: flex;
  align-items: flex-end;
  margin-bottom: 30px;
  line-height: 1.1;
  color: rgb(236, 95, 119);
}
.countries-area__number {
  font-size: 7.2rem;
  font-weight: 300;
  line-height: 0.9;
  letter-spacing: 0;
  font-family: din, sans-serif;
}
@media (max-width: 749px) {
  .countries-area__number {
    font-size: 4.6rem;
  }
}
@media (min-width: 750px) and (max-width: 991px) {
  .countries-area__number {
    font-size: 5.5rem;
  }
}
.countries-area__unit {
  font-size: 2.8rem;
  font-weight: 300;
  display: block;
  margin-top: 5px;
}
@media (max-width: 749px) {
  .countries-area__unit {
    font-size: 1.8rem;
  }
}
@media (min-width: 750px) and (max-width: 991px) {
  .countries-area__unit {
    font-size: 2.2rem;
  }
}
.countries-area__subtitle {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 30px;
  color: white;
}
@media (max-width: 749px) {
  .countries-area__subtitle {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}
@media (min-width: 750px) and (max-width: 991px) {
  .countries-area__subtitle {
    font-size: 1.6rem;
    margin-bottom: 25px;
  }
}
.countries-area__description {
  font-size: 1rem;
  line-height: 1.8;
}
@media (max-width: 749px) {
  .countries-area__description {
    font-size: 0.9rem;
  }
}
.countries-area__world-map {
  position: absolute;
  width: 100%;
  max-width: 1600px;
  min-width: 1000px;
  top: 0;
  left: 50%;
}
@media (max-width: 749px) {
  .countries-area__world-map {
    width: auto;
    max-width: 940px;
    min-width: 0;
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 750px) and (max-width: 991px) {
  .countries-area__world-map {
    width: auto;
    max-width: 740px;
    min-width: 0;
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

.price-area {
  background: #EDEDED;
  color: #25303e;
  padding: 0 40px 80px;
  position: relative;
}
@media (max-width: 749px) {
  .price-area {
    padding: 0 25px 60px;
  }
}
.price-area__content {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 749px) {
  .price-area__content {
    padding: 30px 0 0;
  }
}
.price-area__example-header {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
@media (max-width: 749px) {
  .price-area__example-header {
    flex-wrap: wrap;
  }
}
.price-area__example-label {
  font-size: 1.2rem;
  font-weight: 600;
  margin-right: 10px;
  letter-spacing: 2%;
  font-family: museo-sans, sans-serif;
}
@media (max-width: 749px) {
  .price-area__example-label {
    font-size: 1rem;
  }
}
.price-area__example-number {
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0;
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1;
  width: 28px;
  height: 28px;
  border: 2px solid #0F223C;
  border-radius: 50%;
  padding-right: 1px;
  margin-right: 15px;
}
@media (max-width: 749px) {
  .price-area__example-number {
    font-size: 1rem;
    width: 25px;
    height: 25px;
  }
}
.price-area__example-title {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 3%;
}
@media (max-width: 749px) {
  .price-area__example-title {
    font-size: 1.2rem;
    margin-top: 10px;
    width: 100%;
  }
}
.price-area__items {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 80px;
}
@media (max-width: 749px) {
  .price-area__items {
    gap: 100px;
    margin-bottom: 120px;
  }
}
@media (min-width: 750px) and (max-width: 991px) {
  .price-area__items {
    gap: 60px;
    margin-bottom: 100px;
  }
}
.price-area__items:last-child {
  margin-bottom: 10px;
}
@media (max-width: 749px) {
  .price-area__items:last-child {
    margin-bottom: 35px;
  }
}
.price-area__item {
  display: flex;
  align-items: center;
}
@media (max-width: 749px) {
  .price-area__item {
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -25px;
  }
}
@media (min-width: 750px) and (max-width: 991px) {
  .price-area__item {
    flex-wrap: wrap;
  }
}
.price-area__product {
  display: flex;
  flex-shrink: 0;
  gap: 10px;
  margin-right: 15px;
}
@media (max-width: 749px) {
  .price-area__product {
    width: 34%;
    flex-direction: column;
    gap: 0;
    margin-right: 0;
  }
}
.price-area__product-icon-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.price-area__product-name {
  font-family: museo-sans, sans-serif;
  font-size: 1.4rem;
  letter-spacing: 2%;
  font-weight: 600;
}
@media (max-width: 749px) {
  .price-area__product-name {
    font-size: 1.1rem;
    margin-top: 5px;
  }
}
.price-area__product-icon {
  width: 160px;
  height: 160px;
}
@media (max-width: 749px) {
  .price-area__product-icon {
    width: 100px;
    height: 100px;
  }
}
.price-area__product-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.price-area__product-icon-cross {
  width: 50px;
  height: 50px;
}
@media (max-width: 749px) {
  .price-area__product-icon-cross {
    width: 25px;
    height: 25px;
  }
}
.price-area__product-number {
  font-size: 4rem;
  font-weight: 600;
  letter-spacing: -3%;
  line-height: 1;
  display: flex;
  align-items: center;
}
@media (max-width: 749px) {
  .price-area__product-number {
    font-size: 2rem;
  }
}
.price-area__product-detail {
  font-size: 1rem;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 749px) {
  .price-area__product-detail {
    font-size: 0.9rem;
    line-height: 1.25;
  }
}
.price-area__destination {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  margin-right: 40px;
}
@media (max-width: 749px) {
  .price-area__destination {
    flex-direction: column;
    margin-right: 0;
    width: 32%;
  }
}
@media (min-width: 750px) and (max-width: 991px) {
  .price-area__destination {
    margin-top: 30px;
  }
}
.price-area__destination-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-left: 20px;
}
@media (max-width: 749px) {
  .price-area__destination-info {
    align-items: center;
    margin: 5px 0;
  }
}
@media (min-width: 750px) and (max-width: 991px) {
  .price-area__destination-info {
    flex-direction: row;
    align-items: center;
    gap: 15px;
  }
}
.price-area__item-image-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  position: relative;
}
@media (max-width: 749px) {
  .price-area__item-image-wrapper {
    width: 30%;
  }
}
@media (min-width: 750px) and (max-width: 991px) {
  .price-area__item-image-wrapper {
    width: 52%;
  }
}
.price-area__item-image-wrapper::before {
  content: "";
  width: 100%;
  height: 4px;
  background-image: url("data:image/svg+xml,%3csvg width='16' height='4' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='2' cy='2' r='2' fill='%23F0657B'/%3e%3c/svg%3e");
  background-repeat: repeat-x;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
@media (max-width: 749px) {
  .price-area__item-image-wrapper::before {
    height: 3px;
    background-image: url("data:image/svg+xml,%3csvg width='10' height='3' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='1.5' cy='1.5' r='1.5' fill='%23F0657B'/%3e%3c/svg%3e");
  }
}
.price-area__item-image {
  width: 100px;
  flex-shrink: 0;
  margin-right: 60%;
}
@media (max-width: 749px) {
  .price-area__item-image {
    width: 85px;
  }
}
.price-area__destination-icon {
  width: 120px;
  height: 120px;
}
@media (max-width: 749px) {
  .price-area__destination-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 5px;
  }
}
@media (min-width: 750px) and (max-width: 991px) {
  .price-area__destination-icon {
    width: 50px;
    height: 50px;
  }
}
.price-area__destination-name {
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 2%;
  font-family: museo-sans, sans-serif;
  margin-bottom: 5px;
}
@media (max-width: 749px) {
  .price-area__destination-name {
    font-size: 1.4rem;
    margin-bottom: 0;
  }
}
@media (min-width: 750px) and (max-width: 991px) {
  .price-area__destination-name {
    font-size: 1.5rem;
    margin-bottom: 0;
  }
}
.price-area__destination-detail {
  font-size: 1.2rem;
  line-height: 1.4;
}
@media (max-width: 749px) {
  .price-area__destination-detail {
    font-size: 0.9rem;
    text-align: center;
  }
}
@media (min-width: 750px) and (max-width: 991px) {
  .price-area__destination-detail {
    font-size: 1rem;
    text-align: center;
  }
  .price-area__destination-detail br {
    display: none;
  }
}
.price-area__item-right {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 749px) {
  .price-area__item-right {
    justify-content: center;
    width: 100%;
    margin-top: 25px;
    gap: 0;
  }
}
.price-area__pricing {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.price-area__pricing-logo {
  width: 120px;
  height: auto;
  margin-bottom: 20px;
}
.price-area__service-label {
  font-size: 0.85rem;
  padding: 5px 10px;
  border: 1px solid #0F223C;
  border-radius: 20px;
  line-height: 1;
  letter-spacing: 2%;
}
@media (max-width: 749px) {
  .price-area__service-label {
    font-size: 0.75rem;
    margin-bottom: 5px;
    padding: 4px 8px;
  }
}
.price-area__price-before {
  font-size: 3.6rem;
  font-weight: 500;
  letter-spacing: 2%;
  line-height: 1;
  font-family: din, sans-serif;
  position: relative;
}
@media (max-width: 749px) {
  .price-area__price-before {
    font-size: 2rem;
  }
}
.price-area__price-before::after {
  content: "";
  position: absolute;
  width: 0;
  height: 4px;
  background: rgb(236, 95, 119);
  top: 55%;
  left: 0;
}
.price-area__arrow {
  width: 60px;
  height: 60px;
  margin: 35px 0 0 0;
}
@media (max-width: 749px) {
  .price-area__arrow {
    width: 40px;
    height: 40px;
    margin: 35px 5px 0;
  }
}
.price-area__pricing-logo {
  width: 120px;
  height: auto;
  margin-bottom: 0;
}
.price-area__price-after {
  font-size: 4.6rem;
  font-weight: 500;
  letter-spacing: 2%;
  line-height: 1;
  font-family: din, sans-serif;
  color: rgb(236, 95, 119);
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 749px) {
  .price-area__price-after {
    font-size: 2.85rem;
  }
}
.price-area__price-after .unit {
  font-size: 2.4rem;
  margin: 10px 0 0;
}
@media (max-width: 749px) {
  .price-area__price-after .unit {
    font-size: 1.2rem;
    margin: 5px 0 0;
  }
}
.price-area__note {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  margin-top: 25px;
}
.price-area__note-text {
  font-size: 0.75rem;
  line-height: 1.4;
  display: flex;
}
.price-area__note-text::before {
  content: "※";
  color: #25303e;
  margin-right: 5px;
}
.price-area .animated .price-area__price-before::after {
  animation: strikeThrough 0.5s ease-out 1.5s;
  animation-fill-mode: both;
}
@keyframes strikeThrough {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.price-area .animated .price-area__item-image {
  animation: moveImage 0.5s ease-out 0.5s;
  animation-fill-mode: both;
}
@keyframes moveImage {
  0% {
    margin-right: 60%;
  }
  100% {
    margin-right: -15%;
  }
}

.flow-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #EDEDED;
  color: #25303e;
  padding: 0 40px 60px;
  position: relative;
}
.flow-area__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 3;
}
.flow-area__title-en {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: 2%;
  font-family: museo-sans, sans-serif;
}
@media (max-width: 749px) {
  .flow-area__title-en {
    font-size: 1.6rem;
  }
}
.flow-area__title-jp {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-family: dnp-shueigoginstd-l, sans-serif;
}
@media (max-width: 749px) {
  .flow-area__title-jp {
    font-size: 1rem;
  }
}
.flow-area__steps-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
@media (max-width: 749px) {
  .flow-area__steps-wrapper {
    flex-direction: column;
    align-items: center;
  }
}
@media (min-width: 750px) and (max-width: 991px) {
  .flow-area__steps-wrapper {
    flex-direction: column;
    gap: 20px;
  }
}
.flow-area__steps-picture {
  width: 100%;
  max-width: 720px;
  position: sticky;
  top: 100px;
  z-index: 2;
}
@media (max-width: 749px) {
  .flow-area__steps-picture {
    margin: 0 -30px;
    width: auto;
  }
}
@media (min-width: 750px) and (max-width: 991px) {
  .flow-area__steps-picture {
    max-width: 560px;
    top: 80px;
  }
}
.flow-area__steps-picture::before {
  content: "";
  width: calc(100% + 50px);
  height: 130%;
  background: linear-gradient(to bottom, #EDEDED 0%, #EDEDED 90%, transparent 100%);
  position: absolute;
  top: -40px;
  left: -40px;
  z-index: -1;
}
.flow-area__steps-picture-image-content {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.flow-area__steps-picture-image-content.active {
  opacity: 1;
}
.flow-area__steps {
  width: 100%;
  max-width: 480px;
  position: relative;
  top: 15vh;
  z-index: 1;
}
@media (min-width: 750px) and (max-width: 991px) {
  .flow-area__steps {
    max-width: 380px;
  }
}
.flow-area__step {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 50vh;
}
@media (max-width: 749px) {
  .flow-area__step {
    gap: 10px;
  }
}
.flow-area__step-icon-wrapper {
  display: flex;
  align-items: center;
}
.flow-area__step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1;
  width: 25px;
  height: 25px;
  border: 2px solid rgb(236, 95, 119);
  color: rgb(236, 95, 119);
  border-radius: 50%;
  padding-right: 1px;
  margin-right: 5px;
}
.flow-area__step-label {
  font-size: 1rem;
  font-weight: 600;
  font-family: museo-sans, sans-serif;
  letter-spacing: 2%;
  color: rgb(236, 95, 119);
}
.flow-area__step-title {
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 4%;
}
@media (max-width: 749px) {
  .flow-area__step-title {
    font-size: 1.6rem;
  }
}
@media (min-width: 750px) and (max-width: 991px) {
  .flow-area__step-title {
    font-size: 2rem;
  }
}
.flow-area__step-description {
  font-size: 1.2rem;
  line-height: 1.6;
  color: #25303e;
}
@media (max-width: 749px) {
  .flow-area__step-description {
    font-size: 1rem;
  }
}
.flow-area__floating-logo {
  position: fixed;
  top: 25%;
  left: -100px;
  transition: left 0.4s ease;
  z-index: 1000;
}
.flow-area__logo-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
.flow-area__logo {
  width: 20px;
  height: auto;
}
.flow-area__logo-text {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 2%;
  font-family: museo-sans, sans-serif;
  writing-mode: vertical-rl;
}

.faq-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #EDEDED;
  color: #25303e;
  padding: 0 40px 300px;
  position: relative;
}
@media (max-width: 749px) {
  .faq-area {
    padding: 0 15px 80px;
  }
}
@media (min-width: 750px) and (max-width: 991px) {
  .faq-area {
    padding: 0 30px 180px;
  }
}
.faq-area__content {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.faq-area__item {
  border-bottom: 1px solid #0F223C;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media (max-width: 749px) {
  .faq-area__item {
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}
.faq-area__item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.faq-area__item.active .faq-area__item-answer-wrapper {
  opacity: 1;
  margin-bottom: 10px;
}
.faq-area__item.active .faq-area__icon-faq-open {
  transform: rotate(135deg);
}
.faq-area__item-question-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  width: 100%;
  max-width: 800px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.faq-area__item-question-wrapper:hover .faq-area__icon-faq-open span {
  background-color: rgb(230.5865921788, 49.4134078212, 80.251396648);
}
.faq-area__item-answer-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
  max-width: 800px;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.4s ease;
  margin-bottom: 0;
}
.faq-area__icon-question, .faq-area__icon-answer {
  font-size: 2rem;
  color: rgb(236, 95, 119);
  font-family: din, sans-serif;
  font-weight: 300;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  padding: 0 0 8px 3px;
  border: 2px solid rgb(236, 95, 119);
  border-radius: 50%;
  flex-shrink: 0;
}
@media (max-width: 749px) {
  .faq-area__icon-question, .faq-area__icon-answer {
    width: 40px;
    height: 40px;
    font-size: 1.4rem;
    padding: 0 0 6px 2px;
  }
}
.faq-area__item-question {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 3%;
  color: #25303e;
  width: 100%;
}
@media (max-width: 749px) {
  .faq-area__item-question {
    font-size: 1.1rem;
  }
}
.faq-area__icon-answer {
  color: #EDEDED;
  background: rgb(236, 95, 119);
}
.faq-area__item-answer {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 3%;
  color: #25303e;
}
@media (max-width: 749px) {
  .faq-area__item-answer {
    font-size: 0.8rem;
  }
}
.faq-area__item-answer-text {
  width: 100%;
}
.faq-area__item-answer-note {
  display: flex;
  margin-top: 15px;
  font-size: 0.75rem;
}
@media (max-width: 749px) {
  .faq-area__item-answer-note {
    margin-top: 10px;
  }
}
.faq-area__item-answer-note::before {
  content: "※";
  color: #25303e;
  margin-right: 5px;
}
.faq-area__icon-faq-open {
  width: 40px;
  height: 40px;
  position: relative;
  flex-shrink: 0;
  transition: all 0.3s ease;
}
@media (max-width: 749px) {
  .faq-area__icon-faq-open {
    width: 30px;
    height: 30px;
  }
}
.faq-area__icon-faq-open span {
  width: 35px;
  height: 1.4px;
  background: rgb(236, 95, 119);
  position: absolute;
  left: 50%;
  top: 50%;
  transition: all 0.3s ease;
}
@media (max-width: 749px) {
  .faq-area__icon-faq-open span {
    width: 25px;
  }
}
.faq-area__icon-faq-open span:nth-child(1) {
  transform: translate(-50%, -50%);
}
.faq-area__icon-faq-open span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(90deg);
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none;
  }
}

@media (min-width: 750px) and (max-width: 991px) {
  .hidden-sm {
    display: none;
  }
}

@media (max-width: 749px) {
  .hidden-xs {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */