@charset "UTF-8";
/* index.html
---------------------------------------------------- */
#main-visual {
  position: relative;
  background: linear-gradient(0deg, #fff, #f8f8f8);
}
@media screen and (max-width: 1199px) {
  #main-visual {
    padding-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  #main-visual {
    padding-top: 72px;
  }
}
#main-visual .slider-wrap {
  position: relative;
  width: 100%;
}
#main-visual .slider-wrap .mv-txt-wrap {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 52.0833333333vw;
  margin-left: 2.5vw;
  margin-top: -3.125vw;
}
@media screen and (max-width: 1599px) {
  #main-visual .slider-wrap .mv-txt-wrap {
    width: 53.3854166667vw;
  }
}
@media screen and (max-width: 1199px) {
  #main-visual .slider-wrap .mv-txt-wrap {
    position: relative;
    top: 0;
    transform: translateY(0);
    width: 99.375rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 991px) {
  #main-visual .slider-wrap .mv-txt-wrap {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 767px) {
  #main-visual .slider-wrap .mv-txt-wrap {
    width: calc(100% - 40px);
  }
}
#main-visual .slider-wrap .mv-txt-wrap .mv-txt-slider {
  width: auto !important;
  height: auto !important;
}
@media screen and (max-width: 1199px) {
  #main-visual .slider-wrap .mv-txt-wrap .mv-txt-slider {
    width: 100% !important;
  }
}
#main-visual .slider-wrap .mv-txt-wrap .mv-txt-slider .swiper-wrapper .swiper-slide {
  width: 100% !important;
  height: auto !important;
}
#main-visual .slider-wrap .mv-txt-wrap .mv-txt-slider .swiper-wrapper .swiper-slide h2 {
  font-size: 2.7083333333vw;
  font-weight: 900;
  line-height: 1.2em;
  opacity: 0;
  transform: translateY(20px);
}
@media screen and (max-width: 1599px) {
  #main-visual .slider-wrap .mv-txt-wrap .mv-txt-slider .swiper-wrapper .swiper-slide h2 {
    font-size: 2.84375vw;
  }
}
@media screen and (max-width: 1199px) {
  #main-visual .slider-wrap .mv-txt-wrap .mv-txt-slider .swiper-wrapper .swiper-slide h2 {
    font-size: 4.7395833333vw;
  }
}
@media screen and (max-width: 991px) {
  #main-visual .slider-wrap .mv-txt-wrap .mv-txt-slider .swiper-wrapper .swiper-slide h2 {
    font-size: 6.7708333333vw;
  }
}
@media screen and (max-width: 767px) {
  #main-visual .slider-wrap .mv-txt-wrap .mv-txt-slider .swiper-wrapper .swiper-slide h2 {
    font-size: 8.4635416667vw;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  10% {
    opacity: 1;
    transform: translateY(0);
  }
  94% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
#main-visual .slider-wrap .mv-txt-wrap .mv-message {
  margin-top: 1em;
  padding-top: 2em;
  border-top: solid 1px #111111;
}
#main-visual .slider-wrap .mv-txt-wrap .mv-message p {
  font-size: 1.5em;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  #main-visual .slider-wrap .mv-txt-wrap .mv-message p {
    font-size: 1.25em;
  }
}
#main-visual .slider-wrap .mv-txt-wrap .mv-message p em {
  color: #e60000;
}
#main-visual .slider-wrap .mv-en-txt {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1199px) {
  #main-visual .slider-wrap .mv-en-txt {
    margin-bottom: 3.75vw;
  }
}
@media screen and (max-width: 991px) {
  #main-visual .slider-wrap .mv-en-txt {
    margin-bottom: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  #main-visual .slider-wrap .mv-en-txt {
    margin-bottom: 8.3333333333vw;
  }
}
#main-visual .slider-wrap .mv-en-txt span {
  display: block;
  font-family: "Teko", sans-serif;
  font-size: 9.375vw;
  line-height: 1em;
  margin-left: -0.06em;
}
@media screen and (max-width: 1199px) {
  #main-visual .slider-wrap .mv-en-txt span {
    font-size: 11.71875vw;
  }
}
@media screen and (max-width: 991px) {
  #main-visual .slider-wrap .mv-en-txt span {
    font-size: 13.359375vw;
  }
}
#main-visual .slider-wrap .mv-en-txt span.__reverse {
  color: #d90000;
  transform: scaleY(-0.5);
  margin-top: -0.645em;
}
#main-visual .slider-wrap .mv-img-slider {
  margin: 0 0 0 auto;
  width: 48.4375vw;
  height: 36.4583333333vw;
  -webkit-clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
}
@media screen and (max-width: 1599px) {
  #main-visual .slider-wrap .mv-img-slider {
    height: 41.015625vw;
  }
}
@media screen and (max-width: 1199px) {
  #main-visual .slider-wrap .mv-img-slider {
    width: 72.65625vw;
    margin-top: 40px;
  }
}
@media screen and (max-width: 991px) {
  #main-visual .slider-wrap .mv-img-slider {
    width: 84.765625vw;
    height: 63.8020833333vw;
  }
}
@media screen and (max-width: 767px) {
  #main-visual .slider-wrap .mv-img-slider {
    height: 72.9166666667vw;
    margin-top: 30px;
  }
}
#main-visual .slider-wrap .mv-img-slider .swiper-img {
  width: 100%;
  height: 100%;
}
#main-visual .slider-wrap .mv-img-slider .swiper-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@keyframes zoomPan {
  0% {
    transform: scale(1.1) translateX(5%);
  }
  100% {
    transform: scale(1.1) translateX(-5%);
  }
}
#main-visual .slider-wrap .mv-img-slider .swiper-slide-active .swiper-img img,
#main-visual .slider-wrap .mv-img-slider .swiper-slide-duplicate-active .swiper-img img,
#main-visual .slider-wrap .mv-img-slider .swiper-slide-prev .swiper-img img {
  animation: zoomPan 8s linear 0s normal both;
}

.sec-aboutus {
  padding-bottom: 3.75rem;
}
@media screen and (max-width: 1599px) {
  .sec-aboutus {
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 1199px) {
  .sec-aboutus {
    padding-top: 120px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 991px) {
  .sec-aboutus {
    padding-bottom: 48px;
  }
}
@media screen and (max-width: 767px) {
  .sec-aboutus {
    padding-bottom: 30px;
  }
}
.sec-aboutus .sec-img {
  width: 48.4375vw;
  height: 36.4583333333vw;
  -webkit-clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
}
@media screen and (max-width: 1599px) {
  .sec-aboutus .sec-img {
    height: 41.015625vw;
  }
}
@media screen and (max-width: 1199px) {
  .sec-aboutus .sec-img {
    width: 72.65625vw;
    margin-top: 60px;
  }
}
@media screen and (max-width: 991px) {
  .sec-aboutus .sec-img {
    -webkit-clip-path: polygon(0 0, 100% 0, 84% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 84% 100%, 0% 100%);
    width: 84.765625vw;
    height: 51.0416666667vw;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .sec-aboutus .sec-img {
    height: 72.9166666667vw;
  }
}
.sec-aboutus .sec-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-aboutus .sec-content {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 3.75rem;
}
@media screen and (max-width: 1199px) {
  .sec-aboutus .sec-content {
    position: relative;
    top: 0;
    transform: translateY(0);
    margin-top: 0;
  }
}
.sec-aboutus .sec-content .content-wrap {
  margin-left: auto;
}
@media screen and (max-width: 1199px) {
  .sec-aboutus .sec-content .content-wrap {
    margin-left: 0;
  }
}

.sec-recruit {
  overflow-y: clip;
  color: #fff;
  background-color: #cc0000;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 1599px) {
  .sec-recruit {
    padding-bottom: 10rem;
  }
}
@media screen and (max-width: 1199px) {
  .sec-recruit {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 991px) {
  .sec-recruit {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .sec-recruit {
    padding-bottom: 72px;
  }
}
.sec-recruit .__inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .sec-recruit .__inner {
    display: block;
  }
}
.sec-recruit .content-wrap .content-inner h3 {
  font-size: 1.5em;
  border-bottom-color: #fff;
}
.sec-recruit .content-wrap .content-inner ul li {
  font-size: 1.125em;
  margin-top: 1em;
}
.sec-recruit .content-wrap .content-inner p {
  font-size: 1.5em;
  margin-top: 2em;
}
@media screen and (max-width: 1199px) {
  .sec-recruit .__linkbtn {
    margin-top: 4em;
  }
}
.sec-recruit .bg-en-txt {
  color: rgba(255, 255, 255, 0.08);
  font-family: "Teko", sans-serif;
  font-size: 50rem;
  letter-spacing: -0.16em;
  line-height: 1em;
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  margin-bottom: -0.27em;
  margin-right: 0.08em;
}

.sec-works .content-wrap .sec-txt {
  width: 37.5rem;
  margin-top: -3.75rem;
}
@media screen and (max-width: 1599px) {
  .sec-works .content-wrap .sec-txt {
    width: 33.203125vw;
  }
}
@media screen and (max-width: 1199px) {
  .sec-works .content-wrap .sec-txt {
    width: 53.4375rem;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-works .content-wrap .sec-txt {
    width: 100%;
    margin-top: 30px;
  }
}

.sec-benefits {
  margin-top: 2.5rem;
  padding-top: 0;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 1599px) {
  .sec-benefits {
    margin-top: 5rem;
    padding-bottom: 10rem;
  }
}
@media screen and (max-width: 1199px) {
  .sec-benefits {
    margin-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 991px) {
  .sec-benefits {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .sec-benefits {
    margin-top: 60px;
  }
}
.sec-benefits .content-wrap {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .sec-benefits .content-wrap .sec-txt {
    margin-top: 30px;
  }
}

.sec-news {
  color: #fff;
  background-color: #333333;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 1599px) {
  .sec-news {
    padding-bottom: 10rem;
  }
}
@media screen and (max-width: 1199px) {
  .sec-news {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 991px) {
  .sec-news {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .sec-news {
    padding-bottom: 72px;
  }
}
.sec-news .news-list {
  width: 100%;
  height: 14em;
  overflow-y: scroll;
  margin-top: 3em;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
}
@media screen and (max-width: 991px) {
  .sec-news .news-list {
    height: 18em;
  }
}
.sec-news .news-list::-webkit-scrollbar {
  display: none; /* Chrome, Safari 対応 */
}
.sec-news .news-list ul .news-list-item {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 1.8em 0;
  border-bottom: solid 1px #fff;
  margin-right: 3em;
}
.sec-news .news-list ul .news-list-item:nth-of-type(1) {
  padding-top: 0;
}
@media screen and (max-width: 1199px) {
  .sec-news .news-list ul .news-list-item {
    display: block;
  }
}
.sec-news .news-list ul .news-list-item .news-info {
  display: flex;
  align-items: baseline;
  width: 31.875rem;
}
@media screen and (max-width: 1199px) {
  .sec-news .news-list ul .news-list-item .news-info {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .sec-news .news-list ul .news-list-item .news-info {
    display: block;
    margin-bottom: 1.5em;
  }
}
.sec-news .news-list ul .news-list-item .news-info span.__date {
  display: block;
  font-family: "Teko", sans-serif;
  font-size: 1.25em;
  width: 7em;
}
.sec-news .news-list ul .news-list-item .news-info h3 {
  font-size: 1.25em;
}
.sec-news .news-list ul .news-list-item .news-content {
  width: calc(100% - 31.875rem - 3.75rem);
}
@media screen and (max-width: 1199px) {
  .sec-news .news-list ul .news-list-item .news-content {
    width: 100%;
  }
}/*# sourceMappingURL=index.css.map */