.option {
  background: #ca0010;
  padding: 0;
}

.option img {
  max-width: 100%;
}

.option_head {
  padding: 5rem 0;
  display: block;
  background: no-repeat center/cover url(../img/option/option_head_bg.jpg);
  position: relative;
}

.option_head_title {
  width: 102.3rem;
  margin: 0 auto 2rem;
  position: relative;
  z-index: 10;
}

.option_ct {
  display: none;
  padding: 0 0 4rem;
}

.option_point {
  padding: 3%;
}

.option_inner {
  width: 95%;
  max-width: 120rem;
  padding: 4rem 5rem 6rem;
  margin: 0 auto;
  background: #fff;
  position: relative;
  z-index: 10;
}

.option__point {
  width: 100%;
  max-width: 69rem;
  padding: 2rem 0;
  margin: 0 auto;
}

.option_more_box {
  padding: 2rem 0;
  position: relative;
  z-index: 10;
}

.option_more_btn {
  font-size: 1.7rem;
  line-height: 2;
  font-weight: 600;
  text-align: center;
  width: 90%;
  max-width: 32.55vw;
  display: block;
  padding: 1.5rem;
  margin: 0 auto;
  border: 2px solid #000;
  cursor: pointer;
  background: #fff;
}

.option_more_btn_icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 1rem;
  display: inline-block;
  position: relative;
  -webkit-transform: translate(1rem, 10%);
  transform: translate(1rem, 10%);
}

.option_more_btn_icon::before,
.option_more_btn_icon::after {
  content: '';
  width: 100%;
  height: 2px;
  display: block;
  background: #000;
  position: absolute;
  top: 50%;
  left: 50%;
}

.option_more_btn_icon::before {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.option_more_btn_icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transition: opacity ease .4s;
  transition: opacity ease .4s;
}

.option_more_btn.is-active .option_more_btn_icon::after {
  opacity: 0;
}

/* .option_more_content {
  display: none;
} */
.option_img_box {
  padding: 4rem 0;
}

.option_detail_btn {
  color: #fff;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 2;
  padding: 1rem;
  width: 90%;
  max-width: 62.5rem;
  margin: 0 auto;
  background: #000;
  cursor: pointer;
}

@media screen and (max-width: 1500px) {
  .option_head_title {
    width: 60vw;
  }

  .option_ct {
    width: 80%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1500px) {
  .option_head_title {
    width: 72rem;
  }
}

@media screen and (max-width: 769px) {
  .option_head {
    padding: 3% 0 0;
    background: no-repeat center/cover url(../img/option/option_head_bg_sp.jpg);
  }

  .option_head_title {
    width: 100%;
    padding: 0 8%;
    margin-bottom: 5%;
  }

  .option_more_box {
    padding: 5% 0;
  }

  .option_more_btn {
    font-size: 3.73vw;
    padding: 2vw;
    max-width: 62.5rem;
  }

  .option_ct {
    width: 97%;
    padding: 0 .5% 10%;
  }

  .option_inner {
    width: 100%;
    padding: 6% 3% 8%;
  }

  .option_img_box {
    padding: 5% 0;
  }

  .option_detail_btn {
    width: 95%;
    font-size: 3.73vw;
    line-height: 1.5;
    padding: 1.5vw 2vw;
  }
}

.extra {
  background: #fff;
  padding: 4% 2% 0;
}

.extra__inner {
  width: 100%;
  max-width: 1200px;
  background-color: #fafafa;
  padding: 4rem 2rem;
  margin: 0 auto;
  text-align: center;
}

.extra__title {
  font-size: 2.6rem;
  line-height: 1.7;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 2rem;
}

.extra__text p {
  font-size: 1.4rem;
  line-height: 1.7;
}

.extra__text-bold {
  font-weight: bold;
}

@media screen and (max-width: 959px) {
  .extra__title {
    font-size: 4.6vw;
  }

  .extra__text p {
    padding: 0 .5rem;
    font-size: 3.4vw;
    text-align: justify;
  }
}

.extra__contact {
  margin: 0;
}

.extra__contact ul {
  padding: 1rem;
  margin: 0;
}

.extra__contact li {
  list-style: none;
}


.slick-arrow {
  position: absolute;
}

.slick-arrow-prev {
  left: -3.2rem;
  right: auto;
}

.slick-arrow-next {
  right: -3.2rem;
  left: auto;
}

.slick-arrow span {
  content: '';
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  border-top: 2px solid #252525;
  border-right: 2px solid #252525;
  transform: rotate(45deg);
}

.slick-arrow.slick-arrow-prev span {
  transform: rotate(-135deg);
}

/* .slick-dotted.slick-slider {
  margin-bottom: 80px;
} */

/* banner 20241114追加*/
.request__banner {
  max-width: 1000px;
  margin: 0 auto 80px;
  display: block;
}
@media screen and (max-width: 960px) {
  .request__banner {
    margin-bottom: 8.33333vw;
  }
}

.request__banner-inner {
  width: 100%;
  margin: 0 auto;
}

.request__banner-inner img {
  width: 100%;
}

.request__banner-box {
  background: #2499d7;
  color: #fff;
  padding: 32px 186px;
}
@media screen and (max-width: 960px) {
  .request__banner-box {
    padding: 24px 32px;
  }
}

.request__banner-ttl {
  font-size: 30px;
  text-align: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 960px) {
  .request__banner-ttl {
    font-size: 1.2rem;
    margin-bottom: 2rem;
  }
}

.request__banner-txt {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .request__banner-txt {
    font-size: 0.7rem;
  }
}

/* 追従CAT追加 */
 
.btn-fixed .-pc {
  display: block;
}
.btn-fixed .-sp {
  display: none;
}
@media screen and (max-width: 769px) {
  .btn-fixed .-pc {
    display: none;
  }
  .btn-fixed .-sp {
    display: block;
  }
}

.btn-fixed {
  position: fixed;
  right: .2em;
  /* top: 22%; */
  top: 50%;
  transform: translateY(-50%);
  z-index: 99; /* ヘッダー合わせ */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 5.3em;
  opacity: 0;
  pointer-events: none;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.btn-fixed.is-show {
  opacity: 1;
  pointer-events: all;
}

.btn-fixed__box {
  position: relative;
}

.btn-fixed__link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: .5em;
  width: 2.5em;
  height: 9em;
  background: #4E4E4E;
  font-size: 1.6em;
  font-weight: 500;
  color: #fff;
}

.btn-fixed__link.-reserve {
  height: 12em;
  background: #fff;
  color: #C7000B;
}

.btn-fixed__link.-document::before,
.btn-fixed__link.-reserve::before {
  content: "";
  display: block;
  width: 1.4em;
  height: 1.4em;
}
.btn-fixed__link.-document::before{
  background: url(../images/icon-document.png) center center / contain no-repeat;
}

.btn-fixed__link.-reserve::before{
  width: 1em;
  height: 1em;
  background: url(../images/icon-reserve-red.png) center center / contain no-repeat;
}

.btn-fixed__txt {
  writing-mode: vertical-rl;
}

.btn-fixed__banner {
  position: absolute;
  top: -5em;
  right: 2em;
  width: 10em;
  height: auto;
}
.btn-fixed__banner__img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 769px) {
  .btn-fixed {
    width: 100%;
    top: auto;
    bottom: 0;
    right: 0;
    gap: 0;
    flex-direction: row;
    transform: translateY(0);
  }
  .btn-fixed__box {
    /* width: calc(100% / 2); */
    width: 100%;
  }

  .btn-fixed__link {
    flex-direction: row;
    gap: 3.5vw;
    width: 100%;
    height: 12.5vw;
    background: #C7000B;
  }

  .btn-fixed__link.-reserve {
    width: 100%;
    height: 12.5vw;
    background: #C7000B;
    color: #fff;
  }
  .btn-fixed__link.-document::before,
  .btn-fixed__link.-reserve::before {
    width: 5.5vw;
    height: 5.5vw;
}
  .btn-fixed__link.-reserve::before{
    background: url(../images/icon-reserve.png) center center / contain no-repeat;
  }
  .btn-fixed__txt {
    writing-mode: inherit;
    font-size: 5vw;
  }
  .btn-fixed__banner {
    width: 36.5vw;
    top: -8.5vw;
    left: 2.5vw;
  }
}