@charset "UTF-8";
html {
  overflow-x: hidden;
  font-family: "游ゴシック", "YuGothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
}

.wrapper_all {
  position: relative;
}

.pc_none {
  display: none;
}

.main_wrapper {
  width: 100vw;
  height: 100vh;
  position: relative;
  /*opacity: 0;*/
}

/* main-slide */
.main-slider {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.main-slider .img_wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.main-slider .img_wrapper img {
  width: 110%;
  height: 100%;
  overflow: hidden;
}

.main-copy_img {
  margin-bottom: 3vh;
  font-size: 36px;
  position: relative;
  color: #fff;
  font-family: "Sorts Mill Goudy", serif;
}

.main-ttl, .main-copy_img {
  opacity: 0;
}

.main-copy {
  top: 30%;
  left: 40px;
  position: absolute;
  width: 100%;
  padding-left: 100px;
}

.main-ttl {
  margin-bottom: 3.2vh;
  padding-left: 100px;
  font-size: 25px;
  position: relative;
  color: #fff;
}

.main-ttl:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  background-color: #fff;
  left: 0;
  width: 80px;
}

.home-mv-news-list {
  position: relative;
  padding: 0;
}

.mv-scroll {
  width: 254px;
  z-index: 5;
  display: flex;
  flex-wrap: wrap;
  align-self: center;
  transform: rotate(90deg);
  right: -76px;
  bottom: 60px;
}

.mv-scroll__link {
  font-size: 16px;
  position: relative;
  display: block;
  line-height: 1;
  color: #fff;
}

.mv-scroll__link i {
  width: 180px;
  margin: 0 0 7px 15px;
  position: relative;
  display: inline-block;
  height: 1px;
}

.mv-scroll__link i:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fff;
  animation: line-animation 1.8s ease 1s infinite;
}

.news-ticker-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
}

.news-ticker {
  background-color: #333;
  width: 960px;
  background-color: #262626;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 120px;
}

.news-head {
  position: absolute;
  background-color: #000;
  color: #fff;
  width: 120px;
  height: 120px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
}

.news-list {
  font-size: 16px;
  position: relative;
}
.news-list li {
  color: #fff;
  box-sizing: border-box;
  margin: 0 110px 0 160px;
  height: 100%;
  padding: 28px 0;
}
.news-list a {
  color: #fff;
  text-decoration: none;
}

/*
.news-arrow {
  position: absolute;
  top: 50%;
  right: 4%;
  width: 20px;
  z-index: 5;
}

#arrow-prev {
  position: absolute;
  top: 20%;
  cursor: pointer;
  content: "";
  background: url(../img/news-arrow_1.png) no-repeat center;
  z-index: 10;
  position: absolute;
}

#arrow-prev::after {
background: url(../img/news-arrow_1.png)no-repeat;
}


#arrow-next {
  position: absolute;
  top: 68%;
  cursor: pointer;
} */

.news-arrow_prev {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
}

.news-arrow_prev::after {
  content: "";
  background: url(../img/news-arrow_1.png) no-repeat center;
  background-size: 24px;
  z-index: 5;
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0;
  left: 0;
}

.news-arrow_next {
  width: 60px;
  height: 60px;
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: pointer;
}

.news-arrow_next::after {
  content: "";
  background: url(../img/news-arrow_2.png) no-repeat center;
  background-size: 24px;
  z-index: 5;
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0;
  left: 0;
}

.work-slick-arrow {
  width: 60px;
  height: 60px;
  border: 1px solid #262626;
}

.news-arrows_wrapper .slick-prev {
  left: 0;
  background: #fff url(../img/ico_arw-prev.png) no-repeat center;
  background-size: 6px;
}

.news-arrows_wrapper .slick-next {
  border-left: 0;
  right: 0;
  background: #fff url(../img/ico_arw-next.png) no-repeat center;
  background-size: 6px;
}


.slide-x-anime {
  /*animation-name: slide-x; */
  animation-duration: 3s;
  animation-iteration-count: infinite;
}

@keyframes slide-x {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(2%);
  }
}
.home-mv-news-list__item {
  padding: 14px 0;
}

.about-section {
  max-width: 1100px;
  margin: auto;
  padding-top: 200px;
  position: relative;
}

#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -20;
}

.about-wrapper {
  display: grid;
  grid-template-columns: 50% 50%;
  padding-left: 60px;
}
.about-wrapper h2 {
  font-size: 72px;
  font-family: "Sorts Mill Goudy", serif;
  margin-bottom: 24px;
  font-weight: 600;
}
.about-wrapper .about-tx {
  font-size: 30px;
  font-family: "Sorts Mill Goudy", serif;
}
.about-wrapper .about-desc {
  font-size: 18px;
  grid-column: 2;
  grid-row: 1/3;
  align-self: end;
  margin-bottom: -5px;
  padding: 0 0 0 105px;
  line-height: 3.05;
}

.about_ttl {
  margin-bottom: 40px;
  font-size: 3.5rem;
}
.about_ttl .sub-ttl {
  margin-bottom: 24px;
  font-size: 35px;
}

.more-btn_wrapper {
  font-family: "Sorts Mill Goudy", serif;
}

.link-btn_1 {
  font-size: 18px;
  line-height: 1.25;
  position: relative;
  display: inline-flex;
  cursor: pointer;
  transition: all 0.3s;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  letter-spacing: 0.1em;
  overflow: hidden;
  border: 1px solid #000;
  border-radius: 0;
  background: #fff;
  width: 180px;
  height: 60px;
  font-family: "Sorts Mill Goudy", serif;
}

.link-btn_1 span {
  position: relative;
}

.link-btn_1::before {
  position: absolute;
  top: 0;
  left: -180%;
  width: 150%;
  height: 100%;
  content: "";
  transition: all 0.5s ease-in-out;
  transform: skew(50deg);
  background: #262626;
}

.link-btn_1:hover:before {
  left: -30%;
}

.more-btn_2 {
  margin: 0 auto;
}

.link-btn_1:hover {
  color: #fff;
}

#link-btn_wh {
  border: 1px solid #fff;
  background: #262626;
  margin: 0 auto;
}

#link-btn_wh::before {
  background: #fff;
}

#link-btn_wh:hover {
  color: #262626;
}

.service-section {
  padding: 125px 0 0;
  overflow: hidden;
  position: relative;
}
.service-section::after {
  top: 27%;
  bottom: 32%;
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  background-color: #f0f0f0;
  left: 0;
  z-index: -2;
}

.h2-ttl {
  margin-bottom: 35px;
  text-align: center;
  font-size: 70px;
}

.service-ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1710px;
  margin: auto;
}
.service-ul li {
  width: 28.0733%;
  max-width: 480px;
  min-width: 217px;
  margin: 0 2.63% 100px;
}
.service-ul .img_wrapper {
  position: relative;
  margin-bottom: 50px;
}
.service-ul .service-tx {
  margin-bottom: 40px;
  line-height: 2;
  min-height: 96px;
  box-sizing: border-box;
  font-size: 16px;
}
.service-ul .service-num {
  position: absolute;
  bottom: -80px;
  right: -40px;
  line-height: 1;
  font-size: 175px;
  color: #fff;
  margin-bottom: 20px;
  font-family: "Sorts Mill Goudy", serif;
}
.service-ul .service-num_type-2 {
  position: absolute;
  bottom: -80px;
  right: -40px;
  line-height: 1;
  font-size: 175px;
  color: #f0f0f0;
  margin-bottom: 20px;
  font-family: "Sorts Mill Goudy", serif;
}

/* work */
.tab-list {
  list-style-type: none;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-btween;
}

.tab-list-item {
  text-align: center;
  flex: 0 0 33.33333%;
  background-color: #eee;
  padding: 10px 0;
}

.tab-list-item.active {
  background-color: #7FCCE3;
}

.tab-contents-item {
  display: none;
}

.tab-contents-item.show {
  display: block;
}

.work-section {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}

.work-slider {
  position: relative;
}
.work-slider li {
  width: 320px;
  margin: 0 34px;
}
.work-slider .img_wrapper {
  overflow: hidden;
  width: 320px;
  box-shadow: 3px 15px 30px 0px rgba(0, 0, 0, 0.25);
}
.work-slider .work-ctg {
  position: absolute;
  top: -14px;
  left: 10px;
  display: inline-block;
  padding: 5px 7px;
  background-color: #262626;
  font-size: 11px;
  color: #fff;
}
.work-slider .work-ttl {
  padding-top: 50px;
  line-height: 1.86;
  font-size: 15px;
}
.work-slider .work-tx_area {
  position: relative;
}

.work-arrow_prev {
  width: 60px;
  height: 60px;
  border: 1px solid #262626;
  position: absolute;
  top: -100px;
  right: 200px;
}

.work-arrow_prev::after {
  content: "";
  background: url(../img/ico_arw-prev.png) no-repeat center;
  background-size: 6px;
  z-index: 5;
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0;
  left: 0;
}

.work-arrow_next {
  width: 60px;
  height: 60px;
  border: 1px solid #262626;
  position: absolute;
  top: -100px;
  right: 140px;
  border-left: 0;
}

.work-arrow_next::after {
  content: "";
  background: url(../img/ico_arw-next.png) no-repeat center;
  background-size: 6px;
  z-index: 5;
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0;
  left: 0;
}

.works-arrows_wrapper .work-slick-arrow {
  width: 60px;
  height: 60px;
  border: 1px solid #262626;
}

.works-arrows_wrapper .slick-prev {
  left: 0;
  background: #fff url(../img/ico_arw-prev.png) no-repeat center;
  background-size: 6px;
}

.works-arrows_wrapper .slick-next {
  border-left: 0;
  right: 0;
  background: #fff url(../img/ico_arw-next.png) no-repeat center;
  background-size: 6px;
}

.recruit-wrapper {
  position: relative;
  max-width: 1620px;
  margin: auto;
}

.recruit-inner {
  overflow: hidden;
}

.recruit-section {
  padding-top: 50px;
  padding-bottom: 160px;
}
.recruit-section .sub-ttl {
  font-size: 50px;
}
.recruit-section .recruit-p {
  font-size: 17px;
}

.home-recruit__txt-area {
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 0;
  transform: none;
  max-width: 480px;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #262626;
  opacity: 0.9;
  color: #fff;
  width: calc(100% - 80px);
  display: flex;
  flex-wrap: wrap;
}

.home-recruit-heading {
  align-self: flex-end;
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}

.home-recruit-btn__link {
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 155px;
  height: 48px;
  margin: auto;
  line-height: 1.25;
  border: 1px solid #fff;
  background-color: transparent;
  width: 180px;
  height: 60px;
  font-size: 18px;
}

.home-recruit-btn__link {
  width: 180px;
  height: 60px;
  font-size: 1.8rem;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 155px;
  height: 48px;
  margin: auto;
  line-height: 1.25;
  border: 1px solid #fff;
  background-color: transparent;
}

.c-cv01__txt {
  margin-bottom: 43px;
}

.c-cv01__inner {
  padding-top: 8%;
  font-size: 1.8rem;
}/*# sourceMappingURL=index.css.map */