@charset "UTF-8";
/*----------------------------------------------------
  変数セット
----------------------------------------------------*/
@media (min-width: 576px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1500px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1980px) {
  .container {
    max-width: 1540px;
  }
}

@media screen and (min-width: 992px) {
  header .header-area {
    background-color: transparent;
    border-bottom: none;
  }
  .wrap {
    padding-top: 0;
  }
  ul.global-nav > li > a {
    color: #fff;
  }
  .menu-button .menu-trigger span:last-child {
    color: #fff;
  }
  .open .menu-button .menu-trigger span:last-child {
    color: #222;
  }
}
header.scroll-nav .header-area {
  background-color: #000;
}

.home-title {
  font-size: 6.4rem;
  font-weight: 500;
  line-height: 1.4;
  color: #FF7E2A;
  margin-bottom: 2rem;
  display: inline-block;
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
}
.home-title span {
  position: relative;
  display: block;
  font-size: 1.8rem;
  padding-left: 0.2rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin-top: 0.5rem;
  color: #FF7E2A;
  padding-top: 1.5rem;
  border-top: 3px solid #FF7E2A;
}
@media screen and (max-width: 991.98px) {
  .home-title span {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 991.98px) {
  .home-title {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 767.98px) {
  .home-title {
    font-size: 4.2rem;
  }
}

.home-text {
  line-height: 2.2;
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 991.98px) {
  .home-text {
    font-size: 1.6rem;
  }
}

.button-area {
  text-align: right;
}

a.btn-home {
  display: inline-block;
  position: relative;
  padding: 2rem 1rem;
  border-bottom: 1px solid #666;
  color: #222;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: left;
  text-decoration: none;
  min-width: 180px;
  transition: all 0.1s;
}
@media screen and (max-width: 767.98px) {
  a.btn-home {
    min-width: 160px;
  }
}
a.btn-home span {
  transition: all 0.1s;
}
a.btn-home::after {
  content: "";
  width: 3rem;
  height: 1px;
  background-color: #666;
  position: absolute;
  bottom: 0.9rem;
  right: -0.3rem;
  transform: rotate(40deg);
}
@media screen and (max-width: 767.98px) {
  a.btn-home::after {
    width: 2rem;
    bottom: 0.6rem;
  }
}
a.btn-home:hover {
  border-color: #FF7E2A;
  margin-right: -0.5rem;
}
a.btn-home:hover span {
  margin-left: -1rem;
  color: #e5620c;
}
a.btn-home:hover::after {
  background-color: #FF7E2A;
}

/*----------------------------------------------------
  メイン
----------------------------------------------------*/
.mainimage-area {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 991.98px) {
  .mainimage-area {
    height: 78vh;
  }
}
.mainimage-area::after {
  content: "";
  display: block;
  width: 25vw;
  height: 25vw;
  max-width: 385px;
  max-height: 385px;
  background: url(../images/home/fig_mainimage.png) no-repeat center center/contain;
  position: absolute;
  left: -7vw;
  bottom: 14vw;
  z-index: 0;
  opacity: 0.7;
}
@media screen and (max-width: 767.98px) {
  .mainimage-area::after {
    width: 35vw;
    height: 35vw;
    bottom: 13vw;
  }
}
@media screen and (max-width: 575.98px) {
  .mainimage-area::after {
    width: 40vw;
    height: 40vw;
    left: -9vw;
    bottom: 15vw;
    opacity: 1;
  }
}
.mainimage-area .catch-area {
  position: absolute;
  z-index: 1;
  bottom: 14vw;
  left: 4vw;
}
@media screen and (max-width: 575.98px) {
  .mainimage-area .catch-area {
    bottom: 10vw;
  }
}
.mainimage-area .catch-area p {
  font-style: normal;
  font-size: min(9vw, 140px);
  font-weight: 700;
  line-height: 1;
  color: #fff;
  color: #FF7E2A;
  padding-bottom: 2vw;
  margin-bottom: 1.5vw;
  position: relative;
  letter-spacing: -0.6vw;
}
@media screen and (max-width: 767.98px) {
  .mainimage-area .catch-area p {
    font-size: 13vw;
    letter-spacing: -0.2rem;
  }
}
@media screen and (max-width: 575.98px) {
  .mainimage-area .catch-area p {
    font-size: 14.5vw;
    line-height: 1;
    padding-bottom: 6vw;
    margin-bottom: 4vw;
    letter-spacing: -0.3rem;
  }
}
.mainimage-area .catch-area p span {
  font-size: 0.5em;
  padding: 0 0.5rem 0 1.5rem;
  letter-spacing: 2px;
  font-family: "Righteous", sans-serif;
}
@media screen and (max-width: 767.98px) {
  .mainimage-area .catch-area p span {
    padding: 0 0.3rem 0 1rem;
  }
}
.mainimage-area .catch-area p::after {
  content: "";
  width: 100%;
  height: 0.4rem;
  background-color: #FF7E2A;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767.98px) {
  .mainimage-area .catch-area p::after {
    height: 0.3rem;
  }
}
.mainimage-area .catch-area h2 {
  color: #fff;
  font-size: min(2.5vw, 38px);
}
@media screen and (max-width: 767.98px) {
  .mainimage-area .catch-area h2 {
    font-size: 3.8vw;
  }
}
@media screen and (max-width: 575.98px) {
  .mainimage-area .catch-area h2 {
    font-size: 5.5vw;
  }
}
.mainimage-area .movie video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

/*----------------------------------------------------
  山本製作所について
----------------------------------------------------*/
.about-wrap {
  display: flex;
  background: url(../images/home/bg_logo.png) no-repeat right 65vw top -10rem;
  background-color: #ececec;
}
@media screen and (max-width: 991.98px) {
  .about-wrap {
    background-position: left -51rem top -10rem;
    background-size: 90rem;
    display: block;
    padding-bottom: 12vw;
  }
}
.about-wrap > div {
  width: 50%;
}
@media screen and (max-width: 991.98px) {
  .about-wrap > div {
    width: auto;
  }
}
.about-wrap .text-area {
  padding: 8rem 8rem 8rem 13vw;
  position: relative;
}
@media screen and (max-width: 991.98px) {
  .about-wrap .text-area {
    padding: 3rem 1.5rem 3rem 6rem;
  }
}
@media screen and (max-width: 575.98px) {
  .about-wrap .text-area {
    padding: 2rem 1.5rem 2rem 4rem;
  }
}
.about-wrap .text-area::before {
  content: "";
  width: 2px;
  height: 80%;
  background-color: #FF7E2A;
  display: block;
  position: absolute;
  left: 10vw;
  top: 0;
  transition: all 0.2s ease-out;
  transform-origin: left top;
  transform: scale(1, 0);
}
@media screen and (max-width: 991.98px) {
  .about-wrap .text-area::before {
    left: 3rem;
  }
}
@media screen and (max-width: 575.98px) {
  .about-wrap .text-area::before {
    left: 2rem;
  }
}
.about-wrap .text-area h2.title {
  font-size: 4.2rem;
  line-height: 1.4;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 991.98px) {
  .about-wrap .text-area h2.title {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 767.98px) {
  .about-wrap .text-area h2.title {
    font-size: 3.2rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.about-wrap .text-area p {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767.98px) {
  .about-wrap .text-area p {
    margin-bottom: 1rem;
  }
}
.about-wrap .image-area {
  background: url(../images/home/bg_about.jpg) no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 991.98px) {
  .about-wrap .image-area {
    height: 70vw;
    margin-left: 7vw;
  }
}
.about-wrap.active .text-area::before {
  transform: scale(1, 1);
}

/*----------------------------------------------------
  設備案内
----------------------------------------------------*/
.facility-wrap {
  min-height: 600px;
  padding: 8rem 0;
  position: relative;
  overflow: hidden;
  display: flex;
  z-index: 0;
}
@media screen and (max-width: 991.98px) {
  .facility-wrap {
    min-height: 500px;
  }
}
@media screen and (max-width: 991.98px) {
  .facility-wrap {
    min-height: auto;
  }
}
.facility-wrap .container {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991.98px) {
  .facility-wrap .container {
    display: block;
  }
}
.facility-wrap .container > div {
  width: 45%;
}
@media screen and (max-width: 991.98px) {
  .facility-wrap .container > div {
    width: auto;
  }
}
.facility-wrap .container > div p {
  color: #fff;
}
.facility-wrap .container > div a.btn-home {
  border-color: #fff;
}
.facility-wrap .container > div a.btn-home span {
  color: #fff;
}
.facility-wrap .container > div a.btn-home::after {
  background-color: #fff;
}
.facility-wrap .movie-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.3);
}
.facility-wrap video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: -2;
}

/*----------------------------------------------------
  製品案内
----------------------------------------------------*/
.products-wrap {
  padding: 12rem 0 15rem;
  background: url(../images/home/bg_logo.png) no-repeat top -5vw right, linear-gradient(to bottom, #fff, #fff 40%, #E5E5E5);
}
@media screen and (max-width: 767.98px) {
  .products-wrap {
    padding: 8rem 0 10rem;
  }
}
@media screen and (max-width: 991.98px) {
  .products-wrap {
    padding: 6rem 0 8rem;
  }
}
.products-wrap .container {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991.98px) {
  .products-wrap .container {
    display: block;
  }
}
.products-wrap .container .home-title {
  flex: 0 0 4em;
}
@media screen and (min-width: 992px) {
  .products-wrap .container .home-title {
    margin-bottom: 0;
  }
}
.products-wrap .container .home-text {
  padding: 0 5rem 0 9rem;
}
@media screen and (min-width: 992px) {
  .products-wrap .container .home-text {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1199.98px) {
  .products-wrap .container .home-text {
    padding: 0 3rem 0 6rem;
  }
}
@media screen and (max-width: 991.98px) {
  .products-wrap .container .home-text {
    padding: 0;
  }
}
.products-wrap .container .button-area {
  flex: 0 0 200px;
}
.products-wrap .products-slider {
  margin-top: 8rem;
  display: flex;
}
.products-wrap .products-slider .slick-track {
  display: flex;
  align-items: center;
}
.products-wrap .products-slider div.product {
  padding: 0 2rem;
  display: flex;
  align-items: center;
}
.products-wrap .products-slider div.product img {
  width: 200px;
  filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.2));
}

/*----------------------------------------------------
  会社情報
----------------------------------------------------*/
.company-wrap {
  padding: 8rem 0 10rem;
  background: url(../images/home/bg_company.jpg) no-repeat;
  background-position: center bottom 35%;
  background-size: 120%;
}
@media screen and (max-width: 767.98px) {
  .company-wrap {
    padding: 5rem 0 6rem;
    background-size: cover;
  }
}
.company-wrap .container {
  display: flex;
  align-items: center;
}
.company-wrap .container > div {
  width: 45%;
}
@media screen and (max-width: 991.98px) {
  .company-wrap .container > div {
    width: 50%;
  }
}
@media screen and (max-width: 767.98px) {
  .company-wrap .container > div {
    width: 100%;
  }
}
.company-wrap .container > div .home-text {
  color: #fff;
}
.company-wrap .container > div a.btn-home {
  border-color: #fff;
}
.company-wrap .container > div a.btn-home span {
  color: #fff;
}
.company-wrap .container > div a.btn-home::after {
  background-color: #fff;
}

/*----------------------------------------------------
  採用情報
----------------------------------------------------*/
.recruit-wrap {
  background-color: #FF7E2A;
  display: flex;
  min-height: 600px;
}
@media screen and (max-width: 991.98px) {
  .recruit-wrap {
    display: block;
    min-height: none;
    position: relative;
  }
}
.recruit-wrap > div {
  width: 50%;
}
@media screen and (max-width: 991.98px) {
  .recruit-wrap > div {
    width: auto;
  }
}
.recruit-wrap .text-area {
  padding: 3rem 15rem 3rem 13vw;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 991.98px) {
  .recruit-wrap .text-area {
    padding: 5rem 1.5rem 3rem;
  }
}
.recruit-wrap .text-area .home-title,
.recruit-wrap .text-area .home-title span,
.recruit-wrap .text-area .home-text {
  color: #fff;
}
.recruit-wrap .text-area .home-title span {
  border-top-color: #fff;
}
@media screen and (min-width: 992px) {
  .recruit-wrap .text-area .home-title {
    margin-top: -2rem;
  }
}
.recruit-wrap .text-area .home-title::before {
  background-color: #fff;
}
.recruit-wrap .text-area .button-area {
  align-self: self-end;
}
.recruit-wrap .text-area a.btn-home {
  border-color: #fff;
}
.recruit-wrap .text-area a.btn-home span {
  color: #fff;
}
.recruit-wrap .text-area a.btn-home::after {
  background-color: #fff;
}
.recruit-wrap .image-area {
  background: url(../images/home/bg_recruit.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 991.98px) {
  .recruit-wrap .image-area {
    height: 40vw;
    position: static;
  }
}
.recruit-wrap .image-area img {
  border: 3px solid #fff;
  width: 220px;
  height: auto;
  display: block;
  position: absolute;
  bottom: 8rem;
  left: -11rem;
  transition: all 0.3s;
}
@media screen and (max-width: 1199.98px) {
  .recruit-wrap .image-area img {
    left: -8rem;
  }
}
@media screen and (max-width: 991.98px) {
  .recruit-wrap .image-area img {
    top: 3rem;
    left: auto;
    right: 1.5rem;
  }
}
@media screen and (max-width: 575.98px) {
  .recruit-wrap .image-area img {
    width: 160px;
  }
}

/*----------------------------------------------------
  お知らせ
----------------------------------------------------*/
.news-wrap {
  padding: 8rem 0 10rem;
  background: linear-gradient(to right bottom, #fff, #ececec);
}
@media screen and (max-width: 991.98px) {
  .news-wrap .home-title + .button-area {
    display: none;
  }
}
.news-wrap ul.news-list {
  padding-left: 0;
  list-style: none;
}
.news-wrap ul.news-list li {
  border-bottom: 1px solid #ddd;
}
.news-wrap ul.news-list li a {
  display: flex;
  padding: 2rem 3rem;
  color: #222;
  text-decoration: none;
  transition: all 0.2s;
}
@media screen and (max-width: 767.98px) {
  .news-wrap ul.news-list li a {
    display: block;
    padding: 1.5rem 2rem;
  }
}
.news-wrap ul.news-list li a:hover {
  background-color: #e9e9e9;
}
.news-wrap ul.news-list li a time {
  width: 8em;
  color: #666;
}
.news-wrap ul.news-list li a p {
  flex: 1;
}
@media screen and (max-width: 767.98px) {
  .news-wrap ul.news-list li a p {
    margin-top: 0.5rem;
  }
}
.news-wrap ul.news-list li a .new {
  display: inline-block;
  color: #e33737;
  margin-left: 0.5rem;
}
.news-wrap p.txt-news-none {
  margin-top: 5rem;
}
@media screen and (max-width: 991.98px) {
  .news-wrap p.txt-news-none {
    margin-top: 0;
  }
}
.news-wrap ul.news-list + .button-area,
.news-wrap p.txt-news-none + .button-area {
  margin-top: 3rem;
}
@media screen and (min-width: 992px) {
  .news-wrap ul.news-list + .button-area,
  .news-wrap p.txt-news-none + .button-area {
    display: none;
  }
}/*# sourceMappingURL=home.css.map */