@charset "UTF-8";
/* common
---------------------------------------------------- */
* {
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

@media screen and (max-width: 1199.98px) {
  html {
    font-size: 1.3344453711vw;
  }
}
@media screen and (max-width: 767.98px) {
  html {
    font-size: 1.8252933507vw;
  }
}
body {
  overflow-x: hidden;
  letter-spacing: 0.1em;
  line-height: 1.75;
  font-feature-settings: "palt";
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: rgb(34, 34, 34);
}

h2,
h3 {
  font-weight: 500;
  line-height: 1.75;
}

div,
p,
li,
dt,
dd {
  font-size: 16px;
  line-height: 1.75;
}

@media screen and (max-width: 1199.98px) {
  div,
  p,
  li,
  dt,
  dd {
    font-size: 14px;
  }
}
img {
  display: block;
  width: 100%;
  height: auto;
}

a {
  display: block;
}
a:hover {
  color: rgb(34, 34, 34);
}

.container-custom {
  max-width: 1230px;
  /* 最大幅を1590pxに設定 */
  width: 100%;
  /* 幅を100%に設定 */
  margin: 0 auto;
  /* 中央に配置 */
  padding: 0 30px;
}

/* data-aos
---------------------------------------------------- */
[data-aos=fade-up] {
  transform: translateY(20px);
}

[data-aos=fade-down] {
  transform: translateY(-20px);
}

/* visible
---------------------------------------------------- */
.visible-xxl {
  display: none;
}
@media (max-width: 1500px) {
  .visible-xxl {
    display: block;
  }
}

.visible-xl {
  display: none;
}
@media (max-width: 1399.98px) {
  .visible-xl {
    display: block;
  }
}

.visible-l {
  display: none;
}
@media (max-width: 1199.98px) {
  .visible-l {
    display: block;
  }
}

.visible-m {
  display: none;
}
@media (max-width: 991.98px) {
  .visible-m {
    display: block;
  }
}

.visible-s {
  display: none;
}
@media (max-width: 767.98px) {
  .visible-s {
    display: block;
  }
}

.visible-xs {
  display: none;
}
@media (max-width: 575.98px) {
  .visible-xs {
    display: block;
  }
}

.visible-500 {
  display: none;
}
@media (max-width: 500px) {
  .visible-500 {
    display: block;
  }
}

.visible-450 {
  display: none;
}
@media (max-width: 450px) {
  .visible-450 {
    display: block;
  }
}

.visible-400 {
  display: none;
}
@media (max-width: 400px) {
  .visible-400 {
    display: block;
  }
}

.visible-350 {
  display: none;
}
@media (max-width: 350px) {
  .visible-350 {
    display: block;
  }
}

/* hidden
---------------------------------------------------- */
.hidden-xxl {
  display: block;
}
@media (max-width: 1500px) {
  .hidden-xxl {
    display: none;
  }
}

.hidden-xl {
  display: block;
}
@media (max-width: 1399.98px) {
  .hidden-xl {
    display: none;
  }
}

.hidden-l {
  display: block;
}
@media (max-width: 1199.98px) {
  .hidden-l {
    display: none;
  }
}

.hidden-m {
  display: block;
}
@media (max-width: 991.98px) {
  .hidden-m {
    display: none;
  }
}

.hidden-s {
  display: block;
}
@media (max-width: 767.98px) {
  .hidden-s {
    display: none;
  }
}

.hidden-xs {
  display: block;
}
@media (max-width: 575.98px) {
  .hidden-xs {
    display: none;
  }
}

.hidden-400 {
  display: block;
}
@media (max-width: 400px) {
  .hidden-400 {
    display: none;
  }
}

/* parts
---------------------------------------------------- */
.heading {
  padding-top: 8.125rem;
}
@media (max-width: 991.98px) {
  .heading {
    text-align: center;
    margin-bottom: 3em;
  }
}
.heading .heading-en {
  padding-bottom: 0.2em;
  display: block;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: max(4rem, 48px);
  color: rgb(66, 160, 226);
  line-height: 1;
}
@media (max-width: 991.98px) {
  .heading .heading-en {
    padding-bottom: 0.5em;
  }
}
.heading .heading-jp {
  display: inline-block;
  padding: 0.3em 1.4em 0.3em;
  font-weight: 700;
  font-size: max(1.125rem, 16px);
  color: #fff;
  background-color: rgb(66, 160, 226);
  border-radius: 30px;
}

.heading-sub {
  text-align: center;
  padding-top: 5em;
  padding-bottom: 3em;
}
@media (max-width: 991.98px) {
  .heading-sub {
    padding-bottom: 1.5em;
  }
}

.section-bg {
  background-image: url(../images/top-bg-pattern01-left.png), url(../images/top-bg-pattern01-right.png);
  background-repeat: repeat-y, repeat-y;
  background-size: 17vw auto, 17vw auto;
  background-position: left center, right center;
}
@media (max-width: 575.98px) {
  .section-bg {
    background-size: 30vw auto, 30vw auto;
  }
}

.section-bg-gy {
  background-image: url(../images/top-bg-pattern02-left.png), url(../images/top-bg-pattern02-right.png);
}

.section-bg-gr {
  background-image: url(../images/top-bg-pattern03-left.png), url(../images/top-bg-pattern03-right.png);
}

.section-bg-nv {
  background-image: url(../images/top-bg-pattern04-left.png), url(../images/top-bg-pattern04-right.png);
}

.btn-common-wrapper {
  text-align: center;
  padding-bottom: 6.25rem;
}
.btn-common-wrapper .btn-common {
  display: inline-block;
  padding: 1.6em 3em;
  background-color: rgb(66, 160, 226);
  font-size: max(1.25rem, 16px);
  font-weight: 700;
  color: #fff;
  border-radius: 100px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 400px) {
  .btn-common-wrapper .btn-common {
    width: 100%;
    padding: 1.6em 1.5em;
  }
}
.btn-common-wrapper .btn-common .icon {
  padding-left: 1em;
}
.btn-common-wrapper .btn-common::before {
  content: "";
  width: 120%;
  height: 200%;
  position: absolute;
  top: -50%;
  right: 0;
  z-index: -1;
  background: #0c6cb1;
  transform: translateX(-100%);
  transition: transform ease 0.7s;
}
.btn-common-wrapper .btn-common:hover::before {
  transform: translateX(10%);
}

.page-title {
  position: relative;
  height: 31.25rem;
  overflow: hidden;
}
.page-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  height: 120%;
  background-image: url(../images/housing-pagetitle-img.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transform: translate(-50%, -50%) scale(1.2);
  animation: scaleDown 2s ease forwards;
  z-index: -1;
}
@keyframes scaleDown {
  0% {
    transform: translate(-50%, -50%) scale(1.2);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
@media (max-width: 575.98px) {
  .page-title {
    height: 300px;
  }
}
.page-title .page-title-heading {
  position: absolute;
  top: 60%;
  left: 5em;
  transform: translateY(-50%);
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
@media (max-width: 575.98px) {
  .page-title .page-title-heading {
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    text-align: center;
  }
}
.page-title .page-title-heading .heading-en {
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-size: max(5rem, 32px);
  line-height: 1.2;
  display: block;
}
.page-title .page-title-heading .heading-jp {
  margin-top: -1em;
  color: #fff;
  font-size: max(1.5rem, 18px);
  display: block;
}
@media (max-width: 575.98px) {
  .page-title .page-title-heading .heading-jp {
    margin-top: -0.5em;
  }
}

/* pagetop
---------------------------------------------------- */
#pagetop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 50;
  text-align: center;
}
@media (max-width: 575.98px) {
  #pagetop {
    right: 15px;
  }
}
#pagetop .pagetop-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid rgb(10, 46, 90);
  background-color: #fff;
  color: rgb(10, 46, 90);
  font-family: "Outfit", sans-serif;
}
@media (max-width: 575.98px) {
  #pagetop .pagetop-inner {
    width: 50px;
    height: 50px;
  }
}
#pagetop .pagetop-inner .pagetop-icon,
#pagetop .pagetop-inner .pagetop-text {
  font-size: 16px;
}
@media (max-width: 575.98px) {
  #pagetop .pagetop-inner .pagetop-icon,
  #pagetop .pagetop-inner .pagetop-text {
    font-size: 12px;
  }
}

/* header
---------------------------------------------------- */
.header .header__logo {
  position: fixed;
  top: 40px;
  left: 60px;
  z-index: 20;
  display: flex;
  align-items: center;
  height: 70px;
}
@media (max-width: 1199.98px) {
  .header .header__logo {
    height: auto;
    top: 30px;
    left: 30px;
  }
}
.header .header__logo .logo .logo-text {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199.98px) {
  .header .header__logo .logo .logo-text {
    font-size: 20px;
  }
}
@media (max-width: 575.98px) {
  .header .header__logo .logo .logo-text {
    font-size: 18px;
  }
}
.header .header__logo .logo .logo-text:hover {
  color: #fff;
}
.header .header__logo .logo .logo-text.headerColorScroll {
  color: rgb(10, 46, 90);
  transition: color 0.4s ease-out;
}
.header .header__inner {
  padding-bottom: 0;
  height: 70px;
  position: fixed;
  top: 40px;
  right: 60px;
  z-index: 50;
  display: flex;
  justify-content: end;
}
@media (max-width: 1199.98px) {
  .header .header__inner {
    height: auto;
    top: 30px;
    right: 30px;
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 575.98px) {
  .header .header__inner {
    padding-top: 25px;
  }
}
.header .header__inner .header__menu .gnav__menu {
  height: 70px;
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 35px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1199.98px) {
  .header .header__inner .header__menu .gnav__menu {
    overflow-y: auto;
  }
}
.header .header__inner .header__menu .gnav__menu li {
  padding: 20px 35px 20px 0;
  transition: all 0.3s ease-in-out;
}
.header .header__inner .header__menu .gnav__menu li:nth-child(1) {
  padding-left: 60px;
}
.header .header__inner .header__menu .gnav__menu li:nth-child(2) {
  padding-right: 55px;
}
@media (max-width: 1199.98px) {
  .header .header__inner .header__menu .gnav__menu li:nth-child(2) {
    padding-right: 0;
  }
}
.header .header__inner .header__menu .gnav__menu li:nth-child(4) {
  padding-right: 70px;
}
@media (max-width: 1199.98px) {
  .header .header__inner .header__menu .gnav__menu li:nth-child(4) {
    padding-right: 0;
  }
}
.header .header__inner .header__menu .gnav__menu li .gnav__menu-link {
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199.98px) {
  .header .header__inner .header__menu .gnav__menu li .gnav__menu-link {
    border-bottom: none;
  }
}
.header .header__inner .header__menu .gnav__menu li .gnav__menu-link:hover {
  border-bottom: 1px solid rgb(34, 34, 34);
}
.header .header__inner .header__menu .gnav__menu li .current {
  border-bottom: 1px solid rgb(34, 34, 34);
}
@media (max-width: 1199.98px) {
  .header .header__inner .header__menu .gnav__menu li .current {
    border-bottom: none;
    color: rgb(66, 160, 226);
  }
}
.header .header__inner .header__menu .gnav__menu li .toggle {
  position: relative;
}
.header .header__inner .header__menu .gnav__menu li .toggle:before,
.header .header__inner .header__menu .gnav__menu li .toggle:after {
  content: "";
  background-color: #000;
  position: absolute;
  width: 12px;
  height: 1px;
  top: 55%;
  left: 115%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}
@media (max-width: 1199.98px) {
  .header .header__inner .header__menu .gnav__menu li .toggle:before,
  .header .header__inner .header__menu .gnav__menu li .toggle:after {
    left: 95%;
  }
}
.header .header__inner .header__menu .gnav__menu li .toggle:before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.header .header__inner .header__menu .gnav__menu li .toggle:after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.header .header__inner .header__menu .gnav__menu li .toggle.active:before {
  transform: translate(-50%, -50%) rotate(0deg);
}
.header .header__inner .header__menu .gnav__menu li .toggle.active:after {
  transform: translate(-50%, -50%) rotate(0deg);
}
@media (min-width: 1199.98px) {
  .header .header__inner .header__menu .gnav__menu li .toggle.hover:before {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  .header .header__inner .header__menu .gnav__menu li .toggle.hover:after {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}
.header .header__inner .header__contact-btn {
  height: 100px;
  display: flex;
  align-items: center;
}

section {
  position: relative;
}

.anchor-offset {
  position: absolute;
  height: 30px;
  top: -30px;
  visibility: hidden;
}

/* submenu
---------------------------------------------------- */
@media (min-width: 1199.98px) {
  .header .header__inner .header__menu .gnav__menu > li:hover .submenu {
    max-height: 9999px;
    opacity: 1;
    padding: 30px 50px 40px;
    pointer-events: auto;
  }
}
@media (min-width: 1199.98px) and (max-width: 1199.98px) {
  .header .header__inner .header__menu .gnav__menu > li:hover .submenu {
    max-height: none;
    padding: 0;
  }
}
@media (min-width: 1199.98px) {
  .header .header__inner .header__menu .gnav__menu > li:hover .gnav__menu-link {
    border-bottom: 1px solid rgb(34, 34, 34);
  }
  .header .header__inner .header__menu .gnav__menu > li:hover .toggle:before {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}
@media (max-width: 1199.98px) {
  .header .header__inner .header__menu .gnav__menu > li:hover .gnav__menu-link {
    border-bottom: none;
  }
}

.header .header__inner .header__menu .submenu {
  position: absolute;
  padding: 20px 50px 30px;
  background-color: #fff;
  max-height: 0;
  width: 1092px;
  opacity: 0;
  overflow: hidden;
  top: 70px;
  right: 0;
  transition: all 0.2s ease-in;
  z-index: 100;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  pointer-events: none;
}
@media (max-width: 1199.98px) {
  .header .header__inner .header__menu .submenu {
    position: static;
    max-height: 0;
    opacity: 0;
    padding: 0;
    width: auto;
    box-shadow: none;
    pointer-events: auto;
    transition: max-height 0.6s ease, padding 0.6s ease, opacity 0.6s ease;
    background-color: transparent;
  }
}
.header .header__inner .header__menu .submenu.open {
  max-height: 500px;
  opacity: 1;
  padding: 10px 0;
}
.header .header__inner .header__menu .submenu .submenu-top {
  padding-bottom: 0.5em;
  margin-bottom: 2em;
  border-bottom: 1px solid #c8c8c8;
}
@media (max-width: 1199.98px) {
  .header .header__inner .header__menu .submenu .submenu-top {
    display: none;
  }
}
.header .header__inner .header__menu .submenu .submenu-top .megatitle-en {
  font-size: 32px;
  font-family: "Outfit", sans-serif;
  padding-right: 0.5em;
}
.header .header__inner .header__menu .submenu .submenu-bottom {
  display: flex;
}
@media (max-width: 1199.98px) {
  .header .header__inner .header__menu .submenu .submenu-bottom {
    display: block;
  }
}
.header .header__inner .header__menu .submenu .submenu-bottom .submenu-bottom-left,
.header .header__inner .header__menu .submenu .submenu-bottom .submenu-bottom-right {
  display: flex;
}
.header .header__inner .header__menu .submenu .submenu-bottom .submenu-bottom-left {
  margin-right: 3em;
}
@media (max-width: 1199.98px) {
  .header .header__inner .header__menu .submenu .submenu-bottom .submenu-bottom-left {
    margin-right: 0;
    display: block;
  }
}
@media (max-width: 1199.98px) {
  .header .header__inner .header__menu .submenu .submenu-bottom .submenu-img {
    display: none;
  }
}
.header .header__inner .header__menu .submenu .submenu-bottom .submenu-img .submenu-img img {
  border-radius: 10px;
}
.header .header__inner .header__menu .submenu .submenu-bottom .submenu-inner {
  display: block;
  padding-left: 30px;
  box-shadow: none;
}
@media (max-width: 1199.98px) {
  .header .header__inner .header__menu .submenu .submenu-bottom .submenu-inner {
    padding: 0;
  }
}
.header .header__inner .header__menu .submenu .submenu-bottom .submenu-inner li:nth-child(1) {
  padding-left: 0;
}
.header .header__inner .header__menu .submenu .submenu-bottom .submenu-inner li {
  padding: 0;
  margin-bottom: 1em;
}
@media (max-width: 1199.98px) {
  .header .header__inner .header__menu .submenu .submenu-bottom .submenu-inner li {
    border: none;
    font-size: 16px;
  }
}
.header .header__inner .header__menu .submenu .submenu-bottom .submenu-inner li a {
  border-left: none;
}
.header .header__inner .header__menu .submenu .submenu-bottom .submenu-inner .submenu-title a {
  padding: 8px 30px;
  font-size: 18px;
  background-color: rgb(66, 160, 226);
  color: #fff;
  border-radius: 25px;
  transition: all 0.2s ease-in;
}
@media (max-width: 1199.98px) {
  .header .header__inner .header__menu .submenu .submenu-bottom .submenu-inner .submenu-title a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1em;
    margin-bottom: 1em;
    padding: 4px 30px;
    font-size: 16px;
  }
}
.header .header__inner .header__menu .submenu .submenu-bottom .submenu-inner .submenu-title a:hover {
  background-color: rgb(26, 115, 179);
}
.header .header__inner .header__menu .submenu .submenu-bottom .submenu-inner .submenu-title a .icon {
  padding-left: 1em;
}
.header .header__inner .header__menu .submenu .submenu-bottom .submenu-inner .submenu-list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.2s ease-in;
}
.header .header__inner .header__menu .submenu .submenu-bottom .submenu-inner .submenu-list a:hover {
  color: rgb(130, 130, 130);
}
.header .header__inner .header__menu .submenu .submenu-bottom .submenu-inner .submenu-list a .icon {
  color: rgb(130, 130, 130);
  font-size: 12px;
}
@media (max-width: 1199.98px) {
  .header .header__inner .header__menu .submenu .submenu-bottom .submenu-bottom-right {
    display: block;
  }
}
.header .header__inner .header__menu .submenu .submenu-bottom .submenu-bottom-right .submenu-title a {
  padding: 8px 30px;
  font-size: 18px;
  background-color: rgb(78, 184, 45);
}
@media (max-width: 1199.98px) {
  .header .header__inner .header__menu .submenu .submenu-bottom .submenu-bottom-right .submenu-title a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 30px;
    font-size: 16px;
  }
}
.header .header__inner .header__menu .submenu .submenu-bottom .submenu-bottom-right .submenu-title a:hover {
  background-color: rgb(39, 143, 7);
}
@media (max-width: 1199.98px) {
  .header .header__inner .header__menu .submenu.open {
    display: block;
  }
}
.header .header__inner .header__menu .__1 .submenu-bottom .submenu-bottom-left .submenu-inner .current {
  border: none;
}
.header .header__inner .header__menu .__1 .submenu-bottom .submenu-bottom-left .submenu-inner .current a {
  background-color: rgb(26, 115, 179);
}
.header .header__inner .header__menu .__1 .submenu-bottom .submenu-bottom-right .submenu-inner .current {
  border: none;
}
.header .header__inner .header__menu .__1 .submenu-bottom .submenu-bottom-right .submenu-inner .current a {
  background-color: rgb(39, 143, 7);
}
.header .header__inner .header__menu .__2 {
  width: 602px;
}
@media (max-width: 1199.98px) {
  .header .header__inner .header__menu .__2 {
    width: auto;
  }
}
@media (max-width: 1199.98px) {
  .header .header__inner .header__menu .__2 .submenu-bottom .submenu-bottom-left .submenu-inner {
    margin-top: 1em;
  }
}
.header .header__inner .header__menu .__2 .submenu-bottom .submenu-bottom-left .submenu-inner .submenu-title a {
  background-color: rgb(10, 46, 90);
}
.header .header__inner .header__menu .__2 .submenu-bottom .submenu-bottom-left .submenu-inner .submenu-title a:hover {
  background-color: #000;
}
.header .header__inner .header__menu .__2 .submenu-bottom .submenu-bottom-left .submenu-inner .current {
  border: none;
}
.header .header__inner .header__menu .__2 .submenu-bottom .submenu-bottom-left .submenu-inner .current a {
  background-color: #000;
}

/* hamburger
---------------------------------------------------- */
@media (max-width: 1199.98px) {
  .header--hamburger {
    position: fixed;
    top: 0;
    z-index: 100;
  }
}
.header--hamburger .header__btn--gnav {
  position: fixed;
  top: 30px;
  right: 30px;
  width: 30px;
  height: 30px;
  z-index: 150;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 400ms;
  display: none;
  background-color: transparent;
  border: none;
  outline: none;
}
@media (max-width: 1199.98px) {
  .header--hamburger .header__btn--gnav {
    display: block;
  }
}
@media (max-width: 575.98px) {
  .header--hamburger .header__btn--gnav {
    width: 37.5px;
    height: 37.5px;
  }
}
.header--hamburger .header__btn--gnav span {
  position: absolute;
  width: 30px;
  height: 4px;
  right: 0px;
  background: rgb(66, 160, 226);
  transition: all 400ms;
}
.header--hamburger .header__btn--gnav span:nth-child(1) {
  top: 0;
}
.header--hamburger .header__btn--gnav span:nth-child(2) {
  top: 10px;
  opacity: 1;
}
.header--hamburger .header__btn--gnav span:nth-child(3) {
  top: 20px;
}
.header--hamburger .header__btn--gnav.open span:nth-child(1) {
  background: rgb(66, 160, 226);
  top: 10px;
  transform: rotate(-45deg);
}
.header--hamburger .header__btn--gnav.open span:nth-child(2),
.header--hamburger .header__btn--gnav.open span:nth-child(3) {
  top: 10px;
  background: rgb(66, 160, 226);
  transform: rotate(45deg);
}
.header--hamburger .header__btn--gnav.open span:nth-child(2) {
  opacity: 0;
}
.header--hamburger .header__overlay {
  width: 100%;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 30;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.header--hamburger .header__overlay.open {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1199.98px) {
  .header .header__inner .header__menu {
    margin: 0;
    position: fixed;
    top: 0;
    right: -100%;
    width: 300px;
    height: 100%;
    background-color: #FFF;
    box-sizing: border-box;
    z-index: 100;
    transition: 0.6s;
    display: flex;
  }
  .header .header__inner .header__menu.open {
    right: 0;
  }
  .header .header__inner .header__menu .gnav {
    width: 100%;
  }
  .header .header__inner .header__menu .gnav__menu {
    padding: 70px 30px;
    width: 100%;
    height: 100%;
    display: block;
    flex-direction: column;
    box-shadow: none;
    background-image: url(../images/top-bg-pattern01-right.png);
    background-size: 50%;
    background-repeat: no-repeat repeat;
    background-position: right top;
    border-radius: 0;
  }
  .header .header__inner .header__menu .gnav__menu li {
    width: 100%;
    padding: 20px 15px 20px 15px;
    color: rgb(34, 34, 34);
    border-bottom: 1px solid #dddddd;
  }
  .header .header__inner .header__menu .gnav__menu li:nth-child(1) {
    padding-left: 15px;
  }
  .header .header__inner .header__menu .gnav__menu li .gnav__menu-link {
    font-size: 18px;
  }
}
/* footer
---------------------------------------------------- */
.footer {
  background-color: rgb(10, 46, 90);
  color: #FFF;
}
.footer a:hover {
  color: #fff;
}
.footer .footer-inner {
  display: flex;
  justify-content: space-between;
  padding-top: 6.25rem;
  padding-bottom: 4.375rem;
}
@media (max-width: 991.98px) {
  .footer .footer-inner {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .footer .footer-inner {
    padding-top: 5rem;
    padding-bottom: 4.375rem;
  }
}
@media (max-width: 575.98px) {
  .footer .footer-inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 991.98px) {
  .footer .footer-inner .footer-left {
    margin-bottom: 3.75rem;
    padding-bottom: 3.75rem;
    border-bottom: 1px solid #315785;
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .footer .footer-inner .footer-left {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}
.footer .footer-inner .footer-left .logo {
  padding-bottom: 1em;
  font-size: max(1.75rem, 24px);
  font-weight: 600;
}
@media (max-width: 575.98px) {
  .footer .footer-inner .footer-left .logo {
    padding-bottom: 30px;
  }
}
@media (max-width: 575.98px) {
  .footer .footer-inner .footer-left .footer-address .footer-address-inner {
    font-size: 13px;
  }
}
.footer .footer-inner .footer-left .footer-address .footer-address-inner a {
  display: inline;
}
.footer .footer-inner .footer-left .footer-address .footer-address-inner .hidden-400 {
  display: inline-block;
}
@media (max-width: 400px) {
  .footer .footer-inner .footer-left .footer-address .footer-address-inner .hidden-400 {
    display: none;
  }
}
.footer .footer-inner .footer-right {
  display: flex;
}
@media (max-width: 991.98px) {
  .footer .footer-inner .footer-right {
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .footer .footer-inner .footer-right {
    display: none;
  }
}
.footer .footer-inner .footer-right .footer-nav {
  padding-right: 2em;
}
.footer .footer-inner .footer-right .footer-nav:nth-child(5) {
  padding-right: 0;
}
.footer .footer-inner .footer-right .footer-nav .f-nav-list .f-nav-item {
  padding-bottom: 0.5em;
}
.footer .footer-inner .footer-right .footer-nav .f-nav-list .f-nav-item a {
  transition: color 0.3s ease;
}
.footer .footer-inner .footer-right .footer-nav .f-nav-list .f-nav-item a:hover {
  color: #b9b9b9;
}
.footer .footer-inner .footer-right .footer-nav .f-nav-list .__sub {
  position: relative;
  padding-left: 1.5em;
}
.footer .footer-inner .footer-right .footer-nav .f-nav-list .__sub::before {
  position: absolute;
  left: 0;
  content: "―";
  color: #fff;
}
.footer .copylight {
  text-align: center;
  padding-bottom: 6.25rem;
}
@media (max-width: 767.98px) {
  .footer .copylight {
    padding-bottom: 5rem;
  }
}
@media (max-width: 767.98px) {
  .footer .copylight {
    padding-bottom: 60px;
  }
}
@media (max-width: 575.98px) {
  .footer .copylight .copylight-text {
    font-size: 12px;
  }
}/*# sourceMappingURL=common.css.map */