@charset "UTF-8";

/* ==========================================================================
   common
   ======================================================================= */
.gheader {
  position: relative;
  z-index: 102;
}
.gheader__ministry {
  display: none;
}
.slick-initialized .slick-slide {
  outline: none!important;
}

/* ==========================================================================
   pc
   ======================================================================= */
@media all and (min-width: 768px){
  /* -------------------- hd -------------------- */
  .gheader-btn {
    top: 11px;
    right: 19px;
  }
  .lang-dropdown {
    top: 20px;
  }
  .hd-local-nav {
    display:-ms-flexbox;
    display:flex;
    -ms-flex-align: end;
    align-items: flex-end;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 10px;
    z-index: 100;
    width: calc(100% - 220px);
    box-sizing: border-box;
  }
  .hd-local-nav_button, .hd-local-nav_button--logo {
    text-align: center;
    line-height: 1;
  }
  .hd-local-nav_button {
    margin: 0 20px ;
    position: relative;
  }
  .hd-local-nav_button:after {
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translate(0, -80%);
    content: "";
    display: inline-block;
    width: 1px;
    height: 14px;
    background-color: #a3a3a3;
  }
  .hd-local-nav_button:last-child:after {
    display: none;
  }
  .hd-local-nav_button > a {
    font-size: 14px;
    display: block;
    font-weight: bold;
    line-height: 1;
    cursor: pointer;
  }
  .hd-local-nav_button > a:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    margin-top: 5px;
    background-color: #0068b7;
    visibility: hidden;
  }
  .hd-local-nav_button > a:hover:after {
    visibility: visible;
  }
  .hd-local-nav_button--logo {
    text-align: center;
    line-height: 1;
    font-size: 0;
  }
  .hd-local-nav_button--logo > a > img {
    padding: 8px 0;
    width: 100%;
  }
  .hd-lang-nav {
    display:-ms-flexbox;
    display:flex;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: 75px;
    top: calc(95px / 2);
    transform: translateY(-50%);
    z-index: 100;
  }
  .hd-lang-nav_button {
    text-align: center;
    padding: 2px 0;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-align: center;
    align-items: center;
  }
  .hd-lang-nav_button:not(:last-child):after {
    top: 50%;
    content: "";
    display: block;
    width: 1px;
    height: 14px;
    background-color: #a3a3a3;
  }
  .hd-lang-nav_button > a {
    font-size: 14px;
    margin: 0 15px;
    display: block;
    color: #0068b7;
    padding-bottom: 1px;
    cursor: pointer;
  }
  .hd-lang-nav_button > a:hover {
    border-bottom: 1px solid #0068b7;
  }
  .hd-lang-nav_button > a.is-active {
    pointer-events: none;
    font-weight: bold;
  }
  .u-hd {
    padding-top: 60px;
    height: inherit;
  }
  .u-hd__img {
    border-top: 1px solid rgba(000,000,000, .3);
  }
  .hd-carousel {
    background-color: #eeeeee;
  }
  .hd-carousel__item--01, .hd-carousel__item--02, .hd-carousel__item--03 {
    position: relative;
  }
  .hd-carousel .slick-list img {
    width: 100%;
  }
  .hd-carousel .slick-dots {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
  }
  .hd-carousel .hd-carousel__cap {
    font-size: 13px;
    position: absolute;
    bottom: calc(-1em - 10px);
    left: 10px;
  }
}

/* ==========================================================================
  responsive ajustment
=======================================================================*/
@media all and (min-width: 768px) and (max-width: 1000px){
  .hide-small-pc {
    display: none;
  }
  .hd-lang-nav {
    right: 59px;
    top:67px;
  }
  .gheader-btn {
    top: 29px;
    right: 10px;
  }
  .hd-local-nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .hd-local-nav_button--logo {
    width: 100%;
    text-align: left;
  }
  .hd-local-nav_button--logo > a > img {
    width: 193px;
  }
  .hd-local-nav_button:nth-child(2) {
    margin-left: 0;
  }
  .u-hd {
    padding-top: 81px;
  }

}

/* ==========================================================================
  sp
======================================================================= */
@media all and (max-width: 767px){
  /* -------------------- hd -------------------- */
  .gheader-btn {
   top: 11px;
   right: 19px;
  }
  .language-en .gheader__ministry a img {
    width: 45%;
    height: inherit;
  }
  .hd-local-nav {
    display:-ms-flexbox;
    display:flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    z-index: 100;
    width: 100%;
  }
  .hd-local-nav_button--logo {
    text-align: center;
    line-height: 1;
    font-size: 0;
    width: 120px;
    padding: 14px 0 10px 10px;
  }
  .hd-local-nav_button--logo > a > img {
    width: 100%;
  }
  .hd-local-nav_button {
    display: none;
  }
  .hd-lang-nav {
    display:-ms-flexbox;
    display:flex;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: 62px;
    top: 32px;
    z-index: 100;
  }
  .hd-lang-nav_button {
    text-align: center;
    line-height: 1;
  }
  .hd-lang-nav_button:first-child {
    border-right: 1px solid #eeeeee;
  }
  .hd-lang-nav_button > a {
    font-size: 12px;
    margin: 0 5px;
    display: block;
    color: #0068b7;
    padding-bottom: 1px;
    cursor: pointer;
  }
  .hd-lang-nav_button > a:hover {
    border-bottom: 1px solid #0068b7;
  }
  .hd-lang-nav_button > a.is-active {
    pointer-events: none;
    font-weight: bold;
  }
  .u-hd {
    padding-top: 50px;
    height: inherit;
  }
  .u-hd__img {
    border-top: 1px solid rgba(000,000,000, .3);
  }
  .hd-carousel {
    background-color: #eeeeee;
  }
  .hd-carousel__item--01, .hd-carousel__item--02, .hd-carousel__item--03 {
    position: relative;
  }
  .hd-carousel .slick-list img {
    width: 100%;
  }
  .hd-carousel .slick-dots {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
  }
  .hd-carousel .hd-carousel__cap {
    font-size: 11px;
    position: absolute;
    bottom: calc(-1em - 5px);
    left: 5px;
  }
}
