/********************************************
 共通
*********************************************/
.sp-only {
  display: none;
}
@media only screen and (max-width: 767px) {
  .sp-only {
      display: inline-block;
  }
  .pc-only {
      display: none;
  }
}

.fs-085 {
  font-size: 0.85rem;
}

.btn_round {
  font-size: 16px;
  font-weight: 500;
  display: block;
  width: min(100%, 300px);
  background-color: #000;
  color: #fff;
  line-height: 40px;
  border-radius: 100px;
  padding: 1em 2em;
  font-weight: bold;
  position: relative;
  box-sizing: border-box;
  border: 2px solid #000;
  transition: 0.4s;
}
.btn_round::after {
  content: '';
  width: 8.48px;
  height: 8.48px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
  transform: rotate(45deg);
}
.btn_round:hover {
  background-color: #fff;
  color: #000;
}
.btn_round:hover::after {
  border-color: #000;
}

.our_service .lower-contents {
    background: #34b7fd;
}
.our_service .lower-inner::before {
    background: #34b7fd;
}
.our_service_information .lower-contents {
    background: #fff;
}
.our_service_information .lower-inner::before {
  background: #fff;
}

.our_service .lower-sec-ttl {
    font-family: 'Helvetica','Noto Sans JP', sans-serif;
    font-weight: 700;
    margin-bottom: 50px;
}
@media only screen and (max-width: 375px) {
    .our_service .lower-contents  {
        padding: 20px 30px 220px 28px;
    }
}

.our_service h3.ttl_yellow-bar {
  font-size: 1.25rem;
  font-weight: 700;
  padding-left: 1em;
  margin-bottom: 1em;
  position: relative;
}
.our_service h3.ttl_yellow-bar::before {
  content: '';
  display: block;
  width: 10px;
  height: calc(1em * 1.75);
  background-color: #ffe100;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 375px) {
  .our_service h3.ttl_yellow-bar {
    font-size: 1.42em;
  }
}


/* list-item */
.list-item {
  display: block;
  width: 100%;
}
.list-item_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 2px solid #000;
  line-height: 1.6;
}
.list-item_desc {
    font-size: 1rem;
    margin-top: 1em;
    line-height: 1.6;
}
@media only screen and (max-width: 768px) {
    .list-item_desc {
    font-size: 14px;
    }
}


/********************************************
 OUR SERVICEページ
*********************************************/
.our_service .knowledge {
    margin-top: 120px;
}
.our_service .knowledge .lower-sec-ttl {
    font-size: 42px;
}
@media only screen and (max-width: 768px) {
    .our_service .knowledge .lower-sec-ttl {
        font-size: 2.15em;
    }
}


.service-list_container {
    margin-top: 80px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    gap: clamp(1.5rem, 4vw, 48px);
    }
    @media only screen and (max-width: 1023px) {
      .service-list_container {
        grid-template-columns: 1fr 1fr;
      }
    }
    @media only screen and (max-width: 767px) {
        .service-list_container {
            grid-template-columns: 1fr;
            gap: 80px;
        }
    }

  .service-list_item {
    position: relative;
  }


  .service-item_img_container {
    overflow: hidden;
    border-radius: clamp(20px,5vw, 40px);
    border: 2px solid #000;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
  }
  .service-item_img {
    width: 100%;
    display: block;
    position: relative;
  }
  .service-item_img::after {
    content: "";
    position: absolute;
    top: 20px;
    right: 22px;
    width: 95%;
    height: 100%;
    border-radius: clamp(20px,5vw, 40px);
    background-color: rgba(0,0,0,0.16);
    transform: rotate(5deg);
    }
    @media only screen and (max-width: 768px) {
      .service-item_img::after {
          width: 95%;
          top: 7px;
          right: 16px;
      }
  }
  .service-item_img:hover img {
    transform: scale(1.2);
  }
  @media only screen and (max-width: 768px) {
    .service-item_img:hover img {
      transform: initial;
    }
  }
  .service-item_img img {
      transition: transform 0.6s;
      position: relative;
  }

  .service-item_tag {
    position: absolute;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    padding: 0px 8px;
    transform: rotate(-10deg);
    /* font-size: min(1.5vw, 18px); */
    font-size: clamp(0.85rem, 1.5vw, 18px);
    color: #ff3434;
    font-family: 'poppins', sans-serif;
    font-weight: 500;
    font-style: italic;
    background-color: #fff;
    width: max-content;
    top: 0;
    left: -16px;
    z-index: 1;
  }

  .service-list_item .list-item_title {
    margin-top: 28px;
}


.service-list_box_container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    gap: clamp(1.5rem, 4vw, 48px);
    margin-top: 80px;
    }
    @media only screen and (max-width: 768px) {
        .service-list_box_container {
            grid-template-columns: 1fr;
        }
    }

  .service-list_box {
    height: auto;
  }

  .service-list_box a {
    display: inline-block;
    border: 1px solid #000;
    border-radius: clamp(20px,5vw, 30px);
    padding: 30px;
    background-color: #d6f0fe;
    width: 100%;
    height: 100%;
    transition: 0.6s;
  }
  .service-list_box a:hover {
    opacity: 0.7;
    transition: opacity 0.6s;
}




/********************************************
 知っておきたいお役立ち情報
*********************************************/
.knowledge-list_container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  gap: clamp(1.5rem, 4vw, 48px);
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .knowledge-list_container {
      grid-template-columns: 1fr;
  }
}

.knowledge-list_item {
  position: relative;
}
/* .knowledge-list_item.badge::before {
  content: '';
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #000;
  color: #fff;
  line-height: 80px;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: 2;
}
.knowledge-list_item.badge._kaigyou::before {
  content: "新規開業";
  padding: 0.85em;
  line-height: 1.25em;
}
.knowledge-list_item.badge._knowledge::before {
  content: "知識";
  padding: 0.85em;
  line-height: 1.25em;
}
@media only screen and (max-width: 768px) {
  .knowledge-list_item.badge::before {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 1rem;
    top: -1rem;
    left: -1rem;
  }
  .knowledge-list_item.badge._kaigyou::before {
    padding: 0.5em;
  }
} */

.knowledge-list_item .badge {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.25;
  font-weight: 700;
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.knowledge-list_item .badge span {
  text-align: center;
}

.knowledge-list_item .service-item_img::after {
  display: none;
}
.knowledge-item_title {
  font-size: 1.25rem;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .knowledge-item_title {
    font-size: 1rem;
  }
}




/********************************************
Kaigyouページ
*********************************************/
.our_service_info_block {
  margin-top: 120px;
}
@media only screen and (max-width: 767px) {
  .our_service_info_block {
    margin-top: 60px;
  }
}

.our_service_info_block._01 .movie_container {
  /* width: fit-content; */
  width: 100%;
}
.our_service_info_block._01 .movie {
    max-width: 856px;
    margin: 40px auto 0 auto;
}
.our_service_info_block._01 .btn-container {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .our_service_info_block._bnr {
    margin: 60px 0;
  }
}
.our_service_info_block._bnr .bnr {
  transition: 0.6s;
}
.our_service_info_block._bnr .bnr:hover {
  opacity: 0.6;
}

.information-list_container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  gap: clamp(1.5rem, 4vw, 40px);
  /* margin-top: 40px; */
}

.information-list_item {
  width: 100%;
  border: 2px solid #000;
  border-radius: 30px;
  overflow: hidden;
  transition: 0.6s;
}
.information-list_item:hover {
  background-color: #d6f0fe;
}
.information-list_item:hover .information-item_img img {
  transform: scale(1.1);
}

.information-item_inner {
  display: flex;
  justify-content: flex-start;
  height: 100%;
}
.information-item_img {
  background-color: #34b7fd;
  width: 150px;
  height: auto;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.information-item_img img {
  max-width: 80px !important;
  max-height: 80px;
  transition: 0.6s;
}
.information-item_content {
  width: calc(100% - 150px);
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.information-item_content .list-item_title h3 {
  font-size: 1.25rem;
}

.our_service_info_block._04 .information-list_container {
  display: block;
}
.our_service_info_block._04 .information-list_item:hover {
  background-color: #fffbdc;
}
.our_service_info_block._04 .information-item_img {
  background-color: #ffe100;
  width: 280px;
  aspect-ratio: unset;
}
.our_service_info_block._04 .information-item_img img {
  max-width: 50% !important;
  max-height: unset;
}
.our_service_info_block._04 .information-item_content {
  width: calc(100% - 280px);
  height: 100%;
  min-height: 160px;
}

.our_service figcaption {
  font-size: 0.85rem;
}


@media only screen and (max-width: 768px) {
  .information-list_container {
    grid-template-columns: 1fr;
  }
  .information-item_img {
    width: 35% !important;
  }
  .information-item_img img {
    /* max-width: 60px !important; */
    max-width: max(80%,60px) !important;
    max-height: max(40%,60px);
  }
  .our_service_info_block._04 .information-item_img img {
    max-width: 65% !important;
  }
  .information-item_content {
    width: 65% !important;
    padding: 1rem;
  }
  .information-item_content .list-item_title h3 {
    font-size: 1.125rem;
  }

}
@media only screen and (max-width: 375px) {
  .information-list_item .list-item_desc {
    font-size: 0.75rem;
  }
}



/********************************************
store_sales_proposalページ
*********************************************/
.our_service .bnr_container {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.our_service .bnr_container .bnr {
  display: block;
  margin: 0 auto;
}
.our_service .bnr_container .bnr figure {
  width: fit-content;
  overflow: hidden;
}
.our_service .bnr_container .bnr figure img {
  transition: 0.6s;
}
.our_service .bnr_container .bnr:hover figure img {
  transform: scale(1.2);
}


/* .our_service .bnr_beautycity {
  display: block;
  width: fit-content;
  height: fit-content;
  margin: 0 auto;
} */