/*------------------------------------------------
	parts
------------------------------------------------*/
.c-pc {
  display: block !important;
}
@media only screen and (max-width: 767px) {
  .c-pc {
    display: none !important;
  }
}

.c-sp {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .c-sp {
    display: block !important;
  }
}

.common__nav--right ._nav ul._nav-item {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .common__nav--right ._nav ul._nav-item li {
    padding: 0;
  }
}
.common__nav--right ._nav ul.en_nav-l li a {
  font-size: 18px;
}
.common__nav--right ._nav ul.en_nav-l li a:before, .common__nav--right ._nav ul.en_nav-l li a:after {
  top: 0.9em;
}

.header .en_nav-list {
  display: none;
}
@media only screen and (max-width: 767px) {
  .header .header__nav > ul > li .header__nav-entry {
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0.1em;
  }
  .header .header__nav > ul > li .header__nav-entry big {
    font-size: 14px;
  }
}
.header .header__nav > ul > li ul li {
  line-height: 1.4;
}
.header .header__nav > ul > li ul li big {
  font-size: 18px;
}
.header[data-status="open"] .header__nav > ul > li ul li._blue {
  background-color: transparent;
}
.header[data-status="open"] .header__nav > ul > li ul li._blue a {
  color: #0a5db5;
  background-color: #fff;
}
.header[data-status="open"] .header__nav > ul > li ul li._blue a:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 767px) {
  .header .header__menu--body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header .header__menu--body .common__nav--right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.header .header__menu--body .common__nav--left ._list li {
  border-bottom: 1px solid #b6b6b6;
}
.header .header__menu--body .common__nav--right ._nav {
  display: block;
}
.header .header__menu--body .common__nav--right ._nav ul:nth-of-type(n + 2) {
  margin-top: 50px;
}
.header .header__menu--body .common__nav--right ._nav ul:last-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #fff;
  padding-top: 30px;
  gap: 0 45px;
}
@media only screen and (max-width: 767px) {
  .header .header__menu--body .common__nav--right ._nav ul:last-of-type {
    display: block;
  }
}
.header .header__menu--body .common__nav--right ._nav ul:last-of-type li {
  margin: 0 !important;
}
.header .header__menu--body .common__nav--right ._nav ul li:nth-child(n + 2) {
  margin-top: 10px;
}
.header .header__menu--body .common__nav--right ._nav ul.en_nav-l li:nth-child(n + 2) {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .header .header__menu--body .common__nav--right ._nav ul.en_nav-l li:nth-child(n + 2) {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .header .header__menu--body .common__nav--right ._nav ._nav-item {
    padding: 0;
    border: none;
  }
}

/*------------------------------------------------
	footer
------------------------------------------------*/
.c_footer .common__nav--left ._list {
  display: none;
}
.c_footer .common__nav--left ._list.en_nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c_footer .common__nav--left ._list.en_nav-list li {
  max-width: 580px;
}
.c_footer .common__nav--left ._list.en_nav-list li a span {
  font-family: "Oswald", sans-serif;
  font-weight: 500 !important;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .c_footer .common__nav--left ._list.en_nav-list li a span {
    font-size: 15px;
  }
}
.c_footer .common__nav--right ul._nav-item:first-of-type {
  margin-top: 0;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .c_footer .common__nav--right ul._nav-item:first-of-type {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .c_footer .common__nav--right ._nav-item li:nth-child(n + 2) {
    margin-top: 10px;
  }
}


