@charset "UTF-8";

@charset "UTF-8";
/*
** Width
*/
/*
** Color
*/
/*
** Font
*/
/*
** Breakpoint
*/
/*
** Letter-spacing , Text-indent
*/
/*
** vw
*/
/*
** Flex
*/
/*
** Block Editor
*/
/**
** グラデーションテキスト・背景
*/
.heroNav__item {
  position: relative;
}
@media screen and (min-width: 769px) {
  .heroNav__item:hover .heroNav__item__sub {
    opacity: 1;
    visibility: visible;
  }
}
.heroNav__item__sub {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  width: 100%;
  padding: 17px 14px 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 20;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.heroNav__item__sub .subitem {
  position: relative;
  z-index: 25;
}
@media screen and (min-width: 769px) {
  .heroNav__item__sub .subitem:hover a::before {
    left: -30%;
  }
}
@media screen and (min-width: 769px) {
  .heroNav__item__sub .subitem:hover a span {
    color: #CE5B31;
  }
}
@media screen and (min-width: 769px) {
  .heroNav__item__sub .subitem:hover::after {
    border-bottom: 2px solid #CE5B31;
    border-right: 2px solid #CE5B31;
  }
}
.heroNav__item__sub .subitem + .subitem {
  margin-top: 7px;
}
.heroNav__item__sub .subitem::after {
  position: absolute;
  content: "";
  top: 29px;
  right: 12px;
  width: 20px;
  height: 7px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translate(-50%, -50%) skewX(40deg);
      -ms-transform: translate(-50%, -50%) skewX(40deg);
          transform: translate(-50%, -50%) skewX(40deg);
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.heroNav__item__sub .subitem a {
  position: relative;
  display: block;
  border: 1px solid #CE5B31;
  background-color: #CE5B31;
  padding: 18px 15px;
  color: #fff;
  font-family: "Noto Sans JP";
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.08em;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.heroNav__item__sub .subitem a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -170%;
  background: #fff;
  width: 150%;
  height: 100%;
  -webkit-transform: skewX(-25deg);
      -ms-transform: skewX(-25deg);
          transform: skewX(-25deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .heroNav__item__sub .subitem a::before {
    display: none;
  }
}
.heroNav__item__sub .subitem a span {
  position: relative;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  z-index: 3;
}
.heroNav__item__sub .recruit__sub--bg {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.28);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.28);
  background: #fff;
  opacity: 0.8;
  z-index: 15;
}
.heroNav__item__sub .recruit__sub--bg span {
  position: absolute;
  top: -10px;
  right: 199px;
  width: 100px;
  height: 10px;
  overflow: hidden;
}
.heroNav__item__sub .recruit__sub--bg span::before {
  position: absolute;
  top: 50px;
  right: -50%;
  content: "";
  width: 100px;
  height: 100px;
  -webkit-transform: translate(-50%, 0) rotate(63deg) skew(37deg);
      -ms-transform: translate(-50%, 0) rotate(63deg) skew(37deg);
          transform: translate(-50%, 0) rotate(63deg) skew(37deg);
  background: #fff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.28);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.28);
}
.heroNav__item a .ja {
  text-align: right;
  line-height: 16px;
}
.heroNav__item a .en {
  font-size: 30px;
}

@media screen and (min-width: 769px) {
  .intervieList__item {
    width: 300px !important;
  }
}

@media screen and (min-width: 769px) {
  .intervieList__pic::after {
    right: 6px !important;
  }
}

@media screen and (min-width: 769px) {
  .gNavList {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
}
.gNavList__item {
  position: relative;
}
@media screen and (min-width: 769px) {
  .gNavList__item {
    margin-left: 30px;
  }
}
@media screen and (min-width: 769px) {
  .gNavList__item:hover .gNavList__item__sub {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (min-width: 769px) {
  .gNavList__item a {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .gNavList__item a:hover .ja {
    color: #fff !important;
  }
}
@media screen and (max-width: 768px) {
  .gNavList__item a .en {
    font-size: 28px !important;
    letter-spacing: -0.01em;
  }
}
@media screen and (max-width: 768px) {
  .gNavList__item a .en.arrow {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .gNavList__item a .en.arrow::after {
    position: absolute;
    content: "";
    top: 50%;
    left: calc(100% + 7px);
    width: 17px;
    height: 7px;
    background: url("/assets/img/recruit/ico_menu_arrow.svg") center/cover no-repeat;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.gNavList__item a .ja {
  font-family: "Noto Sans JP";
}
@media screen and (min-width: 769px) {
  .gNavList__item a .ja {
    line-height: 22px;
  }
}
@media screen and (max-width: 768px) {
  .gNavList__item a .ja {
    text-align: right;
    line-height: 16px;
  }
}
@media screen and (min-width: 769px) {
  .gNavList__item__sub {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 33px 38px;
    width: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 47px 90px;
    position: absolute;
    top: calc(100% + 93px);
    left: 50%;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  .gNavList__item__sub {
    position: absolute;
    top: calc(100% + 10px);
    left: -20px;
    width: calc(100% + 40px);
    padding: 0 14px 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    z-index: 20;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .gNavList__item__sub {
    position: relative;
    height: 0;
  }
}
@media screen and (max-width: 768px) {
  .gNavList__item__sub.opened {
    height: auto;
    margin-top: 4px;
    padding: 17px 14px 15px;
    overflow: visible;
  }
}
@media screen and (max-width: 768px) {
  .gNavList__item__sub.opened .recruit__sub--bg span::before {
    display: block;
  }
}
.gNavList__item__sub .subitem {
  position: relative;
  z-index: 25;
}
@media screen and (min-width: 769px) {
  .gNavList__item__sub .subitem:hover a::before {
    left: -30%;
  }
}
@media screen and (min-width: 769px) {
  .gNavList__item__sub .subitem:hover a span {
    color: #CE5B31;
  }
}
@media screen and (min-width: 769px) {
  .gNavList__item__sub .subitem:hover::after {
    border-bottom: 2px solid #CE5B31;
    border-right: 2px solid #CE5B31;
  }
}
@media screen and (min-width: 769px) {
  .gNavList__item__sub .subitem {
    width: 249px;
    height: 108px;
  }
}
@media screen and (max-width: 768px) {
  .gNavList__item__sub .subitem + .subitem {
    margin-top: 7px;
  }
}
.gNavList__item__sub .subitem::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 12px;
  width: 20px;
  height: 7px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translate(-50%, -50%) skewX(40deg);
      -ms-transform: translate(-50%, -50%) skewX(40deg);
          transform: translate(-50%, -50%) skewX(40deg);
}
.gNavList__item__sub .subitem a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  border: 1px solid #CE5B31;
  background-color: #CE5B31;
  padding: 18px 15px;
  color: #fff;
  font-family: "Noto Sans JP";
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.08em;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.gNavList__item__sub .subitem a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -170%;
  background: #fff;
  width: 150%;
  height: 100%;
  -webkit-transform: skewX(-25deg);
      -ms-transform: skewX(-25deg);
          transform: skewX(-25deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .gNavList__item__sub .subitem a::before {
    display: none;
  }
}
.gNavList__item__sub .subitem a::after {
  display: none;
}
.gNavList__item__sub .subitem a span {
  position: relative;
  font-size: 22px;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  text-align: left;
  line-height: 33px;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .gNavList__item__sub .subitem a span {
    line-height: 27px;
  }
}
.gNavList__item__sub .recruit__sub--bg {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.28);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.28);
  background: #fff;
  opacity: 0.8;
  z-index: 15;
}
.gNavList__item__sub .recruit__sub--bg span {
  position: absolute;
  top: -93px;
  left: 50%;
  width: 100px;
  height: 93px;
  overflow: hidden;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .gNavList__item__sub .recruit__sub--bg span {
    top: -10px;
    left: 0;
    width: 48.5%;
    height: 10px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.gNavList__item__sub .recruit__sub--bg span::before {
  position: absolute;
  top: 93px;
  right: -50%;
  content: "";
  width: 100px;
  height: 100px;
  -webkit-transform: translate(-50%, 0) rotate(63deg) skew(37deg);
      -ms-transform: translate(-50%, 0) rotate(63deg) skew(37deg);
          transform: translate(-50%, 0) rotate(63deg) skew(37deg);
  background: #fff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.28);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.28);
}
@media screen and (max-width: 768px) {
  .gNavList__item__sub .recruit__sub--bg span::before {
    display: none;
    top: 50px;
    right: inherit;
    left: 72px;
  }
}

@media screen and (max-width: 768px) {
  .gNav__btn--recruit .recruit__sub__item:nth-child(4),
  .gNav__btn--entry .recruit__sub__item:nth-child(4) {
    margin-bottom: 6px !important;
  }
}

.heroNav__btn--recruit .recruit__sub,
.heroNav__btn--entry .recruit__sub {
  top: calc(100% + 18px);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 33px 38px;
  padding: 34px 45px 41px;
}
.heroNav__btn--recruit .recruit__sub__item,
.heroNav__btn--entry .recruit__sub__item {
  height: 108px;
}
.heroNav__btn--recruit .recruit__sub__item a,
.heroNav__btn--entry .recruit__sub__item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.heroNav__btn--recruit .recruit__sub--bg,
.heroNav__btn--entry .recruit__sub--bg {
  bottom: 0;
  height: 100%;
}

@media screen and (min-width: 769px) {
  .heroNav__btn--entry:hover > a > span {
    color: #ce5b31;
  }
}

@media screen and (max-width: 768px) {
  .recruit__sub__item--other {
    margin-right: 0;
  }
}
.recruit__sub__item--other a {
  background: #043D78;
  border: 1px solid #043D78 !important;
}
@media screen and (max-width: 768px) {
  .recruit__sub__item--other a {
    background: #043D78 !important;
  }
}
@media screen and (min-width: 769px) {
  .recruit__sub__item--other a:hover {
    border: 1px solid #043D78;
    color: #043D78;
  }
}
@media screen and (min-width: 769px) {
  .recruit__sub__item--other a:hover::after {
    border-bottom: 1px solid #043D78;
    border-right: 1px solid #043D78;
  }
}

@media screen and (max-width: 768px) {
  .entryArea__inner {
    padding-bottom: 27px !important;
  }
}
@media screen and (max-width: 768px) {
  .entryArea__headline {
    padding-bottom: 27px !important;
  }
}

@media screen and (max-width: 768px) {
  .entryArea__link__item a {
    min-height: 82px;
  }
}

.entryArea__link__item--other {
  margin-top: 23px;
}
@media screen and (max-width: 768px) {
  .entryArea__link__item--other {
    margin-top: 15px;
  }
}
.entryArea__link__item--other a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 108px;
  background: #043D78;
}
@media screen and (max-width: 768px) {
  .entryArea__link__item--other a {
    min-height: 82px;
    padding: 10px 10px 5px !important;
  }
}
@media screen and (min-width: 769px) {
  .entryArea__link__item--other a:hover {
    color: #043D78;
    border: 1px solid #043D78;
  }
}
@media screen and (min-width: 769px) {
  .entryArea__link__item--other a:hover::after {
    border-bottom: 1px solid #043D78;
    border-right: 1px solid #043D78;
  }
}
@media screen and (max-width: 768px) {
  .entryArea__link__item--other a span {
    font-size: 20px;
    line-height: 27px;
  }
}

@media screen and (max-width: 768px) {
  .gNav__inner {
    padding-bottom: 170px !important;
  }
}

@media screen and (min-width: 769px) {
  .header__btn--recruit .recruit__sub,
  .header__btn--entry .recruit__sub {
    top: calc(100% + 51px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 33px 38px;
  }
}
@media screen and (min-width: 769px) {
  .header__btn--recruit .recruit__sub__item,
  .header__btn--entry .recruit__sub__item {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .header__btn--recruit .recruit__sub__item:nth-child(4),
  .header__btn--entry .recruit__sub__item:nth-child(4) {
    margin-bottom: 6px !important;
  }
}
@media screen and (min-width: 769px) {
  .header__btn--recruit .recruit__sub__item a,
  .header__btn--entry .recruit__sub__item a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 108px;
  }
}
@media screen and (min-width: 769px) {
  .header__btn--recruit .recruit__sub__item a::after,
  .header__btn--entry .recruit__sub__item a::after {
    top: calc(50% - 4px);
  }
}
@media screen and (min-width: 769px) {
  .header__btn--recruit .recruit__sub--bg,
  .header__btn--entry .recruit__sub--bg {
    bottom: 0;
    height: 100%;
  }
}
@media screen and (min-width: 769px) {
  .header__btn--recruit .recruit__sub--bg span,
  .header__btn--entry .recruit__sub--bg span {
    height: 51px;
    top: -50px;
  }
}

@media screen and (min-width: 769px) {
  .header__btn--entry .recruit__sub--bg span {
    right: 0;
  }
}

@media screen and (min-width: 769px) {
  .section__link__item {
    margin-bottom: 27px;
  }
}
@media screen and (max-width: 768px) {
  .section__link__item {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 769px) {
  .section__link__item a {
    line-height: 27px;
  }
}
@media screen and (max-width: 768px) {
  .section__link__item a {
    line-height: 24px;
  }
}

@media screen and (max-width: 768px) {
  .footer {
    padding-bottom: 85px !important;
  }
}
@media screen and (max-width: 768px) {
  .footerNav__item {
    margin-bottom: 27px;
  }
}
.footerNav__item:nth-child(4n+1) {
  width: 216px;
}
@media screen and (max-width: 768px) {
  .footerNav__item:nth-child(4n+1) {
    width: 100%;
  }
}
.footerNav__item:nth-child(4n+2) {
  width: 131px;
}
@media screen and (max-width: 768px) {
  .footerNav__item:nth-child(4n+2) {
    width: 100%;
  }
}
.footerNav__item:nth-child(4n+3) {
  width: 179px;
}
@media screen and (max-width: 768px) {
  .footerNav__item:nth-child(4n+3) {
    width: 100%;
  }
}
.footerNav__item:nth-child(4n+4) {
  width: calc(100% - 216px - 131px - 179px);
}
@media screen and (max-width: 768px) {
  .footerNav__item:nth-child(4n+4) {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .section--block {
    padding-bottom: 100px !important;
  }
}

@media screen and (max-width: 768px) {
  #blockEditor .wp-block-lazyblock-h2 .ja {
    line-height: 22px;
  }
}
#blockEditor .marginbottom_small {
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  #blockEditor .marginbottom_small {
    margin-bottom: 0;
  }
}