@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
.d-pc {
  display: none;
}
@media (min-width: 992px) {
  .d-pc {
    display: block;
  }
}

@media (min-width: 992px) {
  .d-sp {
    display: none;
  }
}

.fnoto {
  font-family: "Noto Serif JP", serif;
}

.banner {
  position: relative;
  color: #ffffff;
  line-height: 1.4;
}
.banner_picture {
  display: inline-block;
  width: 100%;
}
.banner_picture img {
  width: 100%;
  min-height: 212px;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner_content {
  width: 100%;
  top: 50%;
  left: 0;
  position: absolute;
  transform: translateY(-50%);
}
.banner_content-ttl, .banner_content h1 {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  line-height: 1.3;
}
@media (min-width: 992px) {
  .banner_content-ttl, .banner_content h1 {
    font-size: 36px;
  }
}

.section-1 {
  padding: 65px 0;
  font-weight: 500;
  line-height: 1.7;
}
@media (min-width: 992px) {
  .section-1 {
    padding: 100px 0;
    font-size: 17px;
  }
}
.section-1 .container-fluid {
  max-width: 850px;
}

.section-contact {
  position: relative;
  background-image: url("../img/business/bg-2-sp.jpg");
  background-size: cover;
  padding: 40px 0;
  color: #ffffff;
  z-index: 0;
}
@media (min-width: 992px) {
  .section-contact {
    background-image: url("../img/business/bg-2.jpg");
    padding: 55px 0 60px;
  }
}
.section-contact::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(50, 65, 104, 0.8);
  z-index: -1;
}
@media (min-width: 992px) {
  .section-contact::before {
    content: "";
  }
}
.section-contact .ttl {
  color: #ffffff;
  font-size: 18px;
}
@media (min-width: 992px) {
  .section-contact .ttl {
    font-size: 26px;
  }
}

.group-btn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 60px;
  margin-top: 70px;
}
@media (min-width: 992px) {
  .group-btn {
    gap: 40px;
  }
}
.group-btn .btn {
  min-width: 280px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border: 0;
  border-radius: 10px;
  font-weight: 700;
  line-height: 1;
  gap: 13px;
  z-index: 1;
}
@media (min-width: 992px) {
  .group-btn .btn:hover::before {
    background: #ffffff;
  }
  .group-btn .btn:hover .ico:not(.hover) {
    display: none;
  }
  .group-btn .btn:hover .hover {
    display: block;
  }
}
.group-btn .btn .hover {
  display: none;
}
.group-btn .btn::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border-radius: 8px;
  transition: 0.3s ease-in-out;
  z-index: -1;
}
.group-btn .btn-tel {
  font-size: 28px;
  background: linear-gradient(90deg, rgb(12, 119, 255) 0%, #1ccaff 100%);
}
.group-btn .btn-tel::before {
  background: linear-gradient(90deg, rgb(12, 119, 255) 0%, rgb(28, 212, 255) 100%);
}
@media (min-width: 992px) {
  .group-btn .btn-tel:hover {
    color: #1ca5ff;
  }
}
.group-btn .btn-tel svg {
  width: 26px;
  height: 33px;
}
.group-btn .btn-tel .text {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.group-btn .btn-tel .small {
  font-size: 12px;
}
.group-btn .btn-contact {
  font-size: 24px;
  background: linear-gradient(90deg, #e3584d 0%, #ffb94d 100%);
  padding: 17px 30px;
}
.group-btn .btn-contact::before {
  background: linear-gradient(90deg, #d3584d 0%, #ffc24d 100%);
}
@media (min-width: 992px) {
  .group-btn .btn-contact:hover {
    color: #ff884d;
  }
}
.group-btn .btn-contact svg {
  width: 37px;
  height: 29px;
}
.group-btn .btn p {
  margin: 0;
}
.group-btn .toltip {
  position: absolute;
  bottom: calc(100% + 14px);
  left: 50%;
  background-color: #ffffff;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
  color: #42568a;
  padding: 5px 20px;
  border-radius: 30px;
  transform: translateX(-50%);
}
@media (min-width: 992px) {
  .group-btn .toltip {
    font-size: 18px;
  }
}
.group-btn .toltip::after {
  content: "";
  position: absolute;
  border: solid 5px transparent;
  border-top: solid 7px #ffffff;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.mw-1000 {
  max-width: 1000px;
}

.section-model {
  padding: 70px 0 60px;
}
@media (min-width: 992px) {
  .section-model {
    padding: 120px 0 100px;
  }
}
.section-model .container-fluid {
  position: relative;
  z-index: 1;
}
.section-model .sub {
  position: absolute;
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  color: #f8f9fa;
  bottom: calc(100% - 25px);
  left: 10px;
  margin: 0;
  text-transform: uppercase;
  z-index: -1;
}
@media (min-width: 992px) {
  .section-model .sub {
    font-size: 110px;
    bottom: calc(100% - 40px);
  }
}

.ttl {
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-weight: 700;
  color: #42568a;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .ttl {
    font-size: 29px;
    margin-bottom: 50px;
  }
}

.list-model {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  -moz-column-gap: 60px;
       column-gap: 60px;
  row-gap: 37px;
}
@media (min-width: 992px) {
  .list-model {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 80px;
  }
}
.list-model a:hover {
  opacity: 0.7;
  color: inherit;
}
.list-model-item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  row-gap: 20px;
}
@media (min-width: 992px) {
  .list-model-item {
    row-gap: 30px;
  }
}
.list-model-item.align-center {
  align-items: center;
}
.list-model-item-top {
  -moz-column-gap: 15px;
       column-gap: 15px;
}
@media (min-width: 992px) {
  .list-model-item-top {
    min-height: 270px;
  }
}
.list-model .thumbnail, .list-model .infor {
  position: relative;
  width: calc(50% - 7.5px);
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  flex-direction: column;
}
.list-model-tags {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.list-model-tags .tag {
  width: 42px;
  padding: 3px 2px;
  display: inline-block;
  text-align: center;
  border-radius: 3px;
  color: #ffffff;
  font-size: 12px;
}
.list-model-tags .tag-1 {
  background-color: #e65022;
}
.list-model-tags .tag-2 {
  background-color: #f39525;
}
.list-model p {
  margin-bottom: 0.5rem;
}
.list-model .text-1 {
  font-size: 10px;
  margin-bottom: 0.3rem;
}
@media (min-width: 992px) {
  .list-model .text-1 {
    font-size: 15px;
  }
}
.list-model .text-2 {
  width: 100%;
  font-size: 19px;
  font-weight: 700;
  line-height: 1;
  color: #42568a;
}
@media (min-width: 992px) {
  .list-model .text-2 {
    font-size: 28px;
  }
}
.list-model .text-3 {
  width: 100%;
  font-size: 9px;
  font-weight: 500;
}
@media (min-width: 992px) {
  .list-model .text-3 {
    font-size: 13px;
  }
}
.list-model .text-4 {
  font-size: 9px;
  color: #ffffff;
  background-color: #8b8f94;
  padding: 3px 15px;
  margin-bottom: 0.7rem;
}
@media (min-width: 992px) {
  .list-model .text-4 {
    font-size: 12px;
  }
}
.list-model .text-5 {
  width: 100%;
  font-size: 8px;
  font-weight: 700;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .list-model .text-5 {
    font-size: 12px;
  }
}
.list-model .infor-price {
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  color: #42568a;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .list-model .infor-price {
    font-size: 38px;
  }
}
.list-model .infor-price span {
  font-size: 14px;
}
@media (min-width: 992px) {
  .list-model .infor-price span {
    font-size: 20px;
  }
}
.list-model .price-small {
  font-size: 20px;
}
@media (min-width: 992px) {
  .list-model .price-small {
    font-size: 28px;
  }
}
.list-model .desc {
  position: relative;
  display: flex;
  flex-direction: column;
  font-size: 15px;
  flex: 1;
}
.list-model .group-link {
  margin-top: auto;
}
.list-model .day {
  min-width: 155px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 5px;
  margin-top: 5px;
  color: #42568a;
  background-color: #f1f1f1;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media (min-width: 992px) {
  .list-model .day {
    min-width: 200px;
    padding: 7px 10px;
    font-size: 26px;
  }
}
.list-model .day span {
  font-size: 10px;
}
@media (min-width: 992px) {
  .list-model .day span {
    font-size: 14px;
  }
}
.list-model .day .small {
  font-size: 14px;
}
@media (min-width: 992px) {
  .list-model .day .small {
    font-size: 20px;
  }
}
.list-model .day .bg {
  background-color: #42568a;
  color: #ffffff;
  padding: 3px 7px;
}
.list-model .day-small {
  font-size: 14px;
}
@media (min-width: 992px) {
  .list-model .day-small {
    font-size: 18px;
  }
}

.btn {
  min-width: 180px;
  position: relative;
  border: 0;
  z-index: 1;
  padding: 10px 35px 10px 25px;
}
.btn-more {
  background: linear-gradient(90deg, #214892 0%, #7ebfef 100%);
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 10px;
  box-shadow: 5px 5px 15px #d2d2d2;
}
.btn-more::before, .btn-more::after {
  content: "";
  position: absolute;
}
.btn-more::before {
  position: absolute;
  top: 3px;
  left: 3px;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  background: linear-gradient(90deg, #233e80 0%, #82c3ef 100%);
  border-radius: 10px;
  z-index: -1;
}
.btn-more::after {
  width: 10px;
  height: 10px;
  right: 20px;
  top: 50%;
  border-top: solid thin #ffffff;
  border-right: solid thin #ffffff;
  transform: translateY(-50%) rotate(45deg);
  margin: 0 0 2px 5px;
}
.btn-more:hover {
  color: #ffffff;
  opacity: 0.7;
}
.btn-more.fs-16 {
  font-size: 16px;
}

.rental {
  padding-bottom: 80px;
}

.price {
  padding-top: 0px;
}
@media (min-width: 992px) {
  .price {
    padding-top: 80px;
  }
}
@media (min-width: 992px) {
  .price .ttl {
    margin-bottom: 88px;
  }
}
.price-group {
  display: grid;
  gap: 20px;
}
@media (min-width: 992px) {
  .price-group {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 50px;
    gap: 50px 100px;
  }
}
.price-group a:hover {
  opacity: 0.7;
}
.price-group-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fafafa;
  border-left: solid 5px #42568a;
  padding: 20px 15px;
}
@media (min-width: 992px) {
  .price-group-item {
    width: calc(50% - 50px);
    padding: 20px;
  }
}
.price-group-item_ttl {
  color: #42568a;
  font-size: 26px;
  font-weight: 700;
  margin: 0 0 5px;
}
.price-group-item_img {
  width: 300px;
  height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 10px;
}
.price-group-item_text {
  color: #42568a;
}
.price-group-item_number {
  color: #42568a;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
}
.price-group-item_number span {
  font-size: 20px;
}

.voice_list {
  display: grid;
  list-style: none;
  gap: 40px;
  padding: 0 20px;
}
@media (min-width: 992px) {
  .voice_list {
    grid-template-columns: repeat(3, 1fr);
    padding: 0;
    gap: 50px;
  }
}
.voice_list-picture {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  margin-bottom: 15px;
}
.voice_list-picture img {
  width: 100%;
}
.voice_list-ttl {
  font-size: 18px;
  margin-bottom: 15px;
}
.voice_list-text {
  font-size: 15px;
  margin-bottom: 30px;
}

.point {
  padding-top: 30px;
}
@media (min-width: 992px) {
  .point {
    padding-top: 80px;
  }
}
.point_group {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-wrap: wrap;
}
.point_group-content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.point_group-figure {
  display: flex;
  flex-direction: row-reverse;
  justify-content: end;
  align-items: center;
  text-align: center;
  margin-left: auto;
  z-index: 2;
  order: 2;
}
@media (min-width: 992px) {
  .point_group-figure {
    flex-direction: column;
    margin: 0;
    order: 1;
  }
}
.point_group-figure picture {
  width: 124px;
  display: flex;
  justify-content: center;
  align-items: start;
  margin-bottom: 10px;
  margin: -30px 0 0 0;
}
@media (min-width: 992px) {
  .point_group-figure picture {
    width: 180px;
    margin: 0 0 10px;
  }
}
.point_group-figure-text {
  font-size: 13px;
  margin: 0;
}
.point_group-figure-name {
  font-size: 15px;
  font-weight: 700;
  margin: 0;
}
.point_group-message {
  position: relative;
  width: 100%;
  max-width: 585px;
  border: solid 4px #42568a;
  border-radius: 20px;
  font-size: 15px;
  line-height: 2;
  z-index: 1;
  order: 1;
}
@media (min-width: 992px) {
  .point_group-message {
    border-radius: 40px;
    order: 2;
  }
}
.point_group-message::before, .point_group-message::after {
  content: "";
  position: absolute;
  z-index: -1;
}
.point_group-message::before {
  top: calc(100% - 21px);
  left: calc(100% - 155px);
  border: solid 25px transparent;
  border-bottom: solid 25px #42568a;
  transform: rotate(-90deg);
}
@media (min-width: 992px) {
  .point_group-message::before {
    top: 90px;
    left: -28px;
    transform: rotate(0);
  }
}
.point_group-message::after {
  top: calc(100% - 26px);
  left: calc(100% - 157px);
  border: solid 25px transparent;
  border-bottom: solid 22px #ffffff;
  transform: rotate(-90deg);
}
@media (min-width: 992px) {
  .point_group-message::after {
    top: 90px;
    left: -22px;
    transform: rotate(0);
  }
}
.point_group-message-bg {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 20px;
}
@media (min-width: 992px) {
  .point_group-message-bg {
    min-height: 200px;
    padding: 25px;
    border-radius: 40px;
  }
}
.point_group-link {
  width: 100%;
  margin: 0 auto;
  order: 3;
}
@media (min-width: 992px) {
  .point_group-link {
    width: 805px;
    padding-left: 220px;
  }
}

.column-container {
  max-width: 1000px;
  margin: 0 auto;
}
.column .more {
  font-size: 13px;
  font-weight: 500;
  text-decoration: underline !important;
}

.column_list {
  display: grid;
  gap: 30px;
  list-style: none;
  margin-bottom: 25px;
  padding: 0 35px;
}
@media (min-width: 992px) {
  .column_list {
    grid-template-columns: repeat(3, 1fr);
    padding: 0;
    gap: 40px;
  }
}
.column_list a:hover {
  opacity: 0.7;
}
.column_list-picture {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  margin-bottom: 15px;
}
.column_list-picture img {
  width: 100%;
}
.column_list-ttl {
  font-size: 15px;
  line-height: 1.5;
  margin: 0 0 0 5px;
  border-left: solid 2px #a1abc5;
  padding-left: 10px;
}