.btn {
  border-width: 2px;
}
body {
  font-family: Schibsted Grotesk;
}
.display-1 {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 4rem;
  line-height: 1.1;
}
.display-1 > .jpn-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .jpn-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .jpn-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .jpn-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-7 > .jpn-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #bdcdc6 !important;
}
.bg-info {
  background-color: #e7d8d6 !important;
}
.bg-warning {
  background-color: #c08598 !important;
}
.bg-danger {
  background-color: #33363b !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border: none  !important;
  color: #ffffff !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e4eedb !important;
  border: none  !important;
  color: #638941 !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #b8d2a0 !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #638941 !important;
  background-color: #b8d2a0 !important;
  border-color: #b8d2a0 !important;
}
.btn-info,
.btn-info:active {
  background-color: #e7d8d6 !important;
  border: none  !important;
  color: #784c46 !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #c7a49f !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #784c46 !important;
  background-color: #c7a49f !important;
  border-color: #c7a49f !important;
}
.btn-success,
.btn-success:active {
  background-color: #bdcdc6 !important;
  border: none  !important;
  color: #ffffff !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #8ca89b !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #8ca89b !important;
  border-color: #8ca89b !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #c08598 !important;
  border: none  !important;
  color: #ffffff !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #9d516a !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9d516a !important;
  border-color: #9d516a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #33363b !important;
  border: none  !important;
  color: #ffffff !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #0b0b0c !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #0b0b0c !important;
  border-color: #0b0b0c !important;
}
.btn-white,
.btn-white:active {
  background-color: #efefef !important;
  border: none  !important;
  color: #707070 !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #ffffff !important;
  background-color: #c4c4c4 !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #707070 !important;
  background-color: #c4c4c4 !important;
  border-color: #c4c4c4 !important;
}
.btn-black,
.btn-black:active {
  background-color: #010101 !important;
  border: none  !important;
  color: #ffffff !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #000000;
  color: #000000;
  border-radius: 0 !important;
}
.btn-primary-outline .jpn-iconfont,
.btn-primary-outline:active .jpn-iconfont {
  transition: 0.3s transform !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #e4eedb;
  color: #e4eedb;
  border-radius: 0 !important;
}
.btn-secondary-outline .jpn-iconfont,
.btn-secondary-outline:active .jpn-iconfont {
  transition: 0.3s transform !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #b8d2a0 !important;
  background-color: transparent!important;
  border-color: #b8d2a0 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #638941 !important;
  background-color: #e4eedb !important;
  border-color: #e4eedb !important;
}
.btn-info-outline,
.btn-info-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #e7d8d6;
  color: #e7d8d6;
  border-radius: 0 !important;
}
.btn-info-outline .jpn-iconfont,
.btn-info-outline:active .jpn-iconfont {
  transition: 0.3s transform !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #c7a49f !important;
  background-color: transparent!important;
  border-color: #c7a49f !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #784c46 !important;
  background-color: #e7d8d6 !important;
  border-color: #e7d8d6 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #bdcdc6;
  color: #bdcdc6;
  border-radius: 0 !important;
}
.btn-success-outline .jpn-iconfont,
.btn-success-outline:active .jpn-iconfont {
  transition: 0.3s transform !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #8ca89b !important;
  background-color: transparent!important;
  border-color: #8ca89b !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #bdcdc6 !important;
  border-color: #bdcdc6 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #c08598;
  color: #c08598;
  border-radius: 0 !important;
}
.btn-warning-outline .jpn-iconfont,
.btn-warning-outline:active .jpn-iconfont {
  transition: 0.3s transform !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #9d516a !important;
  background-color: transparent!important;
  border-color: #9d516a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #c08598 !important;
  border-color: #c08598 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #33363b;
  color: #33363b;
  border-radius: 0 !important;
}
.btn-danger-outline .jpn-iconfont,
.btn-danger-outline:active .jpn-iconfont {
  transition: 0.3s transform !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #0b0b0c !important;
  background-color: transparent!important;
  border-color: #0b0b0c !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #33363b !important;
  border-color: #33363b !important;
}
.btn-black-outline,
.btn-black-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #010101;
  color: #010101;
  border-radius: 0 !important;
}
.btn-black-outline .jpn-iconfont,
.btn-black-outline:active .jpn-iconfont {
  transition: 0.3s transform !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #010101 !important;
  border-color: #010101 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #efefef;
  color: #efefef;
  border-radius: 0 !important;
}
.btn-white-outline .jpn-iconfont,
.btn-white-outline:active .jpn-iconfont {
  transition: 0.3s transform !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #c4c4c4 !important;
  background-color: transparent!important;
  border-color: #c4c4c4 !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #707070 !important;
  background-color: #efefef !important;
  border-color: #efefef !important;
}
.text-primary {
  color: #000000 !important;
}
.text-secondary {
  color: #e4eedb !important;
}
.text-success {
  color: #bdcdc6 !important;
}
.text-info {
  color: #e7d8d6 !important;
}
.text-warning {
  color: #c08598 !important;
}
.text-danger {
  color: #33363b !important;
}
.text-white {
  color: #FFFFFF !important;
}
.text-black {
  color: #24262b !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #b0cd96 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #83a194 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #c19b96 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #934c63 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #040404 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #bcbcbc !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #24262b;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #e7d8d6;
}
.alert-warning {
  background-color: #c08598;
}
.alert-danger {
  background-color: #33363b;
}
.jpn-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.jpn-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #000000;
}
.jpn-plan-header.bg-primary .jpn-plan-subtitle,
.jpn-plan-header.bg-primary .jpn-plan-price-desc {
  color: #b3b3b3;
}
.jpn-plan-header.bg-success .jpn-plan-subtitle,
.jpn-plan-header.bg-success .jpn-plan-price-desc {
  color: #ffffff;
}
.jpn-plan-header.bg-info .jpn-plan-subtitle,
.jpn-plan-header.bg-info .jpn-plan-price-desc {
  color: #ffffff;
}
.jpn-plan-header.bg-warning .jpn-plan-subtitle,
.jpn-plan-header.bg-warning .jpn-plan-price-desc {
  color: #ebd9df;
}
.jpn-plan-header.bg-danger .jpn-plan-subtitle,
.jpn-plan-header.bg-danger .jpn-plan-price-desc {
  color: #a4a8b0;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .jpn-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .jpn-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #000000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #e4eedb !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23000000' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: .3s all;
  font-weight: 600 !important;
}
a:hover {
  background-image: none !important;
}
.container {
  position: relative;
  max-width: 1380px;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (max-width: 1199px) {
  .container {
    max-width: 960px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 540px;
  }
}
.container-fluid {
  max-width: 100%;
  padding-left: 6rem;
  padding-right: 6rem;
}
@media (max-width: 1399px) {
  .container-fluid {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 1199px) {
  .container-fluid {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.row {
  margin-left: -16px;
  margin-right: -16px;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
}
.jpn-section-btn .btn {
  position: relative;
  min-width: 100px;
  min-height: 52px;
  padding: 10px 30px;
  border-radius: 3px;
  transition: all .3s;
}
.jpn-section-btn .btn .jpn-iconfont {
  transition: transform .3s;
}
.jpn-section-btn .btn:hover .jpn-iconfont {
  transform: translateX(0.5rem);
}
.jpn-section-btn .btn-danger,
.jpn-section-btn .btn-black {
  color: #FFFFFF;
}
.jpn-section-btn .btn-danger:hover,
.jpn-section-btn .btn-black:hover {
  color: #FFFFFF;
  background-color: #000000 !important;
}
.jpn-section-btn .btn-black-outline:hover,
.jpn-section-btn .btn-white-outline:hover {
  color: #000000 !important;
  border-color: #000000 !important;
}
.dshw4h-tDSzbWjUPA {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.dshw4h-tDSzbWjUPA nav.navbar {
  position: fixed;
}
.dshw4h-tDSzbWjUPA .dropdown-item:before {
  font-family: japanhereproo2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.dshw4h-tDSzbWjUPA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.dshw4h-tDSzbWjUPA .dropdown-item:hover,
.dshw4h-tDSzbWjUPA .dropdown-item:focus {
  color: #000000 !important;
}
.dshw4h-tDSzbWjUPA .dropdown-item:hover span {
  color: white;
}
.dshw4h-tDSzbWjUPA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.dshw4h-tDSzbWjUPA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.dshw4h-tDSzbWjUPA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.dshw4h-tDSzbWjUPA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.dshw4h-tDSzbWjUPA .nav-link {
  position: relative;
}
.dshw4h-tDSzbWjUPA .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .dshw4h-tDSzbWjUPA .container {
    flex-wrap: nowrap;
  }
}
.dshw4h-tDSzbWjUPA .navbar-caption:hover,
.dshw4h-tDSzbWjUPA .navbar-caption:focus {
  color: #000000 !important;
}
.dshw4h-tDSzbWjUPA .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.dshw4h-tDSzbWjUPA .navbar-nav .nav-item {
  color: #24262b;
}
.dshw4h-tDSzbWjUPA .navbar-nav .nav-item:hover {
  color: #000000;
}
.dshw4h-tDSzbWjUPA .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.dshw4h-tDSzbWjUPA .navbar-nav .nav-item a:hover {
  color: #000000 !important;
}
.dshw4h-tDSzbWjUPA .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.dshw4h-tDSzbWjUPA .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.dshw4h-tDSzbWjUPA .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.dshw4h-tDSzbWjUPA .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #000000 !important;
}
.dshw4h-tDSzbWjUPA .dropdown-menu,
.dshw4h-tDSzbWjUPA .navbar.opened {
  background: #c977ff !important;
}
.dshw4h-tDSzbWjUPA .nav-item:focus,
.dshw4h-tDSzbWjUPA .nav-link:focus {
  outline: none;
}
.dshw4h-tDSzbWjUPA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.dshw4h-tDSzbWjUPA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.dshw4h-tDSzbWjUPA .dropdown .dropdown-menu .dropdown-item .jpn-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.dshw4h-tDSzbWjUPA .dropdown .dropdown-menu .dropdown-item .jpn-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.dshw4h-tDSzbWjUPA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.dshw4h-tDSzbWjUPA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.dshw4h-tDSzbWjUPA .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #c977ff;
  padding: 0 !important;
}
.dshw4h-tDSzbWjUPA .navbar.opened {
  transition: all 0.3s;
}
.dshw4h-tDSzbWjUPA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.dshw4h-tDSzbWjUPA .navbar .navbar-logo img {
  width: auto;
}
.dshw4h-tDSzbWjUPA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.dshw4h-tDSzbWjUPA .navbar.collapsed {
  justify-content: center;
}
.dshw4h-tDSzbWjUPA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.dshw4h-tDSzbWjUPA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .dshw4h-tDSzbWjUPA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.dshw4h-tDSzbWjUPA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.dshw4h-tDSzbWjUPA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.dshw4h-tDSzbWjUPA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.dshw4h-tDSzbWjUPA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.dshw4h-tDSzbWjUPA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.dshw4h-tDSzbWjUPA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .dshw4h-tDSzbWjUPA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .dshw4h-tDSzbWjUPA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .dshw4h-tDSzbWjUPA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .dshw4h-tDSzbWjUPA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .dshw4h-tDSzbWjUPA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .dshw4h-tDSzbWjUPA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .dshw4h-tDSzbWjUPA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .dshw4h-tDSzbWjUPA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .dshw4h-tDSzbWjUPA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .dshw4h-tDSzbWjUPA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .dshw4h-tDSzbWjUPA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .dshw4h-tDSzbWjUPA .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.dshw4h-tDSzbWjUPA .navbar.navbar-short {
  min-height: 70px;
}
.dshw4h-tDSzbWjUPA .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 25%;
}
.dshw4h-tDSzbWjUPA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.dshw4h-tDSzbWjUPA .navbar-brand .navbar-logo a {
  outline: none;
}
.dshw4h-tDSzbWjUPA .dropdown-item.active,
.dshw4h-tDSzbWjUPA .dropdown-item:active {
  background-color: transparent;
}
.dshw4h-tDSzbWjUPA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.dshw4h-tDSzbWjUPA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.dshw4h-tDSzbWjUPA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.dshw4h-tDSzbWjUPA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c977ff;
}
.dshw4h-tDSzbWjUPA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.dshw4h-tDSzbWjUPA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.dshw4h-tDSzbWjUPA ul.navbar-nav {
  flex-wrap: wrap;
}
.dshw4h-tDSzbWjUPA .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.dshw4h-tDSzbWjUPA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.dshw4h-tDSzbWjUPA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.dshw4h-tDSzbWjUPA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.dshw4h-tDSzbWjUPA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.dshw4h-tDSzbWjUPA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.dshw4h-tDSzbWjUPA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.dshw4h-tDSzbWjUPA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.dshw4h-tDSzbWjUPA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.dshw4h-tDSzbWjUPA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.dshw4h-tDSzbWjUPA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.dshw4h-tDSzbWjUPA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.dshw4h-tDSzbWjUPA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dshw4h-tDSzbWjUPA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .dshw4h-tDSzbWjUPA .navbar {
    height: 70px;
  }
  .dshw4h-tDSzbWjUPA .navbar.opened {
    height: auto;
  }
  .dshw4h-tDSzbWjUPA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.dshw4h-tDSzbWjUPA .container-fluid {
  padding: 0 1rem !important;
}
.dshw4h-tDSzbWjUPA .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .dshw4h-tDSzbWjUPA .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .dshw4h-tDSzbWjUPA .navbar-collapse {
    width: 100%;
  }
  .dshw4h-tDSzbWjUPA .navbar-nav {
    width: 100%;
  }
  .dshw4h-tDSzbWjUPA .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.dshw4h-tDSzcKy6aT {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/main45-1024x1024.jpg");
}
.dshw4h-tDSzcKy6aT .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-tDSzcKy6aT .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .dshw4h-tDSzcKy6aT .col-content {
    text-align: center;
  }
}
.dshw4h-tDSzcKy6aT .label-container {
  margin-bottom: 16px;
}
.dshw4h-tDSzcKy6aT .label-text {
  color: #ffffff;
}
.dshw4h-tDSzcKy6aT .label-text-2 {
  color: #ffffff;
}
.dshw4h-tDSzcKy6aT .jpn-section-title {
  color: #ffffff;
}
.dshw4h-tDSzcKy6aT .text-container {
  margin-top: 24px;
}
.dshw4h-tDSzcKy6aT .jpn-section-subtitle {
  color: #ffffff;
}
.dshw4h-tDSzcKy6aT .jpn-text {
  color: #b79b6c;
}
.dshw4h-tDSzcKy6aT .jpn-section-btn {
  margin-top: 28px;
}
.dshw4h-tDSzcKy6aT .jpn-text,
.dshw4h-tDSzcKy6aT .jpn-section-btn {
  color: #ffffff;
}
.dshw4h-uvNMxICRNP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e5bffd;
}
.dshw4h-uvNMxICRNP .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvNMxICRNP .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.dshw4h-uvNMxICRNP .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.dshw4h-uvNMxICRNP .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .dshw4h-uvNMxICRNP .title-wrapper {
    margin-bottom: 48px;
  }
}
.dshw4h-uvNMxICRNP .title-wrapper .jpn-section-title {
  margin-bottom: 24px;
}
.dshw4h-uvNMxICRNP .title-wrapper .text-wrapper .jpn-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .dshw4h-uvNMxICRNP .title-wrapper .text-wrapper .jpn-text {
    width: 100%;
  }
}
.dshw4h-uvNMxICRNP .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .dshw4h-uvNMxICRNP .image-wrapper img {
    height: 350px;
  }
}
.dshw4h-uvNMxICRNP .jpn-section-title {
  color: #ffffff;
}
.dshw4h-uvNMxICRNP .jpn-text,
.dshw4h-uvNMxICRNP .text-wrapper {
  color: #000000;
}
.dshw4h-uvNMxICRNP .jpn-section-title,
.dshw4h-uvNMxICRNP .jpn-section-btn {
  color: #000000;
}
.dshw4h-uvNMEKh5DJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4e3ff;
}
.dshw4h-uvNMEKh5DJ .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvNMEKh5DJ .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .dshw4h-uvNMEKh5DJ .container {
    padding: 0 22px;
  }
}
.dshw4h-uvNMEKh5DJ .row {
  justify-content: center;
}
.dshw4h-uvNMEKh5DJ .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .dshw4h-uvNMEKh5DJ .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.dshw4h-uvNMEKh5DJ .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #000000;
}
.dshw4h-uvNMEKh5DJ .content-wrapper .jpn-section-title {
  margin-bottom: 0;
}
.dshw4h-uvNMEKh5DJ .content-wrapper .icon-wrapper .jpn-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #ffffff;
}
.dshw4h-uvNMEKh5DJ .content-wrapper .jpn-text {
  margin-bottom: 0;
}
.dshw4h-uvNMEKh5DJ .jpn-section-title {
  color: #ffffff;
}
.dshw4h-uvNMEKh5DJ .jpn-text {
  color: #000000;
  text-align: center;
}
.dshw4h-uvNMEKh5DJ .jpn-section-title,
.dshw4h-uvNMEKh5DJ .icon-wrapper {
  text-align: center;
  color: #000000;
}
.dshw4h-uvNMznFfpP {
  background-image: url("../../../assets/images/main47-1024x1024.jpg");
}
.dshw4h-uvNMznFfpP .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvNMznFfpP .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.dshw4h-uvNMznFfpP .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .dshw4h-uvNMznFfpP .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .dshw4h-uvNMznFfpP .container {
    padding: 0 20px;
  }
}
.dshw4h-uvNMznFfpP .row {
  justify-content: center;
}
.dshw4h-uvNMznFfpP .content-wrapper .jpn-desc {
  margin-bottom: 25px;
}
.dshw4h-uvNMznFfpP .content-wrapper .jpn-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .dshw4h-uvNMznFfpP .content-wrapper .jpn-section-title {
    margin-bottom: 40px;
  }
}
.dshw4h-uvNMznFfpP .content-wrapper .text-wrapper {
  padding-left: 216px;
}
@media (max-width: 1440px) {
  .dshw4h-uvNMznFfpP .content-wrapper .text-wrapper {
    padding-left: 100px;
  }
}
@media (max-width: 1200px) {
  .dshw4h-uvNMznFfpP .content-wrapper .text-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .dshw4h-uvNMznFfpP .content-wrapper .text-wrapper {
    padding-left: 0;
  }
}
.dshw4h-uvNMznFfpP .content-wrapper .text-wrapper .jpn-text {
  display: inline-flex;
  width: 75%;
  margin-bottom: 0;
}
.dshw4h-uvNMznFfpP .jpn-desc {
  color: #ffffff;
}
.dshw4h-uvNMznFfpP .jpn-section-title {
  color: #ffffff;
}
.dshw4h-uvNMznFfpP .jpn-text {
  color: #ffffff;
}
.dshw4h-uvNMyBym0P {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4e3ff;
}
.dshw4h-uvNMyBym0P .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvNMyBym0P .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.dshw4h-uvNMyBym0P .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .dshw4h-uvNMyBym0P .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .dshw4h-uvNMyBym0P .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .dshw4h-uvNMyBym0P .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .dshw4h-uvNMyBym0P .container {
    padding: 0 24px;
  }
}
.dshw4h-uvNMyBym0P .content-wrapper {
  display: flex;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #e5bffd;
  overflow: hidden;
}
@media (max-width: 992px) {
  .dshw4h-uvNMyBym0P .content-wrapper {
    display: block;
  }
}
.dshw4h-uvNMyBym0P .content-wrapper .content-wrap {
  width: 50%;
  padding: 150px 64px;
}
@media (max-width: 1440px) {
  .dshw4h-uvNMyBym0P .content-wrapper .content-wrap {
    padding: 150px 32px;
  }
}
@media (max-width: 992px) {
  .dshw4h-uvNMyBym0P .content-wrapper .content-wrap {
    width: 100%;
    padding: 24px 24px 32px;
  }
}
.dshw4h-uvNMyBym0P .content-wrapper .content-wrap .desc-wrapper .jpn-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.dshw4h-uvNMyBym0P .content-wrapper .content-wrap .jpn-section-title {
  margin-bottom: 16px;
}
.dshw4h-uvNMyBym0P .content-wrapper .content-wrap .jpn-text {
  opacity: .5;
  margin-bottom: 22px;
}
.dshw4h-uvNMyBym0P .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .dshw4h-uvNMyBym0P .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.dshw4h-uvNMyBym0P .content-wrapper .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .dshw4h-uvNMyBym0P .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.dshw4h-uvNMyBym0P .jpn-section-title {
  color: #18212d;
}
.dshw4h-uvNMyBym0P .jpn-desc {
  color: #18212d;
}
.dshw4h-uvNMyBym0P .jpn-text {
  color: #000000;
}
.dshw4h-uvNMyBym0P .jpn-section-title,
.dshw4h-uvNMyBym0P .jpn-section-btn {
  color: #000000;
}
.dshw4h-uvNMCHSGYl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e5bffd;
  overflow: hidden;
}
.dshw4h-uvNMCHSGYl .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvNMCHSGYl .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .dshw4h-uvNMCHSGYl .container {
    padding: 0 16px;
  }
}
.dshw4h-uvNMCHSGYl .row {
  justify-content: center;
}
.dshw4h-uvNMCHSGYl .content-wrapper {
  position: relative;
}
.dshw4h-uvNMCHSGYl .content-wrapper .icon-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .dshw4h-uvNMCHSGYl .content-wrapper .icon-wrapper {
    margin-bottom: 40px;
  }
}
.dshw4h-uvNMCHSGYl .content-wrapper .icon-wrapper .jpn-iconfont {
  font-size: 42px;
  color: #f1634f;
  display: inline-flex;
}
.dshw4h-uvNMCHSGYl .content-wrapper .jpn-text {
  margin-bottom: 0;
}
.dshw4h-uvNMCHSGYl .content-wrapper .jpn-text span {
  color: #f1634f;
}
.dshw4h-uvNMCHSGYl .content-wrapper .decor-wrapper {
  position: absolute;
  top: -10%;
  left: -12rem;
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #e59e4d -10%, transparent 70%);
}
.dshw4h-uvNMCHSGYl .jpn-text {
  color: #000000;
}
.dshw4h-uvNMCHSGYl .jpn-text,
.dshw4h-uvNMCHSGYl .icon-wrapper {
  text-align: center;
}
.dshw4h-uvNMB4qgVt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4e3ff;
  overflow: hidden;
}
.dshw4h-uvNMB4qgVt .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvNMB4qgVt .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .dshw4h-uvNMB4qgVt .container {
    padding: 0 30px;
  }
}
.dshw4h-uvNMB4qgVt .content-wrapper .image-wrapper {
  position: relative;
  margin: 0 120px;
}
@media (max-width: 992px) {
  .dshw4h-uvNMB4qgVt .content-wrapper .image-wrapper {
    margin: 0;
  }
}
.dshw4h-uvNMB4qgVt .content-wrapper .image-wrapper img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .dshw4h-uvNMB4qgVt .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.dshw4h-uvNMB4qgVt .content-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 146px;
  height: 146px;
  background-image: linear-gradient(45deg, #e5bffd 50%, #f4e3ff 50%);
  z-index: 1;
}
@media (max-width: 992px) {
  .dshw4h-uvNMB4qgVt .content-wrapper .image-wrapper::before {
    width: 50px;
    height: 50px;
  }
}
.dshw4h-uvNMB4qgVt .content-wrapper .content-wrap {
  padding: 80px 120px 0;
  border-top: 1px solid #000000;
  position: relative;
  margin-top: 180px;
}
.dshw4h-uvNMB4qgVt .content-wrapper .content-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #000000;
}
@media (max-width: 992px) {
  .dshw4h-uvNMB4qgVt .content-wrapper .content-wrap {
    margin-top: 80px;
  }
}
@media (max-width: 1440px) {
  .dshw4h-uvNMB4qgVt .content-wrapper .content-wrap {
    padding: 80px 60px 0;
  }
}
@media (max-width: 992px) {
  .dshw4h-uvNMB4qgVt .content-wrapper .content-wrap {
    padding: 40px 0 0;
  }
}
.dshw4h-uvNMB4qgVt .content-wrapper .content-wrap .jpn-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .dshw4h-uvNMB4qgVt .content-wrapper .content-wrap .jpn-section-title {
    margin-bottom: 40px;
  }
}
.dshw4h-uvNMB4qgVt .jpn-section-title {
  color: #bee0d6;
}
.dshw4h-uvNMB4qgVt .jpn-section-title,
.dshw4h-uvNMB4qgVt .jpn-section-btn {
  text-align: center;
  color: #000000;
}
.dshw4h-uvNMBXmz9c {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e5bffd;
}
.dshw4h-uvNMBXmz9c .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvNMBXmz9c .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.dshw4h-uvNMBXmz9c .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .dshw4h-uvNMBXmz9c .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .dshw4h-uvNMBXmz9c .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .dshw4h-uvNMBXmz9c .container {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .dshw4h-uvNMBXmz9c .desc-wrapper {
    margin-bottom: 16px;
  }
}
.dshw4h-uvNMBXmz9c .desc-wrapper .jpn-desc {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 16px;
}
.dshw4h-uvNMBXmz9c .desc-wrapper .jpn-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-image: linear-gradient(to bottom, #000000, #000000);
}
.dshw4h-uvNMBXmz9c .text-wrapper .jpn-text {
  margin-bottom: 0;
}
.dshw4h-uvNMBXmz9c .jpn-desc {
  color: #1c1c1c;
}
.dshw4h-uvNMBXmz9c .jpn-text {
  color: #000000;
}
.dshw4h-uvNMA7fp57 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4e3ff;
}
.dshw4h-uvNMA7fp57 .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvNMA7fp57 .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .dshw4h-uvNMA7fp57 .container {
    padding: 0 30px;
  }
}
.dshw4h-uvNMA7fp57 .content-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .dshw4h-uvNMA7fp57 .content-wrapper {
    display: block;
  }
}
.dshw4h-uvNMA7fp57 .content-wrapper .card {
  justify-content: center;
}
.dshw4h-uvNMA7fp57 .content-wrapper .content-wrap {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
  background-color: #e5bffd;
  border-radius: 0 0 2rem 0 !important;
}
@media (max-width: 992px) {
  .dshw4h-uvNMA7fp57 .content-wrapper .content-wrap {
    width: 100%;
    padding: 40px 20px;
    border-radius: 0 0 2rem 0 !important;
  }
}
.dshw4h-uvNMA7fp57 .content-wrapper .content-wrap .jpn-section-title {
  margin-bottom: 35px;
}
.dshw4h-uvNMA7fp57 .content-wrapper .content-wrap .jpn-text {
  margin-bottom: 40px;
}
.dshw4h-uvNMA7fp57 .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .dshw4h-uvNMA7fp57 .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.dshw4h-uvNMA7fp57 .content-wrapper .image-wrapper img {
  min-height: 630px;
  object-fit: cover;
  border-radius: 2rem 0 0 0 !important;
}
@media (max-width: 992px) {
  .dshw4h-uvNMA7fp57 .content-wrapper .image-wrapper img {
    min-height: auto;
    height: 430px;
    border-radius: 2rem 0 0 0 !important;
  }
}
.dshw4h-uvNMA7fp57 .jpn-section-title {
  color: #144031;
}
.dshw4h-uvNMA7fp57 .jpn-text {
  color: #000000;
}
.dshw4h-uvNMA7fp57 .jpn-section-title,
.dshw4h-uvNMA7fp57 .jpn-section-btn {
  color: #000000;
}
.dshw4h-uvNMQ3zVyO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.dshw4h-uvNMQ3zVyO .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvNMQ3zVyO .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.dshw4h-uvNMQ3zVyO .social-row {
  display: flex;
  flex-wrap: wrap;
}
.dshw4h-uvNMQ3zVyO .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.dshw4h-uvNMQ3zVyO .socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .dshw4h-uvNMQ3zVyO .row {
    text-align: center;
  }
  .dshw4h-uvNMQ3zVyO .social-row {
    justify-content: center;
  }
}
.dshw4h-uvNMQ3zVyO .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .dshw4h-uvNMQ3zVyO .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .dshw4h-uvNMQ3zVyO .list {
    margin-bottom: 0rem;
  }
}
.dshw4h-uvNMQ3zVyO .jpn-text {
  color: #bbbbbb;
}
.dshw4h-uvNMQ3zVyO .jpn-iconfont {
  color: black;
}
.dshw4h-uvNMQ3zVyO .copyright {
  color: #ffffff;
}
.dshw4h-uvNMRl2DkA {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.dshw4h-uvNMRl2DkA nav.navbar {
  position: fixed;
}
.dshw4h-uvNMRl2DkA .dropdown-item:before {
  font-family: japanhereproo2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.dshw4h-uvNMRl2DkA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.dshw4h-uvNMRl2DkA .dropdown-item:hover,
.dshw4h-uvNMRl2DkA .dropdown-item:focus {
  color: #000000 !important;
}
.dshw4h-uvNMRl2DkA .dropdown-item:hover span {
  color: white;
}
.dshw4h-uvNMRl2DkA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.dshw4h-uvNMRl2DkA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.dshw4h-uvNMRl2DkA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.dshw4h-uvNMRl2DkA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.dshw4h-uvNMRl2DkA .nav-link {
  position: relative;
}
.dshw4h-uvNMRl2DkA .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .dshw4h-uvNMRl2DkA .container {
    flex-wrap: nowrap;
  }
}
.dshw4h-uvNMRl2DkA .navbar-caption:hover,
.dshw4h-uvNMRl2DkA .navbar-caption:focus {
  color: #000000 !important;
}
.dshw4h-uvNMRl2DkA .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.dshw4h-uvNMRl2DkA .navbar-nav .nav-item {
  color: #24262b;
}
.dshw4h-uvNMRl2DkA .navbar-nav .nav-item:hover {
  color: #000000;
}
.dshw4h-uvNMRl2DkA .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.dshw4h-uvNMRl2DkA .navbar-nav .nav-item a:hover {
  color: #000000 !important;
}
.dshw4h-uvNMRl2DkA .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.dshw4h-uvNMRl2DkA .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.dshw4h-uvNMRl2DkA .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.dshw4h-uvNMRl2DkA .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #000000 !important;
}
.dshw4h-uvNMRl2DkA .dropdown-menu,
.dshw4h-uvNMRl2DkA .navbar.opened {
  background: #c977ff !important;
}
.dshw4h-uvNMRl2DkA .nav-item:focus,
.dshw4h-uvNMRl2DkA .nav-link:focus {
  outline: none;
}
.dshw4h-uvNMRl2DkA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.dshw4h-uvNMRl2DkA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.dshw4h-uvNMRl2DkA .dropdown .dropdown-menu .dropdown-item .jpn-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.dshw4h-uvNMRl2DkA .dropdown .dropdown-menu .dropdown-item .jpn-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.dshw4h-uvNMRl2DkA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.dshw4h-uvNMRl2DkA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.dshw4h-uvNMRl2DkA .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #c977ff;
  padding: 0 !important;
}
.dshw4h-uvNMRl2DkA .navbar.opened {
  transition: all 0.3s;
}
.dshw4h-uvNMRl2DkA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.dshw4h-uvNMRl2DkA .navbar .navbar-logo img {
  width: auto;
}
.dshw4h-uvNMRl2DkA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.dshw4h-uvNMRl2DkA .navbar.collapsed {
  justify-content: center;
}
.dshw4h-uvNMRl2DkA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.dshw4h-uvNMRl2DkA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .dshw4h-uvNMRl2DkA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.dshw4h-uvNMRl2DkA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.dshw4h-uvNMRl2DkA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.dshw4h-uvNMRl2DkA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.dshw4h-uvNMRl2DkA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.dshw4h-uvNMRl2DkA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.dshw4h-uvNMRl2DkA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .dshw4h-uvNMRl2DkA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .dshw4h-uvNMRl2DkA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .dshw4h-uvNMRl2DkA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .dshw4h-uvNMRl2DkA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .dshw4h-uvNMRl2DkA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .dshw4h-uvNMRl2DkA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .dshw4h-uvNMRl2DkA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .dshw4h-uvNMRl2DkA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .dshw4h-uvNMRl2DkA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .dshw4h-uvNMRl2DkA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .dshw4h-uvNMRl2DkA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .dshw4h-uvNMRl2DkA .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.dshw4h-uvNMRl2DkA .navbar.navbar-short {
  min-height: 70px;
}
.dshw4h-uvNMRl2DkA .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 25%;
}
.dshw4h-uvNMRl2DkA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.dshw4h-uvNMRl2DkA .navbar-brand .navbar-logo a {
  outline: none;
}
.dshw4h-uvNMRl2DkA .dropdown-item.active,
.dshw4h-uvNMRl2DkA .dropdown-item:active {
  background-color: transparent;
}
.dshw4h-uvNMRl2DkA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.dshw4h-uvNMRl2DkA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.dshw4h-uvNMRl2DkA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.dshw4h-uvNMRl2DkA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c977ff;
}
.dshw4h-uvNMRl2DkA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.dshw4h-uvNMRl2DkA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.dshw4h-uvNMRl2DkA ul.navbar-nav {
  flex-wrap: wrap;
}
.dshw4h-uvNMRl2DkA .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.dshw4h-uvNMRl2DkA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.dshw4h-uvNMRl2DkA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.dshw4h-uvNMRl2DkA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.dshw4h-uvNMRl2DkA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.dshw4h-uvNMRl2DkA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.dshw4h-uvNMRl2DkA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.dshw4h-uvNMRl2DkA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.dshw4h-uvNMRl2DkA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.dshw4h-uvNMRl2DkA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.dshw4h-uvNMRl2DkA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.dshw4h-uvNMRl2DkA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.dshw4h-uvNMRl2DkA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dshw4h-uvNMRl2DkA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .dshw4h-uvNMRl2DkA .navbar {
    height: 70px;
  }
  .dshw4h-uvNMRl2DkA .navbar.opened {
    height: auto;
  }
  .dshw4h-uvNMRl2DkA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.dshw4h-uvNMRl2DkA .container-fluid {
  padding: 0 1rem !important;
}
.dshw4h-uvNMRl2DkA .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .dshw4h-uvNMRl2DkA .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .dshw4h-uvNMRl2DkA .navbar-collapse {
    width: 100%;
  }
  .dshw4h-uvNMRl2DkA .navbar-nav {
    width: 100%;
  }
  .dshw4h-uvNMRl2DkA .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.dshw4h-uvNMVwj71J {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/main55-1024x1024.jpg");
}
.dshw4h-uvNMVwj71J .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvNMVwj71J .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .dshw4h-uvNMVwj71J .col-content {
    text-align: center;
  }
}
.dshw4h-uvNMVwj71J .label-text {
  margin-bottom: 16px;
  color: #24262b;
}
.dshw4h-uvNMVwj71J .jpn-section-title {
  color: #24262b;
}
.dshw4h-uvNMVwj71J .jpn-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.dshw4h-uvNMVwj71J .jpn-section-btn {
  margin-top: 22px;
}
.dshw4h-uvNMVwj71J .text-container {
  margin-top: 32px;
  row-gap: 32px;
}
.dshw4h-uvNMVwj71J .text-item {
  border-top: 2px solid #33363b;
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .dshw4h-uvNMVwj71J .text-item {
    text-align: center;
  }
}
.dshw4h-uvNMVwj71J .jpn-text {
  color: #24262b;
}
.dshw4h-uvNMVwj71J .address-text {
  margin-top: 8px;
  color: #24262b;
}
.dshw4h-uvNNbe5QB5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4e3ff;
}
.dshw4h-uvNNbe5QB5 .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvNNbe5QB5 .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .dshw4h-uvNNbe5QB5 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .dshw4h-uvNNbe5QB5 .container {
    padding: 0 12px;
  }
}
.dshw4h-uvNNbe5QB5 .row {
  padding: 60px 44px;
  background-color: #e5bffd;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .dshw4h-uvNNbe5QB5 .row {
    padding: 24px 12px;
    border-radius: 32px;
  }
}
.dshw4h-uvNNbe5QB5 .row .card {
  justify-content: center;
}
.dshw4h-uvNNbe5QB5 .row .card .text-wrapper .jpn-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .dshw4h-uvNNbe5QB5 .row .card .text-wrapper .jpn-text {
    margin-bottom: 24px;
    text-align: center;
  }
}
.dshw4h-uvNNbe5QB5 .jpn-text {
  color: #ffffff;
}
.dshw4h-uvNNbe5QB5 .jpn-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .dshw4h-uvNNbe5QB5 .jpn-section-btn {
    text-align: center;
  }
}
.dshw4h-uvNNbe5QB5 .jpn-text,
.dshw4h-uvNNbe5QB5 .jpn-section-btn {
  color: #000000;
}
.dshw4h-uvNMZoGX6N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e5bffd;
}
.dshw4h-uvNMZoGX6N .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvNMZoGX6N .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.dshw4h-uvNMZoGX6N .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .dshw4h-uvNMZoGX6N .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .dshw4h-uvNMZoGX6N .container {
    padding: 0 20px;
  }
}
.dshw4h-uvNMZoGX6N .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .dshw4h-uvNMZoGX6N .title-wrapper {
    margin-bottom: 24px;
  }
}
.dshw4h-uvNMZoGX6N .title-wrapper .jpn-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .dshw4h-uvNMZoGX6N .title-wrapper .jpn-section-title {
    margin-bottom: 24px;
  }
}
.dshw4h-uvNMZoGX6N .title-wrapper .jpn-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .dshw4h-uvNMZoGX6N .title-wrapper .jpn-text {
    margin-bottom: 24px;
  }
}
.dshw4h-uvNMZoGX6N .image-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.dshw4h-uvNMZoGX6N .image-wrapper img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .dshw4h-uvNMZoGX6N .image-wrapper img {
    height: 300px;
  }
}
.dshw4h-uvNMZoGX6N .jpn-section-title {
  color: #c2b299;
}
.dshw4h-uvNMZoGX6N .jpn-text {
  color: #000000;
}
.dshw4h-uvNMZoGX6N .jpn-section-title,
.dshw4h-uvNMZoGX6N .jpn-section-btn {
  color: #000000;
}
.dshw4h-uvNN0Bzjey {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4e3ff;
}
.dshw4h-uvNN0Bzjey .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvNN0Bzjey .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.dshw4h-uvNN0Bzjey .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .dshw4h-uvNN0Bzjey .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .dshw4h-uvNN0Bzjey .container {
    padding: 0 30px;
  }
}
.dshw4h-uvNN0Bzjey .title-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .dshw4h-uvNN0Bzjey .title-wrapper {
    padding: 0 30px;
    height: auto;
  }
}
.dshw4h-uvNN0Bzjey .title-wrapper .title-wrap .jpn-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .dshw4h-uvNN0Bzjey .title-wrapper .title-wrap .jpn-section-title {
    margin-bottom: 30px;
  }
}
.dshw4h-uvNN0Bzjey .text-wrapper .jpn-text {
  margin-bottom: 0;
}
.dshw4h-uvNN0Bzjey .jpn-section-title {
  color: #000000;
}
.dshw4h-uvNN0Bzjey .jpn-text {
  color: #000000;
}
.dshw4h-uvNN0cbASW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4e3ff;
}
.dshw4h-uvNN0cbASW .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvNN0cbASW .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.dshw4h-uvNN0cbASW .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .dshw4h-uvNN0cbASW .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .dshw4h-uvNN0cbASW .container {
    padding: 0 20px;
  }
}
.dshw4h-uvNN0cbASW .row {
  margin: 0;
}
.dshw4h-uvNN0cbASW .card {
  padding: 0;
}
.dshw4h-uvNN0cbASW .image-wrapper img {
  height: 800px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .dshw4h-uvNN0cbASW .image-wrapper img {
    height: 450px;
  }
}
.dshw4h-uvNN0cbASW .title-wrapper {
  height: 100%;
  margin-bottom: 10%;
  background-color: #e5bffd;
  display: flex;
  align-items: center;
  padding: 24px 115px;
}
@media (max-width: 992px) {
  .dshw4h-uvNN0cbASW .title-wrapper {
    padding: 50px 20px;
  }
}
.dshw4h-uvNN0cbASW .title-wrapper .title-wrap {
  width: 100%;
}
.dshw4h-uvNN0cbASW .title-wrapper .title-wrap .jpn-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .dshw4h-uvNN0cbASW .title-wrapper .title-wrap .jpn-section-title {
    margin-bottom: 24px;
  }
}
.dshw4h-uvNN0cbASW .title-wrapper .title-wrap .jpn-text {
  margin-bottom: 50px;
  line-height: 1.78;
}
@media (max-width: 992px) {
  .dshw4h-uvNN0cbASW .title-wrapper .title-wrap .jpn-text {
    margin-bottom: 24px;
  }
}
.dshw4h-uvNN0cbASW .jpn-section-title {
  color: #c2b299;
}
.dshw4h-uvNN0cbASW .jpn-text {
  color: #000000;
}
.dshw4h-uvNN0cbASW .jpn-section-title,
.dshw4h-uvNN0cbASW .jpn-section-btn {
  color: #000000;
}
.dshw4h-uvNN4h55ks {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #e5bffd;
}
.dshw4h-uvNN4h55ks .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvNN4h55ks .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.dshw4h-uvNN4h55ks .jpn-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.dshw4h-uvNN4h55ks .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #000000;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.dshw4h-uvNN4h55ks .subtitle-wrap .jpn-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #e4eedb;
  font-size: 1.5rem;
}
.dshw4h-uvNN4h55ks .jpn-section-title {
  color: #000000;
}
.dshw4h-uvNN4h55ks .jpn-text,
.dshw4h-uvNN4h55ks .jpn-section-btn {
  color: #000000;
}
.dshw4h-uvNN4h55ks .jpn-section-subtitle,
.dshw4h-uvNN4h55ks .align-wrapper {
  color: #04492e;
}
.dshw4h-uvNN5cq9GW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/main52-1024x1024.jpg");
}
.dshw4h-uvNN5cq9GW .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvNN5cq9GW .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.dshw4h-uvNN5cq9GW .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .dshw4h-uvNN5cq9GW .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .dshw4h-uvNN5cq9GW .container {
    padding: 0;
  }
}
.dshw4h-uvNN5cq9GW .row {
  margin: 0;
}
.dshw4h-uvNN5cq9GW .card {
  border-radius: 0;
  padding: 0;
}
.dshw4h-uvNN5cq9GW .card .box-wrapper {
  background-color: #f4e3ff;
  height: 100%;
  padding-top: 6rem;
}
@media (max-width: 768px) {
  .dshw4h-uvNN5cq9GW .card .box-wrapper {
    margin-top: 20px;
  }
}
.dshw4h-uvNN5cq9GW .card .box-wrapper .jpn-box {
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 20px;
}
.dshw4h-uvNN5cq9GW .card .title-wrapper {
  padding: 150px 0;
}
@media (max-width: 768px) {
  .dshw4h-uvNN5cq9GW .card .title-wrapper {
    padding: 90px 0;
  }
}
.dshw4h-uvNN5cq9GW .card .title-wrapper .jpn-section-subtitle {
  padding: 0 16px 0 126px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .dshw4h-uvNN5cq9GW .card .title-wrapper .jpn-section-subtitle {
    padding: 0 16px 0 30px;
  }
}
.dshw4h-uvNN5cq9GW .card .title-wrapper .title-wrap {
  border-top: 1px solid #f4e3ff;
  padding: 0 16px 0 126px;
}
@media (max-width: 768px) {
  .dshw4h-uvNN5cq9GW .card .title-wrapper .title-wrap {
    padding: 0 16px 0 30px;
  }
}
.dshw4h-uvNN5cq9GW .card .title-wrapper .title-wrap .jpn-section-title {
  padding: 10px 0;
  margin-bottom: 150px;
}
.dshw4h-uvNN5cq9GW .jpn-section-title {
  color: #ffffff;
}
.dshw4h-uvNN5cq9GW .jpn-section-subtitle {
  color: #ffffff;
}
.dshw4h-uvNN5cq9GW .jpn-box {
  color: #ffffff;
}
.dshw4h-uvNN7QqRmv {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #e5bffd;
}
.dshw4h-uvNN7QqRmv .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvNN7QqRmv .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.dshw4h-uvNN2gnOBN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4e3ff;
}
.dshw4h-uvNN2gnOBN .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvNN2gnOBN .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.dshw4h-uvNN2gnOBN .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .dshw4h-uvNN2gnOBN .container-fluid {
    padding: 0 25px;
  }
}
.dshw4h-uvNN2gnOBN .container-fluid .row {
  margin: 0;
}
@media (max-width: 992px) {
  .dshw4h-uvNN2gnOBN .container {
    padding: 0 25px;
  }
}
.dshw4h-uvNN2gnOBN .row {
  border: 1px solid #e5bffd;
}
.dshw4h-uvNN2gnOBN .card {
  padding: 0;
}
.dshw4h-uvNN2gnOBN .card .image-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.dshw4h-uvNN2gnOBN .card .image-wrapper img {
  height: 100%;
  object-fit: cover;
  max-height: 610px;
}
@media (max-width: 992px) {
  .dshw4h-uvNN2gnOBN .card .image-wrapper img {
    max-height: 100%;
    height: 300px;
  }
}
.dshw4h-uvNN2gnOBN .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 80px 70px 60px;
  height: 100%;
  background-color: #e5bffd;
}
@media (max-width: 992px) {
  .dshw4h-uvNN2gnOBN .title-wrapper {
    padding: 60px 25px;
  }
}
.dshw4h-uvNN2gnOBN .title-wrapper .title-wrap {
  width: 100%;
}
.dshw4h-uvNN2gnOBN .title-wrapper .title-wrap .jpn-section-title {
  margin-bottom: 20px;
}
.dshw4h-uvNN2gnOBN .title-wrapper .title-wrap .jpn-text {
  margin-bottom: 20px;
}
.dshw4h-uvNN2gnOBN .title-wrapper .title-wrap .jpn-section-btn {
  margin-top: 35px;
}
.dshw4h-uvNN2gnOBN .title-wrapper .jpn-desc {
  width: 100%;
  margin-bottom: 0;
}
.dshw4h-uvNN2gnOBN .jpn-section-title {
  color: #ffffff;
}
.dshw4h-uvNN2gnOBN .jpn-text {
  color: #000000;
}
.dshw4h-uvNN2gnOBN .jpn-desc {
  color: #ffffff;
}
.dshw4h-uvNN2gnOBN .jpn-section-title,
.dshw4h-uvNN2gnOBN .jpn-section-btn {
  color: #000000;
}
.dshw4h-uvNMRoX3EA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.dshw4h-uvNMRoX3EA .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvNMRoX3EA .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.dshw4h-uvNMRoX3EA .social-row {
  display: flex;
  flex-wrap: wrap;
}
.dshw4h-uvNMRoX3EA .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.dshw4h-uvNMRoX3EA .socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .dshw4h-uvNMRoX3EA .row {
    text-align: center;
  }
  .dshw4h-uvNMRoX3EA .social-row {
    justify-content: center;
  }
}
.dshw4h-uvNMRoX3EA .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .dshw4h-uvNMRoX3EA .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .dshw4h-uvNMRoX3EA .list {
    margin-bottom: 0rem;
  }
}
.dshw4h-uvNMRoX3EA .jpn-text {
  color: #bbbbbb;
}
.dshw4h-uvNMRoX3EA .jpn-iconfont {
  color: black;
}
.dshw4h-uvNMRoX3EA .copyright {
  color: #ffffff;
}
.dshw4h-uvNNcssiyd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.dshw4h-uvNNcssiyd nav.navbar {
  position: fixed;
}
.dshw4h-uvNNcssiyd .dropdown-item:before {
  font-family: japanhereproo2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.dshw4h-uvNNcssiyd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.dshw4h-uvNNcssiyd .dropdown-item:hover,
.dshw4h-uvNNcssiyd .dropdown-item:focus {
  color: #000000 !important;
}
.dshw4h-uvNNcssiyd .dropdown-item:hover span {
  color: white;
}
.dshw4h-uvNNcssiyd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.dshw4h-uvNNcssiyd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.dshw4h-uvNNcssiyd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.dshw4h-uvNNcssiyd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.dshw4h-uvNNcssiyd .nav-link {
  position: relative;
}
.dshw4h-uvNNcssiyd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .dshw4h-uvNNcssiyd .container {
    flex-wrap: nowrap;
  }
}
.dshw4h-uvNNcssiyd .navbar-caption:hover,
.dshw4h-uvNNcssiyd .navbar-caption:focus {
  color: #000000 !important;
}
.dshw4h-uvNNcssiyd .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.dshw4h-uvNNcssiyd .navbar-nav .nav-item {
  color: #24262b;
}
.dshw4h-uvNNcssiyd .navbar-nav .nav-item:hover {
  color: #000000;
}
.dshw4h-uvNNcssiyd .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.dshw4h-uvNNcssiyd .navbar-nav .nav-item a:hover {
  color: #000000 !important;
}
.dshw4h-uvNNcssiyd .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.dshw4h-uvNNcssiyd .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.dshw4h-uvNNcssiyd .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.dshw4h-uvNNcssiyd .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #000000 !important;
}
.dshw4h-uvNNcssiyd .dropdown-menu,
.dshw4h-uvNNcssiyd .navbar.opened {
  background: #c977ff !important;
}
.dshw4h-uvNNcssiyd .nav-item:focus,
.dshw4h-uvNNcssiyd .nav-link:focus {
  outline: none;
}
.dshw4h-uvNNcssiyd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.dshw4h-uvNNcssiyd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.dshw4h-uvNNcssiyd .dropdown .dropdown-menu .dropdown-item .jpn-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.dshw4h-uvNNcssiyd .dropdown .dropdown-menu .dropdown-item .jpn-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.dshw4h-uvNNcssiyd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.dshw4h-uvNNcssiyd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.dshw4h-uvNNcssiyd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #c977ff;
  padding: 0 !important;
}
.dshw4h-uvNNcssiyd .navbar.opened {
  transition: all 0.3s;
}
.dshw4h-uvNNcssiyd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.dshw4h-uvNNcssiyd .navbar .navbar-logo img {
  width: auto;
}
.dshw4h-uvNNcssiyd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.dshw4h-uvNNcssiyd .navbar.collapsed {
  justify-content: center;
}
.dshw4h-uvNNcssiyd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.dshw4h-uvNNcssiyd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .dshw4h-uvNNcssiyd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.dshw4h-uvNNcssiyd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.dshw4h-uvNNcssiyd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.dshw4h-uvNNcssiyd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.dshw4h-uvNNcssiyd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.dshw4h-uvNNcssiyd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.dshw4h-uvNNcssiyd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .dshw4h-uvNNcssiyd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .dshw4h-uvNNcssiyd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .dshw4h-uvNNcssiyd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .dshw4h-uvNNcssiyd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .dshw4h-uvNNcssiyd .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .dshw4h-uvNNcssiyd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .dshw4h-uvNNcssiyd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .dshw4h-uvNNcssiyd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .dshw4h-uvNNcssiyd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .dshw4h-uvNNcssiyd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .dshw4h-uvNNcssiyd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .dshw4h-uvNNcssiyd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.dshw4h-uvNNcssiyd .navbar.navbar-short {
  min-height: 70px;
}
.dshw4h-uvNNcssiyd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 25%;
}
.dshw4h-uvNNcssiyd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.dshw4h-uvNNcssiyd .navbar-brand .navbar-logo a {
  outline: none;
}
.dshw4h-uvNNcssiyd .dropdown-item.active,
.dshw4h-uvNNcssiyd .dropdown-item:active {
  background-color: transparent;
}
.dshw4h-uvNNcssiyd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.dshw4h-uvNNcssiyd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.dshw4h-uvNNcssiyd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.dshw4h-uvNNcssiyd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c977ff;
}
.dshw4h-uvNNcssiyd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.dshw4h-uvNNcssiyd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.dshw4h-uvNNcssiyd ul.navbar-nav {
  flex-wrap: wrap;
}
.dshw4h-uvNNcssiyd .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.dshw4h-uvNNcssiyd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.dshw4h-uvNNcssiyd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.dshw4h-uvNNcssiyd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.dshw4h-uvNNcssiyd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.dshw4h-uvNNcssiyd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.dshw4h-uvNNcssiyd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.dshw4h-uvNNcssiyd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.dshw4h-uvNNcssiyd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.dshw4h-uvNNcssiyd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.dshw4h-uvNNcssiyd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.dshw4h-uvNNcssiyd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.dshw4h-uvNNcssiyd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dshw4h-uvNNcssiyd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .dshw4h-uvNNcssiyd .navbar {
    height: 70px;
  }
  .dshw4h-uvNNcssiyd .navbar.opened {
    height: auto;
  }
  .dshw4h-uvNNcssiyd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.dshw4h-uvNNcssiyd .container-fluid {
  padding: 0 1rem !important;
}
.dshw4h-uvNNcssiyd .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .dshw4h-uvNNcssiyd .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .dshw4h-uvNNcssiyd .navbar-collapse {
    width: 100%;
  }
  .dshw4h-uvNNcssiyd .navbar-nav {
    width: 100%;
  }
  .dshw4h-uvNNcssiyd .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.dshw4h-uvNNiRIhHO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #f4e3ff;
}
.dshw4h-uvNNiRIhHO .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.dshw4h-uvNNiRIhHO .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvNNiRIhHO .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.dshw4h-uvNNiRIhHO .content-wrap {
  margin: 0;
}
.dshw4h-uvNNiRIhHO .content-wrap .card {
  padding: 0;
}
.dshw4h-uvNNiRIhHO .content-wrapper {
  padding: 190px 28px 190px 120px;
  height: 100%;
  padding: 190px 120px 190px 28px;
}
@media (max-width: 1640px) {
  .dshw4h-uvNNiRIhHO .content-wrapper {
    padding: 190px 24px;
  }
}
@media (max-width: 992px) {
  .dshw4h-uvNNiRIhHO .content-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 1640px) {
  .dshw4h-uvNNiRIhHO .content-wrapper {
    padding: 190px 24px;
  }
}
@media (max-width: 992px) {
  .dshw4h-uvNNiRIhHO .content-wrapper {
    padding: 40px 0;
  }
}
.dshw4h-uvNNiRIhHO .content-wrapper .jpn-section-title {
  margin-bottom: 16px;
}
.dshw4h-uvNNiRIhHO .content-wrapper .jpn-text {
  margin-bottom: 16px;
}
.dshw4h-uvNNiRIhHO .content-wrapper .jpn-section-btn {
  width: 100%;
}
.dshw4h-uvNNiRIhHO .content-wrapper .jpn-section-btn .btn {
  width: 100%;
}
.dshw4h-uvNNiRIhHO .image-wrapper {
  height: 100%;
}
.dshw4h-uvNNiRIhHO .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .dshw4h-uvNNiRIhHO .image-wrapper img {
    height: 350px;
    object-fit: cover;
  }
}
.dshw4h-uvNNiRIhHO .jpn-section-title {
  color: #150764;
}
.dshw4h-uvNNiRIhHO .jpn-text {
  color: #000000;
}
.dshw4h-uvNNiRIhHO .jpn-section-title,
.dshw4h-uvNNiRIhHO .jpn-section-btn {
  color: #000000;
}
.dshw4h-uvNNuAqGJJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e5bffd;
}
.dshw4h-uvNNuAqGJJ .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvNNuAqGJJ .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .dshw4h-uvNNuAqGJJ .container {
    padding: 0 15px;
  }
}
.dshw4h-uvNNuAqGJJ .row {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .dshw4h-uvNNuAqGJJ .desc-wrapper {
    margin-bottom: 40px;
  }
}
.dshw4h-uvNNuAqGJJ .desc-wrapper .jpn-desc {
  position: relative;
  display: inline-flex;
  align-content: center;
  justify-content: center;
  transform: rotate(180deg);
  writing-mode: tb-rl;
  width: fit-content;
  padding-top: 206px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .dshw4h-uvNNuAqGJJ .desc-wrapper .jpn-desc {
    transform: rotate(0);
    writing-mode: inherit;
    padding-top: 0;
    width: 100%;
    display: block;
  }
}
.dshw4h-uvNNuAqGJJ .desc-wrapper .jpn-desc::before {
  content: '';
  position: absolute;
  top: 5rem;
  left: -5rem;
  width: 190px;
  height: 1px;
  background-color: #30262b;
  transform: rotate(90deg);
}
@media (max-width: 992px) {
  .dshw4h-uvNNuAqGJJ .desc-wrapper .jpn-desc::before {
    display: none;
  }
}
.dshw4h-uvNNuAqGJJ .text-wrapper .jpn-text {
  margin-bottom: 0;
}
.dshw4h-uvNNuAqGJJ .jpn-desc {
  color: #30262b;
}
.dshw4h-uvNNuAqGJJ .jpn-text {
  color: #000000;
}
.dshw4h-uvNNnkk2Bi {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f4e3ff;
}
.dshw4h-uvNNnkk2Bi .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvNNnkk2Bi .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.dshw4h-uvNNnkk2Bi .row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .dshw4h-uvNNnkk2Bi .image-wrapper {
    margin-bottom: 1rem;
  }
}
.dshw4h-uvNNnkk2Bi .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .dshw4h-uvNNnkk2Bi .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .dshw4h-uvNNnkk2Bi .text-wrapper {
    padding: 0 2rem;
  }
}
.dshw4h-uvNNnkk2Bi .jpn-section-title {
  color: #000000;
}
.dshw4h-uvNNnkk2Bi .jpn-text,
.dshw4h-uvNNnkk2Bi .jpn-section-btn {
  color: #000000;
}
.dshw4h-uvNNnkk2Bi img {
  width: 100%;
  height: 100%;
}
.dshw4h-uvNNryUloi {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #e5bffd;
}
.dshw4h-uvNNryUloi .jpn-text {
  color: #000000;
}
.dshw4h-uvNNryUloi .my {
  margin-bottom: 0;
  margin-top: auto;
}
.dshw4h-uvNNryUloi h5,
.dshw4h-uvNNryUloi h6 {
  background: #000000;
  display: inline;
}
.dshw4h-uvNNryUloi h5 {
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.dshw4h-uvNNryUloi h6 {
  line-height: 1.3 !important;
}
.dshw4h-uvNNryUloi h6 span {
  padding-right: 2rem;
}
.dshw4h-uvNNryUloi .jpn-section-title,
.dshw4h-uvNNryUloi .align {
  color: #ffffff;
}
.dshw4h-uvNNryUloi .jpn-section-subtitle,
.dshw4h-uvNNryUloi .align {
  color: #ffffff;
  text-align: left;
}
.dshw4h-uvNNqsY3mR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4e3ff;
}
.dshw4h-uvNNqsY3mR .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvNNqsY3mR .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.dshw4h-uvNNqsY3mR .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .dshw4h-uvNNqsY3mR .content-wrapper {
    display: block;
    padding: 0;
  }
}
.dshw4h-uvNNqsY3mR .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .dshw4h-uvNNqsY3mR .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.dshw4h-uvNNqsY3mR .content-wrapper .title-wrapper .jpn-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .dshw4h-uvNNqsY3mR .content-wrapper .title-wrapper .jpn-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.dshw4h-uvNNqsY3mR .content-wrapper .title-wrapper .jpn-text {
  margin-bottom: 0;
}
.dshw4h-uvNNqsY3mR .content-wrapper .title-wrapper .jpn-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .dshw4h-uvNNqsY3mR .content-wrapper .title-wrapper .jpn-section-btn {
    margin-top: 16px;
  }
}
.dshw4h-uvNNqsY3mR .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #ffffff;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .dshw4h-uvNNqsY3mR .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.dshw4h-uvNNqsY3mR .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.dshw4h-uvNNqsY3mR .jpn-section-title {
  color: #050f0f;
}
.dshw4h-uvNNqsY3mR .jpn-text {
  color: #050f0f;
}
.dshw4h-uvNNCpNdqs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e5bffd;
}
.dshw4h-uvNNCpNdqs .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvNNCpNdqs .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.dshw4h-uvNNCpNdqs .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .dshw4h-uvNNCpNdqs .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .dshw4h-uvNNCpNdqs .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .dshw4h-uvNNCpNdqs .container {
    padding: 0 20px;
  }
}
.dshw4h-uvNNCpNdqs .row {
  justify-content: space-between;
}
.dshw4h-uvNNCpNdqs .desc-wrapper {
  border-top: 1px solid #dfe6ea;
}
.dshw4h-uvNNCpNdqs .desc-wrapper .jpn-desc {
  padding-top: 16px;
  margin-bottom: 30px;
}
.dshw4h-uvNNCpNdqs .title-wrapper .title-wrap .jpn-section-title {
  display: inline-flex;
  width: 70%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .dshw4h-uvNNCpNdqs .title-wrapper .title-wrap .jpn-section-title {
    width: 100%;
  }
}
.dshw4h-uvNNCpNdqs .title-wrapper .text-wrap .jpn-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .dshw4h-uvNNCpNdqs .title-wrapper .text-wrap .jpn-text {
    width: 100%;
  }
}
.dshw4h-uvNNCpNdqs .jpn-section-title {
  color: #000000;
}
.dshw4h-uvNNCpNdqs .jpn-desc {
  color: #000000;
}
.dshw4h-uvNNCpNdqs .jpn-text {
  color: #9a9a9a;
}
.dshw4h-uvNNve0aFJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f4e3ff;
}
.dshw4h-uvNNve0aFJ .decor-wrap_2 {
  position: absolute;
  top: 12%;
  right: 82%;
  width: 1600px;
  height: 460px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.dshw4h-uvNNve0aFJ .decor-wrap_2::before {
  content: '';
  position: absolute;
  width: 190px;
  height: 145px;
  bottom: -145px;
  right: -165px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.dshw4h-uvNNve0aFJ .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvNNve0aFJ .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .dshw4h-uvNNve0aFJ .container {
    padding: 0 15px;
  }
}
.dshw4h-uvNNve0aFJ .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.dshw4h-uvNNve0aFJ .image-wrapper {
  position: relative;
}
.dshw4h-uvNNve0aFJ .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -10%;
  right: 38%;
  height: 49%;
  width: 65%;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .dshw4h-uvNNve0aFJ .image-wrapper {
    margin-bottom: 40px;
  }
}
.dshw4h-uvNNve0aFJ .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 610px;
  width: 610px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .dshw4h-uvNNve0aFJ .image-wrapper img {
    width: 510px;
    height: 510px;
  }
}
@media (max-width: 992px) {
  .dshw4h-uvNNve0aFJ .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .dshw4h-uvNNve0aFJ .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.dshw4h-uvNNve0aFJ .content-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.dshw4h-uvNNve0aFJ .content-wrapper .icon-wrapper .jpn-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #f7f5f6;
}
.dshw4h-uvNNve0aFJ .content-wrapper .jpn-text {
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .dshw4h-uvNNve0aFJ .content-wrapper .jpn-text {
    margin-bottom: 30px;
  }
}
.dshw4h-uvNNve0aFJ .content-wrapper .item-name {
  margin-bottom: 0;
}
.dshw4h-uvNNve0aFJ .content-wrapper .item-role {
  margin-bottom: 0;
}
.dshw4h-uvNNve0aFJ .jpn-text {
  color: #f7f5f6;
}
.dshw4h-uvNNve0aFJ .item-name {
  color: #f7f5f6;
}
.dshw4h-uvNNve0aFJ .item-role {
  color: #68707c;
}
.dshw4h-uvNNve0aFJ .jpn-text,
.dshw4h-uvNNve0aFJ .icon-wrapper {
  color: #000000;
}
.dshw4h-uvNNBDr3X9 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #e5bffd;
}
.dshw4h-uvNNBDr3X9 .jpn-text {
  color: #000000;
}
.dshw4h-uvNNBDr3X9 .jpn-section-subtitle {
  color: #f3f6f9;
}
.dshw4h-uvNNBDr3X9 .jpn-section-title {
  color: #000000;
}
.dshw4h-uvNNAGEZ4O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4e3ff;
}
.dshw4h-uvNNAGEZ4O .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvNNAGEZ4O .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .dshw4h-uvNNAGEZ4O .container {
    padding: 0 22px;
  }
}
.dshw4h-uvNNAGEZ4O .card {
  justify-content: center;
}
.dshw4h-uvNNAGEZ4O .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .dshw4h-uvNNAGEZ4O .content-wrapper {
    padding: 0;
  }
}
.dshw4h-uvNNAGEZ4O .content-wrapper .jpn-section-title {
  margin-bottom: 10px;
}
.dshw4h-uvNNAGEZ4O .content-wrapper .jpn-text {
  margin-bottom: 10px;
}
.dshw4h-uvNNAGEZ4O .image-wrapper {
  padding-right: 64px;
}
@media (max-width: 992px) {
  .dshw4h-uvNNAGEZ4O .image-wrapper {
    margin-top: 20px;
    padding: 0;
  }
}
.dshw4h-uvNNAGEZ4O .image-wrapper img {
  height: 600px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .dshw4h-uvNNAGEZ4O .image-wrapper img {
    height: 350px;
  }
}
.dshw4h-uvNNAGEZ4O .jpn-section-title {
  color: #ffffff;
}
.dshw4h-uvNNAGEZ4O .jpn-text {
  color: #000000;
}
.dshw4h-uvNNAGEZ4O .jpn-section-title,
.dshw4h-uvNNAGEZ4O .jpn-section-btn {
  color: #000000;
}
.dshw4h-uvNNcwBy9W {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.dshw4h-uvNNcwBy9W .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvNNcwBy9W .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.dshw4h-uvNNcwBy9W .social-row {
  display: flex;
  flex-wrap: wrap;
}
.dshw4h-uvNNcwBy9W .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.dshw4h-uvNNcwBy9W .socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .dshw4h-uvNNcwBy9W .row {
    text-align: center;
  }
  .dshw4h-uvNNcwBy9W .social-row {
    justify-content: center;
  }
}
.dshw4h-uvNNcwBy9W .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .dshw4h-uvNNcwBy9W .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .dshw4h-uvNNcwBy9W .list {
    margin-bottom: 0rem;
  }
}
.dshw4h-uvNNcwBy9W .jpn-text {
  color: #bbbbbb;
}
.dshw4h-uvNNcwBy9W .jpn-iconfont {
  color: black;
}
.dshw4h-uvNNcwBy9W .copyright {
  color: #ffffff;
}
.dshw4h-uvNND0IEyF {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.dshw4h-uvNND0IEyF nav.navbar {
  position: fixed;
}
.dshw4h-uvNND0IEyF .dropdown-item:before {
  font-family: japanhereproo2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.dshw4h-uvNND0IEyF .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.dshw4h-uvNND0IEyF .dropdown-item:hover,
.dshw4h-uvNND0IEyF .dropdown-item:focus {
  color: #000000 !important;
}
.dshw4h-uvNND0IEyF .dropdown-item:hover span {
  color: white;
}
.dshw4h-uvNND0IEyF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.dshw4h-uvNND0IEyF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.dshw4h-uvNND0IEyF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.dshw4h-uvNND0IEyF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.dshw4h-uvNND0IEyF .nav-link {
  position: relative;
}
.dshw4h-uvNND0IEyF .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .dshw4h-uvNND0IEyF .container {
    flex-wrap: nowrap;
  }
}
.dshw4h-uvNND0IEyF .navbar-caption:hover,
.dshw4h-uvNND0IEyF .navbar-caption:focus {
  color: #000000 !important;
}
.dshw4h-uvNND0IEyF .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.dshw4h-uvNND0IEyF .navbar-nav .nav-item {
  color: #24262b;
}
.dshw4h-uvNND0IEyF .navbar-nav .nav-item:hover {
  color: #000000;
}
.dshw4h-uvNND0IEyF .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.dshw4h-uvNND0IEyF .navbar-nav .nav-item a:hover {
  color: #000000 !important;
}
.dshw4h-uvNND0IEyF .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.dshw4h-uvNND0IEyF .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.dshw4h-uvNND0IEyF .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.dshw4h-uvNND0IEyF .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #000000 !important;
}
.dshw4h-uvNND0IEyF .dropdown-menu,
.dshw4h-uvNND0IEyF .navbar.opened {
  background: #c977ff !important;
}
.dshw4h-uvNND0IEyF .nav-item:focus,
.dshw4h-uvNND0IEyF .nav-link:focus {
  outline: none;
}
.dshw4h-uvNND0IEyF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.dshw4h-uvNND0IEyF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.dshw4h-uvNND0IEyF .dropdown .dropdown-menu .dropdown-item .jpn-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.dshw4h-uvNND0IEyF .dropdown .dropdown-menu .dropdown-item .jpn-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.dshw4h-uvNND0IEyF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.dshw4h-uvNND0IEyF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.dshw4h-uvNND0IEyF .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #c977ff;
  padding: 0 !important;
}
.dshw4h-uvNND0IEyF .navbar.opened {
  transition: all 0.3s;
}
.dshw4h-uvNND0IEyF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.dshw4h-uvNND0IEyF .navbar .navbar-logo img {
  width: auto;
}
.dshw4h-uvNND0IEyF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.dshw4h-uvNND0IEyF .navbar.collapsed {
  justify-content: center;
}
.dshw4h-uvNND0IEyF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.dshw4h-uvNND0IEyF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .dshw4h-uvNND0IEyF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.dshw4h-uvNND0IEyF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.dshw4h-uvNND0IEyF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.dshw4h-uvNND0IEyF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.dshw4h-uvNND0IEyF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.dshw4h-uvNND0IEyF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.dshw4h-uvNND0IEyF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .dshw4h-uvNND0IEyF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .dshw4h-uvNND0IEyF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .dshw4h-uvNND0IEyF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .dshw4h-uvNND0IEyF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .dshw4h-uvNND0IEyF .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .dshw4h-uvNND0IEyF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .dshw4h-uvNND0IEyF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .dshw4h-uvNND0IEyF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .dshw4h-uvNND0IEyF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .dshw4h-uvNND0IEyF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .dshw4h-uvNND0IEyF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .dshw4h-uvNND0IEyF .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.dshw4h-uvNND0IEyF .navbar.navbar-short {
  min-height: 70px;
}
.dshw4h-uvNND0IEyF .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 25%;
}
.dshw4h-uvNND0IEyF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.dshw4h-uvNND0IEyF .navbar-brand .navbar-logo a {
  outline: none;
}
.dshw4h-uvNND0IEyF .dropdown-item.active,
.dshw4h-uvNND0IEyF .dropdown-item:active {
  background-color: transparent;
}
.dshw4h-uvNND0IEyF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.dshw4h-uvNND0IEyF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.dshw4h-uvNND0IEyF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.dshw4h-uvNND0IEyF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c977ff;
}
.dshw4h-uvNND0IEyF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.dshw4h-uvNND0IEyF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.dshw4h-uvNND0IEyF ul.navbar-nav {
  flex-wrap: wrap;
}
.dshw4h-uvNND0IEyF .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.dshw4h-uvNND0IEyF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.dshw4h-uvNND0IEyF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.dshw4h-uvNND0IEyF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.dshw4h-uvNND0IEyF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.dshw4h-uvNND0IEyF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.dshw4h-uvNND0IEyF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.dshw4h-uvNND0IEyF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.dshw4h-uvNND0IEyF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.dshw4h-uvNND0IEyF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.dshw4h-uvNND0IEyF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.dshw4h-uvNND0IEyF .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.dshw4h-uvNND0IEyF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dshw4h-uvNND0IEyF .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .dshw4h-uvNND0IEyF .navbar {
    height: 70px;
  }
  .dshw4h-uvNND0IEyF .navbar.opened {
    height: auto;
  }
  .dshw4h-uvNND0IEyF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.dshw4h-uvNND0IEyF .container-fluid {
  padding: 0 1rem !important;
}
.dshw4h-uvNND0IEyF .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .dshw4h-uvNND0IEyF .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .dshw4h-uvNND0IEyF .navbar-collapse {
    width: 100%;
  }
  .dshw4h-uvNND0IEyF .navbar-nav {
    width: 100%;
  }
  .dshw4h-uvNND0IEyF .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.dshw4h-uvNNI3B30K {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f4e3ff;
}
.dshw4h-uvNNI3B30K .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvNNI3B30K .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.dshw4h-uvNNI3B30K .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .dshw4h-uvNNI3B30K img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .dshw4h-uvNNI3B30K img {
    padding-bottom: 2rem;
  }
}
.dshw4h-uvNNI3B30K .row {
  align-items: center;
}
.dshw4h-uvNNI3B30K .jpn-section-title {
  color: #000000;
}
.dshw4h-uvNNI3B30K .jpn-text,
.dshw4h-uvNNI3B30K .jpn-section-btn {
  color: #ffffff;
}
.dshw4h-uvNNI3B30K .jpn-section-subtitle {
  color: #000000;
}
.dshw4h-uvNNJxrLbO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e5bffd;
}
.dshw4h-uvNNJxrLbO .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvNNJxrLbO .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.dshw4h-uvNNJxrLbO .card {
  justify-content: flex-end;
}
.dshw4h-uvNNJxrLbO .title-wrapper .jpn-section-title {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .dshw4h-uvNNJxrLbO .title-wrapper .jpn-section-title {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .dshw4h-uvNNJxrLbO .title-wrapper .jpn-section-title {
    margin-bottom: 35px;
  }
}
.dshw4h-uvNNJxrLbO .text-wrapper .jpn-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .dshw4h-uvNNJxrLbO .text-wrapper .jpn-text {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .dshw4h-uvNNJxrLbO .text-wrapper .jpn-text {
    width: 100%;
    margin-bottom: 35px;
  }
}
.dshw4h-uvNNJxrLbO .card-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  min-height: 670px;
  padding: 50px;
}
@media (max-width: 992px) {
  .dshw4h-uvNNJxrLbO .card-wrapper {
    padding: 16px 16px 40px;
    min-height: 400px;
  }
}
.dshw4h-uvNNJxrLbO .card-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 3rem;
  object-fit: cover;
}
@media (max-width: 992px) {
  .dshw4h-uvNNJxrLbO .card-wrapper img {
    border-radius: 2rem;
  }
}
.dshw4h-uvNNJxrLbO .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  padding: 16px 24px;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 992px) {
  .dshw4h-uvNNJxrLbO .card-wrapper .card-wrap {
    display: block;
    padding: 16px;
  }
}
.dshw4h-uvNNJxrLbO .card-wrapper .card-wrap .content-wrap {
  display: flex;
  align-items: center;
  width: 50%;
  margin-right: 24px;
}
@media (max-width: 992px) {
  .dshw4h-uvNNJxrLbO .card-wrapper .card-wrap .content-wrap {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.dshw4h-uvNNJxrLbO .card-wrapper .card-wrap .content-wrap .card-date {
  padding: 8px 16px;
  background-color: #d0e59f;
  border-radius: .5rem;
  min-width: 75px;
  margin-right: 24px;
  margin-bottom: 0;
  line-height: 1.7;
}
@media (max-width: 992px) {
  .dshw4h-uvNNJxrLbO .card-wrapper .card-wrap .content-wrap .card-date {
    margin-right: 0;
    margin-bottom: 20px;
    min-width: auto;
    width: 100%;
  }
}
.dshw4h-uvNNJxrLbO .card-wrapper .card-wrap .content-wrap .title-wrap {
  width: 280px;
}
@media (max-width: 992px) {
  .dshw4h-uvNNJxrLbO .card-wrapper .card-wrap .content-wrap .title-wrap {
    width: 100%;
  }
}
.dshw4h-uvNNJxrLbO .card-wrapper .card-wrap .content-wrap .title-wrap .card-title {
  margin-bottom: 15px;
}
.dshw4h-uvNNJxrLbO .card-wrapper .card-wrap .content-wrap .title-wrap .card-desc {
  margin-bottom: 0;
}
.dshw4h-uvNNJxrLbO .card-wrapper .card-wrap .text-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .dshw4h-uvNNJxrLbO .card-wrapper .card-wrap .text-wrap {
    width: 100%;
  }
}
.dshw4h-uvNNJxrLbO .card-wrapper .card-wrap .text-wrap .item-text {
  margin-bottom: 0;
}
.dshw4h-uvNNJxrLbO .jpn-section-title {
  color: #000000;
}
.dshw4h-uvNNJxrLbO .jpn-text {
  color: #000000;
}
.dshw4h-uvNNJxrLbO .card-date {
  color: #000000;
  text-align: center;
}
.dshw4h-uvNNJxrLbO .card-title {
  color: #000000;
}
.dshw4h-uvNNJxrLbO .card-desc {
  color: #000000;
}
.dshw4h-uvNNJxrLbO .card-text {
  color: #000000;
}
.dshw4h-uvNNOn8Jv7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f4e3ff;
}
.dshw4h-uvNNOn8Jv7 .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvNNOn8Jv7 .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.dshw4h-uvNNOn8Jv7 .container-fluid {
  padding: 0;
}
@media (max-width: 1440px) {
  .dshw4h-uvNNOn8Jv7 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .dshw4h-uvNNOn8Jv7 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .dshw4h-uvNNOn8Jv7 .container {
    padding: 0 16px;
  }
}
.dshw4h-uvNNOn8Jv7 .image-wrapper {
  height: 100%;
}
.dshw4h-uvNNOn8Jv7 .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .dshw4h-uvNNOn8Jv7 .image-wrapper img {
    height: 400px;
    margin: 32px 0;
    border-radius: .3rem !important;
  }
}
.dshw4h-uvNNOn8Jv7 .content-wrapper {
  padding: 150px 150px 150px 32px ;
}
@media (max-width: 1440px) {
  .dshw4h-uvNNOn8Jv7 .content-wrapper {
    padding: 150px 96px 150px 32px;
  }
}
@media (max-width: 992px) {
  .dshw4h-uvNNOn8Jv7 .content-wrapper {
    padding: 0 0 48px 0;
  }
}
.dshw4h-uvNNOn8Jv7 .content-wrapper .jpn-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .dshw4h-uvNNOn8Jv7 .content-wrapper .jpn-section-title {
    margin-bottom: 16px;
  }
}
.dshw4h-uvNNOn8Jv7 .content-wrapper .jpn-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .dshw4h-uvNNOn8Jv7 .content-wrapper .jpn-text {
    margin-bottom: 16px;
  }
}
.dshw4h-uvNNOn8Jv7 .jpn-section-title {
  color: #1c1c1c;
}
.dshw4h-uvNNOn8Jv7 .jpn-text {
  color: #1c1c1c;
}
.dshw4h-uvNNUD0uQT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4e3ff;
}
.dshw4h-uvNNUD0uQT .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvNNUD0uQT .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.dshw4h-uvNNUD0uQT .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .dshw4h-uvNNUD0uQT .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .dshw4h-uvNNUD0uQT .container {
    padding: 0 30px;
  }
}
.dshw4h-uvNNUD0uQT .title-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .dshw4h-uvNNUD0uQT .title-wrapper {
    padding: 0 30px;
    height: auto;
  }
}
.dshw4h-uvNNUD0uQT .title-wrapper .title-wrap .jpn-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .dshw4h-uvNNUD0uQT .title-wrapper .title-wrap .jpn-section-title {
    margin-bottom: 30px;
  }
}
.dshw4h-uvNNUD0uQT .text-wrapper .jpn-text {
  margin-bottom: 0;
}
.dshw4h-uvNNUD0uQT .jpn-section-title {
  color: #000000;
}
.dshw4h-uvNNUD0uQT .jpn-text {
  color: #000000;
}
.dshw4h-uvNNSVKYaw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/main65-1024x1024.jpg");
}
.dshw4h-uvNNSVKYaw .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvNNSVKYaw .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.dshw4h-uvNNSVKYaw .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .dshw4h-uvNNSVKYaw .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .dshw4h-uvNNSVKYaw .container {
    padding: 0 20px;
  }
}
.dshw4h-uvNNSVKYaw .title-wrapper {
  padding: 150px 0;
}
@media (max-width: 768px) {
  .dshw4h-uvNNSVKYaw .title-wrapper {
    padding: 50px 0;
  }
}
.dshw4h-uvNNSVKYaw .title-wrapper .jpn-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .dshw4h-uvNNSVKYaw .title-wrapper .jpn-section-title {
    margin-bottom: 24px;
  }
}
.dshw4h-uvNNSVKYaw .jpn-section-title {
  color: #ffffff;
}
.dshw4h-uvNNSVKYaw .jpn-section-title,
.dshw4h-uvNNSVKYaw .jpn-section-btn {
  text-align: center;
}
.dshw4h-uvNNRWi66H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e5bffd;
}
.dshw4h-uvNNRWi66H .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvNNRWi66H .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.dshw4h-uvNNRWi66H .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .dshw4h-uvNNRWi66H .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .dshw4h-uvNNRWi66H .container {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .dshw4h-uvNNRWi66H .image-wrapper {
    padding: 0;
  }
}
.dshw4h-uvNNRWi66H .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 40px !important;
}
@media (max-width: 992px) {
  .dshw4h-uvNNRWi66H .image-wrapper img {
    height: 350px;
  }
}
.dshw4h-uvNNRWi66H .content-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .dshw4h-uvNNRWi66H .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.dshw4h-uvNNRWi66H .content-wrapper .jpn-section-title {
  margin-bottom: 16px;
}
.dshw4h-uvNNRWi66H .content-wrapper .jpn-section-subtitle {
  margin-bottom: 0;
}
.dshw4h-uvNNRWi66H .content-wrapper .jpn-text {
  margin: 64px 0 0;
}
@media (max-width: 992px) {
  .dshw4h-uvNNRWi66H .content-wrapper .jpn-text {
    margin: 32px 0 0;
  }
}
.dshw4h-uvNNRWi66H .content-wrapper .jpn-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .dshw4h-uvNNRWi66H .content-wrapper .jpn-section-btn {
    margin-top: 32px;
  }
}
.dshw4h-uvNNRWi66H .jpn-section-title {
  color: #262642;
}
.dshw4h-uvNNRWi66H .jpn-section-subtitle {
  color: #8e8ead;
}
.dshw4h-uvNNRWi66H .jpn-text {
  color: #000000;
}
.dshw4h-uvNNRWi66H .jpn-section-title,
.dshw4h-uvNNRWi66H .jpn-section-btn {
  color: #000000;
}
.dshw4h-uvNNTIpqtF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e5bffd;
}
.dshw4h-uvNNTIpqtF .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvNNTIpqtF .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.dshw4h-uvNNTIpqtF .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .dshw4h-uvNNTIpqtF .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .dshw4h-uvNNTIpqtF .container {
    padding: 0 30px;
  }
}
.dshw4h-uvNNTIpqtF .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .dshw4h-uvNNTIpqtF .image-wrapper {
    height: auto;
    margin-bottom: 20px;
  }
}
.dshw4h-uvNNTIpqtF .image-wrapper img {
  height: 250px;
  object-fit: cover;
  border-radius: 3em;
}
.dshw4h-uvNNTIpqtF .text-wrapper {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .dshw4h-uvNNTIpqtF .text-wrapper {
    margin: 0;
  }
}
.dshw4h-uvNNTIpqtF .text-wrapper .jpn-text {
  margin-bottom: 0;
}
.dshw4h-uvNNTIpqtF .jpn-text {
  color: #000000;
}
.dshw4h-uvNNWOLKDd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4e3ff;
}
.dshw4h-uvNNWOLKDd .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvNNWOLKDd .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.dshw4h-uvNNWOLKDd .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .dshw4h-uvNNWOLKDd .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .dshw4h-uvNNWOLKDd .container {
    padding: 0 30px;
  }
}
.dshw4h-uvNNWOLKDd .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .dshw4h-uvNNWOLKDd .image-wrapper {
    height: auto;
    margin-bottom: 20px;
  }
}
.dshw4h-uvNNWOLKDd .image-wrapper img {
  height: 500px;
  object-fit: cover;
  border-radius: 3em;
}
@media (max-width: 992px) {
  .dshw4h-uvNNWOLKDd .image-wrapper img {
    height: 300px;
  }
}
.dshw4h-uvNNWOLKDd .text-wrapper {
  margin-left: 32px;
  margin-left: 0;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .dshw4h-uvNNWOLKDd .text-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .dshw4h-uvNNWOLKDd .text-wrapper {
    margin: 0;
  }
}
.dshw4h-uvNNWOLKDd .text-wrapper .jpn-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .dshw4h-uvNNWOLKDd .text-wrapper .jpn-section-title {
    margin-bottom: 30px;
  }
}
.dshw4h-uvNNWOLKDd .text-wrapper .jpn-text {
  margin-bottom: 20px;
}
.dshw4h-uvNNWOLKDd .jpn-section-title {
  color: #ffffff;
}
.dshw4h-uvNNWOLKDd .jpn-text {
  color: #000000;
}
.dshw4h-uvNNWOLKDd .jpn-section-title,
.dshw4h-uvNNWOLKDd .jpn-section-btn {
  color: #000000;
}
.dshw4h-uvNND5wXT4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.dshw4h-uvNND5wXT4 .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvNND5wXT4 .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.dshw4h-uvNND5wXT4 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.dshw4h-uvNND5wXT4 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.dshw4h-uvNND5wXT4 .socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .dshw4h-uvNND5wXT4 .row {
    text-align: center;
  }
  .dshw4h-uvNND5wXT4 .social-row {
    justify-content: center;
  }
}
.dshw4h-uvNND5wXT4 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .dshw4h-uvNND5wXT4 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .dshw4h-uvNND5wXT4 .list {
    margin-bottom: 0rem;
  }
}
.dshw4h-uvNND5wXT4 .jpn-text {
  color: #bbbbbb;
}
.dshw4h-uvNND5wXT4 .jpn-iconfont {
  color: black;
}
.dshw4h-uvNND5wXT4 .copyright {
  color: #ffffff;
}
.dshw4h-uvNO3bqxb7 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.dshw4h-uvNO3bqxb7 nav.navbar {
  position: fixed;
}
.dshw4h-uvNO3bqxb7 .dropdown-item:before {
  font-family: japanhereproo2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.dshw4h-uvNO3bqxb7 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.dshw4h-uvNO3bqxb7 .dropdown-item:hover,
.dshw4h-uvNO3bqxb7 .dropdown-item:focus {
  color: #000000 !important;
}
.dshw4h-uvNO3bqxb7 .dropdown-item:hover span {
  color: white;
}
.dshw4h-uvNO3bqxb7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.dshw4h-uvNO3bqxb7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.dshw4h-uvNO3bqxb7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.dshw4h-uvNO3bqxb7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.dshw4h-uvNO3bqxb7 .nav-link {
  position: relative;
}
.dshw4h-uvNO3bqxb7 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .dshw4h-uvNO3bqxb7 .container {
    flex-wrap: nowrap;
  }
}
.dshw4h-uvNO3bqxb7 .navbar-caption:hover,
.dshw4h-uvNO3bqxb7 .navbar-caption:focus {
  color: #000000 !important;
}
.dshw4h-uvNO3bqxb7 .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.dshw4h-uvNO3bqxb7 .navbar-nav .nav-item {
  color: #24262b;
}
.dshw4h-uvNO3bqxb7 .navbar-nav .nav-item:hover {
  color: #000000;
}
.dshw4h-uvNO3bqxb7 .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.dshw4h-uvNO3bqxb7 .navbar-nav .nav-item a:hover {
  color: #000000 !important;
}
.dshw4h-uvNO3bqxb7 .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.dshw4h-uvNO3bqxb7 .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.dshw4h-uvNO3bqxb7 .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.dshw4h-uvNO3bqxb7 .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #000000 !important;
}
.dshw4h-uvNO3bqxb7 .dropdown-menu,
.dshw4h-uvNO3bqxb7 .navbar.opened {
  background: #c977ff !important;
}
.dshw4h-uvNO3bqxb7 .nav-item:focus,
.dshw4h-uvNO3bqxb7 .nav-link:focus {
  outline: none;
}
.dshw4h-uvNO3bqxb7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.dshw4h-uvNO3bqxb7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.dshw4h-uvNO3bqxb7 .dropdown .dropdown-menu .dropdown-item .jpn-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.dshw4h-uvNO3bqxb7 .dropdown .dropdown-menu .dropdown-item .jpn-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.dshw4h-uvNO3bqxb7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.dshw4h-uvNO3bqxb7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.dshw4h-uvNO3bqxb7 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #c977ff;
  padding: 0 !important;
}
.dshw4h-uvNO3bqxb7 .navbar.opened {
  transition: all 0.3s;
}
.dshw4h-uvNO3bqxb7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.dshw4h-uvNO3bqxb7 .navbar .navbar-logo img {
  width: auto;
}
.dshw4h-uvNO3bqxb7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.dshw4h-uvNO3bqxb7 .navbar.collapsed {
  justify-content: center;
}
.dshw4h-uvNO3bqxb7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.dshw4h-uvNO3bqxb7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .dshw4h-uvNO3bqxb7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.dshw4h-uvNO3bqxb7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.dshw4h-uvNO3bqxb7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.dshw4h-uvNO3bqxb7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.dshw4h-uvNO3bqxb7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.dshw4h-uvNO3bqxb7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.dshw4h-uvNO3bqxb7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .dshw4h-uvNO3bqxb7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .dshw4h-uvNO3bqxb7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .dshw4h-uvNO3bqxb7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .dshw4h-uvNO3bqxb7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .dshw4h-uvNO3bqxb7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .dshw4h-uvNO3bqxb7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .dshw4h-uvNO3bqxb7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .dshw4h-uvNO3bqxb7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .dshw4h-uvNO3bqxb7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .dshw4h-uvNO3bqxb7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .dshw4h-uvNO3bqxb7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .dshw4h-uvNO3bqxb7 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.dshw4h-uvNO3bqxb7 .navbar.navbar-short {
  min-height: 70px;
}
.dshw4h-uvNO3bqxb7 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 25%;
}
.dshw4h-uvNO3bqxb7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.dshw4h-uvNO3bqxb7 .navbar-brand .navbar-logo a {
  outline: none;
}
.dshw4h-uvNO3bqxb7 .dropdown-item.active,
.dshw4h-uvNO3bqxb7 .dropdown-item:active {
  background-color: transparent;
}
.dshw4h-uvNO3bqxb7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.dshw4h-uvNO3bqxb7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.dshw4h-uvNO3bqxb7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.dshw4h-uvNO3bqxb7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c977ff;
}
.dshw4h-uvNO3bqxb7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.dshw4h-uvNO3bqxb7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.dshw4h-uvNO3bqxb7 ul.navbar-nav {
  flex-wrap: wrap;
}
.dshw4h-uvNO3bqxb7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.dshw4h-uvNO3bqxb7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.dshw4h-uvNO3bqxb7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.dshw4h-uvNO3bqxb7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.dshw4h-uvNO3bqxb7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.dshw4h-uvNO3bqxb7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.dshw4h-uvNO3bqxb7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.dshw4h-uvNO3bqxb7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.dshw4h-uvNO3bqxb7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.dshw4h-uvNO3bqxb7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.dshw4h-uvNO3bqxb7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.dshw4h-uvNO3bqxb7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.dshw4h-uvNO3bqxb7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dshw4h-uvNO3bqxb7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .dshw4h-uvNO3bqxb7 .navbar {
    height: 70px;
  }
  .dshw4h-uvNO3bqxb7 .navbar.opened {
    height: auto;
  }
  .dshw4h-uvNO3bqxb7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.dshw4h-uvNO3bqxb7 .container-fluid {
  padding: 0 1rem !important;
}
.dshw4h-uvNO3bqxb7 .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .dshw4h-uvNO3bqxb7 .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .dshw4h-uvNO3bqxb7 .navbar-collapse {
    width: 100%;
  }
  .dshw4h-uvNO3bqxb7 .navbar-nav {
    width: 100%;
  }
  .dshw4h-uvNO3bqxb7 .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.dshw4h-uvNO9yrKcr {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #f4e3ff;
}
.dshw4h-uvNO9yrKcr .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvNO9yrKcr .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.dshw4h-uvNO9yrKcr .text-wrapper {
  padding: 5rem;
}
@media (max-width: 767px) {
  .dshw4h-uvNO9yrKcr .text-wrapper {
    padding: 3rem 1rem;
  }
}
.dshw4h-uvNO9yrKcr .wrapper {
  background: #e5bffd;
  border-radius: 2rem;
  overflow: hidden;
}
.dshw4h-uvNO9yrKcr .image-wrapper {
  padding: 0;
}
.dshw4h-uvNO9yrKcr .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.dshw4h-uvNOnLE1JM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e5bffd;
  overflow: hidden;
}
.dshw4h-uvNOnLE1JM .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvNOnLE1JM .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .dshw4h-uvNOnLE1JM .container {
    padding: 0 16px;
  }
}
.dshw4h-uvNOnLE1JM .row {
  justify-content: center;
}
.dshw4h-uvNOnLE1JM .content-wrapper {
  position: relative;
}
.dshw4h-uvNOnLE1JM .content-wrapper .icon-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .dshw4h-uvNOnLE1JM .content-wrapper .icon-wrapper {
    margin-bottom: 40px;
  }
}
.dshw4h-uvNOnLE1JM .content-wrapper .icon-wrapper .jpn-iconfont {
  font-size: 42px;
  color: #f1634f;
  display: inline-flex;
}
.dshw4h-uvNOnLE1JM .content-wrapper .jpn-text {
  margin-bottom: 0;
}
.dshw4h-uvNOnLE1JM .content-wrapper .jpn-text span {
  color: #f1634f;
}
.dshw4h-uvNOnLE1JM .content-wrapper .decor-wrapper {
  position: absolute;
  top: -10%;
  left: -12rem;
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #e59e4d -10%, transparent 70%);
}
.dshw4h-uvNOnLE1JM .jpn-text {
  color: #000000;
}
.dshw4h-uvNOnLE1JM .jpn-text,
.dshw4h-uvNOnLE1JM .icon-wrapper {
  text-align: center;
}
.dshw4h-uvNObLuBEF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f4e3ff;
}
.dshw4h-uvNObLuBEF .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvNObLuBEF .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.dshw4h-uvNObLuBEF .content-wrapper {
  background: #e5bffd;
}
@media (max-width: 991px) {
  .dshw4h-uvNObLuBEF .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .dshw4h-uvNObLuBEF .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .dshw4h-uvNObLuBEF .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .dshw4h-uvNObLuBEF .content-wrapper {
    padding: 5rem 3rem;
  }
  .dshw4h-uvNObLuBEF .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.dshw4h-uvNObLuBEF .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.dshw4h-uvNOcGVZXZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/main70-1024x1024.jpg");
}
.dshw4h-uvNOcGVZXZ .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvNOcGVZXZ .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.dshw4h-uvNOcGVZXZ .jpn-text,
.dshw4h-uvNOcGVZXZ .jpn-section-btn {
  color: #232323;
}
.dshw4h-uvNOcGVZXZ .card-title,
.dshw4h-uvNOcGVZXZ .card-box {
  color: #ffffff;
}
.dshw4h-uvNOcGVZXZ .jpn-text,
.dshw4h-uvNOcGVZXZ .link-wrap {
  color: #ffffff;
}
.dshw4h-uvNOcaiP7b {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f4e3ff;
}
.dshw4h-uvNOcaiP7b .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvNOcaiP7b .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.dshw4h-uvNOcaiP7b .row {
  align-items: center;
}
@media (max-width: 991px) {
  .dshw4h-uvNOcaiP7b .row {
    flex-direction: column-reverse;
  }
  .dshw4h-uvNOcaiP7b .image-wrapper {
    margin-bottom: 2rem;
  }
  .dshw4h-uvNOcaiP7b .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .dshw4h-uvNOcaiP7b .card-wrapper {
    padding-right: 2rem;
  }
}
.dshw4h-uvNOcaiP7b .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.dshw4h-uvNOfupuzD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e5bffd;
}
.dshw4h-uvNOfupuzD .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvNOfupuzD .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.dshw4h-uvNOfupuzD .row {
  justify-content: space-between;
}
.dshw4h-uvNOfupuzD .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .dshw4h-uvNOfupuzD .content-wrapper {
    padding: 0;
  }
}
.dshw4h-uvNOfupuzD .content-wrapper .jpn-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .dshw4h-uvNOfupuzD .content-wrapper .jpn-section-title {
    margin-bottom: 20px;
  }
}
.dshw4h-uvNOfupuzD .content-wrapper .jpn-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .dshw4h-uvNOfupuzD .content-wrapper .jpn-text {
    margin-bottom: 20px;
  }
}
.dshw4h-uvNOfupuzD .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.dshw4h-uvNOfupuzD .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.dshw4h-uvNOfupuzD .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.dshw4h-uvNOfupuzD .content-wrapper .logo-wrapper .logo-wrap .jpn-desc {
  margin-bottom: 0;
}
.dshw4h-uvNOfupuzD .jpn-section-title {
  color: #000000;
}
.dshw4h-uvNOfupuzD .jpn-desc {
  color: #000000;
}
.dshw4h-uvNOfupuzD .jpn-text {
  color: #000000;
}
.dshw4h-uvNOi4B8TI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f4e3ff;
}
.dshw4h-uvNOi4B8TI .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvNOi4B8TI .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.dshw4h-uvNOi4B8TI .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .dshw4h-uvNOi4B8TI .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .dshw4h-uvNOi4B8TI .container {
    padding: 0 20px;
  }
}
.dshw4h-uvNOi4B8TI .row {
  justify-content: space-between;
}
.dshw4h-uvNOi4B8TI .card {
  justify-content: center;
}
.dshw4h-uvNOi4B8TI .image-wrapper img {
  height: 100vh;
  object-fit: cover;
}
@media (max-width: 992px) {
  .dshw4h-uvNOi4B8TI .image-wrapper img {
    height: 350px;
  }
}
.dshw4h-uvNOi4B8TI .content-wrapper {
  padding: 80px 156px 80px 86px;
}
@media (max-width: 1440px) {
  .dshw4h-uvNOi4B8TI .content-wrapper {
    padding: 80px 156px 80px 50px;
  }
}
@media (max-width: 1200px) {
  .dshw4h-uvNOi4B8TI .content-wrapper {
    padding: 80px 106px 80px 50px;
  }
}
@media (max-width: 992px) {
  .dshw4h-uvNOi4B8TI .content-wrapper {
    padding: 40px 0 80px;
  }
}
.dshw4h-uvNOi4B8TI .content-wrapper .jpn-desc {
  margin-bottom: 20px;
}
.dshw4h-uvNOi4B8TI .content-wrapper .jpn-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .dshw4h-uvNOi4B8TI .content-wrapper .jpn-section-title {
    margin-bottom: 40px;
  }
}
.dshw4h-uvNOi4B8TI .content-wrapper .jpn-text {
  margin-bottom: 0;
}
.dshw4h-uvNOi4B8TI .jpn-desc {
  color: #1e1d1c;
}
.dshw4h-uvNOi4B8TI .jpn-section-title {
  color: #1e1d1c;
}
.dshw4h-uvNOi4B8TI .jpn-text {
  color: #1e1d1c;
}
.dshw4h-uvNOlp2rVj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e5bffd;
  overflow: hidden;
}
.dshw4h-uvNOlp2rVj .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvNOlp2rVj .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .dshw4h-uvNOlp2rVj .container {
    padding: 0 30px;
  }
}
.dshw4h-uvNOlp2rVj .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .dshw4h-uvNOlp2rVj .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .dshw4h-uvNOlp2rVj .content-wrapper {
    padding: 0;
  }
}
.dshw4h-uvNOlp2rVj .content-wrapper .desc-wrapper .jpn-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .dshw4h-uvNOlp2rVj .content-wrapper .desc-wrapper .jpn-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.dshw4h-uvNOlp2rVj .content-wrapper .desc-wrapper .jpn-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #254b45;
}
@media (max-width: 992px) {
  .dshw4h-uvNOlp2rVj .content-wrapper .desc-wrapper .jpn-desc::before {
    width: 40px;
  }
}
.dshw4h-uvNOlp2rVj .content-wrapper .jpn-section-title {
  margin-bottom: 180px;
}
@media (max-width: 992px) {
  .dshw4h-uvNOlp2rVj .content-wrapper .jpn-section-title {
    margin-bottom: 80px;
  }
}
.dshw4h-uvNOlp2rVj .content-wrapper .text-wrapper {
  padding-left: 240px;
}
@media (max-width: 1440px) {
  .dshw4h-uvNOlp2rVj .content-wrapper .text-wrapper {
    padding-left: 120px;
  }
}
@media (max-width: 992px) {
  .dshw4h-uvNOlp2rVj .content-wrapper .text-wrapper {
    padding-left: 0;
  }
}
.dshw4h-uvNOlp2rVj .content-wrapper .text-wrapper .jpn-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .dshw4h-uvNOlp2rVj .content-wrapper .text-wrapper .jpn-text {
    margin-bottom: 30px;
  }
}
.dshw4h-uvNOlp2rVj .jpn-desc {
  color: #254b45;
}
.dshw4h-uvNOlp2rVj .jpn-section-title {
  color: #000000;
}
.dshw4h-uvNOlp2rVj .jpn-text {
  color: #254b45;
}
.dshw4h-uvNOlp2rVj .jpn-text,
.dshw4h-uvNOlp2rVj .jpn-section-btn {
  color: #000000;
}
.dshw4h-uvNOkoZg1x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4e3ff;
  overflow: hidden;
}
.dshw4h-uvNOkoZg1x .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvNOkoZg1x .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .dshw4h-uvNOkoZg1x .container {
    padding: 0 30px;
  }
}
.dshw4h-uvNOkoZg1x .content-wrapper .image-wrapper {
  position: relative;
  margin: 0 120px;
}
@media (max-width: 992px) {
  .dshw4h-uvNOkoZg1x .content-wrapper .image-wrapper {
    margin: 0;
  }
}
.dshw4h-uvNOkoZg1x .content-wrapper .image-wrapper img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .dshw4h-uvNOkoZg1x .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.dshw4h-uvNOkoZg1x .content-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 146px;
  height: 146px;
  background-image: linear-gradient(45deg, #e5bffd 50%, #f4e3ff 50%);
  z-index: 1;
}
@media (max-width: 992px) {
  .dshw4h-uvNOkoZg1x .content-wrapper .image-wrapper::before {
    width: 50px;
    height: 50px;
  }
}
.dshw4h-uvNOkoZg1x .content-wrapper .content-wrap {
  padding: 80px 120px 0;
  border-top: 1px solid #000000;
  position: relative;
  margin-top: 180px;
}
.dshw4h-uvNOkoZg1x .content-wrapper .content-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #000000;
}
@media (max-width: 992px) {
  .dshw4h-uvNOkoZg1x .content-wrapper .content-wrap {
    margin-top: 80px;
  }
}
@media (max-width: 1440px) {
  .dshw4h-uvNOkoZg1x .content-wrapper .content-wrap {
    padding: 80px 60px 0;
  }
}
@media (max-width: 992px) {
  .dshw4h-uvNOkoZg1x .content-wrapper .content-wrap {
    padding: 40px 0 0;
  }
}
.dshw4h-uvNOkoZg1x .content-wrapper .content-wrap .jpn-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .dshw4h-uvNOkoZg1x .content-wrapper .content-wrap .jpn-section-title {
    margin-bottom: 40px;
  }
}
.dshw4h-uvNOkoZg1x .jpn-section-title {
  color: #bee0d6;
}
.dshw4h-uvNOkoZg1x .jpn-section-title,
.dshw4h-uvNOkoZg1x .jpn-section-btn {
  text-align: center;
  color: #000000;
}
.dshw4h-uvNO3gAQri {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.dshw4h-uvNO3gAQri .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvNO3gAQri .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.dshw4h-uvNO3gAQri .social-row {
  display: flex;
  flex-wrap: wrap;
}
.dshw4h-uvNO3gAQri .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.dshw4h-uvNO3gAQri .socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .dshw4h-uvNO3gAQri .row {
    text-align: center;
  }
  .dshw4h-uvNO3gAQri .social-row {
    justify-content: center;
  }
}
.dshw4h-uvNO3gAQri .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .dshw4h-uvNO3gAQri .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .dshw4h-uvNO3gAQri .list {
    margin-bottom: 0rem;
  }
}
.dshw4h-uvNO3gAQri .jpn-text {
  color: #bbbbbb;
}
.dshw4h-uvNO3gAQri .jpn-iconfont {
  color: black;
}
.dshw4h-uvNO3gAQri .copyright {
  color: #ffffff;
}
.dshw4h-uvNOpFPAHY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.dshw4h-uvNOpFPAHY nav.navbar {
  position: fixed;
}
.dshw4h-uvNOpFPAHY .dropdown-item:before {
  font-family: japanhereproo2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.dshw4h-uvNOpFPAHY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.dshw4h-uvNOpFPAHY .dropdown-item:hover,
.dshw4h-uvNOpFPAHY .dropdown-item:focus {
  color: #000000 !important;
}
.dshw4h-uvNOpFPAHY .dropdown-item:hover span {
  color: white;
}
.dshw4h-uvNOpFPAHY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.dshw4h-uvNOpFPAHY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.dshw4h-uvNOpFPAHY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.dshw4h-uvNOpFPAHY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.dshw4h-uvNOpFPAHY .nav-link {
  position: relative;
}
.dshw4h-uvNOpFPAHY .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .dshw4h-uvNOpFPAHY .container {
    flex-wrap: nowrap;
  }
}
.dshw4h-uvNOpFPAHY .navbar-caption:hover,
.dshw4h-uvNOpFPAHY .navbar-caption:focus {
  color: #000000 !important;
}
.dshw4h-uvNOpFPAHY .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.dshw4h-uvNOpFPAHY .navbar-nav .nav-item {
  color: #24262b;
}
.dshw4h-uvNOpFPAHY .navbar-nav .nav-item:hover {
  color: #000000;
}
.dshw4h-uvNOpFPAHY .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.dshw4h-uvNOpFPAHY .navbar-nav .nav-item a:hover {
  color: #000000 !important;
}
.dshw4h-uvNOpFPAHY .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.dshw4h-uvNOpFPAHY .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.dshw4h-uvNOpFPAHY .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.dshw4h-uvNOpFPAHY .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #000000 !important;
}
.dshw4h-uvNOpFPAHY .dropdown-menu,
.dshw4h-uvNOpFPAHY .navbar.opened {
  background: #c977ff !important;
}
.dshw4h-uvNOpFPAHY .nav-item:focus,
.dshw4h-uvNOpFPAHY .nav-link:focus {
  outline: none;
}
.dshw4h-uvNOpFPAHY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.dshw4h-uvNOpFPAHY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.dshw4h-uvNOpFPAHY .dropdown .dropdown-menu .dropdown-item .jpn-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.dshw4h-uvNOpFPAHY .dropdown .dropdown-menu .dropdown-item .jpn-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.dshw4h-uvNOpFPAHY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.dshw4h-uvNOpFPAHY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.dshw4h-uvNOpFPAHY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #c977ff;
  padding: 0 !important;
}
.dshw4h-uvNOpFPAHY .navbar.opened {
  transition: all 0.3s;
}
.dshw4h-uvNOpFPAHY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.dshw4h-uvNOpFPAHY .navbar .navbar-logo img {
  width: auto;
}
.dshw4h-uvNOpFPAHY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.dshw4h-uvNOpFPAHY .navbar.collapsed {
  justify-content: center;
}
.dshw4h-uvNOpFPAHY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.dshw4h-uvNOpFPAHY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .dshw4h-uvNOpFPAHY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.dshw4h-uvNOpFPAHY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.dshw4h-uvNOpFPAHY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.dshw4h-uvNOpFPAHY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.dshw4h-uvNOpFPAHY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.dshw4h-uvNOpFPAHY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.dshw4h-uvNOpFPAHY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .dshw4h-uvNOpFPAHY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .dshw4h-uvNOpFPAHY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .dshw4h-uvNOpFPAHY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .dshw4h-uvNOpFPAHY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .dshw4h-uvNOpFPAHY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .dshw4h-uvNOpFPAHY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .dshw4h-uvNOpFPAHY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .dshw4h-uvNOpFPAHY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .dshw4h-uvNOpFPAHY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .dshw4h-uvNOpFPAHY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .dshw4h-uvNOpFPAHY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .dshw4h-uvNOpFPAHY .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.dshw4h-uvNOpFPAHY .navbar.navbar-short {
  min-height: 70px;
}
.dshw4h-uvNOpFPAHY .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 25%;
}
.dshw4h-uvNOpFPAHY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.dshw4h-uvNOpFPAHY .navbar-brand .navbar-logo a {
  outline: none;
}
.dshw4h-uvNOpFPAHY .dropdown-item.active,
.dshw4h-uvNOpFPAHY .dropdown-item:active {
  background-color: transparent;
}
.dshw4h-uvNOpFPAHY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.dshw4h-uvNOpFPAHY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.dshw4h-uvNOpFPAHY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.dshw4h-uvNOpFPAHY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c977ff;
}
.dshw4h-uvNOpFPAHY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.dshw4h-uvNOpFPAHY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.dshw4h-uvNOpFPAHY ul.navbar-nav {
  flex-wrap: wrap;
}
.dshw4h-uvNOpFPAHY .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.dshw4h-uvNOpFPAHY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.dshw4h-uvNOpFPAHY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.dshw4h-uvNOpFPAHY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.dshw4h-uvNOpFPAHY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.dshw4h-uvNOpFPAHY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.dshw4h-uvNOpFPAHY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.dshw4h-uvNOpFPAHY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.dshw4h-uvNOpFPAHY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.dshw4h-uvNOpFPAHY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.dshw4h-uvNOpFPAHY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.dshw4h-uvNOpFPAHY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.dshw4h-uvNOpFPAHY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dshw4h-uvNOpFPAHY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .dshw4h-uvNOpFPAHY .navbar {
    height: 70px;
  }
  .dshw4h-uvNOpFPAHY .navbar.opened {
    height: auto;
  }
  .dshw4h-uvNOpFPAHY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.dshw4h-uvNOpFPAHY .container-fluid {
  padding: 0 1rem !important;
}
.dshw4h-uvNOpFPAHY .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .dshw4h-uvNOpFPAHY .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .dshw4h-uvNOpFPAHY .navbar-collapse {
    width: 100%;
  }
  .dshw4h-uvNOpFPAHY .navbar-nav {
    width: 100%;
  }
  .dshw4h-uvNOpFPAHY .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.dshw4h-uvNOtF862h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e5bffd;
}
.dshw4h-uvNOtF862h .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvNOtF862h .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.dshw4h-uvNOtF862h .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .dshw4h-uvNOtF862h .content-wrapper {
    padding: 30px 20px;
  }
}
.dshw4h-uvNOtF862h .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.dshw4h-uvNOtF862h .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dshw4h-uvNOtF862h .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #c977ff 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.dshw4h-uvNOtF862h .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .dshw4h-uvNOtF862h .content-wrapper .content-wrap {
    width: 100%;
  }
}
.dshw4h-uvNOtF862h .content-wrapper .content-wrap .desc-wrapper .jpn-desc {
  display: inline-block;
  background-color: #fff1e2;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.dshw4h-uvNOtF862h .content-wrapper .content-wrap .jpn-section-title {
  margin-bottom: 32px;
}
.dshw4h-uvNOtF862h .content-wrapper .content-wrap .jpn-text {
  margin-bottom: 0;
}
.dshw4h-uvNOtF862h .content-wrapper .content-wrap .jpn-section-btn {
  margin-top: 64px;
}
.dshw4h-uvNOtF862h .content-wrapper .content-wrap .jpn-section-btn .btn {
  margin-bottom: 0;
}
.dshw4h-uvNOtF862h .jpn-section-title {
  color: #404349;
}
.dshw4h-uvNOtF862h .jpn-text {
  color: #ffffff;
}
.dshw4h-uvNOtF862h .jpn-desc {
  color: #b19a7c;
}
.dshw4h-uvNOtF862h .jpn-section-title,
.dshw4h-uvNOtF862h .jpn-section-btn {
  color: #ffffff;
}
.dshw4h-uvNOXs2MYa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4e3ff;
}
.dshw4h-uvNOXs2MYa .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvNOXs2MYa .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.dshw4h-uvNOXs2MYa .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .dshw4h-uvNOXs2MYa .content-wrapper {
    margin-bottom: 35px;
  }
}
.dshw4h-uvNOXs2MYa .content-wrapper .jpn-desc {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .dshw4h-uvNOXs2MYa .content-wrapper .jpn-desc {
    margin-bottom: 20px;
  }
}
.dshw4h-uvNOXs2MYa .content-wrapper .jpn-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .dshw4h-uvNOXs2MYa .content-wrapper .jpn-section-title {
    margin-bottom: 20px;
  }
}
.dshw4h-uvNOXs2MYa .content-wrapper .jpn-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .dshw4h-uvNOXs2MYa .content-wrapper .jpn-text {
    margin-bottom: 15px;
  }
}
.dshw4h-uvNOXs2MYa .image-wrapper {
  padding-left: 30px;
}
@media (max-width: 992px) {
  .dshw4h-uvNOXs2MYa .image-wrapper {
    padding-left: 0;
  }
}
.dshw4h-uvNOXs2MYa .image-wrapper img {
  height: 540px;
  object-fit: cover;
  border-radius: 0 16rem;
}
@media (max-width: 992px) {
  .dshw4h-uvNOXs2MYa .image-wrapper img {
    height: 350px;
    border-radius: 0 8rem;
  }
}
.dshw4h-uvNOXs2MYa .jpn-section-title {
  color: #000000;
}
.dshw4h-uvNOXs2MYa .jpn-desc {
  color: #000000;
}
.dshw4h-uvNOXs2MYa .jpn-text {
  color: #000000;
}
.dshw4h-uvNP0JcaGb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #e5bffd;
}
.dshw4h-uvNP0JcaGb .decor-wrap_1 {
  position: absolute;
  top: -65%;
  right: -10rem;
  width: 474px;
  height: 474px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.dshw4h-uvNP0JcaGb .decor-wrap_2 {
  position: absolute;
  bottom: -25%;
  left: -2rem;
  width: 254px;
  height: 254px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.dshw4h-uvNP0JcaGb .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvNP0JcaGb .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .dshw4h-uvNP0JcaGb .container {
    padding: 0 30px;
  }
}
.dshw4h-uvNP0JcaGb .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.dshw4h-uvNP0JcaGb .title-wrapper .jpn-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .dshw4h-uvNP0JcaGb .title-wrapper .jpn-section-title {
    margin-bottom: 30px;
  }
}
.dshw4h-uvNP0JcaGb .text-wrapper {
  border-left: 1px solid #000000;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .dshw4h-uvNP0JcaGb .text-wrapper {
    padding-left: 20px;
  }
}
.dshw4h-uvNP0JcaGb .text-wrapper .jpn-text {
  margin-bottom: 0;
}
.dshw4h-uvNP0JcaGb .jpn-section-title {
  color: #000000;
}
.dshw4h-uvNP0JcaGb .jpn-text {
  color: #000000;
}
.dshw4h-uvNOZNAXiw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f4e3ff;
}
.dshw4h-uvNOZNAXiw .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvNOZNAXiw .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.dshw4h-uvNOZNAXiw .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .dshw4h-uvNOZNAXiw .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .dshw4h-uvNOZNAXiw .container {
    padding: 0 20px;
  }
}
.dshw4h-uvNOZNAXiw .row {
  justify-content: space-between;
}
.dshw4h-uvNOZNAXiw .card {
  justify-content: center;
}
.dshw4h-uvNOZNAXiw .image-wrapper img {
  height: 100vh;
  object-fit: cover;
}
@media (max-width: 992px) {
  .dshw4h-uvNOZNAXiw .image-wrapper img {
    height: 350px;
  }
}
.dshw4h-uvNOZNAXiw .content-wrapper {
  padding: 80px 156px 80px 86px;
}
@media (max-width: 1440px) {
  .dshw4h-uvNOZNAXiw .content-wrapper {
    padding: 80px 156px 80px 50px;
  }
}
@media (max-width: 1200px) {
  .dshw4h-uvNOZNAXiw .content-wrapper {
    padding: 80px 106px 80px 50px;
  }
}
@media (max-width: 992px) {
  .dshw4h-uvNOZNAXiw .content-wrapper {
    padding: 40px 0 80px;
  }
}
.dshw4h-uvNOZNAXiw .content-wrapper .jpn-desc {
  margin-bottom: 20px;
}
.dshw4h-uvNOZNAXiw .content-wrapper .jpn-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .dshw4h-uvNOZNAXiw .content-wrapper .jpn-section-title {
    margin-bottom: 40px;
  }
}
.dshw4h-uvNOZNAXiw .content-wrapper .jpn-text {
  margin-bottom: 0;
}
.dshw4h-uvNOZNAXiw .jpn-desc {
  color: #1e1d1c;
}
.dshw4h-uvNOZNAXiw .jpn-section-title {
  color: #1e1d1c;
}
.dshw4h-uvNOZNAXiw .jpn-text {
  color: #1e1d1c;
}
.dshw4h-uvNP7uWPE4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e5bffd;
  overflow: hidden;
}
.dshw4h-uvNP7uWPE4 .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvNP7uWPE4 .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .dshw4h-uvNP7uWPE4 .container {
    padding: 0 30px;
  }
}
.dshw4h-uvNP7uWPE4 .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .dshw4h-uvNP7uWPE4 .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .dshw4h-uvNP7uWPE4 .content-wrapper {
    padding: 0;
  }
}
.dshw4h-uvNP7uWPE4 .content-wrapper .desc-wrapper .jpn-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .dshw4h-uvNP7uWPE4 .content-wrapper .desc-wrapper .jpn-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.dshw4h-uvNP7uWPE4 .content-wrapper .desc-wrapper .jpn-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #254b45;
}
@media (max-width: 992px) {
  .dshw4h-uvNP7uWPE4 .content-wrapper .desc-wrapper .jpn-desc::before {
    width: 40px;
  }
}
.dshw4h-uvNP7uWPE4 .content-wrapper .jpn-section-title {
  margin-bottom: 180px;
}
@media (max-width: 992px) {
  .dshw4h-uvNP7uWPE4 .content-wrapper .jpn-section-title {
    margin-bottom: 80px;
  }
}
.dshw4h-uvNP7uWPE4 .content-wrapper .text-wrapper {
  padding-left: 240px;
}
@media (max-width: 1440px) {
  .dshw4h-uvNP7uWPE4 .content-wrapper .text-wrapper {
    padding-left: 120px;
  }
}
@media (max-width: 992px) {
  .dshw4h-uvNP7uWPE4 .content-wrapper .text-wrapper {
    padding-left: 0;
  }
}
.dshw4h-uvNP7uWPE4 .content-wrapper .text-wrapper .jpn-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .dshw4h-uvNP7uWPE4 .content-wrapper .text-wrapper .jpn-text {
    margin-bottom: 30px;
  }
}
.dshw4h-uvNP7uWPE4 .jpn-desc {
  color: #254b45;
}
.dshw4h-uvNP7uWPE4 .jpn-section-title {
  color: #000000;
}
.dshw4h-uvNP7uWPE4 .jpn-text {
  color: #254b45;
}
.dshw4h-uvNP7uWPE4 .jpn-text,
.dshw4h-uvNP7uWPE4 .jpn-section-btn {
  color: #000000;
}
.dshw4h-uvNP1PaPWT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4e3ff;
}
.dshw4h-uvNP1PaPWT .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvNP1PaPWT .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .dshw4h-uvNP1PaPWT .container {
    padding: 0 30px;
  }
}
.dshw4h-uvNP1PaPWT .content-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .dshw4h-uvNP1PaPWT .content-wrapper {
    display: block;
  }
}
.dshw4h-uvNP1PaPWT .content-wrapper .card {
  justify-content: center;
}
.dshw4h-uvNP1PaPWT .content-wrapper .content-wrap {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
  background-color: #e5bffd;
  border-radius: 0 0 2rem 0 !important;
  border-radius: 2rem 0 0 0 !important;
}
@media (max-width: 992px) {
  .dshw4h-uvNP1PaPWT .content-wrapper .content-wrap {
    width: 100%;
    padding: 40px 20px;
    border-radius: 0 0 2rem 0 !important;
  }
}
.dshw4h-uvNP1PaPWT .content-wrapper .content-wrap .jpn-section-title {
  margin-bottom: 35px;
}
.dshw4h-uvNP1PaPWT .content-wrapper .content-wrap .jpn-text {
  margin-bottom: 40px;
}
.dshw4h-uvNP1PaPWT .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .dshw4h-uvNP1PaPWT .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.dshw4h-uvNP1PaPWT .content-wrapper .image-wrapper img {
  min-height: 630px;
  object-fit: cover;
  border-radius: 2rem 0 0 0 !important;
  border-radius: 0 0 2rem 0 !important;
}
@media (max-width: 992px) {
  .dshw4h-uvNP1PaPWT .content-wrapper .image-wrapper img {
    min-height: auto;
    height: 430px;
    border-radius: 2rem 0 0 0 !important;
  }
}
.dshw4h-uvNP1PaPWT .jpn-section-title {
  color: #144031;
}
.dshw4h-uvNP1PaPWT .jpn-text {
  color: #000000;
}
.dshw4h-uvNP1PaPWT .jpn-section-title,
.dshw4h-uvNP1PaPWT .jpn-section-btn {
  color: #000000;
}
.dshw4h-uvNPehvuxA {
  padding-top: 7rem;
  padding-bottom: 8rem;
  background-color: #e5bffd;
}
.dshw4h-uvNPehvuxA .jpn-text {
  text-align: center;
  color: #151515;
}
.dshw4h-uvNPehvuxA .jpn-section-subtitle {
  text-align: center;
}
.dshw4h-uvNPazYtgl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4e3ff;
}
.dshw4h-uvNPazYtgl .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvNPazYtgl .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .dshw4h-uvNPazYtgl .container {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .dshw4h-uvNPazYtgl .image-wrapper {
    margin-bottom: 40px;
  }
}
.dshw4h-uvNPazYtgl .image-wrapper img {
  height: 460px;
  object-fit: cover;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .dshw4h-uvNPazYtgl .image-wrapper img {
    height: 300px;
  }
}
.dshw4h-uvNPazYtgl .card-wrapper {
  margin-top: 15%;
  padding-top: 120px;
  background-color: #e5bffd;
  border-radius: 40px;
}
@media (max-width: 992px) {
  .dshw4h-uvNPazYtgl .card-wrapper {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .dshw4h-uvNPazYtgl .card-wrapper {
    margin-top: 0;
    padding-top: 20px;
  }
}
.dshw4h-uvNPazYtgl .card-wrapper .jpn-section-title {
  padding: 0 100px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .dshw4h-uvNPazYtgl .card-wrapper .jpn-section-title {
    margin-bottom: 20px;
    padding: 0 20px;
  }
}
.dshw4h-uvNPazYtgl .card-wrapper .jpn-text {
  padding: 0 100px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .dshw4h-uvNPazYtgl .card-wrapper .jpn-text {
    padding: 0 20px;
  }
}
.dshw4h-uvNPazYtgl .card-wrapper .icon-wrapper {
  padding: 0 20px 20px;
}
.dshw4h-uvNPazYtgl .card-wrapper .icon-wrapper .jpn-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  width: 56px;
  background-color: #ffffff;
  color: #08323c;
  font-size: 20px;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .dshw4h-uvNPazYtgl .card-wrapper .icon-wrapper {
    display: none;
  }
}
.dshw4h-uvNPazYtgl .jpn-section-title {
  color: #ffffff;
}
.dshw4h-uvNPazYtgl .jpn-text {
  color: #000000;
}
.dshw4h-uvNPazYtgl .icon-wrapper {
  text-align: right;
}
.dshw4h-uvNPazYtgl .jpn-section-title,
.dshw4h-uvNPazYtgl .icon-wrapper {
  color: #000000;
}
.dshw4h-uvNPmITZYM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f4e3ff;
}
.dshw4h-uvNPmITZYM .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvNPmITZYM .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.dshw4h-uvNPmITZYM .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .dshw4h-uvNPmITZYM .container-fluid {
    padding: 0 20px;
  }
}
.dshw4h-uvNPmITZYM .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .dshw4h-uvNPmITZYM .container {
    padding: 0 20px;
  }
  .dshw4h-uvNPmITZYM .container .row {
    padding: 0;
  }
}
.dshw4h-uvNPmITZYM .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .dshw4h-uvNPmITZYM .title-wrapper {
    margin-bottom: 40px;
  }
}
.dshw4h-uvNPmITZYM .title-wrapper .jpn-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .dshw4h-uvNPmITZYM .title-wrapper .jpn-section-title {
    text-align: left;
  }
}
.dshw4h-uvNPmITZYM .text-wrapper .jpn-text {
  margin-bottom: 20px;
}
.dshw4h-uvNPmITZYM .text-wrapper .jpn-section-btn .btn .jpn-iconfont {
  color: #c6a38f;
}
.dshw4h-uvNPmITZYM .jpn-section-title {
  color: #000000;
  text-align: right;
}
.dshw4h-uvNPmITZYM .jpn-text {
  color: #ffffff;
}
.dshw4h-uvNPmITZYM .jpn-text,
.dshw4h-uvNPmITZYM .jpn-section-btn {
  color: #000000;
}
.dshw4h-uvNOpKs5jx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.dshw4h-uvNOpKs5jx .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvNOpKs5jx .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.dshw4h-uvNOpKs5jx .social-row {
  display: flex;
  flex-wrap: wrap;
}
.dshw4h-uvNOpKs5jx .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.dshw4h-uvNOpKs5jx .socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .dshw4h-uvNOpKs5jx .row {
    text-align: center;
  }
  .dshw4h-uvNOpKs5jx .social-row {
    justify-content: center;
  }
}
.dshw4h-uvNOpKs5jx .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .dshw4h-uvNOpKs5jx .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .dshw4h-uvNOpKs5jx .list {
    margin-bottom: 0rem;
  }
}
.dshw4h-uvNOpKs5jx .jpn-text {
  color: #bbbbbb;
}
.dshw4h-uvNOpKs5jx .jpn-iconfont {
  color: black;
}
.dshw4h-uvNOpKs5jx .copyright {
  color: #ffffff;
}
.dshw4h-uvNPnOzBkf {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.dshw4h-uvNPnOzBkf nav.navbar {
  position: fixed;
}
.dshw4h-uvNPnOzBkf .dropdown-item:before {
  font-family: japanhereproo2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.dshw4h-uvNPnOzBkf .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.dshw4h-uvNPnOzBkf .dropdown-item:hover,
.dshw4h-uvNPnOzBkf .dropdown-item:focus {
  color: #000000 !important;
}
.dshw4h-uvNPnOzBkf .dropdown-item:hover span {
  color: white;
}
.dshw4h-uvNPnOzBkf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.dshw4h-uvNPnOzBkf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.dshw4h-uvNPnOzBkf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.dshw4h-uvNPnOzBkf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.dshw4h-uvNPnOzBkf .nav-link {
  position: relative;
}
.dshw4h-uvNPnOzBkf .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .dshw4h-uvNPnOzBkf .container {
    flex-wrap: nowrap;
  }
}
.dshw4h-uvNPnOzBkf .navbar-caption:hover,
.dshw4h-uvNPnOzBkf .navbar-caption:focus {
  color: #000000 !important;
}
.dshw4h-uvNPnOzBkf .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.dshw4h-uvNPnOzBkf .navbar-nav .nav-item {
  color: #24262b;
}
.dshw4h-uvNPnOzBkf .navbar-nav .nav-item:hover {
  color: #000000;
}
.dshw4h-uvNPnOzBkf .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.dshw4h-uvNPnOzBkf .navbar-nav .nav-item a:hover {
  color: #000000 !important;
}
.dshw4h-uvNPnOzBkf .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.dshw4h-uvNPnOzBkf .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.dshw4h-uvNPnOzBkf .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.dshw4h-uvNPnOzBkf .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #000000 !important;
}
.dshw4h-uvNPnOzBkf .dropdown-menu,
.dshw4h-uvNPnOzBkf .navbar.opened {
  background: #c977ff !important;
}
.dshw4h-uvNPnOzBkf .nav-item:focus,
.dshw4h-uvNPnOzBkf .nav-link:focus {
  outline: none;
}
.dshw4h-uvNPnOzBkf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.dshw4h-uvNPnOzBkf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.dshw4h-uvNPnOzBkf .dropdown .dropdown-menu .dropdown-item .jpn-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.dshw4h-uvNPnOzBkf .dropdown .dropdown-menu .dropdown-item .jpn-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.dshw4h-uvNPnOzBkf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.dshw4h-uvNPnOzBkf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.dshw4h-uvNPnOzBkf .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #c977ff;
  padding: 0 !important;
}
.dshw4h-uvNPnOzBkf .navbar.opened {
  transition: all 0.3s;
}
.dshw4h-uvNPnOzBkf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.dshw4h-uvNPnOzBkf .navbar .navbar-logo img {
  width: auto;
}
.dshw4h-uvNPnOzBkf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.dshw4h-uvNPnOzBkf .navbar.collapsed {
  justify-content: center;
}
.dshw4h-uvNPnOzBkf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.dshw4h-uvNPnOzBkf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .dshw4h-uvNPnOzBkf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.dshw4h-uvNPnOzBkf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.dshw4h-uvNPnOzBkf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.dshw4h-uvNPnOzBkf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.dshw4h-uvNPnOzBkf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.dshw4h-uvNPnOzBkf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.dshw4h-uvNPnOzBkf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .dshw4h-uvNPnOzBkf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .dshw4h-uvNPnOzBkf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .dshw4h-uvNPnOzBkf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .dshw4h-uvNPnOzBkf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .dshw4h-uvNPnOzBkf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .dshw4h-uvNPnOzBkf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .dshw4h-uvNPnOzBkf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .dshw4h-uvNPnOzBkf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .dshw4h-uvNPnOzBkf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .dshw4h-uvNPnOzBkf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .dshw4h-uvNPnOzBkf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .dshw4h-uvNPnOzBkf .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.dshw4h-uvNPnOzBkf .navbar.navbar-short {
  min-height: 70px;
}
.dshw4h-uvNPnOzBkf .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 25%;
}
.dshw4h-uvNPnOzBkf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.dshw4h-uvNPnOzBkf .navbar-brand .navbar-logo a {
  outline: none;
}
.dshw4h-uvNPnOzBkf .dropdown-item.active,
.dshw4h-uvNPnOzBkf .dropdown-item:active {
  background-color: transparent;
}
.dshw4h-uvNPnOzBkf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.dshw4h-uvNPnOzBkf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.dshw4h-uvNPnOzBkf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.dshw4h-uvNPnOzBkf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c977ff;
}
.dshw4h-uvNPnOzBkf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.dshw4h-uvNPnOzBkf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.dshw4h-uvNPnOzBkf ul.navbar-nav {
  flex-wrap: wrap;
}
.dshw4h-uvNPnOzBkf .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.dshw4h-uvNPnOzBkf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.dshw4h-uvNPnOzBkf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.dshw4h-uvNPnOzBkf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.dshw4h-uvNPnOzBkf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.dshw4h-uvNPnOzBkf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.dshw4h-uvNPnOzBkf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.dshw4h-uvNPnOzBkf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.dshw4h-uvNPnOzBkf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.dshw4h-uvNPnOzBkf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.dshw4h-uvNPnOzBkf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.dshw4h-uvNPnOzBkf .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.dshw4h-uvNPnOzBkf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dshw4h-uvNPnOzBkf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .dshw4h-uvNPnOzBkf .navbar {
    height: 70px;
  }
  .dshw4h-uvNPnOzBkf .navbar.opened {
    height: auto;
  }
  .dshw4h-uvNPnOzBkf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.dshw4h-uvNPnOzBkf .container-fluid {
  padding: 0 1rem !important;
}
.dshw4h-uvNPnOzBkf .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .dshw4h-uvNPnOzBkf .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .dshw4h-uvNPnOzBkf .navbar-collapse {
    width: 100%;
  }
  .dshw4h-uvNPnOzBkf .navbar-nav {
    width: 100%;
  }
  .dshw4h-uvNPnOzBkf .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.dshw4h-uvNPtGgj23 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/main79-1024x1024.jpg");
}
.dshw4h-uvNPtGgj23 .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvNPtGgj23 .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.dshw4h-uvNPtGgj23 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .dshw4h-uvNPtGgj23 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .dshw4h-uvNPtGgj23 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .dshw4h-uvNPtGgj23 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .dshw4h-uvNPtGgj23 .container {
    padding: 0 24px;
  }
}
.dshw4h-uvNPtGgj23 .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .dshw4h-uvNPtGgj23 .content-wrapper {
    padding: 0;
  }
}
.dshw4h-uvNPtGgj23 .content-wrapper .desc-wrapper .jpn-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.dshw4h-uvNPtGgj23 .content-wrapper .desc-wrapper .jpn-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.dshw4h-uvNPtGgj23 .content-wrapper .desc-wrapper .jpn-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.dshw4h-uvNPtGgj23 .content-wrapper .jpn-section-title {
  margin-bottom: 16px;
}
.dshw4h-uvNPtGgj23 .content-wrapper .text-wrapper .jpn-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .dshw4h-uvNPtGgj23 .content-wrapper .text-wrapper .jpn-text {
    width: 100%;
  }
}
.dshw4h-uvNPtGgj23 .jpn-section-title {
  color: #ffffff;
}
.dshw4h-uvNPtGgj23 .jpn-desc,
.dshw4h-uvNPtGgj23 .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.dshw4h-uvNPtGgj23 .jpn-text,
.dshw4h-uvNPtGgj23 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.dshw4h-uvNPtGgj23 .jpn-section-title,
.dshw4h-uvNPtGgj23 .jpn-section-btn {
  text-align: center;
}
.dshw4h-uvNQ8HAGfW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f4e3ff;
}
.dshw4h-uvNQ8HAGfW .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvNQ8HAGfW .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.dshw4h-uvNQ8HAGfW .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .dshw4h-uvNQ8HAGfW .container-fluid {
    padding: 0 20px;
  }
}
.dshw4h-uvNQ8HAGfW .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .dshw4h-uvNQ8HAGfW .container {
    padding: 0 20px;
  }
  .dshw4h-uvNQ8HAGfW .container .row {
    padding: 0;
  }
}
.dshw4h-uvNQ8HAGfW .container,
.dshw4h-uvNQ8HAGfW .container-fluid {
  position: relative;
}
.dshw4h-uvNQ8HAGfW .container .container-color,
.dshw4h-uvNQ8HAGfW .container-fluid .container-color {
  position: absolute;
  top: 0;
  left: -72px;
  height: 100px;
  width: 60%;
  background-color: #f7f7f7;
}
@media (max-width: 768px) {
  .dshw4h-uvNQ8HAGfW .container .container-color,
  .dshw4h-uvNQ8HAGfW .container-fluid .container-color {
    width: 100%;
  }
}
.dshw4h-uvNQ8HAGfW .row {
  justify-content: center;
}
.dshw4h-uvNQ8HAGfW .text-wrapper {
  position: relative;
  z-index: 1;
}
.dshw4h-uvNQ8HAGfW .text-wrapper .jpn-text {
  margin-bottom: 0;
}
.dshw4h-uvNQ8HAGfW .jpn-text {
  color: #222222;
  text-align: center;
}
.dshw4h-uvNPxVdLKS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #e5bffd;
}
.dshw4h-uvNPxVdLKS .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.dshw4h-uvNPxVdLKS .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvNPxVdLKS .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.dshw4h-uvNPxVdLKS .content-wrap {
  margin: 0;
}
.dshw4h-uvNPxVdLKS .content-wrap .card {
  padding: 0;
}
.dshw4h-uvNPxVdLKS .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  overflow: hidden;
  background-color: #e5bffd;
  padding: 40px 32px;
}
@media (max-width: 1640px) {
  .dshw4h-uvNPxVdLKS .image-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .dshw4h-uvNPxVdLKS .image-wrapper {
    padding: 40px 0;
  }
}
.dshw4h-uvNPxVdLKS .image-wrapper img {
  height: 620px;
  width: 620px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1640px) {
  .dshw4h-uvNPxVdLKS .image-wrapper img {
    height: 550px;
    width: 550px;
  }
}
@media (max-width: 1200px) {
  .dshw4h-uvNPxVdLKS .image-wrapper img {
    height: 350px;
    width: 350px;
  }
}
@media (max-width: 768px) {
  .dshw4h-uvNPxVdLKS .image-wrapper img {
    height: 250px;
    width: 250px;
  }
}
.dshw4h-uvNPxVdLKS .content-wrapper {
  padding: 40px 72px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 1640px) {
  .dshw4h-uvNPxVdLKS .content-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .dshw4h-uvNPxVdLKS .content-wrapper {
    padding: 40px 0;
  }
}
.dshw4h-uvNPxVdLKS .content-wrapper .jpn-section-title {
  margin-bottom: 16px;
}
.dshw4h-uvNPxVdLKS .content-wrapper .text-wrapper .text-wrap .jpn-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .dshw4h-uvNPxVdLKS .content-wrapper .text-wrapper .text-wrap .jpn-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.dshw4h-uvNPxVdLKS .jpn-section-title {
  color: #150764;
}
.dshw4h-uvNPxVdLKS .jpn-text {
  color: #150764;
}
.dshw4h-uvNPxVdLKS .jpn-section-title,
.dshw4h-uvNPxVdLKS .jpn-section-btn {
  color: #000000;
}
.dshw4h-uvNPxVdLKS .jpn-text,
.dshw4h-uvNPxVdLKS .text-wrap {
  color: #000000;
}
.dshw4h-uvNQ45OWnG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4e3ff;
}
.dshw4h-uvNQ45OWnG .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvNQ45OWnG .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .dshw4h-uvNQ45OWnG .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .dshw4h-uvNQ45OWnG .container {
    padding: 0 12px;
  }
}
.dshw4h-uvNQ45OWnG .title-wrapper .jpn-section-title {
  margin-bottom: 24px;
}
.dshw4h-uvNQ45OWnG .text-wrapper .jpn-text {
  margin-bottom: 0;
}
.dshw4h-uvNQ45OWnG .jpn-section-title {
  color: #222222;
}
.dshw4h-uvNQ45OWnG .jpn-text {
  color: #222222;
}
.dshw4h-uvNPEuJyaF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e5bffd;
}
.dshw4h-uvNPEuJyaF .decor-wrap_2 {
  position: absolute;
  top: 12%;
  right: 82%;
  width: 1600px;
  height: 460px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.dshw4h-uvNPEuJyaF .decor-wrap_2::before {
  content: '';
  position: absolute;
  width: 190px;
  height: 145px;
  bottom: -145px;
  right: -165px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.dshw4h-uvNPEuJyaF .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvNPEuJyaF .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .dshw4h-uvNPEuJyaF .container {
    padding: 0 15px;
  }
}
.dshw4h-uvNPEuJyaF .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.dshw4h-uvNPEuJyaF .image-wrapper {
  position: relative;
}
.dshw4h-uvNPEuJyaF .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -10%;
  right: 38%;
  height: 49%;
  width: 65%;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .dshw4h-uvNPEuJyaF .image-wrapper {
    margin-bottom: 40px;
  }
}
.dshw4h-uvNPEuJyaF .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 610px;
  width: 610px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .dshw4h-uvNPEuJyaF .image-wrapper img {
    width: 510px;
    height: 510px;
  }
}
@media (max-width: 992px) {
  .dshw4h-uvNPEuJyaF .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .dshw4h-uvNPEuJyaF .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.dshw4h-uvNPEuJyaF .content-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.dshw4h-uvNPEuJyaF .content-wrapper .icon-wrapper .jpn-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #f7f5f6;
}
.dshw4h-uvNPEuJyaF .content-wrapper .jpn-text {
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .dshw4h-uvNPEuJyaF .content-wrapper .jpn-text {
    margin-bottom: 30px;
  }
}
.dshw4h-uvNPEuJyaF .content-wrapper .item-name {
  margin-bottom: 0;
}
.dshw4h-uvNPEuJyaF .content-wrapper .item-role {
  margin-bottom: 0;
}
.dshw4h-uvNPEuJyaF .jpn-text {
  color: #f7f5f6;
}
.dshw4h-uvNPEuJyaF .item-name {
  color: #f7f5f6;
}
.dshw4h-uvNPEuJyaF .item-role {
  color: #68707c;
}
.dshw4h-uvNPEuJyaF .jpn-text,
.dshw4h-uvNPEuJyaF .icon-wrapper {
  color: #000000;
}
.dshw4h-uvNQ16KMAu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4e3ff;
}
.dshw4h-uvNQ16KMAu .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvNQ16KMAu .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .dshw4h-uvNQ16KMAu .container {
    padding: 0 30px;
  }
}
.dshw4h-uvNQ16KMAu .title-wrapper .jpn-section-title {
  margin-bottom: 50px;
}
.dshw4h-uvNQ16KMAu .title-wrapper .jpn-text {
  margin-bottom: 0;
}
.dshw4h-uvNQ16KMAu .jpn-section-title {
  color: #212529;
}
.dshw4h-uvNQ16KMAu .jpn-text {
  color: #212529;
}
.dshw4h-uvNPRTPZAX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4e3ff;
}
.dshw4h-uvNPRTPZAX .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvNPRTPZAX .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.dshw4h-uvNPRTPZAX .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .dshw4h-uvNPRTPZAX .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .dshw4h-uvNPRTPZAX .container {
    padding: 0 20px;
  }
}
.dshw4h-uvNPRTPZAX .row {
  margin: 0;
}
.dshw4h-uvNPRTPZAX .card {
  padding: 0;
}
.dshw4h-uvNPRTPZAX .image-wrapper img {
  height: 800px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .dshw4h-uvNPRTPZAX .image-wrapper img {
    height: 450px;
  }
}
.dshw4h-uvNPRTPZAX .title-wrapper {
  height: 100%;
  margin-bottom: 10%;
  background-color: #e5bffd;
  display: flex;
  align-items: center;
  padding: 24px 115px;
}
@media (max-width: 992px) {
  .dshw4h-uvNPRTPZAX .title-wrapper {
    padding: 50px 20px;
  }
}
.dshw4h-uvNPRTPZAX .title-wrapper .title-wrap {
  width: 100%;
}
.dshw4h-uvNPRTPZAX .title-wrapper .title-wrap .jpn-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .dshw4h-uvNPRTPZAX .title-wrapper .title-wrap .jpn-section-title {
    margin-bottom: 24px;
  }
}
.dshw4h-uvNPRTPZAX .title-wrapper .title-wrap .jpn-text {
  margin-bottom: 50px;
  line-height: 1.78;
}
@media (max-width: 992px) {
  .dshw4h-uvNPRTPZAX .title-wrapper .title-wrap .jpn-text {
    margin-bottom: 24px;
  }
}
.dshw4h-uvNPRTPZAX .jpn-section-title {
  color: #c2b299;
}
.dshw4h-uvNPRTPZAX .jpn-text {
  color: #000000;
}
.dshw4h-uvNPRTPZAX .jpn-section-title,
.dshw4h-uvNPRTPZAX .jpn-section-btn {
  color: #000000;
}
.dshw4h-uvNPYYDP5p {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #e5bffd;
}
.dshw4h-uvNPYYDP5p .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvNPYYDP5p .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.dshw4h-uvNPWTzC38 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4e3ff;
}
.dshw4h-uvNPWTzC38 .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvNPWTzC38 .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.dshw4h-uvNPWTzC38 .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .dshw4h-uvNPWTzC38 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .dshw4h-uvNPWTzC38 .container {
    padding: 0 26px;
  }
}
.dshw4h-uvNPWTzC38 .row {
  margin: 0;
}
@media (max-width: 992px) {
  .dshw4h-uvNPWTzC38 .row {
    margin: 0 -12px;
  }
}
.dshw4h-uvNPWTzC38 .card {
  position: relative;
  padding: 0 50px 0 0;
  justify-content: center;
  border-radius: 0;
  padding: 0 0 0 50px;
}
.dshw4h-uvNPWTzC38 .card:first-child {
  border-right: 1px solid #000000;
}
@media (max-width: 992px) {
  .dshw4h-uvNPWTzC38 .card:first-child {
    border: none;
  }
}
.dshw4h-uvNPWTzC38 .card:first-child::before {
  content: '';
  position: absolute;
  right: -8px;
  width: 15px;
  height: 15px;
  background-color: #000000;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .dshw4h-uvNPWTzC38 .card:first-child::before {
    display: none;
  }
}
.dshw4h-uvNPWTzC38 .card:last-child {
  padding: 0 0 0 50px;
}
@media (max-width: 992px) {
  .dshw4h-uvNPWTzC38 .card:last-child {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .dshw4h-uvNPWTzC38 .card {
    padding: 0 12px;
  }
}
.dshw4h-uvNPWTzC38 .card:last-child {
  padding: 0 50px 0 0;
}
@media (max-width: 992px) {
  .dshw4h-uvNPWTzC38 .card:last-child {
    padding: 0 12px;
  }
}
.dshw4h-uvNPWTzC38 .card:first-child {
  border-right: none;
  border-left: 1px solid #000000;
}
@media (max-width: 992px) {
  .dshw4h-uvNPWTzC38 .card:first-child {
    border: none;
  }
}
.dshw4h-uvNPWTzC38 .card:first-child::before {
  right: auto;
  left: -8px;
}
@media (max-width: 992px) {
  .dshw4h-uvNPWTzC38 .card:first-child::before {
    display: none;
  }
}
@media (max-width: 992px) {
  .dshw4h-uvNPWTzC38 .card {
    padding: 0 12px;
  }
}
.dshw4h-uvNPWTzC38 .image-wrapper {
  padding: 40px 0;
}
@media (max-width: 992px) {
  .dshw4h-uvNPWTzC38 .image-wrapper {
    padding: 0 0 40px 0;
  }
}
.dshw4h-uvNPWTzC38 .image-wrapper img {
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .dshw4h-uvNPWTzC38 .image-wrapper img {
    height: 300px;
  }
}
.dshw4h-uvNPWTzC38 .title-wrapper .title-wrap {
  padding: 40px;
}
@media (max-width: 992px) {
  .dshw4h-uvNPWTzC38 .title-wrapper .title-wrap {
    padding: 0;
  }
}
.dshw4h-uvNPWTzC38 .title-wrapper .title-wrap .jpn-section-title {
  margin-bottom: 18px;
}
.dshw4h-uvNPWTzC38 .title-wrapper .title-wrap .jpn-text {
  margin-bottom: 0;
}
.dshw4h-uvNPWTzC38 .jpn-section-title {
  color: #000000;
}
.dshw4h-uvNPWTzC38 .jpn-text {
  color: #000000;
}
.dshw4h-uvNQbIe7x1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e5bffd;
}
.dshw4h-uvNQbIe7x1 .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvNQbIe7x1 .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.dshw4h-uvNQbIe7x1 .container,
.dshw4h-uvNQbIe7x1 .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .dshw4h-uvNQbIe7x1 .container,
  .dshw4h-uvNQbIe7x1 .container-fluid {
    padding: 0 20px;
  }
}
.dshw4h-uvNQbIe7x1 .row {
  position: relative;
  padding: 0;
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
  justify-content: center;
}
@media (max-width: 992px) {
  .dshw4h-uvNQbIe7x1 .row {
    padding: 0;
    margin: 0;
  }
}
.dshw4h-uvNQbIe7x1 .text-wrapper {
  padding: 50px 0;
  border-bottom: 1px solid #000000;
}
@media (max-width: 992px) {
  .dshw4h-uvNQbIe7x1 .text-wrapper {
    padding: 20px 0;
  }
}
.dshw4h-uvNQbIe7x1 .text-wrapper .jpn-text {
  margin-bottom: 0;
}
.dshw4h-uvNQbIe7x1 .jpn-text {
  color: #000000;
  text-align: center;
}
.dshw4h-uvNPnTrZxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.dshw4h-uvNPnTrZxG .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvNPnTrZxG .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.dshw4h-uvNPnTrZxG .social-row {
  display: flex;
  flex-wrap: wrap;
}
.dshw4h-uvNPnTrZxG .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.dshw4h-uvNPnTrZxG .socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .dshw4h-uvNPnTrZxG .row {
    text-align: center;
  }
  .dshw4h-uvNPnTrZxG .social-row {
    justify-content: center;
  }
}
.dshw4h-uvNPnTrZxG .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .dshw4h-uvNPnTrZxG .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .dshw4h-uvNPnTrZxG .list {
    margin-bottom: 0rem;
  }
}
.dshw4h-uvNPnTrZxG .jpn-text {
  color: #bbbbbb;
}
.dshw4h-uvNPnTrZxG .jpn-iconfont {
  color: black;
}
.dshw4h-uvNPnTrZxG .copyright {
  color: #ffffff;
}
.dshw4h-uvNQfjU2yH {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.dshw4h-uvNQfjU2yH nav.navbar {
  position: fixed;
}
.dshw4h-uvNQfjU2yH .dropdown-item:before {
  font-family: japanhereproo2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.dshw4h-uvNQfjU2yH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.dshw4h-uvNQfjU2yH .dropdown-item:hover,
.dshw4h-uvNQfjU2yH .dropdown-item:focus {
  color: #000000 !important;
}
.dshw4h-uvNQfjU2yH .dropdown-item:hover span {
  color: white;
}
.dshw4h-uvNQfjU2yH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.dshw4h-uvNQfjU2yH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.dshw4h-uvNQfjU2yH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.dshw4h-uvNQfjU2yH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.dshw4h-uvNQfjU2yH .nav-link {
  position: relative;
}
.dshw4h-uvNQfjU2yH .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .dshw4h-uvNQfjU2yH .container {
    flex-wrap: nowrap;
  }
}
.dshw4h-uvNQfjU2yH .navbar-caption:hover,
.dshw4h-uvNQfjU2yH .navbar-caption:focus {
  color: #000000 !important;
}
.dshw4h-uvNQfjU2yH .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.dshw4h-uvNQfjU2yH .navbar-nav .nav-item {
  color: #24262b;
}
.dshw4h-uvNQfjU2yH .navbar-nav .nav-item:hover {
  color: #000000;
}
.dshw4h-uvNQfjU2yH .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.dshw4h-uvNQfjU2yH .navbar-nav .nav-item a:hover {
  color: #000000 !important;
}
.dshw4h-uvNQfjU2yH .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.dshw4h-uvNQfjU2yH .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.dshw4h-uvNQfjU2yH .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.dshw4h-uvNQfjU2yH .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #000000 !important;
}
.dshw4h-uvNQfjU2yH .dropdown-menu,
.dshw4h-uvNQfjU2yH .navbar.opened {
  background: #c977ff !important;
}
.dshw4h-uvNQfjU2yH .nav-item:focus,
.dshw4h-uvNQfjU2yH .nav-link:focus {
  outline: none;
}
.dshw4h-uvNQfjU2yH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.dshw4h-uvNQfjU2yH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.dshw4h-uvNQfjU2yH .dropdown .dropdown-menu .dropdown-item .jpn-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.dshw4h-uvNQfjU2yH .dropdown .dropdown-menu .dropdown-item .jpn-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.dshw4h-uvNQfjU2yH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.dshw4h-uvNQfjU2yH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.dshw4h-uvNQfjU2yH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #c977ff;
  padding: 0 !important;
}
.dshw4h-uvNQfjU2yH .navbar.opened {
  transition: all 0.3s;
}
.dshw4h-uvNQfjU2yH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.dshw4h-uvNQfjU2yH .navbar .navbar-logo img {
  width: auto;
}
.dshw4h-uvNQfjU2yH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.dshw4h-uvNQfjU2yH .navbar.collapsed {
  justify-content: center;
}
.dshw4h-uvNQfjU2yH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.dshw4h-uvNQfjU2yH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .dshw4h-uvNQfjU2yH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.dshw4h-uvNQfjU2yH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.dshw4h-uvNQfjU2yH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.dshw4h-uvNQfjU2yH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.dshw4h-uvNQfjU2yH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.dshw4h-uvNQfjU2yH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.dshw4h-uvNQfjU2yH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .dshw4h-uvNQfjU2yH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .dshw4h-uvNQfjU2yH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .dshw4h-uvNQfjU2yH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .dshw4h-uvNQfjU2yH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .dshw4h-uvNQfjU2yH .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .dshw4h-uvNQfjU2yH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .dshw4h-uvNQfjU2yH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .dshw4h-uvNQfjU2yH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .dshw4h-uvNQfjU2yH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .dshw4h-uvNQfjU2yH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .dshw4h-uvNQfjU2yH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .dshw4h-uvNQfjU2yH .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.dshw4h-uvNQfjU2yH .navbar.navbar-short {
  min-height: 70px;
}
.dshw4h-uvNQfjU2yH .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 25%;
}
.dshw4h-uvNQfjU2yH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.dshw4h-uvNQfjU2yH .navbar-brand .navbar-logo a {
  outline: none;
}
.dshw4h-uvNQfjU2yH .dropdown-item.active,
.dshw4h-uvNQfjU2yH .dropdown-item:active {
  background-color: transparent;
}
.dshw4h-uvNQfjU2yH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.dshw4h-uvNQfjU2yH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.dshw4h-uvNQfjU2yH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.dshw4h-uvNQfjU2yH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c977ff;
}
.dshw4h-uvNQfjU2yH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.dshw4h-uvNQfjU2yH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.dshw4h-uvNQfjU2yH ul.navbar-nav {
  flex-wrap: wrap;
}
.dshw4h-uvNQfjU2yH .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.dshw4h-uvNQfjU2yH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.dshw4h-uvNQfjU2yH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.dshw4h-uvNQfjU2yH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.dshw4h-uvNQfjU2yH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.dshw4h-uvNQfjU2yH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.dshw4h-uvNQfjU2yH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.dshw4h-uvNQfjU2yH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.dshw4h-uvNQfjU2yH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.dshw4h-uvNQfjU2yH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.dshw4h-uvNQfjU2yH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.dshw4h-uvNQfjU2yH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.dshw4h-uvNQfjU2yH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dshw4h-uvNQfjU2yH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .dshw4h-uvNQfjU2yH .navbar {
    height: 70px;
  }
  .dshw4h-uvNQfjU2yH .navbar.opened {
    height: auto;
  }
  .dshw4h-uvNQfjU2yH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.dshw4h-uvNQfjU2yH .container-fluid {
  padding: 0 1rem !important;
}
.dshw4h-uvNQfjU2yH .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .dshw4h-uvNQfjU2yH .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .dshw4h-uvNQfjU2yH .navbar-collapse {
    width: 100%;
  }
  .dshw4h-uvNQfjU2yH .navbar-nav {
    width: 100%;
  }
  .dshw4h-uvNQfjU2yH .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.dshw4h-uvNQm2APGi {
  overflow: hidden;
  background-image: url("../../../assets/images/main88-1024x1024.jpg");
}
.dshw4h-uvNQm2APGi .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvNQm2APGi .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.dshw4h-uvNQm2APGi .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .dshw4h-uvNQm2APGi .content-wrapper {
    height: auto;
    margin-bottom: 35px;
  }
}
.dshw4h-uvNQm2APGi .content-wrapper .title-wrapper {
  margin-bottom: 300px;
}
@media (max-width: 992px) {
  .dshw4h-uvNQm2APGi .content-wrapper .title-wrapper {
    margin-bottom: 35px;
  }
}
.dshw4h-uvNQm2APGi .content-wrapper .title-wrapper .jpn-section-title {
  margin-bottom: 10px;
}
.dshw4h-uvNQm2APGi .content-wrapper .text-wrapper .jpn-text {
  display: inline-flex;
  width: 40%;
  margin: 10px 0 0 0;
}
@media (max-width: 992px) {
  .dshw4h-uvNQm2APGi .content-wrapper .text-wrapper .jpn-text {
    width: 100%;
  }
}
.dshw4h-uvNQm2APGi .jpn-section-title {
  color: #000000;
}
.dshw4h-uvNQm2APGi .jpn-text {
  color: #000000;
}
.dshw4h-uvNQJESZ0j {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4e3ff;
}
.dshw4h-uvNQJESZ0j .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvNQJESZ0j .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.dshw4h-uvNQJESZ0j .container-fluid {
  padding: 0;
}
.dshw4h-uvNQJESZ0j .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .dshw4h-uvNQJESZ0j .row {
    padding: 0 12px;
  }
}
.dshw4h-uvNQJESZ0j .container-wrapper {
  padding: 0;
}
.dshw4h-uvNQJESZ0j .border-wrapper {
  height: 2px;
  background-color: #000000;
  margin: 0 80px 64px;
}
@media (max-width: 992px) {
  .dshw4h-uvNQJESZ0j .border-wrapper {
    margin: 0 1rem 29px;
  }
}
.dshw4h-uvNQJESZ0j .title-wrapper {
  padding: 0 3rem 0 6rem;
}
@media (max-width: 992px) {
  .dshw4h-uvNQJESZ0j .title-wrapper {
    padding: 0 1rem;
    margin-bottom: 29px;
  }
}
.dshw4h-uvNQJESZ0j .title-wrapper .jpn-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .dshw4h-uvNQJESZ0j .title-wrapper .jpn-section-title {
    margin-bottom: 29px;
  }
}
.dshw4h-uvNQJESZ0j .text-wrapper {
  padding: 0 80px 0 6rem;
}
@media (max-width: 992px) {
  .dshw4h-uvNQJESZ0j .text-wrapper {
    padding: 0 1rem;
  }
}
.dshw4h-uvNQJESZ0j .text-wrapper .jpn-text {
  margin-bottom: 0;
  opacity: .5;
}
.dshw4h-uvNQJESZ0j .jpn-section-title {
  color: #000000;
}
.dshw4h-uvNQJESZ0j .jpn-text {
  color: #000000;
}
.dshw4h-uvNQsboW5a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e5bffd;
}
.dshw4h-uvNQsboW5a .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvNQsboW5a .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.dshw4h-uvNQsboW5a .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .dshw4h-uvNQsboW5a .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .dshw4h-uvNQsboW5a .container {
    padding: 0 20px;
  }
}
.dshw4h-uvNQsboW5a .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .dshw4h-uvNQsboW5a .title-wrapper {
    margin-bottom: 24px;
  }
}
.dshw4h-uvNQsboW5a .title-wrapper .jpn-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .dshw4h-uvNQsboW5a .title-wrapper .jpn-section-title {
    margin-bottom: 24px;
  }
}
.dshw4h-uvNQsboW5a .title-wrapper .jpn-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .dshw4h-uvNQsboW5a .title-wrapper .jpn-text {
    margin-bottom: 24px;
  }
}
.dshw4h-uvNQsboW5a .image-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.dshw4h-uvNQsboW5a .image-wrapper img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .dshw4h-uvNQsboW5a .image-wrapper img {
    height: 300px;
  }
}
.dshw4h-uvNQsboW5a .jpn-section-title {
  color: #c2b299;
}
.dshw4h-uvNQsboW5a .jpn-text {
  color: #000000;
}
.dshw4h-uvNQsboW5a .jpn-section-title,
.dshw4h-uvNQsboW5a .jpn-section-btn {
  color: #000000;
}
.dshw4h-uvNQCc6m9p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4e3ff;
}
.dshw4h-uvNQCc6m9p .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvNQCc6m9p .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .dshw4h-uvNQCc6m9p .row {
    padding: 0 13px;
  }
}
.dshw4h-uvNQCc6m9p .row {
  justify-content: center;
}
.dshw4h-uvNQCc6m9p .card {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.dshw4h-uvNQCc6m9p .title-wrapper {
  padding: 30px 54px 30px 0;
}
@media (max-width: 992px) {
  .dshw4h-uvNQCc6m9p .title-wrapper {
    padding: 0 0 40px;
  }
}
.dshw4h-uvNQCc6m9p .title-wrapper .jpn-section-title {
  margin-bottom: 0;
}
.dshw4h-uvNQCc6m9p .text-wrapper {
  padding: 30px 0 30px 74px;
  border-left: 1px solid #000000;
}
@media (max-width: 992px) {
  .dshw4h-uvNQCc6m9p .text-wrapper {
    padding: 40px 0 0;
    border-left: none;
    border-top: 1px solid #000000;
  }
}
.dshw4h-uvNQCc6m9p .text-wrapper .jpn-text {
  margin-bottom: 0;
}
.dshw4h-uvNQCc6m9p .jpn-section-title {
  color: #000000;
}
.dshw4h-uvNQCc6m9p .jpn-text {
  color: #000000;
}
.dshw4h-uvNQwDLD0E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e5bffd;
}
.dshw4h-uvNQwDLD0E .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvNQwDLD0E .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.dshw4h-uvNQwDLD0E .container-fluid {
  margin: 0;
  padding: 0 72px 0 0;
}
@media (max-width: 992px) {
  .dshw4h-uvNQwDLD0E .container-fluid {
    padding: 0 20px;
  }
}
.dshw4h-uvNQwDLD0E .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .dshw4h-uvNQwDLD0E .container {
    padding: 0 20px;
  }
  .dshw4h-uvNQwDLD0E .container .row {
    padding: 0;
  }
}
.dshw4h-uvNQwDLD0E .image-wrapper img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .dshw4h-uvNQwDLD0E .image-wrapper img {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .dshw4h-uvNQwDLD0E .image-wrapper img {
    height: 300px;
  }
}
.dshw4h-uvNQwDLD0E .title-wrapper {
  padding: 0 90px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .dshw4h-uvNQwDLD0E .title-wrapper {
    padding: 0;
  }
}
.dshw4h-uvNQwDLD0E .title-wrapper .title-wrap .desc-wrapper .desc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}
.dshw4h-uvNQwDLD0E .title-wrapper .title-wrap .desc-wrapper .desc-wrap .jpn-desc {
  margin-right: 16px;
  margin-bottom: 0;
}
.dshw4h-uvNQwDLD0E .title-wrapper .title-wrap .desc-wrapper .desc-wrap .lines-wrap {
  display: inline-flex;
  align-items: center;
  height: 100%;
}
.dshw4h-uvNQwDLD0E .title-wrapper .title-wrap .desc-wrapper .desc-wrap .lines-wrap .line-item {
  height: 2px;
  width: 44px;
  background-color: #c6a38f;
  margin-right: 8px;
}
.dshw4h-uvNQwDLD0E .title-wrapper .title-wrap .desc-wrapper .desc-wrap .lines-wrap .line-item:last-child {
  margin-right: 0;
}
.dshw4h-uvNQwDLD0E .title-wrapper .title-wrap .jpn-section-title {
  margin-bottom: 20px;
}
.dshw4h-uvNQwDLD0E .title-wrapper .title-wrap .jpn-text {
  margin-bottom: 0;
}
.dshw4h-uvNQwDLD0E .jpn-desc {
  color: #ffffff;
}
.dshw4h-uvNQwDLD0E .jpn-text {
  color: #ffffff;
}
.dshw4h-uvNQwDLD0E .jpn-section-title {
  color: #000000;
}
.dshw4h-uvNQwDLD0E .jpn-text,
.dshw4h-uvNQwDLD0E .jpn-section-btn {
  color: #000000;
}
.dshw4h-uvNQBujbQ3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4e3ff;
}
.dshw4h-uvNQBujbQ3 .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvNQBujbQ3 .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.dshw4h-uvNQBujbQ3 .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .dshw4h-uvNQBujbQ3 .container-fluid {
    padding: 0 25px;
  }
}
.dshw4h-uvNQBujbQ3 .container-fluid .row {
  padding: 0;
}
.dshw4h-uvNQBujbQ3 .row {
  justify-content: center;
}
.dshw4h-uvNQBujbQ3 .text-wrapper .jpn-text {
  margin-bottom: 0;
}
.dshw4h-uvNQBujbQ3 .jpn-text {
  color: #000000;
  text-align: center;
}
.dshw4h-uvNQxrIdQo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e5bffd;
}
.dshw4h-uvNQxrIdQo .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvNQxrIdQo .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.dshw4h-uvNQxrIdQo .container-fluid {
  margin: 0;
  padding: 0 0 0 72px;
}
@media (max-width: 992px) {
  .dshw4h-uvNQxrIdQo .container-fluid {
    padding: 0 20px;
  }
}
.dshw4h-uvNQxrIdQo .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .dshw4h-uvNQxrIdQo .container {
    padding: 0 20px;
  }
  .dshw4h-uvNQxrIdQo .container .row {
    padding: 0;
  }
}
.dshw4h-uvNQxrIdQo .title-wrapper {
  padding: 160px 90px 120px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .dshw4h-uvNQxrIdQo .title-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.dshw4h-uvNQxrIdQo .title-wrapper .title-wrap .jpn-desc {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .dshw4h-uvNQxrIdQo .title-wrapper .title-wrap .jpn-desc {
    margin-bottom: 40px;
  }
}
.dshw4h-uvNQxrIdQo .title-wrapper .title-wrap .jpn-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .dshw4h-uvNQxrIdQo .title-wrapper .title-wrap .jpn-text {
    margin-bottom: 20px;
  }
}
.dshw4h-uvNQxrIdQo .title-wrapper .title-wrap .jpn-name {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .dshw4h-uvNQxrIdQo .title-wrapper .title-wrap .jpn-name {
    margin-bottom: 40px;
  }
}
.dshw4h-uvNQxrIdQo .title-wrapper .title-wrap .jpn-section-btn .btn .jpn-iconfont {
  color: #c6a38f;
}
.dshw4h-uvNQxrIdQo .image-wrapper img {
  height: 900px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .dshw4h-uvNQxrIdQo .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 768px) {
  .dshw4h-uvNQxrIdQo .image-wrapper img {
    height: 300px;
  }
}
.dshw4h-uvNQxrIdQo .jpn-desc {
  color: #000000;
}
.dshw4h-uvNQxrIdQo .jpn-text {
  color: #ffffff;
}
.dshw4h-uvNQxrIdQo .jpn-name {
  color: #ffffff;
}
.dshw4h-uvNQxrIdQo .jpn-section-btn {
  text-align: right;
}
.dshw4h-uvNQxrIdQo .jpn-text,
.dshw4h-uvNQxrIdQo .jpn-section-btn {
  color: #000000;
}
.dshw4h-uvNQAcfJR5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4e3ff;
}
.dshw4h-uvNQAcfJR5 .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvNQAcfJR5 .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .dshw4h-uvNQAcfJR5 .container {
    padding: 0 30px;
  }
}
.dshw4h-uvNQAcfJR5 .text-wrapper .jpn-text {
  margin-bottom: 0;
}
.dshw4h-uvNQAcfJR5 .jpn-text {
  color: #000000;
  text-align: center;
}
.dshw4h-uvNQyBFkLd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e5bffd;
}
.dshw4h-uvNQyBFkLd .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvNQyBFkLd .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.dshw4h-uvNQyBFkLd .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .dshw4h-uvNQyBFkLd .container-fluid {
    padding: 0 16px;
  }
}
.dshw4h-uvNQyBFkLd .container-fluid .row {
  padding: 0;
}
.dshw4h-uvNQyBFkLd .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dshw4h-uvNQyBFkLd .image-wrapper img {
  width: 450px;
  height: 450px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .dshw4h-uvNQyBFkLd .image-wrapper img {
    width: 250px;
    height: 250px;
    margin-bottom: 32px;
  }
}
.dshw4h-uvNQyBFkLd .title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-left: 115px;
  border-left: 2px solid #000000;
}
@media (max-width: 992px) {
  .dshw4h-uvNQyBFkLd .title-wrapper {
    padding: 0;
    border: none;
  }
}
.dshw4h-uvNQyBFkLd .title-wrapper .jpn-section-title {
  margin-bottom: 32px;
  width: 100%;
}
.dshw4h-uvNQyBFkLd .title-wrapper .jpn-text {
  margin-bottom: 32px;
  width: 100%;
}
.dshw4h-uvNQyBFkLd .title-wrapper .jpn-section-btn {
  width: 100%;
}
.dshw4h-uvNQyBFkLd .jpn-section-title {
  color: #495DFF;
}
.dshw4h-uvNQyBFkLd .jpn-text {
  color: #000000;
}
.dshw4h-uvNQyBFkLd .jpn-section-title,
.dshw4h-uvNQyBFkLd .jpn-section-btn {
  color: #000000;
}
.dshw4h-uvNQfpujv9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.dshw4h-uvNQfpujv9 .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvNQfpujv9 .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.dshw4h-uvNQfpujv9 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.dshw4h-uvNQfpujv9 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.dshw4h-uvNQfpujv9 .socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .dshw4h-uvNQfpujv9 .row {
    text-align: center;
  }
  .dshw4h-uvNQfpujv9 .social-row {
    justify-content: center;
  }
}
.dshw4h-uvNQfpujv9 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .dshw4h-uvNQfpujv9 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .dshw4h-uvNQfpujv9 .list {
    margin-bottom: 0rem;
  }
}
.dshw4h-uvNQfpujv9 .jpn-text {
  color: #bbbbbb;
}
.dshw4h-uvNQfpujv9 .jpn-iconfont {
  color: black;
}
.dshw4h-uvNQfpujv9 .copyright {
  color: #ffffff;
}
.dshw4h-uvNQN4fViy {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.dshw4h-uvNQN4fViy nav.navbar {
  position: fixed;
}
.dshw4h-uvNQN4fViy .dropdown-item:before {
  font-family: japanhereproo2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.dshw4h-uvNQN4fViy .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.dshw4h-uvNQN4fViy .dropdown-item:hover,
.dshw4h-uvNQN4fViy .dropdown-item:focus {
  color: #000000 !important;
}
.dshw4h-uvNQN4fViy .dropdown-item:hover span {
  color: white;
}
.dshw4h-uvNQN4fViy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.dshw4h-uvNQN4fViy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.dshw4h-uvNQN4fViy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.dshw4h-uvNQN4fViy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.dshw4h-uvNQN4fViy .nav-link {
  position: relative;
}
.dshw4h-uvNQN4fViy .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .dshw4h-uvNQN4fViy .container {
    flex-wrap: nowrap;
  }
}
.dshw4h-uvNQN4fViy .navbar-caption:hover,
.dshw4h-uvNQN4fViy .navbar-caption:focus {
  color: #000000 !important;
}
.dshw4h-uvNQN4fViy .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.dshw4h-uvNQN4fViy .navbar-nav .nav-item {
  color: #24262b;
}
.dshw4h-uvNQN4fViy .navbar-nav .nav-item:hover {
  color: #000000;
}
.dshw4h-uvNQN4fViy .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.dshw4h-uvNQN4fViy .navbar-nav .nav-item a:hover {
  color: #000000 !important;
}
.dshw4h-uvNQN4fViy .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.dshw4h-uvNQN4fViy .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.dshw4h-uvNQN4fViy .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.dshw4h-uvNQN4fViy .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #000000 !important;
}
.dshw4h-uvNQN4fViy .dropdown-menu,
.dshw4h-uvNQN4fViy .navbar.opened {
  background: #c977ff !important;
}
.dshw4h-uvNQN4fViy .nav-item:focus,
.dshw4h-uvNQN4fViy .nav-link:focus {
  outline: none;
}
.dshw4h-uvNQN4fViy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.dshw4h-uvNQN4fViy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.dshw4h-uvNQN4fViy .dropdown .dropdown-menu .dropdown-item .jpn-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.dshw4h-uvNQN4fViy .dropdown .dropdown-menu .dropdown-item .jpn-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.dshw4h-uvNQN4fViy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.dshw4h-uvNQN4fViy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.dshw4h-uvNQN4fViy .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #c977ff;
  padding: 0 !important;
}
.dshw4h-uvNQN4fViy .navbar.opened {
  transition: all 0.3s;
}
.dshw4h-uvNQN4fViy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.dshw4h-uvNQN4fViy .navbar .navbar-logo img {
  width: auto;
}
.dshw4h-uvNQN4fViy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.dshw4h-uvNQN4fViy .navbar.collapsed {
  justify-content: center;
}
.dshw4h-uvNQN4fViy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.dshw4h-uvNQN4fViy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .dshw4h-uvNQN4fViy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.dshw4h-uvNQN4fViy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.dshw4h-uvNQN4fViy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.dshw4h-uvNQN4fViy .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.dshw4h-uvNQN4fViy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.dshw4h-uvNQN4fViy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.dshw4h-uvNQN4fViy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .dshw4h-uvNQN4fViy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .dshw4h-uvNQN4fViy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .dshw4h-uvNQN4fViy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .dshw4h-uvNQN4fViy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .dshw4h-uvNQN4fViy .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .dshw4h-uvNQN4fViy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .dshw4h-uvNQN4fViy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .dshw4h-uvNQN4fViy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .dshw4h-uvNQN4fViy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .dshw4h-uvNQN4fViy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .dshw4h-uvNQN4fViy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .dshw4h-uvNQN4fViy .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.dshw4h-uvNQN4fViy .navbar.navbar-short {
  min-height: 70px;
}
.dshw4h-uvNQN4fViy .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 25%;
}
.dshw4h-uvNQN4fViy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.dshw4h-uvNQN4fViy .navbar-brand .navbar-logo a {
  outline: none;
}
.dshw4h-uvNQN4fViy .dropdown-item.active,
.dshw4h-uvNQN4fViy .dropdown-item:active {
  background-color: transparent;
}
.dshw4h-uvNQN4fViy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.dshw4h-uvNQN4fViy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.dshw4h-uvNQN4fViy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.dshw4h-uvNQN4fViy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c977ff;
}
.dshw4h-uvNQN4fViy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.dshw4h-uvNQN4fViy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.dshw4h-uvNQN4fViy ul.navbar-nav {
  flex-wrap: wrap;
}
.dshw4h-uvNQN4fViy .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.dshw4h-uvNQN4fViy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.dshw4h-uvNQN4fViy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.dshw4h-uvNQN4fViy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.dshw4h-uvNQN4fViy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.dshw4h-uvNQN4fViy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.dshw4h-uvNQN4fViy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.dshw4h-uvNQN4fViy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.dshw4h-uvNQN4fViy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.dshw4h-uvNQN4fViy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.dshw4h-uvNQN4fViy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.dshw4h-uvNQN4fViy .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.dshw4h-uvNQN4fViy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dshw4h-uvNQN4fViy .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .dshw4h-uvNQN4fViy .navbar {
    height: 70px;
  }
  .dshw4h-uvNQN4fViy .navbar.opened {
    height: auto;
  }
  .dshw4h-uvNQN4fViy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.dshw4h-uvNQN4fViy .container-fluid {
  padding: 0 1rem !important;
}
.dshw4h-uvNQN4fViy .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .dshw4h-uvNQN4fViy .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .dshw4h-uvNQN4fViy .navbar-collapse {
    width: 100%;
  }
  .dshw4h-uvNQN4fViy .navbar-nav {
    width: 100%;
  }
  .dshw4h-uvNQN4fViy .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.dshw4h-uvNQT7Bd2M {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f4e3ff;
}
.dshw4h-uvNQT7Bd2M .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvNQT7Bd2M .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.dshw4h-uvNQT7Bd2M .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .dshw4h-uvNQT7Bd2M .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .dshw4h-uvNQT7Bd2M .container {
    padding: 0 24px;
  }
}
.dshw4h-uvNQT7Bd2M .content-wrapper {
  padding: 50px;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 100vh;
}
@media (max-width: 992px) {
  .dshw4h-uvNQT7Bd2M .content-wrapper {
    padding: 0;
  }
}
.dshw4h-uvNQT7Bd2M .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: .75rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dshw4h-uvNQT7Bd2M .content-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  width: 50%;
  padding: 48px;
  background-color: #ffffff;
  border-radius: .75rem !important;
}
@media (max-width: 1500px) {
  .dshw4h-uvNQT7Bd2M .content-wrapper .card-wrap {
    width: 65%;
  }
}
@media (max-width: 1200px) {
  .dshw4h-uvNQT7Bd2M .content-wrapper .card-wrap {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .dshw4h-uvNQT7Bd2M .content-wrapper .card-wrap {
    padding: 24px;
  }
}
.dshw4h-uvNQT7Bd2M .content-wrapper .card-wrap .jpn-desc {
  width: 100%;
  margin-bottom: 16px;
}
.dshw4h-uvNQT7Bd2M .content-wrapper .card-wrap .jpn-section-title {
  width: 100%;
  margin-bottom: 24px;
}
.dshw4h-uvNQT7Bd2M .content-wrapper .card-wrap .jpn-text {
  width: 100%;
  margin-bottom: 0;
}
.dshw4h-uvNQT7Bd2M .content-wrapper .card-wrap .jpn-section-btn {
  width: 100%;
  margin-top: 16px;
}
.dshw4h-uvNQT7Bd2M .content-wrapper .card-wrap .jpn-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.dshw4h-uvNQT7Bd2M .content-wrapper .card-wrap .jpn-section-btn .btn:hover,
.dshw4h-uvNQT7Bd2M .content-wrapper .card-wrap .jpn-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.dshw4h-uvNQT7Bd2M .jpn-section-title {
  color: #141414;
}
.dshw4h-uvNQT7Bd2M .jpn-desc {
  color: #141414;
}
.dshw4h-uvNQT7Bd2M .jpn-text {
  color: #141414;
}
.dshw4h-uvNQWYj1wL {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #e5bffd;
}
.dshw4h-uvNQWYj1wL .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvNQWYj1wL .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.dshw4h-uvNQWYj1wL .row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .dshw4h-uvNQWYj1wL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.dshw4h-uvNQWYj1wL .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .dshw4h-uvNQWYj1wL .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .dshw4h-uvNQWYj1wL .text-wrapper {
    padding: 0 2rem;
  }
}
.dshw4h-uvNQWYj1wL .jpn-section-title {
  color: #000000;
}
.dshw4h-uvNQWYj1wL .jpn-text,
.dshw4h-uvNQWYj1wL .jpn-section-btn {
  color: #000000;
}
.dshw4h-uvNQWYj1wL img {
  width: 100%;
  height: 100%;
}
.dshw4h-uvNR0ZjaKz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #f4e3ff;
}
.dshw4h-uvNR0ZjaKz .decor-wrap_1 {
  position: absolute;
  top: -65%;
  right: -10rem;
  width: 474px;
  height: 474px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.dshw4h-uvNR0ZjaKz .decor-wrap_2 {
  position: absolute;
  bottom: -25%;
  left: -2rem;
  width: 254px;
  height: 254px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.dshw4h-uvNR0ZjaKz .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvNR0ZjaKz .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .dshw4h-uvNR0ZjaKz .container {
    padding: 0 30px;
  }
}
.dshw4h-uvNR0ZjaKz .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.dshw4h-uvNR0ZjaKz .title-wrapper .jpn-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .dshw4h-uvNR0ZjaKz .title-wrapper .jpn-section-title {
    margin-bottom: 30px;
  }
}
.dshw4h-uvNR0ZjaKz .text-wrapper {
  border-left: 1px solid #000000;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .dshw4h-uvNR0ZjaKz .text-wrapper {
    padding-left: 20px;
  }
}
.dshw4h-uvNR0ZjaKz .text-wrapper .jpn-text {
  margin-bottom: 0;
}
.dshw4h-uvNR0ZjaKz .jpn-section-title {
  color: #000000;
}
.dshw4h-uvNR0ZjaKz .jpn-text {
  color: #000000;
}
.dshw4h-uvNQZ3llXr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e5bffd;
}
.dshw4h-uvNQZ3llXr .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvNQZ3llXr .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.dshw4h-uvNQZ3llXr .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .dshw4h-uvNQZ3llXr .content-wrapper {
    margin-bottom: 35px;
  }
}
.dshw4h-uvNQZ3llXr .content-wrapper .jpn-desc {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .dshw4h-uvNQZ3llXr .content-wrapper .jpn-desc {
    margin-bottom: 20px;
  }
}
.dshw4h-uvNQZ3llXr .content-wrapper .jpn-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .dshw4h-uvNQZ3llXr .content-wrapper .jpn-section-title {
    margin-bottom: 20px;
  }
}
.dshw4h-uvNQZ3llXr .content-wrapper .jpn-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .dshw4h-uvNQZ3llXr .content-wrapper .jpn-text {
    margin-bottom: 15px;
  }
}
.dshw4h-uvNQZ3llXr .image-wrapper {
  padding-left: 30px;
}
@media (max-width: 992px) {
  .dshw4h-uvNQZ3llXr .image-wrapper {
    padding-left: 0;
  }
}
.dshw4h-uvNQZ3llXr .image-wrapper img {
  height: 540px;
  object-fit: cover;
  border-radius: 0 16rem;
}
@media (max-width: 992px) {
  .dshw4h-uvNQZ3llXr .image-wrapper img {
    height: 350px;
    border-radius: 0 8rem;
  }
}
.dshw4h-uvNQZ3llXr .jpn-section-title {
  color: #000000;
}
.dshw4h-uvNQZ3llXr .jpn-desc {
  color: #000000;
}
.dshw4h-uvNQZ3llXr .jpn-text {
  color: #000000;
}
.dshw4h-uvNR3eZ2OO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4e3ff;
  overflow: hidden;
}
.dshw4h-uvNR3eZ2OO .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvNR3eZ2OO .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .dshw4h-uvNR3eZ2OO .container {
    padding: 0 30px;
  }
}
.dshw4h-uvNR3eZ2OO .card {
  justify-content: center;
}
.dshw4h-uvNR3eZ2OO .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .dshw4h-uvNR3eZ2OO .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .dshw4h-uvNR3eZ2OO .content-wrapper {
    padding: 0;
  }
}
.dshw4h-uvNR3eZ2OO .content-wrapper .desc-wrapper .jpn-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .dshw4h-uvNR3eZ2OO .content-wrapper .desc-wrapper .jpn-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.dshw4h-uvNR3eZ2OO .content-wrapper .desc-wrapper .jpn-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #254b45;
}
@media (max-width: 992px) {
  .dshw4h-uvNR3eZ2OO .content-wrapper .desc-wrapper .jpn-desc::before {
    width: 40px;
  }
}
.dshw4h-uvNR3eZ2OO .content-wrapper .jpn-section-title {
  margin-bottom: 40px;
}
.dshw4h-uvNR3eZ2OO .content-wrapper .jpn-text {
  margin-bottom: 30px;
}
.dshw4h-uvNR3eZ2OO .jpn-desc {
  color: #254b45;
}
.dshw4h-uvNR3eZ2OO .jpn-section-title {
  color: #254b45;
}
.dshw4h-uvNR3eZ2OO .jpn-text {
  color: #000000;
}
.dshw4h-uvNR3eZ2OO .jpn-section-title,
.dshw4h-uvNR3eZ2OO .jpn-section-btn {
  color: #000000;
}
.dshw4h-uvNR9HNJ9V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e5bffd;
}
.dshw4h-uvNR9HNJ9V .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvNR9HNJ9V .container {
  max-width: 1300px;
}
.dshw4h-uvNR9HNJ9V .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.dshw4h-uvNR9HNJ9V .text-wrapper {
  max-width: 700px;
  margin: auto;
}
@media (min-width: 992px) {
  .dshw4h-uvNR9HNJ9V .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 991px) {
  .dshw4h-uvNR9HNJ9V .image-wrapper {
    margin-bottom: 1rem;
  }
}
.dshw4h-uvNR9HNJ9V .row {
  align-items: center;
}
@media (max-width: 991px) {
  .dshw4h-uvNR9HNJ9V .image-wrapper {
    padding: 1.5rem;
  }
}
.dshw4h-uvNR9HNJ9V .jpn-section-title {
  color: #000000;
}
.dshw4h-uvNR9HNJ9V .jpn-text,
.dshw4h-uvNR9HNJ9V .jpn-section-btn {
  color: #000000;
}
.dshw4h-uvNRdLFM5B {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4e3ff;
}
.dshw4h-uvNRdLFM5B .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvNRdLFM5B .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.dshw4h-uvNRdLFM5B .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .dshw4h-uvNRdLFM5B .container-fluid {
    padding: 0 25px;
  }
}
.dshw4h-uvNRdLFM5B .container-fluid .row {
  margin: 0;
}
@media (max-width: 992px) {
  .dshw4h-uvNRdLFM5B .container {
    padding: 0 25px;
  }
}
.dshw4h-uvNRdLFM5B .row {
  border: 1px solid #e5bffd;
}
.dshw4h-uvNRdLFM5B .card {
  padding: 0;
}
.dshw4h-uvNRdLFM5B .card .image-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.dshw4h-uvNRdLFM5B .card .image-wrapper img {
  height: 100%;
  object-fit: cover;
  max-height: 610px;
}
@media (max-width: 992px) {
  .dshw4h-uvNRdLFM5B .card .image-wrapper img {
    max-height: 100%;
    height: 300px;
  }
}
.dshw4h-uvNRdLFM5B .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 80px 70px 60px;
  height: 100%;
  background-color: #e5bffd;
}
@media (max-width: 992px) {
  .dshw4h-uvNRdLFM5B .title-wrapper {
    padding: 60px 25px;
  }
}
.dshw4h-uvNRdLFM5B .title-wrapper .title-wrap {
  width: 100%;
}
.dshw4h-uvNRdLFM5B .title-wrapper .title-wrap .jpn-section-title {
  margin-bottom: 20px;
}
.dshw4h-uvNRdLFM5B .title-wrapper .title-wrap .jpn-text {
  margin-bottom: 20px;
}
.dshw4h-uvNRdLFM5B .title-wrapper .title-wrap .jpn-section-btn {
  margin-top: 35px;
}
.dshw4h-uvNRdLFM5B .title-wrapper .jpn-desc {
  width: 100%;
  margin-bottom: 0;
}
.dshw4h-uvNRdLFM5B .jpn-section-title {
  color: #ffffff;
}
.dshw4h-uvNRdLFM5B .jpn-text {
  color: #000000;
}
.dshw4h-uvNRdLFM5B .jpn-desc {
  color: #ffffff;
}
.dshw4h-uvNRdLFM5B .jpn-section-title,
.dshw4h-uvNRdLFM5B .jpn-section-btn {
  color: #000000;
}
.dshw4h-uvNQN9gvQa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.dshw4h-uvNQN9gvQa .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvNQN9gvQa .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.dshw4h-uvNQN9gvQa .social-row {
  display: flex;
  flex-wrap: wrap;
}
.dshw4h-uvNQN9gvQa .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.dshw4h-uvNQN9gvQa .socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .dshw4h-uvNQN9gvQa .row {
    text-align: center;
  }
  .dshw4h-uvNQN9gvQa .social-row {
    justify-content: center;
  }
}
.dshw4h-uvNQN9gvQa .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .dshw4h-uvNQN9gvQa .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .dshw4h-uvNQN9gvQa .list {
    margin-bottom: 0rem;
  }
}
.dshw4h-uvNQN9gvQa .jpn-text {
  color: #bbbbbb;
}
.dshw4h-uvNQN9gvQa .jpn-iconfont {
  color: black;
}
.dshw4h-uvNQN9gvQa .copyright {
  color: #ffffff;
}
.dshw4h-uvNRQtYh7x {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.dshw4h-uvNRQtYh7x nav.navbar {
  position: fixed;
}
.dshw4h-uvNRQtYh7x .dropdown-item:before {
  font-family: japanhereproo2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.dshw4h-uvNRQtYh7x .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.dshw4h-uvNRQtYh7x .dropdown-item:hover,
.dshw4h-uvNRQtYh7x .dropdown-item:focus {
  color: #000000 !important;
}
.dshw4h-uvNRQtYh7x .dropdown-item:hover span {
  color: white;
}
.dshw4h-uvNRQtYh7x .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.dshw4h-uvNRQtYh7x .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.dshw4h-uvNRQtYh7x .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.dshw4h-uvNRQtYh7x .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.dshw4h-uvNRQtYh7x .nav-link {
  position: relative;
}
.dshw4h-uvNRQtYh7x .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .dshw4h-uvNRQtYh7x .container {
    flex-wrap: nowrap;
  }
}
.dshw4h-uvNRQtYh7x .navbar-caption:hover,
.dshw4h-uvNRQtYh7x .navbar-caption:focus {
  color: #000000 !important;
}
.dshw4h-uvNRQtYh7x .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.dshw4h-uvNRQtYh7x .navbar-nav .nav-item {
  color: #24262b;
}
.dshw4h-uvNRQtYh7x .navbar-nav .nav-item:hover {
  color: #000000;
}
.dshw4h-uvNRQtYh7x .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.dshw4h-uvNRQtYh7x .navbar-nav .nav-item a:hover {
  color: #000000 !important;
}
.dshw4h-uvNRQtYh7x .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.dshw4h-uvNRQtYh7x .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.dshw4h-uvNRQtYh7x .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.dshw4h-uvNRQtYh7x .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #000000 !important;
}
.dshw4h-uvNRQtYh7x .dropdown-menu,
.dshw4h-uvNRQtYh7x .navbar.opened {
  background: #c977ff !important;
}
.dshw4h-uvNRQtYh7x .nav-item:focus,
.dshw4h-uvNRQtYh7x .nav-link:focus {
  outline: none;
}
.dshw4h-uvNRQtYh7x .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.dshw4h-uvNRQtYh7x .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.dshw4h-uvNRQtYh7x .dropdown .dropdown-menu .dropdown-item .jpn-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.dshw4h-uvNRQtYh7x .dropdown .dropdown-menu .dropdown-item .jpn-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.dshw4h-uvNRQtYh7x .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.dshw4h-uvNRQtYh7x .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.dshw4h-uvNRQtYh7x .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #c977ff;
  padding: 0 !important;
}
.dshw4h-uvNRQtYh7x .navbar.opened {
  transition: all 0.3s;
}
.dshw4h-uvNRQtYh7x .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.dshw4h-uvNRQtYh7x .navbar .navbar-logo img {
  width: auto;
}
.dshw4h-uvNRQtYh7x .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.dshw4h-uvNRQtYh7x .navbar.collapsed {
  justify-content: center;
}
.dshw4h-uvNRQtYh7x .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.dshw4h-uvNRQtYh7x .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .dshw4h-uvNRQtYh7x .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.dshw4h-uvNRQtYh7x .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.dshw4h-uvNRQtYh7x .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.dshw4h-uvNRQtYh7x .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.dshw4h-uvNRQtYh7x .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.dshw4h-uvNRQtYh7x .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.dshw4h-uvNRQtYh7x .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .dshw4h-uvNRQtYh7x .navbar .nav-item .nav-link::before {
    display: none;
  }
  .dshw4h-uvNRQtYh7x .navbar.opened .dropdown-menu {
    top: 0;
  }
  .dshw4h-uvNRQtYh7x .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .dshw4h-uvNRQtYh7x .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .dshw4h-uvNRQtYh7x .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .dshw4h-uvNRQtYh7x .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .dshw4h-uvNRQtYh7x .navbar ul.navbar-nav li {
    margin: auto;
  }
  .dshw4h-uvNRQtYh7x .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .dshw4h-uvNRQtYh7x .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .dshw4h-uvNRQtYh7x .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .dshw4h-uvNRQtYh7x .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .dshw4h-uvNRQtYh7x .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.dshw4h-uvNRQtYh7x .navbar.navbar-short {
  min-height: 70px;
}
.dshw4h-uvNRQtYh7x .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 25%;
}
.dshw4h-uvNRQtYh7x .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.dshw4h-uvNRQtYh7x .navbar-brand .navbar-logo a {
  outline: none;
}
.dshw4h-uvNRQtYh7x .dropdown-item.active,
.dshw4h-uvNRQtYh7x .dropdown-item:active {
  background-color: transparent;
}
.dshw4h-uvNRQtYh7x .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.dshw4h-uvNRQtYh7x .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.dshw4h-uvNRQtYh7x .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.dshw4h-uvNRQtYh7x .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c977ff;
}
.dshw4h-uvNRQtYh7x .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.dshw4h-uvNRQtYh7x .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.dshw4h-uvNRQtYh7x ul.navbar-nav {
  flex-wrap: wrap;
}
.dshw4h-uvNRQtYh7x .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.dshw4h-uvNRQtYh7x button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.dshw4h-uvNRQtYh7x button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.dshw4h-uvNRQtYh7x button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.dshw4h-uvNRQtYh7x button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.dshw4h-uvNRQtYh7x button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.dshw4h-uvNRQtYh7x button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.dshw4h-uvNRQtYh7x nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.dshw4h-uvNRQtYh7x nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.dshw4h-uvNRQtYh7x nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.dshw4h-uvNRQtYh7x nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.dshw4h-uvNRQtYh7x .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.dshw4h-uvNRQtYh7x a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dshw4h-uvNRQtYh7x .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .dshw4h-uvNRQtYh7x .navbar {
    height: 70px;
  }
  .dshw4h-uvNRQtYh7x .navbar.opened {
    height: auto;
  }
  .dshw4h-uvNRQtYh7x .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.dshw4h-uvNRQtYh7x .container-fluid {
  padding: 0 1rem !important;
}
.dshw4h-uvNRQtYh7x .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .dshw4h-uvNRQtYh7x .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .dshw4h-uvNRQtYh7x .navbar-collapse {
    width: 100%;
  }
  .dshw4h-uvNRQtYh7x .navbar-nav {
    width: 100%;
  }
  .dshw4h-uvNRQtYh7x .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.dshw4h-uvNRVP1hQM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #f4e3ff;
}
.dshw4h-uvNRVP1hQM .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.dshw4h-uvNRVP1hQM .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvNRVP1hQM .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.dshw4h-uvNRVP1hQM .content-wrap {
  margin: 0;
}
.dshw4h-uvNRVP1hQM .content-wrap .card {
  padding: 0;
}
.dshw4h-uvNRVP1hQM .content-wrapper {
  padding: 190px 28px 190px 120px;
  height: 100%;
}
@media (max-width: 1640px) {
  .dshw4h-uvNRVP1hQM .content-wrapper {
    padding: 190px 24px;
  }
}
@media (max-width: 992px) {
  .dshw4h-uvNRVP1hQM .content-wrapper {
    padding: 40px 0;
  }
}
.dshw4h-uvNRVP1hQM .content-wrapper .jpn-section-title {
  margin-bottom: 16px;
}
.dshw4h-uvNRVP1hQM .content-wrapper .jpn-text {
  margin-bottom: 16px;
}
.dshw4h-uvNRVP1hQM .content-wrapper .jpn-section-btn {
  width: 100%;
}
.dshw4h-uvNRVP1hQM .content-wrapper .jpn-section-btn .btn {
  width: 100%;
}
.dshw4h-uvNRVP1hQM .image-wrapper {
  height: 100%;
}
.dshw4h-uvNRVP1hQM .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .dshw4h-uvNRVP1hQM .image-wrapper img {
    height: 350px;
    object-fit: cover;
  }
}
.dshw4h-uvNRVP1hQM .jpn-section-title {
  color: #150764;
}
.dshw4h-uvNRVP1hQM .jpn-text {
  color: #000000;
}
.dshw4h-uvNRVP1hQM .jpn-section-title,
.dshw4h-uvNRVP1hQM .jpn-section-btn {
  color: #000000;
}
.dshw4h-uvNSlJoJaP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e5bffd;
}
.dshw4h-uvNSlJoJaP .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvNSlJoJaP .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.dshw4h-uvNSlJoJaP .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .dshw4h-uvNSlJoJaP .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .dshw4h-uvNSlJoJaP .container {
    padding: 0 30px;
  }
}
.dshw4h-uvNSlJoJaP .title-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .dshw4h-uvNSlJoJaP .title-wrapper {
    padding: 0 30px;
    height: auto;
  }
}
.dshw4h-uvNSlJoJaP .title-wrapper .title-wrap .jpn-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .dshw4h-uvNSlJoJaP .title-wrapper .title-wrap .jpn-section-title {
    margin-bottom: 30px;
  }
}
.dshw4h-uvNSlJoJaP .text-wrapper .jpn-text {
  margin-bottom: 0;
}
.dshw4h-uvNSlJoJaP .jpn-section-title {
  color: #000000;
}
.dshw4h-uvNSlJoJaP .jpn-text {
  color: #000000;
}
.dshw4h-uvNRZ8kWpB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4e3ff;
}
.dshw4h-uvNRZ8kWpB .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvNRZ8kWpB .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .dshw4h-uvNRZ8kWpB .container {
    padding: 0 22px;
  }
}
.dshw4h-uvNRZ8kWpB .row {
  justify-content: space-between;
}
.dshw4h-uvNRZ8kWpB .row .card {
  justify-content: center;
}
.dshw4h-uvNRZ8kWpB .content-wrapper .jpn-section-title {
  margin-bottom: 32px;
}
.dshw4h-uvNRZ8kWpB .content-wrapper .jpn-text {
  margin-bottom: 22px;
}
.dshw4h-uvNRZ8kWpB .image-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .dshw4h-uvNRZ8kWpB .image-wrapper {
    margin-top: 32px;
  }
}
.dshw4h-uvNRZ8kWpB .image-wrapper img {
  height: 850px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .dshw4h-uvNRZ8kWpB .image-wrapper img {
    height: 350px;
  }
}
.dshw4h-uvNRZ8kWpB .image-wrapper::before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: -1px;
  height: 128px;
  width: 55%;
  border-radius: 0 7rem 0 0;
  background-color: #f4e3ff;
}
@media (max-width: 992px) {
  .dshw4h-uvNRZ8kWpB .image-wrapper::before {
    height: 70px;
  }
}
.dshw4h-uvNRZ8kWpB .jpn-section-title {
  color: #000000;
}
.dshw4h-uvNRZ8kWpB .jpn-text {
  color: #000000;
}
.dshw4h-uvNSbw95F8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e5bffd;
}
@media (max-width: 992px) {
  .dshw4h-uvNSbw95F8 .container {
    padding: 0 25px;
  }
}
.dshw4h-uvNSbw95F8 .title-wrapper {
  margin: 25px 0;
}
.dshw4h-uvNSbw95F8 .title-wrapper .jpn-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .dshw4h-uvNSbw95F8 .title-wrapper .jpn-section-title {
    margin-bottom: 25px;
  }
}
.dshw4h-uvNSbw95F8 .text-wrapper .jpn-section-subtitle {
  margin: 25px 0;
}
.dshw4h-uvNSbw95F8 .text-wrapper .jpn-text {
  margin-bottom: 0;
}
.dshw4h-uvNSbw95F8 .jpn-section-title {
  color: #000000;
}
.dshw4h-uvNSbw95F8 .jpn-section-subtitle {
  color: #000000;
}
.dshw4h-uvNSbw95F8 .jpn-text {
  color: #000000;
}
.dshw4h-uvNS0jykA0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4e3ff;
}
.dshw4h-uvNS0jykA0 .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvNS0jykA0 .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .dshw4h-uvNS0jykA0 .container {
    padding: 0 22px;
  }
}
.dshw4h-uvNS0jykA0 .row {
  justify-content: space-between;
}
.dshw4h-uvNS0jykA0 .row .card {
  justify-content: center;
}
.dshw4h-uvNS0jykA0 .content-wrapper .jpn-section-title {
  margin-bottom: 32px;
}
.dshw4h-uvNS0jykA0 .content-wrapper .jpn-desc {
  margin-bottom: 32px;
}
.dshw4h-uvNS0jykA0 .content-wrapper .jpn-text {
  margin-bottom: 0px;
}
.dshw4h-uvNS0jykA0 .image-wrapper {
  position: relative;
}
.dshw4h-uvNS0jykA0 .image-wrapper img {
  height: 570px;
  object-fit: cover;
  border-radius: 0 6rem 0 0 !important;
}
@media (max-width: 992px) {
  .dshw4h-uvNS0jykA0 .image-wrapper img {
    height: 350px;
  }
}
.dshw4h-uvNS0jykA0 .jpn-section-title {
  color: #000000;
}
.dshw4h-uvNS0jykA0 .jpn-desc {
  color: #000000;
}
.dshw4h-uvNS0jykA0 .jpn-text {
  color: #000000;
}
.dshw4h-uvNSdSDnE3 {
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/main97-1024x1024.jpg");
}
.dshw4h-uvNSdSDnE3 .jpn-overlay {
  background-color: #000000;
  opacity: 0.9;
}
.dshw4h-uvNSdSDnE3 .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .dshw4h-uvNSdSDnE3 {
    align-items: center;
  }
  .dshw4h-uvNSdSDnE3 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .dshw4h-uvNSdSDnE3 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .dshw4h-uvNSdSDnE3 {
    -webkit-align-items: center;
    align-items: center;
  }
  .dshw4h-uvNSdSDnE3 .jpn-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .dshw4h-uvNSdSDnE3 .content-wrap {
    width: 100%;
  }
}
.dshw4h-uvNSdSDnE3 .jpn-section-title {
  text-align: center;
  color: #ffffff;
}
.dshw4h-uvNSdSDnE3 .jpn-text,
.dshw4h-uvNSdSDnE3 .jpn-section-btn {
  text-align: center;
}
.dshw4h-uvNSdSDnE3 .jpn-section-subtitle {
  color: #ca9236;
  text-align: center;
}
.dshw4h-uvNS2dkPfU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f4e3ff;
}
.dshw4h-uvNS2dkPfU .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvNS2dkPfU .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.dshw4h-uvNS2dkPfU .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .dshw4h-uvNS2dkPfU .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .dshw4h-uvNS2dkPfU .container {
    padding: 0 24px;
  }
}
.dshw4h-uvNS2dkPfU .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.dshw4h-uvNS2dkPfU .image-wrapper {
  height: 100%;
}
.dshw4h-uvNS2dkPfU .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .dshw4h-uvNS2dkPfU .image-wrapper img {
    height: 350px;
  }
}
.dshw4h-uvNS2dkPfU .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #e5bffd;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .dshw4h-uvNS2dkPfU .content-wrapper {
    padding: 24px;
  }
}
.dshw4h-uvNS2dkPfU .content-wrapper .content-wrap {
  width: 100%;
}
.dshw4h-uvNS2dkPfU .content-wrapper .content-wrap .jpn-section-title {
  margin-bottom: 32px;
}
.dshw4h-uvNS2dkPfU .content-wrapper .content-wrap .jpn-text {
  margin-bottom: 16px;
}
.dshw4h-uvNS2dkPfU .content-wrapper .content-wrap .jpn-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.dshw4h-uvNS2dkPfU .content-wrapper .content-wrap .jpn-section-btn .btn:hover,
.dshw4h-uvNS2dkPfU .content-wrapper .content-wrap .jpn-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.dshw4h-uvNS2dkPfU .jpn-section-title {
  color: #141414;
}
.dshw4h-uvNS2dkPfU .jpn-text {
  color: #141414;
}
.dshw4h-uvNS6MNeSH {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #f4e3ff;
}
.dshw4h-uvNS6MNeSH .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvNS6MNeSH .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .dshw4h-uvNS6MNeSH {
    align-items: flex-start;
  }
  .dshw4h-uvNS6MNeSH .row {
    justify-content: flex-start;
  }
}
.dshw4h-uvNS6MNeSH .jpn-section-title {
  text-align: left;
  color: #232323;
}
.dshw4h-uvNS6MNeSH .jpn-text,
.dshw4h-uvNS6MNeSH .jpn-section-btn {
  text-align: left;
  color: #232323;
}
.dshw4h-uvNS6MNeSH .jpn-section-title,
.dshw4h-uvNS6MNeSH .line {
  color: #000000;
}
.dshw4h-uvNS6MNeSH h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.dshw4h-uvNS6MNeSH h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.dshw4h-uvNS6MNeSH .jpn-section-subtitle,
.dshw4h-uvNS6MNeSH .align {
  text-align: left;
  color: #000000;
}
.dshw4h-uvNS5uPJCL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e5bffd;
  overflow: hidden;
}
.dshw4h-uvNS5uPJCL .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvNS5uPJCL .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.dshw4h-uvNS5uPJCL .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .dshw4h-uvNS5uPJCL .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .dshw4h-uvNS5uPJCL .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .dshw4h-uvNS5uPJCL .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .dshw4h-uvNS5uPJCL .container {
    padding: 0 16px;
  }
}
.dshw4h-uvNS5uPJCL .row {
  justify-content: center;
}
.dshw4h-uvNS5uPJCL .jpn-section-title {
  margin-bottom: 50px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .dshw4h-uvNS5uPJCL .jpn-section-title {
    margin-bottom: 32px;
  }
}
.dshw4h-uvNS5uPJCL .card {
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 992px) {
  .dshw4h-uvNS5uPJCL .card {
    flex-direction: column;
  }
}
.dshw4h-uvNS5uPJCL .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .dshw4h-uvNS5uPJCL .image-wrapper {
    margin-bottom: 32px;
    width: 100%;
  }
}
.dshw4h-uvNS5uPJCL .image-wrapper img {
  height: 650px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .dshw4h-uvNS5uPJCL .image-wrapper img {
    height: 350px;
  }
}
.dshw4h-uvNS5uPJCL .content-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .dshw4h-uvNS5uPJCL .content-wrapper {
    width: 100%;
  }
}
.dshw4h-uvNS5uPJCL .content-wrapper .content-wrap .jpn-section-title {
  margin-bottom: 16px;
}
.dshw4h-uvNS5uPJCL .content-wrapper .content-wrap .jpn-text {
  margin-bottom: 16px;
}
.dshw4h-uvNS5uPJCL .jpn-section-subtitle {
  color: #000000;
}
.dshw4h-uvNS5uPJCL .jpn-text {
  color: #000000;
}
.dshw4h-uvNS9AgvTS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f4e3ff;
}
.dshw4h-uvNS9AgvTS .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvNS9AgvTS .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.dshw4h-uvNS9AgvTS .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .dshw4h-uvNS9AgvTS .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .dshw4h-uvNS9AgvTS .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .dshw4h-uvNS9AgvTS .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .dshw4h-uvNS9AgvTS .container {
    padding: 0 12px;
  }
}
.dshw4h-uvNS9AgvTS .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .dshw4h-uvNS9AgvTS .content-wrapper {
    padding: 0 24px;
  }
}
.dshw4h-uvNS9AgvTS .content-wrapper .jpn-section-title {
  margin-bottom: 22px;
}
.dshw4h-uvNS9AgvTS .content-wrapper .jpn-text {
  margin-bottom: 22px;
}
.dshw4h-uvNS9AgvTS .jpn-section-title {
  color: #1D1D1F;
}
.dshw4h-uvNS9AgvTS .jpn-text {
  color: #1D1D1F;
  text-align: center;
}
.dshw4h-uvNS9AgvTS .jpn-section-title,
.dshw4h-uvNS9AgvTS .jpn-section-btn {
  text-align: center;
}
.dshw4h-uvNRQysqgL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.dshw4h-uvNRQysqgL .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvNRQysqgL .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.dshw4h-uvNRQysqgL .social-row {
  display: flex;
  flex-wrap: wrap;
}
.dshw4h-uvNRQysqgL .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.dshw4h-uvNRQysqgL .socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .dshw4h-uvNRQysqgL .row {
    text-align: center;
  }
  .dshw4h-uvNRQysqgL .social-row {
    justify-content: center;
  }
}
.dshw4h-uvNRQysqgL .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .dshw4h-uvNRQysqgL .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .dshw4h-uvNRQysqgL .list {
    margin-bottom: 0rem;
  }
}
.dshw4h-uvNRQysqgL .jpn-text {
  color: #bbbbbb;
}
.dshw4h-uvNRQysqgL .jpn-iconfont {
  color: black;
}
.dshw4h-uvNRQysqgL .copyright {
  color: #ffffff;
}
.dshw4h-uvNSn7l5jX {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.dshw4h-uvNSn7l5jX nav.navbar {
  position: fixed;
}
.dshw4h-uvNSn7l5jX .dropdown-item:before {
  font-family: japanhereproo2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.dshw4h-uvNSn7l5jX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.dshw4h-uvNSn7l5jX .dropdown-item:hover,
.dshw4h-uvNSn7l5jX .dropdown-item:focus {
  color: #000000 !important;
}
.dshw4h-uvNSn7l5jX .dropdown-item:hover span {
  color: white;
}
.dshw4h-uvNSn7l5jX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.dshw4h-uvNSn7l5jX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.dshw4h-uvNSn7l5jX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.dshw4h-uvNSn7l5jX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.dshw4h-uvNSn7l5jX .nav-link {
  position: relative;
}
.dshw4h-uvNSn7l5jX .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .dshw4h-uvNSn7l5jX .container {
    flex-wrap: nowrap;
  }
}
.dshw4h-uvNSn7l5jX .navbar-caption:hover,
.dshw4h-uvNSn7l5jX .navbar-caption:focus {
  color: #000000 !important;
}
.dshw4h-uvNSn7l5jX .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.dshw4h-uvNSn7l5jX .navbar-nav .nav-item {
  color: #24262b;
}
.dshw4h-uvNSn7l5jX .navbar-nav .nav-item:hover {
  color: #000000;
}
.dshw4h-uvNSn7l5jX .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.dshw4h-uvNSn7l5jX .navbar-nav .nav-item a:hover {
  color: #000000 !important;
}
.dshw4h-uvNSn7l5jX .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.dshw4h-uvNSn7l5jX .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.dshw4h-uvNSn7l5jX .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.dshw4h-uvNSn7l5jX .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #000000 !important;
}
.dshw4h-uvNSn7l5jX .dropdown-menu,
.dshw4h-uvNSn7l5jX .navbar.opened {
  background: #c977ff !important;
}
.dshw4h-uvNSn7l5jX .nav-item:focus,
.dshw4h-uvNSn7l5jX .nav-link:focus {
  outline: none;
}
.dshw4h-uvNSn7l5jX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.dshw4h-uvNSn7l5jX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.dshw4h-uvNSn7l5jX .dropdown .dropdown-menu .dropdown-item .jpn-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.dshw4h-uvNSn7l5jX .dropdown .dropdown-menu .dropdown-item .jpn-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.dshw4h-uvNSn7l5jX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.dshw4h-uvNSn7l5jX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.dshw4h-uvNSn7l5jX .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #c977ff;
  padding: 0 !important;
}
.dshw4h-uvNSn7l5jX .navbar.opened {
  transition: all 0.3s;
}
.dshw4h-uvNSn7l5jX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.dshw4h-uvNSn7l5jX .navbar .navbar-logo img {
  width: auto;
}
.dshw4h-uvNSn7l5jX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.dshw4h-uvNSn7l5jX .navbar.collapsed {
  justify-content: center;
}
.dshw4h-uvNSn7l5jX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.dshw4h-uvNSn7l5jX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .dshw4h-uvNSn7l5jX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.dshw4h-uvNSn7l5jX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.dshw4h-uvNSn7l5jX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.dshw4h-uvNSn7l5jX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.dshw4h-uvNSn7l5jX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.dshw4h-uvNSn7l5jX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.dshw4h-uvNSn7l5jX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .dshw4h-uvNSn7l5jX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .dshw4h-uvNSn7l5jX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .dshw4h-uvNSn7l5jX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .dshw4h-uvNSn7l5jX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .dshw4h-uvNSn7l5jX .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .dshw4h-uvNSn7l5jX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .dshw4h-uvNSn7l5jX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .dshw4h-uvNSn7l5jX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .dshw4h-uvNSn7l5jX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .dshw4h-uvNSn7l5jX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .dshw4h-uvNSn7l5jX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .dshw4h-uvNSn7l5jX .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.dshw4h-uvNSn7l5jX .navbar.navbar-short {
  min-height: 70px;
}
.dshw4h-uvNSn7l5jX .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 25%;
}
.dshw4h-uvNSn7l5jX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.dshw4h-uvNSn7l5jX .navbar-brand .navbar-logo a {
  outline: none;
}
.dshw4h-uvNSn7l5jX .dropdown-item.active,
.dshw4h-uvNSn7l5jX .dropdown-item:active {
  background-color: transparent;
}
.dshw4h-uvNSn7l5jX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.dshw4h-uvNSn7l5jX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.dshw4h-uvNSn7l5jX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.dshw4h-uvNSn7l5jX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c977ff;
}
.dshw4h-uvNSn7l5jX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.dshw4h-uvNSn7l5jX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.dshw4h-uvNSn7l5jX ul.navbar-nav {
  flex-wrap: wrap;
}
.dshw4h-uvNSn7l5jX .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.dshw4h-uvNSn7l5jX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.dshw4h-uvNSn7l5jX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.dshw4h-uvNSn7l5jX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.dshw4h-uvNSn7l5jX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.dshw4h-uvNSn7l5jX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.dshw4h-uvNSn7l5jX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.dshw4h-uvNSn7l5jX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.dshw4h-uvNSn7l5jX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.dshw4h-uvNSn7l5jX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.dshw4h-uvNSn7l5jX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.dshw4h-uvNSn7l5jX .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.dshw4h-uvNSn7l5jX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dshw4h-uvNSn7l5jX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .dshw4h-uvNSn7l5jX .navbar {
    height: 70px;
  }
  .dshw4h-uvNSn7l5jX .navbar.opened {
    height: auto;
  }
  .dshw4h-uvNSn7l5jX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.dshw4h-uvNSn7l5jX .container-fluid {
  padding: 0 1rem !important;
}
.dshw4h-uvNSn7l5jX .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .dshw4h-uvNSn7l5jX .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .dshw4h-uvNSn7l5jX .navbar-collapse {
    width: 100%;
  }
  .dshw4h-uvNSn7l5jX .navbar-nav {
    width: 100%;
  }
  .dshw4h-uvNSn7l5jX .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.dshw4h-uvUss0jZAj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.dshw4h-uvUss0jZAj .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvUss0jZAj .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .dshw4h-uvUss0jZAj .container {
    padding: 0 30px;
  }
}
.dshw4h-uvUss0jZAj .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.dshw4h-uvUss0jZAj .desc-wrapper .jpn-desc {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .dshw4h-uvUss0jZAj .desc-wrapper .jpn-desc {
    margin-bottom: 30px;
  }
}
.dshw4h-uvUss0jZAj .text-wrapper .jpn-text {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .dshw4h-uvUss0jZAj .text-wrapper .jpn-text {
    margin-bottom: 30px;
  }
}
.dshw4h-uvUss0jZAj .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 992px) {
  .dshw4h-uvUss0jZAj .items-wrapper {
    display: block;
  }
}
.dshw4h-uvUss0jZAj .items-wrapper .item {
  margin: 60px 0;
  padding: 0 40px;
  border-right: 1px solid #dbf5d1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 0 !important;
}
.dshw4h-uvUss0jZAj .items-wrapper .item:nth-child(3n) {
  border-right: none;
}
@media (max-width: 992px) {
  .dshw4h-uvUss0jZAj .items-wrapper .item {
    margin: 30px 0 0 0;
    padding: 0 0 30px 0;
    border-right: none;
    border-bottom: 1px solid #dbf5d1;
  }
}
.dshw4h-uvUss0jZAj .items-wrapper .item .item-wrapper {
  border-radius: 0 !important;
}
.dshw4h-uvUss0jZAj .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
.dshw4h-uvUss0jZAj .items-wrapper .item .item-wrapper .item-img img {
  height: 260px;
  object-fit: cover;
}
.dshw4h-uvUss0jZAj .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.dshw4h-uvUss0jZAj .items-wrapper .item .item-wrapper .item-content .item-date {
  margin-bottom: 30px;
}
.dshw4h-uvUss0jZAj .items-wrapper .item .item-wrapper .item-content .jpn-text {
  margin-bottom: 0;
}
.dshw4h-uvUss0jZAj .items-wrapper .item .jpn-section-btn {
  margin-top: 30px;
}
.dshw4h-uvUss0jZAj .item-date {
  color: #000000;
}
.dshw4h-uvUss0jZAj .item-title {
  color: #22654E;
}
.dshw4h-uvUss0jZAj .item-text {
  color: #000000;
}
.dshw4h-uvUss0jZAj .item-title,
.dshw4h-uvUss0jZAj .jpn-section-btn {
  color: #000000;
  text-align: center;
}
.dshw4h-uvNSDuR6R7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e5bffd;
}
.dshw4h-uvNSDuR6R7 .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvNSDuR6R7 .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.dshw4h-uvNSDuR6R7 .content-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .dshw4h-uvNSDuR6R7 .content-wrapper {
    margin-bottom: 40px;
  }
}
.dshw4h-uvNSDuR6R7 .content-wrapper .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .dshw4h-uvNSDuR6R7 .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.dshw4h-uvNSDuR6R7 .content-wrapper .title-wrapper .desc-wrapper .jpn-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.dshw4h-uvNSDuR6R7 .content-wrapper .title-wrapper .jpn-section-title {
  margin-bottom: 0;
}
.dshw4h-uvNSDuR6R7 .content-wrapper .title-wrapper .jpn-section-title span {
  color: #ed463f;
}
.dshw4h-uvNSDuR6R7 .content-wrapper .jpn-text {
  margin-bottom: 0;
}
.dshw4h-uvNSDuR6R7 .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .dshw4h-uvNSDuR6R7 .image-wrapper img {
    height: 350px;
  }
}
.dshw4h-uvNSDuR6R7 .jpn-section-title {
  color: #000000;
}
.dshw4h-uvNSDuR6R7 .jpn-desc {
  color: #b19a7c;
}
.dshw4h-uvNSDuR6R7 .jpn-text {
  color: #404349;
}
.dshw4h-uvNSGvY4hb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4e3ff;
}
.dshw4h-uvNSGvY4hb .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvNSGvY4hb .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .dshw4h-uvNSGvY4hb .container {
    padding: 0 15px;
  }
}
.dshw4h-uvNSGvY4hb .row {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .dshw4h-uvNSGvY4hb .desc-wrapper {
    margin-bottom: 40px;
  }
}
.dshw4h-uvNSGvY4hb .desc-wrapper .jpn-desc {
  position: relative;
  display: inline-flex;
  align-content: center;
  justify-content: center;
  transform: rotate(180deg);
  writing-mode: tb-rl;
  width: fit-content;
  padding-top: 206px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .dshw4h-uvNSGvY4hb .desc-wrapper .jpn-desc {
    transform: rotate(0);
    writing-mode: inherit;
    padding-top: 0;
    width: 100%;
    display: block;
  }
}
.dshw4h-uvNSGvY4hb .desc-wrapper .jpn-desc::before {
  content: '';
  position: absolute;
  top: 5rem;
  left: -5rem;
  width: 190px;
  height: 1px;
  background-color: #30262b;
  transform: rotate(90deg);
}
@media (max-width: 992px) {
  .dshw4h-uvNSGvY4hb .desc-wrapper .jpn-desc::before {
    display: none;
  }
}
.dshw4h-uvNSGvY4hb .text-wrapper .jpn-text {
  margin-bottom: 0;
}
.dshw4h-uvNSGvY4hb .jpn-desc {
  color: #30262b;
}
.dshw4h-uvNSGvY4hb .jpn-text {
  color: #30262b;
}
.dshw4h-uvNSG4klAp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e5bffd;
}
.dshw4h-uvNSG4klAp .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvNSG4klAp .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.dshw4h-uvNSG4klAp .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .dshw4h-uvNSG4klAp .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .dshw4h-uvNSG4klAp .container {
    padding: 0 20px;
  }
}
.dshw4h-uvNSG4klAp .row {
  justify-content: space-between;
}
.dshw4h-uvNSG4klAp .card {
  justify-content: center;
}
.dshw4h-uvNSG4klAp .image-wrapper img {
  height: 100vh;
  object-fit: cover;
}
@media (max-width: 992px) {
  .dshw4h-uvNSG4klAp .image-wrapper img {
    height: 350px;
  }
}
.dshw4h-uvNSG4klAp .content-wrapper {
  padding: 80px 156px 80px 86px;
}
@media (max-width: 1440px) {
  .dshw4h-uvNSG4klAp .content-wrapper {
    padding: 80px 156px 80px 50px;
  }
}
@media (max-width: 1200px) {
  .dshw4h-uvNSG4klAp .content-wrapper {
    padding: 80px 106px 80px 50px;
  }
}
@media (max-width: 992px) {
  .dshw4h-uvNSG4klAp .content-wrapper {
    padding: 40px 0 80px;
  }
}
.dshw4h-uvNSG4klAp .content-wrapper .jpn-desc {
  margin-bottom: 20px;
}
.dshw4h-uvNSG4klAp .content-wrapper .jpn-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .dshw4h-uvNSG4klAp .content-wrapper .jpn-section-title {
    margin-bottom: 40px;
  }
}
.dshw4h-uvNSG4klAp .content-wrapper .jpn-text {
  margin-bottom: 0;
}
.dshw4h-uvNSG4klAp .jpn-desc {
  color: #1e1d1c;
}
.dshw4h-uvNSG4klAp .jpn-section-title {
  color: #1e1d1c;
}
.dshw4h-uvNSG4klAp .jpn-text {
  color: #1e1d1c;
}
.dshw4h-uvNSncNLtl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.dshw4h-uvNSncNLtl .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvNSncNLtl .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.dshw4h-uvNSncNLtl .social-row {
  display: flex;
  flex-wrap: wrap;
}
.dshw4h-uvNSncNLtl .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.dshw4h-uvNSncNLtl .socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .dshw4h-uvNSncNLtl .row {
    text-align: center;
  }
  .dshw4h-uvNSncNLtl .social-row {
    justify-content: center;
  }
}
.dshw4h-uvNSncNLtl .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .dshw4h-uvNSncNLtl .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .dshw4h-uvNSncNLtl .list {
    margin-bottom: 0rem;
  }
}
.dshw4h-uvNSncNLtl .jpn-text {
  color: #bbbbbb;
}
.dshw4h-uvNSncNLtl .jpn-iconfont {
  color: black;
}
.dshw4h-uvNSncNLtl .copyright {
  color: #ffffff;
}
.dshw4h-uvNSI0ffNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.dshw4h-uvNSI0ffNp nav.navbar {
  position: fixed;
}
.dshw4h-uvNSI0ffNp .dropdown-item:before {
  font-family: japanhereproo2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.dshw4h-uvNSI0ffNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.dshw4h-uvNSI0ffNp .dropdown-item:hover,
.dshw4h-uvNSI0ffNp .dropdown-item:focus {
  color: #000000 !important;
}
.dshw4h-uvNSI0ffNp .dropdown-item:hover span {
  color: white;
}
.dshw4h-uvNSI0ffNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.dshw4h-uvNSI0ffNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.dshw4h-uvNSI0ffNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.dshw4h-uvNSI0ffNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.dshw4h-uvNSI0ffNp .nav-link {
  position: relative;
}
.dshw4h-uvNSI0ffNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .dshw4h-uvNSI0ffNp .container {
    flex-wrap: nowrap;
  }
}
.dshw4h-uvNSI0ffNp .navbar-caption:hover,
.dshw4h-uvNSI0ffNp .navbar-caption:focus {
  color: #000000 !important;
}
.dshw4h-uvNSI0ffNp .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.dshw4h-uvNSI0ffNp .navbar-nav .nav-item {
  color: #24262b;
}
.dshw4h-uvNSI0ffNp .navbar-nav .nav-item:hover {
  color: #000000;
}
.dshw4h-uvNSI0ffNp .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.dshw4h-uvNSI0ffNp .navbar-nav .nav-item a:hover {
  color: #000000 !important;
}
.dshw4h-uvNSI0ffNp .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.dshw4h-uvNSI0ffNp .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.dshw4h-uvNSI0ffNp .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.dshw4h-uvNSI0ffNp .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #000000 !important;
}
.dshw4h-uvNSI0ffNp .dropdown-menu,
.dshw4h-uvNSI0ffNp .navbar.opened {
  background: #c977ff !important;
}
.dshw4h-uvNSI0ffNp .nav-item:focus,
.dshw4h-uvNSI0ffNp .nav-link:focus {
  outline: none;
}
.dshw4h-uvNSI0ffNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.dshw4h-uvNSI0ffNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.dshw4h-uvNSI0ffNp .dropdown .dropdown-menu .dropdown-item .jpn-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.dshw4h-uvNSI0ffNp .dropdown .dropdown-menu .dropdown-item .jpn-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.dshw4h-uvNSI0ffNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.dshw4h-uvNSI0ffNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.dshw4h-uvNSI0ffNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #c977ff;
  padding: 0 !important;
}
.dshw4h-uvNSI0ffNp .navbar.opened {
  transition: all 0.3s;
}
.dshw4h-uvNSI0ffNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.dshw4h-uvNSI0ffNp .navbar .navbar-logo img {
  width: auto;
}
.dshw4h-uvNSI0ffNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.dshw4h-uvNSI0ffNp .navbar.collapsed {
  justify-content: center;
}
.dshw4h-uvNSI0ffNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.dshw4h-uvNSI0ffNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .dshw4h-uvNSI0ffNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.dshw4h-uvNSI0ffNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.dshw4h-uvNSI0ffNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.dshw4h-uvNSI0ffNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.dshw4h-uvNSI0ffNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.dshw4h-uvNSI0ffNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.dshw4h-uvNSI0ffNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .dshw4h-uvNSI0ffNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .dshw4h-uvNSI0ffNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .dshw4h-uvNSI0ffNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .dshw4h-uvNSI0ffNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .dshw4h-uvNSI0ffNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .dshw4h-uvNSI0ffNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .dshw4h-uvNSI0ffNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .dshw4h-uvNSI0ffNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .dshw4h-uvNSI0ffNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .dshw4h-uvNSI0ffNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .dshw4h-uvNSI0ffNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .dshw4h-uvNSI0ffNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.dshw4h-uvNSI0ffNp .navbar.navbar-short {
  min-height: 70px;
}
.dshw4h-uvNSI0ffNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 25%;
}
.dshw4h-uvNSI0ffNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.dshw4h-uvNSI0ffNp .navbar-brand .navbar-logo a {
  outline: none;
}
.dshw4h-uvNSI0ffNp .dropdown-item.active,
.dshw4h-uvNSI0ffNp .dropdown-item:active {
  background-color: transparent;
}
.dshw4h-uvNSI0ffNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.dshw4h-uvNSI0ffNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.dshw4h-uvNSI0ffNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.dshw4h-uvNSI0ffNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c977ff;
}
.dshw4h-uvNSI0ffNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.dshw4h-uvNSI0ffNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.dshw4h-uvNSI0ffNp ul.navbar-nav {
  flex-wrap: wrap;
}
.dshw4h-uvNSI0ffNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.dshw4h-uvNSI0ffNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.dshw4h-uvNSI0ffNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.dshw4h-uvNSI0ffNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.dshw4h-uvNSI0ffNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.dshw4h-uvNSI0ffNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.dshw4h-uvNSI0ffNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.dshw4h-uvNSI0ffNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.dshw4h-uvNSI0ffNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.dshw4h-uvNSI0ffNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.dshw4h-uvNSI0ffNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.dshw4h-uvNSI0ffNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.dshw4h-uvNSI0ffNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dshw4h-uvNSI0ffNp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .dshw4h-uvNSI0ffNp .navbar {
    height: 70px;
  }
  .dshw4h-uvNSI0ffNp .navbar.opened {
    height: auto;
  }
  .dshw4h-uvNSI0ffNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.dshw4h-uvNSI0ffNp .container-fluid {
  padding: 0 1rem !important;
}
.dshw4h-uvNSI0ffNp .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .dshw4h-uvNSI0ffNp .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .dshw4h-uvNSI0ffNp .navbar-collapse {
    width: 100%;
  }
  .dshw4h-uvNSI0ffNp .navbar-nav {
    width: 100%;
  }
  .dshw4h-uvNSI0ffNp .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.dshw4h-uvNSSyk30S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f4e3ff;
}
.dshw4h-uvNSSyk30S .circle-wrap {
  position: absolute;
  top: -22%;
  right: -10%;
  width: 1500px;
  height: 1500px;
  border-radius: 100%;
  border: 210px solid #f7f5f6;
}
.dshw4h-uvNSSyk30S .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvNSSyk30S .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .dshw4h-uvNSSyk30S .container {
    padding: 0 15px;
  }
}
.dshw4h-uvNSSyk30S .row {
  position: relative;
  z-index: 1;
}
.dshw4h-uvNSSyk30S .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .dshw4h-uvNSSyk30S .content-wrapper {
    margin-bottom: 40px;
  }
}
.dshw4h-uvNSSyk30S .content-wrapper .jpn-section-title {
  margin-bottom: 30px;
}
.dshw4h-uvNSSyk30S .content-wrapper .jpn-text {
  margin-bottom: 30px;
}
.dshw4h-uvNSSyk30S .image-wrapper {
  padding-left: 40px;
}
@media (max-width: 992px) {
  .dshw4h-uvNSSyk30S .image-wrapper {
    padding: 0;
  }
}
.dshw4h-uvNSSyk30S .image-wrapper img {
  height: 408px;
  width: 65%;
  object-fit: cover;
  transform: skewX(-10deg);
}
@media (max-width: 992px) {
  .dshw4h-uvNSSyk30S .image-wrapper img {
    width: 100%;
    transform: none;
  }
}
.dshw4h-uvNSSyk30S .image-wrapper img:nth-child(2) {
  margin: 48px 0 0 35%;
}
@media (max-width: 992px) {
  .dshw4h-uvNSSyk30S .image-wrapper img:nth-child(2) {
    margin: 48px 0 0 0;
  }
}
.dshw4h-uvNSSyk30S .jpn-section-title {
  color: #30262b;
}
.dshw4h-uvNSSyk30S .jpn-text {
  color: #30262b;
}
.dshw4h-uvNTb6wUZ2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e5bffd;
}
.dshw4h-uvNTb6wUZ2 .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvNTb6wUZ2 .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.dshw4h-uvNTb6wUZ2 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .dshw4h-uvNTb6wUZ2 .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .dshw4h-uvNTb6wUZ2 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .dshw4h-uvNTb6wUZ2 .container {
    padding: 0 16px;
  }
}
.dshw4h-uvNTb6wUZ2 .row {
  justify-content: space-between;
}
.dshw4h-uvNTb6wUZ2 .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .dshw4h-uvNTb6wUZ2 .image-wrapper {
    margin-bottom: 48px;
  }
}
.dshw4h-uvNTb6wUZ2 .image-wrapper img {
  height: 520px;
  object-fit: cover;
  box-shadow: 0 7px 20px #333333;
  border-radius: .5em !important;
}
.dshw4h-uvNTb6wUZ2 .content-wrapper {
  position: relative;
}
.dshw4h-uvNTb6wUZ2 .content-wrapper .jpn-section-title {
  margin-bottom: 32px;
}
.dshw4h-uvNTb6wUZ2 .content-wrapper .jpn-text {
  margin-bottom: 32px;
}
.dshw4h-uvNTb6wUZ2 .jpn-text {
  color: #333333;
}
.dshw4h-uvNTfonC7I {
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/main109-1024x1024.jpg");
}
.dshw4h-uvNTfonC7I .jpn-overlay {
  background-color: #000000;
  opacity: 0.9;
}
.dshw4h-uvNTfonC7I .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .dshw4h-uvNTfonC7I {
    align-items: center;
  }
  .dshw4h-uvNTfonC7I .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .dshw4h-uvNTfonC7I .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .dshw4h-uvNTfonC7I {
    -webkit-align-items: center;
    align-items: center;
  }
  .dshw4h-uvNTfonC7I .jpn-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .dshw4h-uvNTfonC7I .content-wrap {
    width: 100%;
  }
}
.dshw4h-uvNTfonC7I .jpn-section-title {
  text-align: center;
  color: #ffffff;
}
.dshw4h-uvNTfonC7I .jpn-text,
.dshw4h-uvNTfonC7I .jpn-section-btn {
  text-align: center;
}
.dshw4h-uvNTfonC7I .jpn-section-subtitle {
  color: #ca9236;
  text-align: center;
}
.dshw4h-uvNTcBKx7t {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4e3ff;
}
.dshw4h-uvNTcBKx7t .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvNTcBKx7t .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.dshw4h-uvNTcBKx7t .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .dshw4h-uvNTcBKx7t .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .dshw4h-uvNTcBKx7t .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .dshw4h-uvNTcBKx7t .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .dshw4h-uvNTcBKx7t .container {
    padding: 0 16px;
  }
}
.dshw4h-uvNTcBKx7t .row {
  padding: 60px 44px;
  background-color: #e5bffd;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .dshw4h-uvNTcBKx7t .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .dshw4h-uvNTcBKx7t .row {
    padding: 25px 9px;
  }
}
.dshw4h-uvNTcBKx7t .title-wrapper .jpn-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .dshw4h-uvNTcBKx7t .title-wrapper .jpn-section-title {
    margin-bottom: 32px;
  }
}
.dshw4h-uvNTcBKx7t .content-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .dshw4h-uvNTcBKx7t .content-wrapper {
    height: auto;
    margin-bottom: 32px;
  }
}
.dshw4h-uvNTcBKx7t .content-wrapper .content-wrap .jpn-text {
  margin-bottom: 16px;
}
.dshw4h-uvNTcBKx7t .image-wrapper img {
  height: 500px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .dshw4h-uvNTcBKx7t .image-wrapper img {
    height: 350px;
  }
}
.dshw4h-uvNTcBKx7t .jpn-section-title {
  color: #000000;
  text-align: center;
}
.dshw4h-uvNTcBKx7t .jpn-text {
  color: #000000;
}
.dshw4h-uvNTcBKx7t .jpn-name {
  color: #000000;
}
.dshw4h-uvNTxGDy1S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e5bffd;
}
.dshw4h-uvNTxGDy1S .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvNTxGDy1S .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .dshw4h-uvNTxGDy1S .container {
    padding: 0 30px;
  }
}
.dshw4h-uvNTxGDy1S .title-wrapper .jpn-section-title {
  margin-bottom: 50px;
}
.dshw4h-uvNTxGDy1S .title-wrapper .jpn-text {
  margin-bottom: 0;
}
.dshw4h-uvNTxGDy1S .jpn-section-title {
  color: #212529;
}
.dshw4h-uvNTxGDy1S .jpn-text {
  color: #212529;
}
.dshw4h-uvNTrkF5Ef {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4e3ff;
}
.dshw4h-uvNTrkF5Ef .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvNTrkF5Ef .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.dshw4h-uvNTrkF5Ef .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .dshw4h-uvNTrkF5Ef .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .dshw4h-uvNTrkF5Ef .container {
    padding: 0;
  }
}
.dshw4h-uvNTrkF5Ef .row {
  margin: 0;
}
.dshw4h-uvNTrkF5Ef .card {
  padding: 0;
}
.dshw4h-uvNTrkF5Ef .card .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.dshw4h-uvNTrkF5Ef .card .image-wrapper img {
  height: 650px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .dshw4h-uvNTrkF5Ef .card .image-wrapper img {
    height: 300px;
  }
}
.dshw4h-uvNTrkF5Ef .card .title-wrapper {
  padding: 0 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.dshw4h-uvNTrkF5Ef .card .title-wrapper .title-wrap .jpn-section-title {
  margin-bottom: 30px;
}
.dshw4h-uvNTrkF5Ef .card .title-wrapper .title-wrap .jpn-text {
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .dshw4h-uvNTrkF5Ef .card .title-wrapper {
    padding: 0 90px;
  }
}
@media (max-width: 992px) {
  .dshw4h-uvNTrkF5Ef .card .title-wrapper {
    padding: 40px 16px;
  }
}
.dshw4h-uvNTrkF5Ef .jpn-section-title {
  color: #ffffff;
}
.dshw4h-uvNTrkF5Ef .jpn-text {
  color: #000000;
}
.dshw4h-uvNTrkF5Ef .jpn-section-title,
.dshw4h-uvNTrkF5Ef .jpn-section-btn {
  color: #000000;
}
.dshw4h-uvNTw5Pczr {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #e5bffd;
}
.dshw4h-uvNTw5Pczr .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvNTw5Pczr .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.dshw4h-uvNTuG1jmm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4e3ff;
}
.dshw4h-uvNTuG1jmm .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvNTuG1jmm .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.dshw4h-uvNTuG1jmm .container-fluid {
  padding: 0;
}
@media (max-width: 768px) {
  .dshw4h-uvNTuG1jmm .container-fluid {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .dshw4h-uvNTuG1jmm .container {
    padding: 0 26px;
  }
}
.dshw4h-uvNTuG1jmm .image-wrapper img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .dshw4h-uvNTuG1jmm .image-wrapper img {
    height: 300px;
  }
}
.dshw4h-uvNTuG1jmm .title-wrapper {
  padding: 0 98px 0 120px;
}
@media (max-width: 992px) {
  .dshw4h-uvNTuG1jmm .title-wrapper {
    padding: 0 120px;
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .dshw4h-uvNTuG1jmm .title-wrapper {
    padding: 0 26px;
  }
}
.dshw4h-uvNTuG1jmm .title-wrapper .jpn-section-subtitle {
  margin-bottom: 18px;
}
.dshw4h-uvNTuG1jmm .title-wrapper .jpn-section-title {
  margin-bottom: 18px;
}
.dshw4h-uvNTuG1jmm .title-wrapper .jpn-text {
  margin-bottom: 0;
}
.dshw4h-uvNTuG1jmm .jpn-section-title {
  color: #000000;
}
.dshw4h-uvNTuG1jmm .jpn-section-subtitle {
  color: #ffffff;
}
.dshw4h-uvNTuG1jmm .jpn-text {
  color: #000000;
}
.dshw4h-uvNTAnBFt7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4e3ff;
}
.dshw4h-uvNTAnBFt7 .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvNTAnBFt7 .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .dshw4h-uvNTAnBFt7 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .dshw4h-uvNTAnBFt7 .container {
    padding: 0 12px;
  }
}
.dshw4h-uvNTAnBFt7 .row {
  justify-content: center;
}
.dshw4h-uvNTAnBFt7 .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px;
  background-color: #e5bffd;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .dshw4h-uvNTAnBFt7 .card-wrapper {
    display: block;
    padding: 24px;
    border-radius: 32px;
  }
}
@media (max-width: 992px) {
  .dshw4h-uvNTAnBFt7 .card-wrapper .title-wrapper {
    margin-bottom: 20px;
  }
}
.dshw4h-uvNTAnBFt7 .card-wrapper .title-wrapper .jpn-section-title {
  margin-bottom: 20px;
}
.dshw4h-uvNTAnBFt7 .card-wrapper .title-wrapper .jpn-text {
  margin-bottom: 0;
}
.dshw4h-uvNTAnBFt7 .card-wrapper .title-wrapper .jpn-text span {
  background-color: #e3b4fa;
  padding: 2px 6px;
  border-radius: 8px;
}
.dshw4h-uvNTAnBFt7 .card-wrapper .jpn-section-btn {
  height: 100%;
}
.dshw4h-uvNTAnBFt7 .card-wrapper .jpn-section-btn .btn {
  min-width: 200px;
}
.dshw4h-uvNTAnBFt7 .jpn-section-title {
  color: #222222;
}
.dshw4h-uvNTAnBFt7 .jpn-text {
  color: #222222;
}
.dshw4h-uvNSI3lFCI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.dshw4h-uvNSI3lFCI .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvNSI3lFCI .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.dshw4h-uvNSI3lFCI .social-row {
  display: flex;
  flex-wrap: wrap;
}
.dshw4h-uvNSI3lFCI .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.dshw4h-uvNSI3lFCI .socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .dshw4h-uvNSI3lFCI .row {
    text-align: center;
  }
  .dshw4h-uvNSI3lFCI .social-row {
    justify-content: center;
  }
}
.dshw4h-uvNSI3lFCI .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .dshw4h-uvNSI3lFCI .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .dshw4h-uvNSI3lFCI .list {
    margin-bottom: 0rem;
  }
}
.dshw4h-uvNSI3lFCI .jpn-text {
  color: #bbbbbb;
}
.dshw4h-uvNSI3lFCI .jpn-iconfont {
  color: black;
}
.dshw4h-uvNSI3lFCI .copyright {
  color: #ffffff;
}
.dshw4h-uvNTDK2obc {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.dshw4h-uvNTDK2obc nav.navbar {
  position: fixed;
}
.dshw4h-uvNTDK2obc .dropdown-item:before {
  font-family: japanhereproo2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.dshw4h-uvNTDK2obc .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.dshw4h-uvNTDK2obc .dropdown-item:hover,
.dshw4h-uvNTDK2obc .dropdown-item:focus {
  color: #000000 !important;
}
.dshw4h-uvNTDK2obc .dropdown-item:hover span {
  color: white;
}
.dshw4h-uvNTDK2obc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.dshw4h-uvNTDK2obc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.dshw4h-uvNTDK2obc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.dshw4h-uvNTDK2obc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.dshw4h-uvNTDK2obc .nav-link {
  position: relative;
}
.dshw4h-uvNTDK2obc .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .dshw4h-uvNTDK2obc .container {
    flex-wrap: nowrap;
  }
}
.dshw4h-uvNTDK2obc .navbar-caption:hover,
.dshw4h-uvNTDK2obc .navbar-caption:focus {
  color: #000000 !important;
}
.dshw4h-uvNTDK2obc .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.dshw4h-uvNTDK2obc .navbar-nav .nav-item {
  color: #24262b;
}
.dshw4h-uvNTDK2obc .navbar-nav .nav-item:hover {
  color: #000000;
}
.dshw4h-uvNTDK2obc .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.dshw4h-uvNTDK2obc .navbar-nav .nav-item a:hover {
  color: #000000 !important;
}
.dshw4h-uvNTDK2obc .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.dshw4h-uvNTDK2obc .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.dshw4h-uvNTDK2obc .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.dshw4h-uvNTDK2obc .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #000000 !important;
}
.dshw4h-uvNTDK2obc .dropdown-menu,
.dshw4h-uvNTDK2obc .navbar.opened {
  background: #c977ff !important;
}
.dshw4h-uvNTDK2obc .nav-item:focus,
.dshw4h-uvNTDK2obc .nav-link:focus {
  outline: none;
}
.dshw4h-uvNTDK2obc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.dshw4h-uvNTDK2obc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.dshw4h-uvNTDK2obc .dropdown .dropdown-menu .dropdown-item .jpn-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.dshw4h-uvNTDK2obc .dropdown .dropdown-menu .dropdown-item .jpn-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.dshw4h-uvNTDK2obc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.dshw4h-uvNTDK2obc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.dshw4h-uvNTDK2obc .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #c977ff;
  padding: 0 !important;
}
.dshw4h-uvNTDK2obc .navbar.opened {
  transition: all 0.3s;
}
.dshw4h-uvNTDK2obc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.dshw4h-uvNTDK2obc .navbar .navbar-logo img {
  width: auto;
}
.dshw4h-uvNTDK2obc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.dshw4h-uvNTDK2obc .navbar.collapsed {
  justify-content: center;
}
.dshw4h-uvNTDK2obc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.dshw4h-uvNTDK2obc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .dshw4h-uvNTDK2obc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.dshw4h-uvNTDK2obc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.dshw4h-uvNTDK2obc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.dshw4h-uvNTDK2obc .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.dshw4h-uvNTDK2obc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.dshw4h-uvNTDK2obc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.dshw4h-uvNTDK2obc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .dshw4h-uvNTDK2obc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .dshw4h-uvNTDK2obc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .dshw4h-uvNTDK2obc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .dshw4h-uvNTDK2obc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .dshw4h-uvNTDK2obc .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .dshw4h-uvNTDK2obc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .dshw4h-uvNTDK2obc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .dshw4h-uvNTDK2obc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .dshw4h-uvNTDK2obc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .dshw4h-uvNTDK2obc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .dshw4h-uvNTDK2obc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .dshw4h-uvNTDK2obc .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.dshw4h-uvNTDK2obc .navbar.navbar-short {
  min-height: 70px;
}
.dshw4h-uvNTDK2obc .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 25%;
}
.dshw4h-uvNTDK2obc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.dshw4h-uvNTDK2obc .navbar-brand .navbar-logo a {
  outline: none;
}
.dshw4h-uvNTDK2obc .dropdown-item.active,
.dshw4h-uvNTDK2obc .dropdown-item:active {
  background-color: transparent;
}
.dshw4h-uvNTDK2obc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.dshw4h-uvNTDK2obc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.dshw4h-uvNTDK2obc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.dshw4h-uvNTDK2obc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c977ff;
}
.dshw4h-uvNTDK2obc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.dshw4h-uvNTDK2obc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.dshw4h-uvNTDK2obc ul.navbar-nav {
  flex-wrap: wrap;
}
.dshw4h-uvNTDK2obc .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.dshw4h-uvNTDK2obc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.dshw4h-uvNTDK2obc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.dshw4h-uvNTDK2obc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.dshw4h-uvNTDK2obc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.dshw4h-uvNTDK2obc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.dshw4h-uvNTDK2obc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.dshw4h-uvNTDK2obc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.dshw4h-uvNTDK2obc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.dshw4h-uvNTDK2obc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.dshw4h-uvNTDK2obc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.dshw4h-uvNTDK2obc .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.dshw4h-uvNTDK2obc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dshw4h-uvNTDK2obc .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .dshw4h-uvNTDK2obc .navbar {
    height: 70px;
  }
  .dshw4h-uvNTDK2obc .navbar.opened {
    height: auto;
  }
  .dshw4h-uvNTDK2obc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.dshw4h-uvNTDK2obc .container-fluid {
  padding: 0 1rem !important;
}
.dshw4h-uvNTDK2obc .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .dshw4h-uvNTDK2obc .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .dshw4h-uvNTDK2obc .navbar-collapse {
    width: 100%;
  }
  .dshw4h-uvNTDK2obc .navbar-nav {
    width: 100%;
  }
  .dshw4h-uvNTDK2obc .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.dshw4h-uvNTNYDU6B {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e5bffd;
}
.dshw4h-uvNTNYDU6B .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvNTNYDU6B .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.dshw4h-uvNTNYDU6B .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .dshw4h-uvNTNYDU6B .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .dshw4h-uvNTNYDU6B .container {
    padding: 0 20px;
  }
}
.dshw4h-uvNTNYDU6B .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .dshw4h-uvNTNYDU6B .title-wrapper {
    margin-bottom: 24px;
  }
}
.dshw4h-uvNTNYDU6B .title-wrapper .jpn-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .dshw4h-uvNTNYDU6B .title-wrapper .jpn-section-title {
    margin-bottom: 20px;
  }
}
.dshw4h-uvNTNYDU6B .title-wrapper .jpn-text {
  margin-bottom: 0;
}
.dshw4h-uvNTNYDU6B .dragArea.row .form-group {
  margin-bottom: 30px !important;
}
@media (max-width: 992px) {
  .dshw4h-uvNTNYDU6B .dragArea.row .form-group {
    margin-bottom: 20px !important;
  }
}
.dshw4h-uvNTNYDU6B .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
  width: 100%;
}
.dshw4h-uvNTNYDU6B .dragArea.row .form-group .form-control {
  padding: 22px 25px;
  background-color: #ffffff;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0;
}
.dshw4h-uvNTNYDU6B .dragArea.row .form-group .form-control:hover,
.dshw4h-uvNTNYDU6B .dragArea.row .form-group .form-control:focus {
  border: none !important;
  box-shadow: none !important;
}
.dshw4h-uvNTNYDU6B .dragArea.row .form-group .form-control::placeholder {
  color: #787878;
}
.dshw4h-uvNTNYDU6B .dragArea.row .form-group .form-check {
  padding-left: 2.2em;
  margin: 0;
}
.dshw4h-uvNTNYDU6B .dragArea.row .form-group .form-check .form-check-input {
  background-color: #787878;
  border-color: #787878;
}
.dshw4h-uvNTNYDU6B .dragArea.row .jpn-section-btn {
  width: 100%;
}
.dshw4h-uvNTNYDU6B .dragArea.row .jpn-section-btn .btn {
  display: inline-flex;
}
.dshw4h-uvNTNYDU6B .jpn-section-title {
  color: #c2b299;
}
.dshw4h-uvNTNYDU6B .jpn-text {
  color: #000000;
}
.dshw4h-uvNTNYDU6B label {
  color: #c2b299;
}
.dshw4h-uvNTNYDU6B .jpn-section-title,
.dshw4h-uvNTNYDU6B .jpn-section-btn {
  color: #000000;
}
.dshw4h-uvNTNYDU6B LABEL {
  color: #000000;
}
.dshw4h-uvNTDOCxpN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.dshw4h-uvNTDOCxpN .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvNTDOCxpN .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.dshw4h-uvNTDOCxpN .social-row {
  display: flex;
  flex-wrap: wrap;
}
.dshw4h-uvNTDOCxpN .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.dshw4h-uvNTDOCxpN .socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .dshw4h-uvNTDOCxpN .row {
    text-align: center;
  }
  .dshw4h-uvNTDOCxpN .social-row {
    justify-content: center;
  }
}
.dshw4h-uvNTDOCxpN .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .dshw4h-uvNTDOCxpN .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .dshw4h-uvNTDOCxpN .list {
    margin-bottom: 0rem;
  }
}
.dshw4h-uvNTDOCxpN .jpn-text {
  color: #bbbbbb;
}
.dshw4h-uvNTDOCxpN .jpn-iconfont {
  color: black;
}
.dshw4h-uvNTDOCxpN .copyright {
  color: #ffffff;
}
.dshw4h-uvNTPfkYxy {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.dshw4h-uvNTPfkYxy nav.navbar {
  position: fixed;
}
.dshw4h-uvNTPfkYxy .dropdown-item:before {
  font-family: japanhereproo2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.dshw4h-uvNTPfkYxy .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.dshw4h-uvNTPfkYxy .dropdown-item:hover,
.dshw4h-uvNTPfkYxy .dropdown-item:focus {
  color: #000000 !important;
}
.dshw4h-uvNTPfkYxy .dropdown-item:hover span {
  color: white;
}
.dshw4h-uvNTPfkYxy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.dshw4h-uvNTPfkYxy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.dshw4h-uvNTPfkYxy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.dshw4h-uvNTPfkYxy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.dshw4h-uvNTPfkYxy .nav-link {
  position: relative;
}
.dshw4h-uvNTPfkYxy .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .dshw4h-uvNTPfkYxy .container {
    flex-wrap: nowrap;
  }
}
.dshw4h-uvNTPfkYxy .navbar-caption:hover,
.dshw4h-uvNTPfkYxy .navbar-caption:focus {
  color: #000000 !important;
}
.dshw4h-uvNTPfkYxy .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.dshw4h-uvNTPfkYxy .navbar-nav .nav-item {
  color: #24262b;
}
.dshw4h-uvNTPfkYxy .navbar-nav .nav-item:hover {
  color: #000000;
}
.dshw4h-uvNTPfkYxy .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.dshw4h-uvNTPfkYxy .navbar-nav .nav-item a:hover {
  color: #000000 !important;
}
.dshw4h-uvNTPfkYxy .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.dshw4h-uvNTPfkYxy .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.dshw4h-uvNTPfkYxy .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.dshw4h-uvNTPfkYxy .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #000000 !important;
}
.dshw4h-uvNTPfkYxy .dropdown-menu,
.dshw4h-uvNTPfkYxy .navbar.opened {
  background: #c977ff !important;
}
.dshw4h-uvNTPfkYxy .nav-item:focus,
.dshw4h-uvNTPfkYxy .nav-link:focus {
  outline: none;
}
.dshw4h-uvNTPfkYxy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.dshw4h-uvNTPfkYxy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.dshw4h-uvNTPfkYxy .dropdown .dropdown-menu .dropdown-item .jpn-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.dshw4h-uvNTPfkYxy .dropdown .dropdown-menu .dropdown-item .jpn-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.dshw4h-uvNTPfkYxy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.dshw4h-uvNTPfkYxy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.dshw4h-uvNTPfkYxy .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #c977ff;
  padding: 0 !important;
}
.dshw4h-uvNTPfkYxy .navbar.opened {
  transition: all 0.3s;
}
.dshw4h-uvNTPfkYxy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.dshw4h-uvNTPfkYxy .navbar .navbar-logo img {
  width: auto;
}
.dshw4h-uvNTPfkYxy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.dshw4h-uvNTPfkYxy .navbar.collapsed {
  justify-content: center;
}
.dshw4h-uvNTPfkYxy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.dshw4h-uvNTPfkYxy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .dshw4h-uvNTPfkYxy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.dshw4h-uvNTPfkYxy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.dshw4h-uvNTPfkYxy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.dshw4h-uvNTPfkYxy .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.dshw4h-uvNTPfkYxy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.dshw4h-uvNTPfkYxy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.dshw4h-uvNTPfkYxy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .dshw4h-uvNTPfkYxy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .dshw4h-uvNTPfkYxy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .dshw4h-uvNTPfkYxy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .dshw4h-uvNTPfkYxy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .dshw4h-uvNTPfkYxy .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .dshw4h-uvNTPfkYxy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .dshw4h-uvNTPfkYxy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .dshw4h-uvNTPfkYxy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .dshw4h-uvNTPfkYxy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .dshw4h-uvNTPfkYxy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .dshw4h-uvNTPfkYxy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .dshw4h-uvNTPfkYxy .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.dshw4h-uvNTPfkYxy .navbar.navbar-short {
  min-height: 70px;
}
.dshw4h-uvNTPfkYxy .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 25%;
}
.dshw4h-uvNTPfkYxy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.dshw4h-uvNTPfkYxy .navbar-brand .navbar-logo a {
  outline: none;
}
.dshw4h-uvNTPfkYxy .dropdown-item.active,
.dshw4h-uvNTPfkYxy .dropdown-item:active {
  background-color: transparent;
}
.dshw4h-uvNTPfkYxy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.dshw4h-uvNTPfkYxy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.dshw4h-uvNTPfkYxy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.dshw4h-uvNTPfkYxy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c977ff;
}
.dshw4h-uvNTPfkYxy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.dshw4h-uvNTPfkYxy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.dshw4h-uvNTPfkYxy ul.navbar-nav {
  flex-wrap: wrap;
}
.dshw4h-uvNTPfkYxy .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.dshw4h-uvNTPfkYxy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.dshw4h-uvNTPfkYxy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.dshw4h-uvNTPfkYxy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.dshw4h-uvNTPfkYxy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.dshw4h-uvNTPfkYxy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.dshw4h-uvNTPfkYxy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.dshw4h-uvNTPfkYxy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.dshw4h-uvNTPfkYxy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.dshw4h-uvNTPfkYxy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.dshw4h-uvNTPfkYxy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.dshw4h-uvNTPfkYxy .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.dshw4h-uvNTPfkYxy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dshw4h-uvNTPfkYxy .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .dshw4h-uvNTPfkYxy .navbar {
    height: 70px;
  }
  .dshw4h-uvNTPfkYxy .navbar.opened {
    height: auto;
  }
  .dshw4h-uvNTPfkYxy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.dshw4h-uvNTPfkYxy .container-fluid {
  padding: 0 1rem !important;
}
.dshw4h-uvNTPfkYxy .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .dshw4h-uvNTPfkYxy .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .dshw4h-uvNTPfkYxy .navbar-collapse {
    width: 100%;
  }
  .dshw4h-uvNTPfkYxy .navbar-nav {
    width: 100%;
  }
  .dshw4h-uvNTPfkYxy .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.dshw4h-uvNTVcpGBc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf5;
}
.dshw4h-uvNTVcpGBc .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvNTVcpGBc .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.dshw4h-uvNTVcpGBc .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .dshw4h-uvNTVcpGBc .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .dshw4h-uvNTVcpGBc .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .dshw4h-uvNTVcpGBc .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .dshw4h-uvNTVcpGBc .container {
    padding: 0 16px;
  }
}
.dshw4h-uvNTVcpGBc .row {
  justify-content: center;
}
.dshw4h-uvNTVcpGBc .content-wrapper .jpn-section-subtitle {
  margin-bottom: 32px;
}
.dshw4h-uvNTVcpGBc .content-wrapper .jpn-section-title {
  margin-bottom: 16px;
}
.dshw4h-uvNTVcpGBc .content-wrapper .jpn-text {
  margin-bottom: 0;
}
.dshw4h-uvNTVcpGBc .jpn-section-title {
  color: #000000;
  text-align: center;
}
.dshw4h-uvNTVcpGBc .jpn-section-subtitle {
  color: #000000;
  text-align: center;
}
.dshw4h-uvNTVcpGBc .jpn-text {
  color: #000000;
  text-align: left;
}
.dshw4h-uvNTPgDZwn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.dshw4h-uvNTPgDZwn .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvNTPgDZwn .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.dshw4h-uvNTPgDZwn .social-row {
  display: flex;
  flex-wrap: wrap;
}
.dshw4h-uvNTPgDZwn .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.dshw4h-uvNTPgDZwn .socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .dshw4h-uvNTPgDZwn .row {
    text-align: center;
  }
  .dshw4h-uvNTPgDZwn .social-row {
    justify-content: center;
  }
}
.dshw4h-uvNTPgDZwn .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .dshw4h-uvNTPgDZwn .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .dshw4h-uvNTPgDZwn .list {
    margin-bottom: 0rem;
  }
}
.dshw4h-uvNTPgDZwn .jpn-text {
  color: #bbbbbb;
}
.dshw4h-uvNTPgDZwn .jpn-iconfont {
  color: black;
}
.dshw4h-uvNTPgDZwn .copyright {
  color: #ffffff;
}
.dshw4h-uvPriJO5zK {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.dshw4h-uvPriJO5zK nav.navbar {
  position: fixed;
}
.dshw4h-uvPriJO5zK .dropdown-item:before {
  font-family: japanhereproo2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.dshw4h-uvPriJO5zK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.dshw4h-uvPriJO5zK .dropdown-item:hover,
.dshw4h-uvPriJO5zK .dropdown-item:focus {
  color: #000000 !important;
}
.dshw4h-uvPriJO5zK .dropdown-item:hover span {
  color: white;
}
.dshw4h-uvPriJO5zK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.dshw4h-uvPriJO5zK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.dshw4h-uvPriJO5zK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.dshw4h-uvPriJO5zK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.dshw4h-uvPriJO5zK .nav-link {
  position: relative;
}
.dshw4h-uvPriJO5zK .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .dshw4h-uvPriJO5zK .container {
    flex-wrap: nowrap;
  }
}
.dshw4h-uvPriJO5zK .navbar-caption:hover,
.dshw4h-uvPriJO5zK .navbar-caption:focus {
  color: #000000 !important;
}
.dshw4h-uvPriJO5zK .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.dshw4h-uvPriJO5zK .navbar-nav .nav-item {
  color: #24262b;
}
.dshw4h-uvPriJO5zK .navbar-nav .nav-item:hover {
  color: #000000;
}
.dshw4h-uvPriJO5zK .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.dshw4h-uvPriJO5zK .navbar-nav .nav-item a:hover {
  color: #000000 !important;
}
.dshw4h-uvPriJO5zK .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.dshw4h-uvPriJO5zK .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.dshw4h-uvPriJO5zK .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.dshw4h-uvPriJO5zK .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #000000 !important;
}
.dshw4h-uvPriJO5zK .dropdown-menu,
.dshw4h-uvPriJO5zK .navbar.opened {
  background: #c977ff !important;
}
.dshw4h-uvPriJO5zK .nav-item:focus,
.dshw4h-uvPriJO5zK .nav-link:focus {
  outline: none;
}
.dshw4h-uvPriJO5zK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.dshw4h-uvPriJO5zK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.dshw4h-uvPriJO5zK .dropdown .dropdown-menu .dropdown-item .jpn-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.dshw4h-uvPriJO5zK .dropdown .dropdown-menu .dropdown-item .jpn-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.dshw4h-uvPriJO5zK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.dshw4h-uvPriJO5zK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.dshw4h-uvPriJO5zK .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #c977ff;
  padding: 0 !important;
}
.dshw4h-uvPriJO5zK .navbar.opened {
  transition: all 0.3s;
}
.dshw4h-uvPriJO5zK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.dshw4h-uvPriJO5zK .navbar .navbar-logo img {
  width: auto;
}
.dshw4h-uvPriJO5zK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.dshw4h-uvPriJO5zK .navbar.collapsed {
  justify-content: center;
}
.dshw4h-uvPriJO5zK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.dshw4h-uvPriJO5zK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .dshw4h-uvPriJO5zK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.dshw4h-uvPriJO5zK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.dshw4h-uvPriJO5zK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.dshw4h-uvPriJO5zK .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.dshw4h-uvPriJO5zK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.dshw4h-uvPriJO5zK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.dshw4h-uvPriJO5zK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .dshw4h-uvPriJO5zK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .dshw4h-uvPriJO5zK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .dshw4h-uvPriJO5zK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .dshw4h-uvPriJO5zK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .dshw4h-uvPriJO5zK .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .dshw4h-uvPriJO5zK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .dshw4h-uvPriJO5zK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .dshw4h-uvPriJO5zK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .dshw4h-uvPriJO5zK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .dshw4h-uvPriJO5zK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .dshw4h-uvPriJO5zK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .dshw4h-uvPriJO5zK .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.dshw4h-uvPriJO5zK .navbar.navbar-short {
  min-height: 70px;
}
.dshw4h-uvPriJO5zK .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 25%;
}
.dshw4h-uvPriJO5zK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.dshw4h-uvPriJO5zK .navbar-brand .navbar-logo a {
  outline: none;
}
.dshw4h-uvPriJO5zK .dropdown-item.active,
.dshw4h-uvPriJO5zK .dropdown-item:active {
  background-color: transparent;
}
.dshw4h-uvPriJO5zK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.dshw4h-uvPriJO5zK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.dshw4h-uvPriJO5zK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.dshw4h-uvPriJO5zK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c977ff;
}
.dshw4h-uvPriJO5zK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.dshw4h-uvPriJO5zK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.dshw4h-uvPriJO5zK ul.navbar-nav {
  flex-wrap: wrap;
}
.dshw4h-uvPriJO5zK .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.dshw4h-uvPriJO5zK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.dshw4h-uvPriJO5zK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.dshw4h-uvPriJO5zK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.dshw4h-uvPriJO5zK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.dshw4h-uvPriJO5zK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.dshw4h-uvPriJO5zK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.dshw4h-uvPriJO5zK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.dshw4h-uvPriJO5zK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.dshw4h-uvPriJO5zK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.dshw4h-uvPriJO5zK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.dshw4h-uvPriJO5zK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.dshw4h-uvPriJO5zK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dshw4h-uvPriJO5zK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .dshw4h-uvPriJO5zK .navbar {
    height: 70px;
  }
  .dshw4h-uvPriJO5zK .navbar.opened {
    height: auto;
  }
  .dshw4h-uvPriJO5zK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.dshw4h-uvPriJO5zK .container-fluid {
  padding: 0 1rem !important;
}
.dshw4h-uvPriJO5zK .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .dshw4h-uvPriJO5zK .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .dshw4h-uvPriJO5zK .navbar-collapse {
    width: 100%;
  }
  .dshw4h-uvPriJO5zK .navbar-nav {
    width: 100%;
  }
  .dshw4h-uvPriJO5zK .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.dshw4h-uvPriKaRJk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf5;
}
.dshw4h-uvPriKaRJk .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvPriKaRJk .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.dshw4h-uvPriKaRJk .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .dshw4h-uvPriKaRJk .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .dshw4h-uvPriKaRJk .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .dshw4h-uvPriKaRJk .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .dshw4h-uvPriKaRJk .container {
    padding: 0 16px;
  }
}
.dshw4h-uvPriKaRJk .row {
  justify-content: center;
}
.dshw4h-uvPriKaRJk .content-wrapper .jpn-section-subtitle {
  margin-bottom: 32px;
}
.dshw4h-uvPriKaRJk .content-wrapper .jpn-section-title {
  margin-bottom: 16px;
}
.dshw4h-uvPriKaRJk .content-wrapper .jpn-text {
  margin-bottom: 0;
}
.dshw4h-uvPriKaRJk .jpn-section-title {
  color: #000000;
  text-align: center;
}
.dshw4h-uvPriKaRJk .jpn-section-subtitle {
  color: #000000;
  text-align: center;
}
.dshw4h-uvPriKaRJk .jpn-text {
  color: #000000;
  text-align: left;
}
.dshw4h-uvPriKrX0D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.dshw4h-uvPriKrX0D .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvPriKrX0D .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.dshw4h-uvPriKrX0D .social-row {
  display: flex;
  flex-wrap: wrap;
}
.dshw4h-uvPriKrX0D .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.dshw4h-uvPriKrX0D .socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .dshw4h-uvPriKrX0D .row {
    text-align: center;
  }
  .dshw4h-uvPriKrX0D .social-row {
    justify-content: center;
  }
}
.dshw4h-uvPriKrX0D .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .dshw4h-uvPriKrX0D .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .dshw4h-uvPriKrX0D .list {
    margin-bottom: 0rem;
  }
}
.dshw4h-uvPriKrX0D .jpn-text {
  color: #bbbbbb;
}
.dshw4h-uvPriKrX0D .jpn-iconfont {
  color: black;
}
.dshw4h-uvPriKrX0D .copyright {
  color: #ffffff;
}
.dshw4h-uvPsjJFDq2 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.dshw4h-uvPsjJFDq2 nav.navbar {
  position: fixed;
}
.dshw4h-uvPsjJFDq2 .dropdown-item:before {
  font-family: japanhereproo2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.dshw4h-uvPsjJFDq2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.dshw4h-uvPsjJFDq2 .dropdown-item:hover,
.dshw4h-uvPsjJFDq2 .dropdown-item:focus {
  color: #000000 !important;
}
.dshw4h-uvPsjJFDq2 .dropdown-item:hover span {
  color: white;
}
.dshw4h-uvPsjJFDq2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.dshw4h-uvPsjJFDq2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.dshw4h-uvPsjJFDq2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.dshw4h-uvPsjJFDq2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.dshw4h-uvPsjJFDq2 .nav-link {
  position: relative;
}
.dshw4h-uvPsjJFDq2 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .dshw4h-uvPsjJFDq2 .container {
    flex-wrap: nowrap;
  }
}
.dshw4h-uvPsjJFDq2 .navbar-caption:hover,
.dshw4h-uvPsjJFDq2 .navbar-caption:focus {
  color: #000000 !important;
}
.dshw4h-uvPsjJFDq2 .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.dshw4h-uvPsjJFDq2 .navbar-nav .nav-item {
  color: #24262b;
}
.dshw4h-uvPsjJFDq2 .navbar-nav .nav-item:hover {
  color: #000000;
}
.dshw4h-uvPsjJFDq2 .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.dshw4h-uvPsjJFDq2 .navbar-nav .nav-item a:hover {
  color: #000000 !important;
}
.dshw4h-uvPsjJFDq2 .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.dshw4h-uvPsjJFDq2 .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.dshw4h-uvPsjJFDq2 .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.dshw4h-uvPsjJFDq2 .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #000000 !important;
}
.dshw4h-uvPsjJFDq2 .dropdown-menu,
.dshw4h-uvPsjJFDq2 .navbar.opened {
  background: #c977ff !important;
}
.dshw4h-uvPsjJFDq2 .nav-item:focus,
.dshw4h-uvPsjJFDq2 .nav-link:focus {
  outline: none;
}
.dshw4h-uvPsjJFDq2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.dshw4h-uvPsjJFDq2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.dshw4h-uvPsjJFDq2 .dropdown .dropdown-menu .dropdown-item .jpn-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.dshw4h-uvPsjJFDq2 .dropdown .dropdown-menu .dropdown-item .jpn-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.dshw4h-uvPsjJFDq2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.dshw4h-uvPsjJFDq2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.dshw4h-uvPsjJFDq2 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #c977ff;
  padding: 0 !important;
}
.dshw4h-uvPsjJFDq2 .navbar.opened {
  transition: all 0.3s;
}
.dshw4h-uvPsjJFDq2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.dshw4h-uvPsjJFDq2 .navbar .navbar-logo img {
  width: auto;
}
.dshw4h-uvPsjJFDq2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.dshw4h-uvPsjJFDq2 .navbar.collapsed {
  justify-content: center;
}
.dshw4h-uvPsjJFDq2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.dshw4h-uvPsjJFDq2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .dshw4h-uvPsjJFDq2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.dshw4h-uvPsjJFDq2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.dshw4h-uvPsjJFDq2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.dshw4h-uvPsjJFDq2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.dshw4h-uvPsjJFDq2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.dshw4h-uvPsjJFDq2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.dshw4h-uvPsjJFDq2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .dshw4h-uvPsjJFDq2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .dshw4h-uvPsjJFDq2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .dshw4h-uvPsjJFDq2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .dshw4h-uvPsjJFDq2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .dshw4h-uvPsjJFDq2 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .dshw4h-uvPsjJFDq2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .dshw4h-uvPsjJFDq2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .dshw4h-uvPsjJFDq2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .dshw4h-uvPsjJFDq2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .dshw4h-uvPsjJFDq2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .dshw4h-uvPsjJFDq2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .dshw4h-uvPsjJFDq2 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.dshw4h-uvPsjJFDq2 .navbar.navbar-short {
  min-height: 70px;
}
.dshw4h-uvPsjJFDq2 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 25%;
}
.dshw4h-uvPsjJFDq2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.dshw4h-uvPsjJFDq2 .navbar-brand .navbar-logo a {
  outline: none;
}
.dshw4h-uvPsjJFDq2 .dropdown-item.active,
.dshw4h-uvPsjJFDq2 .dropdown-item:active {
  background-color: transparent;
}
.dshw4h-uvPsjJFDq2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.dshw4h-uvPsjJFDq2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.dshw4h-uvPsjJFDq2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.dshw4h-uvPsjJFDq2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c977ff;
}
.dshw4h-uvPsjJFDq2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.dshw4h-uvPsjJFDq2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.dshw4h-uvPsjJFDq2 ul.navbar-nav {
  flex-wrap: wrap;
}
.dshw4h-uvPsjJFDq2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.dshw4h-uvPsjJFDq2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.dshw4h-uvPsjJFDq2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.dshw4h-uvPsjJFDq2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.dshw4h-uvPsjJFDq2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.dshw4h-uvPsjJFDq2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.dshw4h-uvPsjJFDq2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.dshw4h-uvPsjJFDq2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.dshw4h-uvPsjJFDq2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.dshw4h-uvPsjJFDq2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.dshw4h-uvPsjJFDq2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.dshw4h-uvPsjJFDq2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.dshw4h-uvPsjJFDq2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dshw4h-uvPsjJFDq2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .dshw4h-uvPsjJFDq2 .navbar {
    height: 70px;
  }
  .dshw4h-uvPsjJFDq2 .navbar.opened {
    height: auto;
  }
  .dshw4h-uvPsjJFDq2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.dshw4h-uvPsjJFDq2 .container-fluid {
  padding: 0 1rem !important;
}
.dshw4h-uvPsjJFDq2 .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .dshw4h-uvPsjJFDq2 .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .dshw4h-uvPsjJFDq2 .navbar-collapse {
    width: 100%;
  }
  .dshw4h-uvPsjJFDq2 .navbar-nav {
    width: 100%;
  }
  .dshw4h-uvPsjJFDq2 .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.dshw4h-uvPsjJYL5Y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf5;
}
.dshw4h-uvPsjJYL5Y .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvPsjJYL5Y .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.dshw4h-uvPsjJYL5Y .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .dshw4h-uvPsjJYL5Y .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .dshw4h-uvPsjJYL5Y .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .dshw4h-uvPsjJYL5Y .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .dshw4h-uvPsjJYL5Y .container {
    padding: 0 16px;
  }
}
.dshw4h-uvPsjJYL5Y .row {
  justify-content: center;
}
.dshw4h-uvPsjJYL5Y .content-wrapper .jpn-section-subtitle {
  margin-bottom: 32px;
}
.dshw4h-uvPsjJYL5Y .content-wrapper .jpn-section-title {
  margin-bottom: 16px;
}
.dshw4h-uvPsjJYL5Y .content-wrapper .jpn-text {
  margin-bottom: 0;
}
.dshw4h-uvPsjJYL5Y .jpn-section-title {
  color: #000000;
  text-align: center;
}
.dshw4h-uvPsjJYL5Y .jpn-section-subtitle {
  color: #000000;
  text-align: center;
}
.dshw4h-uvPsjJYL5Y .jpn-text {
  color: #000000;
  text-align: left;
}
.dshw4h-uvPsjKPrDj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.dshw4h-uvPsjKPrDj .jpn-fallback-image.disabled {
  display: none;
}
.dshw4h-uvPsjKPrDj .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.dshw4h-uvPsjKPrDj .social-row {
  display: flex;
  flex-wrap: wrap;
}
.dshw4h-uvPsjKPrDj .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.dshw4h-uvPsjKPrDj .socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .dshw4h-uvPsjKPrDj .row {
    text-align: center;
  }
  .dshw4h-uvPsjKPrDj .social-row {
    justify-content: center;
  }
}
.dshw4h-uvPsjKPrDj .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .dshw4h-uvPsjKPrDj .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .dshw4h-uvPsjKPrDj .list {
    margin-bottom: 0rem;
  }
}
.dshw4h-uvPsjKPrDj .jpn-text {
  color: #bbbbbb;
}
.dshw4h-uvPsjKPrDj .jpn-iconfont {
  color: black;
}
.dshw4h-uvPsjKPrDj .copyright {
  color: #ffffff;
}

/* Base Cookie Banner */
.cookie-banner {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    color: #424a4d;
    padding: 15px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    font-family: Arial, sans-serif;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.cookie-banner.show {
    visibility: visible;
    opacity: 1;
}

.cookie-banner p {
    margin: 0;
    font-size: 14px;
}

.cookie-banner a {
    color: #424a4d;
    text-decoration: underline;
}

.cookie-buttons {
    display: flex;
    gap: 10px;
}

.cookie-btn {
    all: unset;
    padding: 18px 15px;
    cursor: pointer;
    font-size: 14px;
    color: #ffffff;
    border-radius: 4px;
    text-align: center;
    line-height: 1;
    display: inline-block;
}

.cookie-btn.Accept {
    background-color: #28a745 !important;
}

.cookie-btn.ignore {
    background-color: #dc3545 !important;
}

/* Mobile View Adjustments */
@media (max-width: 768px) {
    .cookie-banner {
        flex-direction: column;
        padding: 10px;
        gap: 10px;
        font-size: 13px;
    }
    .cookie-buttons {
        flex-direction: column;
        width: 100%;
        gap: 8px;
    }
    .cookie-btn {
        width: 100%;
        padding: 10px 0;
    }
}
