@charset "UTF-8";
/*数値の設定
------------------------------------------*/
/*上記数値の設定を呼び出しているmixin
------------------------------------------*/
/*
よく使用するmixin
------------------------------------------*/
.lowerpageTitle {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 340px;
  background: #f1efe7;
}
@media only screen and (max-width: 991px) {
  .lowerpageTitle {
    height: 240px;
    margin-top: 70px;
  }
}
.lowerpageTitle h2 {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.lowerpageTitle h2 .en {
  font-size: 24px;
  font-family: "EB Garamond", serif;
  color: #991d17;
}
@media only screen and (max-width: 991px) {
  .lowerpageTitle h2 .en {
    font-size: 16px;
  }
}
.lowerpageTitle h2 .jp {
  font-size: 50px;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 600;
  color: #000000;
}
@media only screen and (max-width: 991px) {
  .lowerpageTitle h2 .jp {
    font-size: 32px;
  }
}

.breadcrumbs {
  padding: 10px 0;
  background: #f8f7f5;
}
.breadcrumbs > ol {
  display: flex;
  width: 100%;
  max-width: 1560px;
  margin: auto;
  padding: 0 30px;
}
.breadcrumbs > ol > li {
  display: flex;
  align-items: center;
  color: #000000;
}
.breadcrumbs > ol > li:not(:last-child) {
  padding-right: 10px;
}
.breadcrumbs > ol > li:not(:last-child)::after {
  display: inline-block;
  transform: rotate(45deg);
  width: 6px;
  height: 6px;
  margin-left: 10px;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  content: "";
}
.breadcrumbs > ol > li a {
  color: #000000;
  text-decoration: underline;
}

/* ------------------------------------------------------------
下層ページ共通スタイル
------------------------------------------------------------------ */
.lowerpage-mv {
  margin-top: 78px;
  font-family: YakuHanMP, "Noto Serif JP", sans-serif;
  position: relative;
}
.lowerpage-mv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
}
.lowerpage-mv .lowerpage-mv_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  max-width: 1640px;
  width: 100%;
  padding: 0 clamp(40px, 4.8vw, 70px);
  color: #fff;
}
.lowerpage-mv .subTtl {
  font-size: clamp(16px, 1.4vw, 24px);
  letter-spacing: 0.09em;
  line-height: 1;
  padding-bottom: clamp(25px, 2.8vw, 50px);
}
.lowerpage-mv .subTtl.en {
  font-family: "EB Garamond", serif;
}
.lowerpage-mv .Ttl {
  font-size: clamp(32px, 2.8vw, 50px);
  font-weight: normal;
  line-height: 1.7;
}
.lowerpage-mv .Ttl span {
  font-size: 48%;
  display: block;
}
@media only screen and (max-width: 991px) {
  .lowerpage-mv {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .lowerpage-mv::before {
    width: 70vw;
  }
  .lowerpage-mv picture img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    max-height: 200px;
  }
}

main .inner {
  max-width: 1560px;
  margin: 0 auto;
  padding: 0 30px;
}

/* ==============================
共通スタイル　下層誘導
==================================*/
.lowerpage_otherContents {
  padding: 80px 0 60px;
  background: linear-gradient(270deg, #e7e3ca 0%, #e6e3dc 100%);
  background-size: cover;
  position: relative;
}
.lowerpage_otherContents .otherContentsHead {
  text-align: center;
}
.lowerpage_otherContents .otherContentsHead .title {
  font-size: 18px;
  color: #9d897e;
  letter-spacing: 0.04em;
}
.lowerpage_otherContents .otherContentsList {
  justify-content: space-between;
}
.lowerpage_otherContents .otherContentsList li {
  width: 31%;
  margin-top: 30px;
}
.lowerpage_otherContents .otherContentsList li > a, .lowerpage_otherContents .otherContentsList li > div {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 100%;
}
.lowerpage_otherContents .otherContentsList .upperInner {
  padding: 0 clamp(20px, 3vw, 40px) clamp(20px, 2.4vw, 30px);
}
.lowerpage_otherContents .otherContentsList .upperInner h4 {
  font-family: YakuHanMP, "Noto Serif JP", sans-serif;
  font-size: clamp(24px, 3vw, 36px);
  letter-spacing: 0.09em;
  line-height: 1.7;
  color: #544b44;
  border-bottom: 1px solid #544b44;
  text-align: center;
  margin-bottom: 20px;
}
.lowerpage_otherContents .otherContentsList .upperInner p {
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.7;
}
.lowerpage_otherContents .otherContentsList .bottomInner {
  margin-top: auto;
}
.lowerpage_otherContents .viewmore {
  font-size: clamp(17px, 2vw, 22px);
  background: #544b44;
  color: #fff;
  padding: 15px 0;
  text-align: center;
  position: relative;
}
.lowerpage_otherContents .viewmore .icn {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 40px;
  transition: all 0.3s;
}
.lowerpage_otherContents .viewmore .icn::before,
.lowerpage_otherContents .viewmore .icn::after {
  content: "";
  position: absolute;
  top: 47%;
  right: 39%;
  width: 10px;
  height: 2px;
  border-radius: 50%;
  background-color: #ffffff;
  transform-origin: calc(100% - 0.5px) 50%;
}
.lowerpage_otherContents .viewmore .icn::before {
  transform: rotate(45deg);
}
.lowerpage_otherContents .viewmore .icn::after {
  transform: rotate(-45deg);
}
.lowerpage_otherContents .scroll {
  padding-bottom: 120px;
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
}
.lowerpage_otherContents .scroll:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 1px;
  height: 100%;
  background: #c9beb8;
}
.lowerpage_otherContents .scroll:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 8px;
  height: 8px;
  background: #991d17;
  border-radius: 50%;
  animation: scroll 2s infinite;
}
@media only screen and (max-width: 1280px) {
  .lowerpage_otherContents .viewmore .icn {
    width: 30px;
    height: 30px;
  }
  .lowerpage_otherContents .viewmore .icn::before,
  .lowerpage_otherContents .viewmore .icn::after {
    width: 8px;
  }
}
@media only screen and (max-width: 991px) {
  .lowerpage_otherContents .viewmore .icn {
    right: 10px;
    width: 20px;
    height: 20px;
  }
  .lowerpage_otherContents .viewmore .icn::before,
  .lowerpage_otherContents .viewmore .icn::after {
    width: 6px;
  }
}
@media only screen and (max-width: 767px) {
  .lowerpage_otherContents {
    padding: 60px 0;
  }
  .lowerpage_otherContents .otherContentsList li {
    width: 100%;
  }
  .lowerpage_otherContents .viewmore .icn {
    width: 30px;
    height: 30px;
  }
  .lowerpage_otherContents .viewmore .icn::before,
  .lowerpage_otherContents .viewmore .icn::after {
    width: 8px;
  }
  .lowerpage_otherContents .scroll {
    padding-bottom: 80px;
    top: -40px;
  }
}

@keyframes scroll {
  0% {
    opacity: 0;
    top: 0;
  }
  10% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: 100%;
  }
}
.sec-search {
  position: relative;
  padding: 100px 0;
  background: #f1efeb;
}
@media only screen and (max-width: 991px) {
  .sec-search {
    padding: 50px 0;
  }
}
.sec-search h3 {
  max-width: 1550px;
  margin: auto;
}
@media only screen and (max-width: 1600px) {
  .sec-search h3 {
    width: calc(100% - 50px);
    max-width: inherit;
  }
}
@media only screen and (max-width: 991px) {
  .sec-search h3 {
    width: calc(100% - 50px);
  }
}
.sec-search h3 .en {
  display: block;
  font-size: 18px;
  font-family: "EB Garamond", serif;
  color: #991d17;
}
@media only screen and (max-width: 991px) {
  .sec-search h3 .en {
    font-size: 14px;
  }
}
.sec-search h3 .jp {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: baseline;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: 40px;
  font-weight: 500;
}
@media only screen and (max-width: 991px) {
  .sec-search h3 .jp {
    margin-top: 10px;
    flex-flow: column;
    font-size: 28px;
  }
}
.sec-search h3 .jp .small {
  display: block;
  margin-left: 50px;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 400;
}
@media only screen and (max-width: 991px) {
  .sec-search h3 .jp .small {
    margin-top: 20px;
    margin-left: 0;
    font-size: 17px;
    line-height: 2;
  }
}
.sec-search .sec-search__sliderBox {
  width: 100%;
  margin-top: 100px;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .sec-search .sec-search__sliderBox {
    margin-top: 50px;
  }
}
.sec-search .sec-search__sliderBox .sec-search__sliderInner {
  overflow: visible;
  margin-right: auto;
  margin-left: auto;
  max-width: 1550px;
}
@media only screen and (max-width: 1919px) {
  .sec-search .sec-search__sliderBox .sec-search__sliderInner {
    max-width: calc(100% - 220px);
  }
}
@media only screen and (max-width: 991px) {
  .sec-search .sec-search__sliderBox .sec-search__sliderInner {
    max-width: calc(100% - 70px);
  }
}
.sec-search .sec-search__sliderBox .sec-search__sliderInner .slide .propertyName {
  width: 100%;
  margin-top: 30px;
  font-size: 28px;
  font-weight: 500;
  color: #000000;
}
@media only screen and (max-width: 1280px) {
  .sec-search .sec-search__sliderBox .sec-search__sliderInner .slide .propertyName {
    margin-top: 15px;
    font-size: 22px;
  }
}
@media only screen and (max-width: 991px) {
  .sec-search .sec-search__sliderBox .sec-search__sliderInner .slide .propertyName {
    margin: 15px 0 5px;
    font-size: 20px;
  }
}
.sec-search .sec-search__sliderBox .sec-search__sliderInner .slide .prefectures {
  display: inline-flex;
  padding: 6px 13px 8px;
  border-radius: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}
@media only screen and (max-width: 1280px) {
  .sec-search .sec-search__sliderBox .sec-search__sliderInner .slide .prefectures {
    padding: 2px 8px 4px;
    font-size: 16px;
  }
}
.sec-search .sec-search__sliderBox .sec-search__sliderInner .slide .prefectures.chiba {
  background: #f0e4d9;
  color: #9e4a00;
}
.sec-search .sec-search__sliderBox .sec-search__sliderInner .slide .prefectures.tokyo {
  background: #eadae9;
  color: #730600;
}
.sec-search .sec-search__sliderBox .sec-search__sliderInner .slide .prefectures.saitama {
  background: #d9dfe5;
  color: #002a4f;
}
.sec-search .sec-search__sliderBox .sec-search__sliderInner .slide .prefectures.kanagawa {
  background: #d9e7da;
  color: #005c07;
}
.sec-search .sec-search__sliderBox .sec-search__sliderInner .slide .propertyDetail {
  display: inline-flex;
  flex-flow: row wrap;
  margin-left: 15px;
}
.sec-search .sec-search__sliderBox .sec-search__sliderInner .slide .propertyDetail li {
  font-size: 20px;
  font-weight: 500;
  color: #000000;
}
@media only screen and (max-width: 1280px) {
  .sec-search .sec-search__sliderBox .sec-search__sliderInner .slide .propertyDetail li {
    font-size: 16px;
  }
}
.sec-search .sec-search__sliderBox .sec-search__sliderInner .slide .propertyDetail li + li::before {
  content: "｜";
  position: inherit;
  display: inline-block;
}
.sec-search .sec-search__sliderBox .sec-search__sliderInner .slide .propertyDetail li .small {
  font-size: 12px;
}
.sec-search .sec-search__sliderBox .sec-search__slider {
  width: 100%;
  height: 500px;
  overflow: visible;
}
@media only screen and (max-width: 991px) {
  .sec-search .sec-search__sliderBox .sec-search__slider {
    height: 50vw;
  }
}
@media only screen and (max-width: 767px) {
  .sec-search .sec-search__sliderBox .sec-search__slider {
    height: 85vw;
  }
}
.sec-search .sec-search__sliderBox .sec-search__slider .swiper-button-prev, .sec-search .sec-search__sliderBox .sec-search__slider .swiper-button-next {
  position: absolute;
  z-index: 1;
  top: 0;
  margin-top: calc(10.8333333333% - 35px);
  display: grid;
  place-content: center;
  width: 70px;
  height: 70px;
  cursor: pointer;
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}
@media only screen and (max-width: 1280px) {
  .sec-search .sec-search__sliderBox .sec-search__slider .swiper-button-prev, .sec-search .sec-search__sliderBox .sec-search__slider .swiper-button-next {
    margin-top: calc(16.25% - 35px);
  }
}
@media only screen and (max-width: 767px) {
  .sec-search .sec-search__sliderBox .sec-search__slider .swiper-button-prev, .sec-search .sec-search__sliderBox .sec-search__slider .swiper-button-next {
    width: 44px;
    height: 44px;
    margin-top: calc(32.5% - 10px);
  }
}
.sec-search .sec-search__sliderBox .sec-search__slider .swiper-button-prev {
  left: -35px;
}
@media only screen and (max-width: 991px) {
  .sec-search .sec-search__sliderBox .sec-search__slider .swiper-button-prev {
    left: -25px;
  }
}
.sec-search .sec-search__sliderBox .sec-search__slider .swiper-button-next {
  right: -35px;
}
@media only screen and (max-width: 991px) {
  .sec-search .sec-search__sliderBox .sec-search__slider .swiper-button-next {
    right: -25px;
  }
}
.sec-search .sec-search__sliderBox .sec-search__slider .swiper-button-prev::before, .sec-search .sec-search__sliderBox .sec-search__slider .swiper-button-next::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  border-radius: 50%;
  background-color: rgba(84, 75, 68, 0.8);
}
.sec-search .sec-search__sliderBox .sec-search__slider .swiper-button-prev::after, .sec-search .sec-search__sliderBox .sec-search__slider .swiper-button-next::after {
  width: 15px;
  height: 15px;
  content: "";
  border: solid 1px;
  border-width: 3px 3px 0 0;
  border-color: #fff;
}
@media only screen and (max-width: 991px) {
  .sec-search .sec-search__sliderBox .sec-search__slider .swiper-button-prev::after, .sec-search .sec-search__sliderBox .sec-search__slider .swiper-button-next::after {
    width: 12px;
    height: 12px;
    border-width: 2px 2px 0 0;
  }
}
.sec-search .sec-search__sliderBox .sec-search__slider .swiper-button-prev::after {
  margin-left: 0.4rem;
  transform: rotate(-135deg);
}
.sec-search .sec-search__sliderBox .sec-search__slider .swiper-button-next::after {
  margin-right: 0.4rem;
  transform: rotate(45deg);
}
.sec-search .sec-search__sliderBox .sec-search__slider .swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}
.sec-search .sec-search__sliderBox .swiper-slide {
  overflow: hidden;
  transition: opacity 1s;
}
.sec-search .sec-search__sliderBox .swiper-slide:not(.swiper-slide-visible) {
  opacity: 0.4;
}
@media only screen and (max-width: 450px) {
  .sec-search .sec-search__linkBtn {
    position: relative;
    z-index: 10;
    padding: 0 15px;
  }
}
.sec-search .sec-search__linkBtn .pagelinkBtn {
  margin: auto;
  z-index: 2;
}

.navi {
  margin: 50px 0;
}
@media only screen and (max-width: 991px) {
  .navi {
    margin: 40px 0;
  }
}
.navi > ul {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .navi > ul {
    flex-flow: column;
  }
}
.navi > ul > li {
  width: calc(25% - 20px);
  max-width: 280px;
}
@media only screen and (max-width: 991px) {
  .navi > ul > li {
    width: 100%;
    max-width: inherit;
  }
}
.navi > ul > li + li {
  margin-left: 20px;
}
@media only screen and (max-width: 991px) {
  .navi > ul > li + li {
    margin-top: 12px;
    margin-left: 0;
  }
}
.navi > ul > li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 0 50px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  border: 1px solid #000000;
  border-radius: 50px;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .navi > ul > li a {
    height: 60px;
    font-size: 17px;
  }
}
.navi > ul > li a .icn {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 10px;
  height: 23px;
  transition: all 0.3s;
}
@media only screen and (max-width: 991px) {
  .navi > ul > li a .icn {
    right: 15px;
  }
}
.navi > ul > li a .icn::after {
  content: url(../img/elements/icon_arrow.svg);
}
.navi > ul > li a .icn::before {
  transform: rotate(45deg);
}
@media (any-hover: hover) {
  .navi > ul > li a:hover {
    background: #991d17;
    color: #fff;
    opacity: 1;
  }
  .navi > ul > li a:hover .icn {
    filter: brightness(0) invert(1);
    transform: translateY(-50%);
  }
}
.navi > ul > li.current a {
  background: #991d17;
  color: #fff;
  opacity: 1;
}
.navi > ul > li.current a .icn {
  filter: brightness(0) invert(1);
  transform: translateY(-50%) rotate(90deg);
}

.lowerpage_otherContents .otherContentsList {
  justify-content: center;
}

main .gateBtn a {
  font-size: clamp(17px, 1.8vw, 22px);
  background: #991D17;
  border-radius: 4px;
  color: #fff;
  display: block;
  padding: 20px 0;
  text-align: center;
  position: relative;
}
main .gateBtn .icon_arrow {
  position: absolute;
  right: 15px;
  width: 40px;
  height: 40px;
}
main .gateBtn .icon_arrow:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}
main .gateBtn .icon_arrow:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg) translate(-50%, -50%);
  position: absolute;
  top: 54%;
  left: 33%;
}
@media only screen and (max-width: 991px) {
  main .gateBtn .icon_arrow {
    width: 30px;
    height: 30px;
  }
  main .gateBtn .icon_arrow:after {
    width: 8px;
    height: 8px;
  }
}

.lb_intro {
  padding: 50px 0 50px;
  text-align: center;
}
.lb_intro h3 {
  font-size: clamp(17px, 1.523vw, 22px);
  line-height: 2;
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .lb_intro h3 {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .lb_intro {
    padding: 70px 0 40px;
  }
}

.voice_wrap {
  padding: 100px 0 100px;
  background: linear-gradient(140deg, #fefefe, #e6e3dc);
}
@media only screen and (max-width: 991px) {
  .voice_wrap {
    padding: 50px 0 100px;
  }
}
.voice_wrap .voice_box {
  background: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.voice_wrap .voice_box h4 {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #c2c2c2;
  color: #000000;
  font-size: 28px;
  font-weight: 500;
}
@media only screen and (max-width: 1280px) {
  .voice_wrap .voice_box h4 {
    font-size: 21px;
  }
}
@media only screen and (max-width: 1024px) {
  .voice_wrap .voice_box h4 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .voice_wrap .voice_box h4 {
    display: block;
    padding: 15px 20px 15px 35px;
  }
}
@media only screen and (max-width: 991px) {
  .voice_wrap .voice_box h4 span {
    font-size: 17px;
  }
}
.voice_wrap .voice_box h4::before {
  content: "";
  position: inherit;
  display: inline-block;
  width: 37px;
  height: 34px;
  margin-right: 15px;
  background: url(../img/pages/service/voice/icn_voice.svg) no-repeat center;
  background-size: cover;
}
@media only screen and (max-width: 991px) {
  .voice_wrap .voice_box h4::before {
    position: absolute;
    top: 20px;
    left: 0;
    width: 26px;
    height: 24px;
  }
}
.voice_wrap .voice_box .voice_detail {
  position: relative;
  max-height: 660px;
  overflow: hidden;
  padding: 50px 70px 150px;
}
@media only screen and (max-width: 1440px) {
  .voice_wrap .voice_box .voice_detail {
    max-height: 600px;
  }
}
@media only screen and (max-width: 1280px) {
  .voice_wrap .voice_box .voice_detail {
    max-height: 550px;
  }
}
@media only screen and (max-width: 991px) {
  .voice_wrap .voice_box .voice_detail {
    max-height: 1050px;
    padding: 30px 25px 120px;
  }
}
@media only screen and (max-width: 767px) {
  .voice_wrap .voice_box .voice_detail {
    max-height: 830px;
  }
}
@media only screen and (max-width: 450px) {
  .voice_wrap .voice_box .voice_detail {
    max-height: 700px;
  }
}
.voice_wrap .voice_box .voice_detail::after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.voice_wrap .voice_box .voice_detail figure {
  float: left;
  margin: 0 75px 60px 0;
  object-fit: cover;
  width: 40%;
}
@media only screen and (max-width: 1440px) {
  .voice_wrap .voice_box .voice_detail figure {
    margin: 0 75px 150px 0;
  }
}
@media only screen and (max-width: 991px) {
  .voice_wrap .voice_box .voice_detail figure {
    float: none;
    width: 100%;
    margin: 0;
  }
}
.voice_wrap .voice_box .voice_detail h5.ttl {
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 500;
  font-family: YakuHanMP, "Noto Serif JP", sans-serif;
  color: #000000;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media only screen and (max-width: 1440px) {
  .voice_wrap .voice_box .voice_detail h5.ttl {
    margin-bottom: 30px;
    font-size: 26px;
  }
}
@media only screen and (max-width: 991px) {
  .voice_wrap .voice_box .voice_detail h5.ttl {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
.voice_wrap .voice_box .voice_detail h5.ttl .marker {
  background: linear-gradient(transparent 60%, #f5f2c5 60%);
}
.voice_wrap .voice_box .voice_detail .text-preview,
.voice_wrap .voice_box .voice_detail .text-full {
  display: inline; /* float回り込みを維持 */
  font-size: 22px;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1440px) {
  .voice_wrap .voice_box .voice_detail .text-preview,
  .voice_wrap .voice_box .voice_detail .text-full {
    font-size: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .voice_wrap .voice_box .voice_detail .text-preview,
  .voice_wrap .voice_box .voice_detail .text-full {
    font-size: 17px;
    line-height: 2;
  }
}
.voice_wrap .voice_box .voice_detail .text-preview span.strong,
.voice_wrap .voice_box .voice_detail .text-full span.strong {
  font-weight: bold;
}
.voice_wrap .voice_box .voice_detail .text-preview {
  position: relative;
}
.voice_wrap .voice_box .voice_detail .btn_wrap {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 150px;
  padding-top: 30px;
  background: #fff;
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .voice_wrap .voice_box .voice_detail .btn_wrap {
    height: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .voice_wrap .voice_box .voice_detail .btn_wrap {
    height: 120px;
  }
}
.voice_wrap .voice_box .voice_detail .btn_wrap::before {
  content: "";
  display: block;
  position: absolute;
  top: -90px;
  right: 0;
  width: 55%;
  height: 90px;
  background-image: linear-gradient(0deg, rgb(255, 255, 255), rgba(255, 255, 255, 0));
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .voice_wrap .voice_box .voice_detail .btn_wrap::before {
    width: 100%;
    height: 90px;
  }
}
.voice_wrap .voice_box .voice_detail .pagelinkBtn {
  margin: auto;
  cursor: pointer;
  z-index: 3;
}
.voice_wrap .voice_box .voice_detail .pagelinkBtn .icn {
  transform: translateY(-50%) rotate(90deg);
}
.voice_wrap .voice_box .voice_detail .pagelinkBtn.active {
  background: #5c5c5c;
  border: 1px solid #5c5c5c;
}
.voice_wrap .voice_box .voice_detail .pagelinkBtn.active .icn {
  background: rgba(0, 0, 0, 0.4);
  transform: translateY(-50%) rotate(270deg);
}
.voice_wrap .voice_box .voice_detail .pagelinkBtn.active:hover {
  background: #fff;
  border: 1px solid #991d17;
}
.voice_wrap .voice_box .voice_detail .pagelinkBtn.active:hover .icn {
  background: #991d17;
}
.voice_wrap .voice_box .voice_detail.active {
  max-height: inherit;
}
.voice_wrap .voice_box .voice_detail.active .btn_wrap::before {
  display: none;
}
.voice_wrap .voice_box + .voice_box {
  margin-top: 75px;
}
@media only screen and (max-width: 991px) {
  .voice_wrap .voice_box + .voice_box {
    margin-top: 75px;
  }
}

.movie_wrap {
  padding: 50px 0;
}
@media only screen and (max-width: 991px) {
  .movie_wrap {
    padding: 50px 0 0;
  }
}
.movie_wrap .inner {
  max-width: 1180px;
  padding: 50px;
  border-top: 1px solid #991d17;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 1280px) {
  .movie_wrap .inner {
    max-width: calc(100% - 60px);
    padding: 40px 20px;
  }
}
.movie_wrap .movie_area h4 {
  font-size: 32px;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .movie_wrap .movie_area h4 {
    font-size: 20px;
  }
}
.movie_wrap .movie_area h4 + p {
  margin: 10px 0 30px;
  font-size: 22px;
  line-height: 2;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .movie_wrap .movie_area h4 + p {
    margin: 20px 0 30px;
    font-size: 17px;
  }
}
@media only screen and (max-width: 767px) {
  .movie_wrap .movie_area h4 + p {
    text-align: left;
  }
}
.movie_wrap .movie_con {
  max-width: 840px;
  margin: 0 auto;
  width: 100%;
}
.movie_wrap .movie_con iframe {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16/9;
}
.movie_wrap .bc-iframe,
.movie_wrap .bc-iframe body,
.movie_wrap .bc-player-15DxBdicO_default,
.movie_wrap .bc-player-15DxBdicO_default .vjs-poster {
  background-color: #fff;
}
@media only screen and (max-width: 991px) {
  .movie_wrap .movie_area {
    width: 100%;
  }
}