/* @charset "UTF-8"; */
/*----------- TOPページ-------------------- */
/* ーーーーーーーーーーーーーーーーーーーーーー */ /*# sourceMappingURL=slide.css.map */
.p-goto {
  padding: 10px 0 0 0;
}

.p-goto-slider .slick-list {
  padding: 0 9.4%;
}

.p-goto-slider__item {
  background-color: #f3f1ea;
  height: 80px;
  margin-top: 15px;
  /* margin-right: 15px; */
  -webkit-tap-highlight-color: transparent;
  width: 400px;
  position: relative;
}

.p-goto-slider__item:focus {
  outline: none;
}

.p-goto-slider__ca {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 600px;
  width: 100%;
}

.p-goto-archive-slider__ca {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 500px;
  width: 100%;
}

.p-goto-nav {
  padding: 77px 0;
  background-color: #f3f1ea;
}

.p-goto-nav__lists {
  display: flex;
  justify-content: center;
  gap: 0 40px;
}

.p-goto-nav__list {
  color: #565656;
  font-size: 28px;
  padding: 0 20px;
}

.p-goto-nav__list:hover {
  cursor: pointer;
}

.p-goto-nav__lists li {
  position: relative;
}

.p-goto-nav__lists li small {
  position: absolute;
  top: -32px; /* 適切な位置に調整してください */
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.8em;
  text-align: center;
  font-size: 18px;
}

/* ------------TOPニュース一覧-------------- */
.news-slide-wrap {
  width: 100%;
  height: 100%;
  /* background-color: aqua; */
  position: absolute;
  top: 0;
  /* padding: 40px 0; */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* align-items: center; */
  /* gap: 0 80px; */
  max-width: 700px;
}

.p-goto-slider__item_news {
  justify-content: center;
}

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

.latest-news-thumbnail-img {
  width: 100%;
  height: 200px;
}

.latest-news-thumbnail-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.nav-news-thumbnail-img {
  width: 50%;
  height: 200px;
}

.nav-news-thumbnail-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

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

.latest-news-text {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 60px 0px 40px;
  border-bottom: 1px solid #222;
}

.latest-news-title_nav {
  padding: 10px 0px 0px;
}

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

.test {
  display: flex;
}

.latest-news-title {
  margin-top: 20px;
  word-break: break-all;
  line-height: 1.7;
}

.latest-news-title-wrap {
  flex-grow: 1;
}

/* ------------カンパニ一覧-------------- */
.company-slide-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0 30px;
}

.company-slide-wrap li {
  width: 20%;
}

.company-slide-wrap li p {
  margin-top: 20px;
}

/* .company-slide-wrap li:nth-child(1) {
  }
  
  .company-slide-wrap li:nth-child(2) {
    margin: 0 20px;
  }
  
  .company-slide-wrap li:nth-child(3) {
    margin-right: 20px;
  }
  
  .company-slide-wrap li:nth-child(4) {
  } */

/* ---------------ビジネス一覧------------------ */
.business-slide-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  /* gap: 0 112px; */
  padding: 0 70px;
}

.business-slide-wrap::after {
  content: "";
  display: block;
  width: 30%;
}

.footer-slide-business-content {
  display: flex;
  width: 30%;
  flex-flow: column;
}

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

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

.latest-business-text {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 20px;
}

.yazirusi-wrap {
  position: absolute;
  bottom: 22%;
  right: 45px;
  color: transparent;
  -webkit-text-stroke: 1px #4f4036;
}

.yazirusi-archive-wrap {
  position: absolute;
  bottom: -15%;
  right: 3%;
}

.yazirusi {
  position: relative;
  width: 100px;
  margin: 30px;
}

.yazirusi-flex {
  display: flex;
  align-items: center;
}

.yazirusi-archive-wrap p {
  font-size: 31px;
  color: transparent;
  -webkit-text-stroke: 1px #4f4036;
  font-family: sans-serif;
  font-weight: 600;
  font-style: bold;
}
.line01 {
  height: 1px;
  background-color: #000;
}
.line02 {
  position: absolute;
  top: 0;
  right: 0;
  transform-origin: right bottom;
  width: 20px;
  height: 1px;
  background-color: #000;
  transform: rotate(45deg);
}

.footer-slide-archive-content {
  width: 15%;
  height: 176px;
}

.footer-archive-thumbnail-img {
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
}

.footer-archive-thumbnail-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1 / 1;
}

.business-archive-slide-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0 22px;
  padding: 0px 50px;
}

@media screen and (min-width: 961px) and (max-width: 1340px) {
  .business-archive-slide-wrap {
    gap: 20px 13px;
    padding: 0 70px;
  }
}

.business-slide-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  /* gap: 0 112px; */
  padding: 0 70px;
}

.business-slide-wrap::after {
  content: "";
  display: block;
  width: 30%;
}

.footer-slide-business-content {
  display: flex;
  width: 30%;
  flex-flow: column;
}

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

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

.latest-business-text {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  width: 100%;
}

.yazirusi-wrap {
  position: absolute;
  bottom: 22%;
  right: 100px;
}

.yazirusi {
  position: relative;
  width: 100px;
  margin: 30px;
}

.yazirusi-flex {
  display: flex;
  align-items: center;
}

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

.footer-slide-archive-content {
  width: 180px;
  height: 180px;
}

.yazirusi-archive-wrap {
  position: absolute;
  bottom: -12%;
  right: 72px;
}

.yazirusi-wrap {
  font-family: sans-serif;
  font-weight: 600;
  font-style: bold;
  color: transparent;
  -webkit-text-stroke: 1px #4f4036;
}

@media screen and (max-width: 1440px) {
  /* ーーーーーーーーーーーーーーーーーーーーーー */ /*# sourceMappingURL=slide.css.map */
  .p-goto {
    padding: 10px 0 0 0;
  }

  .p-goto-slider .slick-list {
    padding: 0 9.4%;
  }

  .p-goto-slider__item {
    background-color: #f3f1ea;
    height: 80px;
    margin-top: 15px;
    /* margin-right: 15px; */
    -webkit-tap-highlight-color: transparent;
    width: 400px;
    position: relative;
  }

  .p-goto-slider__item:focus {
    outline: none;
  }

  .p-goto-slider__ca {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 600px;
    width: 100%;
  }

  .p-goto-nav {
    padding: 60px 0 45px 0;
    background-color: #f3f1ea;
  }

  .p-goto-nav__lists {
    display: flex;
    justify-content: center;
    gap: 0 40px;
  }

  .p-goto-nav__list {
    color: #565656;
    font-size: 28px;
    padding: 0 20px;
  }

  .p-goto-nav__list:hover {
    cursor: pointer;
  }

  /* ------------TOPニュース一覧-------------- */
  .news-slide-wrap {
    width: 100%;
    height: 100%;
    /* background-color: aqua; */
    position: absolute;
    top: 0;
    /* padding: 40px 0; */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* align-items: center; */
  }

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

  .latest-news-thumbnail-img {
    width: 100%;
    height: 200px;
  }

  .latest-news-thumbnail-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }

  .nav-news-thumbnail-img {
    width: 50%;
    height: 200px;
  }

  .nav-news-thumbnail-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }

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

  .latest-news-text {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

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

  .test {
    display: flex;
  }

  .latest-news-title {
    word-break: break-all;
    line-height: 1.7;
  }

  /* ------------カンパニ一覧-------------- */
  .company-slide-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0 30px;
  }

  .company-slide-wrap li {
    width: 20%;
  }

  .company-slide-wrap li p {
    margin-top: 20px;
  }

  /* .company-slide-wrap li:nth-child(1) {
}

.company-slide-wrap li:nth-child(2) {
  margin: 0 20px;
}

.company-slide-wrap li:nth-child(3) {
  margin-right: 20px;
}

.company-slide-wrap li:nth-child(4) {
} */

  /* ---------------ビジネス一覧------------------ */
  .business-slide-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    /* gap: 0 112px; */
    padding: 0 70px;
  }

  .business-slide-wrap::after {
    content: "";
    display: block;
    width: 30%;
  }

  .footer-slide-business-content {
    display: flex;
    width: 30%;
    flex-flow: column;
  }

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

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

  .latest-business-text {
    display: flex;
    flex-direction: column;
    margin-top: 15px;
    width: 100%;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.1;
  }

  .yazirusi-wrap {
    position: absolute;
    bottom: 22%;
    right: 45px;
  }

  .yazirusi {
    position: relative;
    width: 100px;
    margin: 30px;
  }

  .yazirusi-flex {
    display: flex;
    align-items: center;
  }

  .yazirusi-wrap p {
    font-size: 31px;

    color: transparent;
    -webkit-text-stroke: 1px #4f4036;
    font-family: sans-serif;
    font-weight: 600;
    font-style: bold;
  }
  .line01 {
    height: 1px;
    background-color: #000;
  }
  .line02 {
    position: absolute;
    top: 0;
    right: 0;
    transform-origin: right bottom;
    width: 20px;
    height: 1px;
    background-color: #000;
    transform: rotate(45deg);
  }

  .footer-slide-archive-content {
    width: 15%;
    height: auto;
  }

  .yazirusi-archive-wrap {
    position: absolute;
    bottom: -16%;
    right: 72px;
  }
}

@media screen and (max-width: 1150px) {
  .yazirusi-wrap {
    position: absolute;
    bottom: 22%;
    right: -18px;
  }
}

@media screen and (max-width: 1024px) {
  .footer-slide-news-content {
    display: flex;
    width: 51%;
  }
}

@media screen and (max-width: 960px) {
  .latest-news-thumbnail-img {
    width: 100%;
    height: 200px;
  }

  .nav-news-thumbnail-img {
    width: 100%;
    height: 200px;
  }

  .latest-news-text {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 20px 0 40px;
  }
}

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

.slick-track {
  background-color: #f3f1ea;
  padding: 40px 0px;
}

.mb-20 {
  margin-bottom: 10px;
}

@media screen and (min-width: 961px) and (max-width: 1340px) {
  .yazirusi-archive-wrap {
    bottom: -27%;
  }
}

.yazirusi-wrap p {
  color: transparent;
  -webkit-text-stroke: 1px #4f4036;
  font-family: sans-serif;
  font-weight: 600;
  font-style: bold;
}

@media screen and (min-width: 1600px) {
  .footer-slide-archive-content {
    width: 200px;
    height: 200px;
  }
}

@media screen and (min-width: 1800px) {
  .footer-slide-archive-content {
    width: 220px;
    height: 220px;
  }

  .business-archive-slide-wrap {
    gap: 40px 20px;
  }

  .yazirusi-archive-wrap {
    position: absolute;
    bottom: -20%;
    right: 72px;
  }
}

@media screen and (min-width: 1900px) {
  .footer-slide-archive-content {
    width: 250px;
    height: 250px;
  }

  .yazirusi-archive-wrap {
    position: absolute;
    bottom: -26%;
    right: 72px;
  }
}
