.btn {
  border-width: 2px;
}
body {
  font-family: Space Grotesk;
}
.display-1 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 4rem;
  line-height: 1.1;
}
.display-1 > .jpn-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .jpn-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .jpn-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .jpn-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Space 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: 1.6rem;
  }
}
@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 3rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #491414 !important;
}
.bg-success {
  background-color: #d5c409 !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #491414 !important;
  border-color: #491414 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #050101 !important;
  border-color: #050101 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #050101 !important;
  border-color: #050101 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #1d5356 !important;
  border-color: #1d5356 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #071415 !important;
  border-color: #071415 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #071415 !important;
  border-color: #071415 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #d5c409 !important;
  border-color: #d5c409 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #827705 !important;
  border-color: #827705 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #827705 !important;
  border-color: #827705 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #491414;
  color: #491414;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #050101 !important;
  background-color: transparent !important;
  border-color: #050101 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #491414 !important;
  border-color: #491414 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #1d5356;
  color: #1d5356;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #071415 !important;
  background-color: transparent !important;
  border-color: #071415 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #1d5356 !important;
  border-color: #1d5356 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent !important;
  border-color: #148cca !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #d5c409;
  color: #d5c409;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #827705 !important;
  background-color: transparent !important;
  border-color: #827705 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #d5c409 !important;
  border-color: #d5c409 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent !important;
  border-color: #ffd10a !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent !important;
  border-color: #ff5f0f !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.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: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #491414 !important;
}
.text-secondary {
  color: #1d5356 !important;
}
.text-success {
  color: #d5c409 !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !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: #03090a !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #736a05 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !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;
}
.nav-tabs .nav-link.active {
  color: #491414;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.jpn-gallery-filter li.active .btn {
  background-color: #491414;
  border-color: #491414;
  color: #ffffff;
}
.jpn-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #491414;
}
.jpn-plan-header.bg-primary .jpn-plan-subtitle,
.jpn-plan-header.bg-primary .jpn-plan-price-desc {
  color: #d76c6c;
}
.jpn-plan-header.bg-success .jpn-plan-subtitle,
.jpn-plan-header.bg-success .jpn-plan-price-desc {
  color: #fcf5ae;
}
.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: #ffffff;
}
.jpn-plan-header.bg-danger .jpn-plan-subtitle,
.jpn-plan-header.bg-danger .jpn-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Space 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: #491414 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Space 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: #491414;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #491414;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #491414;
}
.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: #491414;
  border-bottom-color: #491414;
}
.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: #491414 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #1d5356 !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='%23491414' %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: color 0.6s;
}
.sdhah3ja-toElhaUzJb .navbar-dropdown {
  position: relative !important;
}
.sdhah3ja-toElhaUzJb .dropdown-item:before {
  font-family: ourjapanpensionn2 !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;
}
.sdhah3ja-toElhaUzJb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.sdhah3ja-toElhaUzJb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.sdhah3ja-toElhaUzJb .dropdown-item:hover,
.sdhah3ja-toElhaUzJb .dropdown-item:focus {
  background: #491414 !important;
  color: white !important;
}
.sdhah3ja-toElhaUzJb .dropdown-item:hover span {
  color: white;
}
.sdhah3ja-toElhaUzJb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.sdhah3ja-toElhaUzJb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.sdhah3ja-toElhaUzJb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.sdhah3ja-toElhaUzJb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.sdhah3ja-toElhaUzJb .nav-link {
  position: relative;
}
.sdhah3ja-toElhaUzJb .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .sdhah3ja-toElhaUzJb .container {
    flex-wrap: nowrap;
  }
}
.sdhah3ja-toElhaUzJb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.sdhah3ja-toElhaUzJb .dropdown-menu,
.sdhah3ja-toElhaUzJb .navbar.opened {
  background: #40b0bf !important;
}
.sdhah3ja-toElhaUzJb .nav-item:focus,
.sdhah3ja-toElhaUzJb .nav-link:focus {
  outline: none;
}
.sdhah3ja-toElhaUzJb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.sdhah3ja-toElhaUzJb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.sdhah3ja-toElhaUzJb .dropdown .dropdown-menu .dropdown-item .jpn-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.sdhah3ja-toElhaUzJb .dropdown .dropdown-menu .dropdown-item .jpn-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.sdhah3ja-toElhaUzJb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.sdhah3ja-toElhaUzJb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.sdhah3ja-toElhaUzJb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #40b0bf;
}
.sdhah3ja-toElhaUzJb .navbar.opened {
  transition: all 0.3s;
}
.sdhah3ja-toElhaUzJb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.sdhah3ja-toElhaUzJb .navbar .navbar-logo img {
  width: auto;
}
.sdhah3ja-toElhaUzJb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.sdhah3ja-toElhaUzJb .navbar.collapsed {
  justify-content: center;
}
.sdhah3ja-toElhaUzJb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.sdhah3ja-toElhaUzJb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .sdhah3ja-toElhaUzJb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.sdhah3ja-toElhaUzJb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.sdhah3ja-toElhaUzJb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.sdhah3ja-toElhaUzJb .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%;
}
.sdhah3ja-toElhaUzJb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.sdhah3ja-toElhaUzJb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.sdhah3ja-toElhaUzJb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .sdhah3ja-toElhaUzJb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .sdhah3ja-toElhaUzJb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .sdhah3ja-toElhaUzJb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .sdhah3ja-toElhaUzJb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .sdhah3ja-toElhaUzJb .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%;
  }
  .sdhah3ja-toElhaUzJb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .sdhah3ja-toElhaUzJb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .sdhah3ja-toElhaUzJb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .sdhah3ja-toElhaUzJb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .sdhah3ja-toElhaUzJb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .sdhah3ja-toElhaUzJb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .sdhah3ja-toElhaUzJb .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.sdhah3ja-toElhaUzJb .navbar.navbar-short {
  min-height: 60px;
}
.sdhah3ja-toElhaUzJb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.sdhah3ja-toElhaUzJb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.sdhah3ja-toElhaUzJb .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;
}
.sdhah3ja-toElhaUzJb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.sdhah3ja-toElhaUzJb .navbar-brand .navbar-logo a {
  outline: none;
}
.sdhah3ja-toElhaUzJb .dropdown-item.active,
.sdhah3ja-toElhaUzJb .dropdown-item:active {
  background-color: transparent;
}
.sdhah3ja-toElhaUzJb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.sdhah3ja-toElhaUzJb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.sdhah3ja-toElhaUzJb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.sdhah3ja-toElhaUzJb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #40b0bf;
}
.sdhah3ja-toElhaUzJb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.sdhah3ja-toElhaUzJb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.sdhah3ja-toElhaUzJb ul.navbar-nav {
  flex-wrap: wrap;
}
.sdhah3ja-toElhaUzJb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.sdhah3ja-toElhaUzJb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.sdhah3ja-toElhaUzJb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #491414;
}
.sdhah3ja-toElhaUzJb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.sdhah3ja-toElhaUzJb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.sdhah3ja-toElhaUzJb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.sdhah3ja-toElhaUzJb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.sdhah3ja-toElhaUzJb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.sdhah3ja-toElhaUzJb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.sdhah3ja-toElhaUzJb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.sdhah3ja-toElhaUzJb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.sdhah3ja-toElhaUzJb .navbar-dropdown {
  padding: 0 1rem;
}
.sdhah3ja-toElhaUzJb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sdhah3ja-toElhaUzJb .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) {
  .sdhah3ja-toElhaUzJb .navbar {
    height: 70px;
  }
  .sdhah3ja-toElhaUzJb .navbar.opened {
    height: auto;
  }
  .sdhah3ja-toElhaUzJb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.sdhah3ja-uw5pCkobNQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/main2-1024x1024.jpg");
}
.sdhah3ja-uw5pCkobNQ .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5pCkobNQ .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.sdhah3ja-uw5pCkobNQ .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5pCkobNQ .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .sdhah3ja-uw5pCkobNQ .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .sdhah3ja-uw5pCkobNQ .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .sdhah3ja-uw5pCkobNQ .container {
    padding: 0 24px;
  }
}
.sdhah3ja-uw5pCkobNQ .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5pCkobNQ .content-wrapper {
    padding: 0;
  }
}
.sdhah3ja-uw5pCkobNQ .content-wrapper .desc-wrapper .jpn-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.sdhah3ja-uw5pCkobNQ .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;
}
.sdhah3ja-uw5pCkobNQ .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;
}
.sdhah3ja-uw5pCkobNQ .content-wrapper .jpn-section-title {
  margin-bottom: 16px;
}
.sdhah3ja-uw5pCkobNQ .content-wrapper .text-wrapper .jpn-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5pCkobNQ .content-wrapper .text-wrapper .jpn-text {
    width: 100%;
  }
}
.sdhah3ja-uw5pCkobNQ .jpn-section-title {
  color: #ffffff;
}
.sdhah3ja-uw5pCkobNQ .jpn-desc,
.sdhah3ja-uw5pCkobNQ .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.sdhah3ja-uw5pCkobNQ .jpn-text,
.sdhah3ja-uw5pCkobNQ .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.sdhah3ja-uw5pCkobNQ .jpn-section-title,
.sdhah3ja-uw5pCkobNQ .jpn-section-btn {
  text-align: center;
}
.sdhah3ja-uw5q9zI4vp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c6771;
}
.sdhah3ja-uw5q9zI4vp .jpn-text {
  color: #ffffff;
}
@media (min-width: 767px) {
  .sdhah3ja-uw5q9zI4vp .list {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
  }
}
.sdhah3ja-uw5q9zI4vp .jpn-list {
  color: #1d5356;
}
.sdhah3ja-uw5q9zI4vp .jpn-section-subtitle {
  color: #ffffff;
}
.sdhah3ja-uw5q9zI4vp .jpn-section-title {
  color: #491414;
}
.sdhah3ja-uw5pE9ZAxp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ecede8;
}
.sdhah3ja-uw5pE9ZAxp .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5pE9ZAxp .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1400px) {
  .sdhah3ja-uw5pE9ZAxp .text-wrapper {
    padding: 0 2rem;
  }
}
.sdhah3ja-uw5pE9ZAxp img {
  border-radius: 3rem;
}
.sdhah3ja-uw5pE9ZAxp .row {
  align-items: center;
}
.sdhah3ja-uw5pE9ZAxp .jpn-section-title {
  color: #000000;
}
.sdhah3ja-uw5pE9ZAxp .jpn-text,
.sdhah3ja-uw5pE9ZAxp .jpn-section-btn {
  color: #000000;
}
.sdhah3ja-uw5pE9ZAxp .jpn-section-subtitle {
  color: #491414;
}
.sdhah3ja-uw5pIOUWUf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c6771;
}
.sdhah3ja-uw5pIOUWUf .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5pIOUWUf .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.sdhah3ja-uw5pIOUWUf .row {
  justify-content: space-between;
}
.sdhah3ja-uw5pIOUWUf .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5pIOUWUf .content-wrapper {
    padding: 0;
  }
}
.sdhah3ja-uw5pIOUWUf .content-wrapper .jpn-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5pIOUWUf .content-wrapper .jpn-section-title {
    margin-bottom: 20px;
  }
}
.sdhah3ja-uw5pIOUWUf .content-wrapper .jpn-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5pIOUWUf .content-wrapper .jpn-text {
    margin-bottom: 20px;
  }
}
.sdhah3ja-uw5pIOUWUf .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.sdhah3ja-uw5pIOUWUf .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.sdhah3ja-uw5pIOUWUf .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.sdhah3ja-uw5pIOUWUf .content-wrapper .logo-wrapper .logo-wrap .jpn-desc {
  margin-bottom: 0;
}
.sdhah3ja-uw5pIOUWUf .jpn-section-title {
  color: #000000;
}
.sdhah3ja-uw5pIOUWUf .jpn-desc {
  color: #000000;
}
.sdhah3ja-uw5pIOUWUf .jpn-text {
  color: #ffffff;
}
.sdhah3ja-uw5pIOUWUf .jpn-section-title,
.sdhah3ja-uw5pIOUWUf .jpn-section-btn {
  color: #ffffff;
}
.sdhah3ja-uw5pHdCs89 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.sdhah3ja-uw5pHdCs89 .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5pHdCs89 .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.sdhah3ja-uw5pHdCs89 .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5pHdCs89 .content-wrapper {
    display: block;
    padding: 0;
  }
}
.sdhah3ja-uw5pHdCs89 .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5pHdCs89 .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.sdhah3ja-uw5pHdCs89 .content-wrapper .title-wrapper .jpn-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5pHdCs89 .content-wrapper .title-wrapper .jpn-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.sdhah3ja-uw5pHdCs89 .content-wrapper .title-wrapper .jpn-text {
  margin-bottom: 0;
}
.sdhah3ja-uw5pHdCs89 .content-wrapper .title-wrapper .jpn-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5pHdCs89 .content-wrapper .title-wrapper .jpn-section-btn {
    margin-top: 16px;
  }
}
.sdhah3ja-uw5pHdCs89 .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) {
  .sdhah3ja-uw5pHdCs89 .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.sdhah3ja-uw5pHdCs89 .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.sdhah3ja-uw5pHdCs89 .jpn-section-title {
  color: #050f0f;
}
.sdhah3ja-uw5pHdCs89 .jpn-text {
  color: #050f0f;
}
.sdhah3ja-uw5pU3JgWT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c6771;
}
.sdhah3ja-uw5pU3JgWT .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5pU3JgWT .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5pU3JgWT .container {
    padding: 0 22px;
  }
}
.sdhah3ja-uw5pU3JgWT .row {
  justify-content: center;
}
.sdhah3ja-uw5pU3JgWT .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5pU3JgWT .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.sdhah3ja-uw5pU3JgWT .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
}
.sdhah3ja-uw5pU3JgWT .content-wrapper .jpn-section-title {
  margin-bottom: 0;
}
.sdhah3ja-uw5pU3JgWT .content-wrapper .icon-wrapper .jpn-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #ffffff;
}
.sdhah3ja-uw5pU3JgWT .content-wrapper .jpn-text {
  margin-bottom: 0;
}
.sdhah3ja-uw5pU3JgWT .jpn-section-title {
  color: #ffffff;
}
.sdhah3ja-uw5pU3JgWT .jpn-text {
  color: #ffffff;
  text-align: center;
}
.sdhah3ja-uw5pU3JgWT .jpn-section-title,
.sdhah3ja-uw5pU3JgWT .icon-wrapper {
  text-align: center;
}
.sdhah3ja-uw5q3jHvek {
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/main5-1024x1024.jpg");
}
.sdhah3ja-uw5q3jHvek .jpn-overlay {
  background-color: #000000;
  opacity: 0.9;
}
.sdhah3ja-uw5q3jHvek .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .sdhah3ja-uw5q3jHvek {
    align-items: center;
  }
  .sdhah3ja-uw5q3jHvek .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .sdhah3ja-uw5q3jHvek .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .sdhah3ja-uw5q3jHvek {
    -webkit-align-items: center;
    align-items: center;
  }
  .sdhah3ja-uw5q3jHvek .jpn-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .sdhah3ja-uw5q3jHvek .content-wrap {
    width: 100%;
  }
}
.sdhah3ja-uw5q3jHvek .jpn-section-title {
  text-align: center;
  color: #ffffff;
}
.sdhah3ja-uw5q3jHvek .jpn-text,
.sdhah3ja-uw5q3jHvek .jpn-section-btn {
  text-align: center;
}
.sdhah3ja-uw5q3jHvek .jpn-section-subtitle {
  color: #ca9236;
  text-align: center;
}
.sdhah3ja-uw5qb77brb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c6771;
}
.sdhah3ja-uw5qb77brb .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5qb77brb .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.sdhah3ja-uw5qb77brb .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5qb77brb .content-wrapper {
    padding: 0;
  }
}
.sdhah3ja-uw5qb77brb .content-wrapper .rating-wrapper {
  margin-bottom: 24px;
}
.sdhah3ja-uw5qb77brb .content-wrapper .rating-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
}
.sdhah3ja-uw5qb77brb .content-wrapper .rating-wrapper .list .item-wrap {
  padding: 12px;
  -webkit-text-stroke-width: .15rem;
  -webkit-text-stroke-color: #050f0f;
  margin-bottom: 0;
}
.sdhah3ja-uw5qb77brb .content-wrapper .text-wrapper .jpn-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5qb77brb .content-wrapper .text-wrapper .jpn-text {
    margin-bottom: 24px;
    width: 100%;
  }
}
.sdhah3ja-uw5qb77brb .content-wrapper .jpn-desc {
  margin-bottom: 0;
}
.sdhah3ja-uw5qb77brb .list {
  color: #ffe66d;
  text-align: center;
}
.sdhah3ja-uw5qb77brb .jpn-text,
.sdhah3ja-uw5qb77brb .text-wrapper {
  color: #050f0f;
}
.sdhah3ja-uw5qb77brb .jpn-desc {
  color: #ffffff;
  text-align: center;
}
.sdhah3ja-uw5qb77brb .jpn-text,
.sdhah3ja-uw5qb77brb .text-wrapper,
.sdhah3ja-uw5qb77brb .rating-wrapper {
  text-align: center;
  color: #ffffff;
}
.sdhah3ja-uw5pT80URi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eaeaea;
}
.sdhah3ja-uw5pT80URi .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5pT80URi .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.sdhah3ja-uw5pT80URi .container-fluid {
  padding: 0;
}
@media (max-width: 1440px) {
  .sdhah3ja-uw5pT80URi .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .sdhah3ja-uw5pT80URi .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .sdhah3ja-uw5pT80URi .container {
    padding: 0 16px;
  }
}
.sdhah3ja-uw5pT80URi .image-wrapper {
  height: 100%;
}
.sdhah3ja-uw5pT80URi .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5pT80URi .image-wrapper img {
    height: 400px;
    margin: 32px 0;
    border-radius: .3rem !important;
  }
}
.sdhah3ja-uw5pT80URi .content-wrapper {
  padding: 150px 150px 150px 32px ;
}
@media (max-width: 1440px) {
  .sdhah3ja-uw5pT80URi .content-wrapper {
    padding: 150px 96px 150px 32px;
  }
}
@media (max-width: 992px) {
  .sdhah3ja-uw5pT80URi .content-wrapper {
    padding: 0 0 48px 0;
  }
}
.sdhah3ja-uw5pT80URi .content-wrapper .jpn-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5pT80URi .content-wrapper .jpn-section-title {
    margin-bottom: 16px;
  }
}
.sdhah3ja-uw5pT80URi .content-wrapper .jpn-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5pT80URi .content-wrapper .jpn-text {
    margin-bottom: 16px;
  }
}
.sdhah3ja-uw5pT80URi .jpn-section-title {
  color: #1c1c1c;
}
.sdhah3ja-uw5pT80URi .jpn-text {
  color: #1c1c1c;
}
.sdhah3ja-uw5q73vWVH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.sdhah3ja-uw5q73vWVH .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5q73vWVH .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.sdhah3ja-uw5q73vWVH .content-wrap {
  padding: 60px;
  background-color: #232323;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5q73vWVH .content-wrap {
    padding: 30px 20px;
  }
}
.sdhah3ja-uw5q73vWVH .content-wrap .row {
  justify-content: center;
}
.sdhah3ja-uw5q73vWVH .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5q73vWVH .title-wrapper {
    margin-bottom: 40px;
  }
}
.sdhah3ja-uw5q73vWVH .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.sdhah3ja-uw5q73vWVH .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.sdhah3ja-uw5q73vWVH .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.sdhah3ja-uw5q73vWVH .title-wrapper .title-wrap .jpn-section-title {
  margin-bottom: 0;
}
.sdhah3ja-uw5q73vWVH .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5q73vWVH .nav-wrapper {
    margin-bottom: 40px;
  }
}
.sdhah3ja-uw5q73vWVH .nav-wrapper .jpn-section-subtitle {
  margin-bottom: 20px;
}
.sdhah3ja-uw5q73vWVH .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.sdhah3ja-uw5q73vWVH .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.sdhah3ja-uw5q73vWVH .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.sdhah3ja-uw5q73vWVH .nav-wrapper .list .item-wrap:hover,
.sdhah3ja-uw5q73vWVH .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.sdhah3ja-uw5q73vWVH .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5q73vWVH .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.sdhah3ja-uw5q73vWVH .contacts-wrapper .jpn-section-subtitle {
  margin-bottom: 20px;
}
.sdhah3ja-uw5q73vWVH .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.sdhah3ja-uw5q73vWVH .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.sdhah3ja-uw5q73vWVH .contacts-wrapper .list .item-wrap:hover,
.sdhah3ja-uw5q73vWVH .contacts-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.sdhah3ja-uw5q73vWVH .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.sdhah3ja-uw5q73vWVH .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5q73vWVH .social-wrapper {
    margin-bottom: 40px;
  }
}
.sdhah3ja-uw5q73vWVH .social-wrapper .jpn-section-subtitle {
  margin-bottom: 20px;
}
.sdhah3ja-uw5q73vWVH .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.sdhah3ja-uw5q73vWVH .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.sdhah3ja-uw5q73vWVH .social-wrapper .social-wrap .soc-item a:hover .jpn-iconfont,
.sdhah3ja-uw5q73vWVH .social-wrapper .social-wrap .soc-item a:hover .jpn-iconfont {
  transform: scale(1.1);
}
.sdhah3ja-uw5q73vWVH .social-wrapper .social-wrap .soc-item a .jpn-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.sdhah3ja-uw5q73vWVH .jpn-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #ffffff;
  text-align: center;
}
.sdhah3ja-uw5q73vWVH .jpn-section-title {
  color: #ed463f;
}
.sdhah3ja-uw5q73vWVH .jpn-section-subtitle {
  color: #ffffff;
}
.sdhah3ja-uw5q73vWVH .list {
  color: #404349;
}
.sdhah3ja-uw5q73vWVH .jpn-section-title,
.sdhah3ja-uw5q73vWVH .title-wrapper {
  color: #ffffff;
}
.sdhah3ja-uw5q73vWVH .list,
.sdhah3ja-uw5q73vWVH .item-wrap {
  color: #ffffff;
}
.sdhah3ja-uw5qhZSJoV .navbar-dropdown {
  position: relative !important;
}
.sdhah3ja-uw5qhZSJoV .dropdown-item:before {
  font-family: ourjapanpensionn2 !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;
}
.sdhah3ja-uw5qhZSJoV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.sdhah3ja-uw5qhZSJoV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.sdhah3ja-uw5qhZSJoV .dropdown-item:hover,
.sdhah3ja-uw5qhZSJoV .dropdown-item:focus {
  background: #491414 !important;
  color: white !important;
}
.sdhah3ja-uw5qhZSJoV .dropdown-item:hover span {
  color: white;
}
.sdhah3ja-uw5qhZSJoV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.sdhah3ja-uw5qhZSJoV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.sdhah3ja-uw5qhZSJoV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.sdhah3ja-uw5qhZSJoV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.sdhah3ja-uw5qhZSJoV .nav-link {
  position: relative;
}
.sdhah3ja-uw5qhZSJoV .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .sdhah3ja-uw5qhZSJoV .container {
    flex-wrap: nowrap;
  }
}
.sdhah3ja-uw5qhZSJoV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.sdhah3ja-uw5qhZSJoV .dropdown-menu,
.sdhah3ja-uw5qhZSJoV .navbar.opened {
  background: #40b0bf !important;
}
.sdhah3ja-uw5qhZSJoV .nav-item:focus,
.sdhah3ja-uw5qhZSJoV .nav-link:focus {
  outline: none;
}
.sdhah3ja-uw5qhZSJoV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.sdhah3ja-uw5qhZSJoV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.sdhah3ja-uw5qhZSJoV .dropdown .dropdown-menu .dropdown-item .jpn-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.sdhah3ja-uw5qhZSJoV .dropdown .dropdown-menu .dropdown-item .jpn-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.sdhah3ja-uw5qhZSJoV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.sdhah3ja-uw5qhZSJoV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.sdhah3ja-uw5qhZSJoV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #40b0bf;
}
.sdhah3ja-uw5qhZSJoV .navbar.opened {
  transition: all 0.3s;
}
.sdhah3ja-uw5qhZSJoV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.sdhah3ja-uw5qhZSJoV .navbar .navbar-logo img {
  width: auto;
}
.sdhah3ja-uw5qhZSJoV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.sdhah3ja-uw5qhZSJoV .navbar.collapsed {
  justify-content: center;
}
.sdhah3ja-uw5qhZSJoV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.sdhah3ja-uw5qhZSJoV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .sdhah3ja-uw5qhZSJoV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.sdhah3ja-uw5qhZSJoV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.sdhah3ja-uw5qhZSJoV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.sdhah3ja-uw5qhZSJoV .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%;
}
.sdhah3ja-uw5qhZSJoV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.sdhah3ja-uw5qhZSJoV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.sdhah3ja-uw5qhZSJoV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .sdhah3ja-uw5qhZSJoV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .sdhah3ja-uw5qhZSJoV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .sdhah3ja-uw5qhZSJoV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .sdhah3ja-uw5qhZSJoV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .sdhah3ja-uw5qhZSJoV .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%;
  }
  .sdhah3ja-uw5qhZSJoV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .sdhah3ja-uw5qhZSJoV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .sdhah3ja-uw5qhZSJoV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .sdhah3ja-uw5qhZSJoV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .sdhah3ja-uw5qhZSJoV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .sdhah3ja-uw5qhZSJoV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .sdhah3ja-uw5qhZSJoV .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.sdhah3ja-uw5qhZSJoV .navbar.navbar-short {
  min-height: 60px;
}
.sdhah3ja-uw5qhZSJoV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.sdhah3ja-uw5qhZSJoV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.sdhah3ja-uw5qhZSJoV .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;
}
.sdhah3ja-uw5qhZSJoV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.sdhah3ja-uw5qhZSJoV .navbar-brand .navbar-logo a {
  outline: none;
}
.sdhah3ja-uw5qhZSJoV .dropdown-item.active,
.sdhah3ja-uw5qhZSJoV .dropdown-item:active {
  background-color: transparent;
}
.sdhah3ja-uw5qhZSJoV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.sdhah3ja-uw5qhZSJoV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.sdhah3ja-uw5qhZSJoV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.sdhah3ja-uw5qhZSJoV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #40b0bf;
}
.sdhah3ja-uw5qhZSJoV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.sdhah3ja-uw5qhZSJoV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.sdhah3ja-uw5qhZSJoV ul.navbar-nav {
  flex-wrap: wrap;
}
.sdhah3ja-uw5qhZSJoV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.sdhah3ja-uw5qhZSJoV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.sdhah3ja-uw5qhZSJoV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #491414;
}
.sdhah3ja-uw5qhZSJoV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.sdhah3ja-uw5qhZSJoV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.sdhah3ja-uw5qhZSJoV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.sdhah3ja-uw5qhZSJoV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.sdhah3ja-uw5qhZSJoV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.sdhah3ja-uw5qhZSJoV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.sdhah3ja-uw5qhZSJoV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.sdhah3ja-uw5qhZSJoV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.sdhah3ja-uw5qhZSJoV .navbar-dropdown {
  padding: 0 1rem;
}
.sdhah3ja-uw5qhZSJoV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sdhah3ja-uw5qhZSJoV .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) {
  .sdhah3ja-uw5qhZSJoV .navbar {
    height: 70px;
  }
  .sdhah3ja-uw5qhZSJoV .navbar.opened {
    height: auto;
  }
  .sdhah3ja-uw5qhZSJoV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.sdhah3ja-uw5qrcAE2s {
  background-image: url("../../../assets/images/main13-1024x1024.jpg");
}
.sdhah3ja-uw5qrcAE2s .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5qrcAE2s .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.sdhah3ja-uw5qrcAE2s .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5qrcAE2s .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .sdhah3ja-uw5qrcAE2s .container {
    padding: 0 20px;
  }
}
.sdhah3ja-uw5qrcAE2s .card {
  justify-content: center;
}
.sdhah3ja-uw5qrcAE2s .content-wrapper {
  padding-left: 100px;
}
@media (max-width: 1200px) {
  .sdhah3ja-uw5qrcAE2s .content-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .sdhah3ja-uw5qrcAE2s .content-wrapper {
    padding-left: 0;
    margin-bottom: 40px;
  }
}
.sdhah3ja-uw5qrcAE2s .content-wrapper .jpn-desc {
  margin-bottom: 40px;
}
.sdhah3ja-uw5qrcAE2s .content-wrapper .jpn-section-title {
  margin-bottom: 30px;
}
.sdhah3ja-uw5qrcAE2s .image-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .sdhah3ja-uw5qrcAE2s .image-wrapper {
    padding-right: 50px;
  }
}
@media (max-width: 992px) {
  .sdhah3ja-uw5qrcAE2s .image-wrapper {
    padding-right: 0;
  }
}
.sdhah3ja-uw5qrcAE2s .image-wrapper .image-wrap {
  padding-right: 116px;
}
@media (max-width: 1440px) {
  .sdhah3ja-uw5qrcAE2s .image-wrapper .image-wrap {
    padding-right: 0;
  }
}
.sdhah3ja-uw5qrcAE2s .image-wrapper .image-wrap img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5qrcAE2s .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.sdhah3ja-uw5qrcAE2s .jpn-section-title {
  color: #ffffff;
}
.sdhah3ja-uw5qrcAE2s .jpn-desc {
  color: #ffffff;
}
.sdhah3ja-uw5qvbMRN5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.sdhah3ja-uw5qvbMRN5 .decor-wrap_2 {
  position: absolute;
  top: 12%;
  right: 82%;
  width: 1600px;
  height: 460px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.sdhah3ja-uw5qvbMRN5 .decor-wrap_2::before {
  content: '';
  position: absolute;
  width: 190px;
  height: 145px;
  bottom: -145px;
  right: -165px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.sdhah3ja-uw5qvbMRN5 .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5qvbMRN5 .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5qvbMRN5 .container {
    padding: 0 15px;
  }
}
.sdhah3ja-uw5qvbMRN5 .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.sdhah3ja-uw5qvbMRN5 .image-wrapper {
  position: relative;
}
.sdhah3ja-uw5qvbMRN5 .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) {
  .sdhah3ja-uw5qvbMRN5 .image-wrapper {
    margin-bottom: 40px;
  }
}
.sdhah3ja-uw5qvbMRN5 .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 610px;
  width: 610px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .sdhah3ja-uw5qvbMRN5 .image-wrapper img {
    width: 510px;
    height: 510px;
  }
}
@media (max-width: 992px) {
  .sdhah3ja-uw5qvbMRN5 .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .sdhah3ja-uw5qvbMRN5 .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.sdhah3ja-uw5qvbMRN5 .content-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.sdhah3ja-uw5qvbMRN5 .content-wrapper .icon-wrapper .jpn-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #f7f5f6;
}
.sdhah3ja-uw5qvbMRN5 .content-wrapper .jpn-text {
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .sdhah3ja-uw5qvbMRN5 .content-wrapper .jpn-text {
    margin-bottom: 30px;
  }
}
.sdhah3ja-uw5qvbMRN5 .content-wrapper .item-name {
  margin-bottom: 0;
}
.sdhah3ja-uw5qvbMRN5 .content-wrapper .item-role {
  margin-bottom: 0;
}
.sdhah3ja-uw5qvbMRN5 .jpn-text {
  color: #f7f5f6;
}
.sdhah3ja-uw5qvbMRN5 .item-name {
  color: #f7f5f6;
}
.sdhah3ja-uw5qvbMRN5 .item-role {
  color: #68707c;
}
.sdhah3ja-uw5qvbMRN5 .jpn-text,
.sdhah3ja-uw5qvbMRN5 .icon-wrapper {
  color: #000000;
}
.sdhah3ja-uw5qDik7v2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c6771;
}
.sdhah3ja-uw5qDik7v2 .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5qDik7v2 .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5qDik7v2 .container {
    padding: 0 15px;
  }
}
.sdhah3ja-uw5qDik7v2 .content-wrapper {
  padding-right: 130px;
}
@media (max-width: 1440px) {
  .sdhah3ja-uw5qDik7v2 .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .sdhah3ja-uw5qDik7v2 .content-wrapper {
    padding-right: 0;
  }
}
.sdhah3ja-uw5qDik7v2 .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5qDik7v2 .content-wrap {
    display: block;
  }
}
.sdhah3ja-uw5qDik7v2 .content-wrap .jpn-section-title {
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5qDik7v2 .content-wrap .jpn-section-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.sdhah3ja-uw5qDik7v2 .content-wrap .jpn-text {
  width: 38%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5qDik7v2 .content-wrap .jpn-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.sdhah3ja-uw5qDik7v2 .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #ffffff;
}
.sdhah3ja-uw5qDik7v2 .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #ffffff;
  transform: rotate(20deg);
}
.sdhah3ja-uw5qDik7v2 .jpn-section-title {
  color: #ffffff;
}
.sdhah3ja-uw5qDik7v2 .jpn-desc,
.sdhah3ja-uw5qDik7v2 .desc-wrapper {
  color: #3f1819;
}
.sdhah3ja-uw5qDik7v2 .jpn-text {
  color: #ffffff;
}
.sdhah3ja-uw5qvIZzzM {
  background-image: url("../../../assets/images/main10-1024x1024.jpg");
}
.sdhah3ja-uw5qvIZzzM .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5qvIZzzM .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.sdhah3ja-uw5qvIZzzM .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5qvIZzzM .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .sdhah3ja-uw5qvIZzzM .container {
    padding: 0 20px;
  }
}
.sdhah3ja-uw5qvIZzzM .row {
  justify-content: center;
}
.sdhah3ja-uw5qvIZzzM .content-wrapper .jpn-desc {
  margin-bottom: 25px;
}
.sdhah3ja-uw5qvIZzzM .content-wrapper .jpn-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5qvIZzzM .content-wrapper .jpn-section-title {
    margin-bottom: 40px;
  }
}
.sdhah3ja-uw5qvIZzzM .content-wrapper .text-wrapper {
  padding-left: 216px;
}
@media (max-width: 1440px) {
  .sdhah3ja-uw5qvIZzzM .content-wrapper .text-wrapper {
    padding-left: 100px;
  }
}
@media (max-width: 1200px) {
  .sdhah3ja-uw5qvIZzzM .content-wrapper .text-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .sdhah3ja-uw5qvIZzzM .content-wrapper .text-wrapper {
    padding-left: 0;
  }
}
.sdhah3ja-uw5qvIZzzM .content-wrapper .text-wrapper .jpn-text {
  display: inline-flex;
  width: 75%;
  margin-bottom: 0;
}
.sdhah3ja-uw5qvIZzzM .jpn-desc {
  color: #ffffff;
}
.sdhah3ja-uw5qvIZzzM .jpn-section-title {
  color: #ffffff;
}
.sdhah3ja-uw5qvIZzzM .jpn-text {
  color: #ffffff;
}
.sdhah3ja-uw5qCsQD8l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c6771;
}
.sdhah3ja-uw5qCsQD8l .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5qCsQD8l .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5qCsQD8l .container {
    padding: 0 15px;
  }
}
.sdhah3ja-uw5qCsQD8l .row {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5qCsQD8l .desc-wrapper {
    margin-bottom: 40px;
  }
}
.sdhah3ja-uw5qCsQD8l .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) {
  .sdhah3ja-uw5qCsQD8l .desc-wrapper .jpn-desc {
    transform: rotate(0);
    writing-mode: inherit;
    padding-top: 0;
    width: 100%;
    display: block;
  }
}
.sdhah3ja-uw5qCsQD8l .desc-wrapper .jpn-desc::before {
  content: '';
  position: absolute;
  top: 5rem;
  left: -5rem;
  width: 190px;
  height: 1px;
  background-color: #ffffff;
  transform: rotate(90deg);
}
@media (max-width: 992px) {
  .sdhah3ja-uw5qCsQD8l .desc-wrapper .jpn-desc::before {
    display: none;
  }
}
.sdhah3ja-uw5qCsQD8l .text-wrapper .jpn-text {
  margin-bottom: 0;
}
.sdhah3ja-uw5qCsQD8l .jpn-desc {
  color: #30262b;
}
.sdhah3ja-uw5qCsQD8l .jpn-text {
  color: #ffffff;
}
.sdhah3ja-uw5qCsQD8l .jpn-desc,
.sdhah3ja-uw5qCsQD8l .desc-wrapper {
  color: #ffffff;
}
.sdhah3ja-uw5qwfeS7L {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.sdhah3ja-uw5qwfeS7L .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5qwfeS7L .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.sdhah3ja-uw5qwfeS7L .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5qwfeS7L .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .sdhah3ja-uw5qwfeS7L .container {
    padding: 0 20px;
  }
}
.sdhah3ja-uw5qwfeS7L .row {
  justify-content: space-between;
}
.sdhah3ja-uw5qwfeS7L .card {
  justify-content: center;
}
.sdhah3ja-uw5qwfeS7L .image-wrapper img {
  height: 100vh;
  object-fit: cover;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5qwfeS7L .image-wrapper img {
    height: 350px;
  }
}
.sdhah3ja-uw5qwfeS7L .content-wrapper {
  padding: 80px 156px 80px 86px;
  padding: 80px 86px 80px 156px;
}
@media (max-width: 1440px) {
  .sdhah3ja-uw5qwfeS7L .content-wrapper {
    padding: 80px 156px 80px 50px;
  }
}
@media (max-width: 1200px) {
  .sdhah3ja-uw5qwfeS7L .content-wrapper {
    padding: 80px 106px 80px 50px;
  }
}
@media (max-width: 992px) {
  .sdhah3ja-uw5qwfeS7L .content-wrapper {
    padding: 40px 0 80px;
  }
}
@media (max-width: 1440px) {
  .sdhah3ja-uw5qwfeS7L .content-wrapper {
    padding: 80px 50px 80px 156px;
  }
}
@media (max-width: 1200px) {
  .sdhah3ja-uw5qwfeS7L .content-wrapper {
    padding: 80px 50px 80px 106px;
  }
}
@media (max-width: 992px) {
  .sdhah3ja-uw5qwfeS7L .content-wrapper {
    padding: 40px 0 80px;
  }
}
.sdhah3ja-uw5qwfeS7L .content-wrapper .jpn-desc {
  margin-bottom: 20px;
}
.sdhah3ja-uw5qwfeS7L .content-wrapper .jpn-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5qwfeS7L .content-wrapper .jpn-section-title {
    margin-bottom: 40px;
  }
}
.sdhah3ja-uw5qwfeS7L .content-wrapper .jpn-text {
  margin-bottom: 0;
}
.sdhah3ja-uw5qwfeS7L .jpn-desc {
  color: #1e1d1c;
}
.sdhah3ja-uw5qwfeS7L .jpn-section-title {
  color: #1e1d1c;
}
.sdhah3ja-uw5qwfeS7L .jpn-text {
  color: #1e1d1c;
}
.sdhah3ja-uw5qzMgBbb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #1c6771;
}
.sdhah3ja-uw5qzMgBbb .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%);
}
.sdhah3ja-uw5qzMgBbb .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%);
}
.sdhah3ja-uw5qzMgBbb .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5qzMgBbb .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5qzMgBbb .container {
    padding: 0 30px;
  }
}
.sdhah3ja-uw5qzMgBbb .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.sdhah3ja-uw5qzMgBbb .title-wrapper .jpn-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5qzMgBbb .title-wrapper .jpn-section-title {
    margin-bottom: 30px;
  }
}
.sdhah3ja-uw5qzMgBbb .text-wrapper {
  border-left: 1px solid #c7fcb5;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5qzMgBbb .text-wrapper {
    padding-left: 20px;
  }
}
.sdhah3ja-uw5qzMgBbb .text-wrapper .jpn-text {
  margin-bottom: 0;
}
.sdhah3ja-uw5qzMgBbb .jpn-section-title {
  color: #ffffff;
}
.sdhah3ja-uw5qzMgBbb .jpn-text {
  color: #ffffff;
}
.sdhah3ja-uw5qyO8E3Y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.sdhah3ja-uw5qyO8E3Y .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5qyO8E3Y .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5qyO8E3Y .container {
    padding: 0 15px;
  }
}
.sdhah3ja-uw5qyO8E3Y .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.sdhah3ja-uw5qyO8E3Y .row .card {
  justify-content: center;
}
.sdhah3ja-uw5qyO8E3Y .image-wrapper {
  position: relative;
}
.sdhah3ja-uw5qyO8E3Y .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -5%;
  left: -15%;
  height: 177px;
  width: 250px;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
.sdhah3ja-uw5qyO8E3Y .image-wrapper .decor-wrap_2 {
  position: absolute;
  bottom: -5%;
  right: -1%;
  height: 305px;
  width: 420px;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .sdhah3ja-uw5qyO8E3Y .image-wrapper {
    margin-bottom: 60px;
  }
}
.sdhah3ja-uw5qyO8E3Y .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 830px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5qyO8E3Y .image-wrapper img {
    height: 350px;
  }
}
.sdhah3ja-uw5qyO8E3Y .text-wrapper {
  padding: 0 0 0 118px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5qyO8E3Y .text-wrapper {
    padding: 0;
  }
}
.sdhah3ja-uw5qyO8E3Y .text-wrapper .jpn-text {
  margin-bottom: 0;
}
.sdhah3ja-uw5qyO8E3Y .jpn-text {
  color: #131c28;
}
.sdhah3ja-uw5qAGvpx9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #1c6771;
}
.sdhah3ja-uw5qAGvpx9 .decor-wrap_1 {
  position: absolute;
  top: -4rem;
  left: 18%;
  width: 133px;
  height: 133px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.sdhah3ja-uw5qAGvpx9 .decor-wrap_2 {
  position: absolute;
  bottom: 4rem;
  left: -6rem;
  width: 207px;
  height: 207px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.sdhah3ja-uw5qAGvpx9 .decor-wrap_3 {
  position: absolute;
  bottom: -55%;
  right: -2rem;
  width: 422px;
  height: 422px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.sdhah3ja-uw5qAGvpx9 .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5qAGvpx9 .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5qAGvpx9 .container {
    padding: 0 30px;
  }
}
.sdhah3ja-uw5qAGvpx9 .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.sdhah3ja-uw5qAGvpx9 .content-wrapper .jpn-section-title {
  margin-bottom: 40px;
}
.sdhah3ja-uw5qAGvpx9 .content-wrapper .text-wrapper .jpn-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5qAGvpx9 .content-wrapper .text-wrapper .jpn-text {
    margin-bottom: 30px;
    width: 100%;
  }
}
.sdhah3ja-uw5qAGvpx9 .jpn-section-title {
  color: #ffffff;
}
.sdhah3ja-uw5qAGvpx9 .jpn-text,
.sdhah3ja-uw5qAGvpx9 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.sdhah3ja-uw5qAGvpx9 .jpn-section-title,
.sdhah3ja-uw5qAGvpx9 .jpn-section-btn {
  text-align: center;
}
.sdhah3ja-uw5qGKxGm0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.sdhah3ja-uw5qGKxGm0 .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5qGKxGm0 .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5qGKxGm0 .container {
    padding: 0 30px;
  }
}
.sdhah3ja-uw5qGKxGm0 .content-wrapper {
  display: flex;
  position: relative;
  padding-bottom: 180px;
  border-bottom: 1px solid #144031;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5qGKxGm0 .content-wrapper {
    display: block;
  }
}
.sdhah3ja-uw5qGKxGm0 .content-wrapper .card {
  justify-content: center;
}
.sdhah3ja-uw5qGKxGm0 .content-wrapper .content-wrap {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5qGKxGm0 .content-wrapper .content-wrap {
    width: 100%;
    padding: 40px 0 60px;
  }
}
.sdhah3ja-uw5qGKxGm0 .content-wrapper .content-wrap .jpn-section-title {
  margin-bottom: 35px;
}
.sdhah3ja-uw5qGKxGm0 .content-wrapper .content-wrap .jpn-text {
  margin-bottom: 40px;
}
.sdhah3ja-uw5qGKxGm0 .content-wrapper .image-wrapper {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 50%;
  min-height: 630px;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5qGKxGm0 .content-wrapper .image-wrapper {
    min-height: auto;
    height: 400px;
    width: 100%;
  }
}
.sdhah3ja-uw5qGKxGm0 .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sdhah3ja-uw5qGKxGm0 .content-wrapper .image-wrapper .list {
  position: relative;
  display: inline-block;
  max-width: 310px;
  flex-direction: column;
  width: fit-content;
  padding: 50px 30px;
  list-style-type: none;
  background-color: #eaffe2;
  border-radius: 2rem 0 2rem 0;
  margin: 50px 50px -100px 0;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5qGKxGm0 .content-wrapper .image-wrapper .list {
    padding: 40px 20px;
    max-width: 100%;
    width: 100%;
    margin: 50px 0 -100px 0;
  }
}
.sdhah3ja-uw5qGKxGm0 .content-wrapper .image-wrapper .list .item-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
  padding-left: 30px;
  position: relative;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5qGKxGm0 .content-wrapper .image-wrapper .list .item-wrap {
    display: block;
  }
}
.sdhah3ja-uw5qGKxGm0 .content-wrapper .image-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.sdhah3ja-uw5qGKxGm0 .content-wrapper .image-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #22654e;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5qGKxGm0 .content-wrapper .image-wrapper .list .item-wrap::before {
    top: 10px;
  }
}
.sdhah3ja-uw5qGKxGm0 .jpn-section-title {
  color: #144031;
}
.sdhah3ja-uw5qGKxGm0 .jpn-text {
  color: #000000;
}
.sdhah3ja-uw5qGKxGm0 .list {
  color: #144031;
}
.sdhah3ja-uw5qGKxGm0 .jpn-section-title,
.sdhah3ja-uw5qGKxGm0 .jpn-section-btn {
  color: #000000;
}
.sdhah3ja-uw5qi4WV1m {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.sdhah3ja-uw5qi4WV1m .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5qi4WV1m .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.sdhah3ja-uw5qi4WV1m .content-wrap {
  padding: 60px;
  background-color: #232323;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5qi4WV1m .content-wrap {
    padding: 30px 20px;
  }
}
.sdhah3ja-uw5qi4WV1m .content-wrap .row {
  justify-content: center;
}
.sdhah3ja-uw5qi4WV1m .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5qi4WV1m .title-wrapper {
    margin-bottom: 40px;
  }
}
.sdhah3ja-uw5qi4WV1m .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.sdhah3ja-uw5qi4WV1m .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.sdhah3ja-uw5qi4WV1m .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.sdhah3ja-uw5qi4WV1m .title-wrapper .title-wrap .jpn-section-title {
  margin-bottom: 0;
}
.sdhah3ja-uw5qi4WV1m .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5qi4WV1m .nav-wrapper {
    margin-bottom: 40px;
  }
}
.sdhah3ja-uw5qi4WV1m .nav-wrapper .jpn-section-subtitle {
  margin-bottom: 20px;
}
.sdhah3ja-uw5qi4WV1m .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.sdhah3ja-uw5qi4WV1m .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.sdhah3ja-uw5qi4WV1m .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.sdhah3ja-uw5qi4WV1m .nav-wrapper .list .item-wrap:hover,
.sdhah3ja-uw5qi4WV1m .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.sdhah3ja-uw5qi4WV1m .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5qi4WV1m .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.sdhah3ja-uw5qi4WV1m .contacts-wrapper .jpn-section-subtitle {
  margin-bottom: 20px;
}
.sdhah3ja-uw5qi4WV1m .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.sdhah3ja-uw5qi4WV1m .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.sdhah3ja-uw5qi4WV1m .contacts-wrapper .list .item-wrap:hover,
.sdhah3ja-uw5qi4WV1m .contacts-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.sdhah3ja-uw5qi4WV1m .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.sdhah3ja-uw5qi4WV1m .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5qi4WV1m .social-wrapper {
    margin-bottom: 40px;
  }
}
.sdhah3ja-uw5qi4WV1m .social-wrapper .jpn-section-subtitle {
  margin-bottom: 20px;
}
.sdhah3ja-uw5qi4WV1m .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.sdhah3ja-uw5qi4WV1m .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.sdhah3ja-uw5qi4WV1m .social-wrapper .social-wrap .soc-item a:hover .jpn-iconfont,
.sdhah3ja-uw5qi4WV1m .social-wrapper .social-wrap .soc-item a:hover .jpn-iconfont {
  transform: scale(1.1);
}
.sdhah3ja-uw5qi4WV1m .social-wrapper .social-wrap .soc-item a .jpn-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.sdhah3ja-uw5qi4WV1m .jpn-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #ffffff;
  text-align: center;
}
.sdhah3ja-uw5qi4WV1m .jpn-section-title {
  color: #ed463f;
}
.sdhah3ja-uw5qi4WV1m .jpn-section-subtitle {
  color: #ffffff;
}
.sdhah3ja-uw5qi4WV1m .list {
  color: #404349;
}
.sdhah3ja-uw5qi4WV1m .jpn-section-title,
.sdhah3ja-uw5qi4WV1m .title-wrapper {
  color: #ffffff;
}
.sdhah3ja-uw5qi4WV1m .list,
.sdhah3ja-uw5qi4WV1m .item-wrap {
  color: #ffffff;
}
.sdhah3ja-uw5qMf7TQC .navbar-dropdown {
  position: relative !important;
}
.sdhah3ja-uw5qMf7TQC .dropdown-item:before {
  font-family: ourjapanpensionn2 !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;
}
.sdhah3ja-uw5qMf7TQC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.sdhah3ja-uw5qMf7TQC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.sdhah3ja-uw5qMf7TQC .dropdown-item:hover,
.sdhah3ja-uw5qMf7TQC .dropdown-item:focus {
  background: #491414 !important;
  color: white !important;
}
.sdhah3ja-uw5qMf7TQC .dropdown-item:hover span {
  color: white;
}
.sdhah3ja-uw5qMf7TQC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.sdhah3ja-uw5qMf7TQC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.sdhah3ja-uw5qMf7TQC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.sdhah3ja-uw5qMf7TQC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.sdhah3ja-uw5qMf7TQC .nav-link {
  position: relative;
}
.sdhah3ja-uw5qMf7TQC .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .sdhah3ja-uw5qMf7TQC .container {
    flex-wrap: nowrap;
  }
}
.sdhah3ja-uw5qMf7TQC .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.sdhah3ja-uw5qMf7TQC .dropdown-menu,
.sdhah3ja-uw5qMf7TQC .navbar.opened {
  background: #40b0bf !important;
}
.sdhah3ja-uw5qMf7TQC .nav-item:focus,
.sdhah3ja-uw5qMf7TQC .nav-link:focus {
  outline: none;
}
.sdhah3ja-uw5qMf7TQC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.sdhah3ja-uw5qMf7TQC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.sdhah3ja-uw5qMf7TQC .dropdown .dropdown-menu .dropdown-item .jpn-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.sdhah3ja-uw5qMf7TQC .dropdown .dropdown-menu .dropdown-item .jpn-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.sdhah3ja-uw5qMf7TQC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.sdhah3ja-uw5qMf7TQC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.sdhah3ja-uw5qMf7TQC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #40b0bf;
}
.sdhah3ja-uw5qMf7TQC .navbar.opened {
  transition: all 0.3s;
}
.sdhah3ja-uw5qMf7TQC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.sdhah3ja-uw5qMf7TQC .navbar .navbar-logo img {
  width: auto;
}
.sdhah3ja-uw5qMf7TQC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.sdhah3ja-uw5qMf7TQC .navbar.collapsed {
  justify-content: center;
}
.sdhah3ja-uw5qMf7TQC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.sdhah3ja-uw5qMf7TQC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .sdhah3ja-uw5qMf7TQC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.sdhah3ja-uw5qMf7TQC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.sdhah3ja-uw5qMf7TQC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.sdhah3ja-uw5qMf7TQC .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%;
}
.sdhah3ja-uw5qMf7TQC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.sdhah3ja-uw5qMf7TQC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.sdhah3ja-uw5qMf7TQC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .sdhah3ja-uw5qMf7TQC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .sdhah3ja-uw5qMf7TQC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .sdhah3ja-uw5qMf7TQC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .sdhah3ja-uw5qMf7TQC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .sdhah3ja-uw5qMf7TQC .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%;
  }
  .sdhah3ja-uw5qMf7TQC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .sdhah3ja-uw5qMf7TQC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .sdhah3ja-uw5qMf7TQC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .sdhah3ja-uw5qMf7TQC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .sdhah3ja-uw5qMf7TQC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .sdhah3ja-uw5qMf7TQC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .sdhah3ja-uw5qMf7TQC .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.sdhah3ja-uw5qMf7TQC .navbar.navbar-short {
  min-height: 60px;
}
.sdhah3ja-uw5qMf7TQC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.sdhah3ja-uw5qMf7TQC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.sdhah3ja-uw5qMf7TQC .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;
}
.sdhah3ja-uw5qMf7TQC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.sdhah3ja-uw5qMf7TQC .navbar-brand .navbar-logo a {
  outline: none;
}
.sdhah3ja-uw5qMf7TQC .dropdown-item.active,
.sdhah3ja-uw5qMf7TQC .dropdown-item:active {
  background-color: transparent;
}
.sdhah3ja-uw5qMf7TQC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.sdhah3ja-uw5qMf7TQC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.sdhah3ja-uw5qMf7TQC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.sdhah3ja-uw5qMf7TQC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #40b0bf;
}
.sdhah3ja-uw5qMf7TQC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.sdhah3ja-uw5qMf7TQC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.sdhah3ja-uw5qMf7TQC ul.navbar-nav {
  flex-wrap: wrap;
}
.sdhah3ja-uw5qMf7TQC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.sdhah3ja-uw5qMf7TQC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.sdhah3ja-uw5qMf7TQC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #491414;
}
.sdhah3ja-uw5qMf7TQC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.sdhah3ja-uw5qMf7TQC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.sdhah3ja-uw5qMf7TQC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.sdhah3ja-uw5qMf7TQC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.sdhah3ja-uw5qMf7TQC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.sdhah3ja-uw5qMf7TQC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.sdhah3ja-uw5qMf7TQC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.sdhah3ja-uw5qMf7TQC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.sdhah3ja-uw5qMf7TQC .navbar-dropdown {
  padding: 0 1rem;
}
.sdhah3ja-uw5qMf7TQC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sdhah3ja-uw5qMf7TQC .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) {
  .sdhah3ja-uw5qMf7TQC .navbar {
    height: 70px;
  }
  .sdhah3ja-uw5qMf7TQC .navbar.opened {
    height: auto;
  }
  .sdhah3ja-uw5qMf7TQC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.sdhah3ja-uw5r16nldm {
  background-image: url("../../../assets/images/main14-1024x1024.jpg");
}
.sdhah3ja-uw5r16nldm .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5r16nldm .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.sdhah3ja-uw5r16nldm .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5r16nldm .container-fluid {
    padding: 0 20px;
  }
}
.sdhah3ja-uw5r16nldm .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5r16nldm .container {
    padding: 0 20px;
  }
  .sdhah3ja-uw5r16nldm .container .row {
    padding: 0;
  }
}
.sdhah3ja-uw5r16nldm .title-wrapper .jpn-section-title {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5r16nldm .title-wrapper .jpn-section-title {
    margin-bottom: 40px;
  }
}
.sdhah3ja-uw5r16nldm .text-wrapper .jpn-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5r16nldm .text-wrapper .jpn-text {
    margin-bottom: 32px;
  }
}
.sdhah3ja-uw5r16nldm .text-wrapper .jpn-section-btn .btn .jpn-iconfont {
  color: #c6a38f;
}
.sdhah3ja-uw5r16nldm .jpn-section-title {
  color: #ffffff;
}
.sdhah3ja-uw5r16nldm .jpn-text {
  color: #ffffff;
}
.sdhah3ja-uw5rpFb0Ua {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.sdhah3ja-uw5rpFb0Ua .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5rpFb0Ua .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.sdhah3ja-uw5rpFb0Ua .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5rpFb0Ua .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .sdhah3ja-uw5rpFb0Ua .container {
    padding: 0 24px;
  }
}
.sdhah3ja-uw5rpFb0Ua .row {
  justify-content: center;
}
.sdhah3ja-uw5rpFb0Ua .content-wrapper {
  border-radius: 40px;
  background-color: #1c6771;
  padding: 64px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5rpFb0Ua .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .sdhah3ja-uw5rpFb0Ua .content-wrapper {
    padding: 32px;
  }
}
.sdhah3ja-uw5rpFb0Ua .content-wrapper .jpn-section-title {
  margin-bottom: 0;
}
.sdhah3ja-uw5rpFb0Ua .content-wrapper .jpn-text {
  margin: 16px 0 0;
}
.sdhah3ja-uw5rpFb0Ua .jpn-section-title {
  color: #ffffff;
}
.sdhah3ja-uw5rpFb0Ua .jpn-text {
  color: #ffffff;
}
.sdhah3ja-uw5rarVQO3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.sdhah3ja-uw5rarVQO3 .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5rarVQO3 .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5rarVQO3 .container {
    padding: 0 30px;
  }
}
.sdhah3ja-uw5rarVQO3 .content-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5rarVQO3 .content-wrapper {
    display: block;
  }
}
.sdhah3ja-uw5rarVQO3 .content-wrapper .card {
  justify-content: center;
}
.sdhah3ja-uw5rarVQO3 .content-wrapper .content-wrap {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
  background-color: #1c6771;
  border-radius: 0 0 2rem 0 !important;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5rarVQO3 .content-wrapper .content-wrap {
    width: 100%;
    padding: 40px 20px;
    border-radius: 0 0 2rem 0 !important;
  }
}
.sdhah3ja-uw5rarVQO3 .content-wrapper .content-wrap .jpn-section-title {
  margin-bottom: 35px;
}
.sdhah3ja-uw5rarVQO3 .content-wrapper .content-wrap .jpn-text {
  margin-bottom: 40px;
}
.sdhah3ja-uw5rarVQO3 .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5rarVQO3 .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.sdhah3ja-uw5rarVQO3 .content-wrapper .image-wrapper img {
  min-height: 630px;
  object-fit: cover;
  border-radius: 2rem 0 0 0 !important;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5rarVQO3 .content-wrapper .image-wrapper img {
    min-height: auto;
    height: 430px;
    border-radius: 2rem 0 0 0 !important;
  }
}
.sdhah3ja-uw5rarVQO3 .jpn-section-title {
  color: #144031;
}
.sdhah3ja-uw5rarVQO3 .jpn-text {
  color: #ffffff;
}
.sdhah3ja-uw5rarVQO3 .jpn-section-title,
.sdhah3ja-uw5rarVQO3 .jpn-section-btn {
  color: #ffffff;
}
.sdhah3ja-uw5r5UP9TY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c6771;
}
.sdhah3ja-uw5r5UP9TY .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5r5UP9TY .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.sdhah3ja-uw5r5UP9TY .row {
  justify-content: space-between;
}
.sdhah3ja-uw5r5UP9TY .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5r5UP9TY .content-wrapper {
    padding: 0;
  }
}
.sdhah3ja-uw5r5UP9TY .content-wrapper .jpn-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5r5UP9TY .content-wrapper .jpn-section-title {
    margin-bottom: 20px;
  }
}
.sdhah3ja-uw5r5UP9TY .content-wrapper .jpn-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5r5UP9TY .content-wrapper .jpn-text {
    margin-bottom: 20px;
  }
}
.sdhah3ja-uw5r5UP9TY .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.sdhah3ja-uw5r5UP9TY .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.sdhah3ja-uw5r5UP9TY .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.sdhah3ja-uw5r5UP9TY .content-wrapper .logo-wrapper .logo-wrap .jpn-desc {
  margin-bottom: 0;
}
.sdhah3ja-uw5r5UP9TY .jpn-section-title {
  color: #000000;
}
.sdhah3ja-uw5r5UP9TY .jpn-desc {
  color: #000000;
}
.sdhah3ja-uw5r5UP9TY .jpn-text {
  color: #ffffff;
}
.sdhah3ja-uw5r5UP9TY .jpn-section-title,
.sdhah3ja-uw5r5UP9TY .jpn-section-btn {
  color: #ffffff;
}
.sdhah3ja-uw5r9anRA7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.sdhah3ja-uw5r9anRA7 .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5r9anRA7 .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5r9anRA7 .container {
    padding: 0 30px;
  }
}
.sdhah3ja-uw5r9anRA7 .content-wrapper {
  display: flex;
  position: relative;
  padding-bottom: 180px;
  border-bottom: 1px solid #144031;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5r9anRA7 .content-wrapper {
    display: block;
  }
}
.sdhah3ja-uw5r9anRA7 .content-wrapper .card {
  justify-content: center;
}
.sdhah3ja-uw5r9anRA7 .content-wrapper .content-wrap {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5r9anRA7 .content-wrapper .content-wrap {
    width: 100%;
    padding: 40px 0 60px;
  }
}
.sdhah3ja-uw5r9anRA7 .content-wrapper .content-wrap .jpn-section-title {
  margin-bottom: 35px;
}
.sdhah3ja-uw5r9anRA7 .content-wrapper .content-wrap .jpn-text {
  margin-bottom: 40px;
}
.sdhah3ja-uw5r9anRA7 .content-wrapper .image-wrapper {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 50%;
  min-height: 630px;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5r9anRA7 .content-wrapper .image-wrapper {
    min-height: auto;
    height: 400px;
    width: 100%;
  }
}
.sdhah3ja-uw5r9anRA7 .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sdhah3ja-uw5r9anRA7 .content-wrapper .image-wrapper .list {
  position: relative;
  display: inline-block;
  max-width: 310px;
  flex-direction: column;
  width: fit-content;
  padding: 50px 30px;
  list-style-type: none;
  background-color: #eaffe2;
  border-radius: 2rem 0 2rem 0;
  margin: 50px 50px -100px 0;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5r9anRA7 .content-wrapper .image-wrapper .list {
    padding: 40px 20px;
    max-width: 100%;
    width: 100%;
    margin: 50px 0 -100px 0;
  }
}
.sdhah3ja-uw5r9anRA7 .content-wrapper .image-wrapper .list .item-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
  padding-left: 30px;
  position: relative;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5r9anRA7 .content-wrapper .image-wrapper .list .item-wrap {
    display: block;
  }
}
.sdhah3ja-uw5r9anRA7 .content-wrapper .image-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.sdhah3ja-uw5r9anRA7 .content-wrapper .image-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #22654e;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5r9anRA7 .content-wrapper .image-wrapper .list .item-wrap::before {
    top: 10px;
  }
}
.sdhah3ja-uw5r9anRA7 .jpn-section-title {
  color: #144031;
}
.sdhah3ja-uw5r9anRA7 .jpn-text {
  color: #000000;
}
.sdhah3ja-uw5r9anRA7 .list {
  color: #144031;
}
.sdhah3ja-uw5r9anRA7 .jpn-section-title,
.sdhah3ja-uw5r9anRA7 .jpn-section-btn {
  color: #000000;
}
.sdhah3ja-uw5rjsFMqi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c6771;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5rjsFMqi .container {
    padding: 0 25px;
  }
}
.sdhah3ja-uw5rjsFMqi .title-wrapper {
  margin: 25px 0;
}
.sdhah3ja-uw5rjsFMqi .title-wrapper .jpn-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5rjsFMqi .title-wrapper .jpn-section-title {
    margin-bottom: 25px;
  }
}
.sdhah3ja-uw5rjsFMqi .text-wrapper .jpn-section-subtitle {
  margin: 25px 0;
}
.sdhah3ja-uw5rjsFMqi .text-wrapper .jpn-text {
  margin-bottom: 0;
}
.sdhah3ja-uw5rjsFMqi .jpn-section-title {
  color: #ffffff;
}
.sdhah3ja-uw5rjsFMqi .jpn-section-subtitle {
  color: #ffffff;
}
.sdhah3ja-uw5rjsFMqi .jpn-text {
  color: #000000;
}
.sdhah3ja-uw5rdzFrg0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f0f0;
}
.sdhah3ja-uw5rdzFrg0 .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5rdzFrg0 .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.sdhah3ja-uw5rdzFrg0 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .sdhah3ja-uw5rdzFrg0 .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .sdhah3ja-uw5rdzFrg0 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .sdhah3ja-uw5rdzFrg0 .container {
    padding: 0 16px;
  }
}
.sdhah3ja-uw5rdzFrg0 .row {
  justify-content: space-between;
}
.sdhah3ja-uw5rdzFrg0 .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5rdzFrg0 .image-wrapper {
    margin-bottom: 48px;
  }
}
.sdhah3ja-uw5rdzFrg0 .image-wrapper img {
  height: 520px;
  object-fit: cover;
  box-shadow: 0 7px 20px #333333;
  border-radius: .5em !important;
}
.sdhah3ja-uw5rdzFrg0 .content-wrapper {
  position: relative;
}
.sdhah3ja-uw5rdzFrg0 .content-wrapper .jpn-section-title {
  margin-bottom: 32px;
}
.sdhah3ja-uw5rdzFrg0 .content-wrapper .jpn-text {
  margin-bottom: 32px;
}
.sdhah3ja-uw5rdzFrg0 .jpn-text {
  color: #333333;
}
.sdhah3ja-uw5rkVzA9j {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.sdhah3ja-uw5rkVzA9j .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5rkVzA9j .container {
  max-width: 1300px;
}
.sdhah3ja-uw5rkVzA9j .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.sdhah3ja-uw5rkVzA9j .text-wrapper {
  max-width: 700px;
  margin: auto;
}
@media (min-width: 992px) {
  .sdhah3ja-uw5rkVzA9j .text-wrapper {
    padding: 0 2rem;
  }
}
.sdhah3ja-uw5rkVzA9j .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .sdhah3ja-uw5rkVzA9j .image-wrapper {
    margin-bottom: 1rem;
  }
}
.sdhah3ja-uw5rkVzA9j .row {
  align-items: center;
}
@media (max-width: 991px) {
  .sdhah3ja-uw5rkVzA9j .image-wrapper {
    padding: 1.5rem;
  }
}
.sdhah3ja-uw5rkVzA9j .jpn-section-title {
  color: #000000;
}
.sdhah3ja-uw5rkVzA9j .jpn-text,
.sdhah3ja-uw5rkVzA9j .jpn-section-btn {
  color: #000000;
}
.sdhah3ja-uw5rhqJoU5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #1c6771;
}
.sdhah3ja-uw5rhqJoU5 .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5rhqJoU5 .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.sdhah3ja-uw5rhqJoU5 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5rhqJoU5 .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .sdhah3ja-uw5rhqJoU5 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .sdhah3ja-uw5rhqJoU5 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .sdhah3ja-uw5rhqJoU5 .container {
    padding: 0 12px;
  }
}
.sdhah3ja-uw5rhqJoU5 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5rhqJoU5 .content-wrapper {
    padding: 0 24px;
  }
}
.sdhah3ja-uw5rhqJoU5 .content-wrapper .jpn-section-title {
  margin-bottom: 22px;
}
.sdhah3ja-uw5rhqJoU5 .content-wrapper .jpn-text {
  margin-bottom: 22px;
}
.sdhah3ja-uw5rhqJoU5 .jpn-section-title {
  color: #1D1D1F;
}
.sdhah3ja-uw5rhqJoU5 .jpn-text {
  color: #ffffff;
  text-align: center;
}
.sdhah3ja-uw5rhqJoU5 .jpn-section-title,
.sdhah3ja-uw5rhqJoU5 .jpn-section-btn {
  text-align: center;
  color: #ffffff;
}
.sdhah3ja-uw5qMkMUUO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.sdhah3ja-uw5qMkMUUO .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5qMkMUUO .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.sdhah3ja-uw5qMkMUUO .content-wrap {
  padding: 60px;
  background-color: #232323;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5qMkMUUO .content-wrap {
    padding: 30px 20px;
  }
}
.sdhah3ja-uw5qMkMUUO .content-wrap .row {
  justify-content: center;
}
.sdhah3ja-uw5qMkMUUO .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5qMkMUUO .title-wrapper {
    margin-bottom: 40px;
  }
}
.sdhah3ja-uw5qMkMUUO .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.sdhah3ja-uw5qMkMUUO .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.sdhah3ja-uw5qMkMUUO .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.sdhah3ja-uw5qMkMUUO .title-wrapper .title-wrap .jpn-section-title {
  margin-bottom: 0;
}
.sdhah3ja-uw5qMkMUUO .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5qMkMUUO .nav-wrapper {
    margin-bottom: 40px;
  }
}
.sdhah3ja-uw5qMkMUUO .nav-wrapper .jpn-section-subtitle {
  margin-bottom: 20px;
}
.sdhah3ja-uw5qMkMUUO .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.sdhah3ja-uw5qMkMUUO .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.sdhah3ja-uw5qMkMUUO .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.sdhah3ja-uw5qMkMUUO .nav-wrapper .list .item-wrap:hover,
.sdhah3ja-uw5qMkMUUO .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.sdhah3ja-uw5qMkMUUO .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5qMkMUUO .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.sdhah3ja-uw5qMkMUUO .contacts-wrapper .jpn-section-subtitle {
  margin-bottom: 20px;
}
.sdhah3ja-uw5qMkMUUO .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.sdhah3ja-uw5qMkMUUO .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.sdhah3ja-uw5qMkMUUO .contacts-wrapper .list .item-wrap:hover,
.sdhah3ja-uw5qMkMUUO .contacts-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.sdhah3ja-uw5qMkMUUO .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.sdhah3ja-uw5qMkMUUO .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5qMkMUUO .social-wrapper {
    margin-bottom: 40px;
  }
}
.sdhah3ja-uw5qMkMUUO .social-wrapper .jpn-section-subtitle {
  margin-bottom: 20px;
}
.sdhah3ja-uw5qMkMUUO .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.sdhah3ja-uw5qMkMUUO .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.sdhah3ja-uw5qMkMUUO .social-wrapper .social-wrap .soc-item a:hover .jpn-iconfont,
.sdhah3ja-uw5qMkMUUO .social-wrapper .social-wrap .soc-item a:hover .jpn-iconfont {
  transform: scale(1.1);
}
.sdhah3ja-uw5qMkMUUO .social-wrapper .social-wrap .soc-item a .jpn-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.sdhah3ja-uw5qMkMUUO .jpn-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #ffffff;
  text-align: center;
}
.sdhah3ja-uw5qMkMUUO .jpn-section-title {
  color: #ed463f;
}
.sdhah3ja-uw5qMkMUUO .jpn-section-subtitle {
  color: #ffffff;
}
.sdhah3ja-uw5qMkMUUO .list {
  color: #404349;
}
.sdhah3ja-uw5qMkMUUO .jpn-section-title,
.sdhah3ja-uw5qMkMUUO .title-wrapper {
  color: #ffffff;
}
.sdhah3ja-uw5qMkMUUO .list,
.sdhah3ja-uw5qMkMUUO .item-wrap {
  color: #ffffff;
}
.sdhah3ja-uw5rupNY4X .navbar-dropdown {
  position: relative !important;
}
.sdhah3ja-uw5rupNY4X .dropdown-item:before {
  font-family: ourjapanpensionn2 !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;
}
.sdhah3ja-uw5rupNY4X .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.sdhah3ja-uw5rupNY4X .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.sdhah3ja-uw5rupNY4X .dropdown-item:hover,
.sdhah3ja-uw5rupNY4X .dropdown-item:focus {
  background: #491414 !important;
  color: white !important;
}
.sdhah3ja-uw5rupNY4X .dropdown-item:hover span {
  color: white;
}
.sdhah3ja-uw5rupNY4X .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.sdhah3ja-uw5rupNY4X .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.sdhah3ja-uw5rupNY4X .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.sdhah3ja-uw5rupNY4X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.sdhah3ja-uw5rupNY4X .nav-link {
  position: relative;
}
.sdhah3ja-uw5rupNY4X .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .sdhah3ja-uw5rupNY4X .container {
    flex-wrap: nowrap;
  }
}
.sdhah3ja-uw5rupNY4X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.sdhah3ja-uw5rupNY4X .dropdown-menu,
.sdhah3ja-uw5rupNY4X .navbar.opened {
  background: #40b0bf !important;
}
.sdhah3ja-uw5rupNY4X .nav-item:focus,
.sdhah3ja-uw5rupNY4X .nav-link:focus {
  outline: none;
}
.sdhah3ja-uw5rupNY4X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.sdhah3ja-uw5rupNY4X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.sdhah3ja-uw5rupNY4X .dropdown .dropdown-menu .dropdown-item .jpn-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.sdhah3ja-uw5rupNY4X .dropdown .dropdown-menu .dropdown-item .jpn-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.sdhah3ja-uw5rupNY4X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.sdhah3ja-uw5rupNY4X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.sdhah3ja-uw5rupNY4X .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #40b0bf;
}
.sdhah3ja-uw5rupNY4X .navbar.opened {
  transition: all 0.3s;
}
.sdhah3ja-uw5rupNY4X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.sdhah3ja-uw5rupNY4X .navbar .navbar-logo img {
  width: auto;
}
.sdhah3ja-uw5rupNY4X .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.sdhah3ja-uw5rupNY4X .navbar.collapsed {
  justify-content: center;
}
.sdhah3ja-uw5rupNY4X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.sdhah3ja-uw5rupNY4X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .sdhah3ja-uw5rupNY4X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.sdhah3ja-uw5rupNY4X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.sdhah3ja-uw5rupNY4X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.sdhah3ja-uw5rupNY4X .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%;
}
.sdhah3ja-uw5rupNY4X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.sdhah3ja-uw5rupNY4X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.sdhah3ja-uw5rupNY4X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .sdhah3ja-uw5rupNY4X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .sdhah3ja-uw5rupNY4X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .sdhah3ja-uw5rupNY4X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .sdhah3ja-uw5rupNY4X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .sdhah3ja-uw5rupNY4X .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%;
  }
  .sdhah3ja-uw5rupNY4X .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .sdhah3ja-uw5rupNY4X .navbar ul.navbar-nav li {
    margin: auto;
  }
  .sdhah3ja-uw5rupNY4X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .sdhah3ja-uw5rupNY4X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .sdhah3ja-uw5rupNY4X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .sdhah3ja-uw5rupNY4X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .sdhah3ja-uw5rupNY4X .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.sdhah3ja-uw5rupNY4X .navbar.navbar-short {
  min-height: 60px;
}
.sdhah3ja-uw5rupNY4X .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.sdhah3ja-uw5rupNY4X .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.sdhah3ja-uw5rupNY4X .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;
}
.sdhah3ja-uw5rupNY4X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.sdhah3ja-uw5rupNY4X .navbar-brand .navbar-logo a {
  outline: none;
}
.sdhah3ja-uw5rupNY4X .dropdown-item.active,
.sdhah3ja-uw5rupNY4X .dropdown-item:active {
  background-color: transparent;
}
.sdhah3ja-uw5rupNY4X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.sdhah3ja-uw5rupNY4X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.sdhah3ja-uw5rupNY4X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.sdhah3ja-uw5rupNY4X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #40b0bf;
}
.sdhah3ja-uw5rupNY4X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.sdhah3ja-uw5rupNY4X .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.sdhah3ja-uw5rupNY4X ul.navbar-nav {
  flex-wrap: wrap;
}
.sdhah3ja-uw5rupNY4X .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.sdhah3ja-uw5rupNY4X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.sdhah3ja-uw5rupNY4X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #491414;
}
.sdhah3ja-uw5rupNY4X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.sdhah3ja-uw5rupNY4X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.sdhah3ja-uw5rupNY4X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.sdhah3ja-uw5rupNY4X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.sdhah3ja-uw5rupNY4X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.sdhah3ja-uw5rupNY4X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.sdhah3ja-uw5rupNY4X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.sdhah3ja-uw5rupNY4X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.sdhah3ja-uw5rupNY4X .navbar-dropdown {
  padding: 0 1rem;
}
.sdhah3ja-uw5rupNY4X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sdhah3ja-uw5rupNY4X .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) {
  .sdhah3ja-uw5rupNY4X .navbar {
    height: 70px;
  }
  .sdhah3ja-uw5rupNY4X .navbar.opened {
    height: auto;
  }
  .sdhah3ja-uw5rupNY4X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.sdhah3ja-uw5rzAjPnd {
  overflow: hidden;
  background-image: url("../../../assets/images/main24-1024x1024.jpg");
}
.sdhah3ja-uw5rzAjPnd .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5rzAjPnd .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.sdhah3ja-uw5rzAjPnd .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5rzAjPnd .content-wrapper {
    height: auto;
    margin-bottom: 35px;
  }
}
.sdhah3ja-uw5rzAjPnd .content-wrapper .title-wrapper {
  margin-bottom: 300px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5rzAjPnd .content-wrapper .title-wrapper {
    margin-bottom: 35px;
  }
}
.sdhah3ja-uw5rzAjPnd .content-wrapper .title-wrapper .jpn-section-title {
  margin-bottom: 10px;
}
.sdhah3ja-uw5rzAjPnd .content-wrapper .text-wrapper .jpn-text {
  display: inline-flex;
  width: 40%;
  margin: 10px 0 0 0;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5rzAjPnd .content-wrapper .text-wrapper .jpn-text {
    width: 100%;
  }
}
.sdhah3ja-uw5rzAjPnd .jpn-section-title {
  color: #000000;
}
.sdhah3ja-uw5rzAjPnd .jpn-text {
  color: #000000;
}
.sdhah3ja-uw5rGTa8pL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ecede8;
}
.sdhah3ja-uw5rGTa8pL .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5rGTa8pL .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.sdhah3ja-uw5rGTa8pL .text-wrapper {
  border-left: 4px solid #1d5356;
  padding-left: 2rem;
}
@media (max-width: 767px) {
  .sdhah3ja-uw5rGTa8pL .text-wrapper {
    padding-left: 0rem;
    border-left: 0;
  }
}
.sdhah3ja-uw5rGTa8pL .image-wrapper {
  position: relative;
  padding: 2rem;
}
@media (max-width: 767px) {
  .sdhah3ja-uw5rGTa8pL .image-wrapper {
    padding: 1rem;
  }
}
.sdhah3ja-uw5rGTa8pL .image-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  transform: rotate(-2deg);
  top: 0;
  width: 100%;
  height: 100%;
  border: 6px solid #1d5356;
  opacity: 0.8;
  border-radius: 3rem;
}
.sdhah3ja-uw5rGTa8pL .image-wrapper img {
  transform: rotate(2deg);
  border-radius: 3rem;
}
.sdhah3ja-uw5rGTa8pL .row {
  flex-direction: row-reverse;
}
.sdhah3ja-uw5rGTa8pL .row {
  align-items: center;
}
.sdhah3ja-uw5rGTa8pL .jpn-section-title {
  color: #000000;
}
.sdhah3ja-uw5rGTa8pL .jpn-text,
.sdhah3ja-uw5rGTa8pL .jpn-section-btn {
  color: #000000;
}
.sdhah3ja-uw5rGTa8pL .jpn-section-subtitle {
  color: #491414;
}
.sdhah3ja-uw5rLuLA7Y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c6771;
}
.sdhah3ja-uw5rLuLA7Y .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5rLuLA7Y .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5rLuLA7Y .container {
    padding: 0 15px;
  }
}
.sdhah3ja-uw5rLuLA7Y .row {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5rLuLA7Y .desc-wrapper {
    margin-bottom: 40px;
  }
}
.sdhah3ja-uw5rLuLA7Y .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) {
  .sdhah3ja-uw5rLuLA7Y .desc-wrapper .jpn-desc {
    transform: rotate(0);
    writing-mode: inherit;
    padding-top: 0;
    width: 100%;
    display: block;
  }
}
.sdhah3ja-uw5rLuLA7Y .desc-wrapper .jpn-desc::before {
  content: '';
  position: absolute;
  top: 5rem;
  left: -5rem;
  width: 190px;
  height: 1px;
  background-color: #ffffff;
  transform: rotate(90deg);
}
@media (max-width: 992px) {
  .sdhah3ja-uw5rLuLA7Y .desc-wrapper .jpn-desc::before {
    display: none;
  }
}
.sdhah3ja-uw5rLuLA7Y .text-wrapper .jpn-text {
  margin-bottom: 0;
}
.sdhah3ja-uw5rLuLA7Y .jpn-desc {
  color: #30262b;
}
.sdhah3ja-uw5rLuLA7Y .jpn-text {
  color: #ffffff;
}
.sdhah3ja-uw5rLuLA7Y .jpn-desc,
.sdhah3ja-uw5rLuLA7Y .desc-wrapper {
  color: #ffffff;
}
.sdhah3ja-uw5rHqMtaK {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/main22-1024x1024.jpg");
}
.sdhah3ja-uw5rHqMtaK .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5rHqMtaK .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .sdhah3ja-uw5rHqMtaK .col {
    width: 60%;
  }
}
@media (min-width: 1400px) {
  .sdhah3ja-uw5rHqMtaK .col {
    width: 40%;
  }
}
.sdhah3ja-uw5rHqMtaK .card-wrapper {
  padding: 4rem;
  border-radius: 3rem;
  position: relative;
}
@media (max-width: 767px) {
  .sdhah3ja-uw5rHqMtaK .card-wrapper {
    padding: 1rem;
    border-radius: 1rem;
  }
}
.sdhah3ja-uw5rHqMtaK .card-wrapper h1,
.sdhah3ja-uw5rHqMtaK .card-wrapper h2,
.sdhah3ja-uw5rHqMtaK .card-wrapper p,
.sdhah3ja-uw5rHqMtaK .card-wrapper .jpn-section-btn {
  position: relative;
}
.sdhah3ja-uw5rHqMtaK .card-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ecede8;
  opacity: 1;
}
.sdhah3ja-uw5rHqMtaK .jpn-section-title {
  color: #000000;
}
.sdhah3ja-uw5rHqMtaK .jpn-section-subtitle {
  color: #491414;
}
.sdhah3ja-uw5rHqMtaK .jpn-text,
.sdhah3ja-uw5rHqMtaK .jpn-section-btn {
  color: #000000;
}
.sdhah3ja-uw5rNlbtxy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #1c6771;
}
.sdhah3ja-uw5rNlbtxy .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%);
}
.sdhah3ja-uw5rNlbtxy .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%);
}
.sdhah3ja-uw5rNlbtxy .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5rNlbtxy .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5rNlbtxy .container {
    padding: 0 30px;
  }
}
.sdhah3ja-uw5rNlbtxy .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.sdhah3ja-uw5rNlbtxy .title-wrapper .jpn-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5rNlbtxy .title-wrapper .jpn-section-title {
    margin-bottom: 30px;
  }
}
.sdhah3ja-uw5rNlbtxy .text-wrapper {
  border-left: 1px solid #c7fcb5;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5rNlbtxy .text-wrapper {
    padding-left: 20px;
  }
}
.sdhah3ja-uw5rNlbtxy .text-wrapper .jpn-text {
  margin-bottom: 0;
}
.sdhah3ja-uw5rNlbtxy .jpn-section-title {
  color: #ffffff;
}
.sdhah3ja-uw5rNlbtxy .jpn-text {
  color: #ffffff;
}
.sdhah3ja-uw5rNPaL46 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.sdhah3ja-uw5rNPaL46 .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5rNPaL46 .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5rNPaL46 .container {
    padding: 0 15px;
  }
}
.sdhah3ja-uw5rNPaL46 .content-wrapper {
  position: relative;
}
.sdhah3ja-uw5rNPaL46 .content-wrapper .jpn-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5rNPaL46 .content-wrapper .jpn-section-title {
    margin-bottom: 40px;
  }
}
.sdhah3ja-uw5rNPaL46 .content-wrapper .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5rNPaL46 .content-wrapper .content-wrap {
    display: block;
  }
}
.sdhah3ja-uw5rNPaL46 .content-wrapper .content-wrap .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5rNPaL46 .content-wrapper .content-wrap .text-wrapper {
    width: 100%;
    margin-bottom: 60px;
  }
}
.sdhah3ja-uw5rNPaL46 .content-wrapper .content-wrap .text-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.sdhah3ja-uw5rNPaL46 .content-wrapper .content-wrap .text-wrapper .icon-wrapper .jpn-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #68707c;
}
.sdhah3ja-uw5rNPaL46 .content-wrapper .content-wrap .text-wrapper .jpn-text {
  margin-bottom: 0;
}
.sdhah3ja-uw5rNPaL46 .content-wrapper .content-wrap .image-wrapper {
  position: relative;
  width: 40%;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5rNPaL46 .content-wrapper .content-wrap .image-wrapper {
    width: 100%;
  }
}
.sdhah3ja-uw5rNPaL46 .content-wrapper .content-wrap .image-wrapper .decor-wrap {
  position: absolute;
  top: -5%;
  left: 0;
  height: 25%;
  width: 65%;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
.sdhah3ja-uw5rNPaL46 .content-wrapper .content-wrap .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 660px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5rNPaL46 .content-wrapper .content-wrap .image-wrapper img {
    height: 350px;
  }
}
.sdhah3ja-uw5rNPaL46 .jpn-text {
  color: #f7f5f6;
}
.sdhah3ja-uw5rNPaL46 .jpn-section-title {
  color: #000000;
}
.sdhah3ja-uw5rNPaL46 .jpn-text,
.sdhah3ja-uw5rNPaL46 .icon-wrapper {
  color: #000000;
}
.sdhah3ja-uw5rUKdaRa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c6771;
  overflow: hidden;
}
.sdhah3ja-uw5rUKdaRa .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5rUKdaRa .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5rUKdaRa .container {
    padding: 0 30px;
  }
}
.sdhah3ja-uw5rUKdaRa .card {
  justify-content: center;
}
.sdhah3ja-uw5rUKdaRa .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .sdhah3ja-uw5rUKdaRa .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .sdhah3ja-uw5rUKdaRa .content-wrapper {
    padding: 0;
  }
}
.sdhah3ja-uw5rUKdaRa .content-wrapper .desc-wrapper .jpn-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5rUKdaRa .content-wrapper .desc-wrapper .jpn-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.sdhah3ja-uw5rUKdaRa .content-wrapper .desc-wrapper .jpn-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #254b45;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5rUKdaRa .content-wrapper .desc-wrapper .jpn-desc::before {
    width: 40px;
  }
}
.sdhah3ja-uw5rUKdaRa .content-wrapper .jpn-section-title {
  margin-bottom: 40px;
}
.sdhah3ja-uw5rUKdaRa .content-wrapper .jpn-text {
  margin-bottom: 30px;
}
.sdhah3ja-uw5rUKdaRa .jpn-desc {
  color: #254b45;
}
.sdhah3ja-uw5rUKdaRa .jpn-section-title {
  color: #254b45;
}
.sdhah3ja-uw5rUKdaRa .jpn-text {
  color: #ffffff;
}
.sdhah3ja-uw5rUKdaRa .jpn-section-title,
.sdhah3ja-uw5rUKdaRa .jpn-section-btn {
  color: #ffffff;
}
.sdhah3ja-uw5rPJ5ql9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.sdhah3ja-uw5rPJ5ql9 .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5rPJ5ql9 .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5rPJ5ql9 .container {
    padding: 0 30px;
  }
}
.sdhah3ja-uw5rPJ5ql9 .content-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5rPJ5ql9 .content-wrapper {
    display: block;
  }
}
.sdhah3ja-uw5rPJ5ql9 .content-wrapper .card {
  justify-content: center;
}
.sdhah3ja-uw5rPJ5ql9 .content-wrapper .content-wrap {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
  background-color: #1c6771;
  border-radius: 0 0 2rem 0 !important;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5rPJ5ql9 .content-wrapper .content-wrap {
    width: 100%;
    padding: 40px 20px;
    border-radius: 0 0 2rem 0 !important;
  }
}
.sdhah3ja-uw5rPJ5ql9 .content-wrapper .content-wrap .jpn-section-title {
  margin-bottom: 35px;
}
.sdhah3ja-uw5rPJ5ql9 .content-wrapper .content-wrap .jpn-text {
  margin-bottom: 40px;
}
.sdhah3ja-uw5rPJ5ql9 .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5rPJ5ql9 .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.sdhah3ja-uw5rPJ5ql9 .content-wrapper .image-wrapper img {
  min-height: 630px;
  object-fit: cover;
  border-radius: 2rem 0 0 0 !important;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5rPJ5ql9 .content-wrapper .image-wrapper img {
    min-height: auto;
    height: 430px;
    border-radius: 2rem 0 0 0 !important;
  }
}
.sdhah3ja-uw5rPJ5ql9 .jpn-section-title {
  color: #144031;
}
.sdhah3ja-uw5rPJ5ql9 .jpn-text {
  color: #ffffff;
}
.sdhah3ja-uw5rPJ5ql9 .jpn-section-title,
.sdhah3ja-uw5rPJ5ql9 .jpn-section-btn {
  color: #ffffff;
}
.sdhah3ja-uw5rV9Jg1T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c6771;
  overflow: hidden;
}
.sdhah3ja-uw5rV9Jg1T .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5rV9Jg1T .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5rV9Jg1T .container {
    padding: 0 30px;
  }
}
.sdhah3ja-uw5rV9Jg1T .card {
  justify-content: center;
}
.sdhah3ja-uw5rV9Jg1T .content-wrapper {
  padding: 0 240px;
}
@media (max-width: 1440px) {
  .sdhah3ja-uw5rV9Jg1T .content-wrapper {
    padding: 0 120px;
  }
}
@media (max-width: 992px) {
  .sdhah3ja-uw5rV9Jg1T .content-wrapper {
    padding: 0;
  }
}
.sdhah3ja-uw5rV9Jg1T .content-wrapper .icon-wrapper {
  margin-bottom: 24px;
}
.sdhah3ja-uw5rV9Jg1T .content-wrapper .icon-wrapper .jpn-iconfont {
  display: inline-flex;
  font-size: 54px;
  color: #dddddd;
}
.sdhah3ja-uw5rV9Jg1T .content-wrapper .jpn-text {
  position: relative;
  padding-bottom: 60px;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 50px;
}
.sdhah3ja-uw5rV9Jg1T .content-wrapper .jpn-text::before {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5rV9Jg1T .content-wrapper .jpn-text {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}
.sdhah3ja-uw5rV9Jg1T .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5rV9Jg1T .content-wrapper .person-wrapper .person-wrap {
    display: block;
  }
}
.sdhah3ja-uw5rV9Jg1T .content-wrapper .person-wrapper .person-wrap img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  margin-right: 30px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5rV9Jg1T .content-wrapper .person-wrapper .person-wrap img {
    margin: 0 0 20px 0;
  }
}
.sdhah3ja-uw5rV9Jg1T .content-wrapper .person-wrapper .person-wrap .name-wrapper .jpn-name {
  margin-bottom: 2px;
}
.sdhah3ja-uw5rV9Jg1T .content-wrapper .person-wrapper .person-wrap .name-wrapper .jpn-role {
  margin-bottom: 0;
  font-weight: 300;
}
.sdhah3ja-uw5rV9Jg1T .jpn-text {
  color: #254b45;
}
.sdhah3ja-uw5rV9Jg1T .jpn-name {
  color: #254b45;
}
.sdhah3ja-uw5rV9Jg1T .jpn-role {
  color: #254b45;
}
.sdhah3ja-uw5rV9Jg1T .jpn-text,
.sdhah3ja-uw5rV9Jg1T .icon-wrapper {
  color: #ffffff;
}
.sdhah3ja-uw5rYZVewX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eaeaea;
}
.sdhah3ja-uw5rYZVewX .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5rYZVewX .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.sdhah3ja-uw5rYZVewX .container-fluid {
  padding: 0;
}
@media (max-width: 1440px) {
  .sdhah3ja-uw5rYZVewX .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .sdhah3ja-uw5rYZVewX .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .sdhah3ja-uw5rYZVewX .container {
    padding: 0 16px;
  }
}
.sdhah3ja-uw5rYZVewX .image-wrapper {
  height: 100%;
}
.sdhah3ja-uw5rYZVewX .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5rYZVewX .image-wrapper img {
    height: 400px;
    margin: 32px 0;
    border-radius: .3rem !important;
  }
}
.sdhah3ja-uw5rYZVewX .content-wrapper {
  padding: 150px 150px 150px 32px ;
  padding: 150px 32px 150px 150px;
}
@media (max-width: 1440px) {
  .sdhah3ja-uw5rYZVewX .content-wrapper {
    padding: 150px 32px 150px 96px;
  }
}
@media (max-width: 992px) {
  .sdhah3ja-uw5rYZVewX .content-wrapper {
    padding: 0 0 48px 0;
  }
}
@media (max-width: 1440px) {
  .sdhah3ja-uw5rYZVewX .content-wrapper {
    padding: 150px 96px 150px 32px;
  }
}
@media (max-width: 992px) {
  .sdhah3ja-uw5rYZVewX .content-wrapper {
    padding: 0 0 48px 0;
  }
}
.sdhah3ja-uw5rYZVewX .content-wrapper .jpn-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5rYZVewX .content-wrapper .jpn-section-title {
    margin-bottom: 16px;
  }
}
.sdhah3ja-uw5rYZVewX .content-wrapper .jpn-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5rYZVewX .content-wrapper .jpn-text {
    margin-bottom: 16px;
  }
}
.sdhah3ja-uw5rYZVewX .jpn-section-title {
  color: #1c1c1c;
}
.sdhah3ja-uw5rYZVewX .jpn-text {
  color: #1c1c1c;
}
.sdhah3ja-uw5ruu5lMT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.sdhah3ja-uw5ruu5lMT .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5ruu5lMT .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.sdhah3ja-uw5ruu5lMT .content-wrap {
  padding: 60px;
  background-color: #232323;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5ruu5lMT .content-wrap {
    padding: 30px 20px;
  }
}
.sdhah3ja-uw5ruu5lMT .content-wrap .row {
  justify-content: center;
}
.sdhah3ja-uw5ruu5lMT .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5ruu5lMT .title-wrapper {
    margin-bottom: 40px;
  }
}
.sdhah3ja-uw5ruu5lMT .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.sdhah3ja-uw5ruu5lMT .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.sdhah3ja-uw5ruu5lMT .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.sdhah3ja-uw5ruu5lMT .title-wrapper .title-wrap .jpn-section-title {
  margin-bottom: 0;
}
.sdhah3ja-uw5ruu5lMT .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5ruu5lMT .nav-wrapper {
    margin-bottom: 40px;
  }
}
.sdhah3ja-uw5ruu5lMT .nav-wrapper .jpn-section-subtitle {
  margin-bottom: 20px;
}
.sdhah3ja-uw5ruu5lMT .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.sdhah3ja-uw5ruu5lMT .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.sdhah3ja-uw5ruu5lMT .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.sdhah3ja-uw5ruu5lMT .nav-wrapper .list .item-wrap:hover,
.sdhah3ja-uw5ruu5lMT .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.sdhah3ja-uw5ruu5lMT .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5ruu5lMT .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.sdhah3ja-uw5ruu5lMT .contacts-wrapper .jpn-section-subtitle {
  margin-bottom: 20px;
}
.sdhah3ja-uw5ruu5lMT .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.sdhah3ja-uw5ruu5lMT .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.sdhah3ja-uw5ruu5lMT .contacts-wrapper .list .item-wrap:hover,
.sdhah3ja-uw5ruu5lMT .contacts-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.sdhah3ja-uw5ruu5lMT .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.sdhah3ja-uw5ruu5lMT .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5ruu5lMT .social-wrapper {
    margin-bottom: 40px;
  }
}
.sdhah3ja-uw5ruu5lMT .social-wrapper .jpn-section-subtitle {
  margin-bottom: 20px;
}
.sdhah3ja-uw5ruu5lMT .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.sdhah3ja-uw5ruu5lMT .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.sdhah3ja-uw5ruu5lMT .social-wrapper .social-wrap .soc-item a:hover .jpn-iconfont,
.sdhah3ja-uw5ruu5lMT .social-wrapper .social-wrap .soc-item a:hover .jpn-iconfont {
  transform: scale(1.1);
}
.sdhah3ja-uw5ruu5lMT .social-wrapper .social-wrap .soc-item a .jpn-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.sdhah3ja-uw5ruu5lMT .jpn-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #ffffff;
  text-align: center;
}
.sdhah3ja-uw5ruu5lMT .jpn-section-title {
  color: #ed463f;
}
.sdhah3ja-uw5ruu5lMT .jpn-section-subtitle {
  color: #ffffff;
}
.sdhah3ja-uw5ruu5lMT .list {
  color: #404349;
}
.sdhah3ja-uw5ruu5lMT .jpn-section-title,
.sdhah3ja-uw5ruu5lMT .title-wrapper {
  color: #ffffff;
}
.sdhah3ja-uw5ruu5lMT .list,
.sdhah3ja-uw5ruu5lMT .item-wrap {
  color: #ffffff;
}
.sdhah3ja-uw5s5QltaF .navbar-dropdown {
  position: relative !important;
}
.sdhah3ja-uw5s5QltaF .dropdown-item:before {
  font-family: ourjapanpensionn2 !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;
}
.sdhah3ja-uw5s5QltaF .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.sdhah3ja-uw5s5QltaF .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.sdhah3ja-uw5s5QltaF .dropdown-item:hover,
.sdhah3ja-uw5s5QltaF .dropdown-item:focus {
  background: #491414 !important;
  color: white !important;
}
.sdhah3ja-uw5s5QltaF .dropdown-item:hover span {
  color: white;
}
.sdhah3ja-uw5s5QltaF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.sdhah3ja-uw5s5QltaF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.sdhah3ja-uw5s5QltaF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.sdhah3ja-uw5s5QltaF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.sdhah3ja-uw5s5QltaF .nav-link {
  position: relative;
}
.sdhah3ja-uw5s5QltaF .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .sdhah3ja-uw5s5QltaF .container {
    flex-wrap: nowrap;
  }
}
.sdhah3ja-uw5s5QltaF .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.sdhah3ja-uw5s5QltaF .dropdown-menu,
.sdhah3ja-uw5s5QltaF .navbar.opened {
  background: #40b0bf !important;
}
.sdhah3ja-uw5s5QltaF .nav-item:focus,
.sdhah3ja-uw5s5QltaF .nav-link:focus {
  outline: none;
}
.sdhah3ja-uw5s5QltaF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.sdhah3ja-uw5s5QltaF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.sdhah3ja-uw5s5QltaF .dropdown .dropdown-menu .dropdown-item .jpn-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.sdhah3ja-uw5s5QltaF .dropdown .dropdown-menu .dropdown-item .jpn-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.sdhah3ja-uw5s5QltaF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.sdhah3ja-uw5s5QltaF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.sdhah3ja-uw5s5QltaF .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #40b0bf;
}
.sdhah3ja-uw5s5QltaF .navbar.opened {
  transition: all 0.3s;
}
.sdhah3ja-uw5s5QltaF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.sdhah3ja-uw5s5QltaF .navbar .navbar-logo img {
  width: auto;
}
.sdhah3ja-uw5s5QltaF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.sdhah3ja-uw5s5QltaF .navbar.collapsed {
  justify-content: center;
}
.sdhah3ja-uw5s5QltaF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.sdhah3ja-uw5s5QltaF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .sdhah3ja-uw5s5QltaF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.sdhah3ja-uw5s5QltaF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.sdhah3ja-uw5s5QltaF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.sdhah3ja-uw5s5QltaF .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%;
}
.sdhah3ja-uw5s5QltaF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.sdhah3ja-uw5s5QltaF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.sdhah3ja-uw5s5QltaF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .sdhah3ja-uw5s5QltaF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .sdhah3ja-uw5s5QltaF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .sdhah3ja-uw5s5QltaF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .sdhah3ja-uw5s5QltaF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .sdhah3ja-uw5s5QltaF .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%;
  }
  .sdhah3ja-uw5s5QltaF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .sdhah3ja-uw5s5QltaF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .sdhah3ja-uw5s5QltaF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .sdhah3ja-uw5s5QltaF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .sdhah3ja-uw5s5QltaF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .sdhah3ja-uw5s5QltaF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .sdhah3ja-uw5s5QltaF .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.sdhah3ja-uw5s5QltaF .navbar.navbar-short {
  min-height: 60px;
}
.sdhah3ja-uw5s5QltaF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.sdhah3ja-uw5s5QltaF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.sdhah3ja-uw5s5QltaF .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;
}
.sdhah3ja-uw5s5QltaF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.sdhah3ja-uw5s5QltaF .navbar-brand .navbar-logo a {
  outline: none;
}
.sdhah3ja-uw5s5QltaF .dropdown-item.active,
.sdhah3ja-uw5s5QltaF .dropdown-item:active {
  background-color: transparent;
}
.sdhah3ja-uw5s5QltaF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.sdhah3ja-uw5s5QltaF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.sdhah3ja-uw5s5QltaF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.sdhah3ja-uw5s5QltaF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #40b0bf;
}
.sdhah3ja-uw5s5QltaF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.sdhah3ja-uw5s5QltaF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.sdhah3ja-uw5s5QltaF ul.navbar-nav {
  flex-wrap: wrap;
}
.sdhah3ja-uw5s5QltaF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.sdhah3ja-uw5s5QltaF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.sdhah3ja-uw5s5QltaF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #491414;
}
.sdhah3ja-uw5s5QltaF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.sdhah3ja-uw5s5QltaF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.sdhah3ja-uw5s5QltaF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.sdhah3ja-uw5s5QltaF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.sdhah3ja-uw5s5QltaF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.sdhah3ja-uw5s5QltaF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.sdhah3ja-uw5s5QltaF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.sdhah3ja-uw5s5QltaF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.sdhah3ja-uw5s5QltaF .navbar-dropdown {
  padding: 0 1rem;
}
.sdhah3ja-uw5s5QltaF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sdhah3ja-uw5s5QltaF .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) {
  .sdhah3ja-uw5s5QltaF .navbar {
    height: 70px;
  }
  .sdhah3ja-uw5s5QltaF .navbar.opened {
    height: auto;
  }
  .sdhah3ja-uw5s5QltaF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.sdhah3ja-uw5sjXUNBU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/main25-1024x1024.jpg");
}
.sdhah3ja-uw5sjXUNBU .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5sjXUNBU .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5sjXUNBU .container {
    padding: 0 30px;
  }
}
.sdhah3ja-uw5sjXUNBU .row {
  justify-content: center;
}
.sdhah3ja-uw5sjXUNBU .content-wrapper {
  padding: 170px 0;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5sjXUNBU .content-wrapper {
    padding: 80px 0;
  }
}
.sdhah3ja-uw5sjXUNBU .content-wrapper .jpn-desc {
  margin-bottom: 30px;
}
.sdhah3ja-uw5sjXUNBU .content-wrapper .jpn-section-title {
  margin-bottom: 30px;
}
.sdhah3ja-uw5sjXUNBU .content-wrapper .jpn-text {
  margin-bottom: 20px;
}
.sdhah3ja-uw5sjXUNBU .jpn-desc {
  color: #ffffff;
}
.sdhah3ja-uw5sjXUNBU .jpn-section-title {
  color: #ffffff;
}
.sdhah3ja-uw5sjXUNBU .jpn-text {
  color: #ffffff;
}
.sdhah3ja-uw5smUbTmP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.sdhah3ja-uw5smUbTmP .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5smUbTmP .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.sdhah3ja-uw5smUbTmP .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5smUbTmP .content-wrapper {
    display: block;
    padding: 0;
  }
}
.sdhah3ja-uw5smUbTmP .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5smUbTmP .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.sdhah3ja-uw5smUbTmP .content-wrapper .title-wrapper .jpn-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5smUbTmP .content-wrapper .title-wrapper .jpn-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.sdhah3ja-uw5smUbTmP .content-wrapper .title-wrapper .jpn-text {
  margin-bottom: 0;
}
.sdhah3ja-uw5smUbTmP .content-wrapper .title-wrapper .jpn-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5smUbTmP .content-wrapper .title-wrapper .jpn-section-btn {
    margin-top: 16px;
  }
}
.sdhah3ja-uw5smUbTmP .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) {
  .sdhah3ja-uw5smUbTmP .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.sdhah3ja-uw5smUbTmP .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.sdhah3ja-uw5smUbTmP .jpn-section-title {
  color: #050f0f;
}
.sdhah3ja-uw5smUbTmP .jpn-text {
  color: #050f0f;
}
.sdhah3ja-uw5soPywkn {
  background-image: url("../../../assets/images/main27-1024x1024.jpg");
}
.sdhah3ja-uw5soPywkn .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5soPywkn .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.sdhah3ja-uw5soPywkn .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5soPywkn .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .sdhah3ja-uw5soPywkn .container {
    padding: 0 20px;
  }
}
.sdhah3ja-uw5soPywkn .row {
  justify-content: center;
}
.sdhah3ja-uw5soPywkn .content-wrapper .jpn-desc {
  margin-bottom: 25px;
}
.sdhah3ja-uw5soPywkn .content-wrapper .jpn-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5soPywkn .content-wrapper .jpn-section-title {
    margin-bottom: 40px;
  }
}
.sdhah3ja-uw5soPywkn .content-wrapper .text-wrapper {
  padding-left: 216px;
}
@media (max-width: 1440px) {
  .sdhah3ja-uw5soPywkn .content-wrapper .text-wrapper {
    padding-left: 100px;
  }
}
@media (max-width: 1200px) {
  .sdhah3ja-uw5soPywkn .content-wrapper .text-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .sdhah3ja-uw5soPywkn .content-wrapper .text-wrapper {
    padding-left: 0;
  }
}
.sdhah3ja-uw5soPywkn .content-wrapper .text-wrapper .jpn-text {
  display: inline-flex;
  width: 75%;
  margin-bottom: 0;
}
.sdhah3ja-uw5soPywkn .jpn-desc {
  color: #ffffff;
}
.sdhah3ja-uw5soPywkn .jpn-section-title {
  color: #ffffff;
}
.sdhah3ja-uw5soPywkn .jpn-text {
  color: #ffffff;
}
.sdhah3ja-uw5sqeap0p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c6771;
}
.sdhah3ja-uw5sqeap0p .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5sqeap0p .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5sqeap0p .container {
    padding: 0 15px;
  }
}
.sdhah3ja-uw5sqeap0p .row {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5sqeap0p .desc-wrapper {
    margin-bottom: 40px;
  }
}
.sdhah3ja-uw5sqeap0p .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) {
  .sdhah3ja-uw5sqeap0p .desc-wrapper .jpn-desc {
    transform: rotate(0);
    writing-mode: inherit;
    padding-top: 0;
    width: 100%;
    display: block;
  }
}
.sdhah3ja-uw5sqeap0p .desc-wrapper .jpn-desc::before {
  content: '';
  position: absolute;
  top: 5rem;
  left: -5rem;
  width: 190px;
  height: 1px;
  background-color: #ffffff;
  transform: rotate(90deg);
}
@media (max-width: 992px) {
  .sdhah3ja-uw5sqeap0p .desc-wrapper .jpn-desc::before {
    display: none;
  }
}
.sdhah3ja-uw5sqeap0p .text-wrapper .jpn-text {
  margin-bottom: 0;
}
.sdhah3ja-uw5sqeap0p .jpn-desc {
  color: #30262b;
}
.sdhah3ja-uw5sqeap0p .jpn-text {
  color: #ffffff;
}
.sdhah3ja-uw5sqeap0p .jpn-desc,
.sdhah3ja-uw5sqeap0p .desc-wrapper {
  color: #ffffff;
}
.sdhah3ja-uw5srTn0IB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/main28-1024x1024.jpg");
}
.sdhah3ja-uw5srTn0IB .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5srTn0IB .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.sdhah3ja-uw5srTn0IB .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5srTn0IB .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .sdhah3ja-uw5srTn0IB .container {
    padding: 0;
  }
}
.sdhah3ja-uw5srTn0IB .row {
  margin: 0;
}
.sdhah3ja-uw5srTn0IB .card {
  border-radius: 0;
  padding: 0;
}
.sdhah3ja-uw5srTn0IB .card .box-wrapper {
  background-color: #1c6771;
  height: 100%;
  padding-top: 6rem;
}
@media (max-width: 768px) {
  .sdhah3ja-uw5srTn0IB .card .box-wrapper {
    margin-top: 20px;
  }
}
.sdhah3ja-uw5srTn0IB .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;
}
.sdhah3ja-uw5srTn0IB .card .title-wrapper {
  padding: 150px 0;
}
@media (max-width: 768px) {
  .sdhah3ja-uw5srTn0IB .card .title-wrapper {
    padding: 90px 0;
  }
}
.sdhah3ja-uw5srTn0IB .card .title-wrapper .jpn-section-subtitle {
  padding: 0 16px 0 126px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .sdhah3ja-uw5srTn0IB .card .title-wrapper .jpn-section-subtitle {
    padding: 0 16px 0 30px;
  }
}
.sdhah3ja-uw5srTn0IB .card .title-wrapper .title-wrap {
  border-top: 1px solid #1c6771;
  padding: 0 16px 0 126px;
}
@media (max-width: 768px) {
  .sdhah3ja-uw5srTn0IB .card .title-wrapper .title-wrap {
    padding: 0 16px 0 30px;
  }
}
.sdhah3ja-uw5srTn0IB .card .title-wrapper .title-wrap .jpn-section-title {
  padding: 10px 0;
  margin-bottom: 150px;
}
.sdhah3ja-uw5srTn0IB .jpn-section-title {
  color: #ffffff;
}
.sdhah3ja-uw5srTn0IB .jpn-section-subtitle {
  color: #ffffff;
}
.sdhah3ja-uw5srTn0IB .jpn-box {
  color: #ffffff;
}
.sdhah3ja-uw5sqyHFdI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.sdhah3ja-uw5sqyHFdI .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5sqyHFdI .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5sqyHFdI .container {
    padding: 0 15px;
  }
}
.sdhah3ja-uw5sqyHFdI .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.sdhah3ja-uw5sqyHFdI .row .card {
  justify-content: center;
}
.sdhah3ja-uw5sqyHFdI .image-wrapper {
  position: relative;
}
.sdhah3ja-uw5sqyHFdI .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -5%;
  left: -15%;
  height: 177px;
  width: 250px;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
.sdhah3ja-uw5sqyHFdI .image-wrapper .decor-wrap_2 {
  position: absolute;
  bottom: -5%;
  right: -1%;
  height: 305px;
  width: 420px;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .sdhah3ja-uw5sqyHFdI .image-wrapper {
    margin-bottom: 60px;
  }
}
.sdhah3ja-uw5sqyHFdI .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 830px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5sqyHFdI .image-wrapper img {
    height: 350px;
  }
}
.sdhah3ja-uw5sqyHFdI .text-wrapper {
  padding: 0 0 0 118px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5sqyHFdI .text-wrapper {
    padding: 0;
  }
}
.sdhah3ja-uw5sqyHFdI .text-wrapper .jpn-text {
  margin-bottom: 0;
}
.sdhah3ja-uw5sqyHFdI .jpn-text {
  color: #000000;
  text-align: left;
}
.sdhah3ja-uw5sx1Jvid {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #1c6771;
}
.sdhah3ja-uw5sx1Jvid .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5sx1Jvid .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.sdhah3ja-uw5sx1Jvid .jpn-text {
  color: #ffffff;
}
.sdhah3ja-uw5sx1Jvid .jpn-section-title {
  color: #ffffff;
}
.sdhah3ja-uw5su6aSIu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.sdhah3ja-uw5su6aSIu .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5su6aSIu .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.sdhah3ja-uw5su6aSIu .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .sdhah3ja-uw5su6aSIu .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .sdhah3ja-uw5su6aSIu .container {
    padding: 0 26px;
  }
}
.sdhah3ja-uw5su6aSIu .row {
  margin: 0;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5su6aSIu .row {
    margin: 0 -12px;
  }
}
.sdhah3ja-uw5su6aSIu .card {
  position: relative;
  padding: 0 50px 0 0;
  justify-content: center;
  border-radius: 0;
  padding: 0 0 0 50px;
}
.sdhah3ja-uw5su6aSIu .card:first-child {
  border-right: 1px solid #000000;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5su6aSIu .card:first-child {
    border: none;
  }
}
.sdhah3ja-uw5su6aSIu .card:first-child::before {
  content: '';
  position: absolute;
  right: -8px;
  width: 15px;
  height: 15px;
  background-color: #000000;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5su6aSIu .card:first-child::before {
    display: none;
  }
}
.sdhah3ja-uw5su6aSIu .card:last-child {
  padding: 0 0 0 50px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5su6aSIu .card:last-child {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .sdhah3ja-uw5su6aSIu .card {
    padding: 0 12px;
  }
}
.sdhah3ja-uw5su6aSIu .card:last-child {
  padding: 0 50px 0 0;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5su6aSIu .card:last-child {
    padding: 0 12px;
  }
}
.sdhah3ja-uw5su6aSIu .card:first-child {
  border-right: none;
  border-left: 1px solid #000000;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5su6aSIu .card:first-child {
    border: none;
  }
}
.sdhah3ja-uw5su6aSIu .card:first-child::before {
  right: auto;
  left: -8px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5su6aSIu .card:first-child::before {
    display: none;
  }
}
@media (max-width: 992px) {
  .sdhah3ja-uw5su6aSIu .card {
    padding: 0 12px;
  }
}
.sdhah3ja-uw5su6aSIu .image-wrapper {
  padding: 40px 0;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5su6aSIu .image-wrapper {
    padding: 0 0 40px 0;
  }
}
.sdhah3ja-uw5su6aSIu .image-wrapper img {
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5su6aSIu .image-wrapper img {
    height: 300px;
  }
}
.sdhah3ja-uw5su6aSIu .title-wrapper .title-wrap {
  padding: 40px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5su6aSIu .title-wrapper .title-wrap {
    padding: 0;
  }
}
.sdhah3ja-uw5su6aSIu .title-wrapper .title-wrap .jpn-section-title {
  margin-bottom: 18px;
}
.sdhah3ja-uw5su6aSIu .title-wrapper .title-wrap .jpn-text {
  margin-bottom: 0;
}
.sdhah3ja-uw5su6aSIu .jpn-section-title {
  color: #000000;
  text-align: left;
}
.sdhah3ja-uw5su6aSIu .jpn-text {
  color: #000000;
}
.sdhah3ja-uw5sGBQmnl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #1c6771;
}
.sdhah3ja-uw5sGBQmnl .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5sGBQmnl .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.sdhah3ja-uw5sGBQmnl .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5sGBQmnl .container-fluid {
    padding: 0 20px;
  }
}
.sdhah3ja-uw5sGBQmnl .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5sGBQmnl .container {
    padding: 0 20px;
  }
  .sdhah3ja-uw5sGBQmnl .container .row {
    padding: 0;
  }
}
.sdhah3ja-uw5sGBQmnl .container,
.sdhah3ja-uw5sGBQmnl .container-fluid {
  position: relative;
}
.sdhah3ja-uw5sGBQmnl .container .container-color,
.sdhah3ja-uw5sGBQmnl .container-fluid .container-color {
  position: absolute;
  top: 0;
  left: -72px;
  height: 100px;
  width: 60%;
  background-color: #f7f7f7;
}
@media (max-width: 768px) {
  .sdhah3ja-uw5sGBQmnl .container .container-color,
  .sdhah3ja-uw5sGBQmnl .container-fluid .container-color {
    width: 100%;
  }
}
.sdhah3ja-uw5sGBQmnl .row {
  justify-content: center;
}
.sdhah3ja-uw5sGBQmnl .text-wrapper {
  position: relative;
  z-index: 1;
}
.sdhah3ja-uw5sGBQmnl .text-wrapper .jpn-text {
  margin-bottom: 0;
}
.sdhah3ja-uw5sGBQmnl .jpn-text {
  color: #ffffff;
}
.sdhah3ja-uw5sEpKS7T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.sdhah3ja-uw5sEpKS7T .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5sEpKS7T .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5sEpKS7T .container {
    padding: 0 20px;
  }
}
.sdhah3ja-uw5sEpKS7T .row {
  margin: 0;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5sEpKS7T .title-wrapper {
    margin-bottom: 50px;
  }
}
.sdhah3ja-uw5sEpKS7T .title-wrapper .jpn-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5sEpKS7T .title-wrapper .jpn-section-title {
    margin-bottom: 32px;
  }
}
.sdhah3ja-uw5sEpKS7T .title-wrapper .jpn-text {
  margin-bottom: 32px;
}
.sdhah3ja-uw5sEpKS7T .image-wrapper {
  position: relative;
}
.sdhah3ja-uw5sEpKS7T .image-wrapper .blur-wrap {
  position: absolute;
  top: 0;
  left: -8rem;
  background-image: linear-gradient(-120deg, #f5fd7b 50%, #6567ee 0%);
  width: 300px;
  height: 300px;
  border-radius: 100%;
  filter: blur(85px);
}
.sdhah3ja-uw5sEpKS7T .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 500px;
  margin: 0 auto;
  border-radius: 50px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .sdhah3ja-uw5sEpKS7T .image-wrapper img {
    height: 350px;
  }
}
.sdhah3ja-uw5sEpKS7T .jpn-section-title {
  color: #ffffff;
}
.sdhah3ja-uw5sEpKS7T .jpn-text {
  color: #000000;
}
.sdhah3ja-uw5sEpKS7T .jpn-number {
  color: #f5fd7b;
}
.sdhah3ja-uw5sEpKS7T .jpn-desc {
  color: #ffffff;
}
.sdhah3ja-uw5sEpKS7T .jpn-link {
  color: #ffffff;
}
.sdhah3ja-uw5sEpKS7T .jpn-section-title,
.sdhah3ja-uw5sEpKS7T .jpn-section-btn {
  color: #000000;
}
.sdhah3ja-uw5s5VqKvi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.sdhah3ja-uw5s5VqKvi .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5s5VqKvi .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.sdhah3ja-uw5s5VqKvi .content-wrap {
  padding: 60px;
  background-color: #232323;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5s5VqKvi .content-wrap {
    padding: 30px 20px;
  }
}
.sdhah3ja-uw5s5VqKvi .content-wrap .row {
  justify-content: center;
}
.sdhah3ja-uw5s5VqKvi .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5s5VqKvi .title-wrapper {
    margin-bottom: 40px;
  }
}
.sdhah3ja-uw5s5VqKvi .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.sdhah3ja-uw5s5VqKvi .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.sdhah3ja-uw5s5VqKvi .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.sdhah3ja-uw5s5VqKvi .title-wrapper .title-wrap .jpn-section-title {
  margin-bottom: 0;
}
.sdhah3ja-uw5s5VqKvi .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5s5VqKvi .nav-wrapper {
    margin-bottom: 40px;
  }
}
.sdhah3ja-uw5s5VqKvi .nav-wrapper .jpn-section-subtitle {
  margin-bottom: 20px;
}
.sdhah3ja-uw5s5VqKvi .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.sdhah3ja-uw5s5VqKvi .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.sdhah3ja-uw5s5VqKvi .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.sdhah3ja-uw5s5VqKvi .nav-wrapper .list .item-wrap:hover,
.sdhah3ja-uw5s5VqKvi .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.sdhah3ja-uw5s5VqKvi .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5s5VqKvi .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.sdhah3ja-uw5s5VqKvi .contacts-wrapper .jpn-section-subtitle {
  margin-bottom: 20px;
}
.sdhah3ja-uw5s5VqKvi .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.sdhah3ja-uw5s5VqKvi .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.sdhah3ja-uw5s5VqKvi .contacts-wrapper .list .item-wrap:hover,
.sdhah3ja-uw5s5VqKvi .contacts-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.sdhah3ja-uw5s5VqKvi .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.sdhah3ja-uw5s5VqKvi .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5s5VqKvi .social-wrapper {
    margin-bottom: 40px;
  }
}
.sdhah3ja-uw5s5VqKvi .social-wrapper .jpn-section-subtitle {
  margin-bottom: 20px;
}
.sdhah3ja-uw5s5VqKvi .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.sdhah3ja-uw5s5VqKvi .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.sdhah3ja-uw5s5VqKvi .social-wrapper .social-wrap .soc-item a:hover .jpn-iconfont,
.sdhah3ja-uw5s5VqKvi .social-wrapper .social-wrap .soc-item a:hover .jpn-iconfont {
  transform: scale(1.1);
}
.sdhah3ja-uw5s5VqKvi .social-wrapper .social-wrap .soc-item a .jpn-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.sdhah3ja-uw5s5VqKvi .jpn-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #ffffff;
  text-align: center;
}
.sdhah3ja-uw5s5VqKvi .jpn-section-title {
  color: #ed463f;
}
.sdhah3ja-uw5s5VqKvi .jpn-section-subtitle {
  color: #ffffff;
}
.sdhah3ja-uw5s5VqKvi .list {
  color: #404349;
}
.sdhah3ja-uw5s5VqKvi .jpn-section-title,
.sdhah3ja-uw5s5VqKvi .title-wrapper {
  color: #ffffff;
}
.sdhah3ja-uw5s5VqKvi .list,
.sdhah3ja-uw5s5VqKvi .item-wrap {
  color: #ffffff;
}
.sdhah3ja-uw5sNzwEdy .navbar-dropdown {
  position: relative !important;
}
.sdhah3ja-uw5sNzwEdy .dropdown-item:before {
  font-family: ourjapanpensionn2 !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;
}
.sdhah3ja-uw5sNzwEdy .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.sdhah3ja-uw5sNzwEdy .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.sdhah3ja-uw5sNzwEdy .dropdown-item:hover,
.sdhah3ja-uw5sNzwEdy .dropdown-item:focus {
  background: #491414 !important;
  color: white !important;
}
.sdhah3ja-uw5sNzwEdy .dropdown-item:hover span {
  color: white;
}
.sdhah3ja-uw5sNzwEdy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.sdhah3ja-uw5sNzwEdy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.sdhah3ja-uw5sNzwEdy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.sdhah3ja-uw5sNzwEdy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.sdhah3ja-uw5sNzwEdy .nav-link {
  position: relative;
}
.sdhah3ja-uw5sNzwEdy .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .sdhah3ja-uw5sNzwEdy .container {
    flex-wrap: nowrap;
  }
}
.sdhah3ja-uw5sNzwEdy .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.sdhah3ja-uw5sNzwEdy .dropdown-menu,
.sdhah3ja-uw5sNzwEdy .navbar.opened {
  background: #40b0bf !important;
}
.sdhah3ja-uw5sNzwEdy .nav-item:focus,
.sdhah3ja-uw5sNzwEdy .nav-link:focus {
  outline: none;
}
.sdhah3ja-uw5sNzwEdy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.sdhah3ja-uw5sNzwEdy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.sdhah3ja-uw5sNzwEdy .dropdown .dropdown-menu .dropdown-item .jpn-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.sdhah3ja-uw5sNzwEdy .dropdown .dropdown-menu .dropdown-item .jpn-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.sdhah3ja-uw5sNzwEdy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.sdhah3ja-uw5sNzwEdy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.sdhah3ja-uw5sNzwEdy .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #40b0bf;
}
.sdhah3ja-uw5sNzwEdy .navbar.opened {
  transition: all 0.3s;
}
.sdhah3ja-uw5sNzwEdy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.sdhah3ja-uw5sNzwEdy .navbar .navbar-logo img {
  width: auto;
}
.sdhah3ja-uw5sNzwEdy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.sdhah3ja-uw5sNzwEdy .navbar.collapsed {
  justify-content: center;
}
.sdhah3ja-uw5sNzwEdy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.sdhah3ja-uw5sNzwEdy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .sdhah3ja-uw5sNzwEdy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.sdhah3ja-uw5sNzwEdy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.sdhah3ja-uw5sNzwEdy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.sdhah3ja-uw5sNzwEdy .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%;
}
.sdhah3ja-uw5sNzwEdy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.sdhah3ja-uw5sNzwEdy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.sdhah3ja-uw5sNzwEdy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .sdhah3ja-uw5sNzwEdy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .sdhah3ja-uw5sNzwEdy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .sdhah3ja-uw5sNzwEdy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .sdhah3ja-uw5sNzwEdy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .sdhah3ja-uw5sNzwEdy .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%;
  }
  .sdhah3ja-uw5sNzwEdy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .sdhah3ja-uw5sNzwEdy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .sdhah3ja-uw5sNzwEdy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .sdhah3ja-uw5sNzwEdy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .sdhah3ja-uw5sNzwEdy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .sdhah3ja-uw5sNzwEdy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .sdhah3ja-uw5sNzwEdy .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.sdhah3ja-uw5sNzwEdy .navbar.navbar-short {
  min-height: 60px;
}
.sdhah3ja-uw5sNzwEdy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.sdhah3ja-uw5sNzwEdy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.sdhah3ja-uw5sNzwEdy .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;
}
.sdhah3ja-uw5sNzwEdy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.sdhah3ja-uw5sNzwEdy .navbar-brand .navbar-logo a {
  outline: none;
}
.sdhah3ja-uw5sNzwEdy .dropdown-item.active,
.sdhah3ja-uw5sNzwEdy .dropdown-item:active {
  background-color: transparent;
}
.sdhah3ja-uw5sNzwEdy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.sdhah3ja-uw5sNzwEdy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.sdhah3ja-uw5sNzwEdy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.sdhah3ja-uw5sNzwEdy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #40b0bf;
}
.sdhah3ja-uw5sNzwEdy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.sdhah3ja-uw5sNzwEdy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.sdhah3ja-uw5sNzwEdy ul.navbar-nav {
  flex-wrap: wrap;
}
.sdhah3ja-uw5sNzwEdy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.sdhah3ja-uw5sNzwEdy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.sdhah3ja-uw5sNzwEdy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #491414;
}
.sdhah3ja-uw5sNzwEdy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.sdhah3ja-uw5sNzwEdy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.sdhah3ja-uw5sNzwEdy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.sdhah3ja-uw5sNzwEdy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.sdhah3ja-uw5sNzwEdy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.sdhah3ja-uw5sNzwEdy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.sdhah3ja-uw5sNzwEdy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.sdhah3ja-uw5sNzwEdy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.sdhah3ja-uw5sNzwEdy .navbar-dropdown {
  padding: 0 1rem;
}
.sdhah3ja-uw5sNzwEdy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sdhah3ja-uw5sNzwEdy .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) {
  .sdhah3ja-uw5sNzwEdy .navbar {
    height: 70px;
  }
  .sdhah3ja-uw5sNzwEdy .navbar.opened {
    height: auto;
  }
  .sdhah3ja-uw5sNzwEdy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.sdhah3ja-uw5sWhu2dv {
  display: flex;
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/main37-1024x1024.jpg");
}
.sdhah3ja-uw5sWhu2dv .jpn-overlay {
  background-color: #000000;
  opacity: 0.9;
}
.sdhah3ja-uw5sWhu2dv .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .sdhah3ja-uw5sWhu2dv {
    align-items: center;
  }
  .sdhah3ja-uw5sWhu2dv .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .sdhah3ja-uw5sWhu2dv .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .sdhah3ja-uw5sWhu2dv {
    -webkit-align-items: center;
    align-items: center;
  }
  .sdhah3ja-uw5sWhu2dv .jpn-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .sdhah3ja-uw5sWhu2dv .content-wrap {
    width: 100%;
  }
}
.sdhah3ja-uw5sWhu2dv .jpn-section-title {
  text-align: left;
}
.sdhah3ja-uw5sWhu2dv .jpn-text,
.sdhah3ja-uw5sWhu2dv .jpn-section-btn {
  text-align: left;
}
.sdhah3ja-uw5tfERvU0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c6771;
}
.sdhah3ja-uw5tfERvU0 .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5tfERvU0 .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5tfERvU0 .container {
    padding: 0 15px;
  }
}
.sdhah3ja-uw5tfERvU0 .row {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5tfERvU0 .desc-wrapper {
    margin-bottom: 40px;
  }
}
.sdhah3ja-uw5tfERvU0 .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) {
  .sdhah3ja-uw5tfERvU0 .desc-wrapper .jpn-desc {
    transform: rotate(0);
    writing-mode: inherit;
    padding-top: 0;
    width: 100%;
    display: block;
  }
}
.sdhah3ja-uw5tfERvU0 .desc-wrapper .jpn-desc::before {
  content: '';
  position: absolute;
  top: 5rem;
  left: -5rem;
  width: 190px;
  height: 1px;
  background-color: #ffffff;
  transform: rotate(90deg);
}
@media (max-width: 992px) {
  .sdhah3ja-uw5tfERvU0 .desc-wrapper .jpn-desc::before {
    display: none;
  }
}
.sdhah3ja-uw5tfERvU0 .text-wrapper .jpn-text {
  margin-bottom: 0;
}
.sdhah3ja-uw5tfERvU0 .jpn-desc {
  color: #30262b;
}
.sdhah3ja-uw5tfERvU0 .jpn-text {
  color: #ffffff;
}
.sdhah3ja-uw5tfERvU0 .jpn-desc,
.sdhah3ja-uw5tfERvU0 .desc-wrapper {
  color: #ffffff;
}
.sdhah3ja-uw5tgr8q1J {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/main35-1024x1024.jpg");
}
.sdhah3ja-uw5tgr8q1J .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5tgr8q1J .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .sdhah3ja-uw5tgr8q1J .col {
    width: 60%;
  }
}
@media (min-width: 1400px) {
  .sdhah3ja-uw5tgr8q1J .col {
    width: 40%;
  }
}
.sdhah3ja-uw5tgr8q1J .card-wrapper {
  padding: 4rem;
  border-radius: 3rem;
  position: relative;
}
@media (max-width: 767px) {
  .sdhah3ja-uw5tgr8q1J .card-wrapper {
    padding: 1rem;
    border-radius: 1rem;
  }
}
.sdhah3ja-uw5tgr8q1J .card-wrapper h1,
.sdhah3ja-uw5tgr8q1J .card-wrapper h2,
.sdhah3ja-uw5tgr8q1J .card-wrapper p,
.sdhah3ja-uw5tgr8q1J .card-wrapper .jpn-section-btn {
  position: relative;
}
.sdhah3ja-uw5tgr8q1J .card-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ecede8;
  opacity: 1;
}
.sdhah3ja-uw5tgr8q1J .jpn-section-title {
  color: #000000;
}
.sdhah3ja-uw5tgr8q1J .jpn-section-subtitle {
  color: #491414;
}
.sdhah3ja-uw5tgr8q1J .jpn-text,
.sdhah3ja-uw5tgr8q1J .jpn-section-btn {
  color: #000000;
}
.sdhah3ja-uw5tE9fuaC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.sdhah3ja-uw5tE9fuaC .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5tE9fuaC .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.sdhah3ja-uw5tE9fuaC .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5tE9fuaC .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .sdhah3ja-uw5tE9fuaC .container {
    padding: 0 24px;
  }
}
.sdhah3ja-uw5tE9fuaC .row {
  justify-content: center;
}
.sdhah3ja-uw5tE9fuaC .content-wrapper {
  border-radius: 40px;
  background-color: #1c6771;
  padding: 64px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5tE9fuaC .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .sdhah3ja-uw5tE9fuaC .content-wrapper {
    padding: 32px;
  }
}
.sdhah3ja-uw5tE9fuaC .content-wrapper .jpn-section-title {
  margin-bottom: 0;
}
.sdhah3ja-uw5tE9fuaC .content-wrapper .jpn-text {
  margin: 16px 0 0;
}
.sdhah3ja-uw5tE9fuaC .jpn-section-title {
  color: #ffffff;
}
.sdhah3ja-uw5tE9fuaC .jpn-text {
  color: #ffffff;
}
.sdhah3ja-uw5to36EyJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.sdhah3ja-uw5to36EyJ .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5to36EyJ .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5to36EyJ .container {
    padding: 0 30px;
  }
}
.sdhah3ja-uw5to36EyJ .content-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5to36EyJ .content-wrapper {
    display: block;
  }
}
.sdhah3ja-uw5to36EyJ .content-wrapper .card {
  justify-content: center;
}
.sdhah3ja-uw5to36EyJ .content-wrapper .content-wrap {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
  background-color: #1c6771;
  border-radius: 0 0 2rem 0 !important;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5to36EyJ .content-wrapper .content-wrap {
    width: 100%;
    padding: 40px 20px;
    border-radius: 0 0 2rem 0 !important;
  }
}
.sdhah3ja-uw5to36EyJ .content-wrapper .content-wrap .jpn-section-title {
  margin-bottom: 35px;
}
.sdhah3ja-uw5to36EyJ .content-wrapper .content-wrap .jpn-text {
  margin-bottom: 40px;
}
.sdhah3ja-uw5to36EyJ .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5to36EyJ .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.sdhah3ja-uw5to36EyJ .content-wrapper .image-wrapper img {
  min-height: 630px;
  object-fit: cover;
  border-radius: 2rem 0 0 0 !important;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5to36EyJ .content-wrapper .image-wrapper img {
    min-height: auto;
    height: 430px;
    border-radius: 2rem 0 0 0 !important;
  }
}
.sdhah3ja-uw5to36EyJ .jpn-section-title {
  color: #144031;
}
.sdhah3ja-uw5to36EyJ .jpn-text {
  color: #ffffff;
}
.sdhah3ja-uw5to36EyJ .jpn-section-title,
.sdhah3ja-uw5to36EyJ .jpn-section-btn {
  color: #ffffff;
}
.sdhah3ja-uw5tzTWJIZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c6771;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5tzTWJIZ .container {
    padding: 0 25px;
  }
}
.sdhah3ja-uw5tzTWJIZ .title-wrapper {
  margin: 25px 0;
}
.sdhah3ja-uw5tzTWJIZ .title-wrapper .jpn-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5tzTWJIZ .title-wrapper .jpn-section-title {
    margin-bottom: 25px;
  }
}
.sdhah3ja-uw5tzTWJIZ .text-wrapper .jpn-section-subtitle {
  margin: 25px 0;
}
.sdhah3ja-uw5tzTWJIZ .text-wrapper .jpn-text {
  margin-bottom: 0;
}
.sdhah3ja-uw5tzTWJIZ .jpn-section-title {
  color: #ffffff;
}
.sdhah3ja-uw5tzTWJIZ .jpn-section-subtitle {
  color: #ffffff;
}
.sdhah3ja-uw5tzTWJIZ .jpn-text {
  color: #000000;
}
.sdhah3ja-uw5tv97Zno {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.sdhah3ja-uw5tv97Zno .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5tv97Zno .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.sdhah3ja-uw5tv97Zno .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5tv97Zno .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .sdhah3ja-uw5tv97Zno .container {
    padding: 0 24px;
  }
}
.sdhah3ja-uw5tv97Zno .content-wrapper {
  padding: 32px;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 700px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5tv97Zno .content-wrapper {
    padding: 0;
  }
}
.sdhah3ja-uw5tv97Zno .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: .75rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sdhah3ja-uw5tv97Zno .content-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  width: 35%;
  padding: 32px;
  background-color: #ffffff;
  border-radius: .75rem !important;
}
@media (max-width: 1200px) {
  .sdhah3ja-uw5tv97Zno .content-wrapper .card-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .sdhah3ja-uw5tv97Zno .content-wrapper .card-wrap {
    padding: 24px;
    width: 100%;
  }
}
.sdhah3ja-uw5tv97Zno .content-wrapper .card-wrap .icon-wrapper {
  margin-bottom: 24px;
}
.sdhah3ja-uw5tv97Zno .content-wrapper .card-wrap .icon-wrapper .jpn-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.sdhah3ja-uw5tv97Zno .content-wrapper .card-wrap .jpn-section-title {
  margin-bottom: 24px;
}
.sdhah3ja-uw5tv97Zno .content-wrapper .card-wrap .jpn-text {
  margin-bottom: 0;
}
.sdhah3ja-uw5tv97Zno .jpn-section-title {
  color: #141414;
}
.sdhah3ja-uw5tv97Zno .jpn-desc {
  color: #141414;
}
.sdhah3ja-uw5tv97Zno .jpn-text {
  color: #141414;
}
.sdhah3ja-uw5tyxOAwu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #1c6771;
}
.sdhah3ja-uw5tyxOAwu .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5tyxOAwu .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.sdhah3ja-uw5tyxOAwu .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5tyxOAwu .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .sdhah3ja-uw5tyxOAwu .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .sdhah3ja-uw5tyxOAwu .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .sdhah3ja-uw5tyxOAwu .container {
    padding: 0 12px;
  }
}
.sdhah3ja-uw5tyxOAwu .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5tyxOAwu .content-wrapper {
    padding: 0 24px;
  }
}
.sdhah3ja-uw5tyxOAwu .content-wrapper .jpn-section-title {
  margin-bottom: 22px;
}
.sdhah3ja-uw5tyxOAwu .content-wrapper .jpn-text {
  margin-bottom: 22px;
}
.sdhah3ja-uw5tyxOAwu .jpn-section-title {
  color: #1D1D1F;
}
.sdhah3ja-uw5tyxOAwu .jpn-text {
  color: #ffffff;
  text-align: center;
}
.sdhah3ja-uw5tyxOAwu .jpn-section-title,
.sdhah3ja-uw5tyxOAwu .jpn-section-btn {
  text-align: center;
  color: #ffffff;
}
.sdhah3ja-uw5tM6menr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.sdhah3ja-uw5tM6menr .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5tM6menr .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.sdhah3ja-uw5tM6menr .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5tM6menr .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .sdhah3ja-uw5tM6menr .container {
    padding: 0 20px;
  }
}
.sdhah3ja-uw5tM6menr .row {
  margin: 0;
}
.sdhah3ja-uw5tM6menr .card {
  padding: 0;
}
.sdhah3ja-uw5tM6menr .image-wrapper img {
  height: 800px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5tM6menr .image-wrapper img {
    height: 450px;
  }
}
.sdhah3ja-uw5tM6menr .title-wrapper {
  height: 100%;
  margin-bottom: 10%;
  background-color: #1c6771;
  display: flex;
  align-items: center;
  padding: 24px 115px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5tM6menr .title-wrapper {
    padding: 50px 20px;
  }
}
.sdhah3ja-uw5tM6menr .title-wrapper .title-wrap {
  width: 100%;
}
.sdhah3ja-uw5tM6menr .title-wrapper .title-wrap .jpn-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5tM6menr .title-wrapper .title-wrap .jpn-section-title {
    margin-bottom: 24px;
  }
}
.sdhah3ja-uw5tM6menr .title-wrapper .title-wrap .jpn-text {
  margin-bottom: 50px;
  line-height: 1.78;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5tM6menr .title-wrapper .title-wrap .jpn-text {
    margin-bottom: 24px;
  }
}
.sdhah3ja-uw5tM6menr .jpn-section-title {
  color: #c2b299;
}
.sdhah3ja-uw5tM6menr .jpn-text {
  color: #e4dfd4;
}
.sdhah3ja-uw5tM6menr .jpn-section-title,
.sdhah3ja-uw5tM6menr .jpn-section-btn {
  color: #ffffff;
}
.sdhah3ja-uw5sNGOOBk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.sdhah3ja-uw5sNGOOBk .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5sNGOOBk .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.sdhah3ja-uw5sNGOOBk .content-wrap {
  padding: 60px;
  background-color: #232323;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5sNGOOBk .content-wrap {
    padding: 30px 20px;
  }
}
.sdhah3ja-uw5sNGOOBk .content-wrap .row {
  justify-content: center;
}
.sdhah3ja-uw5sNGOOBk .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5sNGOOBk .title-wrapper {
    margin-bottom: 40px;
  }
}
.sdhah3ja-uw5sNGOOBk .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.sdhah3ja-uw5sNGOOBk .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.sdhah3ja-uw5sNGOOBk .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.sdhah3ja-uw5sNGOOBk .title-wrapper .title-wrap .jpn-section-title {
  margin-bottom: 0;
}
.sdhah3ja-uw5sNGOOBk .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5sNGOOBk .nav-wrapper {
    margin-bottom: 40px;
  }
}
.sdhah3ja-uw5sNGOOBk .nav-wrapper .jpn-section-subtitle {
  margin-bottom: 20px;
}
.sdhah3ja-uw5sNGOOBk .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.sdhah3ja-uw5sNGOOBk .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.sdhah3ja-uw5sNGOOBk .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.sdhah3ja-uw5sNGOOBk .nav-wrapper .list .item-wrap:hover,
.sdhah3ja-uw5sNGOOBk .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.sdhah3ja-uw5sNGOOBk .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5sNGOOBk .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.sdhah3ja-uw5sNGOOBk .contacts-wrapper .jpn-section-subtitle {
  margin-bottom: 20px;
}
.sdhah3ja-uw5sNGOOBk .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.sdhah3ja-uw5sNGOOBk .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.sdhah3ja-uw5sNGOOBk .contacts-wrapper .list .item-wrap:hover,
.sdhah3ja-uw5sNGOOBk .contacts-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.sdhah3ja-uw5sNGOOBk .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.sdhah3ja-uw5sNGOOBk .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5sNGOOBk .social-wrapper {
    margin-bottom: 40px;
  }
}
.sdhah3ja-uw5sNGOOBk .social-wrapper .jpn-section-subtitle {
  margin-bottom: 20px;
}
.sdhah3ja-uw5sNGOOBk .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.sdhah3ja-uw5sNGOOBk .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.sdhah3ja-uw5sNGOOBk .social-wrapper .social-wrap .soc-item a:hover .jpn-iconfont,
.sdhah3ja-uw5sNGOOBk .social-wrapper .social-wrap .soc-item a:hover .jpn-iconfont {
  transform: scale(1.1);
}
.sdhah3ja-uw5sNGOOBk .social-wrapper .social-wrap .soc-item a .jpn-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.sdhah3ja-uw5sNGOOBk .jpn-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #ffffff;
  text-align: center;
}
.sdhah3ja-uw5sNGOOBk .jpn-section-title {
  color: #ed463f;
}
.sdhah3ja-uw5sNGOOBk .jpn-section-subtitle {
  color: #ffffff;
}
.sdhah3ja-uw5sNGOOBk .list {
  color: #404349;
}
.sdhah3ja-uw5sNGOOBk .jpn-section-title,
.sdhah3ja-uw5sNGOOBk .title-wrapper {
  color: #ffffff;
}
.sdhah3ja-uw5sNGOOBk .list,
.sdhah3ja-uw5sNGOOBk .item-wrap {
  color: #ffffff;
}
.sdhah3ja-uw5u2ovBCh .navbar-dropdown {
  position: relative !important;
}
.sdhah3ja-uw5u2ovBCh .dropdown-item:before {
  font-family: ourjapanpensionn2 !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;
}
.sdhah3ja-uw5u2ovBCh .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.sdhah3ja-uw5u2ovBCh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.sdhah3ja-uw5u2ovBCh .dropdown-item:hover,
.sdhah3ja-uw5u2ovBCh .dropdown-item:focus {
  background: #491414 !important;
  color: white !important;
}
.sdhah3ja-uw5u2ovBCh .dropdown-item:hover span {
  color: white;
}
.sdhah3ja-uw5u2ovBCh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.sdhah3ja-uw5u2ovBCh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.sdhah3ja-uw5u2ovBCh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.sdhah3ja-uw5u2ovBCh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.sdhah3ja-uw5u2ovBCh .nav-link {
  position: relative;
}
.sdhah3ja-uw5u2ovBCh .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .sdhah3ja-uw5u2ovBCh .container {
    flex-wrap: nowrap;
  }
}
.sdhah3ja-uw5u2ovBCh .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.sdhah3ja-uw5u2ovBCh .dropdown-menu,
.sdhah3ja-uw5u2ovBCh .navbar.opened {
  background: #40b0bf !important;
}
.sdhah3ja-uw5u2ovBCh .nav-item:focus,
.sdhah3ja-uw5u2ovBCh .nav-link:focus {
  outline: none;
}
.sdhah3ja-uw5u2ovBCh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.sdhah3ja-uw5u2ovBCh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.sdhah3ja-uw5u2ovBCh .dropdown .dropdown-menu .dropdown-item .jpn-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.sdhah3ja-uw5u2ovBCh .dropdown .dropdown-menu .dropdown-item .jpn-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.sdhah3ja-uw5u2ovBCh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.sdhah3ja-uw5u2ovBCh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.sdhah3ja-uw5u2ovBCh .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #40b0bf;
}
.sdhah3ja-uw5u2ovBCh .navbar.opened {
  transition: all 0.3s;
}
.sdhah3ja-uw5u2ovBCh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.sdhah3ja-uw5u2ovBCh .navbar .navbar-logo img {
  width: auto;
}
.sdhah3ja-uw5u2ovBCh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.sdhah3ja-uw5u2ovBCh .navbar.collapsed {
  justify-content: center;
}
.sdhah3ja-uw5u2ovBCh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.sdhah3ja-uw5u2ovBCh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .sdhah3ja-uw5u2ovBCh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.sdhah3ja-uw5u2ovBCh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.sdhah3ja-uw5u2ovBCh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.sdhah3ja-uw5u2ovBCh .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%;
}
.sdhah3ja-uw5u2ovBCh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.sdhah3ja-uw5u2ovBCh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.sdhah3ja-uw5u2ovBCh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .sdhah3ja-uw5u2ovBCh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .sdhah3ja-uw5u2ovBCh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .sdhah3ja-uw5u2ovBCh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .sdhah3ja-uw5u2ovBCh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .sdhah3ja-uw5u2ovBCh .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%;
  }
  .sdhah3ja-uw5u2ovBCh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .sdhah3ja-uw5u2ovBCh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .sdhah3ja-uw5u2ovBCh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .sdhah3ja-uw5u2ovBCh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .sdhah3ja-uw5u2ovBCh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .sdhah3ja-uw5u2ovBCh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .sdhah3ja-uw5u2ovBCh .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.sdhah3ja-uw5u2ovBCh .navbar.navbar-short {
  min-height: 60px;
}
.sdhah3ja-uw5u2ovBCh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.sdhah3ja-uw5u2ovBCh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.sdhah3ja-uw5u2ovBCh .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;
}
.sdhah3ja-uw5u2ovBCh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.sdhah3ja-uw5u2ovBCh .navbar-brand .navbar-logo a {
  outline: none;
}
.sdhah3ja-uw5u2ovBCh .dropdown-item.active,
.sdhah3ja-uw5u2ovBCh .dropdown-item:active {
  background-color: transparent;
}
.sdhah3ja-uw5u2ovBCh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.sdhah3ja-uw5u2ovBCh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.sdhah3ja-uw5u2ovBCh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.sdhah3ja-uw5u2ovBCh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #40b0bf;
}
.sdhah3ja-uw5u2ovBCh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.sdhah3ja-uw5u2ovBCh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.sdhah3ja-uw5u2ovBCh ul.navbar-nav {
  flex-wrap: wrap;
}
.sdhah3ja-uw5u2ovBCh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.sdhah3ja-uw5u2ovBCh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.sdhah3ja-uw5u2ovBCh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #491414;
}
.sdhah3ja-uw5u2ovBCh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.sdhah3ja-uw5u2ovBCh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.sdhah3ja-uw5u2ovBCh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.sdhah3ja-uw5u2ovBCh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.sdhah3ja-uw5u2ovBCh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.sdhah3ja-uw5u2ovBCh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.sdhah3ja-uw5u2ovBCh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.sdhah3ja-uw5u2ovBCh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.sdhah3ja-uw5u2ovBCh .navbar-dropdown {
  padding: 0 1rem;
}
.sdhah3ja-uw5u2ovBCh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sdhah3ja-uw5u2ovBCh .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) {
  .sdhah3ja-uw5u2ovBCh .navbar {
    height: 70px;
  }
  .sdhah3ja-uw5u2ovBCh .navbar.opened {
    height: auto;
  }
  .sdhah3ja-uw5u2ovBCh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.sdhah3ja-uw5uft9Jqs {
  background-image: url("../../../assets/images/main38-1024x1024.jpg");
}
.sdhah3ja-uw5uft9Jqs .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5uft9Jqs .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.sdhah3ja-uw5uft9Jqs .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5uft9Jqs .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .sdhah3ja-uw5uft9Jqs .container {
    padding: 0;
  }
}
.sdhah3ja-uw5uft9Jqs .title-wrapper {
  padding: 0 16px;
}
.sdhah3ja-uw5uft9Jqs .title-wrapper .jpn-section-title {
  margin-bottom: 0;
}
.sdhah3ja-uw5uft9Jqs .title-wrapper .jpn-text {
  margin: 25px 0 0 0;
}
.sdhah3ja-uw5uft9Jqs .title-wrapper .jpn-section-btn {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5uft9Jqs .title-wrapper .jpn-section-btn {
    margin-top: 40px;
  }
}
.sdhah3ja-uw5uft9Jqs .jpn-section-title {
  color: #ffffff;
}
.sdhah3ja-uw5uft9Jqs .jpn-text {
  color: #ffffff;
  text-align: center;
}
.sdhah3ja-uw5uft9Jqs .jpn-section-title,
.sdhah3ja-uw5uft9Jqs .jpn-section-btn {
  text-align: center;
}
.sdhah3ja-uw5ut0Gzzc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c6771;
}
.sdhah3ja-uw5ut0Gzzc .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5ut0Gzzc .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5ut0Gzzc .container {
    padding: 0 30px;
  }
}
.sdhah3ja-uw5ut0Gzzc .row {
  justify-content: center;
}
.sdhah3ja-uw5ut0Gzzc .desc-wrapper .jpn-desc {
  margin-bottom: 30px;
}
.sdhah3ja-uw5ut0Gzzc .text-wrapper .jpn-text {
  margin-bottom: 0;
}
.sdhah3ja-uw5ut0Gzzc .jpn-desc {
  color: #ffffff;
}
.sdhah3ja-uw5ut0Gzzc .jpn-text {
  color: #ffffff;
}
.sdhah3ja-uw5urNHFyB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.sdhah3ja-uw5urNHFyB .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5urNHFyB .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5urNHFyB .container {
    padding: 0 15px;
  }
}
.sdhah3ja-uw5urNHFyB .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.sdhah3ja-uw5urNHFyB .row .card {
  justify-content: center;
}
.sdhah3ja-uw5urNHFyB .image-wrapper {
  position: relative;
}
.sdhah3ja-uw5urNHFyB .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -5%;
  left: -15%;
  height: 177px;
  width: 250px;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
.sdhah3ja-uw5urNHFyB .image-wrapper .decor-wrap_2 {
  position: absolute;
  bottom: -5%;
  right: -1%;
  height: 305px;
  width: 420px;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .sdhah3ja-uw5urNHFyB .image-wrapper {
    margin-bottom: 60px;
  }
}
.sdhah3ja-uw5urNHFyB .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 830px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5urNHFyB .image-wrapper img {
    height: 350px;
  }
}
.sdhah3ja-uw5urNHFyB .text-wrapper {
  padding: 0 0 0 118px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5urNHFyB .text-wrapper {
    padding: 0;
  }
}
.sdhah3ja-uw5urNHFyB .text-wrapper .jpn-text {
  margin-bottom: 0;
}
.sdhah3ja-uw5urNHFyB .jpn-text {
  color: #000000;
}
.sdhah3ja-uw5ux0V53P {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c6771;
}
.sdhah3ja-uw5ux0V53P .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5ux0V53P .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5ux0V53P .container {
    padding: 0 22px;
  }
}
.sdhah3ja-uw5ux0V53P .title-wrapper .jpn-section-title {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5ux0V53P .title-wrapper .jpn-section-title {
    margin-bottom: 32px;
  }
}
.sdhah3ja-uw5ux0V53P .text-wrapper .jpn-text {
  margin-bottom: 0;
}
.sdhah3ja-uw5ux0V53P .jpn-section-title {
  color: #ffffff;
}
.sdhah3ja-uw5ux0V53P .jpn-text {
  color: #ffffff;
}
.sdhah3ja-uw5uvyoSeA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.sdhah3ja-uw5uvyoSeA .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5uvyoSeA .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5uvyoSeA .container {
    padding: 0 22px;
  }
}
.sdhah3ja-uw5uvyoSeA .card {
  justify-content: center;
}
.sdhah3ja-uw5uvyoSeA .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5uvyoSeA .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.sdhah3ja-uw5uvyoSeA .content-wrapper .jpn-section-title {
  margin-bottom: 10px;
}
.sdhah3ja-uw5uvyoSeA .content-wrapper .jpn-text {
  margin-bottom: 0;
}
.sdhah3ja-uw5uvyoSeA .image-wrapper {
  display: flex;
  justify-content: center;
}
.sdhah3ja-uw5uvyoSeA .image-wrapper img {
  height: 600px;
  width: 600px;
  border-radius: 100% !important;
  object-fit: cover;
  box-shadow: 10px 10px 60px #00d0f3;
}
@media (max-width: 1440px) {
  .sdhah3ja-uw5uvyoSeA .image-wrapper img {
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .sdhah3ja-uw5uvyoSeA .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 992px) {
  .sdhah3ja-uw5uvyoSeA .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .sdhah3ja-uw5uvyoSeA .image-wrapper img {
    height: 260px;
    width: 260px;
  }
}
.sdhah3ja-uw5uvyoSeA .jpn-section-title {
  color: #000000;
}
.sdhah3ja-uw5uvyoSeA .jpn-text {
  color: #000000;
}
.sdhah3ja-uw5uVn8UCz {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #1c6771;
}
.sdhah3ja-uw5uVn8UCz .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5uVn8UCz .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .sdhah3ja-uw5uVn8UCz p {
    max-width: 95%;
  }
}
.sdhah3ja-uw5uVn8UCz .jpn-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.sdhah3ja-uw5uVn8UCz .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #491414;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.sdhah3ja-uw5uVn8UCz .subtitle-wrap .jpn-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #1d5356;
  font-size: 1.5rem;
}
.sdhah3ja-uw5uVn8UCz .jpn-section-title {
  color: #ffffff;
}
.sdhah3ja-uw5uVn8UCz .jpn-text,
.sdhah3ja-uw5uVn8UCz .jpn-section-btn {
  color: #ffffff;
}
.sdhah3ja-uw5uVn8UCz .jpn-section-subtitle,
.sdhah3ja-uw5uVn8UCz .align-wrapper {
  color: #04492e;
}
.sdhah3ja-uw5uVn8UCz .jpn-section-title2 {
  color: #04492e;
}
.sdhah3ja-uw5uVn8UCz .jpn-text2,
.sdhah3ja-uw5uVn8UCz .jpn-section-btn {
  color: #ffffff;
}
.sdhah3ja-uw5uz3ZtbT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f1;
  overflow: hidden;
}
.sdhah3ja-uw5uz3ZtbT .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5uz3ZtbT .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.sdhah3ja-uw5uz3ZtbT .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5uz3ZtbT .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .sdhah3ja-uw5uz3ZtbT .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .sdhah3ja-uw5uz3ZtbT .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .sdhah3ja-uw5uz3ZtbT .container {
    padding: 0 14px;
  }
}
.sdhah3ja-uw5uz3ZtbT .title-wrapper .jpn-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5uz3ZtbT .title-wrapper .jpn-section-title {
    margin-bottom: 40px;
  }
}
.sdhah3ja-uw5uz3ZtbT .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5uz3ZtbT .image-wrapper {
    margin-bottom: 32px;
  }
}
.sdhah3ja-uw5uz3ZtbT .image-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #01004c;
  transform: rotate(5deg);
  pointer-events: none;
}
.sdhah3ja-uw5uz3ZtbT .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 600px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5uz3ZtbT .image-wrapper img {
    height: 300px;
  }
}
.sdhah3ja-uw5uz3ZtbT .content-wrapper {
  margin-left: 80px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5uz3ZtbT .content-wrapper {
    margin: 0;
  }
}
.sdhah3ja-uw5uz3ZtbT .content-wrapper .jpn-name {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5uz3ZtbT .content-wrapper .jpn-name {
    margin-bottom: 22px;
  }
}
.sdhah3ja-uw5uz3ZtbT .content-wrapper .text-wrapper .jpn-text {
  display: inline-flex;
  width: 65%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5uz3ZtbT .content-wrapper .text-wrapper .jpn-text {
    width: 100%;
  }
}
.sdhah3ja-uw5uz3ZtbT .jpn-section-title {
  color: #01004c;
  text-align: center;
}
.sdhah3ja-uw5uz3ZtbT .jpn-name {
  color: #000000;
}
.sdhah3ja-uw5uz3ZtbT .jpn-text {
  color: #01004c;
}
.sdhah3ja-uw5uz3ZtbT .jpn-text,
.sdhah3ja-uw5uz3ZtbT .text-wrapper {
  color: #000000;
}
.sdhah3ja-uw5v490Y9x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c6771;
}
.sdhah3ja-uw5v490Y9x .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5v490Y9x .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.sdhah3ja-uw5v490Y9x .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5v490Y9x .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .sdhah3ja-uw5v490Y9x .container {
    padding: 0;
  }
}
.sdhah3ja-uw5v490Y9x .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5v490Y9x .title-wrapper {
    padding: 0 16px;
  }
}
.sdhah3ja-uw5v490Y9x .title-wrapper .jpn-section-title {
  margin-bottom: 0;
}
.sdhah3ja-uw5v490Y9x .title-wrapper .jpn-text {
  margin: 30px 0 0 0;
}
.sdhah3ja-uw5v490Y9x .jpn-section-title {
  color: #ffffff;
}
.sdhah3ja-uw5v490Y9x .jpn-text {
  color: #ffffff;
}
.sdhah3ja-uw5uO4hE6t {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.sdhah3ja-uw5uO4hE6t .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5uO4hE6t .container {
  max-width: 1300px;
}
.sdhah3ja-uw5uO4hE6t .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.sdhah3ja-uw5uO4hE6t .text-wrapper {
  max-width: 700px;
  margin: auto;
}
@media (min-width: 992px) {
  .sdhah3ja-uw5uO4hE6t .text-wrapper {
    padding: 0 2rem;
  }
}
.sdhah3ja-uw5uO4hE6t .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .sdhah3ja-uw5uO4hE6t .image-wrapper {
    margin-bottom: 1rem;
  }
}
.sdhah3ja-uw5uO4hE6t .row {
  align-items: center;
}
@media (max-width: 991px) {
  .sdhah3ja-uw5uO4hE6t .image-wrapper {
    padding: 1.5rem;
  }
}
.sdhah3ja-uw5uO4hE6t .jpn-section-title {
  color: #000000;
}
.sdhah3ja-uw5uO4hE6t .jpn-text,
.sdhah3ja-uw5uO4hE6t .jpn-section-btn {
  color: #000000;
}
.sdhah3ja-uw5u2u9s1E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.sdhah3ja-uw5u2u9s1E .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5u2u9s1E .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.sdhah3ja-uw5u2u9s1E .content-wrap {
  padding: 60px;
  background-color: #232323;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5u2u9s1E .content-wrap {
    padding: 30px 20px;
  }
}
.sdhah3ja-uw5u2u9s1E .content-wrap .row {
  justify-content: center;
}
.sdhah3ja-uw5u2u9s1E .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5u2u9s1E .title-wrapper {
    margin-bottom: 40px;
  }
}
.sdhah3ja-uw5u2u9s1E .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.sdhah3ja-uw5u2u9s1E .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.sdhah3ja-uw5u2u9s1E .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.sdhah3ja-uw5u2u9s1E .title-wrapper .title-wrap .jpn-section-title {
  margin-bottom: 0;
}
.sdhah3ja-uw5u2u9s1E .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5u2u9s1E .nav-wrapper {
    margin-bottom: 40px;
  }
}
.sdhah3ja-uw5u2u9s1E .nav-wrapper .jpn-section-subtitle {
  margin-bottom: 20px;
}
.sdhah3ja-uw5u2u9s1E .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.sdhah3ja-uw5u2u9s1E .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.sdhah3ja-uw5u2u9s1E .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.sdhah3ja-uw5u2u9s1E .nav-wrapper .list .item-wrap:hover,
.sdhah3ja-uw5u2u9s1E .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.sdhah3ja-uw5u2u9s1E .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5u2u9s1E .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.sdhah3ja-uw5u2u9s1E .contacts-wrapper .jpn-section-subtitle {
  margin-bottom: 20px;
}
.sdhah3ja-uw5u2u9s1E .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.sdhah3ja-uw5u2u9s1E .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.sdhah3ja-uw5u2u9s1E .contacts-wrapper .list .item-wrap:hover,
.sdhah3ja-uw5u2u9s1E .contacts-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.sdhah3ja-uw5u2u9s1E .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.sdhah3ja-uw5u2u9s1E .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5u2u9s1E .social-wrapper {
    margin-bottom: 40px;
  }
}
.sdhah3ja-uw5u2u9s1E .social-wrapper .jpn-section-subtitle {
  margin-bottom: 20px;
}
.sdhah3ja-uw5u2u9s1E .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.sdhah3ja-uw5u2u9s1E .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.sdhah3ja-uw5u2u9s1E .social-wrapper .social-wrap .soc-item a:hover .jpn-iconfont,
.sdhah3ja-uw5u2u9s1E .social-wrapper .social-wrap .soc-item a:hover .jpn-iconfont {
  transform: scale(1.1);
}
.sdhah3ja-uw5u2u9s1E .social-wrapper .social-wrap .soc-item a .jpn-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.sdhah3ja-uw5u2u9s1E .jpn-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #ffffff;
  text-align: center;
}
.sdhah3ja-uw5u2u9s1E .jpn-section-title {
  color: #ed463f;
}
.sdhah3ja-uw5u2u9s1E .jpn-section-subtitle {
  color: #ffffff;
}
.sdhah3ja-uw5u2u9s1E .list {
  color: #404349;
}
.sdhah3ja-uw5u2u9s1E .jpn-section-title,
.sdhah3ja-uw5u2u9s1E .title-wrapper {
  color: #ffffff;
}
.sdhah3ja-uw5u2u9s1E .list,
.sdhah3ja-uw5u2u9s1E .item-wrap {
  color: #ffffff;
}
.sdhah3ja-uw5vdUb8BM .navbar-dropdown {
  position: relative !important;
}
.sdhah3ja-uw5vdUb8BM .dropdown-item:before {
  font-family: ourjapanpensionn2 !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;
}
.sdhah3ja-uw5vdUb8BM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.sdhah3ja-uw5vdUb8BM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.sdhah3ja-uw5vdUb8BM .dropdown-item:hover,
.sdhah3ja-uw5vdUb8BM .dropdown-item:focus {
  background: #491414 !important;
  color: white !important;
}
.sdhah3ja-uw5vdUb8BM .dropdown-item:hover span {
  color: white;
}
.sdhah3ja-uw5vdUb8BM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.sdhah3ja-uw5vdUb8BM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.sdhah3ja-uw5vdUb8BM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.sdhah3ja-uw5vdUb8BM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.sdhah3ja-uw5vdUb8BM .nav-link {
  position: relative;
}
.sdhah3ja-uw5vdUb8BM .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .sdhah3ja-uw5vdUb8BM .container {
    flex-wrap: nowrap;
  }
}
.sdhah3ja-uw5vdUb8BM .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.sdhah3ja-uw5vdUb8BM .dropdown-menu,
.sdhah3ja-uw5vdUb8BM .navbar.opened {
  background: #40b0bf !important;
}
.sdhah3ja-uw5vdUb8BM .nav-item:focus,
.sdhah3ja-uw5vdUb8BM .nav-link:focus {
  outline: none;
}
.sdhah3ja-uw5vdUb8BM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.sdhah3ja-uw5vdUb8BM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.sdhah3ja-uw5vdUb8BM .dropdown .dropdown-menu .dropdown-item .jpn-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.sdhah3ja-uw5vdUb8BM .dropdown .dropdown-menu .dropdown-item .jpn-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.sdhah3ja-uw5vdUb8BM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.sdhah3ja-uw5vdUb8BM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.sdhah3ja-uw5vdUb8BM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #40b0bf;
}
.sdhah3ja-uw5vdUb8BM .navbar.opened {
  transition: all 0.3s;
}
.sdhah3ja-uw5vdUb8BM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.sdhah3ja-uw5vdUb8BM .navbar .navbar-logo img {
  width: auto;
}
.sdhah3ja-uw5vdUb8BM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.sdhah3ja-uw5vdUb8BM .navbar.collapsed {
  justify-content: center;
}
.sdhah3ja-uw5vdUb8BM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.sdhah3ja-uw5vdUb8BM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .sdhah3ja-uw5vdUb8BM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.sdhah3ja-uw5vdUb8BM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.sdhah3ja-uw5vdUb8BM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.sdhah3ja-uw5vdUb8BM .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%;
}
.sdhah3ja-uw5vdUb8BM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.sdhah3ja-uw5vdUb8BM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.sdhah3ja-uw5vdUb8BM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .sdhah3ja-uw5vdUb8BM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .sdhah3ja-uw5vdUb8BM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .sdhah3ja-uw5vdUb8BM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .sdhah3ja-uw5vdUb8BM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .sdhah3ja-uw5vdUb8BM .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%;
  }
  .sdhah3ja-uw5vdUb8BM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .sdhah3ja-uw5vdUb8BM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .sdhah3ja-uw5vdUb8BM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .sdhah3ja-uw5vdUb8BM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .sdhah3ja-uw5vdUb8BM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .sdhah3ja-uw5vdUb8BM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .sdhah3ja-uw5vdUb8BM .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.sdhah3ja-uw5vdUb8BM .navbar.navbar-short {
  min-height: 60px;
}
.sdhah3ja-uw5vdUb8BM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.sdhah3ja-uw5vdUb8BM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.sdhah3ja-uw5vdUb8BM .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;
}
.sdhah3ja-uw5vdUb8BM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.sdhah3ja-uw5vdUb8BM .navbar-brand .navbar-logo a {
  outline: none;
}
.sdhah3ja-uw5vdUb8BM .dropdown-item.active,
.sdhah3ja-uw5vdUb8BM .dropdown-item:active {
  background-color: transparent;
}
.sdhah3ja-uw5vdUb8BM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.sdhah3ja-uw5vdUb8BM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.sdhah3ja-uw5vdUb8BM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.sdhah3ja-uw5vdUb8BM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #40b0bf;
}
.sdhah3ja-uw5vdUb8BM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.sdhah3ja-uw5vdUb8BM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.sdhah3ja-uw5vdUb8BM ul.navbar-nav {
  flex-wrap: wrap;
}
.sdhah3ja-uw5vdUb8BM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.sdhah3ja-uw5vdUb8BM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.sdhah3ja-uw5vdUb8BM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #491414;
}
.sdhah3ja-uw5vdUb8BM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.sdhah3ja-uw5vdUb8BM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.sdhah3ja-uw5vdUb8BM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.sdhah3ja-uw5vdUb8BM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.sdhah3ja-uw5vdUb8BM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.sdhah3ja-uw5vdUb8BM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.sdhah3ja-uw5vdUb8BM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.sdhah3ja-uw5vdUb8BM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.sdhah3ja-uw5vdUb8BM .navbar-dropdown {
  padding: 0 1rem;
}
.sdhah3ja-uw5vdUb8BM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sdhah3ja-uw5vdUb8BM .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) {
  .sdhah3ja-uw5vdUb8BM .navbar {
    height: 70px;
  }
  .sdhah3ja-uw5vdUb8BM .navbar.opened {
    height: auto;
  }
  .sdhah3ja-uw5vdUb8BM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.sdhah3ja-uw5vyajMqa {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ecede8;
}
.sdhah3ja-uw5vyajMqa .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5vyajMqa .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.sdhah3ja-uw5vyajMqa img {
  border-radius: 3rem;
}
.sdhah3ja-uw5vyajMqa .row {
  flex-direction: row-reverse;
}
.sdhah3ja-uw5vyajMqa .row {
  align-items: center;
}
.sdhah3ja-uw5vyajMqa .jpn-section-title {
  color: #000000;
}
.sdhah3ja-uw5vyajMqa .jpn-text,
.sdhah3ja-uw5vyajMqa .jpn-section-btn {
  color: #000000;
}
.sdhah3ja-uw5vU6HJc4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1c6771;
}
.sdhah3ja-uw5vU6HJc4 .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5vU6HJc4 .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.sdhah3ja-uw5vU6HJc4 .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .sdhah3ja-uw5vU6HJc4 .container-fluid {
    padding: 0 12px;
  }
}
.sdhah3ja-uw5vU6HJc4 .row {
  border: 3px solid #fff9e7;
  margin-top: -3px;
  border-radius: 5px;
  padding: 64px 28px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5vU6HJc4 .row {
    padding: 48px 20px;
  }
}
@media (min-width: 992px) {
  .sdhah3ja-uw5vU6HJc4 .card {
    padding-right: 64px;
  }
  .sdhah3ja-uw5vU6HJc4 .card:last-child {
    padding-right: 16px;
    padding-left: 64px;
  }
}
@media (max-width: 992px) {
  .sdhah3ja-uw5vU6HJc4 .card:first-child {
    margin-bottom: 64px;
  }
}
.sdhah3ja-uw5vU6HJc4 .card .text-wrapper .jpn-text {
  margin-bottom: 0;
}
.sdhah3ja-uw5vU6HJc4 .jpn-text {
  color: #fff9e7;
}
.sdhah3ja-uw5vEdBLWY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f1;
  overflow: hidden;
}
.sdhah3ja-uw5vEdBLWY .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5vEdBLWY .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.sdhah3ja-uw5vEdBLWY .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5vEdBLWY .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .sdhah3ja-uw5vEdBLWY .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .sdhah3ja-uw5vEdBLWY .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .sdhah3ja-uw5vEdBLWY .container {
    padding: 0 14px;
  }
}
.sdhah3ja-uw5vEdBLWY .title-wrapper .jpn-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5vEdBLWY .title-wrapper .jpn-section-title {
    margin-bottom: 40px;
  }
}
.sdhah3ja-uw5vEdBLWY .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5vEdBLWY .image-wrapper {
    margin-bottom: 32px;
  }
}
.sdhah3ja-uw5vEdBLWY .image-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #01004c;
  transform: rotate(5deg);
  pointer-events: none;
}
.sdhah3ja-uw5vEdBLWY .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 600px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5vEdBLWY .image-wrapper img {
    height: 300px;
  }
}
.sdhah3ja-uw5vEdBLWY .content-wrapper {
  margin-left: 80px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5vEdBLWY .content-wrapper {
    margin: 0;
  }
}
.sdhah3ja-uw5vEdBLWY .content-wrapper .jpn-name {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5vEdBLWY .content-wrapper .jpn-name {
    margin-bottom: 22px;
  }
}
.sdhah3ja-uw5vEdBLWY .content-wrapper .text-wrapper .jpn-text {
  display: inline-flex;
  width: 65%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5vEdBLWY .content-wrapper .text-wrapper .jpn-text {
    width: 100%;
  }
}
.sdhah3ja-uw5vEdBLWY .jpn-section-title {
  color: #01004c;
  text-align: center;
}
.sdhah3ja-uw5vEdBLWY .jpn-name {
  color: #000000;
}
.sdhah3ja-uw5vEdBLWY .jpn-text {
  color: #01004c;
}
.sdhah3ja-uw5vEdBLWY .jpn-text,
.sdhah3ja-uw5vEdBLWY .text-wrapper {
  color: #000000;
}
.sdhah3ja-uw5vJ5hHC0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.sdhah3ja-uw5vJ5hHC0 .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5vJ5hHC0 .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.sdhah3ja-uw5vJ5hHC0 .container-fluid {
  padding: 0;
}
@media (max-width: 768px) {
  .sdhah3ja-uw5vJ5hHC0 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .sdhah3ja-uw5vJ5hHC0 .container {
    padding: 0 26px;
  }
}
.sdhah3ja-uw5vJ5hHC0 .image-wrapper img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5vJ5hHC0 .image-wrapper img {
    height: 300px;
  }
}
.sdhah3ja-uw5vJ5hHC0 .title-wrapper {
  padding: 0 98px 0 120px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5vJ5hHC0 .title-wrapper {
    padding: 0 120px;
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .sdhah3ja-uw5vJ5hHC0 .title-wrapper {
    padding: 0 26px;
  }
}
.sdhah3ja-uw5vJ5hHC0 .title-wrapper .jpn-section-subtitle {
  margin-bottom: 18px;
}
.sdhah3ja-uw5vJ5hHC0 .title-wrapper .jpn-section-title {
  margin-bottom: 18px;
}
.sdhah3ja-uw5vJ5hHC0 .title-wrapper .jpn-text {
  margin-bottom: 0;
}
.sdhah3ja-uw5vJ5hHC0 .jpn-section-title {
  color: #000000;
}
.sdhah3ja-uw5vJ5hHC0 .jpn-section-subtitle {
  color: #ffffff;
}
.sdhah3ja-uw5vJ5hHC0 .jpn-text {
  color: #000000;
}
.sdhah3ja-uw5vQbj96r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #1c6771;
}
.sdhah3ja-uw5vQbj96r .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5vQbj96r .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.sdhah3ja-uw5vQbj96r .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5vQbj96r .container-fluid {
    padding: 0 20px;
  }
}
.sdhah3ja-uw5vQbj96r .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5vQbj96r .container {
    padding: 0 20px;
  }
  .sdhah3ja-uw5vQbj96r .container .row {
    padding: 0;
  }
}
.sdhah3ja-uw5vQbj96r .container,
.sdhah3ja-uw5vQbj96r .container-fluid {
  position: relative;
}
.sdhah3ja-uw5vQbj96r .container .container-color,
.sdhah3ja-uw5vQbj96r .container-fluid .container-color {
  position: absolute;
  top: 0;
  left: -72px;
  height: 100px;
  width: 60%;
  background-color: #f7f7f7;
}
@media (max-width: 768px) {
  .sdhah3ja-uw5vQbj96r .container .container-color,
  .sdhah3ja-uw5vQbj96r .container-fluid .container-color {
    width: 100%;
  }
}
.sdhah3ja-uw5vQbj96r .row {
  justify-content: center;
}
.sdhah3ja-uw5vQbj96r .text-wrapper {
  position: relative;
  z-index: 1;
}
.sdhah3ja-uw5vQbj96r .text-wrapper .jpn-text {
  margin-bottom: 0;
}
.sdhah3ja-uw5vQbj96r .jpn-text {
  color: #ffffff;
}
.sdhah3ja-uw5vLCXCGT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.sdhah3ja-uw5vLCXCGT .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5vLCXCGT .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5vLCXCGT .container {
    padding: 0 20px;
  }
}
.sdhah3ja-uw5vLCXCGT .row {
  margin: 0;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5vLCXCGT .title-wrapper {
    margin-bottom: 50px;
  }
}
.sdhah3ja-uw5vLCXCGT .title-wrapper .jpn-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5vLCXCGT .title-wrapper .jpn-section-title {
    margin-bottom: 32px;
  }
}
.sdhah3ja-uw5vLCXCGT .title-wrapper .jpn-text {
  margin-bottom: 32px;
}
.sdhah3ja-uw5vLCXCGT .image-wrapper {
  position: relative;
}
.sdhah3ja-uw5vLCXCGT .image-wrapper .blur-wrap {
  position: absolute;
  top: 0;
  left: -8rem;
  background-image: linear-gradient(-120deg, #f5fd7b 50%, #6567ee 0%);
  width: 300px;
  height: 300px;
  border-radius: 100%;
  filter: blur(85px);
}
.sdhah3ja-uw5vLCXCGT .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 500px;
  margin: 0 auto;
  border-radius: 50px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .sdhah3ja-uw5vLCXCGT .image-wrapper img {
    height: 350px;
  }
}
.sdhah3ja-uw5vLCXCGT .jpn-section-title {
  color: #ffffff;
}
.sdhah3ja-uw5vLCXCGT .jpn-text {
  color: #000000;
}
.sdhah3ja-uw5vLCXCGT .jpn-number {
  color: #f5fd7b;
}
.sdhah3ja-uw5vLCXCGT .jpn-desc {
  color: #ffffff;
}
.sdhah3ja-uw5vLCXCGT .jpn-link {
  color: #ffffff;
}
.sdhah3ja-uw5vLCXCGT .jpn-section-title,
.sdhah3ja-uw5vLCXCGT .jpn-section-btn {
  color: #000000;
}
.sdhah3ja-uw5vPEWOko {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #1c6771;
}
.sdhah3ja-uw5vPEWOko .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5vPEWOko .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.sdhah3ja-uw5vPEWOko .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5vPEWOko .container-fluid {
    padding: 0 20px;
  }
}
.sdhah3ja-uw5vPEWOko .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5vPEWOko .container {
    padding: 0 20px;
  }
  .sdhah3ja-uw5vPEWOko .container .row {
    padding: 0;
  }
}
.sdhah3ja-uw5vPEWOko .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5vPEWOko .title-wrapper {
    margin-bottom: 40px;
  }
}
.sdhah3ja-uw5vPEWOko .title-wrapper .jpn-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5vPEWOko .title-wrapper .jpn-section-title {
    text-align: left;
  }
}
.sdhah3ja-uw5vPEWOko .text-wrapper .jpn-text {
  margin-bottom: 20px;
}
.sdhah3ja-uw5vPEWOko .text-wrapper .jpn-section-btn .btn .jpn-iconfont {
  color: #c6a38f;
}
.sdhah3ja-uw5vPEWOko .jpn-section-title {
  color: #ffffff;
  text-align: right;
}
.sdhah3ja-uw5vPEWOko .jpn-text {
  color: #ffffff;
}
.sdhah3ja-uw5vP9UlYQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.sdhah3ja-uw5vP9UlYQ .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5vP9UlYQ .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.sdhah3ja-uw5vP9UlYQ .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5vP9UlYQ .container-fluid {
    padding: 0 20px;
  }
}
.sdhah3ja-uw5vP9UlYQ .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5vP9UlYQ .container {
    padding: 0 20px;
  }
  .sdhah3ja-uw5vP9UlYQ .container .row {
    padding: 0;
  }
}
.sdhah3ja-uw5vP9UlYQ .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5vP9UlYQ .title-wrapper {
    margin-bottom: 40px;
  }
}
.sdhah3ja-uw5vP9UlYQ .title-wrapper .jpn-section-title {
  margin-bottom: 20px;
}
.sdhah3ja-uw5vP9UlYQ .title-wrapper .jpn-text {
  margin-bottom: 20px;
}
.sdhah3ja-uw5vP9UlYQ .title-wrapper .jpn-section-btn .btn .jpn-iconfont {
  color: #c6a38f;
}
.sdhah3ja-uw5vP9UlYQ .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .sdhah3ja-uw5vP9UlYQ .image-wrapper img {
    height: 300px;
  }
}
.sdhah3ja-uw5vP9UlYQ .jpn-section-title {
  color: #222222;
}
.sdhah3ja-uw5vP9UlYQ .jpn-text {
  color: #222222;
}
.sdhah3ja-uw5vXV1cwZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c6771;
}
.sdhah3ja-uw5vXV1cwZ .jpn-text {
  color: #ffffff;
}
.sdhah3ja-uw5vXV1cwZ .jpn-section-subtitle {
  color: #ffffff;
}
.sdhah3ja-uw5vXV1cwZ .jpn-section-title {
  color: #ffffff;
  border-bottom: 1px solid currentColor;
  padding-bottom: 1rem;
}
.sdhah3ja-uw5vdYV0ui {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.sdhah3ja-uw5vdYV0ui .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5vdYV0ui .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.sdhah3ja-uw5vdYV0ui .content-wrap {
  padding: 60px;
  background-color: #232323;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5vdYV0ui .content-wrap {
    padding: 30px 20px;
  }
}
.sdhah3ja-uw5vdYV0ui .content-wrap .row {
  justify-content: center;
}
.sdhah3ja-uw5vdYV0ui .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5vdYV0ui .title-wrapper {
    margin-bottom: 40px;
  }
}
.sdhah3ja-uw5vdYV0ui .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.sdhah3ja-uw5vdYV0ui .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.sdhah3ja-uw5vdYV0ui .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.sdhah3ja-uw5vdYV0ui .title-wrapper .title-wrap .jpn-section-title {
  margin-bottom: 0;
}
.sdhah3ja-uw5vdYV0ui .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5vdYV0ui .nav-wrapper {
    margin-bottom: 40px;
  }
}
.sdhah3ja-uw5vdYV0ui .nav-wrapper .jpn-section-subtitle {
  margin-bottom: 20px;
}
.sdhah3ja-uw5vdYV0ui .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.sdhah3ja-uw5vdYV0ui .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.sdhah3ja-uw5vdYV0ui .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.sdhah3ja-uw5vdYV0ui .nav-wrapper .list .item-wrap:hover,
.sdhah3ja-uw5vdYV0ui .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.sdhah3ja-uw5vdYV0ui .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5vdYV0ui .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.sdhah3ja-uw5vdYV0ui .contacts-wrapper .jpn-section-subtitle {
  margin-bottom: 20px;
}
.sdhah3ja-uw5vdYV0ui .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.sdhah3ja-uw5vdYV0ui .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.sdhah3ja-uw5vdYV0ui .contacts-wrapper .list .item-wrap:hover,
.sdhah3ja-uw5vdYV0ui .contacts-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.sdhah3ja-uw5vdYV0ui .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.sdhah3ja-uw5vdYV0ui .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5vdYV0ui .social-wrapper {
    margin-bottom: 40px;
  }
}
.sdhah3ja-uw5vdYV0ui .social-wrapper .jpn-section-subtitle {
  margin-bottom: 20px;
}
.sdhah3ja-uw5vdYV0ui .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.sdhah3ja-uw5vdYV0ui .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.sdhah3ja-uw5vdYV0ui .social-wrapper .social-wrap .soc-item a:hover .jpn-iconfont,
.sdhah3ja-uw5vdYV0ui .social-wrapper .social-wrap .soc-item a:hover .jpn-iconfont {
  transform: scale(1.1);
}
.sdhah3ja-uw5vdYV0ui .social-wrapper .social-wrap .soc-item a .jpn-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.sdhah3ja-uw5vdYV0ui .jpn-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #ffffff;
  text-align: center;
}
.sdhah3ja-uw5vdYV0ui .jpn-section-title {
  color: #ed463f;
}
.sdhah3ja-uw5vdYV0ui .jpn-section-subtitle {
  color: #ffffff;
}
.sdhah3ja-uw5vdYV0ui .list {
  color: #404349;
}
.sdhah3ja-uw5vdYV0ui .jpn-section-title,
.sdhah3ja-uw5vdYV0ui .title-wrapper {
  color: #ffffff;
}
.sdhah3ja-uw5vdYV0ui .list,
.sdhah3ja-uw5vdYV0ui .item-wrap {
  color: #ffffff;
}
.sdhah3ja-uw5w2VlGuI .navbar-dropdown {
  position: relative !important;
}
.sdhah3ja-uw5w2VlGuI .dropdown-item:before {
  font-family: ourjapanpensionn2 !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;
}
.sdhah3ja-uw5w2VlGuI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.sdhah3ja-uw5w2VlGuI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.sdhah3ja-uw5w2VlGuI .dropdown-item:hover,
.sdhah3ja-uw5w2VlGuI .dropdown-item:focus {
  background: #491414 !important;
  color: white !important;
}
.sdhah3ja-uw5w2VlGuI .dropdown-item:hover span {
  color: white;
}
.sdhah3ja-uw5w2VlGuI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.sdhah3ja-uw5w2VlGuI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.sdhah3ja-uw5w2VlGuI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.sdhah3ja-uw5w2VlGuI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.sdhah3ja-uw5w2VlGuI .nav-link {
  position: relative;
}
.sdhah3ja-uw5w2VlGuI .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .sdhah3ja-uw5w2VlGuI .container {
    flex-wrap: nowrap;
  }
}
.sdhah3ja-uw5w2VlGuI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.sdhah3ja-uw5w2VlGuI .dropdown-menu,
.sdhah3ja-uw5w2VlGuI .navbar.opened {
  background: #40b0bf !important;
}
.sdhah3ja-uw5w2VlGuI .nav-item:focus,
.sdhah3ja-uw5w2VlGuI .nav-link:focus {
  outline: none;
}
.sdhah3ja-uw5w2VlGuI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.sdhah3ja-uw5w2VlGuI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.sdhah3ja-uw5w2VlGuI .dropdown .dropdown-menu .dropdown-item .jpn-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.sdhah3ja-uw5w2VlGuI .dropdown .dropdown-menu .dropdown-item .jpn-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.sdhah3ja-uw5w2VlGuI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.sdhah3ja-uw5w2VlGuI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.sdhah3ja-uw5w2VlGuI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #40b0bf;
}
.sdhah3ja-uw5w2VlGuI .navbar.opened {
  transition: all 0.3s;
}
.sdhah3ja-uw5w2VlGuI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.sdhah3ja-uw5w2VlGuI .navbar .navbar-logo img {
  width: auto;
}
.sdhah3ja-uw5w2VlGuI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.sdhah3ja-uw5w2VlGuI .navbar.collapsed {
  justify-content: center;
}
.sdhah3ja-uw5w2VlGuI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.sdhah3ja-uw5w2VlGuI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .sdhah3ja-uw5w2VlGuI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.sdhah3ja-uw5w2VlGuI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.sdhah3ja-uw5w2VlGuI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.sdhah3ja-uw5w2VlGuI .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%;
}
.sdhah3ja-uw5w2VlGuI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.sdhah3ja-uw5w2VlGuI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.sdhah3ja-uw5w2VlGuI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .sdhah3ja-uw5w2VlGuI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .sdhah3ja-uw5w2VlGuI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .sdhah3ja-uw5w2VlGuI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .sdhah3ja-uw5w2VlGuI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .sdhah3ja-uw5w2VlGuI .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%;
  }
  .sdhah3ja-uw5w2VlGuI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .sdhah3ja-uw5w2VlGuI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .sdhah3ja-uw5w2VlGuI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .sdhah3ja-uw5w2VlGuI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .sdhah3ja-uw5w2VlGuI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .sdhah3ja-uw5w2VlGuI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .sdhah3ja-uw5w2VlGuI .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.sdhah3ja-uw5w2VlGuI .navbar.navbar-short {
  min-height: 60px;
}
.sdhah3ja-uw5w2VlGuI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.sdhah3ja-uw5w2VlGuI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.sdhah3ja-uw5w2VlGuI .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;
}
.sdhah3ja-uw5w2VlGuI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.sdhah3ja-uw5w2VlGuI .navbar-brand .navbar-logo a {
  outline: none;
}
.sdhah3ja-uw5w2VlGuI .dropdown-item.active,
.sdhah3ja-uw5w2VlGuI .dropdown-item:active {
  background-color: transparent;
}
.sdhah3ja-uw5w2VlGuI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.sdhah3ja-uw5w2VlGuI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.sdhah3ja-uw5w2VlGuI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.sdhah3ja-uw5w2VlGuI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #40b0bf;
}
.sdhah3ja-uw5w2VlGuI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.sdhah3ja-uw5w2VlGuI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.sdhah3ja-uw5w2VlGuI ul.navbar-nav {
  flex-wrap: wrap;
}
.sdhah3ja-uw5w2VlGuI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.sdhah3ja-uw5w2VlGuI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.sdhah3ja-uw5w2VlGuI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #491414;
}
.sdhah3ja-uw5w2VlGuI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.sdhah3ja-uw5w2VlGuI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.sdhah3ja-uw5w2VlGuI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.sdhah3ja-uw5w2VlGuI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.sdhah3ja-uw5w2VlGuI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.sdhah3ja-uw5w2VlGuI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.sdhah3ja-uw5w2VlGuI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.sdhah3ja-uw5w2VlGuI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.sdhah3ja-uw5w2VlGuI .navbar-dropdown {
  padding: 0 1rem;
}
.sdhah3ja-uw5w2VlGuI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sdhah3ja-uw5w2VlGuI .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) {
  .sdhah3ja-uw5w2VlGuI .navbar {
    height: 70px;
  }
  .sdhah3ja-uw5w2VlGuI .navbar.opened {
    height: auto;
  }
  .sdhah3ja-uw5w2VlGuI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.sdhah3ja-uw5w9am50j {
  display: flex;
  padding-top: 15rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/main48-1024x1024.jpg");
}
.sdhah3ja-uw5w9am50j .jpn-overlay {
  background-color: #000000;
  opacity: 0.9;
}
.sdhah3ja-uw5w9am50j .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5w9am50j .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.sdhah3ja-uw5w9am50j .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.sdhah3ja-uw5w9am50j p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .sdhah3ja-uw5w9am50j {
    align-items: center;
  }
  .sdhah3ja-uw5w9am50j .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .sdhah3ja-uw5w9am50j .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .sdhah3ja-uw5w9am50j {
    -webkit-align-items: center;
    align-items: center;
  }
  .sdhah3ja-uw5w9am50j .jpn-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .sdhah3ja-uw5w9am50j .content-wrap {
    width: 100%;
  }
}
.sdhah3ja-uw5w9am50j .jpn-section-subtitle,
.sdhah3ja-uw5w9am50j .line {
  color: #ffffff;
}
.sdhah3ja-uw5w9am50j .jpn-text,
.sdhah3ja-uw5w9am50j .jpn-section-btn {
  text-align: right;
}
.sdhah3ja-uw5wCjBsM1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f0f0;
}
.sdhah3ja-uw5wCjBsM1 .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5wCjBsM1 .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.sdhah3ja-uw5wCjBsM1 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .sdhah3ja-uw5wCjBsM1 .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .sdhah3ja-uw5wCjBsM1 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .sdhah3ja-uw5wCjBsM1 .container {
    padding: 0 16px;
  }
}
.sdhah3ja-uw5wCjBsM1 .row {
  justify-content: space-between;
}
.sdhah3ja-uw5wCjBsM1 .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5wCjBsM1 .image-wrapper {
    margin-bottom: 48px;
  }
}
.sdhah3ja-uw5wCjBsM1 .image-wrapper img {
  height: 520px;
  object-fit: cover;
  box-shadow: 0 7px 20px #333333;
  border-radius: .5em !important;
}
.sdhah3ja-uw5wCjBsM1 .content-wrapper {
  position: relative;
}
.sdhah3ja-uw5wCjBsM1 .content-wrapper .jpn-section-title {
  margin-bottom: 32px;
}
.sdhah3ja-uw5wCjBsM1 .content-wrapper .jpn-text {
  margin-bottom: 32px;
}
.sdhah3ja-uw5wCjBsM1 .jpn-text {
  color: #333333;
}
.sdhah3ja-uw5wCZT0yo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c6771;
}
.sdhah3ja-uw5wCZT0yo .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5wCZT0yo .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.sdhah3ja-uw5wCZT0yo .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .sdhah3ja-uw5wCZT0yo .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .sdhah3ja-uw5wCZT0yo .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .sdhah3ja-uw5wCZT0yo .container {
    padding: 0 16px;
  }
}
.sdhah3ja-uw5wCZT0yo .card {
  justify-content: center;
}
.sdhah3ja-uw5wCZT0yo .title-wrapper .jpn-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5wCZT0yo .title-wrapper .jpn-section-title {
    margin-bottom: 36px;
  }
}
.sdhah3ja-uw5wCZT0yo .text-wrapper .jpn-text {
  margin: 48px 0 0 0;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5wCZT0yo .text-wrapper .jpn-text {
    margin: 36px 0 0 0;
  }
}
.sdhah3ja-uw5wCZT0yo .jpn-section-title {
  color: #080808;
}
.sdhah3ja-uw5wCZT0yo .jpn-text {
  color: #ffffff;
}
.sdhah3ja-uw5wCZT0yo .jpn-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5wCZT0yo .jpn-section-btn {
    text-align: left;
  }
}
.sdhah3ja-uw5wCZT0yo .jpn-section-title,
.sdhah3ja-uw5wCZT0yo .jpn-section-btn {
  color: #ffffff;
}
.sdhah3ja-uw5wdfUIMz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e9e9e6;
}
.sdhah3ja-uw5wdfUIMz .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5wdfUIMz .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.sdhah3ja-uw5wdfUIMz .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5wdfUIMz .content-wrapper {
    margin-bottom: 35px;
  }
}
.sdhah3ja-uw5wdfUIMz .content-wrapper .jpn-desc {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5wdfUIMz .content-wrapper .jpn-desc {
    margin-bottom: 20px;
  }
}
.sdhah3ja-uw5wdfUIMz .content-wrapper .jpn-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5wdfUIMz .content-wrapper .jpn-section-title {
    margin-bottom: 20px;
  }
}
.sdhah3ja-uw5wdfUIMz .content-wrapper .jpn-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5wdfUIMz .content-wrapper .jpn-text {
    margin-bottom: 15px;
  }
}
.sdhah3ja-uw5wdfUIMz .image-wrapper {
  padding-left: 30px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5wdfUIMz .image-wrapper {
    padding-left: 0;
  }
}
.sdhah3ja-uw5wdfUIMz .image-wrapper img {
  height: 540px;
  object-fit: cover;
  border-radius: 0 16rem;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5wdfUIMz .image-wrapper img {
    height: 350px;
    border-radius: 0 8rem;
  }
}
.sdhah3ja-uw5wdfUIMz .jpn-section-title {
  color: #000000;
}
.sdhah3ja-uw5wdfUIMz .jpn-desc {
  color: #000000;
}
.sdhah3ja-uw5wdfUIMz .jpn-text {
  color: #000000;
}
.sdhah3ja-uw5wAJ1QIF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/main51-1024x1024.jpg");
}
.sdhah3ja-uw5wAJ1QIF::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 25%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.sdhah3ja-uw5wAJ1QIF .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5wAJ1QIF .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5wAJ1QIF .container {
    padding: 0 22px;
  }
}
.sdhah3ja-uw5wAJ1QIF .row {
  justify-content: center;
}
.sdhah3ja-uw5wAJ1QIF .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5wAJ1QIF .content-wrapper {
    padding: 0;
  }
}
.sdhah3ja-uw5wAJ1QIF .content-wrapper .jpn-section-title {
  margin-bottom: 0;
}
.sdhah3ja-uw5wAJ1QIF .content-wrapper .jpn-desc {
  margin-bottom: 10px;
}
.sdhah3ja-uw5wAJ1QIF .jpn-section-title {
  color: #ffffff;
}
.sdhah3ja-uw5wAJ1QIF .jpn-desc {
  color: #ffffff;
  text-align: center;
}
.sdhah3ja-uw5wAJ1QIF .jpn-section-title,
.sdhah3ja-uw5wAJ1QIF .jpn-section-btn {
  text-align: center;
}
.sdhah3ja-uw5wDuD1sX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c6771;
}
.sdhah3ja-uw5wDuD1sX .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5wDuD1sX .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5wDuD1sX .container {
    padding: 0 22px;
  }
}
.sdhah3ja-uw5wDuD1sX .title-wrapper .jpn-section-title {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5wDuD1sX .title-wrapper .jpn-section-title {
    margin-bottom: 32px;
  }
}
.sdhah3ja-uw5wDuD1sX .text-wrapper .jpn-text {
  margin-bottom: 0;
}
.sdhah3ja-uw5wDuD1sX .jpn-section-title {
  color: #ffffff;
}
.sdhah3ja-uw5wDuD1sX .jpn-text {
  color: #ffffff;
}
.sdhah3ja-uw5whXahY3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.sdhah3ja-uw5whXahY3 .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5whXahY3 .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5whXahY3 .container {
    padding: 0 30px;
  }
}
.sdhah3ja-uw5whXahY3 .content-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5whXahY3 .content-wrapper {
    display: block;
  }
}
.sdhah3ja-uw5whXahY3 .content-wrapper .card {
  justify-content: center;
}
.sdhah3ja-uw5whXahY3 .content-wrapper .content-wrap {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
  background-color: #1c6771;
  border-radius: 0 0 2rem 0 !important;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5whXahY3 .content-wrapper .content-wrap {
    width: 100%;
    padding: 40px 20px;
    border-radius: 0 0 2rem 0 !important;
  }
}
.sdhah3ja-uw5whXahY3 .content-wrapper .content-wrap .jpn-section-title {
  margin-bottom: 35px;
}
.sdhah3ja-uw5whXahY3 .content-wrapper .content-wrap .jpn-text {
  margin-bottom: 40px;
}
.sdhah3ja-uw5whXahY3 .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5whXahY3 .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.sdhah3ja-uw5whXahY3 .content-wrapper .image-wrapper img {
  min-height: 630px;
  object-fit: cover;
  border-radius: 2rem 0 0 0 !important;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5whXahY3 .content-wrapper .image-wrapper img {
    min-height: auto;
    height: 430px;
    border-radius: 2rem 0 0 0 !important;
  }
}
.sdhah3ja-uw5whXahY3 .jpn-section-title {
  color: #144031;
}
.sdhah3ja-uw5whXahY3 .jpn-text {
  color: #ffffff;
}
.sdhah3ja-uw5whXahY3 .jpn-section-title,
.sdhah3ja-uw5whXahY3 .jpn-section-btn {
  color: #ffffff;
}
.sdhah3ja-uw5wG0XKp7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #37929f;
}
.sdhah3ja-uw5wG0XKp7 .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5wG0XKp7 .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.sdhah3ja-uw5wG0XKp7 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5wG0XKp7 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .sdhah3ja-uw5wG0XKp7 .container {
    padding: 0 24px;
  }
}
.sdhah3ja-uw5wG0XKp7 .row {
  justify-content: center;
}
.sdhah3ja-uw5wG0XKp7 .content-wrapper .desc-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5wG0XKp7 .content-wrapper .desc-wrapper {
    margin-bottom: 24px;
  }
}
.sdhah3ja-uw5wG0XKp7 .content-wrapper .desc-wrapper .jpn-desc {
  display: inline-flex;
  padding: 16px;
  background-color: #1c6771;
  border-radius: .75rem;
}
.sdhah3ja-uw5wG0XKp7 .content-wrapper .jpn-text {
  margin-bottom: 0;
}
.sdhah3ja-uw5wG0XKp7 .jpn-section-title {
  color: #141414;
}
.sdhah3ja-uw5wG0XKp7 .jpn-text {
  color: #ffffff;
}
.sdhah3ja-uw5wG0XKp7 .jpn-desc,
.sdhah3ja-uw5wG0XKp7 .desc-wrapper {
  color: #ffffff;
}
.sdhah3ja-uw5wBfHH1Y {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.sdhah3ja-uw5wBfHH1Y .jpn-text {
  color: #ffffff;
}
.sdhah3ja-uw5wBfHH1Y .jpn-section-subtitle {
  color: #000000;
}
.sdhah3ja-uw5wBfHH1Y .jpn-section-title {
  color: #000000;
}
.sdhah3ja-uw5wKUBd2z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c6771;
}
.sdhah3ja-uw5wKUBd2z .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5wKUBd2z .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5wKUBd2z .container {
    padding: 0 15px;
  }
}
.sdhah3ja-uw5wKUBd2z .title-wrapper .jpn-section-title {
  margin-bottom: 40px;
  padding-right: 8px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5wKUBd2z .title-wrapper .jpn-section-title {
    padding: 0;
  }
}
.sdhah3ja-uw5wKUBd2z .content-wrapper .jpn-text {
  margin-bottom: 20px;
}
.sdhah3ja-uw5wKUBd2z .content-wrapper .jpn-name {
  margin: 0;
}
.sdhah3ja-uw5wKUBd2z .jpn-section-title {
  color: #ffffff;
}
.sdhah3ja-uw5wKUBd2z .jpn-text {
  color: #ffffff;
}
.sdhah3ja-uw5wKUBd2z .jpn-name {
  color: #f2ac2b;
}
.sdhah3ja-uw5w2ZUNBF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.sdhah3ja-uw5w2ZUNBF .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5w2ZUNBF .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.sdhah3ja-uw5w2ZUNBF .content-wrap {
  padding: 60px;
  background-color: #232323;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5w2ZUNBF .content-wrap {
    padding: 30px 20px;
  }
}
.sdhah3ja-uw5w2ZUNBF .content-wrap .row {
  justify-content: center;
}
.sdhah3ja-uw5w2ZUNBF .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5w2ZUNBF .title-wrapper {
    margin-bottom: 40px;
  }
}
.sdhah3ja-uw5w2ZUNBF .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.sdhah3ja-uw5w2ZUNBF .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.sdhah3ja-uw5w2ZUNBF .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.sdhah3ja-uw5w2ZUNBF .title-wrapper .title-wrap .jpn-section-title {
  margin-bottom: 0;
}
.sdhah3ja-uw5w2ZUNBF .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5w2ZUNBF .nav-wrapper {
    margin-bottom: 40px;
  }
}
.sdhah3ja-uw5w2ZUNBF .nav-wrapper .jpn-section-subtitle {
  margin-bottom: 20px;
}
.sdhah3ja-uw5w2ZUNBF .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.sdhah3ja-uw5w2ZUNBF .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.sdhah3ja-uw5w2ZUNBF .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.sdhah3ja-uw5w2ZUNBF .nav-wrapper .list .item-wrap:hover,
.sdhah3ja-uw5w2ZUNBF .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.sdhah3ja-uw5w2ZUNBF .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5w2ZUNBF .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.sdhah3ja-uw5w2ZUNBF .contacts-wrapper .jpn-section-subtitle {
  margin-bottom: 20px;
}
.sdhah3ja-uw5w2ZUNBF .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.sdhah3ja-uw5w2ZUNBF .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.sdhah3ja-uw5w2ZUNBF .contacts-wrapper .list .item-wrap:hover,
.sdhah3ja-uw5w2ZUNBF .contacts-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.sdhah3ja-uw5w2ZUNBF .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.sdhah3ja-uw5w2ZUNBF .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5w2ZUNBF .social-wrapper {
    margin-bottom: 40px;
  }
}
.sdhah3ja-uw5w2ZUNBF .social-wrapper .jpn-section-subtitle {
  margin-bottom: 20px;
}
.sdhah3ja-uw5w2ZUNBF .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.sdhah3ja-uw5w2ZUNBF .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.sdhah3ja-uw5w2ZUNBF .social-wrapper .social-wrap .soc-item a:hover .jpn-iconfont,
.sdhah3ja-uw5w2ZUNBF .social-wrapper .social-wrap .soc-item a:hover .jpn-iconfont {
  transform: scale(1.1);
}
.sdhah3ja-uw5w2ZUNBF .social-wrapper .social-wrap .soc-item a .jpn-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.sdhah3ja-uw5w2ZUNBF .jpn-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #ffffff;
  text-align: center;
}
.sdhah3ja-uw5w2ZUNBF .jpn-section-title {
  color: #ed463f;
}
.sdhah3ja-uw5w2ZUNBF .jpn-section-subtitle {
  color: #ffffff;
}
.sdhah3ja-uw5w2ZUNBF .list {
  color: #404349;
}
.sdhah3ja-uw5w2ZUNBF .jpn-section-title,
.sdhah3ja-uw5w2ZUNBF .title-wrapper {
  color: #ffffff;
}
.sdhah3ja-uw5w2ZUNBF .list,
.sdhah3ja-uw5w2ZUNBF .item-wrap {
  color: #ffffff;
}
.sdhah3ja-uw5wMUraVo .navbar-dropdown {
  position: relative !important;
}
.sdhah3ja-uw5wMUraVo .dropdown-item:before {
  font-family: ourjapanpensionn2 !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;
}
.sdhah3ja-uw5wMUraVo .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.sdhah3ja-uw5wMUraVo .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.sdhah3ja-uw5wMUraVo .dropdown-item:hover,
.sdhah3ja-uw5wMUraVo .dropdown-item:focus {
  background: #491414 !important;
  color: white !important;
}
.sdhah3ja-uw5wMUraVo .dropdown-item:hover span {
  color: white;
}
.sdhah3ja-uw5wMUraVo .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.sdhah3ja-uw5wMUraVo .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.sdhah3ja-uw5wMUraVo .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.sdhah3ja-uw5wMUraVo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.sdhah3ja-uw5wMUraVo .nav-link {
  position: relative;
}
.sdhah3ja-uw5wMUraVo .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .sdhah3ja-uw5wMUraVo .container {
    flex-wrap: nowrap;
  }
}
.sdhah3ja-uw5wMUraVo .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.sdhah3ja-uw5wMUraVo .dropdown-menu,
.sdhah3ja-uw5wMUraVo .navbar.opened {
  background: #40b0bf !important;
}
.sdhah3ja-uw5wMUraVo .nav-item:focus,
.sdhah3ja-uw5wMUraVo .nav-link:focus {
  outline: none;
}
.sdhah3ja-uw5wMUraVo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.sdhah3ja-uw5wMUraVo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.sdhah3ja-uw5wMUraVo .dropdown .dropdown-menu .dropdown-item .jpn-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.sdhah3ja-uw5wMUraVo .dropdown .dropdown-menu .dropdown-item .jpn-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.sdhah3ja-uw5wMUraVo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.sdhah3ja-uw5wMUraVo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.sdhah3ja-uw5wMUraVo .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #40b0bf;
}
.sdhah3ja-uw5wMUraVo .navbar.opened {
  transition: all 0.3s;
}
.sdhah3ja-uw5wMUraVo .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.sdhah3ja-uw5wMUraVo .navbar .navbar-logo img {
  width: auto;
}
.sdhah3ja-uw5wMUraVo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.sdhah3ja-uw5wMUraVo .navbar.collapsed {
  justify-content: center;
}
.sdhah3ja-uw5wMUraVo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.sdhah3ja-uw5wMUraVo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .sdhah3ja-uw5wMUraVo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.sdhah3ja-uw5wMUraVo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.sdhah3ja-uw5wMUraVo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.sdhah3ja-uw5wMUraVo .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%;
}
.sdhah3ja-uw5wMUraVo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.sdhah3ja-uw5wMUraVo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.sdhah3ja-uw5wMUraVo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .sdhah3ja-uw5wMUraVo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .sdhah3ja-uw5wMUraVo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .sdhah3ja-uw5wMUraVo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .sdhah3ja-uw5wMUraVo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .sdhah3ja-uw5wMUraVo .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%;
  }
  .sdhah3ja-uw5wMUraVo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .sdhah3ja-uw5wMUraVo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .sdhah3ja-uw5wMUraVo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .sdhah3ja-uw5wMUraVo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .sdhah3ja-uw5wMUraVo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .sdhah3ja-uw5wMUraVo .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .sdhah3ja-uw5wMUraVo .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.sdhah3ja-uw5wMUraVo .navbar.navbar-short {
  min-height: 60px;
}
.sdhah3ja-uw5wMUraVo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.sdhah3ja-uw5wMUraVo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.sdhah3ja-uw5wMUraVo .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;
}
.sdhah3ja-uw5wMUraVo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.sdhah3ja-uw5wMUraVo .navbar-brand .navbar-logo a {
  outline: none;
}
.sdhah3ja-uw5wMUraVo .dropdown-item.active,
.sdhah3ja-uw5wMUraVo .dropdown-item:active {
  background-color: transparent;
}
.sdhah3ja-uw5wMUraVo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.sdhah3ja-uw5wMUraVo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.sdhah3ja-uw5wMUraVo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.sdhah3ja-uw5wMUraVo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #40b0bf;
}
.sdhah3ja-uw5wMUraVo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.sdhah3ja-uw5wMUraVo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.sdhah3ja-uw5wMUraVo ul.navbar-nav {
  flex-wrap: wrap;
}
.sdhah3ja-uw5wMUraVo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.sdhah3ja-uw5wMUraVo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.sdhah3ja-uw5wMUraVo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #491414;
}
.sdhah3ja-uw5wMUraVo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.sdhah3ja-uw5wMUraVo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.sdhah3ja-uw5wMUraVo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.sdhah3ja-uw5wMUraVo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.sdhah3ja-uw5wMUraVo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.sdhah3ja-uw5wMUraVo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.sdhah3ja-uw5wMUraVo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.sdhah3ja-uw5wMUraVo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.sdhah3ja-uw5wMUraVo .navbar-dropdown {
  padding: 0 1rem;
}
.sdhah3ja-uw5wMUraVo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sdhah3ja-uw5wMUraVo .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) {
  .sdhah3ja-uw5wMUraVo .navbar {
    height: 70px;
  }
  .sdhah3ja-uw5wMUraVo .navbar.opened {
    height: auto;
  }
  .sdhah3ja-uw5wMUraVo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.sdhah3ja-uw5xdicUEP {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #fafaf9;
}
.sdhah3ja-uw5xdicUEP .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5xdicUEP .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.sdhah3ja-uw5xdicUEP img {
  border-radius: 2rem;
}
.sdhah3ja-uw5xdicUEP .jpn-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.sdhah3ja-uw5xdicUEP .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #491414;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.sdhah3ja-uw5xdicUEP .subtitle-wrap .jpn-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #1d5356;
  font-size: 1.5rem;
}
.sdhah3ja-uw5xdicUEP .jpn-section-title {
  color: #000000;
}
.sdhah3ja-uw5xdicUEP .jpn-text,
.sdhah3ja-uw5xdicUEP .jpn-section-btn {
  color: #000000;
}
.sdhah3ja-uw5xdicUEP .jpn-section-subtitle,
.sdhah3ja-uw5xdicUEP .align-wrapper {
  color: #04492e;
}
.sdhah3ja-uw5xLdDJSx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1c6771;
}
.sdhah3ja-uw5xLdDJSx .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5xLdDJSx .jpn-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.sdhah3ja-uw5xLdDJSx .jpn-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 9px;
  background: #c6ffe0;
  z-index: -1;
}
.sdhah3ja-uw5xLdDJSx .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.sdhah3ja-uw5xLdDJSx .row {
  align-items: center;
}
@media (max-width: 991px) {
  .sdhah3ja-uw5xLdDJSx .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .sdhah3ja-uw5xLdDJSx .text-wrapper {
    padding: 0 2rem;
  }
}
.sdhah3ja-uw5xLdDJSx .jpn-section-title {
  color: #ffffff;
}
.sdhah3ja-uw5xLdDJSx .jpn-section-subtitle,
.sdhah3ja-uw5xLdDJSx .subtitle-wrap {
  color: #19303d;
}
.sdhah3ja-uw5xLdDJSx .jpn-text,
.sdhah3ja-uw5xLdDJSx .jpn-section-btn {
  color: #ffffff;
}
.sdhah3ja-uw5xlLe0aL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.sdhah3ja-uw5xlLe0aL .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5xlLe0aL .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.sdhah3ja-uw5xlLe0aL .container-fluid {
  margin: 0;
  padding: 0 72px 0 0;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5xlLe0aL .container-fluid {
    padding: 0 20px;
  }
}
.sdhah3ja-uw5xlLe0aL .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5xlLe0aL .container {
    padding: 0 20px;
  }
  .sdhah3ja-uw5xlLe0aL .container .row {
    padding: 0;
  }
}
.sdhah3ja-uw5xlLe0aL .image-wrapper img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5xlLe0aL .image-wrapper img {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .sdhah3ja-uw5xlLe0aL .image-wrapper img {
    height: 300px;
  }
}
.sdhah3ja-uw5xlLe0aL .title-wrapper {
  padding: 0 90px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5xlLe0aL .title-wrapper {
    padding: 0;
  }
}
.sdhah3ja-uw5xlLe0aL .title-wrapper .title-wrap .desc-wrapper .desc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}
.sdhah3ja-uw5xlLe0aL .title-wrapper .title-wrap .desc-wrapper .desc-wrap .jpn-desc {
  margin-right: 16px;
  margin-bottom: 0;
}
.sdhah3ja-uw5xlLe0aL .title-wrapper .title-wrap .desc-wrapper .desc-wrap .lines-wrap {
  display: inline-flex;
  align-items: center;
  height: 100%;
}
.sdhah3ja-uw5xlLe0aL .title-wrapper .title-wrap .desc-wrapper .desc-wrap .lines-wrap .line-item {
  height: 2px;
  width: 44px;
  background-color: #c6a38f;
  margin-right: 8px;
}
.sdhah3ja-uw5xlLe0aL .title-wrapper .title-wrap .desc-wrapper .desc-wrap .lines-wrap .line-item:last-child {
  margin-right: 0;
}
.sdhah3ja-uw5xlLe0aL .title-wrapper .title-wrap .jpn-section-title {
  margin-bottom: 20px;
}
.sdhah3ja-uw5xlLe0aL .title-wrapper .title-wrap .jpn-text {
  margin-bottom: 0;
}
.sdhah3ja-uw5xlLe0aL .jpn-desc {
  color: #ffffff;
}
.sdhah3ja-uw5xlLe0aL .jpn-text {
  color: #ffffff;
}
.sdhah3ja-uw5xlLe0aL .jpn-section-title {
  color: #000000;
}
.sdhah3ja-uw5xlLe0aL .jpn-text,
.sdhah3ja-uw5xlLe0aL .jpn-section-btn {
  color: #000000;
}
.sdhah3ja-uw5xJoYWUs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c6771;
}
.sdhah3ja-uw5xJoYWUs .jpn-section-title {
  color: #ffffff;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .sdhah3ja-uw5xJoYWUs .jpn-section-title {
    margin-top: 24px;
  }
}
.sdhah3ja-uw5xJoYWUs .jpn-text {
  color: #ffffff;
}
.sdhah3ja-uw5xmpaMm4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.sdhah3ja-uw5xmpaMm4 .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5xmpaMm4 .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.sdhah3ja-uw5xmpaMm4 .container-fluid {
  margin: 0;
  padding: 0 0 0 72px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5xmpaMm4 .container-fluid {
    padding: 0 20px;
  }
}
.sdhah3ja-uw5xmpaMm4 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5xmpaMm4 .container {
    padding: 0 20px;
  }
  .sdhah3ja-uw5xmpaMm4 .container .row {
    padding: 0;
  }
}
.sdhah3ja-uw5xmpaMm4 .title-wrapper {
  padding: 160px 90px 120px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5xmpaMm4 .title-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.sdhah3ja-uw5xmpaMm4 .title-wrapper .title-wrap .jpn-desc {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5xmpaMm4 .title-wrapper .title-wrap .jpn-desc {
    margin-bottom: 40px;
  }
}
.sdhah3ja-uw5xmpaMm4 .title-wrapper .title-wrap .jpn-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5xmpaMm4 .title-wrapper .title-wrap .jpn-text {
    margin-bottom: 20px;
  }
}
.sdhah3ja-uw5xmpaMm4 .title-wrapper .title-wrap .jpn-name {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5xmpaMm4 .title-wrapper .title-wrap .jpn-name {
    margin-bottom: 40px;
  }
}
.sdhah3ja-uw5xmpaMm4 .title-wrapper .title-wrap .jpn-section-btn .btn .jpn-iconfont {
  color: #c6a38f;
}
.sdhah3ja-uw5xmpaMm4 .image-wrapper img {
  height: 900px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5xmpaMm4 .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 768px) {
  .sdhah3ja-uw5xmpaMm4 .image-wrapper img {
    height: 300px;
  }
}
.sdhah3ja-uw5xmpaMm4 .jpn-desc {
  color: #000000;
}
.sdhah3ja-uw5xmpaMm4 .jpn-text {
  color: #ffffff;
}
.sdhah3ja-uw5xmpaMm4 .jpn-name {
  color: #ffffff;
}
.sdhah3ja-uw5xmpaMm4 .jpn-section-btn {
  text-align: right;
}
.sdhah3ja-uw5xmpaMm4 .jpn-text,
.sdhah3ja-uw5xmpaMm4 .jpn-section-btn {
  color: #000000;
}
.sdhah3ja-uw5xG0h7XL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c6771;
  display: flex;
  align-items: center;
}
.sdhah3ja-uw5xG0h7XL .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5xG0h7XL .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.sdhah3ja-uw5xG0h7XL .row {
  justify-content: flex-start;
}
.sdhah3ja-uw5xG0h7XL .jpn-section-title {
  color: #ffffff;
  margin-bottom: 0;
}
.sdhah3ja-uw5xG0h7XL .jpn-text {
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 40px;
}
.sdhah3ja-uw5xoMbhIs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.sdhah3ja-uw5xoMbhIs .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5xoMbhIs .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5xoMbhIs .row {
    padding: 0 13px;
  }
}
.sdhah3ja-uw5xoMbhIs .image-wrapper {
  height: 100%;
}
.sdhah3ja-uw5xoMbhIs .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5xoMbhIs .image-wrapper img {
    height: 400px;
  }
}
.sdhah3ja-uw5xoMbhIs .title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5xoMbhIs .title-wrap {
    margin-bottom: 100px;
  }
}
.sdhah3ja-uw5xoMbhIs .title-wrap .title-wrapper {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5xoMbhIs .title-wrap .title-wrapper {
    padding: 0;
  }
}
.sdhah3ja-uw5xoMbhIs .title-wrap .title-wrapper .jpn-section-title {
  margin-bottom: 0;
}
.sdhah3ja-uw5xoMbhIs .title-wrap .title-wrapper .jpn-text {
  margin: 25px 0 0;
}
.sdhah3ja-uw5xoMbhIs .title-wrap .title-wrapper .jpn-section-btn {
  margin: 40px 0 0;
}
.sdhah3ja-uw5xoMbhIs .title-wrap .title-wrapper .jpn-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.sdhah3ja-uw5xoMbhIs .jpn-section-title {
  color: #ffffff;
}
.sdhah3ja-uw5xoMbhIs .jpn-text {
  color: #000000;
}
.sdhah3ja-uw5xoMbhIs .jpn-section-title,
.sdhah3ja-uw5xoMbhIs .jpn-section-btn {
  color: #000000;
}
.sdhah3ja-uw5xPOpJrU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c6771;
}
.sdhah3ja-uw5xPOpJrU .row {
  justify-content: flex-start;
}
.sdhah3ja-uw5xPOpJrU .jpn-section-title {
  color: #ffffff;
}
.sdhah3ja-uw5xPOpJrU .jpn-section-subtitle {
  margin-top: 24px;
  color: #45494E;
}
@media (max-width: 991px) {
  .sdhah3ja-uw5xPOpJrU .jpn-section-subtitle {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .sdhah3ja-uw5xPOpJrU .jpn-section-subtitle {
    margin-top: 16px;
  }
}
.sdhah3ja-uw5xPOpJrU .jpn-text {
  margin-top: 36px;
  color: #45494E;
}
@media (max-width: 991px) {
  .sdhah3ja-uw5xPOpJrU .jpn-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .sdhah3ja-uw5xPOpJrU .jpn-text {
    margin-top: 20px;
  }
}
.sdhah3ja-uw5xtVlkud {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.sdhah3ja-uw5xtVlkud .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5xtVlkud .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.sdhah3ja-uw5xtVlkud .row {
  align-items: center;
}
.sdhah3ja-uw5xtVlkud img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .sdhah3ja-uw5xtVlkud .text-wrapper {
    padding: 0 2rem;
  }
}
.sdhah3ja-uw5xtVlkud .jpn-section-title {
  color: #000000;
}
.sdhah3ja-uw5xtVlkud .jpn-text,
.sdhah3ja-uw5xtVlkud .jpn-section-btn {
  color: #000000;
}
.sdhah3ja-uw5wMZdXT8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.sdhah3ja-uw5wMZdXT8 .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5wMZdXT8 .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.sdhah3ja-uw5wMZdXT8 .content-wrap {
  padding: 60px;
  background-color: #232323;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5wMZdXT8 .content-wrap {
    padding: 30px 20px;
  }
}
.sdhah3ja-uw5wMZdXT8 .content-wrap .row {
  justify-content: center;
}
.sdhah3ja-uw5wMZdXT8 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5wMZdXT8 .title-wrapper {
    margin-bottom: 40px;
  }
}
.sdhah3ja-uw5wMZdXT8 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.sdhah3ja-uw5wMZdXT8 .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.sdhah3ja-uw5wMZdXT8 .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.sdhah3ja-uw5wMZdXT8 .title-wrapper .title-wrap .jpn-section-title {
  margin-bottom: 0;
}
.sdhah3ja-uw5wMZdXT8 .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5wMZdXT8 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.sdhah3ja-uw5wMZdXT8 .nav-wrapper .jpn-section-subtitle {
  margin-bottom: 20px;
}
.sdhah3ja-uw5wMZdXT8 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.sdhah3ja-uw5wMZdXT8 .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.sdhah3ja-uw5wMZdXT8 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.sdhah3ja-uw5wMZdXT8 .nav-wrapper .list .item-wrap:hover,
.sdhah3ja-uw5wMZdXT8 .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.sdhah3ja-uw5wMZdXT8 .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5wMZdXT8 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.sdhah3ja-uw5wMZdXT8 .contacts-wrapper .jpn-section-subtitle {
  margin-bottom: 20px;
}
.sdhah3ja-uw5wMZdXT8 .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.sdhah3ja-uw5wMZdXT8 .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.sdhah3ja-uw5wMZdXT8 .contacts-wrapper .list .item-wrap:hover,
.sdhah3ja-uw5wMZdXT8 .contacts-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.sdhah3ja-uw5wMZdXT8 .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.sdhah3ja-uw5wMZdXT8 .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5wMZdXT8 .social-wrapper {
    margin-bottom: 40px;
  }
}
.sdhah3ja-uw5wMZdXT8 .social-wrapper .jpn-section-subtitle {
  margin-bottom: 20px;
}
.sdhah3ja-uw5wMZdXT8 .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.sdhah3ja-uw5wMZdXT8 .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.sdhah3ja-uw5wMZdXT8 .social-wrapper .social-wrap .soc-item a:hover .jpn-iconfont,
.sdhah3ja-uw5wMZdXT8 .social-wrapper .social-wrap .soc-item a:hover .jpn-iconfont {
  transform: scale(1.1);
}
.sdhah3ja-uw5wMZdXT8 .social-wrapper .social-wrap .soc-item a .jpn-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.sdhah3ja-uw5wMZdXT8 .jpn-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #ffffff;
  text-align: center;
}
.sdhah3ja-uw5wMZdXT8 .jpn-section-title {
  color: #ed463f;
}
.sdhah3ja-uw5wMZdXT8 .jpn-section-subtitle {
  color: #ffffff;
}
.sdhah3ja-uw5wMZdXT8 .list {
  color: #404349;
}
.sdhah3ja-uw5wMZdXT8 .jpn-section-title,
.sdhah3ja-uw5wMZdXT8 .title-wrapper {
  color: #ffffff;
}
.sdhah3ja-uw5wMZdXT8 .list,
.sdhah3ja-uw5wMZdXT8 .item-wrap {
  color: #ffffff;
}
.sdhah3ja-uw5xS9ajqD .navbar-dropdown {
  position: relative !important;
}
.sdhah3ja-uw5xS9ajqD .dropdown-item:before {
  font-family: ourjapanpensionn2 !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;
}
.sdhah3ja-uw5xS9ajqD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.sdhah3ja-uw5xS9ajqD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.sdhah3ja-uw5xS9ajqD .dropdown-item:hover,
.sdhah3ja-uw5xS9ajqD .dropdown-item:focus {
  background: #491414 !important;
  color: white !important;
}
.sdhah3ja-uw5xS9ajqD .dropdown-item:hover span {
  color: white;
}
.sdhah3ja-uw5xS9ajqD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.sdhah3ja-uw5xS9ajqD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.sdhah3ja-uw5xS9ajqD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.sdhah3ja-uw5xS9ajqD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.sdhah3ja-uw5xS9ajqD .nav-link {
  position: relative;
}
.sdhah3ja-uw5xS9ajqD .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .sdhah3ja-uw5xS9ajqD .container {
    flex-wrap: nowrap;
  }
}
.sdhah3ja-uw5xS9ajqD .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.sdhah3ja-uw5xS9ajqD .dropdown-menu,
.sdhah3ja-uw5xS9ajqD .navbar.opened {
  background: #40b0bf !important;
}
.sdhah3ja-uw5xS9ajqD .nav-item:focus,
.sdhah3ja-uw5xS9ajqD .nav-link:focus {
  outline: none;
}
.sdhah3ja-uw5xS9ajqD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.sdhah3ja-uw5xS9ajqD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.sdhah3ja-uw5xS9ajqD .dropdown .dropdown-menu .dropdown-item .jpn-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.sdhah3ja-uw5xS9ajqD .dropdown .dropdown-menu .dropdown-item .jpn-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.sdhah3ja-uw5xS9ajqD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.sdhah3ja-uw5xS9ajqD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.sdhah3ja-uw5xS9ajqD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #40b0bf;
}
.sdhah3ja-uw5xS9ajqD .navbar.opened {
  transition: all 0.3s;
}
.sdhah3ja-uw5xS9ajqD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.sdhah3ja-uw5xS9ajqD .navbar .navbar-logo img {
  width: auto;
}
.sdhah3ja-uw5xS9ajqD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.sdhah3ja-uw5xS9ajqD .navbar.collapsed {
  justify-content: center;
}
.sdhah3ja-uw5xS9ajqD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.sdhah3ja-uw5xS9ajqD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .sdhah3ja-uw5xS9ajqD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.sdhah3ja-uw5xS9ajqD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.sdhah3ja-uw5xS9ajqD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.sdhah3ja-uw5xS9ajqD .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%;
}
.sdhah3ja-uw5xS9ajqD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.sdhah3ja-uw5xS9ajqD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.sdhah3ja-uw5xS9ajqD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .sdhah3ja-uw5xS9ajqD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .sdhah3ja-uw5xS9ajqD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .sdhah3ja-uw5xS9ajqD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .sdhah3ja-uw5xS9ajqD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .sdhah3ja-uw5xS9ajqD .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%;
  }
  .sdhah3ja-uw5xS9ajqD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .sdhah3ja-uw5xS9ajqD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .sdhah3ja-uw5xS9ajqD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .sdhah3ja-uw5xS9ajqD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .sdhah3ja-uw5xS9ajqD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .sdhah3ja-uw5xS9ajqD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .sdhah3ja-uw5xS9ajqD .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.sdhah3ja-uw5xS9ajqD .navbar.navbar-short {
  min-height: 60px;
}
.sdhah3ja-uw5xS9ajqD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.sdhah3ja-uw5xS9ajqD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.sdhah3ja-uw5xS9ajqD .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;
}
.sdhah3ja-uw5xS9ajqD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.sdhah3ja-uw5xS9ajqD .navbar-brand .navbar-logo a {
  outline: none;
}
.sdhah3ja-uw5xS9ajqD .dropdown-item.active,
.sdhah3ja-uw5xS9ajqD .dropdown-item:active {
  background-color: transparent;
}
.sdhah3ja-uw5xS9ajqD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.sdhah3ja-uw5xS9ajqD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.sdhah3ja-uw5xS9ajqD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.sdhah3ja-uw5xS9ajqD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #40b0bf;
}
.sdhah3ja-uw5xS9ajqD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.sdhah3ja-uw5xS9ajqD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.sdhah3ja-uw5xS9ajqD ul.navbar-nav {
  flex-wrap: wrap;
}
.sdhah3ja-uw5xS9ajqD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.sdhah3ja-uw5xS9ajqD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.sdhah3ja-uw5xS9ajqD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #491414;
}
.sdhah3ja-uw5xS9ajqD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.sdhah3ja-uw5xS9ajqD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.sdhah3ja-uw5xS9ajqD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.sdhah3ja-uw5xS9ajqD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.sdhah3ja-uw5xS9ajqD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.sdhah3ja-uw5xS9ajqD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.sdhah3ja-uw5xS9ajqD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.sdhah3ja-uw5xS9ajqD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.sdhah3ja-uw5xS9ajqD .navbar-dropdown {
  padding: 0 1rem;
}
.sdhah3ja-uw5xS9ajqD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sdhah3ja-uw5xS9ajqD .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) {
  .sdhah3ja-uw5xS9ajqD .navbar {
    height: 70px;
  }
  .sdhah3ja-uw5xS9ajqD .navbar.opened {
    height: auto;
  }
  .sdhah3ja-uw5xS9ajqD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.sdhah3ja-uw5yxMUfct {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.sdhah3ja-uw5yxMUfct .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5yxMUfct .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.sdhah3ja-uw5yxMUfct .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .sdhah3ja-uw5yxMUfct .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .sdhah3ja-uw5yxMUfct .container {
    padding: 0 20px;
  }
}
.sdhah3ja-uw5yxMUfct .row {
  margin: 0;
  justify-content: center;
  padding: 60px 16px;
  background-color: #f3f6f9;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5yxMUfct .row {
    padding: 46px 4px 46px;
  }
}
.sdhah3ja-uw5yxMUfct .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5yxMUfct .content-wrapper {
    margin-bottom: 46px;
  }
}
.sdhah3ja-uw5yxMUfct .content-wrapper .jpn-desc {
  margin-bottom: 32px;
}
.sdhah3ja-uw5yxMUfct .content-wrapper .jpn-section-title {
  margin-bottom: 32px;
}
.sdhah3ja-uw5yxMUfct .content-wrapper .text-wrapper .jpn-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5yxMUfct .content-wrapper .text-wrapper .jpn-text {
    width: 100%;
  }
}
.sdhah3ja-uw5yxMUfct .item {
  margin-bottom: 40px;
}
.sdhah3ja-uw5yxMUfct .item:first-child {
  margin-bottom: 0;
}
.sdhah3ja-uw5yxMUfct .item:hover .item-wrapper .item-img img,
.sdhah3ja-uw5yxMUfct .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.sdhah3ja-uw5yxMUfct .item .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 25px;
  border-radius: 20px !important;
}
.sdhah3ja-uw5yxMUfct .item .item-wrapper .item-img img {
  height: 300px;
  object-fit: cover;
  border-radius: 20px !important;
  transition: all 0.3s ease-in-out;
}
.sdhah3ja-uw5yxMUfct .item .item-wrapper .item-content .card-title {
  margin-bottom: 16px;
}
.sdhah3ja-uw5yxMUfct .item .item-wrapper .item-content .card-desc {
  margin-bottom: 0;
}
.sdhah3ja-uw5yxMUfct .item a {
  display: block;
}
.sdhah3ja-uw5yxMUfct .jpn-section-title {
  color: #000000;
  text-align: center;
}
.sdhah3ja-uw5yxMUfct .jpn-desc {
  color: #000000;
  text-align: center;
}
.sdhah3ja-uw5yxMUfct .jpn-text,
.sdhah3ja-uw5yxMUfct .text-wrapper {
  color: #000000;
  text-align: center;
}
.sdhah3ja-uw5yxMUfct .card-title {
  color: #000000;
}
.sdhah3ja-uw5yxMUfct .card-desc {
  color: #616161;
  text-align: left;
}
.sdhah3ja-uw5yEkZ0SA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.sdhah3ja-uw5yEkZ0SA .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5yEkZ0SA .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5yEkZ0SA .container {
    padding: 0 15px;
  }
}
.sdhah3ja-uw5yEkZ0SA .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.sdhah3ja-uw5yEkZ0SA .row .card {
  justify-content: center;
}
.sdhah3ja-uw5yEkZ0SA .image-wrapper {
  position: relative;
}
.sdhah3ja-uw5yEkZ0SA .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -5%;
  left: -15%;
  height: 177px;
  width: 250px;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
.sdhah3ja-uw5yEkZ0SA .image-wrapper .decor-wrap_2 {
  position: absolute;
  bottom: -5%;
  right: -1%;
  height: 305px;
  width: 420px;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .sdhah3ja-uw5yEkZ0SA .image-wrapper {
    margin-bottom: 60px;
  }
}
.sdhah3ja-uw5yEkZ0SA .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 830px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5yEkZ0SA .image-wrapper img {
    height: 350px;
  }
}
.sdhah3ja-uw5yEkZ0SA .text-wrapper {
  padding: 0 0 0 118px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5yEkZ0SA .text-wrapper {
    padding: 0;
  }
}
.sdhah3ja-uw5yEkZ0SA .text-wrapper .jpn-text {
  margin-bottom: 0;
}
.sdhah3ja-uw5yEkZ0SA .jpn-text {
  color: #000000;
}
.sdhah3ja-uw5yESXTEa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #1c6771;
}
.sdhah3ja-uw5yESXTEa .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%);
}
.sdhah3ja-uw5yESXTEa .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%);
}
.sdhah3ja-uw5yESXTEa .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5yESXTEa .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5yESXTEa .container {
    padding: 0 30px;
  }
}
.sdhah3ja-uw5yESXTEa .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.sdhah3ja-uw5yESXTEa .title-wrapper .jpn-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5yESXTEa .title-wrapper .jpn-section-title {
    margin-bottom: 30px;
  }
}
.sdhah3ja-uw5yESXTEa .text-wrapper {
  border-left: 1px solid #c7fcb5;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5yESXTEa .text-wrapper {
    padding-left: 20px;
  }
}
.sdhah3ja-uw5yESXTEa .text-wrapper .jpn-text {
  margin-bottom: 0;
}
.sdhah3ja-uw5yESXTEa .jpn-section-title {
  color: #ffffff;
}
.sdhah3ja-uw5yESXTEa .jpn-text {
  color: #ffffff;
}
.sdhah3ja-uw5yMcAraE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf5;
  overflow: hidden;
}
.sdhah3ja-uw5yMcAraE .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5yMcAraE .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.sdhah3ja-uw5yMcAraE .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5yMcAraE .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .sdhah3ja-uw5yMcAraE .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .sdhah3ja-uw5yMcAraE .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .sdhah3ja-uw5yMcAraE .container {
    padding: 0 16px;
  }
}
.sdhah3ja-uw5yMcAraE .row {
  justify-content: space-between;
}
.sdhah3ja-uw5yMcAraE .row:hover,
.sdhah3ja-uw5yMcAraE .row:focus {
  cursor: pointer;
}
.sdhah3ja-uw5yMcAraE .row .card {
  position: relative;
  z-index: 1;
  justify-content: center;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5yMcAraE .image-wrapper {
    margin-bottom: 32px;
  }
}
.sdhah3ja-uw5yMcAraE .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5yMcAraE .image-wrapper img {
    height: 300px;
  }
}
.sdhah3ja-uw5yMcAraE .content-wrapper .jpn-section-title {
  margin-bottom: 16px;
}
.sdhah3ja-uw5yMcAraE .content-wrapper .jpn-text {
  margin-bottom: 16px;
}
.sdhah3ja-uw5yMcAraE .jpn-section-title {
  color: #000000;
}
.sdhah3ja-uw5yMcAraE .jpn-text {
  color: #000000;
}
.sdhah3ja-uw5xScQmgI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.sdhah3ja-uw5xScQmgI .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5xScQmgI .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.sdhah3ja-uw5xScQmgI .content-wrap {
  padding: 60px;
  background-color: #232323;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5xScQmgI .content-wrap {
    padding: 30px 20px;
  }
}
.sdhah3ja-uw5xScQmgI .content-wrap .row {
  justify-content: center;
}
.sdhah3ja-uw5xScQmgI .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5xScQmgI .title-wrapper {
    margin-bottom: 40px;
  }
}
.sdhah3ja-uw5xScQmgI .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.sdhah3ja-uw5xScQmgI .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.sdhah3ja-uw5xScQmgI .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.sdhah3ja-uw5xScQmgI .title-wrapper .title-wrap .jpn-section-title {
  margin-bottom: 0;
}
.sdhah3ja-uw5xScQmgI .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5xScQmgI .nav-wrapper {
    margin-bottom: 40px;
  }
}
.sdhah3ja-uw5xScQmgI .nav-wrapper .jpn-section-subtitle {
  margin-bottom: 20px;
}
.sdhah3ja-uw5xScQmgI .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.sdhah3ja-uw5xScQmgI .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.sdhah3ja-uw5xScQmgI .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.sdhah3ja-uw5xScQmgI .nav-wrapper .list .item-wrap:hover,
.sdhah3ja-uw5xScQmgI .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.sdhah3ja-uw5xScQmgI .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5xScQmgI .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.sdhah3ja-uw5xScQmgI .contacts-wrapper .jpn-section-subtitle {
  margin-bottom: 20px;
}
.sdhah3ja-uw5xScQmgI .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.sdhah3ja-uw5xScQmgI .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.sdhah3ja-uw5xScQmgI .contacts-wrapper .list .item-wrap:hover,
.sdhah3ja-uw5xScQmgI .contacts-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.sdhah3ja-uw5xScQmgI .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.sdhah3ja-uw5xScQmgI .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5xScQmgI .social-wrapper {
    margin-bottom: 40px;
  }
}
.sdhah3ja-uw5xScQmgI .social-wrapper .jpn-section-subtitle {
  margin-bottom: 20px;
}
.sdhah3ja-uw5xScQmgI .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.sdhah3ja-uw5xScQmgI .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.sdhah3ja-uw5xScQmgI .social-wrapper .social-wrap .soc-item a:hover .jpn-iconfont,
.sdhah3ja-uw5xScQmgI .social-wrapper .social-wrap .soc-item a:hover .jpn-iconfont {
  transform: scale(1.1);
}
.sdhah3ja-uw5xScQmgI .social-wrapper .social-wrap .soc-item a .jpn-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.sdhah3ja-uw5xScQmgI .jpn-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #ffffff;
  text-align: center;
}
.sdhah3ja-uw5xScQmgI .jpn-section-title {
  color: #ed463f;
}
.sdhah3ja-uw5xScQmgI .jpn-section-subtitle {
  color: #ffffff;
}
.sdhah3ja-uw5xScQmgI .list {
  color: #404349;
}
.sdhah3ja-uw5xScQmgI .jpn-section-title,
.sdhah3ja-uw5xScQmgI .title-wrapper {
  color: #ffffff;
}
.sdhah3ja-uw5xScQmgI .list,
.sdhah3ja-uw5xScQmgI .item-wrap {
  color: #ffffff;
}
.sdhah3ja-uw5yUNx8gk .navbar-dropdown {
  position: relative !important;
}
.sdhah3ja-uw5yUNx8gk .dropdown-item:before {
  font-family: ourjapanpensionn2 !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;
}
.sdhah3ja-uw5yUNx8gk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.sdhah3ja-uw5yUNx8gk .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.sdhah3ja-uw5yUNx8gk .dropdown-item:hover,
.sdhah3ja-uw5yUNx8gk .dropdown-item:focus {
  background: #491414 !important;
  color: white !important;
}
.sdhah3ja-uw5yUNx8gk .dropdown-item:hover span {
  color: white;
}
.sdhah3ja-uw5yUNx8gk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.sdhah3ja-uw5yUNx8gk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.sdhah3ja-uw5yUNx8gk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.sdhah3ja-uw5yUNx8gk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.sdhah3ja-uw5yUNx8gk .nav-link {
  position: relative;
}
.sdhah3ja-uw5yUNx8gk .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .sdhah3ja-uw5yUNx8gk .container {
    flex-wrap: nowrap;
  }
}
.sdhah3ja-uw5yUNx8gk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.sdhah3ja-uw5yUNx8gk .dropdown-menu,
.sdhah3ja-uw5yUNx8gk .navbar.opened {
  background: #40b0bf !important;
}
.sdhah3ja-uw5yUNx8gk .nav-item:focus,
.sdhah3ja-uw5yUNx8gk .nav-link:focus {
  outline: none;
}
.sdhah3ja-uw5yUNx8gk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.sdhah3ja-uw5yUNx8gk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.sdhah3ja-uw5yUNx8gk .dropdown .dropdown-menu .dropdown-item .jpn-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.sdhah3ja-uw5yUNx8gk .dropdown .dropdown-menu .dropdown-item .jpn-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.sdhah3ja-uw5yUNx8gk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.sdhah3ja-uw5yUNx8gk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.sdhah3ja-uw5yUNx8gk .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #40b0bf;
}
.sdhah3ja-uw5yUNx8gk .navbar.opened {
  transition: all 0.3s;
}
.sdhah3ja-uw5yUNx8gk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.sdhah3ja-uw5yUNx8gk .navbar .navbar-logo img {
  width: auto;
}
.sdhah3ja-uw5yUNx8gk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.sdhah3ja-uw5yUNx8gk .navbar.collapsed {
  justify-content: center;
}
.sdhah3ja-uw5yUNx8gk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.sdhah3ja-uw5yUNx8gk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .sdhah3ja-uw5yUNx8gk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.sdhah3ja-uw5yUNx8gk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.sdhah3ja-uw5yUNx8gk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.sdhah3ja-uw5yUNx8gk .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%;
}
.sdhah3ja-uw5yUNx8gk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.sdhah3ja-uw5yUNx8gk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.sdhah3ja-uw5yUNx8gk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .sdhah3ja-uw5yUNx8gk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .sdhah3ja-uw5yUNx8gk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .sdhah3ja-uw5yUNx8gk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .sdhah3ja-uw5yUNx8gk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .sdhah3ja-uw5yUNx8gk .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%;
  }
  .sdhah3ja-uw5yUNx8gk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .sdhah3ja-uw5yUNx8gk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .sdhah3ja-uw5yUNx8gk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .sdhah3ja-uw5yUNx8gk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .sdhah3ja-uw5yUNx8gk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .sdhah3ja-uw5yUNx8gk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .sdhah3ja-uw5yUNx8gk .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.sdhah3ja-uw5yUNx8gk .navbar.navbar-short {
  min-height: 60px;
}
.sdhah3ja-uw5yUNx8gk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.sdhah3ja-uw5yUNx8gk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.sdhah3ja-uw5yUNx8gk .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;
}
.sdhah3ja-uw5yUNx8gk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.sdhah3ja-uw5yUNx8gk .navbar-brand .navbar-logo a {
  outline: none;
}
.sdhah3ja-uw5yUNx8gk .dropdown-item.active,
.sdhah3ja-uw5yUNx8gk .dropdown-item:active {
  background-color: transparent;
}
.sdhah3ja-uw5yUNx8gk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.sdhah3ja-uw5yUNx8gk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.sdhah3ja-uw5yUNx8gk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.sdhah3ja-uw5yUNx8gk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #40b0bf;
}
.sdhah3ja-uw5yUNx8gk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.sdhah3ja-uw5yUNx8gk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.sdhah3ja-uw5yUNx8gk ul.navbar-nav {
  flex-wrap: wrap;
}
.sdhah3ja-uw5yUNx8gk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.sdhah3ja-uw5yUNx8gk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.sdhah3ja-uw5yUNx8gk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #491414;
}
.sdhah3ja-uw5yUNx8gk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.sdhah3ja-uw5yUNx8gk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.sdhah3ja-uw5yUNx8gk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.sdhah3ja-uw5yUNx8gk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.sdhah3ja-uw5yUNx8gk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.sdhah3ja-uw5yUNx8gk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.sdhah3ja-uw5yUNx8gk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.sdhah3ja-uw5yUNx8gk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.sdhah3ja-uw5yUNx8gk .navbar-dropdown {
  padding: 0 1rem;
}
.sdhah3ja-uw5yUNx8gk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sdhah3ja-uw5yUNx8gk .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) {
  .sdhah3ja-uw5yUNx8gk .navbar {
    height: 70px;
  }
  .sdhah3ja-uw5yUNx8gk .navbar.opened {
    height: auto;
  }
  .sdhah3ja-uw5yUNx8gk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.sdhah3ja-uw5z6UEXsR {
  background-image: url("../../../assets/images/main23-1024x1024.jpg");
}
.sdhah3ja-uw5z6UEXsR .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5z6UEXsR .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.sdhah3ja-uw5z6UEXsR .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5z6UEXsR .container-fluid {
    padding: 0 16px;
  }
}
.sdhah3ja-uw5z6UEXsR .container-fluid .row {
  padding: 0;
}
.sdhah3ja-uw5z6UEXsR .container {
  overflow: hidden;
}
.sdhah3ja-uw5z6UEXsR .title-wrapper {
  margin: 0 auto;
}
.sdhah3ja-uw5z6UEXsR .title-wrapper .jpn-section-title {
  margin-bottom: 22px;
}
.sdhah3ja-uw5z6UEXsR .title-wrapper .jpn-text {
  margin-bottom: 22px;
}
.sdhah3ja-uw5z6UEXsR .jpn-section-title {
  color: #ffffff;
}
.sdhah3ja-uw5z6UEXsR .jpn-text {
  color: #ffffff;
}
.sdhah3ja-uw5zcfQa3S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.sdhah3ja-uw5zcfQa3S .decor-wrap_2 {
  position: absolute;
  top: 12%;
  right: 82%;
  width: 1600px;
  height: 460px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.sdhah3ja-uw5zcfQa3S .decor-wrap_2::before {
  content: '';
  position: absolute;
  width: 190px;
  height: 145px;
  bottom: -145px;
  right: -165px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.sdhah3ja-uw5zcfQa3S .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5zcfQa3S .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5zcfQa3S .container {
    padding: 0 15px;
  }
}
.sdhah3ja-uw5zcfQa3S .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.sdhah3ja-uw5zcfQa3S .image-wrapper {
  position: relative;
}
.sdhah3ja-uw5zcfQa3S .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) {
  .sdhah3ja-uw5zcfQa3S .image-wrapper {
    margin-bottom: 40px;
  }
}
.sdhah3ja-uw5zcfQa3S .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 610px;
  width: 610px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .sdhah3ja-uw5zcfQa3S .image-wrapper img {
    width: 510px;
    height: 510px;
  }
}
@media (max-width: 992px) {
  .sdhah3ja-uw5zcfQa3S .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .sdhah3ja-uw5zcfQa3S .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.sdhah3ja-uw5zcfQa3S .content-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.sdhah3ja-uw5zcfQa3S .content-wrapper .icon-wrapper .jpn-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #f7f5f6;
}
.sdhah3ja-uw5zcfQa3S .content-wrapper .jpn-text {
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .sdhah3ja-uw5zcfQa3S .content-wrapper .jpn-text {
    margin-bottom: 30px;
  }
}
.sdhah3ja-uw5zcfQa3S .content-wrapper .item-name {
  margin-bottom: 0;
}
.sdhah3ja-uw5zcfQa3S .content-wrapper .item-role {
  margin-bottom: 0;
}
.sdhah3ja-uw5zcfQa3S .jpn-text {
  color: #f7f5f6;
}
.sdhah3ja-uw5zcfQa3S .item-name {
  color: #f7f5f6;
}
.sdhah3ja-uw5zcfQa3S .item-role {
  color: #68707c;
}
.sdhah3ja-uw5zcfQa3S .jpn-text,
.sdhah3ja-uw5zcfQa3S .icon-wrapper {
  color: #000000;
}
.sdhah3ja-uw5zt4ZWc5 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #1c6771;
}
.sdhah3ja-uw5zt4ZWc5 .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5zt4ZWc5 .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.sdhah3ja-uw5zt4ZWc5 .jpn-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.sdhah3ja-uw5zt4ZWc5 .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #491414;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.sdhah3ja-uw5zt4ZWc5 .subtitle-wrap .jpn-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #1d5356;
  font-size: 1.5rem;
}
.sdhah3ja-uw5zt4ZWc5 .jpn-section-title {
  color: #ffffff;
}
.sdhah3ja-uw5zt4ZWc5 .jpn-text,
.sdhah3ja-uw5zt4ZWc5 .jpn-section-btn {
  color: #ffffff;
}
.sdhah3ja-uw5zt4ZWc5 .jpn-section-subtitle,
.sdhah3ja-uw5zt4ZWc5 .align-wrapper {
  color: #04492e;
}
.sdhah3ja-uw5zf1VaY9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/main68-1024x1024.jpeg");
}
.sdhah3ja-uw5zf1VaY9::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 25%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.sdhah3ja-uw5zf1VaY9 .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5zf1VaY9 .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5zf1VaY9 .container {
    padding: 0 22px;
  }
}
.sdhah3ja-uw5zf1VaY9 .row {
  justify-content: center;
}
.sdhah3ja-uw5zf1VaY9 .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5zf1VaY9 .content-wrapper {
    padding: 0;
  }
}
.sdhah3ja-uw5zf1VaY9 .content-wrapper .jpn-section-title {
  margin-bottom: 0;
}
.sdhah3ja-uw5zf1VaY9 .content-wrapper .jpn-desc {
  margin-bottom: 10px;
}
.sdhah3ja-uw5zf1VaY9 .jpn-section-title {
  color: #ffffff;
}
.sdhah3ja-uw5zf1VaY9 .jpn-desc {
  color: #ffffff;
  text-align: center;
}
.sdhah3ja-uw5zf1VaY9 .jpn-section-title,
.sdhah3ja-uw5zf1VaY9 .jpn-section-btn {
  text-align: center;
}
.sdhah3ja-uw5zdfGK0I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.sdhah3ja-uw5zdfGK0I .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5zdfGK0I .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5zdfGK0I .container {
    padding: 0 30px;
  }
}
.sdhah3ja-uw5zdfGK0I .content-wrapper {
  display: flex;
  position: relative;
  padding-bottom: 180px;
  border-bottom: 1px solid #144031;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5zdfGK0I .content-wrapper {
    display: block;
  }
}
.sdhah3ja-uw5zdfGK0I .content-wrapper .card {
  justify-content: center;
}
.sdhah3ja-uw5zdfGK0I .content-wrapper .content-wrap {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5zdfGK0I .content-wrapper .content-wrap {
    width: 100%;
    padding: 40px 0 60px;
  }
}
.sdhah3ja-uw5zdfGK0I .content-wrapper .content-wrap .jpn-section-title {
  margin-bottom: 35px;
}
.sdhah3ja-uw5zdfGK0I .content-wrapper .content-wrap .jpn-text {
  margin-bottom: 40px;
}
.sdhah3ja-uw5zdfGK0I .content-wrapper .image-wrapper {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 50%;
  min-height: 630px;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5zdfGK0I .content-wrapper .image-wrapper {
    min-height: auto;
    height: 400px;
    width: 100%;
  }
}
.sdhah3ja-uw5zdfGK0I .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sdhah3ja-uw5zdfGK0I .content-wrapper .image-wrapper .list {
  position: relative;
  display: inline-block;
  max-width: 310px;
  flex-direction: column;
  width: fit-content;
  padding: 50px 30px;
  list-style-type: none;
  background-color: #eaffe2;
  border-radius: 2rem 0 2rem 0;
  margin: 50px 50px -100px 0;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5zdfGK0I .content-wrapper .image-wrapper .list {
    padding: 40px 20px;
    max-width: 100%;
    width: 100%;
    margin: 50px 0 -100px 0;
  }
}
.sdhah3ja-uw5zdfGK0I .content-wrapper .image-wrapper .list .item-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
  padding-left: 30px;
  position: relative;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5zdfGK0I .content-wrapper .image-wrapper .list .item-wrap {
    display: block;
  }
}
.sdhah3ja-uw5zdfGK0I .content-wrapper .image-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.sdhah3ja-uw5zdfGK0I .content-wrapper .image-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #22654e;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5zdfGK0I .content-wrapper .image-wrapper .list .item-wrap::before {
    top: 10px;
  }
}
.sdhah3ja-uw5zdfGK0I .jpn-section-title {
  color: #144031;
}
.sdhah3ja-uw5zdfGK0I .jpn-text {
  color: #144031;
}
.sdhah3ja-uw5zdfGK0I .list {
  color: #144031;
}
.sdhah3ja-uw5zdfGK0I .jpn-section-title,
.sdhah3ja-uw5zdfGK0I .jpn-section-btn {
  color: #000000;
}
.sdhah3ja-uw5zno5oWU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c6771;
}
.sdhah3ja-uw5zno5oWU .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5zno5oWU .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.sdhah3ja-uw5zno5oWU .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5zno5oWU .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .sdhah3ja-uw5zno5oWU .container {
    padding: 0 30px;
  }
}
.sdhah3ja-uw5zno5oWU .title-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5zno5oWU .title-wrapper {
    padding: 0 30px;
    height: auto;
  }
}
.sdhah3ja-uw5zno5oWU .title-wrapper .title-wrap .jpn-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5zno5oWU .title-wrapper .title-wrap .jpn-section-title {
    margin-bottom: 30px;
  }
}
.sdhah3ja-uw5zno5oWU .text-wrapper .jpn-text {
  margin-bottom: 0;
}
.sdhah3ja-uw5zno5oWU .jpn-section-title {
  color: #ffffff;
}
.sdhah3ja-uw5zno5oWU .jpn-text {
  color: #ffffff;
}
.sdhah3ja-uw5zglZ1Bq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.sdhah3ja-uw5zglZ1Bq .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5zglZ1Bq .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.sdhah3ja-uw5zglZ1Bq .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5zglZ1Bq .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .sdhah3ja-uw5zglZ1Bq .container {
    padding: 0 24px;
  }
}
.sdhah3ja-uw5zglZ1Bq .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.sdhah3ja-uw5zglZ1Bq .image-wrapper {
  height: 100%;
}
.sdhah3ja-uw5zglZ1Bq .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5zglZ1Bq .image-wrapper img {
    height: 350px;
  }
}
.sdhah3ja-uw5zglZ1Bq .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5zglZ1Bq .content-wrapper {
    padding: 24px;
  }
}
.sdhah3ja-uw5zglZ1Bq .content-wrapper .content-wrap {
  width: 100%;
}
.sdhah3ja-uw5zglZ1Bq .content-wrapper .content-wrap .jpn-section-title {
  margin-bottom: 32px;
}
.sdhah3ja-uw5zglZ1Bq .content-wrapper .content-wrap .jpn-text {
  margin-bottom: 16px;
}
.sdhah3ja-uw5zglZ1Bq .content-wrapper .content-wrap .jpn-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.sdhah3ja-uw5zglZ1Bq .content-wrapper .content-wrap .jpn-section-btn .btn:hover,
.sdhah3ja-uw5zglZ1Bq .content-wrapper .content-wrap .jpn-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.sdhah3ja-uw5zglZ1Bq .jpn-section-title {
  color: #141414;
}
.sdhah3ja-uw5zglZ1Bq .jpn-text {
  color: #141414;
}
.sdhah3ja-uw5zrifq58 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #1c6771;
}
.sdhah3ja-uw5zrifq58 .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5zrifq58 .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .sdhah3ja-uw5zrifq58 p {
    max-width: 95%;
  }
}
.sdhah3ja-uw5zrifq58 .jpn-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.sdhah3ja-uw5zrifq58 .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #491414;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.sdhah3ja-uw5zrifq58 .subtitle-wrap .jpn-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #1d5356;
  font-size: 1.5rem;
}
.sdhah3ja-uw5zrifq58 .jpn-section-title {
  color: #ffffff;
}
.sdhah3ja-uw5zrifq58 .jpn-text,
.sdhah3ja-uw5zrifq58 .jpn-section-btn {
  color: #ffffff;
}
.sdhah3ja-uw5zrifq58 .jpn-section-subtitle,
.sdhah3ja-uw5zrifq58 .align-wrapper {
  color: #04492e;
}
.sdhah3ja-uw5zrifq58 .jpn-section-title2 {
  color: #04492e;
}
.sdhah3ja-uw5zrifq58 .jpn-text2,
.sdhah3ja-uw5zrifq58 .jpn-section-btn {
  color: #ffffff;
}
.sdhah3ja-uw5zAIKgBU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/main66-1024x1024.jpg");
}
.sdhah3ja-uw5zAIKgBU .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5zAIKgBU .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.sdhah3ja-uw5zAIKgBU .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5zAIKgBU .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .sdhah3ja-uw5zAIKgBU .container {
    padding: 0;
  }
}
.sdhah3ja-uw5zAIKgBU .row {
  margin: 0;
}
.sdhah3ja-uw5zAIKgBU .card {
  border-radius: 0;
  padding: 0;
}
.sdhah3ja-uw5zAIKgBU .card .box-wrapper {
  background-color: #1c6771;
  height: 100%;
  padding-top: 6rem;
}
@media (max-width: 768px) {
  .sdhah3ja-uw5zAIKgBU .card .box-wrapper {
    margin-top: 20px;
  }
}
.sdhah3ja-uw5zAIKgBU .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;
}
.sdhah3ja-uw5zAIKgBU .card .title-wrapper {
  padding: 150px 0;
}
@media (max-width: 768px) {
  .sdhah3ja-uw5zAIKgBU .card .title-wrapper {
    padding: 90px 0;
  }
}
.sdhah3ja-uw5zAIKgBU .card .title-wrapper .jpn-section-subtitle {
  padding: 0 16px 0 126px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .sdhah3ja-uw5zAIKgBU .card .title-wrapper .jpn-section-subtitle {
    padding: 0 16px 0 30px;
  }
}
.sdhah3ja-uw5zAIKgBU .card .title-wrapper .title-wrap {
  border-top: 1px solid #1c6771;
  padding: 0 16px 0 126px;
}
@media (max-width: 768px) {
  .sdhah3ja-uw5zAIKgBU .card .title-wrapper .title-wrap {
    padding: 0 16px 0 30px;
  }
}
.sdhah3ja-uw5zAIKgBU .card .title-wrapper .title-wrap .jpn-section-title {
  padding: 10px 0;
  margin-bottom: 150px;
}
.sdhah3ja-uw5zAIKgBU .jpn-section-title {
  color: #ffffff;
}
.sdhah3ja-uw5zAIKgBU .jpn-section-subtitle {
  color: #ffffff;
}
.sdhah3ja-uw5zAIKgBU .jpn-box {
  color: #ffffff;
}
.sdhah3ja-uw5zovtCiP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.sdhah3ja-uw5zovtCiP .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5zovtCiP .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.sdhah3ja-uw5zovtCiP .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5zovtCiP .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .sdhah3ja-uw5zovtCiP .container {
    padding: 0 30px;
  }
}
.sdhah3ja-uw5zovtCiP .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5zovtCiP .image-wrapper {
    height: auto;
    margin-bottom: 20px;
  }
}
.sdhah3ja-uw5zovtCiP .image-wrapper img {
  height: 500px;
  object-fit: cover;
  border-radius: 3em;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5zovtCiP .image-wrapper img {
    height: 300px;
  }
}
.sdhah3ja-uw5zovtCiP .text-wrapper {
  margin-left: 32px;
  margin-left: 0;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5zovtCiP .text-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .sdhah3ja-uw5zovtCiP .text-wrapper {
    margin: 0;
  }
}
.sdhah3ja-uw5zovtCiP .text-wrapper .jpn-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5zovtCiP .text-wrapper .jpn-section-title {
    margin-bottom: 30px;
  }
}
.sdhah3ja-uw5zovtCiP .text-wrapper .jpn-text {
  margin-bottom: 20px;
}
.sdhah3ja-uw5zovtCiP .jpn-section-title {
  color: #ffffff;
}
.sdhah3ja-uw5zovtCiP .jpn-text {
  color: #000000;
}
.sdhah3ja-uw5zovtCiP .jpn-section-title,
.sdhah3ja-uw5zovtCiP .jpn-section-btn {
  color: #000000;
}
.sdhah3ja-uw5yUQccwd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.sdhah3ja-uw5yUQccwd .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5yUQccwd .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.sdhah3ja-uw5yUQccwd .content-wrap {
  padding: 60px;
  background-color: #232323;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5yUQccwd .content-wrap {
    padding: 30px 20px;
  }
}
.sdhah3ja-uw5yUQccwd .content-wrap .row {
  justify-content: center;
}
.sdhah3ja-uw5yUQccwd .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5yUQccwd .title-wrapper {
    margin-bottom: 40px;
  }
}
.sdhah3ja-uw5yUQccwd .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.sdhah3ja-uw5yUQccwd .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.sdhah3ja-uw5yUQccwd .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.sdhah3ja-uw5yUQccwd .title-wrapper .title-wrap .jpn-section-title {
  margin-bottom: 0;
}
.sdhah3ja-uw5yUQccwd .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5yUQccwd .nav-wrapper {
    margin-bottom: 40px;
  }
}
.sdhah3ja-uw5yUQccwd .nav-wrapper .jpn-section-subtitle {
  margin-bottom: 20px;
}
.sdhah3ja-uw5yUQccwd .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.sdhah3ja-uw5yUQccwd .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.sdhah3ja-uw5yUQccwd .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.sdhah3ja-uw5yUQccwd .nav-wrapper .list .item-wrap:hover,
.sdhah3ja-uw5yUQccwd .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.sdhah3ja-uw5yUQccwd .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5yUQccwd .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.sdhah3ja-uw5yUQccwd .contacts-wrapper .jpn-section-subtitle {
  margin-bottom: 20px;
}
.sdhah3ja-uw5yUQccwd .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.sdhah3ja-uw5yUQccwd .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.sdhah3ja-uw5yUQccwd .contacts-wrapper .list .item-wrap:hover,
.sdhah3ja-uw5yUQccwd .contacts-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.sdhah3ja-uw5yUQccwd .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.sdhah3ja-uw5yUQccwd .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5yUQccwd .social-wrapper {
    margin-bottom: 40px;
  }
}
.sdhah3ja-uw5yUQccwd .social-wrapper .jpn-section-subtitle {
  margin-bottom: 20px;
}
.sdhah3ja-uw5yUQccwd .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.sdhah3ja-uw5yUQccwd .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.sdhah3ja-uw5yUQccwd .social-wrapper .social-wrap .soc-item a:hover .jpn-iconfont,
.sdhah3ja-uw5yUQccwd .social-wrapper .social-wrap .soc-item a:hover .jpn-iconfont {
  transform: scale(1.1);
}
.sdhah3ja-uw5yUQccwd .social-wrapper .social-wrap .soc-item a .jpn-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.sdhah3ja-uw5yUQccwd .jpn-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #ffffff;
  text-align: center;
}
.sdhah3ja-uw5yUQccwd .jpn-section-title {
  color: #ed463f;
}
.sdhah3ja-uw5yUQccwd .jpn-section-subtitle {
  color: #ffffff;
}
.sdhah3ja-uw5yUQccwd .list {
  color: #404349;
}
.sdhah3ja-uw5yUQccwd .jpn-section-title,
.sdhah3ja-uw5yUQccwd .title-wrapper {
  color: #ffffff;
}
.sdhah3ja-uw5yUQccwd .list,
.sdhah3ja-uw5yUQccwd .item-wrap {
  color: #ffffff;
}
.sdhah3ja-uw5zC4BjqO .navbar-dropdown {
  position: relative !important;
}
.sdhah3ja-uw5zC4BjqO .dropdown-item:before {
  font-family: ourjapanpensionn2 !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;
}
.sdhah3ja-uw5zC4BjqO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.sdhah3ja-uw5zC4BjqO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.sdhah3ja-uw5zC4BjqO .dropdown-item:hover,
.sdhah3ja-uw5zC4BjqO .dropdown-item:focus {
  background: #491414 !important;
  color: white !important;
}
.sdhah3ja-uw5zC4BjqO .dropdown-item:hover span {
  color: white;
}
.sdhah3ja-uw5zC4BjqO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.sdhah3ja-uw5zC4BjqO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.sdhah3ja-uw5zC4BjqO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.sdhah3ja-uw5zC4BjqO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.sdhah3ja-uw5zC4BjqO .nav-link {
  position: relative;
}
.sdhah3ja-uw5zC4BjqO .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .sdhah3ja-uw5zC4BjqO .container {
    flex-wrap: nowrap;
  }
}
.sdhah3ja-uw5zC4BjqO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.sdhah3ja-uw5zC4BjqO .dropdown-menu,
.sdhah3ja-uw5zC4BjqO .navbar.opened {
  background: #40b0bf !important;
}
.sdhah3ja-uw5zC4BjqO .nav-item:focus,
.sdhah3ja-uw5zC4BjqO .nav-link:focus {
  outline: none;
}
.sdhah3ja-uw5zC4BjqO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.sdhah3ja-uw5zC4BjqO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.sdhah3ja-uw5zC4BjqO .dropdown .dropdown-menu .dropdown-item .jpn-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.sdhah3ja-uw5zC4BjqO .dropdown .dropdown-menu .dropdown-item .jpn-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.sdhah3ja-uw5zC4BjqO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.sdhah3ja-uw5zC4BjqO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.sdhah3ja-uw5zC4BjqO .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #40b0bf;
}
.sdhah3ja-uw5zC4BjqO .navbar.opened {
  transition: all 0.3s;
}
.sdhah3ja-uw5zC4BjqO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.sdhah3ja-uw5zC4BjqO .navbar .navbar-logo img {
  width: auto;
}
.sdhah3ja-uw5zC4BjqO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.sdhah3ja-uw5zC4BjqO .navbar.collapsed {
  justify-content: center;
}
.sdhah3ja-uw5zC4BjqO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.sdhah3ja-uw5zC4BjqO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .sdhah3ja-uw5zC4BjqO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.sdhah3ja-uw5zC4BjqO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.sdhah3ja-uw5zC4BjqO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.sdhah3ja-uw5zC4BjqO .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%;
}
.sdhah3ja-uw5zC4BjqO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.sdhah3ja-uw5zC4BjqO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.sdhah3ja-uw5zC4BjqO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .sdhah3ja-uw5zC4BjqO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .sdhah3ja-uw5zC4BjqO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .sdhah3ja-uw5zC4BjqO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .sdhah3ja-uw5zC4BjqO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .sdhah3ja-uw5zC4BjqO .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%;
  }
  .sdhah3ja-uw5zC4BjqO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .sdhah3ja-uw5zC4BjqO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .sdhah3ja-uw5zC4BjqO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .sdhah3ja-uw5zC4BjqO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .sdhah3ja-uw5zC4BjqO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .sdhah3ja-uw5zC4BjqO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .sdhah3ja-uw5zC4BjqO .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.sdhah3ja-uw5zC4BjqO .navbar.navbar-short {
  min-height: 60px;
}
.sdhah3ja-uw5zC4BjqO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.sdhah3ja-uw5zC4BjqO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.sdhah3ja-uw5zC4BjqO .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;
}
.sdhah3ja-uw5zC4BjqO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.sdhah3ja-uw5zC4BjqO .navbar-brand .navbar-logo a {
  outline: none;
}
.sdhah3ja-uw5zC4BjqO .dropdown-item.active,
.sdhah3ja-uw5zC4BjqO .dropdown-item:active {
  background-color: transparent;
}
.sdhah3ja-uw5zC4BjqO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.sdhah3ja-uw5zC4BjqO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.sdhah3ja-uw5zC4BjqO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.sdhah3ja-uw5zC4BjqO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #40b0bf;
}
.sdhah3ja-uw5zC4BjqO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.sdhah3ja-uw5zC4BjqO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.sdhah3ja-uw5zC4BjqO ul.navbar-nav {
  flex-wrap: wrap;
}
.sdhah3ja-uw5zC4BjqO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.sdhah3ja-uw5zC4BjqO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.sdhah3ja-uw5zC4BjqO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #491414;
}
.sdhah3ja-uw5zC4BjqO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.sdhah3ja-uw5zC4BjqO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.sdhah3ja-uw5zC4BjqO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.sdhah3ja-uw5zC4BjqO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.sdhah3ja-uw5zC4BjqO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.sdhah3ja-uw5zC4BjqO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.sdhah3ja-uw5zC4BjqO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.sdhah3ja-uw5zC4BjqO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.sdhah3ja-uw5zC4BjqO .navbar-dropdown {
  padding: 0 1rem;
}
.sdhah3ja-uw5zC4BjqO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sdhah3ja-uw5zC4BjqO .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) {
  .sdhah3ja-uw5zC4BjqO .navbar {
    height: 70px;
  }
  .sdhah3ja-uw5zC4BjqO .navbar.opened {
    height: auto;
  }
  .sdhah3ja-uw5zC4BjqO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.sdhah3ja-uw5A4MPnrM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #b3d1d5;
}
.sdhah3ja-uw5A4MPnrM .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5A4MPnrM .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.sdhah3ja-uw5A4MPnrM .row {
  justify-content: space-between;
}
.sdhah3ja-uw5A4MPnrM .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5A4MPnrM .title-wrapper {
    margin-bottom: 35px;
  }
}
.sdhah3ja-uw5A4MPnrM .title-wrapper .jpn-section-title {
  margin-bottom: 15px;
}
.sdhah3ja-uw5A4MPnrM .title-wrapper .text-wrapper .jpn-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5A4MPnrM .title-wrapper .text-wrapper .jpn-text {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .sdhah3ja-uw5A4MPnrM .form-wrapper {
    margin-bottom: 35px;
  }
}
.sdhah3ja-uw5A4MPnrM .dragArea.row {
  position: relative;
  z-index: 1;
}
.sdhah3ja-uw5A4MPnrM .dragArea.row .form-group {
  margin-bottom: 30px !important;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5A4MPnrM .dragArea.row .form-group {
    margin-bottom: 15px !important;
  }
}
.sdhah3ja-uw5A4MPnrM .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 0;
  padding: 5px 0;
}
.sdhah3ja-uw5A4MPnrM .dragArea.row .form-group .form-control {
  padding: 16px;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: #ffffff;
}
.sdhah3ja-uw5A4MPnrM .dragArea.row .form-group .form-control:hover,
.sdhah3ja-uw5A4MPnrM .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.sdhah3ja-uw5A4MPnrM .dragArea.row .form-group .form-control::placeholder {
  color: #491414;
}
.sdhah3ja-uw5A4MPnrM .dragArea.row .form-group textarea {
  min-height: 140px;
}
.sdhah3ja-uw5A4MPnrM .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.sdhah3ja-uw5A4MPnrM .dragArea.row .form-group .form-check .form-check-input {
  background-color: #491414;
  border-color: #491414;
  border-radius: 0;
}
.sdhah3ja-uw5A4MPnrM .dragArea.row .jpn-section-btn {
  width: 100%;
}
.sdhah3ja-uw5A4MPnrM .content-wrapper .jpn-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5A4MPnrM .content-wrapper .jpn-section-subtitle {
    margin-bottom: 15px;
  }
}
.sdhah3ja-uw5A4MPnrM .content-wrapper .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.sdhah3ja-uw5A4MPnrM .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 15px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.sdhah3ja-uw5A4MPnrM .content-wrapper .list-wrapper .list .item-wrap:hover,
.sdhah3ja-uw5A4MPnrM .content-wrapper .list-wrapper .list .item-wrap:focus {
  color: #000000;
}
.sdhah3ja-uw5A4MPnrM .content-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.sdhah3ja-uw5A4MPnrM .content-wrapper .content-wrap {
  margin-top: 70px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5A4MPnrM .content-wrapper .content-wrap {
    margin-top: 35px;
  }
}
.sdhah3ja-uw5A4MPnrM .content-wrapper .content-wrap .jpn-desc {
  margin-bottom: 30px;
}
.sdhah3ja-uw5A4MPnrM .content-wrapper .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
}
.sdhah3ja-uw5A4MPnrM .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.sdhah3ja-uw5A4MPnrM .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item a:hover .jpn-iconfont,
.sdhah3ja-uw5A4MPnrM .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item a:hover .jpn-iconfont {
  color: #ffffff;
}
.sdhah3ja-uw5A4MPnrM .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item a .jpn-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #000000;
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.sdhah3ja-uw5A4MPnrM .jpn-section-title {
  color: #000000;
}
.sdhah3ja-uw5A4MPnrM .jpn-text {
  color: #000000;
}
.sdhah3ja-uw5A4MPnrM .jpn-section-subtitle {
  color: #000000;
}
.sdhah3ja-uw5A4MPnrM .list {
  color: #000000;
}
.sdhah3ja-uw5A4MPnrM .jpn-desc {
  color: #000000;
}
.sdhah3ja-uw5A4MPnrM label {
  color: #000000;
}
.sdhah3ja-uw5zCa6GHM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.sdhah3ja-uw5zCa6GHM .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5zCa6GHM .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.sdhah3ja-uw5zCa6GHM .content-wrap {
  padding: 60px;
  background-color: #232323;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5zCa6GHM .content-wrap {
    padding: 30px 20px;
  }
}
.sdhah3ja-uw5zCa6GHM .content-wrap .row {
  justify-content: center;
}
.sdhah3ja-uw5zCa6GHM .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5zCa6GHM .title-wrapper {
    margin-bottom: 40px;
  }
}
.sdhah3ja-uw5zCa6GHM .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.sdhah3ja-uw5zCa6GHM .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.sdhah3ja-uw5zCa6GHM .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.sdhah3ja-uw5zCa6GHM .title-wrapper .title-wrap .jpn-section-title {
  margin-bottom: 0;
}
.sdhah3ja-uw5zCa6GHM .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5zCa6GHM .nav-wrapper {
    margin-bottom: 40px;
  }
}
.sdhah3ja-uw5zCa6GHM .nav-wrapper .jpn-section-subtitle {
  margin-bottom: 20px;
}
.sdhah3ja-uw5zCa6GHM .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.sdhah3ja-uw5zCa6GHM .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.sdhah3ja-uw5zCa6GHM .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.sdhah3ja-uw5zCa6GHM .nav-wrapper .list .item-wrap:hover,
.sdhah3ja-uw5zCa6GHM .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.sdhah3ja-uw5zCa6GHM .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5zCa6GHM .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.sdhah3ja-uw5zCa6GHM .contacts-wrapper .jpn-section-subtitle {
  margin-bottom: 20px;
}
.sdhah3ja-uw5zCa6GHM .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.sdhah3ja-uw5zCa6GHM .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.sdhah3ja-uw5zCa6GHM .contacts-wrapper .list .item-wrap:hover,
.sdhah3ja-uw5zCa6GHM .contacts-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.sdhah3ja-uw5zCa6GHM .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.sdhah3ja-uw5zCa6GHM .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5zCa6GHM .social-wrapper {
    margin-bottom: 40px;
  }
}
.sdhah3ja-uw5zCa6GHM .social-wrapper .jpn-section-subtitle {
  margin-bottom: 20px;
}
.sdhah3ja-uw5zCa6GHM .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.sdhah3ja-uw5zCa6GHM .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.sdhah3ja-uw5zCa6GHM .social-wrapper .social-wrap .soc-item a:hover .jpn-iconfont,
.sdhah3ja-uw5zCa6GHM .social-wrapper .social-wrap .soc-item a:hover .jpn-iconfont {
  transform: scale(1.1);
}
.sdhah3ja-uw5zCa6GHM .social-wrapper .social-wrap .soc-item a .jpn-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.sdhah3ja-uw5zCa6GHM .jpn-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #ffffff;
  text-align: center;
}
.sdhah3ja-uw5zCa6GHM .jpn-section-title {
  color: #ed463f;
}
.sdhah3ja-uw5zCa6GHM .jpn-section-subtitle {
  color: #ffffff;
}
.sdhah3ja-uw5zCa6GHM .list {
  color: #404349;
}
.sdhah3ja-uw5zCa6GHM .jpn-section-title,
.sdhah3ja-uw5zCa6GHM .title-wrapper {
  color: #ffffff;
}
.sdhah3ja-uw5zCa6GHM .list,
.sdhah3ja-uw5zCa6GHM .item-wrap {
  color: #ffffff;
}
.sdhah3ja-uw5A9ne19s .navbar-dropdown {
  position: relative !important;
}
.sdhah3ja-uw5A9ne19s .dropdown-item:before {
  font-family: ourjapanpensionn2 !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;
}
.sdhah3ja-uw5A9ne19s .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.sdhah3ja-uw5A9ne19s .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.sdhah3ja-uw5A9ne19s .dropdown-item:hover,
.sdhah3ja-uw5A9ne19s .dropdown-item:focus {
  background: #491414 !important;
  color: white !important;
}
.sdhah3ja-uw5A9ne19s .dropdown-item:hover span {
  color: white;
}
.sdhah3ja-uw5A9ne19s .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.sdhah3ja-uw5A9ne19s .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.sdhah3ja-uw5A9ne19s .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.sdhah3ja-uw5A9ne19s .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.sdhah3ja-uw5A9ne19s .nav-link {
  position: relative;
}
.sdhah3ja-uw5A9ne19s .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .sdhah3ja-uw5A9ne19s .container {
    flex-wrap: nowrap;
  }
}
.sdhah3ja-uw5A9ne19s .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.sdhah3ja-uw5A9ne19s .dropdown-menu,
.sdhah3ja-uw5A9ne19s .navbar.opened {
  background: #40b0bf !important;
}
.sdhah3ja-uw5A9ne19s .nav-item:focus,
.sdhah3ja-uw5A9ne19s .nav-link:focus {
  outline: none;
}
.sdhah3ja-uw5A9ne19s .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.sdhah3ja-uw5A9ne19s .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.sdhah3ja-uw5A9ne19s .dropdown .dropdown-menu .dropdown-item .jpn-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.sdhah3ja-uw5A9ne19s .dropdown .dropdown-menu .dropdown-item .jpn-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.sdhah3ja-uw5A9ne19s .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.sdhah3ja-uw5A9ne19s .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.sdhah3ja-uw5A9ne19s .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #40b0bf;
}
.sdhah3ja-uw5A9ne19s .navbar.opened {
  transition: all 0.3s;
}
.sdhah3ja-uw5A9ne19s .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.sdhah3ja-uw5A9ne19s .navbar .navbar-logo img {
  width: auto;
}
.sdhah3ja-uw5A9ne19s .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.sdhah3ja-uw5A9ne19s .navbar.collapsed {
  justify-content: center;
}
.sdhah3ja-uw5A9ne19s .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.sdhah3ja-uw5A9ne19s .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .sdhah3ja-uw5A9ne19s .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.sdhah3ja-uw5A9ne19s .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.sdhah3ja-uw5A9ne19s .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.sdhah3ja-uw5A9ne19s .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%;
}
.sdhah3ja-uw5A9ne19s .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.sdhah3ja-uw5A9ne19s .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.sdhah3ja-uw5A9ne19s .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .sdhah3ja-uw5A9ne19s .navbar .nav-item .nav-link::before {
    display: none;
  }
  .sdhah3ja-uw5A9ne19s .navbar.opened .dropdown-menu {
    top: 0;
  }
  .sdhah3ja-uw5A9ne19s .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .sdhah3ja-uw5A9ne19s .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .sdhah3ja-uw5A9ne19s .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%;
  }
  .sdhah3ja-uw5A9ne19s .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .sdhah3ja-uw5A9ne19s .navbar ul.navbar-nav li {
    margin: auto;
  }
  .sdhah3ja-uw5A9ne19s .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .sdhah3ja-uw5A9ne19s .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .sdhah3ja-uw5A9ne19s .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .sdhah3ja-uw5A9ne19s .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .sdhah3ja-uw5A9ne19s .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.sdhah3ja-uw5A9ne19s .navbar.navbar-short {
  min-height: 60px;
}
.sdhah3ja-uw5A9ne19s .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.sdhah3ja-uw5A9ne19s .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.sdhah3ja-uw5A9ne19s .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;
}
.sdhah3ja-uw5A9ne19s .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.sdhah3ja-uw5A9ne19s .navbar-brand .navbar-logo a {
  outline: none;
}
.sdhah3ja-uw5A9ne19s .dropdown-item.active,
.sdhah3ja-uw5A9ne19s .dropdown-item:active {
  background-color: transparent;
}
.sdhah3ja-uw5A9ne19s .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.sdhah3ja-uw5A9ne19s .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.sdhah3ja-uw5A9ne19s .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.sdhah3ja-uw5A9ne19s .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #40b0bf;
}
.sdhah3ja-uw5A9ne19s .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.sdhah3ja-uw5A9ne19s .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.sdhah3ja-uw5A9ne19s ul.navbar-nav {
  flex-wrap: wrap;
}
.sdhah3ja-uw5A9ne19s .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.sdhah3ja-uw5A9ne19s button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.sdhah3ja-uw5A9ne19s button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #491414;
}
.sdhah3ja-uw5A9ne19s button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.sdhah3ja-uw5A9ne19s button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.sdhah3ja-uw5A9ne19s button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.sdhah3ja-uw5A9ne19s button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.sdhah3ja-uw5A9ne19s nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.sdhah3ja-uw5A9ne19s nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.sdhah3ja-uw5A9ne19s nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.sdhah3ja-uw5A9ne19s nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.sdhah3ja-uw5A9ne19s .navbar-dropdown {
  padding: 0 1rem;
}
.sdhah3ja-uw5A9ne19s a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sdhah3ja-uw5A9ne19s .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) {
  .sdhah3ja-uw5A9ne19s .navbar {
    height: 70px;
  }
  .sdhah3ja-uw5A9ne19s .navbar.opened {
    height: auto;
  }
  .sdhah3ja-uw5A9ne19s .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.sdhah3ja-uw5AEJx3r0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf5;
}
.sdhah3ja-uw5AEJx3r0 .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5AEJx3r0 .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.sdhah3ja-uw5AEJx3r0 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5AEJx3r0 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .sdhah3ja-uw5AEJx3r0 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .sdhah3ja-uw5AEJx3r0 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .sdhah3ja-uw5AEJx3r0 .container {
    padding: 0 16px;
  }
}
.sdhah3ja-uw5AEJx3r0 .row {
  justify-content: center;
}
.sdhah3ja-uw5AEJx3r0 .content-wrapper .jpn-section-subtitle {
  margin-bottom: 32px;
}
.sdhah3ja-uw5AEJx3r0 .content-wrapper .jpn-section-title {
  margin-bottom: 16px;
}
.sdhah3ja-uw5AEJx3r0 .content-wrapper .jpn-text {
  margin-bottom: 0;
}
.sdhah3ja-uw5AEJx3r0 .jpn-section-title {
  color: #000000;
  text-align: center;
}
.sdhah3ja-uw5AEJx3r0 .jpn-section-subtitle {
  color: #000000;
  text-align: center;
}
.sdhah3ja-uw5AEJx3r0 .jpn-text {
  color: #000000;
  text-align: left;
}
.sdhah3ja-uw5A9oR8vv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.sdhah3ja-uw5A9oR8vv .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw5A9oR8vv .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.sdhah3ja-uw5A9oR8vv .content-wrap {
  padding: 60px;
  background-color: #232323;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5A9oR8vv .content-wrap {
    padding: 30px 20px;
  }
}
.sdhah3ja-uw5A9oR8vv .content-wrap .row {
  justify-content: center;
}
.sdhah3ja-uw5A9oR8vv .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5A9oR8vv .title-wrapper {
    margin-bottom: 40px;
  }
}
.sdhah3ja-uw5A9oR8vv .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.sdhah3ja-uw5A9oR8vv .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.sdhah3ja-uw5A9oR8vv .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.sdhah3ja-uw5A9oR8vv .title-wrapper .title-wrap .jpn-section-title {
  margin-bottom: 0;
}
.sdhah3ja-uw5A9oR8vv .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5A9oR8vv .nav-wrapper {
    margin-bottom: 40px;
  }
}
.sdhah3ja-uw5A9oR8vv .nav-wrapper .jpn-section-subtitle {
  margin-bottom: 20px;
}
.sdhah3ja-uw5A9oR8vv .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.sdhah3ja-uw5A9oR8vv .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.sdhah3ja-uw5A9oR8vv .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.sdhah3ja-uw5A9oR8vv .nav-wrapper .list .item-wrap:hover,
.sdhah3ja-uw5A9oR8vv .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.sdhah3ja-uw5A9oR8vv .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5A9oR8vv .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.sdhah3ja-uw5A9oR8vv .contacts-wrapper .jpn-section-subtitle {
  margin-bottom: 20px;
}
.sdhah3ja-uw5A9oR8vv .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.sdhah3ja-uw5A9oR8vv .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.sdhah3ja-uw5A9oR8vv .contacts-wrapper .list .item-wrap:hover,
.sdhah3ja-uw5A9oR8vv .contacts-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.sdhah3ja-uw5A9oR8vv .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.sdhah3ja-uw5A9oR8vv .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw5A9oR8vv .social-wrapper {
    margin-bottom: 40px;
  }
}
.sdhah3ja-uw5A9oR8vv .social-wrapper .jpn-section-subtitle {
  margin-bottom: 20px;
}
.sdhah3ja-uw5A9oR8vv .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.sdhah3ja-uw5A9oR8vv .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.sdhah3ja-uw5A9oR8vv .social-wrapper .social-wrap .soc-item a:hover .jpn-iconfont,
.sdhah3ja-uw5A9oR8vv .social-wrapper .social-wrap .soc-item a:hover .jpn-iconfont {
  transform: scale(1.1);
}
.sdhah3ja-uw5A9oR8vv .social-wrapper .social-wrap .soc-item a .jpn-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.sdhah3ja-uw5A9oR8vv .jpn-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #ffffff;
  text-align: center;
}
.sdhah3ja-uw5A9oR8vv .jpn-section-title {
  color: #ed463f;
}
.sdhah3ja-uw5A9oR8vv .jpn-section-subtitle {
  color: #ffffff;
}
.sdhah3ja-uw5A9oR8vv .list {
  color: #404349;
}
.sdhah3ja-uw5A9oR8vv .jpn-section-title,
.sdhah3ja-uw5A9oR8vv .title-wrapper {
  color: #ffffff;
}
.sdhah3ja-uw5A9oR8vv .list,
.sdhah3ja-uw5A9oR8vv .item-wrap {
  color: #ffffff;
}
.sdhah3ja-uw6w0zv7QW .navbar-dropdown {
  position: relative !important;
}
.sdhah3ja-uw6w0zv7QW .dropdown-item:before {
  font-family: ourjapanpensionn2 !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;
}
.sdhah3ja-uw6w0zv7QW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.sdhah3ja-uw6w0zv7QW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.sdhah3ja-uw6w0zv7QW .dropdown-item:hover,
.sdhah3ja-uw6w0zv7QW .dropdown-item:focus {
  background: #491414 !important;
  color: white !important;
}
.sdhah3ja-uw6w0zv7QW .dropdown-item:hover span {
  color: white;
}
.sdhah3ja-uw6w0zv7QW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.sdhah3ja-uw6w0zv7QW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.sdhah3ja-uw6w0zv7QW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.sdhah3ja-uw6w0zv7QW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.sdhah3ja-uw6w0zv7QW .nav-link {
  position: relative;
}
.sdhah3ja-uw6w0zv7QW .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .sdhah3ja-uw6w0zv7QW .container {
    flex-wrap: nowrap;
  }
}
.sdhah3ja-uw6w0zv7QW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.sdhah3ja-uw6w0zv7QW .dropdown-menu,
.sdhah3ja-uw6w0zv7QW .navbar.opened {
  background: #40b0bf !important;
}
.sdhah3ja-uw6w0zv7QW .nav-item:focus,
.sdhah3ja-uw6w0zv7QW .nav-link:focus {
  outline: none;
}
.sdhah3ja-uw6w0zv7QW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.sdhah3ja-uw6w0zv7QW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.sdhah3ja-uw6w0zv7QW .dropdown .dropdown-menu .dropdown-item .jpn-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.sdhah3ja-uw6w0zv7QW .dropdown .dropdown-menu .dropdown-item .jpn-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.sdhah3ja-uw6w0zv7QW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.sdhah3ja-uw6w0zv7QW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.sdhah3ja-uw6w0zv7QW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #40b0bf;
}
.sdhah3ja-uw6w0zv7QW .navbar.opened {
  transition: all 0.3s;
}
.sdhah3ja-uw6w0zv7QW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.sdhah3ja-uw6w0zv7QW .navbar .navbar-logo img {
  width: auto;
}
.sdhah3ja-uw6w0zv7QW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.sdhah3ja-uw6w0zv7QW .navbar.collapsed {
  justify-content: center;
}
.sdhah3ja-uw6w0zv7QW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.sdhah3ja-uw6w0zv7QW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .sdhah3ja-uw6w0zv7QW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.sdhah3ja-uw6w0zv7QW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.sdhah3ja-uw6w0zv7QW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.sdhah3ja-uw6w0zv7QW .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%;
}
.sdhah3ja-uw6w0zv7QW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.sdhah3ja-uw6w0zv7QW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.sdhah3ja-uw6w0zv7QW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .sdhah3ja-uw6w0zv7QW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .sdhah3ja-uw6w0zv7QW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .sdhah3ja-uw6w0zv7QW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .sdhah3ja-uw6w0zv7QW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .sdhah3ja-uw6w0zv7QW .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%;
  }
  .sdhah3ja-uw6w0zv7QW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .sdhah3ja-uw6w0zv7QW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .sdhah3ja-uw6w0zv7QW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .sdhah3ja-uw6w0zv7QW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .sdhah3ja-uw6w0zv7QW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .sdhah3ja-uw6w0zv7QW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .sdhah3ja-uw6w0zv7QW .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.sdhah3ja-uw6w0zv7QW .navbar.navbar-short {
  min-height: 60px;
}
.sdhah3ja-uw6w0zv7QW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.sdhah3ja-uw6w0zv7QW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.sdhah3ja-uw6w0zv7QW .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;
}
.sdhah3ja-uw6w0zv7QW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.sdhah3ja-uw6w0zv7QW .navbar-brand .navbar-logo a {
  outline: none;
}
.sdhah3ja-uw6w0zv7QW .dropdown-item.active,
.sdhah3ja-uw6w0zv7QW .dropdown-item:active {
  background-color: transparent;
}
.sdhah3ja-uw6w0zv7QW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.sdhah3ja-uw6w0zv7QW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.sdhah3ja-uw6w0zv7QW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.sdhah3ja-uw6w0zv7QW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #40b0bf;
}
.sdhah3ja-uw6w0zv7QW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.sdhah3ja-uw6w0zv7QW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.sdhah3ja-uw6w0zv7QW ul.navbar-nav {
  flex-wrap: wrap;
}
.sdhah3ja-uw6w0zv7QW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.sdhah3ja-uw6w0zv7QW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.sdhah3ja-uw6w0zv7QW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #491414;
}
.sdhah3ja-uw6w0zv7QW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.sdhah3ja-uw6w0zv7QW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.sdhah3ja-uw6w0zv7QW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.sdhah3ja-uw6w0zv7QW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.sdhah3ja-uw6w0zv7QW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.sdhah3ja-uw6w0zv7QW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.sdhah3ja-uw6w0zv7QW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.sdhah3ja-uw6w0zv7QW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.sdhah3ja-uw6w0zv7QW .navbar-dropdown {
  padding: 0 1rem;
}
.sdhah3ja-uw6w0zv7QW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sdhah3ja-uw6w0zv7QW .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) {
  .sdhah3ja-uw6w0zv7QW .navbar {
    height: 70px;
  }
  .sdhah3ja-uw6w0zv7QW .navbar.opened {
    height: auto;
  }
  .sdhah3ja-uw6w0zv7QW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.sdhah3ja-uw6w0zVaNX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf5;
}
.sdhah3ja-uw6w0zVaNX .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw6w0zVaNX .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.sdhah3ja-uw6w0zVaNX .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw6w0zVaNX .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .sdhah3ja-uw6w0zVaNX .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .sdhah3ja-uw6w0zVaNX .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .sdhah3ja-uw6w0zVaNX .container {
    padding: 0 16px;
  }
}
.sdhah3ja-uw6w0zVaNX .row {
  justify-content: center;
}
.sdhah3ja-uw6w0zVaNX .content-wrapper .jpn-section-subtitle {
  margin-bottom: 32px;
}
.sdhah3ja-uw6w0zVaNX .content-wrapper .jpn-section-title {
  margin-bottom: 16px;
}
.sdhah3ja-uw6w0zVaNX .content-wrapper .jpn-text {
  margin-bottom: 0;
}
.sdhah3ja-uw6w0zVaNX .jpn-section-title {
  color: #000000;
  text-align: center;
}
.sdhah3ja-uw6w0zVaNX .jpn-section-subtitle {
  color: #000000;
  text-align: center;
}
.sdhah3ja-uw6w0zVaNX .jpn-text {
  color: #000000;
  text-align: left;
}
.sdhah3ja-uw6w0AgEVu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.sdhah3ja-uw6w0AgEVu .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw6w0AgEVu .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.sdhah3ja-uw6w0AgEVu .content-wrap {
  padding: 60px;
  background-color: #232323;
}
@media (max-width: 992px) {
  .sdhah3ja-uw6w0AgEVu .content-wrap {
    padding: 30px 20px;
  }
}
.sdhah3ja-uw6w0AgEVu .content-wrap .row {
  justify-content: center;
}
.sdhah3ja-uw6w0AgEVu .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw6w0AgEVu .title-wrapper {
    margin-bottom: 40px;
  }
}
.sdhah3ja-uw6w0AgEVu .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.sdhah3ja-uw6w0AgEVu .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.sdhah3ja-uw6w0AgEVu .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.sdhah3ja-uw6w0AgEVu .title-wrapper .title-wrap .jpn-section-title {
  margin-bottom: 0;
}
.sdhah3ja-uw6w0AgEVu .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw6w0AgEVu .nav-wrapper {
    margin-bottom: 40px;
  }
}
.sdhah3ja-uw6w0AgEVu .nav-wrapper .jpn-section-subtitle {
  margin-bottom: 20px;
}
.sdhah3ja-uw6w0AgEVu .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.sdhah3ja-uw6w0AgEVu .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.sdhah3ja-uw6w0AgEVu .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.sdhah3ja-uw6w0AgEVu .nav-wrapper .list .item-wrap:hover,
.sdhah3ja-uw6w0AgEVu .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.sdhah3ja-uw6w0AgEVu .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw6w0AgEVu .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.sdhah3ja-uw6w0AgEVu .contacts-wrapper .jpn-section-subtitle {
  margin-bottom: 20px;
}
.sdhah3ja-uw6w0AgEVu .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.sdhah3ja-uw6w0AgEVu .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.sdhah3ja-uw6w0AgEVu .contacts-wrapper .list .item-wrap:hover,
.sdhah3ja-uw6w0AgEVu .contacts-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.sdhah3ja-uw6w0AgEVu .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.sdhah3ja-uw6w0AgEVu .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw6w0AgEVu .social-wrapper {
    margin-bottom: 40px;
  }
}
.sdhah3ja-uw6w0AgEVu .social-wrapper .jpn-section-subtitle {
  margin-bottom: 20px;
}
.sdhah3ja-uw6w0AgEVu .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.sdhah3ja-uw6w0AgEVu .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.sdhah3ja-uw6w0AgEVu .social-wrapper .social-wrap .soc-item a:hover .jpn-iconfont,
.sdhah3ja-uw6w0AgEVu .social-wrapper .social-wrap .soc-item a:hover .jpn-iconfont {
  transform: scale(1.1);
}
.sdhah3ja-uw6w0AgEVu .social-wrapper .social-wrap .soc-item a .jpn-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.sdhah3ja-uw6w0AgEVu .jpn-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #ffffff;
  text-align: center;
}
.sdhah3ja-uw6w0AgEVu .jpn-section-title {
  color: #ed463f;
}
.sdhah3ja-uw6w0AgEVu .jpn-section-subtitle {
  color: #ffffff;
}
.sdhah3ja-uw6w0AgEVu .list {
  color: #404349;
}
.sdhah3ja-uw6w0AgEVu .jpn-section-title,
.sdhah3ja-uw6w0AgEVu .title-wrapper {
  color: #ffffff;
}
.sdhah3ja-uw6w0AgEVu .list,
.sdhah3ja-uw6w0AgEVu .item-wrap {
  color: #ffffff;
}
.sdhah3ja-uw6wrAiYBN .navbar-dropdown {
  position: relative !important;
}
.sdhah3ja-uw6wrAiYBN .dropdown-item:before {
  font-family: ourjapanpensionn2 !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;
}
.sdhah3ja-uw6wrAiYBN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.sdhah3ja-uw6wrAiYBN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.sdhah3ja-uw6wrAiYBN .dropdown-item:hover,
.sdhah3ja-uw6wrAiYBN .dropdown-item:focus {
  background: #491414 !important;
  color: white !important;
}
.sdhah3ja-uw6wrAiYBN .dropdown-item:hover span {
  color: white;
}
.sdhah3ja-uw6wrAiYBN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.sdhah3ja-uw6wrAiYBN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.sdhah3ja-uw6wrAiYBN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.sdhah3ja-uw6wrAiYBN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.sdhah3ja-uw6wrAiYBN .nav-link {
  position: relative;
}
.sdhah3ja-uw6wrAiYBN .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .sdhah3ja-uw6wrAiYBN .container {
    flex-wrap: nowrap;
  }
}
.sdhah3ja-uw6wrAiYBN .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.sdhah3ja-uw6wrAiYBN .dropdown-menu,
.sdhah3ja-uw6wrAiYBN .navbar.opened {
  background: #40b0bf !important;
}
.sdhah3ja-uw6wrAiYBN .nav-item:focus,
.sdhah3ja-uw6wrAiYBN .nav-link:focus {
  outline: none;
}
.sdhah3ja-uw6wrAiYBN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.sdhah3ja-uw6wrAiYBN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.sdhah3ja-uw6wrAiYBN .dropdown .dropdown-menu .dropdown-item .jpn-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.sdhah3ja-uw6wrAiYBN .dropdown .dropdown-menu .dropdown-item .jpn-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.sdhah3ja-uw6wrAiYBN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.sdhah3ja-uw6wrAiYBN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.sdhah3ja-uw6wrAiYBN .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #40b0bf;
}
.sdhah3ja-uw6wrAiYBN .navbar.opened {
  transition: all 0.3s;
}
.sdhah3ja-uw6wrAiYBN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.sdhah3ja-uw6wrAiYBN .navbar .navbar-logo img {
  width: auto;
}
.sdhah3ja-uw6wrAiYBN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.sdhah3ja-uw6wrAiYBN .navbar.collapsed {
  justify-content: center;
}
.sdhah3ja-uw6wrAiYBN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.sdhah3ja-uw6wrAiYBN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .sdhah3ja-uw6wrAiYBN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.sdhah3ja-uw6wrAiYBN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.sdhah3ja-uw6wrAiYBN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.sdhah3ja-uw6wrAiYBN .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%;
}
.sdhah3ja-uw6wrAiYBN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.sdhah3ja-uw6wrAiYBN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.sdhah3ja-uw6wrAiYBN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .sdhah3ja-uw6wrAiYBN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .sdhah3ja-uw6wrAiYBN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .sdhah3ja-uw6wrAiYBN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .sdhah3ja-uw6wrAiYBN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .sdhah3ja-uw6wrAiYBN .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%;
  }
  .sdhah3ja-uw6wrAiYBN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .sdhah3ja-uw6wrAiYBN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .sdhah3ja-uw6wrAiYBN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .sdhah3ja-uw6wrAiYBN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .sdhah3ja-uw6wrAiYBN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .sdhah3ja-uw6wrAiYBN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .sdhah3ja-uw6wrAiYBN .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.sdhah3ja-uw6wrAiYBN .navbar.navbar-short {
  min-height: 60px;
}
.sdhah3ja-uw6wrAiYBN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.sdhah3ja-uw6wrAiYBN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.sdhah3ja-uw6wrAiYBN .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;
}
.sdhah3ja-uw6wrAiYBN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.sdhah3ja-uw6wrAiYBN .navbar-brand .navbar-logo a {
  outline: none;
}
.sdhah3ja-uw6wrAiYBN .dropdown-item.active,
.sdhah3ja-uw6wrAiYBN .dropdown-item:active {
  background-color: transparent;
}
.sdhah3ja-uw6wrAiYBN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.sdhah3ja-uw6wrAiYBN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.sdhah3ja-uw6wrAiYBN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.sdhah3ja-uw6wrAiYBN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #40b0bf;
}
.sdhah3ja-uw6wrAiYBN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.sdhah3ja-uw6wrAiYBN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.sdhah3ja-uw6wrAiYBN ul.navbar-nav {
  flex-wrap: wrap;
}
.sdhah3ja-uw6wrAiYBN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.sdhah3ja-uw6wrAiYBN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.sdhah3ja-uw6wrAiYBN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #491414;
}
.sdhah3ja-uw6wrAiYBN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.sdhah3ja-uw6wrAiYBN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.sdhah3ja-uw6wrAiYBN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.sdhah3ja-uw6wrAiYBN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.sdhah3ja-uw6wrAiYBN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.sdhah3ja-uw6wrAiYBN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.sdhah3ja-uw6wrAiYBN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.sdhah3ja-uw6wrAiYBN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.sdhah3ja-uw6wrAiYBN .navbar-dropdown {
  padding: 0 1rem;
}
.sdhah3ja-uw6wrAiYBN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sdhah3ja-uw6wrAiYBN .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) {
  .sdhah3ja-uw6wrAiYBN .navbar {
    height: 70px;
  }
  .sdhah3ja-uw6wrAiYBN .navbar.opened {
    height: auto;
  }
  .sdhah3ja-uw6wrAiYBN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.sdhah3ja-uw6wrAHQon {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf5;
}
.sdhah3ja-uw6wrAHQon .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw6wrAHQon .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.sdhah3ja-uw6wrAHQon .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw6wrAHQon .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .sdhah3ja-uw6wrAHQon .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .sdhah3ja-uw6wrAHQon .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .sdhah3ja-uw6wrAHQon .container {
    padding: 0 16px;
  }
}
.sdhah3ja-uw6wrAHQon .row {
  justify-content: center;
}
.sdhah3ja-uw6wrAHQon .content-wrapper .jpn-section-subtitle {
  margin-bottom: 32px;
}
.sdhah3ja-uw6wrAHQon .content-wrapper .jpn-section-title {
  margin-bottom: 16px;
}
.sdhah3ja-uw6wrAHQon .content-wrapper .jpn-text {
  margin-bottom: 0;
}
.sdhah3ja-uw6wrAHQon .jpn-section-title {
  color: #000000;
  text-align: center;
}
.sdhah3ja-uw6wrAHQon .jpn-section-subtitle {
  color: #000000;
  text-align: center;
}
.sdhah3ja-uw6wrAHQon .jpn-text {
  color: #000000;
  text-align: left;
}
.sdhah3ja-uw6wrAXvp5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.sdhah3ja-uw6wrAXvp5 .jpn-fallback-image.disabled {
  display: none;
}
.sdhah3ja-uw6wrAXvp5 .jpn-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.sdhah3ja-uw6wrAXvp5 .content-wrap {
  padding: 60px;
  background-color: #232323;
}
@media (max-width: 992px) {
  .sdhah3ja-uw6wrAXvp5 .content-wrap {
    padding: 30px 20px;
  }
}
.sdhah3ja-uw6wrAXvp5 .content-wrap .row {
  justify-content: center;
}
.sdhah3ja-uw6wrAXvp5 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw6wrAXvp5 .title-wrapper {
    margin-bottom: 40px;
  }
}
.sdhah3ja-uw6wrAXvp5 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.sdhah3ja-uw6wrAXvp5 .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.sdhah3ja-uw6wrAXvp5 .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.sdhah3ja-uw6wrAXvp5 .title-wrapper .title-wrap .jpn-section-title {
  margin-bottom: 0;
}
.sdhah3ja-uw6wrAXvp5 .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw6wrAXvp5 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.sdhah3ja-uw6wrAXvp5 .nav-wrapper .jpn-section-subtitle {
  margin-bottom: 20px;
}
.sdhah3ja-uw6wrAXvp5 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.sdhah3ja-uw6wrAXvp5 .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.sdhah3ja-uw6wrAXvp5 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.sdhah3ja-uw6wrAXvp5 .nav-wrapper .list .item-wrap:hover,
.sdhah3ja-uw6wrAXvp5 .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.sdhah3ja-uw6wrAXvp5 .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw6wrAXvp5 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.sdhah3ja-uw6wrAXvp5 .contacts-wrapper .jpn-section-subtitle {
  margin-bottom: 20px;
}
.sdhah3ja-uw6wrAXvp5 .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.sdhah3ja-uw6wrAXvp5 .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.sdhah3ja-uw6wrAXvp5 .contacts-wrapper .list .item-wrap:hover,
.sdhah3ja-uw6wrAXvp5 .contacts-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.sdhah3ja-uw6wrAXvp5 .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.sdhah3ja-uw6wrAXvp5 .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .sdhah3ja-uw6wrAXvp5 .social-wrapper {
    margin-bottom: 40px;
  }
}
.sdhah3ja-uw6wrAXvp5 .social-wrapper .jpn-section-subtitle {
  margin-bottom: 20px;
}
.sdhah3ja-uw6wrAXvp5 .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.sdhah3ja-uw6wrAXvp5 .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.sdhah3ja-uw6wrAXvp5 .social-wrapper .social-wrap .soc-item a:hover .jpn-iconfont,
.sdhah3ja-uw6wrAXvp5 .social-wrapper .social-wrap .soc-item a:hover .jpn-iconfont {
  transform: scale(1.1);
}
.sdhah3ja-uw6wrAXvp5 .social-wrapper .social-wrap .soc-item a .jpn-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.sdhah3ja-uw6wrAXvp5 .jpn-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #ffffff;
  text-align: center;
}
.sdhah3ja-uw6wrAXvp5 .jpn-section-title {
  color: #ed463f;
}
.sdhah3ja-uw6wrAXvp5 .jpn-section-subtitle {
  color: #ffffff;
}
.sdhah3ja-uw6wrAXvp5 .list {
  color: #404349;
}
.sdhah3ja-uw6wrAXvp5 .jpn-section-title,
.sdhah3ja-uw6wrAXvp5 .title-wrapper {
  color: #ffffff;
}
.sdhah3ja-uw6wrAXvp5 .list,
.sdhah3ja-uw6wrAXvp5 .item-wrap {
  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;
    }
}
