@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
/*=============================================*/
/*Common Base*/
/*=============================================*/
.pc_only {
  display: block !important;
}
@media (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
}

.sp_only {
  display: none !important;
}
@media (max-width: 768px) {
  .sp_only {
    display: block !important;
  }
}

.center {
  margin: auto;
  text-align: center;
  line-height: 180%;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/********************************************/
/*レイアウト調整* /
/********************************************/
.c-container:has(.full_width) {
  max-width: 100%;
  padding: 0;
}

.c-section.widget_block:has(.full_width) {
  padding: 0;
}

.c-section.p-section-front-page-content {
  padding-bottom: 0;
}

/********************************************/
/*TOP FV* /
/********************************************/
.top_message_block .smb-section__inner > .c-container {
  padding: 0;
}

.c-section.p-section-front-page-content {
  padding-top: 0;
}

.fv_original_block {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}

.fv_original_block {
  position: relative;
  display: flex;
  height: calc(95svh - 80px);
  overflow: hidden;
  max-width: unset;
}
.fv_original_block .inner {
  width: 90%;
  max-width: 1700px;
  min-width: 1200px;
  margin: auto;
  margin-left: 4%;
}
.fv_original_block .catch_copy_txt {
  position: relative;
  display: flex;
  align-items: center;
  font-size: clamp(60px, 3vw, 86px);
  color: #0B2555;
  padding-bottom: 2em;
}
@media (max-width: 768px) {
  .fv_original_block .catch_copy_txt {
    font-size: 30px;
  }
}
.fv_original_block .catch_copy_txt:after {
  position: absolute;
  top: -2em;
  left: 0;
  content: "";
  width: 360px;
  height: 350px;
  background: url(../img/logo-fv.svg) no-repeat center/100%;
}
@media (max-width: 768px) {
  .fv_original_block .catch_copy_txt:after {
    width: 180px;
    height: 175px;
  }
}
.fv_original_block .catch_copy_txt p {
  position: relative;
  font-weight: 700;
  font-size: 1em;
  color: inherit;
  line-height: 1.3;
  letter-spacing: 0.15em;
  z-index: 1;
}

.fv_original_block .en_txt {
  position: absolute;
  right: 1em;
  bottom: 0;
  font-size: clamp(100px, 6vw, 170px);
}
@media (max-width: 768px) {
  .fv_original_block .en_txt {
    font-size: clamp(40px, 6vw, 170px);
  }
}
.fv_original_block .en_txt {
  line-height: 1.2;
  text-align: right;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  z-index: 2;
  mix-blend-mode: multiply;
}
.fv_original_block .en_txt p {
  text-align: right;
  font-size: 1em;
}
.fv_original_block .en_txt p span {
  display: block;
  font-size: 1em;
  color: #E23128;
  mix-blend-mode: multiply;
  line-height: 0.9;
  letter-spacing: -0.1em;
}
.fv_original_block .en_txt p span.txt01 {
  padding-right: 4.1em;
}
.fv_original_block .en_txt p span.txt02 {
  padding-right: 4.1em;
}

.vertical-swipers {
  position: absolute;
  top: -30vh;
  right: -10vw;
  display: flex;
  gap: 0;
  width: 80%;
  height: 145svh;
  overflow: hidden;
  transform: rotate(-20deg);
  opacity: 0.45;
}
@media (max-width: 1200px) {
  .vertical-swipers {
    width: 120%;
  }
}
@media (max-width: 768px) {
  .vertical-swipers {
    width: 160%;
    right: -60vw;
  }
}

.column-swiper {
  flex: 1;
  height: 100%;
  overflow: hidden;
}

.column-swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}

.column-swiper .swiper-slide {
  height: auto !important;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 0 20px;
}

.column-swiper .swiper-slide .img-box {
  width: 100%;
  max-width: 500px;
  aspect-ratio: 4/3;
  margin: 0 auto;
  overflow: hidden;
}

.column-swiper .swiper-slide .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-social-nav svg {
  width: 1.5em;
  height: 1.5em;
}

/****************************************/
/*Page*/
/****************************************/
.c-page-header[data-has-image=true] {
  height: clamp(300px, 62.5vw, 300px);
}

.c-page-header__bgimage:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.c-container {
  position: relative;
  z-index: 2;
}

.wp-block-table td:nth-child(1) {
  width: 20%;
}

/* recruit */
.wp-block-list.ver_list_customize li {
  position: relative;
  list-style: none;
  font-size: 1.5rem;
  padding-left: 0.6em;
  padding-bottom: 0.6em;
}
.wp-block-list.ver_list_customize li strong {
  font-size: 1em;
}
.wp-block-list.ver_list_customize li::marker {
  content: none;
}
.wp-block-list.ver_list_customize li:before {
  position: absolute;
  left: -1em;
  top: 0.3em;
  content: "";
  width: 20px;
  height: 27px;
  background: url(../img/ico-gu.svg) no-repeat center/100%;
}

.column_4_recruit span.sme-font-size.has-sm-l-font-size {
  font-size: 1.05rem !important;
}
.column_4_recruit.smb-items--fill > .c-row > .c-row__col .smb-items__item__body > :last-child:not(.block-list-appender) {
  margin-top: 0;
}

.wp-block-snow-monkey-blocks-hero-header.smb-hero-header.original_width_short {
  max-width: 1200px !important;
}

/********************************/
/*br*/
/********************************/
.sp_only {
  display: none;
}
@media (max-width: 768px) {
  .sp_only {
    display: block;
  }
}

.pc_only {
  display: block;
}
@media (max-width: 768px) {
  .pc_only {
    display: none;
  }
}/*# sourceMappingURL=customize.css.map */