header.header {
  width: calc(100% - 200px);
  position: relative;
  padding-top: 150px;
}
header.header .title {
  position: absolute;
  left: 120px;
  top: 50px;
  z-index: 2;
  pointer-events: none;
}
header.header .title h1 .mincho { font-size: 26px; display: inline-block; line-height: 1;}
header.header .title h1 .en { font-size: 14px; display: inline-block; margin-left: 2rem; transform: translateY(-3px); text-transform: uppercase;}
header.header .title h2 { font-size: 90px; line-height: 1.15; margin-top: 20px;}
header.header .title h2.en {text-transform: uppercase;}

@media only screen and (min-width: 783px) and (max-width: 1400px) {
  .gnav-product header.header .title h2.en,
  .gnav-service header.header .title h2.en,
  .gnav-recruit header.header .title h2.en { margin-top: min(2.5vw, 40px); font-size: min(4vw, 90px);}
}
@media only screen and (min-width: 783px) and (max-width: 1200px) {
  .gnav-product header.header .title h2.en,
  .gnav-service header.header .title h2.en,
  .gnav-recruit header.header .title h2.en { margin-top: 40px; font-size: 40px;}
}

header.header .title p { font-size: 20px; font-weight: bold; margin-top: 5px;}
.mainimg { position: relative; z-index: 1;}
.mainimg figure {
  height: 650px;
  width: 100%;
}
.mainimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 60px 60px 0;
}
.mainimg .lnav {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  height: 90px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 45px;
  background: #45bdcf;
  border-radius: 0 60px 0 60px;
}
@media only screen and (max-width: 782px) {
  header.header {
    width: calc(100% - 5vw);
    padding-top: 100px;
  }
  header.header .title {
    left: 7.5vw;
    top: 80px;
  }
  header.header .title h2 { font-size: 45px; margin-top: 0px;}
  header.header .title p { font-size: 10px; margin-top: 5px;}
  .mainimg { position: relative; z-index: 1;}
  .mainimg figure {
    height: 95vw;
  }
  .mainimg img {
    border-radius: 0 40px 40px 0;
  }
  .mainimg .lnav { display: none;/*
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
    height: 90px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 45px;
    background: #45bdcf;
    border-radius: 0 60px 0 60px;*/
  }
}
.hasPullover {
  position: relative;
}
.pullover {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
  position: absolute;
  z-index: 3;
  width: 300px;
  left: calc(50% - 150px);
  top: 40px;
  display: flex;
  flex-direction: column;
  padding-top: 20px;
}
.pullover.show { opacity: 1; pointer-events: auto;}
.pullover li:first-child::before {
  content: "";
  width: 26px;
  height: 26px;
  box-sizing: border-box;
  position: absolute;
  left: calc(50% - 13px);
  top: -25px;
  border: transparent 13px solid;
  border-bottom: #262253 13px solid;
}
.pullover li:first-child{ padding-top: 25px;border-radius: 30px 30px 0 0; position: relative;}
.pullover li:last-child{ padding-bottom: 25px;border-radius: 0 0 30px 30px ;}
.pullover li {
  text-align: center;
  background: #262253;
}
.pullover li a {
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 90%;
  padding: 8px;
}
.pullover li a:hover { text-decoration: underline;}
@media only screen and (max-width: 782px) {
  .pullover { display: none;}
}