@charset "UTF-8";
/*----------------------------------------------------
  変数セット
----------------------------------------------------*/
/*----------------------------------------------------
  メイン
----------------------------------------------------*/
.mainimage-area {
  display: flex;
}
.mainimage-area .catch {
  padding-top: 6rem;
  padding-left: 6rem;
}
@media screen and (max-width: 767.98px) {
  .mainimage-area .catch {
    position: static;
    transform: none;
    padding: 2rem 0 0 2rem;
  }
}
@media screen and (max-width: 575.98px) {
  .mainimage-area .catch {
    padding: 8rem 0 0 2rem;
  }
}
.mainimage-area .catch h1 {
  position: absolute;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.mainimage-area .catch h1 span {
  display: inline-block;
  color: #569164;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 1.4;
  padding: 0.3em 0.6em;
  border-radius: 0.5em;
  background-color: #fff;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767.98px) {
  .mainimage-area .catch h1 span {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 575.98px) {
  .mainimage-area .catch h1 span {
    font-size: 2.8rem;
  }
}
.mainimage-area .catch p {
  width: 295px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.8rem;
  line-height: 2;
  margin-top: 35rem;
  padding-right: 2rem;
}
@media screen and (max-width: 767.98px) {
  .mainimage-area .catch p {
    position: absolute;
    z-index: 1;
    width: calc(100% - 3rem);
    margin-top: 33rem;
    padding-right: 0;
    text-align: center;
  }
}
@media screen and (max-width: 575.98px) {
  .mainimage-area .catch p {
    margin-top: 28rem;
    font-size: 1.4rem;
  }
}
.mainimage-area .main-slider {
  z-index: -1;
  overflow: hidden;
  margin-left: auto;
  border-radius: 8rem 0 0 8rem;
}
@media screen and (max-width: 767.98px) {
  .mainimage-area .main-slider {
    border-radius: 4rem 0 0 4rem;
    width: calc(100vw - 3rem);
    margin-left: 3rem;
  }
}
.mainimage-area .slick-img {
  height: calc(100vh - 100px - 2rem);
  max-height: 670px;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .mainimage-area .slick-img {
    height: 330px;
  }
}
.mainimage-area .slick-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*----------------------------------------------------
  タイトル
----------------------------------------------------*/
/*----------------------------------------------------
  お知らせ
----------------------------------------------------*/
.news-wrap {
  margin-top: 8rem;
}
@media screen and (max-width: 767.98px) {
  .news-wrap {
    margin-top: 14rem;
  }
}
.news-wrap .contents-block {
  display: flex;
}
@media screen and (max-width: 767.98px) {
  .news-wrap .contents-block {
    display: block;
  }
}
.news-wrap .contents-block > div:last-child {
  flex: 1;
  padding-left: 5rem;
}
@media screen and (max-width: 767.98px) {
  .news-wrap .contents-block > div:last-child {
    padding-left: 0;
  }
}
.news-wrap .contents-block .contents-title {
  margin-bottom: 1em;
  margin-top: 1rem;
}
.news-wrap .contents-block ul.info-list {
  list-style: none;
  padding-left: 0;
}
.news-wrap .contents-block ul.info-list li {
  border-bottom: 1px dashed #266B29;
}
.news-wrap .contents-block ul.info-list li a {
  color: #222;
  text-decoration: none;
  display: flex;
  padding: 2.5rem 1rem;
}
@media screen and (max-width: 767.98px) {
  .news-wrap .contents-block ul.info-list li a {
    display: block;
    padding: 2rem 1rem;
  }
}
.news-wrap .contents-block ul.info-list li a time {
  width: 120px;
}
@media screen and (max-width: 767.98px) {
  .news-wrap .contents-block ul.info-list li a time {
    display: block;
    width: auto;
    margin-bottom: 0.5rem;
  }
}
.news-wrap .contents-block ul.info-list li a .new {
  margin: 0 0 0 10px;
  padding: 1px 6px;
  border: 1px solid #f30;
  color: #f30;
  font-size: 1.2rem;
  line-height: 1.3;
  vertical-align: middle;
}
.news-wrap .contents-block ul.info-list li a > div {
  flex: 1;
  font-weight: 500;
}
.news-wrap .contents-block ul.info-list li a:hover > div {
  color: #266B29;
}

/*----------------------------------------------------
  取り扱い商材
----------------------------------------------------*/
.section-wrap {
  margin: 10rem 0;
}
@media screen and (max-width: 767.98px) {
  .section-wrap {
    margin: 5rem 0;
  }
}

ul.products-list {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem;
}
@media screen and (max-width: 575.98px) {
  ul.products-list {
    margin: 0 -0.5rem;
  }
}
ul.products-list li {
  width: 25%;
  padding: 0 1rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767.98px) {
  ul.products-list li {
    width: 33.3333%;
  }
}
@media screen and (max-width: 575.98px) {
  ul.products-list li {
    width: 50%;
    padding: 0 0.5rem;
    margin-bottom: 2rem;
  }
}
ul.products-list li .block {
  overflow: hidden;
  border-radius: 2rem;
  background-color: #fff;
  height: 100%;
}
ul.products-list li .block > img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
}
ul.products-list li .block .contents {
  padding: 1.5rem 2rem;
}
@media screen and (max-width: 575.98px) {
  ul.products-list li .block .contents {
    padding: 1.5rem 1.5rem;
  }
}
ul.products-list li .block .contents h3 {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767.98px) {
  ul.products-list li .block .contents h3 {
    font-size: 1.6rem;
  }
}
ul.products-list li .block .contents p {
  font-size: 1.4rem;
}
@media screen and (max-width: 767.98px) {
  ul.products-list li .block .contents p {
    font-size: 1.3rem;
  }
}

.contents-block .txt-catch {
  color: #569164;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.7em;
}
@media screen and (max-width: 767.98px) {
  .contents-block .txt-catch {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767.98px) {
  .contents-block .txt-catch {
    font-size: 2.2rem;
  }
}
.contents-block .txt-catch + p {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767.98px) {
  .contents-block .txt-catch + p {
    margin-bottom: 3rem;
  }
}
.contents-block .button-area {
  text-align: center;
}

/*----------------------------------------------------
  事業紹介
----------------------------------------------------*/
.business-wrap {
  position: relative;
  display: flex;
}
@media screen and (max-width: 767.98px) {
  .business-wrap {
    display: block;
  }
}
.business-wrap > .image {
  flex: 1;
  margin-right: -9rem;
  position: relative;
  align-self: center;
  padding: 4rem 0;
}
@media screen and (max-width: 767.98px) {
  .business-wrap > .image {
    margin-right: 0;
    padding: 0;
  }
}
.business-wrap > .image img {
  border-radius: 3rem;
}
@media screen and (max-width: 767.98px) {
  .business-wrap > .image img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.business-wrap .contents-block {
  width: 615px;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .business-wrap .contents-block {
    padding-left: 14rem;
  }
}
@media screen and (max-width: 991.98px) {
  .business-wrap .contents-block {
    width: 56vw;
  }
}
@media screen and (max-width: 767.98px) {
  .business-wrap .contents-block {
    width: auto;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}

@media screen and (max-width: 767.98px) {
  .other-wrap {
    margin-bottom: -5rem;
  }
}
.other-wrap .contents-block {
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767.98px) {
  .other-wrap .contents-block {
    height: auto;
    margin-bottom: 5rem;
  }
}
.other-wrap .contents-block img {
  border-radius: 3rem;
  margin-bottom: 3rem;
}
.other-wrap .contents-block .button-area {
  margin-top: auto;
}/*# sourceMappingURL=home.css.map */