/*=============================================*/
/*Font import */
/*=============================================*/
/*=============================================*/
/*Reset CSS*/
/*=============================================*/
article, aside, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, main {
  display: block;
}

blockquote, body, dd, div, dl, dt, fieldset, figure, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

li {
  list-style: none;
}

a,
a:link {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  height: auto;
  vertical-align: bottom;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

button, input, select, textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

input[type=radio]::-ms-check,
input[type=checkbox]::-ms-check {
  display: none;
}

i {
  font-style: normal;
}

textarea {
  resize: none;
  font-family: sans-serif;
}

* {
  box-sizing: border-box;
}

/*=============================================*/
/*Common Base*/
/*=============================================*/
html {
  font-size: 62.5%;
  overflow: auto;
}

body {
  margin: auto;
  width: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  color: #333333;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

h1, h2, h3, h4, h5, h6 {
  color: inherit;
  letter-spacing: 0.04em;
}

.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;
}

/*=============================================*/
/*  layout  Base                        */
/*=============================================*/
.main_width {
  max-width: 1200px;
  width: 96%;
  margin: auto;
}
@media (max-width: 768px) {
  .main_width {
    width: calc(100% - 30px);
  }
}
.main_width.w1500 {
  max-width: 1500px;
}

/*=============================================*/
/* @top                               */
/*=============================================*/
.top_wrapper {
  padding-top: 120px;
}
@media (max-width: 1024px) {
  .top_wrapper {
    padding-top: 100px;
  }
}
@media (max-width: 768px) {
  .top_wrapper {
    padding-top: 70px;
  }
}

/********************************************/
/* @fv  */
/********************************************/
.top_wrapper .fv_block {
  position: relative;
  padding-top: 80px;
}
@media (max-width: 768px) {
  .top_wrapper .fv_block {
    padding-top: 60px;
  }
}
.top_wrapper .fv_block:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  background-color: #221A17;
  width: 100%;
  height: 90%;
  z-index: -1;
}
.top_wrapper .fv_block .flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  gap: 3%;
}
@media (max-width: 768px) {
  .top_wrapper .fv_block .flex {
    display: block;
  }
}

.top_wrapper .fv_block .flex .left {
  width: 60%;
}
@media (max-width: 768px) {
  .top_wrapper .fv_block .flex .left {
    width: 100%;
    margin-bottom: 30px;
  }
}
.top_wrapper .fv_block .flex .left p {
  display: block;
  color: #FFF;
}
.top_wrapper .fv_block .flex .left p.en {
  font-size: clamp(5.5rem, 8vw, 13rem);
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media (max-width: 1024px) {
  .top_wrapper .fv_block .flex .left p.en {
    margin-bottom: 0.1em;
  }
}
.top_wrapper .fv_block .flex .left p.ja {
  font-size: clamp(1.6rem, 2vw, 2.6rem);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
.top_wrapper .fv_block .flex .right {
  position: relative;
  width: 40vw;
  margin-right: calc(50% - 45vw);
}
@media (max-width: 768px) {
  .top_wrapper .fv_block .flex .right {
    width: 90%;
    margin: 0 0 0 auto;
  }
}
.top_wrapper .fv_block .flex .right:before {
  content: "";
  position: absolute;
  right: -30px;
  bottom: -30px;
  display: block;
  background-color: #E50014;
  width: 100%;
  height: 100%;
  z-index: 2;
}
@media (max-width: 1024px) {
  .top_wrapper .fv_block .flex .right:before {
    right: -20px;
    bottom: -20px;
  }
}
.top_wrapper .fv_block .flex .right .fv_slider {
  position: relative;
  z-index: 3;
}

.top_wrapper .fv_block .swiper-slide-active .img,
.top_wrapper .fv_block .swiper-slide-duplicate-active .img,
.top_wrapper .fv_block .swiper-slide-prev .img {
  animation: zoomUp 7s linear 0s normal both;
}

.top_wrapper .fv_block .swiper-slide img {
  height: auto;
  width: 100%;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
/********************************************/
/* @about  */
/********************************************/
.top_wrapper .about_block {
  position: relative;
}
.top_wrapper .about_block .inner {
  position: relative;
  padding: 25px 0 140px;
}
@media (max-width: 1024px) {
  .top_wrapper .about_block .inner {
    padding: 50px 0 100px;
  }
}
@media (max-width: 768px) {
  .top_wrapper .about_block .inner {
    padding: 80px 0;
  }
}
.top_wrapper .about_block .inner:before {
  content: "";
  position: absolute;
  top: calc(-1.25% * 1vw / 1px);
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 134%;
  background: url(../img/top/bg-about.webp) no-repeat center/cover;
  z-index: -2;
}
.top_wrapper .about_block .inner .ac-sec-ttl {
  margin-bottom: 0.2em;
}
@media (max-width: 768px) {
  .top_wrapper .about_block .inner .ac-sec-ttl {
    margin-bottom: 0.5em;
  }
}
.top_wrapper .about_block .inner .base--txt {
  margin-bottom: 3em;
}

.top_wrapper .about_block .img_list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 768px) {
  .top_wrapper .about_block .img_list {
    flex-wrap: wrap;
  }
}
.top_wrapper .about_block .img_list .img {
  width: 25%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .top_wrapper .about_block .img_list .img {
    width: 50%;
  }
}
.top_wrapper .about_block .img_list .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/********************************************/
/* @news  */
/********************************************/
.top_wrapper .news_block {
  padding: 100px 0;
  border-bottom: 1px solid #9F9F9F;
}
@media (max-width: 1024px) {
  .top_wrapper .news_block {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .top_wrapper .news_block {
    padding: 50px 0;
  }
}
.top_wrapper .news_block .flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  gap: 5%;
}
@media (max-width: 768px) {
  .top_wrapper .news_block .flex {
    display: block;
  }
}
.top_wrapper .news_block .flex .left {
  width: 25%;
}
@media (max-width: 768px) {
  .top_wrapper .news_block .flex .left {
    width: 100%;
  }
}
.top_wrapper .news_block .flex .left .ac-sec-ttl {
  margin-bottom: 0.3em;
}
.top_wrapper .news_block .flex .left .ac-sec-ttl .en {
  font-size: clamp(6rem, 7vw, 8rem);
}
@media (max-width: 768px) {
  .top_wrapper .news_block .flex .left .ac-sec-ttl .en {
    font-size: 8rem;
  }
}
.top_wrapper .news_block .flex .left .ac-sec-ttl .ja {
  font-size: clamp(1.7rem, 2vw, 2.5rem);
}
.top_wrapper .news_block .flex .left .btn a {
  max-width: 216px;
}
.top_wrapper .news_block .flex .right {
  width: 75%;
}
@media (max-width: 768px) {
  .top_wrapper .news_block .flex .right {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .top_wrapper .news_block .flex .right .mod-news-list {
    margin-bottom: 30px;
  }
}
.top_wrapper .news_block .flex .right .mod-news-list .item a .head .date {
  font-size: clamp(1.3rem, 1.4vw, 1.5rem);
}
@media (max-width: 768px) {
  .top_wrapper .news_block .flex .right .mod-news-list .item a .head .date {
    font-size: 1.5rem;
  }
}
.top_wrapper .news_block .flex .right .mod-news-list .item a .head .tags .txt {
  font-size: clamp(1rem, 1.1vw, 1.2rem);
}
@media (max-width: 768px) {
  .top_wrapper .news_block .flex .right .mod-news-list .item a .head .tags .txt {
    font-size: 1.2rem;
  }
}
.top_wrapper .news_block .flex .right .mod-news-list .item a .news_ttl {
  font-size: clamp(1.3rem, 1.4vw, 1.5rem);
}
@media (max-width: 768px) {
  .top_wrapper .news_block .flex .right .mod-news-list .item a .news_ttl {
    font-size: 1.5rem;
  }
}

/********************************************/
/* @recruit  */
/********************************************/
.top_wrapper .recruit_block {
  padding: 60px 0 150px;
}
@media (max-width: 1024px) {
  .top_wrapper .recruit_block {
    padding-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .top_wrapper .recruit_block {
    padding-bottom: 60px;
  }
}
.top_wrapper .recruit_block .main_width {
  position: relative;
}
.top_wrapper .recruit_block .ac-sec-ttl .ja {
  color: #333333;
}
.top_wrapper .recruit_block .img {
  position: absolute;
  top: 60px;
  right: 0;
  display: block;
  width: 79%;
  z-index: -1;
}
@media (max-width: 1024px) {
  .top_wrapper .recruit_block .img {
    top: 40px;
  }
}
@media (max-width: 768px) {
  .top_wrapper .recruit_block .img {
    position: relative;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}
.top_wrapper .recruit_block .img img {
  display: block;
  width: 100%;
}
.top_wrapper .recruit_block .txt_box {
  margin-top: 14.5833333333vw;
  padding: 45px;
  width: 63%;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2509803922);
}
@media (max-width: 1024px) {
  .top_wrapper .recruit_block .txt_box {
    padding: 30px;
    margin-top: 22.4609375vw;
  }
}
@media (max-width: 768px) {
  .top_wrapper .recruit_block .txt_box {
    padding: 25px;
    margin-top: 0;
    width: 100%;
  }
}
.top_wrapper .recruit_block .txt_box .base--txt {
  margin-bottom: 30px;
}/*# sourceMappingURL=style.css.map */