@charset "UTF-8";

section {
  padding: 8rem 0;
  border-top: 1px solid #e9eced
}

@media only screen and (max-width: 959px) {
  section {
    padding: 5rem 0
  }
}

.top-ttl {
  position: relative;
  padding-top: 2.5rem;
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: .2em;
  line-height: 1;
}

.top-ttl::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 9rem;
  height: 3px;
  background-color: #b1a087;
}

.top_category {
  margin: -4.5rem auto;
}

.top_category>h2 {
  font-size: 2.4rem;
  text-align: center;
  padding-top: 0;
}

.search-area h2 {
  font-size: 2.4rem;
  text-align: center;
  padding-top: 25px;
}

.top_category>h2::before {
  bottom: -0.5em;
  top: unset;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.search-area h2::before {
  bottom: 0;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

ul.search-category__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 6rem;
  justify-content: space-around;
}

ul.search-category__list li.search-category__item {
  width: calc((100% - 90px) / 8);
  text-align: center;
}

ul.search-category__list li.search-category__item a::before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto 1.5rem;
}

ul.search-category__list li.search-category__item:first-child a::before {
  background: url(/common/images/category_all.png) no-repeat;
  background-size: contain;
}

ul.search-category__list li.search-category__item:nth-child(2) a::before {
  background: url(/common/images/category_indoor-work.png) no-repeat;
  background-size: contain;
}

ul.search-category__list li.search-category__item:nth-child(3) a::before {
  background: url(/common/images/category_food.png) no-repeat;
  background-size: contain;
}

ul.search-category__list li.search-category__item:nth-child(4) a::before {
  background: url(/common/images/category_work-outside.png) no-repeat;
  background-size: contain;
}

ul.search-category__list li.search-category__item:nth-child(5) a::before {
  background: url(/common/images/category_design.png) no-repeat;
  background-size: contain;
}

ul.search-category__list li.search-category__item:nth-child(6) a::before {
  background: url(/common/images/category_sns.png) no-repeat;
  background-size: contain;
}

ul.search-category__list li.search-category__item:nth-child(7) a::before {
  background: url(/common/images/category_worries.png) no-repeat;
  background-size: contain;
}

ul.search-category__list li.search-category__item:nth-child(8) a::before {
  background: url(/common/images/category_others.png) no-repeat;
  background-size: contain;
}

ul.search-category__list li.search-category__item a {
  display: block;
  line-height: 2rem;
  margin: 0 auto;
  padding: 0;
}

@media only screen and (max-width: 960px) {
  .top_category {
    margin: -1.5rem auto;
  }

  .top_category>h2 {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 767px) {
  .search-area {
    display: none;
  }

  .top-ttl {
    font-size: 2.6rem;
  }

  .top-ttl::before {
    width: 7rem;
  }

  .top_category {
    margin: -1.5rem auto -2rem;
  }

  .top_category>h2 {
    font-size: 1.8rem;
  }

  ul.search-category__list {
    justify-content: flex-start;
    margin-top: 3rem;
  }

  ul.search-category__list li.search-category__item {
    width: 21%;
  }

  ul.search-category__list li.search-category__item a {
    font-size: 1.3rem;
    line-height: 1.6rem;
  }

  ul.search-category__list li.search-category__item::before {
    width: 60px;
    height: 60px;
    margin: 0 auto 1rem;
  }
}

.main-vis {
  display: block;
  width: 100%;
  height: 650px;
  min-height: 650px;
  background: url("../images/fv.jpg") no-repeat top center #fff;
  background-size: cover;
  position: relative;
}

.main-vis__inner {
  width: 100%;
  max-width: 100vw;
  height: 100%;
  margin: 0 auto;
  padding: 7.5rem 0 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.main-vis__inner>div {
  width: 51%;
  text-align: center;
}

.main-vis__subtxt {
  color: #55acee;
  font-size: 2.4rem;
  font-weight: bold;
}

.main-vis__txt {
  margin: 2rem 0 4rem;
  font-size: 5.5rem;
  font-weight: bold;
}

.main-vis__txt img {
  width: 100%;
  height: auto;
}

.main-vis .btnBox {
  display: flex;
  width: 100%;
}

.main-vis__btn {
  display: inline-block;
  padding: 0 4rem;
  height: 6rem;
  border-radius: 45px;
  background-color: #DD6E41;
  font-size: 2rem;
  line-height: 6rem;
  text-align: center;
  color: #fff;
  font-weight: bold;
}

.main-vis__btn:first-child a {
  background-image: linear-gradient(to top, #172fc1, #0079c5), linear-gradient(to bottom, #0079c5, #0079c5);

}

.main-vis__btn:last-child a {
  background-image: linear-gradient(to top, #c8520a, #f90), linear-gradient(to bottom, #fd9500, #fd9500);
}

@media only screen and (max-width: 1320px) {
  .main-vis__inner {
    padding: 7.5rem 2rem 4rem;
  }

  .main-vis__txt {
    font-size: 3.6rem;
  }
}

@media only screen and (max-width: 959px) {
  .main-vis {
    height: auto;
    min-height: auto
  }

  .main-vis__txt {
    font-size: 2.9rem;
  }

  .main-vis__inner {
    max-width: 92%;
    height: 50rem;
    padding: 5rem 0;
  }

  .main-vis .btnBox {
    flex-direction: column;
    gap: 2rem;
  }

  .main-vis__btn {
    width: 90%;
    margin: 0 auto;
  }

  .main-vis__btn a {
    height: 7rem;
    line-height: 7rem;
  }
}

@media only screen and (max-width: 767px) {
  .main-vis {
    background: url("../images/fv-sp.jpg") no-repeat center #fff;
    background-size: cover;
    height: calc(100vh - 5rem);
    padding: 0.5rem 1.5rem;
  }

  .main-vis__inner {
    height: auto;
    max-width: none;
    padding: 0;
  }

  .main-vis__inner>div {
    width: 100%;
    padding-top: 4rem;
  }

  .main-vis__txt {
    margin-bottom: 4rem;
    font-size: 2.8rem;
  }

  .main-vis__subtxt {
    font-size: 2rem;
  }

  .main-vis .btnBox {
    gap: 1rem;
  }

  .main-vis__btn {
    font-size: 1.6rem;
    height: 6rem;
    line-height: 6rem;
  }
}

.top-form {
  padding: 60px 0;
}

.feature {
  padding: 9.5rem 0;
  box-shadow: inset 0px 3px 20px 0 rgba(0, 0, 0, 0.1);
}

.feature .l-container {
  max-width: 107rem;
}

.feature__ttl {
  position: relative;
  margin-bottom: 3.5rem;
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: .2em;
  text-align: center;
}

.feature__ttl::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 37rem;
  transform: translateY(-50%);
  background-image: url('/common/images/logo.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 48px;
  height: 48px;
}

.feature__txt {
  font-size: 1.8rem;
  line-height: 2;
  padding: 0 12rem;
}

@media only screen and (max-width: 1200px) {
  .feature__ttl {
    padding-left: 5rem;
  }

  .feature__ttl::before {
    left: 7.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .feature__txt {
    font-size: 1.6rem;
    line-height: 1.7;
    padding: 0;
  }

  .feature {
    padding: 7rem 0;
  }

  .feature__ttl {
    margin-bottom: 2rem;
    font-size: 2.2rem;
  }

  .feature__ttl::before {
    width: 3.5rem;
    height: 3.5rem;
  }

  .top-form {
    padding: 30px 0;
  }
}

.search-area__contents {
  height: 650px;
  padding-top: 90px;
}

.search-area__contents::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(/common/images/map.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 590px;
  height: 580px;
}

.search-area__inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.search-area__list {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 470px;
}

.search-area__item {
  width: 150px;
  height: 30px;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, .9);
  text-align: center;
}

.search-area__item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 25px;
  font-size: 18px;
  color: #333;
}

.search-area__list-hokkaido,
.search-area__list-okinawa {
  justify-content: center;
}

.search-area__list-tohoku,
.search-area__list-kanto,
.search-area__list-shikoku,
.search-area__list-kyusyu,
.search-area__list-hokkaido,
.search-area__list-okinawa {
  width: 31rem;
}

.search-area__list-hokkaido .search-area__item {
  border: 3px solid #00cad6;
}

.search-area__list-tohoku .search-area__item {
  border: 3px solid #4fbd8d;
}

.search-area__list-kanto .search-area__item {
  border: 3px solid #f1906a;
}

.search-area__list-kansai .search-area__item {
  border: 3px solid #f66000;
}

.search-area__list-chubu .search-area__item {
  border: 3px solid #9cc813;
}

.search-area__list-kyusyu .search-area__item {
  border: 3px solid #db530f;
}

.search-area__list-shikoku .search-area__item {
  border: 3px solid #bc5c47;
}

.search-area__list-okinawa .search-area__item {
  border: 3px solid #c94dbb;
}

.search-area__list-chugoku .search-area__item {
  border: 3px solid #927fb7;
}

.search-area__list-hokkaido {
  top: 0;
  right: 0;
}

.search-area__list-tohoku {
  top: 75px;
  right: 0;
}

.search-area__list-kanto {
  top: 230px;
  right: 0;
}

.search-area__list-chugoku {
  top: 160px;
  left: 0;
}

.search-area__list-kansai {
  bottom: 0;
  right: 0;
}

.search-area__list-chubu {
  top: 0;
  right: 550px;
}

.search-area__list-kyusyu {
  top: 280px;
  left: 0;
}

.search-area__list-kyusyu {
  top: 280px;
  left: 0;
}

.search-area__list-okinawa {
  bottom: 0;
  left: 0;
}

.search-area__list-shikoku {
  bottom: 0;
  right: 550px;
}

@media only screen and (max-width: 1200px) {
  .search-area__contents {
    height: 70rem;
  }

  .search-area__list-okinawa,
  .search-area__list-chubu {
    left: 0;
    right: auto;
  }

  .search-area__list-shikoku {
    right: auto;
    left: 0;
    bottom: 70px;
  }

  .search-area__list-hokkaido,
  .search-area__list-okinawa {
    width: auto;
  }
}

@media only screen and (max-width: 900px) {
  .search-area__contents {
    height: auto;
  }

  .search-area__list {
    position: static;
    justify-content: flex-start;
    gap: 10px 1%;
    width: 100%;
    margin-bottom: 30px;
  }

  .search-area__item {
    width: 24.25%;
  }
}

@media only screen and (max-width: 550px) {
  .search-area__list {
    width: 100% !important;
    margin-bottom: 30px;
  }

  .search-area__item {
    width: 49.5%;
  }

  .search-area__contents {
    padding-top: 60px;
  }

  .search-area__contents::before {
    width: 17rem;
    margin-left: 10rem;
    margin-top: -7rem;
  }
}

@media only screen and (max-width: 767px) {
  .search-category__list {
    gap: 1.5rem;
  }
}

.banner-2 {
  padding: 9rem 0;
  background-color: #fcf4dd;
}

.banner__inner {
  display: flex;
  justify-content: center;
}

.banner__item {
  max-width: 58rem;
  width: 100%;
}

.banner__item a {
  display: inline-block;
  width: 100%;
}

.banner__item a img {
  width: 100%;
}

.banner-1 {
  padding: 9rem 0;
  background-color: #fcf4dd;
}

.banner-1 a {
  display: inline-block;
}

.banner-1 a img {
  width: 100%;
}

@media only screen and (max-width: 767px) {

  .banner-2,
  .banner-1 {
    padding: 6rem 0;
  }

  .banner__inner {
    flex-direction: column;
    gap: 3rem;
  }
}

.pickup__cover {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 3rem;
  margin-top: 6rem;
}

.pickup__inner {
  /* max-width: 57rem; */
  width: 100%;
  margin-top: 6rem;
}

.pickup__mainttl {
  width: 100%;
  height: 6rem;
  margin-bottom: 2rem;
  border-radius: 12px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 6rem;
  text-align: center;
  background-color: #fd9500;
  color: #fff;
}

.pickup__inner:last-child .pickup__mainttl {
  background-color: #0974c3;
}

.pickup__contents {
  width: 100%;
  display: flex;
  /* flex-wrap: wrap; */
  justify-content: flex-start;
}

@media only screen and (max-width: 767px) {
  .pickup__contents {
    width: 90%;
    margin: auto;
  }
}

/* .pickup__contents > li {
  width: 19%;
  margin: .5%;
  display: flex;
} */

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: #000;
  border: #000;
  outline: #000;
  background: #000;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: #000;
  outline: none;
  background: #000;
}

/* .pickup__box{
  width: 100%;
  border: 1px solid #999;
  border-radius: 10px;
  padding: 0.1rem;
} */
.slick-track {
  display: flex;
  align-items: stretch;
}

.slick-initialized .slick-slide {
  width: 100%;
  border: 1px solid #999;
  border-radius: 10px;
  padding: 0.1rem;
  margin: 0 1rem;
  min-height: 35rem;
}

/* @media only screen and (max-width: 767px) {
  .slick-initialized .slick-slide {
    min-height: 39rem;
  }
} */

.pickup__box:not(:last-child) {
  margin-bottom: 3rem;
}

.pickup__img {
  width: 100%;
  height: 20rem;
}

.pickup__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.pickup__right {
  width: calc(100% - 2% - 18rem);
}

.pickup_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pickup__name {
  font-size: 1.8rem;
  color: #333;
  line-height: 1;
  margin: 1.2rem 0.8rem 0.8rem;
}

.pickup__star {
  height: 15px;
  width: auto;
  margin: 0.8rem;
}

.pickup__ttl {
  margin: 1.2rem .8rem .8rem;
  font-size: 2.2rem;
  line-height: 2.8rem;
  font-weight: bold;
  color: #0079c5;
}

.pickup__txt {
  font-size: 1.6rem;
  color: #333;
  line-height: 1.7;
  margin: 0 0.8rem 1rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* 任意の行数を指定 */
}

@media only screen and (max-width: 959px) {
  .pickup__cover {
    flex-direction: column;
    gap: 5rem;
  }

  .pickup__inner {
    max-width: unset;
  }

  .pickup__contents>li {
    width: 32.3%;
  }
}

@media only screen and (max-width: 767px) {
  .pickup__box {
    flex-direction: column;
    gap: 2rem;
  }

  .pickup__img,
  .pickup__right {
    width: 100%;
  }

  .pickup__ttl {
    font-size: 1.8rem;
    margin: 1rem 0.8rem 0.5rem;
    line-height: 2.2rem;
  }

  .pickup__mainttl {
    font-size: 2rem;
    margin-bottom: 1rem;
  }

  .pickup__contents>li {
    width: 49%;
  }

  .pickup__img {
    height: 18rem;
  }

  .pickup__inner {
    margin-top: 3rem;
  }

  .pickup__txt {
    font-size: 1.4rem;
  }

  .pickup__star {
    margin: .5rem .8rem;
  }

  .pickup__name {
    font-size: 1.6rem;
  }
}

.article__inner {
  display: flex;
  gap: 1.33333%;
  margin-top: 6rem;
}

.article__contents {
  width: 24%;
  padding: 1.5rem;
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #aaa;
  display: flex;
  flex-flow: column;
}

.article__img {
  width: 100%;
  height: 18rem;
}

.article__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 6px;
}

.article__ttl {
  margin: 1.5rem 0;
  font-size: 2rem;
  font-weight: bold;
  color: #0079c5;
  line-height: 1.5;
}

.article__date {
  font-size: 1.4rem;
  text-align: right;
  line-height: 1;
}

.article__txt {
  margin: 1.5rem 0;
  font-size: 1.6rem;
  line-height: 1.8;
}

.article__btn {
  display: inline-block;
  width: 100%;
  height: 4.5rem;
  background-color: #24d60d;
  border-radius: 22px;
  color: #fff;
  text-align: center;
  line-height: 4.5rem;
  font-size: 2rem;
  margin-top: auto;
}

.article__btn:hover {
  color: #fff;
  opacity: .8;
}

.article__btn-cover {
  margin-top: 5rem;
  text-align: right;
}

.article__btn-cover a {
  max-width: 28rem;
  font-weight: bold;
}

@media only screen and (max-width: 959px) {
  .article__inner {
    flex-wrap: wrap;
    gap: 3rem 2%;
  }

  .article__contents {
    width: 49%;
  }

  .article__btn-cover {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .article__inner {
    gap: 3rem;
  }

  .article__contents {
    width: 100%;
  }

  .article__btn-cover a {
    max-width: unset;
  }
}

.news__inner {
  margin-top: 6rem;
}

.news__contents {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 3rem;
  border: 1px solid #aaa;
  border-radius: 6px;
}

.news__contents:not(:last-child) {
  margin-bottom: 2rem;
}

.news__date {
  font-size: 1.4rem;
  color: #333;
}

.news__ttl {
  width: 28.5rem;
  font-size: 1.8rem;
  font-weight: bold;
  color: #0079c5;
}

.news__txt {
  width: 48rem;
  font-size: 1.6rem;
  line-height: 1.5;
}

.news__btn {
  display: inline-block;
  width: 14rem;
  height: 4.5rem;
  border-radius: 20px;
  background-color: #24d60d;
  color: #fff;
  font-weight: bold;
  line-height: 4.5rem;
  text-align: center;
}

.news__btn:hover {
  color: #fff;
  opacity: .8;
}

@media only screen and (max-width: 959px) {
  .news__contents {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }

  .news__txt,
  .news__ttl,
  .news__btn {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .news__contents {
    padding: 2rem 1.5rem;
    gap: 1.5rem;
  }
}

#page_top {
  position: fixed;
  bottom: 4rem;
  right: 4rem;
  width: 6.4rem;
  height: 6.4rem;
  background: url(../images/pagetop.png) center center no-repeat;
  background-size: contain;
  z-index: 10350001;
  /* z-index: 2000; */
}

@media (max-width: 767px) {
  #page_top {
    bottom: 5rem;
    right: 0.8rem;
    width: 4rem;
    height: 4rem;
  }
}

.ninja_onebutton_output {
  position: fixed;
  top: 100px;
  left: 5px;
}

.ninja_onebutton_output img {
  width: 30px;
  height: 30px;
}

@media (max-width: 767px) {
  .ninja_onebutton_output {
    display: none;
  }
}
