@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 .otherContentsHead {
  display: none;
}

.flexbox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.flexbox .flex_item {
  width: 50%;
}

.bgGrad {
  padding: 100px 0;
  background: linear-gradient(140deg, #fefefe, #e6e3dc);
}
@media only screen and (max-width: 991px) {
  .bgGrad {
    padding: 50px 0;
  }
}

.sec-read {
  padding: 50px 0 75px;
}
@media only screen and (max-width: 767px) {
  .sec-read {
    padding: 30px 0;
  }
}
.sec-read__box + .sec-read__box {
  margin-top: 150px;
}
@media only screen and (max-width: 767px) {
  .sec-read__box + .sec-read__box {
    margin-top: 100px;
  }
}
.sec-read__box h3, .sec-read__box p {
  letter-spacing: 0.05em;
  text-align: center;
}
.sec-read__box h3 {
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 500;
}
.sec-read__box .secHeadWrap h3.title {
  margin-top: 70px;
  font-size: clamp(24px, 2.5vw, 40px);
}
@media only screen and (max-width: 767px) {
  .sec-read__box .secHeadWrap h3.title {
    margin-top: 50px;
  }
}
.sec-read__box .secHeadWrap p {
  margin-top: 30px;
  font-size: clamp(16px, 1.5625vw, 24px);
  line-height: 2;
}
.sec-read__box .secHeadWrap p + p {
  margin-top: 150px;
}
@media only screen and (max-width: 767px) {
  .sec-read__box .secHeadWrap p + p {
    margin-top: 100px;
  }
}
.sec-read__box .secHeadWrap p.read {
  font-size: clamp(17px, 1.7578125vw, 28px);
  font-family: YakuHanMP, "Noto Serif JP", serif;
}
.sec-read__box .secHeadWrap p.sub {
  position: relative;
  font-size: clamp(18px, 1.640625vw, 24px);
  font-family: YakuHanMP, "Noto Serif JP", serif;
  color: #991d17;
}
.sec-read__box .secHeadWrap p.sub::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 1px;
  background: #991d17;
}
.sec-read__box .secHeadWrap figure {
  margin: 100px auto 0;
}
@media only screen and (max-width: 767px) {
  .sec-read__box .secHeadWrap figure {
    margin: 70px auto 0;
  }
}
.sec-read__box .secHeadWrap figure.logo_oukas {
  max-width: 480px;
}
@media only screen and (max-width: 767px) {
  .sec-read__box .secHeadWrap figure.logo_oukas {
    max-width: 260px;
  }
}
.sec-read__box .secHeadWrap figure.doubleK {
  max-width: 1260px;
}
.sec-read__box .secHeadWrap figure.sunrise {
  max-width: 900px;
}

.sec-bridge {
  position: relative;
}
.sec-bridge h3 {
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: clamp(24px, 2.5vw, 36px);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: center;
}
.sec-bridge h3 + p {
  margin-top: 10px;
  font-size: clamp(17px, 1.523vw, 22px);
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sec-bridge h3 + p {
    text-align: left;
  }
}
.sec-bridge .bridgeList {
  max-width: 1120px;
  margin: 50px auto 0;
  padding-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .sec-bridge .bridgeList {
    margin: 40px -30px 0;
    padding-bottom: 40px;
  }
}
.sec-bridge .bridgeList li {
  box-shadow: 0px 0px 15px rgba(0, 0, 25, 0.1);
}
@media only screen and (max-width: 767px) {
  .sec-bridge .bridgeList li {
    box-shadow: none;
  }
}
.sec-bridge .bridgeList li + li {
  margin-top: 40px;
}
.sec-bridge .bridgeList li .titleBox {
  width: 35%;
  background: #f1efeb;
}
@media only screen and (max-width: 767px) {
  .sec-bridge .bridgeList li .titleBox {
    width: 100%;
    background: none;
  }
}
.sec-bridge .bridgeList li .titleBox dl {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 50px;
}
@media only screen and (max-width: 767px) {
  .sec-bridge .bridgeList li .titleBox dl {
    padding: 20px 30px;
  }
}
.sec-bridge .bridgeList li .titleBox dl dt {
  width: 100%;
  border-bottom: 1px solid #ccc9c7;
  font-size: clamp(36px, 5.625vw, 72px);
  font-family: "EB Garamond", serif;
  color: #991d17;
  text-align: center;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .sec-bridge .bridgeList li .titleBox dl dt {
    padding-bottom: 15px;
    line-height: 1;
  }
}
.sec-bridge .bridgeList li .titleBox dl dd {
  width: 100%;
  margin-top: 20px;
  font-size: clamp(20px, 1.719vw, 24px);
  font-weight: 500;
  text-align: center;
}
.sec-bridge .bridgeList li .titleBox dl dd span {
  font-weight: 600;
  color: #991d17;
}
.sec-bridge .bridgeList li .grafBox {
  width: 65%;
  padding: 30px 50px;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .sec-bridge .bridgeList li .grafBox {
    width: 100%;
    padding: 20px 30px;
  }
}
.sec-bridge .bridgeList li .grafBox .caption {
  margin-top: 20px;
  font-size: clamp(12px, 0.969vw, 14px);
}
@media only screen and (max-width: 767px) {
  .sec-bridge .bridgeList li .grafBox .caption {
    margin-top: 10px;
  }
}
.sec-bridge .arrowBox {
  display: block;
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 991px) {
  .sec-bridge .arrowBox {
    bottom: -30px;
    max-width: 25px;
    max-height: 50px;
  }
}

.sec-concept {
  padding: 100px 0;
}
@media only screen and (max-width: 991px) {
  .sec-concept {
    padding: 50px 0;
  }
}
.sec-concept .secHeadWrap figure {
  max-width: 905px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .sec-concept .secHeadWrap figure {
    max-width: inherit;
  }
}
.sec-concept .secHeadWrap h3.title {
  margin-top: 20px;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: clamp(24px, 2.5vw, 36px);
  font-weight: 500;
  text-align: center;
}
.sec-concept .movieWrap {
  max-width: 1180px;
  margin: 50px auto 0;
  padding: 30px 50px;
  border-top: 1px solid #991d17;
  box-shadow: 0px 0px 15px rgba(0, 0, 20, 0.05);
}
@media only screen and (max-width: 767px) {
  .sec-concept .movieWrap {
    margin: 40px auto 0;
    padding: 20px 30px;
  }
}
.sec-concept .movieWrap h4 {
  font-size: clamp(20px, 2vw, 32px);
  font-weight: 500;
  text-align: center;
  line-height: 2;
}
.sec-concept .movieWrap p {
  margin-top: 10px;
  font-size: clamp(17px, 1.641vw, 22px);
  text-align: center;
  line-height: 1.7;
}
@media only screen and (max-width: 767px) {
  .sec-concept .movieWrap p {
    text-align: left;
  }
}
.sec-concept .movieWrap .movie_con {
  max-width: 840px;
  margin: 30px auto 0;
  width: 100%;
}
.sec-concept .movieWrap .movie_con iframe {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16/9;
}
.sec-concept .movieWrap .bc-iframe,
.sec-concept .movieWrap .bc-iframe body,
.sec-concept .movieWrap .bc-player-15DxBdicO_default,
.sec-concept .movieWrap .bc-player-15DxBdicO_default .vjs-poster {
  background-color: #fff;
}

.sec-newspaper {
  padding: 0 0 100px;
}
@media only screen and (max-width: 991px) {
  .sec-newspaper {
    padding: 0 0 50px;
  }
}
.sec-newspaper .newspaperWrap {
  max-width: 1180px;
  margin: 50px auto 0;
  padding: 30px 50px;
  border-top: 1px solid #991d17;
  box-shadow: 0px 0px 15px rgba(0, 0, 20, 0.05);
}
@media only screen and (max-width: 767px) {
  .sec-newspaper .newspaperWrap {
    margin: 40px auto 0;
    padding: 20px 30px;
  }
}
.sec-newspaper .newspaperWrap h3 {
  font-size: clamp(20px, 2vw, 32px);
  font-weight: 500;
  text-align: center;
  line-height: 2;
}
.sec-newspaper .newspaperWrap .le_contents {
  justify-content: space-between;
  margin-top: 30px;
}
.sec-newspaper .newspaperWrap .le_contents .flex_item {
  width: 48%;
}
.sec-newspaper .newspaperWrap .le_contents .flex_item button {
  outline: none;
  appearance: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-left: auto;
  padding: 10px 20px;
  border: 1px solid #991d17;
  background-color: #991d17;
  border-radius: 4px;
  color: #ffffff;
  font-size: clamp(17px, 2vw, 22px);
  transition: all 0.3s;
  cursor: pointer;
}
.sec-newspaper .newspaperWrap .le_contents .flex_item button .material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
  margin-right: 10px;
  transition: all 0.3s;
}
.sec-newspaper .newspaperWrap .le_contents .flex_item button:hover {
  background-color: #ffffff;
  color: #991d17;
}
@media only screen and (max-width: 991px) {
  .sec-newspaper .newspaperWrap .le_contents .flex_item button {
    width: fit-content;
    margin-top: 15px;
  }
}
.sec-newspaper .newspaperWrap .le_contents .flex_item:nth-child(2) .text h4 {
  width: fit-content;
  border-bottom: 1px solid;
  font-size: clamp(17px, 2vw, 22px);
}
.sec-newspaper .newspaperWrap .le_contents .flex_item:nth-child(2) .text h5 {
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.7;
  margin-top: 10px;
}
.sec-newspaper .newspaperWrap .le_contents .flex_item:nth-child(2) p.copy {
  font-size: clamp(16px, 1.40625vw, 20px);
  line-height: 1.7;
  margin-top: 30px;
}
@media only screen and (max-width: 991px) {
  .sec-newspaper .newspaperWrap .le_contents .flex_item:nth-child(2) {
    display: flex;
    flex-flow: column wrap;
  }
  .sec-newspaper .newspaperWrap .le_contents .flex_item:nth-child(2) .text {
    order: 2;
    margin-top: 15px;
  }
  .sec-newspaper .newspaperWrap .le_contents .flex_item:nth-child(2) p.copy {
    order: 3;
    margin-top: 0;
  }
}
@media only screen and (max-width: 991px) {
  .sec-newspaper .newspaperWrap .le_contents .flex_item {
    width: 100%;
  }
  .sec-newspaper .newspaperWrap .le_contents .flex_item:first-child {
    order: 1;
  }
  .sec-newspaper .newspaperWrap .le_contents .flex_item:last-child {
    order: 2;
  }
  .sec-newspaper .newspaperWrap .le_contents .text {
    margin: 30px 0 20px;
  }
}

.sec-group .le_contents {
  justify-content: space-between;
  align-items: center;
}
.sec-group .le_contents .flex_item {
  width: 48%;
}
.sec-group .le_contents .text h3 {
  font-size: clamp(20px, 2.8vw, 32px);
  line-height: 1.7;
  color: #544b44;
}
.sec-group .le_contents .text p {
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.7;
  margin-top: 20px;
}
@media only screen and (max-width: 991px) {
  .sec-group .le_contents .flex_item {
    width: 100%;
  }
  .sec-group .le_contents .flex_item:first-child {
    order: 1;
  }
  .sec-group .le_contents .flex_item:last-child {
    order: 2;
  }
  .sec-group .le_contents .text {
    margin: 30px 0 20px;
  }
}
.sec-group .grafBox {
  max-width: 900px;
  margin: 75px auto;
}
@media only screen and (max-width: 991px) {
  .sec-group .grafBox {
    max-width: 700px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-group .grafBox {
    margin: 40px auto 50px;
  }
}
.sec-group .groupList .flex_item {
  width: calc(33.3333333333% - 58px);
  margin-right: 85px;
}
@media only screen and (max-width: 1280px) {
  .sec-group .groupList .flex_item {
    width: calc(33.3333333333% - 27px);
    margin-right: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .sec-group .groupList .flex_item {
    width: 100%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 991px) {
  .sec-group .groupList .flex_item + .flex_item {
    margin-top: 30px;
  }
}
.sec-group .groupList .flex_item:nth-child(3n) {
  margin-right: 0;
}
.sec-group .groupList .flex_item .logoBox {
  margin: 30px auto 20px;
}
.sec-group .groupList .flex_item h4 {
  font-size: clamp(18px, 1.640625vw, 24px);
  line-height: 1.7;
  color: #544b44;
}
.sec-group .groupList .flex_item p {
  font-size: clamp(16px, 1.40625vw, 20px);
  line-height: 1.7;
  margin-top: 20px;
}
.sec-group .groupList .flex_item.nomura .logoBox {
  max-width: 209px;
}
.sec-group .groupList .flex_item.wellness .logoBox {
  max-width: 318px;
}
.sec-group .groupList .flex_item.lifeAndSports .logoBox {
  max-width: 375px;
}

.sec-value {
  padding: 100px 0;
}
@media only screen and (max-width: 991px) {
  .sec-value {
    padding: 50px 0 70px;
  }
}
.sec-value figure {
  max-width: 1177px;
  margin: auto;
}
@media only screen and (max-width: 991px) {
  .sec-value figure {
    max-width: inherit;
  }
}