.p-gHeader {
  width: 100%;
  min-width: 1140px;
  margin: 0 auto;
  -js-display: flex;
}
@media (max-width: 1140px) {
  .p-gHeader {
    min-width: inherit;
  }
}
@media screen and (max-width: 1024px) {
  .p-gHeader {
    min-width: inherit;
    height: inherit;
    display: block;
    padding: 17px 20px;
  }
}

.p-gHeader__head {
  display: flex;
  justify-content: space-between;
  padding: 19px 40px 20px;
}

@media screen and (max-width: 1024px) {
  .p-gHeader__head {
    display: block;
    padding: 0;
  }
}

.p-gHeader__siteid {
  width: 216px;
}
@media screen and (max-width: 1024px) {
  .p-gHeader__siteid {
    width: 155px;
  }
}

.p-gHeader__contact {
  display: flex;
}

@media screen and (max-width: 1024px) {
  .p-gHeader__contact {
    display: none;
  }
}

.p-gHeader__contact-inner {
  margin-right: 36px;
}

@media screen and (max-width: 1024px) {
  .p-gHeader__contact-inner {
    margin-right: 0;
  }
}

.p-gHeader__tels {
  display: flex;
}

.p-gHeader__tel {
  display: flex;
  align-items: center;
}

.p-gHeader__tel:nth-child(n + 2) {
  margin-left: 32px;
}

.p-gHeader__tel dt {
  margin-right: 15px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.025em;
}

.p-gHeader__tel dd {
  font-family: 'objektiv-mk2', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #e60012;
}

.p-gHeader__time {
  text-align: right;
  font-size: 9px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
}

.p-gHeader__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 44px;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.03em;
  text-decoration: none;
  background-color: #e60012;
  border: 2px solid #e60012;
  border-radius: 50px;
  transition: 0.25s;
}

.p-gHeader__btn:hover {
  color: #e60012;
  background-color: #fff;
}

.p-gHeader__navis {
  border-top: 1px solid #e5e5e5;
}

@media screen and (max-width: 1024px) {
  .p-gHeader__navis {
    display: none;
    position: absolute;
    width: 100%;
    background: #e60012;
    left: 0;
    top: 66px;
    z-index: 101;
    border-top: 0;
  }
}

.p-gHeader__group01 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 40px;
}

@media screen and (max-width: 1024px) {
  .p-gHeader__group01 {
    display: block;
    height: auto;
    padding: 0;
  }
}

.p-gHeader__mainNavi {
  -js-display: flex;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .p-gHeader__mainNavi {
    flex-wrap: wrap;
    -ms-flex-flow: row wrap;
    flex-direction: column;
    -ms-flex-direction: column;
    display: block;
    margin: 0;
    background: #ffffff;
  }
}
.p-gHeader__mainNavi__group {
  position: relative;
  margin: 0 13px;
}

@media screen and (max-width: 1024px) {
  .p-gHeader__mainNavi__group {
    margin: 0;
  }
}

.p-gHeader__mainNavi__group > a {
  display: inline-flex;
  align-items: center;
  height: 57px;
  font-size: 13px;
  color: #000;
  text-decoration: none;
  transition: all 0.3s ease;
}

@media screen and (max-width: 1024px) {
  .p-gHeader__mainNavi__group > a {
    border-right: none;
    text-align: left;
    color: #fff;
    background: #e60012;
    padding: 10px 15px;
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    left: 0;
    top: 0;
  }
}

.p-gHeader__mainNavi__group > a::after {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  content: '';
  background-color: #e60012;
  opacity: 0;
  /* transition: opacity 0.25s; */
}

@media screen and (max-width: 1024px) {
  .p-gHeader__mainNavi__group > a::after {
    top: calc(50% - 5px);
    right: 10px;
    left: auto;
    width: 5px;
    height: 10px;
    margin: 0 8px;
    background: url("../images/commons/icon-arrow-white.svg") no-repeat left top;
    background-size: contain;
    opacity: 1;
  }
}

.p-gHeader__mainNavi__group > .p-gHeader__mainNavi-border:hover::after {
  opacity: 1;
}

.p-gHeader__mainNavi__group > a.active {
  color: #e60012;
}

@media screen and (max-width: 1024px) {
  .p-gHeader__mainNavi__group > a.active {
    color: #fff;
    background: #f27781;
  }
}

.p-gHeader__mainNavi__group-child {
  font-size: 13px;
  position: absolute;
  left: 50%;
  background: #e60012;
  top: 57px;
  padding: 24px 20px;
  width: 210px;
  z-index: 10;
  display: none;
  transform: translateX(-50%);
}

@media screen and (max-width: 1024px) {
  .p-gHeader__mainNavi__group-child {
    width: 100%;
    display: block;
    position: relative;
    padding: 0;
    top: 0;
    background: #ffffff;
  }
}
.p-gHeader__mainNavi__group-child::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: -14px;
  left: calc(50% - 3px);
  border: 7px solid transparent;
  border-bottom: 7px solid #e60012;
}
@media screen and (max-width: 1024px) {
  .p-gHeader__mainNavi__group-child::before {
    display: none;
  }
}
.p-gHeader__mainNavi__group-child a {
  text-decoration: none;
  display: block;
  padding: 4px 0 4px 14px;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p-gHeader__mainNavi__group-child a {
    padding: 10px 20px;
    color: #000;
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
  }
  .p-gHeader__mainNavi__group-child a:last-child {
    border-bottom: none;
  }
}
.p-gHeader__mainNavi__group-child a::before {
  content: ">";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 2px;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .p-gHeader__mainNavi__group-child a::before {
    content: none;
  }
}
@media screen and (max-width: 1024px) {
  .p-gHeader__mainNavi__group-child a::after {
    content: "";
    width: 15px;
    height: 15px;
    background: url("../images/commons/icon-list.svg") no-repeat left top;
    background-size: contain;
    position: absolute;
    display: block;
    right: 15px;
    top: 50%;
    margin-top: -7px;
  }
}
.p-gHeader__mainNavi__group-child a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 1024px) {
  .p-gHeader__mainNavi__group-child a:hover {
    opacity: 1;
  }
}
.p-gHeader__subNavi {
  margin: 0 0 0 auto;
  position: absolute;
  right: 130px;
  top: 30px;
}
@media screen and (max-width: 1024px) {
  .p-gHeader__subNavi {
    margin: 0 0 0 0;
    position: inherit;
  }
}
.p-gHeader__subNavi a {
  font-size: 11px;
  color: #000;
  padding: 0 10px 0 6px;
  border-right: 1px solid #b0b0b0;
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  .p-gHeader__subNavi a {
    background: #e60012;
  }
}
.p-gHeader__subNavi a.active {
  color: #e60012;
}
@media screen and (max-width: 1024px) {
  .p-gHeader__subNavi a.active {
    color: #fff;
    background: #f27781;
  }
}
@media screen and (max-width: 1024px) {
  .p-gHeader__subNavi a {
    font-size: 12px;
    padding: 10px 20px;
    border-right: none;
    border-bottom: 1px solid #f27781;
    color: #fff;
    display: block;
    width: 100%;
    position: relative;
  }
  .p-gHeader__subNavi a::before {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 12px;
    background: url("../images/commons/icon-primary-arrow-white.svg") no-repeat
      left top;
    background-size: contain;
    right: 10px;
    top: 50%;
    margin-top: -6px;
  }
}
.p-gHeader__subNavi a:last-child {
  border-right: none;
}
.p-gHeader__langNavi {
  font-size: 11px;
  margin: 0 0 0 20px;
}
@media screen and (max-width: 1024px) {
  .p-gHeader__langNavi {
    margin: 0 0 0 0;
    position: relative;
    right: 0;
    top: 0;
  }
}
.p-gHeader__langNavi__label {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 57px;
}
@media screen and (max-width: 1024px) {
  .p-gHeader__langNavi__label {
    display: none;
  }
}
.p-gHeader__langNavi__label::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../images/commons/icon-global.svg") no-repeat left top;
  background-size: contain;
  vertical-align: middle;
  margin: 0 8px;
}
.p-gHeader__langNavi__label::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 10px;
  background: url("../images/commons/icon-arrow-black.svg") no-repeat left top;
  background-size: contain;
  vertical-align: middle;
  margin: 0 8px;
  transform: rotate(90deg);
}
.p-gHeader__langNavi__list {
  padding-top: 10px;
  position: absolute;
  display: none;
  width: 100%;
  background: #ffffff;
}
@media screen and (max-width: 1024px) {
  .p-gHeader__langNavi__list {
    display: block;
    background: inherit;
    position: inherit;
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  .p-gHeader__langNavi__list li {
    display: inline-block;
    padding: 0 10px;
    border-right: 1px solid #f27781;
  }
  .p-gHeader__langNavi__list li:last-child {
    border-right: none;
  }
}
.p-gHeader__langNavi__list a {
  display: block;
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  .p-gHeader__langNavi__list a {
    color: #fff;
  }
}
.p-gHeader .menu-trigger {
  position: absolute;
  right: 20px;
  top: 19px;
  display: none;
}
@media screen and (max-width: 1024px) {
  .p-gHeader .menu-trigger {
    display: block;
  }
}
.p-gHeader__nav-sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .p-gHeader__nav-sp {
    display: block;
    background: #ffffff;
    text-align: center;
  }
}
.p-gHeader__nav-sp__close {
  display: inline-block;
  padding: 20px 10px;
}
.p-gHeader__nav-sp__close::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("../images/commons/icon-close.svg") no-repeat left top;
  background-size: contain;
  vertical-align: middle;
  margin: 0 8px;
  transform: rotate(90deg);
}
.p-gHeader--multilingual .p-gHeader__navis {
  justify-content: flex-end;
}

.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  background-color: #fff;
}

@media screen and (max-width: 1024px) {
  .is-fixed-sp {
    position: fixed !important;
    z-index: 100 !important;
  }
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}

.menu-trigger {
  position: relative;
  width: 30px;
  height: 25px;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #e60012;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 11px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
  width: 45%;
  transform: translate3d(2px, 6px, 0) rotate(45deg);
}

.menu-trigger.active span:nth-of-type(2) {
  transform: translate3d(-1px, 0, 0) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(3) {
  width: 45%;
  transform: translate3d(13px, -4px, 0) rotate(45deg);
}

.p-gHeader__langNavi__list {
  background-color: #e60012 !important;
}

@media screen and (max-width: 1024px) {
  .p-gHeader__langNavi__list.p-gHeader__mainNavi__group-child li {
    padding: 0;
    width: 32%;
    text-align: center;
    margin-bottom: 10px;
  }
  .p-gHeader__subNavi {
    display: none;
  }
}
