@charset "utf-8";
body #gt_float_wrapper {
      position: fixed;
    right: clamp(0rem, -6.571rem + 10.27vw, 5.75rem) !important;;
    top: clamp(3.125rem, -0.089rem + 5.02vw, 5.938rem) !important;
    z-index: 999999;
}

.header.UpMove{
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime{
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-100px);
  }
}
.header.DownMove{
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.header {
      width: 100%;
    background-color: #fff;
    position: fixed;
    z-index: 9999;
    pointer-events: auto;
    height: clamp(3.125rem, -0.089rem + 5.02vw, 5.938rem);
}
.header__inner {
      height: inherit;
    padding-left: clamp(1.25rem, -4.179rem + 8.48vw, 6rem);
    padding-right: clamp(0rem, -6.571rem + 10.27vw, 5.75rem);
}
.header__container {
      display: flex;
    justify-content: space-between;
    column-gap: 20px;
        align-items: center;
    height: inherit;
}
.header__left {
        display: flex;
    align-items: center;
    column-gap: clamp(0.5rem, -0.25rem + 1.56vw, 1.625rem);
}
.header__logo {
  width: clamp(2.75rem, 0.036rem + 4.24vw, 5.125rem);
}
.header__text {
    font-size: clamp(0.75rem, 0.607rem + 0.22vw, 0.875rem);
    font-weight: 500;
}
.header__right {
      display: flex;
    column-gap: clamp(1.25rem, -3.321rem + 7.14vw, 5.25rem);
  align-items: center;
  height: inherit;
}
.header__items {
      display: flex;
    column-gap: clamp(1.25rem, -1.321rem + 4.02vw, 3.5rem);
      height: 100%;
    align-items: center;
}
.header__item {
    font-size: clamp(0.75rem, 0.179rem + 0.89vw, 1.25rem);
    font-weight: 500;
    transition: .5s;
    position: relative;
}
.header__item::after {
position: absolute;
left: 0;
content: '';
width: 100%;
height: 1px;
background: #000;
bottom: -1px;
transform: scale(0, 1);
transform-origin: left top;
transition: transform 0.3s;
}
.header__item:hover::after {
transform: scale(1, 1);
}
.header-item__wrap {
    display: flex;
        height: inherit;
    align-items: center;
    column-gap: 10px;
}
.header-tog__icon {
  width: 7px;
}
.header__toggle {
  position: relative;
      height: 100%;
    display: flex;
    align-items: center;
}
.header-toggle__box {
    display: none;/*デフォルトでは非表示の状態にしておく*/
    position: absolute;
    top: clamp(3.125rem, -0.089rem + 5.02vw, 5.938rem);
    left: -10px;
  padding: 10px;
}
.header__toggle:hover .header-toggle__box {
    display: block;/*Gナビメニューにホバーしたら表示*/
    width: clamp(10.625rem, 2.768rem + 12.28vw, 17.5rem);
    background-color: #fff;
}
.header__item--sub {
    position: relative;
    background-color: #fff;
    padding: 10px 0;
    white-space: nowrap;
}
.header-toggle__item,
.header__item--sub {
  cursor: pointer;
  font-size: clamp(0.75rem, 0.179rem + 0.89vw, 1.25rem);
    font-weight: 500;
    transition: .5s;
}
.header-toggle__item::after {
position: absolute;
left: 0;
content: '';
width: 100%;
height: 1px;
background: #000;
bottom: 14px;
transform: scale(0, 1);
transform-origin: left top;
transition: transform 0.3s;
  z-index: 1;
}
.header-toggle__item:hover::after {
transform: scale(1, 1);
}

.header__item--sub:hover {
  opacity: 0.5;
}

.header__line {
      border-right: 1px solid #000;
    transform: rotate(45deg);
    height: 26px;
}
.header__contact {
      display: flex;
    column-gap: 10px;
        width: clamp(9.625rem, 4.625rem + 7.81vw, 14rem);
    padding: 0;
    height: clamp(3.125rem, 2.125rem + 1.56vw, 4rem);
    align-items: center;
    justify-content: center;
    background: linear-gradient(to right,#0038A2, #198593, #06C3DB);
    transition: all .5s;
}
.header__contact:hover {
  opacity: 0.7;
}
.header-contact__icon {
    width: clamp(0.938rem, 0.438rem + 0.78vw, 1.375rem);
    object-fit: contain;
}
.header-contact__text {
    font-size: clamp(0.75rem, 0.464rem + 0.45vw, 1rem);
    font-weight: 500;
    color: #fff;
}

.sp__menu {
  display: none;
}
.hamBtn {
  display: none;
}
.top-fv-content__left {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  　　width: fit-content;
}

@media (max-width: 1023px) {
  .header__text {
    display: none;
  }
}

@media (max-width: 767px) {
  .header {
    height: 50px;
  }
  .header__container {
    column-gap: 0;
  }
  .header__right {
    column-gap: 16px;
  }
  .header__items {
    display: none;
  }
  .header__contact {
    margin-right: 45px;
  }
  .hamBtn {
        position: absolute;
    right: 0;
    width: 100%;
    cursor: pointer;
    z-index: 9999;
    transition: all .7s;
    color: #fff;
    background-color: transparent;
    max-width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .hamBar {
        position: relative;
        width: 26px;
    height: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .hamBar > div {
        position: absolute;
    right: 0;
    width: 100%;
    height: 2px;
    background: #0038A2;
    transition: .7s;
  }
  .hamBar>div:nth-child(1) {
    top: 0; 
  }
  .hamBar>div:nth-child(2) {
    top: 50%;
  }
  .hamBar>div:nth-child(3) {
    top: 100%;
  }
  .hamBar.active>div:nth-child(1) {
    top: 9px;
    transform: rotate(-45deg);
  }
  .hamBar.active>div:nth-child(2) {
    opacity: 0;
  }
  .hamBar.active>div:nth-child(3) {
    top: 9px;
    transform: rotate(45deg);
  }
  
  .sp__menu {
    background-color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    transform: translateX(100%);
    width: 100%;
    height: 100svh;
    transition: .5s;
    z-index: 9990;
    display: flex;
    flex-direction: column;
    align-items: center;
    visibility: hidden;
    padding-top: 80px;
    padding-bottom: 35px;
    overflow: scroll;
  }
  .sp__menu.active {
    transform: translateY(0%);
    visibility: visible;
    pointer-events: auto;
  }
  .sp-menu__items {
        display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
  }
  .sp-menu__item {
    cursor: pointer;
    width: fit-content;
    font-size: 18px;
    font-weight: 500;
    position: relative;
  }
  .sp-menu__item::after {
　　　　position: absolute;
　　　　left: 0;
　　　　content: '';
　　　　width: 100%;
　　　　height: 1px;
　　　　background: #fff;
　　　　bottom: -1px;
　　　　transform: scale(0, 1);
　　　　transform-origin: left top;
　　　　transition: transform 0.3s;
　　}
　　.sp-menu__item:hover::after {
　　　　transform: scale(1, 1);
　　}
  .sp-menu__item--sub {
    cursor: pointer;
    width: fit-content;
    font-size: 14px;
    font-weight: 500;
    position: relative;
  }
  .sp-menu__item--sub::after {
　　　　position: absolute;
　　　　left: 0;
　　　　content: '';
　　　　width: 100%;
　　　　height: 1px;
　　　　background: #fff;
　　　　bottom: -1px;
　　　　transform: scale(0, 1);
　　　　transform-origin: left top;
　　　　transition: transform 0.3s;
　　}
　　.sp-menu__item--sub:hover::after {
　　　　transform: scale(1, 1);
　　}
  
  .top-fv__content {
    margin-top: 32px;
　　}
}

@media (max-width: 389px) {
  .header__logo {
    padding-right: 10px;
  }
  .header__toggle--language {
    padding-left: 8px;
  }
  .header__contact {
        width: 130px;
    column-gap: 8px;
  }
}

/*20260911追加*/
.header__items {
column-gap: clamp(1rem, -1.321rem + 4.02vw, 2.5rem);
}
.header__toggle:hover .header-toggle__box {
  width: clamp(10.625rem, 2.768rem + 20vw, 31.25rem);
}