@charset "UTF-8";
/*----------------------------------------------------
  変数セット
----------------------------------------------------*/
.wrap {
  display: block;
}
.wrap .main-wrap {
  padding-top: 0;
}

/*----------------------------------------------------
  ヘッダー
----------------------------------------------------*/
header .header-area {
  background-color: unset;
  backdrop-filter: none;
}
header .header-area .header-menu a.btn-inquiry {
  background-color: #00A040;
  color: #fff;
}
header .header-area ul.global-nav > li.parent a::after {
  border-color: #fff;
}
header .header-area ul.global-nav > li > a {
  color: #fff;
}
header.scroll-nav .header-area {
  background-color: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(20px);
}
header.scroll-nav ul.global-nav > li > a {
  color: #222;
}
header.scroll-nav ul.global-nav > li.parent > a::after {
  border-color: #222;
}
header.scroll-nav .header-menu a.btn-inquiry {
  background-color: #00A040;
  color: #fff;
}

footer {
  margin-top: 0;
}

/*----------------------------------------------------
  メイン
----------------------------------------------------*/
.mainimage-area {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 991.98px) {
  .mainimage-area {
    height: 100vh;
  }
}
.mainimage-area .catch-area {
  position: absolute;
  left: 5rem;
  bottom: 5rem;
  z-index: 1;
  -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
}
@media screen and (max-width: 991.98px) {
  .mainimage-area .catch-area {
    left: 3rem;
    bottom: 5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .mainimage-area .catch-area {
    bottom: 12rem;
  }
}
.mainimage-area .catch-area img {
  display: block;
  height: auto;
}
@media screen and (max-width: 991.98px) {
  .mainimage-area .catch-area img {
    width: 70vw;
  }
}
.mainimage-area .movie video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 767.98px) {
  .mainimage-area .movie video {
    height: 90%;
  }
}
.mainimage-area .movie::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.mainimage-area::after {
  content: "";
  width: 200%;
  height: 212px;
  display: block;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  background: -webkit-gradient(linear, left top, right top, from(#e6ff3a), color-stop(90%, #00a040));
  background: linear-gradient(to right, #e6ff3a, #00a040 90%);
  position: absolute;
  bottom: 0;
  z-index: 0;
}
@media screen and (max-width: 767.98px) {
  .mainimage-area::after {
    height: 250px;
    clip-path: polygon(0 65%, 100% 0, 100% 100%, 0 100%);
  }
}

.topics-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  padding: 1.5rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 575.98px) {
  .topics-info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-right: 0;
    padding-top: 0;
    font-size: 1.6rem;
  }
}
.topics-info .title {
  width: 5em;
  color: #222;
  font-weight: 500;
}
@media screen and (max-width: 575.98px) {
  .topics-info .title {
    width: 100%;
    margin-bottom: 0rem;
    color: #222;
  }
}
.topics-info .contents {
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
}
@media screen and (max-width: 575.98px) {
  .topics-info .contents {
    width: calc(100% - 4rem);
  }
}
.topics-info .contents ul {
  list-style: none;
  padding-left: 0;
}
.topics-info .contents ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
}
@media screen and (max-width: 575.98px) {
  .topics-info .contents ul li {
    display: block;
  }
}
.topics-info .contents ul li time {
  width: 6.5em;
  color: #222;
}
@media screen and (max-width: 767.98px) {
  .topics-info .contents ul li time {
    width: 6.5em;
  }
}
.topics-info .contents ul li p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.topics-info .contents ul li p a {
  color: #222;
}
.topics-info > a {
  width: 4rem;
  display: block;
  position: relative;
  text-align: center;
  margin-left: 1rem;
}
@media screen and (max-width: 575.98px) {
  .topics-info > a {
    margin-left: 0;
  }
}
.topics-info > a:hover {
  opacity: 0.7;
}
.topics-info > a::after {
  content: "";
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin-left: -0.3em;
}

/*----------------------------------------------------
  宮本製作所について、施設紹介
----------------------------------------------------*/
.bg01 {
  background-color: #FAFFE1;
  padding: 8rem 0 3rem;
}
@media screen and (max-width: 767.98px) {
  .bg01 {
    padding: 4rem 0 1.5rem;
  }
}

.contents-title-block {
  display: inline-block;
  width: 490px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 991.98px) {
  .contents-title-block {
    width: 400px;
  }
}
@media screen and (max-width: 575.98px) {
  .contents-title-block {
    width: 320px;
  }
}
.contents-title-block::before {
  content: "";
  width: 100%;
  height: 106px;
  display: block;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  background: -webkit-gradient(linear, left top, right top, from(#e6ff3a), to(#00a040));
  background: linear-gradient(to right, #e6ff3a, #00a040);
}
@media screen and (max-width: 767.98px) {
  .contents-title-block::before {
    height: 80px;
  }
}
@media screen and (max-width: 575.98px) {
  .contents-title-block::before {
    height: 60px;
  }
}
.contents-title-block > .block {
  background-color: #2a2a2a;
  color: #fff;
  padding: 3.5rem 0;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .contents-title-block > .block {
    padding: 3rem 0;
  }
}
.contents-title-block > .block h2,
.contents-title-block > .block h1 {
  font-size: 2.8rem;
  line-height: 1.4;
  margin-bottom: 0.7em;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .contents-title-block > .block h2,
  .contents-title-block > .block h1 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 575.98px) {
  .contents-title-block > .block h2,
  .contents-title-block > .block h1 {
    margin-bottom: 0.7rem;
  }
}
.contents-title-block > .block a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  padding: 1rem 0;
  border-bottom: 1px solid #fff;
  position: relative;
}
.contents-title-block > .block a::after {
  content: "";
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin-left: 0.4em;
}
.contents-title-block > .block a:hover {
  opacity: 0.7;
}

.conetnts-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 8rem;
}
@media screen and (max-width: 767.98px) {
  .conetnts-wrap {
    margin-bottom: 8rem;
  }
}
.conetnts-wrap .image-area {
  height: 42vw;
  width: 75vw;
  background-color: #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: no-repeat center center;
  background-size: cover;
  margin-bottom: 8rem;
}
@media screen and (max-width: 767.98px) {
  .conetnts-wrap .image-area {
    height: 60vw;
    width: 95vw;
    margin-bottom: 18rem;
  }
}
.conetnts-wrap .image-area p {
  font-size: 4rem;
  font-weight: 700;
  color: #fff;
  padding: 0 1rem;
  -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
  z-index: 3;
}
@media screen and (max-width: 767.98px) {
  .conetnts-wrap .image-area p {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 575.98px) {
  .conetnts-wrap .image-area p {
    font-size: 2.2rem;
  }
}
.conetnts-wrap .contents-title-block {
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 767.98px) {
  .conetnts-wrap .contents-title-block {
    right: 0;
  }
}
.conetnts-wrap.about .contents-title-block {
  right: 0;
}
.conetnts-wrap.about .image-area {
  background-image: url(../images/home/bg_about.jpg);
}
.conetnts-wrap.facilities .image-area {
  margin-left: auto;
  background-image: url(../images/home/bg_facilities.jpg);
}
@media screen and (max-width: 767.98px) {
  .conetnts-wrap.facilities .image-area {
    margin-left: 0;
  }
}

/*----------------------------------------------------
  製品案内
----------------------------------------------------*/
.bg02 {
  padding: 8rem 0;
  background-image: linear-gradient(rgba(210, 210, 210, 0.4) 1px, transparent 1px), linear-gradient(to right, rgba(210, 210, 210, 0.4) 1px, transparent 1px);
  background-size: 40px 40px;
  background-color: #fff;
  background-position: center center;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .bg02 {
    padding: 5rem 0;
    background-size: 28px 28px;
  }
}
.bg02 .products-title {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.8;
  position: relative;
  z-index: 3;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
}
@media screen and (max-width: 991.98px) {
  .bg02 .products-title {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 767.98px) {
  .bg02 .products-title {
    font-size: 3.2rem;
    margin-bottom: 20rem;
  }
}
@media screen and (max-width: 575.98px) {
  .bg02 .products-title {
    font-size: 2.8rem;
  }
}
.bg02 .contents-title-block {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767.98px) {
  .bg02 .contents-title-block {
    top: 15rem;
  }
}
.bg02 .products-list {
  position: relative;
  padding: 10rem 5rem;
}
@media screen and (max-width: 991.98px) {
  .bg02 .products-list {
    padding: 10rem 2rem;
  }
}
@media screen and (max-width: 767.98px) {
  .bg02 .products-list {
    padding-bottom: 5rem;
  }
}
.bg02 .products-list > .container {
  position: relative;
}
.bg02 .products-list .swiper-button-prev,
.bg02 .products-list .swiper-button-next {
  top: -4rem;
  color: #222;
}
.bg02 .products-list .swiper-button-prev::after,
.bg02 .products-list .swiper-button-next::after {
  font-size: 2rem;
  font-weight: 700;
}
.bg02 .products-list .swiper-button-prev {
  left: 1.5rem;
}
@media screen and (max-width: 991.98px) {
  .bg02 .products-list .swiper-button-prev {
    left: 0;
  }
}
.bg02 .products-list .swiper-button-next {
  left: 4.5rem;
}
@media screen and (max-width: 991.98px) {
  .bg02 .products-list .swiper-button-next {
    left: 3rem;
  }
}
.bg02 .products-list .swiper-wrapper {
  width: auto !important;
}
.bg02 .products-list .swiper-slide {
  display: block;
}
.bg02 .products-list .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}

/*----------------------------------------------------
  会社概要
----------------------------------------------------*/
.company-wrap {
  position: relative;
}
.company-wrap .image-area {
  height: 520px;
  background: url(../images/home/bg_company.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .company-wrap .image-area {
    height: 60vw;
    padding-top: 10vw;
    background-position: left -16vw center;
  }
}
.company-wrap .image-area::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
}
.company-wrap .image-area .container {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767.98px) {
  .company-wrap .image-area .container {
    display: block;
    text-align: left;
  }
}
.company-wrap .image-area .container p {
  font-size: 4rem;
  font-weight: 700;
  color: #fff;
  position: relative;
  z-index: 2;
  -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
}
@media screen and (max-width: 767.98px) {
  .company-wrap .image-area .container p {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 575.98px) {
  .company-wrap .image-area .container p {
    font-size: 2.2rem;
  }
}
.company-wrap .contents-title-block {
  position: absolute;
  left: 0;
  z-index: 1;
  bottom: -8rem;
}
@media screen and (max-width: 767.98px) {
  .company-wrap .contents-title-block {
    left: auto;
    right: 0;
    bottom: -18rem;
  }
}

/*----------------------------------------------------
  採用情報
----------------------------------------------------*/
.recruit-wrap {
  background: url(../images/home/ph_recruit.png) no-repeat right 36vw bottom 5rem;
  background-size: min(870px, 55vw);
  background-color: #FAFFE1;
  padding: 10rem 0 5rem;
  position: relative;
  min-height: 890px;
  z-index: 0;
}
@media screen and (max-width: 1439.98px) {
  .recruit-wrap {
    background-position: top 30rem left;
    background-size: 65vw;
  }
}
@media screen and (max-width: 767.98px) {
  .recruit-wrap {
    padding-top: 23rem;
    background-size: contain;
    background-position: top 41rem left;
  }
}
@media screen and (max-width: 575.98px) {
  .recruit-wrap {
    height: 190vw;
  }
}
.recruit-wrap .container {
  text-align: right;
}
@media screen and (max-width: 767.98px) {
  .recruit-wrap .container {
    text-align: left;
  }
}
.recruit-wrap .container p {
  font-size: 4rem;
  line-height: 1.6;
  font-weight: 500;
  padding-top: 2em;
}
@media screen and (max-width: 767.98px) {
  .recruit-wrap .container p {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 575.98px) {
  .recruit-wrap .container p {
    font-size: 2.8rem;
  }
}
.recruit-wrap .contents-title-block {
  position: absolute;
  right: 0;
  bottom: 5rem;
}

/*----------------------------------------------------
  お知らせ
----------------------------------------------------*/
.info-wrap {
  padding: 8rem 0 16rem;
  background-image: linear-gradient(rgba(210, 210, 210, 0.4) 1px, transparent 1px), linear-gradient(to right, rgba(210, 210, 210, 0.4) 1px, transparent 1px);
  background-size: 40px 40px;
  background-color: #fff;
  background-position: center center;
}
@media screen and (max-width: 767.98px) {
  .info-wrap {
    padding: 5rem 0 10rem;
    background-size: 28px 28px;
  }
}
.info-wrap .info-area {
  padding: 5rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 1rem rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 767.98px) {
  .info-wrap .info-area {
    padding: 5rem 3rem;
  }
}
@media screen and (max-width: 575.98px) {
  .info-wrap .info-area {
    padding: 3rem 2rem;
  }
}
.info-wrap .info-area h2 {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767.98px) {
  .info-wrap .info-area h2 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
  }
}
.info-wrap ul.info-list {
  padding-left: 0;
  list-style: none;
  max-width: 800px;
  margin: 0 auto;
}
.info-wrap ul.info-list li {
  border-bottom: 1px solid #ddd;
}
.info-wrap ul.info-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5rem 3rem;
  background-color: #fff;
  color: #222;
  text-decoration: none;
  border-radius: 1.5rem;
}
@media screen and (max-width: 767.98px) {
  .info-wrap ul.info-list li a {
    padding: 1.2rem;
    border-radius: 1.2rem;
    display: block;
  }
}
.info-wrap ul.info-list li a:hover {
  opacity: 0.5;
}
.info-wrap ul.info-list li a time {
  color: #666;
  font-size: 0.9em;
  width: 8em;
}
.info-wrap ul.info-list li a p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.info-wrap .button-area {
  text-align: center;
  margin-top: 3rem;
}
@media screen and (max-width: 767.98px) {
  .info-wrap .button-area {
    margin-top: 2rem;
  }
}
.info-wrap .button-area a.btn-info {
  display: inline-block;
  background-color: #2a2a2a;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  padding: 1.7rem 3rem;
  position: relative;
}
.info-wrap .button-area a.btn-info:hover {
  opacity: 0.75;
}
@media screen and (max-width: 767.98px) {
  .info-wrap .button-area a.btn-info {
    padding: 1.5rem 2rem;
  }
}
.info-wrap .button-area a.btn-info::after {
  content: "";
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin-left: 0.4em;
}
.info-wrap .button-area a.btn-info:hover {
  opacity: 0.7;
}