@charset "UTF-8";
/* -------------------------------------------- */
/* 全体 */
/* -------------------------------------------- */
/* -------------------------------------------- */
/* 見出し・パーツ */
/* -------------------------------------------- */
/* 全体 */
/* TOP */
/* 下層 */
.front {
  overflow: hidden;
  padding-top: 80px;
}
@media print, only screen and (max-width: 1080px) {
  .front {
    padding-top: 60px;
  }
}
.front-mv {
  position: relative;
}
@media print, only screen and (max-width: 850px) {
  .front-mv {
    height: unset;
    background-position: center;
  }
}
.front-mv::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 85%;
  max-width: 1440px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(../img/front/front-mv.jpg);
  border-radius: 0 0 0 100px;
}
@media print, only screen and (max-width: 850px) {
  .front-mv::before {
    width: 90%;
    border-radius: 0 0 0 50px;
  }
}
.front-mv-inner {
  position: relative;
  height: 100%;
  max-width: 1200px;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media print, only screen and (max-width: 850px) {
  .front-mv-inner {
    max-width: 90%;
    width: 100%;
  }
}
@media print, only screen and (max-width: 850px) {
  .front-mv-inner {
    padding-top: 90px;
    box-sizing: border-box;
  }
}
.front-mv-box {
  position: absolute;
  top: 10%;
}
@media print, only screen and (max-width: 850px) {
  .front-mv-box {
    position: unset;
    margin-bottom: 30px;
  }
}
.front-mv-catchcopy {
  padding-bottom: 50px;
}
.front-mv-catchcopy__main {
  color: #fff;
  font-weight: 600;
  font-size: clamp(47px, 4vw, 54px);
  line-height: 1.5em;
  letter-spacing: 0.04em;
  padding-bottom: 18px;
}
@media print, only screen and (max-width: 850px) {
  .front-mv-catchcopy__main {
    font-size: min(9vw, 42px);
  }
}
.front-mv-catchcopy__sub {
  color: #222222;
  font-weight: 500;
  font-size: 26px;
  letter-spacing: 0.04em;
}
@media print, only screen and (max-width: 850px) {
  .front-mv-catchcopy__sub {
    font-size: min(4.2vw, 18px);
  }
}
.front-mv-catchcopy__sub-cross {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url(../img/front/front-mv-catchcopy-sub-cross.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  margin-left: 8px;
  margin-right: 8px;
  margin-bottom: 4px;
  vertical-align: middle;
}
@media print, only screen and (max-width: 850px) {
  .front-mv-catchcopy__sub-cross {
    width: 12px;
    height: 12px;
    margin-left: 6px;
    margin-right: 6px;
    margin-bottom: 2px;
  }
}
.front-mv-img {
  position: absolute;
  top: 83px;
  right: -20.6%;
}
@media print, only screen and (max-width: 850px) {
  .front-mv-img {
    position: unset;
  }
}
.front-slider {
  position: absolute;
  bottom: -70px;
}
@media print, only screen and (max-width: 1080px) {
  .front-slider {
    margin-top: 27px;
    margin-bottom: 45px;
  }
}
.front-slider-item {
  margin-right: 100px;
}
@media print, only screen and (max-width: 850px) {
  .front-slider-item {
    margin-right: 60px;
  }
}
.front-slider-item img {
  max-width: unset;
  height: 100%;
}
@media print, only screen and (max-width: 850px) {
  .front-slider-item img {
    height: 56px;
  }
}
.front-top {
  background-color: #f40214;
}
.front-news {
  position: relative;
  margin-top: 180px;
  z-index: 1;
}
@media print, only screen and (max-width: 850px) {
  .front-news {
    margin-top: 100px;
  }
}
.front-news::before {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: -1;
}
.front-news-inner {
  max-width: 1200px;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media print, only screen and (max-width: 850px) {
  .front-news-inner {
    max-width: 90%;
    width: 100%;
  }
}
.front-news-inner {
  padding-top: 92px;
  padding-bottom: 107px;
  background-color: #fff;
  border-radius: 0 100px 0 0;
}
@media print, only screen and (max-width: 850px) {
  .front-news-inner {
    padding-top: 45px;
    padding-bottom: 60px;
    border-radius: 0 50px 0 0;
  }
}
.front-news-box {
  max-width: 1200px;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media print, only screen and (max-width: 850px) {
  .front-news-box {
    max-width: 90%;
    width: 100%;
  }
}
.front-news-box {
  display: flex;
}
@media print, only screen and (max-width: 850px) {
  .front-news-box {
    flex-direction: column;
  }
}
.front-news-left {
  margin-right: 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media print, only screen and (max-width: 850px) {
  .front-news-left {
    margin-right: 0;
  }
}
.front-news-heading__main {
  color: #333;
  font-family: "Poppins";
  font-size: 62px;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
}
@media print, only screen and (max-width: 850px) {
  .front-news-heading__main {
    font-size: 48px;
  }
}
.front-news-heading__sub {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.front-news-heading {
  margin-bottom: 47px;
}
@media print, only screen and (max-width: 850px) {
  .front-news-heading {
    margin-bottom: 30px;
  }
}
@media print, only screen and (max-width: 850px) {
  .front-news-btn {
    padding-top: 30px;
    text-align: right;
  }
}
.front-news-btn__link {
  font-family: "Poppins";
  font-size: 15px;
  font-weight: 600;
  color: #f40214;
  position: relative;
  transition: 0.3s;
  position: relative;
  padding-right: 55px;
}
.front-news-btn__link::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  transition: 0.3s;
  background-image: url(../img/front/front-btn-link-arrow.svg);
  z-index: 1;
}
.front-news-btn__link:hover::before {
  transform: scale(1.4);
}
.front-news-list {
  padding-top: 43px;
}
@media print, only screen and (max-width: 850px) {
  .front-news-list {
    padding-top: 0;
  }
}
.front-news-list-item {
  margin-bottom: 20px;
}
@media print, only screen and (max-width: 850px) {
  .front-news-list-item {
    margin-bottom: 12px;
  }
}
.front-news-list-item:last-of-type {
  margin-bottom: 0;
}
.front-news-list-item__link {
  display: flex;
  color: #222;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: normal;
}
@media print, only screen and (max-width: 850px) {
  .front-news-list-item__link {
    min-width: 95px;
    box-sizing: border-box;
  }
}
.front-news-list-item__date {
  color: #999;
  font-family: Poppins;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.04em;
  padding-right: 20px;
  padding-top: 3px;
  min-width: 95px;
  box-sizing: border-box;
}
.front-news-list-item__title {
  line-height: normal;
}
.front-company-inner {
  max-width: 1200px;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media print, only screen and (max-width: 850px) {
  .front-company-inner {
    max-width: 90%;
    width: 100%;
  }
}
.front-company-inner {
  display: flex;
}
@media print, only screen and (max-width: 850px) {
  .front-company-inner {
    flex-direction: column;
  }
}
.front-company-heading__main {
  color: #333;
  font-family: "Poppins";
  font-size: 62px;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
}
@media print, only screen and (max-width: 850px) {
  .front-company-heading__main {
    font-size: 48px;
  }
}
.front-company-heading__sub {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.front-company-heading {
  margin-bottom: 43px;
}
@media print, only screen and (max-width: 850px) {
  .front-company-heading {
    margin-bottom: 30px;
  }
}
.front-company-lead {
  color: #222;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.6em;
  margin-bottom: 30px;
}
@media print, only screen and (max-width: 850px) {
  .front-company-lead {
    font-size: 22px;
    margin-bottom: 25px;
  }
}
@media print, only screen and (max-width: 1280px) {
  .front-company-lead br {
    display: none;
  }
}
.front-company-left {
  width: 60%;
  max-width: 720px;
  margin-left: -10%;
}
@media print, only screen and (max-width: 850px) {
  .front-company-left {
    width: 110%;
    max-width: unset;
  }
}
.front-company-right {
  width: 43%;
  max-width: 520px;
  padding-left: 7%;
  padding-top: 80px;
}
@media print, only screen and (max-width: 1280px) {
  .front-company-right {
    padding-bottom: 150px;
  }
}
@media print, only screen and (max-width: 850px) {
  .front-company-right {
    width: 100%;
    padding-left: 0;
    padding-top: 40px;
    padding-bottom: 0;
  }
}
.front-company-img {
  width: 100%;
  max-width: unset;
  border-radius: 100px;
}
@media print, only screen and (max-width: 1280px) {
  .front-company-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media print, only screen and (max-width: 850px) {
  .front-company-img {
    border-radius: 0 50px 50px 0;
  }
}
.front-company-text {
  color: #222;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8em;
  letter-spacing: 0.04em;
}
.front-company-btn {
  text-align: right;
  padding-top: 35px;
}
.front-company-btn__link {
  font-family: "Poppins";
  font-size: 15px;
  font-weight: 600;
  color: #f40214;
  position: relative;
  transition: 0.3s;
  position: relative;
  padding-right: 55px;
}
.front-company-btn__link::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  transition: 0.3s;
  background-image: url(../img/front/front-btn-link-arrow.svg);
  z-index: 1;
}
.front-company-btn__link:hover::before {
  transform: scale(1.4);
}
.front-product {
  position: relative;
  z-index: 2;
}
.front-product::before {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #f3f2ee;
  z-index: -1;
}
.front-product-inner {
  max-width: 1200px;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media print, only screen and (max-width: 850px) {
  .front-product-inner {
    max-width: 90%;
    width: 100%;
  }
}
.front-product-inner {
  padding-top: 110px;
  padding-bottom: 115px;
  background-color: #f3f2ee;
  border-radius: 100px 0 0 0;
  margin-top: -110px;
}
@media print, only screen and (max-width: 850px) {
  .front-product-inner {
    margin-top: 60px;
    padding-top: 60px;
    padding-bottom: 50px;
    border-radius: 50px 0 0 0;
  }
}
.front-product-body {
  max-width: 900px;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media print, only screen and (max-width: 850px) {
  .front-product-body {
    max-width: 90%;
    width: 100%;
  }
}
@media print, only screen and (max-width: 850px) {
  .front-product-body {
    max-width: 95%;
    margin-left: 5%;
  }
}
.front-product-heading__main {
  color: #333;
  font-family: "Poppins";
  font-size: 62px;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
}
@media print, only screen and (max-width: 850px) {
  .front-product-heading__main {
    font-size: 48px;
  }
}
.front-product-heading__sub {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.front-product-heading {
  margin-bottom: 35px;
}
.front-product-list {
  display: flex;
  justify-content: space-between;
}
.front-product-list-item {
  width: 28%;
  max-width: 250px;
}
@media print, only screen and (max-width: 1080px) {
  .front-product-list-item {
    width: 30%;
  }
}
.front-product-list-item:last-of-type .front-product-list-item__icon::before {
  content: none;
}
.front-product-list-item__icon {
  position: relative;
  text-align: center;
}
.front-product-list-item__icon::before {
  content: "";
  width: 85px;
  height: 85px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -32%;
  background-image: url(../img/front/front-product-cross.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media print, only screen and (max-width: 1080px) {
  .front-product-list-item__icon::before {
    width: 18%;
    height: 18%;
    right: -18%;
  }
}
.front-product-list-item__title {
  padding-top: 26px;
  padding-bottom: 30px;
  text-align: center;
}
@media print, only screen and (max-width: 850px) {
  .front-product-list-item__title {
    padding-top: 15px;
    padding-bottom: 20px;
  }
}
.front-product-list-item__title--en {
  display: block;
  margin-bottom: 8px;
  color: #f40214;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media print, only screen and (max-width: 850px) {
  .front-product-list-item__title--en {
    font-size: 14px;
    line-height: 1em;
  }
}
.front-product-list-item__title--ja {
  color: #222;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.6em;
}
@media print, only screen and (max-width: 850px) {
  .front-product-list-item__title--ja {
    font-size: 18px;
  }
}
.front-product-list-item__text {
  color: #222;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.8em;
}
.front-product-img {
  display: flex;
  flex-wrap: wrap;
}
.front-product-img-item {
  width: 16.6666666667%;
}
.front-product-btn {
  text-align: right;
  padding-top: 35px;
}
.front-product-btn__link {
  font-family: "Poppins";
  font-size: 15px;
  font-weight: 600;
  color: #f40214;
  position: relative;
  transition: 0.3s;
  position: relative;
  padding-right: 55px;
}
.front-product-btn__link::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  transition: 0.3s;
  background-image: url(../img/front/front-btn-link-arrow.svg);
  z-index: 1;
}
.front-product-btn__link:hover::before {
  transform: scale(1.4);
}
.front-bottom-inner {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media print, only screen and (max-width: 850px) {
  .front-bottom-inner {
    max-width: 90%;
    width: 100%;
  }
}
.front-bottom-inner {
  padding-top: 130px;
  padding-bottom: 130px;
}
@media print, only screen and (max-width: 850px) {
  .front-bottom-inner {
    width: 90%;
    max-width: 400px;
    flex-direction: column;
    justify-content: unset;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.front .front-environment-link, .front .front-recruit-link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 277px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 46px;
  box-sizing: border-box;
  transition: 0.3s;
}
.front .front-environment-link:hover, .front .front-recruit-link:hover {
  background-size: 110%;
}
@media print, only screen and (max-width: 850px) {
  .front .front-environment-link, .front .front-recruit-link {
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
  }
}
.front-recruit {
  width: 50%;
  border-radius: 50px 0 0 0;
  overflow: hidden;
}
@media print, only screen and (max-width: 850px) {
  .front-recruit {
    width: 100%;
  }
}
.front-recruit-link {
  position: relative;
}
.front-recruit-link::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../img/front/front-recruit.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: scale(1);
  z-index: -1;
  transition: 0.3s;
}
.front-recruit-link:hover::before {
  transform: scale(1.08);
}
.front-recruit-link:hover .front-recruit-heading__main::before {
  transform: scale(1.4);
}
.front-recruit-heading__main {
  color: #333;
  font-family: "Poppins";
  font-size: 62px;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
}
@media print, only screen and (max-width: 850px) {
  .front-recruit-heading__main {
    font-size: 48px;
  }
}
.front-recruit-heading__sub {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.front-recruit-heading {
  margin-bottom: 5px;
}
@media print, only screen and (max-width: 850px) {
  .front-recruit-heading {
    margin-bottom: 0;
  }
}
.front-recruit-heading__main {
  color: #fff !important;
  font-size: 48px;
  position: relative;
}
@media print, only screen and (max-width: 850px) {
  .front-recruit-heading__main {
    font-size: 32px;
  }
}
.front-recruit-heading__main::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  transition: 0.3s;
  background-image: url(../img/front/front-btn-link-arrow.svg);
  z-index: 1;
}
.front-recruit-heading__sub {
  color: #fff !important;
  font-size: 14px;
}
.front-environment {
  width: 50%;
  border-radius: 0 0 50px 0;
  overflow: hidden;
}
@media print, only screen and (max-width: 850px) {
  .front-environment {
    width: 100%;
  }
}
.front-environment-link::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../img/front/front-environment.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: scale(1);
  z-index: -1;
  transition: 0.3s;
}
.front-environment-link:hover::before {
  transform: scale(1.08);
}
.front-environment-link:hover .front-environment-heading__main::before {
  transform: scale(1.4);
}
.front-environment-heading__main {
  color: #333;
  font-family: "Poppins";
  font-size: 62px;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
}
@media print, only screen and (max-width: 850px) {
  .front-environment-heading__main {
    font-size: 48px;
  }
}
.front-environment-heading__sub {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.front-environment-heading {
  margin-bottom: 5px;
}
@media print, only screen and (max-width: 850px) {
  .front-environment-heading {
    margin-bottom: 0;
  }
}
.front-environment-heading__main {
  color: #fff !important;
  font-size: 48px;
  position: relative;
}
@media print, only screen and (max-width: 850px) {
  .front-environment-heading__main {
    font-size: 32px;
  }
}
.front-environment-heading__main::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 46px;
  height: 46px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  transition: 0.3s;
  background-image: url(../img/front/front-btn-link-arrow.svg);
  z-index: 1;
}
.front-environment-heading__sub {
  color: #fff !important;
  font-size: 14px;
}/*# sourceMappingURL=front.css.map */