/* ニ-----------------------------ニュース一覧ページ---------------------------------- */
/* ニ-----------------------------カテゴリボタン----------------------- */
.news-wrap {
  width: 100%;
  background-color: #f3f1ea;
}

.news-cat-wrap {
  display: flex;
  align-items: center;
  padding-top: 200px;
  gap: 0px 60px;
  width: 90%;
  margin-inline: auto;
  margin-bottom: 126px;
}

.news-cat-wrap h2 {
  font-size: 47px;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1px #4f4036;
  text-transform: uppercase;
}

.news-category {
  display: flex;
  gap: 0px 30px;
  font-size: 18px;
}

.all-btn {
  display: inline-block;
  padding: 5px 20px;
  color: #4f4036;
  text-decoration: none;
  border: 2px solid #4f4036; /* 枠線を最初から表示 */
  transition: background-color 0.5s ease;
  width: 200px;
}

.all-btn:hover {
  background-color: #4f4036; /* ホバー時に背景色を赤に変更 */
  color: #fff;
}

.chose-all-btn {
  display: inline-block;
  padding: 5px 20px;
  color: #fff;
  text-decoration: none;
  border: 2px solid #4f4036; /* 枠線を最初から表示 */
  background-color: #4f4036;
  transition: background-color 0.5s ease;
  width: 140px;
  text-align: center;
}

.release-btn {
  display: inline-block;
  padding: 5px 20px;
  color: #217ce3;
  text-decoration: none;
  border: 2px solid #217ce3; /* 枠線を最初から表示 */
  transition: background-color 0.5s ease;
  width: 140px;
  text-align: center;
}

.release-btn:hover {
  background-color: #217ce3; /* ホバー時に背景色を赤に変更 */
  color: #fff;
}

.chose-release-btn {
  display: inline-block;
  padding: 5px 20px;
  color: #fff;
  text-decoration: none;
  border: 2px solid #217ce3; /* 枠線を最初から表示 */
  background-color: #217ce3;
  transition: background-color 0.5s ease;
  width: 140px;
  text-align: center;
}

.event-btn {
  display: inline-block;
  padding: 5px 20px;
  color: #ffbb98;
  text-decoration: none;
  border: 2px solid #ffbb98; /* 枠線を最初から表示 */
  transition: background-color 0.5s ease;
  width: 140px;
  text-align: center;
}

.event-btn:hover {
  background-color: #ffbb98; /* ホバー時に背景色を赤に変更 */
  color: #fff;
}

.chose-event-btn {
  display: inline-block;
  padding: 5px 20px;
  color: #fff;
  text-decoration: none;
  border: 2px solid #ffbb98; /* 枠線を最初から表示 */
  background-color: #ffbb98;
  transition: background-color 0.5s ease;
  width: 140px;
  text-align: center;
}

.other-btn {
  display: inline-block;
  padding: 5px 20px;
  color: #636363;
  text-decoration: none;
  border: 2px solid #636363; /* 枠線を最初から表示 */
  transition: background-color 0.5s ease;
  width: 140px;
  text-align: center;
}

.other-btn:hover {
  background-color: #636363; /* ホバー時に背景色を赤に変更 */
  color: #fff;
}

.chose-other-btn {
  display: inline-block;
  padding: 5px 20px;
  color: #fff;
  text-decoration: none;
  border: 2px solid #636363; /* 枠線を最初から表示 */
  background-color: #636363;
  transition: background-color 0.5s ease;
  width: 140px;
  text-align: center;
}

@media screen and (max-width: 1440px) {
}

@media screen and (max-width: 960px) {
}

@media screen and (max-width: 500px) {
}

.all-btn {
  display: inline-block;
  padding: 5px 20px;
  color: #4f4036;
  text-decoration: none;
  border: 2px solid #4f4036; /* 枠線を最初から表示 */
  transition: background-color 0.5s ease;
  width: 140px;
  text-align: center;
}

.all-btn:hover {
  background-color: #4f4036; /* ホバー時に背景色を赤に変更 */
  color: #fff;
}

.chose-all-btn {
  display: inline-block;
  padding: 5px 20px;
  color: #fff;
  text-decoration: none;
  border: 2px solid #4f4036; /* 枠線を最初から表示 */
  background-color: #4f4036;
  transition: background-color 0.5s ease;
  width: 140px;
  text-align: center;
}

.release-btn {
  display: inline-block;
  padding: 5px 20px;
  color: #217ce3;
  text-decoration: none;
  border: 2px solid #217ce3; /* 枠線を最初から表示 */
  transition: background-color 0.5s ease;
  width: 140px;
  text-align: center;
}

.release-btn:hover {
  background-color: #217ce3; /* ホバー時に背景色を赤に変更 */
  color: #fff;
}

.chose-release-btn {
  display: inline-block;
  padding: 5px 20px;
  color: #fff;
  text-decoration: none;
  border: 2px solid #217ce3; /* 枠線を最初から表示 */
  background-color: #217ce3;
  transition: background-color 0.5s ease;
  width: 140px;
  text-align: center;
}

.event-btn {
  display: inline-block;
  padding: 5px 20px;
  color: #ffbb98;
  text-decoration: none;
  border: 2px solid #ffbb98; /* 枠線を最初から表示 */
  transition: background-color 0.5s ease;
  width: 140px;
  text-align: center;
}

.event-btn:hover {
  background-color: #ffbb98; /* ホバー時に背景色を赤に変更 */
  color: #fff;
}

.chose-event-btn {
  display: inline-block;
  padding: 5px 20px;
  color: #fff;
  text-decoration: none;
  border: 2px solid #ffbb98; /* 枠線を最初から表示 */
  background-color: #ffbb98;
  transition: background-color 0.5s ease;
  width: 140px;
  text-align: center;
}

.other-btn {
  display: inline-block;
  padding: 5px 20px;
  color: #636363;
  text-decoration: none;
  border: 2px solid #636363; /* 枠線を最初から表示 */
  transition: background-color 0.5s ease;
  width: 140px;
  text-align: center;
}

.other-btn:hover {
  background-color: #636363; /* ホバー時に背景色を赤に変更 */
  color: #fff;
}

.chose-other-btn {
  display: inline-block;
  padding: 5px 20px;
  color: #fff;
  text-decoration: none;
  border: 2px solid #636363; /* 枠線を最初から表示 */
  background-color: #636363;
  transition: background-color 0.5s ease;
  width: 140px;
}

.news-cate {
  margin-left: 20px;
  padding: 5px 10px;
  width: 95px;
  text-align: center;
  border-radius: 3px;
  color: #ffffff;
}

.latest-news-day-cat-wrap {
  display: flex;
  align-items: center;
}

.news-cat-wrap {
  display: flex;
  align-items: center;
  padding-top: 200px;
  gap: 0px 60px;
  width: 90%;
  margin-inline: auto;
  margin-bottom: 0px;
}

@media screen and (max-width: 1440px) {
}

@media screen and (max-width: 960px) {
  .news-wrap-child {
    width: 90%;
    margin-inline: auto;
  }

  .all-btn {
    display: inline-block;
    padding: 5px 20px;
    width: 120px;
    text-align: center;
    font-size: 16px;
  }

  .all-btn:hover {
    background-color: #4f4036; /* ホバー時に背景色を赤に変更 */
    color: #fff;
  }

  .chose-all-btn {
    display: inline-block;
    padding: 5px 20px;
    width: 120px;
    text-align: center;
    font-size: 16px;
  }

  .release-btn {
    display: inline-block;
    padding: 5px 20px;
    width: 120px;
    text-align: center;
    font-size: 16px;
  }

  .chose-release-btn {
    display: inline-block;
    padding: 5px 20px;
    width: 120px;
    text-align: center;
    font-size: 16px;
  }

  .event-btn {
    display: inline-block;
    padding: 5px 20px;
    width: 120px;
    text-align: center;
    font-size: 16px;
  }

  .chose-event-btn {
    display: inline-block;
    padding: 5px 20px;
    width: 120px;
    text-align: center;
    font-size: 16px;
  }

  .other-btn {
    display: inline-block;
    padding: 5px 20px;
    width: 120px;
    text-align: center;
    font-size: 16px;
  }

  .chose-other-btn {
    display: inline-block;
    padding: 5px 20px;
    width: 120px;
    font-size: 16px;
  }

  .news-cate {
    margin-left: 20px;
    padding: 5px 10px;
    width: 95px;
    text-align: center;
  }

  .news-cat-wrap {
    display: flex;
    align-items: center;
    padding-top: 140px;
    gap: 48px 0;
    width: 90%;
    margin-inline: auto;
    margin-bottom: 0px;
    flex-flow: column;
  }

  .news-category {
    display: flex;
    gap: 0px 30px;
    font-size: 24px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px 30px;
  }

  .archive-news-wrap {
    padding-top: 90px;
  }

  .archive-news-content {
    display: flex;
    flex-flow: column;
    width: 100%;
  }

  .archive-news-content:nth-child(n + 3) {
    margin-top: 0px;
  }

  .archive-news-content:nth-child(n + 2) {
    margin-top: 40px;
  }
}

@media screen and (max-width: 500px) {
}

/* t-----------------------business-top---------------------------------- */
.archive-business-wrap {
  padding-bottom: 120px;
  padding-top: 120px;
}
.archive-business-wrap .latest-news-title {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0;
  color: #4f4036;
  font-weight: 400;
}
.bs-en-title {
  font-size: 15px;
  color: #777777;
}

.archive-business-wrap-bg {
  background-color: #fff;
}

/* ニ-----------------------------記事archiveページ----------------------- */

.archive-news-wrap {
  width: 85%;
  margin-inline: auto;
  padding-top: 90px;
  padding-bottom: 150px;
  max-width: 700px;
}

.archive-news-box {
  display: flex;
  flex-wrap: wrap;
}

.archive-news-content {
  display: flex;
  width: 100%;
}

.archive-news-content:nth-child(n + 3) {
  /* margin-top: 90px; */
}

@media screen and (max-width: 1440px) {
}

@media screen and (max-width: 960px) {
  .archive-business-wrap {
    padding-bottom: 90px;
    padding-top: 110px;
  }
}

@media screen and (max-width: 500px) {
}

/* ニ-----------------------------business archiveページ----------------------- */

.archive-business-top-flex {
  display: flex;
  margin: 0;
  padding: 120px 0 130px;
}

.archive-business-top-left {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 44%;
  padding: 0 30px 0 7%;
}
.archive-business-top-left .cat-title-wrap {
  width: fit-content;
  padding: 0 40px 30px 15px;
  border-right: solid 1px #000000;
  border-bottom: solid 1px #000000;
}
.archive-business-top-left h2 {
  font-size: 56px;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1px #4f4036;
  letter-spacing: 0;
  font-family: sans-serif;
  font-weight: 600;
  font-style: bold;
}
.archive-business-top-left .en-title {
  font-size: 24px;
  font-weight: 700;
  margin-top: 10px;
  color: transparent;
  -webkit-text-stroke: 1px #4f4036;
  letter-spacing: 0;
  font-family: sans-serif;
  font-weight: 600;
  font-style: bold;
}
.archive-business-top-left p {
  font-size: 24px;
  font-weight: bold;
}
.archive-business-top-left h3 {
  margin-top: 16px;
  font-weight: 600;
  font-size: 56px;
  letter-spacing: 0px;
}

.archive-business-top-left-text {
  margin-top: auto;
  position: relative;
}

.busi-yazirusi-wrap {
  /* color: transparent;
  -webkit-text-stroke: 1px #4f4036;*/
}

.busi-yazirusi {
  width: 80px;
  margin-left: 15px;
}

.busi-yazirusi-flex {
  margin-top: 24px;
  position: relative;
  display: inline-flex;
  align-items: center;
}

.busi-yazirusi-wrap p {
  font-size: 20px;
}
.busi-line01 {
  height: 1px;
  background-color: #000;
}
.busi-line02 {
  position: absolute;
  top: 11px;
  right: 0;
  transform-origin: right bottom;
  width: 20px;
  height: 1px;
  background-color: #000;
  transform: rotate(45deg);
}

.archive-business-top-right {
  width: 56%;
}
.archive-business-top-right img {
  object-fit: cover;
  width: 100%;
  height: 610px;
}

.business-wrap {
  width: 100%;
  background-color: #f3f1ea;
  /* padding: 120px 0; */
}
.business-wrap .news-cat-wrap {
  align-items: flex-start;
}
.business-wrap .news-category {
  padding-top: 0.25em;
}
.business-wrap .news-category .all-cat {
}
.business-wrap .news-category .other-cat {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 30px;
}

.archive-business-content {
  width: 30%;
}

.business-thumbnail-img {
  width: 100%;
  height: 280px;
}

.business-thumbnail-img img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

/* .archive-business-content:nth-child(n + 3) {
  margin-top: 90px;
} */

.business-text {
  display: flex;
  flex-direction: column;
  width: 80%;
}

.archive-business-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
  gap: 70px 10px;
  margin-inline: auto;
}

.archive-business-box::after {
  display: block;
  content: "";
  width: 30%;
}

.company-vision-span {
  display: block;
  font-size: 28px;
  margin-top: 20px;
}

.header__link.is-active {
  color: white;
  font-weight: 700;
  font-size: 24px;
}

@media screen and (max-width: 1440px) {
}

@media screen and (max-width: 960px) {
  .archive-business-content {
    width: 100%;
  }

  .archive-business-top-flex {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 140px 0 0px;
  }

  .archive-business-top-left {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 30px 0 7%;
  }

  .archive-business-top-right {
    width: 90%;
    margin-inline: auto;
    margin-top: 30px;
  }

  .archive-business-top-right img {
    object-fit: cover;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .archive-business-top-left h2 {
    font-size: 32px;
  }

  .archive-business-top-left .en-title {
    font-size: 16px;
  }

  .archive-business-top-left .cat-title-wrap {
    padding: 0 22px 12px 15px;
  }

  .archive-business-top-left p {
    font-size: 24px;
  }

  .archive-business-top-left-text {
    margin-top: 40px;
  }

  .archive-business-top-left h3 {
    margin-top: 10px;
    font-weight: 700;
    font-size: 40px;
    letter-spacing: 7px;
  }

  .busi-line02 {
    top: 13px;
  }

  .archive-business-top-right p {
    font-size: 24px;
    font-weight: 700;
  }

  .archive-business-top-right h3 {
    margin-top: 10px;
    font-weight: 700;
    font-size: 40px;
    letter-spacing: 7px;
  }
}

@media screen and (max-width: 500px) {
}

/* -----------------------company---------------------------------- */

.mt100 {
  margin-top: 100px !important;
}
.mt50 {
  margin-top: 50px !important;
}

.company-wrap {
  width: 100%;
  padding-top: 120px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #f3f1ea;
  position: relative;
}

.company-wrap h2 {
  font-size: 24px;
  color: transparent;
  -webkit-text-stroke: 1px #222222;
  margin: 56px 0 0 0;
  font-family: sans-serif;
  font-weight: 600;
  font-style: bold;
  line-height: 1.5;
}

.company-vision h2 span {
  font-size: 25px;
  font-weight: 200;
  color: #999999;
  margin-left: 25px;
}

.company-wrap p {
  color: #555555;
  font-size: 16px;
  line-height: 1.7;
  margin-top: 35px;
}

.company-menu {
  width: 30%;
  padding-left: 5%;
}
.fix-box {
  position: fixed;
}

.company-menu-cont h1 {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #555555;
  letter-spacing: 3px;
  margin-top: 50px;
  color: transparent;
  -webkit-text-stroke: 1px #222222;
}

.company-menu ul {
  font-family: "Roboto", sans-serif;
  margin-top: 30px;
  margin-left: 15px;
}
.company-menu ul li {
  line-height: 2.5;
  color: #555555;
}

.company-right {
  width: 70%;
}

#company-vision,
#company-history,
#company-team,
#company-information {
  margin-top: 90px;
}

.company-history-frame {
  border-left: 3px dotted #999999;
  margin-top: 75px;
  padding-left: 50px;
}

.company-history-frame dl dt {
  font-size: 24px;
}
.company-history-frame dl dd {
  font-size: 17px;
  margin-top: 25px;
}

.company-history-frame dl dt {
  font-size: 24px;
}
.company-history-img {
  margin-top: 40px;
  padding-bottom: 80px;
}

#company-team ul {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 75px;
}

#company-team li {
  width: 30%;
  margin-bottom: 50px;
}
#company-team li h3 {
  margin-top: 15px;
  font-weight: 500;
}

#company-information {
  margin-bottom: 240px;
}

#company-information dl {
  margin-top: 25px;
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}

#company-information dt {
  font-weight: normal;
  width: 25%;
}

.story-text-wrap {
  width: 80%;
}

@media screen and (max-width: 1440px) {
}

@media screen and (max-width: 960px) {
  .fix-box {
    position: static;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .company-menu-cont h1 {
    font-size: 40px;
    font-weight: bold;
    color: #555555;
    letter-spacing: 3px;
    margin-top: 0;
    margin-bottom: 30px;
    color: transparent;
    -webkit-text-stroke: 1px #222222;
  }

  .company-wrap {
    width: 100%;
    padding-top: 120px;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #f3f1ea;
    position: relative;
    flex-direction: column;
  }

  .company-menu ul {
    margin-top: 30px;
    margin-left: 0;
    display: flex;
    gap: 0 16px;
  }

  .company-menu {
    width: 100%;
    padding-left: 0;
  }

  .company-wrap-child {
    width: 90%;
    margin-inline: auto;
  }

  .company-right {
    width: 100%;
    margin-top: 30px;
  }

  #company-vision,
  #company-history,
  #company-team,
  #company-information {
    margin-top: 60px;
  }

  #company-team ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 75px;
  }

  #company-team li {
    width: 44%;
    margin-bottom: 50px;
  }

  #company-team ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
  }

  #company-information dl {
    margin-top: 25px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  .company-top-img img {
    height: 460px;
    object-fit: cover;
    margin-left: 5%;
  }

  .story-text-wrap {
    width: auto;
  }
}

@media screen and (max-width: 500px) {
}

/* ニ-----------------------------business一覧ページ---------------------------------- */
/* ニ-----------------------------businessカテゴリボタン----------------------- */
.business-wrap {
  width: 100%;
  background-color: #f3f1ea;
}

.business-cat-wrap {
  display: flex;
  align-items: center;
  padding-top: 200px;
  gap: 0px 60px;
  width: 90%;
  margin-inline: auto;
  /* margin-bottom: 126px; */
}

.business-cat-wrap-lower {
  display: flex;
  align-items: center;
  padding-top: 200px;
  gap: 0px 60px;
  padding-left: 8%;
}

.business-cat-wrap h2 {
  font-size: 47px;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1px #4f4036;
  text-transform: uppercase;
}

.business-cat-wrap-lower h2 {
  font-size: 47px;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1px #4f4036;
  text-transform: uppercase;
}

.business-category {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
  font-size: 18px;
}

.business-all-btn {
  display: inline-block;
  padding: 5px 20px;
  color: #4f4036;
  text-decoration: none;
  border: 2px solid #4f4036; /* 枠線を最初から表示 */
  transition: background-color 0.5s ease;
  width: 200px;
}

.business-all-btn:hover {
  background-color: #4f4036; /* ホバー時に背景色を赤に変更 */
  color: #fff;
}

.chose-business-all-btn {
  display: inline-block;
  padding: 5px 20px;
  color: #fff;
  text-decoration: none;
  border: 2px solid #4f4036; /* 枠線を最初から表示 */
  background-color: #4f4036;
  transition: background-color 0.5s ease;
  width: 140px;
  text-align: center;
}

.business-space-btn {
  display: inline-block;
  padding: 5px 20px;
  color: #35c4c4;
  text-decoration: none;
  border: 2px solid #35c4c4; /* 枠線を最初から表示 */
  transition: background-color 0.5s ease;
  width: 140px;
  text-align: center;
}

.business-space-btn:hover {
  background-color: #35c4c4; /* ホバー時に背景色を赤に変更 */
  color: #fff;
}

.chose-business-space-btn {
  display: inline-block;
  padding: 5px 20px;
  color: #fff;
  text-decoration: none;
  border: 2px solid #35c4c4; /* 枠線を最初から表示 */
  background-color: #35c4c4;
  transition: background-color 0.5s ease;
  width: 140px;
  text-align: center;
}

.business-food-btn {
  display: inline-block;
  padding: 5px 20px;
  color: #ffbb98;
  text-decoration: none;
  border: 2px solid #ffbb98; /* 枠線を最初から表示 */
  transition: background-color 0.5s ease;
  width: 140px;
  text-align: center;
}

.business-food-btn:hover {
  background-color: #ffbb98; /* ホバー時に背景色を赤に変更 */
  color: #fff;
}

.chose-business-food-btn {
  display: inline-block;
  padding: 5px 20px;
  color: #fff;
  text-decoration: none;
  border: 2px solid #ffbb98; /* 枠線を最初から表示 */
  background-color: #ffbb98;
  transition: background-color 0.5s ease;
  width: 140px;
  text-align: center;
}

.business-design-btn {
  display: inline-block;
  padding: 5px 20px;
  color: #217ce3;
  text-decoration: none;
  border: 2px solid #217ce3; /* 枠線を最初から表示 */
  transition: background-color 0.5s ease;
  width: 140px;
  text-align: center;
}

.business-design-btn:hover {
  background-color: #217ce3; /* ホバー時に背景色を赤に変更 */
  color: #fff;
}

.chose-business-design-btn {
  display: inline-block;
  padding: 5px 20px;
  color: #fff;
  text-decoration: none;
  border: 2px solid #217ce3; /* 枠線を最初から表示 */
  background-color: #217ce3;
  transition: background-color 0.5s ease;
  width: 140px;
  text-align: center;
}

.business-local-btn {
  display: inline-block;
  padding: 5px 20px;
  color: #636363;
  text-decoration: none;
  border: 2px solid #636363; /* 枠線を最初から表示 */
  transition: background-color 0.5s ease;
  width: 140px;
  text-align: center;
}

.business-local-btn:hover {
  background-color: #636363; /* ホバー時に背景色を赤に変更 */
  color: #fff;
}

.chose-business-local-btn {
  display: inline-block;
  padding: 5px 20px;
  color: #fff;
  text-decoration: none;
  border: 2px solid #636363; /* 枠線を最初から表示 */
  background-color: #636363;
  transition: background-color 0.5s ease;
  width: 140px;
  text-align: center;
}

.business-publish-btn {
  display: inline-block;
  padding: 5px 20px;
  color: #00dd4a;
  text-decoration: none;
  border: 2px solid #00dd4a; /* 枠線を最初から表示 */
  transition: background-color 0.5s ease;
  width: 140px;
  text-align: center;
}

.business-publish-btn:hover {
  background-color: #00dd4a; /* ホバー時に背景色を赤に変更 */
  color: #fff;
}

.chose-business-publish-btn {
  display: inline-block;
  padding: 5px 20px;
  color: #fff;
  text-decoration: none;
  border: 2px solid #00dd4a; /* 枠線を最初から表示 */
  background-color: #00dd4a;
  transition: background-color 0.5s ease;
  width: 140px;
  text-align: center;
}

@media screen and (max-width: 1440px) {
  .business-category {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 30px;
    font-size: 18px;
    max-width: 90%;
  }
}

@media screen and (max-width: 960px) {
  .business-category {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 30px;
    font-size: 18px;
    max-width: 100%;
    margin-top: 40px;
  }

  .business-cat-wrap {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 140px;
    gap: 0px 60px;
    width: 90%;
    margin-inline: auto;
    margin-bottom: 0;
  }

  .business-cat-wrap-lower {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 140px;
    gap: 0px 60px;
    width: 90%;
    margin-inline: auto;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 500px) {
}

/* ----------------Business single page---------------- */
.all-btn {
  display: inline-block;
  padding: 5px 20px;
  color: #4f4036;
  text-decoration: none;
  border: 2px solid #4f4036; /* 枠線を最初から表示 */
  transition: background-color 0.5s ease;
  width: 140px;
  text-align: center;
}

.all-btn:hover {
  background-color: #4f4036; /* ホバー時に背景色を赤に変更 */
  color: #fff;
}

.chose-all-btn {
  display: inline-block;
  padding: 5px 20px;
  color: #fff;
  text-decoration: none;
  border: 2px solid #4f4036; /* 枠線を最初から表示 */
  background-color: #4f4036;
  transition: background-color 0.5s ease;
  width: 140px;
  text-align: center;
}

.release-btn {
  display: inline-block;
  padding: 5px 20px;
  color: #217ce3;
  text-decoration: none;
  border: 2px solid #217ce3; /* 枠線を最初から表示 */
  transition: background-color 0.5s ease;
  width: 140px;
  text-align: center;
}

.release-btn:hover {
  background-color: #217ce3; /* ホバー時に背景色を赤に変更 */
  color: #fff;
}

.chose-release-btn {
  display: inline-block;
  padding: 5px 20px;
  color: #fff;
  text-decoration: none;
  border: 2px solid #217ce3; /* 枠線を最初から表示 */
  background-color: #217ce3;
  transition: background-color 0.5s ease;
  width: 140px;
  text-align: center;
}

.event-btn {
  display: inline-block;
  padding: 5px 20px;
  color: #ffbb98;
  text-decoration: none;
  border: 2px solid #ffbb98; /* 枠線を最初から表示 */
  transition: background-color 0.5s ease;
  width: 140px;
  text-align: center;
}

.event-btn:hover {
  background-color: #ffbb98; /* ホバー時に背景色を赤に変更 */
  color: #fff;
}

.chose-event-btn {
  display: inline-block;
  padding: 5px 20px;
  color: #fff;
  text-decoration: none;
  border: 2px solid #ffbb98; /* 枠線を最初から表示 */
  background-color: #ffbb98;
  transition: background-color 0.5s ease;
  width: 140px;
  text-align: center;
}

.other-btn {
  display: inline-block;
  padding: 5px 20px;
  color: #636363;
  text-decoration: none;
  border: 2px solid #636363; /* 枠線を最初から表示 */
  transition: background-color 0.5s ease;
  width: 140px;
  text-align: center;
}

.other-btn:hover {
  background-color: #636363; /* ホバー時に背景色を赤に変更 */
  color: #fff;
}

.chose-other-btn {
  display: inline-block;
  padding: 5px 20px;
  color: #fff;
  text-decoration: none;
  border: 2px solid #636363; /* 枠線を最初から表示 */
  background-color: #636363;
  transition: background-color 0.5s ease;
  width: 140px;
}

.news-cate {
  margin-left: 20px;
  padding: 5px 10px;
  width: 95px;
  text-align: center;
  border-radius: 3px;
  color: #ffffff;
}

.latest-news-day-cat-wrap {
  display: flex;
  align-items: center;
}

.news-cat-wrap {
  display: flex;
  align-items: center;
  padding-top: 200px;
  gap: 0px 60px;
  width: 90%;
  margin-inline: auto;
  margin-bottom: 0px;
  justify-content: center;
}

@media screen and (max-width: 1440px) {
}

@media screen and (max-width: 960px) {
  .news-wrap-child {
    width: 90%;
    margin-inline: auto;
  }

  .all-btn {
    display: inline-block;
    padding: 5px 20px;
    width: 120px;
    text-align: center;
    font-size: 16px;
  }

  .all-btn:hover {
    background-color: #4f4036; /* ホバー時に背景色を赤に変更 */
    color: #fff;
  }

  .chose-all-btn {
    display: inline-block;
    padding: 5px 20px;
    width: 120px;
    text-align: center;
    font-size: 16px;
  }

  .release-btn {
    display: inline-block;
    padding: 5px 20px;
    width: 120px;
    text-align: center;
    font-size: 16px;
  }

  .chose-release-btn {
    display: inline-block;
    padding: 5px 20px;
    width: 120px;
    text-align: center;
    font-size: 16px;
  }

  .event-btn {
    display: inline-block;
    padding: 5px 20px;
    width: 120px;
    text-align: center;
    font-size: 16px;
  }

  .chose-event-btn {
    display: inline-block;
    padding: 5px 20px;
    width: 120px;
    text-align: center;
    font-size: 16px;
  }

  .other-btn {
    display: inline-block;
    padding: 5px 20px;
    width: 120px;
    text-align: center;
    font-size: 16px;
  }

  .chose-other-btn {
    display: inline-block;
    padding: 5px 20px;
    width: 120px;
    font-size: 16px;
  }

  .news-cate {
    margin-left: 20px;
    padding: 5px 10px;
    width: 95px;
    text-align: center;
  }

  .news-cat-wrap {
    display: flex;
    align-items: center;
    padding-top: 140px;
    gap: 48px 0;
    width: 90%;
    margin-inline: auto;
    margin-bottom: 0px;
    flex-flow: column;
  }

  .news-category {
    display: flex;
    gap: 0px 30px;
    font-size: 24px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px 30px;
  }

  .archive-news-wrap {
    padding-top: 90px;
  }

  .archive-news-content {
    display: flex;
    flex-flow: column;
    width: 100%;
  }

  .archive-news-content:nth-child(n + 3) {
    margin-top: 0px;
  }

  .archive-news-content:nth-child(n + 2) {
    margin-top: 40px;
  }
}

@media screen and (max-width: 500px) {
}

/* ----------------Business single page---------------- */

/* -----------------------contact---------------------------------- */

.contact-wrap {
  width: 100%;
  padding-top: 120px;
  background: #f3f1ea;
  position: relative;
}
.contact-wrap .container {
  width: 100%;
  max-width: 740px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0 22px;
  padding: 0 70px;
  margin: 0 auto;
}
.contact-wrap .global-form-wrap {
  max-width: 100%;
  padding-bottom: 240px;
}
.contact-wrap h1 {
  margin: 0;
  font-size: 47px;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1px #4f4036;
  text-transform: uppercase;
  font-family: sans-serif;
  font-weight: 600;
  font-style: bold;
}
.contact-wrap p {
  color: #555555;
  font-size: 17px;
  line-height: 1.7;
  margin-top: 24px;
}
.contact-wrap .wpcf7-form .contents-form {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .contact-wrap .container {
    padding: 0 5%;
    max-width: calc(600px + 10%);
  }
}
