#bg1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url("../img/bb1.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
#bg1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3); /* 黒い膜。0.5は透明度。調整可 */
  z-index: 1;
}
.rec {
  background-color: rgba(0, 0, 0, 0.8);
}
.rec-wrap {
  margin: 0 auto;
  padding: 20px 0 40px 0;
}
.rec-wrap__title h3 {
  text-align: center;
  font-size: 40px;
  margin: 0 auto;
  font-weight: bold;
}
.rec-wrap__title p {
  text-align: center;
  font-size: 24px;
  margin: 0 auto;
  font-weight: bold;
}
.rec-wrap__body__head h4 {
  display: flex;
  justify-content: left;
  align-items: left;
  padding: 40px 0 0 0;
  font-size: clamp(1.5rem, 0.5833rem + 1.3333vw, 1.75rem);
  border-bottom: #fff solid 2px;
  margin-bottom: 20px;
  width: 60%;
}
.banar {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: clamp(2.5rem, -0.625rem + 5vw, 3.75rem) 0;
  background-image: url(../img/バナー.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 40px;
  font-weight: bold;
}
.rec-wrap__body__flow {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  font-size: 18px;
  margin-top: 40px;
}
.rec-wrap__body__flow p {
  background-color: #fff;
  padding: 1%;
  border-radius: 999px;
  color: black;
}
.dli-caret-down {
  display: block;
  margin: 8px auto;
  color: #fff;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 1em 0.6em;
  border-top-color: currentColor;
  border-bottom: 0;
}
.rec-wrap__body__result {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  font-size: 24px;
  font-weight: bold;
}
 .sp-br {
    display: none;
  }
.rec-wrap__body__out {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  font-size: 24px;
  color: #000;
  justify-content: center;
  gap: 20px;
}
.rec-wrap__body__out__left {
  background-color: #fff;
  padding: 1%;
  border-radius: 9px;
  color: black;
  width: 40%;
  padding-bottom: 30px;
}
.rec-wrap__body__out__left__head h5 {
  font-weight: bold;
  border-bottom: #000 solid 2px;
  width: 40%;
  margin-bottom: 20px;
  font-weight: bold;
}
.rec-wrap__body__out__left__txt {
  font-size: 16px;
}
.rec-wrap__body__out__right {
  background-color: #fff;
  padding: 1%;
  border-radius: 9px;
  color: black;
  width: 40%;
  padding-bottom: 30px;
}
.rec-wrap__body__out__right__head h5 {
  font-weight: bold;
  border-bottom: #000 solid 2px;
  width: 40%;
  margin-bottom: 20px;
  font-weight: bold;
}
.rec-wrap__body__out__right__txt {
  font-size: 16px;
}
.youkou {
  background-color: rgba(0, 0, 0, 0.8);
}
.youkou-wrap {
  margin: 0 auto;
  padding: 0 0 80px 0;
}
.youkou-wrap__body__list__item__head {
  font-weight: bold;
  font-size: 22px;
  width: 30%;
}
.youkou-wrap__title h4 {
  display: flex;
  justify-content: left;
  align-items: left;
  padding: 40px 0 0 0;
  font-size: 28px;
  border-bottom: #fff solid 2px;
  margin-bottom: 20px;
  width: 20%;
}
.youkou-wrap__body__list__item {
  margin: 20px 0 20px 0;
}
.br-control {
    display: none; /* ブレイクポイントで非表示 */
  }
@media screen and (max-width: 1000px) {
  .banar {
    width: 90%;
    font-size: clamp(2rem, 1.125rem + 2vw, 2.5rem);
    margin: 0 auto;
  }
  .rec-wrap__body__head {
    width: 90%;
    margin: 0 auto;
  }
  .rec-wrap__body__head h4 {
    display: flex;
    justify-content: left;
    align-items: left;
    padding: 40px 0 0 0;
    font-size: clamp(1.5rem, 0.5833rem + 1.3333vw, 1.75rem);
    border-bottom: #fff solid 2px;
    margin-bottom: 20px;
    width: 500px;
  }
  .youkou-wrap {
    width: 90%;
    margin: 0 auto;
  }
  .rec-wrap__body__out__left__head {
    width: 50%;
  }
  .rec-wrap__body__out__left__head h5 {
    font-weight: bold;
    border-bottom: #000 solid 2px;
    width: 100%;
    font-weight: bold;
  }
  .rec-wrap__body__out__left__txt {
    font-size: clamp(0.875rem, 0.6563rem + 0.5vw, 1rem);
  }
  .rec-wrap__body__out__right__txt {
    font-size: clamp(0.875rem, 0.6563rem + 0.5vw, 1rem);
    white-space: nowrap;
  }
  .youkou-wrap__title {
    width: 100%;
  }
  .youkou-wrap__title h4{
    width:40%;
  }
  .youkou-wrap__body__list {
    width: 100%;
    margin: 0 auto;
  }
  .sp-br {
  display: inline;

}
}
@media screen and (max-width: 750px) {
  .rec-wrap__title h3 {
font-size:clamp(1.5rem, -0.5rem + 6.4vw, 2.5rem);
  }
  .rec-wrap__title p{
    font-size: clamp(1.125rem, 0.375rem + 2.4vw, 1.5rem);
  }
  .rec-wrap__body__head h4{
    width:80%;
    font-size: clamp(1.125rem, 0.375rem + 2.4vw, 1.5rem);
  }
  .rec-wrap__body__out__left__head {
    width: 100%;
    text-align: center;
  }
  .rec-wrap__body__out__left__head h5 {
    width: 80%;
    margin: 10px auto;
    font-size:20px;
  }
  .rec-wrap__body__out__left__txt {
    font-size: clamp(0.75rem, 0.564rem + 0.9302vw, 1rem);;
  }
  .rec-wrap__body__out__right__head {
    width: 100%;
    text-align: center;
  }
  .rec-wrap__body__out__right__head h5 {
    width: 50%;
    margin: 10px auto;
    font-size:20px;
  }
  .rec-wrap__body__out__right__txt {
    font-size: clamp(0.75rem, 0.564rem + 0.9302vw, 1rem);;
  }
  .banar {
    font-size: clamp(1.5rem, 0.75rem + 2.5vw, 2rem);
    margin: 0 auto;
  }
  .youkou-wrap__body__list__item__body {
    font-size:12px;
  }
  .youkou-wrap__body__list__item__head {
    font-size:20px;
  }
  .rec-wrap__body__flow {
    font-size: 16px;
    padding: 10px 0;
  }
  .rec-wrap__body__head h4 {
    width: 100%;
    border-bottom:none;
  }
}
@media screen and (max-width: 450px) {
  .rec-wrap__title{
    width:90%;
    margin:0 auto;
  }
  .rec-wrap__body {
    display:none;
  }
  .youkou-wrap__body__list__item__head {
    width:90%;
  }
  .innner {
    padding:20px 0 20px 0
  }
  .rec-wrap {
    padding:20px 0 20px 0
  }
  .youkou-wrap__title h4 {
    width: 100%;
    border-bottom:none;
    padding-top:0;
    font-size:24px;
  }
 .rec-wrap__title p {
    font-size:16px;
  }
  .youkou-wrap {
    padding:20px 0 20px 0;
  }
  .banar {
    padding: 20px 0;
    font-size:20px;
  }
  .footer-wrap {
    padding:0;
  }
}