@charset "utf-8";

/*タイトル*/
.home-title {
  font-size: 3.2rem;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 3rem;
}
/*----------------------------------------------------
  メイン
----------------------------------------------------*/
.main-area,
.main-slider li {
  height: calc(84vh - 62px);
  min-height: 604px;
}
.main-area-wrap {
  background: url(../images/home/bg_company.jpg) no-repeat center center / cover;
  background-color:rgba(255,255,255,0.7);
  background-blend-mode:lighten;
}
.main-area {
  position: relative;
  overflow: hidden;
}
.main-left {
  width: 400px;
  color: #00270f;
  display: inline-flex;
  float: left;
  flex-direction: column;
  align-items: center;
}
.main-left .catch {
  font-size: 5.8rem;
  font-weight: 500;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin-bottom:1rem;
  margin-top: 20px;
}
.main-left .catch + div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main-left .company-name {
  font-size: 2.2rem;
  margin-bottom:8px;
  border-bottom: 1px solid #00270f;
  padding-bottom: 2px;
}
.main-left .machine {
  color: #00270f;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
.main-left .job {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #00270f;
}
.main-right {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100vw - 400px);
}
ul.main-slider {
  padding-left: 0;
  list-style: none;
}
.main-slider li {
  overflow: hidden;
}

.main-slider img {
  width: 100%;
  object-fit: cover;
  object-position: 50% 0%;
  height: 100%;
  font-family: 'object-fit: cover;'
}
/*----------------------------------------------------
  商品
----------------------------------------------------*/
.btn-area {
  text-align: center;
}
.product-wrap .btn-area {
  margin: 2rem 0;
}
.product-wrap {
  background-color: #e1e9e4;
  padding: 15px 0;
  position: relative;
}
/*商品カテゴリ*/
ul.product-list {
  padding-left: 0;
  list-style: none;
  padding: 0 70px;
  margin-top: -40px;
}
.product-list a {
  border: 1px solid #0c7434;
  padding: 15px;
  display: block;
  background-color: #fff;
  margin: 0 7.5px;
  color: #222;
  text-decoration: none;
  border-radius: 10px;
  height: 100%;
}
.product-thumbnail {
  width: 100%;
  height: 0;
  padding-bottom: 66%;
  position: relative;
}
.product-thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: auto;
  margin: auto;
  max-width: 100%;
  object-fit: contain;
  object-position: 50% 50%;
  height: 100%;
  font-family: 'object-fit: cover;';
}
.product-list a p {
  text-align: center;
  margin-top: 1rem;
  font-weight: 700;
  color: #00270f;
  line-height: 1.4;
}
.product-list .slick-track {
  display: flex;
}
.product-list .slick-slide {
  height: auto;
}
ul.maker-list {
  padding-left: 0;
  list-style: none;
  margin-top: 7rem;
  margin-bottom: 4rem;
}
.maker-list .slick-track {
  display: flex;
}
.maker-list .slick-slide {
  height: auto !important;
}
.maker-list a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-color: #fff;
  color: #222;
  text-decoration: none;
  padding: 5px 10px;
  margin: 0 15px;
  text-align: center;
}
.maker-list a img {
  display: block;
  margin: 0 auto;
  max-width: 150px;
  max-height: 100px;
  height: auto;
}
.maker-list a p {
  padding: 2px 0 3px;
}
.maker-list a:hover {
  opacity: 0.7;
}
/*----------------------------------------------------
  選ばれる理由
----------------------------------------------------*/
.company-wrap {
  padding: 5rem 0;
  background: url(../images/home/bg_company.jpg) no-repeat center center / cover;
  background-color:rgba(255,255,255,0.5);
  background-blend-mode:lighten;
}
.company-wrap .home-title {
  text-align: center;
  color: #00270f;
}
.company-wrap .features {
  padding: 2rem 3rem;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 7px;
  height: 100%;
  border: 1px solid #ccc;
}
.features img {
  display: block;
  max-width: 100%;
  margin: 0 auto 1.5rem;
}
.features h3 {
  text-align: center;
  color: #00270f;
  line-height: 1.4;
  font-size: 2.4rem;
  margin-bottom: 1.5rem;
  display: flex;
  min-height: 68px;
  justify-content: center;
  align-items: center;
}
.company-wrap .btn-area {
  margin-top: 3rem;
}
.company-wrap .btn-normal,
.business-wrap .btn-normal {
  width: 250px;
  max-width: 100%;
  text-align: center;
}
/*----------------------------------------------------
  できること
----------------------------------------------------*/
.business-wrap {
  padding: 5rem 0;
  background: url(../images/home/bg_business.jpg) no-repeat center center / cover;
}
.business-wrap .home-title {
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
}
.business-wrap .row > div:first-child p {
  color: #fff;
  margin-bottom: 3rem;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
  line-height: 2;
}
.business-type-area a {
  width: 300px;
  padding: 0 10px;
  margin-left: auto;
  margin-bottom: 20px;
  text-decoration: none;
  display: block;
}
.business-type-area span {
  display: block;
  background-color: #cc422b;
  color: #fff;
  text-align: center;
  padding: 1.5rem 1rem;
}
.business-type-area a:hover span {
  opacity: 0.9;
}
.business-btn-smp {
  display: none;
}
/*----------------------------------------------------
  お知らせ
----------------------------------------------------*/
.news-area {
  margin: 5rem 0 7rem;
  display: flex;
}
.news-left {
  flex: 0 0 220px;
}
.news-left .btn-normal {
  min-width: 120px;
  text-align: center;
}
.news-title {
  font-size: 2.4rem;
  margin-bottom: 1.5rem;
}
.news-right {
  flex: 1 1 auto;
}
ul.news-list {
  list-style: none;
  padding-left: 0;
}
.news-list li {
  display: table;
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.news-list li > span,
.news-list li p {
  display: table-cell;
  padding: 20px 10px;
}
.news-list li > span {
  width: 120px;
}
.news-list li a {
  color: #222;
}
.news-list li span.new {
  color: #f00;
  display: inline-block;
  margin-left: 1em;
}
.news-right + .btn-area {
  display: none;
}

/*----------------------------------------------------
  補助金
----------------------------------------------------*/
.revival-subsidy {
  text-align: center;
  padding: 20px 15px;
  background-color: #e1e9e4;
  font-size: 1.5rem;
  color: #00270f;
}
@media screen and (max-width: 1500px) {
  .main-left {
    padding-top: 0;
  }
}
@media screen and (max-width: 1199.98px) {
  .main-area, .main-slider li {
    height: calc(80vh - 62px);
  }
  .main-left {
    width: 300px;
  }
  .main-right {
    width: calc(100vw - 300px);
  }
  .main-left .catch {
    font-size: 5rem;
    font-weight: 500;
  }
  ul.product-list {
    margin-top: -30px;
  }
}
@media screen and (max-width: 991.98px) {
  .main-area, .main-slider li {
    height: calc(70vw - 49px);
  }
  .main-left {
    width: 250px;
  }
  .main-right {
    width: calc(100vw - 250px);
  }
  .main-left .catch {
    font-size: 3.6rem;
    margin-top: 5px;
  }
  ul.product-list {
    padding: 0 50px;
  }
  .slick-prev, .slick-next,
  .slick-prev:before, .slick-next:before {
    width: 40px;
    height: 40px;
  }
  .business-wrap .row > div:first-child p {
    margin-bottom: 2rem;
  }
  .business-wrap .btn-normal {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .business-type-area {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    justify-content: flex-start;
    margin: 0 -10px;
  }
  .business-type-area a {
    width: auto;
    margin: 0 0 15px;
    max-width: 100%;
    flex: 0 0 50%;
  }
  .business-wrap .row > div:first-child p + .btn-normal {
    display: none;
  }
  .business-btn-smp {
    display: block;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767.98px) {
  .home-title {
    font-size: 2.6rem;
    margin-bottom: 2rem;
    text-align: center;
  }
  /*メイン*/
  .main-area, .main-slider li {
    height: 400px;
    min-height: auto;
  }
  .main-left {
    color: #fff;
    float: none;
    position: absolute;
    z-index: 5;
    padding: 20px 30px 0 30px;
    align-items: baseline;
    width: auto;
  }
  .main-left .company-name {
    font-size: 1.8rem;
    margin-bottom: 5px;
    line-height: 1;
    padding-bottom: 7px;
    text-align: center;
    border-color: #fff;
  }
  .main-left .catch img {
    width: 100px;
  }
  .main-left .catch + div {
    display: block;
    background-color: rgba(0, 30, 15, 0.5);
    padding: 10px;
    width: 100%;
  }
  .main-left .catch + div > div {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 10px;
  }
  .main-left .machine {
    color: #fff;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    margin-bottom: 0;
    margin-right: 1.5rem;
    font-size: 1.2rem;
  }
  .main-left .job {
    border-color: #fff;
    text-align: center;
    font-size: 1.4rem;
  }
  .main-right {
    width: 100%;
  }
  ul.product-list {
    padding: 0 10px;
  }
  .product-list .slick-list {
    padding-right: 15%;
  }
  ul.maker-list {
    margin-top: 4rem;
}
  /*選ばれる理由*/
  .company-wrap .row > div {
    margin-bottom: 3rem;
  }
  .features h3 {
    font-size: 2.2rem;
    margin-bottom: 1rem;
    min-height: auto;
  }
  .company-wrap .btn-area {
    margin-top: 1rem;
  }
  /*お知らせ*/
  .news-area {
    margin: 3rem 0;
    display: block;
  }
  .news-title {
    font-size: 2.2rem;
    text-align: center;
    margin-bottom: 0;
  }
  .news-list li,
  .news-list li > span,
  .news-list li p {
    display: block;
  }
  .news-list li > span {
    width: auto;
  }
  .news-list li > span,
  .news-list li p {
    padding: 10px;
  }
  .news-list li > span {
    padding-bottom: 0;
  }
  .news-list li p {
    padding-top: 3px;
  }
  .news-list li a {
    display: block;
  }
  .news-left .btn-normal {
    display: none;
  }
  .news-right + .btn-area {
    display: block;
    margin-top: 2rem;
  }
  .news-right + .btn-area .btn-normal {
    width: 150px;
    text-align: center;
  }
}
@media screen and (max-width: 575.98px) {
  .main-left {
    width: 100%;
  }
  .main-left .catch + div > div {
    justify-content: space-between;
  }
  .main-left .machine {
    margin-right: 0;
    flex: 0 0 154px;
  }
  .main-left .job {
    flex: 0 1 100%;
    text-align: center;
    margin: auto;
  }
  .main-left .catch {
    margin-top: 0;
  }
  .product-list a {
    padding: 15px 10px;
    font-size: 1.4rem;
    margin: 0 5px;
  }
  .company-wrap .row > div {
    margin-bottom: 1.5rem;
  }
  .company-wrap .features {
    height: auto;
    width: 300px;
    max-width: 100%;
    margin: 0 auto;
  }
}