@charset "UTF-8";
#number-recruit article .txbox h2, #interview .head h2 {
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  font-size: 120px;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  transform: rotate(-6.7deg);
}
#number-recruit article .txbox h2 small, #interview .head h2 small {
  display: block;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 45px;
  line-height: 1;
  color: #fff;
}
@media (max-width: 999px) {
  #number-recruit article .txbox h2, #interview .head h2 {
    font-size: 70px;
  }
  #number-recruit article .txbox h2 small, #interview .head h2 small {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  #number-recruit article .txbox h2, #interview .head h2 {
    font-size: 36px;
  }
  #number-recruit article .txbox h2 small, #interview .head h2 small {
    font-size: 20px;
  }
}

#selecter .map .HTMLBlock {
  height: 100%;
}

/* ----------------------------------------------
animation
------------------------------------------------- */
.font-efect-break {
  /* &.in{
    .s{
      transform: unset !important;
      @include transition();
    }
  } */
}
.font-efect-break > p {
  opacity: 0;
}
.font-efect-break.end .t > .d {
  opacity: 1;
}
.font-efect-break.end .t .p {
  display: none;
}
.font-efect-break .t {
  position: relative;
  display: inline-block;
}
.font-efect-break .t > .d {
  opacity: 0;
  display: inline-block;
}
.font-efect-break .t .p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.font-efect-break .t .p .s {
  position: absolute;
  overflow: hidden;
  opacity: 0;
}
.font-efect-break .t .p .s .d {
  position: absolute;
}
.font-efect-break .t.view .s {
  transform: unset !important;
  /* @include transition(); */
  transition: all 0.05s ease-out;
  opacity: 1;
}
.font-efect-break.in > p {
  opacity: 1;
}

.font-efect-break .t,
.font-efect-break .t .p,
.font-efect-break .t .p .s {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* ----------------------------------------------
mainimg
------------------------------------------------- */
#mainimg {
  background-color: #000;
}
#mainimg .catch {
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0.1em;
  color: #fff;
  padding-top: 44px;
  padding-bottom: 55px;
  padding-right: 10px;
}
#mainimg .catch:not(:has(p)) {
  display: flex;
  flex-direction: column;
  align-items: start;
}
#mainimg .catch p {
  display: flex;
  flex-direction: column;
  align-items: start;
}
#mainimg .catch .eg {
  border-bottom: 1px solid #fff;
  padding-left: 64px;
  padding-bottom: 17px;
}
#mainimg .catch .indent {
  padding-left: 2.05em;
}
#mainimg .catch small {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 26px;
  line-height: 1.6153846154;
  letter-spacing: 0.1em;
  margin-top: 16px;
}
@media (max-width: 999px) {
  #mainimg .catch {
    font-size: 50px;
    padding: 30px 10px 30px 0;
  }
  #mainimg .catch small {
    font-size: 22px;
  }
  #mainimg .catch .eg {
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  #mainimg .catch {
    font-size: 40px;
    padding: 20px 10px 20px 0;
  }
  #mainimg .catch small {
    font-size: 18px;
  }
  #mainimg .catch .eg {
    padding-left: 20px;
  }
}
@media (max-width: 500px) {
  #mainimg .catch {
    font-size: 24px;
  }
  #mainimg .catch .eg {
    padding-left: 10px;
    padding-bottom: 10px;
  }
  #mainimg .catch small {
    margin-top: 10px;
  }
}

/* ----------------------------------------------
topic
------------------------------------------------- */
#topic {
  padding: min(29.25vw, 468px) 0 calc(min(11.875vw, 190px) + 42px);
  position: relative;
}
#topic .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#topic .bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#topic .bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/dotimage.png) repeat rgba(0, 0, 0, 0.3);
}
#topic h2 {
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  font-size: 50px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: end;
  padding-right: 17px;
  margin-bottom: -4px;
}
#topic .contents {
  width: min(100% - 10px, 905px);
  margin-left: auto;
  background-color: #fff;
  display: flex;
  padding-right: 10px;
}
#topic .contents article {
  display: flex;
}
#topic .contents article a {
  text-decoration: none;
  transition: all 0.5s ease-out;
  /* display: flex; */
  color: #000;
}
#topic .contents article a:hover {
  opacity: 0.6;
}
#topic .contents article time,
#topic .contents article .title {
  min-height: 36px;
  align-content: center;
}
#topic .contents article time {
  font-family: "helvetica-lt-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
  background-color: #000;
  padding: 10px 29px;
  min-width: 95px;
}
#topic .contents article .title {
  flex: 1;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
  color: #000;
  padding: 10px 27px;
}
#topic .contents .btn {
  margin-left: auto;
  align-content: center;
}
#topic .contents .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  width: 110px;
  height: 45px;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  position: relative;
}
#topic .contents .btn a::after {
  content: "く";
  transform: rotate(180deg);
}
@media (max-width: 999px) {
  #topic h2 {
    font-size: 40px;
  }
  #topic .contents article time {
    font-size: 14px;
    padding: 7px 20px;
    min-width: unset;
  }
  #topic .contents article .title {
    font-size: 14px;
    padding: 7px 20px;
  }
}
@media (max-width: 767px) {
  #topic {
    padding-bottom: calc(min(11.875vw, 190px) + 30px);
  }
  #topic h2 {
    font-size: 30px;
  }
  #topic .contents {
    flex-direction: column;
    row-gap: 10px;
    padding-right: 0;
    background-color: unset;
  }
  #topic .contents article time {
    padding: 5px 10px;
  }
  #topic .contents article .title {
    padding: 5px 10px;
    background-color: #fff;
  }
}

/* ----------------------------------------------
works
------------------------------------------------- */
@keyframes revolveDrop {
  30% {
    transform: translate(0, -50px) rotate(180deg) scale(1);
  }
  60% {
    transform: translate(0, 20px) scale(0.8) rotate(0deg);
  }
  100% {
    transform: translate(0) scale(1) rotate(0deg);
    opacity: 1;
  }
}
#works {
  position: relative;
  z-index: 1;
  margin-top: max(-11.875%, -190px);
  padding: min(11.875%, 190px) 0 min(8.75vw, 140px);
}
#works .bgs .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#works .bgs .bg.b1::before, #works .bgs .bg.b1::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 min(11.875vw, 190px), 100% 0, 100% calc(100% - min(11.875vw, 190px)), 0 100%);
}
#works .bgs .bg.b1::before {
  background: url(../images/works-bg1.webp) no-repeat center/cover;
}
#works .bgs .bg.b1::after {
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 85%);
}
#works .bgs .bg.b2::before {
  content: "";
  position: absolute;
  top: 90px;
  right: 0;
  width: min(60%, 960px);
  aspect-ratio: 960/1110;
  background: url(../images/works-bg2.webp) no-repeat top 0px right 0;
  clip-path: polygon(0 min(6.875vw, 110px), 100% 0, 100% calc(100% - min(6.875vw, 110px)), 0 100%);
}
#works .inner {
  display: flex;
  padding-top: 60px;
  -moz-column-gap: 3.125%;
       column-gap: 3.125%;
}
#works h2 {
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  font-size: 159.08px;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  writing-mode: vertical-rl;
  text-wrap: nowrap;
  margin-left: -10px;
}
#works .contents {
  flex: 1;
  margin-top: 5px;
  padding-right: 10px;
}
#works .contents .catch {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 138px;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 43px;
}
#works .contents .catch .box {
  display: block;
}
#works .contents .catch .sm {
  font-size: 102px;
}
#works .contents .catch .t {
  opacity: 0;
  transform: translate(0, -100%) rotate(360deg) scale(0);
  display: inline-block;
}
#works .contents .catch .t.view {
  animation: revolveDrop 0.3s forwards;
}
#works .contents .catch small {
  display: block;
  font-size: 45px;
  margin-top: 16px;
  padding-left: 8px;
}
#works .contents .text {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.8125;
  color: #fff;
  padding-left: 20px;
  margin-bottom: 49px;
}
#works .contents .btn {
  margin-left: 20px;
}
#works .contents .btn a {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 282px;
  height: 70px;
  position: relative;
  z-index: 1;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.2em;
  color: #fff;
  padding-right: 13px;
}
#works .contents .btn a:not(:has(.bg)) {
  transition: all 0.5s ease-out;
}
#works .contents .btn a:not(:has(.bg)):hover {
  opacity: 0.6;
}
#works .contents .btn a:has(.bg):hover {
  opacity: 1;
  color: #022541;
}
#works .contents .btn a:has(.bg):hover .bg::after {
  width: 100%;
}
#works .contents .btn a:has(.bg)::before {
  display: none;
}
#works .contents .btn a .bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: calc(100% - 23px);
  height: 100%;
  clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%, 10% 50%);
}
#works .contents .btn a .bg::before, #works .contents .btn a .bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
#works .contents .btn a .bg::before {
  width: 100%;
  background-color: #022541;
}
#works .contents .btn a .bg::after {
  width: 0;
  background-color: #fff;
}
#works .contents .btn a::before, #works .contents .btn a::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  z-index: -1;
}
#works .contents .btn a::before {
  left: 0;
  width: calc(100% - 23px);
  background-color: #022541;
  clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%, 10% 50%);
}
#works .contents .btn a::after {
  right: 0;
  width: 40px;
  background-color: #f8ac3c;
  clip-path: polygon(0 0, 55% 0, 100% 50%, 55% 100%, 0 100%, 55% 50%);
}
@media (max-width: 999px) {
  #works .contents .btn a {
    width: 260px;
    height: 60px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #works .contents .btn a {
    width: 240px;
    height: 50px;
    font-size: 16px;
  }
}
@media (max-width: 1299px) {
  #works h2 {
    font-size: 130px;
  }
  #works .contents .catch {
    font-size: 117px;
  }
  #works .contents .catch small {
    font-size: 40px;
  }
  #works .contents .catch .sm {
    font-size: 96px;
  }
}
@media (max-width: 999px) {
  #works h2 {
    margin-left: -5px;
    font-size: 100px;
  }
  #works .inner {
    padding-top: 50px;
  }
  #works .contents .catch {
    font-size: 90px;
    margin-bottom: 30px;
  }
  #works .contents .catch small {
    font-size: 36px;
    padding-left: 0;
  }
  #works .contents .catch .sm {
    font-size: 80px;
  }
  #works .contents .text {
    font-size: 14px;
    margin-bottom: 30px;
    padding-left: 0;
  }
  #works .contents .btn {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  #works h2 {
    font-size: 70px;
  }
  #works .inner {
    padding-top: 40px;
  }
  #works .contents .catch {
    font-size: 50px;
    margin-bottom: 25px;
  }
  #works .contents .catch small {
    font-size: 24px;
  }
  #works .contents .catch .sm {
    font-size: 30px;
  }
  #works .contents .text {
    margin-bottom: 25px;
  }
  #works .contents .text br {
    display: none;
  }
}
@media (max-width: 500px) {
  #works h2 {
    font-size: 46px;
  }
  #works .contents .catch {
    font-size: 40px;
  }
  #works .contents .catch .sm {
    font-size: 24px;
  }
  #works .contents .catch small {
    font-size: 17px;
  }
}

/* ----------------------------------------------
company
------------------------------------------------- */
#company {
  position: relative;
  margin-top: max(-11.875vw, -190px);
  padding-top: min(5.3125vw, 85px);
  padding-bottom: min(15vw, 240px);
  /*  &::before{
    content: "";
    position: absolute;
    top : 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/company-bg.webp)no-repeat center/cover;
    z-index: -1;
  } */
}
#company .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#company .bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#company .contents {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
#company .contents .left {
  flex: 1;
  max-width: 1120px;
  padding-top: min(8.125vw, 130px);
}
#company .contents .left .head {
  margin-left: 7.1428571429%;
  margin-bottom: 97px;
}
#company .contents .left h2 {
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  font-size: 140px;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.55);
  margin-bottom: 28px;
}
#company .contents .left .text {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.8125;
  color: #fff;
  display: flex;
  justify-content: right;
  padding-right: 18px;
}
#company .contents .left .image {
  width: min(100% - 10px, 931px);
}
#company .contents .left .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#company .contents .right {
  margin: 0 9.375% 0 auto;
  display: flex;
  flex-direction: column;
}
#company .contents .right .catch {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 104.99px;
  line-height: 1.37;
  color: #fff;
  writing-mode: vertical-rl;
  margin-bottom: 50px;
}
#company .contents .right .catch .box {
  display: block;
}
#company .contents .right .catch .num {
  writing-mode: horizontal-tb;
  line-height: 1.1;
  margin-bottom: 5px;
}
#company .contents .right .catch .sm {
  font-size: 77.6px;
}
#company .contents .right .btn {
  margin-right: 21px;
}
#company .contents .right .btn a {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 282px;
  height: 70px;
  position: relative;
  z-index: 1;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.2em;
  color: #fff;
  padding-right: 13px;
}
#company .contents .right .btn a:not(:has(.bg)) {
  transition: all 0.5s ease-out;
}
#company .contents .right .btn a:not(:has(.bg)):hover {
  opacity: 0.6;
}
#company .contents .right .btn a:has(.bg):hover {
  opacity: 1;
  color: #022541;
}
#company .contents .right .btn a:has(.bg):hover .bg::after {
  width: 100%;
}
#company .contents .right .btn a:has(.bg)::before {
  display: none;
}
#company .contents .right .btn a .bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: calc(100% - 23px);
  height: 100%;
  clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%, 10% 50%);
}
#company .contents .right .btn a .bg::before, #company .contents .right .btn a .bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
#company .contents .right .btn a .bg::before {
  width: 100%;
  background-color: #022541;
}
#company .contents .right .btn a .bg::after {
  width: 0;
  background-color: #fff;
}
#company .contents .right .btn a::before, #company .contents .right .btn a::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  z-index: -1;
}
#company .contents .right .btn a::before {
  left: 0;
  width: calc(100% - 23px);
  background-color: #022541;
  clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%, 10% 50%);
}
#company .contents .right .btn a::after {
  right: 0;
  width: 40px;
  background-color: #f8ac3c;
  clip-path: polygon(0 0, 55% 0, 100% 50%, 55% 100%, 0 100%, 55% 50%);
}
@media (max-width: 999px) {
  #company .contents .right .btn a {
    width: 260px;
    height: 60px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #company .contents .right .btn a {
    width: 240px;
    height: 50px;
    font-size: 16px;
  }
}
@media (max-width: 1300px) {
  #company .contents .left h2 {
    font-size: 120px;
  }
  #company .contents .right .catch {
    font-size: 90px;
  }
  #company .contents .right .catch .sm {
    font-size: 50px;
  }
}
@media (max-width: 999px) {
  #company .contents .left .head {
    margin-bottom: 70px;
  }
  #company .contents .left h2 {
    font-size: 80px;
    margin-bottom: 20px;
  }
  #company .contents .left .text {
    font-size: 14px;
    padding-right: 0;
  }
  #company .contents .left .text br {
    display: none;
  }
  #company .contents .right .catch {
    font-size: 70px;
    margin-bottom: 40px;
  }
  #company .contents .right .catch .sm {
    font-size: 40px;
  }
  #company .contents .right .btn {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  #company .contents {
    flex-direction: column;
  }
  #company .contents .left .head {
    padding-right: 10px;
    margin-bottom: 50px;
  }
  #company .contents .left h2 {
    font-size: 50px;
    margin-bottom: 15px;
  }
  #company .contents .right {
    margin: 0 auto;
    max-width: calc(100% - 20px);
  }
  #company .contents .right .catch {
    font-size: 46px;
    margin-bottom: 30px;
    writing-mode: unset;
  }
  #company .contents .right .catch .sm {
    font-size: 28px;
  }
  #company .contents .right .catch .box {
    padding-top: 0 !important;
  }
}

/* ----------------------------------------------
interview
------------------------------------------------- */
#interview {
  margin-top: max(-12.375vw, -198px);
}
#interview .images {
  display: flex;
  aspect-ratio: 1600/885;
  clip-path: polygon(0 0, 100% min(11.875vw, 190px), 100% calc(100% - min(11.875vw, 190px)), 0 100%);
  margin-bottom: max(-11.875vw, -190px);
}
#interview .images .image {
  width: 33.3333333333%;
}
#interview .images .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#interview .head {
  background: url(../images/intervew-bg.webp) no-repeat center/cover;
  padding: min(5.9375vw, 95px) 0 min(6.5625vw, 105px);
  overflow-x: clip;
}
#interview .head h2 {
  padding-left: 0.33em;
  padding-right: 10px;
}
#interview .head h2 .box {
  display: block;
  opacity: 0.2;
}
#interview .head h2 small {
  padding-left: 1em;
  margin: -5px 0 -10px;
}
#interview .contents {
  position: relative;
  z-index: 1;
  margin-top: max(-11.875vw, -190px);
}
#interview .contents .block {
  position: relative;
  clip-path: polygon(0 min(11.875vw, 190px), 100% 0, 100% calc(100% - min(11.875vw, 190px)), 0 100%);
}
#interview .contents .block:not(:has(a)) {
  padding: calc(min(11.875vw, 190px) + 87px) 7.625% calc(min(11.875vw, 190px) + 80px) 11.75%;
}
#interview .contents .block a {
  text-decoration: none;
  display: block;
  padding: calc(min(11.875vw, 190px) + 87px) 7.625% calc(min(11.875vw, 190px) + 80px) 11.75%;
}
#interview .contents .block a:hover {
  opacity: 1;
}
#interview .contents .block a:hover .bg::after {
  opacity: 0.6;
}
#interview .contents .block .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#interview .contents .block .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#interview .contents .block .bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  opacity: 0.9;
  transition: all 0.5s ease-out;
}
#interview .contents .block .content {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
#interview .contents .block .content .left {
  width: 40%;
}
#interview .contents .block .content .left .title {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 45px;
  line-height: 1.3111111111;
  color: #fff;
  margin-bottom: 28px;
}
#interview .contents .block .content .left .data {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
}
#interview .contents .block .content .left .data .num {
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  font-size: 40px;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
}
#interview .contents .block .content .left .data .num span {
  font-size: 49.63px;
  margin-left: 12px;
}
#interview .contents .block .content .left .data .department {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 35px;
  line-height: 1.6;
  color: #fff;
}
#interview .contents .block .content .right {
  flex: 1;
  width: 60%;
  margin-top: 110px;
  margin-left: auto;
  padding-bottom: 5px;
  max-width: 645px;
  display: flex;
  flex-direction: column;
  align-items: end;
}
#interview .contents .block .content .right .heading {
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  font-size: 75.36px;
  line-height: 1.6;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  margin-bottom: -5px;
}
#interview .contents .block .content .right .text {
  max-width: 70.4134366925%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.8125;
  color: #fff;
}
#interview .contents .block.bg-red .bg::after {
  background: linear-gradient(-90deg, rgb(75, 0, 10) 0%, rgb(124, 2, 9) 100%);
}
#interview .contents .block.bg-blue .bg::after {
  background: linear-gradient(-90deg, rgb(0, 16, 30) 0%, rgb(3, 52, 91) 100%);
}
#interview .contents .block.bg-green .bg::after {
  background: linear-gradient(-90deg, rgb(18, 60, 46) 0%, rgb(3, 33, 27) 100%);
}
#interview .contents .block:first-child .left .data {
  -moz-column-gap: 17px;
       column-gap: 17px;
}
#interview .contents .block:not(:first-child) .left .data {
  -moz-column-gap: 7px;
       column-gap: 7px;
}
#interview .contents .block:not(:last-child) {
  margin-bottom: max(-11.875vw, -190px);
}
@media (max-width: 1299px) {
  #interview .contents .block:not(:has(a)) {
    padding: calc(min(11.875vw, 190px) + 60px) 10px;
  }
  #interview .contents .block a {
    padding: calc(min(11.875vw, 190px) + 60px) 10px;
  }
  #interview .contents .block .content .left {
    width: 45%;
  }
  #interview .contents .block .content .left .title {
    font-size: 33px;
    margin-bottom: 20px;
  }
  #interview .contents .block .content .left .data .num {
    font-size: 30px;
  }
  #interview .contents .block .content .left .data .num span {
    font-size: 34px;
  }
  #interview .contents .block .content .left .data .department {
    font-size: 26px;
  }
  #interview .contents .block .content .right {
    width: 55%;
    margin-top: 90px;
  }
  #interview .contents .block .content .right .heading {
    font-size: 60px;
  }
  #interview .contents .block .content .right .text {
    font-size: 14px;
  }
}
@media (max-width: 999px) {
  #interview .contents .block:not(:has(a)) {
    padding: calc(min(11.875vw, 190px) + 60px) 10px;
  }
  #interview .contents .block a {
    padding: calc(min(11.875vw, 190px) + 60px) 10px;
  }
  #interview .contents .block .content {
    flex-direction: column;
  }
  #interview .contents .block .content .left {
    width: 80%;
  }
  #interview .contents .block .content .left .title {
    font-size: 30px;
    margin-bottom: 20px;
  }
  #interview .contents .block .content .left .data .num {
    font-size: 30px;
  }
  #interview .contents .block .content .left .data .num span {
    font-size: 34px;
  }
  #interview .contents .block .content .left .data .department {
    font-size: 26px;
  }
  #interview .contents .block .content .right {
    width: 80%;
    margin-top: 20px;
  }
  #interview .contents .block .content .right .heading {
    font-size: 60px;
  }
  #interview .contents .block .content .right .text {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #interview .contents .block:not(:has(a)) {
    padding: calc(min(11.875vw, 190px) + 40px) 10px;
  }
  #interview .contents .block a {
    padding: calc(min(11.875vw, 190px) + 40px) 10px;
  }
  #interview .contents .block .content {
    flex-direction: column;
    row-gap: 30px;
  }
  #interview .contents .block .content .left {
    width: 100%;
  }
  #interview .contents .block .content .left .title {
    font-size: 24px;
    margin-bottom: 15px;
  }
  #interview .contents .block .content .left .data .num {
    font-size: 24px;
  }
  #interview .contents .block .content .left .data .num span {
    font-size: 26px;
  }
  #interview .contents .block .content .left .data .department {
    font-size: 20px;
  }
  #interview .contents .block .content .right {
    width: 100%;
    margin-top: 0px;
  }
  #interview .contents .block .content .right .heading {
    font-size: 40px;
  }
}
@media (max-width: 370px) {
  #interview .contents .block .content .left .title {
    font-size: 22px;
  }
  #interview .contents .block .content .right .heading {
    font-size: 30px;
  }
  #interview .contents .block .content .right .text {
    max-width: 100%;
  }
}

/* ----------------------------------------------
number-recruit
------------------------------------------------- */
#number-recruit {
  margin-top: max(-12vw, -192px);
  background: url(../images/number-bg.jpg) no-repeat center/cover;
  padding-top: calc(12vw + 53px);
  padding-bottom: calc(min(11.875vw, 190px) + 50px);
  position: relative;
  /* .bg{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    video{
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  } */
}
#number-recruit article {
  display: flex;
  overflow-x: clip;
}
#number-recruit article .image {
  width: 60.8125%;
  clip-path: polygon(0 min(7.1875vw, 115px), 100% 0, 100% calc(100% - min(7.1875vw, 115px)), 0 100%);
}
#number-recruit article .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#number-recruit article .txbox {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-bottom: min(8.4375vw, 135px);
}
#number-recruit article .txbox h2 small {
  margin-top: 25px;
}
#number-recruit article .txbox .btn {
  transform: rotate(-6.7deg);
}
#number-recruit article .txbox .btn a {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 282px;
  height: 70px;
  position: relative;
  z-index: 1;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.2em;
  color: #fff;
  padding-right: 13px;
}
#number-recruit article .txbox .btn a:not(:has(.bg)) {
  transition: all 0.5s ease-out;
}
#number-recruit article .txbox .btn a:not(:has(.bg)):hover {
  opacity: 0.6;
}
#number-recruit article .txbox .btn a:has(.bg):hover {
  opacity: 1;
  color: #022541;
}
#number-recruit article .txbox .btn a:has(.bg):hover .bg::after {
  width: 100%;
}
#number-recruit article .txbox .btn a:has(.bg)::before {
  display: none;
}
#number-recruit article .txbox .btn a .bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: calc(100% - 23px);
  height: 100%;
  clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%, 10% 50%);
}
#number-recruit article .txbox .btn a .bg::before, #number-recruit article .txbox .btn a .bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
#number-recruit article .txbox .btn a .bg::before {
  width: 100%;
  background-color: #022541;
}
#number-recruit article .txbox .btn a .bg::after {
  width: 0;
  background-color: #fff;
}
#number-recruit article .txbox .btn a::before, #number-recruit article .txbox .btn a::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  z-index: -1;
}
#number-recruit article .txbox .btn a::before {
  left: 0;
  width: calc(100% - 23px);
  background-color: #022541;
  clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%, 10% 50%);
}
#number-recruit article .txbox .btn a::after {
  right: 0;
  width: 40px;
  background-color: #f8ac3c;
  clip-path: polygon(0 0, 55% 0, 100% 50%, 55% 100%, 0 100%, 55% 50%);
}
@media (max-width: 999px) {
  #number-recruit article .txbox .btn a {
    width: 260px;
    height: 60px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #number-recruit article .txbox .btn a {
    width: 240px;
    height: 50px;
    font-size: 16px;
  }
}
#number-recruit article:nth-child(odd) .txbox {
  margin-left: max(-6.875%, -110px);
  align-items: start;
  margin-top: max(-10.9375vw, -10px);
}
#number-recruit article:nth-child(odd) .txbox h2 {
  margin-bottom: 95px;
}
#number-recruit article:nth-child(odd) .txbox h2 small {
  padding-left: 4.5em;
}
#number-recruit article:nth-child(odd) .txbox .btn {
  margin-left: 24px;
}
#number-recruit article:nth-child(even) .image {
  order: 1;
}
#number-recruit article:nth-child(even) .txbox {
  margin-right: max(-6.875%, -110px);
  align-items: end;
  margin-top: min(11.6875vw, 187px);
}
#number-recruit article:nth-child(even) .txbox h2 {
  margin-right: 97px;
  margin-bottom: 35px;
}
#number-recruit article:nth-child(even) .txbox .btn {
  margin-right: 10px;
}
#number-recruit article:not(:last-child) {
  margin-bottom: max(-8.4375vw, -135px);
}
@media (max-width: 999px) {
  #number-recruit article:nth-child(odd) .txbox h2 small {
    padding-left: 2em;
  }
}
@media (max-width: 767px) {
  #number-recruit article {
    flex-direction: column;
    align-items: center;
  }
  #number-recruit article .image {
    width: min(100% - 20px, 400px);
  }
  #number-recruit article .txbox {
    margin: 0 10px !important;
    align-items: unset !important;
  }
  #number-recruit article .txbox h2 {
    margin: 0 0 20px !important;
  }
  #number-recruit article:nth-child(even) .image {
    order: unset;
  }
}/*# sourceMappingURL=index.css.map */