@charset "UTF-8";
/* header */
header .headerInner {
  background-color: #fff;
  border-bottom: 2px solid #D9D9D9;
  display: flex;
  justify-content: space-between;
  z-index: 999;
  position: fixed;
  padding-left: 42px;
  width: 100%;
  height: 88px;
}
@media screen and (max-width: 767px) {
  header .headerInner {
    padding-left: 15px;
    border-bottom: none;
    height: 62px;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
  }
}
@media print {
  header .headerInner {
    padding-left: 15px;
    border-bottom: none;
    position: absolute;
  }
}
header .headerInner .headerLogo {
  width: 153px;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  header .headerInner .headerLogo {
    width: 123px;
    padding-top: 14px;
  }
}
@media print {
  header .headerInner .headerLogo {
    width: 123px;
    padding-top: 14px;
  }
}
header .headerInner .headerRight {
  display: flex;
  z-index: 998;
}
@media screen and (max-width: 767px) {
  header .headerInner .headerRight {
    z-index: auto;
  }
}
header .headerInner .headerRight .entryButton,
header .headerInner .headerRight .myButton {
  width: 160px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 14px;
  background: linear-gradient(-40deg, #a09fff 10%, #a3c9fa 38%, #9deaf6 65%, #94ffe2);
  margin-top: 20px;
  color: #000;
  letter-spacing: 0.05rem;
}
header .headerInner .headerRight .entryButton + .myButton,
header .headerInner .headerRight .myButton + .myButton {
  margin-left: 12px;
}
@media screen and (max-width: 767px) {
  header .headerInner .headerRight .entryButton,
  header .headerInner .headerRight .myButton {
    width: 64px;
    height: 24px;
    font-size: 10px;
  }
}
@media print {
  header .headerInner .headerRight .entryButton,
  header .headerInner .headerRight .myButton {
    width: 64px;
    height: 24px;
    font-size: 10px;
  }
}
header .headerInner .headerRight .entryButton:hover,
header .headerInner .headerRight .myButton:hover {
  cursor: pointer;
}
@media print {
  header .headerInner .headerRight .entryButton .ipad__hide,
  header .headerInner .headerRight .myButton .ipad__hide {
    display: none;
  }
}
header .headerInner .headerRight .myButton {
  background: none;
}
header .headerInner .headerRight .accodion {
  margin-left: 11px;
}
@media screen and (max-width: 767px) {
  header .headerInner .headerRight .accodion {
    margin-left: 8px;
  }
}
@media print {
  header .headerInner .headerRight .accodion {
    margin-left: 8px;
  }
}
header .headerInner .headerRight .accodion .menu .grdBg {
  background: linear-gradient(-40deg, #a09fff 10%, #a3c9fa 38%, #9deaf6 65%, #94ffe2);
}
header .headerInner .headerRight .accodion .menu .sub-menu {
  position: relative;
  z-index: 1;
  width: 100%;
  left: 0;
  padding: 0 16px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  header .headerInner .headerRight .accodion .menu .sub-menu {
    padding: 0 8px;
    margin-bottom: 14px;
  }
}
@media print {
  header .headerInner .headerRight .accodion .menu .sub-menu {
    padding: 0 8px;
    margin-bottom: 14px;
  }
}
header .headerInner .headerRight .accodion .menu .sub-menu li {
  width: 100%;
}
header .headerInner .headerRight .accodion .menu .sub-menu li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
header .headerInner .headerRight .accodion .menu .sub-menu li a {
  width: 100%;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  display: block;
  padding: 5px;
  color: #000;
}
@media screen and (max-width: 767px) {
  header .headerInner .headerRight .accodion .menu .sub-menu li a {
    font-size: 10px;
    padding: 0 5px;
  }
}
@media print {
  header .headerInner .headerRight .accodion .menu .sub-menu li a {
    font-size: 10px;
    padding: 0 5px;
  }
}
header .headerInner .headerRight .accodion .menu .sub-menu li a:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
header .headerInner .headerRight .accodion .menu li a:hover {
  opacity: 0.6;
}
header .headerInner .headerRight .hunsMenu {
  width: 86px;
  height: 86px;
  background-color: #000;
  margin-left: 17px;
  position: relative;
  z-index: 998;
  transition: all 0.3s;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  header .headerInner .headerRight .hunsMenu {
    width: 60px;
    height: 60px;
    margin-left: 9px;
  }
}
@media print {
  header .headerInner .headerRight .hunsMenu {
    width: 60px;
    height: 60px;
    margin-left: 9px;
  }
}
header .headerInner .headerRight .hunsMenu::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/hunsBg.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
header .headerInner .headerRight .hunsMenu::after {
  position: absolute;
  content: "";
  background-image: linear-gradient(45deg, #00eeff, #0cadf4 39%, #128def 75%, #186cea);
  width: 100%;
  height: 100%;
  left: -100%;
  top: 0;
  transition: all 0.3s;
  z-index: -2;
}
header .headerInner .headerRight .hunsMenu:hover {
  cursor: pointer;
}
header .headerInner .headerRight .hunsMenu:hover::after {
  animation: slideInLeft 0.3s forwards;
}
header .headerInner .headerRight .hunsMenu:hover .hunsBorder span {
  animation: hunsHover 1s forwards;
}
@media screen and (max-width: 767px) {
  header .headerInner .headerRight .hunsMenu:hover .hunsBorder span {
    animation: hunsHover_sp 1s forwards;
  }
}
header .headerInner .headerRight .hunsMenu:hover .hunsBorder span:nth-child(2) {
  animation: hunsHover02 1s forwards;
}
@media screen and (max-width: 767px) {
  header .headerInner .headerRight .hunsMenu:hover .hunsBorder span:nth-child(2) {
    animation: hunsHover02_sp 1s forwards;
  }
}
header .headerInner .headerRight .hunsMenu:hover .hunsBorder span:nth-child(3) {
  animation: hunsHover 1s forwards;
}
@media screen and (max-width: 767px) {
  header .headerInner .headerRight .hunsMenu:hover .hunsBorder span:nth-child(3) {
    animation: hunsHover_sp 1s forwards;
  }
}
header .headerInner .headerRight .hunsMenu:not(:hover)::after {
  animation: slideOutRight 0.3s forwards;
}
header .headerInner .headerRight .hunsMenu.active .hunsBorder .batsu1 {
  opacity: 1;
}
header .headerInner .headerRight .hunsMenu.active .hunsBorder .batsu1::before {
  animation: hunsActive 1s forwards;
}
@media screen and (max-width: 767px) {
  header .headerInner .headerRight .hunsMenu.active .hunsBorder .batsu1::before {
    animation: hunsActive_sp 1s forwards;
  }
}
header .headerInner .headerRight .hunsMenu.active .hunsBorder span {
  animation: hunsActive 1s forwards;
  top: 10px !important;
}
@media screen and (max-width: 767px) {
  header .headerInner .headerRight .hunsMenu.active .hunsBorder span {
    animation: hunsActive_sp 1s forwards;
  }
}
header .headerInner .headerRight .hunsMenu.active .hunsBorder span:nth-child(1) {
  display: none;
}
header .headerInner .headerRight .hunsMenu.active .hunsBorder span:nth-child(2) {
  animation: hunsActive02 1s forwards;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  header .headerInner .headerRight .hunsMenu.active .hunsBorder span:nth-child(2) {
    animation: hunsActive02_sp 1s forwards;
  }
}
header .headerInner .headerRight .hunsMenu.active .hunsBorder span:nth-child(3) {
  right: 0;
  left: auto;
  animation: hunsActive03 1s forwards !important;
}
@media screen and (max-width: 767px) {
  header .headerInner .headerRight .hunsMenu.active .hunsBorder span:nth-child(3) {
    animation: hunsActive03_sp 1s forwards !important;
  }
}
header .headerInner .headerRight .hunsMenu.active:hover .hunsBorder .batsu1::before {
  animation: hunsHoverActive 1s forwards;
}
@media screen and (max-width: 767px) {
  header .headerInner .headerRight .hunsMenu.active:hover .hunsBorder .batsu1::before {
    animation: hunsHoverActive_sp 1s forwards;
  }
}
header .headerInner .headerRight .hunsMenu.active:hover .hunsBorder span {
  animation: hunsHoverActive 1s forwards;
}
@media screen and (max-width: 767px) {
  header .headerInner .headerRight .hunsMenu.active:hover .hunsBorder span {
    animation: hunsHoverActive_sp 1s forwards;
  }
}
header .headerInner .headerRight .hunsMenu.active:hover .hunsBorder span:nth-child(3) {
  animation: hunsHoverActive03 1s forwards !important;
}
@media screen and (max-width: 767px) {
  header .headerInner .headerRight .hunsMenu.active:hover .hunsBorder span:nth-child(3) {
    animation: hunsHoverActive03_sp 1s forwards !important;
  }
}
header .headerInner .headerRight .hunsMenu.active:not(:hover) .hunsBorder .batsu1::before {
  animation: none !important;
}
header .headerInner .headerRight .hunsMenu.active:not(:hover) .hunsBorder span {
  animation: none !important;
}
header .headerInner .headerRight .hunsMenu .hunsBorder {
  position: absolute;
  top: calc(50% + 3px);
  left: 50%;
  width: 40px;
  height: 30px;
  transform: translate(-50%, -50%) rotate(-16deg);
}
@media screen and (max-width: 767px) {
  header .headerInner .headerRight .hunsMenu .hunsBorder {
    top: calc(50% + 5px);
    width: 28px;
  }
}
@media print {
  header .headerInner .headerRight .hunsMenu .hunsBorder {
    width: 28px;
  }
}
header .headerInner .headerRight .hunsMenu .hunsBorder .batsu1 {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 12px;
  left: 50%;
  transform: translate(-50%, -50%) rotate(32deg);
  opacity: 0;
}
header .headerInner .headerRight .hunsMenu .hunsBorder .batsu1::before {
  position: absolute;
  content: "";
  top: 13px;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  header .headerInner .headerRight .hunsMenu .hunsBorder .batsu1::before {
    width: 28px;
  }
}
@media print {
  header .headerInner .headerRight .hunsMenu .hunsBorder .batsu1::before {
    width: 28px;
  }
}
header .headerInner .headerRight .hunsMenu .hunsBorder span {
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: #fff;
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media screen and (max-width: 767px) {
  header .headerInner .headerRight .hunsMenu .hunsBorder span {
    width: 28px;
  }
}
@media print {
  header .headerInner .headerRight .hunsMenu .hunsBorder span {
    width: 28px;
  }
}
header .headerInner .headerRight .hunsMenu .hunsBorder span:nth-child(1) {
  top: 0;
  left: 4px;
}
header .headerInner .headerRight .hunsMenu .hunsBorder span:nth-child(2) {
  width: 32px;
  top: 11px;
  right: 17%;
  animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  opacity: 1;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  header .headerInner .headerRight .hunsMenu .hunsBorder span:nth-child(2) {
    width: 22px;
    top: 8px;
  }
}
@media print {
  header .headerInner .headerRight .hunsMenu .hunsBorder span:nth-child(2) {
    width: 22px;
    top: 8px;
  }
}
header .headerInner .headerRight .hunsMenu .hunsBorder span:nth-child(3) {
  top: 20px;
  left: -2px;
}
@media screen and (max-width: 767px) {
  header .headerInner .headerRight .hunsMenu .hunsBorder span:nth-child(3) {
    top: 16px;
  }
}
@media print {
  header .headerInner .headerRight .hunsMenu .hunsBorder span:nth-child(3) {
    top: 16px;
  }
}
header .headerInner #gNav {
  position: fixed;
  top: 0;
  width: 100%;
  height: 90vh;
  left: 0;
  clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  background-image: url(../images/common/nav_stroke.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  padding-top: 88px;
}
@media screen and (max-height: 800px) {
  header .headerInner #gNav {
    height: 100vh;
  }
}
@media screen and (max-width: 767px) {
  header .headerInner #gNav {
    background-image: url(../images/common/nav_stroke_sp.svg);
    height: 100vh;
    padding-top: 76px;
  }
}
header .headerInner #gNav.first {
  display: none;
}
header .headerInner #gNav.close {
  animation: gnavOut 0.3s cubic-bezier(0.55, 0.05, 0.67, 0.19) forwards;
}
header .headerInner #gNav.active {
  display: block;
  animation: gnav 0.3s cubic-bezier(0.55, 0.05, 0.67, 0.19) forwards;
}
@media screen and (max-width: 767px) {
  header .headerInner #gNav::before {
    position: absolute;
    content: "";
    background-image: linear-gradient(0deg, #418fde, #418fde 30%, transparent);
    width: 100%;
    height: 100px;
    bottom: 149px;
    left: 0;
    z-index: 1;
  }
}
@media screen and (max-height: 750px) {
  header .headerInner #gNav::before {
    bottom: 130px;
  }
}
@media screen and (max-height: 690px) {
  header .headerInner #gNav::before {
    bottom: 110px;
  }
}
@media screen and (max-height: 620px) {
  header .headerInner #gNav::before {
    bottom: 90px;
  }
}
header .headerInner #gNav .navFlex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow-y: auto;
  overflow-x: hidden;
  max-width: 992px;
  margin: 0 auto;
}
@media screen and (max-height: 1024px) {
  header .headerInner #gNav .navFlex {
    max-height: 450px;
  }
}
@media screen and (max-height: 800px) {
  header .headerInner #gNav .navFlex {
    max-height: 300px;
  }
}
@media screen and (max-height: 570px) {
  header .headerInner #gNav .navFlex {
    max-height: 270px;
  }
}
@media screen and (max-height: 500px) {
  header .headerInner #gNav .navFlex {
    max-height: 50vh;
  }
}
@media screen and (max-width: 1200px) {
  header .headerInner #gNav .navFlex {
    padding: 0 50px;
  }
}
@media screen and (max-width: 767px) {
  header .headerInner #gNav .navFlex {
    padding: 0 0 80px 24px;
    max-height: 70vh;
  }
}
header .headerInner #gNav .navFlex .listBox {
  width: 231px;
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  header .headerInner #gNav .navFlex .listBox {
    width: 100%;
    margin-top: 0;
  }
  header .headerInner #gNav .navFlex .listBox + .listBox {
    margin-top: 16px;
  }
}
header .headerInner #gNav .navFlex .listBox .recruitTop {
  border-top: 5px solid rgba(255, 255, 255, 0.3);
  padding-top: 8px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  header .headerInner #gNav .navFlex .listBox .recruitTop {
    margin-bottom: 25px;
  }
}
header .headerInner #gNav .navFlex .listBox .recruitTop a {
  color: #fff;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0;
  display: block;
}
@media screen and (max-width: 767px) {
  header .headerInner #gNav .navFlex .listBox .recruitTop a {
    font-size: 20px;
  }
}
header .headerInner #gNav .navFlex .listBox .recruitTop a span {
  position: relative;
}
header .headerInner #gNav .navFlex .listBox .recruitTop a span::before {
  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;
}
header .headerInner #gNav .navFlex .listBox .recruitTop a:hover {
  opacity: 1;
}
header .headerInner #gNav .navFlex .listBox .recruitTop a:hover span::before {
  transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
}
header .headerInner #gNav .navFlex .listBox .navBox + .navBox {
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  header .headerInner #gNav .navFlex .listBox .navBox + .navBox {
    margin-top: 16px;
  }
}
header .headerInner #gNav .navFlex .listBox .navBox .navCate {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  header .headerInner #gNav .navFlex .listBox .navBox .navCate {
    font-size: 12px;
    border-bottom: 1px solid #fff;
    line-height: 24px;
  }
}
header .headerInner #gNav .navFlex .listBox .navBox .navList {
  border-left: 1px solid #fff;
  padding-left: 11px;
}
@media screen and (max-width: 767px) {
  header .headerInner #gNav .navFlex .listBox .navBox .navList {
    border-left: navajowhite;
    padding-left: 0;
  }
}
header .headerInner #gNav .navFlex .listBox .navBox .navList .navi {
  line-height: 24px;
}
header .headerInner #gNav .navFlex .listBox .navBox .navList .navi + .navi {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  header .headerInner #gNav .navFlex .listBox .navBox .navList .navi + .navi {
    margin-top: 8px;
  }
}
header .headerInner #gNav .navFlex .listBox .navBox .navList .navi.sub {
  margin-left: 1em;
}
header .headerInner #gNav .navFlex .listBox .navBox .navList .navi.sub + .sub {
  margin-top: 12px;
}
header .headerInner #gNav .navFlex .listBox .navBox .navList .navi a {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  position: relative;
  padding-right: 34px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  header .headerInner #gNav .navFlex .listBox .navBox .navList .navi a {
    display: block;
  }
}
header .headerInner #gNav .navFlex .listBox .navBox .navList .navi a::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/arw.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 5px;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  header .headerInner #gNav .navFlex .listBox .navBox .navList .navi a::before {
    right: 24px;
  }
}
header .headerInner #gNav .navFlex .listBox .navBox .navList .navi a span {
  position: relative;
}
header .headerInner #gNav .navFlex .listBox .navBox .navList .navi a span::before {
  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;
}
header .headerInner #gNav .navFlex .listBox .navBox .navList .navi a:hover {
  opacity: 1;
}
header .headerInner #gNav .navFlex .listBox .navBox .navList .navi a:hover::before {
  right: -5px;
}
@media screen and (max-width: 767px) {
  header .headerInner #gNav .navFlex .listBox .navBox .navList .navi a:hover::before {
    right: 15px;
  }
}
header .headerInner #gNav .navFlex .listBox .navBox .navList .navi a:hover span::before {
  transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
}
header .headerInner #gNav .navFlex .listBox .navBox .navList .naviTitle {
  color: #fff;
  font-weight: 500;
  opacity: 0.6;
  font-size: 16px;
}
header .headerInner #gNav .navFlex .buttonArea {
  margin-top: 40px;
  width: 100%;
}
@media screen and (max-width: 480px) {
  header .headerInner #gNav .navFlex .buttonArea {
    margin-right: 24px;
  }
}
header .headerInner #gNav .navFlex .buttonArea .navButton {
  max-width: 330px;
  width: 100%;
  display: block;
  margin: 0 auto;
  background: linear-gradient(30deg, #94ffe2, #9deaf6);
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  padding: 12px;
  color: #000;
}
@media screen and (max-width: 480px) {
  header .headerInner #gNav .navFlex .buttonArea .navButton {
    max-width: 100%;
  }
}
header .headerInner #gNav .navFlex .buttonArea .navButton + .navButton {
  margin-top: 16px;
  background: linear-gradient(30deg, #a3c9fa, #a09fff);
}

.grayHeadBg {
  background-color: #2C2C2C;
  transition: all 0.5s;
  opacity: 0;
  z-index: 997;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
}
.grayHeadBg.active {
  opacity: 0.5;
  visibility: visible;
}

@keyframes slideInLeft {
  from {
    left: -100%;
  }
  to {
    left: 0;
  }
}
@keyframes slideOutRight {
  from {
    left: 0;
  }
  to {
    left: 100%;
  }
}
@keyframes hunsHover {
  50% {
    width: 0;
  }
  100% {
    width: 40px;
  }
}
@keyframes hunsHover_sp {
  50% {
    width: 0;
  }
  100% {
    width: 28px;
  }
}
@keyframes hunsActive {
  50% {
    width: 0;
  }
  100% {
    width: 40px;
  }
}
@keyframes hunsActive_sp {
  50% {
    width: 0;
  }
  100% {
    width: 28px;
  }
}
@keyframes hunsHoverActive {
  50% {
    width: 0;
  }
  100% {
    width: 40px;
  }
}
@keyframes hunsHoverActive_sp {
  50% {
    width: 0;
  }
  100% {
    width: 28px;
  }
}
@keyframes hunsHoverActive03 {
  50% {
    width: 0;
  }
  100% {
    width: 40px;
  }
}
@keyframes hunsHoverActive03_sp {
  50% {
    width: 0;
  }
  100% {
    width: 28px;
  }
}
@keyframes hunsHover02 {
  50% {
    width: 0;
  }
  100% {
    width: 32px;
  }
}
@keyframes hunsHover02_sp {
  50% {
    width: 0;
  }
  100% {
    width: 22px;
  }
}
@keyframes hunsActive02 {
  50% {
    width: 0;
  }
  100% {
    width: 32px;
  }
}
@keyframes hunsActive02_sp {
  50% {
    width: 0;
  }
  100% {
    width: 22px;
  }
}
@keyframes hunsActive03 {
  50% {
    width: 0;
  }
  100% {
    width: 40px;
  }
}
@keyframes hunsActive03_sp {
  50% {
    width: 0;
  }
  100% {
    width: 28px;
  }
}
@keyframes gnav {
  0% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  }
  100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
@keyframes gnavOut {
  0% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  }
}