/* font */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@200;300;400;500;600;700&display=swap');
/* variable */

:root {
  --base-color: #072653;
  --accent-blue: #10489d;
  --accent-orange: #f48014;
  --accent-blue-hover: #0d3b84;
  --accent-orange-hover: #d96a0e;
  --orange: #f48014;
  --accent-orange-light: #FF8E28;
  --black: #05060a;
  --medium-gray: #7d8087;
  --very-light-gray: #fefefe;
  --primary-font: 'Noto Sans JP', sans-serif;
  --white: #ffffff;
}

html, body {
  overflow-x: hidden;
  width: 100%;
}

body {
  min-width: 0 !important;
  line-height: 1.5;
  font-family: var(--primary-font);
}

.es-container.page-header,
.site-footer {
  display: none;
}

.es-separate-container #primary,
.es-separate-container #secondary {
  padding-bottom: 0;
}

.es-container {
  max-width: 100%;
  padding: 0;
}

.entry-content p {
  margin-bottom: auto;
}

.entry-content h2::after,
.editor-styles-wrapper .block-editor-block-list__layout h2::after {
  content: none;
  margin: inherit;
}

.es_new_block.vertical-padding {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.es_new_block figure img.ofi {
  object-fit: cover;
}

.es_grid_advlist .es_new_block_name_wrap {
  font-size: 150%;
  padding: 5px 0;
}

.es_grid_advlist p.has-icon,
.es_grid_advlist .salespoint p {
  font-size: 130%;
  line-height: 1.5;
  margin-top: 7px;
}

.es_grid_advlist span[class^="icon-"] {
  padding-bottom: 2px;
}

footer .rights > p,
footer ul li {
  margin: 0;
}

footer .footer-logo img {
  max-height: 35px;
}

footer a {
  font-size: 12px;
  font-weight: 500;
  display: block;
  color: var(--white);
}

footer a:hover,
.footer-light a:hover,
.footer-navbar li a:hover {
  color: #ddd;
}

/* Header */
header .navbar-brand {
  padding: 20px 0;
}

.sticky .header-transparent .header-button .btn,
.sticky .header-transparent .header-button .btn:hover {
  color: var(--white);
  border: none;
}

.sticky .header-transparent .header-button .btn:hover {
  background: var(--base-color);
}

header.sticky.sticky-active [data-header-hover="light"] .widget-text i {
  color: var(--white);
}

/* Dropdown */
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
  background-color: var(--base-color);
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--white);
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li:hover a,
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li.active a {
  opacity: .5;
}

/* Buttons */
.btn {
  text-transform: none;
  font-family: var(--primary-font);
  font-weight: 500;
}
button:focus,
.menu-toggle:hover,
button:hover,
.es-button:hover,
.button:hover {
  background-color: initial;
  color: inherit;
  border-color: inherit;
}
.btn.btn-switch-text.btn-extra-large > span {
  padding: 19px 30px;
}

.btn-gradient-purple-pink {
  background-image: linear-gradient(to right, #0b58cb, #e94037, #0b58cb);
  background-size: 200% auto;
  color: var(--white);
}

.btn-custom-blue {
  background-color: var(--accent-blue);
  color: #fff;
}

.btn-custom-orange {
  background-color: var(--accent-orange);
  color: #fff;
}

.btn-custom-blue:hover {
  background-color: var(--accent-blue-hover);
  color: #fff;
}

.btn-custom-orange:hover {
  background-color: var(--accent-orange-hover);
  color: #fff;
}

.btn-orange {
  background-color: var(--orange);
  color: white;
}

.btn-orange:hover {
  background-color: var(--base-color);
  color: white;
}

/* Utilities */
.text-white-space-nowrap { white-space: nowrap; }
.text-white-space-normal { white-space: normal; }
.text-transform-none { text-transform: none !important; }
.text-uppercase-inherit { text-transform: inherit !important; }
.word-break-normal { word-break: normal; }
.vertical-align-top { vertical-align: top; }
.hover-text { display: none; }
.font-style-italic { font-style: italic; }
b, strong { font-weight: 700; }
.bottom-auto { bottom: auto; }

.text-flamingo { color: #e55b53; }

.text-gradient-orange-sky-blue {
  background-image: linear-gradient(to right, #1d2b98, #6170f1, #8074dc, #b87bb6, #ed9e16);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bg-gray { background-color: #999999; }
.bg-midnight-blue { background-color: #1e2033; }
.bg-base-color { background-color: #072653; }
.bg-very-light-gray { background-color: #fefefe; }

.bg-gradient-dark-gray-transparent {
  background: linear-gradient(to right, rgba(24, 25, 28, .5), rgba(255, 255, 255, 0.0));
}
.bg-gradient-very-light-gray-transparent {
  background: linear-gradient(to right, rgba(240, 244, 253, 1.0), rgba(255, 255, 255, 0.0));
}
.bg-gradient-flamingo-red-transparent {
  background: linear-gradient(to right, rgba(243, 69, 59, 1.0) 10%, rgba(255, 255, 255, 0.0) 95%);
}
.bg-gradient-base-color-transparent {
  background: linear-gradient(to right, rgba(15, 89, 201, 1.0) 10%, rgba(255, 255, 255, 0.0) 95%);
}
.bg-gradient-light-gray-transparent {
  background: linear-gradient(to right, rgba(222, 230, 244, 1.0), rgba(255, 255, 255, 0.0));
}
.bg-gradient-orange-blue {
  background: linear-gradient(to right, #f7941d, #072653);
}

.gallery-image:hover .gallery-hover {
  opacity: 1;
  transition: opacity 0.6s ease;
}

.gallery-hover {
  opacity: 0;
  transition: opacity 0.6s ease;
}

[class^="line-icon-"], [class*=" line-icon-"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Layout */
.row > [class^="col-"]:not([class*="offset"]) {
  margin: 0;
}

p.aside::before,
ul.aside > li::before {
  content: none;
}

#housing {
  /* Typography */
  .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
    letter-spacing: -0.5px;
    font-weight: inherit;
  }

h1, .h1 {
  font-size: 3.438rem;
  line-height: 3.438rem;
}

h2, .h2 {
  font-size: 2.813rem;
  line-height: 3.125rem;
}

h3, .h3 {
  font-size: 2.375rem;
  line-height: 2.7rem;
}

h4 {
  font-size: 2rem;
  line-height: 2.2rem;
}

h5 {
  font-size: 1.75rem;
  line-height: 1.95rem;
}

h6 {
  font-size: 1.5rem;
  line-height: 1.7rem;
}


  .text-base-color { color: var(--base-color); }
  .text-white { color: var(--white); }
  .footer ul li { margin-bottom: 0px; }
  .navbar .navbar-nav .nav-link { padding: 10px 18px; }
}

/* Responsive */
@media screen and (max-width: 767px) {
  .es_grid_advlist .es_new_block_name_wrap { font-size: 120%; }
  .es_grid_advlist p.has-icon,
  .es_grid_advlist .salespoint p { font-size: 110%; }

  .entry-content > *,
  .es-separate-container #content .es-container,
  .es_new_block.vertical-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .has-4-columns > * {
    width: calc(50% - 5px);
  }

  .portfolio-filter li {
    padding: 0;
  }

  #housing h1, #housing .h1 { font-size: 2.5rem; line-height: 3rem; }
  #housing h2, #housing .h2 { font-size: 2.2rem; line-height: 2.7rem; }
  #housing h3, #housing .h3 { font-size: 1.9rem; line-height: 2.4rem; }
  #housing h4 { font-size: 1.6rem; line-height: 2rem; }
  #housing h5 { font-size: 1.4rem; line-height: 1.8rem; }
  #housing h6 { font-size: 1.2rem; line-height: 1.6rem; }
}

@media (max-width: 991px) {
  .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
    width: calc(100% + 30px) !important;
    margin: 0 -15px;
    padding: 10px 45px;
  }
  .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li:last-child a {
    padding-bottom: 17px;
  }
  [data-mobile-nav-style="modern"] .navbar-modern-inner .navbar-nav .nav-item .dropdown-menu a {
    opacity: 1;
  }
  header .btn.btn-rounded.btn-large {
    color: var(--black);
    border-color: var(--medium-gray);
    padding: 10px 15px;
    font-size: 13px;
  }
}

@media (max-width: 1199px) {
  #housing .navbar .navbar-nav .nav-link {
    font-size: 13px;
    padding: 10px 10px;
  }

  #housing header .btn.btn-rounded.btn-large {
    padding: 10px 10px;
    font-size: 13px;
  }
}