@charset "UTF-8";
/*
  ----------------
  レスポンシブ用のユティリティー
  ----------------
*/
@media all and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

@media all and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

.footer {
  width: 1100px;
  height: 270px;
  margin: 0 auto;
  border-bottom: unset;
}

@media all and (max-width: 767px) {
  .footer {
    width: 100%;
    height: auto;
    padding-bottom: 10px;
  }
}

.footer .ft_ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  left: unset;
}

.footer__copy {
  letter-spacing: -0.5px;
}

@media all and (max-width: 767px) {
  .footer__img01 {
    position: absolute;
    width: 10%;
    top: 17%;
    left: 37px;
  }
}

@media all and (max-width: 767px) {
  .footer__img02 {
    position: absolute;
    width: 2.6%;
    top: 17%;
    right: 37px;
  }
}

.footer__wrap {
  padding: 0 100px;
  margin-bottom: 90px;
  position: relative;
}

@media all and (max-width: 767px) {
  .footer__wrap {
    padding: 0;
    width: 90%;
    margin: 0 auto 15px;
  }
}

@media all and (max-width: 767px) {
  .footer nav {
    width: 90%;
    margin: 0 auto;
  }
}

#main h1 {
  font-size: 48px;
  letter-spacing: 1px;
  padding: 94px 0 10%;
  position: relative;
}

#main h1 span {
  font-size: 12px;
  font-weight: bold;
  margin-left: 24px;
  display: inline-block;
  position: relative;
  top: -12px;
}

@media all and (max-width: 767px) {
  #main h1 {
    font-size: 48px;
    letter-spacing: 1px;
    padding: 94px 0 10%;
    position: relative;
  }

  #main h1 span {
    font-size: 12px;
    font-weight: bold;
    margin-left: 24px;
    display: inline-block;
    position: relative;
    top: -12px;
  }
}

.btn {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

@media all and (min-width: 768px) {
  .btn:hover {
    opacity: 0.6;
  }
}

@media all and (min-width: 768px) {
  .hero-nav-sp {
    display: none;
  }
}

@media all and (max-width: 767px) {
  .hero-nav-sp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: rgba(24, 24, 24, 0.8);
    height: 50px;
  }

  .hero-nav-sp__current {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    padding-left: 17px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    position: relative;
  }

  .hero-nav-sp__current::after {
    content: '';
    display: inline-block;
    border-top: 4px solid #fff;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    margin-left: 0.5em;
    margin-top: 2px;
  }

  .hero-nav-sp__entry {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: #ff0000;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.is-fixed .hero__nav {
  position: fixed;
  width: 1100px;
  top: 80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 3;
}

@media all and (max-width: 767px) {
  .is-fixed .hero__nav {
    width: auto;
    top: 58px;
    left: 5vw;
    right: 5vw;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

.hero {
  text-align: center;
  height: 538px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media all and (max-width: 767px) {
  .hero {
    height: 320px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 110px;
  }
}

.hero--sub {
  height: 400px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.hero--sub .hero__top {
  margin-bottom: 0;
}

@media all and (max-width: 767px) {
  .hero--sub {
    height: 200px;
    padding-top: 50px;
  }
}

.hero--sub .hero__ttl {
  font-size: 54px;
  font-weight: 900;
  letter-spacing: normal;
  font-family: "proxima-nova", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

@media all and (max-width: 767px) {
  .hero--sub .hero__ttl {
    font-size: 29px;
  }
}

.hero--sub .hero__cach {
  font-size: 24px;
  font-weight: bold;
}

@media all and (max-width: 767px) {
  .hero--sub .hero__cach {
    font-size: 15px;
  }
}

.hero__nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.hero__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(24, 24, 24, 0.8);
}

@media all and (max-width: 767px) {
  .hero__list {
    display: none;
    background: rgba(24, 24, 24, 0.95);
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.hero__item {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  position: relative;
}

@media all and (max-width: 767px) {
  .hero__item {
    font-size: 11px;
    padding: 0;
    text-align: left;
  }
}

.hero__item a {
  display: inline-block;
  padding: 16px 17px;
}

@media all and (max-width: 767px) {
  .hero__item a {
    padding: 16px 15px;
  }
}

@media all and (min-width: 768px) {
  .hero__item.is-active {
    border-bottom: 2px solid #fff;
    color: white;
  }

  .hero__item.is-active::after {
    content: none;
  }
}

@media all and (max-width: 767px) {
  .hero__item.is-active {
    color: white;
  }

  .hero__item.is-active a {
    position: relative;
  }

  .hero__item.is-active a::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 12px;
    left: 15px;
    right: 15px;
    background: #fff;
    height: 1px;
  }
}

.hero__item::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: '';
  height: 2px;
  background: #fff;
  width: 100%;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(1, 0, 0, 1);
  transition: -webkit-transform 0.4s cubic-bezier(1, 0, 0, 1);
  -o-transition: -o-transform 0.4s cubic-bezier(1, 0, 0, 1);
  transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
  transition: transform 0.4s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.4s cubic-bezier(1, 0, 0, 1), -o-transform 0.4s cubic-bezier(1, 0, 0, 1);
  transition: transform 0.4s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.4s cubic-bezier(1, 0, 0, 1);
}

@media all and (min-width: 768px) {
  .hero__item:hover {
    color: white;
  }

  .hero__item:hover::after {
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@media all and (min-width: 768px) {
  .hero__item01 {
    margin-right: auto;
    margin-left: 15px;
  }

  .hero__item01 a {
    padding: 16px 15px 16px 15px;
  }

  .hero__item06 {
    position: relative;
    margin-left: 15px;
  }

  .hero__item06::after {
    content: none;
  }

  .hero__item06 button, .hero__item06 a {
    padding: 16px 75px;
    line-height: 2;
    border: none;
    background: red;
    color: #fff;
    font-weight: bold;
  }

  .hero__item06 button::before, .hero__item06 a::before {
    content: '';
    position: absolute;
    background: rgba(255, 255, 255, 0.3);
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}

@media all and (min-width: 768px) and (min-width: 768px) {
  .hero__item06 button:hover::before, .hero__item06 a:hover::before {
    opacity: 1;
    width: 100%;
  }
}

@media all and (min-width: 768px) {
  .hero__top {
    margin-top: 150px;
  }
}

.hero__ttl {
  color: #fff;
  font-weight: 400;
  font-size: 46px;
  position: relative;
  line-height: 57px;
  letter-spacing: 3px;
  padding-bottom: 6px;
}

@media all and (max-width: 767px) {
  .hero__ttl {
    font-size: 27px;
    line-height: 37px;
    letter-spacing: 1px;
  }
}

.hero__ttl-sub {
  color: #fff;
  font-weight: 700;
  font-size: 51px;
  font-family: proxima-nova, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 5px;
}

@media all and (max-width: 767px) {
  .hero__ttl-sub {
    font-size: 29px;
    letter-spacing: 2px;
  }
}

.hero__cach {
  color: #fff;
  letter-spacing: 0.6px;
  padding-left: 15px;
  font-size: 16px;
}

@media all and (max-width: 767px) {
  .hero__cach {
    font-size: 13px;
  }
}

@media all and (max-width: 767px) {
  .box_info {
    display: block;
    height: 104px;
  }
}

@media all and (max-width: 767px) {
  .box_info .title1 {
    font-size: 12px;
    font-weight: bold;
  }
}

.box_info .title1 small {
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
  margin-top: -1em;
}

@media all and (max-width: 767px) {
  .box_info .title1 small {
    margin-top: 0;
    font-size: 10px;
  }
}

.box_info nav h3 {
  padding-bottom: 0;
}

@media all and (max-width: 767px) {
  .box_info nav .info {
    position: static;
    padding: 15px 0;
  }

  .box_info nav .info > * {
    width: auto;
    padding: 0 15px;
  }
}

@media all and (max-width: 767px) {
  .box_info nav .link {
    width: auto;
    margin-right: -15px;
    margin-left: 30px;
  }
}

@media all and (max-width: 767px) {
  .box_info .show_zoom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media all and (max-width: 767px) {
  .box_info .show_zoom img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}

.entry {
  padding-top: 78px;
}

@media all and (max-width: 767px) {
  .entry {
    margin-top: 50px;
  }
}

.entry__btn {
  text-align: center;
}

@media all and (max-width: 767px) {
  .entry__btn {
    margin-bottom: 20px;
  }
}

.entry__link {
  position: relative;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background: #f00;
  padding: 40px 19px;
  width: 90%;
  z-index: 1;
  cursor: pointer;
  border: 0;
  display:inline-block;
}

@media all and (min-width: 768px) {
  .entry__link:hover {
    color: #fff;
  }

  .entry__link:hover span {
    color: #fff;
    position: relative;
  }

  .entry__link:hover:before {
    opacity: 1;
    width: 100%;
  }
}

.entry__link:before {
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  content: '';
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media all and (max-width: 767px) {
  .entry__link {
    padding: 18px 19px;
  }
}

.entry__link::after {
  content: url(../img/recruit/top/icon_arrow_white.svg);
  margin-left: 8px;
}

.entry__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 60px 100px 0;
}

@media all and (max-width: 767px) {
  .entry__box {
    padding: 0;
  }
}

@media all and (max-width: 767px) {
  .entry__img01 {
    position: absolute;
    width: 10%;
    top: 11%;
    left: 37px;
  }
}

@media all and (max-width: 767px) {
  .entry__img02 {
    position: absolute;
    width: 2.6%;
    top: 11%;
    right: 37px;
  }
}

.entry__item {
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 19px;
  border: 1px solid #000;
  padding: 12px 0;
}

@media all and (max-width: 767px) {
  .entry__item {
    width: 87%;
    margin: 0 auto;
    font-size: 13px;
  }
}

.entry__item::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 19px;
  width: 12px;
  height: 20px;
  background: url(../img/recruit/common/icon_link.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: -10px;
}

@media all and (max-width: 767px) {
  .entry__item::after {

  }
}

.entry__link01 {
  position: relative;
  letter-spacing: -2px;
  margin-bottom: 28px;
}

@media all and (max-width: 767px) {
  .entry__link01 {
    line-height: 1.6em;
    letter-spacing: 0;
    padding: 24px 0 8px;
    margin-bottom: 20px;
  }
}

.entry__link01::before {
  content: ' ';
  display: block;
  position: absolute;
  top: 20%;
  left: 14px;
  width: 46px;
  height: 46px;
  background: url(../img/recruit/common/icon_wantedly.png);
  background-size: contain;
  background-repeat: no-repeat;
}



@media all and (max-width: 767px) {
  .entry__link01::before {
  }
}

@media all and (max-width: 420px) {
  .entry__link01::before {
    top: 18px;
    width: 30px;
    height: 30px;
  }
}


.entry__link01-inner {
  color: #67bdcd;
  font-size: 13px;
  letter-spacing: -0.5px;
}

@media all and (max-width: 767px) {
  .entry__link01-inner {
    font-size: 10px;
    font-weight: bold;
    line-height: 1.7em;
    position: relative;
    top: -11px;
  }
}
@media all and (max-width: 340px) {
  .entry__link01-inner {
    letter-spacing: -1.3px;
  }
}

.entry__link02 {
  position: relative;
  display: inline-block;
  color: #f00;
  font-weight: bold;
  letter-spacing: .3px;
  line-height: 1em;
  padding: 12px 0 18px;
  font-family: proxima-nova, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 24px;
}

@media all and (max-width: 767px) {
  .entry__link02 {
    padding: 20px 0 18px;
    font-size: 16px;
    letter-spacing: 1.3px;
    line-height: 1em;
  }
}

.entry__link02::before {
  content: '';
  position: absolute;
  top: 20%;
  left: 14px;
  width: 46px;
  height: 49px;
  background: url(../img/recruit/common/icon_enechange.png);
  background-size: contain;
  background-repeat: no-repeat;
}

@media all and (max-width: 767px) {
  .entry__link02::before {
    top: 50%;
    margin-top: -25px;
  }
}


@media all and (max-width: 420px) {
  .entry__link02::before {
    width: 34px;
    height: 36px;
    top: 50%;
    margin-top: -18px;
  }
}

.entry__link02-inner {
  font-size: 13px;
  letter-spacing: 0;
  color: #000;
}

@media all and (max-width: 767px) {
  .entry__link02-inner {
    font-size: 10px;
    position: relative;
    top: -6px;
  }
}

.entry-window {
  position: fixed;
  z-index: 2001;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  padding-top: 180px;
  display: none;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  opacity: 0;
  -webkit-transition: opacity .4s, -webkit-transform 0s;
  transition: opacity .4s, -webkit-transform 0s;
  -o-transition: opacity .4s, -o-transform 0s;
  transition: transform 0s, opacity .4s;
  transition: transform 0s, opacity .4s, -webkit-transform 0s, -o-transform 0s;
}

@media all and (max-width: 767px) {
  .entry-window {
    padding-top: 90px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.entry-window.is-open {
  display: block;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
  -webkit-transition: opacity .6s, -webkit-transform .6s;
  transition: opacity .6s, -webkit-transform .6s;
  -o-transition: opacity .6s, -o-transform .6s;
  transition: transform .6s, opacity .6s;
  transition: transform .6s, opacity .6s, -webkit-transform .6s, -o-transform .6s;
}

.entry-window__close {
  position: absolute;
  top: 3.6%;
  right: 38px;
  border: none;
}

@media all and (max-width: 767px) {
  .entry-window__close {
    background: none;
    top: 70px;
    right: 20px;
  }
}

.entry-window__top {
  margin-bottom: 44px;
}

.entry-window__ttl {
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 11px;
}

@media all and (max-width: 767px) {
  .entry-window__ttl {
    font-size: 26px;
  }
}

.entry-window__ttl-sub {
  font-size: 13px;
}

@media all and (max-width: 767px) {
  .entry-window__ttl-sub {
    font-size: 12px;
  }
}

.entry-window__btn {
  margin-bottom: 55px;
}

.entry-window__btn-ttl {
  font-size: 15px;
  margin-bottom: 21px;
}

@media all and (max-width: 767px) {
  .entry-window__btn-ttl {
    font-size: 14px;
  }
}

.entry-window__link {
  width: 63%;
  display: inline-block;
  background: #f00;
  position: relative;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 36px 19px;
  text-align: center;
}

@media all and (max-width: 767px) {
  .entry-window__link {
    display: block;
    width: auto;
    padding: 1.5em;
    font-size: 13px;
  }
}

.entry-window__link-icon {
  position: relative;
}

.entry-window__link-icon::after {
  content: url(../img/recruit/top/icon_arrow_white.svg);
  margin-left: 12px;
}

.entry-window__box-ttl {
  font-size: 15px;
  margin-bottom: 7px;
  line-height: 1.7em;
}

@media all and (max-width: 767px) {
  .entry-window__box-ttl {
    font-size: 14px;
  }
}

.entry-window__box-sub {
  font-size: 12px;
}

.entry-window__item {
  width: 63%;
  display: inline-block;
  background: #fff;
  position: relative;
  border: 1px solid #00a4bb;
  font-size: 16px;
  font-weight: bold;
  padding: 36px 19px;
  text-align: center;
}

@media all and (max-width: 767px) {
  .entry-window__item {
    display: block;
    width: auto;
    padding: 1.5em;
    font-size: 13px;
  }
}

.entry-window__item::before {
  content: url(../img/recruit/common/icon_wantedly.png);
  display: block;
  position: absolute;
  top: 26%;
  left: 29px;
}

@media all and (max-width: 767px) {
  .entry-window__item::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.entry-window__item::after {
  content: url(../img/recruit/common/icon_link.png);
  display: block;
  position: absolute;
  top: 42%;
  right: 29px;
}

.entry-button {
  border: 0;
  cursor: pointer;
}
