@charset "UTF-8";
/* ----------------------------------------------------------
   #GLOBAL
---------------------------------------------------------- */
/* お知らせ
----- page/_news ----- */
@media screen and (max-width: 768px) {
  .news-archive .col {
    margin-bottom: 10px;
  }
}

.news-cate ul {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.news-cate a {
  display: inline-block;
  font-size: 1.2rem;
  padding: 5px 20px;
  border-radius: 100px;
  color: #7D4D1D;
  border: 1px solid #7D4D1D;
  transition: all 0.3s ease;
}
.news-cate a:hover {
  background-color: #7D4D1D;
  color: #fff;
}
.news-cate a.active {
  background-color: #7D4D1D;
  color: #fff;
}

/* 企業情報
----- page/_company ----- */
.company-copy p {
  font-size: 1.8rem;
  font-family: "Shippori Mincho", "Akshar", "游明朝体", "Yu Mincho", serif;
  font-weight: 700;
  max-width: 800px;
  margin: 0 auto;
  color: #7D4D1D;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .company-copy p {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

/* ファームめぶきについて 
----- page/_about ----- */
.about-copy {
  font-size: 1.8rem;
  font-family: "Shippori Mincho", "Akshar", "游明朝体", "Yu Mincho", serif;
  font-weight: 700;
  max-width: 800px;
  margin: 0 auto 60px;
  color: #7D4D1D;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .about-copy {
    font-size: 1.6rem;
    line-height: 1.8;
    text-align: left;
  }
}

.greeting-img {
  margin: 0 auto;
  max-width: 700px;
  width: 100%;
}
.greeting-img img {
  border-radius: 10px;
}

.greeting-txt {
  line-height: 2.2;
}

.greeting-name {
  text-align: right;
}
.greeting-name span {
  font-weight: 700;
}

.about-item {
  border: 1px solid #8DC320;
  padding: 30px 10px;
  border-radius: 20px;
  height: 100%;
}
.about-item .about-item_img {
  width: 120px;
  height: auto;
  margin: 0 auto;
}
.about-item .about-item_img img {
  margin: 0 auto;
  display: block;
}
.about-item h3 {
  font-size: 2.2rem;
  text-align: center;
  font-family: "Shippori Mincho", "Akshar", "游明朝体", "Yu Mincho", serif;
  font-weight: 700;
  color: #8DC320;
}
.about-item p {
  font-size: 1.4rem;
}

.about-top {
  background-color: #9C7F61;
  border-radius: 20px;
  padding: 0 20px 30px;
  box-shadow: 6px 6px 0 0 #F8EFE3;
}

.about-top-img img {
  border-radius: 10px;
}

.about-top-txt {
  line-height: 2;
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .about-top-txt {
    font-size: 1.4rem;
  }
}

.about-top-link__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.about-top-link__list li {
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 768px) {
  .about-top-link__list li {
    width: 100%;
  }
}

.about-top-link__anchor {
  display: inline-block;
  font-weight: 500;
  color: #7D4D1D;
  padding: 15px 55px 15px 20px;
  position: relative;
  line-height: normal;
  border: 1px solid #7D4D1D;
  border-radius: 100px;
  background-color: #fff;
  transition: all 0.3s ease;
  text-decoration: none;
  width: 100%;
  font-size: 1.4rem;
}
.about-top-link__anchor::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #7D4D1D;
  transition: all 0.3s ease;
  z-index: 1;
}
.about-top-link__anchor::before {
  content: "";
  position: absolute;
  top: 48%;
  right: 23px;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transition: all 0.3s ease;
  z-index: 2;
}
.about-top-link__anchor:hover {
  color: #fff;
  background-color: #7D4D1D;
}
.about-top-link__anchor:hover::after {
  background-color: #fff;
  transform: translateY(-45%);
}
.about-top-link__anchor:hover::before {
  border-color: #7D4D1D;
  transform: translateY(-30%) rotate(45deg);
}

.about-bg {
  background-color: #F8EFE3;
  padding: 60px 0;
}

.about-ico-img {
  display: flex;
  justify-content: center;
}

.about-step .u-grid,
.about-step .col {
  margin-top: 0;
}

.about-step-number span {
  font-size: 1.3rem;
  color: #8DC320;
}
.about-step-number {
  font-size: 4rem;
  color: #8DC320;
  font-weight: 800;
  line-height: normal;
}/*# sourceMappingURL=user.css.map */