@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-mv::before {
  display: none;
}
@media only screen and (max-width: 991px) {
  .lowerpage-mv picture img {
    max-height: inherit;
  }
}
.lowerpage-mv .subTtl,
.lowerpage-mv .Ttl {
  text-shadow: 0px 0px 15px #fff, 0px 0px 30px #fff, 0px 0px 50px #fff, 0px 0px 70px #fff, 0px 0px 100px #fff, 0px 0px 130px #fff;
}
@media only screen and (max-width: 991px) {
  .lowerpage-mv .subTtl,
  .lowerpage-mv .Ttl {
    text-shadow: 0px 0px 5px #fff, 0px 0px 15px #fff, 0px 0px 30px #fff, 0px 0px 30px #fff;
  }
}
.lowerpage-mv .subTtl {
  color: #000000;
  padding-bottom: 15px;
  font-size: clamp(15px, 2.03125vw, 36px);
}
@media only screen and (max-width: 991px) {
  .lowerpage-mv .subTtl {
    padding-bottom: 7px;
  }
}
.lowerpage-mv .Ttl {
  color: #000000;
}
@media only screen and (max-width: 991px) {
  .lowerpage-mv .Ttl {
    font-size: 22px;
  }
}
@media only screen and (max-width: 991px) {
  .lowerpage-mv .lowerpage-mv_box {
    top: inherit;
    bottom: 15px;
    transform: translateX(-50%);
    padding: 0 20px;
  }
}

.staffvoice_profile {
  padding: 50px 0 50px;
  text-align: center;
}
.staffvoice_profile .inner {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.staffvoice_profile .inner .profile_staffname {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  width: 33%;
}
@media only screen and (max-width: 991px) {
  .staffvoice_profile .inner .profile_staffname {
    width: 100%;
  }
}
.staffvoice_profile .inner .profile_staffname h3 {
  position: relative;
  width: 100%;
  text-align: left;
  font-size: clamp(24px, 3.027vw, 36px);
  line-height: 2;
  color: #991d17;
  font-family: "EB Garamond", serif;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .staffvoice_profile .inner .profile_staffname h3 {
    text-align: left;
  }
}
.staffvoice_profile .inner .profile_staffname h3::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: calc(100% - 11rem);
  height: 1px;
  background: #991d17;
}
@media only screen and (max-width: 991px) {
  .staffvoice_profile .inner .profile_staffname h3::after {
    width: calc(100% - 8rem);
  }
}
.staffvoice_profile .inner .profile_staffname .staffname_box {
  display: flex;
  flex-flow: row wrap;
  align-items: baseline;
}
@media only screen and (max-width: 991px) {
  .staffvoice_profile .inner .profile_staffname .staffname_box {
    flex-flow: column;
    margin: 15px 0;
  }
}
.staffvoice_profile .inner .profile_staffname .staffname_box p {
  font-weight: 500;
  line-height: 2;
}
.staffvoice_profile .inner .profile_staffname .staffname_box .position {
  font-size: clamp(16px, 1.5625vw, 24px);
}
.staffvoice_profile .inner .profile_staffname .staffname_box .name {
  margin-left: 15px;
  font-size: clamp(22px, 2.109375vw, 32px);
}
@media only screen and (max-width: 991px) {
  .staffvoice_profile .inner .profile_staffname .staffname_box .name {
    margin-left: 0;
  }
}
.staffvoice_profile .inner .profile_detail {
  width: 62%;
}
@media only screen and (max-width: 991px) {
  .staffvoice_profile .inner .profile_detail {
    width: 100%;
  }
}
.staffvoice_profile .inner .profile_detail p {
  font-size: clamp(17px, 1.4453125vw, 20px);
  text-align: left;
  line-height: 2;
}

.staffvoice_interview {
  padding: 120px 0 120px;
}
@media only screen and (max-width: 991px) {
  .staffvoice_interview {
    padding: 50px 0 30px;
  }
}
.staffvoice_interview:nth-of-type(odd) {
  background: #f1efeb;
}
.staffvoice_interview:nth-of-type(even) {
  background: #fff;
}
.staffvoice_interview .inner {
  max-width: 1260px;
}
.staffvoice_interview .interview_text .interview_Q {
  display: flex;
  flex-flow: row wrap;
  align-items: baseline;
  color: #991d17;
}
.staffvoice_interview .interview_text .interview_Q dt, .staffvoice_interview .interview_text .interview_Q dd {
  line-height: 1.6;
}
@media only screen and (max-width: 991px) {
  .staffvoice_interview .interview_text .interview_Q dt, .staffvoice_interview .interview_text .interview_Q dd {
    line-height: 2;
  }
}
.staffvoice_interview .interview_text .interview_Q dt {
  width: 3rem;
  font-size: clamp(24px, 2.34375vw, 36px);
  font-family: "EB Garamond", serif;
}
.staffvoice_interview .interview_text .interview_Q dd {
  width: calc(100% - 3rem);
  padding-left: 2.7rem;
  text-indent: -1.5rem;
  font-size: clamp(18px, 1.71875vw, 26px);
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 500;
}
@media only screen and (max-width: 991px) {
  .staffvoice_interview .interview_text .interview_Q dd {
    padding-left: 0.7rem;
    text-indent: -0.9rem;
  }
}
.staffvoice_interview .interview_text .interview_Q dd::before {
  content: "／";
  display: inline-block;
  padding: 0 10px;
}
@media only screen and (max-width: 991px) {
  .staffvoice_interview .interview_text .interview_Q dd::before {
    padding: 0 5px;
  }
}
.staffvoice_interview .interview_text h4 {
  margin: 15px 0 30px;
  font-size: clamp(22px, 2.5vw, 42px);
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.6;
}
@media only screen and (max-width: 991px) {
  .staffvoice_interview .interview_text h4 {
    margin: 15px 0 20px;
    line-height: 2;
  }
}
.staffvoice_interview .interview_text p {
  font-size: clamp(17px, 1.5234375vw, 22px);
  line-height: 2;
}
.staffvoice_interview .interview_text p + p {
  margin-top: 1.6rem;
}
.staffvoice_interview .interview_text p span.strong {
  font-weight: 700;
}
.staffvoice_interview.column2 {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 120px 6% 120px 0;
}
@media only screen and (max-width: 991px) {
  .staffvoice_interview.column2 {
    flex-flow: column;
    padding: 50px 30px;
  }
}
.staffvoice_interview.column2 picture {
  width: 38%;
}
@media only screen and (max-width: 991px) {
  .staffvoice_interview.column2 picture {
    width: 100%;
    margin-bottom: 20px;
  }
}
.staffvoice_interview.column2 .interview_text {
  width: 56%;
}
@media only screen and (max-width: 991px) {
  .staffvoice_interview.column2 .interview_text {
    width: 100%;
  }
}
.staffvoice_interview.column2.reverse {
  padding: 120px 0 120px 6%;
}
@media only screen and (max-width: 991px) {
  .staffvoice_interview.column2.reverse {
    padding: 50px 30px;
  }
}
.staffvoice_interview.column2.reverse picture {
  order: 2;
}
@media only screen and (max-width: 991px) {
  .staffvoice_interview.column2.reverse picture {
    order: 1;
  }
}
.staffvoice_interview.column2.reverse .interview_text {
  order: 1;
}
@media only screen and (max-width: 991px) {
  .staffvoice_interview.column2.reverse .interview_text {
    order: 2;
  }
}

.lowerpage_otherContents {
  background: #fff;
}
.lowerpage_otherContents .otherContentsList li {
  width: 48%;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.lowerpage_otherContents .otherContentsList li figure {
  position: relative;
  overflow: hidden;
}
.lowerpage_otherContents .otherContentsList li figure::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 40%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}
.lowerpage_otherContents .otherContentsList li .staffvoice_text {
  margin-top: -15%;
  padding: 0 30px 50px;
}
@media only screen and (max-width: 991px) {
  .lowerpage_otherContents .otherContentsList li .staffvoice_text {
    margin-top: -22%;
    padding: 0 20px 14%;
  }
}
@media only screen and (max-width: 767px) {
  .lowerpage_otherContents .otherContentsList li .staffvoice_text {
    padding: 0 20px 30px;
  }
}
.lowerpage_otherContents .otherContentsList li .staffvoice_text h4 {
  position: relative;
  width: 75%;
  margin: auto;
  max-width: 700px;
}
@media only screen and (max-width: 991px) {
  .lowerpage_otherContents .otherContentsList li .staffvoice_text h4 {
    width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .lowerpage_otherContents .otherContentsList li .staffvoice_text h4 {
    width: 100%;
    text-align: center;
  }
}
.lowerpage_otherContents .otherContentsList li .staffvoice_text .staffname_box {
  position: relative;
  padding: 15px 0 30px;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
}
.lowerpage_otherContents .otherContentsList li .staffvoice_text .staffname_box p {
  font-weight: 500;
  color: #000000;
}
.lowerpage_otherContents .otherContentsList li .staffvoice_text .staffname_box p.position {
  font-size: clamp(11px, 1.463vw, 18px);
  line-height: 1.8;
}
.lowerpage_otherContents .otherContentsList li .staffvoice_text .staffname_box p.name {
  font-size: clamp(22px, 1.875vw, 26px);
}
.lowerpage_otherContents .otherContentsList li .staffvoice_text a.pagelinkBtn {
  position: relative;
  margin: auto;
}
@media only screen and (max-width: 450px) {
  .lowerpage_otherContents .otherContentsList li .staffvoice_text a.pagelinkBtn {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .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;
  }
}