@charset "UTF-8";
.sub_text {
  font-size: clamp(1.1rem, 0.983rem + 0.5vw, 1.6rem);
}

.small_text {
  font-size: 1.5rem;
}

.title {
  font-size: clamp(1.2rem, 0.733rem + 1.99vw, 3.2rem);
}

.buttom_text {
  font-size: clamp(1.6rem, 1.133rem + 1.99vw, 3.6rem);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.menu_wrap {
  font-size: clamp(1rem, 0.766rem + 1vw, 2rem);
}

.catch {
  font-size: clamp(2rem, 1.346rem + 2.79vw, 4.8rem);
}

.header.mobile {
  display: none;
}

.header.web {
  background-color: #2d4d5b;
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  z-index: 9999;
  padding-left: 3vw;
}
.header.web .title_Set {
  display: flex;
  align-items: flex-end;
  gap: 1rem;
  padding-top: 1vw;
}
.header.web p {
  color: white;
}
.header.web .title {
  display: inline-block;
}
.header.web .title p {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
}
.header.web .sub_text {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
}
.header.web .entry_btn {
  display: inline-block;
  position: relative;
  top: 0;
  right: 0;
  z-index: 9999;
}
.header.web .entry_btn .img {
  width: -moz-max-content;
  width: max-content;
  position: relative;
  top: -2vw;
}
.header.web .entry_btn .text {
  position: absolute;
  top: 1vw;
  right: 1vw;
  color: black;
  text-align: center;
  width: -moz-max-content;
  width: max-content;
  display: inline-block;
  font-family: "HelveticaLTPro-Bold";
  display: flex;
  flex-direction: column;
}
.header.web .entry_btn .text .small_text {
  margin-bottom: 0vw;
  color: #2d4d5b;
  font-weight: bold;
  display: inline-block;
  letter-spacing: 0.2rem;
}
.header.web .entry_btn .text .buttom_text {
  font-family: "HelveticaLTPro-Bold";
  display: inline-block;
}

#header_set {
  position: fixed;
  width: 100%;
  z-index: 999;
  /* カレント設定 - 色変更予定*/
}
#header_set .menu-set {
  display: flex;
  margin-top: 70px;
  justify-content: flex-start;
  align-items: center;
  background-color: #2d4d5b;
  position: absolute;
  top: 0;
  width: 100%;
  padding-left: 3vw;
}
#header_set .menu-set a {
  color: white;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  width: auto;
}
#header_set .menu-set .menu_wrap {
  display: flex;
  gap: 3vw;
}
#header_set .menu-set {
  transform: translateY(-100%);
  margin-top: 0;
}
#header_set .menu-set .menu_wrap a.current {
  color: orange;
}

.is-in #header_set .menu-set {
  transform: translateY(0%);
  margin-top: 70px;
}

.top .menu .menu_wrap a {
  padding-left: 30px;
}

.top .menu .menu_wrap a.curlink {
  background-image: url(../public/images/hed_link.svg);
  background-repeat: no-repeat;
  background-position: center left;
}

#top_page_btn {
  width: -moz-fit-content;
  width: fit-content;
  position: fixed;
  top: 80%;
  right: 5vw;
  z-index: 100;
}

.top {
  position: relative;
  height: auto;
}
.top .img {
  width: 100%;
  position: relative;
  z-index: -2;
  height: 825px;
}
.top .img img {
  height: 825px;
  -o-object-fit: cover;
     object-fit: cover;
}
.top .menu.web {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 0 5vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 825px;
}
.top .menu.web .logo {
  display: flex;
  margin: 0 auto;
  margin-bottom: 5vw;
  padding-left: 2vw;
  flex-direction: column;
  align-content: center;
  align-items: center;
}
.top .menu.web .logo .logo_img {
  width: 107px;
  padding: 0 1vw;
}
.top .menu.web .logo p {
  color: white;
}
.top .menu.web .menu_wrap {
  display: flex;
  flex-direction: column;
  gap: 2vw;
  padding-left: 2vw;
}
.top .menu.web .menu_wrap a {
  color: white;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
}
.top .menu.web::before {
  content: "";
  position: absolute;
  background-color: #2d4d5b;
  opacity: 0.65;
  mix-blend-mode: multiply;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.top .catch_wrap {
  position: absolute;
  right: 0;
  bottom: 0;
  color: white;
  display: inline-block;
  width: 50%;
  margin-bottom: 10vw;
}
.top .catch_wrap p {
  font-size: clamp(1.6rem, 1.133rem + 1.99vw, 3.6rem);
}
.top .catch_wrap .catch {
  border-bottom: 1px solid white;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0.2em;
  font-size: clamp(2.4rem, 0.718rem + 5.18vw, 9.6rem);
}
.top .scroll {
  position: absolute;
  bottom: 15vw;
  left: 0;
  margin-left: 3vw;
}
.top .scroll p {
  font-family: "HelveticaLTPro-Roman";
  transform: rotate(90deg);
  transform-origin: 0 0;
  letter-spacing: 0.45em;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
  color: transparent;
  font-weight: 900;
  margin-left: -0.2rem;
}
.top .scroll::after {
  content: " ";
  position: absolute;
  background: url(../public/images/scroll_bar.svg) no-repeat;
  width: 100%;
  height: 10vw;
  left: -1vw;
  top: 12vw;
  bottom: 0;
  right: 0px;
}

.hover-01 {
  position: relative;
  color: inherit;
  text-decoration: none;
  line-height: 24px;
  float: left;
  width: 50%;
  height: 44px;
  margin-bottom: 10px;
  line-height: 24px;
  text-align: center;
  font-weight: normal;
}

.hover-01:before,
.hover-01:after {
  content: "";
  position: absolute;
  transition: transform 0.5s ease;
}

.hover-01 {
  padding-top: 10px;
}

.hover-01:before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #0883a4;
  transform: scaleX(0);
}

.hover-01:hover:before {
  transform: scaleX(1);
}

.logo.mob {
  display: none;
}

@media screen and (max-width: 721px) {
  .top .catch_wrap {
    width: 85%;
  }
  .header.web {
    display: none;
  }
  .logo.mob {
    margin-top: 1rem;
    margin-left: 2vw;
    position: absolute;
    text-align: center;
    display: block;
  }
  .logo.mob p {
    color: white;
    font-size: 1.1rem;
  }
  .logo.mob .logo_text {
    width: 148px;
  }
  .logo.mob .logo_text img {
    width: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .logo.mob p.company_name {
    line-height: 1rem;
  }
  .web {
    display: none;
  }
  .header.mobile {
    display: block;
    position: fixed;
    flex-direction: row;
    align-items: flex-start;
    top: 0;
    right: 0;
    z-index: 999;
    width: 100%;
  }
  .header.mobile .open_ntn {
    position: absolute;
    top: 0;
    right: 0;
  }
  .header.mobile .open_ntn .img {
    width: 76px;
  }
  #header_set .menu-set {
    display: none;
  }
  .is-in #header_set .menu-set {
    display: none;
  }
  #top_page_btn {
    width: 15%;
  }
  .open_ntn span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 25px;
    height: 5px;
    background-color: white;
    width: 45%;
    z-index: 999;
  }
  .open_ntn span:nth-of-type(1) {
    top: 15px;
  }
  .open_ntn span:nth-of-type(2) {
    top: 23px;
  }
  .open_ntn span:nth-of-type(3) {
    top: 31px;
  }
  .open_ntn.active span:nth-of-type(1) {
    top: 18px;
    left: 27px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }
  .open_ntn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .open_ntn.active span:nth-of-type(3) {
    top: 30px;
    left: 27px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }
  .circle-bg {
    position: fixed;
    z-index: 3;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #3c91b6;
    transform: scale(0);
    right: -50px;
    top: -50px;
    transition: all 0.6s;
  }
  .circle-bg.circleactive {
    transform: scale(50);
  }
  .mobile .menu_wrap.mob {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 2rem;
    font-weight: 600;
    gap: 10vw;
    height: 100%;
    display: none;
    z-index: 9999;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    transition: all 0.6s;
    opacity: 0;
    margin-top: 20vw;
  }
  .mobile .menu_wrap.mob.panelactive {
    display: flex;
    opacity: 1;
  }
  .mobile .menu_wrap.mob.panelactive a {
    animation-name: gnaviAnime;
    animation-duration: 1s;
    animation-delay: 0.2s;
    animation-fill-mode: forwards;
    opacity: 0;
  }
  @keyframes gnaviAnime {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .mobile .menu_wrap.mob.panelactive a.links {
    color: yellow;
  }
}/*# sourceMappingURL=header.css.map */