@charset "UTF-8";
.p-home-block-info {
  display: inline-flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-home-block-info {
    align-items: center;
  }
}
.p-home-block-info__text {
  margin-top: 0.9375rem;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-home-block-info__text {
    margin-top: 1.25rem;
    font-size: 0.9375rem;
    text-align: center;
  }
}
.p-home-block-info--recruit {
  align-items: center;
  padding-right: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .p-home-block-info--recruit {
    padding-right: 0;
  }
}

.p-home-block-frame {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33.125rem;
  height: 3.875rem;
  margin: 0 auto;
  border: 1px solid #333333;
  border-radius: 8px;
  background-color: #fff;
  font-weight: 700;
  font-size: 1.4375rem;
  letter-spacing: 0.08em;
  font-family: "Lato", sans-serif;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-home-block-frame {
    width: auto;
    min-width: 14.6875rem;
    height: 3.125rem;
    font-size: 1.0625rem;
    letter-spacing: 0.06em;
  }
}
.p-home-block-frame--link {
  position: relative;
}
.p-home-block-frame--link::after {
  position: absolute;
  top: 0.75rem;
  right: 1.4375rem;
  width: 3.75rem;
  height: 0.5rem;
  margin: auto;
  content: url(/_assets/img/common/common_arrow_icon.svg);
}
@media screen and (max-width: 767px) {
  .p-home-block-frame--link::after {
    right: 0.9375rem;
    width: 1.75rem;
    height: 0.4375rem;
  }
}

.p-home-block__philosophy {
  position: relative;
  margin-top: 4.6875rem;
  width: 77.75rem;
}
@media screen and (max-width: 767px) {
  .p-home-block__philosophy {
    margin-top: 2.0625rem;
    width: auto;
  }
}
.p-home-block__philosophy::before {
  content: "";
  position: absolute;
  top: -2.5rem;
  right: 0;
  left: 0;
  width: 77.75rem;
  height: 32.4375rem;
  margin: auto;
  background-image: url("/_assets/img/home/home_img01_pc.png");
  background-size: 77.75rem;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-home-block__philosophy::before {
    /*top: rem(309);*/
    top: 107.3%;
    width: 23.4375rem;
    height: 19rem;
    background-image: url("/_assets/img/home/home_img01_sp.png");
    background-size: cover;
  }
}
@media screen and (max-width: 374px) {
  .p-home-block__philosophy::before {
    width: 100%;
    background-size: 100%;
  }
}
.p-home-block__philosophy-inner {
  margin: auto;
  width: 30.75rem;
}
@media screen and (max-width: 767px) {
  .p-home-block__philosophy-inner {
    width: auto;
    padding: 0 3.125rem;
  }
}
.p-home-block__philosophy-text {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2.3;
  letter-spacing: 0.19em;
}
.p-home-block__philosophy-text span {
  font-weight: 700;
  font-size: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-home-block__philosophy-text span {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-home-block__philosophy-text {
    font-size: 1.125rem;
    line-height: 2;
    letter-spacing: 0.11em;
  }
}
.p-home-block__manifesto {
  width: 65.625rem;
  margin: 2.9375rem auto 0;
  padding: 3.4375rem 4.8125rem;
  background-color: #C1393D;
}
@media screen and (max-width: 767px) {
  .p-home-block__manifesto {
    width: auto;
    margin: 1.875rem 1.25rem 0;
    padding: 2.375rem 2.625rem 3.3125rem;
  }
}
.p-home-block__manifesto-title {
  position: relative;
  margin: -1.875rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-home-block__manifesto-title {
    margin: -1.5625rem 4.375rem 0;
  }
}
.p-home-block__manifesto-title::before, .p-home-block__manifesto-title::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 1.25rem;
  bottom: 0;
  margin: auto;
  width: 1.5625rem;
  height: 0.0625rem;
  background-color: #333333;
}
@media screen and (max-width: 767px) {
  .p-home-block__manifesto-title::before, .p-home-block__manifesto-title::after {
    right: 0.8125rem;
    width: 1.1875rem;
  }
}
.p-home-block__manifesto-title.is-open::before {
  display: none;
}
.p-home-block__manifesto-title::before {
  transition: 0.2s;
  transform: rotate(90deg);
}
.p-home-block__manifesto-title::after {
  transition: 0.3s;
}
.p-home-block__manifesto-list-box {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-home-block__manifesto-list-box {
    margin-top: 1.875rem;
  }
}
.p-home-block__manifesto-list {
  display: flex;
  justify-content: space-between;
  width: 65.625rem;
}
@media screen and (max-width: 767px) {
  .p-home-block__manifesto-list {
    flex-direction: column;
    align-items: center;
    width: auto;
  }
}
.p-home-block__manifesto-item {
  width: 19.625rem;
}
@media screen and (max-width: 767px) {
  .p-home-block__manifesto-item {
    margin-top: 2.8125rem;
    width: auto;
    padding: 0 2.75rem;
  }
  .p-home-block__manifesto-item:first-child {
    margin-top: 0;
  }
}
.p-home-block__manifesto-item__inner-title {
  font-weight: 500;
  font-size: 1.1875rem;
  text-align: center;
  letter-spacing: 0.11em;
}
@media screen and (max-width: 767px) {
  .p-home-block__manifesto-item__inner-title {
    font-size: 1.125rem;
  }
}
.p-home-block__manifesto-item__inner-title--num {
  position: relative;
  top: 0.3125rem;
  margin-left: 0.3125rem;
  font-weight: 400;
  font-size: 2.25rem;
  letter-spacing: 0.22em;
  font-family: "Lato", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-home-block__manifesto-item__inner-title--num {
    font-size: 2.5rem;
    letter-spacing: 0.04em;
  }
}
.p-home-block__manifesto-item__inner-title--text {
  margin-top: 1rem;
  display: block;
  height: 4.625rem;
  line-height: 4.375rem;
  border-top: 2px solid #d6d6d6;
  border-bottom: 2px solid #d6d6d6;
  color: #C1393D;
  font-weight: 350;
  font-size: 2.25rem;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .p-home-block__manifesto-item__inner-title--text {
    margin-top: 0.9375rem;
    height: 3.875rem;
    line-height: 3.625rem;
    font-size: 2.125rem;
  }
}
.p-home-block__manifesto-item__inner-img {
  margin-top: 2.0625rem;
}
@media screen and (max-width: 767px) {
  .p-home-block__manifesto-item__inner-img {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 1.25rem;
  }
}
.p-home-block__manifesto-item__inner-img img {
  display: block;
  margin: 0.625rem auto 0;
  width: 12.0625rem;
  height: 10.875rem;
}
.p-home-block__manifesto-item__inner-img--text {
  margin-top: 2rem;
  line-height: 1.9;
  font-weight: 400;
  font-size: 1.0625rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .p-home-block__manifesto-item__inner-img--text {
    margin-top: 0;
    line-height: 1.75;
    font-size: 1rem;
    letter-spacing: 0.04em;
  }
}
.p-home-block__manifesto-text {
  margin-bottom: 0;
  font-weight: 300;
  font-size: 1.5625rem;
  line-height: 2.68;
  letter-spacing: 0.16em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-home-block__manifesto-text {
    font-size: 1.25rem;
    line-height: 1.7;
    letter-spacing: 0.03em;
  }
}
.p-home-block__manifesto-text span {
  font-weight: 500;
  font-size: 2.3125rem;
}
@media screen and (max-width: 767px) {
  .p-home-block__manifesto-text span {
    font-size: 1.6875rem;
  }
}
.p-home-block__works {
  margin-top: 3.3125rem;
}
@media screen and (max-width: 767px) {
  .p-home-block__works {
    margin-top: 2.0625rem;
  }
}
.p-home-block__works-title {
  margin: 3.3125rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-home-block__works-title {
    margin: 2.125rem 1.25rem 0;
  }
}
.p-home-block__works-list {
  display: flex;
  justify-content: space-between;
  width: 65.625rem;
}
@media screen and (max-width: 767px) {
  .p-home-block__works-list {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
  }
}
.p-home-block__works-item {
  width: 20.625rem;
}
@media screen and (max-width: 767px) {
  .p-home-block__works-item {
    margin-top: 1.6875rem;
    width: auto;
    padding: 0 1.25rem;
  }
  .p-home-block__works-item:first-child {
    margin-top: 0;
  }
}
.p-home-block__works-text {
  margin-top: 0.9375rem;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-home-block__works-text {
    margin-top: 0.625rem;
    font-size: 0.75rem;
  }
}

.p-home-gnav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #c8c8c8;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-home-gnav {
    display: none;
  }
}
.p-home-gnav__menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 40.8125rem;
  height: 4.9375rem;
  margin: 0 auto;
  z-index: 1;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0.14em;
}

.p-home-kv {
  position: relative;
  height: 100vh;
}
@media screen and (max-width: 767px) {
  .p-home-kv {
    /*height: auto;*/
  }
}
.p-home-kv__title {
  position: absolute;
  top: calc(50% - 40px);
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .p-home-kv__title {
    top: 50%;
  }
}
.p-home-kv__title-logo {
  width: 22.3125rem;
}
@media screen and (max-width: 767px) {
  .p-home-kv__title-logo {
    width: 14.8125rem;
  }
}
.p-home-kv__title-logo .st0 {
  display: block;
  fill: #fff;
}
.p-home-kv__title-text {
  position: relative;
  margin-top: 1.25rem;
  color: #fff;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.12em;
  font-family: "Lato", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-home-kv__title-text {
    margin-top: 0.625rem;
    font-size: 0.875rem;
    letter-spacing: 0.08em;
  }
}
.p-home-kv-scroll {
  position: absolute;
  right: 0;
  bottom: 9.375rem;
  left: 0;
  margin: auto;
  color: #fff;
  font-weight: 700;
  font-size: 0.8125rem;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.12em;
  z-index: 100;
}
.p-home-kv-scroll::after {
  position: absolute;
  top: 1.5625rem;
  right: 0;
  left: 0;
  width: 0.625rem;
  height: 3.9375rem;
  margin: auto;
  content: url(/_assets/img/common/common_arrow_icon_w.svg);
}
@media screen and (max-width: 767px) {
  .p-home-kv-scroll {
    bottom: 5rem;
  }
}

.p-home-news {
  display: flex;
  align-items: center;
  width: 39.375rem;
  min-height: 5rem;
  margin: 2.375rem 0 0;
  padding: 0.9375rem 0.9375rem 0.9375rem 0;
  border: 2px solid #d6d6d6;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .p-home-news {
    flex-direction: column;
    width: 100%;
    height: auto;
    margin: 1.375rem 0 0;
    padding: 0.625rem 1.5625rem;
  }
}
.p-home-news-title {
  padding: 0 1.5625rem 0 2rem;
  font-weight: 700;
  font-size: 1.125rem;
  letter-spacing: 0.08em;
  font-family: "Lato", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-home-news-title {
    padding: 0;
    font-size: 1.3125rem;
  }
}
.p-home-news__list {
  position: relative;
  padding-left: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-home-news__list {
    margin-left: 0;
    padding: 0;
  }
}
.p-home-news__list::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  border-right: 1px solid #d6d6d6;
}
@media screen and (max-width: 767px) {
  .p-home-news__list::after {
    display: none;
  }
}
.p-home-news__list-inner {
  display: flex;
  padding: 0.375rem 0;
}
@media screen and (max-width: 767px) {
  .p-home-news__list-inner {
    display: block;
    padding: 0.625rem 0;
  }
}
.p-home-news__date {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.1875rem;
  margin-right: 1.25rem;
  width: 5.1875rem;
  height: 1.1875rem;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  background-color: #C1393D;
  border-radius: 100vw;
  flex: 0 0 auto;
  font-family: "Lato", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-home-news__date {
    margin-right: 0;
    width: 4.9375rem;
    height: 1.125rem;
    font-size: 0.6875rem;
  }
}
.p-home-news__content {
  font-size: 0.9375rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-home-news__content {
    font-size: 0.875rem;
    margin-top: 0.3125rem;
  }
}
.p-home-news__category {
  margin-left: 1.875rem;
  display: inline-block;
  min-width: 7.5rem;
  height: 1.375rem;
  line-height: 1.375rem;
  text-align: center;
  color: #fff;
  font-size: 0.6875rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-home-news__category {
    margin-left: 1.25rem;
  }
}
.p-home-news__category--news {
  background-color: #0068B7;
}
.p-home-news__category--reruit {
  background-color: #8FC31F;
}
.p-home-news__category--update {
  background-color: #00A5DC;
}
.p-home-news__category--release {
  background-color: #004B87;
}
.p-home-news__link {
  background: linear-gradient(#C1393D, #C1393D) no-repeat 0 100%/100% 1px;
  color: #C1393D;
  transition: background-size 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.p-home-news__link:hover {
  background-position: 100% 100%;
  background-size: 0 1px;
  text-decoration: none;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 1.6875rem;
}
@media screen and (max-width: 767px) {
  .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0.6875rem;
  }
}

.swiper-pagination-bullet {
  display: none;
  opacity: 1;
  width: 0.875rem;
  height: 0.875rem;
  background-color: #E5E5E5;
}
@media screen and (max-width: 767px) {
  .swiper-pagination-bullet {
    width: 0.375rem;
    height: 0.375rem;
  }
}

.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 1.0625rem;
}
@media screen and (max-width: 767px) {
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0.75rem;
  }
}

.swiper-pagination-bullet-active {
  background-color: #0068B7;
}

.p-home-page-title {
  display: none;
}
.p-home__heading {
  font-weight: 700;
  font-size: 2.1875rem;
  line-height: 2;
  letter-spacing: 0.035em;
}
@media screen and (max-width: 767px) {
  .p-home__heading {
    font-size: 1.625rem;
    line-height: 1;
  }
}
.p-home__heading--white {
  color: #fff;
}
.p-home__movie-text {
  margin-top: 0.9375rem;
  color: #fff;
  font-size: 1.1875rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-home__movie-text {
    font-size: 1.0625rem;
  }
}
.p-home-bnr {
  width: 24rem;
  margin: 0.9375rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-home-bnr {
    width: auto;
  }
}

/*-----------------------------------------------------------
*** [ 坪井工業株式会社 style.css] ***
------------------------------------------------------------*/
/*# sourceMappingURL=../../_maps/page/home/style.css.map */