@charset "UTF-8";
/* 数値から単位を除外
−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
/* `px` から `rem` に変換
−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
/* `px` から `em` に変換
−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
#rental {
  /* anker-list-btn */
  /* sec-title */
  /* normal-title */
  /* accordion */
  /* contents-index-body */
}
#rental .anker-list-btn {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
@media screen and (min-width: 768px), print {
  #rental .anker-list-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    row-gap: 0.18rem;
    margin: 0.8rem 0 0.72rem;
    padding: 0.4rem 0;
  }
}
@media screen and (max-width: 767px) {
  #rental .anker-list-btn {
    margin: 0.4rem 0;
    padding: 0.32rem 0;
  }
}
#rental .anker-list-btn > li {
  position: relative;
}
@media screen and (max-width: 767px) {
  #rental .anker-list-btn > li + li {
    margin-top: 0.12rem;
  }
}
@media screen and (min-width: 768px), print {
  #rental .sec-title {
    margin-top: 0.72rem;
  }
}
@media screen and (max-width: 767px) {
  #rental .sec-title {
    margin-top: 0.4rem;
  }
}
@media screen and (max-width: 767px) {
  #rental .normal-title {
    font-size: 0.285rem;
  }
}
#rental .accordion__contents p + p {
  margin-top: 0.16rem;
}
@media screen and (min-width: 768px), print {
  #rental .accordion__title {
    padding-left: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  #rental .accordion__title {
    padding-left: 0.4rem;
  }
}
#rental .accordion__title::before {
  content: "Q" attr(data-num) ".";
  font-family: "Univers LT Std", sans-serif;
}
@media screen and (min-width: 768px), print {
  #rental .accordion__title::before {
    top: 0.41rem;
  }
}
#rental .contents-index-body {
  padding: 0.72rem 0 0 0;
}
@media screen and (max-width: 767px) {
  #rental .contents-index-body {
    padding: 0.4rem 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  #rental .index-title {
    font-size: 0.16rem !important;
    padding-right: 0.4rem;
  }
}

/* iframeParent
============================================================= */
.iframeParent {
  position: relative;
  aspect-ratio: 16/9;
  width: 100%;
}
.iframeParent > iframe,
.iframeParent > * {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px), print {
  * + .iframeParent {
    margin-top: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  * + .iframeParent {
    margin-top: 0.4rem;
  }
}

/* hero
============================================================= */
.hero {
  position: relative;
}

.hero-title {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px), print {
  .hero-title {
    top: 0.89rem;
    left: 0.64rem;
    width: 3.7rem;
  }
}
@media screen and (max-width: 767px) {
  .hero-title {
    top: 0.32rem;
    left: 0.22rem;
    width: 2.64rem;
  }
}
.hero-title img {
  width: 100%;
}

.hero-img {
  width: 100%;
}

/* title
============================================================= */
.title {
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .title {
    margin-top: 0.7rem;
    font-size: 0.28rem;
    line-height: 0.4rem;
  }
}
@media screen and (max-width: 767px) {
  .title {
    margin-top: 0.4rem;
    font-size: 0.21rem;
    line-height: 0.32rem;
  }
}

@media screen and (min-width: 768px), print {
  .title-big {
    font-size: 0.38rem;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .title-big {
    font-size: 0.18rem;
  }
}

.sub-title {
  display: flex;
  align-items: center;
  gap: 0.08rem;
  font-size: 0.2rem;
  font-weight: 700;
}
.sub-title::before {
  display: block;
  content: "";
  width: 0.16rem;
  height: 0.16rem;
  background-color: #000;
}
.accordion + .sub-title {
  margin-top: 0.8rem;
}

/* leadList
============================================================= */
.leadList {
  display: grid;
  margin-top: 0.4rem;
}
@media screen and (min-width: 768px), print {
  .leadList {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.18rem;
  }
}
@media screen and (max-width: 767px) {
  .leadList {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.24rem;
  }
}

.leadList-item {
  display: flex;
  flex-direction: column;
  gap: 0.16rem;
}

.leadList-title {
  color: #50bed5;
  font-size: 0.18rem;
  font-weight: 700;
  line-height: 0.4rem;
  text-align: center;
}

.leadList-text {
  font-size: 0.16rem;
  line-height: 0.32rem;
}

/* bista-button
============================================================= */
.bista-button-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 1.6rem;
  margin-top: 0.64rem;
  background-color: #fff;
  border: 1px solid #50bed5;
  text-decoration: none;
  transition: background-color 0.3s;
}
@media screen and (max-width: 767px) {
  .bista-button-wrap {
    height: 1.4rem;
  }
}
.bista-button-wrap .bista-button-title {
  display: flex;
  align-items: center;
  font-size: 0.29rem;
  gap: 0.16rem;
  color: #50bed5;
}
@media screen and (max-width: 767px) {
  .bista-button-wrap .bista-button-title {
    font-size: 0.21rem;
    gap: 0.08rem;
  }
}
.bista-button-wrap .bista-button-title::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2228%22%20viewBox%3D%220%200%2025%2028%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M24.8702%206.18442C24.8042%206.02489%2024.7073%205.87993%2024.5853%205.75785L19.7136%200.894392C19.468%200.645161%2019.1337%200.503354%2018.7838%200.5H1.31342C0.965443%200.500284%200.63178%200.638528%200.385575%200.884425C0.13937%201.13032%200.000712068%201.46381%200%201.81177V26.1855C0%2026.534%200.138343%2026.8681%200.384625%2027.1146C0.630908%2027.3611%200.964978%2027.4997%201.31342%2027.5H23.6555C24.0041%2027.5%2024.3384%2027.3615%2024.585%2027.115C24.8315%2026.8685%2024.97%2026.5342%2024.97%2026.1855V6.6876C24.9701%206.51495%2024.9362%206.34396%2024.8702%206.18442ZM8.52421%2013.2517C8.52421%2014.8177%207.47312%2015.6757%205.75706%2015.6757H4.60944V18.2821H3.10788V10.8814H5.75706C7.4624%2010.8814%208.52421%2011.6643%208.52421%2013.2517ZM4.60944%2012.1565V14.4089H5.54255C6.58291%2014.4089%207.02266%2014.0443%207.02266%2013.2506C7.02266%2012.5427%206.58291%2012.1565%205.54255%2012.1565H4.60944ZM15.5494%2015.0644C15.5494%2017.4133%2014.3803%2018.2821%2012.7071%2018.2821H10.0794V10.8814H12.7071C14.3803%2010.8814%2015.5494%2011.7394%2015.5494%2014.0991V15.0644ZM11.581%2017.0165H12.7071C13.7022%2017.0165%2014.0478%2016.3407%2014.0478%2015.0644V14.0991C14.0478%2012.8227%2013.7046%2012.1577%2012.7071%2012.1577H11.581V17.0165ZM17.4263%2018.2821V10.879L22.0382%2010.8814V12.1577H18.9279V13.9918H21.7165V15.2574H18.9279V18.2821H17.4263Z%22%20fill%3D%22%2363b5ce%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  display: block;
  content: "";
  background-size: 100% 100%;
}
@media screen and (min-width: 768px), print {
  .bista-button-wrap .bista-button-title::after {
    width: 0.2497rem;
    height: 0.27rem;
  }
}
@media screen and (max-width: 767px) {
  .bista-button-wrap .bista-button-title::after {
    width: 0.2035rem;
    height: 0.22rem;
  }
}
.bista-button-wrap .arrow {
  position: absolute;
  top: 50%;
  right: 1.2rem;
  width: 0.29rem;
  height: 0.57rem;
  text-indent: -9999px;
  transform: translateY(-50%);
  transition: right 0.3s;
}
.bista-button-wrap .arrow::after {
  content: "";
  width: 133%;
  padding-top: 133%;
  border: 0px;
  border-top: solid 1px #50bed5;
  border-right: solid 1px #50bed5;
  transform: rotate(45deg);
  position: absolute;
  top: 17%;
  right: 26%;
  border-width: 2px;
}
@media screen and (max-width: 767px) {
  .bista-button-wrap .arrow::after {
    border-width: 1px;
  }
}
@media screen and (max-width: 767px) {
  .bista-button-wrap .arrow {
    right: 0.3rem;
    width: 0.17rem;
    height: 0.34rem;
  }
}
.bista-button-wrap:hover {
  background-color: #eff8fa;
}
.bista-button-wrap:hover .arrow {
  right: 1rem;
}
@media screen and (max-width: 767px) {
  .bista-button-wrap:hover .arrow {
    right: 0;
  }
}

@media screen and (min-width: 768px), print {
  .slider {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.16rem;
  }
}
@media screen and (min-width: 768px), print {
  .slider + * {
    margin-top: 0.56rem;
  }
}
@media screen and (max-width: 767px) {
  .slider + * {
    margin-top: 0.4rem;
  }
}

.slider-item img {
  width: 100%;
}

.listA {
  border-top: 1px solid #ddd;
}

.listA-item {
  margin-top: 0.7rem;
}

.listA-title {
  margin-top: 0.4rem;
  font-size: 0.21rem;
  font-weight: 700;
}

.listA-text {
  margin-top: 0.12rem;
  font-size: 0.16rem;
  line-height: 0.32rem;
}

.listB {
  display: grid;
}
@media screen and (min-width: 768px), print {
  .listB {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 0.18rem;
    row-gap: 0.48rem;
  }
}
@media screen and (max-width: 767px) {
  .listB {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.32rem;
  }
}

.listB-item {
  display: grid;
  grid-template-columns: subgrid;
  grid-template-rows: auto 1fr;
  gap: 0.16rem;
}
.listB-item > * + div {
  display: flex;
  flex-direction: column;
}

.listB-item-title {
  color: #50bed5;
  font-weight: 700;
}
@media screen and (min-width: 768px), print {
  .listB-item-title {
    font-size: 0.24rem;
  }
}
@media screen and (max-width: 767px) {
  .listB-item-title {
    font-size: 0.18rem;
  }
}

.listB-item-table {
  flex: 1;
  border-left: 1px solid #bababb;
}
.listB-item-table tr:first-child {
  height: 0.6rem;
}
.listB-item-table th,
.listB-item-table td {
  padding: 0.2rem;
  border-bottom: 1px solid #bababb;
  border-right: 1px solid #bababb;
  font-weight: 400;
  text-align: left;
}
@media screen and (min-width: 768px), print {
  .listB-item-table th {
    width: 1.04rem;
  }
}
@media screen and (max-width: 767px) {
  .listB-item-table th {
    width: 0.8rem;
  }
}
@media screen and (min-width: 768px), print {
  .listB-item-table td {
    width: 3.34rem;
  }
}
@media screen and (max-width: 767px) {
  .listB-item-table td {
    width: 2.22rem;
  }
}
.listB-item-table ul li {
  display: flex;
  align-items: start;
  gap: 0.04rem;
}
.listB-item-table ul li::before {
  content: "・";
}
.listB-item-table ul li + li {
  margin-top: 0.16rem;
}

.dlList-item + .dlList-item {
  border-top: 1px solid #ddd;
}
@media screen and (min-width: 768px), print {
  .dlList-item + .dlList-item {
    margin-top: 0.32rem;
  }
}
@media screen and (max-width: 767px) {
  .dlList-item + .dlList-item {
    margin-top: 0.24rem;
  }
}

.dlList-item-title {
  font-weight: 700;
}
@media screen and (min-width: 768px), print {
  .dlList-item-title {
    margin-top: 0.32rem;
    font-size: 0.21rem;
  }
}
@media screen and (max-width: 767px) {
  .dlList-item-title {
    margin-top: 0.24rem;
    font-size: 0.18rem;
  }
}
.dlList-item-title.-merit::before {
  content: "◎";
}
.dlList-item-title.-demerit::before {
  content: "▲";
}

.dlList-item-desc {
  display: flex;
  align-items: start;
  gap: 0.04rem;
}
.dlList-item-desc::before {
  content: "・";
}
.dlList-item-title + .dlList-item-desc {
  margin-top: 0.12rem;
}
.dlList-item-desc + .dlList-item-desc {
  margin-top: 0.08rem;
}
@media screen and (min-width: 768px), print {
  .dlList-item-desc small {
    font-size: 0.13rem;
  }
}
@media screen and (max-width: 767px) {
  .dlList-item-desc small {
    font-size: 0.12rem;
  }
}
.dlList-item-desc small::before {
  content: "※";
}

.listC {
  display: flex;
  gap: 0.08rem;
  margin-top: 0.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .listC {
    flex-direction: column;
    margin-top: 0;
  }
}

.listC-item {
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  border-radius: 0.08rem;
}

.listC-item-title {
  background-color: #d6eaed;
  border-radius: 0.08rem 0.08rem 0 0;
  padding: 0.24rem;
  margin-bottom: 0.24rem;
}
@media screen and (max-width: 767px) {
  .listC-item-title {
    padding: 0.16rem;
  }
}

.listC-tableBlock {
  padding: 0.16rem;
}

.listC-table {
  table-layout: fixed;
  width: 100%;
  margin-top: 0.24rem;
}
.listC-table tr:last-child th,
.listC-table tr:last-child td {
  border-bottom: none;
}
.listC-table th {
  width: 33%;
  border-bottom: 1px solid #cbcbcb;
  text-align: left;
  padding: 0.16rem 0;
}
.listC-table td {
  border-bottom: 1px solid #cbcbcb;
  text-align: right;
}
.listC-table td :last-child {
  border-bottom: none;
}

.listD {
  display: flex;
  gap: 0.08rem;
  margin-top: 0.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .listD {
    flex-direction: column;
    margin-top: 0;
  }
}

.listD-item {
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 0.16rem 0.16rem 0.24rem;
  border-radius: 0.08rem;
}

.listD-item-title {
  border-bottom: 2px solid #50bed5;
  padding: 0.08rem 0 0.24rem;
}

.listD-table {
  table-layout: fixed;
  width: 100%;
  margin-top: 0.24rem;
}
.listD-table tr:last-child td {
  border-bottom: none;
  margin-top: 0.24rem;
}
.listD-table th {
  width: 50%;
  border-bottom: 1px solid #cbcbcb;
  text-align: left;
  padding: 0.16rem 0;
}
.listD-table td {
  border-bottom: 1px solid #cbcbcb;
  text-align: right;
  color: #50bed5;
  font-weight: bold;
}

.listE {
  margin-top: 0.24rem;
  line-height: 1.5;
}

.listE-item {
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 0.24rem;
}
@media screen and (max-width: 767px) {
  .listE-item {
    padding: 0.16rem;
  }
}

.listE-table {
  table-layout: fixed;
  width: 100%;
}
.listE-table tr:last-child th,
.listE-table tr:last-child td {
  border-bottom: none;
  margin-top: 0.24rem;
}
.listE-table th {
  width: 26%;
  border-bottom: 1px solid #cbcbcb;
  text-align: left;
  padding: 0.16rem 0;
}
.listE-table td {
  border-bottom: 1px solid #cbcbcb;
  text-align: left;
}

.-textCenter {
  text-align: center;
}

.-noBorder {
  border-bottom: none !important;
}

.-example {
  background-color: #eff8fa;
  padding: 0.24rem;
  margin-top: 0.24rem;
  text-align: center;
}

.-text {
  color: #000;
}

.-number {
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 50%;
  line-height: 0.5rem;
  text-align: center;
  background-color: #50bed5;
  color: #fff;
  margin: 0 auto;
  font-size: 0.18rem;
  font-weight: bold;
}
